.filter-module__jGNmkW__container{padding:24px 20px 0}.filter-module__jGNmkW__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.filter-module__jGNmkW__title{color:var(--theme-text);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.filter-module__jGNmkW__seeAll{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.filter-module__jGNmkW__seeAll:hover{color:var(--theme-accent-dark)}.filter-module__jGNmkW__arrow{background:var(--theme-bg-secondary);width:20px;height:20px;color:var(--theme-text);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.filter-module__jGNmkW__wrap{align-items:center;width:100%;display:flex}.filter-module__jGNmkW__track{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:flex-start;gap:16px;width:100%;padding:4px 0 20px;display:flex;overflow-x:auto}.filter-module__jGNmkW__track::-webkit-scrollbar{display:none}.filter-module__jGNmkW__pill{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;min-width:80px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.filter-module__jGNmkW__pillIcon{background:var(--theme-bg-secondary);width:68px;height:68px;color:var(--theme-text);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 4px 10px #00000005}.filter-module__jGNmkW__pillActive .filter-module__jGNmkW__pillIcon{background:var(--theme-bg);border-color:var(--theme-accent);transform:scale(1.05);box-shadow:0 8px 20px #00000014}.filter-module__jGNmkW__pillLabel{color:var(--theme-text-muted);text-align:center;font-size:12px;font-weight:600;line-height:1.2;transition:color .2s}.filter-module__jGNmkW__pillActive .filter-module__jGNmkW__pillLabel{color:var(--theme-text);font-weight:700}
.search-module__WxwfTq__wrap{width:100%;padding:0 20px;position:relative}.search-module__WxwfTq__inputWrap{background:#fff;border:1px solid #0000000d;border-radius:24px;align-items:center;height:48px;padding:0 18px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #00000005}.search-module__WxwfTq__inputWrap:focus-within{border-color:var(--theme-accent);background:#fff;box-shadow:0 6px 20px #0000000f}.search-module__WxwfTq__icon{color:var(--theme-text-muted);margin-right:10px}.search-module__WxwfTq__input{color:var(--theme-text);text-align:center;background:0 0;border:none;outline:none;flex:1;padding-right:24px;font-size:14px;font-weight:500}.search-module__WxwfTq__input::placeholder{color:var(--theme-text-muted);opacity:.7}.search-module__WxwfTq__closeBtn{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.search-module__WxwfTq__results{background:var(--theme-bg);border:1px solid var(--theme-border);z-index:1000;border-radius:12px;max-height:320px;position:absolute;top:calc(100% + 6px);left:20px;right:20px;overflow-y:auto;box-shadow:0 12px 32px #0000001f}.search-module__WxwfTq__empty{text-align:center;color:var(--theme-text-muted);padding:20px;font-size:14px}.search-module__WxwfTq__list{margin:0;padding:8px;list-style:none}.search-module__WxwfTq__resultItem{border-radius:var(--theme-radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px;transition:background .2s;display:flex}.search-module__WxwfTq__resultItem:hover{background:var(--theme-bg-secondary)}.search-module__WxwfTq__resultImg{background:var(--theme-bg-secondary);border-radius:8px;width:48px;height:48px;overflow:hidden}.search-module__WxwfTq__resultImg img{object-fit:cover;width:100%;height:100%}.search-module__WxwfTq__noImg{width:100%;height:100%;color:var(--theme-text-muted);justify-content:center;align-items:center;font-size:10px;display:flex}.search-module__WxwfTq__resultText{flex-direction:column;gap:1px;display:flex}.search-module__WxwfTq__resultName{color:var(--theme-text);font-size:14px;font-weight:700;line-height:1.2}.search-module__WxwfTq__variantName{color:var(--theme-text-muted);opacity:.8;font-size:11px;font-weight:500}.search-module__WxwfTq__resultPrice{color:var(--theme-accent-dark);margin-top:2px;font-size:13px;font-weight:600}
.grid-module__7E5jMa__container{padding:0 20px 40px}.grid-module__7E5jMa__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-module__7E5jMa__card{cursor:pointer;flex-direction:column;gap:12px;display:flex}.grid-module__7E5jMa__imgWrap{aspect-ratio:1;background:var(--theme-bg-secondary);border-radius:var(--theme-radius-md);width:100%;position:relative;overflow:hidden}.grid-module__7E5jMa__img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.grid-module__7E5jMa__favoriteBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:34px;height:34px;color:var(--theme-text-muted);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #00000014}.grid-module__7E5jMa__isFavorite{animation:.45s cubic-bezier(.175,.885,.32,1.275) grid-module__7E5jMa__heartPop;color:#ff4757!important}@keyframes grid-module__7E5jMa__heartPop{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}to{transform:scale(1)}}.grid-module__7E5jMa__discountBadge{background:var(--theme-accent);color:var(--theme-text);z-index:10;letter-spacing:-.02em;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:800;position:absolute;top:10px;left:10px;box-shadow:0 4px 12px #c3e7034d}.grid-module__7E5jMa__body{flex-direction:column;gap:4px;display:flex}.grid-module__7E5jMa__title{color:var(--theme-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.grid-module__7E5jMa__priceRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.grid-module__7E5jMa__priceInfo{flex-direction:column;display:flex}.grid-module__7E5jMa__price{color:var(--theme-text);font-size:16px;font-weight:800}.grid-module__7E5jMa__oldPrice{color:var(--theme-text-muted);font-size:12px;text-decoration:line-through}.grid-module__7E5jMa__addBtn{background:var(--theme-accent);width:36px;height:36px;color:var(--theme-text);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:transform .2s;display:flex}.grid-module__7E5jMa__addBtn:active{transform:scale(.9)}.grid-module__7E5jMa__cartParticle{background:var(--theme-accent);width:32px;height:32px;color:var(--theme-dark);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #c3e70366}.grid-module__7E5jMa__fallbackImg{background:var(--theme-bg-secondary);width:100%;height:100%;color:var(--theme-text-muted);opacity:.5;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.grid-module__7E5jMa__imgHidden{opacity:0}.grid-module__7E5jMa__imgVisible{opacity:1}.grid-module__7E5jMa__skeleton{background:var(--theme-bg-secondary);border-radius:12px;position:relative;overflow:hidden}.grid-module__7E5jMa__skeleton:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#ffffff0d 20%,#ffffff1a 60%,#fff0);animation:2s infinite grid-module__7E5jMa__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes grid-module__7E5jMa__shimmer{to{transform:translate(100%)}}.grid-module__7E5jMa__skImg{aspect-ratio:1;width:100%}.grid-module__7E5jMa__skTitle{width:70%;height:20px;margin:12px 0 8px}.grid-module__7E5jMa__skPrice{width:40%;height:16px}.grid-module__7E5jMa__textGrid{border-top:1px solid var(--theme-separator);grid-template-columns:1fr;gap:16px;margin-top:32px;padding-top:32px;display:grid}.grid-module__7E5jMa__descriptionText{color:var(--theme-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}@media (min-width:768px){.grid-module__7E5jMa__grid,.grid-module__7E5jMa__textGrid{grid-template-columns:repeat(3,1fr)}}
.ads-module__GKgdQG__section{margin-top:20px;padding:0 20px}.ads-module__GKgdQG__adsList{scrollbar-width:none;gap:16px;margin-bottom:20px;padding-bottom:8px;display:flex;overflow-x:auto}.ads-module__GKgdQG__adsList::-webkit-scrollbar{display:none}.ads-module__GKgdQG__adCard{border-radius:var(--theme-radius-md);flex-shrink:0;min-width:280px;max-width:320px;overflow:hidden}.ads-module__GKgdQG__adImage{object-fit:cover;border-radius:var(--theme-radius-md);width:100%;height:140px}.ads-module__GKgdQG__banner{background:linear-gradient(90deg,#e9f2e6 0%,#fff 100%);border-radius:20px;justify-content:space-between;align-items:center;width:100%;min-height:64px;padding:0 20px;display:flex;position:relative;overflow:hidden}.ads-module__GKgdQG__promoRow{z-index:2;align-items:center;gap:10px;display:flex}.ads-module__GKgdQG__promoText{color:#3a4d48;white-space:nowrap;font-size:13px;font-weight:600}.ads-module__GKgdQG__pill{background:var(--theme-accent);color:#000;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:800}.ads-module__GKgdQG__bannerContent{z-index:2;flex-direction:column;justify-content:center;gap:4px;display:flex}.ads-module__GKgdQG__bannerText{color:#1a3c34;margin:0;font-size:15px;font-weight:700}.ads-module__GKgdQG__highlight{color:#000;background:#fff;border-radius:20px;width:fit-content;padding:4px 12px;font-size:13px;font-weight:800;display:inline-block;box-shadow:0 4px 12px #0000000d}.ads-module__GKgdQG__bannerDecoration{z-index:1;position:absolute;bottom:-20px;right:-20px}.ads-module__GKgdQG__blob{background:var(--theme-accent);opacity:.4;filter:blur(30px);border-radius:50%;width:120px;height:120px;animation:6s ease-in-out infinite ads-module__GKgdQG__float}@keyframes ads-module__GKgdQG__float{0%{transform:translate(0)}50%{transform:translate(-10px,-10px)}to{transform:translate(0)}}
.nav-module__n02Fja__nav{background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border);width:100%;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);z-index:1000;border-radius:0;position:fixed;bottom:0;left:0}.nav-module__n02Fja__inner{justify-content:space-around;align-items:center;max-width:100%;height:64px;display:flex}.nav-module__n02Fja__item{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.nav-module__n02Fja__item:active{transform:scale(.9)}.nav-module__n02Fja__active{color:var(--theme-accent-dark)}.nav-module__n02Fja__active svg{animation:.3s cubic-bezier(.175,.885,.32,1.275) nav-module__n02Fja__navPop}@keyframes nav-module__n02Fja__navPop{0%{transform:scale(.8)}to{transform:scale(1)}}.nav-module__n02Fja__iconWrap{position:relative}.nav-module__n02Fja__badge{background:var(--theme-text);color:var(--theme-bg);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-6px;right:-8px;box-shadow:0 2px 4px #0003}.nav-module__n02Fja__favBadge{color:#fff;background:#ff4757}.nav-module__n02Fja__label{font-size:10px;font-weight:600}@media (min-width:768px){.nav-module__n02Fja__nav{display:none}}
.favorites-module__Ejod4a__container{background:#fff;flex-direction:column;flex:1;min-height:100dvh;padding-bottom:100px;display:flex}.favorites-module__Ejod4a__header{background:#f0f7ef;border-radius:0 0 32px 32px;margin-bottom:24px;padding:40px 20px 24px}.favorites-module__Ejod4a__headerTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.favorites-module__Ejod4a__backBtn{cursor:pointer;width:40px;height:40px;color:var(--theme-text);background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000000d}.favorites-module__Ejod4a__backBtn:active{transform:scale(.95)}.favorites-module__Ejod4a__title{color:var(--theme-text);letter-spacing:-.03em;margin:0;font-size:24px;font-weight:800}.favorites-module__Ejod4a__placeholder{width:40px}.favorites-module__Ejod4a__subtitle{color:var(--theme-text-muted);text-align:center;margin:4px 0 0;font-size:14px}.favorites-module__Ejod4a__content{flex:1;padding:0 4px}.favorites-module__Ejod4a__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex}.favorites-module__Ejod4a__iconCircle{color:#ff4757;background:#fff0f1;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;display:flex}.favorites-module__Ejod4a__heartIcon{animation:2s ease-in-out infinite favorites-module__Ejod4a__heartBeat}@keyframes favorites-module__Ejod4a__heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.favorites-module__Ejod4a__emptyTitle{color:var(--theme-text);margin:0 0 12px;font-size:22px;font-weight:800}.favorites-module__Ejod4a__emptyText{color:var(--theme-text-muted);max-width:280px;margin:0 0 32px;font-size:15px;line-height:1.6}.favorites-module__Ejod4a__exploreBtn{background:var(--theme-accent);color:#fff;cursor:pointer;box-shadow:0 8px 24px var(--theme-accent-alpha);border:none;border-radius:16px;padding:16px 32px;font-size:16px;font-weight:700;transition:all .2s}.favorites-module__Ejod4a__exploreBtn:active{box-shadow:0 4px 12px var(--theme-accent-alpha);transform:translateY(2px)}
.footer-module__cjE8CW__footer{background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border);padding:60px 20px 120px}.footer-module__cjE8CW__inner{max-width:1400px;margin:0 auto;padding:0 20px}.footer-module__cjE8CW__top{flex-direction:column;align-items:center;gap:24px;margin-bottom:32px;display:flex}.footer-module__cjE8CW__brand{flex-direction:column;align-items:center;gap:12px;display:flex}.footer-module__cjE8CW__logoWrap{background:var(--theme-bg);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.footer-module__cjE8CW__logo{object-fit:cover;width:100%;height:100%}.footer-module__cjE8CW__brandName{color:var(--theme-text);letter-spacing:-.01em;font-size:18px;font-weight:800}.footer-module__cjE8CW__links{gap:20px;display:flex}.footer-module__cjE8CW__link{color:var(--theme-text-muted);font-size:13px;font-weight:600;text-decoration:none}.footer-module__cjE8CW__divider{background:var(--theme-border);width:100%;height:1px;margin-bottom:24px}.footer-module__cjE8CW__bottom{flex-direction:column;align-items:center;gap:12px;display:flex}.footer-module__cjE8CW__copy{color:var(--theme-text-muted);font-size:12px}.footer-module__cjE8CW__powered{color:var(--theme-text-muted);align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.footer-module__cjE8CW__azteli{color:var(--theme-text);font-weight:800}
.shopping-module__1xp_Za__bubble{z-index:200;border:1px solid var(--theme-border);background:var(--theme-card);min-height:52px;color:var(--theme-text);cursor:pointer;border-radius:14px;align-items:center;gap:8px;padding:0 20px;transition:transform .18s,box-shadow .18s;animation:2.5s ease-in-out infinite shopping-module__1xp_Za__bubblePulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 24px #1c14101f}.shopping-module__1xp_Za__bubble:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1c14102e}.shopping-module__1xp_Za__bubble:active{transform:scale(.97)}@media (min-width:768px){.shopping-module__1xp_Za__bubble{display:none}}@media (max-width:767px){.shopping-module__1xp_Za__bubbleHiddenMobile{display:none!important}}.shopping-module__1xp_Za__bubblePrice{font-family:var(--theme-font);color:var(--theme-text);font-size:14px;font-weight:600}.shopping-module__1xp_Za__bubbleBadge{background:var(--theme-accent);min-width:20px;height:20px;color:var(--theme-on-accent);font-family:var(--theme-font);border:2px solid var(--theme-bg);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}@keyframes shopping-module__1xp_Za__bubblePulse{0%,to{box-shadow:0 4px 24px #1c14101f}50%{box-shadow:0 6px 32px #8b6f6f38}}.shopping-module__1xp_Za__backdrop{z-index:1999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000052;position:fixed;inset:0}.shopping-module__1xp_Za__backdropIn{animation:.25s ease-out forwards shopping-module__1xp_Za__fadeIn}.shopping-module__1xp_Za__backdropOut{animation:.25s ease-in forwards shopping-module__1xp_Za__fadeOut}@keyframes shopping-module__1xp_Za__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shopping-module__1xp_Za__fadeOut{0%{opacity:1}to{opacity:0}}.shopping-module__1xp_Za__drawer{z-index:2000;border-left:1px solid var(--theme-border);background:var(--theme-bg);flex-direction:column;width:100%;height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #1c14101a}@media (min-width:768px){.shopping-module__1xp_Za__drawer{width:420px}}.shopping-module__1xp_Za__drawerIn{animation:.38s cubic-bezier(.16,1,.3,1) forwards shopping-module__1xp_Za__drawerIn}.shopping-module__1xp_Za__drawerOut{animation:.3s cubic-bezier(.4,0,.2,1) forwards shopping-module__1xp_Za__drawerOut}@keyframes shopping-module__1xp_Za__drawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes shopping-module__1xp_Za__drawerOut{0%{transform:translate(0)}to{transform:translate(100%)}}.shopping-module__1xp_Za__drawerHeader{border-bottom:1px solid var(--theme-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.shopping-module__1xp_Za__drawerHeaderLeft{align-items:center;gap:8px;display:flex}.shopping-module__1xp_Za__drawerTitle{font-family:var(--theme-font);color:var(--theme-text);margin:0;font-size:22px;font-weight:700}.shopping-module__1xp_Za__backBtn,.shopping-module__1xp_Za__closeDrawerBtn{border:1px solid var(--theme-border);background:var(--theme-bg-secondary);width:36px;height:36px;color:var(--theme-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.shopping-module__1xp_Za__backBtn:hover,.shopping-module__1xp_Za__closeDrawerBtn:hover{color:var(--theme-text);background:var(--theme-border)}.shopping-module__1xp_Za__drawerBody{overscroll-behavior:contain;flex:1;padding:20px 20px 0;overflow-y:auto}.shopping-module__1xp_Za__cartList{flex-direction:column;gap:12px;display:flex}.shopping-module__1xp_Za__cartItem{border:1px solid var(--theme-border);background:var(--theme-card);border-radius:14px;gap:12px;padding:14px;display:flex}.shopping-module__1xp_Za__cartThumb{background:var(--theme-bg-secondary);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;width:76px;height:76px;padding:0;transition:opacity .18s;overflow:hidden}.shopping-module__1xp_Za__cartThumb:hover{opacity:.82}.shopping-module__1xp_Za__cartImg{object-fit:cover;width:100%;height:100%}.shopping-module__1xp_Za__cartNoImg{width:100%;height:100%;font-family:var(--theme-font);color:var(--theme-muted);text-transform:uppercase;letter-spacing:.05em;text-align:center;background:var(--theme-card);border:1px solid var(--theme-border);border-radius:10px;justify-content:center;align-items:center;padding:4px;font-size:10px;font-weight:600;display:flex}.shopping-module__1xp_Za__cartBody{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.shopping-module__1xp_Za__cartTop{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.shopping-module__1xp_Za__cartName{font-family:var(--theme-font);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.shopping-module__1xp_Za__cartNameBtn{font-family:var(--theme-font);color:var(--theme-text);text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;flex:1;min-width:0;padding:0;font-size:15px;font-weight:600;transition:color .15s;overflow:hidden}.shopping-module__1xp_Za__cartNameBtn:hover{color:var(--theme-accent)}.shopping-module__1xp_Za__removeBtn{width:28px;height:28px;color:var(--theme-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.shopping-module__1xp_Za__removeBtn:hover{color:#e04040;background:#e0404014}.shopping-module__1xp_Za__cartBottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.shopping-module__1xp_Za__qtyControls{border:1px solid var(--theme-border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.shopping-module__1xp_Za__qtyBtn{width:36px;height:36px;color:var(--theme-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.shopping-module__1xp_Za__qtyBtn:hover:not(:disabled){background:var(--theme-bg-secondary)}.shopping-module__1xp_Za__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.shopping-module__1xp_Za__qtyNum{width:32px;height:36px;font-family:var(--theme-font);color:var(--theme-text);border-left:1px solid var(--theme-border);border-right:1px solid var(--theme-border);justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.shopping-module__1xp_Za__cartPrices{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.shopping-module__1xp_Za__strike{font-family:var(--theme-font);color:var(--theme-muted);opacity:.6;font-size:11px;text-decoration:line-through}.shopping-module__1xp_Za__cartTotal{font-family:var(--theme-font);color:var(--theme-text);font-size:14px;font-weight:600}.shopping-module__1xp_Za__drawerFooter{border-top:1px solid var(--theme-border);flex-shrink:0;padding:16px 20px 24px}.shopping-module__1xp_Za__summary{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.shopping-module__1xp_Za__summaryRow{justify-content:space-between;align-items:center;display:flex}.shopping-module__1xp_Za__summaryLabel{font-family:var(--theme-font);color:var(--theme-muted);margin:0;font-size:13px}.shopping-module__1xp_Za__summaryTotal{border-top:1px solid var(--theme-border);font-family:var(--theme-font);color:var(--theme-text);padding-top:10px;font-size:16px;font-weight:700}.shopping-module__1xp_Za__actions{flex-direction:column;gap:8px;display:flex}.shopping-module__1xp_Za__actionPrimary{background:var(--theme-accent);width:100%;min-height:48px;color:var(--theme-on-accent);font-family:var(--theme-font);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:opacity .18s,transform .15s;display:flex}.shopping-module__1xp_Za__actionPrimary:hover{opacity:.88}.shopping-module__1xp_Za__actionPrimary:active{transform:scale(.98)}.shopping-module__1xp_Za__actionRow{gap:8px;display:flex}.shopping-module__1xp_Za__actionSecondary{border:1px solid var(--theme-border);background:var(--theme-bg-secondary);min-height:44px;color:var(--theme-muted);font-family:var(--theme-font);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.shopping-module__1xp_Za__actionSecondary:hover{border-color:var(--theme-muted);color:var(--theme-text)}.shopping-module__1xp_Za__phoneView{flex-direction:column;gap:16px;padding:8px 0;display:flex}.shopping-module__1xp_Za__phoneLabel{font-family:var(--theme-font);letter-spacing:.1em;text-transform:uppercase;color:var(--theme-muted);margin:0;font-size:11px;font-weight:700}.shopping-module__1xp_Za__phoneNumber{font-family:var(--theme-font);color:var(--theme-text);margin:0;font-size:28px;font-weight:700}.shopping-module__1xp_Za__callBtn{background:var(--theme-accent);color:var(--theme-on-accent);font-family:var(--theme-font);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .18s;display:inline-flex}.shopping-module__1xp_Za__callBtn:hover{opacity:.88}
.app-module__EjrK_q__main{box-sizing:border-box;background:#f0f7ef;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative}.app-module__EjrK_q__topArea{padding-bottom:40px}.app-module__EjrK_q__sheet{z-index:10;background:#fff;border-radius:40px 40px 0 0;flex:1;width:100%;max-width:1400px;margin:-30px auto 0;padding-bottom:100px;position:relative;box-shadow:0 -10px 40px #00000005}@media (min-width:768px){.app-module__EjrK_q__sheet{border-radius:40px;margin-bottom:40px;box-shadow:0 10px 40px #00000005,0 -10px 40px #00000005}}.app-module__EjrK_q__inner{width:100%;max-width:1400px;margin:0 auto}.app-module__EjrK_q__view{background:#fff;flex-direction:column;flex:1;min-height:100dvh;padding-top:16px;display:flex}.app-module__EjrK_q__sectionHeader{border-bottom:1px solid var(--theme-separator);margin-bottom:24px;padding:32px 20px 16px}.app-module__EjrK_q__sectionTitle{color:var(--theme-text);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.app-module__EjrK_q__emptyState{text-align:center;color:var(--theme-text-muted);flex-direction:column;align-items:center;gap:12px;padding:100px 20px;font-size:16px;display:flex}
