.product-carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:15px 0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.product-carousel::-webkit-scrollbar{display:none}.product-item{flex:0 0 auto;width:220px;text-align:center;background:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.product-item img{width:100%;height:auto;max-height:200px;object-fit:contain;border-radius:10px;margin-bottom:10px}.product-item:hover{transform:scale(1.05)}.product-title{font-size:14px;font-weight:700;margin:10px 0;text-align:center}.product-button{display:inline-block;padding:8px 12px;background:linear-gradient(45deg,#f3e83f,#d8370b);color:#000;font-weight:700;text-decoration:none;border-radius:20px;font-size:12px;box-shadow:0 4px 10px rgba(216,55,11,.3);transition:background-color .3s ease,box-shadow .3s ease}.product-button:hover{background:linear-gradient(45deg,#d8370b,#f3e83f);box-shadow:0 6px 15px rgba(216,55,11,.5)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;width:40px;height:40px;background:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;transition:background .3s ease}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.carousel-arrow:hover{background:rgba(0,0,0,.8)}.carousel-wrapper{position:relative;padding:20px 0}.carousel-wrapper .product-carousel{margin:0 auto;padding:0 50px}@media (max-width:768px){.carousel-arrow{display:none}}.product-carousel[data-id="1"] .product-item img{max-height:250px}.product-carousel[data-id="2"] .product-item img{max-height:200px}.product-carousel .product-item img{width:100%;height:auto;max-height:250px;object-fit:cover;border-radius:10px;margin-bottom:10px}#carousel-wrapper-20 .product-carousel{gap:10px}#carousel-wrapper-20 .product-item img{object-fit:cover;height:150px;width:100%}@media (max-width:768px){.carousel-arrow{display:none!important}}