/** Shopify CDN: Minification failed

Line 36:22 Unexpected "{"
Line 36:31 Expected ":"
Line 39:22 Unexpected "{"
Line 39:31 Expected ":"
Line 42:22 Unexpected "{"
Line 42:31 Expected ":"
Line 46:22 Unexpected "{"
Line 46:31 Expected ":"
Line 49:22 Unexpected "{"
Line 49:31 Expected ":"
... and 14 more hidden warnings

**/
/* Place any CSS overrides in this file. */

/* banner section css  */
.custom-main-banner-alignment .homepage-featured-content-box {
  max-width: 50%;
  padding-left: 100px;
  padding-top: 100px;
}
.slideshow-title-container h2 {
    text-transform: initial;
}
.custom-main-banner-alignment .slide-buttons .homepage-section-btn {
    border-radius: 50px;
}
@media(max-width:767px){

  .custom-main-banner-alignment .homepage-featured-content-box {
  padding-left: 0px;
}
  
  .homepage-content--{{ section.id }} .homepage-featured-content-box-inner.shown-on-scroll.animated.fadeInUp .sitewide--title-wrapper h2 {
    color: #2F1F19;
  }
  .homepage-content--{{ section.id }} .homepage-featured-content-box-inner.shown-on-scroll.animated.fadeInUp p {
    color: #50362B;
  }
  .homepage-content--{{ section.id }} .homepage-indiv-section-wrapper.grid--full.homepage-featured-content-wrapper.feature-row__text--left.feature-row__text-alignment--left .feature_row__image_wrapper.large--one-half {
    background-image: unset !important;
    background-color: #E5D6C7 !important;
  }
  .homepage-content--{{ section.id }} .grid__item.homepage-content--image {
    margin: 0px;
  }
  .homepage-content--{{ section.id }} .homepage-featured-content-box-inner.shown-on-scroll.animated.fadeInUp h2{
    text-align: left;
  } 
  .homepage-content--{{ section.id }} .homepage-featured-content-box-inner.shown-on-scroll.animated.fadeInUp p {
    text-align: left;
  }
   .homepage-content--{{ section.id }} .homepage-indiv-section-wrapper.grid--full.homepage-featured-content-wrapper.feature-row__text--left.feature-row__text-alignment--left{
      display: flex;
      flex-direction: column-reverse;
    }
    
    .custom-main-banner-alignment .homepage-featured-content-box {
        max-width: 100%;
    }
    .custom--logo_with_text .logo_with_text_container{
        display:block !important;
    }
    .custom--logo_with_text .logo_with_text_container .logo_with_text_block{
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    /* #homepage-slider-container slider-section--{{ section.id }} .slideshow-title-container h2 span {
        display: none;
    }
    #homepage-slider-container slider-section--{{ section.id }} .slideshow-text-container .rte.featured-row__subtext.textarea{
      display: none;
    } */
}

/* Logo With Text Section Css */


   .custom--logo_with_text .logo_with_text_container{
      display:flex;
      justify-content:space-evenly;
      flex-wrap: nowrap;
    }
    
   .custom--logo_with_text {
      padding:30px 0px;
    }

    #logo-text-{{ section.id }} .logo_with_text_block img {
      width: 50px;
      height: 50px;
    }
    #logo-text-{{ section.id }} .detail h5 {
        color: #2F1F19;
        font-weight: 700;
        line-height: 24px;
        font-family: 'Madera';
        font-size:16px;
    }
    #logo-text-{{ section.id }} .detail p {
        color: #50362B;
        font-weight: 400;
        line-height: 24px;
        font-family: 'Avenir Next W1G';
        font-size:16px;

    }
   #logo-text-{{ section.id }} .logo_with_text_container .logo_with_text_block{
      display:flex;
      gap: 20px;
   }

/* text with image */

