/*
Theme Name: Incom
Theme URI: https://incom.ag
Template: Divi
Author: Mateus Pina
Author URI: https://www.mateuspina.com.br
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.16.1750183623
Updated: 2025-06-17 18:07:03
*/

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
    list-style: none !important;
    padding: 0 !important;
}

.et_pb_row{
    width:90%!important;
}
.woocommerce-MyAccount-content .woocommerce form .form-row{
    display:flex;
    flex-direction:column;
}
/* Enhanced Color Mixing System */
:root {
    --incom-secondary-filter: brightness(1.8) saturate(1.2);

    /* Semantic Color Variables for Enhanced Mixing */
    --incom-bg-light: #ffffff;
    --incom-bg-dark: #000000;
    --incom-text-light: #f8f9fa;
    --incom-text-dark: #212529;
    --module-gutter: 0!important;

    /* Pre-defined Color Mix Levels */
    --incom-mix-subtle: 3%;
    --incom-mix-light: 5%;
    --incom-mix-medium: 8%;
    --incom-mix-strong: 12%;
    --incom-mix-accent: 15%;
    --incom-mix-bold: 20%;

    /* Advanced Color Mixing Functions */
    --incom-bg-subtle: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-subtle), var(--incom-bg-light));
    --incom-bg-light-mix: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-light), var(--incom-bg-light));
    --incom-bg-medium-mix: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-medium), var(--incom-bg-light));
    --incom-bg-strong-mix: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-strong), var(--incom-bg-light));
    --incom-bg-accent-mix: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-accent), var(--incom-bg-light));

    /* Darker variants for overlays and depth */
    --incom-bg-dark-subtle: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-subtle), var(--incom-bg-dark));
    --incom-bg-dark-light: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-light), var(--incom-bg-dark));
    --incom-bg-dark-medium: color-mix(in srgb, var(--gcid-secondary-color, #007cba) var(--incom-mix-medium), var(--incom-bg-dark));

    /* Text color variants */
    --incom-text-muted: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 30%, var(--incom-text-dark));
    --incom-text-emphasis: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 80%, var(--incom-text-dark));

    /* Interactive state colors */
    --incom-hover-bg: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 10%, var(--incom-bg-light));
    --incom-focus-bg: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 15%, var(--incom-bg-light));
    --incom-active-bg: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 20%, var(--incom-bg-light));

    /* Border colors */
    --incom-border-light: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 20%, var(--incom-bg-light));
    --incom-border-medium: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 40%, var(--incom-bg-light));
    --incom-border-strong: color-mix(in srgb, var(--gcid-secondary-color, #007cba) 60%, var(--incom-bg-light));
}


/* --- AJAX Search Styles --- */
/* Moved to /css/header.css for better organization */

/* --- Account Dropdown Styles --- */
.incom-account-dropdown {
    position: relative;
    display: inline-block;
}

.incom-account-dropdown-toggle {
    background: var(--incom-bg-light-mix);
    color: var(--gcid-secondary-color);
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    gap: 5px;
}

.incom-account-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    min-width: 180px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    z-index: 1001;
    padding: 0;
    margin: 0;
    list-style: none;
}

.incom-account-dropdown-menu li {
    list-style: none !important;
    list-style-type: none !important;
}

