/* Profero wireframe — .pw-container avoids Bootstrap .container clash */
body.profero-storefront .profero-wireframe { font-size: 16px; line-height: 1.55; color: #1a2744; }

    /* Palette derived from logo: deep blue "Profer", sky accent on "o" */
    :root {
      --color-primary: #285dae;
      --color-primary-hover: #1f4a92;
      --color-primary-muted: rgba(40, 93, 174, 0.08);
      --color-accent: #40a1e4;
      --color-accent-hover: #2d8fd4;
      --color-accent-soft: rgba(64, 161, 228, 0.18);
      --text: #1a2744;
      --text-muted: #5c6b84;
      --bg: #ffffff;
      --surface: #f5f7fb;
      --surface-2: #eef2f9;
      --border: #dce3f0;
      --color-flash: #e53935;
      --radius-sm: 6px;
      --radius: 10px;
      --shadow-sm: 0 1px 2px rgba(26, 39, 68, 0.06);
      --shadow-md: 0 8px 24px rgba(26, 39, 68, 0.08);
      --container: 1280px;
      --space-section: clamp(3rem, 6vw, 5.5rem);
      --header-h: 76px;
      --touch-min: 44px;
      --font: "Jost", system-ui, -apple-system, sans-serif;
    }

    .profero-wireframe *, .profero-wireframe *::before, .profero-wireframe *::after { box-sizing: border-box; }

    .profero-wireframe img { max-width: 100%; height: auto; display: block; }
    .profero-wireframe a { color: var(--color-primary); text-decoration: none; }
    .profero-wireframe a:hover { color: var(--color-primary-hover); }

    .profero-wireframe :focus { outline: none; }
    .profero-wireframe :focus-visible {
      outline: 2px solid var(--color-accent);
      outline-offset: 2px;
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .skip-link {
      position: absolute;
      top: -100px;
      left: 1rem;
      z-index: 1000;
      padding: 0.75rem 1.25rem;
      background: var(--color-primary);
      color: #fff;
      font-weight: 600;
      border-radius: var(--radius-sm);
      box-shadow: var(--shadow-md);
    }
    .skip-link:focus {
      top: 1rem;
    }

    .pw-container {
      width: 100%;
      max-width: var(--container);
      margin-inline: auto;
      padding-inline: clamp(1rem, 4vw, 1.75rem);
    }

    /* Utility announcement bar */
    /* Top bar: language + currency (marketing / locale) */
    .pw-top-navbar {
      background: var(--color-primary);
      color: rgba(255, 255, 255, 0.92);
      font-size: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .pw-top-navbar__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem 1.25rem;
      min-height: 36px;
      flex-wrap: wrap;
    }
    .pw-top-navbar__hint {
      margin: 0;
      line-height: 1.35;
    }
    .pw-top-navbar__controls {
      display: flex;
      align-items: center;
      gap: 0.65rem 1rem;
      flex-wrap: wrap;
    }
    .pw-top-navbar .switcher {
      display: flex;
      align-items: center;
      gap: 0.35rem;
    }
    .pw-top-navbar .switcher label {
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 10px;
      opacity: 0.85;
      white-space: nowrap;
    }
    .switcher-select {
      appearance: none;
      font-family: inherit;
      font-size: 12px;
      font-weight: 500;
      padding: 0.4rem 2rem 0.4rem 0.55rem;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, 0.12)
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M3 4.5 6 8l3-3.5'/%3E%3C/svg%3E")
        no-repeat right 0.45rem center;
      color: #fff;
      cursor: pointer;
      min-height: 32px;
      max-width: 100%;
    }
    .switcher-select:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.5);
    }
    .switcher-select:focus-visible {
      outline: 2px solid var(--color-accent);
      outline-offset: 2px;
    }
    .switcher-select option {
      color: var(--text);
      background: var(--bg);
    }

    .pw-utility-bar {
      font-size: 13px;
      color: var(--text-muted);
      background: var(--surface);
      border-bottom: 1px solid var(--border);
      padding: 0.5rem 0;
      text-align: center;
      letter-spacing: 0.02em;
    }
    .pw-utility-bar a {
      color: var(--color-primary);
      font-weight: 500;
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .pw-utility-bar a:hover { color: var(--color-primary-hover); }

    .value-proposition {
      background: linear-gradient(105deg, var(--color-primary-muted) 0%, var(--bg) 55%, var(--color-accent-soft) 100%);
      border-bottom: 1px solid var(--border);
      padding: 0.9rem 0;
      font-size: 14px;
      color: var(--text);
    }
    .value-proposition__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.35rem 1rem;
      text-align: center;
    }
    .value-proposition strong {
      color: var(--color-primary);
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.02em;
    }
    .value-proposition__inner > span {
      color: var(--text-muted);
      max-width: 36rem;
    }
    .value-proposition a {
      font-weight: 700;
      white-space: nowrap;
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
    }
    .header-inner {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 1rem;
      min-height: var(--header-h);
    }
    .header-left {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      min-width: 0;
    }
    .mobile-menu-toggle { display: none; }
    @media (max-width: 991px) {
      .nav-desktop { display: none; }
      .mobile-menu-toggle { display: inline-flex; }
    }

    .nav-desktop ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 0.25rem 1.25rem;
      font-size: 15px;
      font-weight: 600;
    }
    .nav-desktop a {
      color: var(--text);
      padding: 0.35rem 0;
    }
    .nav-desktop a[aria-current="page"] {
      color: var(--color-primary);
      box-shadow: inset 0 -2px 0 var(--color-accent);
    }
    .nav-desktop a:hover { color: var(--color-primary); }

    .logo-link img {
      width: clamp(118px, 20vw, 168px);
      height: auto;
    }

    .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.25rem 0.75rem;
    }
    .search-pill {
      display: none;
      align-items: center;
      gap: 0.5rem;
      min-height: var(--touch-min);
      padding: 0 1rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      font-size: 14px;
      color: var(--text-muted);
      max-width: 240px;
      background: var(--bg);
    }
    @media (min-width: 992px) {
      .search-pill { display: flex; }
    }
    .search-pill span strong { color: var(--text); font-weight: 600; }
    .icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: var(--touch-min);
      min-height: var(--touch-min);
      border: none;
      background: transparent;
      cursor: pointer;
      color: var(--text);
      border-radius: var(--radius-sm);
    }
    .icon-btn:hover {
      background: var(--color-primary-muted);
      color: var(--color-primary);
    }
    .icon-btn svg { width: 22px; height: 22px; }

    .badge-cart { position: relative; }
    .badge-cart .qty {
      position: absolute;
      top: 6px;
      right: 4px;
      font-size: 10px;
      font-weight: 700;
      min-width: 16px;
      text-align: center;
      color: var(--color-primary);
    }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      background: var(--surface);
    }
    .hero-slides {
      position: relative;
      aspect-ratio: 1920 / 736;
      max-height: min(70vh, 736px);
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 1s ease;
      /* contain letterboxes on ultrawide; cover fills width (crops edges if needed) */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--surface);
    }
    .hero-slide.is-active { opacity: 1; z-index: 1; }
    .hero-dots {
      position: absolute;
      bottom: 1.25rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      gap: 10px;
      padding: 8px 14px;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 999px;
      box-shadow: var(--shadow-sm);
    }
    .hero-dots button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid var(--color-primary);
      background: transparent;
      cursor: pointer;
      padding: 0;
    }
    .hero-dots button.is-active {
      background: var(--color-primary);
      border-color: var(--color-primary);
    }

    /* Trust strip — conversion / reassurance */
    .trust-strip {
      background: var(--bg);
      border-bottom: 1px solid var(--border);
      padding: 1rem 0;
    }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      text-align: center;
      font-size: 14px;
      color: var(--text-muted);
    }
    @media (max-width: 768px) {
      .trust-grid { grid-template-columns: repeat(2, 1fr); }
    }
    .trust-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.35rem;
      padding: 0.5rem;
    }
    .trust-item strong {
      color: var(--text);
      font-weight: 600;
      font-size: 14px;
    }
    .trust-icon {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: var(--color-primary-muted);
      color: var(--color-primary);
    }
    .trust-icon svg { width: 20px; height: 20px; }

    /* Categories */
    .section-categories {
      padding: var(--space-section) 0;
      background: var(--bg);
    }
    .section-heading {
      margin: 0 0 1.75rem;
      font-size: clamp(1.5rem, 3vw, 1.875rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text);
      text-align: center;
    }
    .section-heading .sub {
      display: block;
      margin-top: 0.35rem;
      font-size: 1rem;
      font-weight: 400;
      color: var(--text-muted);
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: clamp(14px, 2vw, 22px);
    }
    @media (max-width: 1200px) {
      .category-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 640px) {
      .category-grid { grid-template-columns: 1fr 1fr; }
    }

    .cat-card {
      position: relative;
      aspect-ratio: 1.04;
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--surface-2);
      box-shadow: var(--shadow-sm);
    }
    .cat-card img {
      width: 100%;
      height: 100%;
      min-height: 100%;
      object-fit: cover;
      transition: transform 0.55s ease;
    }
    .profero-wireframe .cat-card img {
      height: 100%;
      min-height: 100%;
    }
    .cat-card:hover img { transform: scale(1.05); }
    .cat-card .label {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 1rem 0.65rem;
      text-align: center;
      background: linear-gradient(transparent, rgba(26, 39, 68, 0.62));
    }
    .cat-card .label a {
      display: inline-block;
      padding: 0.5rem 1.1rem;
      background: #fff;
      color: var(--color-primary);
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.03em;
      text-transform: capitalize;
      border-radius: var(--radius-sm);
    }
    .cat-card .label a:hover {
      background: var(--color-primary);
      color: #fff;
    }

    /* Shop by brand */
    .section-brands {
      padding: var(--space-section) 0;
      background: var(--surface);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .brand-grid {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(14px, 2vw, 20px);
    }
    @media (max-width: 992px) {
      .brand-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 576px) {
      .brand-grid { grid-template-columns: repeat(2, 1fr); }
    }
    .brand-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.85rem;
      min-height: 140px;
      padding: 1.25rem 1rem;
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
      text-align: center;
      color: var(--text);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }
    .brand-card:hover {
      border-color: var(--color-accent-soft);
      box-shadow: var(--shadow-md);
      transform: translateY(-2px);
      color: var(--color-primary);
    }
    .brand-card:focus-visible {
      outline-offset: 4px;
    }
    .brand-card__mark {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--color-primary);
      background: var(--color-primary-muted);
      letter-spacing: 0.02em;
    }
    .brand-card__mark--wide {
      font-size: 0.8rem;
      letter-spacing: 0.01em;
    }
    .brand-card__mark--logo {
      background: #fff;
      border: 1px solid var(--border);
    }
    .brand-card__mark img {
      max-width: 85%;
      max-height: 85%;
      width: auto;
      height: auto;
      object-fit: contain;
    }
    .brand-card__name {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    /* Flash sale */
    .section-flash-sale {
      padding: var(--space-section) 0;
      background: linear-gradient(145deg, var(--color-primary) 0%, #1a4480 45%, var(--color-primary-hover) 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .section-flash-sale::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(64, 161, 228, 0.35), transparent 55%);
      pointer-events: none;
    }
    .section-flash-sale .container {
      position: relative;
      z-index: 1;
    }
    .flash-sale__head {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1.5rem 2rem;
      margin-bottom: 2rem;
    }
    .flash-sale__badge {
      display: inline-block;
      padding: 0.35rem 0.75rem;
      margin-bottom: 0.5rem;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
      background: var(--color-flash);
      border-radius: 4px;
    }
    .flash-sale__title-group h2 {
      margin: 0 0 0.35rem;
      font-size: clamp(1.65rem, 3.5vw, 2.125rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #fff;
    }
    .flash-sale__title-group h2 + p {
      margin-top: 0.65rem;
    }
    .flash-sale__title-group p {
      margin: 0;
      font-size: 1.0625rem;
      opacity: 0.92;
      max-width: 36rem;
    }
    .flash-sale__end {
      margin: 0.75rem 0 0;
      font-size: 14px;
      opacity: 0.88;
    }
    .flash-sale__end time {
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .flash-sale__countdown-wrap {
      text-align: right;
    }
    @media (max-width: 768px) {
      .flash-sale__countdown-wrap { text-align: left; width: 100%; }
    }
    .flash-sale__countdown-label {
      display: block;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 0.65rem;
      opacity: 0.9;
    }
    .countdown {
      display: flex;
      gap: 0.65rem;
      justify-content: flex-end;
    }
    @media (max-width: 768px) {
      .countdown { justify-content: flex-start; }
    }
    .countdown__unit {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 3.75rem;
      padding: 0.65rem 0.5rem;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: var(--radius-sm);
      backdrop-filter: blur(6px);
    }
    .countdown__val {
      font-size: 1.5rem;
      font-weight: 800;
      font-variant-numeric: tabular-nums;
      line-height: 1.2;
    }
    .countdown__lbl {
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      opacity: 0.85;
      margin-top: 0.2rem;
    }
    .countdown--ended .countdown__val {
      font-size: 1rem;
    }
    .section-flash-sale .countdown__unit {
      background: rgba(18, 48, 102, 0.78);
      border: 1px solid rgba(255, 255, 255, 0.72);
      backdrop-filter: none;
    }
    .product-grid--flash {
      margin-bottom: 1.5rem;
    }
    .section-flash-sale .product-card__thumb-wrap {
      position: relative;
      margin-bottom: 0.85rem;
    }
    .section-flash-sale .product-card__thumb-wrap .thumb {
      margin-bottom: 0;
    }
    .section-flash-sale .flash-product-card__icons {
      position: absolute;
      z-index: 2;
    }
    .section-flash-sale .flash-product-card__icons--desktop {
      top: 6px;
      right: 6px;
      gap: 4px;
    }
    .section-flash-sale .flash-product-card__icons--mobile {
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: var(--radius-sm);
      box-shadow: var(--shadow-sm);
      border: 1px solid var(--border);
    }
    .section-flash-sale .flash-product-card__icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid var(--border);
      color: #5c6b84;
      text-decoration: none;
      transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    }
    .section-flash-sale .flash-product-card__icons--desktop .flash-product-card__icon-btn {
      box-shadow: var(--shadow-sm);
    }
    .section-flash-sale .flash-product-card__icon-btn:hover {
      background: var(--color-primary-muted);
      color: var(--color-primary);
      border-color: rgba(40, 93, 174, 0.25);
      text-decoration: none;
    }
    .flash-sale__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: var(--touch-min);
      padding: 0.75rem 1.75rem;
      font-weight: 700;
      font-size: 15px;
      color: var(--color-primary);
      background: #fff;
      border-radius: var(--radius-sm);
      box-shadow: var(--shadow-md);
      text-decoration: none;
    }
    .flash-sale__cta:hover {
      color: var(--color-primary-hover);
      background: #f0f4ff;
      text-decoration: none;
    }
    .flash-sale__foot {
      text-align: center;
      margin: 0;
    }
    .product-card .badge--flash {
      background: var(--color-flash);
    }
    .product-card .badge--pct {
      background: var(--color-accent);
      text-transform: none;
      letter-spacing: 0.02em;
    }

    /* Buy together packages */
    .section-bundles {
      padding: var(--space-section) 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
    }
    .section-bundles .section-head {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 2.25rem;
    }
    .section-bundles .section-head h2 {
      margin: 0 0 0.65rem;
      font-size: clamp(1.5rem, 3vw, 1.875rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text);
    }
    .section-bundles .section-head p {
      margin: 0;
      color: var(--text-muted);
      font-size: 1.0625rem;
    }
    .bundle-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: clamp(18px, 2.5vw, 26px);
    }
    @media (max-width: 992px) {
      .bundle-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
    }
    .bundle-card {
      display: flex;
      flex-direction: column;
      padding: 1.35rem 1.25rem 1.5rem;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .bundle-card:hover {
      box-shadow: var(--shadow-md);
      border-color: var(--color-accent-soft);
    }
    .bundle-card__badge {
      align-self: flex-start;
      margin-bottom: 1rem;
      padding: 0.3rem 0.65rem;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff;
      background: var(--color-primary);
      border-radius: 4px;
    }
    .bundle-card__items {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.35rem 0.5rem;
      margin-bottom: 1.15rem;
      padding: 0.75rem;
      background: var(--bg);
      border: 1px dashed var(--border);
      border-radius: var(--radius-sm);
    }
    .bundle-card__thumb {
      width: 76px;
      height: 76px;
      padding: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
    }
    .bundle-card__thumb img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
    .bundle-card__plus {
      font-size: 1.25rem;
      font-weight: 800;
      color: var(--color-accent);
      line-height: 1;
      user-select: none;
    }
    .bundle-card h3 {
      margin: 0 0 0.65rem;
      font-size: 1.05rem;
      font-weight: 700;
      line-height: 1.35;
      color: var(--text);
      text-align: center;
    }
    .bundle-card h3 a {
      color: inherit;
      text-decoration: none;
    }
    .bundle-card h3 a:hover {
      color: var(--color-primary);
      text-decoration: none;
    }
    .bundle-card__includes {
      margin: 0 0 1rem;
      padding: 0 0 0 1.15rem;
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.45;
    }
    .bundle-card__includes li { margin-bottom: 0.25rem; }
    .bundle-card__save {
      margin: 0 0 0.5rem;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-primary);
    }
    .bundle-card__price {
      margin: 0 0 1rem;
      text-align: center;
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--text);
    }
    .bundle-card__price .old {
      font-size: 1rem;
      font-weight: 500;
      text-decoration: line-through;
      color: var(--text-muted);
      margin-right: 0.5rem;
    }
    .bundle-card__price .currency {
      font-size: 0.85rem;
      font-weight: 600;
      opacity: 0.85;
    }
    .btn-bundle {
      margin-top: auto;
      width: 100%;
      min-height: var(--touch-min);
      padding: 0.75rem 1rem;
      font-family: inherit;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      background: var(--color-primary);
      border: none;
      border-radius: var(--radius-sm);
      cursor: pointer;
    }
    .btn-bundle:hover {
      background: var(--color-primary-hover);
      color: #fff;
    }

    /* Products */
    .section-products {
      padding: 0 0 var(--space-section);
      background: var(--surface);
    }
    .section-products .section-head {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 2rem;
      padding-top: var(--space-section);
    }
    .section-products .section-head h2 {
      margin: 0 0 0.65rem;
      font-size: clamp(1.5rem, 3vw, 1.875rem);
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .section-products .section-head p {
      margin: 0;
      color: var(--text-muted);
      font-size: 1.0625rem;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(18px, 2vw, 26px);
    }
    @media (max-width: 1200px) {
      .product-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 576px) {
      .product-grid { grid-template-columns: repeat(2, 1fr); }
    }

    .product-card {
      display: flex;
      flex-direction: column;
      text-align: center;
      background: var(--bg);
      border-radius: var(--radius);
      padding: 0.75rem 0.75rem 1.1rem;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .product-card:hover {
      box-shadow: var(--shadow-md);
      border-color: var(--color-accent-soft);
    }
    .product-card .thumb {
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 100%;
      background: var(--bg);
      border: 1px solid var(--border);
      overflow: hidden;
      margin-bottom: 0.85rem;
      border-radius: var(--radius-sm);
    }
    .product-card .badge {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1;
      padding: 0.25rem 0.6rem;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: #fff;
      background: var(--color-accent);
      border-radius: 4px;
    }
    .product-card .thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      padding: clamp(8%, 2vw, 14%);
      transition: transform 0.45s ease;
    }
    .product-card .thumb img:is([src$=".jpg"], [src$=".jpeg"]) {
      padding: clamp(4%, 1.5vw, 10%);
    }
    .product-card:hover .thumb img { transform: scale(1.05); }

    .product-card__body { flex: 1; display: flex; flex-direction: column; }
    .product-card h3 {
      margin: 0 0 0.4rem;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.35;
    }
    .product-card h3 a { color: var(--text); }
    .product-card h3 a:hover { color: var(--color-primary); }

    .product-card .price-row {
      font-weight: 700;
      font-size: 16px;
      color: var(--color-primary);
      margin-bottom: 0.75rem;
    }
    .product-card .price-row .old {
      text-decoration: line-through;
      color: var(--text-muted);
      font-weight: 500;
      margin-right: 0.4rem;
      font-size: 14px;
    }
    .product-card .price-row .currency { font-weight: 600; font-size: 13px; opacity: 0.85; }

    .btn-cart {
      margin-top: auto;
      width: 100%;
      min-height: var(--touch-min);
      padding: 0.65rem 1rem;
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-primary);
      background: var(--bg);
      border: 2px solid var(--color-primary);
      border-radius: var(--radius-sm);
      cursor: pointer;
    }
    .btn-cart:hover {
      background: var(--color-primary);
      color: #fff;
    }
    .product-card a.btn-cart {
      margin-top: auto;
      width: 100%;
      min-height: var(--touch-min);
      padding: 0.65rem 1rem;
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-primary);
      background: var(--bg);
      border: 2px solid var(--color-primary);
      border-radius: var(--radius-sm);
      cursor: pointer;
      text-decoration: none;
      box-sizing: border-box;
    }
    .product-card a.btn-cart:hover {
      background: var(--color-primary);
      color: #fff;
      text-decoration: none;
    }

    /* Newsletter */
    .newsletter {
      margin: 0 0 var(--space-section);
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 3rem 1.5rem;
      background-image: url("images/newsletter-bg.png");
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .newsletter::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 247, 251, 0.92));
    }
    .newsletter .inner {
      position: relative;
      z-index: 1;
      max-width: 520px;
    }
    .newsletter h2 {
      margin: 0 0 0.65rem;
      font-size: clamp(1.5rem, 3vw, 1.85rem);
      font-weight: 700;
      color: var(--text);
    }
    .newsletter > .inner > p:first-of-type {
      margin: 0 0 1.25rem;
      color: var(--text-muted);
    }
    .newsletter form {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      margin-bottom: 1rem;
    }
    .newsletter input[type="email"] {
      flex: 1 1 220px;
      min-height: var(--touch-min);
      padding: 0.75rem 1rem;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      font-family: inherit;
      font-size: 15px;
    }
    .btn-primary {
      min-height: var(--touch-min);
      padding: 0.75rem 1.5rem;
      background: var(--color-primary);
      color: #fff;
      border: none;
      border-radius: var(--radius-sm);
      font-family: inherit;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      letter-spacing: 0.02em;
    }
    .btn-primary:hover {
      background: var(--color-primary-hover);
      color: #fff;
    }
    .newsletter .consent {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      text-align: left;
      font-size: 13px;
      color: var(--text-muted);
      max-width: 100%;
      margin: 0 auto;
    }
    .newsletter .consent input { margin-top: 3px; flex-shrink: 0; }

    /* Footer */
    .site-footer {
      border-top: 1px solid var(--border);
      padding: 3rem 0 1.5rem;
      background: var(--surface);
      font-size: 14px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      margin-bottom: 2.5rem;
    }
    @media (max-width: 900px) {
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .footer-grid { grid-template-columns: 1fr; }
    }
    .site-footer h4 {
      margin: 0 0 1rem;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: var(--color-primary);
    }
    .site-footer ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .site-footer li { margin-bottom: 0.5rem; }
    .site-footer a { color: var(--text-muted); }
    .site-footer a:hover { color: var(--color-primary); }
    .footer-bottom {
      padding-top: 1.5rem;
      border-top: 1px solid var(--border);
      text-align: center;
      color: var(--text-muted);
      font-size: 13px;
    }

    /* Flash section: legacy Bootstrap utility classes on dark gradient */
    .section-flash-sale .text-dark,
    .section-flash-sale .text-reset,
    .section-flash-sale .hov-text-primary:hover {
      color: rgba(255, 255, 255, 0.92) !important;
    }
    .section-flash-sale .border-soft-light {
      border-color: rgba(255, 255, 255, 0.28) !important;
    }
  