/** Shopify CDN: Minification failed

Line 2887:30 Expected ":"
Line 4850:14 Expected ":"
Line 4988:14 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'tt_normsbold';
    src: url('tt-norms-bold-webfont.woff2') format('woff2'),
         url('tt-norms-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_normsmedium';
    src: url('tt-norms-medium-webfont.woff2') format('woff2'),
         url('tt-norms-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --tab-header-horizontal-padding: 20px;
}
.text-\[rgba\(var\(--colors-text-link\)\)\] {
    color: #dea093 !important;
}
.shopify-policy__body a, .page__body a {
    font-family: 'tt_normsbold';
}
.rte li {
    font-family: 'tt_normsmedium';
}
.rte p {
    font-family: 'tt_normsmedium';
}
select#SortBy {
    padding-top: 8px;
    padding-bottom: 8px;
}
.shopify-policy__container h2, .page__container h2 {
    font-family: 'tt_normsbold';
}
section.brand-intro.zo-skin-health-1 .custom-metaobject-section img.small-logo, section.brand-intro.proscriptix-fx-1 .custom-metaobject-section img.small-logo, section.brand-intro.skinbetter-science-1 .custom-metaobject-section img.small-logo {
    width: 40%;
}
section.brand-intro.obagi-1 .custom-metaobject-section img.small-logo, section.brand-intro.xtresse-1 .custom-metaobject-section img.small-logo {
    width: 20%;
}
section.brand-intro.revision-1 .custom-metaobject-section img.small-logo {
    width: 30%;
}
.comingSubTitle p {
    font-family: 'tt_normsbold';
}
div#CartDrawer-CartItems {
    background: transparent;
}
.activeList .mega-menu-wrapper-outer {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-4px);
}
.pdetails a:hover::before {
    width: 0% !important;
}
.collections-tabs-swiper .image_book_now_btn {
    transition: all 0.3s ease-in-out;
}
.collections-tabs-swiper .product-card-collection:hover .image_book_now_btn {
    opacity: 1;
}
.collections-tabs-swiper .sealsubs-full {
    display: none !important;
}
.collections-tabs-swiper .product-card-collection:hover .product-image-wrapper {
    box-shadow: 0 0 8px 0px #80808024;
}
.mega-menu-wrapper .sealsubs-target-element.sealsubs-full {
    display: none !important;
}
.newsletter__wrapper button {
    text-transform: uppercase;
}
.copyright-text .base-link a:hover {
    color: rgb(222 160 147);
}
.topProvidersSwiper a.btn-btn {
    display: none;
}
.pimage a {
    background:rgb(255, 255, 255);
}
.pimage a:hover::before {
    width: 0% !important;
}
.newsletter-box input {
    text-align: left;
}
.newsletter-box input::placeholder {
    padding: 0;
    font-size: 16px;
}
.page-faq .section-footer {
    background: #f3f3f1;
}
.hide {
    display: none !important;
}
input#search-in-modal::placeholder {
    padding: 0 !important;
}
.header_line_horizontal_padding {
    padding-left: var(--tab-header-horizontal-padding); padding-right: var(--tab-header-horizontal-padding);
}
.letter_spacing_4 {
    letter-spacing: 3.6px;
}
.line_h_135 {
    line-height: 135%;
}
.uppercase {
    text-transform: uppercase;
}
.latest_heading {
    font-size: 18px !important;
}
.fbold, .font_norms{
    font-weight:bold;
     font-family: 'tt_normsbold' !important;
}
.fmd{
    font-weight:500;
     font-family: 'tt_normsmedium';
}
.d_flex{
    display:flex;
} 
.justify_between{
    justify-content:space-between;
} 
.uppercase{
    text-transform:uppercase;
}
.text_white{
    color:#fff;
}
.letter_spacing_2 {
    letter-spacing: 2px;
}
.items_center{
    align-items:center;
}
header.full-width{
    padding:0;
}
header nav{
    background-color:#2B4048;
    padding:15px 0 !important;
    border-bottom:solid 1px #8598a0;
}
header nav > ul > li > a{
    color:#fff;
    text-transform:uppercase;
      font-family: 'tt_normsmedium';
      font-weight:700;
      letter-spacing:1.44px;
      font-size:12px;
      transition:0.3s;
          padding: 10px 0;
    display: block;
    position:relative;
}
header nav > ul > li:hover> a{
    color:#DEA093;
}
header nav > ul > li > a:after{
    content:"";
    width:100%;
    height:1px;
    border:dashed 1px #DEA093;
    position:absolute;
    bottom:0;
    left:0;
    transform:scale(0);
    transition:0.3s;
}
header nav ul li:hover a:after{
    transform:scale(1);
}
.header-top{
    display:flex;
    width:100%;
    max-width:90%;
    margin:0 auto;
    align-items:Center;
    padding:15px 0;
}
.left-col{
    display:flex;
}
.header-top > div{
    flex:0 0 40%;
    max-width:40%;
}
.header-top > div.center-col{
    flex:0 0 20%;
    max-width:20%;
}
.header__inline-menu > ul{
    display:flex;
    justify-content:center;
    gap:25px;
}
.x-header-icon-search{
    width:100%;
    max-width:400px;
}
.x-header-icon-search> div{
    width:100%;
}
.fake-search-box{
       width: 100% !important;
    border: none !important;
    border-bottom: solid 1px #ebebeb !important;
    border-radius: 0 !important;
    font-family: 'tt_normsmedium';
    color:#A3A3A3;
}
.fake-search-box span{
    margin-left:0 !important;
}
.cart-icon-holder{
    display:inline-flex;
    align-items:center;
    gap:5px;
    text-transform:uppercase;
     font-family: 'tt_normsbold';
     transition:0.3s;
}
.cart-icon-holder.orange-link{
    color:#DEA093;
}
.cart-icon-holder:hover{
     color:#DEA093;
}
.right-col{
    display:flex;
    justify-content:flex-end;
}
.x-container-header-icons{
    display:flex;
    gap:20px;
}
.splide__slide.banner-slide {
    flex-basis: 100%;
}
.thumbnail-dot {
    background-color: #2b4048;
    height: 4px;
    padding: 0;
    min-width: 50px;
}
.thumbnail-dot.hero-banner {
    background-color: white;
}
@media screen and (max-width: 724px) {
    .thumbnail-dot.hero-banner {
        min-width: 0px;
    }
}

.custom-filter .scrollbar-body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
.filter-see-more {
    position: absolute;
    bottom: 16px;
    color: #DEA093;
    cursor: pointer;
    text-decoration: underline;
}
.limit-filter-options {
    max-height: 204px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: 0.4s ease-out;
}
.limit-filter-options.limit-expanded {
    max-height: 2000px;
}

.section-footer-outer{
    background-color:#F3F3F1;
    background-image:url("https://cdn.shopify.com/s/files/1/0900/8152/6007/files/copy-right.png?v=1758881397");
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size: 150px;
    padding-bottom:0;
}


.social-list li a{
    background-color: transparent !important;
    color: #677b82 !important;
    padding-left: 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 5px;
}
.social-list li a svg{
    width:25px;
    height:25px;
}
.social-list li a svg path {
    fill: #2b4048 !important;
}
.copyright-text{
       justify-content: center;
    display: flex
;
    width: 100%;
    position: relative;
    top: 10px;
    color:#384B53;
    font-family: 'tt_normsbold';
    letter-spacing:1.44px;
    font-size:14px;
}
.additional-footer {
    margin-top:50px;
}
.footer-menu-wrap .h6{
    color:#2B4048;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#2B4048;
    font-family: 'tt_normsbold';
    font-size:16px;
}
.footer-menu-wrap ul li a{
        color: #9f9f9f;
    font-family: tt_normsmedium;
    font-size: 14px !important;
}
.footer-menu-wrap ul li a:hover{
     color:#2B4048;
}
.mega-menu-wrapper-outer{
    background-color:transparent;
    padding:14px 0 0 0;
     opacity:0;
    pointer-events:none;
    transition:0.3s;
    width:100%;
    position:absolute;
    left:0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu-wrapper{
    background-color:#F9F9F8;
    padding: 30px 0;
}
.mega-menu-inner{
    width:100%;
    max-width:90%;
    margin:0 auto;
    display:flex;
    justify-content: center;
}
.mega-menu-inner > div{
    flex:0 0 calc(100% / 4);
    max-width:calc(100% / 4);
}
.mega-menu-inner > div h4{
    font-size:16px;
    color:#2B4048;
    font-family: 'tt_normsbold';
    letter-spacing:2px;
    text-transform:uppercase;
    margin:15px 0;
}
.mega-menu-inner > div ul li{
    margin-bottom:0px;
}
.mega-menu-inner > div ul li:last-child{
    margin:0; 
}
.mega-menu-inner > div ul li a{
    color:#2B4048;
    font-family: tt_normsmedium;
    font-size: 12px !important;
    letter-spacing:1.44px;
    text-transform:uppercase;
}
.mega-menu-inner>div ul li a:hover {
    color: #9C6A5F;
}
.menu-inline.mega-menu-inner   ul li a{
    color:#2B4048;
    font-family: tt_normsmedium;
    font-size: 12px !important;
    letter-spacing:3px;
    text-transform:uppercase;
    padding: 15px 15px;
}
span.trending-badge {
    background-color: #F8ECE9;
    padding: 3px 5px;
    border-radius: 4px;
    color: #9C6A5F;
    font-family: tt_normsmedium;
    font-size: 12px !important;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}
.menu-inline.mega-menu-inner   ul li:last-child a{
    background-color:#2B4048;
    color:#DEA093;
}
.menu-inline.mega-menu-inner{
    justify-content:center;
}
.menu-inline.mega-menu-inner  ul.menga-menu-lik-list{
    display:flex;
    gap:5px;
}
.menga-menu-lik-list li {
    display: flex; align-items: center; gap: 5px;
}
.pimage{
    margin-bottom:10px;
}
.pimage a{
    display:block;
    text-align:center;
}
.pimage a img{
    margin:0 auto;
}
.fprd-details h3{
     font-family: 'tt_normsbold';
     color:#000;
     font-size:14px;
     letter-spacing:1px;
     text-transform:uppercase;
}
 .action-hover:hover .mega-menu-wrapper-outer{
    opacity:1;
    pointer-events:auto;
        transform: translateY(-4px);
 }
 .mega-menu-wrapper-outer.active{
    opacity:1;
    pointer-events:auto;
        transform: translateY(-4px);
 }
 .mega-menu-inner.brand-menu > div{
    max-width:50%;
    flex:0 0 50%;
 }
  .mega-menu-inner.brand-menu > div.grid-image-wrapper{
    display:flex;
    justify-content:flex-end;
    gap:40px;
  }
  .mega-menu-inner.brand-menu .menga-menu-lik-list{
    column-count: 2;
  }
 .mega-menu-inner.brand-menu .menga-menu-lik-list li {
  transition: opacity 0.3s, color 0.3s;
}

.mega-menu-inner.brand-menu .menga-menu-lik-list li.faded {
  opacity: 0.3;
}

.mega-menu-inner.brand-menu .menga-menu-lik-list li.highlighted a {
  color: #000; /* highlight color */
}
  .alphabet-filter{
    display:flex;
    justify-content: space-between;
  }
  .alphabet-wrapper{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom:20px;
  }
  .alphabet-wrapper span{
      color:#2B4048;
    font-family: 'tt_normsbold';
    font-size: 16px !important;
    letter-spacing:3px;
    text-transform:uppercase;
    cursor:pointer;
  }
.inline-menu-outer .mega-menu-wrapper{
    padding:30px 0;
}
 .button {
    border-radius: 4px !important;
   font-family: 'tt_normsbold';
   letter-spacing:3px;
}
.collections-tabs-swiper {
    padding: 40px 0 40px 40px;
    overflow: hidden;
}
.tabs-navigation{
   width:100%;
   max-width:90%;
   margin:0 auto;
   position:relative;
   margin-bottom:30px;
   max-width:1055px;
}
.tab-title-wrapper{
     display:flex;
    justify-content:center;
    gap:20px;
}
.tabs-navigation .tab-title{
    font-size:16px;
    letter-spacing:3.2px;
    text-transform:uppercase;
    color:#9F9F9F;
    font-family: tt_normsmedium;
    cursor:pointer;
}
.tabs-navigation .tab-title.active{
    color:#DEA093
}
/* .card-product:hover .link-product-variant {
    box-shadow: 0px 2px 2px -1px #0A0D120A,
  0px 4px 6px -2px #0A0D1208,
  0px 12px 16px -4px #0A0D1214;
} */
 .card-product:hover .link-product-variant {
    box-shadow:  0 2px 2px -1px #0a0d120a,0 4px 6px -2px #0a0d1208,0 12px 16px -4px #0a0d1214;
}
.product-image-wrapper {
    background-color: #fff;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.product-card-collection:hover .product-image-wrapper {
    box-shadow: 0px 2px 2px -1px #0A0D120A,
  0px 4px 6px -2px #0A0D1208,
  0px 12px 16px -4px #0A0D1214;
}
.product-image-wrapper-cart {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    margin-bottom:15px;
    border-radius:4px;
    overflow:hidden;
}
.product-image-second{
   opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition:0.3s;
    width:100%;
    height:100%;
    object-fit:cover;
}
.product-card-collection:hover .product-image-second{
    opacity:1;
}
.product-card-collection h3{
    font-size:16px;
     font-family: 'tt_normsbold';
   letter-spacing:1.1px;
   color:#000;
   text-transform:uppercase;
   margin-bottom:5px;
}
.product-card-collection .product-price{
    font-size:14px;
   letter-spacing:1px;
   color:#000;
   text-transform:uppercase;
}
.tab-panel {
  display: none;
  opacity: 0;
}
.nav-arrow{
    position:absolute;
    width:100%;
    display:flex;
    justify-content:space-between;
    top:0;
}
.nav-arrow .swiper-button-prev, .nav-arrow .swiper-button-next{
       position: absolute;
    height: 15px;
    top: 0;
    margin: 0;
}
.nav-arrow .swiper-button-prev:after, .nav-arrow .swiper-button-next:after{
    font-size:15px;
    display: none;
}
.nav-arrow .swiper-button-next{
   left:auto;
   right:0;
}
.tab-panel.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.brand_track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  gap: 8px;
}
.top_star_parent:has(.loox-rating:empty) {
    display: none;
}
.brand_slides:hover .brand_track {
  animation-play-state: paused;
}
.brands_parent {
    max-width: 1236px;
    margin: auto;
    padding: 0 20px 48px;
}
.brand_item {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 8px;
}

