.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#23A5F5;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 01 — CART FOUNDATION */

.nova-cart {

    --nova-primary: #072120;
    --nova-accent: #044E50;
    --nova-background: #F6F8F7;
    --nova-border: #E3EBE8;
    --nova-text: #101D1C;
    --nova-muted: #687975;

    font-family: 'DM Sans', sans-serif;
    color: var(--nova-text);

}

.nova-cart *,
.nova-cart *::before,
.nova-cart *::after {
    box-sizing: border-box;
}


/* 02 — CART TYPOGRAPHY */

.nova-cart
.elementor-widget-woocommerce-cart {

    font-family: 'DM Sans', sans-serif;
    color: #101D1C;

}

.nova-cart
.elementor-widget-woocommerce-cart h2,
.nova-cart
.elementor-widget-woocommerce-cart h3 {

    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #072120;
    letter-spacing: -0.025em;

}


/* 03 — CART SECTION CARDS */

.nova-cart
.e-cart__section {

    background: #FFFFFF;

    border: 1px solid #E3EBE8;

    border-radius: 12px;

    padding: 24px;

    box-shadow:
        0 5px 25px rgba(7,33,32,0.025);

}


/* 04 — PRODUCT NAMES */

.nova-cart
.woocommerce-cart-form
.product-name a {

    font-family: 'DM Sans', sans-serif;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    color: #072120;

    text-decoration: none;

    transition: color .2s ease;

}

.nova-cart
.woocommerce-cart-form
.product-name a:hover {

    color: #044E50;

}


/* 05 — PRODUCT IMAGES */

.nova-cart
.woocommerce-cart-form
.product-thumbnail img {

    display: block;

    width: 90px;
    max-width: 100%;
    height: auto;

    aspect-ratio: 1 / 1;

    object-fit: contain;

    background: #F6F8F7;

    border-radius: 8px;

}


/* 06 — PRODUCT PRICES */

.nova-cart
.woocommerce-cart-form
.product-price,

.nova-cart
.woocommerce-cart-form
.product-subtotal {

    font-family: 'DM Sans', sans-serif;

    font-size: 15px;
    font-weight: 600;

    color: #044E50;

}

.nova-cart
.woocommerce-cart-form
.product-price
.woocommerce-Price-amount,

.nova-cart
.woocommerce-cart-form
.product-subtotal
.woocommerce-Price-amount {

    color: #044E50;

}


/* 07 — PRODUCT ROWS */

.nova-cart
.woocommerce-cart-form
.cart_item td {

    padding-top: 22px;
    padding-bottom: 22px;

    border-bottom:
        1px solid #E3EBE8;

}


/* 08 — QUANTITY INPUT */

.nova-cart
.woocommerce-cart-form
.quantity .qty {

    width: 75px;
    min-height: 44px;

    padding: 8px;

    background: #F6F8F7;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    color: #072120;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;
    font-weight: 600;

    text-align: center;

    outline: none;

    transition: border-color .2s ease;

}

.nova-cart
.woocommerce-cart-form
.quantity .qty:focus {

    border-color: #044E50;

}


/* 09 — REMOVE PRODUCT */

.nova-cart
.woocommerce-cart-form
.product-remove a.remove {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    background: #F6F8F7;

    border-radius: 50%;

    color: #687975 !important;

    font-family: 'DM Sans', sans-serif;
    font-size: 19px;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;

}

.nova-cart
.woocommerce-cart-form
.product-remove a.remove:hover {

    background: #FBE9E9;

    color: #B42318 !important;

}


/* 10 — COUPON INPUT */

.nova-cart
.woocommerce-cart-form
.coupon input[type="text"] {

    min-height: 48px;

    padding: 12px 15px;

    background: #FFFFFF;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    color: #072120;

    outline: none;

}

.nova-cart
.woocommerce-cart-form
.coupon input[type="text"]:focus {

    border-color: #044E50;

}


/* 11 — UPDATE CART / COUPON BUTTONS */

