@media (max-width: 600px) {
.auto-fit-grid{
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    }

.top-navbar {
    border-bottom: 1px solid rgb(243 99 44 / 12%);
}
.advanced-slider__caption__inner--center {
    justify-content: right;
    margin-right: 18px;
    margin-top: -67px;
}

.advanced-slider__caption__inner__content__heading {
    font-size: 1.25rem;
}
.advanced-slider__caption__inner__content__text {
    font-size: 38px;
    line-height: 3.5rem;
    font-weight: 700;
    color: #f3642d;
}}
/**/
@media (min-width: 1280px) {
    .advanced-slider__caption__inner__content__text {
        font-size: 5.25rem;
        line-height: 6.75rem;
        font-weight: 700;
        color: #f3642d;
    }

.advanced-slider__caption__inner__content__button {
    font-size: 21px;
    border-radius: 7px;
}
    .advanced-slider__caption__inner__content__heading {
        font-size: 33px;
        color: #fff;
    }
}




/*
    .main-nav-container .inner {
box-shadow: 5px 0px 1px rgb(243 99 44);
}*/

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
}
.s-slider-block__title h2 {
    position: relative;
    font-size: 1.0rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 4px solid #b94013;
    background: #f2632e;
    background-origin: border-box;
    border-radius: 21px 0px 21px 0px;
    padding: 3px 13px 5px 10px;
    color: #ffffff;
}

.product-single .product-single__info button.s-social-share-btn, .product-single .product-single__info button.btn--wishlist {
    border-width: 0px;
    background-color: #645b5b00;
    color: var(--store-text-primary);
    border: 2px solid #454444;
}
/*cart*/

.s-button-primary {
    color: #ffffff;
}
.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(69 153 30);
}



.total-price {
    color: red;
}

.s-block--enhanced-features__item p {
    color: #545454;
}


.product-entry__sub-title {
  color: #000 !important;
}
.before-price {
  color: #000 !important;
}
.product-card__discount span {
  color: red !important;
}
.product-card__subtitle {
    color: #000 !important;
}