.brand_item img {
  width: 100%;
  height: 335px;
  border-radius: 4px 4px 0px 0px;
}

.brand_small_img_1 img {
  width: 204px !important;
  height: 56px !important;
  margin: 0 auto;
}

.brand_small_img_2 img {
    width: 80px!important;
    height: 35px!important;
    margin: 0  auto;
} 

.brand_small_img_1 {
  padding: 30px;
}

.brand_small_img_2 {
  padding: 30px;
}
.brands_parent h3{
    text-transform:uppercase;
    color:#2B4048;
    font-size:18px;
    letter-spacing:3.6px;
}
.brands_parent a{
    text-transform:uppercase;
    color:#DEA093;
    font-size:16px;
    letter-spacing:3px;
}
.grey-bg{
    background-color:#F3F3F1;
    padding-top:40px;
    padding-bottom:40px;
}
.view_all_mobile{
    display:none;
}
.logo-name > div{
    justify-content:center;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.section-newsletter h2{
    font-size:32px;
     font-family: 'tt_normsbold';
   letter-spacing:1px;
   color:#2B4048;
   text-transform:uppercase;
   line-height:135%;
   letter-spacing:3px;

}
.section-newsletter p strong{
    color:#DEA093;
    font-size:16px;
     font-family: 'tt_normsbold';
     letter-spacing:3px;
}
.newsletter__wrapper{
    max-width:400px;
}
.newsletter-box{
    border-bottom:solid 1px #9F9F9F;
}
.newsletter-box input{
   padding-left:0;
   padding-right:0;
}

.title-wrapper{
        max-width: 1236px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items:center;
    margin-bottom:40px;
}
.title-wrapper h2{
        text-transform: uppercase;
    color: #2b4048;
    font-size: 18px;
    letter-spacing: 3.6px;
     font-family: 'tt_normsbold';
}
.recommended-blog-wrapper .title-wrapper .nav-arrow-collection a,
.title-wrapper a {
    text-transform: uppercase;
    color: #dea093;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: tt_normsbold;
    margin-right: 25px;
}
.recommended-blog-wrapper .swiper-button-prev, .recommended-blog-wrapper .swiper-button-next {
 display:none;
}
.nav-arrow-collection{
    display:flex;
}
/* .recommended-blog .swiper-button-prev,
.recommended-blog .swiper-button-next, */
.nav-arrow-collection .swiper-button-prev,
.nav-arrow-collection .swiper-button-next{
   margin: 0;
    top: 0;
    width: 24px;
    height: 24px;
    left: 0;
    right: 0;
} 

.loox-rating .loox-icon {
    color: rgb(222 160 148) !important;
}
.loox-rating-content {
    color: rgb(222 160 148);
}
/* .recommended-blog .swiper-button-prev:after, */
.nav-arrow-collection .swiper-button-prev:after, .nav-arrow-collection .swiper-button-next:after {
    font-size: 15px;
    display: none;
}
.top_star_parent{
    display:flex;
    gap:8px;
    margin-bottom:15px;
}
.top_star_parent img{
        height: 19px;
    object-fit: contain;
    position: relative;
    top: -1px;
}
.product-vendor{
    color:#9F9F9F;
    font-size:15px;
    margin-bottom:8px;
}
.slider-content{
    padding:0 0;
}
.blog-thumb-wrapper h4{
    font-size: 16px;
    font-family: tt_normsbold;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-thumb-wrapper h4.has-author-image {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: block;
}
.blog-image{
    height:252px;
    margin-bottom:10px;
    position:relative;
}
.blog-image img{
    height:252px;
    object-fit:cover;
    width:100%;
    object-position:top;
}
.blog-date{
    color: #8598A0;
    font-size: 14px;
    margin-top: 8px;
    font-family: tt_normsbold;
    margin-bottom:10px;
    text-transform:uppercase;
}
.recommended-blog-wrapper{
    padding:50px 15px;
    overflow:hidden;
}
.top_brand_section{
    overflow:hidden;
}
.read-more{
    text-transform: uppercase;
    color: #dea093;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: tt_normsbold;
}
.author-image {
    position: absolute;
    width: 75px;
    height: 127px;
    border: solid 3px #F3F3F1;
    right: 10px;
    bottom: -70px;
    z-index: 9;
}
.author-image img{
    height:100%;
    object-fit:cover;
}
/* Product page */
.section-product-info-new{
    background-color:#F3F3F1;
    padding-bottom:70px;
}
.product-thumnail-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 16px;
    z-index:9;
}
.product-thumnail-wrapper > div{
    max-width:50px;
    min-width:50px;
}
.template-product .maxThumbs.product-thumnail-wrapper > div{
    max-width:10px;
    min-width:10px;
}
.product-thumnail-wrapper.hero-banner{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
}
.section-product-info-new .product-page{
    max-width:1200px;
    margin:0 auto;
}
.section-product-info-new .product-page .page-width{
    padding:0;
}
.section-product-info-new .product-media-container{
    padding:0;
}
.section-product-info-new .product-thumnail-wrapper > div button{
    background-color:#2B4048;
    height:4px;
    padding:0;
}
.section-product-info-new .product-content-container{
    background-color:#fff;
    padding:50px 50px 0px 50px;
}
.section-product-info-new .product-content-container .product-info{
    padding-left:0;
    height:100%;
}
.section-product-info-new .product-content-container .product-info > div{
    height:100%;
    gap:12px;
}
.section-product-info-new .product-thumnail-wrapper > div button img{
    display:none;
}
.product-title{
    color:#2B4048;
    font-size:24px;
    line-height:130%;
    letter-spacing:2px;
    font-family: tt_normsbold;
    text-transform:uppercase;
}
 .price-wrapper{
    display:flex;
    align-items:center;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:10px;
 }
 .price-wrapper .price-sale{
    font-weight:500;
    color:#2B4048;
    font-size:24px;
 }
  .price-wrapper small{
    color:#949fa3;
    font-weight:500;
  }
  .review-widget{
    margin-bottom:10px;
    color:#DEA093;
  }
    .review-widget svg{
        width:15px;
        height:15px;
        opacity:1;
    }
    .product-form__quantity{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:5px;
        margin-top:40px;
    }
     .product-form__quantity .w-full{
        flex:0 0 122px;
        max-width:7122px
     }
     .product-form__quantity .w-full > div{
        background-color:transparent;
        border:0;
     }
     .product-form__quantity .quantity-rules{
        display:none;
     }
      .product-form__quantity label{
        font-size:14px !important;
        font-family: 'tt_normsmedium';
        color:#2B4048;
        font-weight: 500;
      }
    .section-product-info-new  .splide__arrows button{
        opacity:1;
        transform:none;
        padding:5px;
        transform:none !important;
      }
      .section-product-info-new  .splide__arrows button span{
        background-color:#fff;
        border-radius:100% !important;
        box-shadow:
    0 1px 3px -1.5px rgba(51, 51, 51, 0.16),
    0 5px 5px -2.5px rgba(51, 51, 51, 0.08),
    0 12px 6px -6px rgba(51, 51, 51, 0.02),
    0 16px 8px -8px rgba(51, 51, 51, 0.01),
    0 0 0 1px rgba(51, 51, 51, 0.04),
    0 -0.5px 0.5px 0 rgba(51, 51, 51, 0.08);
      }
      .section-product-info-new  .splide__arrows button.prev svg{
        transform:rotate(90deg)
      }
      .section-product-info-new  .splide__arrows button.next svg{
        transform:rotate(90deg)
      }
      .section-product-info-new  .breadcrumbs-wrapper{
        padding:30px 0 10px 0;
      }
    .section-product-info-new  .breadcrumbs-wrapper div span, 
    .section-product-info-new  .breadcrumbs-wrapper div a,
    .section-product-info-new  .breadcrumbs-wrapper div{
        text-align:center;
        color:#DEA093;
         font-family: 'tt_normsmedium';
         font-size:15px;
         text-transform:uppercase;
    }
    .section-product-info-new .options-container fieldset.product-form__input .input-radio +label {
        border-color:#E5E5DD;
        background:#fff;
        color:#2B4048;
        font-weight:500;
    }
    .section-product-info-new .options-container fieldset.product-form__input .input-radio:checked+label {
        border-color:#2B4048;
        background:#fff;
        color:#2B4048;
    }
    .ad-logo{
        position: absolute;
    top: 20px;
    z-index: 1;
    left: 20px;
    }
   a.buy-online-button.button,
   .add_to_cart_button {
    background-color: #2b4048!important;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: tt_normsbold;
    border-radius: 4px !important;
    padding: 15px;
}
a.buy-online-button.button span.icon {
    display: none;
}
    .complete_card input[type=checkbox]{
        opacity:0;
    }
    .complete_card .fake-checkbox{
        display:inline-flex;
        width:20px;
        height:20px;
        border:solid 1px #2B4048;
        border-radius:4px;
        position:absolute;
        align-items:center;
        justify-content:center;
    }
    .complete_card .fake-checkbox img {
    width: 15px;
    height: 11px;
    opacity: 0;
}
    .complete_card.selected .fake-checkbox img {
    opacity: 1;
}
    .complete_card.selected .fake-checkbox{
        background-color:#2B4048;
    }
    .fbt-product-checkbox:disabled + .fake-checkbox{
        opacity:0.2;
    }
    .card-p-title{
    font-size:16px;
     font-family: 'tt_normsbold';
   letter-spacing:1px;
   color:#000;
   text-transform:uppercase;
   margin-bottom:5px;
   line-height:135%;
}
.card-p-price{
    font-size:14px;
     font-family: 'tt_normsbold';
   letter-spacing:1px;
   color:#000;
   text-transform:uppercase;
   margin-top:5px;
}
.card-p-vendor {
    color: #9f9f9f;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: 'TT_NORMSMEDIUM';
}
.left-col .list-menu {
    display: flex;
}
.right-col .list-menu{
    display:flex;
    gap:30px;
}
.left-col .list-menu > li > a, .right-col .list-menu > li > a, .right-col .list-menu > li a.smenu{
     font-family: 'tt_normsbold';
     letter-spacing:1px;
     font-size:12px;
     text-transform:uppercase;
     transition:0.3s;
}
.left-col .list-menu > li:hover > a, .right-col .list-menu > li:hover > a, .right-col .list-menu > li:hover a.smenu, .link_headline:hover h4, .pro_url:hover a{
   color:#DEA093;
   transition: color 0.3s ease-in-out;
}
left-col .list-menu > li.active  a, .right-col .list-menu  li.active  a, .right-col .list-menu  li.active a.smenu{
   color:#DEA093;
}
.right-col .list-menu > li .header-search{
        line-height: 1;
    display: inline-block;
}
.a-d-circle a{
    color:#DEA093 !important; 
}
.menu-mobile{
    width:100%;
    position:fixed;
    left:0;
    height:100%;
    z-index:99;
    pointer-events:none;

}
.menu-mobile.from-header-up{
    top: 57px;
}
.menu-mobile .menu-overlay{
     width:100%;
    position:fixed;
    left:0;
    height:100%;
    background-color:rgba(17, 17, 17, 0.7);
    z-index:99;
    display:flex;
    transition:0.3s;
    opacity:0;
}
.mobile-menu-inner{
    width:100%;
    max-width:673px;
    background:#fff;
    position:fixed;
    height:100%;
    left:-100%;
    transition:0.3s;
    z-index:999;
    overflow:hidden;
}
.mobile-nav-open .menu-mobile{
    pointer-events:auto;
}
.mobile-nav-open {
    overflow:hidden;
}
.mobile-nav-open .menu-mobile .menu-overlay{
    opacity:1
}
.mobile-nav-open .menu-mobile .mobile-menu-inner{
    left:0;
}
.main-menu-mobile{
    padding-bottom: 20px;;
}
.scrollable-menu{
    max-height: 90%;
    overflow: auto;
    padding-bottom: 50px;
}
.menu-heading{
    border-top: solid 1px #C1D3DA;
    padding: 20px 20px;
}
.menu-heading a{
    font-family: 'tt_normsbold';
     font-size:16px;
     text-transform:uppercase;
     letter-spacing:3px;
     color:#000000;
}
.main-menu-mobile > li.no-child {
    margin:0 !important;
}
.main-menu-mobile li{
    padding: 8px 12px;
}
.main-menu-mobile li.menu-item {
    padding-left: 20px;
}
.main-menu-mobile li a {
    font-family: tt_normsmedium;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #2b4048;
    width: 100%;
    display: contents;
}
.main-menu-mobile li{
    margin:0;
    display:block;
}
.shop-all-products{
    color: #DEA093 !important;
}
.submenu.level-2{
        position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
    transition:0.3s;
    opacity:0;
    padding:40px 20px;
}
.submenu.level-3{
        position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
    transition:0.3s;
    opacity:0;
    padding:40px 20px;
}
.main-menu-mobile li.submenu-open .submenu.level-2{
        right: 0;
    opacity: 1;
    z-index: 999;
}
.main-menu-mobile li.submenu-open .submenu.level-2 li.submenu-open .submenu.level-3  {
        right: 0;
    opacity: 1;
    z-index: 999;
}
.menu-link-wrapper {
    padding-right: 0;
    position: relative;
}
.menu-link-wrapper button.submenu-toggle {
    right: 0px;
    position: absolute;
    top: 4px;
}
.back-menu{
       display: flex !important;
    font-size: 20px;
    font-family: tt_normsbold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #2b4048;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px !important;
}
.m-close{
    display:none;
}
.mobile-nav-open .m-close{
    display:inline-block;
}
.mobile-nav-open .m-open{
    display:none;
}
.white-bg{
    background-color:#fff;
    padding:20px;
}
.your_routine_section .swiper-slide{
    height:auto;
}
.your_routine_section .swiper-slide complete_card{
    height:100%;
}
span.link-text.desc_read_moress:before {
    content: '';
    width: 60px;
    height: 20px;
    background: linear-gradient(to right, #ffffff2b, #ffffff);
    position: absolute;
    left: -63px;
}
.link-text{
    font-family: tt_normsbold;
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    text-decoration: underline;
    cursor: pointer;
    white-space: pre;
}
.article-tag{
    position: absolute;
    background-color: #DEA093;
     font-family: tt_normsbold;
     color: #fff;
     letter-spacing: 1.40px;
     font-size: 16px;
     padding: 8px 15px;
     text-transform: uppercase;
}
.blog-container{
    max-width: 1216px;
    margin: 0 auto;;
}
.lastest-news-wrapper{
    background-color: #F9F9F8;
}
.product-media-container .badge.badge--sale{
    position: absolute;
    background-color: #5B9C6D;
     font-family: tt_normsbold;
     color: #fff;
     letter-spacing: 1.40px;
     font-size: 16px;
     padding: 8px 15px;
     text-transform: uppercase;
         z-index: 9;
    right: 0;

}
.incidents-wrapper{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse;
}
.incidents-wrapper .incident-item{
    /* max-width: calc(25% - 20px); */
    /* flex: 0 0 calc(25% - 20px);; */
}
.incidents-wrapper .incident-item .incident-text{
    margin-top: 15px;
    text-transform: capitalize;
    flex-direction: row-reverse;
}
.incidents-wrapper .incident-item .incident-text p {
    font-family: 'tt_normsmedium';
}
.incidents-wrapper .incident-item .incident-text p strong {
    font-family: 'tt_normsbold';
} 
.blog-news-wrapper-no-swiper{
    display: flex;
    gap: 15px;
}
.blog-news-wrapper-no-swiper > div{
    flex: 0 0 calc(33% - 15px);
     max-width: calc(33% - 15px);
}
.lastest-news-wrapper .recommended-blog h4 {
    margin-bottom: 20px;
}
.section-footer ul.social-list {
    gap: 10px;
    flex-direction: row;
}
.section-footer ul.social-list li:nth-child(2) {
    order: -3;
}
header.top-header .right-col ul.list-menu.list-menu--inline li.locations {
    display: none;
}
header.top-header .right-col ul.list-menu.list-menu--inline li.m-visible span.monly {
    display: block;
}
header.top-header .right-col ul.list-menu.list-menu--inline li.m-visible a {
    display: flex;
    align-items: center;
}
header.header-bottom .header-top.bottom .right-col,
header.header-bottom .header-top.bottom .center-col {
    display: none;
}
header.top-header .right-col ul.list-menu.list-menu--inline li.a-d-circle {
    margin-top: 2px;
}
/* header.top-header .header-top.top-main .right-col ul.list-menu li,
header.top-header .header-top.top-main .right-col ul.list-menu li a,
header.top-header .header-top.top-main .right-col ul.list-menu li a span {
    line-height: 0;
} */
 header.top-header .header-top.top-main .right-col ul.list-menu .cart-icon-holder {
        margin-top: 3px;
}
header.top-header .left-col .top-hd-search {
    margin: 0;
    max-width: 20rem;
}
.section-newsletter .flex {
    border: 0px;
}
header.top-header .left-col .top-hd-search input {
    border: 1px solid #EBEBEB;
    padding: 10px 15px;
}
#search-result .background-header {
    background-color: #f3f3f1;
    padding: 15px;
    border-radius: 0!important;
    --tw-shadow: none;
    z-index: 99999;
    position: relative;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal {
    display: block;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list {
    width: 100%;
    padding: 0px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list h2#predictive-search-products {
    display: none;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list ul.predictive-result-item {
    padding: 0px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li {
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
}
header.top-header .left-col .top-hd-search div#search-result {
    top: 48px !important;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li .pt-2 .leading-tight {
    color: #677B82;
    font-weight: 500;
    font-size: 14px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li p {
    color: #2B4048 !important;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li .pt-2 .leading-tight {
    color: #677B82;
    font-weight: 500;
    font-size: 14px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li p {
    color: #2B4048 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li .price {
    text-align: right;
    margin-top: 50px;
    color: #2B4048 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li .pt-2 {
    margin-left: 15px;
    padding: 0pc;
}
#search-result .background-header button {
    padding: 10px 0px 0px 0px;
    color: #2b4048 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: tt_normsbold;
    text-align: left;
    letter-spacing: 3px;
}
header.top-header .left-col .top-hd-search input::placeholder {
    font-family: 'tt_normsmedium';
    font-size: 16px;
    font-weight: 400 !important;
    color: #A3A3A3;
}
header.top-header .header-top.top-main .right-col ul.list-menu {
    gap: 15px;
}
div#FacetsWrapperDesktop select#SortBy {
    border: 1px solid #E5E5DD;
}
.col-span-1.filter-aside\:md\:hidden .relative.mb-6.md\:mb-7 {
    margin: 0px !important;
}
.section-product-info-new .product-page .product-title {
    font-size: 28px;
}
.product-short-description .mineDesc {
    /* margin-top: 12px; */
    position: absolute;
}
 .product-short-description {
    height: 150px;
} 
.desc_read_more {
  text-align: start;
  cursor: pointer;
}
span.money.conversion-bear-money.seal-money.ht-money {
    color: #2B4048;
    font-size: 16px;
}
.sealsubs-container span.sls-savings-badge {
    background-color: #DEA093;
    transform: none;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    line-height: 19px;
    border-radius: 2px;
    font-family: tt_normsbold;
    font-weight: 700;
}
.sls-savings-badge::before {
    display: none !important;
}
.sealsubs-container .sls-purchase-options-container .sls-option-container:nth-child(3) span.money.conversion-bear-money.seal-money.ht-money {
    color: #5B9C6D;
}
.sealsubs-container .sls-more-info-container {
    display: none;
}
.button-product-buy_buttons_wMddLR.w-full.button-product.mb-5 {
    margin-bottom: 0px;
}
.sealsubs-container label#seal-purchase-options-label {
    display: none;
}
.promo-image-with-text.one .iwt-content h2.text-with-image-heading {
    max-width: 450px;
}
.promo-image-with-text.one .iwt-content .rte {
    margin-top: 40px;
}
.promo-image-with-text.one .iwt-content p {
    font-size: 18px;
    color: #8598A0;
}
.promo-image-with-text .button.button-solid {
    font-family: 'tt_normsbold';
    font-size: 14px;
    border-radius: 4px!important;
    padding: 20px 40px;
    letter-spacing: 3px;
    cursor: pointer;
}
.image-with-text .rte {
    margin-top: 40px;
}
.image-with-text .rte h2 {
    font-size: 24px;
}
.promo-image-with-text.two .image-with-text .rte p {
    max-width: 450px;
    font-size: 18px;
    color: #8598A0;
}
.promo-image-with-text.two .iwt-content {
    padding-right: 20px;
}
.image-with-text img.h-full {
    transform: unset;
    object-fit: cover;
}
.page-promotions .iwt-image {
    max-width: 40%;
    width: 100%;
}
.image-with-text parallax-image img.for-mob {
    width: 100%;
    display: none;
}
.preload-image.collection-page-container {
    display: flex;
    flex-direction: column;
}
.preload-image.collection-page-container .br-ead-cr-umb {
    order: -1;
    background-color: transparent;
}
.preload-image.collection-page-container .collection-title {
    padding: 0px;
}
.preload-image.collection-page-container .bg-description--description {
    background: transparent;
    color: #8598a0;
    padding: 0;
}
.preload-image.collection-page-container .br-ead-cr-umb .capitalize a.nav-link, .preload-image.collection-page-container .br-ead-cr-umb .capitalize span {
    color: #dea093;
    text-decoration: none;
    font-family: tt_normsmedium;
    font-size: 15px !important;
    text-transform: uppercase;
}
.preload-image.collection-page-container .rte p {
    font-size: 17px;
    margin: 0px;
    color: #8598A0;
}
.preload-image.collection-page-container .br-ead-cr-umb .w-full {
    padding: 0px;
}
button.custom_btn {
    font-family: tt_normsbold;
    font-size: 14px;
    border-radius: 4px !important;
    padding: 10px 40px;
    letter-spacing: 3px;
}
div#update-cart .border-t {
    border: 0px;
}
div#update-cart h2 {
    padding: 30px;
    color: #2b4048;
    font-family: tt_normsbold;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 3px;
}
div#update-cart h2 span {
    color: #8598A0;
}
div#update-cart .border-t {
    border: 0px;
    padding: 0 30px;
}
.cart-update {
    padding: 0px;
}
.cart-inner-top .bg-\[rgba\(var\(--colors-text\)\,0\.05\)\] {
    background-color: transparent;
}
div#CartDrawer #update-cart {
    height: 100vh!important;
    background-color: #F3F3F1;
    justify-content: space-between;
    width: 500px;
    top: 0;
}
div#CartDrawer-CartItems .cart-item {
    padding: 20px;
    background-color: #fff;
}
div#CartDrawer-CartItems .cart-item {
    padding: 20px;
    background-color: #fff;
}
.cart-inner-bottom button#checkout-submit::before,
div#CartDrawer #update-cart .mb-4,
.footer-cart-drawer-mobile .cart-total-price {
    display: none;
}
.cart-inner-bottom button#checkout-submit {
    margin: 0px;
    background-color: #2b4048 !important;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: tt_normsbold;
    border-radius: 4px !important;
}
.cart-inner-bottom {
    padding: 28px;
    background-color: #E9E9E5;
}
.section-product-info-new .product-content-container
 p.price, .section-product-info-new .product-content-container .price-sale {
    font-size: 25px;
    color: #2B4048;
    font-weight: 500;
}
.main-product-price small {
    font-size: 70%; margin-left: 6px;
    color: #95A0A4;
}