.nova-cart
.woocommerce-cart-form
button.button,

.nova-cart
.woocommerce-cart-form
input.button,

.nova-cart
.e-apply-coupon {

    min-height: 45px;

    padding: 11px 19px;

    background: #F0F5F3;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    color: #072120;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;

}

.nova-cart
.woocommerce-cart-form
button.button:hover,

.nova-cart
.woocommerce-cart-form
input.button:hover,

.nova-cart
.e-apply-coupon:hover {

    background: #044E50;

    border-color: #044E50;

    color: #FFFFFF;

}


/* 12 — CART TOTALS */

.nova-cart
.cart_totals {

    font-family: 'DM Sans', sans-serif;

}

.nova-cart
.cart_totals h2 {

    font-family: 'DM Sans', sans-serif;

    font-size: 22px;
    font-weight: 700;

    color: #072120;

    margin-bottom: 20px;

}

.nova-cart
.cart_totals table {

    width: 100%;

    border-collapse: collapse;

}

.nova-cart
.cart_totals table th,

.nova-cart
.cart_totals table td {

    padding: 15px 0;

    border-bottom:
        1px solid #E3EBE8;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    color: #52635E;

}


/* 13 — FINAL TOTAL */

.nova-cart
.cart_totals
.order-total th {

    font-family: 'DM Sans', sans-serif;

    font-size: 16px;
    font-weight: 700;

    color: #072120;

}

.nova-cart
.cart_totals
.order-total
.woocommerce-Price-amount {

    font-family: 'DM Sans', sans-serif;

    font-size: 22px;
    font-weight: 700;

    color: #044E50;

}


/* 14 — CHECKOUT BUTTON */

.nova-cart
.wc-proceed-to-checkout
.checkout-button {

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 54px;

    padding: 15px 20px;

    margin-top: 15px;

    background: #072120;

    border: 1px solid #072120;

    border-radius: 8px;

    color: #FFFFFF;

    font-family: 'DM Sans', sans-serif;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.4;

    text-align: center;

    text-decoration: none;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;

}

.nova-cart
.wc-proceed-to-checkout
.checkout-button:hover {

    background: #044E50;

    border-color: #044E50;

    color: #FFFFFF;

    transform: translateY(-2px);

}


/* 15 — SHIPPING INFORMATION */

.nova-cart
.woocommerce-shipping-methods {

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    color: #52635E;

}

.nova-cart
.woocommerce-shipping-calculator a {

    color: #044E50;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;
    font-weight: 600;

    text-decoration: underline;

}


/* 16 — NOTICES */

.nova-cart
.woocommerce-message,

.nova-cart
.woocommerce-info {

    padding: 16px 20px;

    background: #F0F6F3;

    border: 1px solid #CFE3DA;

    border-radius: 8px;

    color: #072120;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.6;

}


/* 17 — EMPTY CART */

.nova-cart
.cart-empty {

    padding: 40px 20px;

    background: #F6F8F7;

    border-radius: 12px;

    font-family: 'DM Sans', sans-serif;

    font-size: 17px;
    font-weight: 500;

    text-align: center;

    color: #072120;

}

.nova-cart
.return-to-shop .button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 12px 25px;

    background: #072120;

    color: #FFFFFF;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

}

.nova-cart
.return-to-shop .button:hover {

    background: #044E50;

    color: #FFFFFF;

}


/* 18 — TABLET */

@media (max-width: 1024px) {

    .nova-cart
    .e-cart__section {

        padding: 20px;

    }

    .nova-cart
    .woocommerce-cart-form
    .product-thumbnail img {

        width: 75px;

    }

}


/* 19 — MOBILE */

