/** Shopify CDN: Minification failed

Line 306:39 Unexpected "{"
Line 884:14 Unexpected "{"
Line 884:23 Expected ":"
Line 885:14 Unexpected "{"
Line 885:23 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
@import url(https://db.onlinewebfonts.com/c/6138beb83221f6eb46ed08543a304d1d?family=Twentieth+Century);
@font-face {
  font-family: 'Twentieth Century';
  src: url('https://cdn.shopify.com/s/files/1/0667/9999/3046/files/Tw_Cen_MT_Std_Light.otf?v=1756994934') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twentieth Century';
  src: url('https://cdn.shopify.com/s/files/1/0667/9999/3046/files/Twentieth-Century.ttf?v=1756993995') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
    --font-body-family: Twentieth Century !important;
    --font-body-style: normal;
    --font-body-weight: 300;
    --font-body-weight-bold: 400;
    --font-heading-family: Twentieth Century !important;
    --font-heading-style: normal;
    --font-heading-weight: 400;
}
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.6em !important;
  font-weight:300;
  line-height:24px;
  letter-spacing:normal;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
 font-family: Twentieth Century !important;
  font-weight: 400;
  font-style: normal;
      letter-spacing: normal;
}
.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
    font-size: 1.6rem !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;
}
@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;
    }
}
.page-width{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.header:not(.drawer-menu).page-width {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.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: #f3d5d7 !important;
}
.swiper-pagination {
    position: relative;
}
.swiper-button-lock {
  display: initial !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px;
  height: 24px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: 45px;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 1.5rem;
      border: unset !important;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
/* Pagination bullet animation */
  .swiper-pagination-bullet {
    /*transition: all var(--bullet-duration, 3s) ease;*/
  }

  /* Custom cursor styling for data-cursor="cursor" */
  [data-cursor="cursor"] .swiper {
    cursor: grab;
  }
  [data-cursor="cursor"] .swiper:active {
    cursor: grabbing;
  }

  /* Smooth slide transitions */
  .swiper-slide {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .swiper-slide-prev,
  .swiper-slide-next {
  }
  .swiper-slide-active {
    opacity: 1;
  }
@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: 38px;
    min-width: 140px;
    padding: 0;
    font-family: var(--font-body-family);
    font-weight: 300;
    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: 4px;
    text-transform: uppercase;
}
.full-width{
  max-width:100%;
}
.announcement-bar .slider-button {
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
  width: 2rem;
}
  .announcement-bar .slider-button .svg-wrapper {
    width: 15px;
    height: 15px;
}
/*********************************** HEADER ******************************************/
.header__inline-menu ul.header__submenu li:first-child a {
    padding-left: 2rem; 
}
@media screen and (min-width: 750px) {
    .header.page-width, .utility-bar__grid.page-width {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        max-width: 100%;
    }
    .header--middle-left .header__inline-menu {
        margin-left: 0;
        text-align: center;
    }
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto 1fr auto;
    }
}
a.b2b-form.link.focus-inset {
    display: flex;
    align-items: center;
}
.slider-button .icon {
    height: 25px !important;
    width: 25px !important;
}
.header__active-menu-item,a {
    text-decoration: none !important;
}
.header__icon .svg-wrapper {
    width: 17.5px;
    height: 17.5px;
}
.header__icons {
    padding-right: 0;
}
.announcement-bar__message{
    font-weight: 400;
}
.noir_logo_bar {
  display: flex;
    padding: 1.2rem 2rem;
    background: #fff;
    border-bottom: 1px solid #faf8f5;
}
.header__heading-logo-wrapper {
    display: flex;
}
.header--middle-left {
    column-gap: 2rem;
}
.header__heading a,.noir_logo_bar a{
  padding:0;
}
.header__menu-item{
    font-family: var(--font-body-family);
    font-family: var(--font-body-family);
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-transform:uppercase;
    transition: all .25s cubic-bezier(.104, .204, .492, 1);
}
.header__inline-menu ul li:first-child a{
  padding-left:0;
}
.header__icon--cart svg path,.header__icon--search svg path,
.header__icon .svg-wrapper svg circle, {
    stroke: #151515;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.nav-overlay {
    position: fixed;
    background: #0000007a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.button:after,.button:before{
  display:none;
}
/************ hover header *****************/

