@charset "utf-8";

#wrapper.store-home-page {min-width:0;background:#fff}
#wrapper.store-home-page #container {width:100%;max-width:1600px;padding:0 64px}
#container.store-home-page {background:#fff;padding:0 20px}
.store-home {padding:64px 0 88px;color:#171717}
.store-home__category + .store-home__category {margin-top:80px;padding-top:64px;border-top:1px solid #eee}
.store-home__heading {position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;margin-bottom:42px;padding:0 110px}
.store-home__heading h2 {font-size:30px;font-weight:700;line-height:1.4;word-break:keep-all;text-align:center}
.store-home__heading a {color:inherit}
.store-home__more {position:absolute;right:0;font-size:13px;color:#777 !important;white-space:nowrap}
.store-home__more span[aria-hidden] {margin-left:7px}
.store-home__products {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;margin:0;padding:0;list-style:none}
.store-home__product {min-width:0}
.store-home__product>a {display:block;color:inherit;text-decoration:none}
.store-home a:focus-visible {outline:2px solid #222;outline-offset:4px}
.store-home__image {aspect-ratio:1;background:#fafafa;overflow:hidden}
.store-home__image img {display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s ease}
.store-home__product>a:hover .store-home__image img {transform:scale(1.025)}
.store-home__name {margin:20px 0 8px;font-size:14px;font-weight:400;line-height:1.65;word-break:keep-all;overflow-wrap:anywhere}
.store-home__price {font-size:16px;line-height:1.5;font-weight:700}
.store-home__soldout {display:inline-block;margin-top:8px;padding:3px 6px;background:#222;color:#fff;font-size:11px;line-height:1.3}
.store-home__empty {padding:100px 20px;text-align:center;color:#777;font-size:15px}
@media (max-width:1300px) {
    #wrapper.store-home-page #container {padding:0 40px}
    .store-home__products {gap:20px}
}
@media (max-width:767px) {
    #wrapper.store-home-page #container {padding:0 20px}
    .store-home {padding:36px 0 52px}
    .store-home__category + .store-home__category {margin-top:42px;padding-top:36px}
    .store-home__heading {justify-content:space-between;gap:16px;min-height:34px;margin-bottom:24px;padding:0}
    .store-home__heading h2 {font-size:24px;text-align:left}
    .store-home__more {position:static;font-size:12px}
    .store-home__products {grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 16px) / 2.15);gap:16px;overflow-x:auto;padding:4px 0 20px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#555 #eee}
    .store-home__product {scroll-snap-align:start}
    .store-home__name {margin-top:14px;font-size:13px}
    .store-home__price {font-size:15px}
}
@media (prefers-reduced-motion:reduce) {
    .store-home__image img {transition:none}
}
