/** Shopify CDN: Minification failed

Line 3064:10 Unexpected "{"
Line 3064:19 Expected ":"
Line 3846:22 Unexpected "{"
Line 3846:31 Expected ":"
Line 3850:22 Unexpected "{"
Line 3850:31 Expected ":"
Line 3855:22 Unexpected "{"
Line 3855:31 Expected ":"
Line 3859:21 Unexpected "{"
Line 3859:30 Expected ":"
... and 16 more hidden warnings

**/
/* Remove blur when search is open */
.template-index .header__wrapper:has(header-search-popdown.is-open) .theme__header {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #382b269e !important;
  transition: none !important;
}

/* Delay blur re-applying until AFTER the 0.5s close animation finishes */
.template-index .header__wrapper:not([data-header-transparent]) .theme__header,
.template-index .header__wrapper[data-header-transparent].js__header__stuck .theme__header {
  transition: backdrop-filter 0s 0.55s, -webkit-backdrop-filter 0s 0.55s;
}



body {
    background-color: transparent !important;
  }
/* =====4 slider banner css===== */

  /* main heading css  */
#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .hero__title{
    color: #F8F6F1;
    padding-bottom: 20px;
    line-height:36px;
    font-size:28px;
    /* text-transform:capitalize; */
  }
/* button css  view pieces*/
  #shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .btn--outline.btn--white{
   background: transparent;
    border: 1px solid rgba(248, 246, 241, 0.5);
    border-radius:4px;
    color:#F8F6F1;
    padding:8px 16px;
    font-size: 12px;
    letter-spacing: 0px;
  }
#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .btn--outline.btn--white:hover{
   background: white;
    border: 1px solid white;
    border-radius:4px;
    color:#0A2756;
    padding:8px 16px;
        font-size: 12px;
    letter-spacing: 0px;
}
  /* nav dot css  */

#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .flickity-page-dot {
display: none;
width: 10px;
height:10px;
background: white;
margin:0;
}
#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .hero__description{
  font-size: 14px;
}
#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .slideshow__dots{
display:none !important;
}
/* keep the dots in middle left  */
 #shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .slideshow .flickity-page-dots{
    left:-46%;
    bottom:50%;
    display:flex;
    flex-direction:column-reverse;
    gap:30px;
  }

#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .flickity-page-dots{
font-size:0;
}



/* =====ring===== */
/* Flickity Page Dots - Fixed Version */

#shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: var(--alignment-text-align, center);
  line-height: 1;
  display: flex;
  align-items: center;
}

#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .flickity-rtl .flickity-page-dots {
  direction: rtl;
}

#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .flickity-page-dot {
  position: relative;
  display: block;
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px !important; /* horizontal spacing between dots */
  padding: 0 !important;
  border-radius: 50% !important;
  background: var(--text) !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  overflow: visible !important; /* Important for ring to show */
}

/* Outer circle ring */
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .flickity-page-dot::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 2px solid var(--text) !important;
  transform: translate(-50%, -50%) scale(0) !important;
  transition: transform 0.3s ease !important;
  pointer-events: none !important;
}

/* Show ring on hover */
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .flickity-page-dot:hover::after {
  transform: translate(-50%, -50%) scale(1) !important;
}

/* Show ring on active/selected */
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .flickity-page-dot.is-selected::after {
  transform: translate(-50%, -50%) scale(1) !important;
}
/* =====ends===== */

/* border-radius to the 4 slider carousel */
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .slideshow__slide {
  border-radius: 8px;
  overflow: hidden;
}
/* ===hero section css===== */

/* hero button css  */
#shopify-section-template--21422033862909__section-slideshow-nested .slideshow .hero__content__wrapper a {
pointer-events: auto;
border: 1.5px solid rgba(255, 252, 245, 0.5);
border-radius: 4px;
color: white;
padding: 8px 16px;
font-size: 12px;
letter-spacing: 0px;
}
#shopify-section-template--21422033862909__section-slideshow-nested .slideshow .hero__content__wrapper a:hover{
background:white;
  color: #16213A;
}
#shopify-section-template--21422033862909__section-slideshow-nested .slideshow{
  border-radius:0px 0px 8px 8px;
}
#shopify-section-template--21422033862909__section-slideshow-nested .slideshow .hero__title{
font-size: 40px;
}

/* ========to place the hero button middle right std method======= */
#shopify-section-template--21422033862909__section-slideshow-nested .hero__content.hero__content--transparent{
width: 100%;
max-width: none !important;
display: grid !important;
grid-template-columns: 1fr 1fr;
}
#shopify-section-template--21422033862909__section-slideshow-nested .hero__description.body-large.aos-animate{
order: 3;
color:#b4b4b4;
font-size:16px;
line-height:22px;
}
#shopify-section-template--21422033862909__section-slideshow-nested .hero__button.aos-animate{
      grid-row: span 2;
    justify-content: end;
}

/* .hero__content{
width: 100%;
max-width: none;

}

.hero__button{
position: absolute;
right: 50px;
top: 50%;
} */


/* ====ends===== */


#shopify-section-sections--21422034452733__header .navlink--toplevel{
padding:18px;
font-weight:600;
}
#shopify-section-sections--21422034452733__header .header__mobile__hamburger, .header__logo__link{
  color: white;
}
.header__desktop__button .navlink:not(.navlink--toplevel) {
  color: white;
/* padding-left: 18px; */
/* padding-right: 18px; */
}
/* logo width in mobile  */
@media (max-width:768px){
#shopify-section-sections--21422034452733__header .header__logo .image-wrapper img{
/* width:75px !important; */
}
}

/* border radius to header  */
#shopify-section-sections--21422034452733__header .theme__header::after{
  border-radius:0px 0px 8px 8px;
}

/* header to make it space between.  */
#shopify-section-sections--21422034452733__header .header__desktop__upper, .header__desktop__lower {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


/* header glass effect  */

/* Blur header — homepage only */
.template-index .header__wrapper:not([data-header-transparent]) .theme__header,
.template-index .header__wrapper[data-header-transparent].js__header__stuck .theme__header {
  background: #16213a7e;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

/* Solid header — all other pages */
body:not(.template-index) .header__wrapper:not([data-header-transparent]) .theme__header,
body:not(.template-index) .header__wrapper[data-header-transparent].js__header__stuck .theme__header {
  background: #16213A !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
   border-radius: 0px 0px 8px 8px;
}

/* scroll to top css  */
.btn--scroll-top.is-visible{
  background: #16213A;
  border:none;
}
.btn--scroll-top{
bottom:50px;
--icon-size: 23px;
--btn-size: 33px;
}
/* ends  */

/* make nav link smaller device  */
#shopify-section-sections--21422034452733__header .navlink--toplevel span{
font-size:12px !important;
color: white;
font-weight:600;
transition: opacity 0.3s ease !important;

}
@media (min-width:1140px) and  (max-width: 1400px){
#shopify-section-sections--21422034452733__header .navlink--toplevel span{
font-size:12px !important;
color: white;
font-weight:600;
transition: opacity 0.3s ease !important;

}
}
#shopify-section-sections--21422034452733__header .navlink--toplevel span:hover{
text-decoration: none;
opacity:0.7;
}



/* =====mobile optimization===== */
/* landing banner  */
@media (max-width:786px){
#shopify-section-template--21422033862909__section-slideshow-nested .hero__content.hero__content--transparent{
display:block !important;
}

#shopify-section-template--21422033862909__section-slideshow-nested .hero__button.aos-animate{
justify-content: center;
}
/* scroll to top mobile css  */
.btn--scroll-top{
bottom:170px;
--icon-size: 18px;
width: 30px;
height: 30px;
}

#shopify-section-template--21422033862909__section-slideshow-nested .hero__title{
  text-align:center;
  margin-bottom:8px;
}
}
 /* ===mobile menu css ==== */

 #shopify-section-sections--21422034452733__mobile-menu .sliderow__links{
  padding-top:0px;
 }

 /* ====collection PAGE css DESKTOP===== */
 #shopify-section-template--21422033731837__collection .product-item__info {
padding:0px !important;
 }
  
 #shopify-section-template--21422033731837__collection .product-link{
  /* display: flex !important; */
  text-align: left;
  justify-content: space-between;
 }
 #shopify-section-template--21422033731837__collection .image-wrapper--cover img, img.fit-cover{
  /* object-fit: contain; */
 }
#shopify-section-template--21422033731837__collection .badge-box-container.align--top-left{
  display: none;
}
#shopify-section-template--21422033731837__collection .product-item__image{
  border-radius:8px;
}
 #shopify-section-template--21422033731837__collection .product-item--centered .product-item__title {
    margin-bottom: 0px !important;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #362921;
}
#shopify-section-template--21422033731837__collection  .product-information .price{
  color: #362921;
  font-size: 14px;
  font-weight:500 !important;
  white-space:nowrap;
}
#shopify-section-template--21422033731837__collection .quick-add__button{
  background: #16213A;
        border: none;
        color: #F8F6F1;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP======= */
}
#shopify-section-template--21422033731837__collection .quick-add__button:hover{
  background: white;
        border: none;
        color: #16213A;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP======= */
}
#shopify-section-template--21422033731837__collection .product-information {
  padding-top: 20px;
}
#shopify-section-template--21422033731837__collection .product-item__image-overlay:before{
  background: transparent;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .hero__title{
  font-size: 28px;
  padding-bottom: 10px;
  color: #F8F6F1 !important;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .hero__description{
  font-size: 14px;
  color: #F8F6F1 !important;
  max-width: 400px !important;
  line-height: 17px;
  text-transform: capitalize:
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .hero__images {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden; /* important to clip the image corners */
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .index-hero{
  padding-bottom: 30px;
  margin-top: -8px;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .grid-outer{
  padding-bottom: 60px;
}
 /* ======filter css DESKTOP==========  */

.collection__sidebar .filter-group__heading {
font-size: 12px;
font-family: 'Montserrat';
color:  #16213A;
text-transform: uppercase;
border-bottom: none;
display: flex;
justify-content: space-between;
align-items: center;
 }
.collection__sidebar .sidebar__item label:after{
  border-radius: 4px;
  border: 1px solid #989187;
 }
 .link--disable label{
  font-size: 12px;
font-family: 'Montserrat';
color:  #16213A;
 }
.product-item__specification{
font-size: 14px;
color: #2A2724;
margin-bottom: 2px;
}
 #shopify-section-template--21422033731837__collection .active__filters__clear{
  background: transparent;
  border: 1px solid rgba(10, 39, 86, 0.5);
  border-radius: 4px;
 }
@media (max-width: 768px){
.product-item__specification{
font-size: 12px;
color: #362921;
margin-bottom: 2px;
  } 
  }
 #shopify-section-template--21422033731837__collection .popout--group .popout__toggle{
  border-right: none;
  padding-left: 0px;
 }
  #shopify-section-template--21422033731837__collection .popout--sort .popout__toggle{
  border-left: none;
  display: flex;
  padding-right: 0px;
  gap: 10px;
 }

  #shopify-section-template--21422033731837__collection .popout__expanded-show, .popout__expanded-hide{
  color: #16213A;
  font-weight: 600;
  letter-spacing: 0px;
 }
  #shopify-section-template--21422033731837__collection svg.icon{
    stroke: #16213A !important;
    stroke-width: 2px;
 }
 #shopify-section-template--21422033731837__collection .filter__x svg.icon{
  stroke: #fffcf5 !important;
 }
  #shopify-section-template--21422033731837__collection .collection__sidebar__slider {
  border-width: 0px !important;
 }

  #shopify-section-template--21422033731837__collection .range__dot span{
    background: #16213A;
    border : #16213A;
  }
  #shopify-section-template--21422033731837__collection .range__line span{
    background: #16213A;
  }
  #shopify-section-template--21422033731837__collection .range__line{
    border: 1px solid  #16213A;
  }


  #shopify-section-template--21422033731837__collection .filter__price__field{
    border: 1px solid #B1AEAE;
  }
  #shopify-section-template--21422033731837__collection .filter__price__input{
    color: #B1AEAE;
  }

  #shopify-section-template--21422033731837__collection .sidebar__item input:checked~label:after{
    background: #16213A;
  }
  #shopify-section-template--21422033731837__collection .popout__toggle .icon-nav-arrow-down{
    display: none;
  }
   #shopify-section-template--21422033731837__collection .collection__sidebar__slider .collection__sidebar{
    padding: 45px 50px;
  }
   #shopify-section-template--21422033731837__collection .sidebar__item label{
    color: #989187;
    font-weight: 500;
    text-transform: capitalize;
  }
  #shopify-section-template--21422033731837__collection .sidebar__item label:hover{
    color: #16213A;
  }
  #shopify-section-template--21422033731837__collection .filter__price__fields{
    margin-bottom: 0px;
  }
  #shopify-section-template--21422033731837__collection .collection__nav--filter.collection__nav--sort{
    top: 0px;
  }

  /* wide image button css  */
