/** Shopify CDN: Minification failed

Line 822:25 Expected ":"
Line 822:46 Expected ":"
Line 822:75 Expected ":"

**/
/* ============================================
   THE DINNER CLUB — Brand Stylesheet
   Fonts: Abramo (headings), Caviar Dreams (body) — hosted on Shopify CDN
   ============================================ */

/* ===== @font-face declarations ===== */
@font-face {
  font-family: 'Abramo';
  src: url('/cdn/shop/files/Abramo_Regular.otf?v=1787598794') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caviar Dreams';
  src: url('/cdn/shop/files/fudge-caviar-dreams-regular.ttf?v=1787597619') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caviar Dreams';
  src: url('/cdn/shop/files/fudge-caviar-dreams-bold.ttf?v=1787597658') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== BRAND VARIABLES ===== */
:root {
  --tdc-burgundy: #7A0D2D;
  --tdc-burgundy-dark: #5A0A20;
  --tdc-ivory: #FFFFFF;
  --tdc-rose: #C98F9D;
  --tdc-blush: #E6C9C8;
  --tdc-taupe: #A87555;
  --tdc-font-display: 'Abramo', 'Bodoni Moda', 'Didot', 'Bodoni 72', serif;
  --tdc-font-body: 'Caviar Dreams', 'Futura', 'Century Gothic', sans-serif;

  /* Override theme font variables */
  --font-body--family: 'Caviar Dreams', 'Futura', 'Century Gothic', sans-serif;
  --font-body--style: normal;
  --font-body--weight: 400;
  --font-subheading--family: 'Caviar Dreams', 'Futura', 'Century Gothic', sans-serif;
  --font-subheading--style: normal;
  --font-subheading--weight: 500;
  --font-heading--family: 'Abramo', 'Bodoni Moda', 'Didot', 'Bodoni 72', serif;
  --font-heading--style: normal;
  --font-heading--weight: 700;
  --font-accent--family: 'Caviar Dreams', 'Futura', 'Century Gothic', sans-serif;
  --font-accent--style: normal;
  --font-accent--weight: 600;
}

/* ===== GLOBAL ===== */
body {
  background-color: var(--tdc-ivory) !important;
  color: var(--tdc-burgundy) !important;
  font-family: var(--tdc-font-body) !important;
  font-weight: 300;
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tdc-font-display) !important;
  font-weight: 700 !important;
  font-synthesis: weight;
  color: var(--tdc-burgundy) !important;
}

/* ===== HEADER OVERRIDES ===== */
.header {
  background-color: var(--tdc-ivory) !important;
  border-bottom: 1px solid var(--tdc-burgundy);
}

.header .header__row {
  font-family: var(--tdc-font-body) !important;
}

.header a,
.header button {
  font-family: var(--tdc-font-body) !important;
  color: var(--tdc-burgundy) !important;
}

.header__menu-link,
.header [data-testid="header-menu"] a,
.overflow-list a,
.menu-list__link,
.menu-list__link-title {
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: var(--tdc-burgundy) !important;
}

/* Override menu CSS variables */
header-menu,
.header header-menu {
  --menu-top-level-font-weight: 400;
  --menu-top-level-font-size: 0.75rem;
  --menu-top-level-font-case: uppercase;
}

.header-logo__image {
  object-fit: contain !important;
}

@media (min-width: 750px) {
  .header-logo__image {
    height: 80px !important;
    width: auto !important;
    max-width: 260px !important;
  }
}

/* Hide country/language selectors temporarily */
.header [data-testid="country-selector"],
.header [data-testid="language-selector"],
.header__localization {
  display: none !important;
}

/* Language selector typography */
.localization-form__select {
  font-family: var(--tdc-font-body) !important;
}

/* Announcement bar */
.announcement-bar {
  background-color: var(--tdc-burgundy) !important;
}

.announcement-bar,
.announcement-bar .announcement,
.announcement-bar__text,
.announcement-bar__slide {
  color: var(--tdc-ivory) !important;
  font-family: var(--tdc-font-body) !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  --font-weight: 400;
  --font-family: var(--tdc-font-body);
  --text-transform: uppercase;
}

.announcement-bar .section-background {
  background-color: var(--tdc-burgundy) !important;
}

