/** Shopify CDN: Minification failed

Line 488:37 Expected identifier but found "("
Line 962:11 Expected identifier but found whitespace
Line 962:12 Unexpected "0"

**/
  body {
    --page-background :#FCFAF9;
    background: var(--page-background);
  }
  
  .h1, .h2, .h3, .h4, .h5 {
        font-weight: 300;
        font-family: 'GT Alpina', serif !important;
        line-height: 1.2em;
    }
    .h3, .h5 {
      font-size: 2rem;
      line-height: 2.25rem;
    }
    .prose h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }    
    .prose h2 {
      font-size: 1.75rem;
      line-height: 2.25rem;
    }
    .prose h3 {
      font-size: 1.25rem;
      line-height: 1.8rem;
    }
    .prose h5 {
      font-size: 2rem;
      line-height: 2.25rem;
    }

@media screen and (min-width: 700px) {
    .footer__block--links {
        max-width: 11rem;
    }
}
/** theme changes **/

@media screen and (max-width: 640px) {
  .section-stack {
    position: relative;
    scroll-padding-inline: var(--distance-to-bleed);
    padding-inline-start: var(--distance-to-bleed);
    padding-inline-end: var(--distance-to-bleed);
    margin-inline-start: calc(-1 * var(--distance-to-bleed));
    margin-inline-end: calc(-1 * var(--distance-to-bleed));
  }
  .section-stack::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px; /* width of the fade effect */
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, transparent, white); /* adjust 'white' to your background */
  }
}
.product-card__image {
    object-fit: cover !important;
}

.product-card__info.buy_button {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .product-card__info.buy_button {
    margin-top: 50px;
  }
}
.product-card__info.buy_button .quiz-restart-btn{
  width: 100%;
}
/** faqs **/

@media screen and (max-width: 700px) {
  .section-stack .faq {
      margin-inline: unset;
  }
}
/** policy pages **/
.shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

/** header **/

  .header {
      --header-padding-block: 0.75rem;
  }

  .header .tap-area .subheading {  
    text-transform: uppercase;
  }
  
  .header__search-link { display: none;}
  
  .header .menu-drawer .h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helmut', serif  !important;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #000;
  }
  
  @media (max-width: 768px) {
    .header {
        --header-nav-icon-gap: 0.5rem;
    }
  }
  .smbcartcount.xb-product-quantity--top-right {
    top: 0;
    right: -4px;
  }
  .header__wishlist-link .xb-product-quantity--top-right {
      right: -4px;
      top: 10px;
  }
  .xb-wishlist-button__add-style-3, .xb-wishlist-button__loading-style-3, .xb-wishlist-button__remove-style-3  {
    font-size: 14px !important;
  }
  .xb-wishlist-button__add-icon-style-3, .xb-wishlist-button__remove-icon-style-3,.xb-wishlist-button__loading-icon-style-3 {
    display: none !important;
  }
  .xb-wishlist__float-style-1 {
    display: none;
  }

  .xb-wishlist-products__share-wishlist-modal {
      display: none !important;
  }
  @media screen and (max-width: 500px) {
    .xb-wishlist-products__share-wishlist-item {
        display: block !important;
    }
    .xb-wishlist-products__style {
        justify-content: space-between !important;
    }
  }

  .header__wishlist-link .xb-wishlist__header,.header__wishlist-link .xb-header__icon { width: 20px;}
  .header .xb-product-quantity.show {
    background-color: #000;
    color: #ffffff;
    font-size: 7px;
    height: 10px;
    width: 10px;
  }
  :root:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header~.shopify-section-group-header-group)) .header:not(.is-solid,:has([open])) .xb-product-quantity.show {
    background-color: #ffffff;
    color: #000;
    font-size: 7px;
    height: 10px;
    width: 10px;
  }