.incom-account-dropdown-menu li a {
    display: block;
    padding: 10px 16px;
    color: var(--gcid-secondary-color, #333);
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
}

.incom-account-dropdown-menu li:last-child a {
    border-bottom: none;
}

.incom-account-dropdown-menu li a:hover {
    background: var(--gcid-secondary-color, #f5f5f5);
    color: #fff;
}

.incom-account-dropdown.open .incom-account-dropdown-menu {
    display: block;
    padding: 0 !important;
}

.incom-search-container {
    position: relative;
}

/* --- AJAX Search Submit Button --- */
/* Moved to /css/header.css for better organization */

/* --- Custom Header --- */
/* Moved to /css/header.css for better organization */


/* --- AJAX Search Form General Styles (from previous steps) --- */

.ajax-search-form-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    /* Adjust as needed */
    margin: 0 auto;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--gcid-secondary-color, #ccc);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ajax-search-form-container .ajax-search-input {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid;
    border-color: rgb(from var(--gcid-secondary-color, #ccc) r g b / 0.5);
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.ajax-search-form-container .ajax-search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
}

.ajax-search-form-container .ajax-search-submit svg {
    width: 100%;
    height: 100%;
}

/* --- Enhanced My Account Page Styles --- */
/* Moved to /css/account.css for better organization */

.incom-account-welcome p {
    margin: 0;
    color: #666;
    font-size: 1.1rem;
}

.incom-account-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.incom-account-stat {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.incom-account-stat:hover {
    background: var(--incom-bg-subtle);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.incom-recent-orders {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.incom-recent-orders h4 {
    margin: 0 0 1.5rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.4rem;
}

.incom-orders-grid {
    display: grid;
    gap: 1rem;
}

.incom-order-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--incom-bg-subtle);
    border-radius: 6px;
    transition: background 0.3s ease;
}

.incom-order-item:hover {
    background: var(--incom-hover-bg);
}

.incom-order-item .order-info strong {
    display: block;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.1rem;
}

.incom-order-item .order-date {
    color: #666;
    font-size: 0.9rem;
}

.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.status-completed {
    background: #d4edda;
    color: #155724;
}

.status-badge.status-processing {
    background: #fff3cd;
    color: #856404;
}

.status-badge.status-pending {
    background: #f8d7da;
    color: #721c24;
}

.order-total {
    font-weight: bold;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.1rem;
}

/* No Orders Message */
.incom-no-orders {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.incom-no-orders h4 {
    margin: 0 0 1rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.4rem;
}

.incom-no-orders p {
    margin: 0;
    color: #666;
    font-size: 1.1rem;
}

.incom-no-orders a {
    color: var(--gcid-secondary-color, #007cba);
    text-decoration: none;
    font-weight: 500;
}

.incom-no-orders a:hover {
    text-decoration: underline;
}

/* WooCommerce Account Navigation Side Menu */
.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
}

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

.woocommerce-MyAccount-navigation ul li {
    background: var(--incom-bg-subtle);
    transition: background 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li:nth-child(even) {
    background: var(--incom-bg-light-mix);
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--gcid-secondary-color, #333);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--incom-hover-bg);
    color: var(--gcid-secondary-color, #007cba);
    padding-left: 2rem;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--gcid-secondary-color, #007cba);
    color: #ffffff;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gcid-primary-color, #28a745);
}

/* Special styling for logout link */
.woocommerce-MyAccount-navigation ul li:last-child a {
    color: #dc3545;
    background: color-mix(in srgb, #dc3545 8%, white);
}

.woocommerce-MyAccount-navigation ul li:last-child a:hover {
    background: color-mix(in srgb, #dc3545 15%, white);
    color: color-mix(in srgb, #dc3545 90%, black);
}

/* My Account Content Area */
.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

/* Content lists in My Account area should have disc styling */
.woocommerce-MyAccount-content ul:not(.woocommerce-order-downloads):not(.woocommerce-order-download-links) {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.woocommerce-MyAccount-content ul li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

/* Ensure specific WooCommerce lists don't get disc styling */
.woocommerce-MyAccount-content .woocommerce-order-downloads,
.woocommerce-MyAccount-content .woocommerce-order-download-links {
    list-style: none;
    padding-left: 0;
}

/* Help Section Styles */
.incom-help-section {
    padding: 2rem 0;
}

.incom-help-section h3 {
    margin: 0 0 2rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.8rem;
}

/* Support Actions Grid */
.help-support-actions {
    margin-bottom: 2rem;
}

.help-support-actions h4 {
    margin: 0 0 1rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.2rem;
}

.support-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.support-action {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff;
    border: 2px solid var(--gcid-secondary-color, #e0e0e0);
    border-radius: 8px;
    text-decoration: none;
    color: var(--gcid-secondary-color, #333);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.support-action:hover {
    border-color: var(--gcid-secondary-color, #007cba);
    background: var(--gcid-secondary-color, #007cba);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.action-icon {
    font-size: 1.5rem;
    min-width: 1.5rem;
}

.action-text {
    font-weight: 500;
}

/* Recent Orders in Help Section */
.help-recent-orders {
    margin-bottom: 2rem;
}

.help-recent-orders h4 {
    margin: 0 0 1rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.2rem;
}

.recent-orders-help {
    display: grid;
    gap: 1rem;
}

.order-help-item {
    background: #fff;
    border: 1px solid var(--gcid-secondary-color, #e0e0e0);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.order-basic-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.order-basic-info strong {
    color: var(--gcid-secondary-color, #333);
}

.order-basic-info .order-date {
    color: #666;
    font-size: 0.9rem;
}

.order-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-action {
    padding: 0.5rem 1rem;
    background: var(--gcid-secondary-color, #007cba);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.btn-action:hover {
    background: #005a87;
}

.btn-cancel {
    background: #dc3545;
}

.btn-cancel:hover {
    background: #c82333;
}

/* FAQ Items */
.faq-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h5 {
    margin: 0 0 0.5rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1rem;
}

.faq-item p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.faq-item a {
    color: var(--gcid-secondary-color, #007cba);
    text-decoration: none;
}

.faq-item a:hover {
    text-decoration: underline;
}

/* Contact Methods */
.contact-info {
    display: grid;
    gap: 1rem;
}

.contact-method {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid var(--gcid-secondary-color, #007cba);
}

.contact-method h5 {
    margin: 0 0 0.5rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1rem;
}

.contact-method p {
    margin: 0 0 0.25rem 0;
}

.contact-method small {
    color: #666;
    font-size: 0.8rem;
}

.contact-method a {
    color: var(--gcid-secondary-color, #007cba);
    text-decoration: none;
    font-weight: 500;
}

.contact-method a:hover {
    text-decoration: underline;
}

.help-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.help-category {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--gcid-secondary-color, #e0e0e0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.help-category h4 {
    margin: 0 0 1rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.2rem;
}

.help-category ul {
    list-style: disc;
    padding: 0 0 0 1.5rem;
    margin: 0;
}

.help-category li {
    margin-bottom: 0.5rem;
}

.help-category a {
    color: var(--gcid-secondary-color, #007cba);
    text-decoration: none;
    transition: color 0.2s;
}

.help-category a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Contact Form */
.help-contact-form {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--gcid-secondary-color, #e0e0e0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.help-contact-form h4 {
    margin: 0 0 1.5rem 0;
    color: var(--gcid-secondary-color, #333);
    font-size: 1.2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    color: var(--gcid-secondary-color, #333);
    font-weight: 500;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem;
    border: 1px solid var(--gcid-secondary-color, #ddd);
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gcid-secondary-color, #007cba);
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-actions {
    margin-top: 1rem;
}

.btn-submit {
    padding: 0.75rem 2rem;
    background: var(--gcid-secondary-color, #007cba);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-submit:hover {
    background: #005a87;
}

.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}


/* --- Carousel Styles --- */
/* Moved to /css/carousel.css for better organization */

/* === SHOP & CATEGORY PAGE STYLES === */
/* Basic shop/category adjustments moved to /css/shop.css for consistency */

/* === CHECKOUT CONTAINER LAYOUT === */
/* Moved to /css/checkout.css for better organization */

/* === ENHANCED CHECKOUT FORM FIELD STYLES === */
/* Moved to /css/checkout.css for better organization */

/* === REMAINING CHECKOUT STYLES === */
/* All remaining checkout styles moved to /css/checkout.css for better organization */

/* === REMAINING CHECKOUT RESPONSIVE & MEDIA STYLES === */
/* All remaining checkout responsive styles moved to /css/checkout.css for better organization */

/* === HEADER RESPONSIVE DESIGN === */
/* Moved to /css/header.css for better organization */

.et_pb_column_2_tb_header .et_pb_code {
    margin-bottom: 0;
}

/* Account Dropdown */
.incom-account-dropdown {
    position: relative;
    display: inline-block;
}

.incom-account-dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    color: var(--gcid-primary-color, #007cba);
}

.incom-account-dropdown-toggle:hover {
    background: var(--incom-hover-bg);
}

.incom-account-dropdown-toggle svg {
    width: 20px;
    height: 20px;
}

/* Cart Widget */
.incom-cart-widget a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--gcid-primary-color, #007cba);
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.incom-cart-widget a:hover {
    background: var(--incom-hover-bg);
    transform: translateY(-1px);
}

.cart-count-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
}

/* Navigation Row */
.et_pb_row_1_tb_header {
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
}

.et_pb_menu_0_tb_header {
    margin-bottom: 0;
}

.et_pb_menu_0_tb_header .et-menu {
    margin: 0;
}



/* --- AJAX Search Overlay Results --- */
/* Moved to /css/header.css for better organization */


.item-details h4 {
    font-weight: 400;
}

.item-details .item-meta {
    font-size: 12px;
}

.item-details .item-meta .item-sku {
    font-weight: 600;
}

.item-details .item-meta .item-categories {
    font-style: italic;
}

.product-installments {
    font-size: 0.9rem;
    color: #00a650;
    margin-top: 5px;
}

.product-installments .installment-interest-free {
    font-weight: bold;
}

.single-product-installments {
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.single-product-installments h4 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    color: #333;
}

.installment-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.installment-option {
    font-size: 1rem;
    color: #555;
}

.installment-option .installment-cash {
    font-weight: bold;
}

.installment-option strong {
    color: #00a650;
}

.installments-detailed {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.installments-detailed h4 {
    margin: 0 0 10px 0;
}

.installments-detailed .installment-option {
    margin-bottom: 5px;
}


footer .et_pb_icon_wrap .et-pb-icon {
    font-size: 26px !important;
}

.logo {
    margin-bottom: 0 !important;
}


.et-db #et-boc footer.et-l .et_flex_group{
    flex-direction:row!important;
}

.et-db #et-boc footer.et-l a{
    color:#fff!important
}

li.product a{
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
    border-radius:12px;
    padding:10px!important;
}

#customer_login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, #customer_login .form-row{
    display:flex;
    flex-direction:column;
}