
/* Single Product Layout */
.organiva-product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 50px 0;
}

.organiva-product-gallery img {
    width: 100%;
    border-radius: 6px;
}

.organiva-product-summary h1.product_title {
    font-size: 34px;
    margin-bottom: 15px;
}

.organiva-product-summary .price {
    font-size: 24px;
    color: #4CAF50;
    margin-bottom: 15px;
}

.organiva-product-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.organiva-product-summary form.cart {
    margin-top: 20px;
}

/* Tabs Section */
.organiva-product-bottom {
    margin-top: 60px;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
}

.woocommerce-tabs ul.tabs li {
    list-style: none;
}

.woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 600;
}

.woocommerce-tabs .panel {
    padding: 30px 0;
    border-top: none;
}

.organiva-organic-badge {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 15px;
}
/* Page Titles */
.organiva-page-title {
    text-align: center;
    margin: 40px 0 30px;
    font-size: 32px;
}

/* Cart Layout */
.organiva-cart-page table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.organiva-cart-page table th,
.organiva-cart-page table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.organiva-cart-collaterals {
    margin-top: 40px;
}

/* Checkout Layout */
.organiva-checkout-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.organiva-checkout-summary {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Buttons */
.button,
button.button,
input.button {
    background: #4CAF50;
    color: #fff;
    border-radius: 4px;
    padding: 12px 20px;
    border: none;
}

.button:hover {
    opacity: 0.9;
}

.woocommerce span.onsale {
    background: #FF7043;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
}

.organiva-featured-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #2E7D32;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 2;
}
.organiva-product-thumb {
    position: relative;
}


/* ===============================
   THANK YOU PAGE WRAPPER
================================ */

.woocommerce-order {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* ===============================
   SUCCESS MESSAGE
================================ */

.woocommerce-notice--success {
    background: #e9f9f0;
    border-left: 5px solid #2ecc71;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1e7e34;
    border-radius: 8px;
    margin-bottom: 35px;
}

/* ===============================
   ORDER OVERVIEW BOX
================================ */

.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 25px;
    margin: 0 0 40px 0;
    background: #f9fafb;
    border-radius: 12px;
}

.woocommerce-order-overview li {
    font-size: 14px;
    color: #555;
}

.woocommerce-order-overview strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #111;
    font-weight: 600;
}

/* ===============================
   SECTION TITLES
================================ */

.woocommerce-order-details__title,
.woocommerce-column__title,
.wc-block-order-confirmation-additional-fields-wrapper h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222;
}

/* ===============================
   ORDER TABLE
================================ */

.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.woocommerce-table thead {
    background: #f3f5f7;
}

.woocommerce-table th,
.woocommerce-table td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

.woocommerce-table th {
    font-weight: 600;
    color: #333;
}

.woocommerce-table tfoot th {
    font-weight: 600;
    color: #111;
}

.woocommerce-table tfoot td {
    font-weight: 600;
}

/* ===============================
   ADDRESS BOX
================================ */

.woocommerce-customer-details address {
    background: #f9fafb;
    padding: 20px;
    border-radius: 10px;
    font-style: normal;
    line-height: 1.7;
    font-size: 15px;
    color: #444;
}

.woocommerce-customer-details--email {
    margin-top: 10px;
    font-weight: 500;
    color: #111;
}

/* ===============================
   ADDITIONAL INFO BOX
================================ */

.wc-block-order-confirmation-additional-fields-wrapper {
    margin-top: 30px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 10px;
}

.wc-block-components-additional-fields-list dt {
    font-weight: 600;
    margin-bottom: 5px;
}

.wc-block-components-additional-fields-list dd {
    margin-bottom: 12px;
    color: #555;
}

/* ===============================
   PRICE STYLE
================================ */

.woocommerce-Price-amount {
    font-weight: 600;
    color: #2e7d32;
}

/* ===============================
   MY ACCOUNT WRAPPER
================================ */

.woocommerce-account .woocommerce {
    max-width: 1100px;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    padding: 0 15px;
}

/* ===============================
   SIDEBAR NAVIGATION
================================ */

.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    padding: 20px 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin: 0;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 14px 25px;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}
.woocommerce-MyAccount-navigation-link a br {
    display: none;
}
.woocommerce-MyAccount-navigation-link a:hover {
    background: #f4f6f8;
    color: #2e7d32;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background: #f0f8f3;
    border-left: 3px solid #2e7d32;
    color: #2e7d32;
    font-weight: 600;
}

/* Logout link highlight */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #d9534f;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fdeaea;
}

/* ===============================
   CONTENT AREA
================================ */

.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    padding: 40px;
}

/* ===============================
   NOTICES
================================ */

.woocommerce-info,
.woocommerce-message {
    background: #eef7ff;
    border-left: 4px solid #0073aa;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    font-size: 14px;
}

/* ===============================
   DASHBOARD TEXT
================================ */

.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}
.woocommerce-MyAccount-content p br {
    display: none;
}
.woocommerce-MyAccount-content strong {
    color: #111;
    font-weight: 600;
}

.woocommerce-MyAccount-content a {
    color: #2e7d32;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* ===============================
   TABLES (Orders Section)
================================ */

.woocommerce-account table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.woocommerce-account table.shop_table th {
    background: #f5f7f9;
    font-weight: 600;
}

/* ===============================
   FORMS (Edit Account / Address)
================================ */

.woocommerce-account form .form-row {
    margin-bottom: 20px;
}

.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s ease;
}

.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    border-color: #2e7d32;
    outline: none;
}

/* Buttons */
.woocommerce-account button,
.woocommerce-account .button {
    background: #2e7d32;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce-account button:hover,
.woocommerce-account .button:hover {
    background: #256628;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    border: 1px solid var(--organiva-secondary);
    color: #fff;
    background-color: var(--organiva-secondary);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {

    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
	.woocommerce-MyAccount-navigation ul {
        display: flex;
        align-items: center;
        overflow: auto;
    }
    .woocommerce-MyAccount-content {
        padding: 25px;
    }
    .woocommerce-MyAccount-navigation-link a {
        min-width: max-content;
    }
}

@media (max-width: 768px) {

    .woocommerce-order {
        padding: 25px;
        margin: 30px 15px;
    }

    .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .woocommerce-table th,
    .woocommerce-table td {
        font-size: 14px;
        padding: 10px 8px;
    }
}