.section-product-info-new .options-container .product-form__input legend {
    font-family: 'tt_normsmedium';
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.section-product-info-new .options-container fieldset.product-form__input .input-radio+label {
    border-color: #E5E5DD;
    font-family: 'tt_normsmedium';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 45px;
}
/* .incidents-wrapper .incident-image {
    width: 100%;
    height: auto;
} */
/* .incidents-wrapper img {
    width: 100%;
    height: 100% !important;
} */
 .cart-product-box a {
    color: #2B4048;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: tt_normsbold;
}
.cart-item__quantity .flex.items-center {
    justify-content: space-between;
}
.cart-item__quantity .flex.items-center button {
    justify-content: center;
}
.cart-product-box-main .price {
    color: #2b4048;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
}
.cart-product-box-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.cart-item__quantity .border {
    border-width: 0px;
}
.cart-product-box .product-vendor {
    color: #677B82;
    font-size: 14px;
    margin-bottom: 8px;
}
.cart-product-box a:hover {
    color: #2b4048;
}
.cart-update img {
    max-width: 400px;
    margin: 0 auto;
}
.cart-update p.mb-16 {
    font-size: 28px;
    font-family: tt_normsmedium;
    font-weight: 500;
    color: #8598a0;
    margin-bottom: 0px;
}
.cart-inner-top {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.cart-update {
    margin: auto;
}
.cart-inner-top button#CloseCart {
    top: 20px;
}
.contact-form button:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: var(--button-width);
    height: var(--button-height);
    background-color: var(--colors-button-hover);
    backface-visibility: hidden;
    will-change: transform;
    transform: var(--button-transform);
    transform-origin: var(--button-transform-origin);
    transition: transform 0.5s ease;
}
.contact-form button:hover {
    transition-delay: 0.5s;
    transition-property: background-color;
    background-color: var(--colors-button-hover);
    color: rgba(var(--colors-button-text-hover));
    background-origin: border-box;
}
.page-contact .contact-form button {
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: #2b4048;
    overflow: hidden;
    background-origin: border-box;
    text-transform: uppercase;
    width: 100%;
    margin-top: 40px;
    border-radius: 4px !important;
}
div#FormSearch .search-categories {
    display: none;
}
/* .header.header-bottom .search-categories, */
.top-hd-search .search-categories {
    display: none;
}
div#FacetsWrapperDesktop {
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.template-collection .card-product__bottom a.buy-online-button:hover,
.template-collection .card-product__bottom button.button:hover,
 .grid-item .card-product__bottom button.button:hover,
.template-collection #items-grid .grid-item .card-product__bottom button.button:hover {
    background-color: #2B4048;
    color:#fff;
}
.template-collection .card-product__bottom a.buy-online-button,
.template-collection .card-product__bottom button.button,
 .grid-item .card-product__bottom button.button,
.template-collection #items-grid .grid-item .card-product__bottom button.button {
    background-color: #2B4048;
    font-family: 'tt_normsbold';
    text-transform: uppercase;
    border-radius: 4px !important;
    font-size: 14px;
}
.template-collection .card-product__bottom a.buy-online-button::before{
    display:none;
}
.template-collection .card-product__bottom,
.grid-item .card-product__bottom,
.template-collection #items-grid .grid-item .card-product__bottom {
    position: absolute; 
    width: 100%;
    top: auto;
    z-index: 49;
    bottom: 20px;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}
.template-collection .card-product:hover .card-product__bottom,
 .grid-item .card-product:hover .card-product__bottom,