@media (max-width: 767px) {

    .nova-cart
    .e-cart__section {

        padding: 16px;

        border-radius: 10px;

    }

    .nova-cart
    .woocommerce-cart-form
    .product-thumbnail img {

        width: 65px;

    }

    .nova-cart
    .woocommerce-cart-form
    .product-name a {

        font-size: 14px;

    }

    .nova-cart
    .woocommerce-cart-form
    .quantity .qty {

        width: 65px;
        min-height: 42px;

        font-size: 13px;

    }

    .nova-cart
    .cart_totals h2 {

        font-size: 20px;

    }

    .nova-cart
    .cart_totals
    .order-total
    .woocommerce-Price-amount {

        font-size: 19px;

    }

    .nova-cart
    .wc-proceed-to-checkout
    .checkout-button {

        min-height: 50px;

        font-size: 14px;

    }

}


/* 20 — ACCESSIBILITY */

.nova-cart a:focus-visible,

.nova-cart button:focus-visible,

.nova-cart input:focus-visible {

    outline: 2px solid #044E50;

    outline-offset: 3px;

}

@media (prefers-reduced-motion: reduce) {

    .nova-cart
    .checkout-button,

    .nova-cart
    .product-remove a.remove {

        transition: none;

        transform: none !important;

    }

}


/* ==========================================
   NOVA PEPTIDE
   PREMIUM CHECKOUT PAGE

   Hello Elementor + Elementor Pro
   WooCommerce

   Font: DM Sans
========================================== */


/* 01 — CHECKOUT FOUNDATION */

.nova-checkout {

    --nova-primary: #072120;
    --nova-accent: #044E50;
    --nova-background: #F6F8F7;
    --nova-border: #E3EBE8;
    --nova-muted: #687975;

    font-family: 'DM Sans', sans-serif;

    color: #101D1C;

}

.nova-checkout *,
.nova-checkout *::before,
.nova-checkout *::after {

    box-sizing: border-box;

}


/* 02 — CHECKOUT TYPOGRAPHY */

.nova-checkout
.elementor-widget-woocommerce-checkout {

    font-family: 'DM Sans', sans-serif;

    color: #101D1C;

}

.nova-checkout
.elementor-widget-woocommerce-checkout h2,

.nova-checkout
.elementor-widget-woocommerce-checkout h3 {

    font-family: 'DM Sans', sans-serif;

    font-weight: 700;

    letter-spacing: -0.025em;

    color: #072120;

}


/* 03 — CHECKOUT SECTIONS */

.nova-checkout
.e-checkout__section {

    background: #FFFFFF;

    border: 1px solid #E3EBE8;

    border-radius: 12px;

    padding: 25px;

    box-shadow:
        0 5px 25px rgba(7,33,32,0.025);

}


/* 04 — FORM LABELS */

.nova-checkout
.woocommerce-checkout
.form-row label {

    display: block;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.5;

    color: #072120;

    margin-bottom: 8px;

}


/* 05 — REQUIRED FIELD MARKER */

.nova-checkout
.woocommerce-checkout
.form-row .required {

    color: #044E50;

    font-weight: 700;

}


/* 06 — FORM INPUTS */

.nova-checkout
.woocommerce-checkout
.input-text,

.nova-checkout
.woocommerce-checkout
select,

.nova-checkout
.woocommerce-checkout
textarea {

    width: 100%;

    min-height: 48px;

    padding: 12px 15px;

    background: #FFFFFF;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.5;

    color: #072120;

    box-shadow: none;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;

}


/* 07 — INPUT FOCUS */

.nova-checkout
.woocommerce-checkout
.input-text:focus,

.nova-checkout
.woocommerce-checkout
select:focus,

.nova-checkout
.woocommerce-checkout
textarea:focus {

    border-color: #044E50;

    box-shadow:
        0 0 0 3px rgba(4,78,80,0.1);

}


/* 08 — INPUT PLACEHOLDERS */

.nova-checkout
.woocommerce-checkout
.input-text::placeholder,

.nova-checkout
.woocommerce-checkout
textarea::placeholder {

    color: #9AA8A3;

    opacity: 1;

}


/* 09 — FIELD SPACING */

.nova-checkout
.woocommerce-checkout
.form-row {

    margin-bottom: 18px;

}


/* 10 — SELECT2 DROPDOWNS */

