/** Shopify CDN: Minification failed

Line 355:0 Unexpected "}"

**/
/* ===== DEALHUB THEME — FULL RESPONSIVE CSS ===== */

:root {
  --color-primary: #1a2e4a;
  --color-primary-dark: #0f1d30;
  --color-accent: #f5821f;
  --color-accent-hover: #e06b00;
  --color-sale: #e02020;
  --color-success: #2ecc71;
  --color-text: #1a1a1a;
  --color-text-secondary: #555;
  --color-text-muted: #888;
  --color-bg: #f4f6f9;
  --color-surface: #ffffff;
  --color-border: #e2e8f0;
  --color-border-light: #f0f4f8;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow: 0 2px 12px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.14);
  --transition: 0.22s cubic-bezier(0.4,0,0.2,1);
  --max-width: 1320px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-body);font-size:15px;color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
button{cursor:pointer;border:none;background:none;font-family:inherit;}
ul{list-style:none;}
input,select,textarea{font-family:var(--font-body);}

.skip-link{position:absolute;top:-40px;left:1rem;background:var(--color-primary);color:white;padding:.5rem 1rem;border-radius:var(--radius);z-index:9999;transition:top .2s;}
.skip-link:focus{top:.5rem;}

.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem;}

/* Section spacing utility */
.section-spacing { padding-top: var(--section-pt, 2.5rem); padding-bottom: var(--section-pb, 2.5rem); }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar{background:var(--color-primary-dark);color:#fff;text-align:center;padding:8px 1rem;font-size:13px;font-weight:500;letter-spacing:.02em;}
.announcement-bar a{color:var(--color-accent);text-decoration:underline;}

/* ===== HEADER ===== */
/* Header styles now in site-header.liquid */

/* ===== SECTION HEADERS ===== */
.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;}
.section-title{font-family:var(--font-heading);font-size:1.7rem;font-weight:800;color:var(--color-primary);letter-spacing:-.01em;position:relative;padding-bottom:6px;}
.section-title::after{content:'';position:absolute;bottom:0;left:0;width:36px;height:3px;background:var(--color-accent);border-radius:2px;}
.view-all-link{display:flex;align-items:center;gap:4px;color:var(--color-accent);font-size:13px;font-weight:700;transition:gap var(--transition);}
.view-all-link:hover{gap:8px;}

/* ===== HERO ===== */
.hero-section{background:linear-gradient(135deg,var(--color-primary) 0%,#243b6a 60%,#1a3a6e 100%);overflow:hidden;position:relative;}
.hero-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/svg%3E");}
.hero-inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:360px;gap:2rem;position:relative;z-index:1;}
.hero-content{padding:3rem 0;}
.hero-badge{display:inline-block;background:var(--color-accent);color:white;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:1rem;}
.hero-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:900;color:white;line-height:1.05;letter-spacing:-.02em;margin-bottom:1rem;}
.hero-title em{font-style:normal;color:var(--color-accent);}
.hero-subtitle{color:rgba(255,255,255,.75);font-size:1rem;margin-bottom:1.75rem;font-style:italic;}
.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent);color:white;font-size:.95rem;font-weight:800;padding:13px 28px;border-radius:var(--radius);transition:all var(--transition);box-shadow:0 4px 20px rgba(245,130,31,.45);letter-spacing:.03em;}
.hero-cta:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px rgba(245,130,31,.55);}
.hero-stats{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap;}
.hero-stat{color:rgba(255,255,255,.7);}
.hero-stat strong{display:block;font-size:1.3rem;font-weight:800;color:#fff;}
.hero-stat span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;}
.hero-image-wrap{display:flex;align-items:center;justify-content:center;padding:2rem 0;}
.hero-image-wrap img{max-height:300px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:heroFloat 4s ease-in-out infinite;}
@keyframes heroFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
.hero-placeholder{width:100%;height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:rgba(255,255,255,.3);border:2px dashed rgba(255,255,255,.2);border-radius:var(--radius-lg);font-size:.9rem;text-align:center;}

