.product-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-main-left{
  position: sticky;
  top: 15rem;
  width: 84.8rem;
  background: var(--white);
  padding: 6.4rem 4rem;
  border-radius: 0.8rem;
}
.product-badge-list{
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
}
.product-badge-list .badge{
  margin-right: 1.1rem;
}
.product-badge-list .badge:last-child{
  margin-right: 0;
}
.product-main-slider{
  padding: 0 8rem;
}
.product-main-item{
  width: 100%;
  height: 39.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-main-item img{
  max-width: 100%;
  max-height: 100%;
}
.product-main-slider .btn-owl{
  position: absolute;
  left: 0;
  top: calc(50% - 3.6rem);
}
.product-main-slider .btn-next{
  left: auto !important;
  right: 0;
}
.product-thumb{
  width: 100%;
  max-width: 48rem;
  padding: 0 0.8rem;
  margin: 1.6rem auto 0;
}
.product-thumb-item{
  width: 100%;
  height: 8rem;
  border: 1px solid #E1E3E3;
  border-radius: 0.6rem;
  cursor: pointer;
}
.active-thumb .product-thumb-item{
  border-width: 0.2rem;
  border-color: var(--pink);
}
.product-main-info{
  width: calc(100% - 88rem);
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4rem;
}
.product-main-info .badge{
  background: var(--snow-01);
  height: 2.6rem;
  border-radius: 5rem;
  text-transform: initial;
  padding: 0 0.8rem;
}
.btn-like-lg{
  position: relative !important;
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding-left: 3.4rem;
  background-image: url(../images/icon-heart-lg.png) !important;
  background-size: initial !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.btn-like-lg.active{
  background-image: url(../images/icon-heart-lg-pink.png) !important;
}
.rate-outer .btn-link{
  margin-left: 0.8rem;
}
.rate-outer {
  gap: 0.8rem;
}
.rate-outer .date{
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.rate-outer .date span{
  font-weight: 400;
  margin-right: 0.4rem;
}
.product-box-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.2rem;
}
.product-box-item{
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.product-box-item:last-child{
  margin-right: 0;
}
.product-box-item input[type='radio']{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.product-boxs{
  width: 10rem;
  border: 1px solid #E1E3E3;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.product-box-item input[type='radio']:checked ~ .product-boxs{
  border-color: var(--pink);
  outline: 1px solid var(--pink);
}
.product-box-img{
  height: 8rem;
}
.product-box-img img {
  max-width: 6.4rem;
  max-height: 6.4rem;
}
.product-boxs span{
  display: block;
  border-top: 1px solid #E1E3E3;
  background: var(--snow);
  padding: 0.6rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.discount-text img{
  flex-shrink: 0;
  width: 2.4rem;
  margin-right: 0.8rem;
}
.discount-text strong{
  font-weight: 600 !important;
  color: var(--pink);
}
.promotion-box{
  background: #FFF3F3;
  border-radius: 1.2rem;
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
}
.promotion-left{
  padding-right: 1.6rem;
}
.promotion-left img{
  flex-shrink: 0;
  width: 2.4rem;
  margin-right: 1rem;
}
.promotion-box-item{
  background: var(--white);
  width: 6rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.6rem;
}
.promotion-separator{
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin: 0 0.4rem;
  flex-shrink: 0;
}
.promotion-box-item > div{
  font-size: 1.6rem;
  line-height: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.promotion-box-item span{
  font-size: 1rem;
  line-height: 0.7rem;
}
.product-main-btns:last-child{
  margin-bottom: 0;
}
.product-main-btns .btn-primary{
  font-size: 1.8rem;
}
.product-main-btns .btn-white:last-child{
  margin-top: 1rem;
  font-size: 1.4rem;
}
.product-main-text:last-child{
  margin-bottom: 0;
}
.product-main-text p{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
}
.product-main-icon-text{
  margin-bottom: 1.2rem;
}
.product-main-icon-text:last-child{
  margin-bottom: 0;
}
.product-main-icon,
.benefits-icon{
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.product-main-icon-text strong{
  font-weight: 600 !important;
}
.d-flex-a:has(.benefits-item){
  gap: 2.1rem;
  flex-wrap: wrap;
}
.benefits-item{
  flex: 1 1 calc(33.333% - 2.1rem);
}
.benefits-icon{
  margin-right: 1.2rem;
}
.product-tested-icon{
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background: var(--snow);
  margin-right: 1.2rem;
}
.product-tested-icon img{
  width: initial;
}
.product-tested-text .text-pink{
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  font-weight: normal;
}
.collapse-item{
  padding: 3.2rem 0;
  border-bottom: 1px solid #E1E3E3;
}
.collapse-item:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.collapse-head{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  padding-right: 2rem;
}
.collapse-head::after{
  position: absolute;
  content: "";
  right: 0;
  width: 1rem;
  height: 0.7rem;
  background: url(../images/icon-down.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-item.expand .collapse-head::after{
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse-body{
  display: none;
}
.collapse-info{
  margin-top: 1rem;
}
.collapse-text p{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.collapse-text p:last-child{
  margin-bottom: 0;
}
.collapse-text p strong:first-child{
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.collapse-table{
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-collapse: collapse;
}
.collapse-table:last-child{
  margin-bottom: 0;
}
.collapse-table tr{
  background: #FFF3F3;
}
.collapse-table tr:nth-child(odd){
  background: #FFE6E8;
}
.collapse-table td{
  padding: 0.6rem 0.8rem;
}
.collapse-table td:last-child{
  text-align: right;
}
@media(min-width:1460px) and (max-width:1499.98px){
  .product-main-left {
    width: 81.8rem;
    padding: 5.6rem 4rem;
  }
  .product-main-info {
    width: calc(100% - 85rem);
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .product-main-left {
    top: 14rem;
    width: 76.6rem;
    padding: 4.8rem 3.2rem;
  }
  .product-main-info {
    width: calc(100% - 79rem);
    padding: 2.8rem;
  }
  .product-main-info .rate span,
  .rate-outer .date,
  .product-main-text p,
  .collapse-text p,
  .collapse-table{
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .product-box-list {
    margin-bottom: -0.8rem;
  }
  .product-box-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .product-boxs {
    width: 9.4rem;
  }
  .product-boxs span {
    padding: 0.6rem 0.4rem;
    font-size: 1.1rem;
  }
  .collapse-item {
    padding: 2.4rem 0;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .product-main-left {
    top: 14rem;
    width: 64rem;
    padding: 4.8rem 3rem;
  }
  .product-main-slider .btn-owl {
    top: calc(50% - 2.8rem);
  }
  .product-main-slider {
    padding: 0 7rem;
  }
  .product-main-item {
    height: 38.2rem;
  }
  .product-main-info {
    width: calc(100% - 66.4rem);
    padding: 2.4rem;
  }
  .product-main-info .rate span,
  .rate-outer .date{
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .product-box-list {
    margin-bottom: -0.8rem;
  }
  .product-box-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .product-boxs {
    width: 9.4rem;
  }
  .product-boxs span {
    padding: 0.6rem 0.4rem;
    font-size: 1.1rem;
  }
  .product-main-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .d-flex-a:has(.benefits-item) {
    gap: 1.6rem;
  }
  .benefits-item {
    flex: 1 1 calc(33.333% - 1.6rem);
  }
  .collapse-item {
    padding: 2.4rem 0;
  }
  .collapse-head {
    font-size: 1.5rem;
  }
  .collapse-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .collapse-table {
    font-size: 1.3rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .product-main-left {
    top: 13rem;
    width: 54rem;
    padding: 4.8rem 2rem 4rem;
  }
  .product-badge-list {
    top: 1.6rem;
    left: 1.6rem;
  }
  .product-main-slider {
    padding: 0 6rem;
  }
  .product-main-item {
    height: 36rem;
  }
  .product-main-slider .btn-owl {
    top: calc(50% - 2.8rem);
  }
  .product-thumb {
    max-width: 38rem;
  }
  .product-thumb-item {
    height: 6.5rem;
  }
  .product-main-info {
    width: calc(100% - 56rem);
    padding: 2.4rem 2rem;
  }
  .product-main-info .rate span,
  .rate-outer .date{
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .product-box-list {
    margin-bottom: -0.8rem;
  }
  .product-box-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .product-boxs {
    width: 9.4rem;
  }
  .product-box-img {
    height: 7rem;
  }
  .product-boxs span {
    font-size: 1.1rem;
  }
  .promotion-box {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .product-main-btns .btn-white:last-child {
    font-size: 1.3rem;
  }
  .product-main-btns .btn-white img{
    max-width: 2rem;
  }
  .product-main-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .d-flex-a:has(.benefits-item) {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
  .benefits-item {
    flex: 1 1 calc(33.333% - 1.6rem);
  }
  .collapse-item {
    padding: 2.4rem 0;
  }
  .collapse-head {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .collapse-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .collapse-table {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .collapse-table td {
    padding: 0.6rem 0.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .product-main .title{
    width: 100%;
  }
  .product-main .title br{
    display: none;
  }
  .product-main-left {
    position: relative;
    top: 0;
    width: 100%;
    padding: 4.8rem 4rem;
    border-radius: 0.8rem;
  }
  .product-badge-list {
    top: 1.6rem;
    left: 1.6rem;
  }
  .product-main-slider {
    padding: 0 7rem;
  }
  .product-main-slider .btn-owl {
    left: -1rem;
    top: calc(50% - 2.8rem);
  }
  .product-main-slider .btn-next {
    right: -1rem;
  }
  .product-main-info {
    width: 100%;
    padding: 3.2rem;
    margin-top: 2.4rem;
  }
  .product-boxs {
    width: 9.6rem;
  }
  .product-box-list {
    margin-bottom: -0.8rem;
  }
  .product-box-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .product-boxs span {
    font-size: 1.1rem;
  }
  .d-flex-a:has(.benefits-item) {
    gap: 1.6rem;
  }
  .collapse-item {
    padding: 2.4rem 0;
  }
  .collapse-head {
    font-size: 1.5rem;
  }
  .collapse-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .collapse-table {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(max-width:767.98px){
  .product-main .title{
    width: 100%;
  }
  .product-main .title br{
    display: none;
  }
  .product-main-left {
    position: relative;
    top: 0;
    width: 100%;
    padding: 4rem 2.4rem 3.2rem;
  }
  .product-badge-list {
    top: 1.6rem;
    left: 1.6rem;
  }
  .product-main-slider {
    padding: 0;
  }
  .product-main-item {
    height: 28rem;
  }
  .product-main-slider .btn-owl {
    left: -1rem;
    top: calc(50% - 2.8rem);
    display: none;
  }
  .product-main-slider .btn-next {
    right: -1rem;
  }
  .product-main-slider .btn-owl img{
    width: 0.9rem;
  }
  .product-thumb{
    display: none !important;
  }
  .product-main-slider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .product-main-slider .owl-dot{
    outline: none !important;
    width: 1rem;
    height: 1rem;
    background: var(--pink) !important;
    border-radius: 50%;
    margin: 0 0.4rem;
    opacity: 0.3;
  }
  .product-main-slider .owl-dot.active{
    opacity: 1;
  }
  .product-main-info {
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
  }
  .product-main-info .rate span{
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .rate-outer .date {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .product-box-list {
    margin-bottom: -0.8rem;
  }
  .product-box-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .product-boxs {
    width: 9.3rem;
  }
  .product-box-img {
    height: 7.2rem;
  }
  .product-boxs span {
    font-size: 1.1rem;
  }
  .promotion-box {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .product-main-btns .btn-primary {
    font-size: 1.6rem;
  }
  .product-main-btns .btn-white:last-child {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
  .product-main-btns .btn-white img{
    width: 2rem;
  }
  .product-main-text p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .d-flex-a:has(.benefits-item){
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .benefits-item {
    flex: 1 1 calc(50% - 1.5rem);
  }
  .collapse-item {
    padding: 2rem 0;
  }
  .collapse-head {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .collapse-info {
    margin-top: 1.4rem;
  }
  .collapse-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 1.6rem;
  }
  .collapse-table {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

.product-main-icon img {
  height: 100%;
}
.product-main-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumb-item img {
  z-index: -1;
}

.add_to_cart_button .iworks-omnibus {
  display: none;
}

.woosb-products .woosb-product .woosb-title .woosb-availability {
  display: none !important;
}

.product-main-info .product-main-btns del {
  margin-right: 0.5rem;
}

.ywdpd-notices-wrapper .show_note_on_apply_products {
  margin: 0 !important;
}