/** drawer **/
  :where(.drawer,.drawer-popover,.modal,.popover)::part(close-button):before {
    background: none;
  }
  :where(.drawer,.drawer-popover,.modal,.popover)::part(overlay) {
    backdrop-filter: none;
  }
  .facets {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px; 
  }
  .facets .icon.icon-accordion-small-arrow {
  }
  .drawer [slot=header] {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px; 
    font-weight: 400;
    text-transform:uppercase;
    /** border-bottom: 1px solid #000; **/
    padding-bottom: 2px;
  }
  .free-shipping-bar {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 14px; 
    font-weight: 400;
  }
  .progress-bar {
    overflow:unset;
    height: 1px;
    background: #000;
  }
  .progress-bar:before {
    height: 3px;
    transform: translateY(-1px) scaleX(var(--progress-bar-progress, 0));
  }
  
  .drawer .button {
    --button-padding-block: 0;
    --button-padding-inline: 30px;
  }
  button[name="checkout"] {
    margin: 0;
    background-color: #94ADB9;
    color: #fff;
    border: 1px solid #94ADB9;
  }

  button[name="checkout"]:hover {
    background-color: transparent;
    color: #94ADB9;
    border: 1px solid #94ADB9;
  }
  .drawer .cart-drawer__cross-sell .constrained-image {
    width: 88px;
  }

  .product-cross-sell--horizontal {
    padding: 0;
    column-gap: 1.4rem;
  }

  .product-cross-sell--horizontal a.text-sm {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Helmut', serif  !important;
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing: 0.06em;
  }


  .drawer::part(header) {
    border-block-end: 0;
  }
  .drawer.drawer--facets::part(footer) {
    border-block-start: 0;
  }
    .menu-drawer .menu-promo {
      padding-top: 20px;
    }
  @media (min-height: 646px) {
    .promo-blocks-container {
      position: absolute;
      bottom: 20px;
    }
  }
  .menu-drawer  .promo-block {
    display: none;
  }
  .menu-drawer  .promo-block.active {
    display: block;
  }
  .menu-drawer__panel-footer {
    display: none;
  }
  .drawer::part(footer),
  .cart-drawer__cross-sell ,
  .cart-drawer__footer-actions {
    border-block-start-width: 0;
    border-block-end-width: 0;
  }

  .product-cross-sell button.subheading-xs {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 10px; 
  }
  .cart .line-item a.subheading,
  .drawer .line-item a.subheading {
    font-family: 'Helmut', serif  !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .cart .line-item__line-price,
  .drawer .line-item__line-price {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px; 
  }
  .cart-drawer__cross-sell .h7 {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 14px; 
    text-transform: uppercase;
  }
  .line-item__remove-button .text-xs { 
    font-family: 'Simplon Mono', monospace  !important;
    border-bottom:1px solid #000;
    font-size: 10px;
  }

  .icon-remove-bin { display : none;}

  .cart-drawer__footer-inner .medium {
      font-family: 'Simplon Mono', monospace  !important;
      font-size: 12px; 
  }
  .cart-drawer__footer-inner .medium.uppercase {
      font-size: 14px; 
  }

  @media screen and (min-width: 700px) {
      .cart .line-item__quantity-selector, .cart .line-item__line-price, .cart .line-item__unit-line-price {
          display: unset;
      }
  }

  .withInventory {
  }
  .withInventory .inventory_quantity {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 10px; 
    position: relative;
    padding-left: 12px;
    color:#000;
  }
  
  .withInventory .inventory_quantity::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url('/cdn/shop/files/Vector.svg?v=1753803124') no-repeat center center;
    background-size: contain;
  }


@media (max-width: 768px) {
  .drawer .quantity-selector__input {
    line-height: 30px;
  }
}

.cart-drawer__footer-action-button {
    font-family: 'Simplon Mono', monospace;
    font-size: 12px;
    text-transform: uppercase;
}
/** cart **/

  .toast__message {
    color: #fff;
    background: #1a1a1a;
    border-radius: 0;
    box-shadow: 0 8px 16px -4px #1a1a1a38;
    font-family: 'Simplon Mono', monospace !important;
    font-size: 12px !important;
    text-transform: uppercase;
    max-width: 35rem;
  }

  .toast__message--error {
    background: #94ADB9;
  }

  .cart .cart__right {
    background: #ffffff;
    border-width: 0px;
    }
  .cart .cart__right .smbCartBar {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;

   }
  .cart .smbTotals, .cart .order-summary__header {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 14px; 
    font-weight: 400;
  }
.cart .cart__right .smbCartBar .prose {
  border-top: 1px solid #000;
  margin-top: 24px;
  padding-top: 32px;
}
  .cart .cart__right .prose p a {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px; 
    font-weight: 400;
  }
  .cart .cart__right .smbTotals .cartTotal {
    font-size: 12px; 
  }
