.block-product{float:left;width:100%;padding-top:40px}.block-product .product-detail{float:left;grid-template-columns:1.1fr 1fr;gap:48px;width:100%;margin-bottom:20px;display:grid}.block-product .product-gallery{float:left;width:100%}.block-product .product-gallery .gallery-main{aspect-ratio:1;background:#111;width:100%;margin-bottom:12px;overflow:hidden}.block-product .product-gallery .gallery-main img{object-fit:cover;width:100%;height:100%;display:block}.block-product .product-gallery .gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.block-product .product-gallery .gallery-thumb{aspect-ratio:1;cursor:pointer;background:#111;border:1px solid #0000;padding:0;overflow:hidden}.block-product .product-gallery .gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.block-product .product-gallery .gallery-thumb.active,.block-product .product-gallery .gallery-thumb:hover{border-color:#fecc0e}.block-product .product-info h1{margin-bottom:8px}.block-product .product-info .product-price{color:#fff;margin:0 0 20px;font-size:20px;font-weight:500}.block-product .product-info .product-cta{color:#fecc0e;font-family:var(--font-inter);cursor:pointer;background:0 0;border:1px solid #fecc0e;margin-bottom:24px;padding:12px 22px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:inline-block}.block-product .product-info .product-cta:hover{color:#0d0d0d;background:#fecc0e}.block-product .product-info .product-description{color:#c8c8c8;margin:0 0 24px;font-size:15px;line-height:1.55}.block-product .product-info .product-specs{margin:0}.block-product .product-info .product-specs .spec-row{grid-template-columns:140px 1fr;gap:4px;margin-bottom:6px;font-size:14px;line-height:1.45;display:grid}.block-product .product-info .product-specs dt{color:#fff;font-weight:500}.block-product .product-info .product-specs dd{color:#fff;margin:0}@media screen and (max-width:900px){.block-product .product-detail{gap:32px}}@media screen and (max-width:680px){.block-product{padding-top:20px}.block-product .product-detail{grid-template-columns:1fr;gap:24px}.block-product .product-info .product-specs .spec-row{grid-template-columns:120px 1fr}}
