@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--color-morado-profundo:#6b21a8;--color-morado-vibrante:#7c3aed;--color-azul-celeste:#0284c7;--bg-primary:#f8fafc;--bg-surface:#fff;--bg-surface-hover:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--gradient-ondak:linear-gradient(135deg, var(--color-morado-profundo) 0%, var(--color-morado-vibrante) 50%, #0284c7 100%);--gradient-ondak-bright:linear-gradient(135deg, var(--color-morado-vibrante) 0%, #0284c7 100%);--gradient-pink:linear-gradient(135deg, #ff007f 0%, #e00070 100%);--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--border-subtle:#7c3aed26;--border-glow:#0ea5e966;--glass-bg:#fffffff2;--glass-border:#7c3aed26;--glass-blur:blur(20px);--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-full:9999px;--shadow-ondak:0 10px 30px #7c3aed26;--shadow-celeste:0 10px 30px #0ea5e933;--shadow-modal:0 25px 60px #0f172a40;--font-heading:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}.show-on-mobile-only{display:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);transition:background .3s,border-color .3s}.gradient-ondak-text{background:var(--gradient-ondak-bright);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-pink-text{background:var(--gradient-pink);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.container{width:100%;max-width:100%;margin:0 auto;padding:0 1.5rem}.btn{font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-ondak{background:var(--gradient-ondak-bright);color:#fff;box-shadow:0 4px 20px #0ea5e966}.btn-ondak:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 30px #0ea5e999}.header-cart-btn{border-radius:9999px;padding:.6rem 1.3rem}.cart-badge-count{color:#5835bc;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:.2rem;font-size:.75rem;font-weight:900;display:inline-flex}.btn-primary{background:var(--gradient-ondak);color:#fff;box-shadow:0 4px 15px #7c3aed66}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed99}.btn-secondary{color:var(--text-primary);background:#ffffff0f;border:1px solid #7c3aed33}.btn-secondary:hover{border-color:var(--color-azul-celeste);background:#ffffff1f;transform:translateY(-1px)}.hanteo-badge{color:var(--color-azul-celeste);text-transform:uppercase;letter-spacing:.5px;background:#0ea5e91f;border:1px solid #0ea5e959;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .85rem;font-size:.75rem;font-weight:800;display:inline-flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-slide-right{animation:.35s cubic-bezier(.16,1,.3,1) forwards slideInRight}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#231845;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-azul-celeste)}.product-modal-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.product-modal-image-container{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:16px;width:100%;height:380px;margin-bottom:1rem;overflow:hidden}@media (width<=1024px){.hero-grid{grid-template-columns:1fr!important;gap:2rem!important}}@media (width<=768px){.container{padding:0 1.25rem!important}.header-container{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important;height:auto!important;padding:.75rem 1.25rem!important;display:flex!important}.header-brand-row{text-align:center!important;justify-content:center!important;width:100%!important;margin-bottom:.15rem!important}.header-brand-row a{justify-content:center!important}.header-search-container{flex:1!important;align-items:center!important;gap:.4rem!important;max-width:none!important;margin:0!important;display:flex!important}.header-actions-row{align-items:center!important;width:auto!important;margin:0!important;display:flex!important}.header-cart-btn{border-radius:50%!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}.cart-badge-count{width:20px!important;height:20px!important;margin-left:0!important;font-size:.68rem!important;position:absolute!important;top:-4px!important;right:-4px!important;box-shadow:0 2px 8px #0006!important}.hide-on-mobile{display:none!important}.show-on-mobile-only{display:inline!important}.hero-card{border-radius:20px!important;padding:1.75rem 1.25rem!important}.hero-title{font-size:2rem!important}.hero-features{grid-template-columns:1fr!important;gap:1rem!important}.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:1rem!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.product-card-image{height:155px!important}.product-card-details{padding:.75rem!important}.product-card-title{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:2.2em!important;margin-bottom:.2rem!important;font-size:.88rem!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.product-card-description{display:none!important}.product-card-footer{flex-direction:column!important;align-items:stretch!important;gap:.6rem!important;margin-top:.75rem!important}.product-card-btn{justify-content:center!important;width:100%!important;padding:.6rem .5rem!important}.whatsapp-floating-wrapper{z-index:99!important;position:fixed!important;top:auto!important;bottom:75px!important;right:1rem!important;transform:none!important}.bottom-floating-container{padding:.25rem .5rem 10px!important}.hero-banner-floating-capsule{border-radius:16px!important;width:100%!important;max-width:100%!important}.hero-banner-arrow,.hero-banner-dots{display:none!important}.hero-banner-badge{padding:.2rem .45rem!important;font-size:.65rem!important}.hero-banner-title{font-size:.8rem!important}.hero-banner-btn{padding:.35rem .6rem!important;font-size:.76rem!important}.cart-drawer-panel{width:100vw!important;max-width:100vw!important}.product-modal-panel{border-radius:20px!important;max-height:94vh!important;padding:1.5rem 1.25rem 1.75rem!important}.product-modal-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.product-modal-image-container{height:240px!important;margin-bottom:.75rem!important}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.hero-title{font-size:1.65rem!important}}
