/* Add custom CSS styles below */ 
 .sm\:justify-between {
    justify-content: space-between;
    background: #040444;
  }
}
.small-card .s-products-slider-card .s-product-card-vertical {
  height: 18rem;
}
.product-entry__inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #d5d7de !important;
}

.s-product-card-content-sub-below.\!hidden {
    display: block !important;
}

.s-product-card-content-sub {
    display: none !important;
}

.s-products-slider-card .s-product-card-vertical .product-entry__inner {
    padding: 3px !important;
    padding-bottom: 42px !important;
}

section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.h-auto

 {
    max-width: 100%;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #152348;
    color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
footer.store-footer.footer_full_width.footer-icons-without-bg div {
    background: #2a3759;
}
footer.store-footer.footer_full_width.footer-icons-without-bg {
    background: #2a3759;
  padding-top: 90px;
}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer {
    bottom: -62px !important;
}
.is-sticky-colors:before {
    background-color: #152348 !important;
}

input.s-quantity-input-input {
    color: #fff;
}

.s-fast-checkout-button.outline {
    background-color: #14183d !important;
}

button.s-fast-checkout-button.outline.rtl {


    background: #15193c;
}


button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    border: 2px solid;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated {
    background: #15193c !important;
    border-radius: 50px;
}
.product-index img.s-product-card-image-cover.lazy.loaded {
    object-fit: contain;
}

@media (min-width: 1024px) {
    .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer {
        visibility: visible;
        position: absolute;
        bottom: -2.5rem;
    }
 .product-single  footer.store-footer.footer_full_width.footer-icons-without-bg {
    padding-bottom: 200px;
}
  section.sticky-product-bar.is-sticky.is-sticky-colors.is-sticky-standard-color.w-full.left-0.bottom-\[3\.5rem\].sm\:bottom-0 {
    position: fixed;
    z-index: 999999999999;
}

}
@media (max-width:600px){
  .s-products-slider-card .s-product-card-vertical .product-entry__inner {
    padding: 3px !important;
    padding-bottom: 2px !important;
}
}