/** Shopify CDN: Minification failed

Line 179:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');

/* body{
  font-family: 'CeraGR';
} */


.section__title{
  /* font-family: 'Arimo'!important; */
}
.section-full-width-banner__title{
  font-family: 'CeraGR'!important;
}
.card-collection__title{
  font-family: 'Bebas Neue'!important;
}

.shoppable__header-inner h2{
  /* font-family: 'The Coastal'!important; */
}
.coastal-font {
    margin-bottom: 15px;
    font-family: 'The Coastal' !important;
    font-size: 8rem;
    text-transform: capitalize;
    font-weight: 100;
}
 p {
    margin: 0 0 1rem;
    letter-spacing: .5px;
    font-family: arial;
}
.footer__logo a img{
  height: 100px !important;
  object-fit: contain;
}
.template--loyalty h2 {
    font-family: 'Bebas Neue' !important;
    font-weight: 500;
}
 .checkbox--color .checkbox__label{
 font-family: 'CeraGR';
 font-weight: 600;
 color: #333333d6;

} 
.facets__accordion-btn{
  font-family: 'CeraGR';
}
  
h2.form-customer__callout-title.h3 {
    font-family: 'CeraGR';
    font-weight: 600;
}


/* home banner css */
    .hero-banner .hero__title {
        font-weight: 500; 
        font-family: 'The Coastal' !important;
        width: 55%;
       letter-spacing: .5px;
      text-transform: capitalize;
      line-height: 1.25 !important;
    }

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0; */
  background: rgba(0, 0, 0, 0.3); /* dark overlay, adjust opacity */
  z-index: 2;
  pointer-events: none;
}
.hero__media {
  position: relative; /* required to position ::after correctly */
  z-index: 1; /* ensure it's under content */
}
h2.section__title{
  /* font-family: 'Bebas Neue'!important; */
/* letter-spacing: .2rem !important;     */
}

.section-seo-content__content {
    max-width: 75% !important;
}
a.header__nav-link.nav-text-link.js-nav-link, summary#Country-drawer-button-header {
    font-family: 'CeraGR';
    /* font-weight: 600; */
}
.header__inner {
    padding: 6px 0 !important;
}

/* marque */
.marquee__content {
    font-size: 1.1rem !important;
    margin: 8px !important;
    letter-spacing:.05rem !important;    
    font-weight: 600;
    font-family: 'CeraGR' !important;
}
.color-body-background {
    background-color: var(--color-body-background);
    opacity: 1 !important;
}

/* **************** */

@media screen and (min-width: 1200px) {
h2.section-full-width-banner__title{
    font-size: 7.5rem;
   font-family: 'Bebas Neue'!important;
  letter-spacing: 3px;
}
  h3.card-collection__title{
    font-size: 3.3rem;
    font-weight: bold;
}
  h2.section__title{
  font-size: 4rem !important;
} 
  .shoppable__header-inner h2{
  font-size: 8rem !important;
  font-family: 'The Coastal'!important;
    text-transform: capitalize;
    font-weight: 500;
}
 h2.section-seo-content__title,h2.section-dual-tiles__title {
    font-size: 5rem !important;
    font-family: 'Bebas Neue';
} 
  h2.section-seo-content__title{
  font-size: 5rem !important;
}
  
  h3.section-trust-indicators__title{
    font-size: 4rem !important;
    font-family: 'Bebas Neue'!important;
}
  h3.shop-the-look__title.h2 {
    font-size: 3.5rem !important;
      font-family: 'Bebas Neue'!important;
}
}
.section-full-width-banner__media {
  position: relative;
  z-index: 1;
}

/* .section-full-width-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 2;
  pointer-events: none;
} */

/* .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.swiper-slide {
  box-sizing: border-box;
  flex: 0 0 calc(49% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px; /* adjust based on your layout */
}

/* Last slide takes full width */
/* .swiper-slide:nth-child(3) {
  flex: 0 0 100%;
}  */

@media screen and (max-width: 749px) {

.hero-banner .hero__title {
    width: 100% !important;
    letter-spacing: 0rem !important;
}
     .section-dual-tiles__title {
        font-size: 3rem !important;
        font-family: 'Bebas Neue' !important;
    }
  .button{
    min-width: 14rem !important;
    max-width: 100%;
    min-height: 4rem !important;;
    padding: 1.2rem 3rem !important;;
  }
  .products-feed__tab button {
    font-size: 2rem !important;
}
}
@media screen and (min-width: 749px) {
h2.main-page__foot-title.h4 {
    font-style: normal;
    text-transform: capitalize;
    font-size: 7rem;
    font-family: 'Ceragr' !important;
    font-weight: 500;
    text-align: center;
}
  .hero-banner .hero__title {
        font-size: 8rem !important;
  }
  .header__nav-dropdown.js-dropdown {
     width: 32%; 
     padding: 1.4rem 1.8rem;
     inset-inline-start: initial;
  }
   .header__nav-dropdown-link {
    font-family: 'CeraGR';
    color: #333;
    letter-spacing: 0;
}
.header__nav-links-item>.header__nav-dropdown-link {
    font-family: 'CeraGR';
} 
}
h1.collection-hero__title {
    font-family: 'CeraGR';
    font-weight: 600;
}

@media screen and (max-width: 749px) {
  #link-shop a.drawer__submenu-link.color-body-text {
    font-weight: 600;
}
  li.drawer__submenu-second-item a {
    color: #333;
    font-family: 'CeraGR' !important;
    font-weight: 500;
    font-size: 13.5px;
    letter-spacing: 0;
}
  .shoppable__layout--grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-block-start: 1.5rem !important;
  }
  .button--shoppable-grid-item {
    inset-inline: -3px !important;
}
      .hero-banner .hero__title {
      font-weight: 500; 
      font-family: 'The Coastal' !important;
      width: 100%;
      letter-spacing: .5px;
      text-transform: capitalize;
    }
  .products-feed__tab button {
    font-size: 2rem !important;
        padding: 0 !important;;
} 
  .section{
    padding:2.5rem 0 !important; 
  }
  body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header~.shopify-section-group-header-group)) main>.shopify-section.section-hero-banner:first-of-type .hero__content{
        padding: 25rem 3rem 16rem 3rem !important;
  }
   .button{
    min-width: 14rem !important;
    max-width: 100% !important;
    min-height: 4rem !important;;
    padding: 1.2rem 3rem !important;;
  }
}



