/** Shopify CDN: Minification failed

Line 53:0 Unexpected "{"
Line 53:1 Expected identifier but found "%"
Line 53:44 Unexpected "\"Hero section\""
Line 53:60 Expected identifier but found "%"
Line 373:0 Unexpected "{"
Line 373:1 Expected identifier but found "%"
Line 373:44 Unexpected "\"Blog posts\""
Line 373:58 Expected identifier but found "%"
Line 522:0 Unexpected "{"
Line 522:1 Expected identifier but found "%"
... and 22 more hidden warnings

**/
body{
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;
}

.m-header .m-menu-customer a.m-button {
  background-color: var(--color-btn-bg, var(--color-primary));
  border-color: var(--color-btn-bg, var(--color-primary));
  color: var(--color-btn-text, #fff);
}
.m-header .m-header__desktop .m-hamburger-box {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.m-header .m-header__desktop .m-hamburger-box .catalog-link {
  position: absolute;
  inset: 0; 
  z-index: 2;
}

.m-header .m-header__mobile-right .m-header__wishlist {
  position: relative;
  padding: 8px 8px;
}
.m-header__desktop .m-header__right .m-wishlist-count, 
.m-header__mobile .m-header__mobile-right .m-wishlist-count {
  top: 6px;
}

@media (max-width: 1023px) {
  .m-header .m-header__desktop .m-hamburger-box .catalog-link {
    display: none;
  }
}

{% comment %}  New custom style for section "Hero section" {% endcomment %}

.sf-home__slideshow .m-slide__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: baseline;
  margin: 0 auto;
  height: 100%;  
}  
@media screen and (min-width: 768px) {
 .sf-home__slideshow .m-slide__wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1440px;  
 }  
}

.sf-home__slideshow.m-slider .m-slider-controls--show-nav .m-slide__wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
 @media screen and (min-width: 768px) {
  .sf-home__slideshow.m-slider .m-slider-controls--show-nav .m-slide__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }  
}

.sf-home__slideshow .m-slide__wrapper .m-slide__content{  
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 100%;
  border-radius: 0;
}  
@media screen and (min-width: 1024px) {
  .sf-home__slideshow .m-slide__wrapper .m-slide__content{  
     width: 544px;      
   }  
}
@media screen and (max-width: 768px) {
  .sf-home__slideshow .m-slider--content-stack .m-slide__wrapper {
    position: relative;
    padding-top: 0px;
  }
}

.sf-home__slideshow.m-slider .m-slide__media,
.sf-home__slideshow.m-slider:not(.m-slider--adapt).m-slider--large .m-slide__media {
    height: 100%;
    min-height: 300px;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow.m-slider .m-slide__media,
  .sf-home__slideshow.m-slider:not(.m-slider--adapt).m-slider--large .m-slide__media {
     height: 700px;
   }
}

@media screen and (max-width: 768px) {
   .sf-home__slideshow.m-slider .m-slide__bg--mobile{
      --aspect-ratio-mobile: 60 / 42 !important;
   }

   .sf-home__slideshow.m-slider--content-stack .m-slide__wrapper {
      position: absolute;
      padding-top: 10px;
    }
}

.sf-home__slideshow .m-slide[class*="--middle-"] .m-slide__wrapper {
  align-items: baseline;
  justify-content: flex-start;
}

.sf-home__slideshow.m-slider--content-stack .m-slide__title {
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500; 
  font-size: 36px;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -2px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;

  @media screen and (min-width: 1024px) {
     font-size: 94px;
     font-weight: 600; 
     letter-spacing: -9px;
     margin-top: 0px;
  }  
}

.sf-home__slideshow .m-richtext__subtitle {
    margin-bottom: 40px;
    display:none;

    @media screen and (min-width: 1024px) {
     display:block;
   }  
}

.sf-home__slideshow .m-slide__subtitle{
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-weight: 400; 
  font-style: normal;
  font-size: 16px;
  line-height: 90%;
  text-align: left;
}
.sf-home__slideshow .m-slide__description {
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-weight: 400; 
  font-style: normal;
  line-height: 90%;
  font-size: 34px;
}

.sf-home__slideshow .m-slide__button{
    margin-top: auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow .m-slide__button{
    margin-bottom: 0px;
  }
}

.sf-home__slideshow .m-slide__button .m-button{
  background-color: #F8F7F2;
  font-size: 16px;
  color: #120F0A;
  text-transform: none;
  border-radius: 35px;
  width: 190px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 12px 2px 32px;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow .m-slide__button .m-button{
    height: 52px;
    padding: 16px 6px 16px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .sf-home__slideshow .m-slide__button .m-button{
    width: 283px;
    height: 64px;
    font-size: 20px;
  }  
}

.sf-home__slideshow .m-button.m-button--primary:hover{
  background-color: #FFCDCD;
  box-shadow: none;
  border: none;
}

.sf-home__slideshow .m-slide__button .m-button .circle-icon {
  width: 30px;
  height: 30px;
  background-color: #E63E3E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow .m-slide__button .m-button .circle-icon {
     width: 40px;
     height: 40px;
  }
}

.sf-home__slideshow .m-slide__button .m-button svg{  
  width: 20px;
  height: 20px;
}
.sf-home__slideshow .m-slider .swiper-pagination.m-dot-circle--dark .m-dot svg circle {
  stroke: #6D4F4F;
}
.sf-home__slideshow .m-slider .swiper-pagination.m-dot-circle--dark .m-dot:before {
  background-color: #6D4F4F;
}
.sf-home__slideshow .m-slide__button .m-button.m-button--brown {
  background-color: #7F552E;
  color: #F8F7F2;
}
.sf-home__slideshow .m-button.m-button--brown:hover{
  background-color: #572D06;
  color: #F8F7F2;  
  box-shadow: none;
  border: none;
}
.sf-home__slideshow .m-button.m-button--brown .circle-icon{
  background-color: #141414;  
}
.sf-home__slideshow .m-slider .m-button.m-button--brown .circle-icon svg {
  stroke: #FEE6CF;
}

.sf-home__slideshow .m-slide__button .m-button.m-button--green {
  background-color: #F8F7F2;
  color: #120F0A;
}
.sf-home__slideshow .m-button.m-button--green:hover{
  background-color: #82FFBB;
  color: #120F0A;  
  box-shadow: none;
  border: none;
}
.sf-home__slideshow .m-button.m-button--green .circle-icon{
  background-color: #0CA75A;  
}
.sf-home__slideshow .m-slider .m-button.m-button--green .circle-icon svg {
  stroke: #F8F7F2;
}

.sf-home__slideshow .m-slider-controls {
  bottom: 7%;
  right: 5%;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow .m-slider-controls {
    bottom: 4%;
    right: 15%;
  }
}

.sf-home__slideshow .m-slider-controls__wrapper {
  display: flex;
  gap: 5px;
  pointer-events: auto;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
}

.sf-home__slideshow .m-slider-controls__button-prev,
.sf-home__slideshow .m-slider-controls__button-next {
  left: auto !important;
  right: auto !important;
  position: static;
}