/** footer **/

  .shopify-section-group-footer-group .section-header {
    max-width: 1200px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 480px) {
    .shopify-pc__banner__btns {
        flex-direction: row !important;
    }
  }
  @media only screen and (max-width: 1000px) {
    .shopify-pc__banner__btns {
      justify-content: flex-end;
      min-width: 480px !important;
    }
  }

  .shopify-pc__banner__dialog button {
    border-radius: 50px !important;
    max-width: 160px;
    text-transform: uppercase;
  }
  .shopify-pc__banner__dialog {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 10px; 
    font-weight: 400;
    padding: 16px 32px !important;
  }
  #shopify-pc__banner__body-title, #shopify-pc__banner__btn-decline{
    display: none;
  }
  .shopify-pc__banner__btns {
    justify-content: flex-end;
    min-width: 380px !important;
  }
  .footer {
      border-block-start-width: 0;
  }
  .footer .subheading {
        color: #000;
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 12px; 
        font-weight: 400;
        text-transform:uppercase;
    
  }
  .footer .footer__block--links{        
        color: #000;
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 12px; 
        font-weight: 400;
        line-height: 18px;
        padding-bottom: 20px;
    
  }

  .footer .footer__copy--links{        
        color: #000;
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 8px; 
        font-weight: 400;
        line-height: 10px;
        text-transform:uppercase;
    
  }

  .footer .social-media__item .icon {
    --icon-max-width: 12px;
  }
  .menu-drawer__footer-item .social-media .icon {
    --icon-max-width: 16px;
  }
  .menu-drawer__footer-item .subheading {
    display: none;
  }

  .smb-footer-linkarea {
    flex-grow: 1;
    max-width: 36rem;
  }
  .smb-footer-links {
    display: flex;
    justify-content: space-between;
  }

  @media screen and (pointer: fine) {
    .smb-footer-links .link-reversed { transition: none;}
    .smb-footer-links .link-reversed:not([aria-current=true],[aria-selected=true]):hover {
        background-size: 100% 0;
        color: #94ADB9;
    }
    .smb-footer-links .link-reversed:([aria-current=true]),.smb-footer-links .link-reversed:([aria-selected=true]) {
        background-size: 100% 0;
        color: #94ADB9;
    }
  }
  
@media screen and (min-width: 460px) {
    .smb-footer-links {
        padding-right: 40px;
    }
}
  .smb-copyright {
        color: #000;
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 8px; 
        font-weight: 400;
        text-transform:uppercase;
  }
  .smb-footer-strap {
    margin-bottom: 50px;
  }
@media (max-width: 768px) {
  .footer__block-list {
    grid-template-columns: 1fr;
  }
  .smb-footer-strap {
    display: none;
  }
  .smb-footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem; 
  }
}
/** collection **/
  .icon.icon-filters {
    display: none;
  }
@media (max-width: 768px) {
  .collection__results {
    padding-left: 14px;
    padding-right: 14px;
  }
}
  .collection__toolbar .subheading {
      color: #000;
      font-family: 'Simplon Mono', monospace  !important;
      font-size: 12px; 
      font-weight: 400;
      text-transform:uppercase;
      line-height: 18px;
      border-bottom: 1px solid #000;
      padding-bottom: 2px;
  }

  .accordion__summary.subheading {
      text-transform:uppercase;
  }
  .accordion__content .checkbox-control  input {
    opacity: 0;
  }
  .checkbox-control .checkbox~label {
      opacity: 1;
      color : #94ADB9;
  }
  .checkbox-control .checkbox:not(:disabled,:checked)~label {
      opacity: 1;
      color : #000;
  }
  .range-group {
      --range-track-height: 0.5px;
  }
  .range::-webkit-slider-thumb {
    box-sizing: content-box;
    height: 10px;
    width: 10px;
    background: url('/cdn/shop/files/diamond.svg?v=1753085043') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    z-index: 1;
    box-shadow: none;
  
    margin-block-start: calc(-1 * ((10px + var(--range-track-height)) / 2));
    position: relative;
    
    transform: translateY(1.1px);
    
  }
/** product card **/