.template-collection #items-grid .grid-item .card-product:hover .card-product__bottom {
    display: block;
}
.template-collection .card-product__bottom .button--quickview.button-solid:before,
.grid-item .card-product__bottom .button--quickview.button-solid:before,
.template-collection #items-grid .grid-item .card-product__bottom .button--quickview.button-solid:before {
    display:none;
}
div#CartDrawer-CartItems td.custom-form-mob {
    display: none;
}
/****************cookies Banner CSS***********/
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #f3f3f1!important;
    width: 98%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
    border: 0px;
    outline: none;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy {
    margin-top: 0px;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy-text {
    padding: 0;
    color: #2B4048;
    font-family: 'tt_normsmedium';
    font-size: 18px;
    max-width: 90%;
    font-weight: normal !important;
    letter-spacing: 1px;
    line-height: normal;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy-text a {
    color: #2b4048;
    font-family: 'tt_normsbold';
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-button-group-parent {
    padding: 0px;
    width: 30%;
}
#onetrust-consent-sdk #onetrust-banner-sdk button {
    margin: 0pc;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-close-btn-container {
    display: none;
}
#onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler {
    display: none;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-group-container {
    width: 70%;
}
#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 10px;
}
#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group button#onetrust-pc-btn-handler {
    background-color: transparent;
    font-family: 'tt_normsbold';
    text-transform: uppercase;
    border-color: #2B4048;
    line-height: normal;
    letter-spacing: 1.10px;
    padding: 20px;
    max-width: 100%;
    color: #2B4048;
}
#onetrust-consent-sdk #onetrust-banner-sdk button {
    background-color: #2B4048;
    border-radius: 4px;
    font-family: 'tt_normsbold';
    text-transform: uppercase;
    border-color: #2B4048;
    line-height: normal;
    letter-spacing: 1.10px;
    padding: 20px;
    outline: none;
}
.heading_close_main button.product-show {
    color: #fff;
    background: #2b4048;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
    font-family: tt_normsbold;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    height: 40px;
    min-height: auto;
}
.heading_close_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading_close_main button#CloseFilter {
    position: relative;
    top: 0;
    right: 0;
}
.footer-menu-wrap ul li a,
.header-top.bottom .left-col ul.list-menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    padding: 5px 0;
}
.footer-menu-wrap ul li a::before,
.header-top.bottom .left-col ul.list-menu li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0.4s ease;
    background-image: repeating-linear-gradient(    to right,    #dea093 0 4px,    transparent 4px 8px  );
}
.footer-menu-wrap ul li a:hover::before,
.header-top.bottom .left-col ul.list-menu li a:not(.link_headline):hover::before {
  width: 80%;
}
.footer-menu-wrap ul li {
    line-height: normal;
    padding: 0;
}
.footer-menu-wrap ul li a {
    padding: 0 0 5px 0px;
}
.footer-menu-wrap ul li a::before {
  background-image: repeating-linear-gradient(    to right,    #2b4048 0 4px,    transparent 4px 8px  );
}
#onetrust-banner-sdk .banner_logo {
    display: block!important;
    margin-bottom: 10px;
}
div#onetrust-banner-sdk .banner_logo:before {
    content: "Cookies?";
    display: block;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    font-family: 'tt_normsbold';
    letter-spacing: 3px;
    text-transform: uppercase;
}
.page-contact .social-icons a:hover {
    background: #111A1D;
}
.cart-inner-bottom .max-width-tab .title-wrapper h3 {
    font-family: 'tt_normsbold';
    color: #677B82;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 17px;
    letter-spacing: 3px;
}
.cart-inner-bottom .swiper-slide {
    background-color: #f3f3f1;
    padding: 15px;
    min-height: 230px;
    border-radius: 1.5px;
   
}
.cart-inner-bottom .product-image-wrapper-cart {
    background-color: transparent;
    max-width: 100px;
}
.cart-inner-bottom  p.product-vendor {
    line-height: normal;
    color: #677B82;
    font-size: 12px;
}
.cart-inner-bottom .product-card-collection h3 {
    color: #2B4048;
    font-size: 14px;
    text-transform: uppercase;
}
.cart-inner-bottom .product-card-collection .product-price {
    color: #2B4048;
    text-transform: uppercase;
    font-weight: 500;
}
div#CartDrawer #update-cart .cart-item__quantity {
    margin-top: 20px;
}
.cart-inner-bottom .title-wrapper {
    margin: 0 auto 30px;
}
.footer-cart-drawer-mobile .flex {
    padding: 0px;
}
.cart-inner-top .relative {
    /* max-height: 32vh !important; */
}
.template-product .button-product-buy_buttons a.buy-online-button span.button-text {
    justify-content: center;
}
.template-product .section-product-info-new .product-content-container .product-info a.buy-online-button.button,
.template-product .section-product-info-new .product-content-container .product-info .inline-flex {
  width: 100%;
}
.template-product .section-product-info-new .product-content-container .product-info .button.button-solid:before {
    display:none;
}
.button.button-solid:before {
    display:none;
}
.template-product .section-product-info-new .product-content-container .product-info a.buy-online-button.button:hover {
    color: #fff;
}
li.mega-menu-active.action-click.active:hover .mega-menu-wrapper-outer.active {
    opacity: 1;
}
p.nav-link:not(.effect-inline):after, a.nav-link:not(.effect-inline):after, .base-link a:after, a.effect-inline:after {
    border-bottom: 1px solid #dea093;
}
#btn-filter svg {
    fill: #171717;
    margin-top: -2px;
}
.header__active-menu-item {
    color: #dea093 !important;
}
.left-col .list-menu > li {
    line-height: normal;
    padding: 0 15px;
}
.price-add-to-card button.sd.quick-add-btn {
    margin-top: 0px;
    background-color: transparent;
    padding: 0;
    color: #2b4048;
    text-transform: uppercase;
    font-weight: 500;
    font-family: tt_normsbold;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.price-add-to-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* #update-cart .border-t.flex-1.overflow-auto {
    overflow-y: hidden !important;
} */
 table.block.w-full.cart-items {
    margin-bottom: 30px;
}
.cart-update img {
    max-width: 230px;
    margin: 0 auto;
}
.product-form__quantity {
    margin-top: 0px;
}
.cart_also_like_collection .swiper-slide-active {
    box-shadow: 0 10px 15px #3333330f;
}
.descriptionAfter {
    position: relative;
    height: 40px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.descriptionAfter.active {
    height: max-content;
}
/************Media query**********************/
@media screen and (max-width: 1720px) {
.author-image {
    height: 100px;
}
.cart-inner-top .relative.scrollbar-body.scrollbar-visible {
    max-height: 56vh;
}
}
@media screen and (max-width: 1460px) {
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy-text {
    font-size: 16px;
}
#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group button#onetrust-pc-btn-handler {
    padding: 15px;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-button-group-parent {
    width: 40%;
}
div#CartDrawer #update-cart .cart-item__quantity {
    margin-top: 10px;
}
.brand_slider  .brand_small_img_1, .brand_slider  .brand_small_img_2 {
    padding: 10px 15px !important;
}
div#update-cart h2 {
    padding: 20px;
}
div#CartDrawer-CartItems .cart-item {
    padding: 15px;
}
.cart-inner-bottom {
    padding: 28px;
}
div#update-cart h2 {
    font-size: 24px;
}
.cart-inner-bottom .title-wrapper {
    margin: 0 auto 15px;
}
.cart-inner-bottom .product-image-wrapper-cart {
    max-width: 70px;
}
.cart-inner-bottom .product-card-collection h3 {
    color: #2b4048;
    font-size: 12px;
    text-transform: uppercase;
}
.cart-inner-bottom .swiper-slide {
    background-color: #f3f3f1;
    padding: 10px;
    min-height: auto;
    border-radius: 1.5px;
}
}