.homepage-content--{{ section.id }} .homepage-indiv-section-wrapper.grid--full.homepage-featured-content-wrapper.feature-row__text--left.feature-row__text-alignment--left .feature_row__image_wrapper.large--one-half {
    /* background-image: url(/cdn/shop/files/Pattern.png?v=1710325514); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E5D6C7;
    color: black;
}
/* latest css  */
.custom--design--main-wrapper .product-grid--title a {
    color: #2F1F19;
  font-size:18px;
}
.custom--design--main-wrapper .product-grid--price .money:not(.sale-price):not(.price-line-through), .product-grid--price a, .product-grid--title, .product-grid--title a {
    color: #2F1F19;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.custom--design--main-wrapper .custom--text{
  color:black;
  font-size:18px;
}
.custom--design--main-wrapper .grid-view-item-image{
  border-radius:16px;
}
.custom--design--main-wrapper .sold-out-badge {
    background: #694738;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 24px 8px 24px;
    top: 20px;
    left: 20px;
    border-radius: 99px;
}
.custom--design--main-wrapper .homepage-sections--title {
    font-size: 48px;
    color: black;
}
.custom--design--main-wrapper .homepage-featured-rich-text .featured-products-wrapper .featured-row__subtext {
    color: black;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .custom-text-column-section .content-custom-row {
	flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .custom-text-column-section .content-custom-row .single-column {
    width: calc(50% - 10px);	
    text-align: center;	
  }
}
@media only screen and (max-width:767px) {
  .custom--design--main-wrapper .grid__item.large--one-third.medium--one-half.small--one-whole {
    width: 100%;
  }
  .custom--design--main-wrapper .homepage-sections--title {
    font-size: 38px;
  }
  .custom--design--main-wrapper .homepage-featured-rich-text .featured-products-wrapper .featured-row__subtext,
  .homepage-featured-content-wrapper .product-grid--title a,
  .homepage-featured-content-wrapper .custom--text {
    font-size: 16px;
  }
  .homepage-featured-content-wrapper .product-grid--price .money:not(.sale-price):not(.price-line-through), .product-grid--price a, .product-grid--title, .product-grid--title a {
    color: black;
    font-size: 22px;
  }
}
.homepage-sections-wrapper--white .grid-item__content {
    justify-content: end;
}
.homepage-sections-wrapper--white .homepage-collection-grid-inner {
    border-radius: 37px;
    overflow: hidden;
}
.homepage-sections-wrapper--white .homepage-sections--title {
    color: #2F1F19;
    font-size: 48px;
    line-height: 57.6px;
}
.homepage-sections-wrapper--white .homepage-sections--description {
    color: #50362B;
    font-size: 18px;
    line-height: 27px;
}
.homepage-sections-wrapper--white .grid-item__subheading {
    font-size: 18px;
    line-height: 27px;
    color:#E5D6C7 !important;
}
.homepage-sections-wrapper--white .grid-item__title {
    font-size: 24px;
    line-height: 28.8px;
}
@media only screen and (max-width:767px){
 .homepage-sections-wrapper--white .collection-grid {
    gap: 48px;
}
  .homepage-sections-wrapper--white .homepage-collection-grid-inner {
    position: relative;
}
  /*
  .homepage-sections-wrapper--white .homepage-featured-box-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  */
}
@media only screen and (min-width:768px){
  .homepage-sections-wrapper--white a.homepage-featured-box-btn.custom-btn-css {
    display:none;
}
}
.custom--logo_with_text {
    padding: 30px 125px;
}
.custom--logo_with_text .logo_with_text_container {
    justify-content: space-between;
    width: 100%;
}
.logo_with_text_container .logo_with_text_block {
    gap: 20px;
    /* width: 33.33%; */
}
.homepage-featured-content-wrapper .featured-products-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.homepage-featured-content-wrapper .homepage-sections--title,.textarea text-link-animated{
  text-transform:capitalize;
}
.homepage-indiv-section-wrapper .homepage-featured-content-box-inner{
    padding: 51px;
}
.image-with-text-wrapper .featured-row__subtext p {
    margin-top: 10px;
}
.homepage-section-btn-container .homepage-section-btn{
  text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.grid-view-item .product-grid--title{
  font-weight:600;
}
.sitewide--title-wrapper .homepage-sections--title{
  text-transform: math-auto
}
.featured-collections-wrapper .homepage-sections--title {
    margin-bottom: 30px;
}
.featured-collections-wrapper .collection-grid {
    gap: 48px;
}
.featured-collections-wrapper .collection-grid--items-2 .homepage-collection-grid-item {
    
    width: calc(50% - 48px) !important;
    padding: 0 !important;
}
.wrapper-padded .sitewide--title-wrapper{
  margin-bottom:30px;
}
.wrapper-padded .grid__item{
  /* margin-bottom:20px; */
}
.page-width.featured-products-wrapper {
    gap: unset;
}
.multi-columns-content {
    padding: 0px 83px;
}

@media only screen and (max-width:767px){
  .custom--logo_with_text .logo_with_text_container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}
  .logo_with_text_container .logo_with_text_block {
    flex-direction: column !important;
    align-items: center !important;
    width:100%;
}
  .featured-collections-wrapper .collection-grid--items-2 .homepage-collection-grid-item {
    width: unset !important;
    padding: unset !important;
}
  .wrapper-padded .multi-columns-content .single-column {
    padding: 40px 30px 40px 30px;
    text-align:center;
    width:100%;
    max-width:100%;
}
  .custom--logo_with_text {
    padding: 35px 0px;
}.custom--logo_with_text .logo_with_text_container .logo_with_text_block { 
        margin-bottom: 25px;
    }.custom--logo_with_text .logo_with_text_container .logo_with_text_block:last-child{
    margin-bottom:0
    }
}
.custom-new-navigation {
    width: 100%;
    display: grid;
    grid-template-columns: 240px auto auto;
    align-items: center;
    justify-items: end;
    padding-block: 8px;
}
.custom-new-navigation .header--left-area {
  place-self: start;
}
.custom-new-navigation .site-header__logo img {
    display: block;
    width: 100%;
    max-width: 175px !important;
}

.custom-new-navigation .site-header__links .log-in-button .header--supporting-text {
  display: none;
}
.custom-new-navigation .site-header__cart-toggle{
      border: 1px solid #ffff;
    border-radius: 30px;
    height: 100%;
  gap: 6px;
      padding: 14px 28px;
} 
.custom-new-navigation .nav-link-animated{
  font-size:16px !important;
}
.custom-new-navigation .header--supporting-text{
  font-size:16px !important;
}
@media only screen and (min-width:480px) and (max-width:990px){
  .mobile-nav-bar-wrapper .site-header__logo img {
    display: block;
    width: 100%;
    max-width: 200px !important;
  }
}
/* latest css end  */
/* PDP CSS START */
:root {
  --product-text-color: #2F1F19; 
  --product-text-color-second: #694738; 
}
#breadcrumbs .breadcrumb a span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: unset;
}
#breadcrumbs .breadcrumb-item.text-link.label-font {
  font-weight: 700;
  text-transform: capitalize;
}
.product-details-wrapper .product-details-product-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: var(--product-text-color);
  text-transform: capitalize;
}
.homepage-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-section-btn:hover {
  color: #fff;
}
.product-details-wrapper #ProductPrice .money {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: var(--product-text-color);
}
.product-details-wrapper #AddToCartForm .product-sub-label,
.product-details-wrapper .collapsible-tab .text-with-icon .text-with-icon--content .text-with-icon--text span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--product-text-color);
}
.product-section .product-details-wrapper .collapsible {
  border-top: 0;
  border-bottom: 1px solid var(--product-text-color-second);
}
.product-details-wrapper .collapsible-tab span .chevron-down path {
  stroke: var(--product-text-color-second);
}
.product-section #breadcrumbs .breadcrumb-divider img,
.mobile-content-main-wrapper #breadcrumbs .breadcrumb-divider img {
  display: inline-block;
  max-width: 16px;
  vertical-align: text-bottom;
}
.product-details-wrapper .paymentButtonsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.product-section .product-details-wrapper .collapsible .collapsible-content p,
.product-section .product-details-wrapper .collapsible .collapsible-content span,
.product-section .product-details-wrapper .collapsible .collapsible-content ul li {
  font-size: 18px;
  line-height: 150%;
  color: #50362B;
}
.product-section .product-details-wrapper .collapsible .collapsible-content p em {
  font-style: normal;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
  color: #2F1F19;
  border-color: #2F1F19;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item #quantity option {
  color: #000;
}
/* PDP CSS END */
/* CSS 16-03-2024 START*/