.product-card__figure .badge-list {
  --product-card-inner-padding: 10px 5px 0;
  --custom-badge-background : none;
  --sold-out-badge-background : none;
  --sold-out-badge-text:148, 173, 185;
  --heading-font-family: 'Simplon Mono', monospace;
  font-weight: 400;
  gap: 0.2rem;
}

.product-card__figure .badge-list .badge {
  padding-block: .1rem !important;
  font-weight: 400;
  font-size: 11px;
}

.buy-buttons .h-stack {
  align-items: start;
}

@media screen and (min-width: 700px) {
    .product-list {
      max-width: 1015px;
      margin: 0 auto; 
    }
}

@media (max-width: 768px) {
    .featured-collections-products {
        padding-left: 6px;
        padding-right: 6px;
        margin: unset !important;
    }
}
  .collection .pagination,
  .collection__toolbar > .subheading:first-of-type {
    display: none;
  }
  .product-card--info-outside .product-card__info {
    padding-block-start: 1.2rem;
  }
  .product-card .product-title {
    font-family: 'Helmut', serif  !important;
    font-size: 18px; 
    text-transform:uppercase;
    letter-spacing: 0.06em;
  }
  .featured-collections-header {
    display: none;
  }
  .featured-collections-products {
    max-width: 1015px;
    margin: 0 auto;
  }
  .product_meta {
    color: #000;
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px;  
  }
  .trim-start {
    text-box: unset !important;
  }
  .product-card__quick-buy {
    transition: none;
  }