/* ===== PRODUCT CARD ===== */
.product-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition);aspect-ratio:1/1;background:var(--color-bg);}
.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);}
.product-card__badge{position:absolute;top:8px;left:8px;z-index:4;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:4px;color:white;}
.badge--sale{background:var(--color-sale);}
.badge--hot{background:var(--color-accent);}
.badge--new{background:var(--color-success);}
.badge--limited{background:#9c27b0;}
.badge--bestseller{background:var(--color-primary);}
.product-card__image{position:absolute;inset:0;z-index:1;overflow:hidden;display:block;}
.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.product-card:hover .product-card__image img{transform:scale(1.07);}
.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);color:#aaa;font-size:.8rem;text-align:center;padding:.75rem;flex-direction:column;gap:.5rem;}
.product-card__overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.45) 50%,rgba(0,0,0,0) 100%);pointer-events:none;}
.product-card__overlay>*{pointer-events:auto;}
.product-card__rating{display:flex;align-items:center;gap:3px;font-size:10px;color:rgba(255,255,255,.75);flex-wrap:wrap;margin-bottom:3px;opacity:0;transform:translateY(4px);transition:opacity .25s,transform .25s;}
.product-card:hover .product-card__rating{opacity:1;transform:translateY(0);}
.product-card__title{font-size:13px;font-weight:700;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.5);margin-bottom:6px;}
.stars{color:#f5a623;font-size:12px;letter-spacing:1px;}
.pc-stars{color:#f5c200;font-size:11px;letter-spacing:1px;line-height:1;}
.pc-rating-num{font-weight:800;font-size:11px;color:rgba(255,255,255,.9);}
.pc-rating-count{font-size:10px;color:rgba(255,255,255,.65);}
.pc-sold{font-size:10px;color:rgba(255,255,255,.55);white-space:nowrap;}
.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;}
.product-card__pricing{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;}
.price-current{font-size:1rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.price-original{font-size:11px;color:rgba(255,255,255,.55);text-decoration:line-through;}
.price-save{font-size:10px;font-weight:700;color:var(--color-success);background:#edfbf4;padding:1px 5px;border-radius:3px;}
.product-card__footer{display:none;}
.btn-add-cart{background:var(--color-accent);color:white;font-size:11.5px;font-weight:700;padding:7px 12px;border-radius:var(--radius);letter-spacing:.03em;transition:background var(--transition),transform .15s;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;flex-shrink:0;}
.btn-add-cart:hover{background:var(--color-primary);transform:scale(1.04);}
.btn-add-cart:disabled{background:#999;cursor:not-allowed;}

/* ===== GRIDS ===== */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.products-grid--5{grid-template-columns:repeat(5,1fr);}
.products-grid--3{grid-template-columns:repeat(3,1fr);}

/* ===== CATEGORIES ===== */
.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;}
.category-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:1.25rem .75rem 1rem;text-align:center;border:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);transition:all var(--transition);display:flex;flex-direction:column;align-items:center;gap:.6rem;}
.category-card:hover{border-color:var(--color-accent);box-shadow:0 4px 20px rgba(245,130,31,.15);transform:translateY(-3px);}
.category-card__icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--color-bg);transition:background var(--transition);}
.category-card:hover .category-card__icon{background:#fff3e8;}
.category-card__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.category-card__name{font-size:12.5px;font-weight:700;color:var(--color-text);}

/* ===== DEAL OF DAY ===== */
.deal-section{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--color-border-light);}
.deal-inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:340px;}
.deal-image-side{background:linear-gradient(135deg,#f0f4f8,#e8eef5);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;}
.deal-image-side img{max-height:260px;object-fit:contain;}
.deal-content-side{background:linear-gradient(135deg,var(--color-primary) 0%,#1e3a6e 100%);padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;}
.deal-label{font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);}
.deal-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:900;color:white;line-height:1.1;}
.deal-pricing{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;}
.deal-price-current{font-size:2.2rem;font-weight:900;color:var(--color-accent);}
.deal-price-original{font-size:1rem;color:rgba(255,255,255,.5);text-decoration:line-through;}
.deal-discount{background:var(--color-sale);color:white;font-size:12px;font-weight:800;padding:3px 9px;border-radius:var(--radius);}
.countdown-label{color:rgba(255,255,255,.7);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;}
.countdown{display:flex;gap:6px;align-items:center;flex-wrap:wrap;}
.countdown-unit{background:rgba(255,255,255,.12);border-radius:var(--radius);padding:8px 12px;text-align:center;min-width:52px;}
.countdown-unit__num{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:900;color:white;line-height:1;}
.countdown-unit__label{display:block;font-size:9px;color:rgba(255,255,255,.5);letter-spacing:.1em;text-transform:uppercase;margin-top:2px;}
.countdown-sep{color:var(--color-accent);font-size:1.4rem;font-weight:900;}
.btn-deal{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent);color:white;font-size:.95rem;font-weight:800;padding:13px 24px;border-radius:var(--radius);width:fit-content;transition:all var(--transition);box-shadow:0 4px 16px rgba(245,130,31,.4);}
.btn-deal:hover{background:var(--color-accent-hover);transform:translateY(-2px);}

/* ===== NEW ARRIVALS ===== */
.new-arrivals-wrap{display:grid;grid-template-columns:1fr 200px;gap:1rem;align-items:stretch;}
.new-arrivals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.new-arrivals-promo{background:linear-gradient(135deg,var(--color-primary) 0%,#243b6a 100%);border-radius:var(--radius-lg);padding:1.75rem 1.25rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.75rem;}
.new-arrivals-promo__label{font-size:10px;color:rgba(255,255,255,.6);font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.new-arrivals-promo__title{font-family:var(--font-heading);font-size:1.35rem;font-weight:900;color:white;line-height:1.1;}
.new-arrivals-promo__btn{background:var(--color-accent);color:white;font-size:12.5px;font-weight:700;padding:9px 16px;border-radius:var(--radius);transition:background var(--transition);width:fit-content;display:inline-block;}
.new-arrivals-promo__btn:hover{background:var(--color-accent-hover);}

/* ===== REVIEWS ===== */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.review-card{background:var(--color-bg);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--color-border-light);display:flex;flex-direction:column;gap:.875rem;transition:box-shadow var(--transition);}
.review-card:hover{box-shadow:var(--shadow);}
.review-card__header{display:flex;align-items:center;gap:10px;}
.review-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));display:flex;align-items:center;justify-content:center;color:white;font-size:1rem;font-weight:800;flex-shrink:0;}
.review-name{font-weight:700;font-size:13.5px;}
.review-date{font-size:11px;color:var(--color-text-muted);}
.review-stars{color:#f5a623;font-size:14px;letter-spacing:2px;}
.review-text{font-size:13px;color:var(--color-text-secondary);line-height:1.65;font-style:italic;}
.review-product{font-size:11px;color:var(--color-accent);font-weight:600;}

/* ===== NEWSLETTER ===== */
.newsletter-section{background:linear-gradient(135deg,var(--color-primary) 0%,#1e3a6e 100%);padding:3.5rem 1rem;text-align:center;}
.newsletter-inner{max-width:520px;margin:0 auto;}
.newsletter-title{font-family:var(--font-heading);font-size:2rem;font-weight:900;color:white;margin-bottom:.4rem;}
.newsletter-subtitle{color:rgba(255,255,255,.7);margin-bottom:1.75rem;font-size:.95rem;}
.newsletter-form{display:flex;gap:0;max-width:420px;margin:0 auto;}
.newsletter-form input{flex:1;padding:12px 16px;border:none;border-radius:var(--radius) 0 0 var(--radius);font-size:14px;outline:none;}
.newsletter-form button{background:var(--color-accent);color:white;font-size:13.5px;font-weight:800;padding:12px 20px;border-radius:0 var(--radius) var(--radius) 0;border:none;cursor:pointer;transition:background var(--transition);white-space:nowrap;}
.newsletter-form button:hover{background:var(--color-accent-hover);}
.newsletter-disclaimer{font-size:11px;color:rgba(255,255,255,.35);margin-top:.6rem;}

/* ===== TRUST BADGES ===== */
.trust-section{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}
.trust-inner{max-width:var(--max-width);margin:0 auto;padding:1.25rem 1rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:10px;padding:.75rem 1.5rem;border-right:1px solid var(--color-border);flex:1;min-width:180px;justify-content:center;}
.trust-item:last-child{border-right:none;}
.trust-icon{width:38px;height:38px;background:#fff3e8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0;}
.trust-text strong{display:block;font-size:13px;font-weight:700;}
.trust-text span{font-size:11.5px;color:var(--color-text-muted);}

/* ===== FOOTER ===== */
.site-footer{background:var(--color-primary-dark);color:rgba(255,255,255,.75);}
.footer-main{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;align-items:start;}
.footer-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:900;color:white;margin-bottom:.875rem;}
.footer-desc{font-size:13px;line-height:1.7;margin-bottom:1.1rem;color:rgba(255,255,255,.5);}
.footer-social{display:flex;gap:8px;}
.social-btn{width:34px;height:34px;background:rgba(255,255,255,.08);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:background var(--transition),color var(--transition);}
.social-btn:hover{background:var(--color-accent);color:white;}
.footer-col h4{color:white;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.875rem;}
.footer-links{display:flex;flex-direction:column;gap:7px;}
.footer-links a{font-size:13px;color:rgba(255,255,255,.5);transition:color var(--transition);}
.footer-links a:hover{color:var(--color-accent);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.1rem 1rem;}
.footer-bottom__copy{font-size:12px;color:rgba(255,255,255,.3);}
.footer-payments{display:flex;gap:6px;align-items:center;flex-wrap:wrap;}
.payment-icon{height:22px;width:auto;border-radius:3px;background:rgba(255,255,255,.9);padding:2px 4px;}

/* ===== CART NOTIFICATION ===== */
.cart-notification{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;animation:slideUp .3s ease;}
.cart-notification.hidden{display:none;}
.cart-notification__inner{background:white;border-radius:var(--radius-lg);padding:13px 16px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;border-left:4px solid var(--color-success);min-width:280px;}
.cart-notification__icon{width:26px;height:26px;background:var(--color-success);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;}
.cart-notification__text{flex:1;font-size:13.5px;font-weight:600;}
.cart-notification__btn{background:var(--color-primary);color:white;font-size:12px;font-weight:700;padding:6px 12px;border-radius:var(--radius);transition:background var(--transition);}
.cart-notification__btn:hover{background:var(--color-accent);}
.cart-notification__close{color:var(--color-text-muted);font-size:14px;padding:2px 4px;}
@keyframes slideUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}

/* ===== PAGE SECTION BG ===== */
.section-bg-white{background:var(--color-surface);}
.section-bg-gray{background:var(--color-bg);}

/* ===== RESPONSIVE ===== */
/* ═══════════════════════════════════
   RESPONSIVE — 1100px (tablet large)
═══════════════════════════════════ */
@media(max-width:1100px){
  .products-grid{grid-template-columns:repeat(3,1fr);}
  .products-grid--5{grid-template-columns:repeat(3,1fr);}
  .categories-grid{grid-template-columns:repeat(4,1fr);}
  .deal-inner{grid-template-columns:1fr 1fr;}
  .new-arrivals-wrap{grid-template-columns:1fr;}
  .new-arrivals-grid{grid-template-columns:repeat(3,1fr);}
}

/* ═══════════════════════════════════
   RESPONSIVE — 768px (tablet / mobile)
═══════════════════════════════════ */
@media(max-width:768px){

  /* ── Layout spacing ── */
  .page-section{padding:1.5rem .875rem;}
  .container{padding:0 .875rem;}

  /* ── Section header ── */
  .section-title{font-size:1.4rem;}
  .section-header{margin-bottom:1rem;}

  /* ── Hero ── */
  .hero-inner{grid-template-columns:1fr;min-height:auto;padding:1.5rem .875rem;}
  .hero-content{padding:1.5rem 0;}
  .hero-image-wrap{display:none;}
  .hero-stats{gap:.875rem;}
  .hero-title{font-size:2rem;}
  .hero-subtitle{font-size:1rem;}

  /* ── Product grids → 2 colonnes ── */
  .products-grid,
  .products-grid--5,
  .products-grid--3{grid-template-columns:repeat(2,1fr);gap:.75rem;}

  /* ── Product card compact ── */
  .product-card__overlay{padding:8px;}
  .product-card__title{font-size:12px;}
  .price-current{font-size:.95rem;}
  .btn-add-cart{padding:6px 10px;font-size:11px;}

  /* ── Categories ── */
  .categories-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;}
  .category-card{padding:.875rem .5rem .75rem;}

  /* ── Deal of the day ── */
  .deal-inner{grid-template-columns:1fr;}
  .deal-image-side{min-height:200px;order:-1;}
  .deal-content-side{padding:1.5rem 1rem;}

  /* ── Reviews ── */
  .reviews-grid{grid-template-columns:1fr;}

  /* ── New arrivals ── */
  .new-arrivals-wrap{grid-template-columns:1fr;}
  .new-arrivals-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;}
  .new-arrivals-promo{min-height:140px;padding:1.25rem 1rem;}

  /* ── Trust bar ── */
  .trust-bar .container{flex-wrap:wrap;gap:.5rem;}
  .trust-item{min-width:calc(50% - .5rem);flex:0 0 calc(50% - .5rem);}

  /* ── Footer ── */
  .footer-bottom .container{flex-direction:column;text-align:center;gap:.5rem;}

  /* ── Newsletter ── */
  .newsletter-form{flex-direction:column;gap:.5rem;}
  .newsletter-form input,.newsletter-form button{border-radius:var(--radius);width:100%;}

  /* ── Announcement bar ── */
  .announcement-bar{font-size:12px;padding:7px .875rem;}
}

