.module--shop .shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.module--shop .shop-card{overflow:hidden;display:flex;flex-direction:column}.module--shop .shop-image{height:330px;position:relative;overflow:hidden;background:#090909}.module--shop .shop-image{--offer-x:50%;--offer-y:50%;--offer-zoom:1}.module--shop .shop-image img{width:100%;height:100%;object-fit:cover;object-position:var(--offer-x) var(--offer-y);transform:scale(var(--offer-zoom));transform-origin:center;transition:transform .35s,filter .35s}.module--shop .shop-card:hover .shop-image img{transform:scale(calc(var(--offer-zoom) + .035));filter:brightness(1.04)}.module--shop .shop-image span{position:absolute;left:18px;top:18px;border-radius:999px;background:rgba(8,9,11,.82);border:1px solid var(--line);padding:7px 11px;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em}.module--shop .shop-copy{padding:26px;display:flex;flex-direction:column;flex:1}.module--shop .shop-copy small{color:var(--gold);text-transform:uppercase;letter-spacing:.16em}.module--shop h3{font-family:'Bebas Neue';font-size:2.25rem;letter-spacing:.04em;margin:8px 0 0}.module--shop .shop-price{font-weight:800;color:#fff;margin:2px 0 12px}.module--shop .shop-copy p{color:var(--muted);flex:1}.module--shop .shop-note{text-align:center;color:#777;margin-top:28px;font-size:.78rem}@media(max-width:900px){.module--shop .shop-grid{grid-template-columns:1fr}.module--shop .shop-card{display:grid;grid-template-columns:.8fr 1.2fr}.module--shop .shop-image{height:100%}}@media(max-width:580px){.module--shop .shop-card{display:block}.module--shop .shop-image{height:300px}}
.module--shop .shop-paypal{display:flex;justify-content:flex-start;margin-top:auto}.module--shop .shop-paypal-button{cursor:pointer;max-width:100%;filter:drop-shadow(0 10px 22px rgba(242,181,68,.18))}
.module--shop .shop-empty{padding:34px;text-align:center;color:var(--muted)}
.module--shop .shop-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