#shopify-section-template--21422033731837__collection .featured-image-wide__overlay .caps{
  padding: 8px 16px !important;
  background: #0A2756;
  color: white;
}
#shopify-section-template--21422033731837__collection .featured-image-wide__overlay .caps:hover{
  padding: 8px 16px !important;
  background: white;
  color: #0A2756;
  border: 1px solid #0A2756;
}


/* to make filter sticky  */
#shopify-section-template--21422033731837__collection .collection__sidebar__slider{
    position: sticky !important;
    top: 60px !important;
  }



#shopify-section-template--21422033731837__collection .active__filters__remove .small{
  color: #16213A;
  
}
#shopify-section-template--21422033731837__collection .active__filters__remove{
background: #16213A;
color: #F8F6F1;
border-radius: 4px;
}
/* reset button  */
  #shopify-section-template--21422033731837__collection .btn--full{
    background: #16213A;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
  }
   #shopify-section-template--21422033731837__collection .collection__sidebar__buttons{
    padding: 10px 15px 40px 50px;
   }
    #shopify-section-template--21422033731837__collection .btn--full:hover{
    background: transparent;
    color: #16213A;
    border: 1px solid rgba(110, 104, 95, 0.5);
   }
#shopify-section-template--21422033731837__collection .no-results .btn{
   background: #16213A;
    padding: 8px 16px;
    font-size: 12px;
    color: #FFFCF5;
    border-radius: 4px;
}
#shopify-section-template--21422033731837__collection .no-results .btn:hover{
   background: transparent;
    padding: 8px 16px;
    font-size: 12px;
    color: #16213A;
    border: 1px solid rgba(110, 104, 95, 0.5);
}
/* sort by css  */
.popout--sort .popout__toggle__text:nth-child(2), .popout--sort .popout.is-active .popout__toggle__text:nth-child(1){
    display: block;
    color: #16213A;
    letter-spacing:0px;
    font-weight: 600;
  }
.popout__toggle__text{
  color: #16213A;
    font-weight: 600;
}

.popout-list__option a{
color: #2A2724 !important;
  }


  /* Add divider after each filter group */
collection-filters-form details {
  border-bottom: 1px solid #989187;
  padding-bottom: 25px;
}


/* =====PDP PAGE SPECIFICATION POPUP CSS ===== */

#MainProduct--template--21422034321661__product{
  padding-bottom: 20px;
}

#shopify-section-template--21422034321661__product .form__width{
  max-width: unset;
}
#shopify-section-template--21422034321661__product .accordion__content{
      FONT-SIZE: 14PX;
    line-height: 19px;
}
@media only screen and (min-width: 480px) {
    .drawer .drawer__inner {
        max-width: 650px;
        border-radius: 8px;
        padding: 35px;
        
    }
}
.metafield-feature-item{
  padding-bottom: 4px;
}
.product__block--accordion .custom-product-description {
  /* max-width: 520px;  */
  line-height: 20px;
  font-size: 14px;
  color: #2A2724;
      padding-bottom: 0px;
}
/* to hide desc and SPECIFICATION tab heading  */
.product__block--accordion .drawer__heading {
  display: none;
}
.drawer__head {
  border: none;
  padding: 0px;
}
.product__block--accordion .drawer__body{
  padding: 0px;
}
.product__block--accordion .drawer__body p{
font-family: 'Playfair Display';
font-size: 24px;
color: #2A2724;
}
.metafield-feature-list{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
    font-weight: 500;
    color: #16213A;
}
h4.custom-specifications-heading{
  font-family: 'Playfair Display';
    font-size: 24px;
    color: #2A2724;
}


.custom-product-care-heading{
   font-family: 'Playfair Display';
    font-size: 24px;
    color: #2A2724;
}
.custom-product-care-content{
  max-width: 520px;
  line-height: 20px;
  font-size: 14px;
  color: #9D9B9B;
}
.product__block--accordion .rte__table-wrapper .spec-table{
  /* width: 520px; */
}
.rte__table-wrapper{
  margin-top: -15px;
}
.spec-table strong{
  color: #16213A;
  font-size: 14px;
}
.spec-table tr>td{
  color: black;
    font-size: 12px;
    text-transform: capitalize;
    padding: 10px 16px;
}
/* ===ends====  */


/* variant css  */
#shopify-section-template--21422034321661__product .selector-wrapper .radio__fieldset .radio__button label  {
  border: 1px solid #989187;
  padding: 8px 28px;
  border-radius: 4px;
}
/* ===selected==== */
#shopify-section-template--21422034321661__product .selector-wrapper .radio__fieldset .radio__button input:checked~label{
  background:#16213A;
  border: 1px solid #16213A;
  padding: 8px 28px;
  border-radius: 4px;
}
/* hover  */
#shopify-section-template--21422034321661__product .selector-wrapper .radio__fieldset .radio__button label:hover{
   background:#16213A;
  border: 1px solid #16213A;
  padding: 8px 28px;
  border-radius: 4px;
  color: #ffffff;
}
#shopify-section-template--21422034321661__product .radio__legend__option-name{
  overflow-wrap: normal;
  margin-right:10px;
  color: #989187;
  font-size: 14px;
  font-weight: 600;
}
#shopify-section-template--21422034321661__product .radio__legend__value{
  color: #16213A;
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px !important;
}

.radio__legend{
display:flex;
}
 #shopify-section-template--21422034321661__product  .product__collection-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2A2724;
  margin-bottom: 8px;
}
#shopify-section-template--21422034321661__product .radio__fieldset{
  border-bottom: none !important;
}
#shopify-section-template--21422034321661__product .product__block--lines{
  border-bottom: none !important;
  padding-bottom:0px;
}
#shopify-section-template--21422034321661__product .product__submit__item{
border: 1px solid rgba(110, 104, 95, 0.5);
border-radius: 4px;
}
#shopify-section-template--21422034321661__product .product__submit__item:hover{
border: 1px solid #0C3577;
border-radius: 4px;
}
#shopify-section-template--21422034321661__product .btn--outline.btn--black{
 border: 1px solid transparent;
 padding: 8px;
 color: #16213A;
}
#shopify-section-template--21422034321661__product .btn--outline.btn--black:hover{
  background: #16213A;
  color: #F8F6F1;
  border: 1px solid #16213A !important;
}
#shopify-section-template--21422034321661__product .radio__fieldset .radio__button input:checked~label{
      background: transparent;
    border: none;
}
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-title{
  font-size: 12px;
  color: #959090;
  font-weight: 500;
}
#shopify-section-template--21422034321661__product .block__icon__container{
  gap: 10px !important;
}
 #shopify-section-template--21422034321661__product .block__icon__text p{
  font-size: 14px;
  color: #000000;
  max-width: 125px;
  /* text-transform: capitalize; */
 }

 #shopify-section-template--21422034321661__product .product__block--accordion .accordion__title{
  color: #16213A;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 0px 1rem 0;
  text-transform: uppercase;
 }
 #shopify-section-template--21422034321661__product .radio__legend__label{
  display: block;
 }

 #shopify-section-template--21422034321661__product .product-form__input .radio__fieldset .radio__buttons{
  padding-top: 20px;
 }
 #shopify-section-template--21422034321661__product .radio__fieldset{
  display: block !important;
 }
  #shopify-section-template--21422034321661__product .option-title{
  font-weight: 500;
 }
  #shopify-section-template--21422034321661__product .btn__price{
  display: none;
 }
 #shopify-section-template--21422034321661__product .heading-small{
  font-size: 30px;
  font-family: 'Montserrat' !important;
  color: #2A2724;
  /* text-transform:capitalize; */
}
 #shopify-section-template--21422034321661__product .price-item--sale{
  font-size: 20px;
}
 #shopify-section-template--21422034321661__product .price-item--regular{
  color: #2A2724;
}
#shopify-section-template--21422034321661__product .product__heading{
  color: #0C3577;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.radio__fieldset--variant-option-image-stacked .radio__button label{
  border: none;
  padding: 0px !important;
}
 #shopify-section-template--21422034321661__product .radio__fieldset .radio__button label:hover{
  background: transparent ;
}
 #shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-image{
   border: 1px solid #e6e6e6;
  background: transparent ;
  border-radius: 4px;
}

/* HEIGHT OF IMG in variant */
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-image img{
  height: auto;
  width: auto;
  transition: opacity 0.3s ease, color 0.3s ease;
} 
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-image img:hover{
  background: #FAF7F0;
  transition: opacity 0.3s ease, color 0.3s ease;
}
/* NO GAP IN BETWEEN  */
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .radio__buttons{
  gap: 0px;
}
 #shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-image:hover{
   border: 1px solid #144BA3;
  background: transparent ;
}

/* make image variant active  */
/* Active / selected state for option image */
.radio__button input[checked] + label .option-image {
  border: 1px solid #989187 !important;
  background: transparent;
}
 #shopify-section-template--21422034321661__product .block__icon{
      --icon-size: 22px;
}
 #shopify-section-template--21422034321661__product .shop-pay-terms{
  margin: 0 !important;
 }

 #shopify-section-template--21422034321661__product .product__block--lines{
  padding-top: 10px;
 }

 /* loopbox css  */
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right, .pswp-zoom-gallery .pswp__button--arrow--right{
  border-radius: 50%;
  border: 1px solid rgba(110, 104, 95, 0.5);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left, .pswp-zoom-gallery .pswp__button--arrow--right{
  border-radius: 50%;
  border: 1px solid rgba(110, 104, 95, 0.5);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right:hover{
  background: #16213A;
  transform: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left:hover{
  background: #16213A;
  transform: none;
}


.pswp__button--arrow--right:hover svg path,
.pswp__button--arrow--left:hover svg path {
  stroke: white !important;
  transition: stroke 0.2s ease;
}
.pswp__button--arrow--left{
  border-radius: 50%;
  border: 1px solid rgba(110, 104, 95, 0.5);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current:before, .pswp-zoom-gallery .pswp__thumb.is-current:before{
   border: 1px solid rgba(110, 104, 95, 0.5);
}
.pswp__custom-close{
  border: none;
      --icon-size: 27px !important;
  height: 60px;
  width: 60px;
}

.accordion__title .icon{
stroke-width: 2px;
stroke: #16213A;
}

.product__selectors .radio__fieldset{
  padding-bottom: 0px;
}

.radio__button{
  min-width: unset;
}
/* ====related products CSS DESKTOP===== */
#shopify-section-template--21422034321661__related .tab__header{
 padding: 0px 50px 40px 50px;
}
#shopify-section-template--21422034321661__related .tab__description{
 font-size: 14px;
    text-align: left;
    line-height: 20px;
    max-width: 600px;
    color: #2A2724;
}
#shopify-section-template--21422034321661__related .tab__title{
  font-size: 26px;
  padding: 0px;
  color: #2A2724;
}

#shopify-section-template--21422034321661__related .product-item__info {
padding:0px !important;
text-align:left;
 }
  
#shopify-section-template--21422034321661__related .product-link{
  display: block !important;
  justify-content: space-between;
 }
#shopify-section-template--21422034321661__related .image-wrapper--cover img, img.fit-cover{
  /* object-fit: contain; */
 }
#shopify-section-template--21422034321661__related .badge-box-container.align--top-left{
  display: none;
}
#shopify-section-template--21422034321661__related .product-item__image{
  border-radius:8px;
}
#shopify-section-template--21422034321661__related .product-item--centered .product-item__title {
    margin-bottom: 0px;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2A2724;
}
#shopify-section-template--21422034321661__related .product-information .price{
  color: #2A2724;
  font-size: 14px;
  font-weight:500;
}
#shopify-section-template--21422034321661__related .quick-add__button{
  background: #16213A;
        border: none;
        color: #F8F6F1;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP======= */
}
#shopify-section-template--21422034321661__related .quick-add__button:hover{
  background: white;
        border: none;
        color: #16213A;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP HOVER======= */
}
#shopify-section-template--21422034321661__related .product-information {
  padding-top: 20px;
}

/* one line description in product card css  */
#shopify-section-template--21422034321661__related .product-item__text-wrapper{
  text-align: left;
}
#shopify-section-template--21422034321661__related .product-item__short-desc{
  font-weight: 500;
  font-size: 14px;
  color: #2A2724;
  text-transform: uppercase;
}

.popout__toggle--filters > svg:last-of-type {
  /* display: none !important; */
}
.popout__toggle > svg:last-of-type {
  /* display: none !important; */
}
.collection__sidebar .filter-group__heading .icon{
  --icon-size: 14px;
}

#shopify-section-template--21422034321661__product .product__wrapper__inner{
  max-width: unset !important;
}


/* BREADCRUMB CSS  */
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #2A2724;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
   transition: opacity 0.3s ease, color 0.3s ease;
}