@media (max-width: 768px) {
  
  .product-card .product-title {
      font-family: 'Helmut', serif  !important;
      font-size: 16px; 
      text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .product-card .contents {
    display: block;
  }
  .featured-collections-header {
    display: none;
  }
  .product_meta {
      color: #000;
      font-family: 'Simplon Mono', monospace  !important;
      font-size: 12px;  
  }
  .trim-start {
    text-box: unset !important;
  }
  
  .product-card__quick-buy {
    transition: opacity .15s ease-in-out;
        padding-bottom: 5px;
  }
}

/** general **/

  .text-subdued {
        color: #000;
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 12px;  
  }

  .slideshow__slide h1 {
      font-size: 32px;  
      line-height: 38px;
      font-weight: 300;    
      margin-bottom: 40px;
    }
  .slideshow__slide .button, .media-blocks__item .button {
      border: 1px solid #FCFAF9;
      color: #FCFAF9;
      line-height: 50px;
  }
  .slideshow__slide .button:hover {
      border: 1px solid #FCFAF9;
      color: #FCFAF9;
      line-height: 50px;
  }
  /** multi columns **/
  .multi-column.multi-column--bordered .multi-column__item {
    outline: 0;
    border-left: 1px solid #000;
    padding: 0 50px 0 20px;
  }
  .multi-column.multi-column--bordered .multi-column__item .prose {
    overflow: hidden;
  }

   .multi-column .constrained-image { 
    transform-origin: center;
    transition: transform .8s cubic-bezier(.16,1,.3,1), filter .6s;
    width: 100%;
   }
  .multi-column__item picture {
    overflow: hidden;
    width: 70%;
  }



  .product-card__quick-buy .button {
    padding: 0 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .product-card__quick-buy .button:hover {
      color: #ffffff;
  }

    .product-card__quick-buy .tap-area.no-touch\:hidden {
        display: none;
    }

@media screen and (pointer: fine) {
    .product-card--info-inside:hover .product-card__quick-buy, .product-card--info-outside .product-card__figure:hover .product-card__quick-buy {
      max-width: 160px;
      padding: 0;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      inset-block-end: unset !important;
    }

    .faded-linklist li:hover ~ * > :where(a, button) {
      color: #000;
    }
    .faded-linklist li[data-active="true"] a.h4 {
      color: #94ADB9 !important;
    }

    .faded-linklist li:hover a.h4 {
      color: #94ADB9 !important;
    }

    .faded-linklist :where(a,button) {
      transition: none;
    }
}

/** rich text section **/

.shopify-section shopify-section--rich-text .prose-justify-center.max-w-full {
    max-width: 680px;
}

/** time line **/

.timeline {   
  max-width: 980px;
  margin: auto;
}

.timeline .timeline__image-list img { border: 10px solid #f2f2f2 }

@media (max-width: 1000px) {
  .timeline .timeline__image-list img {
      max-width: max(80%, 300px);
      margin: auto;
  }
}

.timeline__nav .subheading {
  font-family: 'Simplon Mono', monospace  !important;
  font-size: 12px;  
  text-transform: uppercase;
}
.timeline__content-with-nav {
    align-self: end;
}

.timeline__content-list .subheading {
  font-family: 'Simplon Mono', monospace  !important;
  font-size: 12px;  
  text-transform: uppercase;
}
.timeline .link-faded {
  color : #000;
}
.timeline .link-faded:hover {
  color: #94ADB9;
}
.timeline .link-faded[aria-current=true] {
  color: #94ADB9;
}
.timeline__content-list .prose {
  font-weight: 300;
  font-size: 16px;  
  line-height: 20px;
}

.timeline__nav {
  border-block-end-width: 0;
    padding-bottom: 0;
}
.smb-timeline .timeline {    
  display: block;
}
.smb-timeline-nav .timeline__nav {
  justify-content: center;
}

@media screen and (min-width: 1000px) {
    .timeline--with-spacing .timeline__content-with-nav {
      height:  unset;
      margin-bottom: 20px;
    }
    .smb-timeline-content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }
}

@media screen and (max-width: 768px) {
    .smb-timeline-content{
      padding-top: 80px
    }
}

/** product page **/

.product-zoom-button__label {
  transition : none;
}

.accordion {
  box-shadow: unset !important;
}
.accordion__summary, .accordion__content {
  padding: 5px 0;
  font-family: 'Simplon Mono', monospace  !important;
  font-size: 12px;  
}

.buy-buttons .quantity-selector {
    height: 50px;
    min-height: unset;
}
.buy-buttons .quantity-selector__input {
    height: 50px;
}

.price-list .h6 {
  font-family: 'Simplon Mono', monospace  !important;
  font-size: 1rem; 
}

.buy-buttons .button {
    margin: 0;
    background-color: #94ADB9;
    color: #fff;
    border: 1px solid #94ADB9;
}
.buy-buttons .button:hover {
    background-color: transparent;
    color: #94ADB9;
}

.complementary-products .product-cross-sell .button {
    width: 200px;
    --button-padding-block: 0;
    --button-padding-inline: 30px;
}
.complementary-products .product-cross-sell{
}
.complementary-products .product-cross-sell .product_meta {
    width: 200px;
}
.complementary-products .product-cross-sell .product_meta a.text-sm {
    margin: 0 auto;
    font-family: 'Helmut', serif  !important;
    font-size: 18px; 
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.complementary-products .product-cross-sell .product_meta .price-list {
  margin: 0 auto;
  padding: 5px 0;
  font-family: 'Simplon Mono', monospace  !important;
  font-size: 12px  !important;  
}

@media screen and (min-width: 1000px) {
    .complementary-products--vertical {
        grid-auto-columns: calc(50% - .166667rem);
    }
}

/** blog **/

.floating-controls__control { display: none;}

@media screen and (min-width: 1000px) {
    .shopify-section.shopify-section--main-blog {
        --blog-post-list-grid: auto-flow dense / repeat(4, minmax(0, 1fr)) !important;
    }

    .blog-post-list__highlighted-article  .content-box {
        margin-block-end: 1.5rem;
    }
}
  .blog-post-list__highlighted-article .content-box {
      margin-block-end: 1rem;
  }
  .blog-post-list__highlighted-article img,
  .blog-post-card__image-container img {
    height: 100%;
  }
  .blog-post-list__highlighted-article img:hover,
  .blog-post-card__image-container img:hover {
    transform: scale(1.25) !important;
  }

  .shopify-section--blog-posts h2 {
    text-align: center;
  }
  .meta-information.subheading {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px  !important;  
    text-transform: uppercase;
  }

  .shape--none {
    display: none;
  }
  .blog-tags a, .blog-post-card__content{
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px  !important;  
    text-transform: uppercase;
  }
  .blog-post-card__content .h5,
  .blog-post-card__content .h7 {
      font-size: 20px;  
      line-height: 28px;
      margin-top: 10px;
  }
@media screen and (pointer: fine) {
    .features--zoom-filter-image .blog-post-list .group:hover .zoom-image {
       /* transform: none; */
    }
}


    border: 0 solid #000;
    border-bottom: 1px solid #000;

/** shopify-section--contact **/
.shopify-section--contact .button {
    margin: 0;
    background-color: #94ADB9;
    color: #fff;
    border: 1px solid #94ADB9;
}
.shopify-section--contact .button:hover {
    background-color: transparent;
    color: #94ADB9;
    border: 1px solid #94ADB9;
}
.shopify-section--contact .input,.shopify-section--contact .select {
    border: 0 solid #000;
    border-bottom: 1px solid #000;
}
.shopify-section--contact .textarea {
    border: 0 solid #000;
    background: #fff;
}

.shopify-section--contact .floating-label {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px !important;  
}

/** form styles **/
  .subscribe-btn, .button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
    
        font-family: 'Simplon Mono', monospace  !important;
        font-size: 12px !important;  
    
  }
    .xb-list-style__add-to-cart,
    .subscribe-btn,
    .button {
      height: 50px;
      padding: 0 30px;
      border-radius: 25px;
      border: 1px solid #000000;
      background: transparent;
      color: #000000;
      cursor: pointer;
      margin: 20px auto 0 auto;
      text-transform:uppercase;
      backdrop-filter: blur(4px); 
      -webkit-backdrop-filter: blur(4px); 
    }
    .subscribe-btn {
      display: block;
    }
    .subscribe-btn:hover{
      /* background: rgba(245, 245, 245, 0.5); */
      color: #94ADB9;
      border: 1px solid #94ADB9;
    }
    .button:hover{
      background: rgba(245, 245, 245, 0.5); 
    }
    .button__content {
      font-size: 12px;  
      font-weight: 400;
      padding: 0;
      line-height: 50px;
    }

  .header__logo-image--transparent {
    max-height: 60px;
  }

  .header .subheading,  .header .h4 {
    font-family: 'Helmut', serif;
    letter-spacing: 0.06em;
    padding-top: 2px;
  }

  .needsclick [id^="Telephone_"], .needsclick [id^="email_"]{
    border: none !important;
    border-bottom: 1px solid #000000 !important;
  }

  .go1122703832:focus-visible {
    outline-width: 0 !important;
  }

  .go3431972610  {
    padding-bottom: 0 !important;
  }
  .go3431972610 .needsclick {
    font-size: 8px !important;
  }
  .go3431972610 svg { 
    width: 10px !important;
    height: 10px !important;
    min-width: 14px !important;
  }


    /* Consent checkbox styling */
.newsletter-box .consent-wrapper {
  margin: 20px 0;
  text-align: left;
}

.newsletter-box .consent-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: 'Simplon Mono';
  font-size: 8px;
  line-height: 1.4;
  gap: 10px;
}

.newsletter-box  .consent-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.newsletter-box  .checkmark {
  min-width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  margin-top: 2px;
}

.newsletter-box .consent-checkbox:hover input ~ .checkmark {
  border: 1px solid #94ADB9;
}

.newsletter-box  .consent-checkbox input:checked ~ .checkmark {
  background-color: #94ADB9;
  border: 1px solid #94ADB9;
}

.newsletter-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.newsletter-box .consent-checkbox input:checked ~ .checkmark:after {
  display: block;
}


.newsletter-box .consent-text {
  flex: 1;
}

.newsletter-box .consent-checkbox.error .checkmark {
  border-color: #94ADB9;
}

.newsletter-box .consent-checkbox.error .consent-text {
  color: #94ADB9;
}

    .newsletter-box input,
    .newsletter-box select {
      width: 100%;
      padding: 10px 5px;
      margin-bottom: 10px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #000000;
      color: #000000;
      font-size: 12px;
      font-weight: 400;
      font-family: 'Simplon Mono', monospace;
      border-radius: 0;
      height: 36px;
    }
    .newsletter-box select:autofill,
    .newsletter-box input:autofill,
    .newsletter-box select:focus,
    .newsletter-box input:focus {
        background-color: transparent !important;
        outline: none; 
    }
    
    .newsletter-box  input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
      -webkit-text-fill-color: #000000 !important;
      transition: background-color 5000s ease-in-out 0s;
    }

    .newsletter-box input:focus-visible,
    .newsletter-box input:focus-within,
    .newsletter-box select:focus-visible,
    .newsletter-box select:focus-within {
      border: none !important; 
      outline-width: 1px !important;
      outline-style: solid !important;
    }
    .newsletter-box  .KlaviyoErrorResponse{
      text-align: left;
      padding-top: 10px;
      color: #94ADB9;
      font-family: 'Simplon Mono';
      font-size: 10px;
      line-height: 0.8rem;
    }
    .newsletter-box .KlaviyoformResponse {
      text-align: left;
      padding-bottom: 60px;
    }
    .newsletter-box .KlaviyoformResponse .responseh1 {
      font-family: 'GT Alpina', serif !important;
      font-weight: 300 !important;
      font-size: 15px !important;  
      color: #000000 !important;  margin: 10px 0;
    }
    .newsletter-box .KlaviyoformResponse .responsep {
      font-family: 'Simplon Mono', monospace !important;
      font-size: 12px !important;
      color: #000000 !important;  margin: 10px 0;
    }


    .newsletter-box input::placeholder {
      color: #000000 !important;
      font-family: 'Simplon Mono', monospace  !important;
    }
    
    .newsletter-box input.error {
      border: 1px solid #94ADB9;
    }
    .newsletter-box input:invalid {
      border: 1px solid #94ADB9;
    }
    
    .newsletter-box select {
      background-image: none; /* hide default arrow */
    }


  .h3.product-title {
    text-transform: uppercase;
    font-size:32px;
    font-family:Helmut, serif !important;
    letter-spacing: 0.06em;
    padding-top: 100px;
  }

  .block-swatch {
    border-radius: 25px !important;
    font-family: 'Simplon Mono', monospace  !important;
  }

  :checked+.block-swatch, .block-swatch.is-selected {
    box-shadow: none;
    border-color: #94ADB9;
    color: #94ADB9;
  }
