﻿:root {
      --primary: #0fa37f;
      --primary-dark: #0b7058;
      --secondary: #113a32;
      --text: #1f252b;
      --muted: #64707d;
      --border: #e5e8ec;
      --border-strong: #d8dde3;
      --bg: #f4f5f7;
      --soft: #edf8f4;
      --white: #ffffff;
      --danger: #d83333;
      --shadow: 0 14px 34px rgba(14, 39, 33, 0.08);
      --radius: 18px;
      --container: 1380px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { max-width: 100%; display: block; height: auto; }
    a { text-decoration: none; color: inherit; }
    button, input, select { font: inherit; }

    .container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    .topbar { background: #0c2e27; color: #d9f6ed; font-size: 0.92rem; }
    .topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 8px 0; }
    .topbar-group { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

    .site-header {
      background: rgba(255,255,255,0.96);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(0,0,0,0.05);
      position: sticky;
      top: 0;
      z-index: 50;
    }

    .header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .logo a { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--secondary); }
    .logo-mark { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), #29c79f); display: grid; place-items: center; color: #fff; font-weight: 800; box-shadow: var(--shadow); }
    .logo-text { display: flex; flex-direction: column; line-height: 1.05; }
    .logo-title { font-size: 1.16rem; letter-spacing: -0.02em; }
    .logo-sub { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
    .main-nav { flex: 1; display: flex; justify-content: center; }
    .main-nav ul { list-style: none; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
    .main-nav a { color: #49505a; font-size: 0.98rem; font-weight: 600; transition: 0.2s ease; }
    .main-nav a:hover, .main-nav a.active { color: var(--primary-dark); }

    .header-right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      position: relative;
    }

    .icon-btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid var(--border);
      background: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: 0.2s ease;
      position: relative;
    }

    .icon-btn:hover { background: var(--bg); }
    .cart-btn { position: relative; overflow: visible; }
    .cart-icon { font-size: 18px; line-height: 1; }

    .cart-count {
      position: absolute;
      top: -8px;
      right: -8px;
      min-width: 22px;
      height: 22px;
      padding: 0 6px;
      border-radius: 999px;
      background: #ff4d4f;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      border: 2px solid #fff;
    }

    .header-search-box {
      position: absolute;
      top: calc(100% + 12px);
      right: 0;
      width: min(380px, calc(100vw - 24px));
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 14px;
      box-shadow: var(--shadow);
      display: none;
      z-index: 2000;
    }

    .header-search-box.active { display: block; }
    .header-search-form { display: flex; gap: 8px; }

    .header-search-form input {
      flex: 1;
      min-width: 0;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 11px 12px;
      outline: none;
      background: #fff;
    }

    .header-search-form input:focus { border-color: var(--primary); }

    .header-search-form button {
      border: none;
      border-radius: 10px;
      padding: 11px 14px;
      background: var(--primary);
      color: #fff;
      font-weight: 800;
      cursor: pointer;
    }

    .header-search-form button:hover { background: var(--primary-dark); }

    .header-search-message {
      margin-top: 10px;
      color: #c0392b;
      font-size: .9rem;
      display: none;
    }

    .phone { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.95rem; white-space: nowrap; padding: 0 4px; }

    .login-btn,
    .logout-btn {
      padding: 11px 18px;
      border-radius: 12px;
      border: 1px solid var(--border);
      background: #fff;
      color: #4e555f;
      font-weight: 600;
      transition: 0.2s ease;
      cursor: pointer;
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .login-btn:hover,
    .logout-btn:hover { background: var(--bg); }

    .logout-btn { display: none; }

    .shop-hero {
      background: radial-gradient(circle at top left, rgba(15,163,127,.10), transparent 26%), linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
      border-bottom: 1px solid var(--border);
    }

    .shop-hero-inner { padding: 44px 0 36px; }
    .breadcrumbs { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
    .breadcrumbs a:hover { color: var(--primary-dark); }
    .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-dark); background: var(--soft); border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 0.92rem; margin-bottom: 14px; }
    .shop-hero h1 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -0.03em; color: #15251f; margin-bottom: 14px; max-width: 980px; }
    .shop-hero p { max-width: 920px; color: var(--muted); font-size: 1.04rem; }
    .shop-section { padding: 34px 0 70px; background: var(--bg); }
    .shop-layout { display: grid; grid-template-columns: 310px 1fr; gap: 28px; align-items: start; }
    .sidebar { position: sticky; top: 112px; }
    .sidebar-card { background: #fff; border: 1px solid #d9dfe4; border-radius: 24px; padding: 28px; box-shadow: none; margin-bottom: 22px; }
    .sidebar-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: 1.12rem; font-weight: 800; color: #1d2328; }
    .sidebar-list { list-style: none; display: grid; gap: 18px; }
    .sidebar-list a, .sidebar-list button { color: #425161; font-size: 1rem; font-weight: 500; transition: 0.2s ease; background: transparent; border: 0; padding: 0; text-align: left; cursor: pointer; }
    .sidebar-list a:hover, .sidebar-list a.active, .sidebar-list button:hover, .sidebar-list button.active { color: #16816e; font-weight: 800; }
    .range-price-box { display: grid; gap: 16px; }
    .slider-values { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
    .slider-values span { min-width: 120px; text-align: center; padding: 14px 14px; border-radius: 16px; background: #f7f8fa; border: 1px solid #dfe5ea; font-weight: 800; color: #24303a; font-size: 0.98rem; }
    .range-slider { position: relative; height: 42px; display: flex; align-items: center; }
    .slider-track, .slider-range { position: absolute; height: 6px; border-radius: 999px; top: 50%; transform: translateY(-50%); }
    .slider-track { width: 100%; background: #d9e1e6; z-index: 1; }
    .slider-range { background: var(--primary); z-index: 2; left: 0; width: 100%; }
    .range-slider input[type="range"] { position: absolute; width: 100%; appearance: none; -webkit-appearance: none; background: none; pointer-events: none; z-index: 3; }
    .range-slider input[type="range"]::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.15); cursor: pointer; pointer-events: auto; }
    .range-slider input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.15); cursor: pointer; pointer-events: auto; }
    #rangeMin { z-index: 4; }
    #rangeMax { z-index: 5; }
    .price-summary { padding: 18px; border-radius: 16px; background: #f7f8fa; border: 1px solid #e2e6ea; font-size: 0.96rem; color: var(--muted); }
    .filter-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .btn-filter { flex: 1; min-width: 110px; border: none; border-radius: 16px; padding: 12px 14px; font-weight: 800; cursor: pointer; transition: 0.2s ease; }
    .btn-filter.secondary { background: #fff; border: 1px solid #dce2e7; color: #465364; min-height: 56px; border-radius: 16px; font-weight: 800; }
    .btn-filter.secondary:hover { background: var(--bg); }
    .quick-filters { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 28px; }
    .quick-filters-left { display: flex; gap: 14px; flex-wrap: wrap; }
    .pill-filter { min-height: 68px; padding: 0 28px; border-radius: 22px; border: 1px solid #d9dfe4; background: #fff; color: #2f3b47; font-weight: 800; font-size: 0.98rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: 0.22s ease; }
    .pill-filter:hover { border-color: #b7d8cf; background: #fbfefd; }
    .pill-filter.active { color: #11816d; border-color: #bfe5db; box-shadow: inset 0 -3px 0 #19b394; }
    .availability-note { color: #6b7280; font-size: 1rem; white-space: nowrap; }
    .content-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
    .outlet-style-top { margin-bottom: 18px; }
    .shop-title { font-size: 1.7rem; font-weight: 800; color: #1a2025; margin-bottom: 8px; }
    .results-text { color: var(--muted); font-size: 0.95rem; }
    .toolbar-outlet { display: grid; grid-template-columns: minmax(280px, 620px) 300px; gap: 16px; align-items: center; margin-bottom: 24px; }
    .outlet-searchbar, .outlet-sort-box { min-height: 68px; border-radius: 22px; border: 1px solid #dbe1e6; background: #fff; display: flex; align-items: center; gap: 12px; padding: 0 20px; }
    .outlet-searchbar { justify-content: space-between; }
    .outlet-searchbar input { border: 0; outline: none; background: transparent; width: 100%; font-size: 1rem; color: #374151; }
    .outlet-searchbar button { border: 0; background: transparent; cursor: pointer; font-size: 1.15rem; }
    .outlet-sort-box { color: #374151; font-size: 1rem; }
    .outlet-sort-box select { border: 0; background: transparent; width: 100%; outline: none; color: #374151; }
    .products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
    .product-card { border: 1px solid var(--border-strong); border-radius: 18px; overflow: hidden; background: #fff; position: relative; box-shadow: 0 10px 24px rgba(14, 39, 33, 0.05); transition: transform 0.22s ease, box-shadow 0.22s ease; }
    .product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(14, 39, 33, 0.10); }
    .product-media { position: relative; aspect-ratio: 4 / 4; overflow: hidden; background: #eff3f2; display: block; }
    .product-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease, opacity 0.2s ease; }
    .product-card:hover .product-image { transform: scale(1.04); }
    .ribbon { position: absolute; top: 18px; left: -36px; transform: rotate(-45deg); background: #0df09c; color: #08382a; font-size: 12px; font-weight: 800; padding: 8px 40px; z-index: 3; letter-spacing: 0.01em; white-space: nowrap; text-transform: uppercase; }
    .ribbon.red { background: var(--danger); color: #fff; }
    .wishlist { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.92); display: grid; place-items: center; font-size: 18px; z-index: 3; backdrop-filter: blur(4px); border: 1px solid rgba(0,0,0,0.05); }
    .product-colors { position: absolute; left: 14px; bottom: 12px; display: flex; align-items: center; gap: 6px; z-index: 3; flex-wrap: wrap; }
    .brand-mark-small { color: var(--primary-dark); font-size: 11px; font-weight: 800; margin-right: 6px; text-shadow: 0 1px 2px rgba(255,255,255,0.85); background: rgba(255,255,255,0.86); padding: 4px 8px; border-radius: 999px; }
    .color-square { width: 16px; height: 16px; border-radius: 4px; border: 1px solid rgba(0,0,0,0.12); display: inline-block; box-shadow: 0 1px 2px rgba(0,0,0,0.08); cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
    .color-square:hover { transform: scale(1.12); }
    .color-square.active { transform: scale(1.12); border-color: #0fa37f; box-shadow: 0 0 0 2px rgba(15,163,127,0.18); }
    .c1 { background: #ffffff; }
    .c2 { background: #111111; }
    .c3 { background: #c8a12a; }
    .c4 { background: #f1f1f1; }
    .c5 { background: #73797d; }
    .c6 { background: #d8a1a9; }
    .product-info { padding: 16px 14px 18px; }
    .product-category { display: inline-block; font-size: 0.78rem; font-weight: 700; color: var(--primary-dark); background: var(--soft); border-radius: 999px; padding: 6px 10px; margin-bottom: 10px; }
    .product-name { font-size: 1rem; line-height: 1.4; margin-bottom: 12px; color: #1f252b; min-height: 72px; font-weight: 700; }
    .price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
    .price-current { font-size: 1.06rem; font-weight: 800; color: #111; }
    .price-old { font-size: 0.9rem; color: #757575; text-decoration: line-through; }
    .price-discount { align-self: center; padding: 4px 7px; border-radius: 8px; background: #ffe8e8; color: #b42318; font-size: 0.78rem; font-weight: 800; }
    .product-meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; min-height: 42px; }
    /* Codigo: muestra el estado de stock real de cada producto outlet. */
    .outlet-stock { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 999px; font-size: 0.82rem; font-weight: 800; margin-bottom: 14px; }
    .outlet-stock.in-stock { color: #08745f; background: #e4fbf2; }
    .outlet-stock.low-stock { color: #8a4b00; background: #fff4db; }
    .outlet-stock.sold-out { color: #b42318; background: #fde8e5; }
    .product-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .btn-card { flex: 1; min-width: 120px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 12px; font-weight: 700; font-size: 0.92rem; transition: 0.2s ease; border: 0; cursor: pointer; }
    .btn-card.primary { background: var(--primary); color: #fff; }
    .btn-card.primary:hover { background: var(--primary-dark); }
    .btn-card.secondary { border: 1px solid var(--border); background: #fff; color: #3f4b56; }
    .btn-card.secondary:hover { background: var(--bg); }
    .btn-card.disabled { opacity: 0.62; cursor: not-allowed; }
    .hidden-card { display: none !important; }
    .empty-state { display: none; margin-top: 10px; padding: 28px; border: 1px dashed var(--border-strong); border-radius: 18px; background: #fff; color: var(--muted); text-align: center; }
    .shop-copy { margin-top: 36px; padding: 26px; border-radius: 18px; background: #fbfcfd; border: 1px solid var(--border); }
    .shop-copy h2 { font-size: 1.35rem; margin-bottom: 10px; color: #182126; }
    .shop-copy p { color: var(--muted); margin-bottom: 10px; }
    .faq-item + .faq-item { border-top: 1px solid #eceff2; margin-top: 18px; padding-top: 18px; }
    .faq-question { font-weight: 800; margin-bottom: 8px; color: #1d2328; }
    .faq-answer { color: var(--muted); }
    .cta-band { margin-top: 28px; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #0f2e28 0%, #18453d 100%); color: #fff; }
    .cta-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 28px 32px; }
    .cta-band h2 { margin-bottom: 8px; font-size: 1.55rem; }
    .cta-band p { color: rgba(255,255,255,.82); }
    .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .btn-primary, .btn-secondary { min-height: 52px; padding: 0 22px; border-radius: 16px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
    .btn-primary { background: #19b394; color: #fff; }
    .btn-secondary { background: #fff; color: #334155; border: 1px solid #d8dee5; }
    .site-footer { background: #0f1514; color: #d1d7d5; padding: 58px 0 28px; margin-top: 40px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 36px; }
    .footer-brand p { margin-top: 16px; color: #99a3a0; max-width: 320px; }
    .footer-title { color: #fff; margin-bottom: 14px; font-size: 1rem; font-weight: 700; }
    .footer-links { list-style: none; display: grid; gap: 10px; }
    .footer-links a { color: #aab4b1; }
    .footer-links a:hover { color: #fff; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #95a09d; font-size: .94rem; }
    .legacy-contact-float { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; background: #45c655; color: #fff; display: grid; place-items: center; font-size: 26px; box-shadow: 0 8px 20px rgba(0,0,0,0.18); z-index: 100; }

    @media (max-width: 1280px) {
      .products-grid { grid-template-columns: repeat(3, 1fr); }
      .toolbar-outlet { grid-template-columns: 1fr; }
    }

    @media (max-width: 1024px) {
      .main-nav { display: none; }
      .shop-layout { grid-template-columns: 1fr; }
      .sidebar { position: static; }
      .products-grid { grid-template-columns: repeat(2, 1fr); }
      .cta-band-inner, .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 640px) {
      .container { width: min(var(--container), calc(100% - 20px)); }
      .products-grid { grid-template-columns: 1fr; }
      .header-inner { padding: 14px 0; min-height: auto; }
      .header-right .phone,
      .header-right .login-btn,
      .header-right .logout-btn { display: none !important; }
      .content-top { flex-direction: column; }
      .quick-filters-left { flex-direction: column; width: 100%; }
      .pill-filter { width: 100%; justify-content: center; }
      .availability-note { white-space: normal; }
      .cta-band-inner, .footer-grid { grid-template-columns: 1fr; }
    }

/* Premium storefront finish */
body{
  background:
    radial-gradient(circle at 12% 0%, rgba(15,163,127,.09), transparent 28%),
    linear-gradient(180deg, #f7faf8 0%, #eef4f2 100%);
}

.shop-hero{
  background:
    linear-gradient(115deg, rgba(26,18,12,.88), rgba(129,84,42,.46) 55%, rgba(255,247,237,.06)),
    url("assets/premium/outlet-hero.jpg") center / cover no-repeat;
  color:#fff;
  border-bottom:0;
}

.shop-hero h1{
  color:#fff;
}

.shop-hero p,
.shop-hero .breadcrumbs,
.shop-hero .eyebrow{
  color:rgba(255,255,255,.82);
}

.shop-hero .eyebrow{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}

.sidebar-card,
.outlet-searchbar,
.outlet-sort-box,
.shop-copy,
.cta-band{
  border-color:rgba(13,63,52,.12);
  box-shadow:0 18px 42px rgba(15,35,48,.08);
}

.pill-filter{
  border-radius:999px;
  box-shadow:0 10px 24px rgba(15,35,48,.05);
}

.pill-filter.active{
  background:#0c2e27;
  color:#fff;
  border-color:#0c2e27;
  box-shadow:0 16px 32px rgba(12,46,39,.18);
}

.products-grid{
  gap:26px 22px;
}

.product-card{
  border-color:rgba(13,63,52,.12);
  border-radius:22px;
  box-shadow:0 18px 42px rgba(15,35,48,.08);
}

.product-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 64px rgba(15,35,48,.14);
}

.product-info{
  padding:20px 18px 22px;
}

.product-category{
  text-transform:uppercase;
  letter-spacing:.04em;
}

.price-current{
  color:#0c2e27;
  font-size:1.16rem;
}

.btn-card.primary,
.btn-primary{
  background:#0c2e27;
}

.btn-card.primary:hover,
.btn-primary:hover{
  background:#0f705c;
}

.legacy-contact-float{
  background:linear-gradient(135deg,#65df55,#37c86a);
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}
/* Codigo: muestra el logo oficial de EspacioDucha en cabeceras y pies. */
.logo-image,
.brand-logo-image,
.ed-brand-logo-image,
.payment-logo-image {
  display: block;
  width: clamp(118px, 13vw, 168px);
  height: auto;
  max-height: 68px;
  object-fit: contain;
  border-radius: 8px;
}

.footer-brand .logo-image {
  width: 158px;
  max-height: 72px;
}

.payment-logo-image {
  width: 150px;
  max-height: 78px;
}

.logo a,
.brand,
.ed-brand {
  min-width: 0;
}

@media (max-width: 640px) {
  .logo-image,
  .brand-logo-image,
  .ed-brand-logo-image {
    width: 122px;
    max-height: 56px;
  }
}

.shop-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.shop-hero-points span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  font-weight:900;
  backdrop-filter:blur(6px);
}

.collection-intro{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  margin:0 0 24px;
  padding:24px;
  border:1px solid rgba(149,91,37,.14);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,35,48,.08);
}

.collection-intro h2{
  color:#0c2e27;
  margin:4px 0 6px;
  font-size:1.45rem;
}

.collection-intro p{
  color:#52645e;
  max-width:720px;
}

.card-kicker{
  display:inline-flex;
  color:#8a5a24;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.buying-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}

.buying-guide-grid div{
  padding:16px;
  border:1px solid rgba(149,91,37,.12);
  border-radius:16px;
  background:#fffaf3;
}

.buying-guide-grid strong,
.buying-guide-grid span{
  display:block;
}

.buying-guide-grid strong{
  color:#0c2e27;
  margin-bottom:5px;
}

.buying-guide-grid span{
  color:#52645e;
  font-size:.92rem;
}

@media(max-width:760px){
  .collection-intro{
    align-items:flex-start;
    flex-direction:column;
  }

  .buying-guide-grid{
    grid-template-columns:1fr;
  }
}

.product-card-skeleton{
  pointer-events:none;
}

.skeleton-media,
.skeleton-line,
.skeleton-actions span{
  display:block;
  border-radius:14px;
  background:linear-gradient(90deg,#eef3f1 0%,#f8fbfa 48%,#eef3f1 100%);
  background-size:220% 100%;
  animation:skeletonPulse 1.4s ease-in-out infinite;
}

.skeleton-media{
  aspect-ratio:1 / 1;
}

.skeleton-line{
  height:14px;
  margin-bottom:12px;
}

.skeleton-line.short{
  width:42%;
}

.skeleton-line.title{
  height:26px;
  width:88%;
}

.skeleton-line.tiny{
  width:56%;
}

.skeleton-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.skeleton-actions span{
  height:42px;
}

.premium-empty-message{
  grid-column:1 / -1;
  display:grid;
  gap:6px;
  padding:30px;
  border:1px solid rgba(13,63,52,.12);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 38px rgba(15,35,48,.08);
}

.premium-empty-message strong{
  color:#0c2e27;
  font-size:1.15rem;
}

.premium-empty-message span{
  color:#64707d;
}

@keyframes skeletonPulse{
  0%{background-position:100% 0}
  100%{background-position:-100% 0}
}

