*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#161616;background:#f5efe5}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(245,239,229,.95);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111;font-family:Montserrat,sans-serif;font-weight:800}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:#111;color:#fff;border-radius:10px}.nav{display:flex;gap:26px}.nav a{text-decoration:none;color:#333;font-weight:600;font-size:14px}.cart-button,.icon-button{border:0;cursor:pointer}.cart-button{display:flex;align-items:center;gap:8px;background:#111;color:white;padding:11px 14px;border-radius:999px;font-weight:700}.cart-count{display:grid;place-items:center;background:white;color:#111;width:22px;height:22px;border-radius:50%;font-size:12px}.hero{min-height:78vh;display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center;padding:70px 7vw;background:linear-gradient(135deg,#f4ead9,#e8d9c0)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:#705d49}.eyebrow.dark{color:#7c6854}.hero h1{font-family:Montserrat,sans-serif;font-size:clamp(48px,7vw,94px);line-height:.95;margin:16px 0 22px;letter-spacing:-4px}.hero h1 span{color:#83694e}.hero p{max-width:650px;font-size:18px;line-height:1.7;color:#554d45}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:15px 20px;font-weight:800;text-decoration:none;cursor:pointer;font-size:14px}.btn-primary{background:#111;color:#fff}.btn-secondary{background:#fff;color:#111;border:1px solid rgba(0,0,0,.1)}.hero-badges{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#6f6257}.hero-card{background:#171717;min-height:470px;border-radius:32px;padding:24px;position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.18)}.floating-tag{display:inline-flex;background:#f1e2c9;color:#111;padding:9px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:1px}.product-visual{height:310px;display:grid;place-items:center;position:relative}.visual-circle{width:260px;height:260px;background:#d6c0a0;border-radius:50%;position:absolute;filter:blur(.2px)}.visual-box{position:relative;width:190px;height:235px;border-radius:28px;background:linear-gradient(145deg,#fff,#d8d8d8);box-shadow:0 25px 40px rgba(0,0,0,.35);display:grid;place-items:center;font-family:Montserrat,sans-serif;font-weight:800;font-size:28px;transform:rotate(-8deg)}.mini-card{background:white;border-radius:18px;padding:18px;display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px}.mini-card span{color:#776b60}.section{padding:90px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.section-heading h2{font-family:Montserrat,sans-serif;font-size:clamp(34px,5vw,60px);margin:8px 0 0;letter-spacing:-2px}.section-heading p{max-width:420px;line-height:1.6;color:#766b61}.catalog-tools{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:28px;flex-wrap:wrap}.search-wrap input{width:min(360px,80vw);padding:14px 17px;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:13px;font:inherit}.category-tabs{display:flex;gap:8px;flex-wrap:wrap}.category-tabs button{border:1px solid rgba(0,0,0,.1);background:#eadfce;padding:10px 13px;border-radius:999px;cursor:pointer;font-weight:700}.category-tabs button.active{background:#111;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(0,0,0,.08)}.product-image{aspect-ratio:1/1;background:#e7dac6;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder-art{font-family:Montserrat,sans-serif;font-size:72px;font-weight:800;color:#9b846a}.product-info{padding:18px}.product-category{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#8b7865;font-weight:800}.product-title{font-size:18px;font-weight:800;margin:8px 0}.product-description{color:#70665d;font-size:13px;line-height:1.5;min-height:40px}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.price{font-size:20px;font-weight:800}.add-btn{border:0;background:#111;color:#fff;border-radius:12px;padding:11px 13px;font-weight:800;cursor:pointer}.how{background:#171717;color:#fff}.how .eyebrow,.how .section-heading p{color:#b7a790}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:30px;background:#222}.step-card span{font-size:12px;color:#c7ae8d;font-weight:800}.step-card h3{font-family:Montserrat,sans-serif;font-size:28px;margin:12px 0}.step-card p{color:#bfb9b2;line-height:1.6}.cart-drawer{position:fixed;top:0;right:-470px;width:min(440px,100vw);height:100vh;background:#f8f2e8;z-index:60;display:flex;flex-direction:column;transition:.3s;box-shadow:-20px 0 50px rgba(0,0,0,.2)}.cart-drawer.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-header h2{margin:5px 0 0}.icon-button{width:40px;height:40px;border-radius:50%;background:#111;color:white}.cart-items{padding:18px;flex:1;overflow:auto}.empty-cart{text-align:center;padding:60px 20px;color:#776d64}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;background:white;border-radius:16px;padding:10px;margin-bottom:10px}.cart-thumb{width:58px;height:58px;border-radius:12px;background:#e5d6c0;display:grid;place-items:center;font-weight:800}.cart-item h4{margin:0 0 5px;font-size:14px}.cart-item p{margin:0;color:#756a61;font-size:12px}.qty-controls{display:flex;align-items:center;gap:7px;margin-top:8px}.qty-controls button{width:27px;height:27px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}.remove-btn{border:0;background:transparent;color:#a44848;cursor:pointer;font-size:12px}.cart-footer{padding:20px;border-top:1px solid rgba(0,0,0,.08)}.cart-total-row{display:flex;justify-content:space-between;font-size:20px;margin-bottom:15px}.btn-whatsapp{width:100%;background:#25D366;color:white}.cart-footer small{display:block;text-align:center;margin-top:10px;color:#766b61;line-height:1.4}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:50;opacity:0;visibility:hidden;transition:.3s}.overlay.show{opacity:1;visibility:visible}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:#25D366;color:white;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:800;z-index:20;box-shadow:0 15px 30px rgba(0,0,0,.25)}footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:30px 7vw;background:#0f0f0f;color:#ddd;font-size:13px}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-card{min-height:420px}.nav{display:none}}@media(max-width:620px){.topbar{height:68px;padding:0 18px}.brand span:last-child{font-size:14px}.cart-button span:nth-child(2){display:none}.hero{padding:50px 20px}.hero h1{font-size:52px;letter-spacing:-3px}.hero-card{min-height:370px}.product-visual{height:250px}.visual-circle{width:210px;height:210px}.visual-box{width:155px;height:195px}.section{padding:65px 20px}.section-heading{display:block}.product-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.catalog-tools{align-items:stretch}.search-wrap input{width:100%}.product-description{min-height:auto}}