/** wishlist **/
.xb-wishlist-button__add-icon-style-3 {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px !important; 
    font-weight: 400;
}
.xb-wishlist-button__add-icon-style-3 svg {
  display: none;
}
.xb-wishlist-button-collection__add-icon, .xb-wishlist-button-collection__remove-icon {
    --icon-size: 1rem !important;
    --icon-color: #000 !important;
}
.xb-ext-portal .xb-wishlist-modal {
  background-color:#FCFAF9
}
.xb-ext-portal .xb-wishlist-modal__close svg {
  fill: #000;
}
.xb-list-style__thead {
  display: none;
}
.xb-wishlist-product__title,
.xb-list-style__product-title {
    font-family: 'Helmut', serif  !important;
    font-size: 18px; 
    text-transform:uppercase !important;
    font-weight: 400;
    letter-spacing: 0.06em;
}
.xb-wishlist-product__price,
.xb-list-style__price {
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px !important; 
    font-weight: 400;
}
.xb-wishlist-product__select {
  border: 0 !important;
}
.xb-wishlist__float-style-1 .xb-wishlist__float-style-1-content{
    border: 1px solid #000;
    --btn-bg-color: #fff !important;
}
.xb-wishlist__float-style-1-icon {
      --button-color: #000 !important;
}
.xb-wishlist__float-style-1-number {
  --btn-bg-color: #000 !important;
}