#site-header.scrolled{
    background: #ffffff;
}
#site-header.scrolled .header__heading-logo {
    filter: brightness(0) invert(0);
}
#site-header.scrolled .header__menu-item span,
#site-header.scrolled .customer_account,
#site-header.scrolled a.b2b-form.link.focus-inset{
    color:#151515;
}
#site-header.scrolled .header__heading svg,
#site-header.scrolled .header__icon .svg-wrapper svg path,
#site-header.scrolled  header-drawer svg path,
#site-header.scrolled .header__icon .svg-wrapper svg circle{
    stroke: #151515;
}
#site-header.scrolled  .icon-caret path{
    fill: #151515;
}
.menu-drawer .list-social {
    justify-content: flex-start;
    margin-left:0 !important;
    padding: .5rem 1.5rem !important;
}
@media screen and (max-width: 749px) {
  .list-menu__item {
      font-size: 14px !important;
  }
  .menu-drawer__menu .list-menu__item {
      padding: 1.1rem 1.5rem !important;
      border-bottom: 1px solid #dfdede;
  }
.menu-drawer summary.menu-drawer__menu-item {
    padding-right: .5rem !important;
}
.menu-drawer__close-button {
    padding: 1.2rem 1.5rem 1.2rem 1.5rem !important;
}
.menu-drawer__navigation-container {
    grid-template-rows:auto !important;
    max-height: 100vh;
    height: 100vh !important;
    display: flex !important;
    flex-flow: column;
}
.menu-drawer__navigation {
    padding: 0rem 0 !important;
}
.header--has-social .menu-drawer__utility-links {
    padding: 2rem 1.5rem !important;
    margin-top: 2rem !important;
}
.header {
    display: grid;
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr 2fr;
    align-items: center;
}
.header__icon--cart {
    margin-right: 0;
}
.header__icon, .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
    padding: 0;
}
#site-header .noir-logo{
  padding:0;
}
.scrolled-past-header .header__heading-logo-wrapper {
      width: 100% !important;  
}

}
/********************************************** 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: 14px !important;
    line-height: 18px !important;
    text-transform: uppercase;
}
.footer-block__heading {
    font-size: 18px !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_heading{
  font-size: 22px !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;
    padding: 1rem !important;
    border: 1px solid #ccc;
    outline: none !important;
    box-shadow: none !important;
}
.field__input::placeholder {
  color: #999; /* change to your desired color */
  opacity: 1; /* ensures full visibility */
}

/* For better browser support */
.field__input::-webkit-input-placeholder {
  color: #999;
}

.field__input:-ms-input-placeholder {
  color: #999;
}

.field__input::-ms-input-placeholder {
  color: #999;
}
.newsletter-form__field-wrapper .field__label,.field__label{
  display:none;
}
.newsletter-form__field-wrapper .field {
    gap: 15px;
}
.newsletter-form__button {
    width: 60px !important;
    position: relative;
    height: 46px !important;
    color: rgb(var(--color-button-text))  !important;
    background-color: rgba(var(--color-button))  !important;
}
.newsletter-form__button svg{
  width:10px;
}

.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;
  }
}
/*************************************** 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;
    
}
.section-title p{
  font-size:19px;
  line-height:27px;
  color:#151515;
  font-weight:300;
}

@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{

}
@media screen and (min-width: 750px) {
    .banner__content {
        padding: 5rem 10rem !important;
    }
}
.banner__buttons .button {
    /*min-height: 35px;
    min-width: 150px;
    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: 10px 6px;
    border-radius:4px;
    text-transform:uppercase;*/
}
 .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));
    font-size: 18px;
    line-height: 24px;
}
/********************** 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: 40px;
      height: 40px;
      flex: 0 0 40px;
  }
}
/******************* 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;

}
.card__information .card__heading a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 0px 0;
    font-family: var(--font-body-family);
    letter-spacing: normal;
    text-transform:uppercase;
}
.card__information .price .price-item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin: 0px 0;
    font-family: var(--font-body-family);
    letter-spacing: normal;
    text-transform:uppercase;
}
.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;
    }

/************************** PDP MEDIA *************************/
@media screen and (min-width: 750px) {
  /*.product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: calc(100vh - 9.8rem) !important;
  }*/
  .product--thumbnail .product__media-list {
    margin-bottom: 0 !important;
  }
  .slider-buttons.noir_gallery_btn {
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex !important;
    z-index: 9999;
  }
  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: flex !important;
  }
}
.thumbnail-slider {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .product-media-container.constrain-height {
      --viewport-offset: 400px;
      --constrained-min-height: 420px !important;
      --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  }
}

