.shop-page{min-height:100vh;background:#070707;color:#f6f6f7}.shop-nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:22px 0;border-bottom:1px solid #252529}.shop-nav .brand{background:url(/logo-red.png) 50%/contain no-repeat;width:142px;height:52px;font-size:0}.shop-nav .brand>*{display:none}.back-link{font-size:11px;font-weight:700}.shop-hero{max-width:1200px;margin:auto;padding:92px 0 55px}.shop-hero h1{font-size:62px;line-height:.88}.shop-hero p:last-child{font-size:16px;color:#96969d;margin-top:20px}.shop-list{max-width:1200px;margin:auto;padding-bottom:100px}.shop-list-heading{display:flex;justify-content:space-between;border-top:1px solid #2a2a2e;border-bottom:1px solid #2a2a2e;padding:14px 0;color:var(--red);font-size:10px;font-weight:700;letter-spacing:1.5px}.shop-catalog{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:24px}.catalog-card,.product-card{background:#101014;border:1px solid #28282d}.catalog-image,.product-image{height:190px;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#321017,#151518 58%)}.catalog-image svg,.product-image svg{width:78px;height:78px;color:var(--red);stroke-width:1.2}.catalog-info,.product-details{padding:19px}.catalog-info p,.product-details p{margin:0 0 9px;color:#909097;font-size:11px}.catalog-info h2,.product-details h3{font-size:25px;line-height:1}.catalog-info strong,.product-details strong{display:block;font:700 30px Barlow Condensed;margin:13px 0}.catalog-info button{width:100%;border:1px solid #3a3a40;background:transparent;color:#f4f4f5;padding:11px;font-size:10px;font-weight:700;cursor:pointer}.catalog-info button span,.product-details a span,.shop-button span{color:var(--red);margin-left:5px}.shop-cta{max-width:1200px;margin:0 auto 80px;padding:55px 65px;background:linear-gradient(100deg,#101014,#25090e);display:flex;align-items:center;justify-content:space-between;border:1px solid #392026}.shop-cta h2{font-size:42px;line-height:.9}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:38px}.product-card{transition:transform .2s ease}.product-card:hover{transform:translateY(-4px);border-color:#7f2430}.product-image{height:175px}.product-details h3{font-size:23px}.product-details a{font-size:10px;font-weight:700}.shop-sub{text-align:center;color:#96969d;font-size:14px;margin:12px 0 0}.shop-button{display:flex;width:max-content;margin:30px auto 0}@media(max-width:800px){.shop-hero,.shop-list,.shop-nav{margin-left:25px;margin-right:25px}.shop-nav{padding:16px 0}.shop-hero{padding:62px 0 40px;text-align:center}.shop-hero h1{font-size:48px}.product-grid,.shop-catalog{grid-template-columns:repeat(2,1fr)}.shop-cta{margin:0 25px 50px;padding:38px 25px;display:block;text-align:center}.shop-cta .button{margin-top:20px}.catalog-image,.product-image{height:145px}.catalog-info h2,.product-details h3{font-size:21px}}@media(max-width:440px){.product-grid,.shop-catalog{grid-template-columns:1fr}.shop-list-heading{font-size:8px}.shop-nav .brand{width:110px;height:42px}.back-link{font-size:9px}}.catalog-image{height:auto!important;width:100%;aspect-ratio:4/3;background-size:cover;background-position:50%}@media(max-width:800px){.catalog-image{aspect-ratio:1/1}}@media(max-width:440px){.catalog-image{aspect-ratio:16/10}}.catalog-info button{display:none}