.customer-account__content .xb-list-style__price {
  display: none;
}

.customer-account__content  .xb-list-style__price-mobile {
  display: block;
}

.customer-account__content .xb-list-style__product-del {
  background: linear-gradient(to right, currentColor, currentColor) 0 100% / 0 1px no-repeat;
  background-position-x: var(--transform-origin-end);
  transition: background-size .2s ease-in-out;
  color:#000;
  font-size: 10px;
  line-height: 16px;
}
.customer-account__content .xb-list-style__product-del:hover {
  background-size: 100% 1px;
  background-position-x: var(--transform-origin-start);
  text-decoration: none;
}
.customer-account__content .xb-list-style__add-to-cart {
  margin: 0;
  color: #000;
  font-size: 12px;
  background: linear-gradient(to right, currentColor, currentColor) 0 100% / 0 1px no-repeat;
  background-position-x: var(--transform-origin-end);
  text-decoration: none;
  transition: background-size .2s ease-in-out;
  min-height: unset;
  padding: 0;
  height: auto;
  line-height: 16px;
  border-radius: 0;
  text-align: left;
  min-width: 130px;
}
.customer-account__content .xb-list-style__add-to-cart:hover {
  background-size: 100% 1px;
  background-position-x: var(--transform-origin-start);
}
.customer-account__content .xb-list-style__product-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom:0;
}

