/** Shopify CDN: Minification failed

Line 744:14 Unexpected "{"
Line 744:23 Expected ":"
Line 745:14 Unexpected "{"
Line 745:23 Expected ":"

**/
/* Neue Haas Unica Pro - Thin */
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('/cdn/shop/files/NeueHaasUnicaPro-Thin.ttf?v=1776072754') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('/cdn/shop/files/NeueHaasUnicaPro-Light.ttf?v=1776072754') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('/cdn/shop/files/NeueHaasUnicaPro-Regular.ttf?v=1776072753') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Heavy */
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('/cdn/shop/files/NeueHaasUnicaPro-Heavy.ttf?v=1776072754') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
    --font-body-family: NeueHaasUnica;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-body-weight-bold: 700;
    --font-heading-family: NeueHaasUnica;
    --font-heading-style: normal;
    --font-heading-weight: 300;
}
@media screen and (min-width: 750px) {
    body {
        font-size: 1.4rem !important;
    }
}
body {
    padding-bottom: 0 !important;
}

hr {
    border: none;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .2);
    display: block;
    margin: 1rem 0;
}
img.social-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
body {
    font-size: 1.5em !important;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal;
}

.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
    font-size: 1.4rem !important;font-weight:300 !important;
}
.product-form__input--pill input[type=radio]+label{
   font-size: 1.4rem !important;font-weight:300 !important;
}
.product__tax {
    display: none;
}
.page-full-width{
  max-width:100%;
}
@media screen and (min-width: 750px) {
    .page-width {
        max-width: 100%;
    }
}
@media screen and (min-width: 1300px) {
    .page-width {
       max-width: 1300px;
    }
}
@media screen and (min-width: 1400px) {
    .page-width {
       max-width: 1400px;
    }
}

.header__icon--cart {
    margin-right: -.6rem;
}
@media screen and (min-width: 1600px) {
  .page-width {
    max-width: 1550px;
  }
}
@media screen and (min-width: 1900px) {
  .page-width {
    max-width: 1750px;
  }
}
@media screen and (min-width: 2400px) {
  .page-width {
    max-width: 2200px;
  }
}
cart-remove-button .button {
  background: transparent !important;
}
quantity-popover .quantity {
  background: rgb(var(--color-background));
  gap: 8px;
  height: 48px;
  border: 1px solid #d1d1d1;
  border-radius: 0;
}
.quantity:before,
.quantity:after{
  display:none;
}
.multi-country svg {
  width: 100%;
}

a,
span {
  text-decoration: none !important;
}
:root {
    --swiper-theme-color: #B36F4C !important;
}
.swiper-pagination {
    position: relative;
        margin-top: 40px;
}
.swiper-button-lock {
  display: initial !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 749px) {
  span.banner__badge {
    left: 2rem;
  }
}
  .footer__content-bottom {
      padding-top: 0 !important;
  }
  .footer-block__details-content>p, .footer-block__details-content>li {
              margin-right: 0 !important;
  }
.button, .button-label, .shopify-challenge__button, .customer button {
/*    font-size: 1.4rem;
    min-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
*/
    min-height: 42px;
    min-width: 140px;
    padding: 0;
    font-family: var(--font-body-family);
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button));
    padding: 6px 6px;
    border-radius: 0;
    text-transform: uppercase;
}
.button:before,.button:after{
  display:none;
}
/******************************** Header ****************************/

