/*
Theme Name: GN47 Meats
Theme URI: https://gn47meats.com
Author: GN47 Meats
Author URI: https://gn47meats.com
Description: A dark, premium WooCommerce theme for GN47 Meats — order fresh cuts online and checkout instantly via WhatsApp.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gn47meats
Tags: woocommerce, dark, food-and-drink, one-column, custom-menu, featured-images
*/

/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */
:root{
  --gn-bg:#0a0a0a;
  --gn-bg-alt:#111110;
  --gn-bg-card:#151412;
  --gn-orange:#ff6a2b;
  --gn-orange-light:#ffa15c;
  --gn-orange-dim:rgba(255,106,43,0.14);
  --gn-text:#f5f3f0;
  --gn-text-muted:#b7b2ac;
  --gn-border:rgba(255,255,255,0.08);
  --gn-radius:22px;
  --gn-radius-sm:12px;
  --gn-maxw:1240px;
  --gn-font:'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ==========================================================================
   2. RESET / BASE
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--gn-bg);
  color:var(--gn-text);
  font-family:var(--gn-font);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,p{margin:0;}
h1,h2,h3,h4{font-weight:500;letter-spacing:-0.02em;}
.container{max-width:var(--gn-maxw);margin:0 auto;padding:0 24px;}
.section{padding:100px 0;position:relative;}
.section-tight{padding:60px 0;}
.text-center{text-align:center;}
.eyebrow{color:var(--gn-orange);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;}
.section-title{font-size:clamp(28px,4vw,44px);margin-bottom:16px;}
.section-sub{color:var(--gn-text-muted);max-width:620px;margin:0 auto;font-size:16px;}
.header-stack{text-align:center;margin-bottom:56px;}

/* buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 28px;border-radius:100px;font-weight:600;font-size:14px;
  border:1px solid transparent;cursor:pointer;transition:all .25s ease;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gn-orange-light),var(--gn-orange));
  color:#140a04;box-shadow:0 8px 24px rgba(255,106,43,.35);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,106,43,.45);}
.btn-outline{
  background:transparent;border-color:var(--gn-border);color:var(--gn-text);
}
.btn-outline:hover{border-color:var(--gn-orange);color:var(--gn-orange-light);}
.btn-whatsapp{
  background:#1e1b18;border:1px solid rgba(255,106,43,.4);color:var(--gn-orange-light);
}
.btn-whatsapp:hover{background:var(--gn-orange-dim);}
.btn-block{width:100%;}
.btn svg{width:18px;height:18px;flex-shrink:0;}

/* ==========================================================================
   3. HEADER
   ========================================================================== */
.site-header{
  position:sticky;top:0;z-index:999;
  background:rgba(10,10,10,.75);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--gn-border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;}
.site-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;letter-spacing:.02em;}
.site-logo img{height:34px;width:auto;}
.site-logo .logo-accent{color:var(--gn-orange);}
.main-nav ul{display:flex;gap:34px;}
.main-nav a{font-size:14px;color:var(--gn-text-muted);font-weight:500;transition:color .2s;}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--gn-orange-light);}
.header-actions{display:flex;align-items:center;gap:14px;}
.cart-icon-link{position:relative;display:flex;align-items:center;padding:8px;}
.cart-count{
  position:absolute;top:-2px;right:-2px;background:var(--gn-orange);color:#140a04;
  font-size:10px;font-weight:700;border-radius:50%;width:17px;height:17px;
  display:flex;align-items:center;justify-content:center;
}
.menu-toggle{display:none;background:none;border:none;color:var(--gn-text);font-size:24px;cursor:pointer;}

@media(max-width:900px){
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--gn-bg-alt);border-bottom:1px solid var(--gn-border);}
  .main-nav.is-open{display:block;}
  .main-nav ul{flex-direction:column;padding:20px 24px;gap:18px;}
  .menu-toggle{display:block;}
}

/* ==========================================================================
   4. HERO
   ========================================================================== */
