/* ValeGifts shared site styles */
:root {
  --fondo-rosa: #F7D3DD;
  --fondo-azul: #9ECAD6;
  --color-borde: #4a332d;
  --azul-menu: #5f7adb;
  --whatsapp-color: #25D366;
}

/* Compact homepage flash card for the current Blind Book edition. */
.blind-book-banner.blind-book-flash {
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, .75fr) !important;
  max-width: 760px !important;
  min-height: 235px !important;
  margin: 28px auto !important;
  border-radius: 22px !important;
}
.blind-book-flash .banner-content { padding: 28px 35px !important; }
.blind-book-flash .banner-subtitle { font-size: 10px !important; letter-spacing: 2px; }
.blind-book-flash .banner-content h2 { margin: 7px 0 7px !important; font-size: clamp(34px, 4vw, 48px) !important; }
.blind-book-flash .banner-content p { margin: 0 0 8px !important; font-size: 14px !important; line-height: 1.42; }
.blind-book-flash .blind-book-flash-price { margin-bottom: 13px; color: #0c376a; font-size: 18px; font-weight: 800; }
.blind-book-flash .btn-banner { padding: 11px 17px !important; font-size: 10px !important; }
.blind-book-flash .banner-image {
  min-height: 235px !important;
  height: 235px !important;
  /* Keep the campaign artwork visible even before a lazy-loaded img paints. */
  background: #25114a url('FOTOS/HOMEPAGE-BLIND-BOOK-COVER.png') center 45% / cover no-repeat !important;
}
.blind-book-flash .banner-image img { min-height: 235px !important; object-position: center 45%; }

@media (max-width: 600px) {
  .blind-book-banner.blind-book-flash { grid-template-columns: minmax(0, 1fr) 135px !important; min-height: 170px !important; margin: 18px 12px !important; }
  .blind-book-flash .banner-content { align-items: flex-start; padding: 20px 18px !important; text-align: left !important; }
  .blind-book-flash .banner-subtitle { font-size: 8px !important; letter-spacing: 1.2px; }
  .blind-book-flash .banner-content h2 { font-size: 31px !important; }
  .blind-book-flash .banner-content p { font-size: 11px !important; }
  .blind-book-flash .blind-book-flash-price { margin-bottom: 9px; font-size: 15px; }
  .blind-book-flash .btn-banner { padding: 9px 11px !important; font-size: 8px !important; }
  .blind-book-flash .banner-image { min-height: 170px !important; height: 170px !important; }
  .blind-book-flash .banner-image img { min-height: 170px !important; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; font-family: 'Inter', sans-serif; color: #333; background: linear-gradient(135deg, var(--fondo-rosa) 0%, #fff 50%, var(--fondo-azul) 100%) fixed; }
/* Shared header and navigation */
header { padding: 0 40px; height: 120px; }
header { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, var(--fondo-rosa) 0%, #fff 50%, var(--fondo-azul) 100%); border-bottom: 3px solid var(--color-borde); }
/* Old page markup never occupies space: only the final static shell is shown. */
header:not(.brand-header),
.top-nav:not([data-enhanced="true"]) { display: none !important; }
header.brand-header { position: relative; height: min(25.8vw, 250px) !important; padding: 0 !important; overflow: hidden; background: url('FOTOS/header-logo.png') top center / 100% 100% no-repeat !important; border: 0; }
.header-piece { display: none; }
.header-home-link { position: absolute; top: 0; bottom: 0; left: 0; z-index: 5; display: block; width: 230px; }
.logo-container { flex: 0 0 100px; justify-content: flex-start; }
.logo-container { width: 100px; height: 100px; display: flex; align-items: center; }
.logo-img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.brand-group { flex: 1 1 auto; }
.brand-group { display: flex; flex-direction: column; align-items: center; text-align: center; }
.location-container { flex: 0 0 100px; }
.location-container { display: flex; align-items: center; justify-content: flex-end; }
.location-tag { padding: 5px 10px; border: 2px solid var(--color-borde); font-size: 12px; font-weight: 800; text-align: center; }
.brand-name { margin: 0; color: #000; font-family: 'Dancing Script', cursive; font-size: 55px; line-height: 1; }
.brand-name span { color: var(--azul-menu); font-size: 65px; }
.brand-slogan { margin: 5px 0 0; color: var(--color-borde); font-size: 14px; font-weight: 600; letter-spacing: 6px; text-transform: uppercase; }
.top-nav { display: flex; flex-wrap: nowrap; width: 100%; justify-content: center; background: var(--azul-menu); box-shadow: 0 4px 10px rgba(0,0,0,.1); }
.top-nav a { display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: center; cursor: pointer; border-right: 1px solid rgba(255,255,255,.1); }
.top-nav a:hover { background: rgba(255,255,255,.12); }
.top-nav a.active { background: #ee6ba4; border-bottom: 3px solid #fff; }
#btnCartToggle { background: #fff !important; color: var(--azul-menu) !important; font-weight: 800; }
.top-nav a { padding: 15px 12px; }
.top-nav > a,
.top-nav > .nav-dropdown { flex: 1 1 auto; height: 48px; }
.nav-dropdown { position: relative; display: flex; }
.nav-dropdown-toggle { width: 100%; height: 48px; padding: 0 12px; border: 0; background: var(--azul-menu); color: #fff; font: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border-right: 1px solid rgba(255,255,255,.1); }
.nav-dropdown-toggle:hover { background: rgba(255,255,255,.2); }
.nav-dropdown-toggle.active { background: #ee6ba4; }
.nav-dropdown-toggle.active { border-bottom: 3px solid #fff; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 6000; display: none; min-width: 175px; padding: 0; background: #0c376a; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a { display: block; padding: 12px 15px !important; border-bottom: 1px solid rgba(255,255,255,.24); color: #fff !important; background: #0c376a !important; font-size: 11px !important; text-align: left !important; white-space: nowrap; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu a:hover { background: #ee6ba4 !important; }

/* Navigation preview: hover on desktop and a brief touch feedback on mobile. */
@media (hover: hover) {
  .top-nav > a:not(.active):hover,
  .nav-dropdown-toggle:not(.active):hover { background: #7890dd; }
}
.top-nav > a:not(.active):focus-visible,
.nav-dropdown-toggle:not(.active):focus-visible { outline: 2px solid #fff; outline-offset: -4px; background: #7890dd; }
@media (hover: none) {
  .top-nav > a:not(.active):active,
  .nav-dropdown-toggle:not(.active):active { background: #7890dd; }
}
.top-nav > a,
.nav-dropdown-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.nav-mobile-label { display: none; }
.nav-icon { font-size: 16px; }
#btnCartToggle { font-size: 17px; }

/* Shared product presentation */
.product-container,
.scoops-container { max-width: 1200px; margin: 45px auto; padding: 0 20px; }
.page-title,
.page-header h1,
.page-intro h1 { font-family: 'Dancing Script', cursive; color: var(--color-borde); }
.grid-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.card { background: rgba(255,255,255,.96); padding: 18px; border-radius: 18px; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.card img,
.card-image,
.product-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 14px; display: block; }
.product-name,
.card-title,
.product-title { color: #333; font-weight: 800; }
.product-description,
.card-description { color: #666; }
.product-price,
.card-price { color: var(--color-borde); font-weight: 800; }
.mug-print-label { display: block; margin: 17px 0 6px; color: #0c376a; font-size: 12px; font-weight: 800; letter-spacing: .6px; text-align: left; }
.mug-print-select { width: 100%; padding: 10px 12px; border: 1px solid rgba(12,55,106,.28); border-radius: 9px; outline: 0; background: #f7fbfd; color: #0c376a; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.mug-print-select:focus { border-color: #ee6ba4; box-shadow: 0 0 0 3px rgba(238,107,164,.18); }
.btn-add-cart-grid,
.btn-add-cart,
.btn-add-scoop { background: var(--azul-menu); }
.vinyl-add-on-note { margin-top: 16px; padding: 11px 12px; border-radius: 10px; background: #fff0f6; color: #a42e62; font-size: 12px; font-weight: 800; line-height: 1.4; text-align: center; }
.catalog-intro { max-width: 760px; margin: 45px auto 25px; padding: 0 20px; text-align: center; }
.catalog-intro h1 { margin: 0 0 10px; color: var(--color-borde); font-family: 'Dancing Script', cursive; font-size: 48px; }
.catalog-intro p { margin: 0; color: #666; line-height: 1.6; }
.occasion-selector-wrap { display: flex; max-width: 560px; flex-direction: column; align-items: center; gap: 10px; margin: 28px auto 14px; padding: 18px 22px 21px; border: 1px solid rgba(255,255,255,.82); border-radius: 19px; background: linear-gradient(135deg, rgba(255,245,249,.9), rgba(241,250,252,.93)); box-shadow: 0 10px 24px rgba(12,55,106,.09); text-align: center; }
.occasion-selector-wrap label { display: flex; align-items: center; justify-content: center; gap: 8px; color: #0c376a; font-size: 13px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.occasion-selector-wrap label::before { color: #ee6ba4; content: '✦'; font-size: 17px; line-height: 1; }
.occasion-selector-wrap select { width: min(100%, 430px); padding: 14px 42px 14px 18px; border: 1px solid rgba(12,55,106,.22); border-radius: 50px; outline: 0; background: rgba(255,255,255,.96); color: #0c376a; font: inherit; font-size: 14px; font-weight: 800; text-align: center; cursor: pointer; box-shadow: 0 4px 12px rgba(12,55,106,.08); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.occasion-selector-wrap select:hover { border-color: rgba(238,107,164,.68); box-shadow: 0 6px 16px rgba(238,107,164,.14); transform: translateY(-1px); }
.occasion-selector-wrap select:focus { border-color: #ee6ba4; box-shadow: 0 0 0 3px rgba(238,107,164,.16); }
.coming-soon { max-width: 620px; margin: 40px auto 70px; padding: 30px; background: rgba(255,255,255,.86); border-radius: 18px; text-align: center; line-height: 1.6; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.seasonal-hub, .seasonal-products { max-width: 1200px; margin: 45px auto; padding: 0 25px; }
.seasonal-intro { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.seasonal-intro p { margin: 0 0 10px; color: #ee6ba4; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; }
.seasonal-intro h1 { margin: 0 0 12px; color: var(--color-borde); font-family: 'Dancing Script', cursive; font-size: 52px; line-height: 1; }
.seasonal-intro span { color: #666; font-size: 15px; line-height: 1.5; }
.season-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.season-card { display: flex; min-height: 270px; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 25px; color: #fff; text-align: center; text-decoration: none; box-shadow: 0 12px 26px rgba(12,55,106,.14); transition: transform .2s ease, box-shadow .2s ease; }
.season-card:hover { box-shadow: 0 18px 30px rgba(12,55,106,.2); transform: translateY(-4px); }
.season-card > i { margin-bottom: 16px; font-size: 62px; }
.season-card-photo { width: min(100%, 260px); aspect-ratio: 1 / 1; margin-bottom: 16px; object-fit: cover; border-radius: 16px; box-shadow: 0 7px 18px rgba(0,0,0,.18); }
.season-card h2 { margin: 0; font-family: 'Dancing Script', cursive; font-size: 47px; }
.season-card p { max-width: 280px; margin: 11px 0 22px; color: rgba(255,255,255,.92); font-size: 14px; line-height: 1.5; }
.season-card span { font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.season-card--spring { background: linear-gradient(135deg, #5c9e70, #9bd3a3); }.season-card--summer { background: linear-gradient(135deg, #e7984b, #f7cc6b); }.season-card--autumn { background: linear-gradient(135deg, #9a5635, #d6884a); }.season-card--winter { background: linear-gradient(135deg, #386d9f, #88c4da); }
.season-back-link { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: #0c376a; font-size: 13px; font-weight: 800; text-decoration: none; }
.season-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.season-product-slot { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.96); text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.season-product-image { display: flex; width: 100%; aspect-ratio: 1 / 1; align-items: center; justify-content: center; gap: 10px; flex-direction: column; border: 2px dashed rgba(12,55,106,.24); border-radius: 13px; background: linear-gradient(135deg, #fff5f8, #e9f7fa); color: #0c376a; font-size: 12px; font-weight: 800; }
.season-product-photo { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 13px; }
.season-product-image i { color: #ee6ba4; font-size: 42px; }.season-product-slot h2 { margin: 15px 0 7px; color: #333; font-size: 17px; }.season-product-slot p { margin: 0; color: #666; font-size: 13px; line-height: 1.5; }
.season-product-slot .product-price { margin: 0 0 10px; }.season-product-slot .btn-add-cart { width: 100%; margin-top: 16px; padding: 13px; border: 0; border-radius: 50px; background: var(--azul-menu); color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; transition: .3s; }.season-product-slot .btn-add-cart:hover { background: #4a63c0; transform: translateY(-1px); }
.occasion-results { max-width: 1200px; margin: 45px auto; padding: 0 25px; }
.occasion-vinyl-banner { display: flex; max-width: 760px; align-items: center; gap: 16px; margin: 0 auto 32px; padding: 19px 24px; border: 1px solid rgba(238,107,164,.32); border-radius: 17px; background: linear-gradient(135deg, #fff4f8, #fff); color: #4a332d; box-shadow: 0 8px 20px rgba(238,107,164,.1); }
.occasion-vinyl-banner > i { color: #ee6ba4; font-size: 30px; }.occasion-vinyl-banner div { display: flex; gap: 4px; flex-direction: column; }.occasion-vinyl-banner strong { font-size: 15px; }.occasion-vinyl-banner span { color: #666; font-size: 13px; line-height: 1.45; }
.occasion-results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.occasion-result-card { display: flex; flex-direction: column; text-align: center; }.occasion-result-card img { width: 100%; aspect-ratio: 1 / 1; border-radius: 13px; object-fit: cover; }.occasion-result-card h2 { margin: 15px 0 7px; color: #333; font-size: 17px; }.occasion-result-card .product-price { margin-bottom: 9px; color: var(--color-borde); font-size: 19px; font-weight: 800; }.occasion-result-card p { min-height: 39px; margin: 0 0 17px; color: #666; font-size: 13px; line-height: 1.5; }.occasion-result-card .btn-add-cart-grid { margin-top: auto; }
.occasion-selector-wrap--results { margin: 20px auto 24px; }.occasion-result-card .btn-add-cart { width: 100%; margin-top: auto; padding: 13px; border: 0; border-radius: 50px; background: var(--azul-menu); color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; transition: .3s; }.occasion-result-card .btn-add-cart:hover { background: #4a63c0; transform: translateY(-1px); }
.dtf-catalogue-description { max-width: 680px; margin: -20px auto 35px; color: #666; line-height: 1.6; text-align: center; }
.product-image-placeholder { display: none; width: 100%; aspect-ratio: 1 / 1; align-items: center; justify-content: center; gap: 10px; flex-direction: column; border: 2px dashed rgba(12,55,106,.28); border-radius: 14px; background: linear-gradient(135deg, #fff5f8, #e9f7fa); color: #0c376a; font-size: 13px; font-weight: 700; }
.product-image-placeholder i { color: #ee6ba4; font-size: 34px; }
.product-image-placeholder.is-visible { display: flex; }

/* One consistent catalogue heading and subtitle across every shop category. */
.product-container > .page-title,
.scoops-container > .page-title,
.page-header h1,
.page-intro h1 {
  margin: 0 0 10px !important;
  color: var(--color-borde) !important;
  font-family: 'Dancing Script', cursive !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1;
  text-align: center !important;
}
.product-container > .page-subtitle,
.scoops-container > .page-subtitle,
.page-header p,
.page-intro > p {
  max-width: 760px;
  margin: 0 auto 35px !important;
  color: #5e5e5e !important;
  font-size: 16px !important;
  line-height: 1.55;
  text-align: center !important;
}
.page-header { padding: 45px 20px 35px !important; }
.page-intro { margin: 45px auto 35px !important; padding: 0 20px; text-align: center; }

/* Make Glass Cups and every DTF catalogue use the exact Bottles card format. */
.glass-cups-page .card,
.dtf-catalogue-page .card { padding: 18px; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 5px 18px rgba(0,0,0,.07); transition: transform .2s ease, box-shadow .2s ease; }
.glass-cups-page .card:hover,
.dtf-catalogue-page .card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,.11); }
.glass-cups-page .card img,
.dtf-catalogue-page .card img { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 15px; border-radius: 12px; object-fit: cover; }
.glass-cups-page .product-name,
.dtf-catalogue-page .product-name { margin-bottom: 7px; color: #333; font-size: 17px; font-weight: 800; }
.glass-cups-page .product-price,
.dtf-catalogue-page .product-price { margin-bottom: 12px; color: var(--azul-menu); font-size: 19px; font-weight: 800; }
.glass-cups-page .product-description,
.dtf-catalogue-page .product-description { min-height: 39px; max-width: 310px; margin: 0 auto 18px; color: #666; font-size: 13px; line-height: 1.5; }
.glass-cups-page .btn-add-cart-grid,
.dtf-catalogue-page .btn-add-cart-grid { width: 100%; padding: 12px; border: 0; border-radius: 50px; background: var(--azul-menu); color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: .2s ease; }
.glass-cups-page .btn-add-cart-grid:hover,
.dtf-catalogue-page .btn-add-cart-grid:hover { opacity: .9; transform: translateY(-1px); }
.dtf-catalogue-page .product-image-placeholder { margin-bottom: 15px; border-radius: 12px; }

/* DTF T-Shirts: Women/Men collections with colour-specific photo previews. */
.t-shirts-container { max-width: 1200px; }
.tshirt-collection-picker { display: flex; max-width: 540px; gap: 10px; margin: 0 auto 16px; padding: 6px; border-radius: 15px; background: rgba(12,55,106,.08); }
.tshirt-collection-picker button { flex: 1; padding: 13px 16px; border: 0; border-radius: 11px; background: transparent; color: #0c376a; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.tshirt-collection-picker button.is-active { background: #0c376a; color: #fff; box-shadow: 0 5px 12px rgba(12,55,106,.22); }
.tshirt-preview-note { margin: 0 auto 28px; color: #666; font-size: 13px; text-align: center; }
.tshirt-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tshirt-card { display: flex; flex-direction: column; text-align: center; }
.tshirt-image-wrap { position: relative; width: 100%; aspect-ratio: 1 / 1; margin-bottom: 15px; }
.tshirt-image-wrap img { width: 100%; height: 100%; margin: 0 !important; border-radius: 12px; object-fit: cover; }
.tshirt-image-wrap .product-image-placeholder { position: absolute; inset: 0; margin: 0; border-radius: 12px; }
.tshirt-card .product-description { min-height: 0; margin-bottom: 14px; }
.tshirt-colour-picker { display: flex; justify-content: center; gap: 7px; margin-top: auto; }
.tshirt-colour { display: inline-flex; align-items: center; gap: 5px; padding: 7px 8px; border: 1px solid rgba(12,55,106,.2); border-radius: 20px; background: #fff; color: #0c376a; cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.tshirt-colour:hover, .tshirt-colour.is-active { border-color: #ee6ba4; box-shadow: 0 0 0 2px rgba(238,107,164,.16); transform: translateY(-1px); }
.tshirt-colour span { width: 13px; height: 13px; border: 1px solid rgba(12,55,106,.32); border-radius: 50%; }.tshirt-colour--white span { background: #fff; }.tshirt-colour--black span { background: #111; }.tshirt-colour--beige span { background: #d8c2a1; }
.tshirt-price-pending { margin-top: 14px; color: #ee6ba4; font-size: 12px; font-weight: 800; }

/* Glass Cups follows the same product-card structure as Plastic Cups. */
.glass-cups-page .product-container,
.dtf-catalogue-page .product-container { max-width: 1200px; margin: 45px auto; padding: 0 25px; }
.glass-cups-page .page-title,
.dtf-catalogue-page .page-title { margin: 0 0 35px; color: var(--color-borde); font-family: 'Dancing Script', cursive; font-size: 28px; font-weight: 800; text-align: center; }
.glass-cups-page .grid-container { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.glass-cups-page .card { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.96); text-align: center; }
.glass-cups-page .card img { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 15px; border-radius: 14px; object-fit: cover; }
.glass-cups-page .product-name { margin-bottom: 7px; font-size: 17px; }
.glass-cups-page .product-price { margin-bottom: 12px; color: var(--color-borde); font-size: 19px; }

/* Homepage priority feature for custom DTF printing. */
.dtf-home-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  max-width: 1200px;
  min-height: 390px;
  margin: 48px auto 68px;
  overflow: hidden;
  border: 1px solid rgba(12,55,106,.12);
  border-radius: 26px;
  background: linear-gradient(115deg, #fff4f8 0%, #fff 51%, #e5f5fa 100%);
  box-shadow: 0 16px 38px rgba(12,55,106,.12);
}
.dtf-home-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 54px 60px; }
.dtf-home-eyebrow { color: #ee6ba4; font-size: 12px; font-weight: 800; letter-spacing: 2.3px; }
.dtf-home-copy h2 { margin: 13px 0 14px; color: #0c376a; font-family: 'Dancing Script', cursive; font-size: clamp(45px, 5vw, 72px); line-height: .96; }
.dtf-home-copy h2 span { color: #ee6ba4; }
.dtf-home-copy > p:not(.dtf-home-links) { max-width: 500px; margin: 0; color: #513d36; font-size: 18px; line-height: 1.6; }
.dtf-home-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 27px; padding: 15px 22px; border-radius: 30px; background: #ee6ba4; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .9px; text-decoration: none; box-shadow: 0 7px 16px rgba(238,107,164,.3); transition: transform .2s ease, background .2s ease; }
.dtf-home-cta:hover { background: #0c376a; transform: translateY(-2px); }
.dtf-home-links { margin: 18px 0 0; color: #0c376a; font-size: 13px; font-weight: 700; }
.dtf-home-links a { color: #0c376a; text-decoration-color: #ee6ba4; text-underline-offset: 3px; }
.dtf-home-links span { margin: 0 7px; color: #ee6ba4; }
.dtf-home-products { display: flex; position: relative; flex-direction: column; align-items: center; justify-content: center; min-height: 100%; padding: 35px 34px; color: #fff; background: linear-gradient(145deg, #0b3066, #155393); overflow: hidden; }
.dtf-home-products::before, .dtf-home-products::after { position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.dtf-home-products::before { top: -125px; right: -100px; }
.dtf-home-products::after { bottom: -150px; left: -105px; }
.dtf-home-preview { display: flex; position: relative; z-index: 1; width: min(255px, 78%); flex-direction: column; align-items: center; color: #fff; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
.dtf-home-preview-frame { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border: 2px solid rgba(255,255,255,.8); border-radius: 22px; background: linear-gradient(145deg, #fff 0%, #f8d9e8 100%); box-shadow: 0 12px 24px rgba(0,0,0,.2); transform: rotate(-3deg); transition: transform .25s ease; }
.dtf-home-preview:hover .dtf-home-preview-frame { transform: rotate(0) scale(1.03); }
.dtf-home-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dtf-home-preview > span:last-child { margin-top: 12px; }
.dtf-home-mini-products { display: flex; position: relative; z-index: 1; justify-content: center; gap: 9px; margin-top: 23px; }
.dtf-home-choice { display: flex; min-width: 96px; flex-direction: column; align-items: center; gap: 5px; padding: 6px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: 10px; font-weight: 700; text-align: center; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.dtf-home-choice:hover, .dtf-home-choice.is-active { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.13); transform: translateY(-2px); }
.dtf-home-mini-products i { color: #ff9ac6; font-size: 22px; }

/* Blind Book placeholder illustration. Replace this with a real photograph later. */
.blind-book-banner { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr); max-width: 1200px !important; min-height: 365px; overflow: hidden; border: 1px solid rgba(82,56,47,.10); border-radius: 28px !important; background: linear-gradient(115deg, #fff6ed 0%, #fffdf9 52%, #edf8fb 100%) !important; box-shadow: 0 16px 35px rgba(82,56,47,.12); }
.banner-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px 62px !important; }
.banner-subtitle { color: #e96b9f !important; font-size: 12px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; }
.banner-content h2 { margin: 13px 0 12px !important; font-size: clamp(45px, 4.6vw, 67px) !important; line-height: .98; }
.banner-content p { max-width: 465px; margin: 0 0 25px !important; font-size: 17px !important; line-height: 1.55; }
.btn-banner { padding: 14px 24px !important; border-radius: 28px; background: #563a32 !important; font-size: 12px !important; letter-spacing: .8px; box-shadow: 0 7px 15px rgba(86,58,50,.2); }
.banner-image { display: flex; min-height: 0 !important; align-items: center; justify-content: center; background-image: none !important; background: radial-gradient(circle at 70% 25%, rgba(238,107,164,.18), transparent 22%), linear-gradient(145deg, #dff2f6, #fef6f1) !important; }
.blind-book-illustration { position: relative; width: 290px; height: 285px; }
.blind-book-cover { display: flex; position: absolute; top: 28px; left: 58px; width: 172px; height: 222px; align-items: center; justify-content: center; border: 7px solid #563a32; border-radius: 8px 14px 14px 8px; background: linear-gradient(135deg, #ef8eb6 0%, #f9c8d9 52%, #f6e4b7 100%); box-shadow: 12px 12px 0 #f9f0df, 17px 17px 0 #e8d7b9, 0 15px 25px rgba(82,56,47,.2); transform: rotate(-7deg); }
.blind-book-cover::before { position: absolute; top: -4px; bottom: -4px; left: 28px; width: 4px; background: rgba(86,58,50,.45); content: ''; }
.blind-book-ribbon { position: absolute; top: 0; bottom: 0; left: 79px; width: 19px; background: #0c376a; }
.blind-book-ribbon::after { position: absolute; top: 12px; left: -15px; width: 47px; height: 18px; border-radius: 50%; background: #0c376a; content: ''; }
.blind-book-label { position: relative; z-index: 1; color: #563a32; font-family: 'Dancing Script', cursive; font-size: 24px; font-weight: 700; line-height: 1.02; text-align: center; }
.blind-book-heart { position: absolute; right: 16px; bottom: 14px; color: #e94e91; font-size: 29px; }
.blind-book-tag { position: absolute; right: 5px; bottom: 22px; padding: 10px 13px; border: 1px solid rgba(86,58,50,.28); border-radius: 8px; background: #fffdf8; color: #563a32; font-family: 'Dancing Script', cursive; font-size: 17px; line-height: 1.05; text-align: center; box-shadow: 0 6px 12px rgba(82,56,47,.12); transform: rotate(7deg); }
.book-sparkle { position: absolute; z-index: 2; color: #e96b9f; font-size: 28px; }
.sparkle-one { top: 10px; left: 25px; }.sparkle-two { top: 49px; right: 24px; color: #83c7dc; font-size: 20px; }.sparkle-three { bottom: 13px; left: 22px; font-size: 21px; }

/* Final Blind Book feature: same fresh navy, pink and pale-blue family as DTF. */
.blind-book-banner { background: linear-gradient(115deg, #fff5f9 0%, #fff 53%, #e5f5fa 100%) !important; }
.banner-subtitle { color: #ee6ba4 !important; }
.banner-content h2 { color: #0c376a !important; }
.banner-content p { color: #513d36 !important; }
.btn-banner { background: #ee6ba4 !important; }
.btn-banner:hover { background: #0c376a !important; }
.banner-image { padding: 0; background: #0c376a !important; }
.banner-image img { display: block; width: 100%; height: 100%; min-height: 365px; object-fit: cover; object-position: center; }

/* Homepage campaigns: keep past campaigns ready without showing them. */
.home-feature { display: none !important; }
.home-feature.is-active { display: grid !important; }
.glass-cups-page .product-description { min-height: 39px; margin: 0 auto 18px; font-size: 13px; line-height: 1.5; }
.glass-cups-page .btn-add-cart-grid { padding: 12px; font-size: 12px; }

/* One shared cart layout */
.cart-overlay { position: fixed; top: 0; right: -100%; display: flex; width: 100%; max-width: 380px; height: 100%; flex-direction: column; padding: 20px; background: #fff; box-shadow: -5px 0 20px rgba(0,0,0,.15); transition: right .35s ease; z-index: 5000; }
.cart-overlay.active { right: 0; }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid var(--fondo-rosa); }
.cart-header h2 { margin: 0; font-size: 20px; font-weight: 800; }
.close-cart { background: none; border: 0; font-size: 24px; cursor: pointer; }
.cart-items-list { flex: 1; overflow-y: auto; }
.cart-footer { padding-top: 15px; border-top: 2px solid var(--fondo-rosa); }
.total-price { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 20px; font-weight: 800; }
.btn-checkout { width: 100%; padding: 15px; border: 0; border-radius: 50px; background: var(--azul-menu); color: #fff; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.clear-cart,
.btn-clear,
#btnClear { display: none; width: 100%; padding: 7px; margin-bottom: 10px; background: white; border: 1px solid #cc0000; border-radius: 5px; color: #cc0000; font-weight: 600; cursor: pointer; }
.cart-item { gap: 12px; font-size: 14px; padding-bottom: 12px; }
.cart-item img { width: 55px; height: 55px; border-radius: 7px; border: 1px solid #eee; }
.cart-item-info,
.cart-item-details { flex: 1; }
.cart-item-name,
.cart-item-title { font-weight: 700; font-size: 14px; text-transform: none; }
.cart-item-price { margin-top: 3px; color: #555; }
.btn-remove-item,
.cart-remove { background: none; border: 0; color: #cc0000; font-size: 15px; cursor: pointer; }
.shipping-message { margin: 0 0 12px; padding: 10px 12px; border-radius: 10px; background: #f3f6ff; color: var(--color-borde); font-size: 13px; line-height: 1.45; text-align: center; }
.shipping-message.is-free { background: #e9f9ed; color: #19733a; font-weight: 700; }
.cart-summary-row { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 8px; color: #555; font-size: 14px; }
.cart-summary-row strong { color: #19733a; }
.cart-summary-row .is-free { color: #19733a; font-weight: 800; }

/* Shared footer: a strong visual base that echoes the main navigation. */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
  margin-top: 70px;
  padding: 44px max(28px, 7vw) 36px;
  color: #49372f;
  text-align: center;
  background: radial-gradient(circle at 12% 20%, rgba(238,107,164,.20), transparent 24%), radial-gradient(circle at 88% 80%, rgba(151,220,239,.32), transparent 26%), linear-gradient(115deg, #fff5f8 0%, #fff 49%, #e6f5f9 100%);
  border-top: 5px solid #ee6ba4;
  box-shadow: 0 -8px 22px rgba(8,41,86,.10);
}
.footer-col { display: flex; min-height: 128px; flex-direction: column; align-items: center; justify-content: center; padding: 12px 32px; }
.footer-col + .footer-col { border-left: 1px solid rgba(12,55,106,.18); }
.footer-col h3 { margin: 0 0 14px; color: #0c376a; font-size: 17px; letter-spacing: 2.5px; text-transform: uppercase; }
.footer-col p { margin: 4px 0; font-size: 17px; }
.footer-col a { color: #e94e91; text-decoration: none; font-size: 18px; font-weight: 800; }
.footer-col a:hover { color: #0c376a; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 9px 15px; background: #f7fbfc; color: #6d6261; font-size: 10px; }
.footer-legal-links a { color: #5a4b49; text-decoration: none; }
.footer-legal-links a:hover { color: #e94e91; text-decoration: underline; }
.cart-returns-notice { margin: 10px 0 0; color: #5b4650; font-size: 11px; line-height: 1.45; text-align: center; }
.cart-returns-notice a { color: #0c376a; font-weight: 800; }
.cookie-notice { position: fixed; z-index: 7000; right: 18px; bottom: 18px; display: flex; width: min(470px, calc(100% - 36px)); align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.72); border-radius: 17px; background: #0c376a; box-shadow: 0 14px 32px rgba(0,0,0,.23); color: #fff; font-size: 12px; line-height: 1.4; }
.cookie-notice div { flex: 1; }.cookie-notice strong, .cookie-notice span { display: block; }.cookie-notice span { margin-top: 2px; color: rgba(255,255,255,.85); }.cookie-notice a { color: #ffd5e6; font-weight: 800; white-space: nowrap; }.cookie-notice button { padding: 8px 12px; border: 0; border-radius: 9px; background: #ef6aa6; color: #fff; cursor: pointer; font-weight: 800; }
.whatsapp-float--shared { position: fixed; z-index: 2500; right: 20px; bottom: 20px; display: flex; width: 55px; height: 55px; align-items: center; justify-content: center; border: 3px solid #fff; border-radius: 50%; background: #25d366; box-shadow: 0 5px 14px rgba(0,0,0,.24); color: #fff; font-size: 31px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.whatsapp-float--shared:hover { background: #1ead58; transform: scale(1.08); }
body.has-cookie-notice .whatsapp-float--shared { bottom: 112px; }
.returns-page { min-height: 100vh; background: linear-gradient(135deg, #f9dbe5 0%, #fff 48%, #cfe8ef 100%); color: #40312f; }
.returns-main { width: min(940px, calc(100% - 32px)); margin: 42px auto 60px; }
.returns-hero { margin-bottom: 25px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: linear-gradient(135deg, #fff8fb, #f4fbfd); box-shadow: 0 16px 42px rgba(35,61,91,.13); text-align: center; }
.returns-hero p { max-width: 680px; margin: 0 auto; color: #654c4a; line-height: 1.6; }
.returns-eyebrow { margin: 0 0 8px !important; color: #e94e91 !important; font-size: 12px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; }
.returns-hero h1 { margin: 0 0 12px; color: #0c376a; font-family: 'Dancing Script', cursive; font-size: clamp(42px, 7vw, 66px); line-height: 1; }
.returns-callout { display: flex; gap: 14px; align-items: flex-start; margin-top: 23px; padding: 16px 18px; border-radius: 16px; background: #0c376a; color: #fff; text-align: left; }
.returns-callout i { margin-top: 2px; color: #ff9ac6; font-size: 20px; }
.returns-callout strong, .returns-callout span { display: block; }
.returns-callout span { margin-top: 4px; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.5; }
.returns-online-only { display: flex; gap: 14px; align-items: flex-start; margin-top: 12px; padding: 16px 18px; border: 2px solid #e94e91; border-radius: 16px; background: #fff; color: #4a332d; text-align: left; }
.returns-online-only i { margin-top: 2px; color: #e94e91; font-size: 20px; }.returns-online-only strong, .returns-online-only span { display: block; }.returns-online-only strong { color: #0c376a; font-size: 14px; letter-spacing: .2px; }.returns-online-only span { margin-top: 4px; color: #5b4b49; font-size: 13px; line-height: 1.5; }
.returns-policy { display: grid; gap: 18px; }
.returns-section { padding: 27px 30px; border: 1px solid rgba(255,255,255,.82); border-radius: 21px; background: rgba(255,255,255,.9); box-shadow: 0 9px 24px rgba(35,61,91,.08); }
.returns-section h2 { margin: 0 0 12px; color: #0c376a; font-size: 21px; }
.returns-section p, .returns-section li { color: #5a4b49; font-size: 15px; line-height: 1.65; }
.returns-section p { margin: 0 0 12px; }.returns-section p:last-child { margin-bottom: 0; }
.returns-section ul, .returns-section ol { margin: 0; padding-left: 23px; }.returns-section li + li { margin-top: 7px; }
.returns-contact { border-color: rgba(233,78,145,.25); background: linear-gradient(135deg, #fff4f8, #fff); }.returns-contact a { color: #0c376a; font-weight: 800; }
.returns-updated { margin: 20px 0 0; color: #725d5d; font-size: 12px; text-align: center; }
.social-links { display: flex; justify-content: center; gap: 14px; }
.social-links a { display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid #0c376a; border-radius: 50%; color: #0c376a !important; font-size: 24px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.social-links a:hover { background: #ee6ba4; border-color: #ee6ba4; color: #fff !important; transform: translateY(-3px); }
.footer-col .brand-name { color: #0c376a; font-size: 48px !important; }
.footer-col .brand-name span { color: #ff9ac6; }
.copyright-footer { padding: 17px 20px 20px; color: #fff; text-align: center; font-size: 11px; letter-spacing: 2px; background: #0c376a; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 2500; display: flex; width: 55px; height: 55px; align-items: center; justify-content: center; border-radius: 50%; background: var(--whatsapp-color); color: #fff; font-size: 28px; text-decoration: none; box-shadow: 2px 2px 10px rgba(0,0,0,.2); }

/* Homepage category selectors and Farmasi quick access. */
.cat-box--chooser { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; text-align: inherit; }
.cat-box--cups { cursor: pointer; }
.cat-box--chooser .cat-overlay { padding: 24px; }
.cat-box--chooser .cat-btn { border: 0; cursor: pointer; }
.cat-box--chooser .cat-btn i { margin-left: 5px; font-size: 11px; transition: transform .2s ease; }
.cat-box--chooser.is-open .cat-btn i { transform: rotate(180deg); }
.cat-choice-menu { position: absolute; z-index: 2; right: 17px; bottom: 18px; left: 17px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 13px; background: rgba(12,55,106,.95); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.cat-box--chooser.is-open .cat-choice-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cat-choice-menu a { display: flex; min-height: 56px; align-items: center; justify-content: center; gap: 6px; padding: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #fff; font-size: 11px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.cat-choice-menu a:hover { background: #ee6ba4; }
.cat-choice-menu--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cat-choice-menu--four a { min-height: 43px; }
.cat-box--dtf { background: radial-gradient(circle at 75% 15%, rgba(238,107,164,.42), transparent 23%), linear-gradient(145deg, #092c60, #1c5894); }
.cat-box--dtf .cat-overlay, .cat-box--farmasi .cat-overlay { justify-content: center; }
.cat-box--dtf .cat-overlay p, .cat-box--farmasi .cat-overlay p { margin: 8px 0 17px; color: rgba(255,255,255,.88); font-size: 14px; }
.dtf-category-icon { display: flex; width: 94px; height: 94px; align-items: center; justify-content: center; margin-bottom: 16px; border: 2px solid rgba(255,255,255,.75); border-radius: 22px; background: linear-gradient(145deg, #fff, #f8d7e7); color: #0c376a; font-size: 47px; transform: rotate(-5deg); }
.cat-box--farmasi { background: linear-gradient(145deg, #fff7f9 0%, #ffe3ed 47%, #c5125a 100%); }
.cat-box--farmasi .cat-overlay { background: linear-gradient(180deg, rgba(55,17,37,.08), rgba(55,17,37,.53)); }
.farmasi-category-mark { display: flex; width: 86px; height: 86px; align-items: center; justify-content: center; margin-bottom: 14px; border: 2px solid #fff; border-radius: 50%; background: rgba(255,255,255,.2); color: #fff; font-family: Georgia, serif; font-size: 56px; font-weight: 700; }
.cat-box--farmasi .cat-btn { display: inline-flex; align-items: center; gap: 7px; }
.farmasi-float { position: fixed; right: 20px; bottom: 88px; z-index: 2500; display: flex; width: 55px; height: 55px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #d42b70, #8d1245); color: #fff; cursor: pointer; box-shadow: 2px 2px 10px rgba(0,0,0,.2); font-family: Georgia, serif; font-size: 8px; font-weight: 700; letter-spacing: .4px; line-height: 1; transition: transform .2s ease; }
.farmasi-float:hover { transform: scale(1.08); }
.farmasi-float-mark { margin-bottom: 1px; font-size: 22px; line-height: .8; }
.farmasi-panel { position: fixed; z-index: 6000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(12,55,106,.46); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.farmasi-panel.is-open { opacity: 1; pointer-events: auto; }
.farmasi-panel-card { position: relative; width: min(720px, 100%); padding: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 24px; background: linear-gradient(145deg, #fff8fb, #ffe5ef); box-shadow: 0 20px 50px rgba(0,0,0,.25); text-align: center; transform: translateY(12px) scale(.98); transition: transform .2s ease; }
.farmasi-panel.is-open .farmasi-panel-card { transform: translateY(0) scale(1); }
.farmasi-panel-close { position: absolute; top: 10px; right: 15px; border: 0; background: transparent; color: #8d1245; cursor: pointer; font-size: 30px; line-height: 1; }
.farmasi-panel-eyebrow { margin: 0; color: #c5125a; font-size: 12px; font-weight: 800; letter-spacing: 2.8px; }
.farmasi-panel h2 { margin: 8px 0 25px; color: #4a332d; font-family: 'Dancing Script', cursive; font-size: 45px; }
.farmasi-panel-description { max-width: 570px; margin: -13px auto 24px; color: #5d4550; font-size: 14px; line-height: 1.55; }
.farmasi-panel-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.farmasi-panel-options a { display: flex; min-height: 165px; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 16px; border-radius: 16px; background: #c5125a; color: #fff; font-size: 12px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.farmasi-panel-options a:nth-child(2) { background: #e96096; }
.farmasi-panel-options a:last-child { background: #8d1245; }
.farmasi-panel-options small { font-size: 10px; font-weight: 600; line-height: 1.3; }
.farmasi-panel-options a:hover { background: #0c376a; transform: translateY(-3px); }
.farmasi-panel-options i { font-size: 29px; }

@media (max-width: 950px) and (min-width: 769px) {
  .grid-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .seasonal-hub, .seasonal-products { margin: 30px auto; padding: 0 12px; }
  .occasion-results { margin: 30px auto; padding: 0 12px; }
  .seasonal-intro { margin-bottom: 25px; }
  .seasonal-intro h1 { font-size: 40px; }
  .seasonal-intro span { font-size: 13px; }
  .season-grid, .season-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .season-card { min-height: 185px; padding: 18px 12px; border-radius: 18px; }
  .season-card > i { margin-bottom: 8px; font-size: 38px; }
  .season-card-photo { margin-bottom: 10px; border-radius: 12px; }
  .season-card h2 { font-size: 31px; }
  .season-card p { margin: 7px 0 13px; font-size: 10px; }
  .season-card span { font-size: 8px; }
  .season-product-slot { padding: 10px; border-radius: 13px; }
  .season-product-slot h2 { margin: 10px 0 5px; font-size: 13px; }
  .season-product-slot p { font-size: 10px; }
  .season-product-image { border-radius: 9px; font-size: 10px; }
  .season-product-image i { font-size: 28px; }
  .occasion-vinyl-banner { gap: 11px; margin-bottom: 24px; padding: 15px; border-radius: 14px; }
  .occasion-vinyl-banner > i { font-size: 24px; }.occasion-vinyl-banner strong { font-size: 13px; }.occasion-vinyl-banner span { font-size: 11px; }
  .occasion-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.occasion-result-card { padding: 10px; border-radius: 13px; }.occasion-result-card img { border-radius: 9px; }.occasion-result-card h2 { margin: 10px 0 5px; font-size: 13px; }.occasion-result-card .product-price { margin-bottom: 6px; font-size: 15px; }.occasion-result-card p { min-height: 0; margin-bottom: 12px; font-size: 11px; }.occasion-result-card .btn-add-cart { padding: 9px 5px; font-size: 10px; }
  .cat-choice-menu { right: 10px; bottom: 10px; left: 10px; gap: 6px; padding: 7px; }
  .cat-choice-menu a { min-height: 45px; padding: 6px; font-size: 9px; }
  .cat-choice-menu--four a { min-height: 36px; }
  .dtf-category-icon { width: 72px; height: 72px; margin-bottom: 10px; border-radius: 16px; font-size: 36px; }
  .cat-box--dtf .cat-overlay p, .cat-box--farmasi .cat-overlay p { margin: 5px 0 10px; font-size: 11px; }
  .farmasi-category-mark { width: 63px; height: 63px; margin-bottom: 8px; font-size: 40px; }
  .farmasi-float { right: 16px; bottom: 82px; width: 49px; height: 49px; font-size: 7px; }
  .farmasi-float-mark { font-size: 19px; }
  .farmasi-panel-card { max-height: calc(100vh - 30px); padding: 30px 18px 20px; overflow-y: auto; }
  .farmasi-panel h2 { margin-bottom: 19px; font-size: 38px; }
  .farmasi-panel-description { margin: -10px auto 18px; font-size: 12px; }
  .farmasi-panel-options { grid-template-columns: 1fr; gap: 9px; }
  .farmasi-panel-options a { min-height: 86px; padding: 11px 14px; font-size: 10px; }
  .farmasi-panel-options i { font-size: 20px; }
}

@media (min-width: 769px) {
  header.brand-header { display: grid !important; grid-template-columns: minmax(160px, 1fr) minmax(480px, 2.8fr) minmax(130px, 1fr); align-items: center; height: 230px !important; padding: 8px 32px !important; background: linear-gradient(135deg, var(--fondo-rosa) 0%, #fff 50%, var(--fondo-azul) 100%) !important; }
  .header-piece { display: block; max-width: 100%; max-height: 210px; object-fit: contain; mix-blend-mode: multiply; }
  .header-logo-left { justify-self: start; width: 175px; }
  .header-company-name { justify-self: center; width: min(100%, 560px); }
  .header-est-london { justify-self: end; width: 155px; }
}

@media (max-width: 768px) {
  .product-container > .page-title,
  .scoops-container > .page-title,
  .page-header h1,
  .page-intro h1 { margin-bottom: 8px !important; font-size: 36px !important; }
  .product-container > .page-subtitle,
  .scoops-container > .page-subtitle,
  .page-header p,
  .page-intro > p { margin-bottom: 25px !important; font-size: 13px !important; }
  .page-header { padding: 30px 15px 25px !important; }
  .page-intro { margin: 30px auto 25px !important; }
  header:not(.brand-header) { height: 75px !important; padding: 10px 12px !important; gap: 5px; }
  header.brand-header { height: 25.8vw !important; }
  .header-home-link { width: 27%; }
  .top-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 42px; flex-wrap: unset; }
  .logo-container { width: 48px !important; height: 48px !important; flex: 0 0 50px !important; }
  .brand-name { font-size: 26px !important; }
  .brand-name span { font-size: 30px !important; }
  .brand-slogan { font-size: 7.5px !important; letter-spacing: .5px !important; white-space: nowrap; }
  .location-container { flex: 0 0 65px !important; }
  .location-tag { font-size: 7.5px !important; letter-spacing: .5px !important; text-align: right !important; }
  .top-nav a,
  .nav-dropdown { flex: none; }
  /* The original pages contain older mobile rules with different minimum
     heights. Force every top-level menu cell to the same compact size. */
  .top-nav > a,
  .top-nav > .nav-dropdown {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    flex: none !important;
    align-self: stretch;
  }
  .top-nav > a { padding: 0 4px !important; font-size: 9px !important; letter-spacing: .35px !important; white-space: normal; line-height: 1.15; }
  .top-nav > .nav-dropdown > .nav-dropdown-toggle { min-height: 42px !important; height: 42px !important; max-height: 42px !important; padding: 0 4px !important; font-size: 9px !important; letter-spacing: .35px !important; white-space: normal; line-height: 1.15; }
  .top-nav .nav-icon { display: none; }
  .top-nav .nav-desktop-label { display: none; }
  .top-nav .nav-mobile-label { display: inline; }
  #btnCartToggle { grid-column: auto; grid-row: auto; font-size: 14px !important; }
  .nav-dropdown-menu { min-width: 150px; }
  .nav-dropdown-menu a { min-height: auto !important; padding: 11px 13px !important; font-size: 11px !important; }
  .product-container,
  .scoops-container { margin: 30px auto; padding: 0 12px; }
  .grid-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .glass-cups-page .product-container { margin: 30px auto; padding: 0 12px; }
  .glass-cups-page .grid-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .glass-cups-page .page-title { margin-bottom: 25px; font-size: 23px; }
  .dtf-catalogue-page .page-title { margin-bottom: 25px; font-size: 23px; }
  .tshirt-collection-picker { gap: 6px; margin-bottom: 12px; padding: 5px; border-radius: 12px; }
  .tshirt-collection-picker button { padding: 11px 7px; border-radius: 9px; font-size: 11px; }
  .tshirt-preview-note { margin-bottom: 20px; font-size: 11px; }
  .tshirt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tshirt-image-wrap { margin-bottom: 10px; }.tshirt-image-wrap img, .tshirt-image-wrap .product-image-placeholder { border-radius: 9px; }
  .tshirt-card .product-description { margin-bottom: 10px; }.tshirt-colour-picker { gap: 4px; }.tshirt-colour { gap: 3px; padding: 6px 5px; font-size: 8px; }.tshirt-colour span { width: 10px; height: 10px; }.tshirt-price-pending { margin-top: 10px; font-size: 10px; }
  .dtf-home-feature { grid-template-columns: 1fr; min-height: 0; margin: 30px 12px 42px; border-radius: 20px; }
  .dtf-home-copy { padding: 35px 25px 30px; }
  .dtf-home-eyebrow { font-size: 9px; letter-spacing: 1.4px; }
  .dtf-home-copy h2 { font-size: 48px; }
  .dtf-home-copy > p:not(.dtf-home-links) { font-size: 15px; }
  .dtf-home-cta { margin-top: 22px; padding: 13px 17px; font-size: 11px; }
  .dtf-home-links { font-size: 11px; }
  .dtf-home-products { min-height: 190px; padding: 16px 15px; }
  .dtf-home-preview { width: 130px; font-size: 10px; }
  .dtf-home-preview-frame { border-radius: 15px; }
  .dtf-home-mini-products { gap: 5px; margin-top: 12px; }
  .dtf-home-choice { min-width: 78px; padding: 5px; font-size: 8px; }
  .dtf-home-mini-products i { font-size: 16px; }
  .glass-cups-page .card,
  .dtf-catalogue-page .card { padding: 10px; border-radius: 13px; }
  .glass-cups-page .card img,
  .dtf-catalogue-page .card img { margin-bottom: 10px; border-radius: 9px; }
  .glass-cups-page .product-name,
  .dtf-catalogue-page .product-name { margin-bottom: 5px; font-size: 13px; }
  .glass-cups-page .product-price,
  .dtf-catalogue-page .product-price { margin-bottom: 7px; font-size: 15px; }
  .glass-cups-page .product-description,
  .dtf-catalogue-page .product-description { min-height: 0; margin-bottom: 12px; font-size: 11px; line-height: 1.4; }
  .glass-cups-page .btn-add-cart-grid,
  .dtf-catalogue-page .btn-add-cart-grid { padding: 9px 5px; font-size: 10px; }
  .dtf-catalogue-page .product-image-placeholder { margin-bottom: 10px; border-radius: 9px; }
  .blind-book-banner { grid-template-columns: 1fr; min-height: 0; margin: 20px 12px !important; border-radius: 20px !important; }
  .banner-content { align-items: center; padding: 34px 25px !important; text-align: center !important; }
  .banner-subtitle { font-size: 10px; }
  .banner-content h2 { font-size: 45px !important; }
  .banner-content p { font-size: 15px !important; }
  .banner-image { min-height: 270px !important; height: 270px !important; }
  .banner-image img { min-height: 270px; }
  .blind-book-illustration { width: 255px; height: 250px; transform: scale(.88); }
  .card { padding: 10px; border-radius: 14px; }
  .cart-overlay { max-width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 35px; padding: 11px 5px; }
  .footer-col { min-height: 90px; padding: 8px 4px; }
  .footer-col + .footer-col { border-top: 0; border-left: 1px solid rgba(12,55,106,.18); }
  .footer-col:nth-child(odd) { border-left: 0; }
  .footer-col h3 { margin-bottom: 5px; font-size: 10px; letter-spacing: 1.4px; }
  .footer-col p { margin: 2px 0; font-size: 11px; line-height: 1.25; }
  .footer-col a { max-width: 100%; overflow-wrap: anywhere; font-size: 10px; line-height: 1.15; }
  .social-links { gap: 4px; }
  .social-links a { width: 27px; height: 27px; border-width: 1px; font-size: 14px; }
  .footer-col .brand-name { font-size: 23px !important; }
  .footer-legal-links { gap: 5px; padding: 8px 10px; font-size: 9px; }
  .cookie-notice { right: 10px; bottom: 10px; width: calc(100% - 20px); gap: 9px; padding: 12px; font-size: 10px; }.cookie-notice a { font-size: 9px; }.cookie-notice button { padding: 7px 9px; font-size: 10px; }
  .whatsapp-float--shared { right: 15px; bottom: 15px; width: 49px; height: 49px; font-size: 28px; }
  body.has-cookie-notice .whatsapp-float--shared { bottom: 112px; }
  .copyright-footer { padding: 9px 8px; font-size: 7px; letter-spacing: .8px; }
  .returns-main { width: min(100% - 22px, 940px); margin: 24px auto 38px; }
  .returns-hero { padding: 26px 19px; border-radius: 20px; }
  .returns-hero h1 { font-size: 45px; }.returns-hero p { font-size: 13px; }
  .returns-callout { padding: 13px; font-size: 13px; }.returns-callout span { font-size: 11px; }
  .returns-online-only { padding: 13px; }.returns-online-only strong { font-size: 11px; }.returns-online-only span { font-size: 11px; }
  .returns-section { padding: 21px 18px; border-radius: 16px; }.returns-section h2 { font-size: 17px; }.returns-section p, .returns-section li { font-size: 13px; }
}