.breadcrumb a:hover {
  text-decoration: none;
  COLOR: #2A2724;
  opacity: 0.5;
   transition: opacity 0.3s ease, color 0.3s ease;
}

.breadcrumb__separator {
  margin: 0 4px;
  opacity: 0.5;
}
.product-item__short-desc{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #2A2724;
}
@media (min-width: 1250px) and (max-width: 1400px){
  .product-item__short-desc{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #2A2724;
}
}



/* bottom sticky cart css  */
#CartBar-template--21422034321661__product .cart-bar__form .product__submit__add{
  background: #16213A;
  color: #F8F6F1;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px;
  min-width: 120px;
  min-height: 36px;
}
#CartBar-template--21422034321661__product .cart-bar__form .product__submit__add:hover{
  background: transparent;
  color: #16213A;
  border: 1px solid #989187;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px;
}
.cart-bar{
  box-shadow: 0 0 1px #0003 !important;
}
.cart-bar__submit .icon{
  display: none !important;
}
/* =====ends========  */
.tax-note{
  display: flex;
      align-items: center;
}
.tax-note1{
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.6;
}

/* Default closed: hide minus, show plus (ACCORDION IN PDP)*/
#shopify-section-template--21422034321661__product .accordion__title svg:first-of-type {
  display: none;
}

/* When open: show minus, hide plus */
#shopify-section-template--21422034321661__product details[open] .accordion__title svg:first-of-type {
  display: block;
}

#shopify-section-template--21422034321661__product details[open] .accordion__title svg:last-of-type {
  display: none;
}

/* Default closed: hide minus, show arrow (ACCORDION IN FILTER PLP)*/
#shopify-section-template--21422033731837__collection .filter-group__heading svg:first-of-type {
  display: none;
}

/* When open: show minus, hide arrow */
#shopify-section-template--21422033731837__collection details[open] .filter-group__heading svg:first-of-type {
  display: block;
}

#shopify-section-template--21422033731837__collection details[open] .filter-group__heading svg:last-of-type {
  display: none;
}

/* =======FAQ DESKTOP CSS=======  */
#shopify-section-template--21422033993981__section-sidebar .accordion__title{
     font-family: 'Playfair Display';
     display: flex;
     color: #2A2724;
     justify-content: space-between;
     text-transform: none;
     font-size: 16px;
}
#Sidebar--template--21422033993981__section-sidebar .heading-x-small{
  color: #16213A !important;
  font-weight: 500;
  font-family: 'Montserrat';
  font-size:20px;
}
#shopify-section-template--21422033993981__section-sidebar .accordion__content{
  font-size: 14px;
      color: #6E685F;
      line-height:22px;
}
#shopify-section-template--21422033993981__section-sidebar .accordion__title svg:first-of-type {
  display: none;
}

/* When open: show minus, hide plus */
#shopify-section-template--21422033993981__section-sidebar details[open] .accordion__title svg:first-of-type {
  display: block;
}

#shopify-section-template--21422033993981__section-sidebar details[open] .accordion__title svg:last-of-type {
  display: none;
}

#shopify-section-template--21422033993981__section-sidebar .widget__links--secondary .widget__link.is-selected:after{
  display: none;
}
#shopify-section-template--21422033993981__section-sidebar .widget__link{
  text-transform: uppercase;
  color: #16213A;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 22px;
      transition: opacity 0.3s ease !important;
}
#shopify-section-template--21422033993981__section-sidebar .widget__link:hover{
  opacity: 0.7;
}
#shopify-section-template--21422033993981__section-rich-text .hero__content{
  display: flex; 
  flex-direction: column;
  align-items: center;
}
#shopify-section-template--21422033993981__section-rich-text .hero__content{
   display: flex; 
  flex-direction: column !important;
}
#shopify-section-template--21422033993981__section-rich-text .hero__title{
  font-size: 28px;
  margin-bottom: 22px;
  color: #16213A;
}
#shopify-section-template--21422033993981__section-rich-text .hero__rte{
  width: 550px;
  color: #16213A !important;
}
#Rte--template--21422033993981__section-rich-text{
  padding-top: 60px;
}
#Sidebar--template--21422033993981__section-sidebar{
  padding-bottom: 60px;
}
#Sidebar--template--21422033993981__section-sidebar{
  padding-top: 40px;
}
@media (max-width:768px){
  #Sidebar--template--21422033993981__section-sidebar .heading-x-small{
    font-size:18px;
  }
}
/* =======ENDS ======= */


/* search result page css  */
#shopify-section-template--21422034387197__search .product-item__info {
padding:0px !important;
text-align: left;
 }
  
#shopify-section-template--21422034387197__search .product-link{
  display: block !important;
  justify-content: space-between;
 }
#shopify-section-template--21422034387197__search .image-wrapper--cover img, img.fit-cover{
  /* object-fit: contain; */
 }
#shopify-section-template--21422034387197__search .badge-box-container.align--top-left{
  display: none;
}
#shopify-section-template--21422034387197__search .image-wrapper--cover img, img.fit-cover{
  border-radius:8px;
}
#shopify-section-template--21422034387197__search .product-item--centered .product-item__title {
    margin-bottom: 0px;
     font-family: 'Montserrat' !important;
    font-size: 14px;
    font-weight:500;
    text-transform: uppercase;
    color: #362921;
}
#shopify-section-template--21422034387197__search .product-information .price{
  color: #362921;
  font-size: 14px;
  font-weight:500;
}
#shopify-section-template--21422034387197__search .quick-add__button{
  background: #16213A ;
        border: none;
        color: #FFFCF5;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP======= */
}
#shopify-section-template--21422034387197__search .quick-add__button:hover{
  background: white;
        border: none;
        color: #16213A ;
        width: 100%; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP HOVER======= */
}
#shopify-section-template--21422034387197__search .product-information {
  padding-top: 20px;
}

/* one line description in product card css  */
#shopify-section-template--21422034387197__search .product-item__text-wrapper{
  text-align: left;
}
#shopify-section-template--21422034387197__search .product-item__short-desc{
  font-weight: 500;
  font-size: 14px;
  color: #362921;
  text-transform: uppercase;
}




/* PREDECTIVE SEARCH CSS  */
.search-popdown > .wrapper {
  max-width: 55vw; /* search width */
}


.predictive-search .product-item--centered .product-information{
  display: none;
}
.search-form button[type=reset]{
  letter-spacing: 0px;
}
.predictive-search__actions{
  display: none;
}
.predictive-search__heading{
  border: none;
  display: none;
}
#shopify-section-sections--21422034452733__header .search-popdown__submit .icon{
  stroke: #16213A ;
  /* stroke-width: 2px; */
}
#shopify-section-sections--21422034452733__header .search-form input[type=search]{
  border-bottom: 1px solid #989187;
  opacity: 0.5;
  font-weight: 400;
  border-radius: 0;
}
#shopify-section-template--21422034387197__search .image-wrapper--cover img, img.fit-cover{
  border-radius: 8px;
}
.predictive-search{
  border-radius: 0px 0px 8px 8px !important;
  background: #fff;
}
.predictive-search__column .search-product-image-wrap {
  border-radius: 8px;
}
.predictive-search__layout{
  display: block;
}
/* to display the collection suggestion in search  */
.predictive-search__item{
  display: none;
}


/* CART CSS DESKTOP  NAVIGATION*/
#shopify-section-sections--21422034452733__header .navlink--cart--icon .header__cart__status{
  Background :white;
  font-size:9px;
  /* border: 1px solid #382B26; */
  color:#2A2724 !important;
  font-weight: 500 !important
}


/* ======about page banner CSS(just above footer)=======  */
#shopify-section-template--21422033928445__section_hero_qtB7ey .hero__title{
  font-size: 28px;
      max-width: 600px;
  color: #F6F1E4;
  line-height: 37px;
}



/* TOP ANNOUNCEMENT BAR CSS  */
#shopify-section-sections--21422034452733__announcement .announcement__bar-outer .announcement__bar:not(.desktop):not(.mobile){
  height: 35px;
}



/* GIFT PAGE SCROLLING TEXT CSS  */
#shopify-section-template--21613318865149__section_announcement_kzCmxm .announcement__bar-outer .announcement__bar:not(.desktop):not(.mobile){
  height: 65px;
}
/* GIFT PAGE SCROLLING text css */
#shopify-section-template--21613318865149__section_announcement_kzCmxm .body-small p{
  color: #2A2724;
  /* text-transform: capitalize; */
  margin-left: -13px;
      padding-right: 20px;
}


/* hide the underline on hover in nav menu  */
@media (hover: hover) {
    .navlink--toplevel:hover span:first-of-type::after, .parent .navlink--child:hover span:first-of-type::after, .grandparent .navlink--grandchild:hover span:first-of-type::after{
      display: none;
    }
  }
  


  #shopify-section-template--21422034387197__search .search__caption{
    border-top: none;
  }
    #shopify-section-template--21422034387197__search main-search .input-holder{
    /* border-radius: 4px; */
  }
    #shopify-section-template--21422034387197__search .search-submit{
  border: none;
  background: #2A2724;
}
    #shopify-section-template--21422034387197__search .search-page .icon-search{
      --icons: white !important;
}

  /* Remove browser default focus outline on click */
.search-form input[type="search"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35) !important;
}
.icon-cart path {
  stroke: #fff;
}




/* ======GIFTING PAGE CSS DESKTTOP====== */
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .slideshow{
  margin-top: -7px;
}

#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .hero__title{
  font-size: 28px;
  /* text-transform: capitalize; */
  color: #F8F6F1;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .hero__description{
  color: #F2F2F2;
  /* text-transform: capitalize; */
  font-size: 14px;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .btn{
  color: #F8F6F1;
  background: transparent;
  border: 1px solid rgba(255, 252, 245, 0.5);
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .btn:hover{
  background: white;
  color: #16213A;
}

#shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__heading{
  color: #2A2724;
  /* text-transform: capitalize; */
  font-size: 22px;
  font-weight: 500;
}

#shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__content{
  margin-bottom: 0px;
}
#shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__text{
color: #2A2724;
/* text-transform: capitalize; */
font-size: 14px;
}
#shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__text p{
  margin: 0;
}
#SectionColumns--template--21613318865149__section_multicolumn_CcJKzH{
  background: #F8F6F1;
}

@media (max-width: 768px){
  #SectionColumns--template--21613318865149__section_multicolumn_CcJKzH .grid{
    display: flex;
  }
  #shopify-section-template--21422034387197__search .product-item--centered .product-item__title{
    font-size:12px !important;
  }
  #shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__heading{
    font-size: 10px;
  }
  #shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__text p{
    font-size: 8px;
  }
   #shopify-section-template--21613318865149__section_multicolumn_CcJKzH .column__icon {
    --icon-size: 40px !important;
  }
  #SectionColumns--template--21613318865149__section_multicolumn_CcJKzH {
    padding: 40px 20px 40px 20px;
  }
    #SectionColumns--template--21613318865149__section_multicolumn_CcJKzH .wrapper--full-padded{
    padding: 0;
  }
 #shopify-section-template--21422033699069__cart .cart__item__selected-options,
.cart__item__property {
  margin: 2px 0 0;
  line-height: 1.3;
  font-size: 10px;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .hero__title{
  max-width:250px;
}
}


/* -----CART CSS DESKTOP STARTS------ */
#shopify-section-template--21422033699069__cart .cart__item__image .lazy-image{
  background: #ffffff;
}
#shopify-section-template--21422033699069__cart .cart__price del{
  font-size: 12px;
  color: grey;
}
#shopify-section-template--21422033699069__cart .cart__message{
  display: none !important;
}
#shopify-section-template--21422033699069__cart p.is-animated{
  width:250px;
  font-size:14px;
}
#shopify-section-template--21422033699069__cart .cart__empty{
  max-width: 400px;
}
 .cart__empty .cart__empty__item:first-child .btn,
  .cart__empty .cart__empty__buttons .cart__empty__item .btn {
    /* background-color: #0A2756; */
    color: #16213A;
    border:1px solid #989187;
  }
  .cart__empty .cart__empty__item:first-child .btn:hover,
  .cart__empty .cart__empty__buttons .cart__empty__item .btn:hover {
    color: #f8F6F1;
    background: #16213A;
    border:1px solid #16213A;
  }
 
   /* Prevent white gap below footer on short cart page */
  body.template-cart {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background: #fffcf5;
  }
   body.template-cart [data-site-container] {
    flex: 1 0 auto;
    background-color: #fffcf5;
  }
#shopify-section-template--21422033699069__cart .cart__item__content__left{
      display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}