.hero{
  padding:90px 0 0;text-align:center;position:relative;
  background:radial-gradient(ellipse at top,rgba(255,106,43,.18),transparent 60%);
}
.hero h1{font-size:clamp(34px,6vw,64px);line-height:1.08;max-width:900px;margin:0 auto 20px;}
.hero h1 .highlight{color:var(--gn-orange);}
.hero p{max-width:560px;margin:0 auto 32px;color:var(--gn-text-muted);font-size:17px;}
.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:60px;}

/* Hero visual area: orange striped glow + (desktop) sliding product marquee */
.hero-visual{position:relative;height:420px;width:100%;overflow:hidden;}
.hero-glow{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,106,43,.55),rgba(255,106,43,.05) 70%,transparent);
  -webkit-mask-image:repeating-linear-gradient(90deg,#000 0 40px,transparent 40px 46px);
  mask-image:repeating-linear-gradient(90deg,#000 0 40px,transparent 40px 46px);
}
.hero-product-track{
  display:none;
}
@media(min-width:901px){
  .hero-product-track{
    display:flex;align-items:center;gap:28px;position:absolute;top:50%;left:0;
    transform:translateY(-50%);animation:hero-scroll 28s linear infinite;width:max-content;
  }
  .hero-visual:hover .hero-product-track{animation-play-state:paused;}
  .hero-product-card{
    width:180px;height:220px;flex-shrink:0;border-radius:var(--gn-radius-sm);overflow:hidden;
    position:relative;border:1px solid rgba(255,255,255,.15);
    box-shadow:0 20px 40px rgba(0,0,0,.35);
  }
  .hero-product-card img{width:100%;height:100%;object-fit:cover;}
  .hero-product-card .cap{
    position:absolute;left:0;right:0;bottom:0;padding:10px 12px;
    background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);
    font-size:12.5px;font-weight:600;color:#fff;
  }
}
@keyframes hero-scroll{
  from{transform:translate(0,-50%);}
  to{transform:translate(-50%,-50%);}
}

/* Halal floating sticker badge */
.halal-badge{
  position:absolute;top:26px;right:4%;z-index:20;
  width:104px;height:104px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 35% 30%,#ffffff,#f3f3f3 55%,#e7e7e7);
  border:3px solid #d4af37;
  box-shadow:0 12px 28px rgba(0,0,0,.45),0 0 0 6px rgba(0,105,62,.15);
  transform:rotate(-8deg);animation:halal-float 4.5s ease-in-out infinite;
}
.halal-badge::before{
  content:"";position:absolute;inset:8px;border-radius:50%;border:2px solid #00693e;
}
.halal-badge .halal-text{
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  line-height:1;
}
.halal-badge .halal-text .word{
  font-family:var(--gn-font);font-weight:700;font-size:16.5px;letter-spacing:.03em;color:#00693e;
}
.halal-badge .halal-text .sub{
  margin-top:3px;font-size:8px;font-weight:700;letter-spacing:.14em;color:#b8901f;text-transform:uppercase;
}
.halal-badge .star{
  position:absolute;top:6px;color:#d4af37;font-size:11px;
}
@keyframes halal-float{
  0%,100%{transform:rotate(-8deg) translateY(0);}
  50%{transform:rotate(-8deg) translateY(-10px);}
}
@media(max-width:600px){
  .halal-badge{width:76px;height:76px;top:14px;right:14px;}
  .halal-badge .halal-text .word{font-size:12px;}
  .halal-badge .halal-text .sub{font-size:6.5px;}
}

/* ==========================================================================
   5. SOCIAL PROOF / STATS STRIP
   ========================================================================== */
.stats-strip{padding:56px 0;border-top:1px solid var(--gn-border);border-bottom:1px solid var(--gn-border);}
.stats-row{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px;text-align:center;}
.stat-item .num{font-size:34px;font-weight:700;color:var(--gn-orange);}
.stat-item .label{color:var(--gn-text-muted);font-size:14px;margin-top:4px;}

