@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@600;700;800&display=swap";:root{--store-purple:#51226e;--store-purple-dark:#341142;--store-orange:#ff641e;--store-orange-dark:#e95413;--store-cream:#fff8f2;--store-white:#fff;--store-ink:#241a1a;--store-muted:#786b66;--store-line:#41261c1a;--store-green:#20a45b;--store-red:#d7473f;--store-shadow:0 12px 36px #371d1414;--store-radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}body{background:var(--store-cream);max-width:100%;color:var(--store-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Manrope,sans-serif;overflow-x:clip}#root,.App{width:100%;max-width:100%;overflow-x:clip}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.store-page-shell{width:min(1180px,100% - 32px);margin:0 auto}.store-primary-button{background:var(--store-orange);color:#fff;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 9px 22px #ff641e38}.store-primary-button:hover{background:var(--store-orange-dark);color:#fff}.store-secondary-button{border:1px solid var(--store-line);min-height:46px;color:var(--store-purple);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:800;display:inline-flex}@media (width<=700px){.store-page-shell{width:min(100% - 22px,580px)}body{padding-bottom:70px}}.App{min-height:100vh}.store-loading-screen{min-height:70vh;color:var(--store-purple);place-items:center;display:grid}.storefront{min-height:100vh;padding-bottom:125px}.catalog-shell{width:min(1080px,100% - 32px);margin:0 auto}.catalog-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin:20px 0 13px;display:flex}.catalog-heading span{color:var(--store-orange);letter-spacing:.14em;font-size:.6rem;font-weight:900}.catalog-heading h2{margin:2px 0 0;font-family:Outfit,sans-serif;font-size:clamp(1.45rem,3vw,2.1rem)}.catalog-heading>small{color:var(--store-muted);font-size:.7rem;font-weight:800}.category-pills{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:none;background:#fffaf7f0;gap:9px;margin-bottom:17px;padding:9px 2px;display:flex;position:sticky;top:67px;overflow-x:auto}.category-pills::-webkit-scrollbar{display:none}.category-pills button{border:1px solid var(--store-line);color:var(--store-muted);background:#fff;border-radius:999px;flex:none;padding:10px 16px;font:800 .7rem Manrope,sans-serif}.category-pills button.active{border-color:var(--store-purple);background:var(--store-purple);color:#fff;box-shadow:0 7px 16px #51226e2e}.floating-bag{z-index:100;background:var(--store-purple);color:#fff;border:0;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;width:min(560px,100% - 28px);min-height:64px;padding:10px 14px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #39164952}.floating-bag>span{text-align:left;align-items:center;gap:11px;display:flex}.floating-bag>span:first-child>b{background:var(--store-orange);border-radius:12px;place-items:center;width:37px;height:37px;display:grid}.floating-bag small,.floating-bag span span{display:block}.floating-bag small{color:#d9cce0;margin-bottom:1px;font-size:.58rem}.floating-bag strong{font-size:.76rem}.store-loading{min-height:75vh;color:var(--store-purple);place-content:center;justify-items:center;gap:14px;display:grid}.store-loading span{border:4px solid #e8dce9;border-top-color:var(--store-orange);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite store-spin}.store-loading strong{font-size:.75rem}@keyframes store-spin{to{transform:rotate(360deg)}}@media (width<=620px){.catalog-shell{width:min(100% - 22px,1080px)}.category-pills{margin-inline:-11px;padding-inline:11px;top:61px}.floating-bag{border-radius:15px;min-height:58px;bottom:72px}}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:15px;width:100%;display:grid}.catalog-card{border:1px solid var(--store-line);cursor:pointer;background:#fff;border-radius:17px;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 6px 22px #371d140d}.catalog-card:hover{box-shadow:var(--store-shadow);transform:translateY(-3px)}.catalog-card-media{background:#efe7e2;height:175px;position:relative;overflow:hidden}.catalog-card-media img,.catalog-card-media>span{object-fit:cover;width:100%;height:100%;color:var(--store-purple);place-items:center;font-size:2rem;transition:transform .25s;display:grid}.catalog-card:hover .catalog-card-media img{transform:scale(1.035)}.catalog-card-media b{color:var(--store-purple);background:#fffffff0;border-radius:999px;padding:6px 9px;font-size:.65rem;position:absolute;top:10px;left:10px}.catalog-card-content{flex-direction:column;flex:1;padding:13px 14px 14px;display:flex}.catalog-card h3{color:var(--store-ink);margin:0;font-size:1rem}.catalog-card p{min-height:38px;color:var(--store-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 8px;font-size:.73rem;line-height:1.45;display:-webkit-box;overflow:hidden}.catalog-card small{color:var(--store-green);font-size:.65rem;font-weight:800}.catalog-card-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:12px;display:flex}.catalog-card-bottom strong{color:var(--store-ink);font-size:.94rem}.catalog-card-bottom button{background:var(--store-orange);color:#fff;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 6px 15px #ff641e3d}.catalog-toast{z-index:150;color:#fff;box-shadow:var(--store-shadow);background:#16884a;border-radius:999px;padding:11px 15px;font-size:.76rem;font-weight:800;position:fixed;top:86px;left:50%;transform:translate(-50%)}.catalog-empty{min-height:220px;color:var(--store-muted);place-items:center;display:grid}@media (width<=620px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-card{border-radius:13px}.catalog-card-media{height:125px}.catalog-card-content{padding:10px}.catalog-card h3{font-size:.82rem}.catalog-card p{min-height:31px;font-size:.63rem}.catalog-card small{font-size:.58rem}.catalog-card-bottom strong{font-size:.78rem}.catalog-card-bottom button{width:30px;height:30px}}.store-hero{margin-bottom:18px;position:relative}.store-hero-cover{background:var(--store-purple-dark);border-radius:0 0 30px 30px;height:260px;position:relative;overflow:hidden}.store-hero-cover>img,.store-hero-fallback{object-fit:cover;width:100%;height:100%}.store-hero-fallback{color:#fff;background:radial-gradient(circle at 25% 20%, #874ba8, var(--store-purple-dark) 70%);place-items:center;font-size:4rem;display:grid}.store-hero-shade{background:linear-gradient(90deg,#1f0a28c7,#30123e57 55%,#18081d7a);position:absolute;inset:0}.store-hero-badge{color:var(--store-green);background:#fffffff0;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:.72rem;font-weight:900;display:flex;position:absolute;top:20px;right:24px}.store-hero-badge i{background:#24c66b;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #24c66b21}.store-hero-badge.is-closed{color:#b03c37}.store-hero-badge.is-closed i{background:#d9584f;box-shadow:0 0 0 4px #d9584f21}.store-identity{z-index:2;border:1px solid var(--store-line);width:min(1080px,100% - 32px);color:var(--store-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-radius:24px;align-items:center;gap:18px;margin:-74px auto 0;padding:14px 18px;display:flex;position:relative;box-shadow:0 15px 38px #2f161321}.store-avatar{background:var(--store-orange);width:126px;height:126px;box-shadow:var(--store-shadow);border:5px solid #fff;border-radius:24px;flex:none;place-items:center;font-size:2.2rem;font-weight:900;display:grid;overflow:hidden}.store-avatar img{object-fit:cover;width:100%;height:100%}.store-copy{min-width:0;text-shadow:none;flex:1;padding-bottom:0}.store-eyebrow{letter-spacing:.13em;font-weight:900;color:var(--store-orange)!important;margin:0 0 3px!important;font-size:.62rem!important}.store-copy h1{color:var(--store-ink);margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1}.store-copy>p{max-width:620px;color:var(--store-muted);margin:7px 0;font-size:.78rem;font-weight:600}.store-meta{flex-wrap:wrap;gap:8px;display:flex}.store-meta span{color:var(--store-purple);background:#faf5fc;border:1px solid #eadfe9;border-radius:999px;padding:6px 9px;font-size:.62rem;font-weight:800}.store-social-links{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.store-social-links a{min-height:32px;color:var(--store-purple);background:#fff;border:1px solid #eadfe9;border-radius:10px;align-items:center;gap:7px;padding:6px 10px;font-size:.62rem;font-weight:900;text-decoration:none;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.store-social-links a:hover{color:var(--store-purple);background:#faf5fc;border-color:#c8a6d9;transform:translateY(-1px)}.store-social-links a.is-whatsapp{color:#168c4d}.catalog-search{border:1px solid var(--store-line);width:min(1080px,100% - 32px);height:56px;color:var(--store-muted);background:#fff;border-radius:15px;align-items:center;gap:12px;margin:18px auto 0;padding:0 18px;display:flex;box-shadow:0 7px 24px #411e1412}.catalog-search:focus-within{border-color:#b587cc;box-shadow:0 0 0 4px #51226e14}.catalog-search input{min-width:0;color:var(--store-ink);background:0 0;border:0;outline:0;flex:1;font:700 .82rem Manrope,sans-serif}.catalog-search button{color:var(--store-muted);background:0 0;border:0}@media (width<=620px){.store-hero-cover{border-radius:0 0 22px 22px;height:210px}.store-identity{color:var(--store-ink);border-radius:18px;align-items:center;margin-top:-48px;padding:11px}.store-avatar{border-width:3px;border-radius:17px;width:78px;height:78px}.store-copy{text-shadow:none;padding-top:0}.store-copy h1{color:var(--store-ink);font-size:1.35rem}.store-copy>p{display:none}.store-eyebrow{color:var(--store-orange)!important;font-size:.45rem!important}.store-meta{gap:5px;margin-top:6px}.store-meta span{color:var(--store-purple);background:#f7effa;border:0;padding:4px 6px;font-size:.47rem}.store-social-links{gap:5px;margin-top:6px}.store-social-links a{border-radius:9px;justify-content:center;width:29px;height:29px;min-height:29px;padding:0;font-size:.72rem}.store-social-links a span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.catalog-search{height:50px;margin-top:12px}.store-hero-badge{top:14px;right:14px}}.map-container{margin-top:15px}.address-toggle{border:1px solid var(--store-line);background:var(--store-cream);width:100%;min-height:58px;color:var(--store-ink);text-align:left;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:9px 13px;display:flex}.address-toggle>span{align-items:center;gap:11px;min-width:0;display:flex}.address-toggle>span>i{background:var(--store-purple);color:#fff;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;display:grid}.address-toggle small,.address-toggle strong{display:block}.address-toggle small{color:var(--store-orange);letter-spacing:.09em;font-size:.49rem;font-weight:900}.address-toggle strong{text-overflow:ellipsis;white-space:nowrap;max-width:560px;margin-top:2px;font-size:.66rem;overflow:hidden}.address-toggle>i{color:var(--store-purple);font-size:.68rem}.address-picker{gap:11px;padding-top:15px;display:grid}.address-search-label,.map-picker-heading{align-items:center;gap:9px;display:flex}.address-search-label>span,.map-picker-heading>span{background:var(--store-purple);color:#fff;border-radius:9px;flex:none;place-items:center;width:27px;height:27px;font-size:.62rem;font-weight:900;display:grid}.address-search-label strong,.address-search-label small,.map-picker-heading strong,.map-picker-heading small{display:block}.address-search-label strong,.map-picker-heading strong{font-size:.68rem}.address-search-label small,.map-picker-heading small{color:var(--store-muted);margin-top:2px;font-size:.52rem}.map-picker-heading div{flex:1}.map-picker-heading button{border:1px solid var(--store-line);color:var(--store-purple);background:#fff;border-radius:9px;padding:7px 10px;font-size:.56rem;font-weight:800}.delivery-place-autocomplete{border-radius:11px;width:100%;min-height:48px;display:block;overflow:visible}.input-error{border:1px solid #d64d44;border-radius:12px}.use-location-button{width:fit-content;min-height:40px;color:var(--store-purple);background:#fff;border:1px solid #bfaaca;border-radius:10px;padding:0 13px;font:800 .62rem Manrope,sans-serif}.use-location-button:disabled{opacity:.65}.interactive-map-wrap{border:1px solid var(--store-line);background:#e6eef1;border-radius:16px;position:relative;overflow:hidden}.delivery-map{touch-action:none;width:100%;height:360px}.map-tip{z-index:5;color:#fff;white-space:nowrap;pointer-events:none;background:#31143de6;border-radius:999px;max-width:calc(100% - 20px);padding:8px 11px;font-size:.55rem;font-weight:800;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 5px 16px #0003}.map-tip i{color:#ffab84;margin-right:5px}.selected-address{color:var(--store-orange);background:#fff7f3;border:1px solid #f0c6b2;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;display:flex}.selected-address.valid{color:var(--store-green);background:#f2fff6;border-color:#a6dab8}.selected-address>i:first-child{text-align:center;width:27px}.selected-address>div{flex:1;min-width:0}.selected-address small,.selected-address strong{display:block}.selected-address small{letter-spacing:.08em;font-size:.47rem;font-weight:900}.selected-address strong{color:var(--store-ink);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.61rem;line-height:1.4;overflow:hidden}.selected-address>i:last-child{background:var(--store-green);color:#fff;border-radius:50%;place-items:center;width:23px;height:23px;font-size:.55rem;display:grid}.confirm-address-button{background:var(--store-orange);color:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 15px;font:800 .68rem Manrope,sans-serif;display:flex;box-shadow:0 8px 19px #ff641e33}.confirm-address-button:disabled{box-shadow:none;background:#d8d0cc}.address-error{color:#a62f2a;background:#ffe6e4;border-radius:10px;padding:10px 12px;font-size:.59rem;font-weight:700}.address-error i{margin-right:5px}.map-loading,.map-load-error{color:var(--store-muted);text-align:center;padding:20px;font-size:.65rem}.map-loading span{border:2px solid #ddd;border-top-color:var(--store-orange);vertical-align:middle;border-radius:50%;width:15px;height:15px;margin-right:7px;animation:.8s linear infinite store-spin;display:inline-block}@media (width<=650px){.address-picker{gap:10px}.address-toggle strong{max-width:230px}.use-location-button{width:100%}.delivery-map{height:390px}.map-tip{font-size:.5rem;top:8px}.interactive-map-wrap{border-radius:13px}.selected-address strong{white-space:normal}.map-picker-heading small{max-width:220px}.confirm-address-button{min-height:51px}.gm-style .gm-fullscreen-control{margin-top:48px!important}}.delivery-area-dialog{width:min(420px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--store-ink);text-align:center;background:#fff;border:0;border-radius:24px;margin:auto;padding:30px 24px 24px;position:fixed;inset:0;overflow:auto;box-shadow:0 24px 80px #230e2b40}.delivery-area-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#230e2b94}.delivery-area-icon{width:64px;height:64px;color:var(--store-orange);background:#fff0e8;border-radius:50%;place-items:center;margin:0 auto 18px;font-size:1.7rem;display:grid}.delivery-area-dialog h2{margin:0 0 12px;font-family:Outfit,sans-serif;font-size:1.5rem;line-height:1.25}.delivery-area-dialog p{color:var(--store-muted);margin:0 0 24px;font-size:.9rem;line-height:1.6}.delivery-area-dialog button{background:var(--store-orange);color:#fff;cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:50px;padding:12px;font:800 .85rem Manrope,sans-serif;display:flex}.delivery-area-dialog button:focus-visible{outline:3px solid var(--store-purple);outline-offset:4px}.map-container,.address-toggle,.address-picker,.delivery-place-autocomplete,.interactive-map-wrap,.delivery-map{width:100%;min-width:0;max-width:100%}.address-picker{overflow:visible}.delivery-place-autocomplete{contain:inline-size}.delivery-place-autocomplete::part(input-container){width:100%;min-width:0;max-width:100%}.interactive-map-wrap{overflow:hidden}.map-picker-heading{outline:none;scroll-margin-top:88px}.interactive-map-wrap>div,.delivery-map>div,.delivery-map .gm-style{width:100%!important;max-width:100%!important}@media (width<=650px){.map-picker-heading{scroll-margin-top:76px}.map-container{overflow:hidden}.address-picker{grid-template-columns:minmax(0,1fr)}.address-search-label,.map-picker-heading,.address-search-label>div,.map-picker-heading>div{min-width:0}.address-search-label small,.map-picker-heading small{overflow-wrap:anywhere}.map-picker-heading{grid-template-columns:27px minmax(0,1fr);align-items:center;display:grid}.map-picker-heading button{grid-column:1/-1;width:100%}.delivery-place-autocomplete{overflow:hidden}.interactive-map-wrap{border-radius:12px;width:100%}.delivery-map{height:min(390px,60vh)}.map-tip{text-align:center;text-overflow:ellipsis;width:calc(100% - 16px);max-width:calc(100% - 16px);overflow:hidden}}.checkout-page{width:min(1120px,100% - 28px);min-height:100vh;margin:0 auto;padding:30px 0 120px}.checkout-title span,.order-summary>span{color:var(--store-orange);letter-spacing:.14em;font-size:.58rem;font-weight:900}.checkout-title h1{margin:3px 0;font-family:Outfit,sans-serif;font-size:2.3rem}.checkout-title p{color:var(--store-muted);margin:0 0 22px;font-size:.75rem}.checkout-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);align-items:start;gap:18px;min-width:0;display:grid}.checkout-main{gap:15px;min-width:0;display:grid}.checkout-layout.without-summary{grid-template-columns:minmax(0,1fr)}.checkout-layout.without-summary .checkout-main{width:min(820px,100%);margin:0 auto}.checkout-page.is-address-focus{width:min(900px,100% - 20px);padding-top:18px}.checkout-layout.is-address-focus{display:block}.checkout-layout.is-address-focus .checkout-main{width:100%;margin:0}.checkout-layout.is-address-focus .address-card{border-color:#dfcfe5;min-height:calc(100vh - 185px);box-shadow:0 15px 45px #3e1b4b1a}.checkout-card,.order-summary{border:1px solid var(--store-line);background:#fff;border-radius:20px;min-width:0;max-width:100%;padding:19px;box-shadow:0 7px 25px #371d140a}.section-heading,.section-heading>div{justify-content:space-between;align-items:center;gap:11px;display:flex}.section-heading>div{justify-content:flex-start}.section-heading b{background:var(--store-purple);color:#fff;border-radius:11px;place-items:center;width:34px;height:34px;font-size:.75rem;display:grid}.section-heading h2{margin:0;font-size:.96rem}.section-heading p{color:var(--store-muted);margin:2px 0 0;font-size:.62rem}.section-heading>button{color:var(--store-orange);background:0 0;border:0;font-size:.64rem;font-weight:800}.bag-heading-actions{align-items:center;gap:13px;display:flex}.bag-heading-actions>button{color:var(--store-orange);background:0 0;border:0;font-size:.64rem;font-weight:800}.bag-heading-total{border-left:1px solid var(--store-line);justify-items:end;gap:1px;padding-left:13px;display:grid}.bag-heading-total span{color:var(--store-muted);font-size:.52rem;font-weight:700}.bag-heading-total strong{color:var(--store-purple);font-size:1rem;font-weight:900}.bag-items{gap:10px;margin-top:15px;display:grid}.bag-item{border:1px solid var(--store-line);border-radius:15px;gap:13px;padding:12px;display:flex}.bag-item-photo{background:var(--store-cream);width:86px;height:86px;color:var(--store-purple);border-radius:12px;flex:none;place-items:center;display:grid;overflow:hidden}.bag-item-photo img{object-fit:cover;width:100%;height:100%}.bag-item-copy{flex:1;min-width:0}.bag-item-copy>div:first-child{justify-content:space-between;gap:10px;display:flex}.bag-item-copy h3{margin:0;font-size:.78rem}.bag-item-copy strong{color:var(--store-purple);font-size:.76rem}.bag-item-copy small{color:var(--store-orange);font-size:.57rem;font-weight:800}.bag-item-copy p{color:var(--store-muted);text-overflow:ellipsis;white-space:nowrap;margin:5px 0;font-size:.58rem;overflow:hidden}.bag-item-actions,.bag-item-actions>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.bag-item-actions>div{justify-content:flex-start}.bag-item-actions button{color:#a24a43;background:0 0;border:0;font-size:.58rem;font-weight:800}.bag-item-actions>div button{border:1px solid var(--store-line);width:25px;height:25px;color:var(--store-purple);background:#fff;border-radius:7px;font-size:.85rem}.bag-item-actions b{font-size:.65rem}.address-card .map-adress,.address-card>div:not(.section-heading){margin-top:15px}.receiver-field{background:#fff8f7;border:1.5px solid #d94b43;border-radius:13px;margin:2px 0 13px;padding:11px;display:block}.receiver-field>span{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.receiver-field>span strong{color:var(--store-ink);font-size:.64rem}.receiver-field>span em{color:#c63831;text-transform:uppercase;font-size:.5rem;font-style:normal;font-weight:900}.receiver-field>div{color:#b14a45;background:#fff;border:1px solid #e5c3c0;border-radius:10px;align-items:center;gap:8px;height:43px;padding:0 11px;display:flex}.receiver-field input{background:0 0;border:0;outline:0;flex:1;min-width:0;font:700 .66rem Manrope,sans-serif}.receiver-field>small{color:#bd3933;margin-top:6px;font-size:.52rem;font-weight:700;display:block}.receiver-field.is-valid{background:#f3fff7;border-color:#64bd83}.receiver-field.is-valid>span em,.receiver-field.is-valid>div{color:var(--store-green)}.receiver-field.is-valid>div{border-color:#addabe}.receiver-field.is-valid>span em i{margin-right:3px}.customer-contact-fields{gap:9px;margin-bottom:13px;display:grid}.order-summary>.customer-contact-fields{border:0;padding:0}.customer-contact-fields .receiver-field{margin:0}.receiver-field.whatsapp-field>.field-help{color:var(--store-muted);font-weight:600;line-height:1.45}.receiver-field.whatsapp-field>div>i{color:#19a55a;font-size:.85rem}.order-summary{position:sticky;top:82px}.order-summary h2{margin:4px 0 17px;font-size:1.15rem}.order-summary>div{border-block:1px solid var(--store-line);padding:14px 0}.order-summary p{color:var(--store-muted);justify-content:space-between;gap:12px;margin:8px 0;font-size:.68rem;display:flex}.order-summary strong{color:var(--store-ink)}.order-summary .free{color:var(--store-green)}.order-summary footer{padding:12px 0}.order-summary footer p{color:var(--store-ink);align-items:baseline;font-weight:900}.order-summary footer p strong{color:var(--store-purple);font-size:1.3rem}.order-summary footer small{color:var(--store-muted);font-size:.55rem}.order-summary>button{background:var(--store-orange);color:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 14px;font:800 .68rem Manrope,sans-serif;display:flex}.order-summary>button:disabled{box-shadow:none;background:#d9d1cd}.summary-help{color:var(--store-muted)!important;justify-content:center!important;font-size:.56rem!important}.summary-address{background:#fbf7fc;border:1px solid #eadce6;border-radius:12px;align-items:center;gap:10px;margin:0 0 5px;padding:11px;display:flex}.summary-address>i{width:30px;height:30px;color:var(--store-purple);background:#efe4f3;border-radius:9px;flex:none;place-items:center;font-size:.72rem;display:grid}.summary-address>div{flex:1;min-width:0}.summary-address small,.summary-address strong{display:block}.summary-address small{color:var(--store-orange);letter-spacing:.09em;font-size:.46rem;font-weight:900}.summary-address strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.58rem;line-height:1.35;display:-webkit-box;overflow:hidden}.summary-address button{color:var(--store-purple);background:0 0;border:0;align-self:center;padding:5px;font:800 .52rem Manrope,sans-serif}.empty-bag{text-align:center;place-content:center;justify-items:center;min-height:75vh;padding:20px;display:grid}.empty-bag>div{width:72px;height:72px;color:var(--store-purple);background:#f0e5f4;border-radius:23px;place-items:center;margin-bottom:13px;font-size:1.6rem;display:grid}.empty-bag>span{color:var(--store-orange);letter-spacing:.14em;font-size:.58rem;font-weight:900}.empty-bag h1{margin:5px 0;font-family:Outfit,sans-serif}.empty-bag p{color:var(--store-muted);font-size:.72rem}.empty-bag button{background:var(--store-orange);color:#fff;border:0;border-radius:11px;padding:12px 24px;font-weight:800}.delete-backdrop{z-index:300;background:#1f0a28a8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.delete-backdrop>div{text-align:center;background:#fff;border-radius:20px;width:min(350px,100%);padding:25px}.delete-backdrop i{color:#c23d36;font-size:1.4rem}.delete-backdrop h2{font-size:1.15rem}.delete-backdrop p{color:var(--store-muted);font-size:.66rem}.delete-backdrop button{border:0;border-radius:10px;width:100%;min-height:42px;margin-top:7px;font-weight:800}.delete-backdrop button:first-of-type{color:#fff;background:#c23d36}@media (width<=760px){.checkout-page,.checkout-page.is-address-focus{width:calc(100% - 16px);max-width:100%;padding-top:12px}.checkout-layout{grid-template-columns:minmax(0,1fr)}.checkout-layout.is-address-focus,.checkout-layout.is-address-focus .checkout-main{width:100%;max-width:100%}.checkout-layout.is-address-focus .address-card{min-height:calc(100vh - 165px)}.order-summary{position:static}.checkout-card{width:100%;max-width:100%;padding:12px;overflow:visible}.bag-item-photo{width:68px;height:68px}.section-heading>button{display:none}.order-summary{margin-bottom:60px}}.checkout-mobile-flow,.mobile-step-actions,.mobile-step-back{display:none}@media (width<=760px){.checkout-page,.checkout-page.is-address-focus{min-height:calc(100dvh - 64px);padding:8px 0 82px}.checkout-title{display:none}.checkout-mobile-flow{border:1px solid var(--store-line);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding:10px 13px;display:flex;box-shadow:0 5px 18px #371d140d}.checkout-mobile-flow>div{min-width:0}.checkout-mobile-flow small,.checkout-mobile-flow strong,.checkout-mobile-flow p{display:block}.checkout-mobile-flow small{color:var(--store-orange);letter-spacing:.1em;font-size:.47rem;font-weight:900}.checkout-mobile-flow strong{margin-top:2px;font-size:.77rem}.checkout-mobile-flow p{color:var(--store-muted);margin:1px 0 0;font-size:.51rem}.checkout-mobile-flow ol{align-items:center;gap:5px;margin:0;padding:0;list-style:none;display:flex}.checkout-mobile-flow li{align-items:center;display:flex}.checkout-mobile-flow li:not(:last-child):after{content:"";background:#e5dfe2;border-radius:2px;width:9px;height:2px;margin-left:5px}.checkout-mobile-flow li.is-done:not(:last-child):after{background:#71c38d}.checkout-mobile-flow li span,.checkout-mobile-flow li button{color:#877d82;background:#eee9ec;border:0;border-radius:50%;place-items:center;width:23px;height:23px;padding:0;font-size:.54rem;font-weight:900;display:grid}.checkout-mobile-flow li.is-active span{background:var(--store-purple);color:#fff;box-shadow:0 0 0 4px #f0e6f3}.checkout-mobile-flow li.is-available button{cursor:pointer;color:var(--store-purple);background:#eee3f2;box-shadow:0 3px 8px #48235924}.checkout-mobile-flow li.is-done button{background:var(--store-green);color:#fff;box-shadow:0 3px 8px #1ea45738}.checkout-mobile-flow li.is-available button:active{transform:scale(.92)}.checkout-layout,.checkout-layout.without-summary{display:block}.checkout-layout.without-summary .checkout-main{width:100%}.checkout-page.mobile-step-1 .address-card,.checkout-page.mobile-step-1 .order-summary,.checkout-page.mobile-step-2 .products-step-panel,.checkout-page.mobile-step-2 .order-summary,.checkout-page.mobile-step-3 .checkout-main{display:none}.checkout-page.mobile-step-3 .order-summary{display:block}.checkout-layout.is-address-focus .address-card{min-height:0}.checkout-card,.order-summary{border-radius:17px}.products-step-panel .bag-items{overscroll-behavior:contain;max-height:calc(100dvh - 330px);padding-right:2px;overflow-y:auto}.bag-section-heading{align-items:flex-start}.bag-heading-actions{margin-left:auto}.bag-heading-actions>button{display:none}.bag-heading-total{min-width:82px;padding-left:9px}.bag-heading-total strong{font-size:.9rem}.bag-item{padding:9px}.bag-item-photo{width:59px;height:59px}.bag-item-copy p{max-width:calc(100vw - 145px)}.mobile-step-actions{z-index:8;background:linear-gradient(#fff0,#fff 22%);grid-template-columns:.8fr 1.2fr;gap:8px;margin-top:11px;padding-top:9px;display:grid;position:sticky;bottom:72px}.mobile-step-actions button{background:var(--store-orange);color:#fff;border:0;border-radius:12px;min-height:46px;font:800 .63rem Manrope,sans-serif}.mobile-step-actions button.secondary{border:1px solid var(--store-line);color:var(--store-ink);background:#fff}.mobile-step-actions i{margin-left:5px}.mobile-step-back{border:0!important;margin:0 0 9px!important;padding:0!important;display:block!important}.mobile-step-back button{color:var(--store-purple);background:0 0;border:0;padding:6px 2px;font:800 .57rem Manrope,sans-serif}.mobile-step-back i{margin-right:5px}.address-card>.mobile-step-back{margin-top:0!important}.address-card>.section-heading{margin-bottom:4px}.checkout-page.mobile-step-2 .address-card>.section-heading,.checkout-page.mobile-step-2 .address-toggle{display:none}.checkout-page.mobile-step-2 .map-container,.checkout-page.mobile-step-2 .address-picker{margin-top:0;padding-top:0}.checkout-page.mobile-step-2 .delivery-map{height:clamp(190px,28dvh,260px)}.order-summary{width:100%;margin:0;padding:16px}.order-summary>.mobile-step-back{margin-bottom:7px!important}.order-summary h2{margin-bottom:9px}.summary-address{margin-bottom:2px;padding:9px}.order-summary>div:not(.mobile-step-back){padding:8px 0}.order-summary footer{padding:7px 0}.receiver-field{margin-bottom:10px}.order-summary>button{min-height:50px}}.bag-modal-backdrop{z-index:300;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1f0a28a8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.bag-modal{text-align:center;background:#fff;border-radius:24px;width:min(390px,100%);padding:30px 25px 22px;position:relative;box-shadow:0 25px 70px #00000047}.bag-modal-close{background:var(--store-cream);width:34px;height:34px;color:var(--store-muted);border:0;border-radius:50%;position:absolute;top:13px;right:13px}.bag-success{width:60px;height:60px;color:var(--store-green);background:#def6e7;border-radius:20px;place-items:center;margin:0 auto 14px;font-size:1.35rem;display:grid}.bag-modal>span{color:var(--store-orange);letter-spacing:.14em;font-size:.58rem;font-weight:900}.bag-modal h2{margin:5px 0;font-family:Outfit,sans-serif;font-size:1.7rem}.bag-modal p{color:var(--store-muted);margin:0 0 19px;font-size:.72rem}.bag-primary,.bag-secondary{border-radius:12px;width:100%;min-height:47px;font:800 .7rem Manrope,sans-serif}.bag-primary{background:var(--store-orange);color:#fff;border:0;justify-content:space-between;align-items:center;padding:0 15px;display:flex}.bag-secondary{border:1px solid var(--store-line);color:var(--store-purple);background:#fff;margin-top:8px}.product-page{min-height:100vh;padding:28px 16px 125px}.product-detail-layout{grid-template-columns:minmax(290px,.8fr) minmax(420px,1.2fr);gap:22px;width:min(1040px,100%);margin:0 auto;display:grid}.product-showcase,.product-customization{min-width:0}.product-detail-layout--simple{grid-template-columns:minmax(0,1fr);max-width:440px}.product-showcase{border:1px solid var(--store-line);box-shadow:var(--store-shadow);background:#fff;border-radius:24px;align-self:start;overflow:hidden}.product-photo{height:360px;color:var(--store-purple);background:#eee4df;place-items:center;font-size:3rem;display:grid;overflow:hidden}.product-photo img{object-fit:cover;width:100%;height:100%}.product-summary{padding:20px}.product-category{color:var(--store-orange);letter-spacing:.14em;font-size:.6rem;font-weight:900}.product-summary h1{margin:5px 0;font-family:Outfit,sans-serif;font-size:2rem}.product-summary p{color:var(--store-muted);margin:0 0 15px;font-size:.76rem;line-height:1.6}.product-summary>div{justify-content:space-between;align-items:center;display:flex}.product-summary>div strong{color:var(--store-purple);font-size:1.35rem}.product-summary>div span{background:var(--store-cream);color:var(--store-muted);border-radius:9px;padding:6px 9px;font-size:.65rem;font-weight:800}.product-customization{gap:15px;display:grid}.addon-section,.product-note{border:1px solid var(--store-line);background:#fff;border-radius:20px;padding:18px}.addon-section>header,.product-note>div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.addon-section h2,.product-note h2{margin:0;font-size:1rem}.addon-section header p{color:var(--store-muted);margin:3px 0 0;font-size:.64rem}.addon-section header>b{color:var(--store-purple);background:#f3eafa;border-radius:999px;padding:7px 10px;font-size:.65rem}.addon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.addon-grid article{border:1px solid var(--store-line);border-radius:14px;align-items:center;gap:9px;min-width:0;padding:9px;transition:all .15s;display:flex}.addon-grid article.selected{box-shadow:inset 3px 0 var(--store-green);background:#f5fff8;border-color:#9ccdac}.addon-thumb{background:var(--store-cream);width:42px;height:42px;color:var(--store-orange);border-radius:11px;flex:none;place-items:center;display:grid;overflow:hidden}.addon-thumb img{object-fit:cover;width:100%;height:100%}.addon-copy{flex:1;min-width:0}.addon-copy strong,.addon-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.addon-copy strong{font-size:.68rem}.addon-copy small{color:var(--store-orange);margin-top:2px;font-size:.58rem;font-weight:800}.addon-stepper{align-items:center;gap:5px;display:flex}.addon-stepper button{border:1px solid var(--store-line);width:27px;height:27px;color:var(--store-purple);background:#fff;border-radius:8px;font-weight:900}.addon-stepper button:last-child{border-color:var(--store-purple);background:var(--store-purple);color:#fff}.addon-stepper b{text-align:center;min-width:12px;font-size:.68rem}.product-note span{color:var(--store-muted);font-size:.6rem}.product-note textarea{resize:vertical;border:1px solid var(--store-line);border-radius:12px;outline:none;width:100%;min-height:86px;padding:12px;font:600 .72rem Manrope,sans-serif}.product-action-bar{z-index:90;border:1px solid var(--store-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:19px;align-items:center;gap:10px;width:min(700px,100% - 24px);padding:9px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #2d143530}.quantity-control{background:var(--store-cream);border-radius:13px;align-items:center;gap:14px;height:48px;padding:0 8px;display:flex}.quantity-control button{width:30px;height:30px;color:var(--store-purple);background:#fff;border:0;border-radius:9px;font-size:1.2rem;font-weight:900}.add-product-button{background:var(--store-orange);color:#fff;border:0;border-radius:13px;flex:1;justify-content:space-between;align-items:center;gap:15px;min-height:48px;padding:0 18px;font:800 .72rem Manrope,sans-serif;display:flex;box-shadow:0 8px 20px #ff641e3d}.add-product-button.is-store-closed{box-shadow:none;cursor:not-allowed;background:#8b7d76;justify-content:center}.product-warning{z-index:95;color:#fff;background:#a52b2b;border-radius:999px;padding:10px 14px;font-size:.67rem;font-weight:800;position:fixed;bottom:94px;left:50%;transform:translate(-50%)}@media (width<=760px){.product-page{padding:10px 11px 145px}.product-detail-layout{grid-template-columns:1fr;gap:12px}.product-showcase{border-radius:18px}.product-photo{height:270px}.product-summary{padding:15px}.product-summary h1{font-size:1.55rem}.addon-section,.product-note{border-radius:16px;padding:14px}.addon-grid{grid-template-columns:1fr}.product-action-bar{bottom:70px}}.customer-auth-backdrop{z-index:300;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1e0d239e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.customer-auth-modal{width:min(430px,100%);color:var(--store-ink);background:#fff;border-radius:24px;padding:30px;position:relative;box-shadow:0 26px 70px #1e0d2347}.customer-auth-close{width:38px;height:38px;color:var(--store-purple);background:#f7effa;border:0;border-radius:12px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.customer-auth-icon{width:54px;height:54px;color:var(--store-purple);background:#f3e7f8;border-radius:17px;place-items:center;margin-bottom:15px;font-size:1.25rem;display:grid}.customer-auth-icon.is-success{color:var(--store-green);background:#e8f7ef}.customer-auth-modal>span{color:var(--store-orange);letter-spacing:.13em;font-size:.66rem;font-weight:900}.customer-auth-modal h2{color:var(--store-ink);margin:5px 0 7px;font-size:1.75rem}.customer-auth-modal>p{color:var(--store-muted);margin:0 0 20px;font-size:.82rem;line-height:1.55}.customer-auth-modal label{color:var(--store-ink);gap:7px;margin-top:13px;font-size:.72rem;font-weight:900;display:grid}.customer-auth-modal input{border:1px solid var(--store-line);width:100%;height:48px;color:var(--store-ink);background:#fff;border-radius:12px;outline:none;padding:0 14px;font-weight:700}.customer-auth-modal input:focus{border-color:#a779bd;box-shadow:0 0 0 4px #51226e14}.customer-auth-code{text-align:center;letter-spacing:.32em;font-size:1.25rem}.customer-auth-primary,.customer-auth-secondary{border:0;border-radius:13px;width:100%;min-height:48px;margin-top:18px;font-weight:900}.customer-auth-primary{background:var(--store-orange);color:#fff;box-shadow:0 9px 22px #ff641e33}.customer-auth-primary:disabled{cursor:wait;opacity:.65}.customer-auth-secondary{border:1px solid var(--store-line);color:var(--store-purple);background:#fff}.customer-auth-link{width:100%;color:var(--store-purple);background:0 0;border:0;margin-top:12px;font-size:.76rem;font-weight:800}.customer-auth-error{color:#ad3631;background:#fff0ef;border-radius:10px;margin-top:13px;padding:10px 12px;font-size:.72rem;font-weight:800}.customer-auth-privacy{color:var(--store-muted);text-align:center;margin-top:13px;font-size:.65rem;line-height:1.4;display:block}.customer-profile-card{border:1px solid var(--store-line);background:#fffaf7;border-radius:15px;gap:10px;padding:15px;display:grid}.customer-profile-card div{justify-content:space-between;gap:14px;display:flex}.customer-profile-card small{color:var(--store-muted);font-size:.68rem}.customer-profile-card strong{color:var(--store-ink);text-align:right;font-size:.74rem}.customer-auth-modal.is-account{scrollbar-width:thin;width:min(760px,100%);max-height:min(880px,100vh - 34px);overflow-y:auto}.customer-account-heading{align-items:center;gap:15px;padding-right:45px;display:flex}.customer-account-heading .customer-auth-icon{flex:none;margin:0}.customer-account-heading span{color:var(--store-orange);letter-spacing:.13em;font-size:.63rem;font-weight:900}.customer-account-heading h2{margin:3px 0}.customer-account-heading p{color:var(--store-muted);margin:0;font-size:.76rem}.customer-account-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 13px;display:grid}.customer-account-stats>div{border:1px solid var(--store-line);background:#fffaf7;border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.customer-account-stats>div>i{width:34px;height:34px;color:var(--store-purple);background:#f2e6f7;border-radius:10px;place-items:center;display:grid}.customer-account-stats span,.customer-account-stats strong,.customer-account-stats small{display:block}.customer-account-stats strong{font-size:1rem}.customer-account-stats small{color:var(--store-muted);font-size:.61rem}.customer-account-section{border:1px solid var(--store-line);background:#fff;border-radius:16px;margin-top:12px;padding:15px}.customer-section-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.customer-section-title>span{color:var(--store-ink);font-size:.76rem;font-weight:900}.customer-section-title>span i{width:24px;color:var(--store-purple)}.customer-section-title>small{min-width:24px;height:24px;color:var(--store-purple);background:#f3e8f7;border-radius:999px;place-items:center;font-size:.64rem;font-weight:900;display:grid}.customer-profile-summary>div:last-child{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.customer-profile-summary>div:last-child>span{background:#fff8f3;border-radius:11px;padding:10px 12px}.customer-profile-summary small,.customer-profile-summary strong{display:block}.customer-profile-summary small{color:var(--store-muted);font-size:.61rem}.customer-profile-summary strong{margin-top:3px;font-size:.73rem}.customer-store-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.customer-store-list a{border:1px solid var(--store-line);min-width:0;color:var(--store-ink);border-radius:12px;align-items:center;gap:9px;padding:10px;text-decoration:none;display:flex}.customer-store-list a>i:first-child{width:32px;height:32px;color:var(--store-purple);background:#f2e6f7;border-radius:9px;flex:none;place-items:center;display:grid}.customer-store-list a>i:last-child{color:var(--store-muted);margin-left:auto;font-size:.65rem}.customer-store-list a span{min-width:0}.customer-store-list strong,.customer-store-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.customer-store-list strong{font-size:.7rem}.customer-store-list small{color:var(--store-muted);margin-top:2px;font-size:.58rem}.customer-address-list{gap:7px;display:grid}.customer-address-list>div{color:var(--store-muted);background:#fff8f3;border-radius:11px;align-items:flex-start;gap:9px;padding:10px;font-size:.68rem;line-height:1.45;display:flex}.customer-address-list i{color:var(--store-orange);margin-top:2px}.customer-empty-copy,.customer-orders-loading{color:var(--store-muted);margin:5px 0;font-size:.7rem}.customer-orders-list{gap:10px;display:grid}.customer-order-card{border:1px solid var(--store-line);background:#fffaf7;border-radius:14px;padding:13px}.customer-order-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.customer-order-top>div small,.customer-order-top>div strong,.customer-order-top>div span{display:block}.customer-order-top>div small{color:var(--store-muted);font-size:.57rem}.customer-order-top>div strong{margin-top:3px;font-size:.8rem}.customer-order-top>div span{color:var(--store-muted);margin-top:2px;font-size:.59rem}.customer-order-status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:6px 8px;font-size:.58rem;font-weight:900;display:inline-flex}.customer-order-status.is-preparing{color:#c04d17;background:#fff1e9}.customer-order-status.is-delivery{color:var(--store-purple);background:#eee7f8}.customer-order-status.is-delivered{color:#16884b;background:#e7f7ee}.customer-order-status.is-cancelled{color:#b43c36;background:#feeceb}.customer-order-preview{border-top:1px dashed var(--store-line);justify-content:space-between;gap:12px;margin-top:10px;padding-top:10px;display:flex}.customer-order-preview span{min-width:0;color:var(--store-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.customer-order-preview strong{flex:none;font-size:.72rem}.customer-order-card details{margin-top:9px}.customer-order-card summary{color:var(--store-purple);cursor:pointer;align-items:center;gap:6px;font-size:.64rem;font-weight:900;list-style:none;display:flex}.customer-order-card summary i{transition:transform .2s}.customer-order-card details[open] summary i{transform:rotate(180deg)}.customer-order-details{margin-top:10px}.customer-order-items{gap:7px;display:grid}.customer-order-items>div{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.customer-order-items img,.customer-order-items>div>span{object-fit:cover;width:36px;height:36px;color:var(--store-purple);background:#f3e8f7;border-radius:9px;place-items:center;display:grid}.customer-order-items strong,.customer-order-items small{display:block}.customer-order-items strong{font-size:.65rem}.customer-order-items small{color:var(--store-muted);margin-top:2px;font-size:.56rem}.customer-order-items b{font-size:.64rem}.customer-order-details dl{background:#fff;border-radius:10px;margin:11px 0 0;padding:10px}.customer-order-details dl>div{color:var(--store-muted);justify-content:space-between;gap:18px;padding:4px 0;font-size:.61rem;display:flex}.customer-order-details dd{text-align:right;margin:0}.customer-order-details dl .is-total{border-top:1px solid var(--store-line);color:var(--store-ink);margin-top:5px;padding-top:8px;font-weight:900}.customer-reorder-button{background:var(--store-purple);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;margin-top:11px;padding:0 13px;font-size:.65rem;font-weight:900;display:inline-flex}.customer-account-view>.customer-auth-secondary{margin-top:14px}@media (width<=520px){.customer-auth-backdrop{align-items:end;padding:0}.customer-auth-modal{border-radius:24px 24px 0 0;padding:26px 20px 24px}.customer-auth-modal.is-account{border-radius:24px 24px 0 0;max-height:94vh}.customer-account-heading{align-items:flex-start;padding-right:30px}.customer-account-heading .customer-auth-icon{width:46px;height:46px}.customer-account-heading h2{font-size:1.45rem}.customer-account-heading p{font-size:.67rem}.customer-account-stats{gap:6px}.customer-account-stats>div{text-align:center;justify-items:center;gap:4px;padding:9px 4px;display:grid}.customer-account-stats>div>i{width:29px;height:29px}.customer-profile-summary>div:last-child,.customer-store-list{grid-template-columns:1fr}.customer-order-top{display:grid}.customer-order-status{width:fit-content}}.public-store-topbar{z-index:80;border-bottom:1px solid var(--store-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff8f2f0;position:sticky;top:0}.public-store-topbar-inner{align-items:center;gap:12px;width:min(1180px,100% - 32px);min-height:72px;margin:0 auto;display:flex}.public-store-brand{text-align:left;background:0 0;border:0;align-items:center;gap:11px;min-width:0;padding:0;display:flex}.public-store-brand img,.public-store-brand>span{object-fit:cover;background:var(--store-purple);color:#fff;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.public-store-brand strong,.public-store-brand small{display:block}.public-store-brand strong{color:var(--store-ink);font-size:.95rem}.public-store-brand small{color:var(--store-green);margin-top:2px;font-size:.68rem;font-weight:700}.public-store-brand small i{background:var(--store-green);border-radius:50%;width:7px;height:7px;margin-right:4px;display:inline-block}.public-store-brand small.is-closed{color:#b03c37}.public-store-brand small.is-closed i{background:#d9584f}.public-store-cart,.public-store-back,.public-store-account{border:1px solid var(--store-line);width:42px;height:42px;color:var(--store-purple);background:#fff;border-radius:12px;place-items:center;display:grid;position:relative}.public-store-account{gap:7px;width:auto;min-width:84px;margin-left:auto;padding:0 13px;font-size:.72rem;font-weight:900;display:inline-flex}.public-store-cart{margin-left:0}.public-store-cart span{background:var(--store-orange);color:#fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.64rem;font-weight:900;display:grid;position:absolute;top:-6px;right:-6px}.public-store-mobile-nav{display:none}.public-store-feedback{z-index:75;color:var(--store-purple);background:#f1e7f6;justify-content:center;align-items:center;gap:12px;padding:9px 16px;font-size:.68rem;font-weight:800;display:flex;position:sticky;top:72px;box-shadow:0 5px 14px #2d191214}.public-store-feedback button{color:var(--store-purple);background:0 0;border:0}@media (width<=700px){.public-store-topbar-inner{width:calc(100% - 22px);min-height:64px}.public-store-feedback{padding:8px 11px;font-size:.61rem;top:64px}.public-store-brand img,.public-store-brand>span{width:40px;height:40px}.public-store-cart,.public-store-account{display:none}.public-store-mobile-nav{z-index:100;border-top:1px solid var(--store-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;grid-template-columns:repeat(3,1fr);height:66px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #2d191214}.public-store-mobile-nav.catalog-only{grid-template-columns:repeat(2,1fr)}.public-store-mobile-nav button{color:#8b7d76;background:0 0;border:0;align-content:center;place-items:center;gap:3px;font-size:.65rem;font-weight:800;display:grid}.public-store-mobile-nav button.active{color:var(--store-purple)}.mobile-cart-icon{font-size:1rem;position:relative}.mobile-cart-icon b{background:var(--store-orange);color:#fff;border-radius:50%;place-items:center;min-width:18px;height:18px;font-size:.58rem;display:grid;position:absolute;top:-9px;right:-13px}}.confirm-page{background:radial-gradient(circle at 50% 20%, #f2e8f5, var(--store-bg) 55%);place-items:center;min-height:calc(100vh - 70px);padding:30px 16px 100px;display:grid}.confirm-panel{border:1px solid var(--store-line);text-align:center;width:min(470px,100%);box-shadow:var(--store-shadow);background:#fff;border-radius:25px;padding:29px}.confirm-icon{width:62px;height:62px;color:var(--store-purple);background:#f0e6f4;border-radius:20px;place-items:center;margin:0 auto 14px;font-size:1.35rem;display:grid}.confirm-panel>span{color:var(--store-orange);letter-spacing:.14em;font-size:.58rem;font-weight:900}.confirm-panel h1{margin:5px 0;font-family:Outfit,sans-serif;font-size:1.8rem}.confirm-panel>p{color:var(--store-muted);margin:0 0 18px;font-size:.7rem;line-height:1.5}.confirm-info{border-block:1px solid var(--store-line);padding:12px 0}.confirm-info p{color:var(--store-muted);text-align:left;justify-content:space-between;gap:15px;margin:9px 0;font-size:.66rem;display:flex}.confirm-info strong{color:var(--store-ink);text-align:right}.confirm-panel button,.confirm-panel a{background:var(--store-orange);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:49px;margin-top:18px;font:800 .7rem Manrope,sans-serif;text-decoration:none;display:flex}.confirm-panel a{background:#19a857}.confirm-error{color:#a52b2b;background:#ffe6e4;border-radius:10px;margin-top:12px;padding:10px;font-size:.61rem}.success-icon{color:var(--store-green);background:#def6e7}.order-number{background:var(--store-cream);color:var(--store-muted);border-radius:12px;padding:12px;font-size:.65rem}.confirm-panel>small{color:var(--store-muted);margin-top:10px;font-size:.53rem;display:block}.confirm-spinner{border:4px solid #e8dce9;border-top-color:var(--store-orange);border-radius:50%;width:48px;height:48px;margin:0 auto 15px;animation:.8s linear infinite store-spin}.payment-page{width:min(820px,100% - 28px);min-height:100vh;margin:0 auto;padding:45px 0 120px}.payment-page>header{text-align:center}.payment-page>header span{color:var(--store-orange);letter-spacing:.14em;font-size:.58rem;font-weight:900}.payment-page h1{margin:5px 0;font-family:Outfit,sans-serif;font-size:2rem}.payment-page header p{color:var(--store-muted);margin:0 0 25px;font-size:.72rem}.payment-layout{grid-template-columns:1.4fr .7fr;align-items:start;gap:15px;display:grid}.payment-card,.payment-layout aside{border:1px solid var(--store-line);background:#fff;border-radius:20px;gap:10px;padding:17px;display:grid}.payment-card>button{border:1px solid var(--store-line);text-align:left;background:#fff;border-radius:15px;align-items:center;gap:13px;min-height:76px;padding:12px 14px;display:flex}.payment-card>button.selected{border-color:var(--store-purple);box-shadow:inset 4px 0 var(--store-purple);background:#faf6fc}.payment-card>button>i{width:43px;color:var(--store-purple);text-align:center;font-size:1.4rem}.payment-card button span{flex:1}.payment-card button strong,.payment-card button small{display:block}.payment-card button strong{font-size:.78rem}.payment-card button small{color:var(--store-muted);margin-top:3px;font-size:.58rem}.payment-card button>b{border:1px solid var(--store-line);width:24px;height:24px;color:var(--store-green);border-radius:50%;place-items:center;font-size:.65rem;display:grid}.change-box{background:var(--store-cream);border-radius:14px;padding:14px}.change-box label,.change-box small{display:block}.change-box label{margin-bottom:7px;font-size:.65rem;font-weight:800}.change-box input{border:1px solid var(--store-line);border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px}.change-box small{color:var(--store-muted);margin-top:5px;font-size:.53rem}.payment-layout aside{text-align:center}.payment-layout aside>span{color:var(--store-muted);font-size:.55rem;font-weight:900}.payment-layout aside>strong{color:var(--store-purple);font-family:Outfit,sans-serif;font-size:1.75rem}.payment-layout aside p{color:var(--store-muted);margin:5px 0 0;font-size:.56rem;line-height:1.5}.payment-continue{background:var(--store-orange);color:#fff;border:0;border-radius:13px;justify-content:space-between;align-items:center;width:min(460px,100%);min-height:50px;margin:17px auto 0;padding:0 16px;font:800 .7rem Manrope,sans-serif;display:flex}.payment-continue:disabled{background:#d8d0cc}.payment-continue:not(:disabled){box-shadow:0 9px 22px #ff641e3b}@media (width<=650px){.payment-page{padding-top:22px}.payment-layout{grid-template-columns:1fr}.payment-layout aside{order:-1}.payment-continue{margin-bottom:60px}}.closed-page{background:radial-gradient(circle at 20% 10%, #efe3f2, var(--store-bg) 52%);place-items:center;min-height:100vh;padding:28px 15px;display:grid}.closed-card{border:1px solid var(--store-line);width:min(660px,100%);box-shadow:var(--store-shadow);background:#fff;border-radius:28px;overflow:hidden}.closed-cover{background:var(--store-purple-dark);color:#fff;place-items:center;height:190px;font-size:3rem;display:grid;position:relative;overflow:hidden}.closed-cover img{object-fit:cover;filter:grayscale(.35);width:100%;height:100%}.closed-cover>div{background:linear-gradient(#270e3133,#270e31bf);position:absolute;inset:0}.closed-content{text-align:center;padding:58px 28px 25px;position:relative}.closed-avatar{background:var(--store-orange);color:#fff;border:5px solid #fff;border-radius:23px;place-items:center;width:92px;height:92px;font-size:1.8rem;font-weight:900;display:grid;position:absolute;top:-47px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 22px #00000026}.closed-avatar img{object-fit:cover;width:100%;height:100%}.closed-content>span{color:#b03c37;letter-spacing:.14em;font-size:.58rem;font-weight:900}.closed-content h1{margin:5px 0;font-family:Outfit,sans-serif;font-size:2rem}.closed-content>p{max-width:470px;color:var(--store-muted);margin:0 auto 18px;font-size:.7rem;line-height:1.55}.hours-list{background:var(--store-cream);border-radius:16px;max-width:460px;margin:0 auto;padding:10px 16px}.hours-list div{border-bottom:1px solid #ebddd6;justify-content:space-between;gap:20px;padding:7px 0;font-size:.64rem;display:flex}.hours-list div:last-child{border:0}.hours-list span{color:var(--store-purple);font-weight:800}.hours-list span.closed{color:#a65a55}.view-catalog-button{background:var(--store-purple);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:17px;padding:0 20px;font:800 .7rem Manrope,sans-serif;display:inline-flex;box-shadow:0 8px 20px #51226e33}.oz-landing{--oz-purple:#7c338f;--oz-purple-dark:#2b1533;--oz-purple-deep:#1c0c22;--oz-purple-light:#a54db8;--oz-lilac:#f4e8f7;--oz-lilac-soft:#fbf7fc;--oz-green:#20a45b;--oz-yellow:#f4d45f;--oz-ink:#2b1638;--oz-muted:#75687a;min-height:100vh;color:var(--oz-ink);background:#fff;overflow:hidden}.oz-marketing-body{padding-bottom:0!important}.oz-landing *,.oz-landing :before,.oz-landing :after{box-sizing:border-box}.oz-landing a{color:inherit;text-decoration:none}.oz-container{width:min(1180px,100% - 40px);margin:0 auto}.oz-nav-wrap{z-index:1000;width:100%;padding:14px 20px;position:fixed;top:0;left:0}.oz-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #50225d1a;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;width:min(1220px,100%);min-height:68px;margin:0 auto;padding:8px 10px 8px 16px;display:grid;box-shadow:0 12px 42px #2d133317}.oz-brand{align-items:center;gap:10px;width:max-content;display:inline-flex}.oz-brand-mark{color:#fff;background:linear-gradient(145deg, var(--oz-purple-light), var(--oz-purple));border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 9px 20px #7c338f40}.oz-brand-mark img{object-fit:contain;filter:drop-shadow(0 5px 8px #2f11372e);width:48px;height:48px}.oz-brand>span:last-child{line-height:1;display:grid}.oz-brand strong{color:var(--oz-ink);font-family:Outfit,sans-serif;font-size:1.22rem;font-weight:800}.oz-brand small{color:var(--oz-muted);margin-top:5px;font-size:.61rem;font-weight:700}.oz-nav-links{justify-content:center;gap:clamp(20px,3vw,38px);display:flex}.oz-nav-links a,.oz-login-link{color:#5f5164;font-size:.88rem;font-weight:700;position:relative}.oz-nav-links a:after{content:"";background:var(--oz-purple);border-radius:9px;width:0;height:2px;transition:all .25s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.oz-nav-links a:hover:after{width:100%}.oz-nav-actions{align-items:center;gap:18px;display:flex}.oz-menu-button{color:var(--oz-ink);background:0 0;border:0;font-size:1.25rem;display:none}.oz-button{border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-size:.9rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.oz-button:hover{transform:translateY(-2px)}.oz-button-primary{background:linear-gradient(135deg, var(--oz-purple-light), var(--oz-purple));box-shadow:0 12px 25px #7c338f3d;color:#fff!important}.oz-button-primary:hover{box-shadow:0 16px 32px #7c338f57}.oz-button-large{border-radius:15px;min-height:56px;padding:0 25px;font-size:.96rem}.oz-button-ghost{color:var(--oz-ink);background:#ffffffb8;border-color:#492e4f21}.oz-button-light{background:#fff;box-shadow:0 14px 30px #11051533;color:var(--oz-purple)!important}.oz-hero{background:radial-gradient(circle at 88% 14%,#ad57be24,#0000 32%),linear-gradient(150deg,#fff 0%,#fdf9fe 46%,#f5ebf7 100%);min-height:840px;padding:155px 0 100px;position:relative;overflow:hidden}.oz-hero:before{content:"";opacity:.25;background-image:linear-gradient(#7c338f14 1px,#0000 1px),linear-gradient(90deg,#7c338f14 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.oz-hero-glow{filter:blur(3px);border-radius:50%;position:absolute}.oz-hero-glow.is-one{border:1px solid #7c338f26;width:480px;height:480px;top:140px;right:-160px;box-shadow:inset 0 0 80px #7c338f12}.oz-hero-glow.is-two{filter:blur(70px);background:#f4d45f1f;width:310px;height:310px;bottom:30px;left:-130px}.oz-hero-grid{grid-template-columns:.94fr 1.06fr;align-items:center;gap:70px;display:grid;position:relative}.oz-eyebrow,.oz-section-kicker{color:var(--oz-purple);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:8px;font-size:.72rem;font-weight:900;display:inline-flex}.oz-eyebrow{background:#ffffffc7;border:1px solid #7c338f1f;border-radius:999px;padding:9px 13px;box-shadow:0 8px 25px #4b1f550f}.oz-eyebrow i{color:var(--oz-green);font-size:1rem}.oz-hero h1{max-width:650px;color:var(--oz-ink);letter-spacing:-.055em;margin:25px 0 20px;font-size:clamp(3.3rem,5.8vw,5.7rem);line-height:.96}.oz-hero h1 em,.oz-problem-section h2 em{color:var(--oz-purple);font-style:normal}.oz-hero-lead{color:#493d4d;max-width:610px;margin:0;font-size:clamp(1.15rem,1.7vw,1.38rem);line-height:1.55}.oz-hero-sub{max-width:600px;color:var(--oz-muted);margin:16px 0 0;font-size:.96rem;line-height:1.7}.oz-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.oz-hero-trust{color:#675a6c;flex-wrap:wrap;gap:16px;margin-top:25px;font-size:.76rem;font-weight:700;display:flex}.oz-hero-trust i{width:18px;height:18px;color:var(--oz-green);background:#e9f8f0;border-radius:50%;place-items:center;margin-right:4px;font-size:.6rem;display:inline-grid}.oz-hero-product{min-height:570px;position:relative}.oz-dashboard-mockup{background:#fff;border:7px solid #ffffffd9;border-radius:30px;grid-template-columns:70px 1fr;width:min(650px,48vw);min-height:450px;display:grid;position:absolute;top:50px;right:-58px;overflow:hidden;transform:perspective(1200px)rotateY(-6deg)rotateX(2deg);box-shadow:0 40px 90px #36154138}.oz-dashboard-mockup>aside{color:#ffffff7a;background:var(--oz-purple-deep);flex-direction:column;align-items:center;gap:19px;padding:20px 12px;display:flex}.oz-dashboard-mockup>aside>i{border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.oz-dashboard-mockup>aside>i.is-active{color:#fff;background:var(--oz-purple)}.oz-mini-logo{color:#fff;background:var(--oz-purple);border-radius:12px;place-items:center;width:40px;height:40px;margin-bottom:14px;display:grid}.oz-mini-logo img{object-fit:contain;width:43px;height:43px}.oz-dashboard-body{background:#fbf9fc;padding:25px}.oz-dashboard-body>header{justify-content:space-between;align-items:center;margin-bottom:23px;display:flex}.oz-dashboard-body header span{display:grid}.oz-dashboard-body header small,.oz-kpi-row small,.oz-order-row small{color:#897c8d;font-size:.64rem}.oz-dashboard-body header strong{font-size:1.05rem}.oz-dashboard-body header>i{background:#fff;border:1px solid #eee6f0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.oz-kpi-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.oz-kpi-row>div{background:#fff;border:1px solid #f0e9f1;border-radius:16px;align-items:center;gap:11px;padding:15px;display:flex}.oz-kpi-row>div>i{width:38px;height:38px;color:var(--oz-purple);background:var(--oz-lilac);border-radius:11px;place-items:center;display:grid}.oz-kpi-row span{gap:4px;display:grid}.oz-kpi-row strong{font-size:1.05rem}.oz-orders-card{background:#fff;border:1px solid #f0e9f1;border-radius:18px;margin-top:15px;padding:17px}.oz-orders-heading{justify-content:space-between;margin-bottom:10px;font-size:.78rem;display:flex}.oz-orders-heading span{color:var(--oz-green);font-size:.62rem;font-weight:800}.oz-orders-heading span i{background:var(--oz-green);border-radius:50%;width:6px;height:6px;display:inline-block}.oz-order-row{border-top:1px solid #f4eff5;grid-template-columns:34px 1fr auto auto;align-items:center;gap:9px;padding:10px 0;font-size:.67rem;display:grid}.oz-order-avatar{width:31px;height:31px;color:var(--oz-purple);background:var(--oz-lilac);border-radius:10px;place-items:center;font-weight:900;display:grid}.oz-order-row>span:nth-child(2){display:grid}.oz-order-row>b{color:#8a6421;background:#fff5d8;border-radius:99px;padding:5px 7px;font-size:.55rem}.oz-chat-card{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ffffffdb;border-radius:20px;width:245px;padding:16px;position:absolute;bottom:3px;right:-10px;box-shadow:0 24px 50px #31133933}.oz-chat-card>div{gap:10px;display:flex}.oz-chat-card>div>span:last-child{display:grid}.oz-chat-card small{color:var(--oz-muted);font-size:.65rem}.oz-whatsapp-dot{color:#fff;background:var(--oz-green);border-radius:12px;place-items:center;width:38px;height:38px;font-size:1.15rem;display:grid}.oz-chat-card p{color:#4f4653;background:#f3edf4;border-radius:10px 10px 3px;margin:13px 0;padding:10px;font-size:.74rem;line-height:1.5}.oz-chat-success{color:var(--oz-green);font-size:.68rem;font-weight:800}.oz-live-pill{z-index:3;color:#5f5263;background:#fff;border:1px solid #eee5f0;border-radius:999px;align-items:center;gap:9px;padding:11px 14px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:17px;left:5px;box-shadow:0 15px 30px #3916421f}.oz-live-pill span{background:#eaf8f0;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.oz-live-pill i{background:var(--oz-green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #20a45b1f}.oz-hero-zappi{z-index:5;filter:drop-shadow(0 22px 22px #2f113733);pointer-events:none;width:190px;height:auto;animation:4s ease-in-out infinite oz-zappi-float;position:absolute;bottom:-38px;left:-60px}@keyframes oz-zappi-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-9px)rotate(1deg)}}.oz-context-strip{background:#fff;border-top:1px solid #eee6ef;border-bottom:1px solid #eee6ef}.oz-context-strip .oz-container{justify-content:space-between;align-items:center;gap:30px;min-height:105px;display:flex}.oz-context-strip .oz-container>span{color:#918394;letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800}.oz-context-strip .oz-container>div{flex:1;justify-content:flex-end;gap:clamp(18px,4vw,48px);display:flex}.oz-context-strip strong{color:#6e6172;align-items:center;gap:8px;font-size:.82rem;display:flex}.oz-context-strip i{color:var(--oz-purple)}.oz-problem-section,.oz-steps-section,.oz-delivery-section,.oz-features-section,.oz-pricing-section,.oz-faq-section{padding:110px 0}.oz-problem-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px;display:grid}.oz-problem-section h2,.oz-section-heading h2,.oz-pricing-grid h2,.oz-faq-grid h2{letter-spacing:-.045em;margin:16px 0 0;font-size:clamp(2.5rem,4.4vw,4.4rem);line-height:1.03}.oz-problem-copy>p{color:var(--oz-muted);margin:0 0 28px;font-size:1.08rem;line-height:1.8}.oz-before-after{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;display:grid}.oz-before-after>div{border-radius:18px;align-content:center;gap:7px;min-height:155px;padding:19px;display:grid}.oz-before-after>i{color:#b5a9b8}.oz-before-after span{text-transform:uppercase;border-radius:99px;width:max-content;padding:5px 8px;font-size:.6rem;font-weight:900}.oz-before-after small{color:var(--oz-muted);line-height:1.5}.oz-before-after .is-before{background:#fbf9fb;border:1px dashed #d9cedb}.oz-before-after .is-before span{color:#9b5555;background:#fcecec}.oz-before-after .is-after{background:#eff9f3;border:1px solid #d8eadf}.oz-before-after .is-after span{color:#26764d;background:#dff3e8}.oz-steps-section{background:var(--oz-lilac-soft)}.oz-section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.oz-section-heading.is-left{text-align:left;max-width:800px;margin-left:0}.oz-section-heading p,.oz-pricing-grid>div:first-child>p,.oz-faq-grid>div:first-child>p{color:var(--oz-muted);line-height:1.7}.oz-steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.oz-steps-grid article{background:#fff;border:1px solid #6f3d7a1a;border-radius:24px;min-height:275px;padding:28px;position:relative;box-shadow:0 16px 45px #371c3f0f}.oz-steps-grid article>span{color:#7c338f38;font-family:Outfit,sans-serif;font-size:3rem;font-weight:900}.oz-steps-grid article>i{width:50px;height:50px;color:var(--oz-purple);background:var(--oz-lilac);border-radius:15px;place-items:center;display:grid;position:absolute;top:30px;right:28px}.oz-steps-grid h3,.oz-features-grid h3{margin:30px 0 9px;font-size:1.3rem}.oz-steps-grid p,.oz-features-grid p{color:var(--oz-muted);margin:0;line-height:1.65}.oz-steps-grid article>b{z-index:2;border:6px solid var(--oz-lilac-soft);width:42px;height:42px;color:var(--oz-purple);background:#fff;border-radius:50%;place-items:center;font-size:.72rem;display:grid;position:absolute;top:50%;right:-31px;transform:translateY(-50%)}.oz-delivery-section{background:#fff;overflow:hidden}.oz-delivery-grid{grid-template-columns:1fr 1fr;align-items:center;gap:85px;display:grid}.oz-delivery-visual{background:linear-gradient(145deg,#f8effa,#fdfbfe);border:1px solid #eadfec;border-radius:30px;min-height:490px;position:relative;overflow:hidden;box-shadow:0 30px 70px #401c491f}.oz-map-grid{opacity:.72;background-image:linear-gradient(34deg,#0000 46%,#7c338f1a 47% 49%,#0000 50%),linear-gradient(-38deg,#0000 46%,#7c338f14 47% 49%,#0000 50%);background-size:130px 105px,170px 145px;position:absolute;inset:-20px}.oz-map-store,.oz-map-customer{z-index:2;color:#fff;border:7px solid #fff;border-radius:19px;place-items:center;width:58px;height:58px;display:grid;position:absolute;box-shadow:0 12px 28px #3a18432e}.oz-map-store{background:var(--oz-purple);top:75px;left:70px}.oz-map-customer{background:var(--oz-green);bottom:92px;right:68px}.oz-map-route{border-bottom:3px dashed #7c338f61;border-right:3px dashed #7c338f61;border-radius:0 0 80px;position:absolute;inset:126px 105px 130px 120px;transform:rotate(8deg)}.oz-map-route i{background:var(--oz-purple-light);border:3px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 3px 8px #50205a33}.oz-map-route i:first-child{top:-4px;right:-6px}.oz-map-route i:nth-child(2){top:24%;right:-6px}.oz-map-route i:nth-child(3){top:52%;right:-6px}.oz-map-route i:nth-child(4){bottom:-6px;right:22%}.oz-map-route i:nth-child(5){bottom:-6px;right:55%}.oz-delivery-quote{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ffffffdb;border-radius:20px;width:230px;padding:18px;position:absolute;bottom:25px;right:35px;box-shadow:0 20px 45px #3e1b4729}.oz-delivery-quote>span{color:var(--oz-purple);text-transform:uppercase;font-size:.64rem;font-weight:900}.oz-delivery-quote>span i{margin-right:5px}.oz-delivery-quote>strong{margin:7px 0 14px;font-size:2rem;display:block}.oz-delivery-quote p{color:var(--oz-muted);border-top:1px solid #eee6ef;justify-content:space-between;align-items:center;margin:0;padding-top:13px;font-size:.72rem;display:flex}.oz-delivery-quote p b{color:var(--oz-green);font-size:1rem}.oz-delivery-copy h2{letter-spacing:-.045em;margin:16px 0 20px;font-size:clamp(2.5rem,4.2vw,4.15rem);line-height:1.03}.oz-delivery-copy>p{color:var(--oz-muted);line-height:1.75}.oz-delivery-copy>div{grid-template-columns:repeat(3,1fr);gap:9px;margin:27px 0;display:grid}.oz-delivery-copy>div>span{background:var(--oz-lilac-soft);border-radius:14px;gap:5px;min-width:0;padding:13px;display:grid}.oz-delivery-copy>div i{color:var(--oz-purple)}.oz-delivery-copy>div b{font-size:.72rem}.oz-delivery-copy>div small{color:var(--oz-muted);font-size:.62rem;line-height:1.45}.oz-features-section{background:#fff}.oz-features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.oz-features-grid article{border:1px solid #eee6ef;border-radius:23px;min-height:260px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s}.oz-features-grid article:hover{border-color:#7c338f40;transform:translateY(-6px);box-shadow:0 20px 50px #411b4a17}.oz-features-grid article>span{width:52px;height:52px;color:var(--oz-purple);background:linear-gradient(145deg,#f8effa,#efe0f3);border-radius:16px;place-items:center;font-size:1.18rem;display:grid}.oz-support-section{background:radial-gradient(circle at 90% 15%,#a84fc02b,#0000 28%),linear-gradient(145deg,#fbf7fc,#f1e5f4);padding:110px 0;position:relative;overflow:hidden}.oz-support-grid{grid-template-columns:1fr .86fr;align-items:center;gap:clamp(50px,8vw,105px);display:grid}.oz-support-section .oz-section-kicker{color:var(--oz-purple)}.oz-support-copy h2{letter-spacing:-.05em;margin:16px 0 20px;font-size:clamp(2.6rem,4.5vw,4.6rem);line-height:1}.oz-support-copy h2 em{color:var(--oz-purple);font-style:normal}.oz-support-copy>p{max-width:650px;color:var(--oz-muted);line-height:1.75}.oz-support-copy ul{gap:12px;margin:28px 0 32px;padding:0;list-style:none;display:grid}.oz-support-copy li{grid-template-columns:38px 1fr;align-items:start;gap:12px;display:grid}.oz-support-copy li>i{width:35px;height:35px;color:var(--oz-purple);background:#7c338f1a;border-radius:11px;place-items:center;display:grid}.oz-support-copy li span{gap:3px;display:grid}.oz-support-copy li strong{font-size:.83rem}.oz-support-copy li small{color:var(--oz-muted);font-size:.7rem;line-height:1.55}.oz-support-demo{background:#fffffff0;border:1px solid #7c338f21;border-radius:28px;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 35px 75px #421b4d2e}.oz-support-demo-header{color:#fff;background:linear-gradient(135deg,#2f1438,#6f2b82);align-items:center;gap:12px;padding:20px;display:flex}.oz-support-demo-header>span{background:#ffffff1f;border-radius:15px;place-items:center;width:48px;height:48px;display:grid}.oz-support-demo-header img{object-fit:contain;width:54px;height:54px}.oz-support-demo-header div{gap:3px;display:grid}.oz-support-demo-header small{color:#ddb8e6;letter-spacing:.09em;font-size:.58rem;font-weight:900}.oz-support-demo-header strong{font-size:.92rem}.oz-support-demo-header>i{color:#ffffff9e;margin-left:auto}.oz-support-demo-body{background:linear-gradient(#fff,#fbf8fc);align-content:center;gap:12px;min-height:355px;padding:25px 20px;display:grid}.oz-support-demo-body>p{border-radius:18px;max-width:82%;margin:0;padding:13px 15px;font-size:.76rem;line-height:1.55}.oz-support-demo-body .is-customer{color:#fff;background:linear-gradient(135deg,#943eaa,#672676);border-bottom-right-radius:6px;justify-self:end}.oz-support-demo-body .is-support{color:#463d48;background:#eee8ef;border-bottom-left-radius:6px;justify-self:start}.oz-support-demo-body>span{color:#a092a4;text-align:center;font-size:.58rem}.oz-support-typing{background:#eee8ef;border-radius:16px;align-items:center;gap:4px;width:max-content;padding:10px 13px;display:flex}.oz-support-typing i{background:#9a8b9d;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite oz-support-dot}.oz-support-typing i:nth-child(2){animation-delay:.15s}.oz-support-typing i:nth-child(3){animation-delay:.3s}.oz-support-typing small{color:#796d7c;margin-left:5px;font-size:.58rem}@keyframes oz-support-dot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.oz-support-demo-compose{color:#9a8e9d;border:1px solid #e7dfe9;border-radius:15px;align-items:center;gap:12px;margin:0 18px 18px;padding:13px 14px;font-size:.7rem;display:flex}.oz-support-demo-compose i{color:#fff;background:var(--oz-purple);border-radius:10px;place-items:center;width:31px;height:31px;margin-left:auto;display:grid}.oz-showcase-section{color:#fff;background:var(--oz-purple-deep);padding:115px 0;position:relative;overflow:hidden}.oz-showcase-section:before{content:"";filter:blur(80px);background:#9a43ac4d;border-radius:50%;width:620px;height:620px;position:absolute;top:-260px;right:-180px}.oz-showcase-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:65px;display:grid;position:relative}.oz-section-kicker.is-light{color:#dca9e8}.oz-showcase-copy h2{letter-spacing:-.045em;margin:15px 0 20px;font-size:clamp(2.5rem,4vw,4.2rem);line-height:1.02}.oz-showcase-copy>p{color:#ffffffa8;line-height:1.75}.oz-showcase-copy ul,.oz-plan-card ul{gap:12px;margin:25px 0 30px;padding:0;list-style:none;display:grid}.oz-showcase-copy li{color:#ffffffd6}.oz-showcase-copy li i,.oz-plan-card li i{color:#57d18d;margin-right:8px}.oz-showcase-board{background:#f8f5f9;border:8px solid #ffffff14;border-radius:26px;overflow:hidden;transform:perspective(1400px)rotateY(-4deg);box-shadow:0 42px 80px #00000057}.oz-board-top{color:#7e7282;background:#ece7ed;align-items:center;height:40px;padding:0 14px;font-size:.62rem;display:flex}.oz-board-top>span{gap:5px;display:flex}.oz-board-top i{background:#c7bdc9;border-radius:50%;width:7px;height:7px;display:block}.oz-board-top strong{margin:auto}.oz-board-content{min-height:390px;color:var(--oz-ink);grid-template-columns:155px 1fr;display:grid}.oz-board-content>aside{color:#ffffffa6;background:#25102d;flex-direction:column;gap:8px;padding:20px 12px;font-size:.62rem;display:flex}.oz-board-content>aside .oz-brand{transform-origin:0;margin-bottom:18px;transform:scale(.72)}.oz-board-content>aside .oz-brand strong,.oz-board-content>aside .oz-brand small{color:#fff}.oz-board-content>aside>span{border-radius:9px;padding:10px}.oz-board-content>aside>span.is-selected{color:#fff;background:var(--oz-purple)}.oz-board-content>div{padding:30px}.oz-board-content>div>small{color:var(--oz-purple);letter-spacing:.1em;font-size:.56rem;font-weight:900}.oz-board-content h3{margin:5px 0 20px}.oz-board-kpis{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.oz-board-kpis>span{background:#fff;border:1px solid #eee7ef;border-radius:12px;gap:4px;padding:12px;display:grid}.oz-board-kpis small{color:#897d8c;font-size:.52rem}.oz-board-kpis strong{font-size:.85rem}.oz-board-kpis b{color:var(--oz-green);font-size:.48rem}.oz-board-chart{background:#fff;border:1px solid #eee7ef;border-radius:13px;height:165px;margin-top:12px;padding:20px}.oz-board-chart span{border-bottom:1px solid #eee8ef;justify-content:space-around;align-items:flex-end;height:100%;display:flex}.oz-board-chart b{background:linear-gradient(#b95cca,var(--oz-purple));border-radius:5px 5px 0 0;width:8%}.oz-pricing-section{background:linear-gradient(145deg,#fff 0%,#faf5fb 100%)}.oz-pricing-grid{grid-template-columns:1fr .78fr;align-items:center;gap:100px;display:grid}.oz-price{margin:28px 0 25px;display:grid}.oz-price>small{color:var(--oz-muted);font-weight:700}.oz-price>strong{font-size:4.4rem;line-height:1}.oz-price sup{margin-right:5px;font-size:1rem}.oz-price strong small{font-size:1rem}.oz-plan-card{background:#fff;border:1px solid #7c338f24;border-radius:28px;padding:36px;position:relative;box-shadow:0 30px 70px #401c4921}.oz-plan-card:before{content:"";background:var(--oz-purple);border-radius:0 0 9px 9px;width:100px;height:4px;position:absolute;top:-1px;left:45px}.oz-plan-badge{color:#604800;text-transform:uppercase;background:#fff2b8;border-radius:99px;padding:7px 10px;font-size:.62rem;font-weight:900;display:inline-block}.oz-plan-card h3{margin:20px 0 7px;font-size:2rem}.oz-plan-card>p{color:var(--oz-muted);line-height:1.6}.oz-plan-card li{color:#55495a}.oz-plan-card>a{color:#fff;background:var(--oz-purple);border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:52px;font-weight:800;display:flex}.oz-faq-section{border-top:1px solid #eee7ef}.oz-faq-grid{grid-template-columns:.7fr 1.3fr;gap:90px;display:grid}.oz-faq-grid>div:first-child>a{color:var(--oz-green);align-items:center;gap:8px;margin-top:10px;font-weight:800;display:inline-flex}.oz-faq-list{gap:10px;display:grid}.oz-faq-list details{background:#fff;border:1px solid #eee7ef;border-radius:16px}.oz-faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:65px;padding:0 20px;font-weight:800;list-style:none;display:flex}.oz-faq-list summary::-webkit-details-marker{display:none}.oz-faq-list summary i{color:var(--oz-purple);transition:transform .2s}.oz-faq-list details[open] summary i{transform:rotate(45deg)}.oz-faq-list p{color:var(--oz-muted);margin:0;padding:0 20px 20px;line-height:1.65}.oz-final-cta{background:#fff;padding:35px 20px 90px}.oz-final-cta .oz-container{color:#fff;text-align:center;background:linear-gradient(145deg,#9e47b0,var(--oz-purple) 55%,#542161);border-radius:34px;justify-items:center;padding:70px 30px;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 80px #5b226840}.oz-final-cta .oz-container:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:350px;height:350px;position:absolute;top:-170px;left:-80px;box-shadow:0 0 0 60px #ffffff08,0 0 0 120px #ffffff06}.oz-final-zappi{opacity:.24;pointer-events:none;width:245px;position:absolute;bottom:-55px;right:-15px;transform:rotate(-7deg)}.oz-final-icon{color:#fff;background:var(--oz-green);border-radius:18px;place-items:center;width:58px;height:58px;font-size:1.7rem;display:grid;position:relative;box-shadow:0 14px 30px #0c4b2847}.oz-final-cta h2{letter-spacing:-.05em;max-width:850px;margin:22px 0 12px;font-size:clamp(2.4rem,4.7vw,4.8rem);line-height:1;position:relative}.oz-final-cta p{color:#ffffffbd;margin:0 0 26px;font-size:1.08rem;position:relative}.oz-final-cta .oz-container>div{align-items:center;gap:22px;display:flex;position:relative}.oz-final-support{text-underline-offset:5px;font-weight:800;color:#fff!important;text-decoration:underline!important}.oz-footer{color:#ffffffa6;background:var(--oz-purple-deep);padding:55px 0 35px}.oz-footer .oz-container{grid-template-columns:auto 1fr auto;align-items:center;gap:30px;display:grid}.oz-footer .oz-brand strong,.oz-footer .oz-brand small{color:#fff}.oz-footer p{text-align:center;margin:0;font-size:.8rem}.oz-footer .oz-container>div{gap:18px;font-size:.75rem;font-weight:700;display:flex}.oz-footer small{text-align:center;border-top:1px solid #ffffff14;grid-column:1/-1;padding-top:25px;font-size:.67rem}@media (width<=1050px){.oz-nav-links{gap:16px}.oz-hero-grid{grid-template-columns:1fr}.oz-hero-copy{max-width:780px}.oz-hero-product{width:min(720px,100%);margin:0 auto}.oz-dashboard-mockup{width:min(650px,90%);right:0}.oz-hero-zappi{left:0}.oz-problem-grid,.oz-showcase-grid,.oz-pricing-grid,.oz-faq-grid{gap:45px}.oz-showcase-grid{grid-template-columns:1fr}}@media (width<=820px){.oz-nav{grid-template-columns:auto 1fr auto}.oz-menu-button{grid-column:3;display:block}.oz-nav-actions{display:none}.oz-nav-links{background:#fffffff7;border:1px solid #50225d1a;border-radius:17px;flex-direction:column;gap:0;padding:12px;display:none;position:absolute;top:76px;left:0;right:0;box-shadow:0 18px 35px #2a113024}.oz-nav-links.is-open{display:flex}.oz-nav-links a{padding:13px}.oz-context-strip .oz-container{flex-direction:column;justify-content:center;padding:24px 0}.oz-context-strip .oz-container>div{flex-wrap:wrap;justify-content:center}.oz-problem-grid,.oz-pricing-grid,.oz-faq-grid,.oz-support-grid{grid-template-columns:1fr}.oz-delivery-grid{grid-template-columns:1fr;gap:45px}.oz-steps-grid{grid-template-columns:1fr}.oz-steps-grid article>b{top:auto;bottom:-31px;right:50%;transform:translate(50%)rotate(90deg)}.oz-features-grid{grid-template-columns:1fr 1fr}.oz-board-content{grid-template-columns:110px 1fr}.oz-board-kpis{grid-template-columns:1fr}.oz-board-kpis>span{grid-template-columns:1fr auto}.oz-board-kpis>span b{grid-column:1/-1}.oz-footer .oz-container{grid-template-columns:1fr;justify-items:center}.oz-footer p{text-align:center}}@media (width<=560px){.oz-container{width:min(100% - 28px,520px)}.oz-nav-wrap{padding:9px}.oz-nav{border-radius:17px;min-height:62px}.oz-brand-mark{width:38px;height:38px}.oz-hero{min-height:auto;padding:125px 0 70px}.oz-hero h1{font-size:clamp(3rem,14vw,4.2rem)}.oz-hero-actions{display:grid}.oz-hero-trust{gap:9px;display:grid}.oz-hero-product{min-height:450px;margin-top:15px}.oz-dashboard-mockup{border-width:4px;border-radius:21px;grid-template-columns:48px 1fr;width:105%;min-height:350px;top:45px;transform:translate(8%)rotate(-1deg)}.oz-dashboard-mockup>aside{gap:11px;padding:12px 5px}.oz-dashboard-mockup>aside>i{width:31px;height:31px;font-size:.7rem}.oz-mini-logo{width:32px;height:32px}.oz-dashboard-body{padding:15px}.oz-kpi-row>div{padding:9px}.oz-kpi-row>div>i{display:none}.oz-order-row{grid-template-columns:28px 1fr auto}.oz-order-row>strong:last-child{display:none}.oz-chat-card{width:205px;padding:12px;bottom:0;left:0;right:auto}.oz-hero-zappi{width:130px;bottom:-25px;left:auto;right:-10px}.oz-live-pill{left:0}.oz-problem-section,.oz-steps-section,.oz-delivery-section,.oz-features-section,.oz-support-section,.oz-pricing-section,.oz-faq-section{padding:78px 0}.oz-problem-grid{gap:35px}.oz-before-after{grid-template-columns:1fr}.oz-before-after>i{justify-self:center;transform:rotate(90deg)}.oz-features-grid{grid-template-columns:1fr}.oz-delivery-visual{min-height:410px}.oz-map-store{top:55px;left:35px}.oz-map-customer{bottom:80px;right:32px}.oz-map-route{inset:105px 69px 118px 78px}.oz-delivery-quote{width:205px;bottom:18px;right:20px}.oz-delivery-copy>div{grid-template-columns:1fr}.oz-features-grid article{min-height:auto}.oz-support-grid{gap:40px}.oz-support-demo{border-radius:22px;transform:none}.oz-support-demo-body{min-height:330px;padding:20px 14px}.oz-showcase-section{padding:80px 0}.oz-showcase-board{margin-right:-90px;transform:none}.oz-board-content{grid-template-columns:90px 1fr;min-height:340px}.oz-board-content>div{padding:17px}.oz-board-chart{height:120px}.oz-final-cta{padding:15px 10px 60px}.oz-final-cta .oz-container{border-radius:25px;width:100%;padding:55px 18px}.oz-final-cta .oz-container>div{flex-direction:column}.oz-final-zappi{opacity:.18;width:185px;right:-45px}.oz-footer .oz-container>div{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){.oz-landing *,.oz-landing :before,.oz-landing :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