.customer-account__content .xb-list-style__select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.shopify-section--main-customers .xb-wishlist-products__share-icon {
  border: 0;
}

.shopify-section--main-customers .xb-wishlist-products__share-icon:hover {
  background-color: transparent;
  border: 0;
}
.shopify-section--main-customers .xb-wishlist-products__share-icon:hover svg {
    fill: #94adb9;
}
.shopify-section--main-customers .xb-list-style__stock {
  display: none;
}

.shopify-section--main-customers .xb-list-style__product-img img {
  object-fit: contain;
 }

@media screen and (min-width: 1000px) {
    .customer-account__inner {
    }
}
@media screen and (min-width: 1400px) {
    .order {
         grid-template-columns: minmax(0, 1fr);
    }
}

/** accounts **/
.shopify-section--main-customers-account, .shopify-section--main-customers-order , .shopify-section--main-customers-addresses, .shopify-section--main-customers {
  background-color: var(--page-background);
  max-width: 1015px;
  margin: 0 auto;
  padding: 60px 0;
}


.banner--success{
  --banner-background: transparent;
  --banner-color:148 173 185;
}

.banner--error {
  --banner-background: transparent;
  --banner-color:148 173 185;
}
.banner--error .banner__content {
  color: #94ADB9;
}
.banner--error .banner__content ul {
  list-style-type: none;
}

.icon-address-shipping { display: none;}

.account-forms {
  font-family: 'Simplon Mono', monospace  !important;
}
.account-forms {
  font-size: 14px; 
  text-transform: uppercase;
}

.account-forms .input-link{
  text-transform: none;
  font-size: 10px;
  color: #7F7F7F
}
.checkbox-control {
  font-size: 12px; 
  text-transform: none;
}
.account-forms button, .account-forms .button { 
    width: 100%;
    margin-top: 0;
}
.account-forms button[type="submit"], .customer-account__content .button {
    margin: 0;
    background-color: #94ADB9;
    color: #fff;
    border: 1px solid #94ADB9;
}
.account-forms button[type="submit"]:hover, .customer-account__content .button:hover {
    background-color: #ffffff;
    color: #94ADB9;
    border: 1px solid #94ADB9;
}

.account-forms input:not([type="checkbox"]):not([type="radio"]),.account-forms select {
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Simplon Mono', monospace;
    border-radius: 0;
}
.account-forms .floating-label {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace  !important;
    font-size: 12px !important;  
}

.customer-account__content {
--border-color: #000;
--subheading-font-size: 0.9rem;
}
.customer-account__content {
    font-family: 'Simplon Mono', monospace ;
    font-size: 12px;  
}
.customer-account__content .h3 {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace !important ;
    font-size: 18px;  
}
.customer-account__content .h5 {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace !important ;
    font-size: 0.75rem;  
}

.customer-account__content .h7 {
    text-transform: uppercase;
    font-family: 'Simplon Mono', monospace ;
    font-size: 14px;  
}
.customer-account__content .prose .subheading {
  padding: 60px 0;
}
.customer-account__inner {
    background: #fff;
    padding: 20px;
}
.customer-account__nav {
    font-size: 1rem;
    line-height: 2.25rem;
    padding-top: 40px;
  
}
.customer-account__nav .link-reversed[aria-current=true], .customer-account__nav .link-reversed[aria-selected=true] {
    color: #94ADB9;
    background-size: 100% 0;
}

.customer-account__nav .link-faded {
    font-size: 14px;
    color :  #7F7F7F;
}

.shopify-section--main-customers-addresses .address-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.customer-account--empty .customer-account__inner {
    padding: 20px;
}
.glc-dropdown-btn {
  --glc-btn- : 50px;
  --glc-btn-text : #ffffff;
}
.glc-switcher-btn--floating-top-right {
  --glc-btn- : 50px;
  top: 50px !important;
}