.featured-products-wrapper{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.single-product{width:calc(25% - 20px)}.single-product img{max-width:100%}.single-product{background-color:#333;border-radius:7px}.product-image{width:100%}.product-image img{height:200px;object-fit:cover;width:100%}.product-details{padding:20px 25px}.product-title-text{color:#fff;font-size:18px;font-weight:600;text-align:center}.product-brand{color:#feb825;font-size:15px;letter-spacing:.3px;padding-bottom:22px;text-align:center;text-transform:uppercase}.product-price{padding-bottom:33px;text-align:center}.product-price-text{color:#fcb623;font-size:18px;font-weight:700}.more-info-btn{text-align:center}.more-info-btn-text{background-color:#c1272d;border:none!important;border-radius:30px;font-weight:700!important;height:auto;padding:10px 29px;transition:all .3s ease}.more-info-btn-text:focus,.more-info-btn-text:hover{background-color:#fcb623;color:#000}.product-popup-overlay{align-items:center;background-color:rgba(0,0,0,.85);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow-y:auto;padding:20px;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9999}.product-popup-overlay.active{opacity:1;visibility:visible}.product-popup-container{background-color:#fcfcfc;border-radius:12px;box-shadow:0 10px 50px rgba(0,0,0,.5);max-height:90vh;max-width:1200px;overflow-y:auto;position:relative;transform:scale(.9);transition:transform .3s ease;width:100%}.product-popup-overlay.active .product-popup-container{transform:scale(1)}.popup-close-btn{align-items:center;background-color:#c1272d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;line-height:1;position:absolute;right:15px;top:15px;transition:all .3s ease;width:40px;z-index:10}.popup-close-btn:hover{background-color:#fcb623;color:#000;transform:rotate(90deg)}.popup-content-wrapper{display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:40px}.popup-gallery-section{display:flex;flex-direction:column;gap:20px}.popup-main-image{align-items:center;aspect-ratio:1;background-color:#1a1a1a;border-radius:8px;display:flex;justify-content:center;overflow:hidden;width:100%}.popup-main-image img{height:100%;object-fit:contain;width:100%}.popup-thumbnail-grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.popup-thumbnail{aspect-ratio:1;background-color:#1a1a1a;border:3px solid transparent;border-radius:6px;cursor:pointer;overflow:hidden;transition:all .3s ease}.popup-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.popup-thumbnail:hover{border-color:#fcb623;transform:translateY(-3px)}.popup-thumbnail.active{border-color:#c1272d}.popup-details-section{color:#fff;display:flex;flex-direction:column;gap:20px}.popup-product-title{color:#1c1c1c;font-size:28px;font-weight:700;line-height:1.3;margin:0}.popup-product-brand{color:#3c8dc3;font-size:16px;font-weight:600}.popup-product-code{color:#3c8dc3;font-weight:600;width:fit-content}.popup-product-description{color:#1c1c1c;font-size:15px;line-height:1.7;max-height:300px;overflow-y:auto;padding-right:10px}.popup-product-description::-webkit-scrollbar{width:6px}.popup-product-description::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.popup-product-description::-webkit-scrollbar-thumb{background:#c1272d;border-radius:3px}.popup-close-btn{background-color:transparent!important;color:#3c8dc3!important;transform:none!important}.popup-product-description::-webkit-scrollbar-thumb:hover{background:#fcb623}.popup-contact-btn{background-color:#c1272d;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;margin-top:auto;padding:15px 40px;text-transform:uppercase;transition:all .3s ease}@media (max-width:992px){.popup-content-wrapper{gap:30px;grid-template-columns:1fr;padding:30px}.popup-product-title{font-size:24px}.single-product{width:calc(50% - 20px)}}@media (max-width:768px){.featured-products-wrapper{flex-direction:column;gap:15px}.single-product{width:100%}.popup-content-wrapper{gap:20px;padding:20px}.product-details{padding:15px 20px}.popup-close-btn{font-size:24px;height:35px;width:35px}.popup-thumbnail-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.popup-product-title{font-size:20px}.popup-contact-btn{font-size:14px;padding:12px 30px}}@media (max-width:480px){.featured-products-wrapper{grid-template-columns:1fr}.product-popup-overlay{padding:10px}.popup-content-wrapper{padding:15px}.popup-thumbnail-grid{gap:6px;grid-template-columns:repeat(3,1fr)}}