/* ===== FOOTER OVERRIDES ===== */
.footer,
.footer-utilities {
  background-color: var(--tdc-burgundy) !important;
  color: var(--tdc-ivory) !important;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer-utilities h1, .footer-utilities h2, .footer-utilities h3, .footer-utilities h4 {
  color: var(--tdc-ivory) !important;
}

.footer a,
.footer-utilities a {
  color: var(--tdc-ivory) !important;
  font-family: var(--tdc-font-body) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 0.75rem !important;
}

.footer p,
.footer-utilities p {
  color: var(--tdc-ivory) !important;
  font-family: var(--tdc-font-body) !important;
}

.footer input,
.footer input[type="email"] {
  background-color: transparent !important;
  color: var(--tdc-ivory) !important;
  border-color: var(--tdc-ivory) !important;
  font-family: var(--tdc-font-body) !important;
}

.footer input::placeholder {
  color: rgba(251, 248, 243, 0.5) !important;
}

/* ===== SECTION: HERO ===== */
.tdc-hero {
  position: relative;
  width: 100%;
  height: calc(100svh - var(--header-group-height, 0px));
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tdc-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tdc-hero__image,
.tdc-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Desktop: show image, hide video */
@media (min-width: 750px) {
  .tdc-hero__video {
    display: none;
  }
}

/* Mobile: show video, hide image */
@media (max-width: 749px) {
  .tdc-hero__image {
    display: none;
  }
}

.tdc-hero__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #C98F9D 0%, #A87555 50%, #7A0D2D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tdc-hero__placeholder span {
  font-family: var(--tdc-font-display);
  font-size: 1.5rem;
  color: var(--tdc-ivory);
  opacity: 0.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tdc-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 8%;
}

.tdc-hero__btn {
  display: inline-block;
  padding: 14px 48px;
  background-color: transparent;
  color: var(--tdc-ivory);
  font-family: var(--tdc-font-body);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--tdc-ivory);
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.tdc-hero__btn:hover {
  background-color: var(--tdc-ivory);
  color: var(--tdc-burgundy);
  border-color: var(--tdc-ivory);
}

@media (max-width: 749px) {
  .tdc-hero {
    height: calc(100svh - var(--header-group-height, 0px));
    min-height: auto;
  }

  .tdc-hero__overlay {
    padding-bottom: 12%;
  }

.tdc-hero__tagline {
  color: var(--tdc-ivory) !important;
  font-family: var(--tdc-font-body) !important;
  font-size: 1rem !important;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.tdc-hero__btn {
    padding: 12px 36px;
    font-size: 0.75rem;
  }
}

/* ===== SECTION: COLLECTIONS ===== */
.tdc-collections {
  background-color: var(--tdc-burgundy);
  padding: 60px 0;
}

.tdc-collections__inner {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.tdc-collections__track {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.tdc-collections__track > li {
  flex: 1;
  min-width: 0;
}

.tdc-collections__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--tdc-ivory);
  transition: opacity 0.3s ease;
  width: 100%;
}

.tdc-collections__item:hover {
  opacity: 0.75;
}

.tdc-collections__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--tdc-rose);
  margin-bottom: 16px;
}

.tdc-collections__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdc-collections__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--tdc-rose), var(--tdc-blush));
}

.tdc-collections__image--placeholder span {
  font-family: var(--tdc-font-display);
  font-size: 0.7rem;
  color: var(--tdc-ivory);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tdc-collections__name {
  font-family: var(--tdc-font-body);
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory);
}

@media (max-width: 749px) {
  .tdc-collections__track {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .tdc-collections__item {
    flex-shrink: 0;
    scroll-snap-align: center;
  }

  .tdc-collections__image {
    width: 120px;
    height: 120px;
  }
}

/* ===== SECTION: MANIFESTO ===== */
.tdc-manifesto {
  background-color: var(--tdc-burgundy);
  padding: 100px 0;
  overflow: hidden;
}

.tdc-manifesto__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  align-items: stretch;
}

.tdc-manifesto__left {
  padding-right: 60px;
}

.tdc-manifesto__headline {
  font-family: var(--tdc-font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tdc-ivory) !important;
  margin: 0 0 24px 0;
}

.tdc-manifesto__text {
  font-family: var(--tdc-font-body);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tdc-ivory) !important;
  opacity: 0.85;
  margin: 0;
  max-width: none;
}

.tdc-manifesto__text p {
  font-family: var(--tdc-font-body) !important;
  font-size: 0.9rem !important;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tdc-ivory) !important;
  opacity: 0.85;
  margin: 0 0 16px 0;
  max-width: none;
}

.tdc-manifesto__left p {
  color: var(--tdc-ivory) !important;
}

