/* [project]/src/app/_shared/chrome/chrome.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-font-weight: initial;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
    }
  }
}

.ie-skip {
  z-index: 9999;
  background-color: var(--color-ch-night, #100e0b);
  color: var(--color-white, #fff);
  border-radius: 8px;
  padding-block: 10px;
  padding-inline: 16px;
  font: 600 14px / 1 Inter, sans-serif;
  text-decoration-line: none;
  transition: top .18s;
  position: absolute;
  top: -48px;
  left: 8px;
}

.ie-skip:focus {
  outline-offset: 2px;
  outline: 2px solid #d2b7a1;
  top: 8px;
}

.stickyproof {
  z-index: 65;
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid var(--line);
  background: #fcfaf6db;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-120%);
  box-shadow: 0 10px 40px -28px #785f4680;
}

.stickyproof.show {
  transform: none;
}

.stickyproof .in {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1180px;
  margin-inline: auto;
  padding: 11px 5vw;
  display: flex;
}

.stickyproof .lead {
  font-size: var(--text-ch-foot, 13.5px);
  color: var(--muted);
  align-items: center;
  gap: 8px;
  display: flex;
}

.stickyproof .lead b {
  --tw-font-weight: 600;
  color: var(--ink);
  font-weight: 600;
}

#dwr {
  pointer-events: none;
  z-index: 140;
  opacity: 0;
  transition: opacity .38s;
  position: fixed;
  inset: 0;
}

#dwr.open {
  pointer-events: auto;
  opacity: 1;
}

.dwr-veil {
  display: none;
}

.dwr-swatches {
  gap: 11px;
  margin-top: 12px;
  display: flex;
}

.dwr-sw {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  transition: transform .18s;
  position: relative;
  box-shadow: 0 6px 16px -8px #0006;
}

.dwr-sw:hover {
  transform: translateY(-2px);
}

.dwr-sw[aria-pressed="true"] {
  border-color: var(--ink, #16140f);
}

.dwr-sw.silver {
  background: linear-gradient(135deg, #e9e9ec, #b9bcc2);
}

.dwr-sw.black {
  background: linear-gradient(135deg, #3a3a3d, #111);
}

.dwr-sw.white {
  background: linear-gradient(135deg, #fff, #e4e0da);
}

.dwr-soon {
  min-height: 14px;
  color: var(--muted, #827b70);
  margin-top: 10px;
  font-size: 11.5px;
}

.dwr-grab {
  display: none;
}

.cfg-top {
  z-index: 12;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line, #b4a59466);
  background: #f7f3eddb;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px clamp(18px, 4vw, 48px);
  display: flex;
  position: sticky;
  top: 0;
}

.cfg-back {
  cursor: pointer;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-leading: 1;
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  padding: 8px 6px 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.cfg-back svg {
  width: 16px;
  height: 16px;
}

.cfg-back:hover {
  color: var(--sand-deep, #a6855f);
}

.dwr-eyebrow {
  --tw-font-weight: 600;
  --tw-tracking: .18em;
  letter-spacing: .18em;
  color: var(--sand-deep, #a6855f);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
}

.dwr-eyebrow .tick {
  background-color: var(--sand, #e7d3bc);
  --tw-font-weight: 700;
  width: 18px;
  height: 18px;
  color: var(--color-ch-tick-ink, #2b2a25);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.dwr-close {
  cursor: pointer;
  --tw-leading: 1;
  width: 34px;
  height: 34px;
  color: var(--ink, #16140f);
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff9;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  transition: background .2s;
  display: flex;
}

.dwr-close:hover {
  background: #fff;
}

.cfg-wrap {
  grid-template-columns: 1.04fr .96fr;
  align-items: start;
  gap: clamp(30px, 4vw, 64px);
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(22px, 3vw, 44px) clamp(18px, 4vw, 48px) 140px;
  display: grid;
}

.cfg-gallery {
  position: sticky;
  top: 104px;
}

.cfg-stage {
  aspect-ratio: 1;
  background-color: var(--night, #100e0b);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px -50px #785f4699;
}

.cfg-stage:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(64% 66% at 72% 28%, #f0d4b657, #0000 64%), radial-gradient(44% 44% at 14% 90%, #c9d8ff14, #0000 70%);
  position: absolute;
  inset: 0;
}

.cfg-track {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  display: flex;
  overflow-x: auto;
}

.cfg-track::-webkit-scrollbar {
  display: none;
}

.cfg-slide {
  z-index: 2;
  scroll-snap-align: center;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cfg-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 34px 40px #00000080) drop-shadow(0 0 3px #fff4e659);
  max-width: 80%;
  max-height: 80%;
}

.cfg-nav {
  z-index: 5;
  cursor: pointer;
  width: 44px;
  height: 44px;
  color: var(--color-white, #fff);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #14120f6b;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: background .2s, opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cfg-nav:hover {
  background: #14120fa8;
}

.cfg-nav.prev {
  left: 14px;
}

.cfg-nav.next {
  right: 14px;
}

.cfg-nav[hidden] {
  display: none;
}

.cfg-dots {
  z-index: 5;
  justify-content: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.cfg-dots button {
  cursor: pointer;
  background-color: #fff6;
  border: 0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding: 0;
  transition: background .2s, width .2s;
}

.cfg-dots button[aria-current="true"] {
  background: #fff;
  border-radius: 99px;
  width: 20px;
}

.cfg-cap {
  text-align: center;
  --tw-tracking: .02em;
  letter-spacing: .02em;
  color: var(--muted, #827b70);
  margin-top: 14px;
  font-size: 12.5px;
}

.cfg-buy {
  min-width: 0;
}

.dwr-hero-txt h3 {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-leading: 1.1;
  --tw-font-weight: 600;
  --tw-tracking: -.02em;
  letter-spacing: -.02em;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.1;
}

.dwr-hero-sub {
  color: var(--muted, #827b70);
  margin-top: 7px;
  font-size: 14px;
}

.cfg-rate {
  color: var(--muted, #827b70);
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 13px;
  display: inline-flex;
}

.cfg-rate b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  font-weight: 600;
}

.cfg-rate .stars {
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--sand-deep, #a6855f);
}

.dwr-hero-price {
  align-items: baseline;
  gap: 11px;
  margin-top: 16px;
  display: flex;
}

.dwr-hero-price .now {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 700;
  --tw-tracking: -.02em;
  letter-spacing: -.02em;
  color: var(--ink, #16140f);
  font-size: 32px;
  font-weight: 700;
}

.dwr-hero-price .was {
  color: var(--muted, #827b70);
  font-size: 16px;
  text-decoration-line: line-through;
}

.dwr-save {
  background-color: var(--sand, #e7d3bc);
  --tw-font-weight: 600;
  color: var(--color-ch-save-ink, #3a2f25);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding-block: 6px;
  padding-inline: 13px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.dwr-save[hidden] {
  display: none;
}

.dwr-body {
  padding-inline: 0;
  border-top: 1px solid var(--line, #b4a59466);
  margin-top: 22px;
  padding-top: 26px;
  padding-bottom: 2px;
}

.dwr-sect {
  margin-bottom: 24px;
}

.dwr-sect .lbl {
  --tw-font-weight: 600;
  --tw-tracking: .14em;
  letter-spacing: .14em;
  color: var(--muted, #827b70);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
}

.dwr-sect .lbl b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-tracking: 0;
  letter-spacing: 0;
  color: var(--ink, #16140f);
  text-transform: none;
}

.dwr-qty {
  border: 1px solid var(--line, #b4a59466);
  background-color: #ffffffb3;
  border-radius: 999px;
  align-items: center;
  margin-top: 12px;
  display: inline-flex;
}

.dwr-qty button {
  cursor: pointer;
  width: 42px;
  height: 42px;
  color: var(--ink, #16140f);
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.dwr-qty span {
  text-align: center;
  min-width: 28px;
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  font-weight: 600;
}

.dwr-cross {
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

.dwr-xc {
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff9;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  display: flex;
}

.dwr-xc img {
  -o-object-fit: contain;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #fff, #efe6da);
  border-radius: 11px;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

.dwr-xc .xc-t {
  flex: 1;
  min-width: 0;
}

.dwr-xc .xc-t b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.dwr-xc .xc-t span {
  color: var(--muted, #827b70);
  font-size: 12.5px;
}

.dwr-xc > button {
  cursor: pointer;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  border: 1px solid var(--ink, #16140f);
  background-color: #0000;
  border-radius: 999px;
  flex: none;
  padding-block: 8px;
  padding-inline: 15px;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
}

.dwr-xc > button:hover {
  background: var(--ink, #16140f);
  color: #fff;
}

.dwr-xc-step {
  background-color: var(--sand-soft, #f3e9df);
  border: 1px solid var(--ink, #16140f);
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 2px;
  padding: 3px;
  display: inline-flex;
}

.dwr-xc-step .xc-step-btn {
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-leading: 1;
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  background-color: #0000;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transition: background .18s, color .18s;
  display: inline-flex;
}

.dwr-xc-step .xc-step-btn:hover {
  background: var(--ink, #16140f);
  color: #fff;
}

.dwr-xc-step .xc-step-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  color: var(--ink, #16140f);
  background: none;
}

.dwr-xc-step .xc-step-n {
  text-align: center;
  min-width: 24px;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-font-weight: 600;
  color: var(--sand-deep, #a6855f);
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  font-size: 14px;
  font-weight: 600;
}

.dwr-ship {
  color: var(--ink, #16140f);
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-size: 13px;
  display: flex;
}

.dwr-ship .dot {
  background-color: var(--color-ch-ship-ok, #2e9c6e);
  border-radius: 50%;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
}

.dwr-eta {
  --tw-leading: 1.4;
  color: var(--ink, #16140f);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.dwr-eta strong, .dwr-eta b {
  --tw-font-weight: 600;
  color: var(--sand-deep, #a6855f);
  font-weight: 600;
}

.dwr-trust {
  padding-inline: 0;
  color: var(--muted, #827b70);
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 12px;
  display: flex;
}

.dwr-trust span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.dwr-trust .dot {
  background-color: var(--sand-deep, #a6855f);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.dwr-foot {
  padding: 20px 22px calc(18px + env(safe-area-inset-bottom));
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff;
  border-radius: 22px;
  margin-top: 24px;
  box-shadow: 0 30px 60px -40px #785f4680;
}

.dwr-sub {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  display: flex;
}

.dwr-sub .k {
  color: var(--muted, #827b70);
  font-size: 13px;
}

.dwr-sub .v {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 700;
  --tw-tracking: -.02em;
  letter-spacing: -.02em;
  font-size: 26px;
  font-weight: 700;
}

.dwr-cont {
  display: none;
}

#dwr .dwr-anim {
  opacity: 0;
  transform: translateY(16px);
}

#dwr.open .dwr-anim {
  opacity: 1;
  transition: opacity .55s, transform .55s cubic-bezier(.19, 1, .22, 1);
  transform: none;
}

#dwr.open .cfg-buy .dwr-anim:nth-child(2) {
  transition-delay: 50ms;
}

#dwr.open .cfg-buy .dwr-anim:nth-child(3) {
  transition-delay: .1s;
}

#iecart {
  pointer-events: none;
  z-index: 140;
  opacity: 0;
  transition: opacity .38s;
  position: fixed;
  inset: 0;
}

#iecart.open {
  pointer-events: auto;
  opacity: 1;
}

#iecart .dwr {
  overscroll-behavior: contain;
  background-color: var(--cream, #f7f3ed);
  position: absolute;
  inset: 0;
  overflow-y: auto;
}

#iecart .cfg-top {
  z-index: 12;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line, #b4a59466);
  background: #f7f3eddb;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px clamp(18px, 4vw, 48px);
  display: flex;
  position: sticky;
  top: 0;
}

#iecart .cfg-back {
  cursor: pointer;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-leading: 1;
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  padding: 8px 6px 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

#iecart .cfg-back svg {
  width: 16px;
  height: 16px;
}

#iecart .cfg-back:hover {
  color: var(--sand-deep, #a6855f);
}

#iecart .dwr-eyebrow {
  --tw-font-weight: 600;
  --tw-tracking: .18em;
  letter-spacing: .18em;
  color: var(--sand-deep, #a6855f);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
}

#iecart .dwr-close {
  cursor: pointer;
  --tw-leading: 1;
  width: 34px;
  height: 34px;
  color: var(--ink, #16140f);
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff9;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  transition: background .2s;
  display: flex;
}

#iecart .dwr-close:hover {
  background: #fff;
}

.iec-wrap {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  padding: clamp(40px, 7vw, 88px) clamp(20px, 5vw, 40px) 120px;
}

.iec-bag {
  margin-inline: auto;
  background: radial-gradient(circle at 50% 38%,var(--sand-soft, #f3e9df),var(--sand, #e7d3bc));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-top: 0;
  margin-bottom: 26px;
  display: flex;
  box-shadow: 0 26px 50px -30px #96785f99;
}

.iec-bag svg {
  width: 34px;
  height: 34px;
  color: var(--sand-deep, #a6855f);
}

.iec-wrap h3 {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-leading: 1.1;
  --tw-font-weight: 600;
  --tw-tracking: -.02em;
  letter-spacing: -.02em;
  color: var(--ink, #16140f);
  margin-bottom: 12px;
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 600;
  line-height: 1.1;
}

.iec-sub {
  margin-inline: auto;
  --tw-leading: 1.6;
  max-width: 38ch;
  color: var(--muted, #827b70);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.iec-cta {
  background-color: var(--ink, #16140f);
  --tw-font-weight: 600;
  color: var(--color-white, #fff);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-block: 15px;
  padding-inline: 34px;
  font-weight: 600;
  text-decoration-line: none;
  transition: transform .22s;
  display: inline-flex;
  box-shadow: 0 18px 40px -16px #14141280;
}

.iec-cta:hover {
  transform: translateY(-2px);
}

.iec-sugg {
  text-align: left;
  margin-top: 52px;
}

.iec-sugg h4 {
  text-align: center;
  --tw-font-weight: 600;
  --tw-tracking: .16em;
  letter-spacing: .16em;
  color: var(--muted, #827b70);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11.5px;
  font-weight: 600;
}

.iec-sugg-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

.iec-tile {
  color: inherit;
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff9;
  border-radius: 16px;
  align-items: center;
  gap: 14px;
  padding-block: 12px;
  padding-inline: 14px;
  text-decoration-line: none;
  transition: transform .18s, box-shadow .18s;
  display: flex;
}

.iec-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -28px #96785f80;
}

.iec-tile img {
  -o-object-fit: contain;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #fff, #efe6da);
  border-radius: 11px;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
}

.iec-tile .iec-t {
  flex: 1;
  min-width: 0;
}

.iec-tile .iec-t b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink, #16140f);
  font-size: 14.5px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.iec-tile .iec-t span {
  color: var(--muted, #827b70);
  font-size: 12.5px;
}

.iec-tile .iec-go {
  --tw-leading: 1;
  color: var(--sand-deep, #a6855f);
  flex: none;
  font-size: 19px;
  line-height: 1;
}

#iecart .iec-wrap > * {
  opacity: 0;
  transform: translateY(14px);
}

#iecart.open .iec-wrap > * {
  opacity: 1;
  transition: opacity .5s, transform .5s cubic-bezier(.19, 1, .22, 1);
  transform: none;
}

#iecart.open .iec-wrap > :nth-child(2) {
  transition-delay: 50ms;
}

#iecart.open .iec-wrap > :nth-child(3) {
  transition-delay: .1s;
}

#iecart.open .iec-wrap > :nth-child(4) {
  transition-delay: .15s;
}

#iecart.open .iec-sugg {
  transition-delay: .2s;
}

.iec-wrap.has-items {
  text-align: left;
  max-width: 560px;
  padding-top: clamp(28px, 5vw, 56px);
}

.iec-wrap.has-items > * {
  opacity: 1;
  transform: none;
}

.iec-r-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.iec-clear {
  cursor: pointer;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-font-weight: 600;
  --tw-tracking: .04em;
  letter-spacing: .04em;
  color: var(--muted, #827b70);
  text-underline-offset: 3px;
  background: none;
  border: 0;
  padding: 4px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration-line: underline;
}

.iec-clear:hover {
  color: var(--sand-deep, #a6855f);
}

.iec-lines {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.iec-line {
  border: 1px solid var(--line, #b4a59466);
  background-color: #fff9;
  border-radius: 16px;
  align-items: center;
  gap: 14px;
  padding-block: 12px;
  padding-inline: 14px;
  display: flex;
}

.iec-line img, .iec-line .iec-noimg {
  -o-object-fit: contain;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #fff, #efe6da);
  border-radius: 11px;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

.iec-l-t {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.iec-l-t b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink, #16140f);
  font-size: 14.5px;
  font-weight: 600;
  overflow: hidden;
}

.iec-l-var {
  color: var(--sand-deep, #a6855f);
  font-size: 12px;
}

.iec-l-q {
  color: var(--muted, #827b70);
  font-size: 12.5px;
}

.iec-l-p {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  color: var(--ink, #16140f);
  flex: none;
  font-size: 14.5px;
  font-weight: 600;
}

.iec-r-sub {
  border-top: 1px solid var(--line, #b4a59466);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-block: 14px;
  padding-inline: 4px;
  display: flex;
}

.iec-r-sub span {
  --tw-font-weight: 600;
  --tw-tracking: .03em;
  letter-spacing: .03em;
  color: var(--muted, #827b70);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.iec-r-sub b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 700;
  color: var(--ink, #16140f);
  font-size: 20px;
  font-weight: 700;
}

.iec-checkout {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.iec-cont {
  box-sizing: border-box;
  --tw-font-weight: 600;
  width: 100%;
  color: var(--ink, #16140f);
  border: 1px solid var(--line, #b4a59466);
  background: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-block: 13px;
  padding-inline: 24px;
  font-weight: 600;
  text-decoration-line: none;
  transition: background .2s;
  display: inline-flex;
}

.iec-cont:hover {
  background: #fff9;
}

.dwr-express {
  flex-direction: column;
  gap: 9px;
  margin-top: 14px;
  display: none;
}

.dwr-express.on {
  display: flex;
}

.dwr-express .xhdr {
  --tw-tracking: .04em;
  letter-spacing: .04em;
  color: var(--muted, #827b70);
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  display: flex;
}

.dwr-express .xhdr:before, .dwr-express .xhdr:after {
  content: "";
  background: var(--line, #b4a59466);
  flex: 1;
  height: 1px;
}

.dwr-xbtn {
  cursor: pointer;
  width: 100%;
  min-height: 46px;
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-leading: 1;
  --tw-font-weight: 600;
  border: 1px solid var(--line, #b4a59466);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: none;
  overflow: hidden;
}

.dwr-xbtn.avail {
  display: inline-flex;
}

.dwr-xbtn.x-applepay, .dwr-xbtn.x-gpay {
  color: #fff;
  background: #000;
  border-color: #000;
}

.dwr-xbtn.x-paypal {
  color: #003087;
  background: #ffc439;
  border-color: #e8b230;
}

.dwr-xbtn .xlogo {
  align-items: center;
  height: 20px;
  display: inline-flex;
}

.dwr-xbtn .xlogo svg {
  width: auto;
  height: 20px;
  display: block;
}

footer.sfoot {
  z-index: 2;
  background-color: var(--night, #100e0b);
  font-size: var(--text-ch-foot, 13.5px);
  color: var(--night-muted, #a79c8d);
  border-top: 1px solid var(--night-line, #d2b7a129);
  padding: 60px 5vw 96px;
  position: relative;
}

footer.sfoot .fgrid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
}

footer.sfoot .fbrand img {
  filter: brightness(0) invert();
  width: auto;
  height: 22px;
  margin-bottom: 16px;
}

footer.sfoot h4, footer.sfoot .fh {
  --tw-font-weight: 600;
  --tw-tracking: .16em;
  letter-spacing: .16em;
  color: var(--color-ch-parchment, #ede6dc);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
}

footer.sfoot a {
  color: var(--night-muted, #a79c8d);
  margin-bottom: 9px;
  text-decoration-line: none;
  transition: color .2s;
  display: block;
}

footer.sfoot a:hover {
  color: #ede6dc;
}

footer.sfoot .fbrand p {
  --tw-leading: 1.7;
  max-width: 290px;
  line-height: 1.7;
}

footer.sfoot .fbase {
  margin-inline: auto;
  opacity: .85;
  border-top: 1px solid var(--night-line, #d2b7a129);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  max-width: 1180px;
  margin-top: 44px;
  margin-bottom: 0;
  padding-top: 22px;
  font-size: 12.5px;
  display: flex;
}

footer.sfoot .fbase .fb-legal a {
  margin: 0 10px 0 0;
  display: inline;
}

footer.sfoot .fbase .fb-region {
  flex-basis: 100%;
  order: -1;
  margin-bottom: 8px;
}

footer.sfoot .fbase .fb-region a {
  --tw-font-weight: 600;
  min-height: 32px;
  color: var(--color-ch-parchment, #ede6dc);
  align-items: center;
  gap: 7px;
  padding-block: 6px;
  padding-inline: 0;
  font-weight: 600;
  text-decoration-line: none;
  display: inline-flex;
}

footer.sfoot .fbase .fb-region a:hover {
  color: #fff;
  text-decoration: underline;
}

nav.snav {
  z-index: 120;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5vw;
  transition: background .35s, box-shadow .35s, padding .35s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.js nav.snav {
  position: fixed;
}

nav.snav.scrolled {
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
  background: #100e0be6;
  padding: 10px 5vw;
  box-shadow: 0 10px 40px -20px #00000080;
}

nav.snav.solid {
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
  background: #100e0be6;
  box-shadow: 0 10px 40px -20px #00000080;
}

nav.snav .logo img {
  filter: brightness(0) invert();
  width: auto;
  height: 23px;
  display: block;
}

.navitem {
  position: relative;
}

.navitem > a, .navitem > button {
  cursor: pointer;
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-font-weight: 500;
  color: #ffffffd1;
  background: none;
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding-block: 10px;
  padding-inline: 15px;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration-line: none;
  transition: color .2s, background .2s;
  display: inline-flex;
}

.navitem > a:hover, .navitem > button:hover, .navitem.open > button {
  color: #fff;
  background: #ffffff14;
}

.navitem .caret {
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4px;
  width: 9px;
  height: 9px;
  transition: transform .25s;
}

.navitem.open .caret {
  transform: rotate(180deg);
}

.mega {
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  backdrop-filter: blur(20px) saturate(1.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 130;
  background: #16130ff7;
  border: 1px solid #d2b7a133;
  border-radius: 18px;
  min-width: 230px;
  padding: 12px;
  transition: opacity .24s, transform .24s;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: translateY(8px);
  box-shadow: 0 40px 90px -40px #000000b3;
}

.navitem.open .mega:before {
  content: "";
  pointer-events: auto;
  background: none;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
}

.navitem.open .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.navmid .navitem:last-child .mega, .navmid .navitem:nth-last-child(2) .mega {
  left: auto;
  right: 0;
}

.mega.wide {
  grid-template-columns: 1.3fr 1fr;
  gap: 16px;
  min-width: 640px;
  padding: 18px;
  display: grid;
}

.mega a.mrow {
  color: var(--color-ch-parchment, #ede6dc);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding-block: 11px;
  padding-inline: 12px;
  text-decoration-line: none;
  transition: background .18s;
  display: flex;
}

.mega a.mrow:hover {
  background: #d2b7a11f;
}

.mega a.mrow .mi {
  background: radial-gradient(circle at 50% 40%, #fff, #efe6da);
  border-radius: 10px;
  flex: 0 0 46px;
  justify-content: center;
  align-items: center;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.mega a.mrow .mi img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.mega a.mrow .mt b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  --tw-tracking: -.01em;
  letter-spacing: -.01em;
  color: var(--color-ch-cream-bright, #fcfaf6);
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.mega a.mrow .mt span {
  color: var(--night-muted, #a79c8d);
  font-size: 12.5px;
}

.mega .mcol h5 {
  margin-inline: 12px;
  --tw-font-weight: 600;
  --tw-tracking: .16em;
  letter-spacing: .16em;
  color: var(--sand, #d2b7a1);
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
}

.mega .mlink {
  color: var(--color-ch-mega-ink, #d8cfc2);
  border-radius: 10px;
  padding-block: 9px;
  padding-inline: 12px;
  font-size: 14px;
  text-decoration-line: none;
  transition: background .18s, color .18s;
  display: block;
}

.mega .mlink:hover {
  color: #fff;
  background: #d2b7a11f;
}

.mega .mpromo {
  background: linear-gradient(135deg, #d2b7a138, #d2b7a10f);
  border: 1px solid #d2b7a133;
  border-radius: 14px;
  margin-top: 6px;
  padding: 14px;
}

.mega .mpromo b {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  color: var(--color-ch-cream-bright, #fcfaf6);
  margin-bottom: 4px;
  font-size: 15px;
  display: block;
}

.mega .mpromo span {
  color: var(--night-muted, #a79c8d);
  margin-bottom: 12px;
  font-size: 12.5px;
  display: block;
}

.mdrawer {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #100e0bfa;
  flex-direction: column;
  padding: 80px 8vw 40px;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  transform: translateX(100%);
}

.mdrawer.open {
  transform: none;
}

.mdrawer a {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-font-weight: 600;
  color: var(--color-ch-parchment, #ede6dc);
  border-bottom: 1px solid #d2b7a124;
  padding-block: 14px;
  padding-inline: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration-line: none;
}

.mdrawer .mdgroup {
  margin-inline: 0;
  --tw-font-weight: 600;
  --tw-tracking: .16em;
  letter-spacing: .16em;
  color: var(--sand, #d2b7a1);
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
}

.mdrawer .mdclose {
  cursor: pointer;
  width: 44px;
  height: 44px;
  color: var(--color-white, #fff);
  background-color: #ffffff14;
  border: 0;
  border-radius: 12px;
  font-size: 26px;
  position: absolute;
  top: 22px;
  right: 6vw;
}

.mdrawer .btn {
  margin-top: 24px;
}

.mega .mlink {
  align-items: center;
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.mega a.mrow {
  min-height: 44px;
}

.mega .mh5, .mcol .mh5 {
  margin-inline: 0;
  --tw-font-weight: 600;
  --tw-tracking: .14em;
  letter-spacing: .14em;
  color: var(--muted, #6e665b);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.stickybar {
  z-index: 70;
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
  background: #100e0be0;
  border: 1px solid #d2b7a138;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 12px 12px 20px;
  transition: transform .45s cubic-bezier(.19, 1, .22, 1);
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  transform: translateY(130%);
  box-shadow: 0 24px 60px -20px #0009;
}

.stickybar.show {
  transform: none;
}

.stickybar .sp {
  font-family: var(--font-ch-inter-tight, "Inter Tight", sans-serif);
  --tw-leading: 1.25;
  --tw-font-weight: 600;
  color: var(--color-ch-cream-bright, #fcfaf6);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.stickybar .sp small {
  font-family: var(--font-ch-inter, "Inter", sans-serif);
  --tw-font-weight: 500;
  color: var(--night-muted, #a79c8d);
  font-size: 11.5px;
  font-weight: 500;
  display: block;
}

.stickybar .btn {
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html:root {
    scroll-behavior: auto;
  }
}

@media (max-width: 760px) {
  .js .stickybar {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stickybar, .stickyproof {
    transition: none;
  }
}

@media (max-width: 620px) {
  .stickyproof .lead .hidem {
    display: none;
  }
}

@media (max-width: 860px) {
  .cfg-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 148px;
  }

  .cfg-gallery {
    position: static;
    top: auto;
  }

  .cfg-stage {
    aspect-ratio: 4 / 3;
  }

  .dwr-foot {
    z-index: 20;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -18px 40px -20px #785f466b;
  }
}

@media (prefers-reduced-motion: reduce) {
  #iecart {
    transition: opacity .2s;
  }

  #iecart .iec-wrap > * {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media (max-width: 700px) {
  .btn {
    min-height: 44px;
  }

  footer.sfoot a {
    align-items: center;
    min-height: 44px;
    margin-bottom: 0;
    padding: 12px 0;
    display: flex;
  }

  footer.sfoot .fbrand a {
    display: inline-flex;
  }

  footer.sfoot .fbase .fb-legal a {
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
    display: inline-flex;
  }

  .mdrawer a {
    align-items: center;
    min-height: 44px;
    display: flex;
  }

  .navitem > a, .navitem > button {
    min-height: 44px;
  }
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

