/* navbar */
body.overflowHidden{
  overflow: hidden!important;
}
#main-content{
	font-family: SST W01 Roman,sans-serif,Helvetica Neue,Helvetica,Arial;
    background-color: #FFFFFF;
    color: #000000;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0!important;
  font-family: SST W01 Roman,sans-serif,Helvetica Neue,Helvetica,Arial;
}

#main-content section{
  padding: 0!important;
  margin-top: 0!important;
  margin-bottom: 64px!important;
}

.gwt-navbar {
  background-color: #ffffff;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gwt-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#main-content .container{
  max-width: 1230px!important;
}
#main-content .article-container, #main-content .curators-profile-container{
  max-width: 850px!important;
  width: 100%;
  margin: 0 auto;
}
.gwt-logo {
  color: #000000;
  font-size: 1.8rem;
 
  transition: color 0.3s ease;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000!important;
  text-decoration: none!important;
}
.gwt-logo img{
  width: 100%;
  margin-right: 5px;
}


.gwt-nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin:0!important;
}

.gwt-nav-item {
  margin: 0;
}

.gwt-nav-link {
  color: #000000!important;
  text-decoration: none!important;
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: relative;
}
.gwt-nav-link::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e94e09;
  transition: all 0.3s ease;
}
.gwt-nav-link:hover::after {
  width: 100%;
}

.gwt-hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.gwt-hamburger:hover {
  background-color: #ffffff;
}

.gwt-hamburger span {
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}


 /* Hamburger 動畫 */
 .gwt-hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.gwt-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.gwt-hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}


/* 示例內容 */
.gwt-content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.gwt-hero {
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  color: #333333;
  padding: 4rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 8px;
}

.gwt-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.gwt-hero p {
  font-size: 1.2rem;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .gwt-navbar {
    padding: 1rem;
  }
}
/* 手機版樣式 */
@media screen and (max-width: 768px) {
  .gwt-nav-container {
      flex-direction: column;
      position: relative;
  }
  .gwt-nav-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 0;
      position: relative;
  }


  .gwt-logo {
      text-align: center;
  }

  .gwt-hamburger {
      display: flex;
      position: absolute;
      right: 0;
  }

  .gwt-nav-menu {
      flex-direction: column;
      width: 100%;
      padding: 0 15px!important;
      gap: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out;
  }

  .gwt-nav-menu.active {
      max-height: 300px;
      padding-top: 1rem!important;
  }

  .gwt-nav-item {
      margin: 0;
      text-align: center;
      border-bottom: 1px solid #cccccc;
  }
  .gwt-nav-item:first-child{
    border-top: 1px solid #cccccc;
  }
  .gwt-nav-item:last-child{
    border-bottom: none;
  }
  .gwt-nav-link {
      display: block;
      padding: 1rem;
      border-radius: 0;
      border-bottom: 1px solid #aaaaaa;
      font-size: 1.5rem;
  }

  .gwt-nav-link:last-child {
      border-bottom: none;
  }

  .gwt-hero h1 {
      font-size: 2rem;
  }

  .gwt-hero p {
      font-size: 1rem;
  }
}

/* 桌面版樣式調整 */
@media screen and (min-width: 769px) {
  .gwt-nav-header {
      display: contents;
  }
}
/* navbar end */


.carousel-inner.fade .carousel-item {
  transition: opacity 0.6s ease-in-out;
}

.carousel-inner.zoom .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-inner.zoom .carousel-item.active {
  transform: scale(1);
}

.carousel-inner.zoom .carousel-item-next:not(.carousel-item-start),
.carousel-inner.zoom .carousel-item-prev:not(.carousel-item-end) {
  transform: scale(0.8);
}
.btn-dark-link{
  color: #000000!important;
  font-size: .8125rem;
  line-height: 1.923;
  text-decoration: none!important;
  transition: all 0.3s ease;
}
.btn-dark-link:hover{
  color: #575757!important;
}

