@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;--brand-primary: #2563eb;--brand-secondary: #0f172a;--brand-accent: #10b981;--text-muted: #64748b;--border: #dfe5ee}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}a{color:var(--brand-primary);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(390px,.88fr) minmax(520px,1.12fr)}.brand-panel{position:relative;isolation:isolate;overflow:hidden;min-height:100%;padding:54px clamp(38px,5vw,80px);color:#fff;background:linear-gradient(145deg,var(--brand-secondary),color-mix(in srgb,var(--brand-primary) 68%,#101a34));display:flex;flex-direction:column}.brand-panel:after{content:"";position:absolute;inset:auto -15% -22% 5%;z-index:-1;height:48%;border:1px solid rgb(255 255 255 / .12);border-radius:50%;transform:rotate(-8deg)}.brand-panel__glow{position:absolute;z-index:-1;border-radius:999px;filter:blur(4px);opacity:.28}.brand-panel__glow--one{width:330px;height:330px;right:-140px;top:12%;background:var(--brand-accent)}.brand-panel__glow--two{width:260px;height:260px;left:-120px;bottom:5%;background:var(--brand-primary)}.brand-lockup{display:inline-flex;align-items:center;gap:12px;color:var(--brand-secondary);font-size:1.08rem;font-weight:800;letter-spacing:-.025em}.brand-lockup:hover{text-decoration:none}.brand-lockup--light{color:#fff}.brand-mark{width:38px;height:38px;padding:8px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:3px;border-radius:12px;color:#fff;background:var(--brand-primary);box-shadow:0 8px 22px #00000029}.brand-lockup--light .brand-mark{background:#ffffff24;border:1px solid rgb(255 255 255 / .18);box-shadow:none}.brand-mark span{border-radius:2px;background:currentColor}.brand-mark span:first-child{grid-row:span 2;border-radius:5px;opacity:.95}.brand-mark span:nth-child(2){opacity:.7}.brand-mark span:nth-child(3){opacity:.45}.brand-copy{margin:auto 0;max-width:560px;padding:80px 0}.eyebrow{display:inline-flex;margin-bottom:22px;padding:7px 12px;border:1px solid rgb(255 255 255 / .18);border-radius:999px;background:#ffffff1a;font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.brand-copy h1{max-width:530px;margin:0 0 22px;font-size:clamp(2.4rem,4vw,4.7rem);line-height:1.02;letter-spacing:-.055em}.brand-copy p{max-width:520px;margin:0;color:#ffffffba;font-size:1.05rem;line-height:1.75}.trust-row{display:flex;flex-wrap:wrap;gap:24px;color:#ffffffb8;font-size:.8rem;font-weight:600}.trust-row div{display:flex;align-items:center;gap:7px}.trust-row svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.form-panel{min-height:100%;padding:52px clamp(28px,7vw,112px) 30px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-brand{display:none;width:min(100%,470px);margin-bottom:36px}.auth-card{width:min(100%,470px);padding:clamp(28px,4vw,48px);border:1px solid rgb(226 232 240 / .9);border-radius:24px;background:#fffffff5;box-shadow:0 24px 70px #0f172a14}.auth-card__header{margin-bottom:30px}.auth-card__header h2{margin:0 0 10px;font-size:clamp(1.75rem,3vw,2.15rem);line-height:1.15;letter-spacing:-.04em}.auth-card__header p{margin:0;color:var(--text-muted);line-height:1.6}.auth-form{display:grid;gap:19px}.field{display:grid;gap:8px}.field__label,.field-heading{color:#27364b;font-size:.86rem;font-weight:700}.field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:-11px}.field-heading a{font-size:.8rem}.field__control{position:relative;display:block}.field input{width:100%;min-height:50px;padding:0 15px;border:1px solid var(--border);border-radius:12px;outline:none;color:#0f172a;background:#fff;transition:border-color .18s,box-shadow .18s}.field input::placeholder{color:#9aa6b6}.field input:hover{border-color:#bdc7d6}.field input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 13%,transparent)}.field small{color:var(--text-muted);font-size:.75rem}.field:has(.password-toggle) input{padding-right:48px}.field:has(.field__label:empty){margin-top:-8px}.field__label:empty{display:none}.password-toggle{position:absolute;top:50%;right:9px;width:34px;height:34px;padding:7px;transform:translateY(-50%);border:0;border-radius:9px;color:#718096;background:transparent;cursor:pointer}.password-toggle:hover{color:var(--brand-primary);background:#f1f5f9}.password-toggle svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.primary-button{min-height:51px;margin-top:3px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:var(--brand-primary);box-shadow:0 10px 22px color-mix(in srgb,var(--brand-primary) 23%,transparent);display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;cursor:pointer;transition:transform .18s,box-shadow .18s,opacity .18s}.primary-button:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 13px 28px color-mix(in srgb,var(--brand-primary) 30%,transparent)}.primary-button:disabled{opacity:.68;cursor:wait;transform:none}.spinner{width:17px;height:17px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__footer{margin:28px -48px -48px;padding:22px 30px;border-top:1px solid #edf0f5;border-radius:0 0 24px 24px;background:#fbfcfe;text-align:center;color:var(--text-muted);font-size:.86rem}.auth-card__footer p{margin:0}.legal-copy{width:min(100%,470px);margin:24px 0 0;color:#8a96a8;font-size:.72rem;line-height:1.55;text-align:center}.legal-copy a{color:#64748b}.notice{padding:12px 14px;border-radius:12px;display:flex;gap:10px;font-size:.8rem;line-height:1.45}.notice p{margin:0}.notice p+p{margin-top:4px}.notice--error{color:#991b1b;border:1px solid #fecaca;background:#fef2f2}.notice__icon{width:20px;height:20px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:#fff;background:#dc2626;font-size:.7rem;font-weight:800}.password-rules{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 12px;margin-top:-7px;color:#8a96a8;font-size:.7rem}.password-rules span{display:flex;align-items:center;gap:5px}.password-rules i{width:14px;height:14px;border-radius:50%;display:grid;place-items:center;background:#e9eef5;font-style:normal;font-size:.62rem}.password-rules .is-valid{color:#047857}.password-rules .is-valid i{color:#fff;background:var(--brand-accent)}.checkbox{display:flex;align-items:flex-start;gap:10px;color:#56657a;font-size:.76rem;line-height:1.55;cursor:pointer}.checkbox input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--brand-primary)}.status-content{display:grid;justify-items:center;gap:17px;text-align:center}.status-content p{margin:0;color:#334155;line-height:1.65}.status-content .muted{color:var(--text-muted);font-size:.84rem}.status-content .primary-button{width:100%;margin-top:6px}.status-icon,.status-loading{width:72px;height:72px;margin:2px 0 9px;border-radius:50%;display:grid;place-items:center;font-size:1.65rem;font-weight:800}.status-icon--success{color:#047857;background:#d1fae5;box-shadow:0 0 0 9px #ecfdf5}.status-icon--email{color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 13%,white);box-shadow:0 0 0 9px color-mix(in srgb,var(--brand-primary) 6%,white)}.status-icon--error{color:#b91c1c;background:#fee2e2;box-shadow:0 0 0 9px #fef2f2}.status-loading{color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 10%,white)}.status-loading .spinner{width:28px;height:28px}.text-button{padding:5px;border:0;color:var(--brand-primary);background:none;font-size:.82rem;font-weight:700;cursor:pointer}.secondary-link{font-size:.82rem}.placeholder-page{min-height:100vh;padding:40px 24px;display:grid;place-content:center;justify-items:center;gap:17px;text-align:center;background:radial-gradient(circle at 50% 15%,color-mix(in srgb,var(--brand-primary) 9%,white),#f8fafc 45%)}.placeholder-page h1{margin:18px 0 0;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.05em}.placeholder-page p{max-width:520px;margin:0 0 10px;color:var(--text-muted)}.placeholder-page .primary-button{min-width:180px}.error-code{color:var(--brand-primary);font-size:5rem;font-weight:800;letter-spacing:-.08em}@media(max-width:920px){.auth-shell{grid-template-columns:1fr}.brand-panel{display:none}.form-panel{justify-content:flex-start;padding-top:40px}.mobile-brand{display:block}}@media(max-width:560px){.form-panel{padding:28px 18px 24px;background:#fff}.mobile-brand{margin-bottom:30px}.auth-card{padding:0;border:0;border-radius:0;box-shadow:none}.auth-card__header{margin-bottom:26px}.auth-card__footer{margin:26px 0 0;padding:20px 0 0;border-radius:0;background:transparent}.legal-copy{margin-top:28px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.store-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--text-muted)}.store-shell{min-height:100vh;background:#f8fafc}.store-header{position:sticky;top:0;z-index:20;height:76px;padding:0 clamp(22px,6vw,90px);border-bottom:1px solid rgb(226 232 240 / .9);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:24px}.store-logo{min-width:0;color:var(--brand-secondary);display:flex;align-items:center;gap:11px}.store-logo:hover{text-decoration:none}.store-logo img,.store-logo i{width:42px;height:42px;border-radius:12px;object-fit:contain}.store-logo i{color:#fff;background:var(--brand-primary);display:grid;place-items:center;font-style:normal;font-weight:800}.store-logo strong{overflow:hidden;max-width:250px;text-overflow:ellipsis;white-space:nowrap}.store-header nav{display:flex;align-items:center;gap:24px}.store-header nav a,.store-header nav button{border:0;color:#526077;background:none;font-size:.84rem;font-weight:650;cursor:pointer}.store-header nav a:hover,.store-header nav button:hover{color:var(--brand-primary);text-decoration:none}.cart-link{padding:10px 13px;border-radius:10px;color:#fff!important;background:var(--brand-secondary)}.cart-link b{min-width:20px;height:20px;margin-left:5px;padding:0 6px;border-radius:99px;color:#fff;background:var(--brand-primary);display:inline-grid;place-items:center;font-size:.68rem}.store-hero{overflow:hidden;min-height:520px;padding:80px clamp(24px,8vw,130px);color:#fff;background:linear-gradient(125deg,var(--brand-secondary),color-mix(in srgb,var(--brand-primary) 72%,var(--brand-secondary)));display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:70px}.store-hero>div:first-child{max-width:720px}.store-hero>div>span,.catalog-title span,.cart-heading>span,.account-page>span{color:var(--brand-accent);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.store-hero h1{margin:17px 0 20px;font-size:clamp(2.8rem,6vw,5.6rem);line-height:.98;letter-spacing:-.06em}.store-hero p{max-width:650px;margin:0;color:#ffffffb8;font-size:1.05rem;line-height:1.75}.store-hero>div>a,.store-primary{width:fit-content;min-height:48px;margin-top:30px;padding:0 19px;border:0;border-radius:11px;color:#fff;background:var(--brand-primary);box-shadow:0 12px 25px color-mix(in srgb,var(--brand-primary) 30%,transparent);display:inline-flex;align-items:center;justify-content:center;font-weight:750;cursor:pointer}.store-hero a:hover,.store-primary:hover{text-decoration:none;transform:translateY(-1px)}.hero-art{position:relative;min-height:330px;display:grid;place-items:center}.hero-art:before,.hero-art:after,.hero-art i{content:"";position:absolute;border-radius:50%}.hero-art:before{width:310px;height:310px;border:1px solid rgb(255 255 255 / .18)}.hero-art:after{width:220px;height:220px;background:color-mix(in srgb,var(--brand-primary) 55%,transparent);box-shadow:0 0 70px color-mix(in srgb,var(--brand-accent) 25%,transparent)}.hero-art i:first-child{width:90px;height:90px;top:12px;right:12%;background:var(--brand-accent);opacity:.32}.hero-art i:nth-child(2){width:52px;height:52px;bottom:24px;left:10%;background:#fff;opacity:.13}.hero-art strong{z-index:1;font-size:4.5rem;text-align:center}.hero-art small{margin-top:4px;display:block;color:#ffffffa6;font-size:.75rem;font-weight:600}.store-main,.product-detail,.cart-page,.account-page,.checkout-page,.orders-page,.order-page{width:min(1240px,calc(100% - 44px));margin:0 auto;padding:76px 0 95px}.catalog-title{display:flex;align-items:end;justify-content:space-between;gap:30px}.catalog-title h2,.cart-heading h1,.account-page h1{margin:9px 0 0;color:var(--brand-secondary);font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.05em}.store-search{width:min(100%,330px);height:48px;padding:0 15px;border:1px solid #dce3ec;border-radius:12px;color:#8a96a7;background:#fff;display:flex;align-items:center;gap:9px}.store-search input{min-width:0;width:100%;border:0;outline:none}.category-chips{margin:30px 0 34px;display:flex;flex-wrap:wrap;gap:8px}.category-chips button{padding:9px 15px;border:1px solid #dce3ec;border-radius:99px;color:#64748b;background:#fff;font-size:.8rem;font-weight:650;cursor:pointer}.category-chips button.active{color:#fff;border-color:var(--brand-primary);background:var(--brand-primary)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{overflow:hidden;border:1px solid #e1e7ef;border-radius:18px;color:inherit;background:#fff;box-shadow:0 8px 24px #0f172a0a;transition:transform .2s,box-shadow .2s}.product-card:hover{text-decoration:none;transform:translateY(-4px);box-shadow:0 18px 38px #0f172a1a}.product-image{position:relative;aspect-ratio:1.3;overflow:hidden;background:#edf1f5;display:grid;place-items:center;color:#94a3b8}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.035)}.product-image b{position:absolute;left:13px;top:13px;padding:6px 9px;border-radius:99px;color:var(--brand-secondary);background:#ffffffe6;font-size:.65rem}.product-card>div:last-child{padding:20px}.product-card h3{margin:0 0 9px;color:var(--brand-secondary);font-size:1.05rem}.product-card p{height:42px;overflow:hidden;margin:0 0 20px;color:#718096;font-size:.78rem;line-height:1.55}.product-card footer{border-top:1px solid #edf1f5;padding-top:16px;display:flex;align-items:center;justify-content:space-between}.product-card footer strong{color:var(--brand-secondary);font-size:1.05rem}.product-card footer strong small{color:#8290a3;font-size:.65rem;font-weight:500}.product-card footer span{color:var(--brand-primary);font-size:.72rem;font-weight:700}.store-state{min-height:55vh;padding:80px 24px;display:grid;place-content:center;justify-items:center;text-align:center}.store-state>i{width:65px;height:65px;border-radius:50%;color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 10%,white);display:grid;place-items:center;font-style:normal;font-size:1.5rem}.store-state h1{margin:20px 0 8px;letter-spacing:-.04em}.store-state p{max-width:510px;margin:0;color:var(--text-muted);line-height:1.6}.store-footer{padding:48px clamp(24px,8vw,130px);color:#fff;background:var(--brand-secondary);display:grid;grid-template-columns:1fr auto;gap:24px 80px}.store-footer p{max-width:600px;color:#fff9;font-size:.78rem}.store-footer>div:nth-child(2){display:grid;gap:7px}.store-footer a{color:#fff}.store-footer>small{grid-column:1 / -1;padding-top:22px;border-top:1px solid rgb(255 255 255 / .1);color:#ffffff73}.product-detail>a{color:#718096;font-size:.8rem}.product-detail-grid{margin-top:27px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(35px,6vw,80px)}.detail-image{overflow:hidden;aspect-ratio:1;border-radius:22px;background:#edf1f5;display:grid;place-items:center;color:#94a3b8}.detail-image img,.detail-image video{width:100%;height:100%;object-fit:cover}.detail-media{min-width:0}.detail-thumbs{margin-top:12px;display:flex;gap:10px;overflow-x:auto;padding-bottom:3px}.detail-thumbs button{overflow:hidden;width:68px;height:68px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:12px;color:#fff;background:var(--brand-secondary);cursor:pointer}.detail-thumbs button.active{border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 14%,transparent)}.detail-thumbs img{width:100%;height:100%;object-fit:cover}.whatsapp-product{min-height:46px;margin-top:10px;border:1px solid #16a34a;border-radius:11px;color:#15803d;display:grid;place-items:center;font-size:.78rem;font-weight:800}.whatsapp-product:hover{color:#fff;background:#16a34a;text-decoration:none}.product-detail-grid section{padding-top:22px}.detail-category{color:var(--brand-primary);font-size:.72rem;font-weight:800;text-transform:uppercase}.product-detail h1{margin:11px 0 14px;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.055em}.product-detail section>p{color:#64748b;line-height:1.75}.detail-price{margin:25px 0;display:flex;align-items:center;gap:12px;font-size:1.8rem}.detail-price del{color:#94a3b8;font-size:1rem;font-weight:500}.product-detail section>label{margin:17px 0 8px;display:grid;gap:8px;color:#334155;font-size:.8rem;font-weight:700}.product-detail select{height:48px;padding:0 13px;border:1px solid #dce3ec;border-radius:11px;background:#fff}.quantity{display:inline-flex;align-items:center}.quantity button,.quantity input{width:40px;height:40px;border:1px solid #dce3ec;background:#fff;text-align:center}.quantity button:first-child{border-radius:9px 0 0 9px}.quantity button:last-child{border-radius:0 9px 9px 0}.quantity input{border-inline:0}.availability{color:#718096}.wide{width:100%;margin-top:20px}.store-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.store-error,.store-success{padding:11px 13px;border-radius:9px;font-size:.78rem}.store-error{color:#b91c1c!important;background:#fef2f2}.store-success{color:#047857!important;background:#ecfdf5}.feature-list{margin-top:28px;border-top:1px solid #e5eaf1}.feature-list div{padding:11px 0;border-bottom:1px solid #e5eaf1;display:flex;justify-content:space-between;gap:20px;font-size:.78rem}.feature-list dt{color:#64748b}.feature-list dd{margin:0;font-weight:700}.reviews-section{margin-top:75px;padding-top:50px;border-top:1px solid #e5eaf1}.reviews-title{display:flex;align-items:end;justify-content:space-between;gap:25px}.reviews-title>div>span,.review-form>span{color:var(--brand-primary);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.reviews-title h2{margin:7px 0 0;font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:-.045em}.reviews-title>strong{display:grid;grid-template-columns:auto auto;align-items:center;gap:5px 10px;font-size:1.8rem}.reviews-title>strong span,.review-card header span{color:#f59e0b;letter-spacing:.05em;font-size:.8rem}.reviews-title>strong small{grid-column:1 / -1;color:#7c899b;font-size:.68rem;font-weight:500;text-align:right}.reviews-layout{margin-top:27px;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:24px;align-items:start}.reviews-list{display:grid;gap:12px}.review-card,.review-form,.review-empty{padding:23px;border:1px solid #e1e7ef;border-radius:17px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.review-card header{display:flex;align-items:center;gap:11px}.review-card header i{width:40px;height:40px;border-radius:50%;color:#fff;background:var(--brand-primary);display:grid;place-items:center;font-style:normal;font-weight:800}.review-card header div{flex:1;display:grid;gap:3px}.review-card header small{padding:6px 8px;border-radius:999px;color:#047857;background:#d1fae5;font-size:.6rem;font-weight:800}.review-card p{margin:16px 0 9px;color:#475569;line-height:1.65}.review-card time{color:#94a3b8;font-size:.65rem}.review-form{position:sticky;top:100px}.review-form h3{margin:7px 0 12px;font-size:1.35rem}.rating-picker{display:flex;gap:2px;margin-bottom:15px}.rating-picker button{padding:0 2px;border:0;color:#f59e0b;background:none;font-size:2rem;cursor:pointer}.review-form label{display:grid;gap:8px;color:#334155;font-size:.76rem;font-weight:700}.review-form textarea{resize:vertical;padding:12px;border:1px solid #dce3ec;border-radius:10px;outline:none;font:inherit}.review-form textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.review-form>small{margin-top:12px;color:#8995a6;display:block;font-size:.64rem;line-height:1.5;text-align:center}.review-empty{text-align:center}.review-empty b{color:#f59e0b;font-size:2.5rem}.review-empty h3{margin:7px 0}.review-empty p{margin:0;color:#7c899b}.cart-heading p,.account-page>p{color:#718096}.cart-layout{margin-top:32px;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:26px;align-items:start}.cart-items{overflow:hidden;border:1px solid #e1e7ef;border-radius:16px;background:#fff}.cart-items article{padding:17px;border-top:1px solid #edf1f5;display:grid;grid-template-columns:80px minmax(150px,1fr) auto 100px;align-items:center;gap:17px}.cart-items article:first-child{border-top:0}.cart-thumb{overflow:hidden;width:80px;height:80px;border-radius:11px;background:#edf1f5;display:grid;place-items:center}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-items article>div:nth-child(2){display:grid;gap:5px}.cart-items small{color:#7c899b}.cart-items article>div:nth-child(2) button{width:fit-content;padding:0;border:0;color:#dc2626;background:none;font-size:.7rem;cursor:pointer}.cart-items article>b{text-align:right}.cart-summary{padding:23px;border:1px solid #e1e7ef;border-radius:16px;background:#fff;box-shadow:0 12px 30px #0f172a0d}.cart-summary h2{margin:0 0 22px}.cart-summary>div{margin:13px 0;display:flex;justify-content:space-between;gap:16px}.cart-summary hr{border:0;border-top:1px solid #e5eaf1}.cart-summary .total{margin-top:20px}.cart-summary .total strong{font-size:1.2rem}.cart-summary>a{margin-top:18px;display:block;text-align:center;font-size:.75rem}.account-page{min-height:70vh}.account-page>p{max-width:550px;line-height:1.65}.account-actions{margin-top:28px;display:flex;gap:12px}.account-actions a{padding:13px 17px;border:1px solid #dce3ec;border-radius:10px;background:#fff}.saved-addresses{max-width:820px;margin-top:45px;padding:24px;border:1px solid #e1e7ef;border-radius:18px;background:#fff}.saved-addresses>header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.saved-addresses h2{margin:3px 0 0}.saved-addresses header small{color:var(--brand-accent);font-weight:800;text-transform:uppercase}.saved-addresses header a{font-size:.78rem;font-weight:800}.saved-addresses>div{display:grid;gap:10px;margin-top:20px}.saved-addresses article{display:grid;grid-template-columns:40px 1fr auto;gap:12px;padding:15px;border:1px solid #e6ebf1;border-radius:13px}.saved-addresses article>i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:color-mix(in srgb,var(--brand-primary) 10%,white);color:var(--brand-primary)}.saved-addresses article strong{display:flex;gap:8px;align-items:center}.saved-addresses article strong small{padding:3px 7px;border-radius:20px;background:#dcfce7;color:#166534;font-size:.6rem}.saved-addresses article p{margin:7px 0 0;color:#64748b;line-height:1.5}.saved-addresses article button{border:0;background:transparent;color:#b42318;cursor:pointer}.address-empty{margin:20px 0 0;padding:18px;border-radius:12px;background:#f8fafc;color:#64748b}.cart-summary>.checkout-link{display:flex;width:100%;align-items:center;justify-content:center;color:#fff;text-align:center}.checkout-link:hover{color:#fff;text-decoration:none}.checkout-heading>span,.orders-heading>span{display:block;margin-top:22px;color:var(--brand-accent);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.checkout-heading>a{color:#718096;font-size:.78rem}.checkout-heading h1,.orders-heading h1{margin:9px 0 7px;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.05em}.checkout-heading p,.orders-heading p{margin:0;color:#718096}.checkout-layout{margin-top:32px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.checkout-form,.checkout-summary,.tracking-card,.order-products,.order-address{padding:25px;border:1px solid #e1e7ef;border-radius:16px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.checkout-form h2,.checkout-summary h2,.tracking-card h2,.order-products h2,.order-address h2{margin:0 0 21px;font-size:1.05rem}.checkout-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.checkout-fields label{display:grid;gap:8px;color:#334155;font-size:.76rem;font-weight:700}.checkout-fields .wide-field{grid-column:1 / -1}.checkout-fields input{width:100%;padding:12px;border:1px solid #dce3ec;border-radius:9px;outline:0}.checkout-fields input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.checkout-note{margin-top:12px;display:block;color:#8290a3;line-height:1.5;text-align:center}.checkout-summary{position:sticky;top:100px}.checkout-summary>div{padding:11px 0;display:flex;justify-content:space-between;gap:15px}.checkout-summary hr,.order-address hr{border:0;border-top:1px solid #e5eaf1}.summary-item{border-bottom:1px solid #edf1f5;font-size:.76rem}.summary-item span{display:grid;gap:3px}.summary-item small{color:#8995a6}.summary-total strong{font-size:1.2rem}.delivery-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.delivery-options button{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #dce3ec;border-radius:12px;background:#fff;color:#334155;cursor:pointer}.delivery-options button.active{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 7%,white);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 10%,transparent)}.delivery-options small{color:#718096}.address-picker{display:grid;gap:8px;margin:0 0 22px;color:#334155;font-size:.76rem;font-weight:700}.address-picker select,.save-address input{padding:12px;border:1px solid #dce3ec;border-radius:9px;background:#fff}.save-address{display:flex;align-items:center;gap:14px;margin:18px 0}.save-address label{display:flex;align-items:center;gap:7px;font-size:.76rem;font-weight:700}.pickup-panel{margin-bottom:22px;padding:18px;border-radius:13px;background:#f8fafc}.pickup-panel>p{margin:7px 0 18px;color:#64748b;line-height:1.5}.orders-list{margin-top:30px;overflow:hidden;border:1px solid #e1e7ef;border-radius:16px;background:#fff}.orders-list>a{padding:20px 23px;border-top:1px solid #edf1f5;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:25px}.orders-list>a:first-child{border-top:0}.orders-list>a:hover{background:#fbfcfe;text-decoration:none}.orders-list>a>div{display:grid;gap:5px}.orders-list>a>div:last-child{justify-items:end}.orders-list small,.orders-list span{color:#7c899b;font-size:.7rem}.orders-list b{color:var(--brand-primary);font-size:.7rem}.order-badge{width:fit-content;padding:7px 10px;border-radius:999px;color:#1d4ed8;background:#dbeafe;font-size:.66rem;font-weight:800}.order-badge.shipped{color:#6d28d9;background:#ede9fe}.order-badge.delivered{color:#047857;background:#d1fae5}.order-badge.cancelled{color:#b91c1c;background:#fee2e2}.order-title{margin-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.order-title h1{margin:12px 0 5px;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.045em}.order-title p{margin:0;color:#7c899b}.order-success{margin:18px 0 0;width:fit-content;padding:8px 11px;border-radius:8px;color:#047857;background:#d1fae5;display:block;font-size:.72rem;font-weight:700}.tracking-line{display:grid;grid-template-columns:repeat(5,1fr)}.tracking-line>div{position:relative;padding-right:10px;display:grid;gap:5px}.tracking-line>div:before{content:"";position:absolute;top:16px;left:35px;right:0;height:2px;background:#dfe5ec}.tracking-line>div:last-child:before{display:none}.tracking-line i{position:relative;z-index:1;width:32px;height:32px;border:2px solid #dfe5ec;border-radius:50%;color:#94a3b8;background:#fff;display:grid;place-items:center;font-style:normal;font-size:.68rem;font-weight:800}.tracking-line .done i{border-color:var(--brand-primary);color:#fff;background:var(--brand-primary)}.tracking-line .done:before{background:var(--brand-primary)}.tracking-line strong{margin-top:7px;font-size:.73rem}.tracking-line small{max-width:140px;color:#8491a3;font-size:.62rem;line-height:1.45}.tracking-number{margin-top:23px;padding:14px 16px;border-radius:10px;background:#f1f5f9;display:flex;gap:50px}.tracking-number span{color:#7c899b;display:grid;gap:4px;font-size:.65rem}.tracking-number strong{color:#334155;font-size:.78rem}.cancelled-message{padding:14px;border-radius:9px;color:#b91c1c;background:#fef2f2}.order-detail-grid{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.order-products>div{padding:14px 0;border-top:1px solid #edf1f5;display:flex;justify-content:space-between;gap:20px}.order-products>div span{display:grid;gap:5px}.order-products small{color:#7c899b}.order-address p{color:#64748b;font-size:.78rem;line-height:1.7}.order-address>small{color:#7c899b}.order-address>div{display:flex;justify-content:space-between}.order-address hr{margin:20px 0}.payment-state{margin:-10px 0 22px;padding:17px 19px;border:1px solid #fde68a;border-radius:13px;background:#fffbeb;display:flex;align-items:center;gap:13px}.payment-state>span{width:36px;height:36px;flex:0 0 auto;border-radius:50%;color:#92400e;background:#fef3c7;display:grid;place-items:center;font-weight:800}.payment-state>div{flex:1;display:grid;gap:4px}.payment-state small{color:#7c6b45}.payment-state em{color:#b91c1c;font-size:.68rem;font-style:normal}.payment-state .store-primary{min-height:40px;margin:0;padding-inline:15px}.payment-state.paid{border-color:#a7f3d0;background:#ecfdf5}.payment-state.paid>span{color:#047857;background:#d1fae5}.payment-state.paid small{color:#52766b}@media(max-width:900px){.store-hero{grid-template-columns:1fr;min-height:auto}.hero-art{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid,.reviews-layout,.cart-layout,.checkout-layout,.order-detail-grid{grid-template-columns:1fr}.review-form{position:static}.cart-summary{order:-1}.checkout-summary{position:static;order:-1}.store-header nav>a:first-child{display:none}}@media(max-width:620px){.store-header{height:auto;padding:12px 17px;align-items:flex-start}.store-logo strong{max-width:120px}.store-header nav{gap:8px;flex-wrap:wrap;justify-content:flex-end}.store-header nav a,.store-header nav button{font-size:.7rem}.store-header nav a[href="/cuenta"],.store-header nav a[href="/mis-pedidos"]{display:none}.store-hero{padding:58px 22px}.store-hero h1{font-size:2.65rem}.catalog-title{align-items:stretch;flex-direction:column}.store-search{width:100%}.product-grid{grid-template-columns:1fr}.store-main,.product-detail,.cart-page,.account-page,.checkout-page,.orders-page,.order-page{width:min(100% - 30px,1240px);padding-block:48px 70px}.product-detail-grid{gap:20px}.cart-items article{grid-template-columns:65px 1fr auto}.cart-thumb{width:65px;height:65px}.cart-items article .quantity{grid-column:2}.cart-items article>b{grid-column:3;grid-row:1 / span 2}.checkout-fields{grid-template-columns:1fr}.checkout-fields .wide-field{grid-column:1}.orders-list>a{align-items:flex-start}.tracking-line{grid-template-columns:1fr;gap:12px}.tracking-line>div{grid-template-columns:32px 1fr}.tracking-line>div:before{inset:32px auto -12px 15px;width:2px;height:auto}.tracking-line strong{margin:2px 0 0}.tracking-line small{grid-column:2;margin-top:-8px}.tracking-number{flex-direction:column;gap:13px}.order-title{align-items:flex-start;flex-direction:column}.store-footer{grid-template-columns:1fr}.store-footer>small{grid-column:1}}@media(max-width:620px){.payment-state{align-items:flex-start;flex-wrap:wrap}.payment-state>div{min-width:calc(100% - 55px)}.payment-state .store-primary{width:100%}}@media(max-width:620px){.reviews-title{align-items:flex-start;flex-direction:column}.reviews-title>strong small{text-align:left}.review-card header{align-items:flex-start;flex-wrap:wrap}.review-card header div{min-width:calc(100% - 55px)}.review-card header small{margin-left:51px}}.marketplace-page{min-height:100vh;background:#f7f7fb;color:#17131d}.marketplace-page>header{height:78px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #ebe8ef}.marketplace-page>header a:first-child{font-size:22px;font-weight:900;color:#17131d}.marketplace-page>header a:last-child{font-weight:700;color:#6750a4}.marketplace-hero{padding:76px max(24px,calc((100vw - 980px)/2));text-align:center;background:linear-gradient(145deg,#21172c,#6750a4);color:#fff}.marketplace-hero>span,.marketplace-content>div>span{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:900}.marketplace-hero h1{font-size:clamp(38px,6vw,66px);line-height:1.02;max-width:800px;margin:14px auto}.marketplace-hero p{font-size:18px;opacity:.82}.marketplace-hero label{max-width:620px;margin:30px auto 0;padding:6px 18px;display:flex;align-items:center;gap:10px;background:#fff;color:#17131d;border-radius:18px}.marketplace-hero input{width:100%;border:0;outline:0;padding:14px 4px;font-size:16px}.marketplace-content{max-width:1180px;margin:auto;padding:52px 24px}.marketplace-content h2{font-size:34px;margin:6px 0 24px}.stores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.stores-grid>a{--store-color:#6750a4;background:#fff;border:1px solid #e9e5ed;border-radius:24px;padding:22px;display:grid;grid-template-columns:64px 1fr;gap:16px;color:#17131d;box-shadow:0 12px 35px #1d14260f;transition:.2s}.stores-grid>a:hover{transform:translateY(-4px);border-color:var(--store-color)}.store-mark{width:64px;height:64px;border-radius:19px;background:color-mix(in srgb,var(--store-color) 14%,white);color:var(--store-color);display:grid;place-items:center;font-size:28px;font-weight:900;overflow:hidden}.store-mark img{width:100%;height:100%;object-fit:cover}.stores-grid h3{margin:2px 0 6px;font-size:19px}.stores-grid p{margin:0;color:#6c6572;line-height:1.4}.stores-grid strong{display:block;margin-top:10px;color:var(--store-color);font-size:12px}.stores-grid>a>b{grid-column:2;color:var(--store-color);font-size:13px}.web-notification-center{position:fixed;right:22px;bottom:22px;z-index:120}.web-notification-trigger{position:relative;width:52px;height:52px;border:0;border-radius:18px;background:var(--brand-primary,#2563eb);color:#fff;box-shadow:0 14px 35px #0f172a38;font-size:21px;cursor:pointer}.web-notification-trigger b{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid #fff;border-radius:20px;background:#ef4444;color:#fff;font-size:11px}.web-notification-panel{position:absolute;right:0;bottom:64px;width:min(370px,calc(100vw - 28px));max-height:min(600px,70vh);overflow:auto;border:1px solid #e5e7eb;border-radius:22px;background:#fff;color:#172033;box-shadow:0 24px 70px #0f172a40}.web-notification-panel header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;border-bottom:1px solid #eef2f7}.web-notification-panel header div{display:grid;gap:3px}.web-notification-panel header strong{font-size:18px}.web-notification-panel header small{color:#64748b}.web-notification-panel header button{border:0;background:transparent;font-size:26px;color:#64748b;cursor:pointer}.web-notification-permission{margin:14px;padding:17px;border-radius:16px;background:#eff6ff}.web-notification-permission p{margin:6px 0 12px;color:#475569;font-size:14px}.web-notification-permission button,.web-notification-panel footer button{border:0;background:var(--brand-primary,#2563eb);color:#fff;border-radius:10px;padding:10px 13px;font-weight:700;cursor:pointer}.web-notification-permission small{display:block;margin-top:8px}.web-notification-empty{display:grid;justify-items:center;padding:38px 20px;color:#64748b}.web-notification-empty span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ecfdf5;color:#059669;font-weight:800}.web-notification-empty strong{margin-top:10px;color:#1e293b}.web-notification-empty p{margin:4px 0}.web-notification-list>button{position:relative;display:flex;width:100%;gap:11px;padding:15px 20px;border:0;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer}.web-notification-list>button:hover{background:#f8fafc}.web-notification-list>button.unread{background:#f8fbff}.web-notification-list i{flex:none;width:8px;height:8px;margin-top:6px;border-radius:50%;background:transparent}.web-notification-list .unread i{background:var(--brand-primary,#2563eb)}.web-notification-list span{display:grid;gap:4px}.web-notification-list small{color:#475569}.web-notification-list time{color:#94a3b8;font-size:11px}.web-notification-panel footer{padding:12px 20px;text-align:center}.web-notification-panel footer button{background:transparent;color:var(--brand-primary,#2563eb)}.web-notification-toast{position:fixed;right:22px;top:22px;z-index:200;display:flex;align-items:flex-start;gap:12px;width:min(390px,calc(100vw - 32px));padding:16px;border:1px solid #e5e7eb;border-left:4px solid var(--brand-primary,#2563eb);border-radius:14px;color:#172033;background:#fff;box-shadow:0 18px 48px #0f172a33}.web-notification-toast__icon{flex:none;font-size:19px}.web-notification-toast>div{flex:1;min-width:0}.web-notification-toast strong{display:block;font-size:14px}.web-notification-toast p{margin:4px 0 9px;color:#475569;font-size:13px;line-height:1.4}.web-notification-toast button{padding:0;border:0;background:transparent;color:var(--brand-primary,#2563eb);font-size:12px;font-weight:700;cursor:pointer}.web-notification-toast .web-notification-toast__close{flex:none;color:#64748b;font-size:22px;line-height:1}.store-offers{margin-bottom:38px}.store-offers header h2{margin:5px 0 18px}.store-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.store-offers-grid article{padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.store-offers-grid article small{color:var(--brand-primary);font-weight:700}.store-offers-grid article h3{margin:10px 0}.store-offers-grid article strong{display:block;margin-top:15px}.store-offers-note{font-size:.85rem;color:#64748b;margin-top:12px}.checkout-offers{margin:18px 0;padding:18px;border:1px solid #e2e8f0;border-radius:16px}.checkout-offers p{font-size:.9rem;color:#64748b}.checkout-offers select{display:block;width:100%;margin:8px 0 16px;padding:10px;border:1px solid #cbd5e1;border-radius:8px}.checkout-offer-service{display:flex;align-items:center;gap:10px;margin:12px 0}.checkout-offer-service span{display:grid;flex:1}.checkout-offer-service small{color:#64748b}