@media screen and (max-width: 749px) {
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
  .grid--peek.slider .grid__item:first-of-type {
      margin-left: 0 !important;
  }
}
/************************** PDP *********************************/
.product-form__input {
    max-width: max-content !important;
}
.product-form__buttons {
    max-width: 50rem !important;
}
.product-form__input .form__label.noir_variant{
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.product-form__input .form__label span{
  cursor:pointer;
}
variant-selects {
    display: block;
    margin: 2rem 0 4rem 0;
}
variant-selects {
    display: block;
    margin-top: 0 !important;
}
.product-form__input--pill input[type=radio]+label {
    border: 1px solid #ccc !important;
}
@media screen and (min-width: 750px) {
  product-info .page-width {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    max-width:130rem;
  }
  .product__info-wrapper {
    padding: 0 !important;
  }
  .product__info-container .noir_product_info{
    padding: 0 0 0 5rem !important;
    margin-top: 48px;
    max-width: 50rem;
  }
  .icon-with-text--horizontal .h4 {
    font-weight: 300;
}
  .product__column-sticky {
    /*height: calc(100vh - 9.8rem) !important;*/
  }
  .product__info-container {
      max-width: 100rem !important;
  }
}
.product__text {
display:none;
}
.product__title h1,.product__title.h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-family: var(--font-body-family) !important;
  text-transform:uppercase;
  letter-spacing:normal;
}
.product__title {
    margin-bottom: 0 !important;
}
.noir_short{
  border-bottom:1px solid #f2f1ed;
  border-top:1px solid #f2f1ed;
  margin:15px 0;
}
.product__description {
  max-width:80rem;
  padding-right:20px;
}
.noir_price {
  margin-top: 0 !important;
}
.price .price-item {
  font-size: 16px;
  font-weight: 500;
  font-family:var(--font-body-family);
  line-height: 24px;
  letter-spacing:normal;
}
.price--large {
  font-size: 1.6rem;
  line-height: normal !important;
  letter-spacing: 0.13rem;
}
.product .price .badge,
.product .price__container {
  margin-bottom: 0 !important;
}
.accordion__title {
    font-family: var(--font-body-family) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important; 
    text-transform:uppercase;
}
/*********************** Swatch ***********************/
.product-form__input .form__label {
    font-family: var(--font-body-family);
    font-weight: 500;
    letter-spacing: 0;
    color: #2d2a26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product-form__input--pill input[type=radio]+label{
    padding: 0 !important;
    width: 56px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem !important;
    font-family: var(--font-body-family) !important;
    letter-spacing: 0 !important;
    color: #2d2a26;
}
.product-form__input--pill input[type=radio]+label:last-child{
  margin-left:0 !important;
}
.product-form__submit {
    margin-bottom: 1rem;
    background-color: #3e2723 ;
    color: #f3d5d7;
    border-color: #3e2723 ;
    font-weight: 500;
    text-transform: uppercase;
}
.product__tax {
    margin-top: 0 !important;
}
.support-button{
  border:1px solid #2d2a26;
  font-weight:500;
}
.product-form__submit {
    margin-bottom: 1rem;
    background-color: #3e2723;
    color: #f3d5d7;
    border-color: #3e2723;
}
.button--full-width {
    min-height: 40px;
    font-size: 16px;
}
.accordion__content ul{

}
.accordion__content ul {
  list-style: none; /* Remove default bullets to use custom ones */
  padding: 0;
  margin: 0;
}

.accordion__content ul li {
  display: flex;
  align-items: flex-start; /* Keeps bullet at the top of the first line */
  gap: 0px;               /* Space between bullet and text */
  margin-bottom: 16px;     /* Space between list items */
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
}

