:root
{
    --primary-color: #D9F3F4 !important; /* rgb(217, 243, 244) */
    --secondary-color: #ffffff !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;
}

/*---------------- Font Family ----------------*/

/*------------- End of Font Family ------------*/


/*---------------- Splash Screen --------------*/

/*------------ End of Splash Screen -----------*/


/*------------------ Header -------------------*/
.top-navbar
{
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.main-menu li > a
{
    font-size: 1.1rem;
}

.main-menu #offers a,
.mobile-menu li#\"offers\"
{
    display: none;
}
/*--------------- End of Header ---------------*/


/*------------------- Banner ------------------*/

/*---------------- End of Banner --------------*/


/*----------------- Categories ----------------*/
.lg\:text-4xl
{
    font-size: 1.75rem;
    color: #000 !important;
}

.s-block--square-links
{
    margin-top: 5px;
}
/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
.text-store-text-primary
{
    font-size: 1.25rem;
}

.text-store-text-secondary
{
    color: var(--store-text-secondary);
    font-size: 1.05rem;
}

.product-card__addToCart__btn salla-button button,
.product-card__addToCart__btn salla-button button:hover
{
    color: #fff;
    background: #000;
    border: 0;
}

.enhanced-title-border
{
    margin: 0px auto;
}

.product-card__title a
{
    font-size: 1rem;
    font-weight: 700;
}

.product-card__price .total-price
{
    top: 2px;
    font-size: 1.25rem;
}
/*--------------- End of Products -------------*/


/*--------------- Products Details ------------*/

/*------------ End of Products Details --------*/


/*--------------------- Cart ------------------*/

/*------------------ End of Cart --------------*/


/*----------------- Testemonials --------------*/

/*-------------- End of Testemonials ----------*/


/*------------------- Features ----------------*/
.s-block--enhanced-features__item p
{
    color: var(--store-text-secondary);
    font-weight: 600;
    opacity: .90;
}
/*---------------- End of Features ------------*/


/*--------------------- FAQ -------------------*/

/*------------------ End of FAQ ---------------*/


/*-------------------- Footer -----------------*/
.store-footer__inner
{
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 10px solid #D9F3F4;
}

.lg\:grid-cols-3
{
    margin-top: 4rem;
}

.store-footer__curve
{
    height: 0rem;
}

.store-footer h3,
.footer-list
{
    text-align: center;
}

.store-footer .text-unicode
{
    unicode-bidi: unset;
    display: none;
}
/*----------------- End of Footer -------------*/


/*--------------------- Blog ------------------*/

/*------------------ End of Blog --------------*/


/*---------------- WhatsApp Icon --------------*/

/*-------------- End of WhatsApp Icon ---------*/


/*---------------- Mobile Screens -------------*/
@media only screen and (max-width: 767px)
{ 

    /*----------------- Header ----------------*/
    .main-menu li > a
    {
        font-size: 0.9rem;
    }
    /*----------------- Banner ----------------*/

    /*--------------- Categories --------------*/
    .lg\:text-4xl
    {
        font-size: 1.45rem;
    }
    /*---------------- Products ---------------*/
    .index.mobile_small_blocks_titles h2.text-3xl
    {
        font-size: 1rem;
    }

    .index.mobile_small_blocks_titles h2.text-3xl + p.text-lg
    {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .text-store-text-primary
    {
        font-size: 1.05rem;
    }
    
    .text-store-text-secondary
    {
        color: var(--store-text-secondary);
        font-size: 0.95rem;
    }

    .product-card__title a
    {
        font-size: 0.85rem;
        font-weight: 700;
    }

    .product-card__price .total-price
    {
        top: 2px;
        font-size: 1rem;
    }

    .product-card__enhnaced-mini-cart__btn
    {
        display: none;
    }

    .product-card__enhnaced-mini-cart__btn:hover
    {
        display: block;
    }
    /*------------ Products Details -----------*/

    /*------------------ Cart -----------------*/

    /*--------------- Testemonials ------------*/
    .s-block--enhanced-features__item h2
    {
        color: var(--store-text-primary);
        font-size: 1rem;
        font-weight: 600;
    }
    /*----------------- Features --------------*/
    .s-block--enhanced-features__item p
    {
        color: var(--store-text-secondary);
        font-size: 0.85rem;
        font-weight: 600;
        opacity: .95;
    }
    /*------------------ Footer ---------------*/
    .store-footer__inner
    {
        padding-bottom: 1rem;
        padding-top: 1rem;
        border-top: 6px solid #D9F3F4;
    }  
    
    .lg\:grid-cols-3
    {
        margin-top: 1rem;
    }  
    
    .footer-list a
    {
        font-size: 1rem;
        line-height: 1rem;
    }
    /*------------------- Blog ----------------*/
}
/*------------- End of Mobile Screens ---------*/


/*----------------- Animations ----------------*/

/*-------------- End of Animations ------------*/