.sf-home__slideshow.m-slider .m-slider-controls__button {
    left: 0;
    border: none;
    margin: 0;
    opacity: .4;
    transition: all var(--m-duration-default, 0.25s) ease;
    color: var(--swiper-controls-color, #222);
    background-color: #000;  
}
.sf-home__slideshow.m-slider .m-slider-controls__button:hover{
  background-color: #F8F7F2;
      opacity: 1;
}

.sf-home__slideshow.m-slider .m-slider-controls__button {
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 768px) {
  .sf-home__slideshow.m-slider .m-slider-controls__button {
    width: 70px;
    height: 70px;
  }
}

.sf-home__slideshow.m-slider .m-slider-controls__button svg {
  width: 20px;
  height: 20px;
}

.sf-home__slideshow .m-slider-controls__button-next:hover::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(
    white 0deg 220deg,
    transparent 210deg 360deg
  );
  mask: radial-gradient(closest-side, transparent 98%, black 99%);
  -webkit-mask: radial-gradient(closest-side, transparent 98%, black 99%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sf-home__slideshow.m-slider .m-slider-controls__button.swiper-button-prev,
  .sf-home__slideshow.m-slider .m-slider-controls__button.swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sf-home__slideshow.m-slider .m-slider-controls__wrapper .swiper-pagination{
    display: none;
  }
}
.sf-home__slideshow.m-slider .m-slider-controls__wrapper .swiper-pagination .m-dot{
  margin: 0px;
}


{% comment %}  New custom style for section "Blog posts" {% endcomment %}

.news-section .m-mixed-layout{
    margin-left: 0px;
    margin-right: 0px;  
}
.news-section .m-section__header{
  width: 60%;
  margin: 0px auto 30px;  
}
@media screen and (min-width: 768px) {
  .news-section .m-section__header{
    width: 602px;
    margin: 160px auto 65px auto;
  }
}

.news-section .m-section-my .m-section__heading {
    font-family: 'Fact VF', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 90%;
    text-transform: uppercase;
    color: #120F0A;
    letter-spacing: -2px;
}  
@media screen and (min-width: 768px) {
  .news-section .m-section-my .m-section__heading {
    font-size: 65px;
    letter-spacing: -6px;
  }
}

.news-section .m-article-card {
  position: relative;
  overflow: hidden;
}
.news-section .m-article-card:hover,
.news-section .m-article-card:hover .m-article-card__title,
.news-section .m-article-card:hover .m-article-card__title:hover a{
  color: white;
}
.news-section .m-article-card__image {
  display: block;
  height: 364px;
  overflow: hidden;
  position: relative;
}
.news-section .m-article-card__image .m-image{
  height: 100%;
}
.news-section .m-article-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.news-section .m-article-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 10px 15px;
  transition: transform 0.4s ease;
  border-radius: 12px;
}
.news-section .m-article-card__title {
  margin: 0;
  font-family: 'Fact VF', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  color: white;
  transition: transform 0.4s ease;
  letter-spacing: 0.2px;
}
.news-section .m-article-card__excerpt {
  font-family: 'Fact VF', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: #F8F7F2;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.news-section .m-article-card:hover .m-article-card__image img {
  filter: blur(3px);
}
.news-section .m-article-card:hover .m-article-card__title {
  transform: translateY(-15px);
}
.news-section .m-article-card:hover .m-article-card__excerpt {
  opacity: 1;
  max-height: 100px; 
}
.news-section .m-blog-grid__button{
  display: block;
  margin-top: 60px;
}
.news-section .m-blog-grid__button .m-button{
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  border-radius: 35px;
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 32px;
  margin-top: 30px;
  border: none;
} 
@media screen and (min-width: 768px) {   
  .news-section .m-blog-grid__button .m-button{
     width: 283px;
     margin-top: 0px;
  }
}

.news-section .m-blog-grid__button .m-button:hover{
  background-color: #120F0A;
  color: #F8F7F2;
} 
.news-section .m-button:not(.m-button--link):hover{
  box-shadow: none;
}
.news-section .m-blog-grid__button .m-button .circle-icon{
  width: 40px;
  height: 40px;
  background-color: #120F0A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .m-blog-grid__button .m-button:hover .circle-icon{
  background-color: #E63E3E;
}


{% comment %} New custom style for section "Featured collection" {% endcomment %}

.custom_related_products.facest-filters-section .m-collection--wrapper {
  margin: 30px 0px 60px;
}

