.productShowcase{padding:0 160px;margin:85px 0}.productShowcaseHeader{text-align:center}.productShowcaseHeading{font-size:36px;font-weight:700;color:#222;text-transform:capitalize;margin:0}.productShowcaseHeading span{color:#ff6b6b}.productShowcaseGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.viewAllProducts{text-align:center;margin-top:50px}.viewAllProducts button{padding:10px 32px;background:#1a1a1a;color:white;border:2px solid #1a1a1a;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.viewAllProducts button:hover{background:white;color:#1a1a1a}.noProducts{text-align:center;font-size:16px;color:#999;padding:40px 0}.productCard.skeleton{pointer-events:none}.productImageSkeletonWrapper{position:relative;width:100%;height:400px;overflow:hidden}.productImageSkeleton{width:100%;height:100%;background:#f0f0f0}.skeletonWishlistIcon{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#e0e0e0;animation:shimmer 1.5s infinite}.productInfoSkeletonOverlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(0deg,rgba(240,240,240,.95) 0,rgba(240,240,240,.7) 70%,transparent);display:flex;flex-direction:column;gap:8px}.skeletonCategory{height:14px;width:80px}.skeletonCategory,.skeletonTitle{background:#e0e0e0;border-radius:4px}.skeletonTitle{height:18px;width:70%}.skeletonPrice{height:20px;width:90px;background:#e0e0e0;border-radius:4px}.skeletonShimmer{animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}@media screen and (max-width:1210px){.productShowcase{padding:0 60px;margin:60px 0}.productShowcaseGrid{grid-template-columns:repeat(3,1fr);gap:25px}}@media screen and (max-width:768px){.productShowcase{padding:0 30px;margin:50px 0}.productShowcaseHeading{font-size:28px}.productShowcaseGrid{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width:450px){.productShowcase{padding:0 15px;margin:40px 0}.productShowcaseGrid{grid-template-columns:repeat(2,1fr);gap:14px}.viewAllProducts button{font-size:12px}}@media screen and (max-width:1210px){.productImageSkeletonWrapper{height:350px}.skeletonWishlistIcon{width:36px;height:36px}.productInfoSkeletonOverlay{padding:16px}}@media screen and (max-width:768px){.productImageSkeletonWrapper{height:300px}.productInfoSkeletonOverlay{padding:14px}}@media screen and (max-width:450px){.productImageSkeletonWrapper{height:280px}.skeletonWishlistIcon{width:32px;height:32px}.productInfoSkeletonOverlay{padding:12px}.skeletonCategory{height:12px;width:70px}.skeletonTitle{height:16px}.skeletonPrice{height:18px;width:80px}}@media screen and (max-width:320px){.productImageSkeletonWrapper{height:220px}.skeletonWishlistIcon{width:28px;height:28px}}.relatedProductSlider{position:relative}.swiper-button{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}.swiper-button svg{background-color:white;border:1px solid #e4e4e4;display:flex;border-radius:50%;height:40px;width:40px;padding:8px;outline:none;color:#767676;transition:all .3s ease}.swiper-button svg:hover{background-color:#f5f5f5;color:#333;border-color:#333}.image-swiper-button-prev{left:-20px}.image-swiper-button-next{right:-20px}@media screen and (max-width:1210px){.image-swiper-button-prev{left:-10px}.image-swiper-button-next{right:-10px}}@media screen and (max-width:768px){.swiper-button svg{height:32px;width:32px;padding:6px}.image-swiper-button-prev{left:0}.image-swiper-button-next{right:0}}