@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");:root{--cards-width:260px;--cards-height:340px;--active-cards-width:320px;--active-cards-height:400px;--active-cards-bg:rgba(173,216,230,0.8)}.product-title{font-size:36px!important}.carousels-wrapper{width:100%;height:400px;overflow:hidden;display:flex;justify-content:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;z-index:1;position:relative;top:-80px}.carousels-wrapper::-webkit-scrollbar{display:none}.carousels-container{display:flex;width:auto;justify-content:center;align-items:center;gap:15px;padding:20px 20px 20px 10px}.cards{position:relative;width:var(--cards-width);height:var(--cards-height);box-shadow:4px 4px 20px rgba(0,0,0,.2);background:white;transition:all .3s ease}.cards,.cards img{border-radius:20px}.cards img{width:100%;height:100%;object-fit:cover}.cards .overlay{position:absolute;bottom:0;width:100%;padding:20px;background:rgba(0,0,0,.6);color:white;text-align:left;border-radius:0 0 20px 20px}.cards h3{margin:0;font-size:18px;font-weight:700}.cards p{font-size:14px;margin-top:5px}.cards .read-more{position:absolute;bottom:10px;right:10px;background:white;color:#333;padding:5px 10px;border-radius:50%;font-weight:700;text-decoration:none}.cards:hover{width:var(--active-cards-width);height:var(--active-cards-height);background:var(--active-cards-bg)}.pb-custom{padding-top:56px!important;padding-bottom:128px!important}@media (max-width:768px){:root{--cards-width:180px;--cards-height:260px;--active-cards-width:220px;--active-cards-height:300px}.carousels-wrapper{height:300px}.cards .overlay{height:50%!important}.cards h3{font-size:14px}.cards p{font-size:8px;display:none}.cards .read-more{padding:4px 8px;font-size:12px}.carousels-wrapper{top:-70px!important}.c_container{max-height:200px!important}.pb-custom{padding-top:20px!important;padding-bottom:70px!important}.best-product{width:33%}.best-product .text-white{font-size:14px!important}.product-title{font-size:16px!important}}@media (max-width:480px){:root{--cards-width:140px;--cards-height:200px;--active-cards-width:180px;--active-cards-height:240px}.carousels-wrapper{top:0}.carousels-container{gap:10px;padding:10px}.cards .overlay{padding:15px}.cards .read-more{padding:3px 6px}}