#main-content .bg-secondary{
  background-color: #cccccc!important;
}
#main-content .title {
  font-size: 26px!important;
  line-height: 38px!important;
  font-weight: 500!important;
  margin-bottom: 32px!important;
}

#main-content .top-space-32{
  margin-top: 32px!important;
}
#main-content .bottom-space-0{
  margin-bottom: 0!important;
}
.subtitle {
  text-align: center;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}
.subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #000000;
  margin-left: 20px;
}

.product-box{
  padding: 10px;
}

/* Back to Top Button Styles */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.back-to-top:hover {
  background-color: #333333;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-arrow {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}

.back-to-top-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
}

#main-content .text-copy{
  font-size: 1rem;
  color: #000000!important;
  word-wrap: break-word!important;
  /*word-break: break-all!important;*/
  text-align: justify;
  line-height: 30px!important;
}
#main-content .text-description{
   font-size: 1.125rem!important;
    line-height: 30px!important;
    font-weight: 400!important;
    text-decoration: none!important;
    color: #000000!important;
    min-height: 60px!important;
    display: flex;
    align-items: center;
}
#main-content .btn-learnmore{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: .0625rem solid rgba(255, 255, 255, .4);
    border-radius: .0625rem;
    background-color: #2d75c7;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    font-family: SST W01 Roman, sans-serif, Helvetica Neue, Helvetica, Arial;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: inherit;
    padding: .6875rem 1.5rem;
    font-size: .8125rem;
    min-width: 6.25rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    text-decoration: none!important;
}
#main-content .btn-learnmore:hover{
  background-color: #34568e;
  color: #FFFFFF;
}
#main-content .btn-buy-now{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: .0625rem solid rgba(255, 255, 255, .4);
    border-radius: .0625rem;
    background-color: #d24615;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    font-family: SST W01 Roman, sans-serif, Helvetica Neue, Helvetica, Arial;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: inherit;
    padding: .6875rem 1.5rem;
    font-size: .8125rem;
    min-width: 6.25rem;
    line-height: 1.2375;
    text-align: center;
    color: #fff;
    cursor: pointer;

    border: 0;
    z-index: 1;
    height: 2.5rem;
    line-height: 1.5;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none!important;
}
#main-content .btn-buy-now:hover{
  background-color: #b0431c;
  color: #FFFFFF;
}
#main-content .footer-heading{
  font-size: .9375em!important;
  color: #878792!important;
  letter-spacing: -0.04em!important;
  line-height: 1.2!important;
  margin-bottom: 1.0625em!important;
}
/* 手機版 Back to Top 樣式 */
@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  
  .back-to-top-arrow {
    font-size: 16px;
  }
  
  .back-to-top-text {
    font-size: 9px;
  }

  #main-content .title{
    font-size: 1.375rem!important;
    line-height: 1.18182!important;
    letter-spacing: 0!important;
  }


  #main-content .footer-heading{
    margin-bottom: .8125em;
  }
}

#main-content .btn-product-page{
  background-color: #2d75c7;
  color: #ffffff;
  border: 1px solid #2d75c7;
  border-radius: 0;
  width: 50%;
  padding: 8px;
  margin-right: 5px;
}

#main-content .btn-product-page:hover{
  background-color: #ffffff;
  color: #2d75c7;
}


#main-content .product-box{
  text-align: center;
  display: flex;
  flex-direction: column;
 
  height: 100%;
}
#main-content .product-logo{
  max-width: 100px;
}
#main-content .product-box img{
  max-width: 300px;
  margin: 0 auto;
}
#main-content .product-box h5.text-dark {
  min-height: 60px;
  display: flex;
  align-items: start;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* Ensure equal height product boxes */
#main-content .row > .col-6.col-sm-4 {
  display: flex;
  flex-direction: column;
}

