.category-section .btn-link{color:var(--black);position:inherit}.category-section .btn-link:hover{color:var(--orange)}.category-section .category-item{position:relative;cursor:pointer}.category-section .category-item:after{position:absolute;content:"";bottom:0;height:8px;width:0;background-color:var(--orange);transition:all .3s;display:flex;align-items:flex-start;justify-content:flex-start;margin:0 1rem}.category-section .category-item:hover:after{width:calc(100% - 2rem)}.category-section .category-item:hover{color:var(--black)}.category-section .category-item .category-content{background:var(--white);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem;margin:0 1rem}.category-section .category-item .category-content h4{font-size:1rem;text-align:center;font-weight:600;color:var(--black);line-height:1.5em;min-height:3rem}.featured-deals h2+a{color:var(--black);text-transform:capitalize}.featured-deals h2+a:hover{color:var(--orange)}.featured-deals .featured-banner{display:flex;max-width:400px;padding:30px 30px 263px;flex-direction:column;background:url(/dist/img/images/featured-banner.webp) #d3d3d3 0 -1.541px/100% 109.288% no-repeat}.featured-deals .featured-banner .title{color:var(--red,#ec0000);font-family:Sora;font-size:24px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.144px;text-align:start}.featured-deals .featured-banner .content{color:#fff;font-family:Sora;font-size:2.25rem;font-style:normal;font-weight:700;line-height:normal;margin:20px 0}.featured-card{display:inline-flex;padding-left:10px;justify-content:flex-start;align-items:center;flex-shrink:0;padding-top:20px;padding-bottom:20px;border-radius:8px;border:1px solid var(--border,#bdbdbd);background:var(--white,#fff);width:97%}.featured-card img{object-fit:cover;width:100px;height:100px}@media screen and (max-width:1023px){.featured-cards>.row>div{margin-bottom:25px}}@media screen and (min-width:1024px){.featured-cards>.row>div:not(:nth-last-of-type(-n+2)){margin-bottom:25px}}.featured-card .card-content{display:flex;padding:0 20px;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%}.featured-card .card-content .title{overflow:hidden;color:var(--black,#000205);text-overflow:ellipsis;font-family:Sora;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.featured-card .card-content .rating{margin-top:8px}.featured-card .card-content .rating .fa-star{color:#e2e2e2}.featured-card .card-content .rating .fa-star.active{color:#ffd900}.featured-card .card-content .rating+div{margin-top:10px}.featured-card .card-content .price{display:flex;height:55px;max-height:55px;flex-direction:column;align-items:flex-start;gap:8px}.featured-card .card-content .price>span:not(:last-of-type){color:var(--accent-blue,#0d00bd);font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}.featured-card .card-content .price>span:last-of-type{color:var(--dark-gray,#575560);font-family:Sora;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;align-self:self-start}.card-content .add-cart{display:flex;align-items:center;justify-content:center;background:var(--dark-blue,#112745);width:50px;height:50px;flex-shrink:0;border-radius:50px}.card-content .add-cart svg path.svg-hover{stroke:var(--white);transition:all .3s ease-in-out}.card-content .add-cart:hover{cursor:pointer}.card-content .add-cart:hover svg path.svg-hover{stroke:var(--orange)}.latest-arrivals .btn.btn-link{color:var(--black);position:inherit;width:-moz-fit-content;width:fit-content;text-transform:capitalize}.latest-arrivals .btn.btn-link:hover{color:var(--orange)}