@media (max-width:768px){
  #shopify-section-template--21422033699069__cart .cart__item__content__left{
      display: grid !important;
    grid-template-columns: 2fr 1fr !important;
}
}
#shopify-section-template--21422033699069__cart .cart__item{
  padding-right: 0px !important;
}
#shopify-section-template--21422033699069__cart .cart__item__title{ 
color: #2A2724;
font-family: 'Montserrat' !important;
font-size: 14px;
font-weight:500;
text-transform:uppercase;
}
#shopify-section-template--21422033699069__cart .cart__aside{
  flex: 0 0 400px !important;
}
#shopify-section-template--21422033699069__cart .cart__price{
justify-self: right !important;
}
#shopify-section-template--21422033699069__cart .cart__quantity-wrapper{
      grid-column: span 2 !important;
      margin-left: -7px;
      width: 100% !important;
}
#shopify-section-template--21422033699069__cart .cart__quantity-counter{
      display: flex !important;
      align-items: baseline;
}
#shopify-section-template--21422033699069__cart .cart__items .cart__item__remove{
  margin-right: 0 !important;
  position: relative !important;
  color: #16213A;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
}
#shopify-section-template--21422033699069__cart .cart__items .cart__price{
  text-align: right;
  font-size: 16px;
color: #16213A;
  font-weight: 500;
  padding: 0;
  margin: 0;
  /* line-height: 0; */
}
#shopify-section-template--21422033699069__cart .cart .cart__item__content__left{
      align-items: flex-start;
}
#shopify-section-template--21422033699069__cart .cart__items .cart__item__content-inner{
  width: 100%;
  margin-bottom: 30px;
}
#shopify-section-template--21422033699069__cart .cart__widget__title{
  display: none !important;
}
#shopify-section-template--21422033699069__cart .cart__items{
  border-top: none;
}

#shopify-section-template--21422033699069__cart .cart__quantity .cart__quantity-field{
  border: none;
}
#shopify-section-template--21422033699069__cart .cart__item__selected-options{
  color: #16213A;
  font-weight: 500;
}
#shopify-section-template--21422033699069__cart .cart__item__selected-options strong{
    font-weight: 600;
}
#shopify-section-template--21422033699069__cart #shopify-section-template--21422033699069__cart .cart__item__property{
  color: #16213A;
  font-weight: 500;
}
.cart__item__property strong{
  color: #16213A;
  font-weight: 600;
}
#shopify-section-template--21422033699069__cart .cart__button-continue .btn{
  padding: 8px 16px;
  font-size: 10px;
  color: #16213A;
  border: 1px solid #6E685F;
}
#shopify-section-template--21422033699069__cart .cart__button-continue .btn:hover{
  padding: 8px 16px;
  font-size: 10px;
  background: #16213A;
  color: #fffcf5;
  border: 1px solid rgba(10, 39, 86, 0.5);
}
#shopify-section-template--21422033699069__cart .cart__buttons__fieldset .btn{
   padding: 8px 16px;
  font-size: 12px;
  background: #16213A;
  color: #fffcf5;
  border: 1px solid #16213A;
}
#shopify-section-template--21422033699069__cart .cart__buttons__fieldset .btn:hover{
   padding: 8px 16px;
  font-size: 12px;
  background: transparent;
  color: #16213A;
  border: 1px solid #6E685F;
}
#shopify-section-template--21422033699069__cart .accordion{
  border: none !important;
}
#shopify-section-template--21422033699069__cart .cart__foot__inner{
  border: none !important;
  padding:0;
}
#shopify-section-template--21422033699069__cart .cart__total__label{
   color: #16213A;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 0px;
}
#shopify-section-template--21422033699069__cart .cart__total__price{
  color: #A6A7A7;
  font-weight: 500;
   font-size: 14px;
}
#shopify-section-template--21422033699069__cart .cart__title{
   font-family: 'Playfair Display';
   font-size: 24px;
   margin:0;
   color:#362921;
}
#shopify-section-template--21422033699069__cart .cart{
  max-width: unset;
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* -------EMPTY CART CSS---------  */
#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 h2.newsletter-custom__heading.h2.aos-animate{
  max-width:550px;
  font-size:24px;
}
#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 .newsletter-custom__form input[type="email"]::placeholder {
    font-size: 14px;
    color: black !important;
  }

#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 .cart__empty p.cart-items-fade{
  color: #382B26;
}
#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 .cart__empty .btn{
  padding: 8px 16px;
  font-size: 12px;
  color: #16213A;
  border: 1px solid rgba(10, 39, 86, 0.5);
}
#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 .cart__empty .btn:hover{
  padding: 8px 16px;
  font-size: 12px;
  color: #fffcf5;
  background: #16213A;
 border: 1px solid rgba(10, 39, 86, 0.5);
}
#shopify-section-template--21422033699069__custom_join_circle_zi_BCqdn4 .newsletter-custom-wrapper{
  padding: 0px 20px 40px 20px;
}
/* PDP PAGINATION NAV  */
.pagination-custom a.pagination-custom__prev{
  color: #382B26;
}
.pagination-custom a.pagination-custom__next{
  color: #382B26;
}

/* -----BLOG DESKTOP CSS ---- */
#shopify-section-template--21422033666301__section_blog_LbXJp4 .blog__header{
  display: none !important;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__tag{
  padding: 8px 16px;
    background: #16213A;
    color: #fffcf5;
    border-radius: 4px;
    font-size: 12px;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__tags{
  padding: 0;
  margin-bottom: 0px;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .blog-listing .article__tags{
  padding: 0;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__title{
  font-size: 22px;
  width: 450px;
  /* text-transform: capitalize; */
  color: #2A2724 !important;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__title:hover{
  opacity: 0.8;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__excerpt{
color: #6E685F;
line-height: 20px;
letter-spacing: 0px;
margin-top:0px;
}

#Blog--template--21422033633533__section_blog_QXb49g .blog__title{
  color: #2A2724;
  font-size: 28px;
  /* text-transform: capitalize; */
}
/* ── Article image hover scale ── */
.article__image {
  overflow: hidden;
  border-radius: 8px;
}

.article__image-link .image-wrapper {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.article__image-link:hover .image-wrapper {
  transform: scale(1.04);
}

/* Blog detail css  */

#Blog--template--21422033633533__section_blog_QXb49g .article__tag{
  padding: 8px 16px;
    background: #16213A;
    color: #f8f6f1;
    border-radius: 4px;
    font-size: 12px;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__tags{
  padding: 0;
  margin-bottom: 0px;
}
#Blog--template--21422033633533__section_blog_QXb49g .blog-listing .article__tags{
  padding: 0;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__title{
  font-size: 22px;
  /* text-transform: capitalize; */
  color: #2A2724;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__title:hover{
  opacity: 0.8;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__excerpt{
color: #6E685F;
line-height: 20px;
letter-spacing: 0px;
}
/* ----quick add css desktop -----  */
.product-quick-add {
  display: none;
}
.product-quick-add .drawer__inner{
  background: #fffcf5;
  max-width: 400px;
  padding: 20px 0px 0px 0px;
}
.product-quick-add .image-wrapper{
  background: transparent;

}
.product-quick-add .gd-wrap{
  /* display: none; */
}
.product-quick-add .selector-wrapper--size .radio__fieldset .radio__button input:checked~label{
  background:#E0EBFB;
  border: 1px solid #16213A;
  padding: 8px 28px;
  border-radius: 4px;
}
.product-quick-add .radio__legend:first-child {
  /* display: none !important; */
}
/* hover  */
.product-quick-add .selector-wrapper--size .radio__fieldset .radio__button label:hover{
   background:#E0EBFB;
  border: 1px solid #16213A;
  padding: 8px 28px;
  border-radius: 4px;
  color: #141414;
}
.product-quick-add .selector-wrapper--size .radio__fieldset .radio__button label{
  border: 1px solid #E6E6E6;
  padding: 8px 28px;
  border-radius: 4px;
  color: #141414;
}
.product__photo img{
  object-fit: contain !important;
}
.product__photo{
  background: transparent !important;
}
.product-quick-add .radio__legend__option-name{
  overflow-wrap: normal;
  margin-right:10px;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.product-quick-add .radio__legend__value{
  color: #16213A;
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px !important;
}

.radio__legend{
display:flex;
}
.product-quick-add .product__collection-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}
.product-quick-add .radio__fieldset{
  border-bottom: none !important;
}
.product-quick-add .product__block--lines{
  border-bottom: none !important;
}
.product-quick-add .product__submit__item{
border: 1px solid transparent;
border-radius: 4px;
}
.product-quick-add .product__submit__item:hover{
border: 1px solid #0C3577;
border-radius: 4px;
}
.product-quick-add .btn--outline.btn--black{
 border: 1px solid transparent;
 padding: 8px;
 color: #0C3577;
}
.product-quick-add .btn--outline.btn--black:hover{
  background: #0C3577;
  color: #F6F1E4;
  border: 1px solid #0C3577 !important;
}
.product-quick-add .radio__fieldset .radio__button input:checked~label{
      background: #E0EBFB;
    color: #525252;
    border: 1px solid #0A2756;
    padding: 8px 28px;
}
.product-quick-add .radio__fieldset .radio__button label{
  background: transparent;
  border: 1px solid #E6E6E6;
    padding: 8px 28px;
}
.product-quick-add .radio__fieldset--variant-option-image .option-title{
  font-size: 12px;
  color: #525252;
  font-weight: 500;
}
.product-quick-add .block__icon__container{
  gap: 20px;
}
.product-quick-add .block__icon__text p{
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
 }

.product-quick-add .product__block--accordion .accordion__title{
  color: #0A2756;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
 }
.product-quick-add .radio__legend__label{
  display: block;
 }

.product-quick-add .product-form__input .radio__fieldset .radio__buttons{
  padding-top: 20px;
 }
.product-quick-add .radio__fieldset{
  display: block !important;
 }
.product-quick-add .option-title{
  font-weight: 600;
  color: #525252;
 }
.product-quick-add .btn__price{
  display: none;
 }
.product-quick-add .heading-small{
  font-size: 22px;
  color: #382B26;
}
.product__title a{
  color: #382B26;
}
.product-quick-add .price-item{
  font-size: 16px;
}
/* -------to hide the color: gold. ------ */
/* .product__selectors 
  .selector-wrapper[data-option-position="1"] 
  .radio__legend {
  display: flex !important;
} */
.radio__fieldset.radio__fieldset--variant-option-image.radio__fieldset--variant-option-image-stacked .radio__legend{
  display: none !important;
}
.radio__fieldset.radio__fieldset--variant-option-image.radio__fieldset--variant-option-image-stacked label{
  border: none !important;
}
.radio__fieldset.radio__fieldset--variant-option-image.radio__fieldset--variant-option-image-stacked .radio__button input:checked~label{
  background: #ffffff !important;
}
.radio__fieldset.radio__fieldset--variant-option-image.radio__fieldset--variant-option-image-stacked .radio__button label:hover{
  background: transparent !important;
}
.product-quick-add .product__heading{
  color: #0C3577;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.radio__fieldset--variant-option-image-stacked .radio__button label{
  border: none;
  padding: 0px !important;
}
.product-quick-add .radio__fieldset .radio__button label:hover{
  background: transparent ;
   background: #E0EBFB;
    color: #525252;
    border: 1px solid #0A2756

}
.product-quick-add .radio__fieldset--variant-option-image .option-image{
   border: 1px solid #e6e6e6;
  background: transparent ;
  height: 70px; 
  border-radius: 4px;
}
.product-quick-add__form .product__form__errors{
  display: none !important;
}
.product-quick-add__close{
  background: transparent;
  bottom:0px;
}
.product-quick-add__close-outer .drawer__close .icon{
  stroke: #362921 !important;
}
.slider__button{
  --btn-size: 35px;
      --icon-size: 24px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #8491a5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* .slider__button:hover{
  background: #0A2756;
  box-shadow: none;
  border: 1px solid #0A2756;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;

} */
.slider__button:hover {
  background-color: #16213A !important;
  border: 1px solid #16213A;
}

.slider__button:hover::before {
  background-color: #fff !important;
}
.slider__button::before {
  background-color: #16213A !important;
}
.slider__button:after{
   background: #16213A;
}

/* HEIGHT OF IMG in variant */
.product-quick-add .radio__fieldset--variant-option-image .option-image img{
  height: 70px;
  width: 70px;
  transition: opacity 0.3s ease, color 0.3s ease;
} 
.product-quick-add .radio__fieldset--variant-option-image .option-image img:hover{
  background: #FAF7F0;
  transition: opacity 0.3s ease, color 0.3s ease;
}
/* NO GAP IN BETWEEN  */
.product-quick-add .radio__fieldset--variant-option-image .radio__buttons{
  gap: 0px;
}
.product-quick-add .radio__fieldset--variant-option-image .option-image:hover{
   border: 1px solid #989187;
  background: transparent ;
}

/* make image variant active  */
/* Active / selected state for option image */
.radio__button input[checked] + label .option-image {
  border: 1px solid #989187 !important;
  background: transparent;
}
.product-quick-add .block__icon{
      --icon-size: 22px;
}
.product-quick-add .shop-pay-terms{
  margin: 0 !important;
 }

.product-quick-add .product__block--lines{
  padding-top: 0px;
 }
.product-quick-add__form .product__block--buttons{
  background: #fffcf5;
  box-shadow: none;
}
/* QUICK VIEW ADD TO CART CSS  */
#ProductSubmitButton-api-product-upsell {
  background-color: #16213A !important;
  border-color: #16213A !important;
  color: #FFFCF5 !important;
  border: none;
  padding:8px 16px;
}
#ProductSubmitButton-api-product-upsell:hover {
  background-color: transparent !important;
  color: #16213A !important;
  /* border: 1px solid #0A2756; */
  padding:8px 16px;
}

/* ----MOBILE optimization hero section ---- */
@media (max-width: 768px){
  #shopify-section-template--21422033862909__section-slideshow-nested .slideshow .hero__title{
    font-size: 26px;
    line-height: 29px;
  }
  #shopify-section-template--21422033862909__section-slideshow-nested .hero__description.body-large.aos-animate{
    font-size: 14px;
    line-height: 16px;
    text-align:center;
    margin-top: 15px;
  margin-bottom:8px;
  color: #EDEAEA;
  }
  #shopify-section-template--21422033862909__section-slideshow-nested .slideshow .hero__content__wrapper a{
    margin-top: 20px;
    font-size: 10px;
  }
  #shopify-section-template--21422033862909__section-slideshow-nested .slideshow{
    border-radius: 0px !important;
  }
  #shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .hero__title{
    font-size: 22px;
    line-height: 32px;
    max-width: 230px;
  }
  #shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .btn--outline.btn--white{
    font-size: 10px;
            padding: 8px 16px;
  }
 .search-popdown > .wrapper {
  max-width: unset; /* search width mobile */
      padding: 0px 20px 10px 20px;
}
.predictive-search .wrapper{
  padding-right: 20px;
  padding-left: 20px;
}
#shopify-section-template--21422033928445__section_hero_qtB7ey .hero__title{
  font-size: 22px;
  line-height: 30px;
  max-width: 215px;
}
#shopify-section-template--21422033731837__collection .quick-add__button:hover{
  width: unset !important;
}

}
@media only screen and (max-width: 768px) {

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__aside {
    display: none !important;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: sticky;
    top: 77px;
  }
  #shopify-section-template--21422033862909__section_slideshow_nested_v2_63WTQJ .btn--outline.btn--white:hover{
   background: white;
    border: 1px solid white;
    border-radius:4px;
    color:#16213A;
    padding:8px 16px;
        font-size: 10px;
    letter-spacing: 0px;
}
  #shopify-section-template--21422033993981__section-sidebar .widget__link{
    margin-bottom:10px;
    margin-top: 10px;
  }
  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__body {
    display: flex;
    flex-direction: column;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget {
    z-index: 2300;
    background: var(--bg, #fff);
    border-bottom: 1px solid var(--border);
    padding: 0;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget .widget__links {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0px;
    list-style: none;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget .widget__links::-webkit-scrollbar {
    display: none;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget .widget__links li {
    flex-shrink: 0;
    margin: 0;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget .widget__link {
    display: block;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--text-light);
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    font-family: inherit;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__widget .widget__link.is-selected {
    /* color: #0A2756; */
  }

  #shopify-section-template--21422033993981__section-sidebar .section-sidebar__content {
    width: 100%;
    padding: 0;
  }
#shopify-section-template--21422033993981__section-rich-text .hero__rte{
  width: 300px;
  color: #382B26 !important;
  line-height: 17px;
}
#shopify-section-template--21422033993981__section-rich-text .hero__content__wrapper{
  padding-right: 20px;
  padding-left: 20px;
}
#shopify-section-template--21422033993981__section-rich-text .hero__title{
  font-size: 22px !important;
  margin-bottom: 15px;
}
#Sidebar--template--21422033993981__section-sidebar{
  padding-top: 0px;
  padding-bottom: 40px;
}
#Sidebar--template--21422033993981__section-sidebar .wrapper--full-padded{
  padding-right: 20px;
  padding-left: 20px;
}


