.shop-app { padding-bottom: 115px; }
.shop-app .app-tabs { margin-bottom: 30px; }
.shop-section-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.shop-section-heading h2 { font-size:18px; margin:0 0 17px; letter-spacing:-.06em; }
.shop-section-heading a { margin:0 0 17px; color:#111; font-size:11px; font-weight:800; text-decoration:none; white-space:nowrap; }
.shop-featured { margin-bottom:30px; }
.shop-product { position:relative; min-width:0; }
.shop-product a { display:block; color:#111; text-decoration:none; }
.shop-product img { display:block; width:100%; aspect-ratio:1; object-fit:cover; background:#efefed; }
.shop-product p { margin:8px 0 4px; font-size:11px; font-weight:800; line-height:1.35; }
.shop-product b { font-size:11px; }
.shop-product-compact { min-width:194px; }
.shop-product-compact img { width:194px; height:192px; border-radius:4px; }
.shop-product-compact p { margin-bottom:0; white-space:nowrap; }
.shop-product .favorite-product { top:12px; right:12px; width:45px; height:45px; font-size:21px; }
.shop-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px 10px; }
.shop-categories { display:grid; gap:5px; margin:38px -27px 0; }
.shop-category-menu { background:#252b30; color:#fff; }
.shop-category-menu summary { position:relative; height:145px; display:flex; align-items:center; padding:25px 27px; cursor:pointer; list-style:none; overflow:hidden; }
.shop-category-menu summary::-webkit-details-marker { display:none; }
.shop-category-menu summary span { position:relative; z-index:2; font-size:21px; font-weight:800; letter-spacing:-.06em; }
.shop-category-menu summary img { position:absolute; inset:0 0 0 auto; width:52%; height:100%; object-fit:cover; opacity:.62; mix-blend-mode:screen; }
.shop-category-menu summary b { position:absolute; z-index:3; right:25px; top:50%; width:32px; height:32px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.65); border-radius:50%; transform:translateY(-50%); font-size:24px; font-weight:400; transition:transform .2s ease; }
.shop-category-menu[open] summary b { transform:translateY(-50%) rotate(45deg); }
.shop-category-panel { padding:23px 27px 28px; background:#171b20; border-top:1px solid rgba(255,255,255,.14); }
.shop-menu-label { margin:0 0 12px; color:#b9bec3; font-size:10px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.shop-option-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.shop-option-grid + .shop-menu-label { margin-top:25px; }
.shop-option-grid a { min-height:42px; display:flex; align-items:center; padding:9px 11px; border:1px solid rgba(255,255,255,.2); border-radius:7px; color:#fff; font-size:11px; font-weight:700; line-height:1.25; text-decoration:none; }
.shop-option-grid a:active { background:#ff5620; border-color:#ff5620; }
.shop-player-options a:first-child { grid-column:span 2; background:#fff; color:#111; }

@media (min-width:851px) { .shop-page { display:none; } }
@media (max-width:380px) { .shop-option-grid { grid-template-columns:1fr; }.shop-player-options a:first-child { grid-column:auto; } }