/* the slides */
.testimonial_container .slick-slide {
    margin: 0 30px;
}
/* the parent */
.testimonial_container .slick-list {
    /* margin: 0 -30px; */
}
.testimonial_container .slick-next, 
.testimonial_container .slick-prev
{
width: 50px;
height: 50px;
}
.testimonial_container .slick-prev {
    left: -60px;
}
.testimonial_container .slick-next {
    right: -60px;
}

.footer-new-main .grid .newsletter-footer {
width:55%;
}
.footer-new-main .grid .links-footer {
width:15%;
}
.footer-new-main .grid .social-media-footer {
width:15%;
}
.footer-new-main .grid .img-logo-new {
    width: 151px;
    height: 80px;
}
.footer-new-main .grid .input-group {
    display: flex;
    width: 100%;
    gap: 16px;
}
.footer-new-main .input-group-field{
      border: 1px solid #D1B79D !important;
    border-radius: 99px !important;
  padding-left:22px !important;
}
.footer-new-main .footer-email-submit{
  width: 161px;
  height: 51px;
  border-radius: 99px !important;
  color: #2F1F19;
  margin: 0 !important;
}
.footer-new-main .footer-email-submit:hover {
  color: #fff;
}
.footer-new-main .footer-new-title {
  font-size: 16px;
  color: #2F1F19;
  line-height: 24px;
}
.footer-new-main p {
    font-size: 14px;
    line-height: 21px;
  color:#50362B;
  margin:0;
  text-align:left;
}
.social-media-footer ul li {
    list-style-type: none;
    display: flex !important;
    align-items: center;
}
.footer-new-main .grid__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-new-main .footer-header{
  font-size: 16px;
    font-weight: 700;
  color:#2F1F19;
  text-align:left;
}
.product-grid--title a {
    cursor: pointer;
    color: #50362B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.footer-alignment--left .social-media-footer ul {
    margin-left: -12px;
    display: flex;
    flex-direction: column;
}
.site-footer localization-form button {
    border-radius: 40px;
}
.links-footer ul li{
  margin-bottom:1.5em;
}
.js .site-footer localization-form ul.localization__list[hidden] {
    display: none;
}
.footer-wrapper .wrapper-padded{
  padding:30px !important;
  border: 1px solid #D1B79D;
  border-radius:16px;
}
.footer-main{
  padding:60px 30px 0px 30px !important;
}
.footer-bottom{
padding:30px !important;
}
/* CSS 16-03-2024 END  */
.footer-blog-image img {
    width: 100%;
    max-width: 190px;
}
.blog-content {
    width: 100%;
    max-width: 590px;
    display: flex;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid gray;
}
.footer-blog-text p {
    margin-bottom: 10px;
}
.footer-blog-text h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.input-group .input-group-field {
    width: 50% !important;
}
@media only screen and (max-width:767px) {
  .footer-new-main .grid .newsletter-footer {
    width: unset;
}
  .footer-new-main .grid .input-group {
    display: block;
}
  .input-group .input-group-field {
    width: 100% !important;
}
  .footer-new-main .grid .links-footer {
    width: unset;
    margin:0;
}
  .footer-new-main .grid .social-media-footer {
    width: unset;
}
  .payment-icons svg {
    height: 20px !important;
    width: 28px !important;
}
.footer-main .grid{
  align-items:unset !important;
}
  .links-footer ul{
    text-align:left;
  }
  .footer-blog-text {
    text-align: left;
}
  .footer-blog-text h5 {
    font-size: 10px;
    line-height: 15px;
}
  .footer-new-main p {
    font-size: 10px;
    line-height: 15px;
  }
  .footer-blog-text a {
    font-size: 12px;
    text-decoration: underline;
}
}
/* PDP 16/03 */
.custom-atc-main--wrapper {
    display: flex;
    width: 100%;
    gap: 16px;
}
.product-details-wrapper .paymentButtonsWrapper {
  width: 100%;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
  padding-right: 16px;
  padding-left: 16px;
  min-width: 70px;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item {
  position: relative;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/cdn/shop/files/Vector.svg?v=1710584899');
  background-repeat: no-repeat;
  background-size: contain;
  right: 16px;
  width: 16px;
  height: 9px;
  z-index: 999;
}
.product-details-wrapper .paymentButtonsWrapper .shopify-payment-button .shopify-payment-button__button,
.product-details-wrapper .paymentButtonsWrapper #AddToCart,
.product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
  border-radius: 30px !important;
  overflow: hidden;
}
.product-details-wrapper #AddToCartForm .product-sub-label {
  margin-bottom: 10px;
}
.product-details-wrapper .paymentButtonsWrapper #AddToCart {
  background: #C4A382 !important;
  color: #50362B !important;
  text-transform: math-auto;
}
.custom-testimonial-section-main .sitewide--title-wrapper h2.homepage-sections--title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-transform: capitalize;
}
.custom-testimonial-section-main .homepage-sections--description,
.custom-testimonial-section-main .testimonial_card_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.custom-testimonial-section-main .testimonial_card_block .testimonial_title h4,
.custom-testimonial-section-main .testimonial_feedback p {  
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
}
.custom-testimonial-section-main .testimonial_card_block .testimonial_title h4 {
  font-weight: 700;
}
.custom-testimonial-section-main .testimonial_feedback p {
  font-weight: 400;
}
.custom-testimonial-section-main .testimonial_card_block h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.custom-testimonial-section-main .testimonial_card .slick-prev,
.custom-testimonial-section-main .testimonial_card .slick-next {
  width: 56px;
  height: 56px;
  z-index: 1;
}
.custom-testimonial-section-main .testimonial_card .slick-prev {
  left: 0;
}
.custom-testimonial-section-main .testimonial_card .slick-next {
  right: 0;
  z-index: 2;
}
.custom-testimonial-section-main .testimonial_card {
  position: relative;
}
.custom-testimonial-section-main .testimonial_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16%;
  height: 100%;
  background: linear-gradient(90deg, rgba(209, 183, 157, 1) 0%, rgba(209, 183, 157, 0) 100%);
  z-index: 1;
}
.custom-testimonial-section-main .testimonial_card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
  background: linear-gradient(90deg, rgba(209, 183, 157, 0) 0%, rgba(209, 183, 157, 1) 100%);
  z-index: 1;
}
product-recommendations .product-page-related-products .sitewide--title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
product-recommendations .product-page-related-products .sitewide--title-wrapper .page--title {
  text-align: left;
  margin-bottom: 0;
}
product-recommendations .product-page-related-products .sitewide--title-wrapper .btn {
  color: #2F1F19;
  padding: 16px 40px;
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
product-recommendations .product-page-related-products .sitewide--title-wrapper .btn:hover {
    color: #fff;
}
product-recommendations .product-page-related-products .sitewide--title-wrapper .page--title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fff;
}
.custom-testimonial-section-main .testimonial_card:not(.custom-testimonial-section-main .testimonial_card.slick-initialized) {
  display: none;
}
product-recommendations .product-page-related-products .swiper-button--prev {
  top: unset;
  bottom: 0;
  left: 46%;
  background-image: url('/cdn/shop/files/Button.svg?v=1710591460');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
product-recommendations .product-page-related-products .swiper-button--next {
  top: unset;
  bottom: 0;
  right: 46%;
  background-image: url('/cdn/shop/files/Button_b30c03ab-27b9-46b2-81bf-e762ff3bd665.svg?v=1710592305');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%
}
product-recommendations .product-page-related-products .grid-view-item {
  margin-bottom: 70px;
}
product-recommendations .product-page-related-products .swiper-button--prev svg,
product-recommendations .product-page-related-products .swiper-button--next svg{
  display: none;
}
product-recommendations .product-page-related-products .product-recommendations__slideshow .grid__item.swiper-slide .grid-view-item-image {
  border-radius: 16px;
}
product-recommendations .product-page-related-products .product-recommendations__slideshow .grid__item.swiper-slide .product-grid--title a,
product-recommendations .product-page-related-products .product-recommendations__slideshow .grid__item.swiper-slide .product-grid--price a {
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  color: #E5D6C7;
}
product-recommendations .product-page-related-products .product-recommendations__slideshow .grid__item.swiper-slide .product-grid--title a {
  font-weight: 700;
}
.product-recommendations__slideshow .product-card-image--bottom-wrapper .quick-add-wrapper .quick-add-button {
  border-radius: 30px;
  max-width: max-content;
  color: #000;
  text-transform: unset;
}
.product-recommendations__slideshow .grid-view-item-image .product-card-image--bottom-wrapper {
  bottom: 12px;
}
.product-details-wrapper .paymentButtonsWrapper.custom-mobile-dynamic-btn,
.mobile-content-main-wrapper {
  display: none;
}
/* review block css  */
.product-section .custom-review-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-section .custom-review-wrapper #shopify-block-stamped_product_reviews_ugc_star_rating_badge_bU49VR {
  margin-bottom: 0;
}
.product-section .custom-review-wrapper .stamped-badge-starrating .stamped-fa,
.mobile-content-main-wrapper .stamped-badge-starrating .stamped-fa,
.product-section .custom-review-wrapper .stamped-badge-caption {
  color: #694738;
}
.product-section .custom-review-wrapper .product-form-block .product-price-group,
.mobile-content-main-wrapper .product-price-group {
  position: relative;
  padding-right: 14px;
}
.product-section .custom-review-wrapper .product-form-block .product-price-group::after,
.mobile-content-main-wrapper .product-price-group::after {
  content: '';
  background: #000000;
  height: 90%;
  width: 1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.product-section .custom-review-wrapper .stamped-badge-caption[data-label="Reviews"]::before,
.mobile-content-main-wrapper .stamped-badge-caption[data-label="Reviews"]::before {
  content: '';
  background: #694738;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.product-section .custom-review-wrapper .stamped-badge-caption[data-label="Reviews"] ,
.mobile-content-main-wrapper .stamped-badge-caption[data-label="Reviews"] {
  padding-left: 24px;
  position: relative;
}
.product-section .product-medias__main .swiper-container {
  position: relative;
}
.product-section .product-medias__main .swiper-container .swiper-button--prev:hover,
.product-section .product-medias__main .swiper-container .swiper-button--next:hover {
  background: #f7c64c;
}
.product-section .product-medias__media[data-media-type=image] img {
  border-radius: 16px;
}
.product-medias__main .swiper-container .swiper-button--next,
.product-medias__main .swiper-container .swiper-button--prev {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.product-medias__main .swiper-container .swiper-button--next {
  right: 30px;
}
.product-medias__main .swiper-container .swiper-button--prev {
  left: 30px;
}
.product-medias__with-thumbnails .swiper-pagination {
  display: block !important;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.product-medias__with-thumbnails .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: none;
  background: #D1B79D;
}
.product-medias__with-thumbnails .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F7C64C;
}
.product-medias__with-thumbnails.product-medias__with-thumbnails--below .product-medias__thumbnails {
  display: none !important;
}
/* collection page css  */
.collection-wrapper .collection_grid #CollectionProductGrid .responsive-image-wrapper img {
  border-radius: 16px;
  transition: 0.5s;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid-view-item-image .sold-out-badge {
  border-radius: 16px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  top: 20px;
  left: 20px;
}
product-recommendations .product-page-related-products .product-recommendations__slideshow .grid__item.swiper-slide .money {
  color: #fff;
}
.section-header.collection .collection-header__title .page--title {
  text-align: left;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 56px;
  text-transform: unset;
  margin-bottom: 0;
  margin-top: 8px;
}
.section-header.collection .collection-header__title #breadcrumbs .breadcrumb a span,
.section-header.collection .collection-header__title #breadcrumbs .breadcrumb-item.text-link.label-font,
.section-header.collection #breadcrumbs .breadcrumb .breadcrumb-divider {
  color: #fff;
  font-size: 18px;
}
.section-header.collection .collection-header__title #breadcrumbs .breadcrumb-item.text-link.label-font {
  font-weight: 400;
}
header.section-header.collection {
  position: relative;
}
.section-header.collection .collection-header__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  padding-left: 10rem;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item .quick-add-button,
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item .sold-out-button,
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .quick-add-button-variants {
  border-radius: 30px;
  max-width: max-content;
  color: #000;
  text-transform: unset;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item .quick-add-button:hover,
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item .sold-out-button:hover,
.product-recommendations__slideshow .product-card-image--bottom-wrapper .quick-add-wrapper .quick-add-button:hover,
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .quick-add-button-variants:hover {
  color: #fff;
}
.product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
  margin-bottom: 0;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid-view-item-image .sold-out-badge.bestseller--badge.badge {
  background: #694738;
}
/* footer  */
.footer-bottom-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.privacy-links ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
   margin:10px 0 !important;
}
.footer-alignment--left .bottom--footer-row{
  display:block !important;
}
.multi-columns-content .single-column {
  box-shadow: 0 0 25px 0 #00000030;
}
.multi-columns-content .single-column{
  height:auto !important;
  padding:30px 40px;
}
a.homepage-featured-box-btn.show_btn_on_hover {
    opacity: 0;
    position: absolute;
    top: 50%;
    border-radius:40px;
}
.homepage-collection-grid-item:hover a.homepage-featured-box-btn.show_btn_on_hover{
  opacity: 1;
  color: #2F1F19;
}
.homepage-collection-grid-item:hover a.homepage-featured-box-btn.show_btn_on_hover:hover {
  color: #fff;
}
.template-index .header-section:not(.sticky-header) .overlay-header:hover{
  background: none !important;
    border-bottom: none !important;
}
button.quick-add-button.quick-add-button-desktop.spo-container {
  border-radius: 40px;
  color: #694738;
}
a.sold-out-button.sold-out-button-desktop {
    border-radius: 40px;
}
.featured-collection-slider .grid__item .quick-add-button {
  width:100%;
  max-width:max-content;
}
.quick-add-wrapper.is-singular {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}
.custom--design--main-wrapper .slick-dots li{
  margin:0;
}
.custom--design--main-wrapper .slick-dots li button:before{
  color:#C4A382;
}
button.quick-add-button.quick-add-button-desktop.spo-container:hover {
  color: #ffffff;
}
/* header 21/03 */
a.homepage-featured-box-btn.show_btn_on_hover {
    opacity: 0;
    position: absolute;
    top: 50%;
    border-radius:40px;
}
.homepage-collection-grid-item:hover a.homepage-featured-box-btn.show_btn_on_hover{
  opacity: 1;
}
.template-index .header-section:not(.sticky-header) .overlay-header:hover{
  background: none !important;
    border-bottom: none !important;
}
button.quick-add-button.quick-add-button-desktop.spo-container {
    border-radius: 40px;
}
a.sold-out-button.sold-out-button-desktop {
    border-radius: 40px;
}
.featured-collection-slider .grid__item .quick-add-button {
  width:100%;
  max-width:max-content;
}
.quick-add-wrapper.is-singular {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}
.custom--design--main-wrapper .page-width.featured-products-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}
.custom--design--main-wrapper .slick-dots li{
  margin:0;
}
.custom--design--main-wrapper .slick-dots li button:before{
  color:#C4A382;
}
.collection-wrapper .collection_grid .pagination__load-more .btn--load-more:hover {
  color: #fff;
}
.collection-wrapper .collection_grid .pagination__load-more .btn--load-more {
  border-radius: 30px;
  color: #2F1F19;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item:hover .responsive-image-wrapper {
  transition: 0.5s;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item:hover .responsive-image-wrapper:hover {
  transform: scale(1.2) !important;
}
.collection-wrapper .collection_grid #CollectionProductGrid .grid__item .grid-view-item:hover .grid-view-item-image {
  border-radius: 16px;
}
.featured-collection-slider .grid-view-item:hover .quick-add-wrapper .quick-add-button {
  color: #694738;
}
.featured-collection-slider .grid-view-item:hover .quick-add-wrapper .quick-add-button:hover {
  background: #694738;
  color: #fff;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  product-recommendations .product-page-related-products .swiper-button--prev {
    left: 42%;
    transform: translateX(-50%);
  }
  product-recommendations .product-page-related-products .swiper-button--next {
    right: 42%;
    transform: translateX(-50%);
  }
  .custom-atc-main--wrapper {
    display: grid;
    grid-template-columns: 80px calc(100% - 96px);
  }
  .product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
    margin-bottom: 0;
  }
  .product-details-wrapper .paymentButtonsWrapper.custom-mobile-dynamic-btn {
    grid-column: 1 / 3;
  }
  .product-details-wrapper .paymentButtonsWrapper.custom-mobile-dynamic-btn {
    display: block;
  }
  .product-details-wrapper .paymentButtonsWrapper .shopify-payment-button[data-shopify="payment-button"]:not(.paymentButtonsWrapper.custom-mobile-dynamic-btn .shopify-payment-button[data-shopify="payment-button"]) {
    display: none;
  }
  .product-details-wrapper .paymentButtonsWrapper {
    grid-template-columns: 1fr;
  }
  .product-details-wrapper #ProductPrice .money {
    font-size: 22px;
  }
  .product-details-wrapper .product-details-product-title {
    font-size: 38px;
    line-height: 48px;
  }
  .product-form__controls-group.custom--quantity-pdp .product-form__item::after {
    right: 28px;
  }
}
@media only screen and (max-width:767px) {
  product-recommendations .product-page-related-products .sitewide--title-wrapper {
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 1rem;
  }
  product-recommendations .product-page-related-products .sitewide--title-wrapper .page--title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff;
  }
  product-recommendations .product-page-related-products .sitewide--title-wrapper .btn {
    font-size: 18px;
    line-height: 27px;
    padding: 13px 35px;
  }
  .product-page-related-products .grid__item {
    padding: 0 !important;
  }
  product-recommendations .product-page-related-products .swiper-button--prev,
  product-recommendations .product-page-related-products .swiper-button--next {
    display: none;
  }
  product-recommendations .grid-view-item {
    margin-bottom: 0;
  } 
  .product-page-related-products .grid__item {
    margin-bottom: 0;
  }
  .product-page-related-products {
    padding: 10px 0px;
  }
  .product-recommendations__slideshow .product-card-image--bottom-wrapper .quick-add-wrapper .quick-add-button {
    display: block !important;
    margin: 0 auto;
  }
  .product-recommendations__slideshow .product-card-image--bottom-wrapper .quick-add-wrapper .quick-add-button span {
    display: none !important;
  }
  .mobile-content-main-wrapper {
    margin-top: 38px;
  }
  .mobile-content-main-wrapper .custom-mob-title .product-details-product-title {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #2F1F19;
    text-transform: unset;
    margin-top: 8px;
  }
  .mobile-content-main-wrapper .custom-mob-price #ProductPrice .money {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-top: 12px;
    display: block;
    color: #2F1F19;
  }
  .mobile-content-main-wrapper .custom-mob-price #ProductPrice .money {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    display: block;
    color: #2F1F19;
  }
  .mobile-content-main-wrapper .custom-mob-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0px;
  }
  .product-details-wrapper .custom-mobile_disabled,
  .product-section #breadcrumbs,
  .product-section .custom-review-wrapper {
    display: none;
  }
  .product-details-wrapper .paymentButtonsWrapper.custom-mobile-dynamic-btn,
  .mobile-content-main-wrapper {
    display: block;
  }
  .product-details-wrapper .paymentButtonsWrapper .shopify-payment-button[data-shopify="payment-button"]:not(.paymentButtonsWrapper.custom-mobile-dynamic-btn .shopify-payment-button[data-shopify="payment-button"]) {
    display: none;
  }
  .product-details-wrapper .paymentButtonsWrapper {
    grid-template-columns: 1fr;
  }
  .custom-atc-main--wrapper {
    display: grid;
    grid-template-columns: 80px calc(100% - 96px);
  }
  .product-details-wrapper .paymentButtonsWrapper.custom-mobile-dynamic-btn {
    grid-column: 1 / 3;
  }
  .product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
    margin-bottom: 0;
  }
  .product-medias__with-thumbnails .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .product-medias__main .swiper-container .swiper-button--next, .product-medias__main .swiper-container .swiper-button--prev {
    width: 38px;
    height: 38px;
  }
  .product-medias__main .swiper-container .swiper-button--next svg,
  .product-medias__main .swiper-container .swiper-button--next svg {
    width: 20px;
    height: 20px;
  }
  .product-section .product-single-wrapper .product-single .grid__item {
    margin-bottom: 0;
  } 
  .product-form__controls-group.custom--quantity-pdp .product-form__item::after {
    right: 28px;
  }
  .privacy-links ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 270px;
    justify-content: center;
  }
  .section-header.collection .collection-header__title {
    padding-left: 15px;
  }
  .footer-bottom-links {
    justify-content: center;
}
  .footer-header{
    padding-top: 30px;
    border-top: 1px solid var(--color-footer-border);
  }
  .multi-columns-content{
    padding:0;
  }
  .multi-columns-content .single-column {
    box-shadow: 0 0 25px 0 #00000030 !important;
}
}
@media only screen and (max-width:425px) {
  .custom-atc-main--wrapper {
    gap: 12px;
    grid-template-columns: 70px calc(100% - 82px);
  }
  .product-form__controls-group.custom--quantity-pdp .product-form__item #quantity {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product-form__controls-group.custom--quantity-pdp .product-form__item::after {
    right: 16px;
  }
}