/* ==========================================================================
   6. CARDS / SERVICES / CATEGORIES
   ========================================================================== */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.gn-card{
  background:linear-gradient(160deg,var(--gn-bg-card),rgba(255,106,43,.06));
  border:1px solid var(--gn-border);border-radius:var(--gn-radius);
  padding:32px;transition:transform .25s ease,border-color .25s ease;
}
.gn-card:hover{transform:translateY(-4px);border-color:rgba(255,106,43,.4);}
.gn-card .icon-wrap{
  width:46px;height:46px;border-radius:12px;background:var(--gn-orange-dim);
  display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--gn-orange-light);
}
.gn-card h3{font-size:19px;margin-bottom:10px;}
.gn-card p{color:var(--gn-text-muted);font-size:14px;margin-bottom:20px;}

/* ==========================================================================
   7. PROCESS STEPS
   ========================================================================== */
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.process-step{
  background:linear-gradient(135deg,var(--gn-orange),#a63c10);
  border-radius:var(--gn-radius);padding:28px 30px;
}
.process-step .icon-wrap{
  width:40px;height:40px;border-radius:10px;background:rgba(0,0,0,.25);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.process-step h3{font-size:18px;margin-bottom:8px;color:#160b04;}
.process-step p{font-size:13.5px;color:rgba(20,10,4,.75);}

/* ==========================================================================
   8. ABOUT / SPLIT SECTION
   ========================================================================== */
.about-panel{
  background:linear-gradient(135deg,rgba(255,106,43,.14),rgba(0,0,0,.3));
  border:1px solid var(--gn-border);border-radius:var(--gn-radius);
  display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;
}
.about-panel .img-side img{height:100%;object-fit:cover;filter:grayscale(30%);}
.about-panel .text-side{padding:44px;display:flex;flex-direction:column;justify-content:center;gap:14px;}
.about-panel .text-side p{color:var(--gn-text-muted);font-size:14.5px;}

/* ==========================================================================
   9. TESTIMONIALS
   ========================================================================== */
.testimonial-box{max-width:680px;margin:0 auto;text-align:center;}
.testimonial-box .quote{font-size:18px;color:var(--gn-text);margin-bottom:24px;line-height:1.7;}
.testimonial-author{display:flex;align-items:center;justify-content:center;gap:12px;}
.testimonial-author img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.testimonial-author .role{color:var(--gn-text-muted);font-size:13px;}

/* ==========================================================================
   10. CTA BANNER
   ========================================================================== */
.cta-banner{
  position:relative;text-align:center;padding:110px 0;overflow:hidden;
  background:radial-gradient(ellipse at left,rgba(255,106,43,.35),transparent 60%),
             radial-gradient(ellipse at right,rgba(255,106,43,.35),transparent 60%);
}
.cta-banner h2{font-size:clamp(28px,4.5vw,42px);margin-bottom:14px;}
.cta-banner p{color:var(--gn-text-muted);margin-bottom:30px;}

/* ==========================================================================
   11. FOOTER
   ========================================================================== */
.site-footer{padding:70px 0 30px;border-top:1px solid var(--gn-border);}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;}
.footer-col h4{font-size:14px;margin-bottom:16px;color:var(--gn-text);}
.footer-col ul li{margin-bottom:10px;}
.footer-col a{color:var(--gn-text-muted);font-size:14px;transition:color .2s;}
.footer-col a:hover{color:var(--gn-orange-light);}
.footer-brand p{color:var(--gn-text-muted);font-size:14px;max-width:280px;margin-top:14px;}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;
  border-top:1px solid var(--gn-border);padding-top:24px;color:var(--gn-text-muted);font-size:13px;flex-wrap:wrap;gap:10px;
}
.footer-wordmark{
  text-align:center;font-size:clamp(60px,14vw,180px);font-weight:700;
  color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.08);
  letter-spacing:-.02em;margin-top:20px;user-select:none;
}

/* ==========================================================================
   12. WOOCOMMERCE — GENERAL RESET
   ========================================================================== */
