/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Flower Bouquet Shop
Template: astra
Version: 1.0.0
*/

/* Your custom CSS below */

/* Add your custom CSS below this line */

.whatsapp-btn{
	background-color: var(--ast-global-color-1) !important;
	color: white !important;
	border:1px solid !important;
	border-color:var(--ast-global-color-1) !important;

}
.whatsapp-btn:hover{
	border:1px solid !important;
	border-color:var(--ast-global-color-1) !important;
	background-color: white !important;
	color: var(--ast-global-color-1) !important;

}

.woocommerce-message, .woocommerce-info {
    background-color: white !important;
}



/* =========================================
   FBS CUSTOM 404 PAGE
   Astra Child Theme
========================================= */


/* =========================================
   MAIN WRAPPER
========================================= */

.fbs-404-page {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   404 SECTION
========================================= */

.fbs-404 {
    width: 100%;
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 70px 30px;
}


/* =========================================
   INNER CONTAINER
========================================= */

.fbs-404-inner {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 40px;
}


/* =========================================
   LEFT IMAGE
========================================= */

.fbs-404-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*
 * The image itself.
 *
 * Works especially well with transparent
 * PNG/WebP flower arrangements.
 */

.fbs-404-image img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.fbs-404-content {
    width: 100%;
    max-width: 600px;
    text-align: left;
    padding: 20px 0;
}


/* =========================================
   404 NUMBER
========================================= */

.fbs-404-number {
    margin: 0 0 5px;
    font-size: clamp(100px, 13vw, 190px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -7px;
    color: #0f3828;
}


/* =========================================
   TITLE
========================================= */

.fbs-404-title {
    margin: 30px 0 15px;
    padding: 0;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.15;
    color: #0f3828;
}


/* =========================================
   DESCRIPTION
========================================= */

.fbs-404-text {
    max-width: 540px;
    margin: 0 0 35px;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
}


/* =========================================
   BUTTON
========================================= */

.fbs-404-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #0f3828;
    color: #ffffff;
    border: 1px solid #0f3828;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Button Hover */

.fbs-404-button:hover,
.fbs-404-button:focus {
    background: #1b513b;
    border-color: #1b513b;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 56, 40, 0.15);
}


/* =========================================
   BUTTON ICON
========================================= */

.fbs-404-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}


/* =========================================
   ASTRA CONTENT FIX
========================================= */

.fbs-404-page .ast-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .fbs-404 {
        min-height: 65vh;
        padding: 60px 25px;
    }
    .fbs-404-inner {
        grid-template-columns: 43% 57%;
        gap: 25px;
    }
    .fbs-404-image img {
        max-width: 420px;
    }
    .fbs-404-number {
        font-size: clamp(90px, 13vw, 150px);
        letter-spacing: -5px;
    }

    .fbs-404-title {
        margin-top: 25px;
        font-size: 38px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .fbs-404 {
        min-height: auto;
        padding: 60px 20px 70px;
    }
    .fbs-404-inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Image */
    .fbs-404-image {
        order: 1;
        width: 100%;
    }

    .fbs-404-image img {
        width: 85%;
        max-width: 360px;
    }


    /* Content */
    .fbs-404-content {
        order: 2;
        max-width: 600px;
        text-align: center;
        padding: 0;
    }

    /* Number */
    .fbs-404-number {
        font-size: 100px;
        letter-spacing: -4px;
    }


    /* Heading */
    .fbs-404-title {
        margin-top: 25px;
        font-size: 32px;
    }


    /* Text */
    .fbs-404-text {
        max-width: 500px;
        margin: 0 auto 30px;
        font-size: 15px;
        line-height: 1.65;
    }


    /* Button */

    .fbs-404-button {
        padding: 14px 26px;
        font-size: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .fbs-404 {
        padding: 45px 18px 60px;
    }

    .fbs-404-image img {
        width: 90%;
        max-width: 300px;
    }

    .fbs-404-number {
        font-size: 90px;
        letter-spacing: -3px;
    }

    .fbs-404-title {
        margin-top: 22px;
        font-size: 28px;
    }

    .fbs-404-text {
        font-size: 14px;
    }
}

/* =========================================
   FBS CUSTOM 404 PAGE
   Astra Child Theme
========================================= */