.nova-checkout
.select2-container
.select2-selection--single {

    display: flex;

    align-items: center;

    min-height: 48px;

    background: #FFFFFF;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

}

.nova-checkout
.select2-container
.select2-selection__rendered {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    color: #072120;

    line-height: 1.5;

    padding-left: 15px;

}


/* 11 — SECTION HEADINGS */

.nova-checkout
.woocommerce-billing-fields h3,

.nova-checkout
.woocommerce-shipping-fields h3,

.nova-checkout
#order_review_heading {

    font-family: 'DM Sans', sans-serif;

    font-size: 22px;

    font-weight: 700;

    color: #072120;

    margin-bottom: 22px;

}


/* 12 — ORDER REVIEW TABLE */

.nova-checkout
.woocommerce-checkout-review-order-table {

    width: 100%;

    border-collapse: collapse;

    font-family: 'DM Sans', sans-serif;

}

.nova-checkout
.woocommerce-checkout-review-order-table
th,

.nova-checkout
.woocommerce-checkout-review-order-table
td {

    padding: 14px 8px;

    border-bottom:
        1px solid #E3EBE8;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.5;

    color: #52635E;

}


/* 13 — PRODUCT NAMES */

.nova-checkout
.woocommerce-checkout-review-order-table
.product-name {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 500;

    color: #072120;

}


/* 14 — ORDER PRICES */

.nova-checkout
.woocommerce-checkout-review-order-table
.woocommerce-Price-amount {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 600;

    color: #044E50;

}


/* 15 — FINAL ORDER TOTAL */

.nova-checkout
.woocommerce-checkout-review-order-table
.order-total th {

    font-family: 'DM Sans', sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #072120;

}

.nova-checkout
.woocommerce-checkout-review-order-table
.order-total
.woocommerce-Price-amount {

    font-family: 'DM Sans', sans-serif;

    font-size: 22px;

    font-weight: 700;

    color: #044E50;

}


/* 16 — PAYMENT SECTION */

.nova-checkout
#payment {

    background: #F6F8F7;

    border: 1px solid #E3EBE8;

    border-radius: 10px;

    overflow: hidden;

}


/* 17 — PAYMENT METHOD LIST */

.nova-checkout
#payment ul.payment_methods {

    padding: 18px;

    border-bottom:
        1px solid #E3EBE8;

}

.nova-checkout
#payment ul.payment_methods li {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.6;

    color: #072120;

}


/* 18 — PAYMENT METHOD LABELS */

.nova-checkout
#payment ul.payment_methods li label {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 600;

    color: #072120;

}


/* 19 — PAYMENT METHOD DETAILS */

.nova-checkout
#payment .payment_box {

    background: #FFFFFF;

    border: 1px solid #E3EBE8;

    border-radius: 8px;

    padding: 15px;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    line-height: 1.7;

    color: #52635E;

}


/* 20 — PLACE ORDER BUTTON */

.nova-checkout
#place_order,

.nova-checkout
.e-place-order .button {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 54px;

    padding: 15px 22px;

    background: #072120;

    border: 1px solid #072120;

    border-radius: 8px;

    color: #FFFFFF;

    font-family: 'DM Sans', sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.4;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    transition:
        background 0.25s ease,
        border-color 0.25s ease;

}

.nova-checkout
#place_order:hover,

.nova-checkout
.e-place-order .button:hover {

    background: #044E50;

    border-color: #044E50;

    color: #FFFFFF;

}


/* 21 — DISABLED PLACE ORDER */

.nova-checkout
#place_order:disabled {

    opacity: 0.5;

    cursor: not-allowed;

}


/* 22 — COUPON INPUT */

.nova-checkout
.checkout_coupon
.input-text {

    min-height: 48px;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

}


/* 23 — SECONDARY BUTTONS */

.nova-checkout
.checkout_coupon .button {

    min-height: 46px;

    padding: 12px 20px;

    background: #EAF2EF;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    color: #072120;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

}

.nova-checkout
.checkout_coupon .button:hover {

    background: #044E50;

    border-color: #044E50;

    color: #FFFFFF;

}


