:root{
  --bg:#f3f8fa;
  --surface:#ffffff;
  --text:#17313d;
  --muted:#5c7380;
  --primary:#00435A;
  --primary-dark:#002f3f;
  --soft:#d9eaf0;
  --border:#c7d9e1;
  --shadow:0 20px 45px rgba(0,67,90,.14);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{overflow-x:hidden;font-family:'Causten';font-size:20px;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{touch-action:manipulation}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
section[id]{scroll-margin-top:150px}
.header{position:sticky;top:0;z-index:1000;background:rgba(243,248,250,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s ease,box-shadow .3s ease}
.header.scrolled{background:rgba(243,248,250,.62);box-shadow:0 8px 24px rgba(0,47,63,.1)}
.top-banner{background:var(--primary-dark);color:white}
.banner-carousel{overflow:hidden;height:44px}
.banner-track{display:flex;flex-direction:row;transform:translateX(0);transition:transform .55s ease;will-change:transform}
.banner-item{flex:0 0 auto;min-height:44px;display:flex;align-items:center;justify-content:center;padding:10px 16px;font-size:17px;font-weight:600;text-align:center;white-space:nowrap;box-sizing:border-box}
.navbar{min-height:78px;padding:clamp(20px,2.8vw,34px) 0;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo-negro{display:flex;align-items:center;flex-shrink:0}
.logo-negro img{width:auto;height:58px;object-fit:contain}
.nav-links{display:flex;min-width:0;align-items:center;gap:clamp(18px,2vw,30px)}
.nav-links a{position:relative;padding:8px 3px;font-size:20px;font-weight:500;letter-spacing:.6px;color:var(--text);transition:color .25s ease,transform .25s ease}
.nav-links a::after{content:"";position:absolute;left:50%;bottom:2px;width:0;height:1px;background:var(--primary);transform:translateX(-50%);transition:width .25s ease}
.nav-links a:hover,.nav-links a:focus-visible{color:var(--primary);transform:translateY(-1px);outline:none}
.nav-links a:hover::after,.nav-links a:focus-visible::after{width:100%}
.menu-toggle{display:none;align-items:center;justify-content:center;width:48px;height:48px;background:none;border:0;font-size:30px;color:var(--primary-dark);cursor:pointer}
.btn-pedido{border:0;background:var(--primary);color:white;padding:11px 16px;border-radius:999px;font-weight:600;letter-spacing:.3px;cursor:pointer;box-shadow:0 5px 14px rgba(0,67,90,.16);transition:background .25s ease,transform .25s ease,box-shadow .25s ease}
.btn-pedido:hover,.btn-pedido:focus-visible{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,67,90,.24);outline:none}
.btn-pedido span,.floating-cart span{background:white;color:var(--primary);border-radius:999px;padding:2px 7px;margin-left:4px}

.hero{padding:0;background:linear-gradient(135deg,#f3f8fa 0%,#d7e9ef 100%)}
.hero .container{width:100%;max-width:none}
.hero-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:16px;font-weight:700;color:var(--primary);margin-bottom:10px}
h1{font-size:clamp(46px,7vw,72px);font-weight:600;line-height:1;color:var(--primary-dark);margin-bottom:24px}
h2{font-size:clamp(32px,3vw,42px);font-weight:500;line-height:1.12;color:var(--primary-dark)}
.hero-description{font-size:21px;color:var(--muted);max-width:650px;margin-bottom:28px}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:600;cursor:pointer;border:0}
.btn-primary{background:var(--primary);color:white}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:white;color:var(--primary-dark);border:1px solid var(--border)}
.hero-carousel-card{background:white;padding:0;border-radius:0;box-shadow:var(--shadow);overflow:hidden;width:100%}
.hero-carousel{position:relative;overflow:hidden;aspect-ratio:5/2;background:#eef5f8;width:100%}
.hero-carousel-track{display:flex;transform:translateX(0);transition:transform .65s ease;will-change:transform;height:100%}
.hero-carousel-item{position:relative;flex:0 0 100%;height:100%}
.hero-carousel-item img{width:100%;height:100%;object-fit:cover;display:block}
.hero-carousel-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.28);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,47,63,.18);color:var(--primary-dark);font-size:42px;font-weight:300;line-height:1;cursor:pointer;transition:background .2s,box-shadow .2s,transform .2s}
.hero-carousel-arrow svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.hero-carousel-arrow:hover{background:rgba(255,255,255,.85);box-shadow:0 10px 28px rgba(0,47,63,.28);transform:translateY(-50%) scale(1.08)}
.hero-carousel-prev{left:2%}
.hero-carousel-next{right:2%;}