/* ═══════════════════════════════════
   RESPONSIVE — 480px (small mobile)
═══════════════════════════════════ */
@media(max-width:480px){

  /* ── Product cards ── */
  .products-grid,
  .products-grid--5,
  .products-grid--3{grid-template-columns:repeat(2,1fr);gap:.5rem;}
  .product-card__overlay{padding:7px;}
  .product-card__title{font-size:11.5px;}
  .price-current{font-size:.9rem;}
  .btn-add-cart{padding:5px 9px;font-size:10.5px;gap:3px;}
  .pc-sold{display:none;}

  /* ── Categories → 2 colonnes ── */
  .categories-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;}
  .category-card{padding:.75rem .5rem .625rem;}

  /* ── New arrivals ── */
  .new-arrivals-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;}

  /* ── Deal ── */
  .deal-price-current{font-size:1.75rem;}

  /* ── Trust ── */
  .trust-item{border-right:none;border-bottom:1px solid var(--color-border);}
  .trust-item:last-child{border-bottom:none;}

  /* ── Footer ── */

  /* ── Typography ── */
  .hero-title{font-size:1.7rem;}
  .section-title{font-size:1.25rem;}
}

/* ═══════════════════════════════════
   RESPONSIVE — 360px (XS)
═══════════════════════════════════ */
@media(max-width:360px){
  .products-grid,
  .products-grid--5,
  .products-grid--3{gap:.375rem;}
  .page-section{padding:1.25rem .625rem;}
  .section-title{font-size:1.15rem;}
  .hero-title{font-size:1.5rem;}
}
  .categories-grid{grid-template-columns:repeat(2,1fr);}
  .hero-title{font-size:1.9rem;}
  .section-title{font-size:1.4rem;}
  .trust-item{border-right:none;border-bottom:1px solid var(--color-border);}
  .trust-item:last-child{border-bottom:none;}
  .deal-price-current{font-size:1.9rem;}
}