.tdc-manifesto__text p:last-child {
  font-weight: 500;
  opacity: 1;
  margin-bottom: 0;
}

.tdc-benefits {
  display: flex;
  flex-direction: column;
  position: relative;
}

.tdc-benefits::before {
  display: none;
}

.tdc-benefits__item {
  padding: 28px 40px 28px 40px;
  text-align: left;
  position: relative;
}

.tdc-benefits__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -100vw;
  height: 1px;
  background: var(--tdc-ivory);
}

.tdc-benefits__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -100vw;
  height: 1px;
  background: var(--tdc-ivory);
}



.tdc-benefits__title {
  font-family: var(--tdc-font-body) !important;
  font-size: 0.8rem;
  font-weight: 400 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory) !important;
  margin: 0 0 8px 0;
}

.tdc-benefits__desc {
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--tdc-ivory);
  opacity: 0.7;
  margin: 0;
}

@media (max-width: 749px) {
  .tdc-manifesto {
    padding: 60px 0;
  }

  .tdc-manifesto__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }

  .tdc-manifesto__left {
    padding-right: 0;
  }

  .tdc-benefits::before {
    display: none;
  }

  .tdc-benefits__item {
    padding-left: 0;
  }
}

/* ===== SECTION: FEATURED COLLECTION ===== */
.tdc-featured {
  background-color: var(--tdc-ivory);
  padding: 80px 0;
}

.tdc-featured__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tdc-featured__media {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--tdc-blush), var(--tdc-taupe));
}

.tdc-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdc-featured__content {
  max-width: 480px;
}

.tdc-featured__title {
  font-family: var(--tdc-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  margin: 0 0 16px 0;
}

.tdc-featured__desc {
  font-family: var(--tdc-font-body);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tdc-burgundy);
  opacity: 0.8;
  margin: 0 0 32px 0;
}

.tdc-featured__swatches {
  display: flex;
  gap: 12px;
}

.tdc-featured__swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s ease;
}

.tdc-featured__swatch:hover {
  transform: scale(1.1);
}

.tdc-featured__swatch--active {
  border: 2px solid var(--tdc-burgundy);
  transform: scale(1.1);
}

/* Round color swatches in variant picker */
.tdc-color-swatch {
  border-radius: 50% !important;
  border: 1px solid rgba(var(--color-foreground-rgb), 0.15);
}

/* Smaller swatches on collection product cards */
.product-card .swatch--unscaled {
  --variant-picker-swatch-width: 20px;
  --variant-picker-swatch-height: 20px;
}