@media screen and (min-width: 1440px) {
  .custom_related_products.facest-filters-section .m-collection--wrapper {
    margin: 30px 48px 60px;
  }
}
.custom_related_products .m-section-my {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .custom_related_products .m-section-my {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.custom_related_products.facest-filters-section{
  padding-bottom: 100px;
}

.custom_related_products .m-section-my .m-section__heading {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%;
  text-transform: uppercase;
  color: #120F0A;
}  
@media screen and (min-width: 768px) {
  .custom_related_products .m-section-my .m-section__heading {
    font-size: 65px;
  }
}

.custom_related_products .m-section-my .m-product-list{
  padding-bottom: 30px;
}
.custom_related_products .m-product-card__media,
.custom_related_products .m-image m-image-loaded {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .custom_related_products .m-mixed-layout--mobile-scroll .m-mixed-layout__inner>* {
    width: var(--mobile-column-width, 90vw) !important;
  }
}

.custom_related_products .m-product-card__main-image,
.custom_related_products .m-product-card__hover-image  {
  background-color: #F7E9E4;
} 
.custom_related_products .m-product-card__main-image,
.custom_related_products .m-product-card__main-image .m-image,
.custom_related_products .m-product-card__hover-image,
.custom_related_products .m-product-card__hover-image .m-image{
  height: 400px;
}
.custom_related_products .m-product-card__hover-image img{
  object-fit: contain;
}

.custom_related_products .m-product-card__main-image img {
   object-fit: contain;
} 
.custom_related_products .m-product-card__name{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 110%;
  text-transform: capitalize;
  color: #120F0A;
}
.custom_related_products .m-product-card__name:hover,
.custom_related_products .m-product-card__price .m-price-item--regular{
  color: #120F0A;
}
.custom_related_products .product-card-form .m-add-to-cart,
.custom_related_products .m-product-card__action .m-product-quickview-button{
  background-color: #120F0A;
  color: #F8F7F2;
  font-size: 20px;
  text-transform: none;
  display: inline-block;
  width: 70%;
  border-radius: 30px;
  padding: 5px 10px;  
}
.custom_related_products .product-card-form .m-add-to-cart:hover,
.custom_related_products .m-product-card__action .m-product-quickview-button:hover{
  background-color: #F8F7F2;
  color: #120F0A;
}
.custom_related_products .m-button:not(.m-button--link):hover {
  box-shadow: none; 
}
.custom_related_products .m-product-card__price .m-price-item,
.custom_related_products .m-product-card__price .m-price-item--regular{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #120F0A;
}
.custom_related_products .m-product-card__content .m-price--on-sale .m-price__sale {
 /* flex-direction: row-reverse; */
}
.custom_related_products .m-product-card__content .m-price--on-sale .m-price__sale {
  align-items: start;
}
.custom_related_products .m-product-card__content .m-price--on-sale .m-price__sale s.m-price-item{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #A7A199;
  opacity: 0.8;
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
}
.custom_related_products .m-featured-collection__button {
  justify-content: flex-start;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .custom_related_products .m-featured-collection__button {
     margin-top: 60px;
  }  
}

.custom_related_products .m-featured-collection__button .m-button{
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  border-radius: 35px;
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 32px;
  margin-top: 30px;
  border: none;
}
@media screen and (min-width: 768px) {     
  .custom_related_products .m-featured-collection__button .m-button{
    width: 283px;
    margin-top: 0px;
  }
}

.custom_related_products .m-featured-collection__button .m-button:hover{
  background-color: #120F0A;
  color: #F8F7F2;
}
.custom_related_products .m-featured-collection__button .m-button .circle-icon{
  width: 40px;
  height: 40px;
  background-color: #120F0A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_related_products .m-featured-collection__button .m-button:hover .circle-icon{
  background-color: #E63E3E;
}
.custom_related_products .m-product-card .m-product-card__tags{
  left: 0;
  top: 0;
}
.custom_related_products .m-product-card .m-product-card__tag-name {
  border-radius: 12px 0px 12px 0px;
  text-transform: none;
  font-family: 'Fact VF', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 10px;
}
.custom_related_products .m-product-card .m-product-card__action--top{
  bottom: 20px;
  top: auto;
  z-index: 11;
}
.custom_related_products .m-product-card__media:hover .m-product-card__action--top {
  z-index: 11;
}

@media screen and (min-width: 1024px) {  
  .custom_related_products .m-product-card__media:hover .m-product-card__action--top .m-tooltip,
  .custom_related_products .m-product-card__media .m-product-card__action--top .m-tooltip.added-to-wishlist:hover {
    background-color: rgba(248, 247, 242, 1);
    color: rgba(18, 15, 10, 1);
  }
  .custom_related_products .m-product-card__media .m-product-card__action--top:hover .m-tooltip,
  .custom_related_products .m-product-card__media .m-product-card__action--top .m-tooltip.added-to-wishlist {
    background-color: rgba(18, 15, 10, 1);
    color: #FFFFFF;
    box-shadow: none;
  } 
}

@media screen and (max-width: 768px) {   
  .custom_related_products .m-product-card__media .m-product-card__action--top {
    left: auto;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    display: flex;
    opacity: 1;
    transform: none;  
  }

  .custom_related_products .m-product-card__media .m-product-card__action--top .m-tooltip,
  .custom_related_products .m-product-card__media .m-product-card__action .m-tooltip {
    background-color: #66557A;
    color: #F8F7F2;
    width: 36px;
    height: 40px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-radius: 0px 12px 0px 12px;
    margin-bottom: auto;
    box-shadow: none;
    border:none;
  }

  .custom_related_products .m-product-card__media:has(.m-product-tag--hot) .m-product-card__action--top .m-tooltip.added-to-wishlist,
  .custom_related_products .m-product-card__media:has(.m-product-tag--sale) .m-product-card__action--top .m-tooltip.added-to-wishlist,
  .custom_related_products .m-product-card__media .m-product-card__action--top .m-tooltip.added-to-wishlist {
    background-color: rgba(18, 15, 10, 1);
    color: #FFFFFF;
    box-shadow: none;
  }

  .custom_related_products .m-product-card__media:has(.m-product-tag--sale) .m-product-card__action--top .m-tooltip {
    background-color: #98d8ca;
  }
  .custom_related_products .m-product-card__media:has(.m-product-tag--hot) .m-product-card__action--top .m-tooltip {
    background-color: #f8796e;
  }
}

.custom_related_products .m-slider-controls {
  display: none;  
}
@media screen and (min-width: 768px) {
  .custom_related_products .m-slider-controls {
    display: flex;
    position: absolute;
    bottom: -60px;
    right: 7%;
    z-index: 10;
    --offset-top: 0px !important;
  }

  .template-product .custom_related_products .m-slider-controls {
    display: flex;
    position: absolute;
    bottom: -12%;
    left: 11%;
    right: 0;
    z-index: 10;
    --offset-top: 0px !important;
  }
}
@media screen and (min-width: 1180px) {
  .custom_related_products .m-slider-controls {
    right: 5%;
  } 
  .template-product .custom_related_products .m-slider-controls {
    right: 0;
    left: 6%;
    bottom: 0;
  } 
}

.custom_related_products .m-slider-controls__wrapper {
  display: flex;
  gap: 20px;
  pointer-events: auto;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
}
.custom_related_products .m-slider-controls__button {
  border: 1px solid var(--color-border);
  margin: 0;
  transition: all var(--m-duration-default, 0.25s) ease;
  color: var(--swiper-controls-color, #222);
  background-color: rgba(0, 0, 0, 0);  
} 
.custom_related_products .m-slider-controls__button {
  width: 30px;
  height: 30px;
  background-color: #E63E3E;
  opacity: 0.1;
} 
@media screen and (min-width: 768px) {
  .custom_related_products .m-slider-controls__button {
    width: 70px;
    height: 70px;
  }
}

.custom_related_products .m-slider-controls__button:hover{
  opacity: 0.7;
  box-shadow: none;
}
.custom_related_products .swiper-button-prev {
  right: 0;
}
.custom_related_products .swiper-button-next {
  left:0;
}

.custom_related_products .m-sidebar--leftColumn .m-sidebar, 
.custom_related_products .m-sidebar--rightColumn .m-sidebar {
  margin-top: 70px;    
}
.custom_related_products .m-collection--wrapper {
  gap: 20px;
}
.custom_related_products .m-collection--wrapper .m-toolbar--right{
  justify-content: right;
}
.custom_related_products .m-collection--wrapper .m-select-custom--trigger{
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}
.custom_related_products .m-collection-products .m-product-card__main-image {
  background-color: #B7B09D21;
}
.custom_related_products .m-sidebar--leftColumn .m-sidebar .m-filter--wrapper {
  background-color: #F0EEE7;
}
.custom_related_products .m-sidebar--leftColumn .m-sidebar--content {
  background-color: #F0EEE7;
  height: auto;
  padding: 30px 20px;
  border-radius: 12px; 
}
.custom_related_products .m-sidebar--leftColumn .m-sidebar--title{
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.custom_related_products .m-filter--widget-title {
  color: #120F0A;
  border-top: 1px solid #CFC9C1;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 16px;
  margin-bottom: 12px;
}
.custom_related_products .m-facets .m-facet--checkbox{
  color: #120F0A;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
  border-radius: 4px;
  align-items: end;
}
.custom_related_products .m-facets .m-facet--checkbox:hover{
  background: #E63E3E1A;
}
.custom_related_products .m-facets .m-facet--checkbox>svg {
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 4px;
  width: 24px;
  height: 24px;
}
.custom_related_products .m-facets .m-facet--checkbox>svg.icon-checkmark{
  width: 14px;
  height: 14px;
}
.custom_related_products .m-collection--wrapper .m-button--primary{
  background: #E63E3E1A;
  color: #E63E3E;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  border: none;
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  padding: 10px 10px 10px 32px;
  margin: auto;
  text-transform: none;  
}
.custom_related_products .m-collection--wrapper .m-button .circle-icon {
  width: 30px;
  height: 30px;
  background-color: #E63E3E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
   .custom_related_products .m-collection--wrapper .m-button--primary{
    font-size: 20px;
    height: 64px;
    width: 313px;
    padding: 15px 12px 15px 32px;
  } 

  .custom_related_products .m-collection--wrapper .m-button .circle-icon {
    width: 40px;
    height: 40px;
  }
}

.custom_related_products .m-collection--wrapper .m-button:hover {
  background-color: #120F0A;
  color: #F8F7F2;
}

.custom_related_products .m-facets .m-facet--checkbox .icon-checkmark {
  left: 15px;
  color: #fff;
}
.custom_related_products .m-facet--checkbox:has(input[type="checkbox"]:checked) svg {
  color: #fff;
}
.custom_related_products .m-facet--checkbox:has(input[type="checkbox"]:checked) rect {
  fill: #D04848;
  stroke: #D04848;
}
.custom_related_products .m-facet--checkbox:has(input[type="checkbox"]:checked) .icon-checkmark path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .custom_related_products .m-collection--wrapper .m-toolbar--left .m-sidebar--open span,
  .custom_related_products .m-collection--wrapper .m-toolbar--left{
    font-family: 'Fact VF', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .custom_related_products .m-collection--wrapper .m-toolbar--left .m-sortby--open {
    margin-left: 10px
  }
}
.custom_related_products .m-collection--wrapper .m-toolbar--right > span,
.custom_related_products .m-collection--wrapper .m-toolbar--right .span{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;  
  color: #120F0A;
}
.custom_related_products .m-collection--wrapper .m-toolbar--right > span{
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .custom_related_products .m-collection--wrapper .m-toolbar--right span {
    display: none;
  }
}
.custom_related_products .m-toolbar--sortby .m-select-custom--trigger-icon svg {
  height: 14px;
  width: 14px;
}
.custom_related_products .m-toolbar--sortby .m-select-custom{
  background-color: #F0EEE7;
  padding: 16px 0px;
  border-radius: 4px; 
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #120F0A;
  border: 1px solid #120F0A;
}
.custom_related_products .m-collection--wrapper .m-select-custom--trigger {
  padding: 0px 16px;
}
.custom_related_products .m-collection--wrapper .m-select-custom--options{
  padding: 0px;
  margin-top: -4px;
  overflow-y: unset;
}
.custom_related_products .m-select-custom.isActive{
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0px 4px;
  background-color: #F0EEE7;
}

.custom_related_products .m-select-custom.isActive .m-select-custom--option {
  border-bottom: 1px solid #120F0A;
  border-right: 1px solid #120F0A;
  border-left: 1px solid #120F0A;
  background-color: #F0EEE7;
  margin-top: -2px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 16px;
}
.custom_related_products .m-select-custom.isActive .m-select-custom--option.isActive{
  background-color: #EFDCD6;
}

.custom_related_products.m-product-recommendations .indent-bottom {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .custom_related_products.m-product-recommendations .indent-bottom {
      margin-bottom: 0px;
  }
}


{% comment %}  New custom style for section "Custom content" {% endcomment %}

.m-section.custom_content{
  display: flex;
  min-height: 325px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .m-section.custom_content{
    display: flex;
    min-height: 760px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .m-section.custom_content.height-auto{
    min-height: auto;
  }
}  

@media screen and (min-width: 1560px) {
  .m-section.custom_content{
    min-height: 846px;
  }
} 


.custom_content .m-section-my{
  position: relative;
  padding-top: 0px;  
  margin-top: 20px;
}

@media screen and (max-width: 1279px) {
  .custom_content .m-section-my {
    margin-top: var(--spacing-sections-tablet);
    margin-bottom: var(--spacing-sections-tablet);
  }
}
@media screen and (max-width: 540px) {
  .custom_content .m-section-my {
      margin: 20px 0px;
  }
}
.custom_content .m-custom-content__wrapper{
  padding: 20px 0px;
}
.custom_content .m-custom-content__wrapper,
.custom_content .m-custom-content__block-product_form,
.custom_content .m-custom-content__block-inner,
.custom_content .m-main-product--info,
.custom_content .m-product-info--wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;

}
.custom_content .m-custom-content__wrapper:has(.m-custom-content__block-text) {
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
}

.custom_content .m-product-info--wrapper > .main-product__block{
  flex-grow: 0;
  flex-shrink: 0;
}

.custom_content .m-main-product--info .m-product-info--wrapper {
  position: relative;
  top: 10px;
  display: flex;    
  flex-wrap: wrap;
} 
@media screen and (max-width: 768px) {
  .custom_content .m-main-product--info .m-product-info--wrapper {
    flex-direction: column;
  }  
}

.custom-section .m-custom-content__block-product_form{
  z-index: 10;
}
.custom_content .m-product-info--wrapper .main-product__block-title{
  margin-top: 0px;
}
.custom_content .m-product-info--wrapper .main-product__block-title,
.custom_content .m-product-info--wrapper .main-product__block-description {
  width: 100%;
  margin-bottom: 40px;
}
.custom_content .m-product-info--wrapper .main-product__block-description {
  flex-grow: 1;
}
.custom_content .m-product-info--wrapper .main-product__block-price {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
  width: 284px;
  margin-top: auto;
  margin-bottom: 0px;
} 
@media screen and (max-width: 768px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
    order: 4;
    width: 160px;
  }
  .custom_content .m-custom-content__block-product_form .main-product__block+.main-product__block.main-product__block-buy_buttons,
  .custom_content .m-product-info--wrapper .main-product__block.main-product__block-buy_buttons{
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
    order: 4;
    width: 226px;
  }
}
.custom_content button.m-add-to-cart.m-spinner-button.m-button.m-button--primary {
  border-radius: 35px;
}
.custom_content .m-product-info--wrapper .main-product__block-buy_buttons button {
  background-color: #F8F7F2;
  color: #120F0A;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-radius: 35px;
  text-transform: none;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 32px;
  border: none;
}
@media screen and (max-width: 768px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons button {
    padding: 12px 6px 12px 32px;
  }
}

.custom_content.brown .m-product-info--wrapper .main-product__block-buy_buttons button {
  background-color: #6D232C;
  color: #F8F7F2;
}

@media screen and (min-width: 768px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons button {
    font-size: 20px;
    height: 64px;
  }
}

.custom_content .m-product-info--wrapper .main-product__block-buy_buttons .circle-icon {
  width: 30px;
  height: 30px;
  background-color: #E63E3E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_content.brown .m-product-info--wrapper .main-product__block-buy_buttons .circle-icon {
  background-color: #F8F7F2;
  color: #6D232C;
}

@media screen and (min-width: 768px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons .circle-icon {
    width: 40px;
    height: 40px;
  }
}

.custom_content .m-product-info--wrapper .main-product__block-buy_buttons .circle-icon svg {
  color: #F8F7F2;
}
.custom_content.brown .m-product-info--wrapper .main-product__block-buy_buttons .circle-icon svg{
  color: #6D232C;
}

.custom_content .m-product-info--wrapper .main-product__block-buy_buttons .m-button--primary:hover {
  background-color: #FFCDCD;
  box-shadow: none;
  border: none;
}
.custom_content.brown .m-product-info--wrapper .main-product__block-buy_buttons .m-button--primary:hover {
  background-color: #8B414A;
}
.custom_content .main-product__block .m-product-title  {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%; 
  color: #F8F7F2;
  text-transform: uppercase;
}
.custom_content.brown .main-product__block .m-product-title {
  color: #6D232C;
}
  
@media screen and (min-width: 768px) {
  .custom_content .main-product__block .m-product-title  {
    font-size: 65px;
  }
}
.custom_content .main-product__block.main-product__block-vendor{
  display: none;
}

.custom_content .main-product__block-title+.main-product__block-price {
  order: 4; 
}
.custom_content .m-custom-content__block-product_form .main-product__block+.main-product__block{
  font-family: 'Fact VF', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 90%; 
  color: #F8F7F2;
}
.custom_content .m-custom-content__block-product_form .main-product__block+.main-product__block {
    margin-top: auto;
}
.custom_content.brown .m-custom-content__block-product_form .main-product__block+.main-product__block {
  color: #6D232C;
}
.custom_content .m-custom-content__block-product_form .main-product__block.main-product__block-title {
  margin-top: 0px;
}
.custom_content .main-product__block.main-product__block-price span{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 90%; 
  color: #F8F7F2;
}  
.custom_content.brown .main-product__block .m-price__sale s.m-price-item,
.custom_content.brown .main-product__block.main-product__block-price span {
  color: #6D232C;
}
@media screen and (min-width: 768px) {
  .custom_content .main-product__block.main-product__block-price span{
    font-size: 40px;
  }
}
.custom_content .main-product__block .m-price__sale s.m-price-item{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  opacity: 0.7;
  color: #F8F7F2;
}
.custom_content .main-product__block .m-price--on-sale .m-price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  line-height: 1.2;
  align-items: flex-start;
}

.custom_content .m-product-info--wrapper .main-product__block-price,
.custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
  display: flex;
  align-items: center; 
}

.custom_content .m-product-info--wrapper .main-product__block-price,
.custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 819px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 820px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    position: absolute;
    left: 260px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .custom_content .m-product-info--wrapper .main-product__block-buy_buttons {
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: 0px;
  }
  .custom_content .m-product-info--wrapper .main-product__block.main-product__block-buy_buttons{
     margin-top: auto;
  }
  .custom_content .m-product-info--wrapper .main-product__block-price {
    position: absolute;
    bottom: 10px;
    left: 260px;
  }  
}

