.search-module__sIxfAa__wrap{width:100%;padding:16px var(--layout-px,20px);position:relative}@media (min-width:1024px){.search-module__sIxfAa__wrap{padding:20px var(--layout-px,32px)}}.search-module__sIxfAa__inputWrap{background:var(--theme-card);border:1px solid var(--theme-border);height:48px;box-shadow:var(--theme-shadow-sm);border-radius:999px;align-items:center;padding:0 18px;transition:all .2s;display:flex}.search-module__sIxfAa__inputWrap:focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 4px var(--theme-accent-a14)}.search-module__sIxfAa__icon{color:var(--theme-accent);flex-shrink:0;margin-right:10px}.search-module__sIxfAa__input{color:var(--theme-text);font-size:15px;font-weight:500;font-family:var(--theme-font);background:0 0;border:none;outline:none;flex:1}.search-module__sIxfAa__input::placeholder{color:var(--theme-muted)}.search-module__sIxfAa__closeBtn{color:var(--theme-muted);cursor:pointer;background:0 0;border:none;padding:4px}.search-module__sIxfAa__results{top:calc(100% - 4px);left:var(--layout-px,20px);right:var(--layout-px,20px);background:var(--theme-card);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow-md);z-index:1000;border-radius:20px;max-height:320px;position:absolute;overflow-y:auto}.search-module__sIxfAa__empty{text-align:center;color:var(--theme-muted);padding:20px;font-size:14px}.search-module__sIxfAa__list{margin:0;padding:8px;list-style:none}.search-module__sIxfAa__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 .15s;display:flex}.search-module__sIxfAa__resultItem:hover{background:var(--theme-bg-secondary)}.search-module__sIxfAa__resultImg{background:var(--theme-bg-secondary);border-radius:10px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.search-module__sIxfAa__resultImg img{object-fit:cover;width:100%;height:100%}.search-module__sIxfAa__noImg{width:100%;height:100%;color:var(--theme-muted);justify-content:center;align-items:center;display:flex}.search-module__sIxfAa__resultText{flex-direction:column;gap:2px;display:flex}.search-module__sIxfAa__resultName{color:var(--theme-text);font-size:14px;font-weight:600;line-height:1.2}.search-module__sIxfAa__variantName{color:var(--theme-muted);font-size:11px}.search-module__sIxfAa__resultPrice{color:var(--theme-accent-dark);margin-top:2px;font-size:13px;font-weight:700}
.grid-module__VxTgWG__container{width:100%;padding-bottom:16px}.grid-module__VxTgWG__group{padding:0 var(--layout-px,20px)}.grid-module__VxTgWG__sectionHead{align-items:center;gap:12px;padding:28px 0 16px;display:flex}.grid-module__VxTgWG__sectionName{font-family:var(--theme-font-display);color:var(--theme-text);letter-spacing:-.01em;flex-shrink:0;font-size:18px;font-weight:700}@media (min-width:1024px){.grid-module__VxTgWG__sectionName{font-size:22px}}.grid-module__VxTgWG__sectionLine{background:var(--theme-separator);flex:1;height:1px}.grid-module__VxTgWG__grid{grid-template-columns:repeat(2,1fr);gap:14px;padding-bottom:8px;display:grid}@media (min-width:600px){.grid-module__VxTgWG__grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:1024px){.grid-module__VxTgWG__grid{grid-template-columns:repeat(3,1fr);gap:22px}}@media (min-width:1280px){.grid-module__VxTgWG__grid{grid-template-columns:repeat(4,1fr)}}.grid-module__VxTgWG__card{cursor:pointer;flex-direction:column;display:flex;position:relative}.grid-module__VxTgWG__card:hover .grid-module__VxTgWG__cardBody{box-shadow:var(--theme-shadow-md);border-color:var(--theme-accent-soft);transform:translateY(-3px)}.grid-module__VxTgWG__cardUnavailable{opacity:.6}.grid-module__VxTgWG__cardImg{aspect-ratio:1;background:var(--theme-bg-secondary);border-radius:var(--theme-radius-md);z-index:1;width:100%;position:relative;overflow:hidden}.grid-module__VxTgWG__cardImgEl{object-fit:cover;width:100%;height:100%;transition:transform .4s;animation:.3s grid-module__VxTgWG__imgFadeIn;display:block}.grid-module__VxTgWG__card:hover .grid-module__VxTgWG__cardImgEl{transform:scale(1.04)}@keyframes grid-module__VxTgWG__imgFadeIn{0%{opacity:0}to{opacity:1}}.grid-module__VxTgWG__cardImgPlaceholder{color:var(--theme-accent-soft);opacity:.6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.grid-module__VxTgWG__scheduleChip{background:var(--theme-card-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--theme-muted);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;bottom:10px;left:10px}.grid-module__VxTgWG__favBtn{background:var(--theme-card-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:32px;height:32px;color:var(--theme-muted);cursor:pointer;box-shadow:var(--theme-shadow-xs);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,color .15s,background .15s;display:flex;position:absolute;top:10px;right:10px}.grid-module__VxTgWG__favBtn:hover{color:var(--theme-fav);transform:scale(1.1)}.grid-module__VxTgWG__favActive{color:var(--theme-fav)}.grid-module__VxTgWG__cardBody{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);z-index:2;box-shadow:var(--theme-shadow-sm);flex-direction:column;flex:1;gap:8px;margin-top:-30px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.grid-module__VxTgWG__cardTitle{font-family:var(--theme-font-display);color:var(--theme-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.grid-module__VxTgWG__cardTitle{font-size:16px}}.grid-module__VxTgWG__cardDesc{color:var(--theme-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.grid-module__VxTgWG__cardFooter{flex-direction:column;margin-top:auto;display:flex}.grid-module__VxTgWG__priceLine{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.grid-module__VxTgWG__price{color:var(--theme-text);font-size:18px;font-weight:700;font-family:var(--theme-font-display)}.grid-module__VxTgWG__discountBadgeInline{background:var(--theme-accent);color:var(--theme-on-accent);letter-spacing:.02em;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.grid-module__VxTgWG__empty{padding:60px var(--layout-px,20px);text-align:center;color:var(--theme-muted);font-size:15px}
.ads-module__y9sgNW__root{padding:0}.ads-module__y9sgNW__stage{background:var(--theme-card);border:1px solid var(--theme-border);width:100%;box-shadow:var(--theme-shadow-md);border-radius:0;flex-direction:column;display:flex;position:relative;overflow:hidden}.ads-module__y9sgNW__imgFrame{aspect-ratio:16/11;flex-shrink:0;width:100%;position:relative;overflow:hidden}.ads-module__y9sgNW__imgLink{z-index:1;display:block;position:absolute;inset:0}.ads-module__y9sgNW__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.ads-module__y9sgNW__imgIn{animation:.6s cubic-bezier(.16,1,.3,1) forwards ads-module__y9sgNW__aquaImgIn}.ads-module__y9sgNW__imgOut{opacity:.6;transition:opacity .25s}@keyframes ads-module__y9sgNW__aquaImgIn{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.ads-module__y9sgNW__wash{display:none}.ads-module__y9sgNW__glassCard{background:var(--theme-surface);z-index:2;align-items:flex-start;gap:12px;width:100%;padding:16px 16px 28px;display:flex;position:relative}.ads-module__y9sgNW__cardIn{animation:.5s cubic-bezier(.16,1,.3,1) both ads-module__y9sgNW__aquaCardIn}@keyframes ads-module__y9sgNW__aquaCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ads-module__y9sgNW__accentBar{background:linear-gradient(180deg, var(--theme-accent-soft), var(--theme-accent));border-radius:999px;flex-shrink:0;align-self:stretch;width:4px;min-height:38px}.ads-module__y9sgNW__cardBody{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.ads-module__y9sgNW__title{font-family:var(--theme-font-display);letter-spacing:-.01em;color:var(--theme-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(18px,5vw,24px);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.ads-module__y9sgNW__desc{font-family:var(--theme-font);color:var(--theme-text);-webkit-line-clamp:2;line-clamp:2;opacity:.85;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.ads-module__y9sgNW__descExpanded{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.ads-module__y9sgNW__expandBtn{font-family:var(--theme-font);color:var(--theme-accent);cursor:pointer;background:0 0;border:none;align-items:center;margin-top:2px;padding:0;font-size:13px;font-weight:600;transition:color .15s;display:flex}.ads-module__y9sgNW__expandBtn:hover{color:var(--theme-accent-dark)}.ads-module__y9sgNW__segments{align-items:center;gap:5px;display:flex;position:absolute;bottom:12px;left:16px;right:16px}.ads-module__y9sgNW__segment{background:var(--theme-accent-a22);cursor:pointer;border:none;border-radius:999px;flex:1;height:4px;padding:0;overflow:hidden}.ads-module__y9sgNW__segFill{background:var(--theme-accent);border-radius:999px;width:0;height:100%;display:block}.ads-module__y9sgNW__segFull{width:100%}.ads-module__y9sgNW__segActive{animation:linear forwards ads-module__y9sgNW__aquaSeg}@keyframes ads-module__y9sgNW__aquaSeg{0%{width:0}to{width:100%}}.ads-module__y9sgNW__edgeArrow{z-index:4;border:1px solid color-mix(in srgb, var(--theme-card) 65%, transparent);background:color-mix(in srgb, var(--theme-card) 60%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:34px;height:34px;color:var(--theme-accent-dark);cursor:pointer;box-shadow:var(--theme-shadow-sm);opacity:.9;border-radius:50%;justify-content:center;align-items:center;transition:background .18s,transform .18s,color .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ads-module__y9sgNW__edgeArrowLeft{left:12px}.ads-module__y9sgNW__edgeArrowRight{right:12px}.ads-module__y9sgNW__edgeArrow:hover{background:var(--theme-accent);color:var(--theme-on-accent);transform:translateY(-50%)scale(1.08)}@media (min-width:768px){.ads-module__y9sgNW__root{padding:20px var(--layout-px,20px) 0}.ads-module__y9sgNW__stage{aspect-ratio:12/5;background:var(--theme-bg-secondary);border-radius:var(--theme-radius-lg);display:block}.ads-module__y9sgNW__imgFrame{aspect-ratio:unset;height:100%;position:absolute;inset:0}.ads-module__y9sgNW__wash{pointer-events:none;background:linear-gradient(105deg, color-mix(in srgb, var(--theme-ink) 28%, transparent) 0%, color-mix(in srgb, var(--theme-ink) 6%, transparent) 38%, transparent 60%);display:block;position:absolute;inset:0}.ads-module__y9sgNW__glassCard{border-radius:var(--theme-radius-md);background:color-mix(in srgb, var(--theme-card) 70%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);border:1px solid color-mix(in srgb, var(--theme-card) 70%, transparent);width:auto;max-width:460px;box-shadow:var(--theme-shadow-lg);gap:16px;padding:20px 22px 30px;position:absolute;bottom:28px;left:28px}.ads-module__y9sgNW__segments{bottom:14px;left:22px;right:22px}.ads-module__y9sgNW__edgeArrow{opacity:0;width:38px;height:38px}.ads-module__y9sgNW__edgeArrowLeft{left:16px}.ads-module__y9sgNW__edgeArrowRight{right:16px}.ads-module__y9sgNW__stage:hover .ads-module__y9sgNW__edgeArrow{opacity:1}}
.favoritos-module__Pr-nVq__container{background:var(--theme-gradient);background-attachment:fixed;min-height:100dvh}.favoritos-module__Pr-nVq__header{border-bottom:1px solid var(--theme-separator);padding:24px 20px 16px}.favoritos-module__Pr-nVq__headerTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.favoritos-module__Pr-nVq__backBtn{background:var(--theme-card);border:1px solid var(--theme-border);width:38px;height:38px;color:var(--theme-text);cursor:pointer;box-shadow:var(--theme-shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.favoritos-module__Pr-nVq__backBtn:hover{border-color:var(--theme-accent);color:var(--theme-accent-dark)}.favoritos-module__Pr-nVq__title{font-family:var(--theme-font-display);color:var(--theme-text);margin:0;font-size:20px;font-weight:700}.favoritos-module__Pr-nVq__placeholder{width:38px}.favoritos-module__Pr-nVq__subtitle{color:var(--theme-muted);margin:0;font-size:13px}.favoritos-module__Pr-nVq__content{max-width:1400px;margin:0 auto;padding:24px 0 80px}.favoritos-module__Pr-nVq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60dvh;padding:80px 24px;display:flex}.favoritos-module__Pr-nVq__iconCircle{background:var(--theme-card);border:1px solid var(--theme-border);width:84px;height:84px;box-shadow:var(--theme-shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.favoritos-module__Pr-nVq__heartIcon{color:var(--theme-fav)}.favoritos-module__Pr-nVq__emptyTitle{font-family:var(--theme-font-display);color:var(--theme-text);margin:0;font-size:22px;font-weight:700}.favoritos-module__Pr-nVq__emptyText{color:var(--theme-muted);max-width:280px;margin:0;font-size:14px;line-height:1.5}.favoritos-module__Pr-nVq__exploreBtn{background:var(--theme-accent);color:var(--theme-on-accent);border-radius:var(--theme-radius-full);cursor:pointer;font-size:15px;font-weight:700;font-family:var(--theme-font);box-shadow:0 6px 18px var(--theme-accent-a32);border:none;padding:13px 30px;transition:transform .18s,box-shadow .18s}.favoritos-module__Pr-nVq__exploreBtn:hover{box-shadow:0 10px 24px var(--theme-accent-a45);transform:translateY(-2px)}
.app-module__Go8iPG__main{background:var(--theme-gradient);background-attachment:fixed;flex-direction:column;width:100%;min-height:100dvh;display:flex}.app-module__Go8iPG__wrapper{box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto}.app-module__Go8iPG__bodyGrid{display:block}.app-module__Go8iPG__sidebar{display:none}.app-module__Go8iPG__productArea{min-width:0}.app-module__Go8iPG__mobileFilter{display:block}@media (min-width:1024px){.app-module__Go8iPG__bodyGrid{border-top:1px solid var(--theme-separator);grid-template-columns:256px 1fr;align-items:start;min-height:60dvh;display:grid}.app-module__Go8iPG__sidebar{scrollbar-width:none;border-right:1px solid var(--theme-separator);max-height:calc(100dvh - 68px);padding:28px 0 40px;display:block;position:sticky;top:68px;overflow-y:auto}.app-module__Go8iPG__sidebar::-webkit-scrollbar{display:none}.app-module__Go8iPG__mobileFilter{display:none}}.app-module__Go8iPG__sideLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--theme-muted);margin:0;padding:0 24px 14px;font-size:10px;font-weight:700}.app-module__Go8iPG__sideItem{width:100%;color:var(--theme-muted);font-family:var(--theme-font);cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:8px;padding:10px 20px 10px 22px;font-size:14px;font-weight:500;line-height:1.3;transition:color .14s,background .14s,border-color .14s;display:flex}.app-module__Go8iPG__sideItem:hover{color:var(--theme-text);background:var(--theme-accent-a06)}.app-module__Go8iPG__sideItemActive{border-left-color:var(--theme-accent);color:var(--theme-accent-dark);background:var(--theme-accent-a10);font-weight:700}.app-module__Go8iPG__sideDot{background:var(--theme-accent);opacity:0;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:opacity .14s}.app-module__Go8iPG__sideItemActive .app-module__Go8iPG__sideDot{opacity:1}.app-module__Go8iPG__sideItemCount{color:var(--theme-muted);margin-left:auto;font-size:11px;font-weight:500}