.woocommerce, .woocommerce-page{color:var(--gn-text);}
.woocommerce ul.products{list-style:none;margin:0;padding:0;}
.woocommerce-breadcrumb{color:var(--gn-text-muted);font-size:13px;margin-bottom:30px;}
.woocommerce-breadcrumb a{color:var(--gn-text-muted);}
.woocommerce-breadcrumb a:hover{color:var(--gn-orange-light);}
.woocommerce-notices-wrapper{max-width:var(--gn-maxw);margin:0 auto;padding:0 24px;}
.woocommerce-message, .woocommerce-info, .woocommerce-error{
  background:var(--gn-bg-card)!important;border:1px solid var(--gn-border)!important;
  color:var(--gn-text)!important;border-radius:var(--gn-radius-sm);padding:16px 20px!important;
  list-style:none;margin:20px 0!important;
}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{color:var(--gn-orange)!important;}
.woocommerce-message .button, .woocommerce-error .button{
  background:var(--gn-orange)!important;color:#140a04!important;border-radius:100px!important;
}

/* shop toolbar */
.shop-header{margin-bottom:44px;}
.woocommerce-result-count, .woocommerce-ordering{color:var(--gn-text-muted);font-size:13px;}
.woocommerce-ordering select{
  background:var(--gn-bg-card);color:var(--gn-text);border:1px solid var(--gn-border);
  border-radius:100px;padding:8px 16px;
}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px;flex-wrap:wrap;gap:14px;}

/* product tag/category pills */
.gn-filter-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:44px;}
.gn-filter-pills a{
  padding:9px 20px;border-radius:100px;border:1px solid var(--gn-border);font-size:13px;color:var(--gn-text-muted);
}
.gn-filter-pills a.active,.gn-filter-pills a:hover{border-color:var(--gn-orange);color:var(--gn-orange-light);background:var(--gn-orange-dim);}

/* PRODUCT GRID — 5 columns desktop / 2 columns mobile */
ul.products, .gn-product-grid{
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:20px!important;
}
@media(max-width:1100px){
  ul.products, .gn-product-grid{grid-template-columns:repeat(3,1fr)!important;}
}
@media(max-width:600px){
  ul.products, .gn-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;}
}