/* 1. HOME PAGE ONLY: Initial Transparent State */
.template-index .header-wrapper,
.template-collection .header-wrapper {
  position: absolute;
  width: 100%;
  background: transparent !important;
  border: none;
  z-index: 10;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Home Page: Transparent Text/Icons */
.template-index .header-wrapper .header__menu-item,
.template-index .header-wrapper .header__icon,
.template-collection .header-wrapper .header__menu-item,
.template-collection .header-wrapper .header__icon  {
  color: #ffffff !important; 
}

.header__active-menu-item{
  color: #f1f1f1ff !important;
}
.template-page .header__active-menu-item{
   color: #000000 !important;
}

.template-index .header-wrapper .header__heading-logo,
.template-collection .header-wrapper .header__heading-logo {
 filter: brightness(0) invert(1);
}

/* 2. THE "ACTIVE" STATE (Hover on Home OR Scrolled on Any Page) */
/* This defines the solid look */
.header-wrapper.scrolled-header {
  /*background-color: #324e7a !important;  */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background-color: #00000082 !important;
  box-shadow: 0 2px 10px #0000001a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}
.header-wrapper.scrolled-header {
  width: 100%;
  top: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* Text & Icons for the Active State */
.header-wrapper.scrolled-header .header__menu-item,
.header-wrapper.scrolled-header .header__icon {
  color: #fff !important; /* Black text on solid */
}

.header-wrapper.scrolled-header .header__active-menu-item{
  color: #fff !important; 
}
.header-wrapper.scrolled-header .header__heading-logo {
      filter: brightness(0) invert(1);
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: 1fr auto 1fr;
        column-gap: 2rem;
    }
}
/********************************************** Footer *********************/
.footer__blocks-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
.footer-block.grid__item{
 
}
.footer-social .list-social{
      justify-content: start !important;
}
.footer-social .list-social__link {
    padding: 0 !important;
}
.footer__content-top {
    padding-bottom: 30 !important;
    display: block;
}
.footer-block__details-content .list-menu__item--link {
  font-family: var(--font-body-family) !important;
  font-weight: 300 !important;
  color: rgb(var(--color-foreground));
  font-size: 13px !important;
  line-height: 18px !important;
  text-transform: uppercase;
}
.footer-block__heading {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    margin: 0 0 15px 0 !important;
    font-family: var(--font-body-family) !important;
}
.footer__copyright {
    text-align: center;
    margin-top: 0 !important;
    padding: 10px !important;
}
.copyright__content {
    font-size: 14px !important;
}
.newsletter_text p{
   font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-transform: uppercase;
    margin:20px 0 20px 0;
}
.footer-block__details-content .list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newsletter-form__field-wrapper .field:before,
.newsletter-form__field-wrapper .field:after{
  display:none;
}
.field__input {
    padding: 1rem !important;
    border: 1px solid #ccc;
    outline: none !important;
    box-shadow: none !important;
}

.newsletter-form__field-wrapper .field__input {
    padding: 0rem !important;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    height: 34px;
}
.field__input::placeholder {
  color: #F9F7F2; /* change to your desired color */
  opacity: 1; /* ensures full visibility */
  font-weight:300;
}

/* For better browser support */
.field__input::-webkit-input-placeholder {
  color: #F9F7F2;
}

.field__input:-ms-input-placeholder {
  color: #F9F7F2;
}

.field__input::-ms-input-placeholder {
  color: #F9F7F2;
}
.newsletter-form__field-wrapper .field__label,.field__label{
  display:none;
}
.newsletter-form__field-wrapper .field {
    gap: 15px;
    border-bottom: 1px solid #ccc;
}
.newsletter-form__button {
    width: 24px !important;
    position: relative;
    height: 34px !important;
    color: #fff;
    background-color: transparent !important;
    border: 0;
}
.newsletter-form__button svg{
  width:18px;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-icon {
  flex-shrink: 0;
  width: 20px; /* Fixed width for the icon container */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.contact-details {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.contact-label {
    letter-spacing: 0.04em;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-details a, 
.contact-details address {
  color: inherit;
  text-decoration: none;
  font-style: normal;
}


@media screen and (max-width: 749px) {
    .footer-block.grid__item {
        margin: 0rem 0 !important;
        text-align: left !important;
    }
.footer .grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* optional */
}
/* 2nd div → full width & first */
.footer .grid .footer-block:last-child {
  grid-column: 1 / -1; /* 100% width */
  order: 1;
}

/* 1st div → left 50% */
.footer .grid .footer-block:nth-child(1) {
  order: 2;
  grid-column: 1 / -1; 
}

/* 3rd div → right 50% */
.footer .grid .footer-block:nth-child(2) {
  order: 3;
}
.footer .grid .footer-block:nth-child(3) {
  order: 4;
}
.footer-block__details-content {
    margin-bottom: 0.5rem !important;
}
.footer__copyright {
    margin: 0 !important;
    padding: 10px;
}
.footer-block__details-content .list-social {
    padding: 0;
}
.newsletter_text p {
    font-size: 12px !important;
    line-height: 20px !important;
    margin: 10px 0;
}
.footer-block__details-content .list-menu__item--link {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
  }
  .menu-drawer__utility-links{
    display:none !important;
  }
    .noir-newsletter{
      background:#000000;
      padding:3rem 1.5rem;
      text-align:left !important;
    }
    .noir-newsletter p{
      margin:0 !important;
    }
    .newsletter-form{
          margin-top:2.5rem;
    }
    .newsletter-form__field-wrapper .field__input {
    background: transparent;

}
.newsletter-form__button {
        color: rgb(var(--color-foreground));
}
}
/*************************************** Section Heading *********************/
.noir-page-width {
    padding-left: 2rem ;
    padding-right: 2rem;
    max-width:100%;
}
.section-title p {
  margin: 0 auto;
}
.section-title,.section-header {
    margin-bottom: 3rem;
    margin-top: 0rem;
    text-align: center;
}
.related-products__heading{
    margin: 0 0 4rem;
    text-align: center;
}
h2.inline-richtext.title, .section-header h2, .section-title h2, .related-products__heading, .inline-richtext,.banner__heading  {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    text-transform: uppercase;
    margin-bottom:20px;
    
}
.inline-richtext.h2{
   font-size: 18px;
}
.section-title p{
  font-size:19px;
  line-height:27px;
  color:#151515;
  font-weight:300;
}
.flash-sale {
    text-align: center;
    max-width: 51rem;
    margin: 0 auto 40px;
}
.flash-sale h2.inline-richtext  {
  margin-bottom:5px !important;
}
.flash-sale p{
  margin:0;
}
@media screen and (min-width: 750px) {
    .rich-text__wrapper {
        width: 800rem;
        margin: 0 auto;
        justify-content: center !important;
    }
}
.rich-text__buttons--multiple>* {
    flex-grow: 1;
    min-width: 17rem !important;
}
.rich-text__buttons {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 36rem !important;
    word-break: break-word;
}
@media screen and (max-width: 749px) {
  span.banner__badge {
    left: 2rem;
  }
    .image-with-text__content {
      padding:1.5rem 1rem !important;
  }
  .image-with-text__content>*+* {
      margin-top: 0.5rem !important;
  }
  .image-with-text__text-item .h2,
  h2.inline-richtext.title, .section-header h2, .section-title h2, .related-products__heading, .inline-richtext,.banner__heading {
    font-size:22px;
  }
}
/******************************** Banner ********************************/
@media screen and (min-width: 750px) {
    .banner--large:not(.banner--adapt) {
        min-height: 72rem;
        height: calc(100vh - 38px) !important;
    }
    .banner--desktop-transparent .banner__box {
        max-width: 70rem !important;
    }
}
.banner__buttons{

}
.banner--adapt, .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: 100vh !important;
}
@media screen and (min-width: 750px) {
    .banner__content {
        padding: 5rem 10rem !important;
    }
}
.banner__buttons .button {
    min-width: 36rem !important;
    min-height: 40px !important;
    height: 40px !important;
    /* font-size: 18px; */
    /* font-family: 'NeueHaasUnica'; */
    /* font-weight: 300;*/
}
 .button.button--secondary {
    color: rgb(var(--color-button-text));
    background-color: transparent;
    border:1px solid rgba(var(--color-badge-border));
}
.banner__box  h2.inline-richtext {
   font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    margin: 0;
    text-transform:uppercase;
}
.banner__content {
   max-width:100% !important;
}
.banner__content p{
    font-family: var(--font-body-family);
    font-weight: 300;
    color: rgb(var(--color-foreground));
}

/******************* Noir Collection ****************************/
.collection-card__content {
    padding: 15px 0;
}
@media (max-width: 767px) {
  .collection-card__content {
      padding: 0px 0;
  }
}
.collection-card__content p {
    font-family: var(--font-body-family) !important;
    font-size: 16px;
    font-weight: 500;
    margin:5px  0;
    text-align: center;
    line-height: normal;
}
.collection_content p{
    font-size: 14px;
    font-weight: 300;
    color: rgb(var(--color-foreground));
    margin-bottom:10px;
}
.noir_info {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    display: flex;
    align-items: start;
    justify-content: start;
    flex-flow: column;
    gap: 0;

}
.product-grid h2{
  text-align:center;
}
.badge {
    font-size: 1.1rem;
    letter-spacing: .1rem;
    padding: 4px 8px;
}
.card_title_price {
    display: flex;
    /*align-items: center;
    justify-content: space-between;*/
        flex-flow: column;
}
.card_title_price {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.card__information .card__heading a{
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0;
    font-family: var(--font-body-family);
    letter-spacing: normal;
        font-weight: 400;

}
.card__information .price .price-item {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0;
    font-family: var(--font-body-family);
    letter-spacing: normal;
        font-weight: 300;

}
.card__information .price {
    margin-top: 0 !important;
}
.card__information {
    padding-bottom: 0.7rem !important;
    padding-top: 0.7rem !important;
}
p.product-code {
    margin: 0;
    font-family: var(--font-body-family) !important;
    font-weight: 400 !important;
    line-height: normal;
}
span.product-compostion {
    margin: 0;
    font-family: var(--font-body-family) !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: normal;
}
.card-product__swatches {
    display: flex;
    gap: 5px;
    margin: 0 !important;
}
.card-product__swatches span.swatch {
width: 15px;
    height: 15px;
    display: flex !important;
    background: var(--swatch--background);
    border: 1px solid #ccc;
    padding: 1px;
    border-radius: 50%;
}
    .collection_content p {
      text-transform: capitalize;
      margin: 0;
    }
    .section-{{ section.id }}-padding .swiper-slide-prev,
    .section-{{ section.id }}-padding .swiper-slide-next {
      opacity: 1;
    }
    .noir_category_img.image-square {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    }
   .noir_category_img.image-portrait  {
      aspect-ratio: 3 / 4;
      /*aspect-ratio: 1 / 1;*/
    }
.swiper-wrapper .noir_category_img.image-square.bg-even {
  background: #e8e8e8; /* odd background */
}

.swiper-wrapper .noir_category_img.image-square.bg-odd {
  background: #eeeeed; /* even background */
}
    .noir_category_video,
    .noir_category_img img {
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .noir_category_video {
      pointer-events: none;
    }
    .placeholder-svg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.45;
    }
.template-collection  .collection.page-width{
  max-width:100% !important;
      padding: 0 15px;
}
.product-form__input--pill input[type=radio]+label{
    padding: 0rem !important;
    width: 38px !important;
    height: 38px;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
/********************** Noir Icon With text ***********************/
.shaga_icon_text .noir_icon_text_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  padding: 0;
}
.shaga_icon_text .noir_icon_text_container {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  z-index:1;
}
.shaga_icon_text .noir_icon_text {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-flow: column;
}
.shaga_icon_text .noir_icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.shaga_icon_text .noir_icon svg{
    fill:#fff;
    stroke:#fff;
}
.shaga_icon_text .noir_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 999;
  position: relative;
}
.shaga_icon_text .noir_text .h3 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--font-body-family) !important;
  font-weight: 500;
  max-width: 14rem;
}
.shaga_icon_text .noir_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 10px  0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .shaga_icon_text .noir_icon_text_container {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shaga_icon_text .noir_icon_text_wrapper {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 12px 12px;
    padding: 0 0rem;
  }
  .shaga_icon_text .noir_text p {
      text-align: center;
  }
  .shaga_icon_text .noir_icon {
      width: 35px;
      height: 35px;
      flex: 0 0 40px;
  }
  .shaga_icon_text .noir_text .h3{
    font-size:9px;
    line-height:12px;
  }
}
.inline-richtext.h2 {
    font-size: 24px;
}
.image-with-text__text  h4,.image-with-text__text  h3{
  text-align:center;
  font-size:20px;
  margin:0;
}
.image-with-text__text  h4{
    font-weight: 500;
    font-size:22px;
}
.image-with-text__text.rte {
    width: 100%;
}
/************************************* PDP **************************/
.product__title{
  margin:0 !important;
}
.product__title h1{
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: normal;
}
.product-form__submit{
    background: #000000 !important;
    color: #e3dac6 !important;
    border-color: #000000 !important;
}
.product-form__input--pill input[type=radio]+label{
  border-color: #000000 !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
}
.product-form__input--pill input[type=radio]:checked+label{
  border-color: #000000ff !important;
}
.icon-with-text--horizontal .h4 {
    font-size: 12px;
    font-weight: 400 !important;
    margin: 0 !important;
    max-width: 70px;
    line-height: 1.2;
    margin-top: 10px !important;
}
.icon-with-text img {
    height: 40px !important;
    width:40px !important;
    object-fit: contain;
    margin: 0 !important;
}


/**************************** FAQ ***********************************/
.noir-accordion {
    border-top: 1px solid #f1f1f1;
  }

  .accordion-item {
    border-bottom: 1px solid #f1f1f1;
  }

    .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    width: 100%;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: NeueHaasUnica !important;
    color: #3e2723;
    }

  .accordion-header::before,
  .accordion-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 1px;
    background-color: currentColor;
    transition: transform 0.4s;
  }

  .accordion-header::after {
    transform: rotate(90deg);
  }

  .accordion-item.active .accordion-header::after {
    transform: none;
  }

  .accordion-content {
    display: none;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    font-size:14px;
    font-weight:300;
    line-height:18px;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }

  .accordion-content ul {
    padding-left: 15px;
  }

  .accordion-content ul li {
    line-height: 16px;
    margin-bottom:10px;
  }
  