h5.footer__menu-title {
    font-family: 'CeraGR';
    font-weight: bold;
    text-transform: uppercase;
}
.footer__content-entry h5 {
    margin: 0;
    font-family: 'CeraGR';
}
.footer__richtext.rte p {
    font-size: 14px;
}
    .footer__col--sm {
        flex-basis: 15.66%;
        padding-left: 36px;
    }
.button--shoppable-grid-item {
    /* color: var(--color-button-outlined-text) !important; */
    background-color: transparent !important;
    border: 0 !important;
}

.shoppable__layout--grid-item {
  position: relative;
  overflow: hidden;
}

.shoppable__layout--grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Black overlay, 40% opacity */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.shoppable__layout--grid-item:hover::before {
  opacity: 1;
}
    .shoppable__layout--grid-item:hover .button--shoppable-grid-item {
        z-index: 999;
    }
p {
    font-size: 14px;
  font-weight:400;
}

.product-image-slider{
 display: none
}
.card-product:hover .product-image-slider + .card-product__media{
  opacity: 0;
  pointer-events: none;
  display: none;
}
.card-product:hover .product-image-slider{
  display: block;
}

/* shiiping page css start*/

.shipping-table {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #424242;
}

.shipping-table tr th {
    background: #666666;
    border: 1px solid #424242;
    color: #fff;
    padding: 8px;
}
table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
}
.rte table td:not(:first-child) {
    text-align: left;
}
.shipping-table tr td {
    border: 1px solid #424242;
    padding: 8px;
}
.shipping-tet p.shipping-heading {
    text-align: center;
}

.product-shipping {
    letter-spacing: 2px;
    line-height: 31px;
}
.return-process h2 {
    font-family: 'CeraGR' !important;
    text-transform: capitalize; 
    margin-top: 25px;
    margin-bottom: 10px;
}
.return-form.return-btn {
    background: #DD4032;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin: 0 auto;
}

p.return-address {
    background: #F3F3F3;
    display: inline-block;
    padding: 10px 20px;
    /* color: #fff; */
}


/* shiiping page css end */



/* ==============================corporation page css============================== */
.brand-logo-wrap, .img-text-wrap{
  max-width: 1080px;
    margin: 0 auto;
}
.brand-logo-main{
  width: 23%;
  margin: 0 auto;
}
.brand-image img, .main-image img{
  width: 100%;
  display: block;
}
.brand-image{
  padding: 70px 0px 0px;
}
.img-text-main{
  display: flex;
  justify-content: center;
  align-items: end;
}
.img-text-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.img-text-content h3, .img-undertext-content h3, .multiimg-text-content h3{
  font-family: times new roman;
  text-transform: inherit !important;
}
.img-text-content{
  flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  padding: 0 15px 30px;
  text-align: left;
}
.main-image{
  flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  margin: 0;
  padding: 0 15px 30px;
}
.img-text-content h3, .img-text-content h5{
  width: 100%;
 line-height: 1.6;
  color: #000;
  margin: 0;
}
.img-text-content h3{
  
  font-size: 70px;
  font-weight: 400;
  text-transform: capitalize;
  color:#493725;
}
.img-text-content h5 {
    letter-spacing: 0.5px;
    font-size: 23px;
    font-weight: bolder;
    font-family: 'Bebas Neue';
    color:#493725
}
.img-text-content div p, .multiimg-text-content p{
  margin-bottom: 1.3em;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

 .multiimg-text-wrap, .btn-text-wrap{
    max-width: 1080px;
    margin: 0 auto;
  }
  
.img-undertext-content {
  position: relative;
}
.img-undertext-content h3 {
  margin: 0;
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  /* position: absolute;
  left: 0px;
  top: 35px; */
  width: 100%;
  color:#493725;
}
.img-undertext-content h5 {
font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  font-size: 65px;
  color: #493725 !important;
  margin-bottom: 0px !important;
  margin-top: 0;
  font-family: 'The Coastal' !important;
  font-weight:600;
}

.multiimg-text-content h3{
    font-size: 70px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  color:#493725;
}
.multiimg-text-content p{
    text-align: center;
}
.multi-image-one .image_1{
  margin: 0 auto;
  width: 400px;
  height: auto;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 99;
}

.multi-image-two {
  width: 90%;
  background: #fff;
  padding: 70px 50px 0;
    padding-top: 70px;
  position: relative;
  margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: -180px;
  padding-top: 200px;
}
.total-score{
  width: 100%;
  background-color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  /* position: absolute;
  bottom: -40px;
  left: 0px; */
}
.total-score p{
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-size: 35px;
   text-transform: uppercase;
  font-weight: 700;
  color: #99c326;
}
.btn-text-wrap{
  text-align: center;
  padding: 40px 0px;
}
.btn-text-content h3{
  font-size: 70px;
  text-align: center;
  font-weight: 500;
margin: 0;
  font-family: times new roman;
  text-transform: inherit !important;
  color:#493725;
}
.btn-text-content h5{
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-size: 27px !important;
  margin: 0;
  margin-bottom: 1.3em;
   color:#493725;
}
.btn-text-content h4{
  text-decoration: none;
  font-weight: 600;
  font-family: 'CeraGR';
  font-size: 30px;
  margin: 0;
    color:#493725;
}
.btn-text-content div p{
  margin-bottom: 1.3em;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  color: #493725;
  text-align: center;
}
.btn-text-content a{
  background: #8cc63f;
  color: #fff;
  padding: 8px 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  border: 1px solid transparent;
}
.template--corporation .sustainability-grid{
  width: 100%;
}
.img-text-main-row{
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 990px) and (min-width: 767px){
  .template--corporation .sustainability-item {
    text-align: center;
    width: 45%;
  }
  .template--corporation .sustainability-grid{
    flex-wrap: wrap;
  }
}
@media (max-width: 767px){
  #Details-menu-drawer-menu-item-3 .drawer__submenu-first{
    height:250px;
  }
  .section-seo-content p {
    font-size:13px !important;
  }
  .product__content {
    padding: 0 !important;
}
  .img-undertext-content, .multiimg-text-content{
    padding: 0 15px;
  }
  .multi-image-two{
    padding: 200px 10px 0;
  }
  .multi-image-one{
     max-width: 250px;
  margin: 0 auto;
  }
 
  .img-text-content{
    flex-basis: 100%;
    max-width: 100%;
  }

    .main-image{
      flex-basis: 100%;
    max-width: 100%;
    }
  .corp-main h3{
     font-size: 35px;
  }
  .img-undertext-content h3{
    /* margin-top: 50px; */
    line-height: 50px;
  }
  .btn-text-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand-image{
    padding: 30px 0px 0px;
  }
  
 
}


