/* bomao_goods_read CSS */
.bomao-goods-read {
  padding: 6.19rem 0 2.5rem;
  background: #E4E4E4;
  /* margin-bottom: 1.5625rem; */
}

/* Swiper Gallery */
.bomao-gallery-main {
  width: 100%;
  /* height: 25rem; */ /* 800px / 2 = 400px */
  margin-bottom: 0.625rem; /* 20px / 2 = 10px */
  border-radius: 0.3125rem; /* 10px / 2 = 5px */
  overflow: hidden;
  aspect-ratio: 1/1;
}

.bomao-gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3125rem;
}

/* Video wrapper - Ã§Â¬Â¬Ã¤Â¸â‚¬Ã¥Â¼Â Ã¥â€ºÂ¾Ã¤Â¸ÂºÃ¨Â§â€ Ã©Â¢â€˜Ã¦â€”Â¶Ã¤Â½Â¿Ã§â€Â¨ */
.bomao-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bomao-video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bomao-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ã¨Â§â€ Ã©Â¢â€˜Ã¦â€™Â­Ã¦â€Â¾Ã¦Å’â€°Ã©â€™Â® */
.bomao-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem; /* 120px/2 = 60px = 1.875rem, Ã¨Â°Æ’Ã¦â€¢Â´Ã¤Â¸Âº3.75remÃ¦â€ºÂ´Ã¦ËœÅ½Ã¦ËœÂ¾ */
  height: 3.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.2);
}

.bomao-video-link:hover .bomao-video-play-icon {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.bomao-video-play-icon i {
  font-size: 1.5rem; /* 48px/2 = 24px = 0.75rem, Ã¨Â°Æ’Ã¦â€¢Â´Ã¤Â¸Âº1.5rem */
  color: #000;
  line-height: 1;
}

/* Zoom wrapper - Ã¦â„¢Â®Ã©â‚¬Å¡Ã¥â€ºÂ¾Ã§â€°â€¡Ã¤Â½Â¿Ã§â€Â¨ */
.bomao-zoom-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bomao-zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-out;
}

/* Magnifier icon */
.zoom-btn {
  position: absolute;
  right: 0.625rem; /* 20px/2 */
  top: 0.625rem;
  width: 1.875rem; /* 60/2 */
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#D9D9D9; /* Ã§ÂÂ°Ã¥Âºâ€¢ */
  color: #fff; /* Ã§â„¢Â½Ã¨â€°Â²Ã¥â€ºÂ¾Ã¦Â â€¡ */
  border-radius: 50%;
  z-index: 2;
}

.zoom-btn i {
  font-size: 0.875rem; /* 28/2 */
  line-height: 1;
}



.bomao-gallery-thumbs {
  /* height: 6.25rem; */ /* 200px / 2 = 100px */
  /* padding: 0 2.5rem; */ /* 80px / 2 = 40px */
  position: relative;
}