/* product card */
.woocommerce ul.products li.product, .gn-product-card{
  background:var(--gn-bg-card);border:1px solid var(--gn-border);border-radius:var(--gn-radius-sm);
  padding:14px;margin:0!important;position:relative;transition:transform .2s ease,border-color .2s ease;
  list-style:none;
}
.woocommerce ul.products li.product:hover, .gn-product-card:hover{transform:translateY(-3px);border-color:rgba(255,106,43,.4);}
.woocommerce ul.products li.product a img, .gn-product-card img{
  border-radius:10px;aspect-ratio:1/1;object-fit:cover;margin-bottom:12px;background:#1a1a1a;
}
.woocommerce ul.products li.product .price{
  color:var(--gn-orange-light)!important;font-weight:600;font-size:14px;display:block;margin:6px 0 12px;
}
.woocommerce ul.products li.product del{color:var(--gn-text-muted);opacity:.6;}
.woocommerce ul.products li.product ins{text-decoration:none;}
.woocommerce ul.products li.product h2, .woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px!important;font-weight:500;color:var(--gn-text);margin:0!important;line-height:1.35;
}
.woocommerce ul.products li.product .button, .gn-product-card .button{
  display:block;text-align:center;width:100%;margin-top:8px;
  background:var(--gn-orange-dim)!important;color:var(--gn-orange-light)!important;
  border-radius:100px!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:600!important;
  border:1px solid rgba(255,106,43,.3)!important;
}
.woocommerce ul.products li.product .button:hover{background:var(--gn-orange)!important;color:#140a04!important;}
.woocommerce span.onsale{
  position:absolute;top:20px;left:20px;background:var(--gn-orange)!important;color:#140a04!important;
  border-radius:100px;font-size:11px!important;font-weight:700;padding:4px 10px;min-height:auto!important;min-width:auto!important;line-height:normal!important;
}
.product-mini-actions{display:flex;gap:6px;margin-top:8px;}
.product-mini-actions .btn{flex:1;padding:9px 8px;font-size:11.5px;}

/* pagination */
.woocommerce-pagination ul{display:flex;gap:8px;justify-content:center;margin-top:50px;}
.woocommerce-pagination a, .woocommerce-pagination span{
  display:flex;align-items:center;justify-content:center;width:38px;height:38px;
  border-radius:50%;border:1px solid var(--gn-border);color:var(--gn-text-muted);font-size:13px;
}
.woocommerce-pagination .current{background:var(--gn-orange);color:#140a04;border-color:var(--gn-orange);}

/* ==========================================================================
   13. SINGLE PRODUCT PAGE
   ========================================================================== */
.gn-single-product{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;}
.gn-product-gallery{position:sticky;top:110px;}
.gn-product-gallery .main-image{
  border-radius:var(--gn-radius);overflow:hidden;border:1px solid var(--gn-border);
  background:var(--gn-bg-card);aspect-ratio:1/1;
}
.gn-product-gallery .main-image img{width:100%;height:100%;object-fit:cover;}
.gn-thumb-row{display:flex;gap:10px;margin-top:14px;}
.gn-thumb-row img{width:70px;height:70px;object-fit:cover;border-radius:10px;border:1px solid var(--gn-border);cursor:pointer;opacity:.6;}
.gn-thumb-row img:hover{opacity:1;border-color:var(--gn-orange);}

.gn-product-info .cat-tag{color:var(--gn-orange);font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;}
.gn-product-info h1{font-size:clamp(26px,3vw,36px);margin:12px 0 14px;}
.gn-product-info .price{font-size:26px;color:var(--gn-orange-light);font-weight:700;display:block;margin-bottom:20px;}
.gn-product-info .price del{color:var(--gn-text-muted);font-size:16px;margin-right:10px;opacity:.6;}
.gn-product-info .desc{color:var(--gn-text-muted);font-size:14.5px;margin-bottom:28px;line-height:1.8;}
.gn-stock-badge{
  display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#8ee6a1;
  background:rgba(96,211,120,.1);padding:6px 14px;border-radius:100px;margin-bottom:24px;
}
.gn-stock-badge.out{color:#ff8484;background:rgba(255,84,84,.1);}
.gn-stock-badge .dot{width:7px;height:7px;border-radius:50%;background:currentColor;}

.gn-add-to-cart-row{display:flex;gap:12px;margin-bottom:16px;align-items:stretch;}
.gn-add-to-cart-row .quantity{
  display:flex;align-items:center;border:1px solid var(--gn-border);border-radius:100px;overflow:hidden;background:var(--gn-bg-card);
}
.gn-add-to-cart-row .quantity input{
  width:50px;text-align:center;background:transparent;border:none;color:var(--gn-text);font-size:14px;height:100%;
}
.gn-add-to-cart-row .qty-btn{
  width:38px;background:none;border:none;color:var(--gn-text-muted);font-size:16px;cursor:pointer;
}
.gn-add-to-cart-row form.cart{flex:1;display:flex;margin:0!important;}
.gn-add-to-cart-row button.single_add_to_cart_button{
  flex:1;background:var(--gn-bg-card)!important;color:var(--gn-text)!important;
  border:1px solid var(--gn-border)!important;border-radius:100px!important;
  font-weight:600!important;font-size:14px!important;padding:0 20px!important;
}
.gn-add-to-cart-row button.single_add_to_cart_button:hover{border-color:var(--gn-orange)!important;color:var(--gn-orange-light)!important;}

.gn-whatsapp-order{
  display:flex;align-items:center;justify-content:center;gap:10px;width:100%;
  background:linear-gradient(135deg,#25D366,#1aa64f);color:#04150a;
  padding:16px 24px;border-radius:100px;font-weight:700;font-size:15px;
  box-shadow:0 10px 26px rgba(37,211,102,.25);margin-bottom:28px;transition:transform .2s;
}
.gn-whatsapp-order:hover{transform:translateY(-2px);}
.gn-whatsapp-order svg{width:22px;height:22px;}

.gn-trust-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
  padding:22px 0;margin:22px 0 6px;border-top:1px solid var(--gn-border);border-bottom:1px solid var(--gn-border);
}
.gn-trust-item{
  display:flex;align-items:center;gap:12px;font-size:12.5px;color:var(--gn-text-muted);
  background:var(--gn-bg-card);border:1px solid var(--gn-border);border-radius:var(--gn-radius-sm);
  padding:14px;
}
.gn-trust-item .icon-wrap{
  width:36px;height:36px;border-radius:10px;background:var(--gn-orange-dim);
  display:flex;align-items:center;justify-content:center;color:var(--gn-orange-light);flex-shrink:0;
}
.gn-trust-item .label{font-weight:600;color:var(--gn-text);font-size:12.5px;line-height:1.3;}
@media(max-width:480px){
  .gn-trust-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .gn-trust-item{padding:10px;}
}

.gn-product-tabs{margin-top:80px;}
.gn-tab-nav{display:flex;gap:30px;border-bottom:1px solid var(--gn-border);margin-bottom:30px;}
.gn-tab-nav button{
  background:none;border:none;padding:14px 0;color:var(--gn-text-muted);font-size:14px;font-weight:600;cursor:pointer;
  border-bottom:2px solid transparent;
}
.gn-tab-nav button.active{color:var(--gn-orange-light);border-color:var(--gn-orange);}
.gn-tab-panel{display:none;color:var(--gn-text-muted);font-size:14.5px;line-height:1.8;}
.gn-tab-panel.active{display:block;}

.related.products{margin-top:90px;}
.related.products>h2{font-size:26px;margin-bottom:36px;}

/* product tags on single */
.gn-product-tags{margin-top:24px;display:flex;gap:8px;flex-wrap:wrap;}
.gn-product-tags a{
  font-size:11.5px;color:var(--gn-text-muted);border:1px solid var(--gn-border);padding:5px 12px;border-radius:100px;
}

@media(max-width:900px){
  .gn-single-product{grid-template-columns:1fr;gap:30px;}
  .gn-product-gallery{position:static;}
  .card-grid, .process-grid{grid-template-columns:1fr;}
  .about-panel{grid-template-columns:1fr;}
  .about-panel .img-side img{aspect-ratio:16/9;width:100%;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}

/* ==========================================================================
   14. CART PAGE (custom, WhatsApp checkout)
   ========================================================================== */
.gn-cart-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:40px;align-items:flex-start;}
.gn-cart-item{
  display:flex;gap:16px;align-items:center;padding:16px;border:1px solid var(--gn-border);
  border-radius:var(--gn-radius-sm);background:var(--gn-bg-card);margin-bottom:14px;
}
.gn-cart-item img{width:70px;height:70px;object-fit:cover;border-radius:10px;}
.gn-cart-item .info{flex:1;}
.gn-cart-item .info .name{font-size:14.5px;margin-bottom:4px;}
.gn-cart-item .info .price{color:var(--gn-orange-light);font-size:13.5px;}
.gn-cart-item .remove-link{color:var(--gn-text-muted);font-size:18px;line-height:1;}
.gn-cart-summary{
  background:var(--gn-bg-card);border:1px solid var(--gn-border);border-radius:var(--gn-radius);
  padding:28px;position:sticky;top:110px;
}
.gn-cart-summary h3{margin-bottom:20px;}
.gn-cart-summary .row{display:flex;justify-content:space-between;font-size:14px;color:var(--gn-text-muted);margin-bottom:10px;}
.gn-cart-summary .row.total{color:var(--gn-text);font-size:17px;font-weight:600;border-top:1px solid var(--gn-border);padding-top:14px;margin-top:14px;}
.gn-empty-cart{text-align:center;padding:100px 0;}
@media(max-width:900px){.gn-cart-layout{grid-template-columns:1fr;}.gn-cart-summary{position:static;}}

/* Utility */
.gn-page-header{text-align:center;padding:60px 0 20px;}
.gn-page-header h1{font-size:clamp(28px,4vw,42px);}