/* page loyalty */

div#shopify-section-template--24611384492347__dual_tiles_rrNXzh {
    background: #F7F5EF;
}
.shoppable__subtitle {
    font-size: 2.1rem;
    margin-top: 0.4em;
    color: #000;
    font-family: 'Bebas Neue';
    font-weight: 600;
    margin: 0;
}

/* tab product */

 .products-feed__tab button.active {
    color: #000 !important;
    background: transparent !important;
   font-family: 'Bebas Neue';
}
.products-feed__tab button:hover {
    color: #333 !important;
    background: transparent !important;
  font-family: 'Bebas Neue';
}
.products-feed__tab button{
    background: transparent !important;
    font-size: 2.5rem !important;
    letter-spacing: .1rem !important;
  color:#999999 !important;
  font-family: 'Bebas Neue';
  font-weight: 400;
}
.products-feed__tab {
    margin-block-end: 3.8rem !important;
}
/* end */



.section-trust-indicators__title+.section-trust-indicators__link {
    margin:0 !important;
    border: 1px solid #DD4032;
    text-decoration: none;
    padding: 12px 25px;
}


/* =====================================transpanecy page */
.transpancy-two{
  background-color: #b8d2e7;
}
.transpancy-one .sustainability-heading{
  font-family: 'The Coastal'!important;
  font-size: 70px;
  padding: 0px;
  text-align: center;
  width: auto;
  background: none;
  display: inline-block;
  padding-right: 50px;
  border: 0px;
  font-weight: 400;
  margin: 0
}
.transpancy-one .sus-subhedaing p, 
.transpancy-two .sus-subhedaing p{
    text-transform: uppercase;
}
.transpancy-one .sus-subhedaing p{
  letter-spacing: 0.5px!important;
  text-align: center;
  line-height: 1.4;
  font-size: 12px!important;
}
.transpancy-one .sustainability-item, 
.transpancy-one .sustainability-desc, 
.transpancy-two .sustainability-item, 
.transpancy-two .sustainability-desc{
  text-align: center;
}
.transpancy-one .sustainability-desc {
  color: #000;
}
.transpancy-two .sustainability-desc {
  color: #fff;
}
.transpancy-one .sustainability-desc, 
.transpancy-two .sustainability-desc, 
.steps-text-main h3{
font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 500;
}
.transpancy-two .sus-subhedaing, 
.steps-text-main h2{
  margin: 0;
}
.transpancy-one .sustainability-icon, 
.transpancy-two .sustainability-icon{
  margin-bottom: 0;
}
.transpancy-two .sus-subhedaing p, 
.steps-text-main h2, 
.comparison-steps-main h2{
  font-family: Lato, sans-serif!important;
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 50px 0px 20px 0px;
  font-weight: 600;
}
.steps-text-main h2{
  margin-bottom: 2rem;
}
.steps-text-main h3{
max-width: 500px;
  margin: 0 auto;
    margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.steps-richtext p{
  max-width: 500px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #000;
}

.steps-richtext ul{
  margin-bottom: 20px;
  list-style: none;
}
.steps-richtext ul li{
  margin-bottom: .6em;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #000;
}


.comparison-steps-wrap{
    padding: 2rem;
    text-align: center;
  }
  .split-layout {
    display: flex;
  flex-flow: row wrap;
  width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
  
  .left-side, .right-side {
    flex-basis: 50%;
    width: 50%;
    padding: 0px 70px;
    padding-bottom: 0px;
  padding-bottom: 50px ;
    position: relative;
  }
  .block-item-img-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

.block-item-text h3{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: .5em;
  margin-top: 0;
  font-family: Lato, sans-serif;
}
.block-item-text p{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  margin-bottom: 1.3em;
 
}
.block-item-text p strong{
 text-transform: uppercase;
}
.new_richtext h4{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
font-family: Lato, sans-serif;
line-height: 19px;
  letter-spacing: 1px;
}
.div-col p{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: bolder;
}
.new_richtext h3{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  margin-bottom: 1.3em;
  font-weight: 400;
}
.new_richtext a{
  text-decoration: none;
}
.div-col{
  padding: 0 15px 30px;
}
.div-col img{
  min-width: 57px;
}
@media screen and (min-width: 850px) {
  .div-col{
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-width-para{
    width:62%;
    margin:auto;
  }
  .under-image img{
 height: 540px;
  object-fit: cover;
  width: 100%;
}
}
.shopify-policy__container {
    padding-bottom: 60px;
}

@media (max-width: 850px){
  .transpancy-two .sustainability-grid, 
  .transpancy-one .sustainability-grid{
  width: 100%;
}
}
@media (min-width: 767px){
  .left-side{
 border-right: 1px solid #000;
}
  
}
@media (max-width: 767px){
  .hero-banner {
    margin-top: -1px;
  }
  .drawer__row.drawer__row--gutter-lg {
    padding-top: 30px;
}
   .drawer p:last-child {
    font-family: 'CeraGR';
  }
.select-input__el, .dropdown__button {
    font-family: 'CeraGR';
    font-weight: 600;
}
  .transpancy-one .sustainability-heading{
    padding-right: 0;
    font-size: 45px;
    line-height: 100px;
  margin-bottom: 20px;
  }
  .btn-text-content h5 {
    font-size: 20px !important;
  }
  .transpancy-one .sustainability-grid, 
  .transpancy-two .sustainability-grid{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .transpancy-one .sustainability-item, 
  .transpancy-two .sustainability-item{
    width: 41%;
  }
  .transpancy-one .sustainability-overlay, 
  .transpancy-two .sustainability-overlay{
    padding: 10px 10px;
  }
.left-side, .right-side {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0px !important;
}
  .block-item-img-text{
    flex-direction: column;
  }
  .comparison-steps-main h2{
    padding-left: 15px;
  padding-right: 15px;
  }
  .split-layout{
    padding: 0 15px;
  }
  .steps-richtext ul{
    padding: 0;
  }
  .steps-text-main{
    padding: 0 15px;
  }
}


/* =====================================responsible club */

.itl-main {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.itl-content {
  flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  margin: 0;
  padding: 0 15px 30px;
  position: relative;
  width: 100%;
  font-family: Lato, sans-serif;
  text-align: center;
}
.itl-content img{
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
display: inline-block;
  height: auto;
  vertical-align: middle;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.text-itl{
  font-size: .9em;
  padding-bottom: 1.4em;
  padding-top: .7em;
  position: relative;
  width: 100%;
  margin: 0;
}
.text-itl h4{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.3;
  font-family: Lato, sans-serif!important;
}
.itl-img-txt + a{
  margin: 15px 0;
  border-radius: 0;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: .97em;
  font-weight: bolder;
  letter-spacing: .03em;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  vertical-align: middle;
  color: #fff;
  background-color: #fff0;
}
.itl-img-txt + a span{
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  font-family: Lato, sans-serif;
  vertical-align: middle;
  padding: 3px;
}
.itl-img-txt + a:hover{
  color: #fff;
  background-color: #000;
}
.responsible-richtext  .rich-heading{
  font-family: 'Gupter'!important;
  font-size: 65px!important;
  text-transform: none;
  margin-bottom: 30px!important;
  color: #b8d2e7 !important;
  font-weight: 400;
  line-height: .9;
  margin-top: .5em!important;
  padding: 0;
  font-family: 'The Coastal' !important;
  }
.responsible-richtext .rich-body p{
  letter-spacing: 4px;
  line-height: 27px;
  color: #000;
  font-size: 12px;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0;
}
.responsible-richtext  .container{
  max-width: 700px!important;
}

.itl-wrapper{
  margin-top: -100px;
}

@media (max-width: 767px){
  .responsible-richtext  .rich-heading{
  font-size: 54px!important;
  }
  .itl-content {
  flex-basis: 100%;
  max-width: 100%;
  }
  .rich-text-advanced .container{
    padding: 0 11px!important;
  }
}


.localization-form__select{
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.localization-selector{
  width: 2.5rem;
}
.icon-caret{
  width: 10px;
  height: 15px;
}


/* ====================================campains page========= */

.accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordian-content.open {
  max-height: max-content; /* adjust as needed */
}

.video-accordian-main {
  padding-top: 15px;
  padding-bottom: 65px;
}
.accordians-title button {
  background-color: transparent;
  border: none;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.accordians-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-accordian-main .icon-caret{
  width: 15px;
  height: 15px;
}
.accordian-content{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.accordian-content.open{
  padding: 30px 0;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.accor-row-one{
  display: flex;
  flex-flow: row wrap;
}
.row-video-one, .row-text-one, .row-text-two{
  flex-basis: 50%;
    max-width: 50%;  
}
.js-youtube {
  object-fit: fill;
  width: 100%;
  aspect-ratio: 16/9;
}
.row-text-one{
  padding: 0 0 0 20px;
}
.row-text-one p, .row-text-two p{
font-size: 14px;
  line-height: 23px;
  color: #000;
}
.row-text-one p:first-child, .row-text-two p:first-child{
  font-size: 15px;
  line-height: 27px;
}
.template--campains .rich-heading{
  font-family: CeraGR!important;
  text-transform: capitalize;
  text-align: center;
  font-size: 70px!important;
  line-height: 55px;
  padding-bottom: 0;
  display: block;
  font-weight: 400;
  width: 100%;
  border: 0;
}
.row-video-two .js-youtube {
   aspect-ratio: 16/7;
}
.row-text-two{
  padding-top: 30px;
  margin: 0 auto;
}
.row-video-two{
  padding-top: 30px;
}
@media (max-width: 767px){
.row-video-one, .row-text-one, .row-text-two{
  flex-basis: 100%;
  max-width: 100%;
}
  
.accordian-content.open {
  max-height: max-content; /* adjust as needed */
}
  .row-text-one{
  padding: 0 10px 0 10px;
}
  .row-text-two{
    padding: 30px 10px 0 10px;
  }
  .accordians-title button{
    font-size: 24px;
  }
  .template--campains .rich-heading{
    font-size: 60px!important; 
  }
}



/* =================================popup---css */

.home-popup {
    background: #0009;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
.home-popup .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #274C4F;
    max-width: 667px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.home-popup .modal-closed {
    position: absolute;
    right: 2rem;
    z-index: 1;
    background: transparent;
    padding: 1rem;
    border-radius: 50%;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.content-modal h2, .content-modal h1{
      font-family: Kanit;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
  color: #FFFFFF;
}
.home-popup .modal-content{
  padding: 4rem;
}
.home-popup .field input{
  background-color: transparent;
  color: #fff;
}
.home-popup .field:hover.field:after, .home-popup .field:after{
  box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(255, 255, 255, var(--inputs-border-opacity));
}
.home-popup .field label{
  color: #fff;
}
.home-popup .field{
  margin: 0;
  margin-bottom: 2rem;
}
.home-popup form{
  text-align: center;
  margin: 0;
}
.home-popup .button, .home-popup button:hover {
    background: #fff;
    color: #274C4F;
}
.home-popup button {
  background: #fff;
    color: #274C4F;
  font-weight: 500;
}
.home-popup button{
  margin: 0;
}

div#login-pop-ups, div#register-pop-ups {
    max-width: 100%;
}
.home-popup a, .content-modal p{
  color: #fff;
}
p.price-message.loginplz {
    z-index: 9;
    position: relative;
}
p.price-message.loginplz a {
  color: rgb(var(--color-foreground))
}
a.register-click {
    padding-top: 10px ;
}
select#adf-select-tags {
    /* background: transparent;
    color: #fff; */
}

label.adfanu-tags-label {
    display: none;
}
.adf-select-tags option{
  color: #000!important;
}
.form-customer--login{
  margin:  0 auto;
}
.form-customer--login, .form-customer--register{
  margin:  0 auto!important;
}

.language-selector-list{
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.language-selector-list li{
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.payement_wrap{
  margin: 20px 0px 20px 0px;
}
.payement_main{
  display: inline-block;
}
.payemet-icon{
  background-color: rgb(0 0 0 / .1);
  border-radius: 5px;
  display: inline-block;
  margin: 3px 5px 0px 0px;
  opacity: .6;
  padding: 3px 5px 5px 0px;
  transition: opacity .3s;
}
.payemet-icon svg{
  height: 19px;
  vertical-align: middle;
  width: auto !important;
}
.shop_det-main .details-one, .shop_det-main .details-two, .shop_det-main .details-three  {
  font-family: "Lato", sans-serif;
  font-style: normal;
  padding-left: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.shop_det-main img{
  width: 20px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.shop_det-main p, .try-this p{
  margin: 0;
}
.try-this{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 10px 0;
}
.contact-email-main{
  background: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
  font-family: 'CeraGR'!important;
  font-size: 17px!important;
  color: #000;
}
.contact-email-main p{
  font-size: inherit;
}
.contact-email-main a {
  text-align: center;
  font-family: 'CeraGR'!important;
  font-size: 17px!important;
color: #708085;
}


@media (min-width: 991px){
  .product__grid__item--media {
    margin-block: 5rem
  }  
}


/* =======================================new changes */

.header__utils-items li, 
.card-product__sizes-items .card-product__sizes-btn, 
.card-collection__title, 
.products-feed__tab button.active, 
.products-feed__tab button, 
.section-trust-indicators__link, 
.icons-row-wrapper p, 
.collapsible-banner .main-heading,
.shoppable__header-inner .shoppable__subtitle{
  font-family: 'CeraGR'!important;
}
.collapsible-banner .main-heading{
  font-size: 3.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.card-product__content .price__regular span, 
.newsletter__field input::placeholder{
  font-family: 'arial';
}
.section-full-width-banner .section-full-width-banner__title{
  font-family: 'The Coastal' !important;
  text-transform: capitalize;
  font-size: 8rem;
  font-weight: 500;
}
.brand-logos-section .brand-logos-heading{
  font-size: 7rem!important;
  text-transform: capitalize;
  font-family: 'the coastal'!important;
  font-weight: 500;
}
.section-trust-indicators .section-trust-indicators__title{
  font-size: 4.5rem!important;
  text-transform: capitalize;
  font-family: 'the coastal'!important;
  font-weight: 500;
}
.shoppable__header-inner h2{
  font-size: 7rem!important;
  text-transform: capitalize;
  font-family: 'the coastal'!important;
  font-weight: 500;
}
.shoppable__header-inner .shoppable__subtitle{
  text-align: center;
}
@media(max-width: 1060px){
  .section-trust-indicators .section-trust-indicators__title{
    font-size: 4.5rem!important;
  }
}

@media (max-width: 767px){
  .hero__content .hero__mobile-heading{
    text-transform: capitalize;
  font-family: 'the coastal'!important;
  font-weight: 500;
  }
  .section-full-width-banner .section-full-width-banner__title{
    font-size: 6rem;
    line-height: 1;
  }
  .products-feed__tab button{
    line-height: 1.2!important;
  }
  .collapsible-banner .main-heading{
    font-size: 2.2rem;
  }
  .products-feed__tab button{
    font-size: 2rem !important;
  letter-spacing: .02rem !important;
  }
}

.section-template--24549369151803__90e984e6-6e27-4581-ad90-2ced240882b7
  .media--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 40% opacity */
  z-index: 1;
  pointer-events: none;
}

.section-template--24549369151803__90e984e6-6e27-4581-ad90-2ced240882b7
  .media--overlay
  img {
  position: relative;
  z-index: 0;
}


.hero__content {
  position: relative;
  z-index: 2;
}

.hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1); 
  z-index: -1;
  pointer-events: none;
  border-radius: inherit; 
}

p, li{
  font-family: 'arial';
  /* color: #000; */
}


.account-wishlist svg{
  width: 16px;
  height: 16px;
}
.account-wishlist a {
    font-family: 'CeraGR';
    font-weight: 500;
}
.account-wishlist{
display: flex;
  justify-content: end;
  align-items: center;
}
.head--wishlist, .header--drawer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.close-acc-wish{
  position: fixed;top:0;left:0px;width:85%;background:#ffff;  z-index: 99;border-bottom: 1px solid #8080803d;padding: 0px 0;
    height: 54px;
    line-height: 54px;
}
.close-acc-wish .drawer__button-close{
  position: absolute;
  right:auto;
  /* background: #f5f5f5; */
  border-radius: 50%;
  z-index: 9;
  padding: 7px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  left:13px;
  top:6px;margin:0px !important;
  
}

header .drawer__menu-item+.drawer__menu-item {
        margin-block-start: 5px;
    }
#Navigation-menu-drawer-header{
  overflow: visible;
  width: 85%;
  padding-right: .5rem;
  /* padding-top: 1rem;  */
  overflow-y:auto;
  overflow-x:hidden;
  padding-top: 10px;
  
}

header .drawer__submenu-first:after{display:none;}

header .drawer__nav-link svg{top:10px;}

#Navigation-menu-drawer-header .drawer__submenu-first{padding-bottom:0px;}



.accordion__section summary .close-plus{
  visibility: visible;
}
.accordion__section summary .open-minus{
  visibility: hidden;transform: none !important;
}


.accordion__section.is-active summary .close-plus{
  visibility: hidden;opacity:0;
}
.accordion__section.is-active summary .open-minus{
  visibility: visible;opacity:1;
}

.MuiButtonBase-root.Mui-disabled{color:#fff !important;}

.MuiLink-underlineHover .MuiCardMedia-root{background-size:contain !important;}
/* bikini-care  */

.template--bikini-care hr {
    margin: 3rem 0;
}

.template--bikini-care .heading3 {
    font-family: 'the coastal' !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 5rem;
    margin: 30px 0px 15px 0;
}
.template--bikini-care .main-page__foot.rte {
    display: none;
}
.template--bikini-care .container.container--small {
    max-width: 70%;
}


/* ===============new changes */
.accordians-title button{
  font-family: ceragr;
}

.template--contact h4{
  text-align: center;
}
.template--contact h2.main-page__foot-title, 
.template--contact .field__label, 
.template--contact .field__input, 
.template--contact .field__input, 
.template--contact .button{
  font-family: 'ceragr'!important;
}
.main-page__foot h4{
  font-family: 'arial'
}
.template--contact .field__input, 
.template--contact .field__input, 
.template--contact .field__label{
  font-size: 13px;
}
.template--size-guide .main-page{
  padding: 0;
}
.js .table-text-content h2{
  font-family: 'ceragr'!important;
}

.js .sustainability-heading{
  font-family: 'The Coastal', cursive !important;
  color: #111;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 7rem !important;
  font-weight: 500;
}
.template--about-us .section-dual-tiles__title{
  font-family: 'The Coastal', cursive !important;
  text-transform: capitalize;
  font-size: 7rem !important;
  font-weight: 500;
}
.template--about-us  .about-heading{
   font-family: 'The Coastal', cursive !important;
  text-transform: capitalize;
  font-size: 7rem !important;
  font-weight: 500;
}
.template--internship .video-frame{
  /* width: 630px; */
  /* height: 354px; */
  border-radius: 5;
}
.template--internship .video-frame iframe{
  border-radius: inherit;
}
.template--internship .our-story-section{
  background: #fff;
}

/* .template--internship .rich-text-advanced .container{
  max-width: 500px!important;
  min-height: 530px;
  background: #f7f5f1;
  padding: 35px;
  margin-left: 15%;
  margin-top: -150px;
  z-index: 99999999;
  position: relative;
}  */
.template--internship .rich-text-advanced .richtext-wrap{
  max-width: 500px!important;
  min-height: 530px;
  background: #f7f5f1;
  padding: 35px;
  /* margin-left: 15%; */
  /* margin-top: -150px; */
  z-index: 99999999;
  position: relative;
}
.template--internship .banner__text.rte.body {
  padding-bottom: 50px;
}
.template--internship .rich-heading{
font-family: 'CeraGR'!important;
  font-size: 45px!important;
  display: block;
  line-height: 50px;
  text-transform: inherit;
  margin-bottom: 40px!important;
  font-weight: 400;
}
.template--internship .rich-text-advanced .rich-body ul li{
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: .6em;
}
.template--internship .rich-text-advanced .rich-body p strong, .template--internship .rich-text-advanced .rich-body p , .template--internship .rich-text-advanced .rich-body p a{
  font-size: 12px;
  line-height: 18px;
}
.template--internship .rich-text-advanced .rich-body p a{
  color: #708075;
  text-decoration: none;
}

.template--internship .banner__heading.inline-richtext.h0 {
  font-family: 'times new roman'!important;
  color: #000;
  font-size: 80px;
  line-height: 80px;
}

.template--internship .banner__heading.inline-richtext.h2 {
  font-family: 'CeraGR'!important;
  font-size: 45px;
  display: block;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: capitalize;
}
.template--internship .banner__text p{
max-width: 430px;
  margin: 0 auto;
  color: #333;
  font-size: 11px;
  line-height: 22px;
  font-family: arial;
}
@media (max-width: 767px){
  .transpancy-two .sus-subhedaing p, .steps-text-main h2, .comparison-steps-main h2{
    padding: 10px 0px 20px 0px;
    margin: 0;
  }
  .steps-text-wrap{
    padding: 20px 0!important;
  }
  .steps-text-main h3{
    margin-bottom: 10px;
  }
  .steps-richtext p{
    margin-bottom: 10px;
  }
  .comparison-steps-wrap{
    padding: 1rem;
  }
  .block-item-text p{
    margin-bottom: 1em;
  }
  .youtube-text-main h2, 
  .js .table-text-content h2{
    font-size: 30px!important;
    padding: 0 15px!important;
  }
.js .sustainability-heading{
  font-size: 4.5rem !important;
    text-align: center;
    margin-bottom: 30px;
}
  .template--about-us .section-dual-tiles__content h2.section-dual-tiles__title {
    font-size: 5.8rem !important;
}  
  .template--about-us  .about-heading{
      font-size: 4.5rem !important;
  }
  .template--internship .banner__heading.inline-richtext.h2 {
    font-size: 30px;
  }
  .template--internship .banner__heading.inline-richtext.h0 {
    font-size: 50px;
    line-height: 50px;
  }
  .template--internship .video-frame{
    height: 200px;
    width: 356px;
  }
  .template--internship .our-story-section{
    padding: 20px 10px;
  }
  .template--internship .rich-text-advanced .richtext-wrap{
    margin-left: 0;
  /* margin-top: -100px; */
    padding: 35px 10px!important;

  }
  .template--internship .rich-heading{
    font-size: 35px!important;
    line-height: 35px;
  }
}


/*===========================blog-grid-css==================*/


.blog__head .blog__head--wrapper{
  display: none;
}
.blog--head-cont h2{
  text-align: center;
  font-family: 'CeraGR'!important;
  font-weight: 500;
  text-transform: none;
}
.blog__articles .blog__container{
  max-width: 1080px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
}
.blog__articles-grid .card-article{
  padding: 0 30px 30px;
  margin-bottom: 0;
}
.card-article .card-article__content{
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9em;
  padding-bottom: 1.4em;
  padding-top: .7em;
  position: relative;
  width: 100%;
  transition: opacity .3s,transform .3s,background-color .3s;
  line-height: 1.6;
}
.card-article .card-article__title{
  font-weight: 700;
  line-height: 1.3!important;
  margin-bottom: .1em!important;
  margin-top: .1em!important;
  font-size: 1.15em!important;
  font-family: Lato, sans-serif!important;

}
.card-article .card-article__title:after{
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: .5em;
  margin-top: .5em;
  background: rgb(0 0 0 / .1);
  margin-left: auto;
  margin-right: auto;
}
.card-article > a{
  transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
}
@media (max-width: 767px){
  .blog__articles .blog__container{
    padding: 0 15px;
  }
  .blog__articles-grid .card-article{
    padding: 0;
  }
  .blog__articles-grid{
    margin: 0 auto!important;
  }
}

.shopify-policy__title h1 {
    /* font-family: 'The Coastal' !important; */
    /* font-weight: 500; */
    text-transform: math-auto;
    /* font-size: 5.5rem; */
    padding-top:15px;
}

.shopify-policy__body p strong {
		    font-family: 'CeraGR';
		    font-weight: 900;
	    font-size: 20px;
}


.card-article>a:hover {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / .16), 0 3px 6px rgb(0 0 0 / .23);
}
    .card-article>a:hover .card-article__media {
        opacity: 1 !important;
    }

.card-article__title{
  text-decoration:none !important;
}



/* Remove background on mobile view */
@media (max-width: 767px) {
  .corporation-page {
    background-image: none !important;
    background-color: transparent !important; /* optional */
  }
  button.card-product__sizes-btn-toggle.js-btn-toggle-sizes.button-reset {
    display: none;
}
.article__foot {
    margin-bottom: 30px;
}
 h1.article__title.h2 {
    text-transform: math-auto;
    font-size: 25px !important;
    font-weight: 700;
    font-family: 'CeraGR' !important;
}
    .template--product .accordion__button {
        font-size: inherit !important;
    }
    .template--product h2.section__title {
    font-family: 'CeraGR' !important;
    font-size: 26px !important;
    font-weight: 800;
}
}

@media screen and (min-width: 990px) {
    .product .container .product__grid--has-media, .product .container-fluid .product__grid--has-media {
        gap: 0;
        grid-template-columns: 50% 50% !important;
    }
    .article__content.container.container--extra-small {
        padding: 0 !important;
        max-width: calc(var(--page-width) * .61112);
}
.article__content-inner p{
  font-size:15px;
}

}


@media screen and (min-width: 750px) {
    .product__media-layout--full .product__media-slider .media>*, .product__media-layout--full .product__media-slider .media img {
        height: -webkit-fill-available !important;
    }

    h1.h2.product__title {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: 'CeraGR';
}
    .template--product h2.section__title {
        font-size: 3.5rem !important;
        font-weight: 700;
    }
}


.is-divider.divider.clearfix {
    display: none;
}
.article__content h3{
    font-weight: 700;
    font-family: 'CeraGR' !important;
}

  h1.article__title.h2 {
    text-transform: math-auto !important;
    font-size: 34px;
    font-weight: 700;
        font-family: 'CeraGR' !important;
}


.template--product .accordion__body p {
    font-size: 14px !important;
}
.template--product .accordion__section {
    border-bottom: none !important;
}

.template--product .product__accordion {
    padding-block: 1.2rem !important;
    margin: 0 !important;
}
.shop_det-wrap {
    margin-bottom: 3rem !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    display: none;
}
.template--product .section__body {
    padding: 0 20px !important;
}

.template--product h2.section__title{
  font-family: 'CeraGR'!important;
  font-size: 34px;
/* letter-spacing: .2rem !important;     */
}

.template--product .accordion__button:focus-visible {
    outline: 0 !important;
}
.product__accordion .accordion__body-inner {
    padding-inline-end: 0.5rem !important;
} 


/* Color swatches as circles */
.product__swatch--color {
  border-radius: 50%; /* circle */
  width: 30px;
  height: 30px;
  display: inline-block;
  border-color: rgba(204, 204, 204, 1);
  border:1px solid;
  cursor: pointer;
}

/* Size swatches as squares (no border-radius) */
.product__swatch--button {
  border-radius: 0; /* normal square */
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #f5f5f5;
}

/* Active state for both */
/* .product__swatch.is-active {
  border: 1px solid #242424ab;
} */


.combined-wrapper {
    margin-top: 28px;
}


 @media (min-width: 767px) and (max-width: 989px){

#Navigation-menu-drawer-header{padding-top:40px;}


 }

/* Completely hide Color fieldset */
fieldset.product-selector__buttons:nth-of-type(1) {
    display: none !important;
}
.template--collection .section-seo-content__content {
    max-width: 100% !important;
}
    .template--collection h2.section-seo-content__title {
        font-size: 3rem !important;
        font-family: 'CeraGR' !important;
        font-weight: 500;
    }






/* 
/* BASIC COLOUR SWATCHES FIX */
.swatch--basiccolour-beige { background-color: #F5F5DC !important; }
.swatch--basiccolour-black { background-color: #000000 !important; }
.swatch--basiccolour-blue { background-color: #0000FF !important; }
.swatch--basiccolour-brown { background-color: #8B4513 !important; }
.swatch--basiccolour-green { background-color: #008000 !important; }
.swatch--basiccolour-pink { background-color: #FFC0CB !important; }
.swatch--basiccolour-purple { background-color: #800080 !important; }
.swatch--basiccolour-red { background-color: #FF0000 !important; }
.swatch--basiccolour-white { background-color: #FFFFFF !important; border: 1px solid #ccc; }
.swatch--basiccolour-yellow { background-color: #FFFF00 !important; } 
.swatch--basiccolour-kobalt-blue { background-color: #0047AB !important; } /* Kobalt Blue */
.swatch--basiccolour-multi-color { background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important; } /* Multi Color */
.swatch--basiccolour-orange { background-color: #FFA500 !important; } /* Orange */




.template--collection .checkbox--color input+label {
    border: 1px solid #eee;
    border-radius:0px;
}
.template--collection .checkbox input:checked {
    /* border-color: currentColor; */
    /* background-color: transparent; */
        border: 2px solid red !important; /* or currentColor */

}

.checkbox--color input:checked ~ .checkbox__label .facet-checkbox__text {
    color: #000 !important;
    text-decoration: underline;
}
/* text color change */
.checkbox--color input:checked ~ label {
    color: red !important;
    text-decoration: underline;
}

/* border change on swatch */
.checkbox--color input:checked ~ label .swatch {
    border: 2px solid red !important;
}

h1.wishlist-hero-page-header {
    font-family: 'CeraGR' !important;
}
.MuiTypography-body1 {
    font-family: 'CeraGR' !important;
}


.wishlisthero-customer-view-listing .MuiButton-label {
    font-size: 10.5px;
}
.wishlist-hero-list-footer span.MuiButton-label {
    font-size: 12px;
}

.wishlisthero-customer-view-listing .MuiButton-label {
    font-weight: 700;
    font-size: 14px;
    gap: 3px;
}
.MuiButton-label {
    font-weight: 700;
    font-size: 14px;
    gap: 3px;
}
span.wishlist-hero-list-card-header-added-on {
    font-size: 12.5px;
    font-weight: 600;
}
.MuiLink-underlineHover:hover {
    text-decoration: none;
}
 .wishlisthero-customer-view-listing .MuiCardHeader-title a {
    min-height: 1.5em !important;
   font-size: 14.6px !important;
    font-weight: 500;
  font-family: "CeraGR" !important;
}
.wishlisthero-customer-view-listing button .MuiButton-label {
    font-weight: 600;
    font-size: 11px;
}

.wishlist-hero-list-header-login span.MuiButton-label {
    font-size: 15px;
    font-weight: 700;
}
.wishlisthero-customer-view-listing .MuiTypography-h6 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    font-size: 3rem !important;
    font-family: 'CeraGR' !important;
}
.wishlisthero-customer-view-listing .MuiTypography-body1 {
    font-size: 1.3rem;
}
.wishlist-hero-list-no-items-text {
    font-size: 16px;
}

@media screen and (max-width: 749px) {
    .button.button__shoppable-product-card {
        min-width: 4.5rem !important;
        max-width: 100% !important;
        min-height: 3.4rem !important;
        padding: 0.2rem 1rem !important;
    }
}


.product__breadcrumbs li{
  text-transform:capitalize;
  font-size:12px;
}



/* SALE menu – desktop + mobile */
/* a[href="/collections/sales"] {
  background-color: #DD4032;
  color: #ffffff !important;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
} */

/* Mobile full-width */
.drawer__submenu-link[href="/collections/sales"] {
  display: block;
}

/* a[href="/collections/sales"] {
  background-color: #DD4032;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block !important;
  text-align: left;   
  padding: 8px 15px;   
  margin: 0;
} */

a[href*="/collections/sales"] {
    background-color: #DD4032;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block !important;
    text-align: left;
    padding: 8px 15px;
    margin: 0;
}



.footer__copyright.entry p {
    font-size: 12.5px;
}
footer .footer__body {
    padding-bottom: 22px;
    border-bottom: 1px solid #0000003d;
    margin-block-end: 2.5rem !important;
}
@media screen and (min-width: 990px) {
    .footer {
        padding: 9.6rem 0 2rem !important;
    }
}


/* a.button.klaviyo-bis-trigger {
    background: red;
} */
div#klaviyo-bis-button-container {
    display: none;
}

#klaviyo-bis-button-container {
    margin-top: 15px;
    text-align: center;
}
a.klaviyo-bis-trigger{
    background-color: #DD4032;
    color: #fff;
    padding: 18px 20px 0px 20px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
    display: block;
    text-align: center;
    font-family: 'CeraGR';
    font-weight: 600;
}
a.button.klaviyo-bis-trigger:hover{
  color:#fff;
  font-family: 'CeraGR';
  font-weight: 600;
  background-color: #DD4032;
}