/* 24 — LINKS */

.nova-checkout
.woocommerce-checkout a {

    color: #044E50;

    text-underline-offset: 3px;

}

.nova-checkout
.woocommerce-checkout a:hover {

    color: #072120;

}


/* 25 — NOTICES */

.nova-checkout
.woocommerce-info,

.nova-checkout
.woocommerce-message {

    padding: 16px 20px;

    background: #F0F6F3;

    border: 1px solid #CFE3DA;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    color: #072120;

}

.nova-checkout
.woocommerce-error {

    padding: 16px 20px;

    background: #FFF3F2;

    border: 1px solid #F4C7C3;

    border-radius: 8px;

    color: #B42318;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

}


/* 26 — TABLET */

@media (max-width: 1024px) {

    .nova-checkout
    .e-checkout__section {

        padding: 20px;

    }

}


/* 27 — MOBILE */

@media (max-width: 767px) {

    .nova-checkout
    .e-checkout__section {

        padding: 16px;

        border-radius: 10px;

    }

    .nova-checkout
    .woocommerce-billing-fields h3,

    .nova-checkout
    .woocommerce-shipping-fields h3,

    .nova-checkout
    #order_review_heading {

        font-size: 20px;

    }

    .nova-checkout
    .woocommerce-checkout
    .input-text,

    .nova-checkout
    .woocommerce-checkout
    select,

    .nova-checkout
    .woocommerce-checkout
    textarea {

        font-size: 16px;

    }

    .nova-checkout
    .woocommerce-checkout-review-order-table
    .order-total
    .woocommerce-Price-amount {

        font-size: 19px;

    }

    .nova-checkout
    #place_order,

    .nova-checkout
    .e-place-order .button {

        min-height: 52px;

        font-size: 14px;

    }

}


/* 28 — ACCESSIBILITY */

.nova-checkout a:focus-visible,

.nova-checkout button:focus-visible,

.nova-checkout input:focus-visible,

.nova-checkout select:focus-visible {

    outline: 2px solid #044E50;

    outline-offset: 3px;

}

@media (prefers-reduced-motion: reduce) {

    .nova-checkout
    #place_order {

        transition: none;

        transform: none !important;

    }

}


/* ==========================================
   NOVA PEPTIDE
   PREMIUM MY ACCOUNT PAGE

   Hello Elementor + Elementor Pro
   WooCommerce

   Font: DM Sans
========================================== */


/* 01 — ACCOUNT FOUNDATION */

.nova-account {

    --nova-primary: #072120;
    --nova-accent: #044E50;
    --nova-bg: #F6F8F7;
    --nova-border: #E3EBE8;
    --nova-muted: #687975;

    font-family: 'DM Sans', sans-serif;

    color: #101D1C;

}

.nova-account *,
.nova-account *::before,
.nova-account *::after {

    box-sizing: border-box;

}


/* 02 — GLOBAL TYPOGRAPHY */

.nova-account
.elementor-widget-woocommerce-my-account {

    font-family: 'DM Sans', sans-serif;

    color: #101D1C;

}

.nova-account
.woocommerce h2,

.nova-account
.woocommerce h3 {

    font-family: 'DM Sans', sans-serif;

    font-weight: 700;

    color: #072120;

    letter-spacing: -0.025em;

}

.nova-account
.woocommerce p {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: #52635E;

}


/* 03 — ACCOUNT NAVIGATION */

.nova-account
.woocommerce-MyAccount-navigation {

    font-family: 'DM Sans', sans-serif;

}

.nova-account
.woocommerce-MyAccount-navigation ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.nova-account
.woocommerce-MyAccount-navigation li {

    list-style: none;

    margin-bottom: 8px;

}


/* 04 — NAVIGATION LINKS */

.nova-account
.woocommerce-MyAccount-navigation li a {

    display: block;

    padding: 13px 16px;

    background: #F6F8F7;

    border: 1px solid transparent;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;

    color: #52635E;

    text-decoration: none;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;

}