@media screen and (max-width: 1250px) {
    .left-col .list-menu > li {
        padding: 0 10px;
    }
    .right-col .list-menu{
        gap:20px;
    }
.center-col a{
    width:200px !important;
}
.left-col .list-menu > li > a, .right-col .list-menu > li > a, .right-col .list-menu > li a.smenu{
    font-size:12px
}
header.top-header .left-col .top-hd-search {
    max-width: 18rem;
}
.image-with-text .text-with-image-heading, .image-with-text h2 {
    line-height: 33px;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy-text {
    font-size: 14px;
}
#onetrust-consent-sdk #onetrust-banner-sdk button {
    font-size: 12px;
}
#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group button#onetrust-pc-btn-handler {
    padding: 10px;
}
}
@media screen and (max-width: 1100px) {
    .left-col .list-menu > li {
        padding: 0 4px;
    }
    .right-col .list-menu{
        gap:8px;
    }
.center-col a{
    width:170px !important;
}
.left-col .list-menu > li > a, .right-col .list-menu > li > a, .right-col .list-menu > li a.smenu{
    font-size:11px;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-button-group-parent,
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-group-container {
    width: 50%;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-policy-text {
    max-width: 100%;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
    padding: 20px;;
}
}
@media screen and (min-width: 1025px) {
.footer-menu-wrap > div{
   flex:0 0 calc(100% / 6);
   max-width:calc(100% / 6);
}
.footer-menu-wrap{
       display: flex;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
#SearchOpenMobile{
    display:none;
}
  .xll-block.hidden{
        display:block !important;
    }
    .product-media-inner{
        height: 100%;
    }
     .product-media-inner > div{
        height: 100%;
    }
   .product-media-inner .splide__track {
    height: 100%;
    background-color: white;
   }
   header.header-bottom {
    background-color: #2B4048;
    color: #fff;
    border-bottom: 0.5px solid #a3a3a385;
}
header.header-bottom .header-top.bottom .left-col {
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
}
header.header-bottom .header-top.bottom {
    justify-content: center;
}
}
@media screen and (max-width: 1060px) {
.header-top{
    max-width:100%;
    padding: 13px 30px;
}
}
@media (min-width: 1025px){
    .xll-hidden{
        display:none
    }
     .xll:block.hidden{
        display:block !important;
    }
    .monly{
        display:none
    }
   
}
  @media screen and (max-width: 1024px) {
    .cart-update img {
    max-width: 100%;
}
.cart-inner-top .relative {
    max-height: 56vh!important;
}
    .max-width-tab{
        max-width: 864px !important;
        margin: 0 auto;
    }
    .header-top.bottom button#mobile-nav span.m-close svg {
    margin-top: 5px;
}
    .recommended-blog-wrapper .swiper-button-prev, .recommended-blog-wrapper .swiper-button-next {
 display:block;
}
.recommended-blog-wrapper .nav-arrow-collection a {
    display: none;
}
.author-image {
    height: 105px;
}
  #mobile-nav{
    width: 32px;
    height: 32px;
  }
     .donly{
    display:none;
}
    .footer-menu-wrap > div{
        width:100%;
    }
     .find-your-match__container{
        max-width:864px;
        width:90%
     }
    
      .recommended-blog {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .recommended-blog-wrapper{
        padding-left:30px;
        padding-right:30px;
    
    }
   .tabs-content{
    max-width:864px;
    margin:0 auto;
    overflow:hidden;
    width:90%;
   }
   .brands_parent {
    max-width: 864px;
    margin: auto;
         padding: 10px 0 46px 0;
    width:90%;
}
.collections-tabs-swiper{
    padding-left:0;
    padding-right:0;
}
.slider-content {
   max-width: 864p;
   margin:0 auto;
           overflow: hidden;
}
.title-wrapper {
    max-width: 864p;
    
    margin: 0 auto 25px;
}

.product-image-wrapper{
    padding:0px;
}
    .header__inline-menu{
        display:none;
    }
    .donly{
        display:none;
    }
    .account-menu{
            margin-top: -3px;
    margin-right: 10px;
    }
    .left-col .account-menu{
                  margin-top: 0px;
        margin-right: 0;
        margin-left: 5px;
        display: flex;
        align-items: center;
    }
    .left-col .header-search{
        display: flex;
        align-items: center;
    }
   .smenu{
    display:none;
   }
.footer-menu-wrap{
padding: 20px;
max-width: 890px;
width:90%;
        margin: 0 auto;
  }
  .footer-menu-wrap .h6{
    font-size:15px;
}
.footer-menu-wrap .border-b{
    border-color:#C1D3DA;
    border-style:solid;
}
.tabs-navigation .tab-title{
    font-size:14px;
}
.clinic_heading {
    font-size: 24px;
    padding: 40px 0;
    text-align: center;
}
.footer-menu-wrap > div{
    padding-left:0 !important;
}
#mobile-navigation svg{
    width: 30px;
    height: 30px;
}
#mobile-navigation{
    background-color:transparent !important;
    padding:0 !important;
    left:0;
}
#mobile-navigation .w-5{
 width: 30px;
 height: 30px;
}
.x-container-header-mobile-nav{
    width:auto;
}
.x-header-icon-search{

    width:auto;
    justify-content:flex-start;
}
.header-top {
    padding: 13px var(--tab-header-horizontal-padding);
    max-width: 100%;
}
.left-col .list-menu{
    display:none;
}
.right-col .list-menu > li{
    display:none;
}
.right-col .list-menu > li{
    display:none;
}
.right-col .list-menu > li.m-visible{
    display: inline-flex
;
        align-items: center;
}
.tabs-navigation{
    max-width:864px;
    width:90%;
}
.clinic_main_heading span{
    display: block;
}
    .clinic_main_heading {
        font-size: 18px;
        padding: 20px 0;
        line-height: 32px;
        padding-top: 39px;
    }
    .top-prov-slider-wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
    header.top-header {
    display: none;
}
header.header-bottom .header-top.bottom .right-col, header.header-bottom .header-top.bottom .center-col {
    display: flex;
    
}
 header.header-bottom .header-top.bottom .center-col { 
 justify-content: center;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal {
    display: flex !important;
    flex-direction: column-reverse;
}
header.header-bottom .header-top.bottom div#FormSearch .pb-16 {
    padding: 20px;
}
header.header-bottom .header-top.bottom div#FormSearch {
    height: auto;
}
header.header-bottom .header-top.bottom div#FormSearch button#SearchClose {
    display: none;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li {
    padding: 20px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list h2#predictive-search-queries {
    padding: 20px 0px;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: tt_normsbold;
    text-align: left;
    letter-spacing: 3px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list.search-result-query-and-page ul#predictive-search-results-queries-list {
    gap: 0;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list.search-result-query-and-page ul#predictive-search-results-queries-list li {
    background-color: transparent;
    padding: 5px 0px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
}
/* #search-result .background-header button {
    display: none;
} */
header.header-bottom .header-top.bottom .left-col input {
    border: 1px solid #EBEBEB !important;
}
.page-promotions .iwt-image {
    max-width: 50%;
}
.image-with-text .iwt-content {
    padding: 50px !important;
}
.image-with-text .rte,
.promo-image-with-text.one .iwt-content .rte {
    margin-top: 30px;
}
.image-with-text .text-with-image-heading, .image-with-text h2 {
    line-height: 33px !important;
}
.product-form__quantity {
    margin-top: 0px;
}
.custom-html .link-text {
    margin-top: 20px;
} 
.section-product-info-new .product-page .product-title {
    font-size: 20px;
}
.footer-menu-wrap .border-b .hidden {
    opacity: 0!important;
    height: 0!important;
    margin: 0!important;
    transition: .3s!important;
    display: block;
    overflow: hidden;
}
.footer-menu-wrap .border-b  .block {
    opacity: 1 !important;
    transition: 0.3s !important;
    height: auto !important;
    display: block;
}
.footer-menu-wrap .-translate-y-1\/2 {
  transition: transform 0.3s ease;
}
.cart-product-box-main {
    flex-direction: column;
}
div#CartDrawer-CartItems .cart-item td:nth-child(2) .cart-item__quantity {
    display: block;
}
.cart-inner-top .relative.scrollbar-body.scrollbar-visible {
    padding: 0;
}
div#CartDrawer-CartItems td.custom-form-mob {
    display: none;
}
div#CartDrawer-CartItems td.custom-form-mob .for-mobile-only {
    margin-top: 0pc;
}
div#CartDrawer-CartItems td.custom-form-mob .cart-item__quantity .flex.items-center {
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
div#CartDrawer-CartItems .cart-item td {
    padding: 0px;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    flex-direction: column;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-button-group-parent, #onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-group-container {
    width: 100%;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    gap: 0px;
}
#onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-button-group-parent, #onetrust-consent-sdk #onetrust-banner-sdk div#onetrust-group-container {
    margin-bottom: 20px;
}
div#CartDrawer #update-cart {
    width: 80%;
}
div#CartDrawer #update-cart .cart-item__quantity {
    margin-top: 20px;
}
  }
 @media screen and (min-width: 640px) and  (max-width: 1024px) {
    .product-page-wrap{
    flex-direction:column;
    max-width:864px;
    margin:0 auto;
}
.section-product-info-new .product-media-container{
    width:100%;
    max-height:449px;
    padding:0;
}
.section-product-info-new .product-media-container img{
    max-height:450px;
    object-fit:contain;
}
.featured-image.media-slide{
    max-height:450px;
}
.featured-image.media-slide > button{
    padding:0 !important;
    height:450px;
}
.section-product-info-new .product-content-container {
   width:100%;
}
.product-info{
    max-width:100%;
}
  .footer-menu-wrap > div ul.block {
       display:flex;
       flex-wrap:wrap;
       gap:15px;
    }
      .nav-arrow .swiper-button-prev{
        left:auto;
        right:30px;
    }
     .footer-menu-wrap > div ul li {
       padding:0;
    }
    .header-top>div {
    flex: 0 0 35%;
    max-width: 35%;
}
.header-top>div.center-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.center-col a {
        width: 322px !important;
    }
        .tmobile{
            text-transform: uppercase;
    color: #2B4048;
    font-size: 18px;
    letter-spacing: 3.6px;
    text-align:center;
    margin-bottom:25px;
    position:absolute;
    }
   .section-product-info-new .product-media-container .swiper-product{
    max-height:450px;
    }
    .advanced_dermatology .ingredients_tabs{
        margin-bottom:30px !important;
    }
    .ingredients_mx {
    max-width: 712px;
    padding: 0;
    margin: 0 auto;
}
}
   @media screen and (min-width: 640px) {
     .logo-for-mobile{
        display:none;
    }
    .msonly{
        display:none !important;
    }
   }
 @media screen and (max-width: 639px) {
.section-product-info-new  .breadcrumbs-wrapper div {
        padding: 0;
    }
    .section-product-info-new  .breadcrumbs-wrapper {
    padding: 0px 0 24px 0;
}
.app-block:has(.loox-rating.loox-widget:empty) {
  display: none;
}
.main-product {
    padding: 28px 18px;
    .section-product-info-new .breadcrumbs-wrapper div span, .section-product-info-new .breadcrumbs-wrapper div a, .section-product-info-new .breadcrumbs-wrapper div {
        padding: 0;
    }
}
.collections-tabs-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 53px;
}
.newsletter-box input::placeholder {
    font-size: 12px;
}

    .footer-menu-wrap {
    padding: 0px;
    width: 100%;
}
div#CartDrawer #update-cart {
    width: 100%;
}
div#update-cart h2 {
    font-size: 24px;
}
.cart-icon-holder span {
    font-size: 14px;
}
.section-footer.section-footer-outer div#selector-social {
    margin-top: 30px;
}
.section-footer.section-footer-outer {
    padding: 30px 20px;
}
.additional-footer {
    margin-top: 25px;
}
.section-footer {
    padding: 0px;
}
    .blog-news-wrapper-no-swiper{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.button {
    letter-spacing: 2px;
}
.blog-news-wrapper-no-swiper > div{
    flex: 0 0 100%;
     max-width: 100%;
     margin-bottom: 0px;
}
    .blog-container .title-wrapper a{
        display: none;
    }
     .blog-container .title-wrapper {
       justify-content: center;
    }
    .desktoponly{
        display: none !important;
    }
    .tmobile.monly{
        display:none;
    }
    .tmobile.monly{
         display:none !important;
    }
    .view_all_desktop{
        display:none;
    }
    .footer-btn {
        text-align:center;
        margin:20px 0;
    }
     .footer-btn a {
            color: #dea093;
    font-size: 16px;
    font-family: tt_normsbold;
    letter-spacing: 3px;
    text-transform:uppercase;

    }
    .brands_parent{
        justify-content:Center;
    }
    .collections-tabs-swiper {
    padding-bottom:20px;
    overflow: hidden;
    background:#F9F9F8;
}
    .tmobile{
            text-transform: uppercase;
    color: #2B4048;
    font-size: 18px;
    letter-spacing: 3.6px;
    text-align:center;
    margin-bottom:25px;
    }
    .banner-text {
    max-width: 100%;
    margin-left: auto;
    margin-right:auto;
    color: #fff;
    padding: 0 25px;
}
    .logo-for-mobile a{
            text-align: center;
    display: flex;
    justify-content: center;
    }
    .logo-for-desktop{
        display:none;
    }
    .product-card-collection h3 {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-top:8px; */
}
    .product-card-collection .product-price{
        font-size:12px;
    }
    .section-newsletter h2{
        font-size:33.99px;
        line-height:36px;
    }
    .blog-thumb-wrapper h4{
        font-size:12px;
    }
    .recommended-blog-wrapper .title-wrapper{
        max-width:100%;
    }
    .template-index .shopify-header.background-header{
        background-color:#2B4048;
    }
     .template-index .shopify-header{
        border-bottom: solid 1px #8598A0;
    }
   .template-index .sticky-header-content.background-header{
     background-color:#2B4048;
    }
   .template-index .logo-for-mobile img{
        filter: brightness(100);
        width: 25px;
    }
    .cart-icon-holder svg{
        width: 19px;
    height: 19px;
    }
    .template-index .cart-icon-holder svg{
 color:#fff;
    }
   .template-index .account-menu svg {
    color:#fff;
    
    }
  .template-index   #cart-icon-bubble{
    color:#fff;
    }
    .template-index #mobile-navigation svg path{
   fill:#fff;
}
  .template-index  #mobile-nav svg path{
    fill:#fff;
}
 .newsletter__wrapper {
    /* padding: 60px 20px; */f
    background-color: #F9F9F8;
    border-radius: 8px !important;
}
    .newsletter__wrapper {
        /* padding: 60px auto; */
        /* padding-top: 60px !important;
        padding-bottom: 60px !important */
        padding:60px 20px !important;

    }
    h2.heading-heading_MytX8H {
    font-size: 26px !important;
}
.newsletter__wrapper .flex.pt-1\.5.pb-1\.5.pl-1\.5.pr-1\.5.border.border-solid.rounded-\[var\(--border-radius\)\].mb-1 {
    border: 0;
}
.newsletter-box input {
    padding-bottom: 15px;
}
.section-newsletter {
    padding: 0px 20px;
}
.section-newsletter .newsletter {
    padding: 0;
}
.mobile-menu-inner{
    max-width:310px;
}
.back-menu{
    font-size:16px;
}
.submenu.level-2{
    padding:20px;
}
.main-menu-mobile>li a{
    font-family: 'tt_normsmedium';
}
.section-product-info-new .product-content-container {
    background-color: #F3F3F1;
    padding: 18px 0px 0;
}
.section-product-info-new .product-page .page-width{
     background-color: #F3F3F1; 
}  
.section-product-info-new .product-page{
    background-color: #F3F3F1; 
}
.quantity-box{
    border:solid 1px #E5E5DD !important;
    border-radius:4px !important;
    height:42px;
}
.quantity-box input{
   background-color:#fff;
   height:100%;
}
.quantity-box button{
   background-color:#F9F9F8;
}
a.buy-online-button.button,
.add_to_cart_button{
    height: auto;
    margin-top: 15px;
}
.top_brand_section {
    padding-bottom: 25px;
    padding-top: 25px;
}
.top_brand_section .footer-btn {
    padding-bottom: 0;
    margin-top: 40px;
}   

.recommended-blog-wrapper .title-wrapper{
    justify-content: center;
}
.your_routine_section  > div:first-child{
    justify-content: center;;
}
.section-product-info-new {
    padding-bottom: 30px;
}
    .section-product-info-new {
        padding-bottom: 10px;
    }
    .collections-tabs-swiper .title-wrapper{
        justify-content: center;
    }
   .collections-tabs-swiper .nav-arrow-collection{
    display: none;
    }
    .title-wrapper h2{}
    .recommended-blog-wrapper .title-wrapper .nav-arrow-collection{
        display: none;
    }
    .collections-tabs-swiper {
    padding: 20px;
    overflow: hidden;
    padding-top: 35px;
}
.recommended-blog-wrapper {
    padding: 20px;
    overflow: hidden;
     padding-top: 35px;
}
.title-wrapper h2{
    text-align: center;
}
.back-menu{
    font-size: 14px;
}
.topProvidersSwiper .swiper-wrapper .swiper-slide:nth-child(1){
    order: 6;
}
.topProvidersSwiper .swiper-wrapper .swiper-slide:nth-child(2){
    order: 7;
}
.topProvidersSwiper .swiper-wrapper .swiper-slide:nth-child(3){
    order: 8;
}
.collections-tabs-swiper .nav-arrow{
    display: none !important;
}
.product-media-container .badge.badge--sale{
    right: 5px;
}
.incidents-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.incidents-wrapper .incident-item {
    max-width: calc(50% - 10px); 
    /* flex: 0 0 calc(50% - 10px); */
}
.white-bg {
    background-color: transparent;
    padding: 0;
}
.white-bg >p.font_norms {
   display: none;
}
.tabs-content {
    width: 100%;
}
.banner-text p {
    font-size: 13px;
}
.brand_item img:nth-child(1),
.brand_item {
    width: 100%;
}
.recommended-blog .read-more {
    display: none;
}
.lastest-news-wrapper .recommended-blog h4 {
    margin-bottom: 10px;
}
.blog-news-wrapper-no-swiper{
    gap: 5px;
}
header.header-bottom .header-top.bottom div#FormSearch svg {
    color: #415465 !important;
}
.section-product-info-new p.price {
    font-size: 18px !important;
}
.sls-option-container.seal-table.sls-active {
    background-color: #fff !important;
}
div#CartDrawer-CartItems .cart-item {
    gap: 20px;
}
div#CartDrawer-CartItems .cart-item td {
    padding: 0px;
}
#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
    flex-direction: column;
}
#onetrust-consent-sdk #onetrust-banner-sdk button {
    font-size: 12px;
    width: 100%;
    padding: 10px;
    height: 40px;
    min-height: 40px;
}
 }
 @media screen and (max-width: 480px) {
    .cart-inner-top button#CloseCart {
        top: 12px;
    }
    .cart-update  p.mb-16 {
    font-size: 24px;
}
div#onetrust-banner-sdk .banner_logo:before {
    font-size: 20px;
}
div#CartDrawer-CartItems td.px-5 {
    padding: 0;
}
.banner-text {
    padding: 0 20px;
}
.image-with-text parallax-image img.for-mob {
    display: block;
}
.image-with-text parallax-image img.for-desktop {
    display: none;
}
.tabs-navigation .tab-title {
    font-size: 16px;
    font-weight: bold;
    font-family: 'tt_normsbold';
}
/* .brand_item img.main-brand-img, .brand_item {
    width: 230px;
}
.brand_item img.main-brand-img {
    height: 260px !important;
} */
 .brand_item img:nth-child(1), .brand_item {
    width: 100%;
}
.brand_item img.main-brand-img {
    height: 240px;
}
body section.clinic-section-wrapper .tabs_extra_xl_container.one .swiper-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
body section.clinic-section-wrapper .clinic_description {
    font-size: 17px;
}
body section.clinic-section-wrapper .clinic_heading {
    padding: 40px 0;
}
body section.clinic-section-wrapper .clinic_bg_image {
   padding: 210px 0px 80px;
}
.top-prov-slider-wrapper .swiper-slide .clinic_card_parent {
    margin: 0 15px;
}
body .clinin-image img, body .clinin-image {
    height: 190px;
}
.tabs_extra_xl_container {
    padding: 0 15px;
     width: 100% !important;
}
header.header-bottom .header-top.bottom div#FormSearch .pb-16 .relative.field {
    padding-right: 0;
    padding-left: 0;
}
#search-result .background-header {
    background-color: #f3f3f1;
    padding: 20px;
}
.footer-btn {
    margin-top: 40px;
}
.checkbox-wrap {
    top: 1px;
}
.checkbox-label, body .find-your-match__wrap .find-your-match__item:nth-child(2) span.checkbox-label {
    padding-left: 5px;
}
.image-with-text .iwt-content {
    padding: 20px!important;
}
.image-with-text img.h-full {
    object-fit: cover;
}
.preload-image.collection-page-container .br-ead-cr-umb .capitalize a.nav-link, .preload-image.collection-page-container .br-ead-cr-umb .capitalize span {
    font-size: 14px!important;

}
div#CartDrawer-CartItems .cart-item {
    gap: 5px;
}
div#update-cart h2 {
    padding: 20px;
}
div#update-cart .border-t {
    padding: 0 20px 20px;
}
div#CartDrawer-CartItems .cart-item {
    padding: 15px;
}
div#CartDrawer-CartItems .cart-item td:nth-child(1) {
    width: 40%;
}
div#CartDrawer-CartItems .cart-item td:nth-child(2) {
    width: 40%;
}
.cart-item__quantity .flex.items-center button {
    padding: 0;
    margin: 0;
}
div#CartDrawer-CartItems td.custom-form-mob .for-mobile-only {
    display: flex;
}
.cart-product-box-main .price {
    margin-bottom: 0px;
}
.cart-inner-bottom {
    padding: 22px;
}
.footer-cart-drawer-mobile .text-center {
    padding: 0px;
}
.cart-inner-bottom button#checkout-submit {
    padding: 20px;
}
div#CartDrawer-CartItems .cart-item td:nth-child(2) .cart-item__quantity {
    display: block;
}
div#CartDrawer-CartItems td.custom-form-mob {
    display: none;
}
.brand_slider .brand_item {
    margin: 0 5px;
    max-width: 155px;
}
section.top_brand_section.grey-bg .brand_small_img_1 img {
    width: 100% !important;
    height: 50px !important;
}
.brand_sliderss  .brand_small_img_1, .brand_slider  .brand_small_img_2 {
    padding: 20px 15px !important;
}
 }
 @media screen and (max-width: 420px) {
 .brand_item img:nth-child(1), .brand_item {
    width: 100%;
}
.brand_item img.main-brand-img {
    height: 210px;
}
.top-prov-slider-wrapper .swiper-slide .clinic_card_parent {
    margin: 0 10px;
}
.heading_close_main {
    flex-direction: column;
    gap: 10px;
    align-items: unset;
}
.heading_close_main button#CloseFilter {
    position: absolute;
    top: 15px;
    right: 5px;
}
 }