@media screen and (min-width: 1366px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    left: 330px;
  }  
}
@media screen and (min-width: 1400px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    left: 320px;
  }  
}
@media screen and (min-width: 1441px) {
  .custom_content .m-product-info--wrapper .main-product__block-price {
    left: 320px;
  }  
}

.custom_content .main-product__block .main-product__block-description p {
  font-family: 'Fact VF', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 110%; 
  color: #F8F7F2;
}

.custom_content .m-custom-content__block-image {
  position: absolute;
  text-align: end;
  bottom: -15%;
  z-index: 1;
} 
@media screen and (min-width: 430px) {
  .custom_content .m-custom-content__block-image {
    bottom: -16%;
  }
}
@media screen and (min-width: 768px) {
  .custom_content .m-custom-content__block-image {
    right: 0;
    bottom: -17px;
  }
}
@media screen and (min-width: 820px) {
  .custom_content .m-custom-content__block-image {
    bottom: -18%;
  }
}  
@media screen and (min-width: 1024px) {
  .custom_content .m-custom-content__block-image {
    bottom: -12%;
  }
}    
@media screen and (min-width: 1280px) {
  .custom_content .m-custom-content__block-image {
    bottom: -16%;
  }
}
@media screen and (min-width: 1336px) {
  .custom_content .m-custom-content__block-image {
    bottom: -20%;
  }
}

