/* Storefront styles: scoped so the landing page remains unchanged. */
.storage-shop{--shop-blue:#2563eb;--shop-ink:#172033;--shop-muted:#687386;--shop-line:#e5eaf1;--shop-bg:#f4f7fb;background:var(--shop-bg);margin:0 -1rem;padding:42px 1rem 72px;color:var(--shop-ink)}.storage-shop *,.storage-shop *:before,.storage-shop *:after{box-sizing:border-box}.storage-shop__container{max-width:1240px;margin:0 auto}.shop-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px;color:#7b8797;font-size:14px}.shop-breadcrumbs a{color:#60708a;text-decoration:none}.shop-breadcrumbs a:hover,.shop-back-link:hover{color:var(--shop-blue)}.shop-page-heading{max-width:800px;margin-bottom:38px}.shop-page-heading h1{margin:0;color:var(--shop-ink);font-size:clamp(30px,4vw,46px);line-height:1.12;font-weight:700;letter-spacing:-.03em}.shop-page-heading p{margin:13px 0 0;color:var(--shop-muted);font-size:17px;line-height:1.55}.shop-section{margin-top:34px}.shop-section--products{margin-top:52px}.shop-section__topline{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.shop-section__eyebrow{margin:0 0 5px;color:var(--shop-blue);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.shop-section h2,.brand-hero h2,.product-detail h2,.product-description h2{margin:0;color:var(--shop-ink);font-size:clamp(22px,2.5vw,30px);line-height:1.2;font-weight:700;letter-spacing:-.02em}.shop-back-link{display:inline-flex;align-items:center;gap:8px;flex:none;color:#334155;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}.shop-back-link--top{margin:-8px 0 18px}.shop-results-count{display:inline-flex;padding:8px 12px;border:1px solid var(--shop-line);border-radius:999px;color:var(--shop-muted);background:#fff;font-size:13px;font-weight:600}.brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.brand-card{display:grid;grid-template-columns:76px minmax(0,1fr) 18px;align-items:center;gap:15px;min-height:112px;padding:16px;border:1px solid var(--shop-line);border-radius:14px;color:var(--shop-ink);background:#fff;text-decoration:none;box-shadow:0 5px 18px rgba(23,32,51,.035);transition:.2s}.brand-card:hover{color:var(--shop-ink);border-color:#c7d7f8;box-shadow:0 12px 28px rgba(37,99,235,.1);transform:translateY(-2px)}.brand-card>i{color:#9aa6b6;font-size:13px}.brand-card__logo,.brand-hero__logo{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc}.brand-card__logo{width:76px;height:76px}.brand-card__logo img,.brand-hero__logo img{width:100%;height:100%;object-fit:contain;padding:8px}.brand-card__logo>span,.brand-hero__logo>span{color:var(--shop-blue);font-size:28px;font-weight:700}.brand-card__body{min-width:0}.brand-card__body strong{display:block;font-size:17px;line-height:1.25}.brand-card__body small{display:block;margin-top:6px;color:var(--shop-muted);font-size:13px;line-height:1.35}.brand-hero{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:22px;padding:22px;border:1px solid var(--shop-line);border-radius:16px;background:#fff}.brand-hero__logo{width:112px;height:92px}.brand-hero p:not(.shop-section__eyebrow){margin:8px 0 0;color:var(--shop-muted);line-height:1.55}.category-chips{display:flex;flex-wrap:wrap;gap:10px}.category-chips a{display:inline-flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid var(--shop-line);border-radius:9px;color:#334155;background:#fff;font-size:14px;font-weight:600;text-decoration:none}.category-chips a:hover{border-color:#bed1fb;color:var(--shop-blue);background:#f8fbff}.category-chips i{font-size:11px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--shop-line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(23,32,51,.035);transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(23,32,51,.1)}.product-card__image{display:flex;height:205px;align-items:center;justify-content:center;padding:18px;border-bottom:1px solid #edf1f5;background:#fbfcfe}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__image i,.product-detail__media>i{color:#9eb8ef;font-size:47px}.product-card__body{display:flex;flex:1;flex-direction:column;padding:17px}.product-card__meta{margin:0 0 7px;color:var(--shop-muted);font-size:12px;line-height:1.35}.product-card h3{margin:0;font-size:16px;line-height:1.38;font-weight:700}.product-card h3 a{color:var(--shop-ink);text-decoration:none}.product-card h3 a:hover{color:var(--shop-blue)}.product-card__package{margin:10px 0 0;color:var(--shop-muted);font-size:13px}.product-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.product-card__price{display:block;color:var(--shop-blue);font-size:19px;line-height:1.2}.stock-status{display:block;margin-top:5px;font-size:12px;font-weight:600}.stock-status--in{color:#17934b}.stock-status--out{color:#c24145}.product-card__more{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:var(--shop-blue);background:#edf4ff;text-decoration:none}.product-card__more:hover{color:#fff;background:var(--shop-blue)}.product-detail{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid var(--shop-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(23,32,51,.06)}.product-detail__media{display:flex;min-height:390px;max-height:470px;align-items:center;justify-content:center;padding:32px;background:#fbfcfe;border-right:1px solid var(--shop-line)}.product-detail__media img{width:100%;height:100%;max-height:380px;object-fit:contain}.product-detail__info{padding:34px}.product-detail__brand{margin:0 0 12px;color:var(--shop-muted);font-size:14px}.product-detail__brand a{color:var(--shop-blue);font-weight:600;text-decoration:none}.product-detail__brand a:hover{text-decoration:underline}.product-detail__purchase{margin:24px 0;padding:20px;border-radius:12px;background:#f6f9fe}.product-detail__purchase>strong{display:block;color:var(--shop-blue);font-size:31px;line-height:1.1}.product-detail__purchase>span{display:block;margin-top:5px;color:var(--shop-muted);font-size:14px}.product-detail__purchase .stock-status{margin:14px 0 0;font-size:14px}.product-detail__reserved{margin:7px 0 0;color:#a16207;font-size:13px}.product-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-detail__facts>div{display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:9px;padding:14px;border:1px solid var(--shop-line);border-radius:10px}.product-detail__facts i{grid-row:span 2;color:var(--shop-blue);margin-top:3px}.product-detail__facts span{color:var(--shop-muted);font-size:12px}.product-detail__facts strong{margin-top:3px;font-size:13px;line-height:1.3}.product-description{margin-top:18px;padding:30px 34px;border:1px solid var(--shop-line);border-radius:16px;background:#fff}.product-description>div{max-width:900px;margin-top:18px;color:#465268;line-height:1.7}.product-description p{margin:0 0 1em}.product-description ul,.product-description ol{margin:0 0 1em;padding-left:1.35em}.shop-empty{grid-column:1/-1;padding:32px;border:1px dashed #cbd5e1;border-radius:12px;color:var(--shop-muted);background:#fff;text-align:center}
@media(max-width:1050px){.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.storage-shop{padding:30px 1rem 48px}.shop-page-heading{margin-bottom:28px}.shop-page-heading p{font-size:16px}.shop-section--products{margin-top:38px}.brand-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-card{grid-template-columns:58px minmax(0,1fr);min-height:92px;gap:11px;padding:12px}.brand-card>i{display:none}.brand-card__logo{width:58px;height:58px}.brand-card__body strong{font-size:15px}.brand-card__body small{font-size:12px}.brand-hero{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:16px}.brand-hero__logo{width:72px;height:64px}.brand-hero .shop-back-link{grid-column:1/-1}.product-card__image{height:165px;padding:12px}.product-card__body{padding:13px}.product-card h3{font-size:14px}.product-card__price{font-size:17px}.product-card__more{display:none}.product-detail{grid-template-columns:1fr}.product-detail__media{min-height:260px;max-height:310px;padding:22px;border-right:0;border-bottom:1px solid var(--shop-line)}.product-detail__media img{max-height:260px}.product-detail__info{padding:22px}.product-detail__facts{grid-template-columns:1fr}.product-description{padding:22px}}@media(max-width:480px){.shop-section__topline{align-items:start;flex-direction:column;gap:10px}.brand-grid,.product-grid{grid-template-columns:1fr}.brand-card{grid-template-columns:68px minmax(0,1fr) 18px}.brand-card>i{display:block}.brand-card__logo{width:68px;height:68px}.product-card{display:grid;grid-template-columns:115px minmax(0,1fr)}.product-card__image{height:100%;min-height:150px;border-right:1px solid #edf1f5;border-bottom:0}.product-card__body{min-height:160px}.product-detail__purchase>strong{font-size:27px}}
.shop-site-header{position:relative!important;top:auto!important;z-index:auto!important;background:#1d4ed8!important;background:linear-gradient(90deg,#2563eb,#1e40af)!important;isolation:isolate}