/* Subscription widget fixes */
.sealsubs-container .sls-purchase-options-container .sls-option-container, .sealsubs-container .sls-option-container{
        border: solid 1px #E5E5DD !important;
    border-radius: 4px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
}
.sealsubs-container label.sls-selling-plan-group-name {
    font-family: tt_normsbold!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    color: #2b4048!important;
    font-size: 16px;
}
.sls-option-container.seal-table{
          border: solid 1px #E5E5DD !important;
    border-radius: 4px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
}
.sls-option-container.seal-table.sls-active{
    background-color: #E5E5DD !important;
}
.sls-total-price{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #2B4048 !important;;
}
/*************  220925  Sandeep  ************/

.preload-image.collection-page-container {
    background: #2b4048;
    padding: 40px;
}

.preload-image.collection-page-container .collection-title h1 {
    color: #fff;
    font-family: tt_normsmedium;
    line-height: normal;
    text-transform: uppercase;
    font-size: 48px;
    padding: 25px 0px;
}
.collection-page-description {
    max-width: 824px;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.custom-breadcrumb a, .custom-breadcrumb span{
    font-family: 'tt_normsmedium';
    font-size:15px;
}
.animate_transition_card__image {
    background: #FFFFFF;
    border-radius: 4px;
}
#header-filter {
    background: inherit;
}
.search-page input.input-search {
    font-size: 48px;
    border-bottom: 2px solid #2B4048;
    background: transparent;
    line-height: 72px;
    text-transform: uppercase;
    color: #2B4048;
    padding: 20px 0px;
}
.promo-image-with-text .button.button-solid:hover {
    color: white;
}
.search-page .btn-search {
    top: 40%;
}
#btn-filter {
    color: #000;
    display: flex;
    align-items: center;
    border: 1px solid #E5E5DD;
    padding: 8px;
}
#ProductFilter .custom-filter{
    background-color:#F3F3F1;
}
#items-grid .x-badge-product-labels-and-badges-1 .x-badge-content.x-badge-text {
    background-color: #2B4048;
    color: #ffffff;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    padding: 10px 20px;
    border-radius:0;
}
#items-grid .top-left-container {
    top: 0;
    left: 0;
}
#items-grid .top-left-container .icon-label {
    display: none;
}
.no_results_main {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no_results_main .no_results_heading {
    font-weight: 700;
    font-size: 32.99px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    margin-bottom: 20px;
}
.search_results_for h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #9F9F9F;
    margin-bottom:10px;
}
.search_results_for h2 span {
    color: #2B4048;
}
.custom-filter {
    width: 35rem;
}
.heading_close_main h2 {
    font-family: tt_normsbold;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    flex: 1;
}

form#FacetFiltersForm .facets__summary {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #2B4048;
    border-bottom:none !important;
    padding-bottom:18px;
}

form#FacetFiltersForm .js-filter .border-b {
    border-bottom: 1px solid #C1D3DA;
}
ul.custom_list li, form#FacetFiltersForm .price-preview, form#FacetFiltersForm .currency {
    font-weight: 500;
    font-size: 16px;
    font-family: 'tt_normsmedium';
    color: #2B4048;
    line-height: 24px;
}

ul.custom_list .checkbox {
    box-shadow: 0 2px 2px #1b1c1d1f;
    background: #fff;
    height: 15px;
    width: 15px;
    min-width: auto;
}
ul.custom_list .checkbox:checked {
    background-color: #DEA093;
    border-color: #DEA093;
    border-radius: 2px;
}

ul.custom_list .checkbox-checked:checked:after {
    border-color: #fff;
    top: 41%;
    left: 52%;
}
form#FacetFiltersForm .progress{
    background-color:#22333A;
}
.both_buttons {
    background: #f3f3f1;
    margin-bottom: 20px;
}

.both_buttons .show_total_count {
    background: #2B4048;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'tt_normsbold';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.both_buttons .clear_all {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    font-family: 'tt_normsbold';
    letter-spacing: 1px;
    color: #2B4048;
}
/* WebKit browsers (Chrome, Safari, Edge) */
input[type=range]::-webkit-slider-thumb {
  border-radius: 50%;  /* makes it round */
}

/* Firefox */
input[type=range]::-moz-range-thumb {
  border-radius: 50%;
}

/* IE/Edge (non-Chromium) */
input[type=range]::-ms-thumb {
  border-radius: 50%;
}
.range_slider_img img {
    margin-bottom: 8px;
}
form#FacetFiltersForm .slider {
    background: #abb3b5;
}
.custom_search_box input {
    padding: 14px 16px 14px 44px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: tt_normsbold;
    border-radius: 0;
    color: #a3a3a3;
}
.custom_search_box .search_icon {
    position: absolute;
    top: 18px;
    left: 16px;
}
.custom_search_box {
    position: relative;
}
.noresults_image img {
    mix-blend-mode: darken;
}
.image-with-text .text-with-image-heading, .image-with-text h2 {
    font-family: tt_normsbold;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 3.64px;
    color: #2B4048;
}
.image-with-text .custom_author_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: tt_normsbold;
    color: #2b4048;
    padding: 32px 0 12px 0;
}
.image-with-text .custom_author_name span {
    color: #DEA093;
}
.image-with-text .custom_date {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
    color:#090D0E;
    padding-bottom: 32px;
}
.image-with-text .custom_subheading {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    letter-spacing: 2px;
}
#items-grid .article_badge {
    top: 0;
    left: 0;
    background-color: #2b4048;
    color: #fff;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: tt_normsbold;
    padding: 10px 20px;
    border-radius: 0;
}
.account_main_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.account_form_area {
    width: 100%;
    padding: 100px;
    flex: 1;
}
.account_form_area h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    margin-bottom:32px;
}
.custom_input {
    border-bottom: 1px solid #8598A0 !important;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: 'tt_normsmedium';
    color: #717680;
    padding:18px;
}
::placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: 'tt_normsmedium';
    color: #717680;
    padding:18px;
}
.custom_btn {
    background: #2B4048 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    padding: 20px;
}
.sign_buttons {
    display: flex;
    justify-content: space-between;
}
.custom_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
}
.create_account {
    color:#DEA093 !important;
}
div#seal-login-helper {
    display: none;
}
.custom_link:hover{
    text-decoration:none !important;
}
.account_left_image {
    flex: 0 0 60%;
    max-width: 60%;
}
.pagination_number{
    color: #dea093;
    font-size: 16px;
    font-family: tt_normsbold;
    letter-spacing: 3px;
    text-transform:uppercase;
}
.custom_active_filter ul {
    list-style: none;
}
.custom_active_filter .active-filter-control {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
}
.custom_active_filter ul li {
    margin: 0;
    list-style: none;
}
.custom_active_filter button {
    background: #e9e9e5;
    padding: 10px 16px!important;
    font-family: 'tt_normsmedium';
    font-size: 14px;
    text-transform: uppercase;
}
.search_selected_filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
div#active-filter-tag-mobile {
    display: none;
}
.image-with-text span.highlight {
    font-style: normal;
    font-family: tt_normsbold;
    color: #DEA093;
}
.template-404 .img-not-found {
    mix-blend-mode: darken;
}

.template-404 h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #A3B6BD;
    letter-spacing: 1.12px;
}

.template-404 p {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #2B4048;
    letter-spacing: 1.12px;
}
.template-404 .custom_gohome {
    font-weight: 700;
    font-size: 14px;
    line-height: 83%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #fff;
    background: #2B4048;
    padding: 20px 100px;
    margin-top: 32px;
    display: block;
    max-width: 300px;
    letter-spacing: 1.26px;
    margin: 32px auto 0 auto;
}

#shopify-section-template--24560419766519__image_with_text_fhty8t .iwt-content {
    max-width: 550px;
    width: 100%;
}
.card-info .price_discount .discount-badge {
    background: #2B4048;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    vertical-align: bottom;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    color: #fff;
}
.card-info .product_title_price {
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}
.card-product .x-badge-product-labels-and-badges-0 {
    display: none;
}
/* .card-info .product_title_price .title_price_inner {
    flex: 0 0 70%;
    max-width: 70%;
} */
.card-product .sale_badge_product {
    background: #5B9C6D;
    position: absolute;
    top: 0;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 135%;
    font-family: 'tt_normsbold';
    margin-top: 0;
    right: 0;
}
.card-info .product_title_price .price_discount {
    margin-top: 30px;
}
.grid-item a {
    /* background-color: #fff; */
}
.grid-item .card-info .loox {
    display: flex;
}
.grid-item p.price {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: 'tt_normsbold';
}
.grid-item .price-sale, #items-grid .card-info .price-sale {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: 'tt_normsbold';
}
.grid-item small, #items-grid .card-info small {
    color: #95A0A4;
}
.custom_strike_price {
    font-size: 90%;
    color: #95A0A4;
    text-decoration: line-through;
}
.sealsubs-container .sls-purchase-options-container {
    border: 0px !important;
}
@media screen and (max-width: 1199px) {
.custom_link {
    font-size: 14px;
}
.page-promotions .iwt-image {
    width: 50%;
}
}
@media screen and (max-width: 1023px) {
.collection-all-brands .col-span-1 {
    grid-column: 1 / -1;
}
}
@media screen and (max-width: 767px) {
    .ad-logo {
        width: 70px;
    }
.template-404 p {
    font-size: 14.85px;
    line-height: 22.28px;
}    
/* .template-404 h1 {
    display:none;
} */
.template-404.x-page-width{
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.template-404 .img-not-found {
    transform: rotateY(180deg);
    transform-origin: center;
}
.collection-page-description {
    padding: 0;
}
.page-promotions .iwt-image {
    width: 100%;
}
.preload-image.collection-page-container .collection-title h1 {
    line-height: 34px;
    font-size: 24px;
    padding: 20px 0;
}
.preload-image.collection-page-container .collection-page-description .rte.p-break-words {
    padding: 0px;
}
.preload-image.collection-page-container .rte p {
    font-size: 14px;
    margin-top: 0;
}
.preload-image.collection-page-container {
    background: #2b4048;
    padding: 30px 20px;
}
.preload-image.collection-page-container .line-clamp-description {
    max-height: max-content;
    font-size: 14px;
    line-height: 21px;
}
#items-grid .x-badge-product-labels-and-badges-1 .x-badge-content.x-badge-text {
    font-size: 12px!important;
    padding: 5px 12px;
}
.no_results_main .no_results_heading {
    font-size: 14px;
    line-height: 21px;
}
.search_results_for h2 {
    font-size: 12px;
    line-height: 18px;
}
.no_results_main {
    height: 400px;
    flex-direction: column-reverse;
}
.search-page input.input-search {
    font-size: 24px;
    padding: 10px 0;
    line-height: 36px;
}
.custom-filter {
    width: 100%;
}
button#CloseFilter {
    top: 15px;
    right: 5px;
}
#btn-filter {
    margin: 20px 0 0 0;
}
.account_form_area {
    width: 100%;
    padding: 50px 20px;
}
.account_left_image {
    flex: 0 0 100%;
    max-width: 100%;
}
div#items-grid {
    row-gap: 15px;
}
.page-promotions .iwt-image {
    width: 100%;
    max-width: 100%;
}
.cart-inner-top .relative.scrollbar-body.scrollbar-visible {
    padding: 0px;
}
.cart-product-box-main {
    flex-direction: column;
}
}
/***************** Sandeep **************************/