/* quick add MINI BTN css mobile  */
.quick-add__button--mini {
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 6px;
 left: 7px;
 bottom: 7px;
  
}
.btn__plus{
      --icon-size: 20px;
}
#shopify-section-template--21422034321661__related .quick-add__button{
  width: unset !important;
}
#shopify-section-template--21422034321661__related .product-link{
  display: block !important;
}
#shopify-section-template--21422034321661__related .tab__header{
  padding: 0px 20px 20px 20px;
  display: block !important;
}
#shopify-section-template--21422034321661__related .tab__description{
  max-width: 100%;
  font-size:12px;
  line-height:19px;
  text-align: left;
}
#shopify-section-template--21422034321661__related .tab__title{
  text-align: left;
}
#Collection--template--21422033731837__collection .collection__products .grid-outer{
  padding: 40px 20px !important;
}
#shopify-section-template--21422033731837__collection .quick-add__button{
  width: unset;
}
#shopify-section-template--21422033731837__collection .collection__nav--filter.collection__nav--sort{
      top: 74px;
    position: sticky;
}
#Collection--template--21422033731837__collection .grid{
  row-gap: 40px !important;
  column-gap: 20px !important;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .hero__title{
  font-size: 22px;
  padding-bottom: 8px;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .four-fifty-height-hero--mobile{
  min-height: 250px;
}
#shopify-section-template--21422033731837__collection .collection__sidebar__slider{
  position: fixed !important;
}
#shopify-section-template--21422034321661__product .heading-small{
  font-size: 20px;
  padding-bottom: 0px;
  /* text-transform:capitalize; */
}
#shopify-section-template--21422034321661__product .price-item {
    font-size: 14px;
}

/* ===selected==== */
/* #shopify-section-template--21422034321661__product .selector-wrapper--size .radio__fieldset .radio__button input:checked~label{
  background:#E0EBFB;
  border: 1px solid #0A2756;
  padding: 5px 20px;
  border-radius: 4px;
} */
/* #shopify-section-template--21422034321661__product .radio__legend:first-child {
  display:flex !important;
} */



/* hover  */
#shopify-section-template--21422034321661__product .selector-wrapper .radio__fieldset .radio__button label:hover{
   background:#E0EBFB;
  border: 1px solid #0A2756;
  padding: 5px 20px;
  border-radius: 4px;
  color: #141414;
}
#shopify-section-template--21422034321661__product .product__block--accordion .accordion__title{
  font-size: 12px;
}
#shopify-section-template--21422034321661__product .block__icon__container {
    gap: 10px;
}
#shopify-section-template--21422034321661__product .block__icon{
  --icon-size: 20px;
}
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-title{
  font-size:10px;
}
#shopify-section-template--21422034321661__product .product__heading{
  font-size: 12px;
}
.product-quick-add__content .product-quick-add .heading-small{
  font-size: 22px;
  color: #382B26;
}
.product-quick-add__content .product__title a{
  color: #2A2724;
}
form#product-form-api-product-upsell .btn--primary {
  background-color: #16213A !important;
  border-color: #16213A !important;
  color: #f8f6f1 !important;
}

form#product-form-api-product-upsell .btn--primary:hover {
  background-color: transparent !important;
  color: #16213A !important;
}
.product__block--lines{
  padding-bottom: 0px;
}
#shopify-section-template--21422034321661__product .radio__fieldset--variant-option-image .option-image img{
      height: auto;
    width: auto;
    transition: opacity .3s ease, color .3s ease;
}
#Rte--template--21422033993981__section-rich-text{
  padding-top: 40px !important;
}
.section-sidebar__aside {
  z-index: 10;
  position: sticky;
  top: 0;
}
.section-sidebar__content {
  z-index: 1;
  position: relative;
}
#shopify-section-template--21422033993981__section-sidebar .accordion__title{
  font-size: 14px;
}
#shopify-section-template--21422033993981__section-sidebar .accordion+.section-sidebar__title{
  margin-top: 0;
}
#shopify-section-template--21422033993981__section-sidebar .accordion__title{
  padding: 16px 0px 16px 0;
}
#shopify-section-template--21422033993981__section-sidebar .accordion__content{
  font-size: 12px;
  line-height:19px;
}
#Rte--template--21422033993981__section-rich-text .hero__rte{
  line-height: 17px !important;
  font-size: 12px !important;
}
.header__desktop__upper, .header__desktop__lower, .header__mobile{
  padding-right: 20px;
  padding-left: 20px;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .index-hero{
  padding-bottom: 40px;
}
#shopify-section-template--21422033731837__collection .product-item__title{
  font-size: 12px !important;
}
#shopify-section-template--21422033731837__collection .product-item__short-desc {
  font-size: 12px;
  margin: 8px 0px;
}
#shopify-section-template--21422033731837__collection .product-information .price{
  font-size: 12px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}
#Collection--template--21422033731837__collection .featured-image-wide__heading{
  font-size: 22px;
  line-height: 28px;
}
#Collection--template--21422033731837__collection .btn{
  font-size:10px !important;
}
#Collection--template--21422033731837__collection .btn:hover{
  background: #0A2756;
  color: white;
}
#MainProduct--template--21422034321661__product .product__images--mobile-slider .product__slides{
  padding-right: 20px;
  padding-left: 20px;
}
#MainProduct--template--21422034321661__product .product__wrapper {
  margin: 0px 20px 20px 20px;
}
#MainProduct--template--21422034321661__product .product__block .block-padding{
margin-bottom: 15px !important;
}
 #shopify-section-template--21422034321661__related .section-padding{
padding-top: 0;
 }
  #shopify-section-template--21422034321661__related .product-item__title{
    font-size: 12px !important;
  }
   #shopify-section-template--21422034321661__related .product-item__short-desc {
  font-size: 12px;
}
#shopify-section-template--21422034321661__related .price{
  font-size: 12px !important;
}
.product-quick-add .drawer__inner{
  padding: 0px !important;
}
.product-quick-add__inner .product__block{
 margin-bottom: 0;
}
.product-quick-add .radio__legend__value{
  padding-top: 1px !important;
}
#shopify-section-template--21422034321661__product .radio__legend__value{
  padding-top: 2px !important;
}
#MainProduct--template--21422034321661__product{
  padding-top: 40px !important;
}
#shopify-section-template--21422034321661__related .grid--mobile-slider{
  padding-right: 20px;
  padding-left: 20px;
}
#shopify-section-template--21422034321661__related .section-padding{
  padding-bottom: 40px !important;
}
#FeaturedPosts--template--21422033666301__featured-posts .wrapper--full-padded{
  padding-right: 20px;
  padding-left: 20px;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__title{
  font-size: 14px;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__tag{
  font-size: 8px;
}
#Rte--template--21422033666301__section_rich_text_cNHQNB .hero__content {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
#Rte--template--21422033666301__section_rich_text_cNHQNB .index-rte .hero__content__wrapper{
  padding-right: 20px;
  padding-left: 20px;
}
#Blog--template--21422033666301__section_blog_LbXJp4{
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
}
.product-quick-add__form .product__block--buttons{
  background: #fffcf5;
  box-shadow: none;
  padding-bottom: 0;
}
#shopify-section-template--21422033699069__cart .cart{
  padding: 40px 20px;
}#shopify-section-template--21422033699069__cart .cart__item__title{
  font-size: 12px !important;
}
#shopify-section-template--21422033699069__cart .cart__items .cart__price{
  font-size: 14px;
}
#shopify-section-template--21422033699069__cart .cart__title{
font-size: 22px;
}
#shopify-section-template--21422033699069__cart .cart__items .cart__item__remove{
  margin-left: auto;
  font-size: 10px;
}
#shopify-section-template--21422033699069__cart .ctl__header{
  justify-content: space-between;
}
#shopify-section-template--21422033699069__cart .cart__item{
  padding-right: 0 !important;
}
.cart__aside h2{
  font-size: 20px !important;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .btn{
  font-size: 10px;
  background: transparent;
}
#Collection--template--21422033731837__collection .featured-image-wide__heading{
 font-size: 22px !important;
        line-height: 30px !important;
}
#shopify-section-template--21422034387197__search .quick-add__button{
  width: unset;
}
#shopify-section-template--21422034387197__search .product-item__title{
  font-size: 12px;
  font-weight:500;
}
#shopify-section-template--21422034387197__search .product-item__short-desc{
  font-size: 12px;
}
#shopify-section-template--21422034387197__search .product-information .price{
  font-size: 12px;
  white-space:nowrap;
}
#shopify-section-template--21422033699069__cart .cart__button-continue .btn{
  font-size: 10px;
}
.cart__empty .btn{
  font-size: 10px;
  border: 1px solid rgba(10, 39, 86, 0.5);
}
#shopify-section-template--21422033699069__cart .cart__total__label{
  font-size: 12px;
}
#shopify-section-template--21422033699069__cart .cart__total__price{
  font-size: 12px;
}
#shopify-section-template--21422033699069__cart .cart__item__selected-options{
  font-size: 10px;
}
#shopify-section-template--21422033666301__section_blog_LbXJp4 .article__excerpt{
  font-size: 12px;
  line-height: 17px;
}
#Blog--template--21422033633533__section_blog_QXb49g .blog__title{
  font-size:22px;
  padding-bottom:20px !important;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__tag{
  font-size: 8px;

}
#Blog--template--21422033633533__section_blog_QXb49g .article__title{
  font-size: 14px;
}
#Blog--template--21422033633533__section_blog_QXb49g .article__excerpt{
  font-size: 12px;
  line-height: 17px;
  margin-top:0px;
}
#Blog--template--21422033666301__section_blog_LbXJp4 .blog__title{
  margin-bottom: 20px !important;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .hero__description{
  font-size: 12px;
  line-height:19px;
  width:250px;
}
#shopify-section-template--21422033731837__section_hero_Lip9E7 .hero__description{
font-size: 12px;
max-width: 280px !important;
}
#shopify-section-template--21613318865149__section_slideshow_xwk6d3 .slideshow .hero__content--transparent{
align-items: center;
}
}