.custom_content .m-custom-content__block-image responsive-image.m-image {
  max-width: 190px;
  transform: rotate(-16deg);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .custom_content .m-custom-content__block-image responsive-image.m-image {
    max-width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .custom_content .m-custom-content__block-image responsive-image.m-image {
    max-width: 390px;
  }
}
@media screen and (min-width: 1560px) {
  .custom_content .m-custom-content__block-image responsive-image.m-image {
    max-width: 560px;
  }
}

.custom_content .m-custom-content__block-text .m-richtext__title {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  color: #120F0A;
}
.custom_content .m-custom-content__block-text .m-richtext__title.custom{
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .custom_content .m-custom-content__block-text .m-richtext__title.custom{
    font-size: 65px;
  }
}


{% comment%} New style for section Icon-box {% endcomment%}

.custom-section.m-icon-box-section .m-section__heading {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 96%;
  color: #120F0A;
}
@media screen and (min-width: 768px) {
  .custom-section.m-icon-box-section .m-section__heading {
    font-size: 65px;
  }
}
.custom-section.m-icon-box-section .m-icon-box__heading{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
}


{% comment%} New style for Inner pages {% endcomment%}

.custom-section.m-collection-page-header--large {
    padding: 28px 0px 34px;
}
.custom-section .m-collection-page-header__title,
.custom-section.m-page-header .m-page-header__title {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 96%;
  color: #120F0A;
}
@media screen and (min-width: 1280px) {
  .custom-section .m-collection-page-header__title,
  .custom-section.m-page-header .m-page-header__title {
    font-size: 94px;
    line-height: 96%;
  }
}
@media screen and (max-width: 768px) {
  .custom-section.m-breadcrumb{
    padding: 0px 15px;
  }
}
.custom-section .m-breadcrumb--separator svg{
  display: none;
}
.custom-section .m-breadcrumb--item{
  padding: 15px 0px;
}

.custom-section .m-breadcrumb--separator::before {
  content: '/';
  color: #E81E2DCC;
  margin: 0 6px;
}

.custom-section .m-breadcrumb--item.m-breadcrumb--item-current{
  font-weight: 700;
  color: #120F0A;
}

.custom-section.m-contact-form .m-info-box h2,
.custom-section.m-contact-form .m-info-box h3,
.custom-section .m-contact-form__heading{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
}

.custom-section.m-contact-form .form-field:focus {
  border-color: #120F0A;
}

.custom-section.m-contact-form .m-button {
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  border-radius: 35px;
  border: none;
  box-shadow: none;
}
.custom-section.m-contact-form .m-button:hover {
  background-color: #120F0A;
  color: #F8F7F2;
}

.custom-section.m-contact-form input[type="checkbox"]:checked + .form-field--checkbox__label + .form-field--checkbox__icon {
  background-color: #D04848;
}

.custom-section.m-contact-form input[type="checkbox"]:checked + .form-field--checkbox__label + .form-field--checkbox__icon svg {
  color: #fff;
}

{% comment %}  New custom style for single product "Product info" {% endcomment %}

.custom-section .m-main-product--info:nth-child(2){
  background-color: #F0EEE7;
  border-radius: 12px;
  padding-bottom: 40px;
  padding-top: 22px;
}

.custom-section .m-product-info--wrapper .main-product__block-badge,
.custom-section .m-product-info--wrapper .main-product__block-rating {
  display: inline-block;
  width: 50%;
}
.custom-section .m-product-info--wrapper .main-product__block-rating {
  text-align: right;
  margin-right: 0px;
}
.custom-section .main-product__block .m-product-tag {
  font-size: 16px;
  line-height: 100%;
  text-transform: lowercase;
  height: 32px;
  border-radius: 4px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  gap: 10px;
}
.custom-section .m-sticky-addtocart .m-tooltip,
.custom-section .m-sticky-addtocart .m-tooltip.added-to-wishlist:hover,
.custom-section .main-product__block .m-product-wishlist .m-tooltip,
.custom-section .main-product__block .m-product-wishlist .m-tooltip.added-to-wishlist:hover {
  background: rgba(230, 62, 62, 0.2);
  color: #E63E3E;
  box-shadow: none;
  border: none;
  width: 64px;
  height: 64px;
}
.custom-section .m-sticky-addtocart .m-tooltip:hover,
.custom-section .main-product__block .m-product-wishlist .m-tooltip:hover,
.custom-section .main-product__block .m-product-wishlist .m-tooltip.added-to-wishlist,
.custom-section .m-sticky-addtocart .m-tooltip.added-to-wishlist {
  background: rgba(18, 15, 10, 1);
  color: #FFFFFF;
  box-shadow: none;
  width: 64px;
  height: 64px;
}
.custom-section .main-product__block .m-product-title{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #120F0A;
}
@media screen and (min-width: 768px) {
  .custom-section .main-product__block .m-product-title{
    font-size: 46px;
    letter-spacing: -1px;
    margin-right: 15px;
  }
}

.custom-section .main-product__block .m-product-description p{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #120F0A;
  opacity: 0.8;
}

.custom-section .main-product__block .m-price-item{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #120F0A;
  text-transform: uppercase;
}
.custom-section .main-product__block .m-price__sale s.m-price-item{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #120F0A;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .custom-section .main-product__block .m-price-item{
    font-size: 30px;
    letter-spacing: -2px;
  }
  .custom-section .main-product__block .m-price__sale s.m-price-item{
    font-size: 20px;
  }
}