/***************** Sahil. ******************/
@media(max-width: 398px){
    span.link-text.desc_read_moress:before{
        display: none;
    }
}
.pro_url {
    font-size: 16px;
    color: #2b4048;
    font-family: tt_normsbold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
}
.pro_url a:hover::before {
    display: none;
}
.page-returns-exchanges {
    .max-w-xl {
        max-width: 936px;
        z-index: 1;
        position: relative;
    }
    .contact-form.w-full.max-w-\[700px\] {
        max-width: 936px !important;
    }
    .heading-form h1 {
        letter-spacing: 2px;
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 36px;
        line-height: 135%;
        text-align: center;
        text-transform: uppercase;
    }
    .rte.mt-2.lg\:mt-4 {
        max-width: 636px;
        margin: 0 auto;
        font-family: Inter;
        font-weight: 500;
        font-size: 17px;
        line-height: 135%;
        text-align: center;
    }
    .contact-form form {
        background: white;
        padding: 80px;
    }
    input, select, textarea {
        border: none;
        border-bottom: 1px solid #2b40484d;
    }
    button.button-solid, .button.button-solid {
        border: none;
        box-shadow: none;
        color: #fff;
        background-color: #2b4048;
        overflow: hidden;
        background-origin: border-box;
        text-transform: uppercase;
        width: 100%;
        margin-top: 40px;
        border-radius: 4px !important;
    }
    .section-contact-form {
        position: relative;
    }
    .section-contact-form:after {
        content: "";
        position: absolute;
        width: 100%;
        background: url(/cdn/shop/files/Vector_15.png?v=1759185162);
        bottom: 0;
        background-repeat: no-repeat;
        left: 0px;
        height: 70%;
        object-fit: cover;
        background-size: 100%;
        -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    }
    /* .section-contact-form:before {
        background: url(/cdn/shop/files/Frame_318.png?v=1759186137);
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 30%;
        background-size: 100%;
        z-index: 1;
    } */
    .section-contact-form {
        padding-bottom: 50px;
    }
    .formTitle {
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 28px;
        line-height: 135%;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    form label {
        text-transform: uppercase;
        color: #2b40488a;
        font-weight: 500;
    }
    input {
        color: #2b40488a;
    }
    select {
        color: #959ea1;
        text-transform: uppercase;
    }
}
.page-faq {
    .rte h1 {
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 36px;
        line-height: 135%;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .faq-container.custom-faq-style {
        max-width: 1220px;
        padding: 0 !important;
    }
    .faq__aside {
        padding: 0 0 40px 0;
    }   
    .custom-faq-style .faq__tab.is-active {
        background: none;
        font-weight: 600;
        color: #dea093;
    }
    .custom-faq-style .faq__tab {
        padding: 10px 16px!important;
        border-radius: 6px!important;
        cursor: pointer!important;
        transition: all .3s ease!important;
        font-family: tt_normsbold!important;
        font-weight: 700!important;
        font-size: 18px!important;
        line-height: 27px!important;
        text-transform: uppercase!important;
        color: #9f9f9f;
        background: none!important;
        letter-spacing: 2px;
    }
    /* section.section-faq:before {
        background: url(/cdn/shop/files/Frame_318.png?v=1759186137);
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 35%;
        background-size: 100%;
        z-index: 0;
    }
    section.section-faq:after {
        content: "";
        position: absolute;
        width: 100%;
        background: url(/cdn/shop/files/Vector_15.png?v=1759185162);
        bottom: 0;
        background-repeat: no-repeat;
        left: 0px;
        height: 70%;
        object-fit: cover;
        background-size: 100%;
        z-index: -1;
    } */
    .custom-faq-style .faq-item:hover {
        background: rgb(255 255 255) !important;
    }
    .custom-faq-style .faq-item {
        background: #f3f3f1;
        border: 1px solid #8080802b;
    }
    section.section-faq {
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }
    .faq-item:has(> div.faq-content:not([hidden])) {
        background-color: white;
    }
    p.font-medium.transition-all, p.font-semibold.transition-all {
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 18px;
        line-height: 135%;
        text-transform: uppercase;
        color: #677B82;
    }
    .rte.leading-normal.pt-2.rte {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 135%;
        color: #677b82c4;
    }
    .rte.leading-normal.pt-2.rte a {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        line-height: 135%;
        text-decoration: underline;
        text-decoration-style: solid;
        color: #2b4048;
        text-decoration-thickness: 0%;
    }
}

.page-contact {
    .contact-section {
        padding: 0;
        font-family: Inter,sans-serif;
        color: #1f2937;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        max-width: 1040px;
        margin: 0 auto;
        background: transparent;
        z-index: 11;
        position: relative;
    }
    #MainContent div.shopify-section {
        background: #f9f9f8;
    }
    .contact-right {
        padding: 60px;
    }
    .contact-right h3 {
        margin-bottom: 10px;
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 28px;
        line-height: 135%;
        text-transform: uppercase;
    }
    .contact-right p {
        margin-bottom: 20px;
        color: #6b7280;
        font-family: Inter;
        font-weight: 500;
        font-size: 17px;
        line-height: 135%;
    }
    .contact-form input, .contact-form select, .contact-form textarea {
        width: 100%;
        appearance: auto;
        padding: 15px 0px;
        margin-bottom: 26px;
        border: 1px solid #d1d5db;
        border-radius: 0;
        font-size: 14px;
        color: #1f293791;
        font-weight: normal;
        border: none;
        border-bottom: 1px solid #202a3754;
    }
    .heading-heading_pJzG8Y {
        font-family: tt_normsbold;
        font-weight: 700;
        font-style: Bold;
        font-size: 36px;
        line-height: 135%;
        text-align: center;
        text-transform: uppercase;
    }
    select {
        padding-left: 11px !important;
        padding-right: 10px !important;
    }
    input::placeholder {
        font-weight: 400 !important;
        font-size: 16px;
        font-family: 'Inter';
    }
    .contact-form button {
        width: 100%;
    }
    .social-icons {
        height: 20%;
        display: flex;
        gap: 12px;
    }
    .contact-social-icon {
        width: 40px;
    }
    .contact-left_sec {
        height: 40%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }
    .contact-right {
        width: 60%;
    }
   .contact-left {
        padding: 0px 20px;
        border-radius: 0px;
        width: 40%;
    }
    .contact-footer h1 {
        font-family: tt_normsbold;
        font-weight: 700;
        font-size: 36px;
        line-height: 135%;
        text-transform: uppercase;
    }
    .contact-footer {
        text-align: center;
        font-size: 13px;
        color: #6b7280;
        max-width: 570px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .contact-footer p {
        font-family: Inter;
        font-weight: 500;
        font-size: 17px;
        line-height: 135%;
        padding: 26px 0;
    }
    .social-icons a {
        width: 100%;
        height: 80%;
        font-size: 32px !important;
        text-decoration: none !important;
        border-radius: 0;
    }
    .contact-left a {
        text-decoration: underline;
        font-size: 20px;
        font-family: tt_normsbold;
        text-underline-offset: 3px;
    }
    .bottom_text p {
        font-size: 16px;
        font-family: 'tt_normsbold';
        text-transform: uppercase;
    }
    .bottom_text p:nth-child(2) {
        font-size: 20px;
    }
    #MainContent div.shopify-section:after {
        content: "";
        position: absolute;
        width: 100%;
        background: url(/cdn/shop/files/Vector_15.png?v=1759185162);
        bottom: 0;
        background-repeat: no-repeat;
        left: 0px;
        height: 70%;
        object-fit: cover;
        background-size: 100%;
        z-index: -1;
    }
    #MainContent div.shopify-section:before {
        background: url(/cdn/shop/files/Frame_318.png?v=1759186137);
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 20%;
        background-size: 100%;
        z-index: 0;
    }
    #MainContent div.shopify-section {
        position: relative;
        z-index: 1;
    }
}
@media (min-width: 769px) {
    .mineDescFull {
        max-height: 70px;
    }
}
@media (max-width: 768px) {
    .mineDescFull {
        max-height: 70px;
    }
    .product-image-wrapper {
    height: auto;
}
    .custom-metaobject-section.brands {
        background-size: contain !important;
    }
    section.brand-intro.zo-skin-health-1 .custom-metaobject-section img.small-logo, section.brand-intro.proscriptix-fx-1 .custom-metaobject-section img.small-logo, section.brand-intro.skinbetter-science-1 .custom-metaobject-section img.small-logo {
        width: 60%;
    }
    section.brand-intro.obagi-1 .custom-metaobject-section img.small-logo, section.brand-intro.xtresse-1 .custom-metaobject-section img.small-logo {
        width: 30%;
    }
    section.brand-intro.revision-1 .custom-metaobject-section img.small-logo {
        width: 50%;
    }
    .page-returns-exchanges .heading-form h1 {
        font-size: 24px;
    }
    .page-returns-exchanges .contact-form form {
        padding: 26px;
    }
    .page-returns-exchanges .mb-3 {
        margin-bottom: 18px;
    }
    .page-returns-exchanges .section-contact-form {
        padding-bottom: 0px;
    }
    .page-returns-exchanges .max-w-xl {
        padding-bottom: 0;
    }
    .page-returns-exchanges .pb-7 {
        padding-bottom: 0rem;
    }
    .page-returns-exchanges .section-contact-form:before, .page-returns-exchanges .section-contact-form:after {
        display: none;
    }
    .page-faq .custom-faq-style .faq__tab {
        padding: 2px 16px!important;
        letter-spacing: 1px;
    }
    .page-faq .rte h1 {
        font-size: 24px;
    }
    .page-faq .custom-faq-style .faq__tabs {
        justify-content: start !important;
        flex-wrap: wrap;
        row-gap: 10px !important;
        column-gap: 20px !important;
    }
    .page-faq .faq__main {
        padding: 16px;
    }
    .page-faq p.font-medium.transition-all, .page-faq p.font-semibold.transition-all {
        font-size: 16px;
    }
    .page-faq .rte.leading-normal.pt-2.rte a {
        font-size: 14px;
    }
    .page-faq .rte.leading-normal.pt-2.rte {
        font-size: 14px;
    }
    .page-faq section.section-faq:before, .page-faq section.section-faq:after {
        display: none;
    }

    .page-contact {
        .wraper_cls {
            display: flex;
            width: 100%;
            flex-direction: column-reverse;
            gap: 40px;
        }
        .contact-section {
            padding: 20px;
        }
        .contact-right {
            width: 100%;
            padding: 30px;
        }
        .contact-left {
            width: 100%;
        }
        .contact-right h3 {
            font-size: 20px;
        }
        .contact-right p {
            font-size: 14px;
        }
        .page-contact .contact-left {
            padding: 0;
        }
        .contact-left_sec img {
            width: 50px;
        }
        .contact-left_sec {
            gap: 20px;
        }
        .bottom_text p:nth-child(2) {
            font-size: 14px;
        }
        .bottom_text p {
            font-size: 12px;
        }
        .contact-left a {
            font-size: 14px;
        }
        .social-icons a {
            padding: 30px;
        }
        .contact-social-icon {
            width: 32px;
        }
        #MainContent div.shopify-section:after, #MainContent div.shopify-section:before {
            display: none;
        }
    }
    .page-contact .contact-footer h1 {
        font-size: 24px;
    }
    .page-contact .contact-footer p {
        font-size: 14px;
    }
    .page-contact .contact-footer {
        padding: 50px 0 0 0;
    }
}

.txt-color-main-100 {
    color: #A3B6BD;
}
.txt-color-main-lightest {
    color: #C1D3DA;
}
ul.custom_list .checkbox:checked:focus-visible {
    outline: none;
}


/*******************. Sahil. ********************/
#search-result .background-header button.quick-add-btn {
    padding: 10px;
    color: #fff!important;
    float: right;
    margin-top: -12px;
    background-color: #2b4048;
    font-family: tt_normsbold;
    text-transform: uppercase;
    border-radius: 4px!important;
    font-size: 10px!important;
    width: 100%;
    text-align: center;
    display:none;
}
#search-result .background-header button.quick-add-btn {
    padding: 10px;
    color: #fff!important;
    float: right;
    margin-top: -12px;
    background-color: #2b4048;
    font-family: tt_normsbold;
    text-transform: uppercase;
    border-radius: 4px!important;
    font-size: 10px!important;
    width: 100%;
    text-align: center;
    display:none;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li:hover {
    padding-bottom: 40px;
}
#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li:hover button.quick-add-btn {
    display: block;
}
/* #search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li {
    padding-bottom: 40px;
} */

#search-result .background-header div#predictive-search-results .content-results-horizontal .predictive-search-results-list li .price {
    text-align: left;
    margin-top: 20px;
    margin-left: 0 ! important;
}
.card-product .card-info {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media (min-width: 1024px) {
  /* body.collection .relative .lg\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    } */
}
@media (min-width: 1900px) {
body.collection  .main-coll-ection.mx-auto {
    margin-left: auto;
}
body.collection  .shopify-section div#header-filter.mx-auto {
    margin-left:  auto;
    margin-right:  auto;
}
}


/* changes 30-10-25 */
label#x-quantity-template--19219909181609__main {
    text-transform: uppercase;
}
 .product-short-description.expanded .mineDesc {
    display: none;
}
 /* .mineDescFull {
    margin-top: 32px;
}  */
.desc_read_moress {
  text-align: start;
  cursor: pointer;
  position: relative;
}

.custom-readmore {
    position: relative;
    /* padding-bottom: 16px; */
}

span.link-text.desc_read_moress {
    /* position: absolute; */
    /* bottom: -9px;
    right: 195px; */
}
.expanded:after span.link-text.desc_read_moress {
    right: 354px !important;
}
.main-brand-img:hover {
    box-shadow: 0 0 8px #80808024 !important;
}


.add_to_cart_cust {
  bottom: 73px;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #2B4048;
  color: #fff !important;
  padding: 12px 40px;
  transition: all 0.3s ease;
}


