*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--rose: #F7BFC8;--pink: #DD2C79;--white: #FEFEFE;--pink-dark: #B81E61;--pink-soft: #F5DBE5;--rose-light: #FDE8EF;--plum: #2D0E1A;--muted: #7A4A58;--shadow-sm: 0 2px 8px rgba(45, 14, 26, .07);--shadow-md: 0 4px 18px rgba(45, 14, 26, .11);--r-card: 16px;--r-sm: 10px;--r-pill: 100px}html{font-size:16px}body{background:var(--rose);color:var(--plum);font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-height:100dvh;padding-bottom:76px}.header{background:var(--white);padding:20px 20px 14px;text-align:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #2d0e1a0f}.header-logo{display:block;margin:0 auto;width:110px;height:110px;border-radius:50%;object-fit:contain}.header-tagline{font-size:.65rem;font-weight:500;color:var(--pink);letter-spacing:.25em;text-transform:uppercase;margin-top:8px}.splash{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--rose);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashIn .4s ease both}.splash-exit{animation:splashOut .5s ease forwards}@keyframes splashIn{0%{opacity:0}to{opacity:1}}@keyframes splashOut{0%{opacity:1;transform:scale(1)}60%{opacity:1;transform:scale(1.04)}to{opacity:0;transform:scale(1.08)}}.splash-inner{display:flex;flex-direction:column;align-items:center;gap:14px;animation:splashLogoIn .7s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.7) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.splash-logo{width:180px;height:180px;border-radius:50%;animation:splashPulse 2s ease-in-out .9s infinite}@keyframes splashPulse{0%,to{box-shadow:0 0 #dd2c7926}50%{box-shadow:0 0 0 16px #dd2c7900}}.splash-tagline{font-size:.7rem;font-weight:500;color:var(--pink);letter-spacing:.28em;text-transform:uppercase;animation:splashTagIn .6s ease .75s both}@keyframes splashTagIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.category-tabs{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;background:var(--rose);position:sticky;top:166px;z-index:90}.category-tabs:after{content:"";flex-shrink:0;width:4px}.category-tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0;padding:6px 16px;border-radius:var(--r-pill);border:1.5px solid var(--pink);background:transparent;color:var(--pink);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;line-height:1.4}.tab.active{background:var(--pink);color:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:4px 12px 28px}.header{animation:fadeDown .5s ease both}@keyframes fadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.category-tabs{animation:fadeDown .5s ease .1s both}.product-grid{animation:fadeUp .5s ease .15s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.product-card{background:var(--white);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .15s ease;animation:cardIn .45s ease both}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.28s}.product-card:nth-child(n+7){animation-delay:.3s}@keyframes cardIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-card:active{transform:scale(.97);box-shadow:var(--shadow-sm)}.product-img-wrap{aspect-ratio:1;overflow:hidden;background:var(--rose-light);position:relative}.product-img{width:100%;height:100%;object-fit:cover;display:block}.product-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--rose-light) 0%,var(--pink-soft) 100%)}.product-no-img span{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-style:italic;color:var(--pink);opacity:.45;letter-spacing:.05em}.product-body{padding:10px 10px 12px;flex:1;display:flex;flex-direction:column}.product-name{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--plum);line-height:1.2}.product-desc{font-size:.7rem;color:var(--muted);line-height:1.4;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.product-price{font-size:.88rem;font-weight:600;color:var(--pink);letter-spacing:-.01em}.btn-add{width:30px;height:30px;border-radius:50%;background:var(--pink);border:none;color:var(--white);font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;flex-shrink:0;font-family:DM Sans,sans-serif}.btn-add:active{background:var(--pink-dark)}.qty-controls{display:flex;align-items:center;gap:6px}.btn-qty{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--pink);background:transparent;color:var(--pink);font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,color .12s;flex-shrink:0;font-family:DM Sans,sans-serif}.btn-qty:active{background:var(--pink);color:var(--white)}.qty-num{font-size:.9rem;font-weight:600;color:var(--plum);min-width:18px;text-align:center}.product-skeleton{border-radius:var(--r-card);aspect-ratio:1 / 1.4;background:linear-gradient(90deg,#ffffff73 25%,#ffffffbf,#ffffff73 75%);background-size:200% 100%;animation:shimmer 1.4s infinite ease-in-out}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{grid-column:1 / -1;text-align:center;padding:56px 16px;color:var(--muted);font-size:.9rem;line-height:1.6}.cart-bar{position:fixed;bottom:0;left:0;right:0;background:var(--pink);padding:13px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;z-index:200;box-shadow:0 -4px 24px #2d0e1a2e;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-bar-left{display:flex;align-items:center;gap:9px}.cart-badge{background:var(--white);color:var(--pink);font-size:.72rem;font-weight:700;min-width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-bar-label{color:var(--white);font-size:.88rem;font-weight:500}.cart-bar-right{display:flex;align-items:center;gap:12px}.cart-total{color:var(--white);font-size:1rem;font-weight:600;letter-spacing:-.01em}.cart-cta{color:#fefefecc;font-size:.82rem;display:flex;align-items:center;gap:3px}.checkout{min-height:100dvh;background:var(--rose);display:flex;flex-direction:column}.checkout-header{background:var(--pink);padding:14px 16px;display:flex;align-items:center;gap:10px;position:sticky;top:0;z-index:100}.btn-back{background:transparent;border:none;color:var(--white);display:flex;align-items:center;gap:5px;font-size:.88rem;font-weight:500;cursor:pointer;padding:4px 0;font-family:DM Sans,sans-serif;flex-shrink:0}.checkout-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600;color:var(--white)}.checkout-body{padding:16px;display:flex;flex-direction:column;gap:20px}.section-label{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--plum);margin-bottom:10px}.cart-item{background:var(--white);border-radius:var(--r-sm);padding:11px 12px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm);margin-bottom:8px}.cart-item:last-child{margin-bottom:0}.cart-item-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--rose-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-thumb img{width:100%;height:100%;object-fit:cover}.cart-item-thumb-placeholder{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--pink);opacity:.4;font-size:.85rem}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:600;color:var(--plum);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-subtotal{font-size:.78rem;color:var(--pink);font-weight:500;margin-top:2px}.order-total-row{background:var(--white);border-radius:var(--r-sm);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm);margin-top:10px}.order-total-label{font-size:.88rem;color:var(--muted);font-weight:500}.order-total-value{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:600;color:var(--plum)}.form-fields{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.field input{background:var(--white);border:1.5px solid transparent;border-radius:var(--r-sm);padding:12px 14px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--plum);outline:none;transition:border-color .15s;box-shadow:var(--shadow-sm);width:100%}.field input:focus{border-color:var(--pink)}.field input::placeholder{color:var(--rose-light, #fde0e8)}.btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;background:#25d366;border:none;border-radius:var(--r-sm);color:#fff;font-family:DM Sans,sans-serif;font-size:.97rem;font-weight:600;cursor:pointer;transition:background .15s;box-shadow:0 4px 16px #25d36652;margin-top:20px;text-decoration:none}.btn-whatsapp:active{background:#1fba58}.btn-whatsapp:disabled{background:#b0c9ba;box-shadow:none;cursor:not-allowed}.error-banner{background:#fff0f0;border:1px solid #f5c6c6;color:#c0392b;padding:11px 14px;border-radius:var(--r-sm);font-size:.83rem;line-height:1.4;margin-top:12px}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:32px 24px;text-align:center;background:var(--rose);gap:14px}.success-ornament{font-family:Cormorant Garamond,serif;font-size:4.5rem;font-style:italic;color:var(--pink);line-height:1;margin-bottom:4px}.success-title{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:600;color:var(--plum);line-height:1.1}.success-text{color:var(--muted);font-size:.88rem;line-height:1.65;max-width:280px}.btn-secondary{background:transparent;border:1.5px solid var(--pink);color:var(--pink);border-radius:var(--r-sm);padding:12px 28px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;margin-top:8px}