/* ===== LIGHTBOX ===== */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:flex;align-items:center;justify-content:center;}
.lightbox.hidden{display:none;}
.lightbox__inner{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;}
.lightbox__img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 20px 60px rgba(0,0,0,.5);}
.lightbox__close{position:fixed;top:1.25rem;right:1.5rem;background:rgba(255,255,255,.12);color:white;width:42px;height:42px;border-radius:50%;border:none;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition);z-index:1;}
.lightbox__close:hover{background:rgba(255,255,255,.25);}
.lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);color:white;width:48px;height:48px;border-radius:50%;border:none;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition);}
.lightbox__nav--prev{left:1.25rem;}
.lightbox__nav--next{right:1.25rem;}
.lightbox__nav:hover{background:rgba(255,255,255,.25);}

/* ===== SCROLL ANIMATIONS ===== */
.animate-sections .page-section,
.animate-sections .hero-section,
.animate-sections .trust-section,
.animate-sections .newsletter-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.animate-sections .page-section.visible,
.animate-sections .hero-section.visible,
.animate-sections .trust-section.visible,
.animate-sections .newsletter-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== STICKY PRODUCT INFO ===== */
.product-info-col--sticky {
  position: sticky;
  top: 80px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: none;
}
.product-info-col--sticky::-webkit-scrollbar { display: none; }