/* 05 — NAVIGATION HOVER */

.nova-account
.woocommerce-MyAccount-navigation li a:hover {

    background: #EAF2EF;

    color: #044E50;

    border-color: #D6E2DE;

}


/* 06 — ACTIVE NAVIGATION */

.nova-account
.woocommerce-MyAccount-navigation
li.is-active a {

    background: #072120;

    color: #FFFFFF;

    border-color: #072120;

    font-weight: 600;

}

.nova-account
.woocommerce-MyAccount-navigation
li.is-active a:hover {

    background: #044E50;

    color: #FFFFFF;

}


/* 07 — ACCOUNT CONTENT */

.nova-account
.woocommerce-MyAccount-content {

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: #52635E;

}

.nova-account
.woocommerce-MyAccount-content a {

    color: #044E50;

    font-weight: 600;

    text-decoration: none;

}

.nova-account
.woocommerce-MyAccount-content a:hover {

    color: #072120;

    text-decoration: underline;

}


/* 08 — ACCOUNT CONTENT CARDS */

.nova-account
.e-my-account-tab
.woocommerce-MyAccount-content {

    background: #FFFFFF;

    border: 1px solid #E3EBE8;

    border-radius: 12px;

    padding: 28px;

}


/* 09 — ACCOUNT DASHBOARD */

.nova-account
.woocommerce-MyAccount-content > p {

    margin-bottom: 16px;

}

.nova-account
.woocommerce-MyAccount-content strong {

    color: #072120;

    font-weight: 600;

}


/* 10 — ORDER HISTORY TABLE */

.nova-account
.woocommerce-orders-table {

    width: 100%;

    border-collapse: collapse;

    font-family: 'DM Sans', sans-serif;

}

.nova-account
.woocommerce-orders-table th {

    padding: 15px 12px;

    background: #F6F8F7;

    font-family: 'DM Sans', sans-serif;

    font-size: 12px;

    font-weight: 700;

    color: #072120;

    text-align: left;

}

.nova-account
.woocommerce-orders-table td {

    padding: 16px 12px;

    border-bottom: 1px solid #E3EBE8;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    color: #52635E;

}


/* 11 — ORDER LINKS */

.nova-account
.woocommerce-orders-table td a:not(.button) {

    color: #044E50;

    font-weight: 600;

}


/* 12 — ACCOUNT BUTTONS */

.nova-account
.woocommerce .button,

.nova-account
.woocommerce button.button,

.nova-account
.woocommerce input.button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 46px;

    padding: 12px 22px;

    background: #072120;

    border: 1px solid #072120;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.4;

    color: #FFFFFF;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease;

}

.nova-account
.woocommerce .button:hover,

.nova-account
.woocommerce button.button:hover,

.nova-account
.woocommerce input.button:hover {

    background: #044E50;

    border-color: #044E50;

    color: #FFFFFF;

    text-decoration: none;

}


/* 13 — FORM LABELS */

.nova-account
.woocommerce form .form-row label {

    display: block;

    margin-bottom: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

    color: #072120;

}


/* 14 — FORM INPUTS */

.nova-account
.woocommerce
input.input-text,

.nova-account
.woocommerce
input[type="email"],

.nova-account
.woocommerce
input[type="password"],

.nova-account
.woocommerce
input[type="tel"],

.nova-account
.woocommerce
select,

.nova-account
.woocommerce
textarea {

    width: 100%;

    min-height: 48px;

    padding: 12px 15px;

    background: #FFFFFF;

    border: 1px solid #D6E2DE;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    font-weight: 400;

    color: #072120;

    box-shadow: none;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;

}


/* 15 — FORM FOCUS */

.nova-account
.woocommerce
input:focus,

.nova-account
.woocommerce
select:focus,

.nova-account
.woocommerce
textarea:focus {

    border-color: #044E50;

    box-shadow:
        0 0 0 3px rgba(4,78,80,0.1);

}


/* 16 — FORM SPACING */

