@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --black: #000000;
  --white: #ffffff;
  --primary: #4c6f68;
  --white-2: #FFFFFFB3;

}
body.others .shop-text {
    color: white !important;
}
body.others [class^="icon-"], [class*=" icon-"] {
    color: var(--primary);
}

    body.others [class^="icon-"], [class*=" icon-"]:hover {
        color: var(--white-2);
    }
body.others .shop-icon span {
    background-color: white !important;
}

body.others .header-inner{
    background-color:black
}

body.others .tf-header-5.style-abs .header-inner{
    padding-top:2px;
}


body.others .hederOption {
    color: white !important;
}

body.others .number-count {
    border-color: white !important;
    color: white !important;
}
.shoppingCart{
    color:white;
}

body.others .br-line {
    background-color: white !important;
    margin: -2px;
}


.container-line {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (min-width: 1440px) {
  .section-cosmetic-product-detail {
    padding-top: 86px;
  }

  .section-cosmetic-product-detail .tf-product-media-wrap {
    margin-right: -20px;
  }

  .section-cosmetic-product-detail .tf-product-info-wrap {
    max-width: 555px;
  }
}


.flat-spacing-6 {
  padding-top: 100px;
}

@media (max-width: 1439px) {
  .flat-spacing-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .flat-spacing-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product-info__short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




.sticky-top {
  position: sticky !important;
  z-index: 50;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumbs-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.thumbs-slider.style-row .tf-product-media-thumbs {
  order: 1;
}

@media (min-width: 1200px) {
  .thumbs-slider.style-row {
    flex-direction: row;
  }

  .thumbs-slider.style-row .flat-wrap-media-product {
    width: calc(100% - 111px);
  }

  .thumbs-slider.style-row .tf-product-media-thumbs {
    width: 91px;
    order: 0;
  }

  .thumbs-slider.style-row .tf-product-media-thumbs .swiper-slide {
    max-height: 112px;
  }
}


.tf-product-media-thumbs {
  width: 100%;
  flex-shrink: 0;
}

.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
     overflow: hidden;
  aspect-ratio: 1.2093023256;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 28, 28, 0.25);
  
    opacity: 0;
    transition: 0.2s;
}

.swiper-slide-thumb-active .overlay {
    opacity: 1;
}

.item::selection .overlay {
    opacity: 1;
}


.tf-product-media-thumbs .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-media-thumbs .swiper-slide .item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid var(--line-7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
  border-color: var(--primary);
}

.tf-product-media-thumbs.ver-2 .swiper-slide .item {
  aspect-ratio: 0.8125;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

.tf-product-media-thumbs.ver-2 .swiper-slide .item::after {
  content: none;
}

.tf-product-media-thumbs.ver-2 .swiper-slide.swiper-slide-thumb-active .item {
  border-color: var(--primary);
}



.flat-wrap-media-product {
  position: relative;
}

.flat-wrap-media-product .media-product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.flat-wrap-media-product .media-product-tag .tag-item {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px;
  background-color: var(--white);
  border-radius: 30px;
}

.flat-wrap-media-product .tf-product-media-main {
  border: 1px solid var(--line-7);
}

.flat-wrap-media-product .tf-product-media-main .swiper-slide {
  height: auto;
}

.flat-wrap-media-product .tf-product-media-main .item {
  height: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1.2041618161;
}

.flat-wrap-media-product .tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-wrap-media-product.ver-2 .tf-product-media-main {
  border: 0;
  border-radius: 20px;
}

.flat-wrap-media-product.ver-2 .tf-product-media-main .item {
  aspect-ratio: 0.72265625;
}


.tf-product-info-wrap {
  position: relative;
}

@media (min-width: 1440px) {
  .tf-product-info-wrap {
    max-width: 567px;
    width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .tf-product-info-wrap {
    margin-top: 40px;
  }
}


.tf-product-info-list {
  display: grid;
  gap: 20px;
}

@media (max-width: 1199px) {
  .tf-product-info-list {
    gap: 30px;
  }
}

body.others .tf-header-5.style-abs.header-fixed.scrolling{
    background-color:white;
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.1);
}

.tf-product-info_heading .product-info__name {
    margin-bottom: 16px;
    font-size: 1.725rem;
    margin-top: 12px;
    text-decoration: none;
    line-height: 2.625rem;
    color: #1d1e1c;
}

.tf-product-info_heading .product-info__rate {
  margin-bottom: 20px;
}



.product-info__name {
  font-weight: 800;
  color: var(--black);
}



.product-info__rate {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-info__price {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.01em;
}



.tf-product-info_variant .product-info__only,
.tf-product-info_variant .product-info__quantity {
  margin-bottom: 20px;
}

.tf-product-info_variant .btn_buy {
  margin-bottom: 24px;
}

.tf-product-info_variant .variant-picker-label {
  margin-bottom: 15px;
}

.tf-product-info_variant .variant-picker-values {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tf-product-info_variant .unit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border: 1px solid var(--black-10);
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: var(--black);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
  cursor: pointer;
}

.tf-product-info_variant .unit-btn:hover {
  color: var(--primary);
}

.tf-product-info_variant .unit-btn.active {
  background-color: var(--primary);
  color: var(--white);
}

@media (max-width: 767px) {
  .tf-product-info_variant .product-info__quantity {
    margin-bottom: 10px;
  }

  .tf-product-info_variant .unit-btn {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}



.tf-product-info-list.ver-2 .tf-product-info_heading>.br-line {
  background-color: var(--black-10);
  display: flex;
  margin-bottom: 32px;
}


.tf-product-info-list.ver-2 .product-info__rate {
  gap: 8px;
  color: #4c6f68;
}

.tf-product-info-list.ver-2 .product-info__price {
  margin-bottom: 20px;
}

.tf-product-info-list.ver-2 .product-info__desc {
  margin-bottom: 35px;
}

.tf-product-info-list.ver-2 .rate-wrap {
  gap: 0;
}

.tf-product-info-list.ver-2 .rate-wrap i {
  font-size: 14px;
  color: var(--yellow);
}

.tf-product-info-list.ver-2 .variant-picker-item {
  margin-bottom: 23px;
    margin-top: 23px;

}

.tf-product-info-list.ver-2 .product-info__only {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--success);
}

.tf-product-info-list.ver-2 .product-info__only .ic-wrap {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--success);
  color: var(--white);
  font-size: 13px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tf-product-info-list.ver-2 .btn_buy {
  margin-bottom: 20px;
}

.tf-product-info-list.ver-2 .btn_more_log {
  margin-bottom: 32px;
}

.tf-product-info-list.ver-2 .product-info__pickup {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 32px;
}

.tf-product-info-list.ver-2 .product-info__pickup .address-avaiable {
  margin-bottom: 4px;
}

.tf-product-info-list.ver-2 .product-info__pickup .address-ready {
  margin-bottom: 12px;
}

.tf-product-info-list.ver-2 .br-line.line-2 {
  margin-bottom: 26px;
}

.tf-product-info-list.ver-2 .tf-social-icon-2 {
  gap: 8px;
}

.tf-product-info-list.ver-2 .tf-social-icon-2 .social-link {
  width: 36px;
  height: 36px;
}

.tf-product-info-list.ver-2 .tf-social-icon-2 .social-link .icon {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .tf-product-info-list.ver-2 .tf-social-icon-2 {
    margin-top: 24px;
  }
}



.product-info__quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5rem !important;
}

@media (min-width: 768px) {
    .product-info__quantity {
        gap: 20px;
        margin-bottom: 5rem !important;
    }
}

.wg-quantity.style-2 {
    border: solid 1px #4c6f68;
    border-radius: 30px;
    height: 39px !important;
}

.wg-quantity.style-2 .quantity-product {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.wg-quantity.style-2 .btn-quantity {
  font-size: 16px;
}

.btn-2 {
    border: solid 1px #4c6f68;
    border-radius: 30px;
    min-width: 137px;
    height: 39px !important;
    background-color: #4c6f68;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.btn-2:hover {
    background-color: black; 
    border-color: black;
    color: white;
}

.product-badge-list {
  position: absolute;
  top: 0px;
  left: -1.5px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
  display: flex;
  flex-direction: column;

  width: auto;
}
 .product-badge {
  padding: 0px 12px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a225d;
  border-radius: 10px 0px 10px 0px;
  color: var(--white);
  margin: 2px;
}

.product-badge-list .product-badge.sale {
  background-color: #ce8cce;
  border-radius: 0px 0px 10px 0px;

}

 .product-badge.packed {
  background-color: rgb(199, 155, 102);
  border-radius: 0px 0px 10px 0px;

}

 .product-badge.small {
  height: 26px;
  padding: 0px 13.5px;
}


.font-style{
  font-family:" Prospectus Pro Cyrillic Italic  "  !important;
  font-style: italic;
  font-weight: 99;
}

.price-on-sale {
  font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: 900;
}
.product-info__category {
  width: 24%;
    border: 1px solid #4c6f68;
    color: #4c6f68;
   
    text-align: center;
}
.product-accordion .accordion-title .name-wrap {
  font-family: "Klavika Basic", sans-serif;
  display: flex;
  gap:13px;
  flex: 1;
      text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 600;
    letter-spacing: .08em;
    margin: 0;
    color: #4c6f68;
    transition: color .3s linear;
}

.icon-arrow-caret-down{
      font-weight: 900;
      color: #4c6f68;


}
.flat-spacing-3 {
    padding-top: 0px;
    padding-bottom: 64px;
}

.p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.tf-product-media-thumbs.ver-2 .swiper-slide .item.select{
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.1);
    z-index: 9;


}

.container-8{


    padding-right: 15px;
    padding-left: 15px;
    width: 1461px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}