.section{padding:72px 0}
.section-title{text-align:center;margin-bottom:34px}
#categorias{padding:100px 0 110px;background:#fff}
#categorias .section-title{margin-bottom:54px}
#categorias .section-title .eyebrow{margin-bottom:10px;font-family:'Causten';font-size:clamp(36px,3vw,44px);font-weight:500;line-height:1.12;letter-spacing:0;text-transform:none;color:var(--primary-dark)}
#categorias .section-title h2{font-size:21px;font-weight:400;line-height:1.5;letter-spacing:.15px;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:76px 38px;width:min(980px,100%);margin:0 auto}
.category-card{position:relative;padding:0;background:transparent;border:0;border-radius:0;overflow:visible;cursor:pointer;box-shadow:none;transition:transform .45s ease;color:var(--primary-dark)}
.category-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f3f5;border-radius:0;transition:opacity .45s ease,transform .45s ease,box-shadow .45s ease}
.category-card .category-name{position:relative;display:block;padding:32px 8px 6px;background:none;color:var(--text);font-size:20px;font-weight:500;line-height:1.35;text-align:center;text-shadow:none;transition:color .25s ease,letter-spacing .25s ease}
.category-card .category-name::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;background:var(--primary);transform:translateX(-50%);transition:width .3s ease}
.category-card .category-actions{display:none}
.category-card:hover,.category-card.active{transform:none;border-color:transparent;box-shadow:none}
.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);outline:none}
.category-card:hover img,.category-card:focus-visible img{opacity:.97;transform:scale(1.008);box-shadow:0 10px 24px rgba(0,47,63,.02)}
.category-card:hover .category-name,.category-card:focus-visible .category-name{color:var(--primary);letter-spacing:.25px}
.category-card:hover .category-name::after,.category-card:focus-visible .category-name::after{width:42px}
.category-card.active .category-name{color:var(--primary)}

