:root{--brand-50:#fff8fc;--brand-100:#fff1f8;--brand-200:#ffe5f1;--brand-300:#efcfe0;--brand-500:#ce4b8a;--brand-600:#b83f79;--brand-700:#8f3f67;--brand-900:#23131d;--surface:#fff;--surface-soft:#fff7fb;--text-main:#111;--text-muted:#6e5161;--border-soft:#f0dce7;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 8px 16px #1d0a171a;--shadow-md:0 12px 22px #1d0a171f;--shadow-lg:0 14px 28px #22121b24}.site-header{background:var(--surface);z-index:20;border-bottom:1px solid #f1e6ee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px clamp(14px,4vw,22px);display:flex;position:sticky;top:0;box-shadow:0 8px 24px #180a120f}.site-header-top{justify-content:space-between;align-items:flex-start;gap:10px;width:100%;display:flex}.site-header-brand{min-width:0}.site-header-title{letter-spacing:.3px;margin:0;font-size:clamp(1.45rem,3vw,2rem)}.site-header-subtitle{color:#c04682;margin:4px 0 0;font-size:14px;font-weight:600}.site-header-actions{align-items:center;gap:10px;display:flex}.site-header-favorites-btn{border-radius:var(--radius-pill);cursor:pointer;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.site-header-favorites-btn.is-active{color:#fff;background:linear-gradient(#f365a5 0%,#d14f8f 100%);border:none;box-shadow:0 10px 20px #d14f8f5c}.site-header-favorites-btn:not(.is-active){color:#8e2f5d;background:linear-gradient(#ffe5f1 0%,#ffd6e8 100%);border:1px solid #efd1e1;box-shadow:0 8px 18px #d14f8f33}.site-header-favorites-count{color:#b43875;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;display:inline-flex}.product-list-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-bottom:24px;display:grid}.product-list-title-wrap{text-align:center}.product-list-title{letter-spacing:.1px;color:var(--brand-700);margin:0;font-size:34px;font-weight:800}.product-list-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:18px;line-height:1.35}.product-list-counter{border-radius:var(--radius-pill);color:#8f3f67;background:#fff;border:1px solid #f1d6e4;justify-self:end;padding:8px 14px;font-size:14px;font-weight:700}.product-empty-state{color:#7a365b;background:#fff8fc;border:1px dashed #efccdd;border-radius:16px;padding:20px 16px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;display:grid}.product-list-actions{justify-content:center;margin-top:28px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(#e95f9f 0%,#ce4b8a 100%);border:none;border-radius:999px;padding:14px 24px;font-weight:700;box-shadow:0 12px 22px #d14f8f4d}.site-footer{color:#f3f3f3;background:linear-gradient(#101014 0%,#0b0b0f 100%);margin-top:40px;padding:44px 20px 24px}.site-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:flex-start;gap:32px;max-width:1300px;margin:0 auto;display:grid}.site-footer-title{margin:0;font-size:24px}.site-footer-copy{color:#f3f3f3;max-width:420px;margin:16px 0 0;font-size:1.02rem;line-height:1.45}.site-footer-col-title{margin:0;font-size:18px}.site-footer-item{color:#ccc;margin:8px 0 0;line-height:1.4}.site-footer-link{color:#ccc;border-bottom:1px solid #0000;text-decoration:none;transition:color .2s,border-color .2s}.site-footer-link:hover{color:#f1c6dd;border-color:#f1c6dda6}.site-footer-item.first{margin-top:12px}.site-footer-legal{text-align:center;color:#888;border-top:1px solid #ffffff1f;margin-top:32px;padding-top:20px;font-size:14px}@media (width<=1024px){.admin-overlay{overflow-x:hidden;padding:10px!important}.admin-modal{width:100%;overflow-x:hidden;border-radius:18px!important;max-width:100%!important;padding:14px!important}.admin-top-row,.admin-session-row{flex-wrap:wrap!important;align-items:stretch!important}.admin-session-row>p{margin-bottom:2px!important}}@media (width<=760px){.admin-overlay{overflow-x:hidden;padding:8px!important}.admin-modal{width:100%;overflow-x:hidden;border-radius:16px!important;max-width:100%!important;padding:12px!important}.admin-top-row,.admin-session-row{flex-wrap:wrap!important;align-items:stretch!important}.admin-session-row>button{width:100%}.admin-view-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;display:grid!important}.admin-view-tab-btn{text-align:center;width:100%;min-width:0;min-height:42px}.admin-banner-item-row{grid-template-columns:1fr!important;gap:8px!important}.admin-banner-item-row img{width:100%!important;height:150px!important}.admin-banner-item-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px!important;display:grid!important}.admin-banner-item-actions>button{width:100%;min-width:0;padding:8px 6px!important}.admin-manual-item-row{grid-template-areas:"product product""qty remove";grid-template-columns:minmax(0,1fr) 96px!important}.admin-manual-item-row>select{grid-area:product;min-width:0}.admin-manual-item-row>input{grid-area:qty;min-width:0}.admin-manual-item-row>button{grid-area:remove;width:100%;min-width:0}.admin-modal button{min-height:44px!important;font-size:14px!important}.admin-modal input,.admin-modal select,.admin-modal textarea{min-height:44px!important;font-size:16px!important}}@media (width<=560px){.admin-overlay{padding:6px!important}.admin-modal{border-radius:14px!important;padding:10px!important}.admin-view-tabs,.admin-banner-item-actions{grid-template-columns:1fr}.admin-banner-item-actions>button{padding:9px 10px!important}.admin-manual-item-row{grid-template-areas:"product""qty""remove";grid-template-columns:1fr!important}}@media (width<=420px){.admin-modal{padding:8px!important}.admin-view-tab-btn{padding:8px 10px!important;font-size:13px!important}.admin-modal button{min-height:46px!important;font-size:15px!important}.admin-modal input,.admin-modal select,.admin-modal textarea{min-height:46px!important;padding-top:10px!important;padding-bottom:10px!important;font-size:16px!important}}@media (width<=980px){.site-footer{padding:36px 18px 24px}.site-footer-grid{text-align:center;grid-template-columns:1fr;gap:24px}.site-footer-copy{max-width:560px;margin-left:auto;margin-right:auto}}@media (width<=640px){.site-footer-title{font-size:22px;line-height:1.2}.site-footer-col-title{font-size:21px;line-height:1.25}.site-footer-copy{margin-top:12px;font-size:15px;line-height:1.65}.site-footer-item{margin-top:10px;font-size:18px;line-height:1.45}.site-footer-link{padding:2px 0;display:inline-block}.site-footer-legal{margin-top:26px;padding-top:16px;font-size:13px;line-height:1.45}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#ce4b8a;--accent-strong:#b83f79;--accent-soft:#fff1f8;--accent-border:#efcfe0;--focus-ring:#ce4b8a59;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}body{background:#fff8fb;margin:0}*,:before,:after{box-sizing:border-box}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.site-header-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}@media (width>=641px){.site-header-nav{flex:1;justify-content:center}}.site-header-nav-btn{border:1px solid var(--accent-border);color:#8f3f67;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:9px 14px;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.site-header-nav-btn:hover{background:var(--accent-soft);border-color:#e7bdd4;transform:translateY(-1px)}.site-header-nav-whatsapp-btn{color:#fff;background:linear-gradient(#e95f9f 0%,#ce4b8a 100%);border:none;box-shadow:0 10px 18px #d14f8f47}.site-header-nav-whatsapp-btn:hover{background:linear-gradient(#ee6aa8 0%,#d14f8f 100%)}.site-header-nav-instagram-btn{color:#fff;background:linear-gradient(135deg,#f58529 0%,#dd2a7b 52%,#8134af 100%);border:none;box-shadow:0 10px 18px #a5358247}.site-header-nav-instagram-btn:hover{background:linear-gradient(135deg,#fb953f 0%,#e43a86 52%,#8f46ba 100%)}.site-header-social-icon{flex:none;width:16px;height:16px}.site-header-mobile-whatsapp-btn,.site-header-mobile-favorites-btn{display:none}.product-filter-chip{transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}.product-filter-chip:hover{transform:translateY(-1px)}.product-filter-chip-active{box-shadow:0 10px 18px #d14f8f38}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 3px var(--focus-ring);outline:none}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@media (width<=900px){.app-main{padding:20px 10px 120px!important}.product-list-header{text-align:center;grid-template-columns:1fr!important;margin-bottom:18px!important}.product-list-header>div:first-child{display:none}.product-list-counter{justify-self:center!important}.product-filters-panel{box-sizing:border-box;border-radius:18px!important;padding:14px!important}.product-filters-search{box-sizing:border-box!important;width:100%!important}.product-filters-row{justify-content:stretch!important;gap:12px!important;display:grid!important}.product-filters-categories{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px!important;display:grid!important}.product-filters-categories button{width:100%}.product-filters-sort{box-sizing:border-box;width:100%}.product-card{border-radius:18px!important;padding:12px!important}.product-card-title{min-height:auto!important;line-height:1.25!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-empty-state{font-size:14px!important}.product-card-btn{padding:9px!important;font-size:13px!important}.site-footer{padding:28px 16px 110px!important}.site-footer-grid{text-align:center;grid-template-columns:1fr!important;gap:20px!important}.site-footer-grid p{max-width:320px!important;margin-left:auto!important;margin-right:auto!important}}@media (width<=640px){.product-detail-page{overflow-x:clip;box-sizing:border-box!important;padding:20px 12px 120px!important}.app-main{padding:16px 6px 116px!important}.home-carousel{border-radius:18px!important;height:280px!important;margin-bottom:18px!important}.home-carousel-title{max-width:90%!important;font-size:34px!important;line-height:1.06!important}.home-carousel-subtitle{max-width:92%!important;font-size:14px!important;line-height:1.45!important}.home-carousel-badge{letter-spacing:1.3px!important;font-size:11px!important}.home-carousel-arrow{width:38px!important;height:38px!important;font-size:20px!important}.home-carousel-arrow-left{left:10px!important}.home-carousel-arrow-right{right:10px!important}.site-header{align-items:stretch!important;gap:10px!important}.site-header-brand{text-align:left}.site-header-top{column-gap:8px;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;display:grid!important}.site-header-brand h1{margin:0!important;font-size:clamp(1.35rem,6.2vw,2rem)!important;line-height:1.12!important}.site-header-actions{justify-content:stretch;width:100%}.site-header-actions-desktop{display:none!important}.site-header-nav{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;flex-wrap:nowrap;justify-content:flex-start;gap:8px;width:100%;display:flex;overflow:auto hidden}.site-header-nav-whatsapp-btn,.site-header-nav-instagram-btn{color:#8f3f67;box-shadow:none;background:#fff7fb;border:1px solid #f0d9e6;margin-left:0}.site-header-nav-btn-desktop{display:inline-flex}.site-header-nav-btn,.site-header-nav-whatsapp-btn,.site-header-nav-instagram-btn{scroll-snap-align:start;flex:none;justify-content:center;width:auto;min-height:42px;padding:8px 10px;font-size:14px}.site-header-social-icon{width:15px;height:15px}.site-header-mobile-favorites-btn{gap:6px;font-weight:800;display:inline-flex}.site-header-nav::-webkit-scrollbar{height:0}.site-header-favorites-btn{justify-content:center;width:100%;min-height:44px}.product-filters-panel{padding:14px 12px!important}.product-filters-categories{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;flex-wrap:nowrap!important;gap:9px!important;width:100%!important;display:flex!important;overflow:auto hidden!important}.product-filter-chip{scroll-snap-align:start;white-space:nowrap!important;flex:none!important;width:auto!important;min-height:44px!important;padding:10px 12px!important;font-size:14px!important}.product-filters-categories button{width:auto!important}.product-filters-categories::-webkit-scrollbar{height:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{border-radius:16px!important;padding:10px!important}.product-card-image{border-radius:12px!important}.product-card-title{min-height:44px!important;margin:2px 0!important;font-size:18px!important;line-height:1.2!important}.product-card-btn{padding:8px!important;font-size:12px!important}.floating-cart-button{gap:8px!important;padding:9px 12px 9px 9px!important;bottom:12px!important;right:12px!important}.product-detail-layout{grid-template-columns:1fr!important;gap:18px!important;width:100%!important}.product-detail-media,.product-detail-content{box-sizing:border-box;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.product-detail-media{justify-items:center;display:grid}.product-detail-content{text-align:center}.product-detail-main-image{width:100%!important;height:min(78vw,420px)!important;margin-left:auto!important;margin-right:auto!important}.product-detail-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))!important;justify-content:center!important;gap:10px!important}.product-detail-title{text-align:center!important;margin:16px 0 10px!important;font-size:clamp(2.5rem,11vw,3.25rem)!important;line-height:.95!important}.product-detail-price{text-align:center!important;justify-content:center!important;margin-bottom:14px!important}.product-detail-variant-panel{text-align:left!important;border-radius:18px!important;gap:10px!important;padding:14px!important}.product-detail-variant-header{align-items:flex-start!important;gap:10px!important}.product-detail-variants-row{-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:4px;flex-wrap:nowrap!important;overflow:auto hidden!important}.product-detail-variants-row::-webkit-scrollbar{height:6px}.product-detail-variants-row::-webkit-scrollbar-thumb{background:#efcfe0;border-radius:999px}.product-detail-variants-row>button{white-space:nowrap!important;flex:none!important}.product-detail-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;flex-wrap:nowrap!important;justify-content:center!important;overflow:auto hidden!important}.product-detail-tabs::-webkit-scrollbar{display:none}.product-detail-tabs>button{white-space:nowrap!important;flex:none!important;padding:11px 16px!important;font-size:14px!important}.product-detail-actions{justify-content:center!important;gap:12px!important;width:100%!important}.product-detail-action-button{text-align:center;justify-content:center;max-width:240px;flex:1 1 0!important;min-width:0!important}}@media (width<=430px){.product-detail-page{padding:16px 10px 116px!important}.app-main{padding:14px 4px 112px!important}.product-grid{gap:8px!important}.product-card{padding:9px!important}.product-detail-title{font-size:clamp(2.15rem,10vw,2.7rem)!important}.product-detail-variant-panel{padding:12px!important}.product-detail-actions{gap:10px!important}.product-detail-action-button{width:100%;max-width:none}}
