.page-cms-107 {
  background: #0f0d0b;
  color: #f6efe2;
  padding: 0;
}

.page-cms-107 .breadcrumb,
.page-cms-107 .page-header {
  display: none;
}

.page-cms-107 .container,
.page-cms-107 .container-parent {
  max-width: none;
}

.st-fdp-page {
  background: #0f0d0b;
  color: #f6efe2;
  padding: 0;
}

.st-fdp,
.st-fdp * {
  box-sizing: border-box;
}

.st-fdp {
  --st-black: #0f0d0b;
  --st-ink: #17120e;
  --st-card: #1c1711;
  --st-walnut: #3d2817;
  --st-walnut-soft: #4c3421;
  --st-gold: #c6a46a;
  --st-gold-strong: #d8b873;
  --st-cream: #f6efe2;
  --st-paper: #f3ead7;
  --st-olive: #6f7652;
  --st-muted: rgba(246, 239, 226, 0.74);
  --st-line: rgba(198, 164, 106, 0.32);
  background: var(--st-black);
  color: var(--st-cream);
  font-family: inherit;
  overflow: hidden;
}

.st-fdp a {
  color: inherit;
  text-decoration: none;
}

.st-fdp img {
  display: block;
  height: auto;
  max-width: 100%;
}

.st-fdp-container {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 56px);
}