.variant-option--swatches .variant-option__button-label--has-swatch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.variant-option--swatches .variant-option__button-label--has-swatch input[type="radio"]:checked + .tdc-color-swatch {
  outline: 2px solid var(--tdc-burgundy, #7A0D2D);
  outline-offset: 2px;
}

/* Matching items inline (moved into product details) */
.tdc-matching-items__inline {
  width: 100%;
  margin-bottom: 0;
}

.tdc-matching-items__inline .tdc-matching-items__selects {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Matching items section */
.tdc-matching-items {
  width: 100%;
  padding: 0;
}

.tdc-matching-items__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tdc-matching-items__selects {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 750px) {
  .tdc-matching-items__inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: 3rem;
    padding: 0;
  }
}

.tdc-matching-items__select {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tdc-matching-items__select-label {
  display: block;
  font-family: var(--tdc-font-body, 'Caviar Dreams', sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--tdc-burgundy, #7A0D2D);
  opacity: 0.7;
  margin-bottom: 8px;
}

.tdc-matching-items__select-element {
  width: 100%;
  font-family: var(--tdc-font-body, 'Caviar Dreams', sans-serif);
  font-size: 0.85rem;
  padding: 14px 18px;
  border: 1px solid var(--tdc-burgundy, #7A0D2D);
  border-radius: 6px;
  background-color: transparent;
  color: var(--tdc-burgundy, #7A0D2D);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A0D2D' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.tdc-matching-items__select-element:focus {
  outline: 2px solid var(--tdc-burgundy, #7A0D2D);
  outline-offset: 1px;
}

.tdc-featured__swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--tdc-rose);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.tdc-featured__swatch:hover {
  transform: scale(1.1);
}

.tdc-featured__swatch--active {
  border: 2px solid var(--tdc-burgundy);
  transform: scale(1.1);
}

.tdc-featured__selects {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 24px;
}

.tdc-featured__select {
  position: relative;
}

.tdc-featured__select-label {
  display: block;
  font-family: var(--tdc-font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  opacity: 0.7;
  margin-bottom: 8px;
}

.tdc-featured__select-element {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--tdc-rose);
  border-radius: 6px;
  background-color: transparent;
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  color: var(--tdc-burgundy);
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A0D2D' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.tdc-featured__price {
  font-family: var(--tdc-font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--tdc-burgundy);
  margin: 0 0 6px 0;
}

.tdc-featured__production {
  font-family: var(--tdc-font-body);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--tdc-burgundy);
  opacity: 0.6;
  margin: 0 0 28px 0;
}

.tdc-featured__button {\n  appearance: none;\n  -webkit-appearance: none;\n  display: inline-block;
  padding: 16px 56px;
  background-color: var(--tdc-burgundy);
  color: var(--tdc-ivory);
  font-family: var(--tdc-font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tdc-featured__button:hover {
  background-color: var(--tdc-burgundy-dark);
}

@media (max-width: 749px) {
  .tdc-featured {
    padding: 50px 0;
  }

  .tdc-featured__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
}

/* ===== SECTION: DISCOVER PRINTS ===== */
.tdc-discover {
  background-color: var(--tdc-burgundy);
  padding: 80px 0;
}

.tdc-discover__title {
  font-family: var(--tdc-font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tdc-ivory) !important;
  text-align: left;
  padding-left: 40px;
  margin: 0 0 40px 0;
}

.tdc-discover__grid {
  max-width: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tdc-discover__grid::-webkit-scrollbar {
  display: none;
}

.tdc-discover__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 80%;
  scroll-snap-align: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--tdc-rose), var(--tdc-blush));
}

.tdc-discover__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tdc-discover__item:hover img {
  transform: scale(1.05);
}

.tdc-discover__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(122, 13, 45, 0.7), transparent);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tdc-discover__name {
  font-family: var(--tdc-font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory);
}

.tdc-discover__shop {
  font-family: var(--tdc-font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory);
  text-decoration: none;
  border: 1px solid var(--tdc-ivory);
  border-radius: 100px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}

.tdc-discover__shop:hover {
  background-color: var(--tdc-ivory);
  color: var(--tdc-burgundy);
}

@media (min-width: 750px) {
  .tdc-discover__item {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 749px) {
  .tdc-discover {
    padding: 50px 0;
  }
}

/* ===== SECTION: NEWSLETTER ===== */
.tdc-newsletter {
  background-color: var(--tdc-ivory);
  padding: 100px 0;
}

.tdc-newsletter__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tdc-newsletter__media {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--tdc-blush), var(--tdc-taupe));
}

.tdc-newsletter__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdc-newsletter__content {
  max-width: 460px;
}

.tdc-newsletter__title {
  font-family: var(--tdc-font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  margin: 0 0 16px 0;
}

.tdc-newsletter__text {
  font-family: var(--tdc-font-body);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tdc-burgundy);
  opacity: 0.8;
  margin: 0 0 32px 0;
}

.tdc-newsletter__form {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--tdc-burgundy);
}

.tdc-newsletter__input {
  flex: 1;
  padding: 14px 0;
  border: none;
  background: transparent;
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  color: var(--tdc-burgundy);
  outline: none;
}

.tdc-newsletter__input::placeholder {
  color: var(--tdc-burgundy);
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.tdc-newsletter__button {
  padding: 14px 28px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  font-family: var(--tdc-font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tdc-newsletter__button:hover {
  opacity: 0.6;
}

@media (max-width: 749px) {
  .tdc-newsletter {
    padding: 60px 0;
  }

  .tdc-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
}

/* ===== SECTION: FAQ ===== */
.tdc-faq {
  background-color: var(--tdc-ivory);
}

.tdc-faq__header {
  background-color: var(--tdc-burgundy);
  padding: 40px 0;
  text-align: center;
}

.tdc-faq__logo {
  height: 56px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

.tdc-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tdc-faq__content {
  max-width: 500px;
}

.tdc-faq__item {
  border-top: 1px solid var(--tdc-rose);
  padding: 0;
  margin: 0;
}

.tdc-faq__item:last-child {
  border-bottom: 1px solid var(--tdc-rose);
}

.tdc-faq__item[open] .tdc-faq__icon {
  transform: rotate(45deg);
}

.tdc-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
}

.tdc-faq__question::-webkit-details-marker {
  display: none;
}

.tdc-faq__icon {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--tdc-burgundy);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.tdc-faq__answer {
  padding: 0 0 24px 0;
}

.tdc-faq__answer p {
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tdc-burgundy);
  opacity: 0.75;
  margin: 0;
}

.tdc-faq__media {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--tdc-blush), var(--tdc-taupe));
}

.tdc-faq__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 749px) {
  .tdc-faq__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 24px;
  }
}

