/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================================================
   INTERSPECIES PEACE
   WOOCOMMERCE
   Unified page styling
========================================================= */


/* =========================================================
   BASE
========================================================= */

.woocommerce {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #5F574F;
}


/* =========================================================
   GENERAL TEXT
========================================================= */

.woocommerce p,
.woocommerce li,
.woocommerce td,
.woocommerce th,
.woocommerce label,
.woocommerce address {
    font-family: "Source Sans Pro", Arial, sans-serif;
}


/* =========================================================
   HEADINGS
========================================================= */

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-weight: 500 !important;
    color: #3A2F2A !important;
    line-height: 1.25 !important;
    letter-spacing: 0.01em !important;
}

.woocommerce h1 {
    font-size: 38px !important;
}

.woocommerce h2 {
    font-size: 30px !important;
}

.woocommerce h3 {
    font-size: 24px !important;
}

.woocommerce h4 {
    font-size: 21px !important;
}


/* =========================================================
   ORDER / CHECKOUT TABLES
========================================================= */

/*
   Elementor/WooCommerce applies its own font size
   to .shop_table, so we explicitly override it.
*/

.woocommerce .shop_table,
.woocommerce .shop_table td,
.woocommerce .shop_table th,
.woocommerce .woocommerce-table,
.woocommerce .woocommerce-table td,
.woocommerce .woocommerce-table th {
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
}


/* =========================================================
   ORDER DETAIL LABELS
========================================================= */

.woocommerce th,
.woocommerce .woocommerce-table th,
.woocommerce .woocommerce-table__product-table,
.woocommerce .order_details li,
.woocommerce .order_details li strong {
    font-weight: 600 !important;
}


/* =========================================================
   ORDER DETAIL HEADINGS
========================================================= */

.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads__title {
    font-weight: 600 !important;
}


/* =========================================================
   PRODUCT NAMES
========================================================= */

.woocommerce .woocommerce-table__product-name,
.woocommerce .woocommerce-table__product-name a {
    font-weight: 600 !important;
    color: #3A2F2A !important;
}


/* =========================================================
   ORDER TOTALS
========================================================= */

.woocommerce .woocommerce-table tfoot th {
    font-weight: 600 !important;
    color: #3A2F2A !important;
}

.woocommerce .woocommerce-table tfoot td {
    font-weight: 500 !important;
}


/* =========================================================
   ORDER NUMBER / DATE / EMAIL
========================================================= */

.woocommerce .order_details li strong {
    font-weight: 600 !important;
    color: #3A2F2A !important;
}


/* =========================================================
   CUSTOMER DETAILS
========================================================= */

.woocommerce .woocommerce-customer-details address {
    font-weight: 400;
}

.woocommerce .woocommerce-customer-details address strong {
    font-weight: 600 !important;
    color: #3A2F2A !important;
}


/* =========================================================
   ORDER INFORMATION STRIP
========================================================= */

.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 0;

    margin: 32px 0 42px !important;
    padding: 24px 0 !important;

    border-top: 1px solid rgba(95, 87, 79, 0.15);
    border-bottom: 1px solid rgba(95, 87, 79, 0.15);

    list-style: none;
}


/* Individual information items */

.woocommerce ul.order_details li {
    float: none !important;

    margin: 0 !important;
    padding: 4px 28px 4px 0 !important;

    font-size: 17px !important;
    line-height: 1.5 !important;

    color: #6A5A4A;
}


/* Vertical separators */

.woocommerce ul.order_details li:not(:last-child) {
    margin-right: 28px !important;
    border-right: 1px solid rgba(95, 87, 79, 0.15);
}


/* Actual values */

.woocommerce ul.order_details li strong {
    display: block;

    margin-top: 3px;

    font-size: 18px !important;
    font-weight: 600 !important;

    color: #3A2F2A !important;
}


/* =========================================================
   ORDER DETAIL SECTIONS
========================================================= */

.woocommerce .woocommerce-order-details {
    margin-top: 36px;
}

.woocommerce .woocommerce-customer-details {
    margin-top: 36px;
}


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

.woocommerce-order-downloads a.button.alt {
    background-color: #B8924F !important;

    background-image: linear-gradient(
        135deg,
        #C8A15A 0%,
        #9A7238 100%
    ) !important;

    border: 1px solid rgba(154, 114, 56, 0.35) !important;
    border-radius: 16px !important;

    color: #F7F3E8 !important;

    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    text-decoration: none !important;

    padding: 12px 26px !important;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Download button hover */

.woocommerce-order-downloads a.button.alt:hover {
    background-color: #B8924F !important;

    background-image: linear-gradient(
        135deg,
        #B8924F 0%,
        #876533 100%
    ) !important;

    color: #F7F3E8 !important;

    transform: translateY(-1px);

    box-shadow:
        0 6px 18px rgba(184, 138, 68, 0.20);
}


/* =========================================================
   LINKS
========================================================= */

.woocommerce a {
    color: #6A5A4A;

    text-decoration: underline;
    text-decoration-color: rgba(106, 90, 74, 0.35);
    text-underline-offset: 3px;

    transition:
        color 0.25s ease,
        text-decoration-color 0.25s ease;
}

.woocommerce a:hover {
    color: #D4A94A;
    text-decoration-color: #D4A94A;
}


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

@media (max-width: 767px) {

    /* ---------- Base ---------- */

    .woocommerce {
        font-size: 18px;
    }

    .woocommerce p,
    .woocommerce li {
        font-size: 18px;
        line-height: 1.65;
    }


    /* ---------- Tables ---------- */

    .woocommerce .shop_table,
    .woocommerce .shop_table td,
    .woocommerce .shop_table th,
    .woocommerce .woocommerce-table,
    .woocommerce .woocommerce-table td,
    .woocommerce .woocommerce-table th {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }


    /* ---------- Headings ---------- */

    .woocommerce h1 {
        font-size: 32px !important;
    }

    .woocommerce h2 {
        font-size: 27px !important;
    }

    .woocommerce h3 {
        font-size: 22px !important;
    }

    .woocommerce h4 {
        font-size: 19px !important;
    }


    /* ---------- Order information ---------- */

    .woocommerce ul.order_details {
        display: block;

        margin: 28px 0 36px !important;
        padding: 20px 0 !important;
    }

    .woocommerce ul.order_details li {
        display: block;

        margin: 0 !important;
        padding: 10px 0 !important;

        font-size: 16px !important;
        line-height: 1.5 !important;

        border-right: none !important;
        border-bottom: 1px solid rgba(95, 87, 79, 0.12);
    }

    .woocommerce ul.order_details li:first-child {
        padding-left: 0 !important;
    }

    .woocommerce ul.order_details li:last-child {
        border-bottom: none;
    }

    .woocommerce ul.order_details li strong {
        display: block;

        margin-top: 3px;

        font-size: 17px !important;
        font-weight: 600 !important;
    }


    /* ---------- Download button ---------- */

    .woocommerce-order-downloads a.button.alt {
        font-size: 16px !important;
        padding: 11px 22px !important;
    }
}