@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700;800&display=swap";
.storefront-module__9h3QAa__container{--primary:#ff6a00;--card-bg:#1c1c1c;--bg-opacity:.1;--bg-image-custom:none;color:#fff;min-height:100dvh;padding-bottom:calc(100px + env(safe-area-inset-bottom));background-color:#0c0c0c;font-family:Syne,sans-serif;position:relative}.storefront-module__9h3QAa__ambientBg{background-image:var(--bg-image-custom);opacity:var(--bg-opacity);z-index:0;pointer-events:none;filter:blur(40px);background-position:50%;background-size:cover;position:fixed;inset:0}.storefront-module__9h3QAa__skeleton{background:linear-gradient(90deg,#1c1c1c 25%,#2a2a2a 50%,#1c1c1c 75%) 0 0/200% 100%;animation:1.5s infinite storefront-module__9h3QAa__skeleton-loading}@keyframes storefront-module__9h3QAa__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.storefront-module__9h3QAa__mainWrapper{z-index:1;width:100%;max-width:650px;margin:0 auto;padding:0 20px;position:relative}@media (min-width:1024px){.storefront-module__9h3QAa__mainWrapper{max-width:1200px;padding:0 40px}}.storefront-module__9h3QAa__heroContainer{background:#000;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.storefront-module__9h3QAa__heroBanner{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.storefront-module__9h3QAa__heroBanner img{object-fit:cover;opacity:.7;width:100%;height:100%}.storefront-module__9h3QAa__heroOverlay{z-index:2;background:linear-gradient(#00000080 0%,#0003 30%,#00000080 75%,#0c0c0c 100%);position:absolute;inset:0}.storefront-module__9h3QAa__header{z-index:10;padding:30px 20px;padding-top:calc(15px + env(safe-area-inset-top));flex-direction:column;gap:20px;max-width:1200px;margin:0 auto;transition:all .4s;display:flex;position:relative}.storefront-module__9h3QAa__header.storefront-module__9h3QAa__hasBanner{padding-top:30px}@media (min-width:1024px){.storefront-module__9h3QAa__heroContainer{height:420px;margin-bottom:-60px}.storefront-module__9h3QAa__header{flex-direction:column;align-items:flex-start;padding:40px}.storefront-module__9h3QAa__header.storefront-module__9h3QAa__hasBanner{padding-top:50px}}@media (max-width:1024px){.storefront-module__9h3QAa__heroContainer{height:320px}}@media (max-width:480px){.storefront-module__9h3QAa__heroContainer{height:240px}}.storefront-module__9h3QAa__headerTop{flex-direction:column;gap:16px;width:100%;display:flex}.storefront-module__9h3QAa__headerActions{align-items:center;gap:12px;width:100%;display:flex}.storefront-module__9h3QAa__brand{align-items:center;gap:16px;display:flex}.storefront-module__9h3QAa__logoContainer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1c1c1c99;border:2px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080,0 0 20px #0000004d}.storefront-module__9h3QAa__logoContainer:hover{transform:scale(1.05)}@media (min-width:1024px){.storefront-module__9h3QAa__logoContainer{border-radius:32px;width:120px;height:120px}}.storefront-module__9h3QAa__logo{object-fit:cover;width:100%;height:100%}.storefront-module__9h3QAa__storeName{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 12px #000c,0 0 20px #0006;margin-bottom:2px;font-size:20px;font-weight:800}.storefront-module__9h3QAa__descriptionWrapper{width:100%;margin-top:8px}.storefront-module__9h3QAa__storeDescription{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:3px solid var(--primary);background:#0003;border-radius:14px;max-width:850px;padding:12px 20px;font-size:13.5px;font-weight:400;line-height:1.6}@media (min-width:1024px){.storefront-module__9h3QAa__headerTop{flex-direction:row;justify-content:space-between;align-items:center}.storefront-module__9h3QAa__headerActions{width:auto;min-width:450px}.storefront-module__9h3QAa__storeName{font-size:32px}.storefront-module__9h3QAa__storeDescription{max-width:800px;font-size:15px}}.storefront-module__9h3QAa__status{color:#10b981;text-shadow:0 2px 8px #0009;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.storefront-module__9h3QAa__deliveryInfo{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.storefront-module__9h3QAa__infoBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:all .3s;display:flex}.storefront-module__9h3QAa__infoBadge:hover{border-color:var(--primary);background:#ffffff14;transform:translateY(-2px)}.storefront-module__9h3QAa__infoIcon{font-size:14px}.storefront-module__9h3QAa__infoLabel{color:#ffffff80;font-weight:500}.storefront-module__9h3QAa__infoValue{color:#fff;font-weight:700}.storefront-module__9h3QAa__freeShipping{color:#10b981;font-weight:800}.storefront-module__9h3QAa__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite storefront-module__9h3QAa__pulseStatus;box-shadow:0 0 12px #10b981}@keyframes storefront-module__9h3QAa__pulseStatus{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.storefront-module__9h3QAa__searchWrapper{z-index:11;flex:1;max-width:450px;position:relative}.storefront-module__9h3QAa__searchInput{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;outline:none;width:100%;padding:14px 20px 14px 48px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0003}.storefront-module__9h3QAa__searchInput:focus{border-color:var(--primary);background:#ffffff14;transform:translateY(-2px);box-shadow:0 0 20px #ff6a001a}.storefront-module__9h3QAa__searchIcon{color:#ffffff80;pointer-events:none;font-size:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.storefront-module__9h3QAa__categoriesBar{z-index:50;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0c0c0cd9;border-bottom:1px solid #ffffff0d;margin-bottom:20px;position:sticky;top:0}.storefront-module__9h3QAa__categoriesScroll{scrollbar-width:none;gap:12px;max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;overflow-x:auto}.storefront-module__9h3QAa__categoryItem{color:#888;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #ffffff08;border-radius:50px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .3s}.storefront-module__9h3QAa__categoryItem:hover{color:#fff;background:#1c1c1c}.storefront-module__9h3QAa__categoryItem.storefront-module__9h3QAa__active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 8px 25px color-mix(in srgb, var(--primary), transparent 70%);transform:scale(1.05)}.storefront-module__9h3QAa__categoryItem:active{transform:scale(.92)}.storefront-module__9h3QAa__sectionTitle{letter-spacing:-1px;text-align:left;margin:40px 0 30px;font-size:24px;font-weight:800;line-height:1.6;display:block;overflow:visible;color:#fff!important}.storefront-module__9h3QAa__categorySection{padding-top:20px;scroll-margin-top:220px}@media (min-width:1024px){.storefront-module__9h3QAa__sectionTitle{font-size:38px}.storefront-module__9h3QAa__categorySection{scroll-margin-top:260px}}.storefront-module__9h3QAa__favoritesScroll{scrollbar-width:none;gap:15px;padding-bottom:20px;display:flex;overflow-x:auto}.storefront-module__9h3QAa__favCard{background:var(--card-bg);cursor:pointer;border:1px solid #ffffff05;border-radius:20px;align-items:center;gap:15px;min-width:260px;height:100px;padding:10px;transition:all .3s;display:flex}.storefront-module__9h3QAa__favCard:hover{border-color:#ffffff15;transform:translateY(-5px)}.storefront-module__9h3QAa__favCard img{object-fit:cover;border-radius:14px;width:80px;height:80px}.storefront-module__9h3QAa__favName{white-space:nowrap;text-overflow:ellipsis;max-width:140px;margin-bottom:4px;font-size:15px;font-weight:700;overflow:hidden}.storefront-module__9h3QAa__favPrice{align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.storefront-module__9h3QAa__oldPrice{color:#ffffff4d;font-size:11px;font-weight:500;text-decoration:line-through}.storefront-module__9h3QAa__salePrice{color:var(--primary);text-shadow:0 0 10px #ff6a0033;font-weight:900}.storefront-module__9h3QAa__promoBadgeMini{color:#000;z-index:5;text-transform:uppercase;background:#ffab00;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:900;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 10px #ffab004d}.storefront-module__9h3QAa__featuredGrid{scrollbar-width:none;gap:15px;margin:0 -20px;padding:10px 20px 30px;display:flex;overflow-x:auto}.storefront-module__9h3QAa__activeTitle{animation:1.2s cubic-bezier(.23,1,.32,1) storefront-module__9h3QAa__titlePulse;display:inline-block;position:relative}@keyframes storefront-module__9h3QAa__titlePulse{0%{filter:brightness();transform:scale(1)}30%{filter:brightness(1.5) drop-shadow(0 0 15px var(--primary));transform:scale(1.08)}to{filter:brightness();transform:scale(1)}}.storefront-module__9h3QAa__featuredGrid::-webkit-scrollbar{display:none}.storefront-module__9h3QAa__sectionHeader{justify-content:space-between;align-items:center;margin:40px 0 10px;display:flex}.storefront-module__9h3QAa__viewMoreBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:700;transition:all .3s}.storefront-module__9h3QAa__viewMoreBtn:hover{filter:brightness(1.2)}@media (min-width:1024px){.storefront-module__9h3QAa__featuredGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;grid-auto-flow:dense;gap:25px;width:100%;display:grid;overflow:visible}.storefront-module__9h3QAa__featuredCard{flex-shrink:1;grid-area:span 1/span 1;width:100%}.storefront-module__9h3QAa__featuredCardFull{grid-area:span 2/span 4}.storefront-module__9h3QAa__featuredCardHalf,.storefront-module__9h3QAa__featuredCardHero{grid-area:span 2/span 2}.storefront-module__9h3QAa__featuredCardFull .storefront-module__9h3QAa__featuredImage,.storefront-module__9h3QAa__featuredCardHalf .storefront-module__9h3QAa__featuredImage,.storefront-module__9h3QAa__featuredCardHero .storefront-module__9h3QAa__featuredImage{z-index:1;height:100%;position:absolute;inset:0}.storefront-module__9h3QAa__featuredCardFull .storefront-module__9h3QAa__featuredContent,.storefront-module__9h3QAa__featuredCardHalf .storefront-module__9h3QAa__featuredContent,.storefront-module__9h3QAa__featuredCardHero .storefront-module__9h3QAa__featuredContent{z-index:5;background:linear-gradient(#0000 0%,#0006 50%,#000000f2 100%);padding:30px;position:absolute;bottom:0;left:0;right:0}}.storefront-module__9h3QAa__featuredBadgeMiniList{color:#fff;z-index:10;background:#f60;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;animation:2s infinite storefront-module__9h3QAa__pulse;position:absolute;top:10px;left:10px;box-shadow:0 4px 10px #f606}.storefront-module__9h3QAa__mainTitle{background:linear-gradient(135deg,#fff 0%,#f60 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}@keyframes storefront-module__9h3QAa__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.storefront-module__9h3QAa__featuredCard{background:var(--card-bg);border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;flex-shrink:0;width:100%;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.storefront-module__9h3QAa__featuredCard:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #0009}.storefront-module__9h3QAa__featuredImage{width:100%;height:100%;position:relative}.storefront-module__9h3QAa__featuredImage img{object-fit:cover;width:100%;height:100%;transition:all .6s}.storefront-module__9h3QAa__featuredCard:hover .storefront-module__9h3QAa__featuredImage img{transform:scale(1.1)}.storefront-module__9h3QAa__featuredBadge{background:var(--primary);color:#000;text-transform:uppercase;z-index:10;border-radius:100px;align-items:center;gap:5px;padding:6px 14px;font-size:10px;font-weight:900;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 4px 15px #ff6a0066}@media (min-width:1024px){.storefront-module__9h3QAa__featuredCardHero .storefront-module__9h3QAa__featuredContent{padding:30px}.storefront-module__9h3QAa__featuredCardHero .storefront-module__9h3QAa__featuredName{margin-bottom:10px;font-size:28px}.storefront-module__9h3QAa__featuredCardHero .storefront-module__9h3QAa__featuredPrice{font-size:24px}}.storefront-module__9h3QAa__featuredContent{z-index:5;background:linear-gradient(#0000 0%,#0006 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:20px;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.storefront-module__9h3QAa__featuredCard:hover .storefront-module__9h3QAa__featuredContent{background:linear-gradient(#0000 0%,#00000080 30%,#000 100%)}.storefront-module__9h3QAa__featuredName{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:5px;font-size:18px;font-weight:800}.storefront-module__9h3QAa__featuredCard:not(.storefront-module__9h3QAa__featuredCardHero) .storefront-module__9h3QAa__productDescription{-webkit-line-clamp:1;line-clamp:1;height:auto;margin-bottom:8px;font-size:11px;display:-webkit-box}.storefront-module__9h3QAa__featuredPrice{color:var(--primary);align-items:center;gap:12px;font-size:18px;font-weight:900;display:flex}.storefront-module__9h3QAa__featuredFooter{justify-content:space-between;align-items:flex-end;display:flex}.storefront-module__9h3QAa__featuredAddBtn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;font-weight:900;transition:all .3s;display:flex;box-shadow:0 4px 15px #ff6a004d}.storefront-module__9h3QAa__featuredAddBtn:hover{filter:brightness(1.1);transform:scale(1.1)}.storefront-module__9h3QAa__featuredPrice .storefront-module__9h3QAa__oldPrice{opacity:.5;font-size:14px}.storefront-module__9h3QAa__productsGrid{grid-template-columns:1fr 1fr;gap:15px;display:grid}@media (min-width:1024px){.storefront-module__9h3QAa__productsGrid{grid-template-columns:repeat(4,1fr);gap:25px;width:100%}}.storefront-module__9h3QAa__productCard{background:var(--card-bg);border:1px solid #ffffff05;border-radius:22px;transition:all .4s cubic-bezier(.23,1,.32,1);overflow:hidden}.storefront-module__9h3QAa__productCard:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #0006}.storefront-module__9h3QAa__productImageContainer{width:100%;position:relative;overflow:hidden}.storefront-module__9h3QAa__productImage{object-fit:cover;width:100%;height:160px;transition:all .5s}.storefront-module__9h3QAa__productCard:hover .storefront-module__9h3QAa__productImage{transform:scale(1.1)}.storefront-module__9h3QAa__addButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:40px;height:40px;font-size:24px;font-weight:800;transition:all .2s;position:absolute;bottom:15px;right:15px;box-shadow:0 8px 20px #0000004d}.storefront-module__9h3QAa__addButton:active{transform:scale(.9)}.storefront-module__9h3QAa__productContent{padding:18px}.storefront-module__9h3QAa__productName{color:#fff;margin-bottom:6px;font-size:16px;font-weight:700}.storefront-module__9h3QAa__productDescription{color:#777;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:36px;margin-bottom:15px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.storefront-module__9h3QAa__productPrice{align-items:center;gap:8px;font-size:15px;font-weight:800;display:flex}.storefront-module__9h3QAa__productPrice .storefront-module__9h3QAa__oldPrice{opacity:.4;font-size:11px;text-decoration:line-through}.storefront-module__9h3QAa__productPrice .storefront-module__9h3QAa__salePrice{color:var(--primary);font-weight:900}.storefront-module__9h3QAa__badgeFlame{color:#000;text-transform:uppercase;background:#ffab00;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:900}.storefront-module__9h3QAa__cartBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:94%;max-width:600px;padding:15px 25px;padding-bottom:calc(15px + env(safe-area-inset-bottom,5px));z-index:100;bottom:30px;left:50%;bottom:max(20px, env(safe-area-inset-bottom));background:#141414f2;border:1px solid #ffffff1a;border-radius:24px;justify-content:space-between;align-items:center;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 30px 60px #000c}.storefront-module__9h3QAa__checkoutBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:16px;padding:14px 30px;font-size:15px;font-weight:800;transition:all .3s}.storefront-module__9h3QAa__checkoutBtn:hover{filter:brightness(1.1);transform:scale(1.05)}.storefront-module__9h3QAa__configPanel{position:fixed;top:120px;right:30px}.storefront-module__9h3QAa__statusDotClosed{background:#ef4444;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #ef4444}.storefront-module__9h3QAa__closedBanner{text-align:center;color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;margin-bottom:20px;padding:12px;font-weight:600}.storefront-module__9h3QAa__scheduledBanner{text-align:center;color:var(--primary);background:#ff6a001a;border:1px solid #ff6a0033;border-radius:12px;margin-bottom:20px;padding:12px;font-weight:600;box-shadow:0 0 20px #ff6a000d}.storefront-module__9h3QAa__closedBanner{color:#f87171;text-align:center;background:#dc26261a;border:1px solid #dc262633;border-radius:12px;max-width:1200px;margin:20px auto;padding:12px 20px;font-size:14px;font-weight:600}
.product-modal-module__XFR62q__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0b0c0866;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex;position:fixed;top:0;left:0}.product-modal-module__XFR62q__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:500px;height:85dvh;max-height:800px;font-family:var(--font-outfit), "Outfit", sans-serif;background:#121210e6;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;animation:.4s cubic-bezier(.34,1.56,.64,1) product-modal-module__XFR62q__modalPop;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}@keyframes product-modal-module__XFR62q__modalPop{0%{opacity:0;transform:scale(.9)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.product-modal-module__XFR62q__closeBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.product-modal-module__XFR62q__closeBtn:hover{background:#ffffff1a;transform:scale(1.1)}.product-modal-module__XFR62q__grabBar{background:#fff3;border-radius:2px;width:40px;height:4px;margin:12px auto 0;display:none}.product-modal-module__XFR62q__content{flex:1;overflow-y:auto}.product-modal-module__XFR62q__content::-webkit-scrollbar{width:6px}.product-modal-module__XFR62q__content::-webkit-scrollbar-track{background:0 0}.product-modal-module__XFR62q__content::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:10px}.product-modal-module__XFR62q__content::-webkit-scrollbar-thumb:hover{background-color:#fff3}.product-modal-module__XFR62q__productHeader{margin-bottom:32px;position:relative}.product-modal-module__XFR62q__heroImg{object-fit:cover;width:100%;height:200px}.product-modal-module__XFR62q__headerInfo{padding:32px 32px 0}.product-modal-module__XFR62q__title{color:#fff;letter-spacing:-.5px;margin-bottom:6px;font-size:24px;font-weight:800;line-height:1.2}.product-modal-module__XFR62q__description{color:#94a3b8;font-size:14px;font-weight:400;line-height:1.5}.product-modal-module__XFR62q__groupsScroll{padding:0 32px 32px}.product-modal-module__XFR62q__groupSection{border-top:1px solid #ffffff0d;margin-top:32px;padding-top:32px}.product-modal-module__XFR62q__groupHeader{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.product-modal-module__XFR62q__groupName{color:#fff;margin-bottom:4px;font-size:17px;font-weight:700}.product-modal-module__XFR62q__groupLimits{color:#64748b;font-size:13px;font-weight:500}.product-modal-module__XFR62q__badgeCheck{color:#fff;background:#4ade80;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex;box-shadow:0 4px 10px #4ade804d}.product-modal-module__XFR62q__complementsList{flex-direction:column;gap:12px;display:flex}.product-modal-module__XFR62q__complementItem{cursor:pointer;background:#ffffff08;border:1px solid #ffffff05;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s;display:flex}.product-modal-module__XFR62q__complementItem:hover{background:#ffffff0f;border-color:#ffffff1a}.product-modal-module__XFR62q__complementItem.product-modal-module__XFR62q__selected{border-color:var(--primary-color,#88b220);background:#ffffff0d;box-shadow:0 4px 15px #0003}.product-modal-module__XFR62q__compInfo{flex-direction:column;gap:4px;display:flex}.product-modal-module__XFR62q__compName{color:#fff;font-size:15px;font-weight:600}.product-modal-module__XFR62q__compPrice{color:var(--primary-color,#88b220);font-size:14px;font-weight:700}.product-modal-module__XFR62q__checkbox{border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.product-modal-module__XFR62q__complementItem.product-modal-module__XFR62q__selected .product-modal-module__XFR62q__checkbox{background:var(--primary-color,#88b220);border-color:var(--primary-color,#88b220)}.product-modal-module__XFR62q__checkInner{background:#fff;border-radius:2px;width:10px;height:10px}.product-modal-module__XFR62q__observationArea{resize:none;color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;width:100%;height:100px;margin-top:12px;padding:16px;font-family:inherit;font-size:16px;transition:all .2s}.product-modal-module__XFR62q__observationArea:focus{border-color:var(--primary-color,#88b220);background:#ffffff0d;outline:none}.product-modal-module__XFR62q__footer{padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom,8px));background:#121210fa;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:12px;display:flex}.product-modal-module__XFR62q__qtyContainer{background:#ffffff0a;border-radius:10px;align-items:center;gap:8px;padding:4px;display:flex}.product-modal-module__XFR62q__qtyBtn{cursor:pointer;color:#fff;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.product-modal-module__XFR62q__qtyBtn:hover{background:#fff3}.product-modal-module__XFR62q__qtyValue{color:#fff;text-align:center;min-width:12px;font-size:14px;font-weight:700}.product-modal-module__XFR62q__addBtnContent{justify-content:space-between;align-items:center;width:100%;padding:4px 8px;display:flex}.product-modal-module__XFR62q__btnPrice{background:#00000026;border-radius:6px;padding:3px 8px;font-size:13px;font-weight:700}.product-modal-module__XFR62q__addBtn{background:var(--primary-color,#88b220);color:#fff;cursor:pointer;border:none;border-radius:14px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0003}.product-modal-module__XFR62q__addBtn:hover{background:#0b0c08;transform:translateY(-4px);box-shadow:0 15px 35px #0003}@media (max-width:768px){.product-modal-module__XFR62q__overlay{align-items:flex-end;padding:0}.product-modal-module__XFR62q__modal{border-radius:32px 32px 0 0;height:95dvh;max-height:none}.product-modal-module__XFR62q__grabBar{display:block}.product-modal-module__XFR62q__closeBtn{top:24px;right:24px}.product-modal-module__XFR62q__heroImg{height:200px}.product-modal-module__XFR62q__title{font-size:24px}.product-modal-module__XFR62q__headerInfo{padding:24px 24px 0}.product-modal-module__XFR62q__groupsScroll{padding:0 24px 24px}}
.checkout-drawer-module__7SSUQW__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3000;background:#0b0c0866;width:100%;height:100%;position:fixed;top:0;left:0}.checkout-drawer-module__7SSUQW__drawer{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);width:100%;max-width:480px;height:100%;font-family:var(--font-outfit), "Outfit", sans-serif;background:#121210e6;border-left:1px solid #ffffff14;flex-direction:column;animation:.5s cubic-bezier(.16,1,.3,1) checkout-drawer-module__7SSUQW__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-20px 0 60px #00000080}@keyframes checkout-drawer-module__7SSUQW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.checkout-drawer-module__7SSUQW__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.checkout-drawer-module__7SSUQW__header h2{color:#fff;letter-spacing:-.5px;font-size:24px;font-weight:800}.checkout-drawer-module__7SSUQW__closeBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;transition:all .2s;display:flex}.checkout-drawer-module__7SSUQW__closeBtn:hover{background:#e5e7eb;transform:rotate(90deg)}.checkout-drawer-module__7SSUQW__content{flex:1;padding:32px;overflow-y:auto}.checkout-drawer-module__7SSUQW__content::-webkit-scrollbar{width:6px}.checkout-drawer-module__7SSUQW__content::-webkit-scrollbar-track{background:0 0}.checkout-drawer-module__7SSUQW__content::-webkit-scrollbar-thumb{background-color:#ffffff40;background-clip:padding-box;border:1.5px solid #0000;border-radius:10px}.checkout-drawer-module__7SSUQW__content::-webkit-scrollbar-thumb:hover{background-color:#fff6}.checkout-drawer-module__7SSUQW__section{margin-bottom:48px}.checkout-drawer-module__7SSUQW__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:12px;margin-bottom:24px;font-size:15px;font-weight:700;display:flex}.checkout-drawer-module__7SSUQW__sectionTitle:after{content:"";background:#ffffff0d;flex:1;height:1px}.checkout-drawer-module__7SSUQW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.checkout-drawer-module__7SSUQW__sectionHeader .checkout-drawer-module__7SSUQW__sectionTitle{margin-bottom:0}.checkout-drawer-module__7SSUQW__clearBtn{color:#f87171;cursor:pointer;opacity:.8;background:0 0;border:none;font-size:12px;font-weight:700;transition:all .2s}.checkout-drawer-module__7SSUQW__clearBtn:hover{opacity:1;text-decoration:underline}.checkout-drawer-module__7SSUQW__cartItem{background:#ffffff08;border:1px solid #ffffff0a;border-radius:14px;justify-content:space-between;align-items:flex-start;margin-bottom:8px;padding:14px 16px;display:flex}.checkout-drawer-module__7SSUQW__itemInfo h4{color:#fff;margin-bottom:4px;font-size:15px;font-weight:700}.checkout-drawer-module__7SSUQW__itemComplements{color:#94a3b8;font-size:12px;font-weight:500}.checkout-drawer-module__7SSUQW__itemPrice{color:#fff;font-size:15px;font-weight:700}.checkout-drawer-module__7SSUQW__inputGroup{margin-bottom:20px}.checkout-drawer-module__7SSUQW__inputGroup label{color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;margin-left:4px;font-size:12px;font-weight:700;display:block}.checkout-drawer-module__7SSUQW__input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:16px;font-weight:500;transition:all .2s}.checkout-drawer-module__7SSUQW__input:focus{border-color:var(--primary-color,#88b220);background:#ffffff0f;outline:none}.checkout-drawer-module__7SSUQW__typeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checkout-drawer-module__7SSUQW__typeOption{text-align:center;cursor:pointer;color:#94a3b8;background:#ffffff08;border:1px solid #ffffff0d;border-radius:14px;padding:14px;font-size:14px;font-weight:700;transition:all .2s}.checkout-drawer-module__7SSUQW__typeOption.checkout-drawer-module__7SSUQW__active{border-color:var(--primary-color,#88b220);color:var(--primary-color,#88b220);background:#ffffff0f}.checkout-drawer-module__7SSUQW__couponGroup{gap:12px;display:flex}.checkout-drawer-module__7SSUQW__applyBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:0 16px;font-size:13px;font-weight:800;transition:all .2s}.checkout-drawer-module__7SSUQW__applyBtn:hover{background:#111827}.checkout-drawer-module__7SSUQW__footer{padding:20px 24px;padding-bottom:calc(20px + env(safe-area-inset-bottom,12px));background:#121210fa;border-top:1px solid #ffffff0d}.checkout-drawer-module__7SSUQW__summaryRow{color:#94a3b8;justify-content:space-between;margin-bottom:10px;font-size:14px;font-weight:600;display:flex}.checkout-drawer-module__7SSUQW__total{color:#fff;border-top:1px dashed #ffffff1a;margin-top:16px;padding-top:16px;font-size:20px;font-weight:800}.checkout-drawer-module__7SSUQW__finishBtn{background:var(--primary-color,#88b220);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:16px;padding:12px;font-size:14px;font-weight:800;transition:all .3s;box-shadow:0 4px 12px #0000004d}.checkout-drawer-module__7SSUQW__finishBtn:hover:not(:disabled){color:#000;background:#fff;transform:translateY(-2px)}.checkout-drawer-module__7SSUQW__finishBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;background:#d1d5db}.checkout-drawer-module__7SSUQW__closedAlert{color:#fcd34d;background:#fcd34d1a;border:1px solid #fcd34d33;border-radius:12px;margin-bottom:24px;padding:14px;font-size:13px;font-weight:700}.checkout-drawer-module__7SSUQW__scheduledAlert{color:var(--primary-color,#88b220);background:#88b2201a;border:1px solid #88b22033;border-radius:12px;margin-bottom:24px;padding:14px;font-size:13px;font-weight:700}.checkout-drawer-module__7SSUQW__freeShippingProgress{background:#ffffff08;border:1px solid #ffffff0d;border-radius:14px;margin-bottom:24px;padding:16px}.checkout-drawer-module__7SSUQW__progressText{justify-content:space-between;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.checkout-drawer-module__7SSUQW__progressBar{background:#ffffff0d;border-radius:4px;height:8px;overflow:hidden}.checkout-drawer-module__7SSUQW__progressFill{background:linear-gradient(90deg, var(--primary-color,#88b220), #10b981);height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.checkout-drawer-module__7SSUQW__badgeFree{color:#000;text-transform:uppercase;background:#10b981;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:10px;font-weight:900}@media (max-width:640px){.checkout-drawer-module__7SSUQW__drawer{max-width:100%}.checkout-drawer-module__7SSUQW__header,.checkout-drawer-module__7SSUQW__content,.checkout-drawer-module__7SSUQW__footer{padding:24px}}
.customer-drawer-module__ZeGwwq__overlay{-webkit-backdrop-filter:blur(12px);z-index:2000;background:#0006;animation:.3s ease-out customer-drawer-module__ZeGwwq__fadeIn;position:fixed;inset:0}@keyframes customer-drawer-module__ZeGwwq__fadeIn{0%{opacity:0}to{opacity:1}}.customer-drawer-module__ZeGwwq__drawer{-webkit-backdrop-filter:blur(20px);width:100%;max-width:480px;font-family:var(--font-outfit), sans-serif;background:#fffffff2;flex-direction:column;animation:.4s cubic-bezier(.165,.84,.44,1) customer-drawer-module__ZeGwwq__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 50px #00000026}@keyframes customer-drawer-module__ZeGwwq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.customer-drawer-module__ZeGwwq__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:32px;display:flex}.customer-drawer-module__ZeGwwq__header h2{color:#111827;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:900}.customer-drawer-module__ZeGwwq__closeButton,.customer-drawer-module__ZeGwwq__backButton{cursor:pointer;color:#4b5563;background:#f3f4f6;border:none;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.customer-drawer-module__ZeGwwq__phoneInputBox{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;margin-bottom:12px;padding:0 12px;transition:border-color .2s;display:flex}.customer-drawer-module__ZeGwwq__phoneInputBox:focus-within{border-color:#3b82f6}.customer-drawer-module__ZeGwwq__phoneInputBox input{flex:1;background:0 0!important;border:none!important;margin-bottom:0!important}.customer-drawer-module__ZeGwwq__phoneIcon{opacity:.7;margin-right:8px;font-size:1.2rem}.customer-drawer-module__ZeGwwq__tabsContainer{background:#ffffff08;border-bottom:1px solid #ffffff0d;gap:8px;margin-bottom:16px;padding:16px;display:flex}.customer-drawer-module__ZeGwwq__tabButton{color:#a0a0a0;background:0 0;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.85rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.customer-drawer-module__ZeGwwq__tabButton:hover{color:#fff;background:#ffffff0d}.customer-drawer-module__ZeGwwq__tabButtonActive{color:#fff;background:#ffffff14;border-color:#ffffff1a;box-shadow:0 4px 12px #0003}.customer-drawer-module__ZeGwwq__ordersList{flex-direction:column;gap:12px;padding:0 16px 24px;display:flex}.customer-drawer-module__ZeGwwq__orderCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:16px;transition:transform .2s}.customer-drawer-module__ZeGwwq__orderHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.customer-drawer-module__ZeGwwq__orderId{color:#fff;font-size:.9rem;font-weight:600}.customer-drawer-module__ZeGwwq__orderDate{color:gray;font-size:.75rem}.customer-drawer-module__ZeGwwq__orderStatus{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:600}.customer-drawer-module__ZeGwwq__status-completed{color:#22c55e;background:#22c55e1a}.customer-drawer-module__ZeGwwq__status-pending{color:#eab308;background:#eab3081a}.customer-drawer-module__ZeGwwq__reorderButton{color:#fff;background:#3b82f6;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:10px;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.customer-drawer-module__ZeGwwq__reorderButton:hover{background:#2563eb}.customer-drawer-module__ZeGwwq__favoritesGrid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px 24px;display:grid}.customer-drawer-module__ZeGwwq__favoriteCard{background:#2d2d2d80;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.customer-drawer-module__ZeGwwq__favoriteImage{object-fit:cover;background:#1a1a1a;width:100%;height:100px}.customer-drawer-module__ZeGwwq__favoriteInfo{padding:10px}.customer-drawer-module__ZeGwwq__favoriteName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.85rem;font-weight:600;overflow:hidden}.customer-drawer-module__ZeGwwq__favoritePrice{color:#3b82f6;font-size:.9rem;font-weight:700}.customer-drawer-module__ZeGwwq__closeButton:hover,.customer-drawer-module__ZeGwwq__backButton:hover{background:#e5e7eb;transform:scale(1.05)}.customer-drawer-module__ZeGwwq__content{scrollbar-width:none;flex:1;padding:32px;overflow-y:auto}.customer-drawer-module__ZeGwwq__content::-webkit-scrollbar{display:none}.customer-drawer-module__ZeGwwq__authForm,.customer-drawer-module__ZeGwwq__addressForm{flex-direction:column;gap:20px;display:flex}.customer-drawer-module__ZeGwwq__authForm h3{color:#111827;letter-spacing:-.8px;margin-bottom:8px;font-size:28px;font-weight:900}.customer-drawer-module__ZeGwwq__authForm input,.customer-drawer-module__ZeGwwq__addressForm input,.customer-drawer-module__ZeGwwq__authForm select{background:#f9fafb;border:2px solid #f3f4f6;border-radius:18px;padding:16px 20px;font-size:15px;font-weight:600;transition:all .2s}.customer-drawer-module__ZeGwwq__authForm input:focus,.customer-drawer-module__ZeGwwq__addressForm input:focus{background:#fff;border-color:#88b220;outline:none;box-shadow:0 0 0 4px #88b2201a}.customer-drawer-module__ZeGwwq__primaryButton{color:#fff;cursor:pointer;background:#88b220;border:none;border-radius:20px;padding:18px;font-size:16px;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 10px 25px #88b2204d}.customer-drawer-module__ZeGwwq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 15px 30px #88b22066}.customer-drawer-module__ZeGwwq__primaryButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.customer-drawer-module__ZeGwwq__authForm p{text-align:center;color:#6b7280;margin-top:10px;font-size:14px;font-weight:600}.customer-drawer-module__ZeGwwq__authForm p span{color:#88b220;cursor:pointer;font-weight:800;text-decoration:underline}.customer-drawer-module__ZeGwwq__profileArea{flex-direction:column;gap:40px;display:flex}.customer-drawer-module__ZeGwwq__profileHeader{background:#f9fafb;border:1px solid #f3f4f6;border-radius:24px;align-items:center;gap:20px;padding:24px;display:flex}.customer-drawer-module__ZeGwwq__avatar{background:#fff;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;font-size:36px;display:flex;box-shadow:0 8px 20px #0000000d}.customer-drawer-module__ZeGwwq__profileInfo h4{color:#111827;margin:0;font-size:20px;font-weight:900}.customer-drawer-module__ZeGwwq__profileInfo p{color:#6b7280;margin:4px 0 12px;font-size:14px;font-weight:600}.customer-drawer-module__ZeGwwq__editLink{color:#fff;cursor:pointer;background:#88b220;border:none;border-radius:12px;padding:8px 16px;font-size:12px;font-weight:700;transition:all .2s}.customer-drawer-module__ZeGwwq__editLink:hover{filter:brightness(1.1);transform:translateY(-1px)}.customer-drawer-module__ZeGwwq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.customer-drawer-module__ZeGwwq__section h3{color:#111827;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:900}.customer-drawer-module__ZeGwwq__addSmall{color:#88b220;cursor:pointer;background:#f4f7e9;border:1.5px solid #88b220;border-radius:12px;padding:6px 14px;font-size:12px;font-weight:800;transition:all .2s}.customer-drawer-module__ZeGwwq__addSmall:hover{color:#fff;background:#88b220}.customer-drawer-module__ZeGwwq__addressList{flex-direction:column;gap:16px;display:flex}.customer-drawer-module__ZeGwwq__addressCard{background:#fff;border:1px solid #f3f4f6;border-radius:24px;justify-content:space-between;align-items:center;padding:20px;transition:all .3s;display:flex}.customer-drawer-module__ZeGwwq__addressCard:hover{border-color:#88b220;box-shadow:0 10px 25px #0000000d}.customer-drawer-module__ZeGwwq__addressCard strong{color:#111827;font-size:15px;font-weight:800}.customer-drawer-module__ZeGwwq__addressCard p{color:#6b7280;margin:6px 0 0;font-size:13px;font-weight:500}.customer-drawer-module__ZeGwwq__deleteAddress{cursor:pointer;background:#fee2e2;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.customer-drawer-module__ZeGwwq__deleteAddress:hover{background:#ef4444;transform:scale(1.1)}.customer-drawer-module__ZeGwwq__ordersList{flex-direction:column;gap:16px;display:flex}.customer-drawer-module__ZeGwwq__orderCard{background:#fff;border:1px solid #f3f4f6;border-radius:24px;grid-template-columns:1fr auto;gap:12px;padding:20px;transition:all .3s;display:grid}.customer-drawer-module__ZeGwwq__orderCard:hover{border-color:#88b220;box-shadow:0 10px 25px #0000000d}.customer-drawer-module__ZeGwwq__orderInfo span{color:#111827;font-size:15px;font-weight:900;display:block}.customer-drawer-module__ZeGwwq__orderInfo small{color:#9ca3af;font-size:12px;font-weight:600}.customer-drawer-module__ZeGwwq__orderStatus{text-transform:uppercase;color:#4b5563;background:#f3f4f6;border-radius:12px;justify-self:end;width:fit-content;padding:6px 14px;font-size:11px;font-weight:900}.customer-drawer-module__ZeGwwq__orderStatus[data-status=pendente]{color:#92400e;background:#fef3c7}.customer-drawer-module__ZeGwwq__orderStatus[data-status=concluido]{color:#065f46;background:#d1fae5}.customer-drawer-module__ZeGwwq__orderTotal{color:#111827;text-align:right;border-top:1px dashed #f3f4f6;grid-column:1/-1;padding-top:12px;font-size:16px;font-weight:900}.customer-drawer-module__ZeGwwq__logoutButton{color:#ef4444;cursor:pointer;background:#fff;border:2px solid #fee2e2;border-radius:20px;margin-top:40px;padding:16px;font-size:15px;font-weight:800;transition:all .2s}.customer-drawer-module__ZeGwwq__logoutButton:hover{background:#fef2f2;border-color:#ef4444}.customer-drawer-module__ZeGwwq__empty{text-align:center;color:#9ca3af;padding:40px 20px;font-size:14px;font-weight:600}.customer-drawer-module__ZeGwwq__checkboxLabel{cursor:pointer;color:#4b5563;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.customer-drawer-module__ZeGwwq__checkboxLabel input{accent-color:#88b220;width:20px;height:20px}.customer-drawer-module__ZeGwwq__birthdayInfo{background:#f4f7e9;border:2px dashed #88b220;border-radius:24px;flex-direction:column;gap:12px;padding:24px;display:flex}.customer-drawer-module__ZeGwwq__birthdayInfo label{color:#111827;font-size:15px;font-weight:900}.customer-drawer-module__ZeGwwq__birthdayInfo p{color:#4b5563;margin:0;font-size:13px;font-weight:500;line-height:1.5}.customer-drawer-module__ZeGwwq__loyaltyCard{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);border:1px solid #88b22066;border-radius:24px;margin-bottom:24px;padding:24px;box-shadow:0 12px 30px #0003}.customer-drawer-module__ZeGwwq__loyaltyHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.customer-drawer-module__ZeGwwq__loyaltyHeader span{color:#88b220;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:900}.customer-drawer-module__ZeGwwq__loyaltyHeader strong{font-size:28px;font-weight:900}.customer-drawer-module__ZeGwwq__loyaltyBar{background:#ffffff1a;border-radius:10px;height:8px;margin-bottom:12px;overflow:hidden}.customer-drawer-module__ZeGwwq__loyaltyProgress{background:linear-gradient(90deg,#88b220,#a3d426);height:100%;box-shadow:0 0 15px #88b22099}.customer-drawer-module__ZeGwwq__loyaltyCard small{color:#fff9;font-size:12px;font-weight:600}.customer-drawer-module__ZeGwwq__passwordHint{color:#6b7280;text-align:left;margin-top:-10px;margin-bottom:5px;font-size:11px;font-weight:500;line-height:1.4}
.aichat-module__nuFiCG__container{z-index:9999;font-family:inherit;position:fixed;bottom:2rem;right:2rem}.aichat-module__nuFiCG__chatBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#88b220 0%,#688a18 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 8px 32px #88b22066}.aichat-module__nuFiCG__chatBtn:hover{transform:scale(1.08)translateY(-4px);box-shadow:0 12px 40px #88b22080}.aichat-module__nuFiCG__chatBtn.aichat-module__nuFiCG__active{color:#1a1a1a;background:#ffcd0f;transform:rotate(90deg)}.aichat-module__nuFiCG__badge{color:#fff;background:#ff3b30;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #ff3b3066}.aichat-module__nuFiCG__chatWindow{-webkit-backdrop-filter:blur(24px)saturate(180%);transform-origin:100% 100%;background:#0f0f0fd9;border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;width:380px;height:580px;animation:.6s cubic-bezier(.23,1,.32,1) aichat-module__nuFiCG__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 1px 1px #ffffff0d}@keyframes aichat-module__nuFiCG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.aichat-module__nuFiCG__header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.4rem;display:flex}.aichat-module__nuFiCG__headerInfo{align-items:center;gap:12px;display:flex}.aichat-module__nuFiCG__aiAvatar{background:linear-gradient(135deg,#ffcd0f,orange);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;display:flex}.aichat-module__nuFiCG__headerInfo h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.aichat-module__nuFiCG__onlineStatus{color:#64748b;align-items:center;gap:4px;font-size:.75rem;display:flex}.aichat-module__nuFiCG__dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite aichat-module__nuFiCG__breathe}@keyframes aichat-module__nuFiCG__breathe{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.aichat-module__nuFiCG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.aichat-module__nuFiCG__closeBtn:hover{color:#1e293b}.aichat-module__nuFiCG__messagesContainer{background:linear-gradient(#fff0,#88b22008);flex-direction:column;flex:1;gap:1rem;padding:1.2rem;display:flex;overflow-y:auto}.aichat-module__nuFiCG__messageWrapper{width:100%;display:flex}.aichat-module__nuFiCG__messageWrapper.aichat-module__nuFiCG__ai{justify-content:flex-start}.aichat-module__nuFiCG__messageWrapper.aichat-module__nuFiCG__user{justify-content:flex-end}.aichat-module__nuFiCG__messageBubble{border-radius:18px;max-width:80%;padding:12px 16px;font-size:.95rem;line-height:1.4;position:relative;box-shadow:0 2px 8px #0000000d}.aichat-module__nuFiCG__ai .aichat-module__nuFiCG__messageBubble{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff0d;border-bottom-left-radius:4px}.aichat-module__nuFiCG__user .aichat-module__nuFiCG__messageBubble{color:#fff;background:#88b220;border-bottom-right-radius:4px;box-shadow:0 4px 12px #88b2204d}.aichat-module__nuFiCG__time{opacity:.6;margin-top:4px;font-size:.7rem;display:block}.aichat-module__nuFiCG__inputArea{background:#ffffff05;border-top:1px solid #ffffff0d;gap:12px;padding:1.4rem;display:flex}.aichat-module__nuFiCG__inputArea input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:12px 16px;transition:all .3s}.aichat-module__nuFiCG__inputArea input:focus{border-color:#88b220}.aichat-module__nuFiCG__inputArea button{color:#fff;cursor:pointer;background:#88b220;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.aichat-module__nuFiCG__inputArea button:hover:not(:disabled){background:#688a18;transform:scale(1.05)}.aichat-module__nuFiCG__inputArea button:disabled{cursor:not-allowed;background:#cbd5e1}.aichat-module__nuFiCG__inputArea button svg{width:20px;height:20px}.aichat-module__nuFiCG__typingIndicator{background:#fff;border-radius:12px;gap:4px;padding:8px 12px;display:flex}.aichat-module__nuFiCG__typingIndicator span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both aichat-module__nuFiCG__bounce}.aichat-module__nuFiCG__typingIndicator span:first-child{animation-delay:-.32s}.aichat-module__nuFiCG__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes aichat-module__nuFiCG__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.aichat-module__nuFiCG__container{bottom:calc(100px + env(safe-area-inset-bottom,15px));right:15px}.aichat-module__nuFiCG__chatBtn{width:56px;height:56px}.aichat-module__nuFiCG__chatWindow{border-radius:0;width:100%;height:100%;position:fixed;inset:0}}
