.shop-main{display:block;max-width:1360px;min-height:55vh;padding:35px 30px 55px}.shop-main h1{font-size:32px;margin:8px 0 30px}.shop-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.shop-product{display:block;text-decoration:none;color:#252529;min-width:0;padding-bottom:20px;border-bottom:1px solid #ddd}.shop-product img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#f4f4f4;margin-bottom:18px}.shop-product h2{font-size:22px;line-height:1.2;margin:6px 0;overflow-wrap:anywhere}.shop-product p{font-size:14px;margin:8px 0}.shop-product small{color:#666}.shop-product span{display:block;margin-top:16px;color:#b41628;font-weight:700;font-size:14px}.shop-product:focus-visible{outline:3px solid #00aeba;outline-offset:5px}@media(max-width:900px){.shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.shop-main{padding:25px 18px}.shop-products{gap:18px}.shop-product h2{font-size:19px}.shop-product p{font-size:13px}}
