/* ====== GENERAL ====== */
.home-block-line, div.my-2.mx-auto.w-28.h-0.border-2.border-primary {display:none}
.text-red-400, .text-red-500, .text-red-600 {color: #d0021b;}

@media (min-width:1024px){
h2.text-3xl {font-size:1.8rem !important}
}

/* ====== HEADER ====== */
.main-nav-container {min-height: unset;}
.store-header .sicon-cart:before {content: "\ef36";}
.store-header .s-cart-summary-count {background-color: #d0021b;right: 0;top: 0.125rem;}
salla-cart-summary {margin:0 !important}
.main-menu li>a span {font-weight: 500;}
.main-menu #offers a {color: #d0021b;}
    
@media (min-width:1024px){
.main-nav-container .inner {padding-top:15px}
.main-menu-row {background-color:#f1f1f1}
}

@media (max-width:991px){
.navbar-brand img {height:23px !important}
}

/* ====== SLIDER ====== */
.slider-type-2:not(:first-of-type) {margin-top:2rem !important}

@media (max-width:991px){
.slider-type-2:not(:first-of-type) {margin-top:1rem !important}}

/* ====== MAIN CATEGORIES ====== */
.main-categories ul {grid-template-columns: repeat(6, 1fr); gap:1rem !important; margin-top:2rem !important}
.main-categories .mx-auto.max-w-7xl {padding-right:.5rem !important; padding-left:.5rem !important}
.main-categories p {display:none !important}
.main-categories h3 {font-size: .85rem;margin-top: 0;margin-bottom: .5rem;}

@media (max-width:991px){
.main-categories .mx-auto.max-w-7xl {padding-right:.5rem !important; padding-left:.5rem !important}
.main-categories ul {grid-template-columns: repeat(3, 1fr); gap:.5rem !important;margin-top:1rem !important}
}

/* ====== PRODUCTS ====== */
.s-block--best-offers .text-center.mb-8 {margin-bottom:1rem !important}

@media (min-width: 640px) {
.s-products-slider-card {max-width: 270px;}
}

@media (max-width: 991px) {
.simplified-products .offer-slide, .simplified-products .s-products-slider-card {width: 175px;}
}

/* ====== DOUBLE BANNERS ====== */
.s-block--fixed-banner .container {padding:0}

/* ====== COLLECTION ====== */
.collection h3 {margin-top:.2rem; font-size:.85rem}

@media (min-width:1024px){
.collection .mx-auto.max-w-7xl {max-width:100% !important}
.collection .container.mt-4 {margin-top:1rem}
}

@media (max-width:991px){
salla-slider .slide--one-fourth {max-width: 170px;}
}

/* ====== FOOTER ====== */
.footer-list a {font-size:1rem}
button[aria-label="Change Language"] {border: 1px solid #ddd;padding: 4px 10px;border-radius: 25px;}
.rounded_contacts {gap:.5rem}
.footer-is-custom .store-footer .social-link {border-color: #ddd;opacity: 1;}

/* ====== CATEGORY PAGE ====== */
.banner--fixed img {border-radius:0}
/* .products-index .container:has(.s-block--fixed-banner) {padding:0} */
.products-index .container .s-block--fixed-banner {border-radius:0}

@media (max-width:991px){
body:not(.free-images-height) .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__image {max-height: 15rem;height: 15rem;}
}

/* ====== CART ====== */
.cart-item {border-color:#ddd !important}
.s-button-icon.s-button-small {font-size:1rem;}
.s-button-danger {border-color: transparent;background-color: transparent;fill: #d0021b;color: #d0021b; margin:0}