:root{--cream:#f7f1fb;--cream-deep:#ead9f0;--blush:#fbd9ec;--blush-deep:#f3b3de;--terracotta:#ff4fb8;--terracotta-dark:#e12f98;--rose:#c43d8f;--gold:#c9a15a;--plum:#2b1b63;--ink:#34264d;--white:#fff;--success:#6f9c76;--shadow-soft:0 8px 24px #2b1b631a;--shadow-lift:0 12px 32px #2b1b6329;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--font-body:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--font-display:Georgia, "Iowan Old Style", "Palatino Linotype", serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--ink);background:var(--cream);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);margin:0;font-size:16px;line-height:1.55}#root{flex-direction:column;min-height:100svh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--plum);margin:0 0 .5em;font-weight:400;line-height:1.2}h1{font-size:clamp(2rem,6vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.1rem)}h3{font-size:1.25rem}p{margin:0 0 1em}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.section{padding:48px 0}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:10px;font-size:.75rem;font-weight:600;display:inline-block}.btn{border-radius:var(--radius-pill);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--terracotta);color:var(--white);box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--terracotta-dark)}.btn-outline{color:var(--plum);border:1.5px solid var(--plum);background:0 0}.btn-outline:hover{background:var(--plum);color:var(--white)}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card-surface{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.text-center{text-align:center}.muted{color:var(--rose)}.block{display:block}.main-content{flex:1}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px;display:grid}@media (width>=640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (width>=960px){.product-grid{grid-template-columns:repeat(4,1fr)}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.navbar{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--blush);background:#fbf3eceb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;padding-top:12px;padding-bottom:12px;display:flex}.navbar-logo{align-items:center;display:flex}.navbar-actions{align-items:center;gap:14px;display:flex}.navbar-cart{color:var(--plum);display:flex;position:relative}.navbar-cart-badge{background:var(--terracotta);color:var(--white);border-radius:var(--radius-pill);justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-9px}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:6px;display:flex}.navbar-toggle span{background:var(--plum);border-radius:2px;width:22px;height:2px}.navbar-links{background:var(--cream);border-bottom:1px solid var(--blush);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;padding:8px 20px 16px;transition:opacity .15s,transform .15s;display:flex;position:fixed;top:60px;left:0;right:0;transform:translateY(-8px)}.navbar-links.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-link{color:var(--plum);border-bottom:1px solid var(--blush);padding:12px 4px;font-weight:600}.navbar-link:last-child{border-bottom:none}.navbar-link.is-active{color:var(--terracotta-dark)}@media (width>=768px){.navbar-toggle{display:none}.navbar-links{opacity:1;pointer-events:auto;background:0 0;border:none;flex-direction:row;align-items:center;gap:28px;padding:0;position:static;transform:none}.navbar-link{border-bottom:2px solid #0000;padding:4px 0}.navbar-link.is-active{border-bottom-color:var(--terracotta)}}.footer{background:var(--plum);color:var(--blush);margin-top:auto;padding-top:40px}.footer-inner{border-bottom:1px solid #f3d9d033;flex-direction:column;gap:24px;padding-bottom:24px;display:flex}.footer-brand{color:var(--white);margin-bottom:8px;font-style:italic}.footer-tagline{max-width:340px;color:var(--blush);opacity:.85;font-size:.9rem}.footer-links{gap:20px;font-weight:600;display:flex}.footer-links a:hover{color:var(--gold)}.footer-social{flex-direction:column;gap:10px;display:flex}.footer-instagram,.footer-whatsapp{color:var(--gold);align-items:center;gap:6px;font-weight:600;display:inline-flex}.footer-copy{text-align:center;opacity:.7;margin:0;padding:16px 20px;font-size:.8rem}@media (width>=768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.product-image{aspect-ratio:1;border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-image:not(:has(.product-image-photo)):after{content:"";background:radial-gradient(circle at 30% 25%,#ffffff80,#0000 60%);position:absolute;inset:0}.product-image-photo{object-fit:cover;width:100%;height:100%}.product-image-icon{filter:drop-shadow(0 4px 6px #2b1b6326);z-index:1;font-size:3rem}.size-sm .product-image-icon{font-size:1.75rem}.size-lg .product-image-icon{font-size:4.5rem}.tone-terracotta{background:linear-gradient(145deg,#fbd9ec,#ff4fb8)}.tone-gold{background:linear-gradient(145deg,#f7f1fb,#c9a15a)}.tone-blush{background:linear-gradient(145deg,#f7f1fb,#fbd9ec)}.tone-rose{background:linear-gradient(145deg,#fbd9ec,#c43d8f)}.tone-plum{background:linear-gradient(145deg,#f3b3de,#2b1b63)}.tone-magic{background:linear-gradient(145deg,#c9a15a,#c43d8f)}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:10px;transition:transform .18s,box-shadow .18s;display:block}.product-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-4px)}.product-card-image-wrap{position:relative}.product-card-badge{background:var(--rose);color:var(--white);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;font-size:.68rem;font-weight:700;position:absolute;top:8px;left:8px}.product-card-body{flex-direction:column;gap:2px;padding:12px 6px 6px;display:flex}.product-card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--rose);font-size:.7rem;font-weight:600}.product-card-name{color:var(--plum);margin:2px 0 4px;font-size:1rem}.product-card-price{color:var(--terracotta-dark);font-weight:700}.hero{background:linear-gradient(180deg, var(--blush) 0%, var(--cream) 100%);text-align:center;padding:56px 0 48px}.hero-inner{flex-direction:column;align-items:center;display:flex}.hero-logo{width:200px;max-width:60%;margin-bottom:20px}.hero-tagline{color:var(--plum);max-width:420px;margin:0 0 28px;font-family:inherit;font-size:1.05rem;font-weight:400}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.home-shop-all{margin-top:36px}.category-filter{flex-wrap:wrap;justify-content:center;gap:10px;margin:24px 0 8px;display:flex}.filter-pill{border:1.5px solid var(--blush-deep);background:var(--white);color:var(--plum);border-radius:var(--radius-pill);cursor:pointer;padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.filter-pill:hover{border-color:var(--terracotta)}.filter-pill.is-active{background:var(--terracotta);border-color:var(--terracotta);color:var(--white)}.shop-empty{color:var(--rose);margin-top:48px}.product-detail{gap:28px;display:grid}.product-detail-image{width:100%;max-width:340px;margin:0 auto}.product-detail-price{color:var(--terracotta-dark);margin-bottom:16px;font-size:1.4rem;font-weight:700}.product-detail-description{color:var(--ink);max-width:480px}.quantity-row{align-items:center;gap:16px;margin:20px 0;display:flex}.quantity-label{color:var(--plum);font-weight:600}.quantity-stepper{border:1.5px solid var(--blush-deep);border-radius:var(--radius-pill);align-items:center;gap:14px;padding:6px 16px;display:flex}.quantity-stepper button{cursor:pointer;width:24px;height:24px;color:var(--plum);background:0 0;border:none;font-size:1.1rem}.quantity-stepper button:disabled{opacity:.35;cursor:not-allowed}.quantity-stock-note{color:var(--rose);font-size:.8rem;font-weight:600}.out-of-stock-label{color:var(--rose);text-transform:uppercase;letter-spacing:.04em;margin:16px 0 8px;font-size:.8rem;font-weight:700;display:inline-block}.preorder-error{color:var(--rose);font-size:.85rem;font-weight:600}.preorder-form{flex-direction:column;gap:12px;max-width:380px;display:flex}.preorder-form .field{color:var(--plum);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.preorder-form .field input,.preorder-form .field textarea{font:inherit;border-radius:var(--radius-sm);border:1.5px solid var(--blush-deep);background:var(--white);color:var(--ink);resize:vertical;padding:12px 14px}.preorder-form .field input:focus,.preorder-form .field textarea:focus{border-color:var(--terracotta);outline:none}.added-confirmation{color:var(--success);margin-top:14px;font-weight:600}.added-confirmation a{color:var(--terracotta-dark);text-decoration:underline}@media (width>=768px){.product-detail{grid-template-columns:380px 1fr;align-items:start}.product-detail-image{max-width:none}}.cart-layout{gap:24px;margin-top:20px;display:grid}.cart-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.cart-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.cart-item-image{width:64px}.cart-item-category{text-transform:uppercase;letter-spacing:.06em;color:var(--rose);font-size:.68rem;font-weight:600}.cart-item-name{margin:2px 0;font-size:.95rem}.cart-item-price{color:var(--terracotta-dark);font-size:.9rem;font-weight:600}.cart-item-warning{color:var(--rose);margin-top:4px;font-size:.75rem;font-weight:600;display:block}.cart-summary-warning{color:var(--rose);text-align:center;margin-top:-10px;margin-bottom:18px;font-size:.8rem;font-weight:600}.cart-item-controls{grid-column:2;align-items:center;gap:16px;display:flex}.cart-item-remove{color:var(--rose);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.cart-item-line-total{text-align:right;color:var(--plum);grid-column:2;font-weight:700}.cart-summary{align-self:start;padding:24px}.cart-summary-row{border-top:1px solid var(--blush);border-bottom:1px solid var(--blush);justify-content:space-between;margin:8px 0 6px;padding:12px 0;font-weight:600;display:flex}.cart-summary-note{color:var(--rose);margin-bottom:18px;font-size:.8rem}.cart-continue{margin-top:10px}@media (width>=860px){.cart-layout{grid-template-columns:1fr 320px;align-items:start}.cart-item{grid-template-columns:72px 1fr auto auto}.cart-item-controls,.cart-item-line-total{grid-column:auto}}.checkout-layout{gap:28px;margin-top:20px;display:grid}.checkout-form{flex-direction:column;gap:14px;display:flex}.field{color:var(--plum);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.field input,.field textarea{font:inherit;border-radius:var(--radius-sm);border:1.5px solid var(--blush-deep);background:var(--white);color:var(--ink);resize:vertical;padding:12px 14px}.field input:focus,.field textarea:focus{border-color:var(--terracotta);outline:none}.payment-heading{margin-top:10px}.payment-options{flex-direction:column;gap:10px;display:flex}.payment-option{border:1.5px solid var(--blush-deep);border-radius:var(--radius-md);background:var(--white);cursor:pointer;grid-template-columns:auto 1fr;gap:2px 10px;padding:14px;display:grid}.payment-option.is-selected{border-color:var(--terracotta);background:var(--blush)}.payment-option input{accent-color:var(--terracotta);grid-row:1/3;align-self:start;margin-top:3px}.payment-option-label{color:var(--plum);font-weight:700}.payment-option-description{color:var(--rose);font-size:.8rem}.checkout-error{color:var(--rose);font-size:.85rem;font-weight:600}.checkout-submit{margin-top:10px}.checkout-summary{padding:24px}.checkout-summary-list{flex-direction:column;gap:8px;margin:12px 0;padding:0;font-size:.85rem;list-style:none;display:flex}.checkout-summary-list li{justify-content:space-between;gap:12px;display:flex}.checkout-summary-row{color:var(--ink);justify-content:space-between;padding:4px 0;font-size:.85rem;display:flex}.checkout-summary-row.is-discount{color:var(--terracotta-dark,var(--terracotta))}.checkout-summary-total{border-top:1px solid var(--blush);color:var(--plum);justify-content:space-between;padding:12px 0;font-weight:700;display:flex}.checkout-summary-note{color:var(--rose);margin:0;font-size:.78rem}.promo-code-heading{margin-top:10px}.promo-code-row{gap:8px;display:flex}.promo-code-row input{font:inherit;border-radius:var(--radius-sm);border:1.5px solid var(--blush-deep);background:var(--white);color:var(--ink);text-transform:uppercase;flex:1;padding:12px 14px}.promo-code-row input:focus{border-color:var(--terracotta);outline:none}.promo-code-applied{border-radius:var(--radius-sm);border:1.5px solid var(--terracotta);background:var(--blush);color:var(--plum);justify-content:space-between;align-items:center;padding:10px 14px;font-size:.85rem;font-weight:600;display:flex}.promo-code-applied button{color:var(--rose);cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}@media (width>=860px){.checkout-layout{grid-template-columns:1fr 320px;align-items:start}}.about-hero{text-align:center}.about-lead{max-width:560px;margin:0 auto;font-size:1.05rem}.about-values{background:var(--blush);padding:40px 0}.about-values-grid{gap:24px;display:grid}.about-value{text-align:center;flex-direction:column;align-items:center;display:flex}.about-photo{object-fit:cover;border-radius:var(--radius-md);width:96px;height:96px;box-shadow:var(--shadow-soft);margin-bottom:14px}.about-value h2{margin-bottom:6px;font-size:1.25rem}.about-value p{max-width:260px;font-size:.9rem}.about-cta{padding-top:56px}@media (width>=768px){.about-values-grid{grid-template-columns:repeat(3,1fr)}}.admin-login{max-width:380px}.back-link{color:var(--rose);margin-bottom:20px;font-size:.9rem;font-weight:600;display:inline-block}.admin-form{flex-direction:column;gap:14px;margin-top:20px;display:flex}.admin-form .field{color:var(--plum);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.admin-form .field input,.admin-form .field select,.admin-form .field textarea{font:inherit;border-radius:var(--radius-sm);border:1.5px solid var(--blush-deep);background:var(--white);color:var(--ink);resize:vertical;padding:12px 14px}.admin-form .field input:focus,.admin-form .field select:focus,.admin-form .field textarea:focus{border-color:var(--terracotta);outline:none}.field-checkbox{align-items:center;flex-direction:row!important;gap:10px!important}.field-checkbox input{width:18px;height:18px;accent-color:var(--terracotta)}.admin-error{color:var(--rose);font-size:.85rem;font-weight:600}.admin-header{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.admin-header-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-tabs{border-bottom:1.5px solid var(--blush-deep);gap:8px;margin-bottom:24px;display:flex}.admin-tab{color:var(--plum);border-bottom:2px solid #0000;margin-bottom:-1.5px;padding:10px 16px;font-size:.9rem;font-weight:600}.admin-tab.is-active{color:var(--terracotta-dark);border-bottom-color:var(--terracotta)}.admin-empty{text-align:center;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:40px 20px}.admin-product-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.admin-product-row{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.admin-product-thumb{width:64px}.admin-product-category{text-transform:uppercase;letter-spacing:.06em;color:var(--rose);font-size:.68rem;font-weight:600}.admin-product-info h3{margin:2px 0;font-size:1rem}.admin-product-price{color:var(--terracotta-dark);font-weight:700}.admin-badge{color:var(--white);background:var(--gold);border-radius:var(--radius-pill);vertical-align:middle;margin-left:8px;padding:2px 8px;font-size:.68rem;font-weight:700;display:inline-block}.admin-badge-outofstock{background:var(--rose)}.admin-stock-hint{font-size:.75rem;font-weight:600}.admin-stock-hint.is-in-stock{color:var(--terracotta-dark)}.admin-stock-hint.is-out-of-stock{color:var(--rose)}.admin-product-actions{grid-column:2;gap:10px;display:flex}.admin-delete-btn{color:var(--rose);border-color:var(--rose)}.admin-delete-btn:hover{background:var(--rose);color:var(--white)}.admin-order-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.admin-order-row{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);flex-direction:column;gap:14px;padding:16px;display:flex}.admin-order-info{flex-direction:column;gap:4px;display:flex}.admin-order-heading{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.admin-order-heading h3{margin:0}.admin-order-date{color:var(--plum);font-size:.8rem}.admin-order-customer,.admin-order-address{color:var(--plum);margin:0;font-size:.85rem}.admin-order-items{margin:6px 0;padding:0;font-size:.85rem;list-style:none}.admin-order-summary{text-transform:capitalize;margin:0;font-size:.9rem}.admin-order-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.admin-order-status-field{color:var(--plum);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.admin-order-status-field select{font:inherit;border-radius:var(--radius-sm);border:1.5px solid var(--blush-deep);background:var(--white);color:var(--ink);padding:10px 14px}.admin-order-status-field select:focus{border-color:var(--terracotta);outline:none}.admin-image-picker{align-items:flex-start;gap:16px;display:flex}.admin-image-preview{width:100px}.admin-image-picker-actions{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.admin-delivery-form{background:var(--white);border-radius:var(--radius-md);max-width:320px;box-shadow:var(--shadow-soft);padding:16px}.admin-promo-form{background:var(--white);border-radius:var(--radius-md);max-width:420px;box-shadow:var(--shadow-soft);margin-bottom:20px;padding:16px}.admin-promo-codes-heading{justify-content:space-between;align-items:center;margin:24px 0 12px}.admin-promo-codes-heading h2{margin:0}.admin-remove-image{color:var(--rose);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}@media (width>=700px){.admin-header{flex-direction:row;justify-content:space-between;align-items:flex-end}.admin-product-row{grid-template-columns:72px 1fr auto}.admin-product-actions{grid-column:auto}}