@media screen and (max-width: 749px) {
  .accordion-header {
    height: 36px;
    font-size: 12px;
    padding-right: 40px;
    text-align: left;
  }
  .icon-with-text--horizontal .h4 {
    max-width: 100%;
  }
  .icon-with-text--horizontal {
    column-gap: 1rem !important;
  }
  .product__title h1 {
    font-size: 22px;
  }
  .card_title_price {
    flex-flow: column;
    align-items: start;
    text-align: left;
  }
  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(2rem / var(--font-body-scale)) !important;
    padding-right: calc(2rem / var(--font-body-scale)) !important;
  }
  .banner__buttons .button {
    min-width: 26rem !important;
    min-height: 38px !important;
    height: 38px !important;
  }
  .image-with-text__text h4,
  .image-with-text__text h3 {
    text-align: center;
    font-size: 17px;
    margin: 0;
  }
  .image-with-text__text h4 {
    font-weight: 500;
    font-size: 18px;
  }
  .image-with-text__text.rte {
      margin-top: 24px;
  }
  .header {
      padding: 10px 1rem 10px 1rem !important;
  }
}
.noir-price {
  margin: 0 !important;
}
.list-social__link {
    padding: 0 !important;
}
.list-social {
    margin-top: 20px;
    gap: 10px;
}