.card:hover{transform:scale(1.03);transition:.2s}.carousel-item .card{border-radius:15px;align-items:center;display:flex}.carousel-item img{border-radius:15px 0 0 15px}.carousel-control-prev,.carousel-control-next{width:5%}.hero-section{background: url('../assets/images/hero.svg') center/cover no-repeat;border-radius:0;position:relative;overflow:hidden;align-items:center;min-height:180px;padding:40px 0}.hero-section .carousel-item .row{justify-content:center;text-align:center}.hero-section .carousel-item img{margin:auto;display:block;max-height:350px;object-fit:cover}.hero-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5)}.hero-section>*{position:relative;z-index:2}.product-card .card{height:340px;display:flex;flex-direction:column;overflow:hidden}.product-card .card-img-top{height:150px;object-fit:cover}.product-card .card-body{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:6px}.product-card .card-body h5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;min-height:2.4em;font-size:.85rem}.product-card .card-body p{margin-bottom:0;font-size:.9rem}.product-card .card-body .btn{margin-top:auto;align-self:stretch}.category-card{width:180px;height:220px}.category-card img{height:110px;object-fit:cover}.category-card .card-body{display:flex;flex-direction:column;justify-content:center;gap:4px}body{padding-bottom:120px}