/* Add custom CSS styles below */

:root {
        --main-color: #490004;
        --second-color: #222222;
        --third-color: white;
      }

@media (min-width: 1024px) {
    .grid-cols-12 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
}
.copyright-text .text-gray-400 {
    color: rgb(255 255 255) !important;
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
    display: none;
}
.top-nav {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none;
}
.store-footer__info-bar {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(73 0 4);
}
.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 8rem;
}

@media (min-width: 1025px) {
    .main-menu li.root-level>a {
        white-space: nowrap;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0px;
        padding-bottom: 18px;
     
        color: white !important;
        transition-property: none;
    }
}
.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    z-index: 9999;
    cursor: pointer;
    transition: transform .3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}

.floating-whatsapp img {
    width: 32px;
    height: 32px;
}
.navbar-brand img {
    max-height: 58px;
    max-width: 272px;
    scale: 1.3;
}

.max-h-\[70px\] {
    max-height: 100px;
  
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: white url(https://k.top4top.io/p_3832348fi1.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}
@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1.5);
    }
    85% {
        opacity: 0.5;
        transform: scale(1);
    }
     99% {
        opacity: 0.1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}

.go-up-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 12px;
    background: black;
    color: white;
    border: 1px double var(--main-color) ;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
}
.go-up-btn:hover {
    background: var(--main-color);
    border: 1px solid white;
}



.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: white;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
 background: rgb(70,165,31);
background: #490004;
    border: 1px solid white;
   
   
    box-shadow: 2px 2px 5px var(--second-color);
    font-weight: 500;
    color: white;
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background-color: #96272d;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    color: var(--third-color);
    
}
.s-menu-footer-item {
  
    color: var(--main-color);
}
.s-menu-footer-item:hover {
  
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--second-color);
}
.s-contacts-item:hover {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--second-color);
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    color: var(--second-color);
    padding-top: 20px;
}
.store-footer__inner {
    border-bottom-width: 1px;
    border-bottom-style: thin;
    border-bottom-color: rgba(255, 255, 255, .1);
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: var(--third-color);
    border-radius: 85px 85px 0px 0px;
}
.s-social-link a:hover {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    color: var(--second-color);
}
.s-social-list {
    display: flex;
    gap: .625rem;
    justify-content: center;
}
gap-4 {
     gap: .1rem; 
}

.grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.marquee-content {
    display: flex;
    align-items: center;
    animation: scroll var(--marquee-speed) linear ;
    min-width: 151% !important;
}


.s-block__title h2:before, .s-slider-block__title-right h2:before {
    position: absolute;
    bottom: 0.125rem;
    height: 0.5rem;
    width: 58.333333%;
    background-color: #414042;
    background-color: var(--color-primary);
    opacity: 0.3;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    --tw-content: "";
    content: var(--tw-content);
    display: none;
}
@media screen and (max-width:600px){
.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
}

@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}