body {
    font-family: Graphik Arabic;
    background-color: #f0f0f0;
 }

.s-product-card-vertical {
    flex-direction: column;
    border: 3px solid #00246b;
    border-radius: 10px;
    height: 396px;
}


.main-nav-container {
    min-height: 50px;
    width:100%;
    background-color: var(--third-color);
    background: linear-gradient(348deg, #f0f0f0, 
    #c2cee5);
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw- border-opacity));
    --tw-bg-opacity: 1;
    background-color: transparent;
    background-color: rgb(249 250 251);
}
.store-footer {
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
}

.s-block--features__item {
    min-height: 50px;
    width: 100%;
    background-color: var(--third-color);
    background: linear-gradient(348deg, #f0f0f0, #c2cee5);
}
.duration-300 {
    transition-duration: 300ms;
    max-height: fit-content !important;
}
.copyright-text p {
   
    color: rgb(255 255 255);
    display: none !important;
}