@media (max-width: 768px) {
  .collection__sidebar__slider,
  .collection__sidebar__slide-out,
  .collection__sidebar__head {
    display: none !important;
  }
}

.product__page .form__wrapper.is-sticky {
    position: sticky;
    top: 110px;
    z-index: 10;
  }

.swym-header-launcher {
    display: flex !important;
}
/* to hide the disable in link filter PLP  */
.sidebar__item.link--disable {
  display: none !important;
}


/* terms of service css  */
#shopify-section-template--21752327471357__main-page h1{
  font-size: 30px !important;
  color: #2A2724;
}
#shopify-section-template--21752327471357__main-page .rte{
  font-size: 14px;
  line-height: 19px;
  color: #2A2724;
}
#shopify-section-template--21752327471357__section_hero_9JHUzd .lazy-image img{
  display: none;
}
#shopify-section-template--21752327471357__section_hero_9JHUzd .hero__content__wrapper.frame__item{
  border-bottom: 1px solid #a3a3a336;
}
/* shipping css  */
#shopify-section-template--21752450842877__main-page h1{
  font-size: 30px !important;
  color: #2A2724;
}
#shopify-section-template--21752450842877__section_hero_QKrpJy .hero__content__wrapper.frame__item.align--middle-center-desktop.align--middle-center-mobile{
border-bottom:1px solid #a3a3a336;
}
#shopify-section-template--21752450842877__main-page .rte{
  font-size: 14px;
  line-height: 19px;
  color: #382B26;
}
#shopify-section-template--21752450842877__section_hero_QKrpJy .lazy-image img{
  display: none;
}

#shopify-section-template--21753524191485__main-page h1{
  font-size: 30px !important;
  color: #2A2724;
}

#shopify-section-template--21753524191485__main-page .rte{
  font-size: 14px;
  line-height: 19px;
  color: #2A2724;
}
#shopify-section-template--21753524191485__section_hero_WhKCXy .lazy-image img{
  display: none;
}
#shopify-section-template--21753524191485__section_hero_WhKCXy .hero__content__wrapper.frame__item{
  border-bottom: 1px solid #a3a3a336;
}
/* privacy policy css  */
#shopify-section-template--21867830640893__section_hero_M3J3WG .lazy-image img{
  display: none;
}
#shopify-section-template--21867830640893__section_hero_M3J3WG .hero__content__wrapper.frame__item{
  border-bottom: 1px solid #a3a3a336;
}
#shopify-section-template--21867830640893__main-page h1{
  font-size: 30px !important;
  color: #2A2724;
}
#shopify-section-template--21867830640893__section_hero_M3J3WG .hero__title{
  color: #16213A;
}

@media (max-width: 768px){
  #shopify-section-template--21752327471357__main-page h1{
  font-size: 20px !important;
  color: #2A2724;
}
#shopify-section-template--21752327471357__section_hero_9JHUzd .hero__description{
  font-size:12px !important;
}
#shopify-section-template--21753524191485__main-page .wrapper--full-padded{
  padding-left: 20px;
  padding-right: 20px;
}
#shopify-section-template--21753524191485__main-page h1{
  font-size: 20px !important;
}
#shopify-section-template--21752327471357__main-page .wrapper--full-padded{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header__mobile__right, .header__mobile__right .header__mobile__button{
  display: flex !important;
  color: white;
}
.mobile-menu__block{

 margin:0px;
}
#shopify-section-sections--21422034452733__header .navlink--cart--icon .header__cart__status{
      top: -6px;
}
#shopify-section-template--21422034321661__related .tab__title{
  font-size: 22px;
  padding: 0px;
  color: #362921;
}
#shopify-section-template--21422034321661__product .product__collection-name{
  font-size:10px;
  margin-bottom: 0;
}
#Rte--template--21422033666301__section_rich_text_cNHQNB .hero__rte{
  font-size: 12px !important;
  line-height: 17px !important;
}
.product-quick-add__form .product__block--description{
 min-height:0px !important;
}
#shopify-section-template--21422034321661__product .product__description__content {
  padding-bottom: 10px;
  color: #2A2724 !important;
  line-height:19px;
   font-size: 12px !important;
}
#shopify-section-template--21422034321661__product .accordion__title {
    display: flex;
    align-items: center;
    padding: 1rem 8px 1rem 0 !important;
    margin: 0;
  }
.product__content .product__head{
  margin-bottom:0px;
}
#shopify-section-template--21867830640893__main-page h1{
  font-size: 22px !important;
}
#shopify-section-template--21867830640893__main-page .wrapper--full-padded{
  padding: 40px 20px;

}
#shopify-section-template--21753524191485__section_hero_WhKCXy .hero__description{
  font-size: 12px;
    max-width: 250px;
}
#shopify-section-template--21867830640893__section_hero_M3J3WG .hero__description{
  font-size: 12px !important;
    max-width: 250px;
}
#shopify-section-template--21867830640893__main-page .index-page{
  padding:0 !important;
}
}

.product__block--accordion .drawer__body > p:first-child {
  display: block;
}
.product-quick-add__form .product__block--description{
  display: none;
}
#shopify-section-template--21422034321661__product .product__description__content {
  padding-bottom: 10px;
 
    FONT-SIZE: 14PX;

}

/* SWYM CSS  */
.swym-header-launcher-badge{
    min-width: 17px !important;
    line-height: var(--FONT-SIZE-NAV);
    right: -7px !important;
    justify-content: center;
    height: 17px !important;
    will-change: transform;
    align-items: center;
    padding: 2px;
    position: absolute;
    font-size: calc(.627 * var(--FONT-SIZE-NAV));
    border-radius: 15px;
    display: inline-flex;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: white !important;
    color: #2A2724 !important;
}
.swym-header-launcher-count {
font-weight:500 !important;
}
.swym-header-icon-count{
  min-width: 17px !important;
    height: 17px !important;
    padding: 0 5px;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 18px;
    text-align: center;
    color: #2A2724 !important;
    background-color: white !important;
    border-radius: 50%;
}

.swym-button-content > button,
.swym-button-content > [role="button"],
.swym-button-content > span,
.swym-button-content > a {
  color: #16213A !important;  
  background: transparent !important;
  border:none !important;
  font-family: inherit;
  padding: 0px !important;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  pointer-events: auto;
  min-height: 45px;
  width: 100%;
  letter-spacing: normal;
}

.atw-button-add{
  background: transparent !important;
}
.swym-atw-btn-wrapper.product_title_right-position {
    flex-direction: row-reverse !important;
    display: flex !important;
    justify-content: space-between !important;
}
.product__title__wrapper{
  padding: 0px !important;
}

.atw-button span{
  display: none !important;
}

/* judge me css  */
.jm-button--secondary[data-v-9640c170]:hover{
  background: transparent !important;
color: #16213A;
}
.jm-sort-filter__select[data-v-b08b71d2]:hover{
  background: transparent !important;
color: #16213A;
}
.jm-button--primary[data-v-9640c170]:hover:hover{
background: transparent !important;
color: #16213A;
 border: 1px solid #989187 !important;
}
#judgeme_product_reviews {
  max-width: unset !important;
}
.jm-histogram-row[data-v-8fba12d2]{
  margin-top: 8px !important;
}
/* wishlist css  */
#shopify-section-template--21780619526397__1774854323882affad .wrapper{
      max-width: unset;
      padding-top: 60px;
    padding-bottom: 60px;

}
#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body{
  width: 100% !important;
  margin: 0 !important;
  padding:20px 0px;
}
.swym-storefront-layout-action-tooltip-btn.remove-from-list-button{
  color: #16213A !important;
}
.swym-storefront-layout-login-content svg{
  display: none !important;
}
.swym-storefront-layout-grid-item-add-to-cart-button{
  font-weight: 500 !important;
  padding: 8px 16px !important;
  font-size: 12px;
}
.swym-storefront-layout-grid-item-add-to-cart-button:hover{
  background: transparent !important;
  color: #16213A !important;
   font-weight: 500 !important;
  border: 1px solid #989187 !important;
}
#swym-storefront-layout-section-container a.swym-storefront-layout-grid-item-title, .swym-storefront-layout-as-modal a.swym-storefront-layout-grid-item-title{
      font-family: 'Playfair Display';
}
#swym-storefront-layout-section-container .swym-storefront-layout-login-button{
  font-weight: 500 !important;
  padding: 8px 16px !important;
  font-size: 12px;
}
#swym-storefront-layout-section-container .swym-storefront-layout-login-button:hover{
  background: transparent;
  color: #16213A !important;
  border: 1px solid #989187 !important;
   font-weight: 500 !important;
}
.swym-storefront-layout-empty-state-cta-button{
  color:#16213A !important;
  border-radius: 4px !important; 
  font-size: 12px;
  font-weight: 500;
    border: 1px solid #989187 !important;

}

.jm-progress-bar[data-v-857aa554]{
      block-size: 9px !important;
    border-radius: 3px !important;
}
span.jm-star-rating__font-icon{
      font-size: 12px !important;
}
.swym-storefront-layout-tab-button{
  font-size: 14px !important;
}
.swym-ui-component .swym-sfl-popup-dialog.swym-control-centre-mode .swym-cc-sfl-popup-action-container>div .swym-cc-sfl-popup-content h3{
  font-size: 14px !important;
  color: #16213A !important;
  font-weight: 500 !important;
}
.swym-storefront-layout-login-user-container{
border-radius: 4px;
}
.swym-ui-component .swym-sfl-popup-mobile button{
    border-radius: 4px;
     border: 1px solid #989187 !important;
  }
  .swym-storefront-layout-login-heading{
    font-weight: 500 !important;
  }
@media (max-width: 768px){
  #swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body{
    width: 100% !important;
    padding: 20px 0 0px 0px;
  }
  .atw-button{
    padding: 0px !important;
  }
  #shopify-section-template--21780619526397__1774854323882affad .wrapper{
    padding: 40px 20px 40px 20px;
  }
  .swym-storefront-layout-empty-wishlist-content{
    padding: 0px !important;
  }
  .swym-storefront-layout-header{
    height: unset !important;
  }
.swym-wishlist-collections-v2, .swym-wishlist-collections-v2 svg{
    max-height: 17px !important;
  }
  .jm-review-widget-header__star-rating-histogram[data-v-3cee09a5]{
padding: 0px 40px !important;
}
span.jm-star-rating__font-icon{
      font-size: 10px !important;
}
.swym-advanced-header-icon, #swym-advanced-header-icon, #swym-advanced-header-icon-mobile{
  padding: 5px !important;
}
#shopify-section-template--21752450842877__main-page h1{
  font-size: 20px !important;
  color: #2A2724;
}
#template--21752450842877__main-page{
  padding: 40px 20px;
}
.swym-storefront-layout-header{
      height: unset;
      padding: 10px 0px;
}
.swym-atw-pdp-button-img-icon{
min-width: 0rem !important;
}
.mobile-menu__block--menu:after{
  height: 0px;
}
.cart-bar__form__wrapper{
  flex: 0 1 100%;
        flex-direction: row;
        align-items: center;
        padding: 10px var(--outer);
        justify-content: space-between;
}
.cart-bar{
  min-height: 0px !important;
}
.cart-bar__info:not(:last-child){
  margin-bottom:0px;
}
.grid--mobile-slider:after{
  padding-right: 0px;
}
}
.swym-storefront-layout-login-user-container{
  display: none !important;
}
.swym-storefront-layout-header{
      height: unset !important;
      padding: 10px 0px !important;
}
.swym-storefront-layout-body{
  padding: 20px 0px;
}
.lazy-image--backfill.is-loading:after{
  display: none;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

mobile-sliderule:has(.mobile__menu__dropdown.is-active) .sliderule__chevron--right svg {
  transform: rotate(180deg);
}

.sliderule__chevron--right svg {
  transition: transform 0.3s ease;
}

/* 404 css  */
.page-404 .page__heading{
  font-size: 36px;
  color: #382B26;
}
.page-404{
  padding: 170px;
}
.text--404{
  padding-bottom: 20px;
}


@media (max-width: 768px){
.page-404 .page__heading{
  font-size: 20px;
}
.page-404{
  padding: 80px 20px;
}
.text--404{
  font-size: 12px;
  padding-bottom: 30px;
}
#shopify-section-template--21422033600765__main .search-form input[type=search]{
padding: 6px;
}
.cart-bar__info{
  text-align: left;
}
.swym-storefront-layout-empty-wishlist-title{
  font-size: 16px !important;
  letter-spacing: 0px;
}

}
@media screen and (max-width: 749px) {
  #Blog--{{ section.id }} .grid .article:nth-child(n+3) {
    display: none;
  }
}