/* ===== TEMA GOGO'S STORE — VERDE ELEGANTE ===== */
:root{
  --gogos-green:#17392b;
  --gogos-green-deep:#0f2a20;
  --gogos-green-soft:#28533f;
  --gogos-cream:#f5f0e7;
  --gogos-gold:#c7a96b;
}

body{background:var(--gogos-green);color:var(--gogos-cream)}
.topbar{
  background:rgba(15,42,32,.96);
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 8px 28px rgba(0,0,0,.12)
}
.brand,.nav a{color:#fff}
.brand-mark{background:var(--gogos-cream);color:var(--gogos-green-deep)}
.cart-button{background:var(--gogos-cream);color:var(--gogos-green-deep)}
.cart-count{background:var(--gogos-green-deep);color:#fff}

.hero{
  background:linear-gradient(135deg,#17392b 0%,#214b39 58%,#0f2a20 100%);
  color:#fff
}
.eyebrow,.eyebrow.dark{color:var(--gogos-gold)}
.hero h1 span{color:#d8c28e}
.hero p,.hero-badges{color:#e5e0d7}
.btn-primary{background:var(--gogos-cream);color:var(--gogos-green-deep)}
.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
.hero-card{background:#0c241b;border:1px solid rgba(255,255,255,.10)}
.floating-tag{background:#d8c28e;color:#10281f}
.visual-circle{background:#315d48}
.mini-card{background:var(--gogos-cream);color:#17231d}

#catalogo{
  background:var(--gogos-green);
  color:#fff
}
#catalogo .section-heading h2{color:#fff}
#catalogo .section-heading p{color:#d8ded9}
.search-wrap input{
  background:#fff;
  border:1px solid rgba(255,255,255,.15);
  color:#17231d;
  box-shadow:0 8px 22px rgba(0,0,0,.08)
}
.category-tabs button{
  background:#28533f;
  color:#fff;
  border:1px solid rgba(255,255,255,.14)
}
.category-tabs button.active{background:var(--gogos-cream);color:var(--gogos-green-deep)}
.product-card{
  background:#fff;
  color:#171717;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 30px rgba(0,0,0,.10)
}
.product-card:hover{box-shadow:0 20px 42px rgba(0,0,0,.20)}
.product-category{color:#56715f}
.add-btn{background:var(--gogos-green-deep);color:#fff}
.product-image{background:#e8ddca}

.how{background:#0f2a20;color:#fff}
.step-card{background:#17392b;border:1px solid rgba(255,255,255,.12)}
.step-card span{color:var(--gogos-gold)}

.cart-drawer{background:var(--gogos-cream);color:#171717}
.icon-button{background:var(--gogos-green-deep)}
.btn-whatsapp{background:#1f8f55}
.whatsapp-float{background:#1f8f55}
footer{background:#091b14;color:#e8e4dc}


/* PRODUCTOS DESTACADOS */
.featured-visual{isolation:isolate}
.featured-product-image{position:relative;z-index:2;width:min(82%,330px);height:285px;object-fit:contain;border-radius:24px;filter:drop-shadow(0 24px 24px rgba(0,0,0,.28));animation:featuredFade .45s ease}
.featured-mini-card strong{max-width:62%;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@keyframes featuredFade{from{opacity:.2;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:620px){.featured-product-image{height:225px;width:min(88%,280px)}.featured-mini-card strong{max-width:58%}}
