.embla{height:16rem}.embla__slide{justify-content:center;align-items:center;min-width:0;display:flex}.embla-product-card{cursor:pointer;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.embla-image-container{width:100%;height:100%}.embla-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s ease-in-out}.embla-product-card:hover .embla-image-container img{transform:scale(1.05)}.embla-details-overlay{text-align:center;color:#fff;background:#0006;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;transition:background .3s;display:flex;position:absolute;top:0;left:0}.embla-product-card:hover .embla-details-overlay{background:#0000008c}.embla-product-title{text-shadow:1px 1px 3px #000c}@media (min-width:768px){.embla{width:100vw;height:80vh}.embla__slide,.embla-product-card{height:80vh}.embla-product-title{font-size:3rem!important}}.categories{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;height:6rem;padding:.5rem;display:flex}.category{border:1px solid #000;border-radius:5px;justify-content:center;align-items:center;width:4rem;padding:2px 4px;display:flex}@media (min-width:768px){.category{width:15rem;padding:3px 6px}}.carousel-heading{text-align:center;color:#333;margin:20px 0;font-size:2rem}.card{text-align:center;background-color:#faebd7;border-radius:10px;width:9rem;height:12rem;margin-left:15px;transition:transform .3s;box-shadow:0 4px 8px #0000001a}.card:hover{transform:translateY(-10px)}.card-image{width:100%;max-height:40%;margin-bottom:1rem}.card-title{color:#555;margin:0;font-size:1rem}.card-price{color:#777;margin:0;font-size:.8rem}.card button{background-color:green;border:1px solid;border-radius:5px;margin-top:.8rem;padding:2px 4px;font-size:.8rem}@media (min-width:1024px){.carousel-heading{margin:30px 0;font-size:3rem}.card{width:11rem;height:14rem;margin-left:20px}.card-title{font-size:1.2rem}.card-price{font-size:1rem}.card button{padding:4px 8px;font-size:1rem}}.image-container{align-items:center;gap:20px;height:150px;display:flex;position:relative;overflow:hidden}.image-wrapper{gap:20px;animation:10s linear infinite slide;display:flex}.circle-image{object-fit:cover;border:3px solid #fff;border-radius:50%;width:100px;height:100px;box-shadow:0 4px 8px #0003}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}.trending{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;align-items:center;gap:16px;padding:16px;display:grid}.trending-card{background-color:#f9f9f9;border-radius:12px;height:250px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.trending-card img{object-fit:cover;border-radius:12px;width:100%;height:100%}.trending-title{background:#00000080;border-radius:4px;padding:5px 10px;font-size:1rem;font-weight:700;position:absolute;bottom:10px;left:10px}.trending-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0003}@media (max-width:767px){.trending{grid-template-columns:repeat(2,1fr);gap:12px}.trending-card{height:260px}.trending-title{font-size:.9rem}}
