.shop-page .shop-heading{margin-bottom:45px}
.shop-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:30px}
.shop-card{position:relative;display:flex;align-items:center;min-height:243px;overflow:hidden;padding:0 42px;border-radius:3px;background:var(--shop-card-color,#ad2623);color:#fff}
.shop-card--small{grid-column:span 2}.shop-card--wide{grid-column:span 3}
.shop-card__title{position:relative;z-index:2;font-size:21px;font-weight:700;line-height:1.4;text-transform:uppercase}
.shop-card__watermark{position:absolute;z-index:1;left:0;top:136px;color:rgba(255,255,255,.2);font-size:100px;font-weight:700;line-height:1.36;white-space:nowrap;pointer-events:none}
.shop-card__logo{position:absolute;z-index:2;right:20px;top:17px;width:285px;height:209px;object-fit:contain}
.shop-card:hover,.shop-card:focus-visible{background:#e42d24;color:#fff;text-decoration:none}
.product-heading{margin-bottom:45px}.product-layout{display:flex;gap:30px;min-height:460px}
.product-gallery{display:flex;flex:0 0 500px;gap:20px;height:460px;overflow:visible;background:transparent}
.product-thumbnails{display:flex;flex:0 0 100px;flex-direction:column;gap:10px;}
.product-thumbnail{display:block;width:100px;height:100px;padding:0;overflow:hidden;border:1px solid transparent;border-radius:3px;background:#fff;cursor:pointer}.product-thumbnail.is-active{border-color:#e42d24}
.product-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.product-photo{position:relative;display:block;flex:0 0 380px;width:380px;height:460px;padding:0;overflow:hidden;border:0;border-radius:3px;background:#fff;cursor:zoom-in}
.product-photo img{display:block;width:100%;height:100%;object-fit:cover}.product-photo__zoom{position:absolute;top:12px;right:12px;width:27px;height:27px;border:2px solid rgba(255,255,255,.75);border-radius:50%}.product-photo__zoom:after{content:'';position:absolute;right:-6px;bottom:-4px;width:9px;height:2px;background:rgba(255,255,255,.75);transform:rotate(48deg);transform-origin:left center}.product-info{flex:1;min-width:0}
.product-price{display:flex;align-items:center;gap:10px;height:46px;margin:0;font-size:24px;line-height:1}.product-price strong{font-size:34px;line-height:1;font-weight:700}
.product-currency{width:auto;height:30px;color:#fff;font-size:16px;line-height:30px}.product-details-toggle{display:block;margin-top:30px;padding:0;border:0;background:transparent;color:#fff;font:700 21px/29px 'Open Sans',sans-serif;text-align:left;cursor:pointer}
.product-details{margin-top:20px;color:#b8b8b8;font-size:15px;line-height:1.5}
.product-details[hidden]{display:none}.product-details p:first-child{margin-top:0}.product-lightbox{width:min(900px,calc(100% - 32px));max-height:90vh;padding:0;border:0;border-radius:3px;background:#111}.product-lightbox::backdrop{background:rgba(0,0,0,.85)}.product-lightbox img{display:block;width:100%;max-height:90vh;object-fit:contain}.product-lightbox__close{position:absolute;z-index:2;top:10px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:32px;line-height:1;cursor:pointer}
.shop-back{display:inline-block;margin-bottom:30px;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.product-card{display:flex;flex-direction:column;gap:10px;color:#fff}.product-card:hover{text-decoration:none}.product-card__image{display:block;height:260px;overflow:hidden;border-radius:3px;background-color:#ad2623;background-position:center;background-repeat:no-repeat;background-size:cover}.product-card strong{font-size:21px}.product-card>span:last-child{font-size:18px}.shop-empty{color:var(--ba-muted)}
@media (max-width:1100px){.shop-card{padding-inline:30px}.product-gallery{flex-basis:500px}.product-photo{flex-basis:380px}}
@media (max-width:767px){.shop-grid,.product-grid{grid-template-columns:1fr;gap:18px}.shop-card,.shop-card--small,.shop-card--wide{grid-column:auto;min-height:150px;padding:0 22px}.shop-card__title{font-size:18px}.shop-card__watermark{top:82px;font-size:62px}.shop-card__logo{right:8px;top:12px;width:190px;height:140px}.product-heading{margin-bottom:28px}.product-layout{display:block;min-height:0}.product-gallery{width:100%;height:auto;min-height:300px;aspect-ratio:500/460}.product-thumbnails{flex-basis:72px;gap:8px;padding-top:40px}.product-thumbnail{width:72px;height:72px}.product-photo{flex:1;width:auto;height:auto}.product-photo img{padding:16px}.product-info{margin-top:28px}.product-details-toggle{font-size:18px}}