/* collection filter css  */
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner {
  grid-template-columns: 1fr;
  gap: 18px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper {
  grid-column: 1 / 3;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters-with-search {
  display: flex;
  align-items: center;
  gap: 6px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters .facets__summary {
  background: #F7C64C;
  color: #2F1F19;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  border-radius: 30px;
  transition: 0.2s;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details {
  border: none;
  margin: 0;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details:hover {
  box-shadow: none;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display {
  left: unset;
  right: 0;
  background: #E5D6C7F7;
  max-width: 26rem;
  padding: 46px 24px;
  border-radius: 10px;
  border: none;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .custom_collection_filter_wrapper,
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display .facets__list {
  margin-left: 0;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .custom_collection_filter_wrapper li {
  list-style: none;
  margin-block: 14px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .collection_filter_head {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-block: 24px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .collection_list {
  border-bottom: 1px solid #C4A382;
  padding-bottom: 24px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting .collection-filters__label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  text-transform: math-auto;
}
.grid-area--filtering #main-collection-filters {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting .collection-filters__field .collection-filters__field_label_wrapper {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters .facets__summary:hover {
  background: #694638;
  color: #fff;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters .facets__summary:hover svg path {
    fill: #ffffff;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters .facets__summary:focus {
  border: none;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .filter-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .filter-main-header .filter-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .filter-main-header .filter-cross-btn {
  line-height: 0;
  cursor: pointer;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options {
  display: none;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display .facets__header {
  background: transparent;
  border-bottom: none;
  justify-content: center;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display .facets__header .facets__reset {
  margin: 0;
  background: #F7C64C;
  color: #2F1F19;
  padding: 14px 34px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  transition: 0.2s;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display .facets__header .facets__reset:hover {
  background: #694638;
  color: #fff;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options li {
  list-style: none;
  cursor: pointer;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .collection-filters__field {
  position: relative;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options {
  background: #E5D6C7F7;
  width: 100%;
  max-width: 320px;
  padding: 24px;
  border-radius: 10px;
  margin-left: 0;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options li {
  list-style: none;
  padding-block: 4px;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .custom_collection_filter_wrapper li .custom_collection_filter,
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .dropdown-options li.active {
  font-weight: 600;
}
.grid-area--filtering #main-collection-filters collection-filtering-form .custom-sort-select {
  display: none;
}
.grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting .collection_product_count_pagination span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width:767px) {
  .grid-area--filtering #main-collection-filters collection-filtering-form {
    position: unset;
    max-width: 100%;
    transform: unset;
    overflow-y: unset;
    background: transparent;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner {
    flex-direction: column;
    margin-top: 0;
    gap: 0px;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm {
    opacity: 1;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper {
    margin-left: 0;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper {
    flex-direction: column;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters-with-search {
    flex-direction: column;
    width: 100%;
    margin-top: 18px;
    gap: 12px;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters {
    width: 100%;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters .facets__summary div {
    justify-content: center;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .facets__wrapper .custom-collection-top-wrapper .custom-collection-filters details .facets__display {
    margin-top: 20px;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting {
    margin-top: 24px;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form .drawer__close button {
    display: none;
  }
  .grid-area--filtering #main-collection-filters .mobile-facets__open {
    display: none;
  }
  .grid-area--filtering #main-collection-filters {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form #CollectionFiltersForm .facets__form-inner .collection-filters__item.sorting {
    position: relative;
  }
  .grid-area--filtering #main-collection-filters collection-filtering-form .collection-filters__field {
    position: unset;
  }
}
/* 22/03 */
.custom--design--main-wrapper .page-width.featured-products-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
}
.featured-products-wrapper .text-center.show-view-all--button a {
  border-radius: 40px;
  color: #2F1F19;
}
.featured-products-wrapper .text-center.show-view-all--button a:hover {
  color: #fff;
}
.featured-collection-slider .slick-list.draggable {
  margin: 0 -10px;
}
.featured-collection-slider .slick-list.draggable .grid__item.slick-slide {
  padding-left: 0;
  margin: 0 10px;
}
.homepage-featured-content-box-inner .custom--text_size {
    color: #50362B;
}
.homepage-featured-content-box-inner .custom--heading_size {
    color: #50362b;
}
.announcement_wrapper span.announcement_text {
    display: flex !important;
    align-items: center;
    gap: 4px;
}
.homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-feed .ooo-instagram-media {
  display: inline-block;
}
.homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-header .page--title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-transform: capitalize;
}
.homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-header .rte p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.custom-product-wrap {
  padding-top: 18px !important;
  padding-bottom: 48px !important;
}
@media only screen and (max-width:1200px){
  
  .custom--logo_with_text.desktopLogosInline {
    padding-left: 50px;
    padding-right: 50px;
}
  
}

@media only screen and (max-width:1000px){
  
  .custom--logo_with_text.desktopLogosInline {
    padding-left: 20px;
    padding-right: 20px;
}
  
}

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

  .footer-blog .blog-content {
    /* padding-left: 30px; */
    border: none;
}

  
  .template-index .header-section:not(.sticky-header) .overlay-header {
    top: 0px;
  }
  .custom--design--main-wrapper .page-width.featured-products-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left:0px;margin-bottom:20px;
  }
  .homepage-sections-wrapper--white .homepage-sections--title{
    font-size:40px;
  }
  .wrapper-padded .sitewide--title-wrapper{
    margin-bottom:0;
  }
   .multi-columns-content{
    padding:0;
  }
  .multi-columns-content .single-column {
    box-shadow: 0 0 25px 0 #00000030 !important;
  }
  .quick-add-wrapper:not(.quick-shop--block) .quick-add-button.quick-add-button-desktop{
    display:unset !important;
  }
  .quick-add-wrapper:not(.quick-shop--block) .sold-out-button.sold-out-button-desktop{
    display: unset !important;
  }
  a.homepage-featured-box-btn.show_btn_on_hover{
    opacity:100%;
  }
  .homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-feed .ooo-instagram-media {
    width: 50%;
    scroll-snap-align: start;
  }
  .homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-feed {
    margin-inline: 12px;
  }
  .homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-feed .ooo-instagram-feed__list {
    padding-right: 22px;
    padding-left: 0;
  }
  .homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-header .page--title {
    font-size: 34px;
  }
  .homepage-sections-wrapper ooo-instagram-feed .ooo-instagram-container .ooo-instagram-header .rte p {
    font-size: 18px;
  }
  .custom-mob-product {
    padding-top: 48px !important;
  }
  .homepage-sections-wrapper ooo-instagram-feed {
    padding: 0;
  }  
  .homepage-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-sections--title {
    font-size: 40px;
  }
  .homepage-section-btn-container .homepage-section-btn {
    font-size: 16px;
  }
  .custom-main-banner-alignment .homepage-featured-content-box {
    padding-left: 0;
  }
}

.hero-video .hero-video--wrapper .hero-video--media .video-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.hero-video .hero-video--wrapper .hero-video--media .video-wrapper .overlay .poster-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video .hero-video--wrapper .hero-video--media .video-wrapper iframe {
  width: 100% !important;
}
.hero-video .hero-video--wrapper .hero-video--media .video-wrapper .overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  z-index: 999;
}
.hero-video .hero-video--wrapper .hero-video--media {
  pointer-events: unset;
}
a.homepage-featured-box-btn {
    border-radius: 40px;
}
.grid__item.itemfalse .sold-out-badge.badge {
    display: none !important;
}

 

@media only screen and (min-width:768px) { 
  .hero-video .hero-video--wrapper .hero-video--media .video-wrapper {
    position: relative;
    padding-bottom: 0;
    height: 100%;
  }
  .hero-video .hero-video--wrapper .hero-video--media .video-wrapper iframe {
    left: auto;
  }


  .footer-blog .blog-content {
    padding-left: 30px;
}
}



@media screen and (max-width: 767px) {
collection-filtering-form{
  z-index:9 !important
}
}