.custom-section .main-product__block .m-product-form--wrapper{
  gap: 14px;
}
.custom-section .main-product__block .m-product-tax,
.custom-section .main-product__block .m-product-option--label span,
.custom-section .main-product__block .m-product-form--input label,
.custom-section .main-product__block .m-product-addon--wrapper{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #120F0A;
}
.custom-section .main-product__block .m-product-addon--item:hover,
.custom-section .main-product__block .added-to-compare.in-prod-page {
  color: #e63e3e;
}
.custom-section .main-product__block .m-product-shipping p{
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #120F0A;
}
.custom-section .main-product__block .m-product-shipping p > strong{
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #120F0A;
}
.custom-section .main-product__block .m-product-shipping .m-product-shipping--icon {
  width: 24px;
}
.custom-section .main-product__block .m-product-shipping .m-svg-icon--medium {
  width: 24px;
  height: 24px;
  color: #120F0A;
}
.custom-section .main-product__block .m-product-shipping .m-svg-icon {
  width: 20px;
  height: 20px;
  color: #120F0A;
}

@media screen and (max-width: 768px) {
  .custom-section .main-product__block .m-product-form--wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-section .main-product__block .m-product-form--input .m-product-option--label{
    display: none;
  }
}

.custom-section .main-product__block .m-product-form--input .m-quantity {
  width: 172px;
  height: 64px;
  border-radius: 30px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 12px;
  background-color: #F8F7F2;
}
.custom-section .main-product__block .m-product-form--input .m-quantity:focus{
  border: 1px solid var(--color-border);
}

.custom-section .main-product__block .m-product-form--input {
    width: auto;
    margin: 0;
}

.custom-section .main-product__block .m-product-form--input .m-quantity__button,
.custom-section .main-product__block .m-product-form--input .m-quantity__input {
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 26px;
  opacity: 0.6;
  color: #120F0A;
  background-color: #F8F7F2;
}
.custom-section .main-product__block .m-product-form--input .m-quantity:hover{
  border: 1px solid #120F0A;  
}
.custom-section .main-product__block .m-product-form--input:hover .m-quantity__button,
.custom-section .main-product__block .m-product-form--input:hover .m-quantity__input{
  opacity: 1;
}
.custom-section .main-product__block .m-product-form--input .m-quantity__button svg {
    width: 24px;
    height: 24px;
}
.custom-section .main-product__block .m-product-form .m-add-to-cart {
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  border-radius: 35px;
  max-width: 260px;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 32px;
  margin-top: 30px;
  border: none;
} 
.custom-section .main-product__block .m-product-form .m-product-dynamic-checkout.show-add-to-cart {
  width: auto;
  margin: 0px;
  border-radius: 35px;
  max-width: 260px;
  height: 64px;
  align-items: center;
  background-color: #E63E3E;
  color: #F8F7F2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-color: none;
  box-shadow: none;
}
.custom-section .m-sticky-addtocart .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.custom-section .m-sticky-addtocart .m-add-to-cart, 
.custom-section .main-product__block .m-product-form .shopify-payment-button__button{
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  border-radius: 35px !important;
  max-width: 260px;
  height: 64px;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .custom-section .main-product__block .m-product-form .m-add-to-cart,
  .custom-section .main-product__block .m-product-form .m-product-dynamic-checkout.show-add-to-cart,
  .custom-section .main-product__block .m-product-form .shopify-payment-button__button{
    max-width: 100%;
    width: 100%;
  }
  .custom-section .main-product__block .m-product-form .m-add-to-cart{
    margin-top: 0px;
  }
  .custom-section .m-sticky-addtocart .shopify-payment-button__button.shopify-payment-button__button--unbranded{
    max-width: 100%;
  }
}
.m-sticky-addtocart .m-sticky-addtocart--quantity{
  border-radius: 30px;
  padding: 0px 8px;
}
.m-sticky-addtocart .m-sticky-addtocart--quantity .m-quantity__button svg {
  width: 20px;
  height: 20px;
}
.m-sticky-addtocart .m-sticky-addtocart--quantity .m-quantity__input {
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 22px;
  opacity: 0.6;
  color: #120F0A;
}
.m-sticky-addtocart .m-sticky-addtocart--quantity:hover{
  border: 1px solid #120F0A;  
}
.m-sticky-addtocart .m-sticky-addtocart--quantity:hover .m-quantity__button,
.m-sticky-addtocart .m-sticky-addtocart--quantity:hover .m-quantity__input {
  opacity: 1;
}
.m-sticky-addtocart .m-sticky-addtocart--title h3{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
}

.custom-section .main-product__block .m-product-form .m-product-dynamic-checkout.show-add-to-cart:hover,
.custom-section .main-product__block .m-product-form .m-add-to-cart:hover,
.custom-section .main-product__block .m-product-form .m-product-dynamic-checkout.show-add-to-cart:hover,
.custom-section .main-product__block .m-product-form .shopify-payment-button__button:hover,
.custom-section .m-sticky-addtocart .m-add-to-cart:hover {
  background-color: #120F0A !important;
  color: #F8F7F2;
  box-shadow:none;
}

.custom-section .main-product__block .m-product-form .circle-icon {
  width: 40px;
  height: 40px;
  background-color: #120F0A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-section .main-product__block .m-product-form .m-add-to-cart:hover .circle-icon {
    background-color: #E63E3E;
}
.custom-section .main-product__block.main-product__block-collapsible_tab{
  margin: 12px 0px;
  border-radius: 12px;
  gap: 16px;
  background-color: #F8F7F2;
}

.custom-section .main-product__block .m-product-collapsible .m-collapsible--button {
  padding: 16px;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #120F0A;
  border: none;
}
.custom-section .main-product__block.main-product__block-collapsible_tab:has(.is-expanded),
.custom-section .main-product__block .m-product-collapsible:has(.is-expanded) {
  background-color: #EFE1DB;
}
.custom-section .main-product__block .m-collapsible--content__inner {
  padding: 20px;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #120F0A;
  opacity: 0.7;
}
@media screen and (min-width: 1336px) {
  /*.custom-section .m-main-product--media .m-product-media--slider .swiper-container{
    position: inherit;
  }*/
  .custom-section .m-main-product--media .m-product-media--layout-6 .nav-swiper-container{
    width: 110px;
  }
  .custom-section .m-main-product--media .m-product-media--layout-6 .m-product-media--slider__thumbnails .swiper-slide {
    height: auto !important;
    min-height: 122px;
  }
  .custom-section .m-main-product--media .m-product-media--layout-6 .m-product-media--slider__images {
    width: calc(100% - 136px);
  }
}

.custom-section .m-main-product--media .m-product-media--slider__navigation{
  top: inherit;
  left: -10px;
  transform: translate3d(0, 0, 0);
  bottom: 5px;
  right: inherit;
  z-index: 10;
  gap: 5px;
}
.custom-section .m-main-product--media .m-product-media--slider .swiper-button-control {
  width:70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  color: #000;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all var(--m-duration-default, 0.25s) ease;
  background-color: #E63E3E;
  opacity: 0.3;
}
.custom-section .m-main-product--media .m-product-media--slider .swiper-button-control:hover {
    opacity: 0.7;
    box-shadow: none;
}

