:root{--store-accent:#0756b7;--store-accent-dark:#073b7a;--store-ink:#111827;--store-muted:#667085;--store-line:#e5e7eb;--store-soft:#f6f7f9;--store-radius:10px}
.store-page{font-family:Inter,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--store-ink)}.store-page a,.store-page button,.store-page input,.store-page select{transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s}.store-page :where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--store-accent);outline-offset:2px}.store-page main{width:min(100%,1440px);overflow:hidden}
.gr-header{background:#07111f}.gr-header-inner{max-width:1440px}.gr-desktop-nav{justify-content:flex-start}.gr-desktop-nav a{font-size:13px}.gr-icon{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gr-search-toggle,.gr-account,.gr-cart{min-width:52px;min-height:44px;cursor:pointer}.gr-header-search{max-width:960px}.gr-header-search input{height:46px;border:1px solid #d0d5dd}.gr-header-search button{min-width:84px;font-weight:700}.gr-header-search button:hover{background:var(--store-accent-dark)}
.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.store-product-card{position:relative;display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius);overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.04)}.store-product-card:hover{border-color:#c5d0df;box-shadow:0 4px 12px rgba(16,24,40,.08)}.store-product-card__image{position:relative;display:grid;place-items:center;aspect-ratio:4/3;padding:16px;background:#fff;border-bottom:1px solid #eef1f5;overflow:hidden}.store-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.store-product-card:hover .store-product-card__image img{transform:scale(1.02)}.store-product-card__placeholder{font-size:12px;font-weight:800;letter-spacing:.12em;color:#98a2b3}.store-product-card__badge{position:absolute;z-index:2;top:10px;left:10px;padding:4px 8px;background:#b42318;color:#fff;border-radius:5px;font-size:11px;font-weight:800}.store-product-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.store-product-card__meta{display:flex;justify-content:space-between;gap:8px;margin:0 0 8px;color:var(--store-muted);font-size:11px}.store-product-card__meta span{text-align:right}.store-product-card h3{min-height:2.9em;margin:0 0 10px;font-size:15px;line-height:1.45}.store-product-card h3 a{color:var(--store-ink)}.store-product-card__specs{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 12px;padding:0;list-style:none}.store-product-card__specs li{max-width:100%;padding:4px 7px;background:var(--store-soft);border:1px solid #edf0f3;border-radius:5px;color:#475467;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-product-card__price{display:flex;align-items:baseline;gap:6px;margin-top:auto}.store-product-card__price del{color:#98a2b3;font-size:11px}.store-product-card__price strong{font-size:20px;letter-spacing:-.02em}.store-product-card__price small{color:var(--store-muted);font-size:10px}.store-product-card__stock{display:flex;align-items:center;gap:6px;margin:8px 0 12px;font-size:12px;font-weight:700}.store-product-card__stock span{width:7px;height:7px;border-radius:50%;background:#16803c}.store-product-card__stock.is-unavailable{color:#b42318}.store-product-card__stock.is-unavailable span{background:#b42318}.store-product-card__actions{display:grid;grid-template-columns:1fr 44px;gap:8px}.store-product-card__actions>a,.store-product-card__actions button{display:grid;place-items:center;min-height:44px;border-radius:7px;font-weight:700}.store-product-card__actions>a{background:var(--store-accent);color:#fff;font-size:13px}.store-product-card__actions>a:hover{background:var(--store-accent-dark)}.store-product-card__actions form{margin:0}.store-product-card__actions button{width:44px;background:#fff;border:1px solid #cfd6e0;color:var(--store-accent);font-size:20px;cursor:pointer}
.store-footer{display:grid!important;grid-template-columns:1.3fr repeat(3,minmax(150px,1fr));align-items:start}.store-footer__links h2{margin:2px 0 14px;color:#fff;font-size:13px}.store-footer__links nav{display:grid!important;gap:9px!important;margin:0!important}.store-footer__links nav a{font-size:12px!important}.footer-payments{grid-column:4}.footer-info{grid-row:1/3}.footer-info>nav{display:none!important}
@media(max-width:1100px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-footer{grid-template-columns:1.2fr repeat(2,1fr)}.footer-payments{grid-column:auto}}
@media(max-width:760px){.store-page main{padding-inline:16px}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-product-card__image{padding:10px}.store-product-card__body{padding:11px}.store-product-card h3{font-size:13px}.store-product-card__specs li:nth-child(n+3){display:none}.store-product-card__price{flex-wrap:wrap;gap:3px}.store-product-card__price del{width:100%}.store-product-card__price strong{font-size:16px}.store-product-card__actions{grid-template-columns:1fr 42px}.store-product-card__actions>a{font-size:11px}.store-footer{display:grid!important;grid-template-columns:1fr 1fr;padding-inline:20px!important}.footer-info{grid-column:1/-1;grid-row:auto}.footer-payments{grid-column:1/-1}.gr-mobile-bottom a{min-height:44px}.gr-mobile-bottom .gr-icon{width:19px;height:19px}}
@media(max-width:390px){.store-page main{padding-inline:12px}.store-product-card__meta span{display:none}.store-product-card__specs{display:none}.store-product-card__stock{font-size:11px}}
.footer-info>nav{display:flex!important}
.catalog-grid.store-product-grid,.gh-product-grid.store-product-grid,.favorite-grid.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalog-grid.store-product-grid .store-product-card,.gh-product-grid.store-product-grid .store-product-card,.favorite-grid.store-product-grid .store-product-card{display:flex;padding:0;text-align:left}.modern-cart-layout{align-items:start}.cart-items article{border:1px solid var(--store-line)!important;border-radius:10px!important;box-shadow:none!important}.cart-summary{position:sticky;top:92px;border:1px solid var(--store-line)!important;border-radius:10px!important;box-shadow:0 1px 2px rgba(16,24,40,.04)!important}.cart-summary .button{min-height:48px;background:var(--store-accent)}
@media(max-width:1100px){.catalog-grid.store-product-grid,.gh-product-grid.store-product-grid,.favorite-grid.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.catalog-grid.store-product-grid,.gh-product-grid.store-product-grid,.favorite-grid.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.modern-cart-layout{display:block}.cart-summary{position:static;margin-top:16px}.cart-summary .button{position:fixed;z-index:180;right:12px;bottom:74px;left:12px;box-shadow:0 6px 20px rgba(7,17,31,.24)}}