button.add_to_cart_cust.add_to_advanced {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide:hover button.add_to_cart_cust.add_to_advanced {
    opacity: 1 !important;
    visibility: visible !important;
}

/* a.product-card-collection {
    display: flex;
    flex-direction: column;
    gap:0px;
} */
.details_cust_advanced {
    margin-top: -30px;
}
@media(max-width:768px){
    .details_cust_advanced {
    margin-top: -50px;
}

.product-short-description.active .custom-readmore {
  padding: 20px;
}
/* .product-form__quantity {
    margin-top: 25px;
} */
span.link-text.desc_read_moress:before {
    content: '';
    width: 60px;
    height: 20px;
    background: none;
    position: absolute;
    left: -63px;
}

 .mob_hide .mineDescFull {
    display: block;
} 
.product-short-description .mineDesc {
    margin-top: 0px !important;
}
.main-product-price.price.leading-none {
    padding-bottom: 12px;
}

/* form#product-form-template--19219909181609__main {
    height: 300px !important;
} */



}

@media(min-width:1930px){
    .banner-text {
    max-width: 650px !important;
}
}

/* h3.find-your-match__item-title:hover{
     color:#DEA093;
} */

button.freq-atc-btn.boder_r_4.btn_lg_block.add_cart_button.duration_300.border_tran.cursor_pointer.pt_20.pb_20.fs_sm.line_h_83.text_white.w_100.bg_light_black.medium.font_norms_medium.letter_spacing_1.uppercase.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.product-card-collection:hover .product-image-wrapper {
    box-shadow: 0 2px 2px -1px #0a0d120a,0 4px 6px -2px #0a0d1208,0 12px 16px -4px #0a0d1214 !important;
}

.page-about-us-2 h1,h2,h3,h4,h5,h6{
    font-family: 'tt_normsbold' !important;
}
.page-about-us-2 p {
  font-family: 'tt_normsmedium' !important;
}

.product-short-description.active .mineDescFull {
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.mineDescFull {
  transition: max-height 0.5s ease;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-short-description.expanded .mineDescFull {
  opacity: 1;
}

.mineDesc {
  transition: opacity 0.3s ease;
}

.product-short-description.expanded .mineDesc {
  opacity: 0;
  pointer-events: none;
} 



.child_check:hover .checkbox-wrap .child_mark{
    box-shadow: 0px 2px 2px 0px #1B1C1D1F;
}
.child_check:hover .checkbox-wrap .child_mark .checkbox-label{
    cursor: pointer;
}

.button-product-buy_buttons .pp.custom-pdp .form{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 240px;
  position: relative;
}

 .mob_hide .mineDescFull {
    display: block;
} 

.product-content-container .custom-html.mb-5.w-full {
    text-align: center;
}
.main-product-price.price.leading-none {
    padding-bottom: 20px;
}

img.cursor-default.animate_transition_slide__image.duration-300.w-full.h-full.active {
    height: 100%;
}
/* a.product-vendor.fmd {
    background-color: rgb(238 238 238);
} */
 .custom-html.w-full {
    text-align: center;
}
.mineDescFull div {
    margin:0;
}
.mineDescShort {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    position: absolute;
    color: #415465;
    font-weight: 400;
    background: white;
}
.product-short-description.active .mineDescShort {
    display: none;
}

.header-top.bottom .left-col ul.list-menu li .meg_menu_3_cust a:before{
    background-image:none;
}

#shopify-section-template--19219907903657__rich_text_FhkRUj {
    --background-color: 249,249,248;
    background:transparent !important;
}
span.effect-inline.font-tt_normsmedium.relative.italic.p-break-words.inline-block.vendor-link {
   color:#9f9f9f;
}
.customm-xvvxt {
    padding-top: 20px;
}
.page-subscriptions {
    .heading-template--19219907903657__featured_collection_KNYF73 {
        color: #2B4048;
        text-transform: uppercase;
        letter-spacing: 3.64px;
        font-size: 24px;
        padding-bottom: 20px;
    }
    .section-header .rte h3 {
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2b4048;
    }
    .lg\:mt-8 {
        margin-top: 1rem;
    }
    .price {
        color: black;
        font-size: 14px;
        letter-spacing: 1px;
        padding-top: 2px;
    }
    .left-1 {
        left: 10px;
    }
    .top-1 {
        top: 10px;
    }
    .bg-\[rgba\(var\(--background-color\)\)\] {
        background-color: #ffffff00;
    }
    .image-with-text .rte {
        margin-top: 20px;
    }
    .iwt-content {
        padding: 0 3rem;
    }
    .image-with-text .custom_author_name {
        padding: 0px 0 6px 0;
    }
    .iwt--template--19219907903657__image_with_text_FjzzKn {
        background: #ffffff00;
        padding-top: 60px;
    }
    .sddc.card-product__bottom {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 100%;
        display: none;
        padding: 0 20px;
    }
    .rte p {
    font-size: 18px;
    }
    .rte h3 {
        font-size: 18px;
    }
    .Type.your.own.CSS.class {
        padding-bottom: 40px !important;
    }
    .custom-sjcdhc {
        padding-bottom: 20px !important;
    }
    .x-container-featured-collection {
        padding-bottom: 20px !important;
        padding-top:20px !important;
    }
   .x-block-button span.button-text{
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 16px;
        color: rgb(43, 64, 72);
        font-family: 'tt_normsbold'!important;
    }
    .md\:flex.justify-left.custom-hhdeuj {
        padding: 2.5rem 3rem;
        background: #ffffff00;
        --background-color: 255, 255, 255;
    }
    button.button-solid, .button.button-solid {
        background-color: rgb(222 160 147);
    }
    .sealsubs-target-element button.button-solid, .button.button-solid {
        font-family: 'tt_normsbold'!important;
        text-transform: uppercase;
        border-radius: 4px !important;
        font-size: 14px;
    }
    span.flex.items-center.justify-center span.button-text, .flex.gap-x-2.items-center.justify-center{
        font-family: 'tt_normsbold';
        text-transform: uppercase;
    }
    .x-badge-product-labels-and-badges-1 .x-badge-content.x-badge-text {
        background-color: #2B4048;
        color: #ffffff;
        font-size: 15px !important;
        text-transform: uppercase;
        font-family: 'tt_normsbold';
        padding: 10px 20px;
        border-radius: 0;
    }
    button.button-solid, .button.button-solid {
        font-family: tt_normsmedium;
    }
    .x-badge-content span.icon-label {
        display: none;
    }
    .card-product:hover  .sddc.card-product__bottom{
        display:block;
    }
    .button--quickview {
        background-color: #2b4048 !important;
    }
    h1.heading-heading_ewrYVh {
    color: white !important;
    }
    .section-rich-text:nth-child(1) .custom-hhdeuj {
        background: #2B4048;
        padding: 20px 11ch;
    }
    section#shopify-section-template--19219907903657__rich_text_kY7hNC {
        background-color: #2B4048 !important;
    }
    .image-with-text .custom_author_name span {
        color: #DEA093;
    }
    .image-with-text .custom_author_name {
        font-family: tt_normsbold;
        color: #2B4048;

    }
    .rte ul {e;
        font-size: 18px;
    }
    h1.heading-heading_ewrYVh.anm-fade-element.h2.block.pt-2.pb-6.leading-tight.is-visible {
        font-size: 48px;
        text-transform: uppercase;
        font-family: 'tt_normsmedium';
    }

    .md\:flex.justify-left.custom-hhdeuj {
        padding: 2.5rem 3rem;
    }

    .app-block:has(.shopify-app-block a .loox-rating:empty) {
        display: none;
    }


    @media(max-width:768px){
        .md\:flex.justify-left.custom-hhdeuj {
            padding: 20px !important;
        }
        .custom-sjcdhc {
            padding: 0px !important;
        }
        .card-info {
            padding-top: 0px !important;
        }
        .image-with-text parallax-image img.for-desktop {
            display: block;
        }
        .section-rich-text:nth-child(1) .custom-hhdeuj {
            padding: 20px 20px;
        }
        h1.heading-heading_ewrYVh.anm-fade-element.h2.block.pt-2.pb-6.leading-tight.is-visible {
            font-size: 34px;
            padding-bottom: 22px !important;
        }
        .x-block-button span.button-text {
            font-size: 12px;
            color: #fff;
        }
        .image-with-text .text-with-image-heading, .image-with-text h2 {
            font-size: 20px;
        }
        .anm-fade-element.is-visible {
            padding-bottom: 8px;
        }
        .image-with-text .iwt-content {
            padding: 0px!important;
        }
        .card-info .product_title_price {
            padding: 16px 0;
        }
        .product-card-collection h3 {
            font-size: 16px;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .md\:flex.justify-left.custom-hhdeuj {
            padding: 2.5rem 50px;
        }
    }
    
}

    @media(min-width: 320px) and (max-width: 400px){
        .button-product-buy_buttons .pp.custom-pdp .form {
                height: 270px !important;
        }
    }
.page-value-gift-sets {
    .sddc.card-product__bottom {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 100%;
        display: none;
        padding: 0 20px;
    }
    .section--template--19219908133033__rich_text_i3xMtX {
    background: #2b4048;
    padding-bottom: 12px;
}
h1.heading-heading_gLPMde.anm-fade-element.h2.block.pt-2.pb-6.leading-tight.is-visible {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'tt_normsmedium';
    color: #fff;
}
a.button.button-solid.leading-normal.empty\:hidden.text-center {
    font-family: 'tt_normsbold' !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    font-size: 14px;
    color: #fff;
    background: #2b4048;
}
.x-badge-product-labels-and-badges-1 .x-badge-content.x-badge-text {
    background-color: #2B4048;
    color: #ffffff;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: 'tt_normsbold';
    padding: 10px 20px;
    border-radius: 0;
}
span.icon-label {
display:none;
}
span.button-text, button.button-solid, .button.button-solid{
    font-family: 'tt_normsbold';
    text-transform: uppercase;
}
    .card-product:hover  .sddc.card-product__bottom{
        display:block;
    }
    .button--quickview {
        background-color: #2b4048 !important;
    }
    /* h1.heading-heading_ewrYVh {
    color: white !important;
    } */
    /* .section-rich-text:nth-child(1) .custom-hhdeuj {
        background: #415465;
        padding: 20px 11ch;
    } */
    /* section#shopify-section-template--19219907903657__rich_text_kY7hNC {
        background-color: #415465 !important;
    } */
    .image-with-text .custom_author_name span {
        color: #DEA093;
    }
    .image-with-text .custom_author_name {
        font-family: tt_normsbold;
        color: #2B4048;

    }
    .rte ul {e;
        font-size: 18px;
    }
    /* h1.heading-heading_ewrYVh.anm-fade-element.h2.block.pt-2.pb-6.leading-tight.is-visible {
        font-size: 64px;
        text-transform: uppercase;
        font-family: 'tt_normsmedium';
    } */
     @media(max-width:768px){
        h1.heading-heading_gLPMde.anm-fade-element.h2.block.pt-2.pb-6.leading-tight.is-visible {
    font-size: 34px;
}
.image-with-text parallax-image img.for-desktop {
    display: block;
}
     }
}
.page-science-and-technology{
    .heading-slide_WEC9rf {
    font-size: 48px;
    font-family: 'tt_normsmedium';
}
.button.button-solid:hover {
    color: #fff;
}
.sub-heading-slide_WEC9rf {
    font-family: 'tt_normsmedium';
}
.rte p, p.subtitle.text-\[rgb\(var\(--colors-text\)\)\].anm-fade-element.pb-2.p-break-words.description--caption_zikDge.tracking-widest.mt-1.leading-tight.is-visible {
    font-family: 'tt_normsmedium';
    font-size: 18px;
}
.rte h3 {
    font-family: 'tt_normsbold' !important;
}
.description--caption_wT4YHh, .rte li{
    font-family: 'tt_normsmedium' !important;
    font-size: 18px !important;
}
button.button-solid, .button.button-solid {
    font-family: 'tt_normsbold' !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    font-size: 14px;
    color: #fff;
    background: #2b4048;
}
@media(max-width:768px){
    .image-with-text parallax-image img.for-desktop {
    display: block;
}
.heading-slide_WEC9rf {
    font-size: 24px;
}
}
}
.custom-sdvdccsdvc {
    color: #dea093 !important;
    text-transform: inherit;
}

 .custom-sdvdccsdvc .capitalize.block {
    text-transform: uppercase;
    font-size:15px;
    font-family: 'tt_normsmedium';
}
.value-gift-sets{
    padding:40px !important;
}
.expert-banner-wrapper span#main_vendor_cust span.appended-vendor {
    color: #85BDC4 !important;
}
ul.menga-menu-lik-list li a[aria-current="page"],li.ttrt .ttt2[aria-current="page"],.footer-menu-wrap .custom-skksv[aria-current="page"]  {
  color:#dea093;
}
picture.custom-gbdsf img {
    background-color: #ffffff !important;
}
/* img.for-desktop.h-full.w-full.object-cover.border-radius-template--19219907903657__image_with_text_FjzzKn.animate_transition_slide__image.active {
    padding-right: 4ch;
} */
 
.effect-inline.vendor-link{
    color: #9F9F9F;
    font-size: 15px;
}

@media(min-width:768px){
.col.col1.tyt {
    padding-left: 8px;
}
}

@media(max-width:768px){
.image_book_now_btn{
  display:none !important;
}
.add_to_cart_cust{
  display:none;
    
}

.template-collection .card-product:hover .card-product__bottom, .grid-item .card-product:hover .card-product__bottom, .template-collection #items-grid .grid-item .card-product:hover .card-product__bottom {
    display: none !important;
}

.custom-info-pdp:has(.sls-option-container.sls-active[data-selling-plan-group="0"]) 
  .product-short-description {
  height: 210px !important;
  /* transition: height 0.3s ease-in-out; */
}

.page {
    .page__buttons-block .inline-flex {
        display: inline-flex;
        padding: 10px;
    }
    .shopify-policy__container .shopify-policy__title, .page__container .page__title {
        font-size: 30px!important;
    }
}

}

.advanced-prev.swiper-button-disabled {
    display:none;
}

.advanced-prev.swiper-button-disabled {
    display:none;
}
.advanced-next.swiper-button-disabled {
    display: none;
}


.child_check .checkbox-label {
    cursor: pointer;
}

.col.col4:hover .psnpt .pdetails .fprd-details h3 a {
    color: #DEA093;
    transition: color 0.3s ease-in-out;
}
.col.col3.meg_menu_3_cust:hover a h4 {
    color: #DEA093;
    transition: color 0.3s ease-in-out;
}

[data-option-name="denominations"] label, [data-option-name="amount"] label {
    padding: 5px 10px;
}

@media (max-width:768px) {

    #ProductGridContainer .price-range {
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

}


.Sale {
    p.text-center {
        background: #f9f9f9;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 30px 20px;
        margin: 40px auto;
        max-width: 500px;
        font-family: inherit;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
}

.copyright-text .ml-1.inline-block p {
    text-transform: uppercase;
}