.custom-section .info-box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 26px;
}
.custom-section .info-box-item {
  flex: 1 1 0;
  min-height: 122px;
  text-align: center;
  background-color: #F8F7F2;
  border-radius: 12px;
  gap: 16px;
  padding: 20px 22px;
}
.custom-section .info-box-icon {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 16px;
}
.custom-section .info-box-text {
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #120F0A;
  text-align: left;
}
.custom-section .m-main-product--media .custom-section .main-product__block-rating .jdgm-preview-badge .jdgm-star{
  color: #E63E3E;
}
@media screen and (max-width: 768px) {
  .custom-section .info-box-wrap {
    flex-direction: column;
  }
  .custom-section .info-box-icon {
    margin-bottom: 25px;
  }
}

.custom-section.m-product-reviews {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 30px 0px 30px;
}

@media screen and (min-width: 768px) {
  .custom-section.m-product-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 100px 0px;
    min-height: 400px;
  }
}
.custom-section.m-product-reviews .m-section__heading {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%;
  text-transform: uppercase;
  color: #120F0A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .custom-section.m-product-reviews .m-section__heading {
    font-size: 65px;
  }
}

.custom-section.m-product-reviews .jdgm-rev-widg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding: 24px 0px;
}

@media screen and (max-width: 768px) {
  .custom-section.m-product-reviews .jdgm-rev-widg{
    display: block;
    margin: 0;
    padding: 0;
  }
}

.custom-section.m-product-reviews .jdgm-rev-widg__body,
.custom-section.m-product-reviews .jdgm-row-actions,
.custom-section.m-product-reviews .jdgm-rev-widg__paginate-spinner-wrapper {
  max-width: 648px;
  width: 100%;
}
.custom-section.m-product-reviews .jdgm-rev-widg__header {
  position: absolute;
  top: 24px;
  right: 0;
  width: 100%;
  max-width: 388px;
  background-color: #F0EEE7;
  border-radius: 12px;
  padding: 24px;
}

@media screen and (max-width: 1200px) {
  .custom-section.m-product-reviews .jdgm-rev-widg__body,
  .custom-section.m-product-reviews .jdgm-row-actions,
  .custom-section.m-product-reviews .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 580px;
  }
  .custom-section.m-product-reviews .jdgm-rev-widg__header {
    max-width: 370px;
  }
}
@media screen and (max-width: 1023px) {
  .custom-section.m-product-reviews .jdgm-rev-widg__body,
  .custom-section.m-product-reviews .jdgm-row-actions,
  .custom-section.m-product-reviews .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 400px;
  }
  .custom-section.m-product-reviews .jdgm-rev-widg__header {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .custom-section.m-product-reviews .jdgm-rev-widg__header {
    position: relative;
    max-width: 100%;
  }

  .custom-section.m-product-reviews .jdgm-rev-widg__body,
  .custom-section.m-product-reviews .jdgm-row-actions,
  .custom-section.m-product-reviews .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 100%;
  }
}