.accordion__content ul li::before {
  content: "•";            /* The bullet character */
  color: #333;             /* Bullet color */
  font-weight: bold;
  flex-shrink: 0;          /* Prevents the bullet from squishing */
  padding-right: 10px;
}
/******************************** Policy Page ****************************************/

  /* ===============================
     LAYOUT
  ================================ */
  .noir-policy-page {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
  }

  /* ===============================
     STICKY MENU
  ================================ */
  .noir-policy-menu {
    position: sticky;
    top: calc(3.54167vw + 93px);
    align-self: flex-start;
  }

  .noir-policy-menu__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 300px;
  }

  .noir-policy-menu__link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26;
    text-decoration: none;
  }

  .noir-policy-menu__link.active {
    text-decoration: underline;
  }

  /* ===============================
     CONTENT
  ================================ */
  .noir-policy-content {
    width: 100%;
  }

  .noir-policy-content__header {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
  }

  .noir-policy-content__heading {
      width: 100%;
      padding: 16px 0 !important;
      margin: 0 0 24px 0 !important;
      font-size: 30px !important;
      line-height: 36px !important;
      text-transform: uppercase;
      color: #2d2a26;
      border-bottom: 1px solid #ccc;
  }

  .noir-policy-content__grid h6 {
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    color: #2d2a26;
  }

  .noir-policy-content__grid p {
    margin: 0 0 8px;
    font-weight: 300;
    color: #2d2a26;
  }
  .noir-policy-content__grid{
    padding:0;
  }
  /* ===============================
     ACCORDION
  ================================ */
  .noir-faq-group__header h3{
    font-size:22px;
  }
  .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: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: Twentieth Century !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;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }

  .accordion-content ul {
    padding-left: 13px;
  }

  .accordion-content ul li {
    font-size: 11px;
    line-height: 16px;
  }

@media screen and (max-width: 749px) {
    .accordion-header {
      height: 40px;
      font-size: 15px;
      padding-right: 40px;
      text-align: left;
  }
}
/******************************* Size Guide **********************************/
 .noir-size-chart {
    margin-bottom: 8rem;
  }
  /* Size chart table wrapper */
  .noir-size-chart table {
    width: 100%;
    border: 1px solid #2d2a26;
    border-collapse: collapse;
    text-align: center;
    max-width:80rem;
  }
  /* Ensure bottom + outer borders are visible */
  .noir-size-chart table {
    border-bottom: 1px solid #2d2a26;
  }

  /* Bottom border for last row */
  .noir-size-chart tbody tr:last-child th,
  .noir-size-chart tbody tr:last-child td {
    border-bottom: 1px solid #2d2a26;
  }

  /* Alternate row background (even rows) */
  .noir-size-chart tbody tr:nth-child(even) th,
  .noir-size-chart tbody tr:nth-child(even) td {
    background-color: #faf8f5;
  }

  /* Table head */
  .noir-size-chart thead {
    background-color: #faf8f5;
    border-bottom: 1px solid #2d2a26;
  }

  /* Table cells */
  .noir-size-chart th,
  .noir-size-chart td {
    padding: 6px 0;
    min-width: 55px;
    border-right: 1px solid #2d2a26;
  }

  /* First column (sticky + left aligned) */
  .noir-size-chart th:first-child,
  .noir-size-chart td:first-child {
    position: sticky;
    left: 0;
    text-align: left;
    padding-left: 10px;
    background-color: inherit;
  }

  /* Zebra rows */
  .noir-size-chart tbody tr:nth-child(odd) th,
  .noir-size-chart tbody tr:nth-child(odd) td {
    background-color: #ffffff;
  }

  /* Desktop spacing */
  @media (min-width: 767px) {
    .noir-size-chart th,
    .noir-size-chart td {
      min-width: 71px;
    }
  }
/**************************** Noir tabs Content Based ************************************/
.ntabs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 991px) {
  .ntabs__grid {
    grid-template-columns: 1fr 1.5fr;
  }
}

/* Left Column */
.ntabs__left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 0;
}

