/** Shopify CDN: Minification failed

Line 1416:0 All "@import" rules must come first
Line 1797:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:diamanter (INDEX:9) */
/* Portrait 3:4 frame for each stone photo or SVG placeholder */
  .diamanter-row__media-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    width: min(100%, 26rem);
    max-width: 100%;
    max-height: min(72vh, 38rem);
    margin-inline: auto;
  }

  @media (min-width: 768px) {
    .diamanter-row__media-frame {
      width: auto;
      height: min(100%, min(85vh, 46rem));
      max-height: min(100%, min(85vh, 46rem));
      max-width: 100%;
    }
  }

  .diamanter-row__img {
    object-position: center;
  }

  .diamanter-faq__summary {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    padding: 1.125rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgb(var(--luvora-ink-rgb));
  }

  @media (min-width: 640px) {
    .diamanter-faq__summary {
      padding: 1.25rem 1.375rem;
      font-size: 1rem;
      line-height: 1.5;
    }
  }

  .diamanter-faq__summary::-webkit-details-marker {
    display: none;
  }

  .diamanter-faq__item .diamanter-faq__summary:focus-visible {
    outline: 2px solid rgb(var(--luvora-primary-rgb));
    outline-offset: 2px;
  }

  .diamanter-faq__answer-clip {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .diamanter-faq__item[open] .diamanter-faq__answer-clip {
    /* Cap larger than any answer so height interpolates reliably on every toggle (grid 0fr/1fr often breaks after the first close). */
    max-height: 72rem;
  }

  .diamanter-faq__answer {
    border-top: 1px solid rgb(var(--luvora-sage-rgb) / 0.35);
  }

  @media (prefers-reduced-motion: reduce) {
    .diamanter-faq__answer-clip {
      transition: none;
    }
  }
/* END_SECTION:diamanter */

/* START_SECTION:faq-page (INDEX:10) */
.faq-page-faq__summary {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    padding: 1.125rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgb(var(--luvora-ink-rgb));
  }

  @media (min-width: 640px) {
    .faq-page-faq__summary {
      padding: 1.25rem 1.375rem;
      font-size: 1rem;
      line-height: 1.5;
    }
  }

  .faq-page-faq__summary::-webkit-details-marker {
    display: none;
  }

  .faq-page-faq__item .faq-page-faq__summary:focus-visible {
    outline: 2px solid rgb(var(--luvora-primary-rgb));
    outline-offset: 2px;
  }

  .faq-page-faq__answer-clip {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .faq-page-faq__item[open] .faq-page-faq__answer-clip {
    max-height: 72rem;
  }

  .faq-page-faq__answer {
    border-top: 1px solid rgb(var(--luvora-sage-rgb) / 0.35);
  }

  @media (prefers-reduced-motion: reduce) {
    .faq-page-faq__answer-clip {
      transition: none;
    }
  }
/* END_SECTION:faq-page */

/* START_SECTION:header (INDEX:12) */
.header-nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 0.125rem;
  }

  .header-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(var(--luvora-gold-rgb));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.22s ease;
  }

  .header-nav-link:hover::after,
  .header-nav-link:focus-visible::after {
    transform: scaleX(1);
  }

  .header-nav-link:focus-visible {
    outline: 2px solid rgb(var(--luvora-gold-rgb));
    outline-offset: 3px;
  }

  button.header-nav-link {
    font-family: inherit;
    cursor: pointer;
  }

  details.header-mobile-accordion {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .header-mobile-link {
    display: block;
    margin: 0;
    min-height: 2.75rem;
    padding-block: 0.55rem;
  }

  .header-mobile-summary {
    display: flex;
    list-style: none;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    min-height: 2.75rem;
    padding-block: 0.55rem;
  }

  .header-mobile-summary::-webkit-details-marker {
    display: none;
  }

  .header-mobile-summary-chevron {
    transition: transform 0.2s ease;
  }

  .header-mobile-accordion[open] .header-mobile-summary-chevron {
    transform: rotate(180deg);
  }

  .header-mobile-submenu {
    margin-top: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5625rem;
    border-left: 2px solid rgb(var(--luvora-on-primary-rgb) / 0.38);
    padding-left: 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    color: rgb(var(--luvora-on-primary-rgb) / 0.85);
  }

  .header-mobile-submenu-link,
  .header-mobile-submenu-viewall {
    display: flex;
    align-items: center;
    min-height: 2.625rem;
    padding-block: 0.5rem;
    transition: opacity 0.2s ease;
  }

  .header-mobile-submenu-link:hover,
  .header-mobile-submenu-viewall:hover {
    opacity: 0.7;
  }

  .header-mobile-submenu-viewall {
    margin-top: 0.2rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgb(var(--luvora-gold-rgb) / 0.95);
  }

  .header-mobile-submenu-placeholder {
    display: block;
    opacity: 0.6;
  }

  .header-nav-bar,
  .header-nav-bar nav,
  .header-nav-bar ul {
    overflow: visible;
  }

  .header-nav-item {
    position: relative;
  }

  .header-nav-drawer {
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    z-index: 60;
    padding-top: 0;
    width: max-content;
    max-width: min(92vw, 22rem);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s;
  }

  /* Invisible hover bridge so the pointer can reach the panel without a visible gap */
  .header-nav-drawer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 0.5rem;
  }

  .header-nav-drawer--mega {
    max-width: min(94vw, 56rem);
  }

  /* Mega dev menu in main nav: anchor to the right so the panel stays in view. */
  .header-nav-item--dev .header-nav-drawer {
    left: auto;
    right: 0;
    transform: translate3d(0, 0, 0);
  }

  .header-nav-item:hover .header-nav-drawer,
  .header-nav-item:focus-within .header-nav-drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0);
  }

  .header-nav-item--dev:hover .header-nav-drawer,
  .header-nav-item--dev:focus-within .header-nav-drawer {
    transform: translate3d(0, 0, 0);
  }

  .header-nav-drawer-panel {
    border-style: solid;
    border-color: rgb(var(--luvora-sage-rgb) / 0.4);
    border-width: 0 1px 1px 1px;
    background-color: #ffffff;
    color: rgb(var(--luvora-body-rgb));
    box-shadow: 0 18px 48px rgb(15 42 34 / 0.14);
    padding: 1rem 1.25rem 1.125rem;
  }

  .header-nav-drawer-panel--narrow {
    min-width: 14rem;
  }

  .header-nav-drawer-panel--mega {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .header-nav-drawer-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .header-nav-drawer-list a {
    color: rgb(var(--luvora-ink-rgb));
    opacity: 0.92;
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
  }

  .header-nav-drawer-list a:hover {
    color: rgb(var(--luvora-primary-rgb));
    opacity: 1;
  }

  .header-nav-drawer-placeholder {
    display: block;
    font-size: 0.8125rem;
    color: rgb(var(--luvora-muted-rgb));
    opacity: 1;
    text-transform: none;
    letter-spacing: 0.02em;
  }

  .header-nav-drawer-viewall {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(var(--luvora-primary-rgb));
    opacity: 0.92;
    text-decoration: none;
    border-bottom: 1px solid rgb(var(--luvora-gold-rgb) / 0.65);
    padding-bottom: 0.125rem;
    transition: color 0.18s ease, opacity 0.18s ease;
  }

  .header-nav-drawer-viewall:hover {
    color: rgb(var(--luvora-primary-hover-rgb));
    opacity: 1;
  }

  .header-dev-nav-panel--mobile .header-dev-nav-panel {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .header-action-btn {
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .header-action-btn:hover {
    color: rgb(var(--luvora-on-primary-rgb));
    opacity: 1;
  }

  .header-action-btn:focus-visible {
    color: rgb(var(--luvora-on-primary-rgb));
    opacity: 1;
  }

  @media (prefers-reduced-motion: reduce) {
    .header-nav-drawer {
      transition-duration: 0.01ms;
    }

    .header-action-btn {
      transition-duration: 0.01ms;
    }
  }

  .header-logo-link:focus-visible {
    outline: 2px solid rgb(var(--luvora-on-primary-rgb) / 0.65);
    outline-offset: 4px;
    border-radius: 2px;
  }

  .header-nav-bar nav {
    width: 100%;
  }

  #luvora-header {
    overflow: visible;
  }

  .spark {
    --size: 5px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: var(--size);
    height: var(--size);
  }

  .spark::before,
  .spark::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 1px;
  }

  .spark::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - 0.5px);
  }

  .spark::after {
    width: 100%;
    height: 1px;
    top: calc(50% - 0.5px);
    left: 0;
  }

  .spark--1 {
    top: -4px;
    left: calc(50% - 2px);
  }
  .spark--2 {
    top: 1px;
    right: -4px;
  }
  .spark--3 {
    bottom: -2px;
    left: 3px;
  }

  .header-diamond:hover .spark--1 {
    animation: spark-pop 0.55s ease-out 0s both;
  }
  .header-diamond:hover .spark--2 {
    animation: spark-pop 0.55s ease-out 0.09s both;
  }
  .header-diamond:hover .spark--3 {
    animation: spark-pop 0.55s ease-out 0.18s both;
  }

  @keyframes spark-pop {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    35% {
      opacity: 0.8;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.5);
    }
  }