.custom-section.m-product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__title {
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #120F0A;
  text-align: center;
}
.custom-section.m-product-reviews .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
}
.custom-section.m-product-reviews .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary,
.custom-section.m-product-reviews .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper)>.jdgm-histogram,
.custom-section.m-product-reviews .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper  {
  width: 100%;
  border: none;
  align-items: flex-start;
}
.custom-section.m-product-reviews .jdgm-write-rev-link.jdgm-write-rev-link {
  background-color: #E63E3E;
  color: #F8F7F2;
  font-family: 'Fact VF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  border-radius: 35px;
  max-width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 32px;
  margin-top: 30px;
  border: none;
}
.custom-section.m-product-reviews .jdgm-write-rev-link.jdgm-write-rev-link:hover{
  background-color: #120F0A !important;
  color: #F8F7F2;
  box-shadow: none;
}
.custom-section.m-product-reviews .jdgm-row-actions{
  background-color: #F0EEE7;
  border-radius: 12px;
  padding: 14px 20px;
  border: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .custom-section.m-product-reviews .jdgm-row-actions{
    background-color: #F0EEE7;
    border-radius: 12px;
    padding: 14px 20px;
    border: none;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .custom-section.m-product-reviews .jdgm-row-actions{
    margin-bottom: 20px;
  }
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews {  
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-section.m-product-reviews .jdgm-rev{
  background: rgba(230, 62, 62, 0.08);
  border-radius: 12px;
  padding: 40px 24px;
  border: none;
  position: relative;
}
.custom-section.m-product-reviews .jdgm-rev:nth-child(even) {
  background: rgba(240, 238, 231, 1);
}

.custom-section.m-product-reviews .jdgm-row-rating {
  text-align: right;
  margin-bottom: -35px;
}
.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-row-profile{
  display: flex;
  align-items: center;
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-rev__icon{
  background-color: #F3F5F6;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  margin-right: 18px;
}
.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-rev__icon:not(.jdgm-rev__avatar):before {
  font-family: "JudgemeIcons";
  font-size: 28px;
  line-height: 42px;
  content: "\e007";
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-rev__author{
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #120F0A;
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-row-extra {
  display: none;
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-rev__body p{
  font-family: 'Fact VF', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #120F0A;
  opacity: 0.8;
  margin-left: 66px;
}

.custom-section.m-product-reviews .jdgm-rev-widg__reviews .jdgm-rev__timestamp{
  position: absolute;
  bottom: 20px;
  left: 88px;
  font-family: 'Fact VF', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #A7A199;
}

.custom-section.m-product-reviews .jdgm-review-widget .jdgm-sort-dropdown {
  padding: 10px 25px 10px 20px;
  font-size: 16px; 
  font-family: 'Fact VF', sans-serif;
  color: #120F0A;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

{% comment %} New custom style for Reviews home {% endcomment %}

.m-app-section .jdgm-carousel-wrapper {
  width: 100%;
  margin: 0px;
  padding: 48px 0;
} 
.m-app-section .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper{
  width: 100%;  
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-title{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%;
  text-transform: uppercase;
  color: #120F0A;
  text-align: center !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-app-section .jdgm-carousel-wrapper .jdgm-carousel-title{
    font-size: 65px;
  }
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item {
  width: 100%;
  padding: 8px 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item {
    width: 32%;
  }
}
.m-app-section .jdgm-carousel--card-theme .jdgm-carousel-item .jdgm-carousel-item__inner-wrapper{
  box-shadow: none;
  border-radius: 12px;
  background-color: #F0EEE7;
}
.m-app-section .jdgm-carousel--card-theme .jdgm-carousel-item__review-rating {
  font-size: 16px;
  text-align: right;
  margin-bottom: 20px;
  margin-top: 5px;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star{
  background: transparent;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-star.jdgm-star, 
.m-app-section .jdgm-carousel .jdgm-star.jdgm-star .jdgm-star.jdgm--on:before {
  color: #E63E3E;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-body.jdgm-line-clamp{
    -webkit-line-clamp: 3 !important;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-body>p {
  font-family: 'Fact VF', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #120F0A;
  opacity: 0.8;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item__timestamp{
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-family: 'Fact VF', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #A7A199;
}
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel-item__reviewer-name {
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #120F0A;
  position: absolute;
  top: 30px;
  opacity: 0.8;
}
 
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__arrows {
  text-align: right;
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__right-arrow,
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
  background-color: #E63E3E;
  opacity: 0.1;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: none;
  transform: none;
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__left-arrow::before,
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__right-arrow::before {
  content: '';
  position: absolute;
  width: 12px; 
  height: 2px;
  background-color: #F8F7F2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__left-arrow::after,
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__right-arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #F8F7F2;
  border-right: 2px solid #F8F7F2;
  top: 50%;
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__left-arrow::after {
  left: calc(50% - 8px); /* конец линии слева */
  transform: translateY(-50%) rotate(-135deg);
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__right-arrow::after {
  right: calc(50% - 8px); /* конец линии справа */
  transform: translateY(-50%) rotate(45deg);
}

.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__left-arrow:hover,
.m-app-section .jdgm-carousel-wrapper .jdgm-carousel__right-arrow:hover{
  opacity: 0.7;
}

.jdgm-write-review-modal .jdgm-write-review-modal__content .jdgm-write-review-modal__close-btn{
  display: block !important;
  opacity: 1 !important;
}


{% comment %}  New custom style for footer {% endcomment %}

.shopify-section-group-footer-group {
  background-color: var(--color-footer-background);
}
.m-footer {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0px 20px;
}
@media screen and (min-width: 1280px) {
  .m-footer {
    flex-direction: inherit;
    max-width: 1440px;
    padding: 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .m-footer .m-footer--bottom .container-fluid .m-footer--bottom-inner {
    flex-direction: inherit;
    align-items: flex-start;
    padding: 20px 0px 0px 0px;
  }
  .m-footer .m-footer--bottom .container-fluid .m-footer--bottom-inner .m-footer--bottom-left,
  .m-footer .m-footer--bottom .container-fluid .m-footer--bottom-inner .m-footer--bottom-right {
     width: 50%; 
  }
  .m-footer .m-footer--bottom .container-fluid .m-footer--bottom-inner .m-footer--bottom-right {
    margin-top: 70px;
    flex-direction: column;
    align-items: flex-end;
  } 
  .m-footer .m-footer--middle .m-footer--block {
    padding-top: 20px;
  }
}

.m-footer .m-footer--bottom-left{
  display: flex;
}
@media screen and (min-width: 768px) {
  .m-footer .m-footer--bottom-left{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.m-footer .m-footer--bottom .container-fluid,
.m-footer .m-footer--middle .container-fluid {
  padding: 0;
}
.m-footer .m-footer--bottom{
  order: 1;
}
@media screen and (max-width: 768px) {
  .m-footer .m-footer--bottom{
    padding-bottom: 30px;
  }
}
.m-footer .m-footer--middle{
   order: 2;
}

.m-footer .footer-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 180px;
  padding-top: 55px;
}
.m-footer .m-footer--middle .m-footer--block-title{
  color: #A7A199;
  font-family: 'Onest', sans-serif;
  font-weight: 600;        
  font-style: normal;
  font-size: 14px;
  line-height: 100%;          
  letter-spacing: 0;
  text-transform: none;  
}
.m-footer .m-link-lists .m-link {
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;   
  font-style: normal;
  font-size: 16px;
  line-height: 130%;       
  letter-spacing: -0.01em;     
  text-transform: none;  
  color: #120F0A;
}

.m-footer .m-footer--block-newsletter,
.m-footer .m-footer--middle .m-footer--block.order-first {
  order: 2;
  min-height: 320px;
}  
@media screen and (min-width: 768px) {
  .m-footer .m-footer--block-newsletter,
  .m-footer .m-footer--middle .m-footer--block.order-first {
    order: 1;
  }
}

.m-footer .m-footer--block-newsletter .m-newsletter-form__input {
  border-radius: 30px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .m-footer .m-footer--block-newsletter .m-newsletter-form__input {
    width: 100%;
    padding-right: 0px;
  }
}
.m-footer .m-newsletter-form__wrapper .btn-text-mobile{
  margin: 0;
  padding: 6px 10px;
  line-height: 0px;
  text-transform: none;
}
.m-footer .m-newsletter-form__wrapper .form-field--input__icon {
    padding-left: 16px;
}
.m-footer .m-newsletter-form__wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    position: relative;
}
@media screen and (max-width: 768px) {
  .m-footer .m-footer--block-newsletter .m-newsletter-form__wrapper{
    flex-direction: column;
  }
  .m-footer .m-footer--block-newsletter .m-newsletter-form__input {
    width: 100%;
  }
}

.m-footer .m-footer--block-newsletter .m-newsletter-form__button{
  width:100%;
  margin-top:10px;
  background-color: #E63E3E;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 12px;
} 
@media screen and (min-width: 768px) {
  .m-footer .m-footer--block-newsletter .m-newsletter-form__button{
    width: auto;
    position: absolute;
    right: 5px;
    margin-top: 0px;
  }
}

.m-footer .m-footer--block-newsletter .m-svg-icon {
  display: none;
}
.m-footer .m-footer--block-newsletter .m-footer--block-title{
  color: #120F0A;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;        
  font-style: normal;
  font-size: 20px;
  line-height: 100%;          
  letter-spacing: 0;
  text-transform: none;  
}
.m-footer .m-footer--block-inner .m-footer--block-newsletter-desc{
  color: #A7A199;
  font-family: 'Fact VF', sans-serif;
  font-weight: 500;        
  font-style: normal;
  font-size: 16px;
  line-height: 130%;          
  letter-spacing: 0px;
  text-transform: none;  
}
.m-footer .container-fluid .m-footer--bottom-inner {
  flex-direction: column;
  align-items: flex-start;
}
.m-footer .m-footer--bottom .m-footer--bottom-right{
  align-items: flex-start;
  margin-top: 20px;   
}  
@media screen and (min-width: 768px) {
  .m-footer .m-footer--bottom .m-footer--bottom-right{
    margin-top: 60px;  
    align-items: center;
  }  
}

.m-footer .m-footer__copyright{
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  max-width: 120px;
  display: block;
  margin-top: auto; 
  margin-left: auto; 
}
@media screen and (min-width: 768px) {
  .m-footer .m-footer__copyright{
    margin-top: 0px; 
    margin-left: 0px; 
  }  
}
.m-footer .social-media-links .m-svg-icon {
  width: 26px;
  height: 26px;
  color: #120F0A;
}
.m-footer .m-footer--bottom .social-media-links {
    margin: 0px;
}
.m-search-popup .form-field:focus,
.m-header .m-search-form--full:hover,
.m-footer .form-field:focus,
.m-cart-drawer .form-field:focus {
  border-color: #120F0A;
}

.m-cart-drawer .m-cart-drawer__title{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;   
}

.has-error {
  border: 2px solid red !important;
}
.error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

.shopify-policy__title h1{
  font-family: 'Fact VF', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 96%;
  color: #120F0A;
}

@media screen and (min-width: 1280px) {
  .shopify-policy__title h1 {
    font-size: 94px;
    line-height: 96%;
  }
}

.shopify-policy__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: var(--container-width, 1280px) !important;
}

.template-404 .m-page404 h1,
.m-search .m-page-header__title,
.wishlist .m-wishlist-no-products h3,
.shopify-policy__body h2 {
  font-family: 'Fact VF', sans-serif;
}
.m-search .m-sidebar .m-sidebar--title{
  font-family: 'Fact VF', sans-serif;
  font-weight: 700;   
}

.m-search .m-collection-toolbar .m-toolbar--sortby{
  min-width: 176px;
}

@media screen and (min-width: 768px) {
  .m-search.custom_related_products .lg\:m\:w-3\/12 {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .m-search.custom_related_products .m\:w-1\/2  {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .wishlist .shopify-section-group-footer-group {
    bottom: 0;
    position: fixed;
    left: 0; 
    right: 0; 
    bottom: 0;
  }
} 