.st-fdp h1,
.st-fdp h2,
.st-fdp-product-card strong,
.st-fdp-feature-link strong {
  color: var(--st-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.st-fdp h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0;
  max-width: 610px;
}

.st-fdp h1 em {
  color: var(--st-gold-strong);
  display: block;
  font-style: italic;
  line-height: 1.1;
  margin-top: 18px;
}

.st-fdp h2 {
  font-size: 42px;
  line-height: 1.12;
  margin: 0;
}

.st-fdp p {
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  white-space: normal;
}

.st-fdp-kicker {
  color: var(--st-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.st-fdp-kicker::after {
  background: var(--st-gold);
  content: "";
  display: block;
  height: 1px;
  margin-top: 14px;
  width: 42px;
}

.st-fdp-section {
  padding: 78px 0;
}

.st-fdp-section-head {
  margin-bottom: 36px;
  max-width: 100%;
}

.st-fdp-section-head--center {
  text-align: center;
}

.st-fdp-section-head--center h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  overflow-wrap: break-word;
}

.st-fdp-section-head--center .st-fdp-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.st-fdp-section-intro {
  margin: 20px auto 0;
  max-width: min(620px, 100%);
  overflow-wrap: break-word;
}

.st-fdp-hero {
  align-items: center;
  display: flex;
  isolation: isolate;
  min-height: 630px;
  overflow: hidden;
  position: relative;
}

.st-fdp-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 13, 11, 0.65) 0%, rgba(15, 13, 11, 0.50) 32%, rgba(15, 13, 11, 0.18) 60%, rgba(15, 13, 11, 0.05) 100%),
    linear-gradient(0deg, rgba(15, 13, 11, 0.18), rgba(15, 13, 11, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.st-fdp-hero__picture {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.st-fdp-hero__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.st-fdp-hero__content {
  padding: 240px 0 140px;
}

.st-fdp-countdown {
  margin-top: 18px;
  text-align: center;
}
.st-fdp-countdown__intro {
  color: var(--st-cream, #f5ecd3);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  opacity: 0.85;
}
.st-fdp-countdown__grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.st-fdp-countdown__unit {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(220, 184, 108, 0.55);
  border-radius: 6px;
  padding: 10px 12px;
  min-width: 64px;
  text-align: center;
  backdrop-filter: blur(2px);
}
.st-fdp-countdown__unit .num {
  display: block;
  color: var(--st-gold, #dcb86c);
  font-size: 26px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.st-fdp-countdown__unit .lbl {
  display: block;
  color: var(--st-cream, #f5ecd3);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: 0.85;
}
.st-fdp-countdown__expired {
  color: #ff9999;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 600px) {
  .st-fdp-countdown__unit { min-width: 56px; padding: 8px 10px; }
  .st-fdp-countdown__unit .num { font-size: 22px; }
  .st-fdp-countdown__unit .lbl { font-size: 9px; }
}

.st-fdp-hero__intro {
  font-size: 17px;
  margin: 28px 0 30px;
  max-width: min(460px, 100%);
  overflow-wrap: normal;
  word-break: normal;
}

.st-fdp-hero__note {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.st-fdp-hero__note .material-icons {
  border: 1px solid var(--st-gold);
  color: var(--st-gold);
  font-size: 24px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 34px;
}

.st-fdp-hero__note strong {
  color: var(--st-cream);
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.45;
  max-width: 250px;
  text-transform: uppercase;
}

.st-fdp-icon {
  border: 1px solid var(--st-gold);
  color: var(--st-gold);
  display: block;
  flex: 0 0 auto;
  height: 34px;
  position: relative;
  width: 34px;
}

.st-fdp-icon::before,
.st-fdp-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.st-fdp-icon--calendar::before {
  border-bottom: 2px solid currentColor;
  height: 8px;
  left: 7px;
  top: 8px;
  width: 18px;
}

.st-fdp-icon--calendar::after {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  height: 7px;
  left: 11px;
  top: 15px;
  transform: rotate(-45deg);
  width: 12px;
}

.st-fdp-icon--shipping::before {
  border: 2px solid currentColor;
  height: 11px;
  left: 5px;
  top: 12px;
  width: 16px;
}

.st-fdp-icon--shipping::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 8px;
  left: 21px;
  top: 15px;
  width: 7px;
  box-shadow: -13px 7px 0 -4px currentColor, 2px 7px 0 -4px currentColor;
}

.st-fdp-icon--gift::before {
  border: 2px solid currentColor;
  height: 17px;
  left: 7px;
  top: 11px;
  width: 18px;
}

.st-fdp-icon--gift::after {
  background:
    linear-gradient(currentColor, currentColor) center / 2px 20px no-repeat,
    linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat;
  height: 20px;
  left: 7px;
  top: 10px;
  width: 20px;
}

.st-fdp-icon--lock::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  height: 11px;
  left: 10px;
  top: 6px;
  width: 12px;
}

.st-fdp-icon--lock::after {
  background: currentColor;
  height: 13px;
  left: 8px;
  top: 17px;
  width: 18px;
}

.st-fdp-icon--check::before {
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  height: 9px;
  left: 9px;
  top: 9px;
  transform: rotate(-45deg);
  width: 16px;
}

.st-fdp-icon--clock {
  border-radius: 50%;
}

.st-fdp-icon--clock::before {
  background: currentColor;
  height: 10px;
  left: 16px;
  top: 7px;
  width: 2px;
}

.st-fdp-icon--clock::after {
  background: currentColor;
  height: 2px;
  left: 16px;
  top: 17px;
  width: 9px;
  transform: rotate(24deg);
  transform-origin: left center;
}

.st-fdp-btn {
  align-items: center;
  border: 1px solid var(--st-gold);
  border-radius: 0;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1.2px;
  min-height: 50px;
  min-width: 230px;
  padding: 14px 28px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  white-space: normal;
}

.st-fdp-btn--primary {
  background: var(--st-gold);
  color: #111;
}

.st-fdp-btn--primary:hover,
.st-fdp-btn--primary:focus {
  background: var(--st-gold-strong);
  border-color: var(--st-gold-strong);
  color: #111;
}

.st-fdp-btn--outline {
  background: transparent;
  color: var(--st-gold);
}

.st-fdp-btn--outline:hover,
.st-fdp-btn--outline:focus {
  background: var(--st-gold);
  color: #111;
}

.st-fdp-link {
  color: var(--st-gold);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-top: 20px;
  text-transform: uppercase;
}

.st-fdp-link::after {
  content: " ->";
}

.st-fdp-trust {
  background: #15110d;
  border-bottom: 1px solid rgba(198, 164, 106, 0.22);
  border-top: 1px solid rgba(198, 164, 106, 0.22);
}

.st-fdp-trust__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.st-fdp-trust__item {
  align-items: center;
  border-left: 1px solid rgba(198, 164, 106, 0.14);
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 38px 1fr;
  min-height: 84px;
  padding: 18px 22px;
}

.st-fdp-trust__item:last-child {
  border-right: 1px solid rgba(198, 164, 106, 0.14);
}

.st-fdp-trust__item .st-fdp-icon {
  grid-row: 1 / span 2;
}

.st-fdp-trust__item strong,
.st-fdp-trust__item small {
  display: block;
  min-width: 0;
}

.st-fdp-trust__item strong {
  color: var(--st-cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.st-fdp-trust__item small {
  color: var(--st-muted);
  font-size: 12px;
  line-height: 1.3;
}

.st-fdp-products {
  background:
    radial-gradient(circle at 18% 0%, rgba(111, 118, 82, 0.18), rgba(15, 13, 11, 0) 36%),
    radial-gradient(circle at 80% 12%, rgba(198, 164, 106, 0.12), rgba(15, 13, 11, 0) 34%),
    #0f0d0b;
}

.st-fdp-product-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-fdp-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  position: relative;
  text-align: center;
}

.st-fdp-product-media {
  display: block;
  overflow: hidden;
}

.st-fdp-product-card img,
.st-fdp-product-media img {
  aspect-ratio: 1.04;
  background: var(--st-paper);
  border: 1px solid rgba(198, 164, 106, 0.16);
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}

.st-fdp-product-card--featured img {
  object-position: center;
}

.st-fdp-product-card[data-id-product="125"] .st-fdp-product-media img,
.st-fdp-product-card[data-id-product="178"] .st-fdp-product-media img,
.st-fdp-product-card[data-id-product="194"] .st-fdp-product-media img,
.st-fdp-product-card[data-id-product="91"] .st-fdp-product-media img {
  object-position: center 46%;
}

.st-fdp-product-card[data-id-product="160"] .st-fdp-product-media img {
  object-position: center 52%;
}

.st-fdp-badge {
  align-items: center;
  background: var(--st-gold);
  border-radius: 999px;
  color: #111;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.8px;
  line-height: 1.2;
  padding: 8px 18px;
  position: absolute;
  text-transform: uppercase;
  top: -16px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.st-fdp-badge--olive {
  background: var(--st-olive);
  color: #fff;
}

.st-fdp-product-title {
  color: var(--st-cream);
  display: block;
}

.st-fdp-product-card strong {
  display: block;
  font-size: 23px;
  line-height: 1.15;
  margin-top: 22px;
  text-transform: uppercase;
}

.st-fdp-product-card small {
  color: var(--st-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 7px;
  min-height: 40px;
}

.st-fdp-price {
  color: var(--st-cream);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
}

.st-fdp-mini-btn {
  background: transparent;
  border: 1px solid var(--st-gold);
  border-radius: 0;
  color: var(--st-gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1px;
  margin-top: 14px;
  min-width: 150px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.st-fdp-cart-form {
  margin-top: auto;
}

.st-fdp-cart-form .st-fdp-mini-btn {
  cursor: pointer;
  width: 100%;
}

.st-fdp-cart-form--inline {
  margin-top: 0;
}

.st-fdp-product-card:hover .st-fdp-mini-btn,
.st-fdp-product-card:focus-within .st-fdp-mini-btn,
.st-fdp-add-to-cart:hover,
.st-fdp-add-to-cart:focus {
  background: var(--st-gold);
  color: #111;
}

.st-fdp-product-link {
  color: var(--st-muted);
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.8px;
  margin-top: 12px;
  text-transform: uppercase;
}

.st-fdp-product-link:hover,
.st-fdp-product-link:focus {
  color: var(--st-gold);
}

.st-fdp-split-panel {
  border-bottom: 1px solid var(--st-line);
  border-top: 1px solid var(--st-line);
  display: grid;
  grid-template-columns: 1.03fr 1fr;
}

.st-fdp-split-panel__image {
  background: #17120e;
}

.st-fdp-split-panel__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.st-fdp-split-panel__copy {
  align-self: center;
  max-width: 590px;
  padding: 76px 9vw 76px 76px;
}

.st-fdp-split-panel__copy h2 {
  font-size: 51px;
  margin-bottom: 26px;
  max-width: 470px;
}

.st-fdp-split-panel__copy p:not(.st-fdp-kicker) {
  margin-bottom: 34px;
  max-width: 470px;
}

.st-fdp-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.st-fdp-moments {
  background:
    linear-gradient(180deg, #12100d 0%, #0f0d0b 100%);
  border-bottom: 1px solid var(--st-line);
}

.st-fdp-moments__grid {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.9fr 1.18fr 0.86fr;
}

.st-fdp-moments__copy {
  padding-right: 20px;
}

.st-fdp-moments__copy h2 {
  font-size: 43px;
  margin-bottom: 28px;
}

.st-fdp-moments__copy p:not(.st-fdp-kicker) {
  margin-bottom: 34px;
}

.st-fdp-editorial-image,
.st-fdp-feature-link,
.st-fdp-gallery__item {
  background: #17120e;
  border: 1px solid rgba(198, 164, 106, 0.2);
  display: block;
  overflow: hidden;
}

.st-fdp-editorial-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.st-fdp-feature-links {
  display: grid;
  gap: 18px;
}

.st-fdp-feature-link {
  min-height: 210px;
  position: relative;
}

.st-fdp-feature-link::after {
  bottom: 24px;
  color: var(--st-cream);
  content: "->";
  font-size: 24px;
  position: absolute;
  right: 24px;
}

.st-fdp-feature-link img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.76;
  position: absolute;
  transition: opacity 180ms ease, transform 260ms ease;
  width: 100%;
}

.st-fdp-feature-link:hover img,
.st-fdp-feature-link:focus img {
  opacity: 0.9;
  transform: scale(1.03);
}

.st-fdp-feature-link span {
  background: linear-gradient(0deg, rgba(15, 13, 11, 0.9), rgba(15, 13, 11, 0));
  bottom: 0;
  display: block;
  left: 0;
  padding: 54px 24px 24px;
  position: absolute;
  right: 0;
}

.st-fdp-feature-link strong,
.st-fdp-feature-link small {
  display: block;
}

.st-fdp-feature-link strong {
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
}

.st-fdp-feature-link small {
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

.st-fdp-gallery {
  padding: 44px 0;
}

.st-fdp-gallery__grid {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.36fr repeat(4, minmax(0, 1fr));
}

.st-fdp-gallery__intro h2 {
  font-size: 38px;
  margin-bottom: 6px;
}

.st-fdp-gallery__intro p:not(.st-fdp-kicker) {
  line-height: 1.55;
}

.st-fdp-gallery__item img {
  aspect-ratio: 1.18;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.st-fdp-gallery__item:hover img,
.st-fdp-gallery__item:focus img {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .st-fdp h1 {
    font-size: 38px;
  }

  .st-fdp h2 {
    font-size: 36px;
  }

  .st-fdp-trust__grid,
  .st-fdp-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-fdp-moments__grid,
  .st-fdp-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-fdp-split-panel {
    grid-template-columns: 1fr;
  }

  .st-fdp-split-panel__image img {
    aspect-ratio: 1.35;
  }

  .st-fdp-split-panel__copy {
    max-width: none;
    padding: 58px 28px;
  }
}

@media (max-width: 767px) {
  .st-fdp-container {
    width: calc(100% - 30px);
  }

  .st-fdp h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .st-fdp h2,
  .st-fdp-split-panel__copy h2,
  .st-fdp-moments__copy h2,
  .st-fdp-gallery__intro h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .st-fdp p {
    font-size: 15px;
    line-height: 1.68;
  }

  .st-fdp-section-intro {
    max-width: 315px;
  }

  .st-fdp-kicker {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .st-fdp-section {
    padding: 54px 0;
  }

  .st-fdp-hero {
    align-items: flex-end;
    min-height: 700px;
  }

  .st-fdp-hero::before {
    background:
      linear-gradient(180deg, rgba(15, 13, 11, 0.08) 0%, rgba(15, 13, 11, 0.42) 42%, rgba(15, 13, 11, 0.96) 76%, rgba(15, 13, 11, 0.98) 100%),
      linear-gradient(90deg, rgba(15, 13, 11, 0.55), rgba(15, 13, 11, 0.05));
  }

  .st-fdp-hero__picture img {
    object-position: 50% top;
  }

  .st-fdp-hero__content {
    padding: 310px 0 46px;
  }

  .st-fdp-hero__intro {
    margin-bottom: 24px;
    max-width: 330px;
  }

  .st-fdp-btn {
    font-size: 12px;
    line-height: 1.25;
    min-width: 0;
    width: 100%;
  }

  .st-fdp-action-row {
    display: grid;
  }

  .st-fdp-cart-form--inline {
    width: 100%;
  }

  .st-fdp-hero__note {
    align-items: flex-start;
  }

  .st-fdp-trust {
    display: none;
  }

  .st-fdp-product-grid,
  .st-fdp-moments__grid,
  .st-fdp-gallery__grid {
    grid-template-columns: 1fr;
  }

  .st-fdp-product-grid {
    gap: 42px;
  }

  .st-fdp-badge {
    height: 64px;
    width: 64px;
  }

  .st-fdp-product-card strong {
    font-size: 22px;
  }

  .st-fdp-product-card small {
    min-height: 0;
  }

  .st-fdp-split-panel__image img {
    aspect-ratio: 1.06;
  }

  .st-fdp-split-panel__copy {
    padding: 48px 15px;
  }

  .st-fdp-feature-link {
    min-height: 184px;
  }

  .st-fdp-gallery {
    padding: 40px 0 54px;
  }

  .st-fdp-gallery__item img {
    aspect-ratio: 1.25;
  }
}

@media (max-width: 420px) {
  .st-fdp h1 {
    font-size: 30px;
  }

  .st-fdp-hero {
    min-height: 660px;
  }

  .st-fdp-hero__content {
    padding-top: 285px;
  }
}