/* ===== MOBILE DRAWER ===== */
.menu-drawer {
  background-color: var(--tdc-ivory) !important;
}

.menu-drawer .menu-list__item {
  border-bottom: 1px solid var(--tdc-rose) !important;
}

.menu-drawer .menu-list__link,
.menu-drawer .menu-list__item a,
.menu-drawer .menu-drawer__menu-item {
  font-family: var(--tdc-font-display) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  color: var(--tdc-burgundy) !important;
  padding: 4px 24px !important;
}

.menu-drawer .menu-drawer__menu-item--mainlist {
  font-weight: 700 !important;
}

/* Sub-items: smaller, lighter */
.menu-drawer .menu-drawer__menu-item--child {
  font-family: var(--tdc-font-body) !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  opacity: 0.7;
  padding: 3px 24px !important;
}

.menu-drawer .menu-list__link:hover,
.menu-drawer .menu-list__item a:hover,
.menu-drawer .menu-drawer__menu-item:hover {
  color: var(--tdc-taupe) !important;
}

.menu-drawer-container summary {
  color: var(--tdc-burgundy) !important;
}

.menu-drawer .header-drawer-icon svg {
  color: var(--tdc-burgundy) !important;
  stroke: var(--tdc-burgundy) !important;
}

/* Drawer close icon */
.menu-drawer .icon-close svg,
.menu-drawer [data-testid="close-icon"] svg {
  color: var(--tdc-burgundy) !important;
}

/* TDC custom drawer content */
.tdc-drawer__logo {
  text-align: right;
  padding: 20px 24px 16px;
}

.tdc-drawer__logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin: 0 0 0 auto;
}

.tdc-drawer__divider {
  height: 1px;
  min-height: 1px;
  flex-shrink: 0;
  background-color: var(--tdc-burgundy);
  margin: 0 24px;
  position: relative;
}

.tdc-drawer__divider::after {
  display: none;
}

.tdc-drawer__section {
  padding: 32px 24px;
  text-align: center;
}

.tdc-drawer__newsletter {
  padding-top: 32px;
}

.tdc-drawer__heading {
  font-family: var(--tdc-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  margin: 0 0 10px 0;
}

.tdc-drawer__text {
  font-family: var(--tdc-font-body);
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--tdc-burgundy);
  opacity: 0.7;
  margin: 0 0 20px 0;
}

.tdc-drawer__form {
  display: flex;
  gap: 8px;
  max-width: 320px;
  margin: 0 auto;
}

.tdc-drawer__input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--tdc-burgundy);
  border-radius: 4px;
  background-color: transparent;
  font-family: var(--tdc-font-body);
  font-size: 0.8rem;
  color: var(--tdc-burgundy);
  outline: none;
}

.tdc-drawer__input::placeholder {
  color: var(--tdc-burgundy);
  opacity: 0.4;
}