.bomao-gallery-thumbs .swiper-slide {
  /* width: 6.25rem; */
  /* height: 6.25rem; */
  /* opacity: 0.5; */
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.bomao-gallery-thumbs .swiper-slide:hover {
  opacity: 1;
}

.bomao-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.bomao-gallery-thumbs .swiper-slide {
  position: relative;
}

.bomao-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* Ã§Â¼Â©Ã§â€¢Â¥Ã¥â€ºÂ¾Ã¨Â§â€ Ã©Â¢â€˜Ã¥â€ºÂ¾Ã¦Â â€¡ */
.bomao-thumb-video-icon {
  position: absolute;
  top: 50%; /* 10px/2 */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.625rem; /* 28px/2 */
  color: #000;
  background: #fff;
  width: 1.25rem; /* 40px/2 */
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.bomao-gallery-thumbs .swiper-button-next,
.bomao-gallery-thumbs .swiper-button-prev {
  color: #000;
  width: 25px;
  height: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
  border-radius: 2px;
  background: #E4E4E4;
  /* font-size: 10px; */
}
.bomao-gallery-thumbs .swiper-button-prev {
  left: 0;
}
.bomao-gallery-thumbs .swiper-button-next {
  right: 0px;
}

/* Product Details */
.product-details {
  padding-left: 1.875rem; /* 60px / 2 = 30px */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-word;
}

.product-title {
  font-size: 1rem; /* 40px / 2 = 20px */
  font-weight: 700;
  margin-bottom: 0.5rem; /* 40px / 2 = 20px */
}

.product-description {
  font-size: 0.75rem; /* 24px / 2 = 12px */
  line-height: 1.4;
  margin-bottom: 1.25rem; /* 40px / 2 = 20px */
  color: #666;
}

.product-richtext-top,
.product-richtext-bottom {
  font-size: 0.5625rem; /* 18px / 2 = 9px */
  /* line-height: 1.5; */
  /* opacity: 0.66; */
  /* margin-bottom: 1.5625rem; */ /* 50px / 2 = 25px */
  /* white-space: pre-line; */
}

.btn-submit {
  width: 100%;
  padding: 0.625rem;
  font-size: 0.625rem; /* 20px / 2 = 10px */
  font-weight: 700;
  color: #7E69CA;
  background-color: #FFF100;
  border: none;
  border-radius: 2.5rem; /* 80px / 2 = 40px */
  /* text-transform: uppercase; */
  cursor: pointer;
  margin-top: 0.75rem;
}

.product-form__variants .variant-spec-item{
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  position: relative;
}
.product-form__variants .variant-spec-item.common_sku{
  width: auto;
  border-radius: 4px;
}
fieldset input[type="radio"]:checked + label.common_sku{
  border-color: var(--title-text-color);
}
.product-form__variants .variant-spec-item:hover,
fieldset input[type="radio"]:checked + label {
  /* border-color: transparent; */
}
.product-form__variants{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-form__variants.s_between .product-variable-label{
  font-size: 0.75rem;
  color: #000;
  font-weight: 600;
}
.product-form__variants .spec-block-content{
  align-items: center;
  gap: 1rem;
}


/* Ã¤ÂºÂ§Ã¥â€œÂÃ¤ÂºÂ®Ã§â€šÂ¹Ã©Æ’Â¨Ã¥Ë†â€ Ã¦Â Â·Ã¥Â¼Â */
.bomao-goods-read .bomao-goods-highlights {
  padding: 2.03rem 0; /* 100px / 2 = 50px */
  background: linear-gradient(135deg, #52A0EA 0%, #0343BA 100%);
  border-radius: 3.125rem 3.125rem 0 0; /* 100px / 2 = 50px */
  margin-top: 3.125rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
  background: var(--3, linear-gradient(105deg, #52A0EA -5.68%, #0343BA 100.37%));
  position: relative;
  z-index: 1;
}

.bomao-goods-read .bomao-highlights-wrapper {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 2.25rem; /* 72px / 2 = 36px */
  padding: 0.97rem 4.6rem; /* 100px / 2 = 50px */
  border-radius: 1.125rem;
  border: 2px solid rgba(255, 255, 255, 0.40);
  background: rgba(255, 255, 255, 0.40);
}

.bomao-goods-read .bomao-highlights-title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 1.25rem; /* 80px / 2 = 40px */
  line-height: 1.219;
  color: #FFFFFF;
  /* text-align: center; */
  margin-bottom: 0.78rem; /* 40px / 2 = 20px */
}

.bomao-goods-read .bomao-highlights-desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.75rem; /* 48px / 2 = 24px */
  line-height: 1.219;
  color: #FFFFFF;
  opacity: 0.66;
  /* text-align: center; */
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¼ËœÃ¥Å Â¿Ã©Æ’Â¨Ã¥Ë†â€ Ã¦Â Â·Ã¥Â¼Â */
.bomao-goods-read .bomao-goods-advantages {
  padding: 2.5rem 0;
  position: relative;
}

.bomao-goods-read .bomao-advantages-title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 2.5rem; /* 160px / 2 = 80px */
  line-height: 1.219;
  color: #fff;
  /* text-align: center; */
  margin-bottom: 1.25rem; /* 100px / 2 = 50px */
}

.bomao-goods-read .bomao-advantages-carousel-wrapper {
  position: relative;
}

.bomao-goods-read .bomao-advantages-tags {
  display: inline-flex;
  align-items: center;
  gap: 0.1875rem; /* 6px / 2 = 3px */
  margin-bottom: 1.87rem; /* 100px / 2 = 50px */
  flex-wrap: wrap;
  border-radius: 2.5rem;
  border: 1px solid #FFF;
  /* display: inline-flex; */
  padding: 0.21875rem 0.75rem 0.21875rem;
  align-items: center;
}

.bomao-goods-read .bomao-advantage-tag {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.5rem; /* 48px / 2 = 24px */
  line-height: 1.219;
  color: #fff;
  background: transparent;
  /* border: 1px solid #FFFFFF; */
  border-radius: 5.625rem; /* 180px / 2 = 90px */
  padding: 1rem 1.625rem; /* 32px/2=16px, 52px/2=26px */
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  padding: 0.5rem 0.8125rem;
  justify-content: center;
  align-items: center;
}

.bomao-goods-read .bomao-advantage-tag.bomao-active,
.bomao-goods-read .bomao-advantage-tag.swiper-button-active {
  background: #FFF100;
  color: #000000;
  border-color: #FFF100;
}

.bomao-goods-read .bomao-advantage-tag:hover {
  background: #FFF100;
  color: #000000;
  border-color: #FFF100;
}

/* Swiper Ã¨Â½Â®Ã¦â€™Â­Ã¥Â®Â¹Ã¥â„¢Â¨ */
.bomao-goods-read .bomao-advantages-swiper {
  position: relative;
   /* 800px / 2 = 400px */
}

.bomao-goods-read .bomao-advantage-item {
  display: flex;
  align-items: center;
  gap: 1.56rem; /* 100px / 2 = 50px */
  height: auto;
}

.bomao-goods-read .bomao-advantage-text {
  flex: 1;
}

.bomao-goods-read .bomao-advantage-text p {
  line-height: 1.219;
  margin: 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bomao-goods-read .bomao-advantage-image {
  flex-shrink: 0;
  width: calc( (100% - 1.56rem)/2); /* 800px / 2 = 400px */
  border-radius: 2.5rem; /* 80px / 2 = 40px */
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 16/9;
}

.bomao-goods-read .bomao-advantage-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Swiper Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Å’â€°Ã©â€™Â® - Ã¨Â¶â€¦Ã¥â€¡ÂºcontainerÃ¥Â®Â½Ã¥ÂºÂ¦ */
.bomao-goods-read .bomao-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   /* 120px / 2 = 60px */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: var(--text-color);
  font-size: 1.5rem; /* 48px / 2 = 24px */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.40625rem 0.53125rem;
  justify-content: center;
  align-items: center;
}

.bomao-goods-read .bomao-nav-btn:hover {
  background: #FFFFFF;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.15);
}

.bomao-goods-read .bomao-swiper-button-prev {
  left: -1.875rem; /* -60px / 2 = -30px */
}

.bomao-goods-read .bomao-swiper-button-next {
  right: -1.875rem; /* -60px / 2 = -30px */
}

/* Swiper disabled Ã§Å Â¶Ã¦â‚¬Â */
.bomao-goods-read .bomao-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.bomao-goods-read .swiper-container{
  position: relative;
}
/* Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¡Â¨Ã¦Â Â¼Ã©Æ’Â¨Ã¥Ë†â€  */
.bomao-goods-read .bomao-goods-extension{
  padding-top: 2.5rem;
  z-index: 2;
  position: relative;
  margin-top: -1.5625rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
  background: #E4E4E4;
}

.bomao-goods-read .bomao-goods-extension h2.extension-title{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom:1.88rem;
}
.bomao-goods-read .bomao-goods-extension h2.extension-title:nth-child(n+2){
  margin-top:1.88rem;
}
.bomao-goods-read .bomao-goods-extension .bomao-extension-content{
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  /* opacity: 0.66; */
}
.bomao-goods-read .bomao-goods-extension .bomao-extension-content h2{
  line-height: 2;
}
.bomao-gallery-thumbs{
  margin: 0 -30px !important;
  padding: 0 30px !important;
}

.bomao-gallery-thumbs .swiper-button-prev:after,
.bomao-gallery-thumbs .swiper-button-next:after{
  font-size: 20px;
}
@media (max-width: 1500px) {
  .product-title{
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .product-title{
    font-size: 1.4rem;
  }
  .bomao-goods-read .bomao-swiper-button-prev {
    left: -1.8rem; /* -40px / 2 = -20px */
  }
  
  .bomao-goods-read .bomao-swiper-button-next {
    right: -1.8rem; /* -40px / 2 = -20px */
  }
}

@media (max-width: 991px) {
  .bomao-goods-read .bomao-advantages-tags{
    justify-content: center;
  }
  .product-title{
    font-size: 1.5rem;
  }
  .bomao-thumb-video-icon {
    width:2rem;
    height:2rem;
    font-size: 0.875rem;
  }
  .bomao-gallery-thumbs{
    margin: 0 !important;
  }
  .product-details {
    padding-left: 0;
    margin-top: 2rem;
  }
  .product-form__variants.s_between .product-variable-label,
  .btn-submit{
    font-size: 0.875rem;
  }
  .bomao-goods-read{
    padding-top: 2.19rem;
  }
  .bomao-goods-read .bomao-highlights-title {
    font-size: 1.25rem; /* 64px / 2 = 32px */
  }
  
  .bomao-goods-read .bomao-highlights-desc {
    font-size: 0.875rem; /* 36px / 2 = 18px */
  }
  
  .bomao-goods-read .bomao-advantages-title ,.bomao-goods-read .bomao-goods-extension h2.extension-title{
    font-size: 1.75rem; /* 96px / 2 = 48px */
  }
  
  .bomao-goods-read .bomao-advantage-tag {
    font-size: 0.875rem; /* 32px / 2 = 16px */
    padding: 0.75rem 1.25rem; /* 24px/2=12px, 40px/2=20px */
  }
  
  .bomao-goods-read .bomao-advantage-item {
    flex-direction: column-reverse;
    text-align: center;
    gap: 1rem;
  }
  
  .bomao-goods-read .bomao-advantage-image {
    width: 18.75rem; /* 600px / 2 = 300px */
    height: 18.75rem;
  }
  
  .bomao-goods-read .bomao-advantage-text p {
    font-size: 0.75rem; /* 36px / 2 = 18px */
  }
  
  .bomao-goods-read .bomao-nav-btn {
    width: 1.5rem; /* 96px / 2 = 48px */
    height: 1.5rem;
    font-size: 1.25rem; /* 40px / 2 = 20px */
  }
  
  .bomao-goods-read .bomao-nav-prev {
    left: -1rem; /* -32px / 2 = -16px */
  }
  
  .bomao-goods-read .bomao-nav-next {
    right: -1rem; /* -32px / 2 = -16px */
  }

  .bomao-goods-read .bomao-highlights-wrapper{
    padding:1rem;
  }
  .bomao-goods-read .bomao-goods-advantages{
    padding-top:1rem;
  }
  .zoom-btn{
    width: 2.5rem;
    height: 2.5rem;
  }
  .zoom-btn i{
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .bomao-goods-read .bomao-advantages-title,.bomao-goods-read .bomao-goods-extension h2.extension-title{  font-size:1.5rem;}
  .bomao-goods-read .bomao-swiper-button-next{
    right:-10px;
  }
  .bomao-goods-read .bomao-swiper-button-prev{
    left:-10px;
  }
}



