.product-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.product-heading h2{margin-bottom:35px}.carousel-buttons{display:flex;gap:8px;margin-bottom:35px}.carousel-buttons button{width:44px;height:44px;border-radius:50%;border:1px solid #d8dfe3;background:white;font-size:27px;cursor:pointer;transition:.2s}.carousel-buttons button:hover{background:var(--accent);color:white;border-color:var(--accent)}.product-carousel{overflow:hidden;padding:8px 4px 28px;margin:0 -4px}.product-track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 0 8px}.product-track::-webkit-scrollbar{display:none}.product-track .product-card{flex:0 0 calc((100% - 48px)/3);scroll-snap-align:start;cursor:pointer}.product-card:focus{outline:3px solid color-mix(in srgb,var(--accent) 35%,transparent);outline-offset:4px}.product-placeholder{height:245px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--dark));color:white;font-size:70px;font-weight:900}.see-details{display:block;margin-top:14px;color:#7c8991;font-size:11px;font-weight:800}.carousel-dots{display:flex;justify-content:center;gap:7px}.carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:10px;background:#cad2d7;cursor:pointer;transition:.2s}.carousel-dots button.active{width:25px;background:var(--accent)}.product-modal{position:fixed;inset:0;background:#04101be6;z-index:100;display:grid;place-items:center;padding:25px;opacity:0;visibility:hidden;transition:.25s}.product-modal.open{opacity:1;visibility:visible}.product-modal-box{width:min(1050px,100%);max-height:90vh;background:white;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:1.15fr .85fr;position:relative;transform:translateY(15px) scale(.98);transition:.25s}.product-modal.open .product-modal-box{transform:none}.modal-image{background:#e9eef1;min-height:500px;display:grid;place-items:center;overflow:hidden}.modal-image img{width:100%;height:100%;max-height:75vh;object-fit:contain}.modal-placeholder{font-size:100px;font-weight:900;color:#a6b2b9}.modal-content{padding:48px 38px;display:flex;flex-direction:column;justify-content:center}.modal-content small{color:var(--accent);font-weight:900;letter-spacing:.13em}.modal-content h3{font-size:36px;margin:13px 0}.modal-content p{color:#67757e;line-height:1.75}.modal-content a{align-self:flex-start;margin-top:18px;background:var(--accent);color:white;padding:14px 20px;border-radius:9px;font-weight:900}.modal-close{position:absolute;right:15px;top:15px;width:40px;height:40px;border:0;border-radius:50%;background:#07131d;color:white;font-size:22px;cursor:pointer;z-index:2}@media(max-width:800px){.product-track .product-card{flex-basis:82%}.product-modal-box{grid-template-columns:1fr;overflow-y:auto}.modal-image{min-height:300px;height:42vh}.modal-content{padding:30px 24px}.carousel-buttons{display:none}}@media(max-width:480px){.product-track .product-card{flex-basis:92%}.product-heading h2{margin-bottom:25px}.modal-content h3{font-size:28px}}