.tdc-drawer__join {
  padding: 12px 20px;
  background-color: var(--tdc-burgundy);
  color: var(--tdc-ivory) !important;
  border: none;
  border-radius: 4px;
  font-family: var(--tdc-font-body);
  font-size: 0.75rem;
  font-weight: 600 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.tdc-drawer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px;
  text-decoration: none;
  color: var(--tdc-burgundy);
  font-family: var(--tdc-font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tdc-drawer__social svg {
  flex-shrink: 0;
}

.tdc-drawer__utilities {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 24px;
  gap: 16px;
}

.tdc-drawer__utility {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--tdc-burgundy);
  font-family: var(--tdc-font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tdc-drawer__utility svg {
  flex-shrink: 0;
}

/* TDC drawer brand logo */
.tdc-drawer__brand {
  padding: 16px 24px 8px;
  text-align: right;
}

.tdc-drawer__logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin: 0 0 0 auto;
}

.tdc-drawer__brand-name {
  font-family: var(--tdc-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  display: block;
  line-height: 1.4;
}

/* TDC drawer contact */
.tdc-drawer__contact {
  padding: 16px 24px 24px;
  text-align: center;
}

.tdc-drawer__contact-link {
  font-family: var(--tdc-font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.tdc-drawer__contact-link:hover {
  opacity: 1;
}

.menu-drawer .tdc-drawer__join {
  color: var(--tdc-ivory) !important;
  font-weight: 400 !important;
}

/* Smooth scroll for anchors */
html {
  scroll-behavior: smooth;
}

/* ===== SECTION: NEW PRINTS ===== */
.tdc-new-prints {
  background-color: var(--tdc-ivory);
  padding: 0;
}

.tdc-new-prints__title {
  font-family: var(--tdc-font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tdc-burgundy);
  text-align: left;
  margin: 0;
  padding: 80px 40px 40px;
}

.tdc-new-prints__grid {
  width: 100%;
  margin: 0;
  padding: 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.tdc-new-prints__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--tdc-rose), var(--tdc-blush));
  display: block;
}

.tdc-new-prints__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tdc-new-prints__item:hover .tdc-new-prints__image {
  transform: scale(1.05);
}

.tdc-new-prints__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background: linear-gradient(to top, rgba(122, 13, 45, 0.7), transparent);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tdc-new-prints__name {
  font-family: var(--tdc-font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory);
}

.tdc-new-prints__shop {
  font-family: var(--tdc-font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tdc-ivory);
  border: 1px solid var(--tdc-ivory);
  border-radius: 100px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}

.tdc-new-prints__shop:hover {
  background-color: var(--tdc-ivory);
  color: var(--tdc-burgundy);
}

@media (max-width: 749px) {
  .tdc-new-prints__title {
    padding: 50px 24px 24px;
  }

  .tdc-new-prints__grid {
    padding: 0 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }

  .tdc-new-prints__item {
    aspect-ratio: 1 / 1;
  }
}

/* ===== UTILITY ===== */
.tdc-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 749px) {
  .tdc-container {
    padding: 0 24px;
  }
}

/* ===== FOOTER ===== */
.tdc-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 24px;
}

.tdc-footer__logo img {
  height: 64px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-content h2 {
  font-family: var(--tdc-font-display) !important;
  font-size: clamp(1.4rem, 5.5vw, 1.75rem) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.02em !important;
  color: var(--tdc-ivory) !important;
  white-space: nowrap;
}

.footer-content p {
  font-family: var(--tdc-font-body) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 0.85;
}

@media (max-width: 749px) {
  .tdc-footer__logo img {
    height: 44px;
    width: auto;
    flex-shrink: 0;
  }
}

/* ===== PRODUCT PAGE — SIZE GUIDE LINK & KEY INFO ===== */

/* Size guide link — subtle, uppercase */
.product-details [class*="size_guide_link"] a {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.product-details [class*="size_guide_link"] a:hover {
  opacity: 0.8;
}

/* Key info — minimal, uppercase, muted */
.product-details [class*="key_info"] p {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.45;
  line-height: 2;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}

/* ===== PRODUCT GRID — balanced columns on large screens ===== */
@media screen and (min-width: 1200px) {
  .product-information__grid:not(
      .product-information__grid--half,
      .product-information--media-none
    ).product-information--media-left {
    grid-template-columns: 1fr 1fr !important;
  }

  .product-information__grid:not(
      .product-information__grid--half,
      .product-information--media-none
    ).product-information--media-right {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ===== PRODUCT ACCORDION SECTION ===== */
.tdc-product-accordion-section {
  background: var(--tdc-ivory, #FBF8F3);
}

.tdc-product-accordion__inner {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .tdc-product-accordion__inner {
    margin-left: auto;
    margin-right: 0;
    max-width: 500px;
  }
}

/* ===== COLLECTION LIST PAGE — square cards, large uppercase titles ===== */
.ui-test-collection-list .collection-card__content .text-block p {
  font-family: var(--tdc-font-body) !important;
  font-weight: 400 !important;
}

/* ===== CART PAGE — buttons in Caviar Dreams ===== */
[id^="shopify-section-"][id$="__cart-section"],
[id^="shopify-section-"][id$="__product_list_NNFgcy"] {
  --button-font-family-primary: var(--tdc-font-body);
  --font-paragraph--family: var(--tdc-font-body);
}

/* ===== CART PAGE — uppercase "View all" button ===== */
#shopify-section-product_list_NNFgcy .link {
  text-transform: uppercase;
}

/* ===== COMPLETE THE TABLE SECTION ===== */
.tdc-complete-table-section {
  background: var(--tdc-ivory, #FBF8F3);
}
