/* Add custom CSS styles below */ 
pronto /* Add custom CSS styles below */ 
body {
  color: var(--color-primary) !important;
  font-family: var(--font-main) !important;
}
:root {
    --font-main: 'PingARLT' !important;
    --color-primary: #f100a3 !important;
    --color-primary-dark: #88b2ba !important;
    --color-primary-light: #d4feff !important;
    --color-primary-reverse: #0d1314 !important;
}

 remove any existing grid layout on the page */  
.grid md:grid-cols-3 two-row grid-flow-row gap-3 sm:gap-8 :not(.new-grid) {  
  display: none;  
}  
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4){
    margin-top: 0rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div > a > img{
border-radius:0;}
.new-grid {  
  display: grid;  
}
.banner-entry {
    border-radius: 0.375rem;
    color: rgb(249 250 251);
}
.banner--fixed img {
    background-color: rgb(249 250 251);
}
/*new*/
.s-block--banners {
    margin: 0 auto;
}
.s-block {
    display: block;
}
@media (max-width: 768px) {
    .md\:grid-cols-3 {
        margin: 1rem auto !important;
    }
}
.md\:grid-cols-3 {
    margin: 2rem auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-3 {
    gap: 0.75rem;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid {
    display: grid;
}

@media (max-width: 768px) {
    .one-row .banner-entry, .two-row .banner-entry, .one-row .banner-entry:first-child, .two-row .banner-entry:first-child {
        height: 110px;
    }
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:
    url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/QdgYwD/a1Sm5kd4G647m9CnaJAEaAXqHIlvQWS4J8H3DOdk.png);
    left: 0;
    background-color:white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.5s;
    transform: scale(0);
    border: none;
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

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

/* Footer Start */

.store-footer {
    background: linear-gradient(45deg, #f4a6a4, rgb(226 76 115));
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
}


.footer-is-light .store-footer .store-footer__inner {
    background_color: transparent;
}



.store-footer__inner {
    background-color: transparent !important;
}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    coursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

.store-footer__inner .max-w-sm {
    color: var(--second-color);
}

.store-footer a {
    color: var(--second-color);
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color);
}

.store-footer__inner {
    text-align: center;
}
.copyright-text p {
    
    color:white;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p:before {
    content: ;
    top: 0;
    font-size: 14px;
    color: white !important;
    margin-right: auto;
    margin-left: auto;
    display:block;
}
.s-contacts-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-content: space-around;
}
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}
@media (max-width: 768px) {
.s-product-options-wrapper {
    margin: 1.25rem 0 !important;
    background-color:transparent !important;
    padding: 1.25rem 0 !important;
}
}