@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.hotDealCard{box-shadow:0 4px 10px 0 rgba(0,0,0,.1019607843);border-radius:1.2rem;overflow:hidden;display:flex;min-height:311px}.hotDealCard_img{-o-object-fit:cover;object-fit:cover;border-top-left-radius:1.2rem;border-bottom-left-radius:1.2rem;position:relative;z-index:1;min-width:250px}@media screen and (max-width:767px){.hotDealCard_img{min-width:100%}}.hotDealCard_img:before{content:"";display:block;width:100%;height:100%;padding-top:56.6%}.hotDealCard_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.hotDealCard_img_heart{position:absolute;top:2rem;left:2rem;z-index:1;cursor:pointer;display:flex;width:40px;height:40px;border-radius:10rem;align-items:center;justify-content:center;transition:all .3s ease-in-out;background-color:#fff}.hotDealCard_img_heart svg path{transition:all .3s ease-in-out;fill:#505050}.hotDealCard_img_heart:hover svg path{fill:#27bf7d}.hotDealCard_img_heart.active svg path,.hotDealCard_img_heart:focus svg path{fill:#e54c40}.hotDealCard_content{padding:4rem 2rem 2rem;position:relative;width:100%;margin-left:-3rem;border-radius:1.2rem;z-index:1;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.hotDealCard_content_discountText{position:absolute;right:2rem;top:0}.hotDealCard_content_discountText p{position:absolute;top:8px;left:10px;font-size:1.2rem;font-weight:600;color:#505050}.hotDealCard_content_ratingBest .bestSeller_btn{border:1px solid #c8d6ed;border-radius:10rem;font-size:1rem;font-weight:400;line-height:1.4rem;letter-spacing:.01em;color:#005dc0;padding:.5rem 1rem}.hotDealCard_content_ratingBest .ratingText{border-left:1px solid #e8e8e8;padding-left:1rem;margin-left:1rem}.hotDealCard_content_location p{color:#737373;font-size:1.4rem;margin-left:5px}.hotDealCard_content_location svg path{fill:#27bf7d}.hotDealCard_content_pricebook .btn-style{min-width:auto;min-height:42px;padding:.8rem 1rem;font-weight:500}@media screen and (max-width:767px){.hotDealCard{flex-direction:column;min-height:auto}.hotDealCard_img{width:100%;border-radius:1.2rem 1.2rem 0 0}.hotDealCard_img:before{padding-top:56.6%}.hotDealCard_content{margin-left:0;border-radius:0 0 1.2rem 1.2rem;padding:2rem}}