#main-content p{
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000000!important;
  margin-bottom: 1rem;
}
#main-content .small{
  font-size: 0.8rem;
  color: #737373!important;
  margin-top: 0.5rem;
}
#main-content .caption{
  margin-top: 8px!important;
}
#main-content .caption:not(:empty)::before {
  content: "▲";
  margin-right: 0.5rem;
  margin-top: 8px;
  font-size: 13px;
}
#main-content .exif{
  font-size: 13px;
  color: #a1a1a1!important;
  margin-top: 8px;
}
#main-content .btn-block{
  display: block!important;
}
#main-content .modelName{
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
}


@media (max-width: 991.98px) { 
  #main-content section{
    margin-bottom: 40px!important;
  }
  #main-content .btn-product-page{
    padding: 5px;
    width:100%;
    margin-right:0px
}

#main-content .modelName{
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-top: 5px !important;
}
#main-content .product-box .product-logo{
  max-width: 80px;
}

#main-content .product-box h5.text-dark{
  min-height: 3.6em;
  font-size: 1rem;
}
}
#main-content .product-box .product-logo{
  max-width: 100px!important;
}
#main-content .addonSpace{
  margin-top:32px;
}
#main-content .topLarge-40{
  padding-top: 64px!important;
}
#main-content .description p:last-child{
  margin-bottom: 0!important;
}

#main-content .btn-buy{
  background-color: #e94e09;
  color: #ffffff;
  border: 1px solid #e94e09;
  border-radius: 0;
  width: 50%;
  padding: 8px;
  margin-left: 5px;
}
#main-content .btn-buy:hover{
  background-color: #ffffff;
  color: #e94e09;
}
#main-content .image-wrapper, #main-content .video-wrapper{
  position: relative;
  margin-bottom: 32px;
}

#main-content .image-wrapper img{
  max-width: 100%;
  max-height: 850px;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
#main-content .gallery-item {
  margin-bottom: 20px;
  text-decoration: none!important;
  display: block;
}
#main-content .gallery-item:hover{
  text-decoration: none!important;
  border: 1px solid #e94e09;
}
#main-content .gallery-image{
  height: 180px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #main-content .gallery-image{
    height: 220px;
  }
}
#main-content .gallery-item img {
  width: 100%;
 /* height: 300px;*/
 /* object-fit: cover;*/

}
#main-content .single-photo img {
  height: 400px;
}

@media (max-width: 767.98px) {

  #main-content .single-photo img {
      height: 250px;
  }
}

@media (max-width: 991.98px) { 
  #main-content .btn-buy{
    padding: 5px;
    width:100%;
    margin-left:0px;
    margin-top:10px!important;
  }
  #main-content .topLarge-40{
    padding-top: 40px!important;
  }
}

.browser-control {
  display: inline-flex;
  align-items: center;
  background: white;
  padding: 8px 12px;
  position: relative;
}

.size-indicator {
  display: flex;
  align-items: baseline;
  margin-right: 12px;
  min-width: 60px;
}

.t-large {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-right: 2px;
}

.t-small {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.control-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ctrl-btn {
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 50%!important;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  transition: all 0.15s ease;
  user-select: none;
}

.ctrl-btn:hover {
  background: #e8e8e8;
  border-color: #bbb;
}

.ctrl-btn:active {
  background: #ddd;
  transform: scale(0.95);
}

.font-reset-btn {
  background: #6c757d;
  color: white;
  border: 1px solid #6c757d;
  border-radius: 50%!important;
  width: 25px;
  height: 25px;
  font-size: 14px!important;
  display: flex;
      align-items: center;
      justify-content: center;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}

.reset-btn:hover {
  background: #3367d6;
  border-color: #3367d6;
}

.reset-btn:active {
  background: #2a56c6;
  transform: scale(0.98);
}

.demo-container {
  max-width: 800px;
  margin: 30px auto;
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.text-copy {
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  transition: font-size 0.2s ease;
}

.text-copy.title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.highlight {
  background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.feature-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #4285f4;
}

.keyboard-info {
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  font-size: 14px;
  color: #1565c0;
}

.control-center {
  text-align: center;
}

.status-display {
  background: #f1f3f4;
  border-radius: 20px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 14px;
  color: #5f6368;
  margin-top: 10px;
}