.nova-account
.woocommerce form .form-row {

    margin-bottom: 18px;

}


/* 17 — REQUIRED FIELDS */

.nova-account
.woocommerce
.required {

    color: #044E50;

    font-weight: 700;

}


/* 18 — ACCOUNT EDIT FORM */

.nova-account
.woocommerce-EditAccountForm fieldset {

    margin: 25px 0;

    padding: 20px;

    border: 1px solid #E3EBE8;

    border-radius: 10px;

}

.nova-account
.woocommerce-EditAccountForm legend {

    padding: 0 10px;

    font-family: 'DM Sans', sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: #072120;

}


/* 19 — ADDRESS CARDS */

.nova-account
.woocommerce-Addresses
.woocommerce-Address {

    margin-bottom: 20px;

    padding: 22px;

    background: #F6F8F7;

    border: 1px solid #E3EBE8;

    border-radius: 10px;

}

.nova-account
.woocommerce-Address-title h3 {

    font-family: 'DM Sans', sans-serif;

    font-size: 18px;

    font-weight: 700;

    color: #072120;

}

.nova-account
.woocommerce-Address-title a {

    color: #044E50;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

}


/* 20 — LOGIN AND REGISTRATION */

.nova-account
.woocommerce-form-login,

.nova-account
.woocommerce-form-register {

    background: #FFFFFF;

    border: 1px solid #E3EBE8;

    border-radius: 12px;

    padding: 28px;

}


/* 21 — LOGIN HEADINGS */

.nova-account
#customer_login h2 {

    font-family: 'DM Sans', sans-serif;

    font-size: 26px;

    font-weight: 700;

    color: #072120;

    margin-bottom: 22px;

}


/* 22 — LOGIN REMEMBER ME */

.nova-account
.woocommerce-form-login__rememberme {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    color: #52635E;

}


/* 23 — LOST PASSWORD LINK */

.nova-account
.woocommerce-LostPassword a {

    color: #044E50;

    font-family: 'DM Sans', sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: underline;

    text-underline-offset: 3px;

}


/* 24 — WOOCOMMERCE NOTICES */

.nova-account
.woocommerce-message,

.nova-account
.woocommerce-info {

    padding: 16px 20px;

    background: #F0F6F3;

    border: 1px solid #CFE3DA;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    line-height: 1.6;

    color: #072120;

}

.nova-account
.woocommerce-error {

    padding: 16px 20px;

    background: #FFF3F2;

    border: 1px solid #F4C7C3;

    border-radius: 8px;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;

    color: #B42318;

}


/* 25 — FOCUS ACCESSIBILITY */

.nova-account a:focus-visible,

.nova-account button:focus-visible,

.nova-account input:focus-visible {

    outline: 2px solid #044E50;

    outline-offset: 3px;

}


/* 26 — TABLET */

@media (max-width: 1024px) {

    .nova-account
    .e-my-account-tab
    .woocommerce-MyAccount-content {

        padding: 22px;

    }

}


/* 27 — MOBILE */

@media (max-width: 767px) {

    .nova-account
    .e-my-account-tab
    .woocommerce-MyAccount-content {

        padding: 16px;

        border-radius: 10px;

    }

    .nova-account
    .woocommerce-form-login,

    .nova-account
    .woocommerce-form-register {

        padding: 18px;

    }

    .nova-account
    .woocommerce-MyAccount-navigation
    li a {

        padding: 12px 14px;

        font-size: 13px;

    }

    .nova-account
    #customer_login h2 {

        font-size: 22px;

    }

    .nova-account
    .woocommerce
    input.input-text,

    .nova-account
    .woocommerce
    input[type="email"],

    .nova-account
    .woocommerce
    input[type="password"] {

        font-size: 16px;

    }

    .nova-account
    .woocommerce-orders-table td {

        font-size: 12px;

    }

}


/* 28 — REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

    .nova-account a,

    .nova-account button {

        transition: none;

        transform: none !important;

    }

}/* End custom CSS */