.product-container .card{border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:pointer;display:flex;flex-direction:column;height:auto}.product-container .card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 16px 40px rgba(0,0,0,.12);border-color:rgba(0,0,0,.10)}.fixed-offer-badge,.fixed-outstock-badge{position:absolute;top:0.8rem;z-index:25;pointer-events:none;padding:0.35rem 0.6rem;border-radius:999px;font-weight:700;letter-spacing:.02em;font-size:0.78rem;box-shadow:0 10px 20px rgba(0,0,0,.12)}.fixed-offer-badge{left:0.8rem;background:#e63946;color:#fff}.fixed-outstock-badge{right:0.8rem;background:#6c757d;color:#fff}.product-img-wrapper{position:relative;min-height:250px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:16px 16px 0 0;background-color:#f8f8f8}.product-image,.carousel-inner .carousel-item img{width:100%;height:100%;object-fit:cover;display:block;margin:auto;cursor:pointer;z-index:2;position:relative;transition:transform .3s ease,filter .3s ease}.product-container .card:hover .product-image,.product-container .card:hover .carousel-inner .carousel-item img{transform:scale(1.03);filter:brightness(1.05)}.product-blur-fill{position:relative}.product-blur-fill::before{content:"";position:absolute;inset:0;background-image:var(--bg-img);background-size:cover;background-position:center;filter:blur(32px) brightness(.85);transform:scale(1.2);z-index:0;transition:filter .3s ease,transform .3s ease}.product-blur-fill::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.35);z-index:1}.product-blur-fill>*{position:relative;z-index:5}.out-of-stock{opacity:.72;transition:opacity .2s ease}.carousel-dark-arrow .carousel-control-prev-icon,.carousel-dark-arrow .carousel-control-next-icon{background-color:rgba(0,0,0,.55);border-radius:50%;width:2.2rem;height:2.2rem;background-size:55% 55%;background-repeat:no-repeat;background-position:center;box-shadow:0 14px 24px rgba(0,0,0,.22);transition:background-color .2s ease}.carousel-dark-arrow .carousel-control-prev-icon:hover,.carousel-dark-arrow .carousel-control-next-icon:hover{background-color:rgba(0,0,0,.75)}.carousel-indicators{bottom:10px;z-index:10}.carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;background-color:rgba(255,255,255,.7)}.carousel-indicators .active{background-color:#007bff}.carousel-thumbs{display:flex;justify-content:center;gap:0.4rem;margin-top:0.5rem}.carousel-thumbs img{width:50px;height:50px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border 0.2s ease}.carousel-thumbs img.active-thumb{border-color:#007bff}.product-container .card-body{padding:0.8rem 1rem 1rem;text-align:center;flex-shrink:0}.product-container .card-title{font-weight:800;letter-spacing:-.01em;margin-bottom:.35rem}.regular-price{color:#6c757d;text-decoration:line-through;font-size:.9rem;margin-right:.35rem}.discounted-price{font-weight:700;color:#e63946;font-size:1.1rem}.product-container .btn{border-radius:50px;padding:.45rem 1rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.modal-blur{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(28px) brightness(0.55);transform:scale(1.2);z-index:0;border-radius:14px}.modal-img{max-width:90%;max-height:85vh;object-fit:contain;display:block;margin:auto;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,0.35);z-index:2;position:relative;transition:transform 0.25s ease}.modal-img:hover{transform:scale(1.02)}.modal-body{display:flex;justify-content:center;align-items:center;min-height:70vh;position:relative;padding:0}.modal-footer{justify-content:center;border:none}@media (max-width:576px){.modal-img{max-width:95%;max-height:70vh}.modal-body{min-height:60vh}}@media (max-width:576px){.product-img-wrapper{height:auto;min-height:220px}.product-image,.carousel-inner .carousel-item img{height:auto;max-height:240px}.modal-img{max-width:95%;max-height:70vh}.carousel-thumbs img{width:40px;height:40px}}