@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg:#fff;--color-surface:#fff;--color-brand-bg:#f0b535;--color-brand-bg-hover:#d9a02e;--color-border:#e8e8e8;--color-border-light:#f0f0f0;--color-text:#1a1a1a;--color-text-muted:#6b6b6b;--color-text-light:#9a9a9a;--color-primary:#bd8c39;--color-primary-hover:#a57732;--color-accent:#bd8c39;--color-accent-light:#f6a735;--color-success:#2e7d32;--color-success-bg:#e8f5e9;--color-error:#c62828;--color-error-bg:#ffebee;--color-whatsapp:#25d366;--color-whatsapp-hover:#1ebe57;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--transition:.2s ease;--header-height:72px;--cart-width:420px;--cart-reveal:44px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);min-height:100vh;font-size:15px;line-height:1.5}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}.page{flex-direction:column;min-height:100vh;display:flex}.page>main{flex:1}.btn{border-radius:var(--radius-sm);transition:background var(--transition), transform var(--transition), box-shadow var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-brand-bg);color:#fff;border:1px solid #0000}.btn--primary:hover{background:var(--color-brand-bg-hover);box-shadow:var(--shadow-sm)}.btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background:#f9f9f9;border-color:#ccc}.btn--whatsapp{background:var(--color-whatsapp);color:#fff}.btn--whatsapp:hover{background:var(--color-whatsapp-hover);box-shadow:var(--shadow-md)}.btn--whatsapp svg{width:20px;height:20px}.btn--full{width:100%}.btn--sm{padding:8px 14px;font-size:13px}.btn:disabled{opacity:.6;cursor:not-allowed}.header{z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);position:sticky;top:0}.header__inner{max-width:1200px;height:var(--header-height);grid-template-columns:1fr minmax(0,480px) 1fr;align-items:center;gap:16px;margin:0 auto;padding:0 24px;display:grid}.header__brand{transition:opacity var(--transition);justify-self:start;align-items:center;gap:12px;display:flex}.header__brand:hover{opacity:.85}.header__center{justify-self:center;width:100%;max-width:480px}.header__right{justify-self:end}.header__brand:hover .header__logo-img{transform:scale(1.06)}.header__logo-img{object-fit:contain;width:auto;max-width:min(220px,50vw);height:52px;transition:transform var(--transition);flex-shrink:0}.header__name{letter-spacing:-.01em;white-space:nowrap;font-size:clamp(14px,2.5vw,17px);font-weight:700;line-height:1.25}.header__search{width:100%;position:relative}.header__search-icon{width:18px;height:18px;color:var(--color-text-light);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.header__search-input{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);background:#fafafa;padding:10px 14px 10px 42px}.header__search-input:focus{border-color:var(--color-accent);background:#fff;outline:none;box-shadow:0 0 0 3px #c978181f}.header__search-input::placeholder{color:var(--color-text-light)}.header__cart-btn{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-text);transition:background var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.header__cart-btn:hover{background:#f5f5f5}.header__cart-btn svg{width:22px;height:22px}.header__cart-badge{background:var(--color-accent);color:#fff;border-radius:99px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.footer{color:#ffffffd1;background:#1a1a1a;margin-top:auto}.footer__main{max-width:1200px;margin:0 auto;padding:56px 24px 48px}.footer__grid{grid-template-columns:1.4fr .8fr .9fr 1fr;gap:40px 32px;display:grid}.footer__col{flex-direction:column;gap:12px;display:flex}.footer__brand-logo{transition:opacity var(--transition);display:inline-flex}.footer__brand-logo:hover{opacity:.85}.footer__brand-image{object-fit:contain;width:min(180px,52vw);height:auto}.footer__brand-text{color:#ffffff9e;max-width:280px;font-size:14px;line-height:1.6}.footer__heading{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:4px;font-size:12px;font-weight:600}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__link{color:#ffffffd1;transition:color var(--transition);width:fit-content;font-size:14px}.footer__link:hover{color:var(--color-accent-light)}.footer__link--highlight{color:#fff;font-weight:600}.footer__link--address{max-width:220px;line-height:1.45}.footer__contact-item{align-items:center;gap:10px;max-width:100%;display:inline-flex}.footer__contact-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer__contact-icon svg{width:16px;height:16px}.footer__contact-icon--whatsapp{color:var(--color-whatsapp);background:#25d36626}.footer__contact-icon--email{color:var(--color-accent-light);background:#bd8c392e}.footer__meta{color:#ffffff9e;font-size:14px}.footer__social-text{color:#ffffff8c;margin-bottom:4px;font-size:13px;line-height:1.5}.footer__social{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.footer__social-link{color:#fff;width:40px;height:40px;transition:transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link svg{width:18px;height:18px}.footer__social-link:hover{background:#ffffff24;transform:translateY(-2px)}.footer__social-link--facebook:hover{color:#1877f2;border-color:#1877f259}.footer__social-link--instagram:hover{color:#e4405f;border-color:#e4405f59}.footer__social-link--tiktok:hover{color:#fff;background:#000;border-color:#000}.footer__social-link--whatsapp:hover{color:var(--color-whatsapp);background:#25d3661f;border-color:#25d36659}.footer__bottom{text-align:center;border-top:1px solid #ffffff14;padding:18px 24px}.footer__copy{color:#ffffff73;letter-spacing:.02em;font-size:12px}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px 24px}.footer__col--brand{grid-column:1/-1}}@media (width<=540px){.footer__main{padding:40px 20px 32px}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__brand-text{max-width:none}}.store-page{flex:1;width:100%}.store-hero{aspect-ratio:16/9;background:#050301;width:100%;max-height:min(56vw,560px);position:relative;overflow:hidden}.store-hero__image,.store-hero__video{object-fit:cover;width:100%;height:100%;display:block}.store-hero__sound-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background var(--transition);background:#0000009e;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;bottom:16px;right:16px}.store-hero__sound-btn:hover{background:#000000c7}.store-hero__sound-btn svg{flex-shrink:0;width:18px;height:18px}.store-intro{width:100%;max-width:1200px;margin:0 auto;padding:28px 24px 0}.store-intro__title{letter-spacing:-.02em;color:var(--color-text);margin:0 0 10px;font-size:clamp(22px,3.2vw,30px);font-weight:700;line-height:1.25}.store-intro__text{max-width:62ch;color:var(--color-text-muted,#5c5c5c);margin:0;font-size:15px;line-height:1.55}.store{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px 64px}.store__title{letter-spacing:-.01em;color:var(--color-text);margin-bottom:16px;font-size:18px;font-weight:600}.refill-banner{border:1px solid #f0d4a8;border-left:4px solid var(--color-accent);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#fff8f0 0%,#fff4e6 100%);align-items:flex-start;gap:20px;margin-bottom:40px;padding:24px 28px;display:flex}.refill-banner__icon{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.refill-banner__icon svg{width:26px;height:26px}.refill-banner__content{flex:1;min-width:0}.refill-banner__title{color:var(--color-text);margin-bottom:8px;font-size:18px;font-weight:700}.refill-banner__text{color:var(--color-text-muted);margin-bottom:12px;font-size:14px;line-height:1.55}.refill-banner__text--short{display:none}.refill-banner__form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.refill-banner__btn{flex-shrink:0}.refill-banner__input{border-radius:var(--radius-sm);background:#fff;border:1px solid #e8c99a;flex:1;min-width:200px;padding:11px 14px;font-size:14px}.refill-banner__input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9781826}.refill-banner__message{border-radius:var(--radius-sm);margin-top:12px;padding:10px 14px;font-size:13px}.refill-banner__message--success{color:var(--color-success);background:var(--color-success-bg)}.refill-banner__message--error{color:var(--color-error);background:var(--color-error-bg)}.cart-item--gift{border-radius:var(--radius-sm);background:#fffaf5;margin:0 -8px;padding:14px 8px}.cart-item__gift-tag{color:var(--color-accent);background:#fff4e6;border-radius:99px;padding:4px 10px;font-size:12px;font-weight:600}.store__loading,.store__error,.store__empty{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 24px;display:flex}.store__error{color:var(--color-error)}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.product-card{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__image-wrap{aspect-ratio:1;background:#fafafa;overflow:hidden}.product-card__image-btn{cursor:pointer;text-align:left;border:none;width:100%;padding:0;display:block}.product-card__image-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__placeholder{width:100%;height:100%;color:var(--color-text-light);justify-content:center;align-items:center;display:flex}.product-card__placeholder svg{width:48px;height:48px}.product-card__body{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.product-card__name{font-size:15px;font-weight:600;line-height:1.3}.product-card__price{color:var(--color-text);font-size:16px;font-weight:700}.product-card__description{color:var(--color-text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card__btn{width:100%;margin-top:auto}.product-card__colors-hint{color:var(--color-text-muted);font-size:12px}.product-image{width:100%;height:100%;position:relative}.product-image__img,.summary-item__image{object-fit:cover;width:100%;height:100%;display:block}.product-card__image-skeleton,.product-image__skeleton,.cart-item__image-skeleton,.summary-item__image-skeleton,.color-modal__image-skeleton{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 50%,#f2f2f2 75%) 0 0/200% 100%;width:100%;height:100%;min-height:100%;animation:1.2s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card--skeleton{pointer-events:none}.product-card--skeleton:hover{box-shadow:none;transform:none}.product-card__skeleton-line{background:#ececec;border-radius:4px;height:12px}.product-card__skeleton-line--title{width:75%;height:14px}.product-card__skeleton-line--price{width:40%}.product-card__skeleton-line--text{width:92%}.product-card__skeleton-btn{border-radius:var(--radius-sm);background:#ececec;height:40px;margin-top:auto}.summary-item__image-wrap .product-image,.summary-item__image-wrap .product-image__img,.summary-item__image-wrap img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%}.cart-item__image-wrap .product-image,.cart-item__image-wrap .product-image__img{width:100%;height:100%}.color-modal__product .product-image{border-radius:var(--radius-sm);flex-shrink:0;width:72px;height:72px;overflow:hidden}.modal-overlay{z-index:300;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}.color-modal{z-index:301;background:var(--color-surface);border-radius:var(--radius-lg);width:min(420px,100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);padding:24px;animation:.22s modalIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}@keyframes modalIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.color-modal__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.color-modal__title{font-size:18px;font-weight:700}.color-modal__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.color-modal__close:hover{background:#f5f5f5}.color-modal__close svg{width:18px;height:18px}.color-modal__product{border-radius:var(--radius-md);background:#fafafa;align-items:center;gap:12px;margin-bottom:20px;padding:12px;display:flex}.color-modal__image{object-fit:cover;border-radius:var(--radius-sm);background:#fff;width:56px;height:56px}.color-modal__name{margin-bottom:2px;font-size:14px;font-weight:600}.color-modal__price{font-size:14px;font-weight:700}.color-modal__error{color:var(--color-error);margin-top:12px;font-size:13px}.color-modal__actions{gap:10px;margin-top:20px;display:flex}.color-modal__actions .btn{flex:1}.color-selector--modal .color-selector__options{gap:8px}.color-selector--modal .color-selector__option{padding:8px 14px 8px 8px;font-size:13px}.color-selector{flex-direction:column;gap:8px;display:flex}.color-selector__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.color-selector__options{flex-wrap:wrap;gap:6px;display:flex}.color-selector__option{border:1px solid var(--color-border);color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);background:#fff;border-radius:99px;align-items:center;gap:6px;padding:5px 10px 5px 6px;font-size:12px;display:inline-flex}.color-selector__option:hover{border-color:var(--color-accent)}.color-selector__option--selected{border-color:var(--color-accent);font-weight:600;box-shadow:0 0 0 2px #c9781833}.color-selector__swatch{border:1px solid #0000001f;border-radius:50%;flex-shrink:0;width:16px;height:16px}.color-selector__name{line-height:1}.cart-item__color,.summary-item__color{color:var(--color-text-muted);font-weight:500}.cart-overlay{z-index:200;background:#0006;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{width:min(var(--cart-width), calc(100vw - var(--cart-reveal)));max-width:calc(100vw - var(--cart-reveal));background:var(--color-surface);z-index:201;box-shadow:var(--shadow-lg);border-radius:var(--radius-lg) 0 0 var(--radius-lg);flex-direction:column;animation:.25s slideIn;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__header{border-bottom:1px solid var(--color-border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-drawer__title{font-size:18px;font-weight:700}.cart-drawer__close{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--color-text-muted);transition:background var(--transition);justify-content:center;align-items:center;display:flex}.cart-drawer__close:hover{background:#f5f5f5}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__empty{color:var(--color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 24px;display:flex}.cart-drawer__empty svg{opacity:.4;width:48px;height:48px}.cart-drawer__items{flex:1;padding:16px 24px;overflow-y:auto}.cart-drawer__footer{border-top:1px solid var(--color-border-light);flex-direction:column;flex-shrink:0;gap:12px;padding:20px 24px;display:flex}.cart-item{border-bottom:1px solid var(--color-border-light);gap:14px;padding:14px 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item__image-wrap{border-radius:var(--radius-sm);border:1px solid var(--color-border-light);background:#fafafa;flex-shrink:0;width:72px;height:72px;overflow:hidden}.cart-item__image{object-fit:cover;width:100%;height:100%}.cart-item__placeholder{background:#f0f0f0;width:100%;height:100%}.cart-item__details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-item__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.cart-item__name{font-size:14px;font-weight:600;line-height:1.3}.cart-item__remove{width:24px;height:24px;color:var(--color-text-light);transition:color var(--transition), background var(--transition);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cart-item__remove:hover{color:var(--color-error);background:var(--color-error-bg)}.cart-item__remove svg{width:14px;height:14px}.cart-item__unit-price{color:var(--color-text-muted);font-size:13px}.cart-item__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-item__line-total{font-size:14px;font-weight:700}.quantity-control{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.quantity-control__btn{width:32px;height:32px;color:var(--color-text);transition:background var(--transition);justify-content:center;align-items:center;font-size:16px;display:flex}.quantity-control__btn:hover:not(:disabled){background:#f5f5f5}.quantity-control__btn:disabled{opacity:.3;cursor:not-allowed}.quantity-control__value{text-align:center;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);width:32px;font-size:14px;font-weight:600;line-height:32px}.gift-card-form{gap:8px;display:flex}.gift-card-form__input{border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition);flex:1;padding:8px 12px;font-size:13px}.gift-card-form__input:focus{border-color:var(--color-accent);outline:none}.gift-card-form__message{border-radius:var(--radius-sm);padding:8px 12px;font-size:13px}.gift-card-form__message--success{color:var(--color-success);background:var(--color-success-bg)}.gift-card-form__message--error{color:var(--color-error);background:var(--color-error-bg)}.gift-card-applied{color:var(--color-success);background:var(--color-success-bg);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.gift-card-applied__remove{color:var(--color-text-muted);transition:color var(--transition);font-size:12px;text-decoration:underline}.gift-card-applied__remove:hover{color:var(--color-error)}.delivery-note{color:var(--color-text-muted);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);background:#fafafa;padding:10px 12px;font-size:12px;line-height:1.45}.cart-toast{z-index:200;color:#fff;border-radius:var(--radius-md);width:min(420px,100vw - 32px);box-shadow:var(--shadow-lg);background:#1a1a1a;align-items:center;gap:16px;padding:14px 16px;animation:.25s cart-toast-in;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.cart-toast__body{flex:1;min-width:0}.cart-toast__title{color:var(--color-accent-light);margin-bottom:2px;font-size:13px;font-weight:600}.cart-toast__name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.cart-toast__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cart-toast__link{color:#fff;border-radius:var(--radius-sm);transition:background var(--transition), border-color var(--transition);white-space:nowrap;border:1px solid #fff3;padding:8px 12px;font-size:13px;font-weight:600}.cart-toast__link:hover{background:#ffffff1a}.cart-toast__link--primary{background:var(--color-brand-bg);color:#fff;border-color:#0000}.cart-toast__link--primary:hover{background:var(--color-brand-bg-hover)}@keyframes cart-toast-in{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=480px){.cart-toast{flex-direction:column;align-items:stretch;gap:12px;bottom:16px}.cart-toast__actions{justify-content:stretch}.cart-toast__link{text-align:center;flex:1}}.cart-totals{flex-direction:column;gap:8px;display:flex}.cart-totals__row{color:var(--color-text-muted);justify-content:space-between;font-size:14px;display:flex}.cart-totals__row--discount{color:var(--color-success)}.cart-totals__row--total{color:var(--color-text);border-top:1px solid var(--color-border-light);padding-top:8px;font-size:16px;font-weight:700}.checkout{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:32px 24px 64px}.checkout--empty{justify-content:center;align-items:center;display:flex}.checkout__empty{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.checkout__header{margin-bottom:32px}.checkout__back{color:var(--color-text-muted);transition:color var(--transition);margin-bottom:12px;font-size:14px;display:inline-block}.checkout__back:hover{color:var(--color-accent)}.checkout__title{letter-spacing:-.02em;font-size:clamp(24px,4vw,32px);font-weight:700}.checkout__layout{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.checkout__section-title{border-bottom:1px solid var(--color-border-light);margin-bottom:20px;padding-bottom:12px;font-size:16px;font-weight:700}.checkout__form-section{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.checkout__summary{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);top:calc(var(--header-height) + 24px);flex-direction:column;gap:16px;padding:24px;display:flex;position:sticky}.checkout-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--color-text);font-size:13px;font-weight:600}.form-group--checkbox{margin-top:2px}.form-checkbox{cursor:pointer;color:var(--color-text);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.form-checkbox input[type=checkbox]{border:1px solid var(--color-border);width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;background:#fff;border-radius:4px;flex-shrink:0;margin:0;padding:0}.checkout-form__gift-card{border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:#fafafa;gap:12px;padding:16px}.checkout-form__gift-card .gift-card-form{gap:10px;display:flex}.checkout-form__gift-card .gift-card-form__input{background:#fff;padding:11px 14px;font-size:14px}.form-group input:not([type=checkbox]),.form-group textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);resize:vertical;background:#fafafa;padding:11px 14px}.form-group input:not([type=checkbox]):focus,.form-group textarea:focus{border-color:var(--color-accent);background:#fff;outline:none;box-shadow:0 0 0 3px #c978181f}.form-group input:not([type=checkbox]).input--error,.form-group textarea.input--error{border-color:var(--color-error);background:var(--color-error-bg)}.form-group input:not([type=checkbox])[readonly],.form-group input:not([type=checkbox]):read-only{background:var(--color-bg-muted,#f0f0f0);color:var(--color-text-muted,#666);cursor:not-allowed}.form-group input:not([type=checkbox])[readonly]:focus,.form-group input:not([type=checkbox]):read-only:focus{border-color:var(--color-border);box-shadow:none}.form-error{color:var(--color-error);font-size:12px}.checkout-form__submit{margin-top:8px}.summary-items{flex-direction:column;gap:12px;display:flex}.summary-item{align-items:flex-start;gap:12px;display:flex}.summary-item__image-wrap{flex-shrink:0;width:56px;height:56px;position:relative;overflow:visible}.summary-item__image-wrap img,.summary-item__placeholder{border-radius:var(--radius-sm);border:1px solid var(--color-border-light);object-fit:cover;width:100%;height:100%;display:block}.summary-item__image-wrap img{background:#fafafa}.summary-item__placeholder{background:#f0f0f0}.summary-item__qty{background:var(--color-primary);color:#fff;z-index:1;border-radius:99px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.summary-item__qty-text{color:var(--color-primary);flex-shrink:0;margin-right:4px;font-weight:700}.summary-item__details{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.summary-item__footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.summary-item__gift-tag{color:var(--color-text-muted);font-size:12px}.quantity-control--compact .quantity-control__btn{width:28px;height:28px;font-size:16px}.quantity-control--compact .quantity-control__value{width:28px;font-size:13px;line-height:28px}.summary-item__info{flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.summary-item__name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:14px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.summary-item__price{flex-shrink:0;font-size:14px;font-weight:600}@media (width<=900px){.checkout__layout{grid-template-columns:1fr}.checkout__summary{order:-1;position:static}}@media (width<=768px){.header__inner{grid-template-columns:auto 1fr auto;gap:10px;padding:0 16px}.header__center{max-width:none}.header__name{display:none}.store{padding:24px 16px 48px}.refill-banner{border-left-width:3px;flex-direction:row;align-items:center;gap:10px;margin-bottom:20px;padding:12px 14px}.refill-banner__icon{display:none}.refill-banner__title{margin-bottom:4px;font-size:14px}.refill-banner__text{margin-bottom:8px;font-size:12px;line-height:1.4}.refill-banner__text--full{display:none}.refill-banner__text--short{display:block}.refill-banner__form{flex-flow:row;gap:6px}.refill-banner__input{flex:1;width:auto;min-width:0;padding:8px 10px;font-size:13px}.refill-banner__form .btn,.refill-banner__btn{width:auto;padding:8px 12px;font-size:12px}.refill-banner__message{margin-top:8px;padding:8px 10px;font-size:12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.checkout{padding:24px 16px 48px}.checkout__form-section,.checkout__summary{padding:20px}}@media (width<=480px){.header__logo-img{max-width:min(180px,54vw);height:44px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__body{padding:12px}.product-card__name{font-size:13px}.product-card__price{font-size:14px}.btn{padding:10px 14px;font-size:13px}}.checkout__whatsapp-note{max-width:var(--content-max-width,960px);color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin:0 auto 16px;padding:12px 16px;font-size:14px}.checkout__whatsapp-note--error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.form-hint{color:#64748b;margin-top:6px;font-size:12px;display:block}.order-success{max-width:480px}.order-success__ref{margin:16px 0;font-size:18px}.order-success__whatsapp{margin:24px 0 12px}.order-success__back{margin-top:24px}.order-modal{z-index:301;background:var(--color-surface);border-radius:var(--radius-lg);width:min(440px,100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);padding:24px;animation:.22s modalIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.order-modal__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.order-modal__title{font-size:20px;font-weight:700;line-height:1.3}.order-modal__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.order-modal__close:hover{background:#f5f5f5}.order-modal__close svg{width:18px;height:18px}.order-modal__message{color:var(--color-text-muted);margin-bottom:16px;font-size:15px;line-height:1.55}.order-modal__total{margin-bottom:20px;font-size:16px}.order-modal__ref{color:var(--color-text-muted);margin-bottom:20px;font-size:14px}.order-modal__error{color:var(--color-error);margin-bottom:16px;font-size:14px}.order-modal__actions{justify-content:flex-end;gap:12px;display:flex}.order-modal__actions .btn--full{justify-content:center}.order-modal--success .order-modal__message{color:var(--color-text);text-align:center}.order-modal__success-icon{color:var(--color-success);justify-content:center;margin:8px 0 16px;display:flex}.order-modal__success-icon svg{width:56px;height:56px}.order-modal--success .order-modal__ref{text-align:center}.order-modal--success .order-modal__actions{margin-top:8px}@media (width<=480px){.order-modal__actions{flex-direction:column-reverse}.order-modal__actions .btn{width:100%}}.contact-page{flex:1;width:100%}.contact-banner{background:#f5f5f5;width:100%;max-height:min(42vw,420px);overflow:hidden}.contact-banner__image{object-fit:cover;object-position:center;width:100%;height:100%;max-height:min(42vw,420px)}.contact{max-width:760px;margin:0 auto;padding:32px 24px 64px}.contact__header{text-align:left;margin-bottom:32px}.contact__back{color:var(--color-text-muted);transition:color var(--transition);margin-bottom:16px;font-size:14px;display:inline-block}.contact__back:hover{color:var(--color-text)}.contact__title{margin-bottom:8px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.contact__intro{color:var(--color-text-muted);font-size:15px}.contact__info{flex-direction:column;gap:20px;display:flex}.contact__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact__map-wrap{flex-direction:column;grid-column:1/-1;gap:12px;display:flex}.contact__map-header{text-align:left}.contact__map-title{margin-bottom:4px;font-size:15px;font-weight:600}.contact__map-text{color:var(--color-text-muted);margin-bottom:6px;font-size:13px}.contact__map{border-radius:var(--radius-md);border:1px solid var(--color-border-light);background:#fafafa;width:100%;overflow:hidden}.contact__map iframe{border:0;width:100%;height:min(320px,55vw);display:block}.contact__card{border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:#fafafa;gap:16px;padding:20px;display:flex}.contact__card-icon{width:44px;height:44px;color:var(--color-whatsapp);background:#25d3661f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__card-icon svg{width:22px;height:22px}.contact__card-icon--muted,.contact__card-icon--email{color:var(--color-primary);background:#bd8c391f}.contact__card-icon--address{color:var(--color-text);background:#1a1a1a14}.contact__card-title{margin-bottom:4px;font-size:15px;font-weight:600}.contact__card-text{color:var(--color-text-muted);margin-bottom:6px;font-size:13px}.contact__card-link{color:var(--color-primary);font-size:14px;font-weight:600}.contact__card-link:hover{text-decoration:underline}.contact__card-link--static{color:var(--color-text);font-weight:500}.contact__card-link--static:hover{text-decoration:none}.contact__card-link--address{max-width:240px;line-height:1.45;display:inline-block}.contact__whatsapp-btn{margin-top:8px}@media (width<=768px){.contact{padding:24px 16px 48px}.contact__cards{grid-template-columns:1fr}.contact-banner,.contact-banner__image{max-height:min(50vw,280px)}}.splash{z-index:9999;background:#f5f5f5;justify-content:center;align-items:center;animation:.5s both splash-enter;display:flex;position:fixed;inset:0;overflow:hidden}.splash--exit{pointer-events:none;animation:.65s cubic-bezier(.4,0,.2,1) forwards splash-exit}.splash__content{text-align:center;flex-direction:column;align-items:center;gap:32px;padding:24px;animation:.7s cubic-bezier(.22,1,.36,1) both splash-content-in;display:flex}.splash__logo{object-fit:contain;width:min(280px,72vw);height:auto;animation:.7s cubic-bezier(.22,1,.36,1) 50ms both splash-logo-in}.splash__loader{background:#00000014;border-radius:99px;width:min(160px,40vw);height:3px;animation:.6s .3s both splash-text-in;overflow:hidden}.splash__loader-bar{border-radius:inherit;background:#1a1a1a;width:40%;height:100%;animation:1.1s ease-in-out infinite splash-bar-slide;display:block}@keyframes splash-enter{0%{opacity:0}to{opacity:1}}@keyframes splash-exit{0%{opacity:1}to{opacity:0}}@keyframes splash-content-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-logo-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes splash-text-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-bar-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media (prefers-reduced-motion:reduce){.splash,.splash__content,.splash__logo,.splash__loader,.splash__loader-bar{animation:none!important}.splash__loader-bar{opacity:.35;width:100%}.splash--exit{opacity:0;transition:opacity .3s}}