/* END_SECTION:header */

/* START_SECTION:product (INDEX:16) */
.luvora-product-page-inner {
    padding-bottom: 2rem;
  }

  @media (max-width: 767px) {
    .luvora-product-page-inner {
      padding-bottom: 3rem;
    }
  }

  body.template-product {
    scroll-padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5rem);
  }

  @media (max-width: 767px) {
    body.template-product {
      scroll-padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 7rem);
    }
  }

  .product-thumb {
    opacity: 0.4;
    transition: opacity 0.2s ease;
  }
  .product-thumb:hover {
    opacity: 0.75;
  }
  .product-thumb--active {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgb(var(--luvora-gold-rgb));
  }
  [data-product-main-image] img {
    transition: opacity 0.15s ease;
  }

  .product-photo-bg-enabled [data-product-main-image],
  .product-photo-bg-enabled .product-thumb,
  .product-photo-bg-enabled .product-lightbox__stage {
    background-color: var(--product-photo-bg);
  }

  .product-main-image-trigger:focus-visible {
    outline: 2px solid rgb(var(--luvora-gold-rgb));
    outline-offset: 4px;
  }

  .product-main-image-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--luvora-sage-rgb) / 0.45);
    background: rgb(var(--luvora-paper-rgb) / 0.9);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }

  .product-main-image-shell:hover .product-main-image-nav,
  .product-main-image-shell:has(.product-main-image-nav:focus-visible) .product-main-image-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .product-main-image-nav--prev {
    left: 0.75rem;
  }

  .product-main-image-nav--next {
    right: 0.75rem;
  }

  .product-main-image-nav:hover {
    background: rgb(var(--luvora-paper-rgb) / 1);
    border-color: rgb(var(--luvora-gold-rgb) / 0.45);
  }

  .product-main-image-nav:focus-visible {
    opacity: 1;
    pointer-events: auto;
    outline: 2px solid rgb(var(--luvora-gold-rgb));
    outline-offset: 2px;
  }

  .product-lightbox:not([open]) {
    display: none;
  }

  .product-lightbox[open] {
    margin: 0;
    padding: 0;
    border: none;
    width: 100vw;
    height: 100dvh;
    height: 100svh;
    max-width: none;
    max-height: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: rgb(var(--luvora-ink-rgb) / 0.94);
    color: rgb(var(--luvora-on-primary-rgb));
  }

  .product-lightbox[open]::backdrop {
    background: rgb(var(--luvora-ink-rgb) / 0.94);
  }

  html.product-lightbox-open,
  html.product-lightbox-open body {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .product-lightbox__close {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    z-index: 2;
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--luvora-on-primary-rgb) / 0.25);
    background: rgb(var(--luvora-ink-rgb) / 0.55);
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .product-lightbox__close:hover {
    background: rgb(var(--luvora-ink-rgb) / 0.75);
    border-color: rgb(var(--luvora-gold-rgb) / 0.5);
  }

  .product-lightbox__close:focus-visible {
    outline: 2px solid rgb(var(--luvora-gold-rgb));
    outline-offset: 2px;
  }

  .product-lightbox__nav {
    position: fixed;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--luvora-on-primary-rgb) / 0.25);
    background: rgb(var(--luvora-ink-rgb) / 0.55);
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .product-lightbox__nav:hover {
    background: rgb(var(--luvora-ink-rgb) / 0.75);
    border-color: rgb(var(--luvora-gold-rgb) / 0.5);
  }

  .product-lightbox__nav:focus-visible {
    outline: 2px solid rgb(var(--luvora-gold-rgb));
    outline-offset: 2px;
  }

  .product-lightbox__nav--prev {
    left: max(0.75rem, env(safe-area-inset-left, 0px));
  }

  .product-lightbox__nav--next {
    right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .product-lightbox__stage {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: max(4.5rem, calc(env(safe-area-inset-top, 0px) + 3.5rem)) max(3.5rem, env(safe-area-inset-right, 0px))
      max(3rem, calc(env(safe-area-inset-bottom, 0px) + 2rem)) max(3.5rem, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
  }

  .product-lightbox[open] .product-lightbox__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
    transform: scale(1.3);
    transform-origin: center center;
  }

  .product-lightbox__counter {
    position: fixed;
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    left: 50%;
    z-index: 2;
    margin: 0;
    transform: translateX(-50%);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(var(--luvora-on-primary-rgb) / 0.75);
  }

  @media (prefers-reduced-motion: no-preference) {
    .product-lightbox[open] .product-lightbox__img {
      transition: opacity 0.15s ease, transform 0.2s ease;
    }
  }

  [data-product-sticky-bar] {
    isolation: isolate;
  }

  [data-product-sticky-price],
  [data-product-sticky-price] * {
    white-space: nowrap;
  }

  .product-description-richtext > p:first-of-type {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgb(var(--luvora-ink-rgb));
  }

  .product-description-richtext > p:not(:first-of-type) {
    margin-top: 0.85rem;
  }

  .product-description-richtext h2,
  .product-description-richtext h3 {
    margin-top: 1.35rem;
    margin-bottom: 0.45rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(var(--luvora-primary-rgb));
  }

  .product-description-richtext h2:first-child,
  .product-description-richtext h3:first-child {
    margin-top: 0;
  }

  .product-description-richtext a {
    color: rgb(var(--luvora-primary-rgb));
    text-decoration: underline;
    text-decoration-color: rgb(var(--luvora-gold-rgb) / 0.55);
    text-underline-offset: 3px;
  }

  .product-description-richtext a:hover {
    text-decoration-color: rgb(var(--luvora-gold-rgb));
  }

  .product-description-richtext ul,
  .product-description-richtext ol {
    margin-top: 0.65rem;
    margin-bottom: 0.35rem;
    padding-left: 1.15rem;
  }

  .product-description-richtext li {
    margin-top: 0.35rem;
  }

  [data-easify-product-root] .po-label-label,
  [data-easify-product-root] .po-select-selectedValue,
  [data-easify-product-root] .po-select-placeholder,
  [data-easify-product-root] .po-optionItemLabel-label {
    font-family: var(--font-primary--family) !important;
    font-style: var(--font-primary--style) !important;
    font-weight: var(--font-primary--weight) !important;
  }

  .product-option-label,
  [data-easify-product-root] .po-label-label {
    font-family: var(--font-primary--family) !important;
    font-style: var(--font-primary--style) !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgb(var(--luvora-muted-rgb)) !important;
  }

  [data-easify-product-root] .po-select-selectedValue,
  [data-easify-product-root] .po-optionItemLabel-label {
    font-size: 0.95rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  [data-easify-product-root] .po-optionItemLabel-price {
    color: rgb(var(--luvora-muted-rgb)) !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.08em !important;
  }

  .product-easify-options-wrap {
    display: grid;
    grid-template-areas: 'stack';
  }

  .product-easify-options-wrap:not(.is-easify-options-loaded) {
    min-height: 22rem;
  }

  .product-easify-options-wrap.is-easify-options-loaded {
    min-height: 0;
  }

  [data-product-size-mount] {
    display: none !important;
  }

  .product-easify-options-wrap.is-easify-options-loaded [data-product-size-mount][data-luvora-size-placed] {
    display: block !important;
  }

  .product-size-options-mount {
    width: 100%;
  }

  [data-easify-options-slot] .po-options-root > .product-size-options-mount {
    flex: 0 0 100%;
    width: 100% !important;
  }

  [data-easify-options-slot] .product-size-options-mount .product-size-options {
    margin-top: 0;
  }

  .product-easify-options-wrap > [data-easify-options-skeleton],
  .product-easify-options-wrap > [data-easify-options-slot] {
    grid-area: stack;
  }

  .product-easify-options-wrap.is-easify-options-loaded > [data-easify-options-skeleton] {
    display: none;
  }

  .product-easify-options-wrap:not(.is-easify-options-loaded) > [data-easify-options-skeleton] {
    z-index: 1;
    align-self: start;
  }

  .product-easify-options-wrap > [data-easify-options-slot] {
    z-index: 2;
    min-height: 0;
  }

  .product-easify-options-wrap:not(.is-easify-options-loaded) > [data-easify-options-slot] {
    visibility: hidden;
  }

  .product-easify-options-wrap:not(.is-easify-options-loaded) > [data-easify-options-skeleton] {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  @media (prefers-reduced-motion: reduce) {
    .product-easify-options-wrap:not(.is-easify-options-loaded) > [data-easify-options-skeleton] {
      transition: none;
    }
  }

  .product-easify-skeleton__bar {
    border-radius: 0;
    background: rgb(var(--luvora-sage-rgb) / 0.38);
    animation: product-easify-skeleton-pulse 1.35s ease-in-out infinite;
  }

  @keyframes product-easify-skeleton-pulse {
    0%,
    100% {
      opacity: 0.42;
    }

    50% {
      opacity: 0.78;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .product-easify-skeleton__bar {
      animation: none;
      opacity: 0.55;
    }
  }

  [data-easify-options-slot] {
    display: grid;
    gap: 0.5rem !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  [data-easify-options-slot] [style*='width: 468px'],
  [data-easify-options-slot] .po-productPageOptions-root {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [data-easify-options-slot] .po-option-root:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  [data-easify-options-slot] > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [data-easify-options-slot] > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  [data-easify-options-slot] :where([class*='easify'], [id*='easify']) {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  /* Override Easify's hardcoded 200px list height */
  [data-easify-product-root] .po-select-list {
    max-height: 360px !important;
    overflow-y: auto !important;
  }

  [data-easify-product-root] .po-select-list.luvora-po-select-list--up {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 0.25rem !important;
    margin-top: 0 !important;
  }

  [data-easify-product-root] .po-select-list.luvora-po-select-list--down {
    bottom: auto !important;
    top: 100% !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0 !important;
  }

  /* Hide checkmark icons in list items */
  [data-easify-product-root] .po-select-listItem svg {
    display: none !important;
  }

  /* ─── Select dropdown redesign ────────────────────────────────────────────── */

  /* Hide required asterisk */
  [data-easify-product-root] .po-label-required {
    display: none !important;
  }

  /* Trigger: the visible dropdown button */
  [data-easify-product-root] .po-select-button {
    background-color: rgb(var(--luvora-paper-rgb)) !important;
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.3) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 3rem !important;
    padding: 0 1rem !important;
    transition: border-color 0.2s ease !important;
  }

  [data-easify-product-root] .po-select-button:hover {
    border-color: rgb(var(--luvora-primary-rgb)) !important;
  }

  /* Selected value text */
  [data-easify-product-root] .po-select-selectedValue {
    font-size: 0.85rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgb(var(--luvora-ink-rgb)) !important;
  }

  /* Placeholder text */
  [data-easify-product-root] .po-select-placeholder {
    font-size: 0.85rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgb(var(--luvora-neutral-rgb)) !important;
  }

  /* Chevron arrow */
  [data-easify-product-root] .po-select-chevron svg path {
    stroke: rgb(var(--luvora-primary-rgb)) !important;
    opacity: 0.6 !important;
  }

  /* Dropdown menu panel */
  [data-easify-product-root] .po-select-listContainer {
    background-color: rgb(var(--luvora-paper-rgb)) !important;
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.25) !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 32px -8px rgb(var(--luvora-primary-rgb) / 0.18) !important;
    padding: 0rem 0 !important;
  }

  /* Dropdown option items */
  [data-easify-product-root] .po-select-listItem {
    font-size: 0.85rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    padding: 0.5rem !important;
    color: rgb(var(--luvora-ink-rgb)) !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    border-radius: 0 !important;
  }

  [data-easify-product-root] .po-optionItem-optionItem,
  [data-easify-product-root] .po-disabledWrapper-root {
    padding: 0 !important;
    width: 100% !important;
  }

  [data-easify-product-root] .po-select-listItem .po-optionItemLabel-optionItem {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  [data-easify-product-root] .po-select-listItem .po-optionItemLabel-contentLabelWrapper {
    gap: 0.75rem !important;
    align-items: center !important;
  }

  [data-easify-product-root] .po-select-listItem .po-optionItemLabel-media,
  [data-easify-product-root] .po-select-listItem .po-optionImageColor-colorSwatchWrapper {
    width: 1.75rem !important;
    height: 1.75rem !important;
    min-width: 1.75rem !important;
    min-height: 1.75rem !important;
    max-width: 1.75rem !important;
    max-height: 1.75rem !important;
    flex-shrink: 0 !important;
  }

  [data-easify-product-root] .po-select-listItem .po-optionImageColor-colorSwatch,
  [data-easify-product-root] .po-select-listItem .po-optionImageColor-colorSwatchInner,
  [data-easify-product-root] .po-select-listItem .po-optionWrapper-content {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  [data-easify-product-root] .po-optionImageColor-colorSwatch,
  [data-easify-product-root] .po-optionImageColor-colorSwatchWrapper,
  [data-easify-product-root] .po-dropdown-selectedImageOutside .po-optionWrapper-content,
  [data-easify-product-root] .po-select-listItem .po-optionWrapper-content {
    border: none !important;
    border-width: 0 !important;
  }

  [data-easify-product-root] .po-optionItemLabel-mainRow {
    padding: 0 !important;
  }

  [data-easify-product-root] .po-select-listItem:hover {
    background-color: rgb(var(--luvora-primary-rgb) / 0.06) !important;
    color: rgb(var(--luvora-primary-rgb)) !important;
  }

  /* ─── Image swatch hover previews (e.g. Bredde): disabled ─────────────── */
  [data-easify-product-root] .po-imageOption-tooltipContent {
    display: none !important;
  }

  [data-easify-product-root] .po-imageSwatches-swatchesInline .po-imageOption-swatchLabel {
    border: 2px solid rgb(var(--luvora-sage-rgb) / 0.55) !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s ease !important;
  }

  [data-easify-product-root] .po-imageSwatches-swatchesInline .po-imageOption-swatchLabel.po-imageOption-checked {
    border-color: rgb(var(--luvora-primary-rgb)) !important;
  }

  [data-easify-product-root] .po-imageOption-price {
    font-family: var(--font-primary--family) !important;
    font-size: 0.6875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    color: rgb(var(--luvora-muted-rgb)) !important;
  }

  /* Tooltip redesign */
  .po-tooltip-tooltipContent {
    background-color: rgb(var(--luvora-paper-rgb)) !important;
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.22) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 28px -6px rgb(var(--luvora-primary-rgb) / 0.16) !important;
    color: rgb(var(--luvora-body-rgb)) !important;
    font-family: var(--font-primary--family) !important;
    font-style: var(--font-primary--style) !important;
    font-weight: 400 !important;
    font-size: 0.78rem !important;
    line-height: 1.65 !important;
    letter-spacing: 0.02em !important;
    max-width: 22rem !important;
    padding: 0.875rem 1.125rem !important;
  }

  /* ─── Carat button option (Metall uses dropdown styles above) ─────────────── */
  [data-easify-product-root] .po-buttons-optionGroup {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
    width: 100% !important;
  }

  [data-easify-product-root] .po-buttons-optionGroup > .po-disabledWrapper-root {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: stretch !important;
  }

  [data-easify-product-root] .po-buttons-optionGroup .po-optionItem-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  [data-easify-product-root] .po-buttons-optionGroup .po-optionItem-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  [data-easify-product-root] .po-buttons-optionGroup .po-optionItem-inner > .po-buttonOption-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  [data-easify-product-root] .po-buttonOption-optionContainer {
    width: 100% !important;
    align-items: center !important;
  }

  [data-easify-product-root] .po-buttonOption-mainRow {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  [data-easify-product-root] .po-buttonOption-labelRow {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.25rem !important;
    text-align: center !important;
  }

  [data-easify-product-root] .po-optionItemLabel-contentLabelWrapper {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }

  [data-easify-product-root] .po-optionItemLabel-contentLabelWrapper .po-buttonOption-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  [data-easify-product-root] label.po-buttonOption-optionItem {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* outer card: the tappable button frame */
  [data-easify-product-root] .po-optionItem-inner > .po-buttonOption-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background-color: rgb(var(--luvora-paper-rgb)) !important;
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.3) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 2.75rem !important;
    padding: 0 1rem !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
  }

  [data-easify-product-root] .po-optionItem-item:hover .po-optionItem-inner > .po-buttonOption-content {
    border-color: rgb(var(--luvora-primary-rgb)) !important;
  }

  [data-easify-product-root] .po-optionItem-inner > .po-buttonOption-content.po-buttonOption-selected {
    background-color: rgb(var(--luvora-primary-rgb)) !important;
    border-color: rgb(var(--luvora-primary-rgb)) !important;
  }

  /* Reset inner label's Easify-applied background and border (all states) */
  [data-easify-product-root] .po-buttonOption-optionItem {
    border: none !important;
    background: transparent !important;
  }

  /* Remove Easify hover effects on the main row */
  [data-easify-product-root] .po-buttonOption-mainRow:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  /* label text: primary line (carat, etc.) larger than surcharge */
  [data-easify-product-root] .po-buttonOption-label {
    font-family: var(--font-primary--family) !important;
    font-style: var(--font-primary--style) !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: rgb(var(--luvora-ink-rgb)) !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  [data-easify-product-root] .po-buttonOption-price {
    font-family: var(--font-primary--family) !important;
    font-size: 0.6875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  [data-easify-product-root] .po-buttonOption-selected .po-buttonOption-label {
    color: rgb(var(--luvora-on-primary-rgb)) !important;
  }

  [data-easify-product-root] .po-optionItem-inner > .po-buttonOption-content.po-buttonOption-selected .po-buttonOption-label {
    color: rgb(var(--luvora-on-primary-rgb)) !important;
  }

  [data-easify-product-root] .po-optionItem-inner > .po-buttonOption-content.po-buttonOption-selected .po-buttonOption-price {
    color: rgb(var(--luvora-on-primary-rgb) / 0.95) !important;
  }

  .product-size-option {
    cursor: pointer;
  }

  .product-size-option__face {
    display: inline-flex;
    min-height: 2.75rem;
    min-width: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.3);
    background-color: rgb(var(--luvora-paper-rgb));
    padding: 0.625rem 1.25rem;
    font-family: var(--font-primary--family);
    font-style: var(--font-primary--style);
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-transform: uppercase;
    color: rgb(var(--luvora-ink-rgb));
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }

  .product-size-options--square .product-size-option__face {
    box-sizing: border-box;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
  }

  .product-size-options--square .product-size-option--custom .product-size-option__face {
    width: auto;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 0.75rem;
    letter-spacing: 0.12em;
  }

  .product-size-options--bracelet .product-size-options__grid {
    width: 100%;
  }

  .product-size-options--bracelet .product-size-option {
    flex: 0 0 auto;
  }

  .product-size-options--bracelet .product-size-option__face {
    width: auto;
    box-sizing: border-box;
  }

  .product-size-option:hover .product-size-option__face {
    border-color: rgb(var(--luvora-primary-rgb));
  }

  .product-size-option__input:focus-visible + .product-size-option__face {
    outline: 2px solid rgb(var(--luvora-primary-rgb));
    outline-offset: 2px;
  }

  .product-size-option__input:checked + .product-size-option__face {
    border-color: rgb(var(--luvora-primary-rgb));
    background-color: rgb(var(--luvora-primary-rgb));
    color: rgb(var(--luvora-on-primary-rgb));
  }

  .product-size-options__grid.is-invalid .product-size-option__face {
    border-color: #c53030;
  }
/* END_SECTION:product */

/* START_SECTION:ring-size-guide (INDEX:17) */
@media (prefers-reduced-motion: no-preference) {
    html:has(.ring-size-guide) {
      scroll-behavior: smooth;
    }
  }

  /*
    Method cards link to #print, #ring, #strip; offset clears sticky header plus a little space
    so the card top border is not clipped (see contact-page #ContactForm pattern).
  */
  .ring-size-guide__target {
    scroll-margin-top: 8.25rem;
  }

  @media (min-width: 640px) {
    .ring-size-guide__target {
      scroll-margin-top: 9.75rem;
    }
  }

  @media (min-width: 1024px) {
    .ring-size-guide__target {
      scroll-margin-top: 11rem;
    }
  }

  /* Tape order form: anchor on the card itself, tighter offset than method blocks */
  #bestill.ring-size-guide__tape-order {
    scroll-margin-top: 5.75rem;
  }

  .ring-tape-form-success:focus,
  .ring-tape-form-success:focus-visible {
    outline: none;
    box-shadow: none;
  }

  @media (min-width: 640px) {
    #bestill.ring-size-guide__tape-order {
      scroll-margin-top: 7rem;
    }
  }

  @media (min-width: 1024px) {
    #bestill.ring-size-guide__tape-order {
      scroll-margin-top: 8rem;
    }
  }
/* END_SECTION:ring-size-guide */

/* START_SECTION:spesialdesign (INDEX:19) */
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500&display=swap");

  .spesialdesign-steps {
    --spesialdesign-gold-edge: rgb(var(--luvora-gold-rgb));
    --spesialdesign-gold-mid: color-mix(in srgb, rgb(var(--luvora-gold-rgb)) 80%, white);
  }

  .spesialdesign-steps__clip-defs {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .spesialdesign-steps__stack {
    position: relative;
  }

  .spesialdesign-steps__connector {
    display: none;
  }

  .spesialdesign-steps__list {
    padding-left: 0;
    padding-right: 0;
  }

  .spesialdesign-steps__card {
    position: relative;
    isolation: isolate;
  }

  .spesialdesign-steps__card-border {
    display: none;
  }

  .spesialdesign-steps__card-content {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    background-color: #193028;
    background-image: linear-gradient(#193028, #193028),
      linear-gradient(
        to right,
        var(--spesialdesign-gold-edge),
        var(--spesialdesign-gold-mid),
        var(--spesialdesign-gold-edge)
      );
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
  }

  .spesialdesign-steps__card::before,
  .spesialdesign-steps__card::after {
    display: none;
  }

  /* Scooped certificate frame from lg (1024px); ~800px stays rounded (between md and lg) */
  @media (min-width: 1024px) {
    .spesialdesign-steps__stack {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }

    .spesialdesign-steps__connector {
      display: block;
      position: absolute;
      top: var(--spesialdesign-connector-top, 0);
      height: var(--spesialdesign-connector-height, 0);
      bottom: auto;
      z-index: 2;
      width: 2px;
      background: linear-gradient(
        to right,
        var(--spesialdesign-gold-edge),
        var(--spesialdesign-gold-mid),
        var(--spesialdesign-gold-edge)
      );
      pointer-events: none;
    }

    .spesialdesign-steps__connector--left {
      left: 0;
    }

    .spesialdesign-steps__connector--right {
      right: 0;
    }

    .spesialdesign-steps__card-border {
      display: block;
      position: absolute;
      inset: 0;
      z-index: 0;
      background: linear-gradient(
        to right,
        var(--spesialdesign-gold-edge),
        var(--spesialdesign-gold-mid),
        var(--spesialdesign-gold-edge)
      );
      clip-path: url(#spesialdesign-scoop-outer);
    }

    .spesialdesign-steps__card-content {
      border: none;
      border-radius: 0;
      background-image: none;
      background-color: #193028;
      background-clip: border-box;
      background-origin: padding-box;
      clip-path: url(#spesialdesign-scoop-inner);
    }

    .spesialdesign-steps__card::before,
    .spesialdesign-steps__card::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      z-index: 2;
      width: 0.9375rem;
      height: 2px;
      background: linear-gradient(
        to right,
        var(--spesialdesign-gold-edge),
        var(--spesialdesign-gold-mid),
        var(--spesialdesign-gold-edge)
      );
      transform: translateY(-50%);
      pointer-events: none;
    }

    .spesialdesign-steps__card::before {
      left: -0.9375rem;
    }

    .spesialdesign-steps__card::after {
      right: -0.9375rem;
    }
  }

  .spesialdesign-steps__number {
    align-self: center;
    text-align: center;
  }

  .spesialdesign-steps__number-glyph {
    display: inline-block;
    width: auto;
    font-family: Arimo, system-ui, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variant-numeric: lining-nums;
    line-height: 1;
    color: rgb(var(--luvora-gold-rgb) / 0.95);
    text-align: center;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    transform: translateY(-0.06em);
  }

  .spesialdesign-steps__icon-tint {
    background-color: rgb(var(--luvora-gold-rgb));
    -webkit-mask-image: var(--spesialdesign-icon-mask);
    mask-image: var(--spesialdesign-icon-mask);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
  }

  .spesialdesign-steps__placeholder-icon {
    color: rgb(var(--luvora-gold-rgb));
  }

  .spesialdesign-steps__placeholder-icon svg {
    fill: rgb(var(--luvora-gold-rgb) / 0.88);
    stroke: rgb(var(--luvora-gold-rgb));
  }

  .spesialdesign-uploadcare__widget {
    display: block;
    width: 100%;
    --uc-radius: 0;
  }

  #SpesialdesignFormRoot .spesialdesign-uploadcare uc-file-uploader-regular {
    --uc-primary: rgb(var(--luvora-primary-rgb));
    --uc-primary-hover: rgb(var(--luvora-primary-hover-rgb));
    --uc-radius: 0;
    --uc-border: 1px solid rgb(var(--luvora-sage-rgb) / 0.6);
    --uc-background: rgb(var(--luvora-paper-rgb));
  }

  .spesialdesign-faq__summary {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    padding: 1.125rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgb(var(--luvora-ink-rgb));
  }

  @media (min-width: 640px) {
    .spesialdesign-faq__summary {
      padding: 1.25rem 1.375rem;
      font-size: 1rem;
      line-height: 1.5;
    }
  }

  .spesialdesign-faq__summary::-webkit-details-marker {
    display: none;
  }

  .spesialdesign-faq__item .spesialdesign-faq__summary:focus-visible {
    outline: 2px solid rgb(var(--luvora-primary-rgb));
    outline-offset: 2px;
  }

  .spesialdesign-faq__answer-clip {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .spesialdesign-faq__item[open] .spesialdesign-faq__answer-clip {
    max-height: 72rem;
  }

  .spesialdesign-faq__answer {
    border-top: 1px solid rgb(var(--luvora-sage-rgb) / 0.35);
  }

  @media (prefers-reduced-motion: reduce) {
    .spesialdesign-faq__answer-clip {
      transition: none;
    }
  }
/* END_SECTION:spesialdesign */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:collection-toolbar (INDEX:29) */
/* @tailwindcss/forms can set cursor on selects; keep pointer on our invisible overlay control. */
  .collection-toolbar-sort label,
  .collection-toolbar-sort select {
    cursor: pointer !important;
  }
/* END_SNIPPET:collection-toolbar */

/* START_SNIPPET:diamond-top-view (INDEX:31) */
.diamond-top-view {
    color: rgb(var(--luvora-mint-rgb) / 0.42);
    filter: drop-shadow(0 10px 24px rgb(var(--luvora-primary-dark-rgb) / 0.35));
  }
/* END_SNIPPET:diamond-top-view */

/* START_SNIPPET:header-language-selector (INDEX:33) */
.header-lang-disclosure {
    position: relative;
  }

  .header-lang-list {
    position: absolute;
    top: calc(100% + 0.375rem);
    left: 0;
    z-index: 60;
    min-width: 9.5rem;
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    border: 1px solid rgb(var(--luvora-sage-rgb) / 0.45);
    background-color: rgb(var(--luvora-paper-rgb));
    box-shadow: 0 10px 28px -14px rgba(15, 23, 42, 0.22);
  }

  .header-lang-option {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.625rem;
    border: 0;
    background: transparent;
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 0.8125rem;
    line-height: 1.25;
    color: rgb(var(--luvora-ink-rgb));
    cursor: pointer;
    transition: background-color 0.15s ease;
  }

  .header-lang-option:hover,
  .header-lang-option:focus-visible {
    background-color: rgb(var(--luvora-surface-warm-rgb));
    outline: none;
  }

  .header-lang-option.is-active {
    font-weight: 600;
  }

  .header-lang-option-badge {
    display: inline-flex;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(var(--luvora-sage-rgb) / 0.5);
    background-color: rgb(var(--luvora-surface-warm-rgb));
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(var(--luvora-muted-rgb));
  }

  .header-lang-option-label {
    color: rgb(var(--luvora-ink-rgb));
  }

  .header-lang-noscript-select {
    min-height: 2.75rem;
    border: 1px solid rgb(var(--luvora-sage-rgb) / 0.45);
    background-color: rgb(var(--luvora-paper-rgb));
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
    color: rgb(var(--luvora-ink-rgb));
  }

  .header-lang[data-header-lang-variant='drawer'] .header-lang-list {
    left: 0;
    right: auto;
  }

  .header-lang[data-header-lang-variant='drawer'] {
    display: block;
  }

  .header-lang[data-header-lang-variant='drawer'] .header-lang-trigger {
    width: 100%;
    justify-content: flex-start;
    color: rgb(var(--luvora-on-primary-rgb) / 0.9);
  }

  .header-lang[data-header-lang-variant='drawer'] .header-lang-trigger span[aria-hidden='true'] {
    border-color: rgb(var(--luvora-on-primary-rgb) / 0.25);
    background-color: rgb(var(--luvora-on-primary-rgb) / 0.1);
    color: rgb(var(--luvora-on-primary-rgb) / 0.95);
  }

  .header-lang-chevron {
    transition: transform 0.2s ease;
  }

  .header-lang-trigger[aria-expanded='true'] .header-lang-chevron {
    transform: rotate(180deg);
  }
/* END_SNIPPET:header-language-selector */

/* START_SNIPPET:product-card (INDEX:46) */
.product-card-photo-bg-enabled {
    background-color: var(--product-photo-bg);
  }
/* END_SNIPPET:product-card */

/* START_SNIPPET:product-custom-size-modal (INDEX:47) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');

  .product-custom-size-modal {
    width: min(100% - 2rem, 36rem);
    max-width: none;
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .product-custom-size-modal::backdrop {
    background-color: rgb(var(--luvora-ink-rgb) / 0.45);
  }

  .product-custom-size-modal__panel {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: center;
    background-color: rgb(var(--luvora-paper-rgb));
    border-radius: 1rem;
    box-shadow: 0 18px 40px -24px rgb(var(--luvora-ink-rgb) / 0.35);
  }

  .product-custom-size-modal__panel::before {
    content: '';
    position: absolute;
    inset: 0.5rem;
    border: 1px solid rgb(var(--luvora-gold-rgb) / 0.45);
    border-radius: 0.625rem;
    pointer-events: none;
  }

  @media (min-width: 640px) {
    .product-custom-size-modal__panel {
      padding: 2.25rem 2rem 2rem;
    }

    .product-custom-size-modal__panel::before {
      inset: 0.625rem;
      border-radius: 0.75rem;
    }
  }

  .product-custom-size-modal__title {
    font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgb(var(--luvora-gold-rgb));
  }

  .product-custom-size-modal__icon {
    position: relative;
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
  }

  .product-custom-size-modal__icon-ring {
    position: absolute;
    border-radius: 9999px;
    border: 1px solid rgb(var(--luvora-gold-rgb) / 0.55);
    pointer-events: none;
  }

  .product-custom-size-modal__icon-ring--outer {
    inset: 0;
  }

  .product-custom-size-modal__icon-ring--inner {
    inset: 6px;
    border-color: rgb(var(--luvora-gold-rgb) / 0.4);
  }

  .product-custom-size-modal__icon-mark {
    position: relative;
    z-index: 1;
    display: inline-flex;
  }

  .product-custom-size-modal__checkbox {
    cursor: pointer;
  }

  .product-custom-size-modal__checkbox-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    color: rgb(var(--luvora-primary-rgb));
    border: 1px solid rgb(var(--luvora-primary-rgb) / 0.45);
    background-color: rgb(var(--luvora-paper-rgb));
    background-image: none;
    box-shadow: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }

  .product-custom-size-modal__checkbox-input:checked,
  .product-custom-size-modal__checkbox-input:checked:hover,
  .product-custom-size-modal__checkbox-input:checked:focus,
  .product-custom-size-modal__checkbox-input:checked:focus-visible {
    border-color: rgb(var(--luvora-primary-rgb)) !important;
    background-color: rgb(var(--luvora-primary-rgb)) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' stroke='%23F7F3EA' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.875rem;
    box-shadow: none !important;
  }

  .product-custom-size-modal__checkbox-input:focus,
  .product-custom-size-modal__checkbox-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }
/* END_SNIPPET:product-custom-size-modal */

/* START_SNIPPET:product-info-shelves (INDEX:50) */
.product-info-shelf {
    border-bottom: 1px solid rgb(var(--luvora-sage-rgb) / 0.4);
  }

  .product-info-shelf__summary {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    list-style: none;
    padding: 0.875rem 0;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(var(--luvora-muted-rgb));
  }

  .product-info-shelf__summary-label {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
  }

  .product-info-shelf__summary-icon,
  .product-info-shelf__summary-title {
    transition: color 0.45s ease;
  }

  .product-info-shelf__summary-icon {
    color: rgb(var(--luvora-primary-rgb) / 0.7);
  }

  .product-info-shelf__summary-title {
    color: rgb(var(--luvora-muted-rgb));
  }

  .product-info-shelf[open] .product-info-shelf__summary-icon,
  .product-info-shelf[open] .product-info-shelf__summary-title {
    color: rgb(var(--luvora-primary-rgb));
  }

  .product-info-shelf__summary::-webkit-details-marker {
    display: none;
  }

  .product-info-shelf__summary:focus-visible {
    outline: 2px solid rgb(var(--luvora-primary-rgb));
    outline-offset: 2px;
  }

  .product-info-shelf__summary > :last-child {
    transition: transform 0.45s ease;
  }

  .product-info-shelf__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
  }

  .product-info-shelf[open] > .product-info-shelf__panel {
    max-height: 72rem;
  }

  .product-info-shelf__panel > .product-info-shelf__body {
    min-height: 0;
  }

  @media (prefers-reduced-motion: reduce) {
    .product-info-shelf__panel {
      transition: none;
    }

    .product-info-shelf__summary-icon,
    .product-info-shelf__summary-title,
    .product-info-shelf__summary > :last-child {
      transition: none;
    }
  }

  .product-info-shelf__body {
    padding-top: 1.25em;
    padding-bottom: calc(1rem + 1.25em);
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.55;
    color: rgb(var(--luvora-body-rgb));
  }

  .product-info-shelf__body.theme-richtext :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75rem;
    margin-bottom: 0;
  }

  .product-info-shelf__body.theme-richtext :where(p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .product-info-shelf__body.product-description-richtext > p:first-of-type {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
  }

  .product-info-shelf__body.product-description-richtext > p:not(:first-of-type) {
    margin-top: 0.75rem;
  }

  .product-info-shelf__body.product-description-richtext h2,
  .product-info-shelf__body.product-description-richtext h3 {
    margin-top: 1rem;
    margin-bottom: 0.35rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(var(--luvora-muted-rgb));
  }

  .product-info-shelf__body.product-description-richtext ul,
  .product-info-shelf__body.product-description-richtext ol {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    padding-left: 1rem;
  }

  .product-info-shelf__body.product-description-richtext li {
    margin-top: 0.25rem;
  }

  .product-info-shelf__spec-list dt {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(var(--luvora-muted-rgb));
  }

  .product-info-shelf__spec-list dd {
    margin: 0;
    font-weight: 300;
  }

  .product-info-shelf__shipping-section + .product-info-shelf__shipping-section {
    margin-top: 0.85rem;
  }

  .product-info-shelf__shipping-heading {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(var(--luvora-muted-rgb));
  }

  .product-info-shelf__shipping-text {
    margin: 0.35rem 0 0;
  }
/* END_SNIPPET:product-info-shelves */