@media(min-width: 1250px) and (max-width: 1400px){
#shopify-section-template--21422034387197__search .product-item__title{
 font-size: 14px !important;
 font-weight:500;
}
#shopify-section-template--21422034387197__search .product-item__short-desc{
  font-size: 12px !important;
}
#shopify-section-template--21422034387197__search .price{
  font-size:14px !important;
}
}
/* to remove browers tap select  */
*{
-webkit-tap-highlight-color: transparent; /* for removing the highlight */
}


#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body{
  max-width: unset !important;
}
.swym-storefront-layout-empty-state-notice{
  display: none !important;
}
.swym-storefront-layout-empty-state-cta-button{
  display: none !important;
}
.swym-storefront-layout-empty-state-signup-text{
  display: none !important;
}
.swym-storefront-layout-empty-state-divider{
  display: none !important;
}
.swym-storefront-layout-empty-wishlist-title{
  font-size: 20px !important;
  letter-spacing:0px;
 font-family: 'Playfair Display';
  font-weight: 400 !important;
}
.swym-storefront-layout-empty-wishlist-description{
  font-size: 14px !important;
  padding-top: 20px !important;
}

.lazy-image--backfill.is-loading {
    position: relative;
    overflow: hidden;
    background: #f8f6f1;
    z-index: 1;
    border-bottom: 1px solid #8080801c;
}
#shopify-section-template--21752450842877__section_hero_QKrpJy .hero__title{
  color: #16213A;
}
@media (max-width: 768px){
#shopify-section-template--21752450842877__main-page .hero__content__wrapper{
  padding: 40px 20px;
}
#shopify-section-template--21752450842877__main-page .index-page{
  padding-top:0;       
   padding-bottom: 0;
}
#shopify-section-template--21752327471357__main-page .hero__content__wrapper{
  padding: 40px 20px;
}
#shopify-section-template--21752327471357__main-page .index-page{
  padding-top:0;       
   padding-bottom: 0;
}
.predictive-search{
padding-bottom: 40px !important;
}
#shopify-section-template--21422034387197__search .quick-add__button:hover{
  background: #16213A;
        border: none;
        color: #f8f6f1;
        width: unset; /* =======TO MAKE ADD TO CART FULL WIDTH IN PLP======= */
}
#shopify-section-template--21422033862909__section_collections_list_766hA4 .wrapper--full-padded{
  padding:0px 20px !important;
}
.pdt-accordion-title{
  font-size: 16px !important;
  letter-spacing:0px;
}
.spec-table strong {
    color: #16213A;
    font-size: 12px !important;
}
.bis-hallmark-badge__text {
  margin-top: 8px;
  font-size: 10px !important;
  color: #765C4D;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif;
}
}

#shopify-section-template--21752327471357__section_hero_9JHUzd .hero__title{
  color: #16213A;
}

#template--21422034321661__product-2-0-9157997461757
 .radio__fieldset .radio__fieldset .radio__button label:hover{
  background: #E0EBFB;
    border: 1px solid #16213A;
    padding: 8px 28px;
    border-radius: 4px;
}
#template--21422034321661__product-2-0-9157997461757
 .radio__fieldset .radio__button label {
    border: 1px solid #E6E6E6;
    padding: 8px 28px;
    border-radius: 4px;
}
#template--21422034321661__product-2-0-9157997461757
 .radio__fieldset .radio__fieldset .radio__button input:checked~label {
    background: #E0EBFB !important;
    border: 1px solid #16213A;
    padding: 8px 28px;
    border-radius: 4px;
} 

#shopify-section-template--21422033862909__section_collections_list_766hA4 .wrapper--full-padded{
  padding:0px 50px;
}
.collection-item__info{
    font-family: 'Playfair Display';
    font-size: 18px;
    color: #362921;
}

/* size chart css  */
.size-chart-standalone dialog[open] .product-modal__outer{
      max-width: 800px;
}
.size-chart-standalone dialog[open] .product-modal__outer .rte img{
  margin:0;
}
.size-chart-standalone dialog[open] .product-modal__outer .product-modal__content{
  padding:20px;
  border-radius:8px;
}
.size-chart-standalone dialog[open] .product-modal__outer .rte p{
margin:0;
}
.size-chart-modal-wrap {
  position: relative;
  width: 100%;
  pointer-events: auto;
}
.size-chart-modal-wrap .product-modal__close {
  --icon-size: 18px;
  position: absolute;
  top: -17px;
  right: 12px;
  transform: translate(50%, -50%);
  pointer-events: auto;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.18); */
  z-index: 1;
}
@media (max-width:768px){
.size-chart-standalone dialog[open] .product-modal__outer .rte p{
margin:0;
}
.jdgm-review-widget .jm-text--align-center[data-v-6d928e9f]{
  font-size: 22px !important;
}
.jm-stack--space-600[data-v-417c96d2]>*+*{
  margin-block-start: 10px !important;
}
.jdgm-empty-state[data-v-8c9e1813], .jm-other-products-reviews-text[data-v-8c9e1813]{
      padding-block-start: 0px !important;
}
.swym-atw-btn-wrapper.product_title_right-position{
  align-items: center !important;
}
#shopify-section-template--21422034321661__product .block__icon__text p {
    font-size: 9px;
    color: #2A2724;
    /* text-transform: capitalize; */
        width: 80px;
}
#shopify-section-template--21422034321661__product .block__icon__row .block__icon{
  flex: none !important;
        width: 22px !important;
        max-height: 20px !important;
        align-self: center;
        margin: 0 0 8px 0;
}
.jdgm-review-widget .jm-review-widget{
  padding: 0px 20px 40px 20px !important;
}
.pdt-accordion-trigger{
     padding: 10px 0 !important;
}
}
/* to hide the size chart in quick view  */
.product-quick-add__form .size-chart-standalone{
  display: none;
}

.product-quick-add__form .product__form__outer{
  padding-top:10px;
}

.swym-popup-nudge-zindex {
  display: none !important;
}
@media (max-width:768px){
.quick-add__button {
  display: none !important;
}
.cart__empty .btn:hover{
  padding: 8px 16px;
  font-size: 10px;
  color: #f8f6f1;
  background: #16213A;
  border: 1px solid rgba(10, 39, 86, 0.5);
}
}

.product__block.product__block--accordion.tabs-wrapper.block-padding {
  margin-bottom:0px !important;
}
#shopify-section-template--21422034321661__product .accordion__content .metafield-single_line_text_field{
  font-size:14px;
  line-height:19px;
  /* text-transform:capitalize; */
}
.drawer--product-tab button.drawer__close{
      right: -14px;
}
ul.metafield-single_line_text_field-array,
li.metafield-single_line_text_field {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom:0;
}

#shopify-section-template--21422034321661__product .block__icon__row {
  justify-content: space-evenly;
  --icon-size: 50px;
}

#shopify-section-template--21422034321661__product .block__icon__row .block__icon__container--full {
  flex: 1 1 0 !important;
  max-width: none !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#shopify-section-template--21422034321661__product .block__icon__row .block__icon {
  flex: none !important;
  width: 24px !important;
  max-height: 20px;
  align-self: center;
  margin: 0 0 8px 0;
}

.jdgm-review-widget .jm-review-widget {
    max-width: none !important;
    padding: 50px;
    background: #ffffff;
}

.jm-review-widget-header__main-content[data-v-dd6a130e] .jm-action-buttons__button {
    inline-size: 100%;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius:4px;
    padding: 8px 16px;
}
.jdgm-review-widget .jm-button--secondary[data-v-9640c170]{
  text-transform: uppercase; 
  color: #16213A;
  border: 1px solid rgba(110, 104, 95, 0.5) !important;
  border-radius:4px !important;
}
.jm-button--secondary[data-v-9640c170]:hover{
  background: #16213A;
  color: #f8f6f1;
}
.jm-sort-filter__select[data-v-2bbaaaa5]{
  text-transform: uppercase;
      border: 1px solid rgba(110, 104, 95, 0.5) !important;
  color: #16213A !important;
  border-radius:4px !important;
}
.jm-button--primary[data-v-9640c170]{
  text-transform: uppercase;
  font-size:12px !important;
  padding:8px 16px !important;
  border-radius:4px !important;
  font-weight:500 !important;
}
.jm-text[data-v-6d928e9f]{
  /* text-transform:capitalize; */
  font-weight:400!important;
}
span.jm-text.jm-custom-answer-filter__text{
  text-transform: uppercase !important; 
}
button.jm-button.jm-button--secondary.jm-custom-answer-filter.jm-custom-answer-filter--active{
  background: #16213A;
  color: #f8f6f1;
}
.jm-button--secondary[data-v-9640c170]:hover, .jm-button--secondary[data-v-9640c170]:active, .jm-button--secondary[data-v-9640c170]:focus-visible{
   background: #16213A !important;
  color: #f8f6f1 !important;
  border: 1px solid #16213A !important;
}
.jm-sort-filter__select[data-v-2bbaaaa5]:hover{
 background: #16213A !important;
color: #f8f6f1 !important;
border: 1px solid rgba(132, 145, 165, 0.5) !important;
}
.product__tax{
  display: none !important;
}
/* Hero slideshow — force 100vh on mobile */
@media (max-width: 768px) {
  .index-hero.slideshow,
  .index-hero.slideshow .slideshow__slide,
  .index-hero.slideshow .flickity-viewport {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
  .jdgm-review-content__body-content[data-v-87900cb4] p:last-of-type{
    font-size:12px !important; 
    line-height:19px !important;
  }
  .jm-sort-filter__select[data-v-2bbaaaa5]{
    font-size:12px !important;
  }
  .jdgm-write-review-modal .jdgm-write-review-modal__title{
    font-size: 19px !important;
  }
  #shopify-section-template--21422034321661__product .accordion__content .metafield-single_line_text_field {
    font-size: 12px;
    /* text-transform: capitalize; */
    line-height: 19px;
}
#shopify-section-template--21422034321661__product .accordion__content{
  font-size: 12px;
    /* text-transform: capitalize; */
    line-height: 19px;
}
.jdgm-write-review-modal .jdgm-write-review-modal__content{
  height:80dvh !important;
}
#shopify-section-template--21422033699069__cart p.is-animated{
  font-size:12px;
  line-height:19px;
}
 #shopify-section-template--21422033699069__cart .cart__empty{
    gap:10px;
  }
  #shopify-section-template--21422033699069__collection_zi_kdf6h4 .cc-curated-wrapper{
  padding: 0px 20px 40px 20px !important;
}
.jm-reviewer-info__name[data-v-6a854929]{
  font-weight:500 !important;
  font-size:14px !important;
}
.jm-stack--space-100[data-v-417c96d2]>*+*{
  font-size: 12px !important;
}
}
.jm-review-content__title[data-v-87900cb4]{
  font-weight: 500 !important;
  font-size: 16px !important;
}
 #shopify-section-template--21422033699069__collection_zi_kdf6h4 .cc-curated-wrapper{
  padding-top:0px !important;
 }
 .jm-review-content__body[data-v-87900cb4]{
  font-size: 14px !important;
 }
 .jm-reviewer-info__name[data-v-6a854929]{
  font-weight: 500 !important;
 }

/* Product gallery — rounded corners */
.product__slide .lazy-image,
.product__slide figure {
  border-radius: 8px;
  overflow: hidden;
}

