.search-module__WxwfTq__wrap{width:100%;padding:0 20px;position:relative}.search-module__WxwfTq__inputWrap{background:var(--theme-card);border:1px solid var(--theme-text-a04);height:48px;box-shadow:0 2px 10px color-mix(in srgb, var(--theme-shadow-color) 3%, transparent);border-radius:24px;align-items:center;padding:0 18px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.search-module__WxwfTq__inputWrap:focus-within{background:var(--theme-card);border-color:var(--theme-accent);box-shadow:0 6px 20px color-mix(in srgb, var(--theme-shadow-color) 7%, transparent)}.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);box-shadow:0 12px 32px color-mix(in srgb, var(--theme-shadow-color) 14%, transparent);z-index:1000;border-radius:12px;max-height:320px;position:absolute;top:calc(100% + 6px);left:20px;right:20px;overflow-y:auto}.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-text);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{background:var(--theme-card-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:34px;height:34px;color:var(--theme-text-muted);box-shadow:0 4px 12px color-mix(in srgb, var(--theme-shadow-color) 9%, transparent);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}.grid-module__7E5jMa__isFavorite{animation:.45s cubic-bezier(.175,.885,.32,1.275) grid-module__7E5jMa__heartPop;color:var(--theme-fav)!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-on-accent);z-index:10;box-shadow:0 4px 12px var(--theme-accent-a32);letter-spacing:-.02em;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:800;position:absolute;top:10px;left:10px}.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-on-accent);box-shadow:0 4px 12px var(--theme-accent-a45);border-radius:50%;justify-content:center;align-items:center;display:flex}.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, transparent 0, var(--theme-text-a04) 20%, var(--theme-text-a08) 60%, transparent);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, var(--theme-bg-secondary) 0%, var(--theme-card) 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:var(--theme-text);white-space:nowrap;font-size:13px;font-weight:600}.ads-module__GKgdQG__pill{background:var(--theme-accent);color:var(--theme-on-accent);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:var(--theme-text);margin:0;font-size:15px;font-weight:700}.ads-module__GKgdQG__highlight{background:var(--theme-card);color:var(--theme-text);box-shadow:var(--theme-shadow-xs);border-radius:20px;width:fit-content;padding:4px 12px;font-size:13px;font-weight:800;display:inline-block}.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)}}
.favorites-module__Ejod4a__container{background:var(--theme-card);flex-direction:column;flex:1;min-height:100dvh;padding-bottom:100px;display:flex}.favorites-module__Ejod4a__header{background:var(--theme-bg-secondary);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{background:var(--theme-card);cursor:pointer;width:40px;height:40px;color:var(--theme-text);box-shadow:var(--theme-shadow-xs);border:none;border-radius:12px;justify-content:center;align-items:center;transition:transform .2s;display:flex}.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{background:var(--theme-danger-soft);width:100px;height:100px;color:var(--theme-fav);border-radius:50%;justify-content:center;align-items:center;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:var(--theme-on-accent);cursor:pointer;box-shadow:0 8px 24px var(--theme-accent-a32);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-a32);transform:translateY(2px)}
.app-module__EjrK_q__main{background:var(--theme-bg-secondary);box-sizing:border-box;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{background:var(--theme-card);box-shadow:0 -10px 40px color-mix(in srgb, var(--theme-shadow-color) 3%, transparent);z-index:10;border-radius:40px 40px 0 0;flex:1;width:100%;max-width:1400px;margin:-30px auto 0;padding-bottom:100px;position:relative}@media (min-width:768px){.app-module__EjrK_q__sheet{box-shadow:0 10px 40px color-mix(in srgb, var(--theme-shadow-color) 3%, transparent), 0 -10px 40px color-mix(in srgb, var(--theme-shadow-color) 3%, transparent);border-radius:40px;margin-bottom:40px}}.app-module__EjrK_q__inner{width:100%;max-width:1400px;margin:0 auto}.app-module__EjrK_q__view{background:var(--theme-card);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}