.catalogo{background:white}
.catalog-header{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:25px}
#buscador{width:min(390px,100%);min-width:0;border:1px solid var(--border);border-radius:999px;padding:14px 18px;background:#f3f8fa;outline:none}
#buscador:focus{border-color:var(--primary)}
.catalog-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.catalog-controls select{min-width:180px;border:1px solid var(--border);border-radius:999px;padding:14px 18px;background:#f3f8fa;color:var(--text);outline:none}
.catalog-controls select:focus{border-color:var(--primary)}
.filters{display:none;background:#f3f8fa;border:1px solid var(--border);border-radius:24px;padding:18px;margin-bottom:28px;gap:18px;flex-wrap:wrap}
.filters.show{display:flex}
.filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.filter-group p{font-weight:600;margin-right:6px;color:var(--primary-dark)}
.filter-btn{border:1px solid var(--border);background:white;color:var(--text);padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:500}
.filter-btn.active{background:var(--primary);color:white;border-color:var(--primary)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{border:1px solid rgba(199,217,225,.8);border-radius:0;overflow:hidden;background:#fff;box-shadow:0 14px 32px rgba(0,67,90,.08);display:flex;flex-direction:column;height:100%}
.product-card{cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-card:hover,.product-card:focus-visible{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,67,90,.14);border-color:rgba(0,67,90,.22);outline:none}
.product-card img{width:100%;height:250px;object-fit:cover;object-position:center;background:#f5f8f9;display:block}
.product-info{padding:22px 22px 24px;flex:1;display:flex;flex-direction:column;gap:16px}
.product-info h3{font-size:19px;font-weight:600;color:var(--primary-dark);line-height:1.25;margin:0}
.product-info p{display:none}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin:2px 0 0}
.badge{background:rgba(217,234,240,.8);color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600;letter-spacing:.2px}
.add-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;border:1px solid var(--primary-dark);background:var(--primary-dark);color:white;padding:10px 14px;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;margin-top:auto;box-shadow:0 5px 14px rgba(0,67,90,.16);transition:background .25s ease,transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.add-btn:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,67,90,.22)}
.empty-message{display:none;text-align:center;color:var(--muted);font-weight:500;margin-top:24px}

.product-modal{display:none;position:fixed;inset:0;z-index:2500;background:rgba(44,30,36,.62);padding:24px;align-items:center;justify-content:center}
.product-modal.show{display:flex}
.product-modal-content{position:relative;display:grid;grid-template-columns:minmax(250px,.9fr) minmax(280px,1.1fr);width:min(900px,100%);max-height:90vh;overflow:auto;background:white;border-radius:0;box-shadow:0 30px 70px rgba(0,0,0,.28)}
.product-modal-content>img{width:100%;height:100%;min-height:430px;object-fit:contain;background:#f8f8f8;padding:24px}
.product-modal-info{padding:56px 48px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.product-modal-info h2{font-size:clamp(32px,3vw,40px);font-weight:600;margin-bottom:0}
.product-modal-info .badges{margin-top:0}
.product-extra{width:100%;margin-bottom:0}
.product-extra h3{font-size:19px;color:var(--primary-dark);margin-bottom:8px}
.product-extra p{color:var(--muted);white-space:pre-wrap}
.product-modal-info .add-btn{margin-top:auto}
.product-modal-close{position:absolute;right:16px;top:12px;z-index:1;width:42px;height:42px;border:0;border-radius:50%;background:white;color:var(--primary-dark);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.13)}

.contacto{padding:48px 0;background:#fff;border-top:1px solid #edf0f1;border-bottom:1px solid #edf0f1}
.contacto-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px}
.payment-methods h2,.contacto-social h2{margin-bottom:22px;font-family:'Causten';font-size:22px;font-weight:600;line-height:1.2;color:#111}
.payment-logos{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.payment-logo{display:inline-flex;align-items:center;justify-content:center;height:50px;font-size:22px;font-weight:700;line-height:1;color:#1b2b35}
.payment-logo.visa{color:#1434cb;font-size:36px;font-style:italic;font-weight:800;letter-spacing:-1px}
.payment-logo.mastercard{position:relative;width:58px}
.payment-logo.mastercard::before,.payment-logo.mastercard::after{content:"";position:absolute;width:36px;height:36px;border-radius:50%}
.payment-logo.mastercard::before{left:2px;background:#eb001b}
.payment-logo.mastercard::after{right:2px;background:rgba(247,158,27,.9)}
.payment-logo.amex{padding:7px 9px;background:#2477bb;color:white;font-size:14px;line-height:.9;text-align:center}
.payment-logo.diners{width:40px;height:40px;border:3px solid #1478b8;border-radius:50%;color:#1478b8;font-size:25px}
.payment-logo.cabal{padding:8px 11px;background:#16708f;color:white;font-size:17px;letter-spacing:.4px}
.payment-logo.naranja{color:#e85b15;font-size:22px;font-weight:500}
.payment-logo.naranja strong{margin-left:3px;font-size:28px}
.payment-logo.cash{gap:8px;color:#287a52;font-size:17px;font-weight:600}
.payment-logo.cash svg{width:44px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.payment-logo.mercadopago img{width:150px;height:auto;object-fit:contain}
.contacto-social{text-align:right}
.contact-links{display:flex;align-items:center;justify-content:flex-end;gap:20px}
.contact-link{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;padding:0;color:#111;background:transparent;border-radius:50%;transition:color .25s ease,transform .25s ease}
.contact-link svg{width:42px;height:42px;fill:currentColor}
.contact-link:hover,.contact-link:focus-visible{color:var(--primary);transform:translateY(-2px);outline:none}
#ubicacion{padding:100px 0 110px;background:#fff}
#ubicacion .section-title{margin-bottom:54px}
#ubicacion .section-title .eyebrow{margin-bottom:10px;font-size:clamp(36px,3vw,44px);font-weight:500;line-height:1.12;letter-spacing:0;text-transform:none;color:var(--primary-dark)}
#ubicacion .section-title h2{font-size:21px;font-weight:400;line-height:1.5;color:var(--muted)}
.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:64px;width:min(980px,100%);margin:0 auto}
.location-card{position:relative;padding:32px 0 4px;background:transparent;border:0;border-top:1px solid var(--border);border-radius:0;box-shadow:none}
.location-card::before{position:absolute;top:-15px;left:0;padding-right:12px;background:#fff;color:var(--muted);font-size:14px;font-weight:500;letter-spacing:1px}
.location-card:first-child::before{content:"01"}
.location-card:nth-child(2)::before{content:"02"}
.location-card h3{font-size:26px;font-weight:500;color:var(--primary-dark);margin-bottom:16px}
.location-card p{color:var(--muted);font-size:18px;margin-bottom:5px}
.location-card a{position:relative;margin-top:20px;padding:8px 2px;border:0;border-radius:0;background:transparent;color:var(--text);font-size:17px;transition:color .25s ease,transform .25s ease}
.location-card a::after{content:"";position:absolute;left:50%;bottom:2px;width:0;height:1px;background:var(--primary);transform:translateX(-50%);transition:width .25s ease}
.location-card a:hover,.location-card a:focus-visible{background:transparent;color:var(--primary);transform:translateY(-1px);box-shadow:none;outline:none}
.location-card a:hover::after,.location-card a:focus-visible::after{width:100%}

.floating-cart{position:fixed;right:22px;bottom:22px;z-index:1001;border:0;background:var(--primary);color:white;border-radius:999px;padding:16px 18px;font-weight:700;box-shadow:var(--shadow);cursor:pointer}
.cart-panel{position:fixed;right:-430px;top:0;width:min(420px,92vw);height:100vh;background:white;z-index:2000;box-shadow:-20px 0 45px rgba(0,0,0,.16);transition:.3s;display:flex;flex-direction:column}
.cart-panel.open{right:0}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--border)}
.cart-header h2{font-size:28px;font-weight:600}
.cart-header button{border:0;background:none;font-size:36px;cursor:pointer;color:var(--primary-dark)}
.cart-content{padding:18px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--border);padding:12px 0}
.cart-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}
.cart-item h4{font-size:19px;color:var(--primary-dark)}
.cart-item p{font-size:17px;color:var(--muted)}
.qty{display:flex;align-items:center;gap:8px}
.qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:800}
.cart-footer{padding:20px;border-top:1px solid var(--border)}
.cart-footer p{margin:8px 0;font-weight:600;color:var(--primary-dark)}
.cart-footer strong{color:var(--primary)}
.full{width:100%;margin:12px 0}
.btn-clean{width:100%;border:0;background:transparent;color:var(--muted);font-weight:600;cursor:pointer}
.small{font-size:15px;color:var(--muted)}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1500}
.overlay.show{display:block}
.footer{padding:26px 0;text-align:center;background:var(--primary-dark);color:white}

@media(max-width:1100px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:980px){
  section[id]{scroll-margin-top:130px}
  .menu-toggle{display:flex}
  .nav-links{position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 120px);overflow-y:auto;background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);padding:24px 4%;display:none;flex-direction:column;align-items:center;gap:8px;box-shadow:0 14px 26px rgba(0,47,63,.1)}
  .nav-links.open{display:flex}
  .nav-links a{width:min(320px,100%);padding:12px 4px;text-align:center}
  .nav-links a::after{left:50%;transform:translateX(-50%)}
  .nav-links a:hover::after,.nav-links a:focus-visible::after{width:42px}
  .btn-pedido{width:min(320px,100%);margin-top:8px;padding:13px 18px}
  .hero-carousel{aspect-ratio:12/5}
  .contacto-grid{grid-template-columns:1fr}
  .contacto-social{text-align:left}
  .contact-links{justify-content:flex-start}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-header{align-items:start;flex-direction:column}
  #buscador{width:100%}
  .location-grid{grid-template-columns:1fr}
}

@media(max-width:720px){
  body{font-size:18px}
  section[id]{scroll-margin-top:115px}
  .container{width:90%}
  .section{padding:58px 0}
  #categorias{padding:68px 0 76px}
  #categorias .section-title{margin-bottom:42px}
  h2{font-size:clamp(29px,8vw,36px)}
  .logo-negro img{height:48px}
  .banner-carousel{height:56px}
  .banner-item{min-height:56px;padding:8px 14px;font-size:16px;white-space:normal;line-height:1.15}
  .hero-carousel{aspect-ratio:16/7}
  .hero-carousel-arrow{width:40px;height:40px}
  .hero-carousel-arrow svg{width:20px;height:20px}
  .hero-carousel-prev{left:3%}
  .hero-carousel-next{right:3%}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:44px 18px}
  .category-card .category-name{padding-top:22px;font-size:18px}
  .product-grid{grid-template-columns:1fr}
  .product-card{width:min(100%,520px);margin-inline:auto}
  .product-card img{height:270px}
  .product-info{gap:14px}
  .filters{padding:16px;border-radius:18px}
  .filter-group{align-items:flex-start}
  .filter-group p{flex-basis:100%;margin-bottom:4px}
  .product-modal{padding:12px}
  .product-modal-content{grid-template-columns:1fr;max-height:94vh;border-radius:0}
  .product-modal-content>img{height:240px;min-height:0;padding:16px}
  .product-modal-info{padding:30px 24px;gap:12px}
  .product-modal-info h2{font-size:clamp(28px,8vw,34px)}
  .contacto{padding:42px 0}
  .contacto-grid{gap:34px}
  .payment-logos{gap:22px}
  .payment-logo{height:44px;font-size:19px}
  .payment-logo.visa{font-size:31px}
  .payment-logo.mastercard{width:52px}
  .payment-logo.mastercard::before,.payment-logo.mastercard::after{width:32px;height:32px}
  .payment-logo.amex{font-size:11px}
  .payment-logo.diners{width:36px;height:36px;font-size:21px}
  .payment-logo.cabal{font-size:14px}
  .payment-logo.naranja{font-size:19px}
  .payment-logo.naranja strong{font-size:24px}
  .payment-logo.cash{font-size:16px}
  .payment-logo.cash svg{width:40px;height:27px}
  .payment-logo.mercadopago img{width:135px}
  #ubicacion{padding:68px 0 76px}
  #ubicacion .section-title{margin-bottom:42px}
  .location-grid{gap:48px}
  .location-card{padding:28px 0 2px}
  .floating-cart{right:14px;bottom:14px;padding:13px 15px}
  .footer{padding:22px 0}
}

@media(max-width:480px){
  body{font-size:17px}
  .navbar{min-height:68px;padding:16px 0}
  .logo-negro img{height:42px}
  .menu-toggle{width:44px;height:44px;font-size:28px}
  .banner-carousel{height:54px}
  .banner-item{min-height:54px;font-size:14px}
  .hero-carousel{aspect-ratio:16/9}
  .hero-carousel-arrow{width:34px;height:34px}
  .hero-carousel-arrow svg{width:17px;height:17px}
  #categorias .section-title .eyebrow{font-size:clamp(32px,10vw,38px)}
  #categorias .section-title h2{font-size:18px}
  .category-grid{gap:38px 12px}
  .category-card .category-name{padding:18px 2px 6px;font-size:17px}
  .catalog-header{gap:16px}
  #buscador{padding:12px 15px}
  .product-card img{height:235px}
  .product-info{padding:18px 16px 18px;gap:12px}
  .product-info h3{font-size:18px}
  .badge{font-size:12px;padding:5px 9px}
  .add-btn{padding:9px 12px;font-size:13px}
  .filter-btn{padding:7px 11px}
  .product-modal-content>img{height:210px}
  .product-modal-close{right:10px;top:10px;width:38px;height:38px}
  .payment-methods h2,.contacto-social h2{font-size:20px}
  .payment-logos{gap:18px}
  .contact-link{width:50px;height:50px}
  .contact-link svg{width:36px;height:36px}
  #ubicacion .section-title .eyebrow{font-size:clamp(32px,10vw,38px)}
  #ubicacion .section-title h2{font-size:18px}
  .location-card h3{font-size:23px}
  .location-card p{font-size:16px}
  .cart-panel{right:-100%;width:100vw}
  .cart-header{padding:17px}
  .cart-content{padding:14px}
  .cart-item{grid-template-columns:56px minmax(0,1fr) auto;gap:10px}
  .cart-item img{width:56px;height:56px}
  .cart-item h4{font-size:17px}
  .cart-item p{font-size:15px}
  .cart-item .qty{grid-column:2;justify-self:start}
  .cart-item .subtotal{grid-column:3;grid-row:1/3;min-width:58px;font-size:15px}
  .cart-footer{padding:16px}
}

@media(max-width:360px){
  .category-grid{grid-template-columns:1fr;gap:38px}
  .payment-logos{gap:14px}
}

@media(hover:none){
  .category-card:hover{transform:none}
  .category-card:hover img{opacity:1;transform:none;box-shadow:none}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