.product__thumb__link {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

/* review popup css  */
.jdgm-write-review-modal .jdgm-write-review-modal__title{
  font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
.jdgm-write-review-modal__stars .jdgm-star{
  color:#ffdf00 !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-next{
  background-color:#16213A !important;
  border-radius:4px !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-close{
   background-color:#16213A !important;
  border-radius:4px !important;
}

/* banner visible onlyy on mobile(replacing gsap animation)  */
#shopify-section-template--21422033862909__section_hero_VXn9nq .btn--outline{
  padding: 8px 16px;
    border: 1px solid #a09585;
    border-radius: 4px;
  color: #f8f6f1;
  font-size:10px;
}
#shopify-section-template--21422033862909__section_hero_VXn9nq .btn--outline:hover{
  padding: 8px 16px;
  background:white;
    border: 1px solid #a09585;
    border-radius: 4px;
  color: #362921;
  font-size:10px;
}
#shopify-section-template--21422033862909__section_hero_VXn9nq .hero__title{
  font-size: 29px;
  line-height:32px;
}
#shopify-section-template--21422033862909__section_hero_VXn9nq .hero__description{
  font-size:12px;
}
#shopify-section-template--21422033699069__collection_zi_Tqmtb7 .cc-curated-wrapper{
  padding-top:0px !important;
}
#shopify-section-template--21422033699069__cart .cart__note{
  display:none;
}

@media (max-width:768px){
  #Sidebar--template--21422033993981__section-sidebar .accordion span{
    max-width: 320px;
  }
}
/* Hide newsletter on cart page only when cart has items */
body.template-cart:not(.cart-is-empty) .newsletter-custom-wrapper {
  display: none !important;
}
#shopify-section-template--21422033699069__custom_join_circle_zi_q4KAXh .newsletter-custom-wrapper .newsletter-custom__email::placeholder, .newsletter-custom-wrapper input[type="email"]::placeholder 
{ 
  
  font-size: 12px !important; color: #000000 !important; opacity: 1 !important; -webkit-text-fill-color: #000000 !important;
 }
 @media (max-width:768px){
  #shopify-section-template--21422033699069__custom_join_circle_zi_q4KAXh .newsletter-custom-wrapper {
  padding: 0px 20px 40px 20px;
  }
  .size-chart-standalone span.radio__legend__link__label{
    font-size:10px;
  }
  .tax-note1{
  margin-left: 10px;
  font-size: 12px !important;
  opacity: 0.6;
}
.atw-button-icon path {
  stroke-width: 1 !important;
}
.atw-button-icon{
  width:22px;
  height:22px;
}
.jm-review-content__title[data-v-87900cb4]{
     font-weight: 500 !important;
    font-size: 16px !important;
}
#swym-storefront-layout-section-container .swym-storefront-layout-grid-item-add-to-cart-button{
  text-transform:uppercase;
  font-size:10px !important;
}
}
img.swym-storefront-layout-grid-item-image{
  background: #f8f6f1 !important;
  object-fit: contain !important;
  border-radius: 0px !important;
}
.swym-storefront-layout-grid-item-title{
  font-family: 'Montserrat' !important;
}
#swym-storefront-layout-section-container .swym-storefront-layout-grid-item-add-to-cart-button, .swym-storefront-layout-as-modal .swym-storefront-layout-grid-item-add-to-cart-button{
  text-transform:uppercase;
  font-size:12px !important;
  border: 1px solid #16213A;
}

input#ContactDrawerEmail:-webkit-autofill,
input#ContactDrawerEmail:-webkit-autofill:hover,
input#ContactDrawerEmail:-webkit-autofill:focus,
input#ContactDrawerEmail:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.block__icon__container--full:first-child .body-small p {
  width: 90px; /* set your desired width */
}

/* Klaviyo form - underline only input */
.klaviyo-form-UuvVeB input[type="email"] {
  border: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.klaviyo-form-UuvVeB input[type="email"]:focus {
  border-bottom: 1px solid #2A2724 !important;
  outline: none !important;
}
@media (max-width:768px){
.klaviyo-form.klaviyo-form.klaviyo-form{
  padding:0px !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form h3{
  padding:0px !important;
  font-size:18px !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form .klaviyo-form-button{
  font-size:10px !important;
}
.swym-advanced-wishlist-collections, .swym-advanced-wishlist-collections svg{
 /* max-width: 16px !important; */
 height: 16px !important;
}
.swym-header-launcher-badge{
  right:-4px !important;
}
.jm-progress-bar[data-v-857aa554]{
  block-size: 5px !important;
}
}
.swym-advanced-wishlist-collections, .swym-advanced-wishlist-collections svg{
  min-height:unset !important;
}

/* Klaviyo checkbox circle - checked state */
.klaviyo-form-UuvVeB svg circle {
  stroke: #2A2724 !important;
}
/* Klaviyo acceptance text font size */
.klaviyo-form-UuvVeB .needsclick.kl-private-reset-css-Xuajs1 div {
  font-size: 10px !important;
  color: #2A2724 !important;
}
/* Outer SVG */
.klaviyo-form-UuvVeB svg[width="20px"] {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  stroke: #2A2724 !important;
}

/* Inner filled dot - shrink viewBox scaling */
.klaviyo-form-UuvVeB svg[width="20px"] circle[fill="#000000"] {
  r: 3.5 !important;
  cx: 6 !important;
  cy: 6 !important;
}
.klaviyo-form-version-cid_1{
  width: 500px !important;
}
/* Fix autofill background on email input */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #382B26 !important; /* match your input text color */
  transition: background-color 5000s ease-in-out 0s;
}
.klaviyo-form {
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

[data-testid="klaviyo-form-UuvVeB"],
.klaviyo-form-version-cid_1 {
  max-width: 100% !important;
  overflow: hidden !important;
}

.klaviyo-form-UuvVeB {
  max-width: 100% !important;
  overflow: hidden !important;
}

div.needsclick.kl-private-reset-css-Xuajs1 {
  background-color: transparent !important;
}
 .go3176171171 a{
  -webkit-text-fill-color: #DADADA !important;
}
.klaviyo-form-UuvVeB .go3176171171 a{
  -webkit-text-fill-color: #452020!important;
}
 /* span[role="alert"][id*="label"] {
  font-size: 10px !important;
  color: #d0331f !important;
  display: block !important;
  border: none !important;
} */
/* .needsclick[style*="position: absolute"][style*="right: 0px"] {
  right: auto !important;
  left: 0 !important;
} */
.klaviyo-form-UuvVeB .needsclick.kl-private-reset-css-Xuajs1 div {
    box-shadow: none !important;
    font-size: 10px !important;
    color: #382B26 !important;
}
.needsclick.kl-private-reset-css-Xuajs1{
 /* right: auto !important; */
 font-size: 10px !important;
  /* left: 0 !important; */
}
.swym-wishlist-collections-v2 svg path {
  stroke-width: 1.3 !important; /* reduce this value */
}
.swiper.ws-items-wrapper{
  padding-bottom:0px !important;
}

@media (max-width:768px){
  .ws-widget-section .swiper{
    padding-bottom:0px !important;
  }
  .swiper.ws-items-wrapper{
padding-bottom:0px !important;
  }
  .go2597473795.go2597473795.go2597473795{
    height:30px !important;
  }
}
.go2597473795.go2597473795.go2597473795{
  padding-left: 0px !important;
  border-bottom: 1px solid #989187 !important;
  border-left: none;
}
.go4183057543.go4183057543.go4183057543:hover{
  border: 1px solid transparent !important;
}

/* .azp-form-wrap{
  margin-left:-8px !important;
} */

#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .product-information{
  text-align: left;
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .badge-box{
  display: none;
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .product-item__title{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat' !important;
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .price{
  font-weight: 500;
  font-size:14px;
}
@media (max-width:7688px){
 #shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .product-item__title{
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat' !important;
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .price{
  font-weight: 500;
  font-size:12px;
} 
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .quick-add__button{
  width: 100%;
  background: #16213A;
  /* border: 1px solid #16213A !important; */
  color: #fffcf5;
  border: none;
}
#shopify-section-template--21422033862909__custom_bestsellers_YBfii6 .quick-add__button:hover{
  width: 100%;
  background: white;
  /* border: 1px solid #989187 !important; */
  color: #16213A;
  border: none;
}
@media (min-width:768px){
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .slideshow{
display: none;
}
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .hero__content{
  font-size: 26px;
  line-height: 30px;
}
}

#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .btn{
  font-size: 10px;
}
#shopify-section-template--21422033862909__section_slideshow_nested_UPVKfb .btn:hover{
  font-size: 10px;
  background: white;
  color: #16213A;
}
@media (max-width:768px){
  .cart-bar__form .product__submit__add span.btn__text{
    font-size:10px !important;
  }
  .evm-also-bought-products:has(.ws_fbt_widget_design)>.ws-widget-section, :not(.evm-also-bought-products)>.ws-widget-section{
    grid-gap:0px !important;
  }
}
.swym-wishlist-collections-v2-container
 {  position: absolute;
    top: 10px !important;
    left: 0; 
    padding: 0px !important; 
    z-index: 5;
    cursor: pointer;
}

.swym-wishlist-collections-v2, .swym-wishlist-collections-v2 svg{
  width:unset !important;
}


/* Arc browser css  */
:root {
  color-scheme: only light;
}

#shopify-section-template--21422033633533__article h1{
  font-size: 26px;
  font-weight:400;
}
@media (max-width:768px){
  #shopify-section-template--21422033633533__article h1 {
    font-size: 20px;
  font-weight:400;
}
}


  #PasswordTemplate--{{ section.id }} .brick__block__text {
    padding-top: 0;
  }

  #PasswordTemplate--{{ section.id }} .brick__block__actions:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  #PasswordTemplate--{{ section.id }} .brick__block__login-inline {
    max-width: 420px;
    margin: 0 auto;
  }
 #PasswordTemplate--{{ section.id }} .brick__block--password .brick__block__text{
  padding:0px;
 }
  #PasswordTemplate--{{ section.id }} .h3{
    color: #2A2724;
  }
   #PasswordTemplate--{{ section.id }} .brick__block__description p{
    color: #2A2724;
  }
    #PasswordTemplate--{{ section.id }} .newsletter-form .input-group__btn{
       color: #2A2724;
       padding:0 10px;
    }
    #PasswordTemplate--{{ section.id }} .newsletter-form .input-group__btn:hover{
      background: #2A2724;
      color: #f8f6f1;
    }
@media (max-width:768px){
#PasswordTemplate--{{ section.id }} .brick__block__logo{
    width: 125px !important;
  }
  #PasswordTemplate--{{ section.id }} .h3{
    font-size: 30px;
  }
}
#shopify-block-Abm0rUlNXcDY5T3ZuN__2734250573734242505 .shopify-app-block{
  display: none !important;
}
 #PasswordTemplate--{{ section.id }} .input-group__field::placeholder {
    color: #2A2724 !important;
}

 #PasswordTemplate--{{ section.id }} .input-group{
  border-bottom: 1px solid #2A2724 !important;
 }

 .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right:hover, .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left:hover, .pswp-zoom-gallery .pswp__button--arrow--right:hover, .pswp-zoom-gallery .pswp__button--arrow--left:hover{
  background: #2A2724;
 }
 @media (max-width: 768px){
 .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right, .pswp-zoom-gallery .pswp__button--arrow--right{
    width: 30px;
    height: 30px;
  }
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left, .pswp-zoom-gallery .pswp__button--arrow--right{
     width: 30px;
    height: 30px;
  }
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption, .pswp-zoom-gallery .pswp__caption{
    top: 32px;
  }
 }
.product__wrapper--thumbnails-left .product__thumb:after{
  background: #16213A;
}
 .swym-storefront-layout-empty-wishlist-description{
  display: none !important;
}
 .swym-storefront-layout-empty-state-icon{
  display: none !important;
}

.product__sale, .product__final-sale-wrap{
  display: none;
}
.swym-storefront-layout-header{
  box-shadow: none !important;
  align-items: center !important;
}
.swym-storefront-layout-title{
  font-family: 'Playfair Display' !important;
}
 .swym-storefront-layout-total-list-items-count{
  text-align: center !important;
}
.jdgm-empty-state[data-v-c10da75d], .jm-other-products-reviews-text[data-v-c10da75d]{
  display: none !important;
}
.go2071071629.go2071071629.go2071071629{
  background: rgba(168, 136, 78, 1) !important;
}
.go2071071629.go2071071629.go2071071629:hover{
      border: 1px solid rgba(10, 39, 86, 1) !important;
}

.swym-header-launcher-icon {
    color: #fff !important;
}

.swym-storefront-layout-grid-item-add-to-cart-button{
  background: #16213A !important;
}
@media (max-width: 768px){
  #shopify-section-template--21422033862909__section_announcement_8FVRYR strong{
    font-size: 14px;
  }
  [data-header-transparent] .header__logo__link {
    --logo-width-desktop: 100px !important;
}
.header__wrapper.js__header__stuck .header__logo__link {
    --logo-width-desktop: 70px !important;
}
}