.ntabs__subtitle {
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ntabs__nav {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ntabs__trigger {
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  color: #c7c7c7;
  cursor: pointer;
  font-family: var(--font-heading-family);
  font-size: 34px;
  line-height: 37px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.ntabs__trigger.is-active {
  color: #111;
}

/* Content & Panels */
.n_tabs_content p {
  margin-bottom: 2rem !important;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ntabs__panel {
  display: none; /* Changed from height:0 to display:none for stability */
  opacity: 0;
  transform: translateY(10px);
}

.ntabs__panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Right Column & Media */
.ntabs__right {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.ntabs__media {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.6s ease;
  pointer-events: none;
  visibility: hidden;
}

.ntabs__media.is-active {
  position: relative;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  visibility: visible;
}

.ntabs__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ntabs__left{
    padding-bottom: 0;
    padding-top: 0;
  }
  .ntabs__grid {
    gap: 30px;
  }
}
  .qbk-offer__title,.qbk-offer__price--offer{
    font-weight: 400 !important;
}
.pdp-book b{
color: #3E2723; font-weight:600;
}
.pdp-book p,.pdp-book a{
color: #3E2723;
font-size:16px;
}
.pdp-book a{
  font-weight: 500 !important;
  text-decoration:underline !important;
}
.qbk-offer-box .qbk-badge__label {
    font-weight: 300 !important;
}
/* ================================
     Size Chart Popup
  ================================ */
.find-size-chart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.size-chart-trigger,.find-size-chart a {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline !important;
    color: #3E2723;
}

  /* Overlay */
  .size-chart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
    z-index: 98;
    pointer-events: none;
  }

  /* Modal */
  .size-chart-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 850px;
    max-height: 85vh;
    background: #fff;
    transform: translate(-50%, -45%);
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all .35s ease;
    z-index: 99;
    pointer-events: none;
  }

  /* Active states */
  .size-chart-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display:block;
  }

  .size-chart-modal.active {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
  }

  /* Header */
  .size-chart-header {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .size-chart-header h3 {
    margin: 0;
    font-size: 16px;
  }

  .size-chart-close {
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
  }

  /* Body */
  .size-chart-body {
    padding: 18px;
    overflow-y: auto;
  }
  .noir-tabs {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.noir-tab-btn {
  flex: 1;
  padding: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all .3s ease;
}

.noir-tab-btn.active {
  border-color: #000;
}

.noir-tab-content {
  display: none;
}

.noir-tab-content.active {
  display: block;
}
.qbk-description {
    font-size: 16px !important;
}
.recipient-fields__field input.field__input::placeholder {
  color: #999 !important;
  opacity: 1;
}

.recipient-fields__field input.field__input::-webkit-input-placeholder {
  color: #999 !important;
}

.recipient-fields__field input.field__input:-ms-input-placeholder {
  color: #999!important;
}

.recipient-fields__field input.field__input::-ms-input-placeholder {
  color: #999!important;
}
cart-drawer .cart-drawer__empty-content .button{
  padding:6px 15px;
}
/******************************************** Whats App **********************************/
/* Sticky Button Container */
.stylist-whatsapp-sticky {
  transform: scale(.9);
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  background-color: #f9f4ee; /* Black outer border/background */
  /*border: 2px solid #f9f4ee;*/
  border-radius: 50px;
  padding: 5px;
  text-decoration: none;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}

/* The Icon Circle */
.stylist-icon-box {
  width: 35px;
  height: 35px;
  background-color: transparent;
  /*border: 2px solid #ffffff;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.stylist-icon-box svg {
      width: 30px;
    height:30px;
    stroke: #3e2723;
    color: #3e2723;
}

/* The White Pill Text Area */
.stylist-text {
    background-color: #3e2723;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    padding: 5px 11px 5px 10px;
    margin-left: 4px;
    border-radius: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    margin-right: 2px;
}

/* Hover Effects */
.stylist-whatsapp-sticky:hover {
  transform: scale(1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Mobile Adjustment */
@media screen and (max-width: 768px) {
  .stylist-whatsapp-sticky {
    bottom: 15px;
    left: 0px;
    transform: scale(0.9);
  }
  .stylist-whatsapp-sticky:hover {
    transform: scale(0.9);
  }
}