.home-stores{max-width:var(--fs-container);margin:0 auto;padding:0 16px 48px;box-sizing:border-box}.home-stores__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.home-stores__title{font-size:1.25rem;font-weight:700}.home-stores__all{font-size:.95rem;text-decoration:none;color:#111;opacity:.8;transition:opacity .15s ease}.home-stores__all:hover{opacity:1}.home-stores__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.home-stores__grid>*{grid-column:span 4}@media (max-width:1024px){.home-stores__grid>*{grid-column:span 6}}@media (max-width:640px){.home-stores__grid>*{grid-column:span 12}}@media (max-width:811px){.home-stores__rail{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-stores__slide{flex:0 0 calc(85%);max-width:420px;scroll-snap-align:start}.home-stores__rail::-webkit-scrollbar{height:6px}.home-stores__rail::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:999px}}.home-gradient{background:linear-gradient(180deg,#f5f5f5,#ffffff);border-radius:12px;padding-bottom:24px}:root{--pc2-bg:#ffffff;--pc2-border:#e5e7eb;--pc2-shadow:0 8px 22px rgba(0,0,0,.06);--pc2-shadow-hover:0 10px 26px rgba(0,0,0,.08);--pc2-text:#111827;--pc2-weak:#6b7280;--pc2-accent:#111;--pc2-danger:#e01414;--pc2-chip-bg:rgba(255,209,56,.22);--pc2-chip-border:rgba(243,193,33,.65);--pc2-media-maxh:260px;--pc2-title-lines:2;--pc2-title-lh:1.25}.pcardV2{position:relative;display:flex;flex-direction:column;background:var(--pc2-bg);border:1px solid var(--pc2-border);border-radius:16px;overflow:hidden;box-shadow:var(--pc2-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pcardV2:hover{transform:translateY(-2px);box-shadow:var(--pc2-shadow-hover);border-color:#e3e6eb}.pcardV2__media{position:relative;width:100%;max-height:var(--pc2-media-maxh);background:linear-gradient(180deg,#f6f7fb,#eef1f6);overflow:hidden}.pcardV2__media:before{content:"";display:block;padding-top:125%}.pcardV2__media img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 20%;object-position:50% 20%;display:block}.pcardV2__body{padding:14px 16px 16px;color:var(--pc2-text);display:flex;flex-direction:column}.pcardV2__rowTop{display:flex;align-items:center;gap:12px;justify-content:space-between}.pcardV2__store{font-size:.82rem;color:var(--pc2-weak);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcardV2__title{margin:0 0 8px;font-size:1rem;font-weight:600;line-height:var(--pc2-title-lh);display:-webkit-box;-webkit-line-clamp:var(--pc2-title-lines);-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1em * var(--pc2-title-lh) * var(--pc2-title-lines))}.pcardV2__priceRow{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;flex-wrap:nowrap}.pcardV2__priceGroup{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.pcardV2__price{font-weight:800;color:var(--pc2-text);font-size:clamp(1.05rem,1.4vw,1.05rem);line-height:1.1}.pcardV2__price.isPromo{color:#e01414}.pcardV2__old{color:#9aa1ac;text-decoration:line-through;font-size:.95rem;line-height:1.05}.pcardV2__ctaRow{display:flex;justify-content:flex-end;flex:0 0 auto;margin-left:auto;min-width:0}.pcardV2__cta{display:inline-flex;align-items:center;justify-content:center;min-width:clamp(92px,8.5vw,120px);height:36px;padding:0 clamp(10px,1.1vw,14px);border-radius:10px;font-weight:800;font-size:clamp(.82rem,1vw,.9rem);text-decoration:none;color:#1f1f1f;background:#ffd138;border:1px solid #f3c121;box-shadow:0 6px 12px rgba(0,0,0,.06);white-space:nowrap}.pcardV2__cta:hover{filter:brightness(.97)}.pcardV2__cta:active{transform:translateY(1px)}@media (max-width:600px){.pcardV2__ctaRow{display:none}}@media (min-width:601px) and (max-width:1100px){.pcardV2__priceRow{gap:10px}.pcardV2__cta{height:34px}}.fs-loader{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,#f7f8fc,#eef1f6);z-index:3;pointer-events:none}.fs-loader__badge{position:relative;width:58px;height:58px;display:grid;place-items:center;border-radius:999px;transform:translateZ(0)}.fs-loader__svg{position:absolute;inset:0;width:58px;height:58px}.fs-loader__text{position:relative;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans;font-weight:900;font-size:16px;letter-spacing:-.08em;line-height:1;color:rgba(0,0,0,.32);text-shadow:0 6px 16px rgba(0,0,0,.06)}.fs-ringDraw{fill:none;stroke:rgba(0,0,0,.28);stroke-width:3.2;stroke-linecap:round;stroke-dasharray:138.2;stroke-dashoffset:138.2;animation:fs-ring-draw .52s ease forwards}@keyframes fs-ring-draw{to{stroke-dashoffset:0}}.fs-ringSpin{fill:none;stroke:rgba(0,0,0,.34);stroke-width:3.2;stroke-linecap:round;stroke-dasharray:42 96.2;stroke-dashoffset:0;opacity:0;transform-origin:32px 32px;animation:fs-spin-in .12s ease .52s forwards,fs-rotate .9s linear .52s infinite}@keyframes fs-spin-in{to{opacity:1}}@keyframes fs-rotate{to{transform:rotate(1turn)}}.fs-loader__text{animation:fs-text-pulse .9s ease-in-out infinite}@keyframes fs-text-pulse{0%,to{opacity:.75;transform:translateY(0)}50%{opacity:1;transform:translateY(.5px)}}@media (prefers-reduced-motion:reduce){.fs-loader__text,.fs-ringDraw,.fs-ringSpin{animation:none!important}.fs-ringSpin{opacity:1}}