:root {
    --color-primary: #00cef9;
    --color-primary-hover: #00badf;
    --color-secondary: #00edd1;
    --color-background: #fff;
    --color-text: #333;
    --color-text-secondary: #666;
    --color-text-tertiary: #999;
    --color-text-quaternary: #ccc;
    --color-text-quinary: #eee;
}

body {
    font-family: 'Nunito', sans-serif;
}

.form-control {
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    box-shadow: none;
    font-size: 14px !important;
    padding: 9px 20px;
    height: 40px;
}

.btn {
    padding: 10.5px 15px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--color-primary);
    background-image: linear-gradient(to bottom, var(--color-primary), var(--color-primary-hover));
    background-repeat: repeat-x;
    border-color: var(--color-primary-hover) var(--color-primary-hover) var(--color-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
    background-color: var(--color-primary-hover);
    background-image: linear-gradient(to top, var(--color-primary-hover), var(--color-primary));
    background-repeat: repeat-x;
    border-color: var(--color-primary) var(--color-primary) var(--color-primary-hover);
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: var(--color-primary);
    background-image: none;
}

.btn-wishlist {
    background: #F00;
    border: none;
    color: #FFF;
    font-size: inherit;
    line-height: 29px;
    border-radius: 100%;
    width: 39px;
    height: 39px;
    text-align: center;
}

.btn-wishlist .fa {
    font-size: 16px;
}

.btn-wishlist:hover {
    background: #e00000;
    color: #FFF;
}

/* ==============================================
   HEADER REDESIGN - Empório das Alianças
   ============================================== */

/* --- Container principal (80% da tela, max 1600px) --- */
.container {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}

/* --- Header principal --- */
header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* --- Logo --- */
#logo {
    flex-shrink: 0;
    margin: 0;
}

#logo img {
    max-height: 120px;
    max-width: 160px;
}

#logo a {
    display: inline-block;
}

.breadcrumb {
    margin: 5px 0;
    border: 0;
    background: none;
}

.breadcrumb>li {
    padding: 0 5px
}

.breadcrumb>li:after {
    display: none;
}

.breadcrumb>li a {
    color: #333 !important;
}

.breadcrumb>li a:hover {
    color: var(--color-primary) !important;
}

/* --- Search Bar --- */
.header-search {
    flex: 1;
    min-width: 0;
}

#search {
    margin-bottom: 0;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

#search:focus-within {
    border-color: var(--color-primary);
}

#search .form-control.input-lg {
    border: none;
    box-shadow: none;
    height: 46px;
    font-size: 14px;
    padding: 0 16px;
    background: #fff;
    color: #333;
}

#search .form-control.input-lg::placeholder {
    color: #999;
}

#search .input-group-btn .btn {
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 0;
    height: 46px;
    width: 52px;
    font-size: 18px;
    text-shadow: none;
    padding: 0;
    transition: background 0.2s;
}

#search .input-group-btn .btn:hover {
    background: var(--color-primary-hover);
}

#search .input-group-btn .btn .fa {
    color: #fff;
    font-size: 18px;
}

/* --- Header Actions (Atendimento, Conta, Carrinho) --- */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header-action-icon .fa {
    font-size: 22px;
}

.mobile-left-actions {
    display: none;
}

.mobile-icon-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #111;
    border-radius: 8px;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#mobile-search-toggle {
    color: var(--color-primary);
}

.header-action {
    position: relative;
}

.header-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #333;
    cursor: pointer;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    min-width: 70px;
}

.header-action-btn:hover,
.header-action.open .header-action-btn {
    background: #f5f5f5;
    color: var(--color-primary);
}

.header-action-icon {
    font-size: 22px;
    line-height: 1;
    color: var(--color-primary);
    transition: color 0.2s;
}

.header-action-btn:hover .header-action-icon,
.header-action.open .header-action-icon {
    color: var(--color-primary);
}

.header-action-icon.icon-atendimento {
    color: var(--color-primary);
}

.header-action-label {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    color: #444;
    letter-spacing: 0.01em;
}

/* --- Dropdown Panels (Atendimento / Conta) --- */
.header-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 20px;
    min-width: 290px;
    z-index: 1060;
}

.header-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 24px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    transform: rotate(45deg);
}

.header-action.open .header-dropdown {
    display: block;
    animation: dropdownFadeIn 0.15s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Atendimento Dropdown --- */
.hd-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hd-row-icon {
    font-size: 20px;
    color: #777;
    margin-top: 2px;
    flex-shrink: 0;
    width: 22px;
    text-align: center;
}

.hd-row-icon.whatsapp-color {
    color: #25d366;
}

.hd-row-content {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    flex: 1;
    min-width: 0;
}

.hd-row-content strong {
    font-weight: 600;
    font-size: 12px;
    color: #555;
}

.hd-row-content a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.hd-row-content a:hover {
    color: var(--color-primary);
}

.header-dropdown hr {
    margin: 14px 0;
    border: none;
    border-top: 1px solid #f0f0f0;
}

/* --- Tracking Input --- */
.track-input-wrap {
    display: flex;
    margin-top: 8px;
    border: 1px solid #d4a843;
    border-radius: 8px;
    overflow: hidden;
}

.track-input-wrap .form-control {
    border: none;
    box-shadow: none;
    height: 38px;
    font-size: 12px;
    padding: 0 12px;
    flex: 1;
}

.btn-track-go {
    background: #fff;
    border: none;
    border-left: 1px solid #d4a843;
    color: #d4a843;
    padding: 0 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn-track-go:hover {
    background: #d4a843;
    color: #fff;
}

/* --- Account Dropdown --- */
.btn-hd-enter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #222;
    color: #fff !important;
    border: none;
    border-radius: 25px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
    text-decoration: none !important;
    transition: background 0.2s;
}

.btn-hd-enter:hover,
.btn-hd-enter:focus {
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-hd-enter .fa {
    color: #fff;
    font-size: 16px;
}

.hd-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hd-links li {
    padding: 0;
}

.hd-links li a {
    display: block;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 0;
    border-top: 1px solid #f5f5f5;
    transition: color 0.15s;
}

.hd-links li:first-child a {
    border-top: none;
}

.hd-links li a:hover {
    color: var(--color-primary);
}

/* ==============================================
   CART - Restyling
   ============================================== */
.header-cart-action {
    position: relative;
}


#cart {
    margin: 0 !important;
}

#header-cart-trigger {
    position: relative;
    border: none;
    box-shadow: none;
    background: transparent;
    width: auto;
}

#cart-badge {
    position: absolute;
    top: 1px;
    right: 12px;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px !important;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#header-cart-trigger:hover,
#header-cart-trigger:focus {
    background: #f5f5f5 !important;
    border: none !important;
    color: #333;
}

.cart-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 1150;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cart-offcanvas-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.cart-offcanvas-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: -6px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cart-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.cart-offcanvas-close {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: #555;
}

.cart-offcanvas-items {
    flex: 1;
    overflow-y: auto;
    padding: 0 12px;
}

.cart-offcanvas-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.cart-offcanvas-item-media {
    flex: 0 0 86px;
}

.cart-offcanvas-thumb {
    display: block;
    width: 86px;
    height: 86px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cart-offcanvas-thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-offcanvas-item-content {
    flex: 1;
    position: relative;
    min-width: 0;
    padding-right: 44px;
}

.cart-offcanvas-item-name {
    display: block;
    color: #111;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;
}

.cart-offcanvas-item-name:hover {
    color: var(--color-primary);
}

.cart-offcanvas-item-meta {
    display: block;
    font-size: 11px;
    color: #777;
    margin-top: 4px;
}

.cart-offcanvas-item-bottom {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-offcanvas-item-price {
    font-size: 15px;
    line-height: 1.1;
    color: #000;
}

.cart-offcanvas-remove {
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
    color: #ff4040;
    font-size: 13px;
    text-align: center;
}

.cart-offcanvas-qty {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.cart-offcanvas-item-voucher .cart-offcanvas-item-media {
    display: none;
}

.cart-offcanvas-item-voucher .cart-offcanvas-item-content {
    padding-right: 44px;
}

.cart-offcanvas-upsell {
    padding: 16px;
    text-align: center;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #f6f6f6;
    font-size: 18px;
}

.cart-offcanvas-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 12px;
    border-top: 1px solid #ececec;
    background: #fff;
}

.cart-offcanvas-total-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cart-offcanvas-total-label {
    font-size: 15px;
    color: #444;
}

.cart-offcanvas-total-value {
    font-size: 17px;
    line-height: 1.1;
}

.cart-offcanvas-actions {
    width: 240px;
    max-width: 58%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-offcanvas-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 0 14px;
    border: 1px solid transparent;
}

.cart-offcanvas-btn-primary {
    background: #1eff00;
    border-color: #1eff00;
    color: #000 !important;
}

.cart-offcanvas-btn-secondary {
    background: #fff;
    border-color: #111;
    color: #111 !important;
}

.cart-offcanvas-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

body.cart-offcanvas-open {
    overflow: hidden;
}

body.cart-offcanvas-open .cart-offcanvas {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.cart-offcanvas-open .cart-offcanvas-panel {
    transform: translateX(0);
}

@media (max-width: 480px) {
    .cart-offcanvas-panel {
        width: 100%;
    }

    .cart-offcanvas-item-name {
        font-size: 18px;
    }

    .cart-offcanvas-item-price {
        font-size: 34px;
    }

    .cart-offcanvas-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-offcanvas-total-wrap {
        flex-direction: row;
        align-items: baseline;
        gap: 6px;
    }

    .cart-offcanvas-total-label {
        font-size: 24px;
    }

    .cart-offcanvas-total-value {
        font-size: 36px;
    }

    .cart-offcanvas-actions {
        width: 100%;
        max-width: 100%;
    }
}

/* ==============================================
   NAV BAR / MENU REDESIGN
   ============================================== */
.nav-wrapper {
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 46px;
}

/* Todas Categorias button */
.nav-all-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-right: 1px solid #eee;
    transition: background 0.15s, color 0.15s;
}

.nav-all-cats:hover {
    background: #f5f5f5;
    color: var(--color-primary);
}

.nav-all-cats .fa {
    font-size: 16px;
    color: #333;
}

.nav-all-cats:hover .fa {
    color: var(--color-primary);
}

/* Menu content area */
.nav-menu-content {
    flex: 1;
    min-width: 0;
}

.nav-menu-content>.container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#menu {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

#menu .navbar-header {
    display: none;
}

#menu .collapse.navbar-collapse {
    padding: 0 !important;
    border: none !important;
}

#menu .nav.navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}

#menu .nav>li>a {
    color: #333 !important;
    text-shadow: none !important;
    padding: 12px 14px !important;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.15s, background 0.15s;
    background: transparent !important;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background: var(--color-primary) !important;
    color: #000000 !important;
}

#menu .nav>li.dropdown>a::after {
    content: ' \25BE';
    font-size: 10px;
    opacity: 0.5;
}

#menu .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    margin-top: 0;
}

#menu .dropdown-inner a {
    font-size: 13px;
    color: #444;
    padding: 5px 20px;
}

#menu .dropdown-inner li a:hover {
    color: #fff;
    background: var(--color-primary) !important;
    background-image: none !important;
}

#menu .see-all {
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    background: var(--color-primary) !important;
    background-image: none !important;
    color: #fff;
}

/* Promoções button */
.nav-promo-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: var(--color-primary);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    white-space: nowrap;
    text-decoration: none !important;
    transition: background 0.2s;
    flex-shrink: 0;
    margin-left: auto;
}

.nav-promo-btn:hover {
    background: var(--color-primary-hover);
    color: #000000 !important;
}

.nav-promo-btn .fa {
    font-size: 13px;
}

.menu-mobile-header,
.menu-mobile-footer {
    display: none;
}

/* ==============================================
   RESPONSIVE - Mobile & Tablet
   ============================================== */
@media (max-width: 991px) {
    .container {
        width: 95%;
    }

    .header-inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    #logo {
        order: 1;
    }

    #logo img {
        max-height: 50px;
    }

    .header-actions {
        order: 2;
        margin-left: auto;
    }

    .header-search {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
    }

    .header-action-label {
        display: none;
    }

    .header-action-btn {
        min-width: auto;
        padding: 6px 8px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    header {
        padding: 12px 0;
    }

    .header-inner {
        gap: 8px;
        flex-wrap: wrap;
    }

    .mobile-left-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        order: 1;
        flex: 0 0 auto;
    }

    #logo img {
        max-height: 40px;
    }

    #logo {
        order: 2;
        flex: 1;
        text-align: center;
    }

    #logo a {
        display: inline-block;
    }

    .header-actions {
        order: 3;
        margin-left: 0;
        gap: 0;
    }

    .header-action.header-atendimento {
        display: none;
    }

    .header-action-btn {
        min-width: auto;
        padding: 6px 10px;
    }

    .header-action-icon {
        font-size: 22px;
    }

    .mobile-left-actions .mobile-icon-btn .fa,
    .header-action .header-action-icon i,
    #header-cart-trigger .fa {
        font-size: 22px !important;
    }

    .header-search {
        order: 4;
        flex: 0 0 100%;
        width: 100%;
        display: none;
    }

    body.mobile-search-open .header-search {
        display: block;
    }

    #search .form-control.input-lg {
        height: 40px;
        font-size: 13px;
    }

    #search .input-group-btn .btn {
        height: 40px;
        width: 44px;
    }

    .header-dropdown {
        position: fixed;
        left: 12px;
        right: 12px;
        top: auto;
        width: auto;
        min-width: 0;
        border-radius: 12px;
    }

    .header-dropdown::before {
        display: none;
    }

    /* Nav bar mobile (off-canvas) */
    .nav-wrapper {
        position: fixed;
        inset: 0;
        z-index: 1099;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border: none;
    }

    body.mobile-menu-open .nav-wrapper {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-wrapper .container {
        height: 100%;
        padding: 0;
    }

    .nav-inner {
        height: 100%;
        width: 86%;
        max-width: 420px;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    body.mobile-menu-open .nav-inner {
        transform: translateX(0);
    }

    .nav-all-cats,
    .nav-promo-btn {
        display: none;
    }

    .nav-menu-content {
        width: 100%;
        flex: 1;
        min-height: 0;
    }

    #menu {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #menu .navbar-header {
        display: none;
    }

    #menu .collapse.navbar-collapse {
        display: block !important;
        flex: 1;
        overflow-y: auto;
        padding: 6px 0 14px !important;
    }

    #menu .nav.navbar-nav {
        display: block;
        margin: 0;
    }

    #menu .nav>li {
        float: none;
        border-bottom: 1px solid #f2f2f2;
    }

    #menu .nav>li>a {
        color: #111 !important;
        padding: 14px 20px !important;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #menu .nav>li.dropdown>a::after {
        content: '';
    }

    .menu-mobile-caret {
        font-size: 16px;
        color: #333;
    }

    #menu .dropdown-menu {
        position: static;
        float: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        background: #fafafa;
    }

    #menu div.dropdown-menu {
        background-color: #fafafa !important;
        padding-bottom: 10px;
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner ul {
        display: block;
    }

    #menu .dropdown-inner a {
        color: #333;
        padding: 8px 26px;
        font-size: 14px;
    }

    #menu .see-all {
        border-top: 1px solid #ececec;
        padding: 9px 26px;
        font-size: 13px;
        color: var(--color-primary);
        font-weight: 700;
    }

    .menu-mobile-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid #eee;
    }

    .menu-mobile-header-left {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 26px;
        color: #111;
        font-weight: 700;
    }

    .menu-mobile-header-left i {
        font-size: 31px;
    }

    .menu-mobile-close {
        border: none;
        background: transparent;
        color: #111;
        font-size: 31px;
        padding: 0;
        line-height: 1;
        cursor: pointer;
        z-index: 2;
    }

    .menu-mobile-footer {
        display: block !important;
        background: var(--color-primary);
        color: #fff;
        padding: 16px 18px 18px;
    }

    .menu-mobile-account a {
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        line-height: 1.35;
        display: block;
    }

    .menu-mobile-account strong {
        font-weight: 700;
    }

    .menu-mobile-contact {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .menu-mobile-contact .item {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .menu-mobile-contact .item i {
        width: 18px;
    }

    .menu-mobile-track {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .menu-mobile-track>a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .menu-mobile-track .track-field {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 26px;
        overflow: hidden;
    }

    .menu-mobile-track input {
        border: none;
        height: 42px;
        flex: 1;
        padding: 0 16px;
        font-size: 15px;
        color: #333;
    }

    .menu-mobile-track button {
        border: none;
        background: transparent;
        width: 44px;
        height: 42px;
        color: #111;
        font-size: 20px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #menu .nav>li>a {
        font-size: 12px;
        padding: 12px 10px !important;
    }

    .nav-promo-btn {
        font-size: 12px;
        padding: 7px 14px;
    }
}

/* ==============================================
   FOOTER REDESIGN
   ============================================== */

footer {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    padding-top: 0;
    background-color: #fff;
    border-top: none;
    color: #444;
}

footer a {
    color: #555;
}

footer a:hover {
    color: var(--color-primary);
}

footer h5 {
    color: #222;
    font-size: 14px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
}

.footer-container {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Footer Top (Mapa de Categorias) --- */
.footer-top {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 20px 0;
    text-align: center;
}

.footer-sitemap-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    border: 2px solid #333;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s;
}

.footer-sitemap-btn:hover {
    background: #333;
    color: #fff;
}

.footer-sitemap-btn .fa {
    font-size: 12px;
    color: inherit;
}

/* --- Footer Main --- */
.footer-main {
    background: #fff;
    padding: 45px 0 35px;
    border-top: 1px solid #eee;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr 1.3fr;
    gap: 30px;
}

/* --- Footer Column --- */
.footer-col-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo img {
    max-height: 120px;
    width: auto;
}

.footer-store-name a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

/* --- Social Icons --- */
.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #333;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.footer-social-icon:hover {
    transform: scale(1.1);
}

.footer-social-icon.social-facebook:hover {
    background: #1877f2;
}

.footer-social-icon.social-instagram:hover {
    background: #e4405f;
}

.footer-social-icon.social-youtube:hover {
    background: #ff0000;
}

.footer-social-icon.social-tiktok:hover {
    background: #000;
}

.footer-social-icon.social-twitter:hover {
    background: #1da1f2;
}

.footer-social-icon.social-pinterest:hover {
    background: #bd081c;
}

.footer-social-icon .fa {
    color: #fff;
    font-size: 16px;
}

/* --- Footer Headings --- */
.footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
    text-transform: none;
    letter-spacing: 0;
}

.mt-footer {
    margin-top: 22px;
}

/* --- Footer Links --- */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 0;
    margin-bottom: 8px;
}

.footer-links li a {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.15s;
    line-height: 1.5;
}

.footer-links li a:hover {
    color: var(--color-primary);
}

/* --- Footer Contact --- */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.footer-contact-item .fa {
    font-size: 16px;
    color: #666;
    margin-top: 2px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.footer-contact-item .fa-whatsapp {
    color: #25d366;
}

.footer-contact-item a {
    color: #444;
    text-decoration: none;
}

.footer-contact-item a:hover {
    color: var(--color-primary);
}

.footer-contact-item strong {
    font-weight: 600;
    color: #333;
}

/* --- Payment Icons --- */
.footer-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.footer-payment-icons img {
    height: 28px;
    width: auto;
    border-radius: 3px;
}

/* --- Security Badges --- */
.footer-security-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.footer-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #eee;
}

.footer-badge span {
    font-size: 9px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Footer Bottom --- */
.footer-bottom {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 18px 0;
    text-align: center;
}

.footer-address {
    font-size: 12px;
    color: #777;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.footer-copyright {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* ==============================================
   PRODUCT CARD STANDARD
   ============================================== */
.product-card-standard {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 18px;
    border: 0;
}

.product-card-standard:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.product-card-standard .image {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.product-badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-card-standard .image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-card-standard .image a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.product-card-standard .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%) scale(1.08);
    transition: transform 0.25s ease;
}

.product-card-standard:hover .image img {
    transform: translate(-50%, -50%) scale(1.12);
}

.product-card-standard .caption {
    padding: 14px 12px 16px;
    text-align: center;
}

.product-card-standard .caption h4 {
    margin: 0 0 5px;
    min-height: 42px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.product-card-standard .caption h4 a {
    color: #222;
    text-decoration: none;
}

.product-card-standard .caption h4 a:hover {
    color: var(--color-primary);
}

.product-card-standard .price {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.product-card-standard .price .price-new {
    color: #111;
}

.product-card-standard .price .price-old {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: #8a8a8a;
}

.product-card-standard .price .price-tax {
    display: none;
}

.section-heading-standard {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #222;
    margin: 12px 0 18px;
}

.section-module {
    width: 100%;
    margin: 60px auto;
}

.section-module .container .row {
    margin-left: 0;
    margin-right: 0;
}

.section-module.section-featured {
    background: var(--color-primary);
    padding: 20px 0;
}

.section-module.section-featured .section-heading-standard {
    color: #FFF;
}

/* ==============================================
   PRODUCT PAGE - TITULO / META / COMPRA
   ============================================== */
#product-product .product-summary-panel .section-heading-standard {
    text-align: left;
    margin: 10px 0 8px;
    font-size: 20px;
    line-height: 1.03;
    font-weight: 800;
    color: #111;
}

#product-product .product-meta-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.2;
    color: #111;
}

#product-product .product-meta-inline .meta-item a {
    color: inherit;
    text-decoration: none;
}

#product-product .product-meta-inline .meta-item a:hover {
    text-decoration: underline;
}

#product-product .product-buy-group {
    margin-top: 14px;
}

#product-product .product-buy-group .product-qty-label {
    display: none;
}

#product-product .product-buy-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

#product-product .product-qty-control {
    min-width: 118px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
}

#product-product .product-qty-control .qty-btn {
    width: 36px;
    height: 44px;
    border: none;
    background: #fff;
    color: #111;
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

#product-product .product-qty-control .qty-btn:hover {
    background: #f5f5f5;
}

#product-product #input-quantity.form-control {
    width: 44px;
    height: 45px;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding: 0;
    background: #fff;
}

#product-product #button-cart {
    height: 52px;
    border: none;
    border-radius: 999px;
    background: #00f000;
    color: #111;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-shadow: none;
    box-shadow: none;
}

#product-product #button-cart:hover,
#product-product #button-cart:focus {
    background: #00d600;
    color: #111;
}

/* ==============================================
   PRODUCT PAGE - GALERIA COM THUMBS LATERAIS
   ============================================== */
.product-gallery {
    display: flex;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 22px;
}

.product-gallery-thumbs {
    width: 88px;
    min-width: 88px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
}

.product-gallery-thumbs>li {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    clear: both;
}

.product-gallery-thumbs>li:last-child {
    margin-bottom: 0;
}

.product-gallery-thumb-item .thumbnail {
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: block;
    width: 100%;
}

.product-gallery-thumb-item.active .thumbnail {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px rgba(200, 16, 46, 0.25);
}

.product-gallery-thumb-item .thumbnail img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}

.product-gallery-thumbs .image-additional {
    max-width: none;
    margin-left: 0;
}

.product-gallery-main-wrap {
    flex: 1;
    min-width: 0;
}

.product-gallery-main-link.thumbnail {
    margin: 0;
    padding: 6px;
    border-radius: 0px;
    border: 0;
    background: #fff;
    cursor: zoom-in;
}

.product-gallery-main-image {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #product-product .product-summary-panel .section-heading-standard {
        font-size: 30px;
    }

    #product-product .product-meta-inline {
        font-size: 18px;
        gap: 6px 12px;
    }

    #product-product .product-buy-row {
        gap: 10px;
    }

    #product-product .product-qty-control {
        min-width: 102px;
        height: 46px;
    }

    #product-product .product-qty-control .qty-btn {
        width: 32px;
        height: 44px;
        font-size: 24px;
    }

    #product-product #input-quantity.form-control {
        width: 38px;
        height: 44px;
        font-size: 20px;
    }

    #product-product #button-cart {
        height: 46px;
        font-size: 22px;
    }

    .product-gallery {
        flex-direction: column-reverse;
    }

    .product-gallery-thumbs {
        width: 100%;
        min-width: 0;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        gap: 8px;
    }

    .product-gallery-thumbs>li {
        margin: 0;
        flex: 0 0 72px;
    }

    .product-gallery-thumb-item .thumbnail img {
        height: 64px;
    }
}

@media (max-width: 991px) {
    .product-card-standard .caption h4 {
        font-size: 18px;
        min-height: 38px;
    }

    .product-card-standard .price {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .product-card-standard .caption h4 {
        font-size: 17px;
    }

    .product-card-standard .price {
        font-size: 20px;
    }
}

/* --- Footer Responsive --- */
@media (max-width: 991px) {
    .footer-container {
        width: 95%;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 25px;
    }

    .footer-col-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .footer-container {
        width: 100%;
        padding: 0 15px;
    }

    .footer-main {
        padding: 30px 0 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-col-brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-logo img {
        max-height: 55px;
    }

    .footer-heading {
        margin-bottom: 12px;
    }

    .footer-col-badges {
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
}

/* ==============================================
   ACCOUNT LOGIN - UI/UX MODERNIZATION
   ============================================== */
#account-login .breadcrumb {
    margin-bottom: 16px;
}

#account-login .account-login-hero {
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

#account-login .account-login-hero h1 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

#account-login .account-login-hero p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

#account-login .account-login-grid .account-login-card {
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 24px;
    min-height: 320px;
}

#account-login .account-login-card h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

#account-login .account-login-card p {
    color: #666;
}

#account-login .account-login-form .form-control {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: none;
}

#account-login .account-login-form .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

#account-login .account-login-forgot {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

#account-login .btn-login-register,
#account-login .btn-login-submit {
    min-width: 180px;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    #account-login .account-login-hero {
        padding: 14px 14px;
    }

    #account-login .account-login-hero h1 {
        font-size: 22px;
    }

    #account-login .account-login-grid .account-login-card {
        min-height: 0;
        margin-bottom: 16px;
        padding: 16px;
    }

    #account-login .btn-login-register,
    #account-login .btn-login-submit {
        width: 100%;
    }
}

/* ==============================================
   ACCOUNT DASHBOARD MENU
   ============================================== */
#account-account .account-dashboard-menu {
    margin-top: 10px;
}

#account-account .account-dashboard-menu .col-sm-6,
#account-account .account-dashboard-menu .col-md-4 {
    margin-bottom: 14px;
}

#account-account .account-menu-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 90px;
    padding: 16px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#account-account .account-menu-card:hover {
    transform: translateY(-2px);
    border-color: #ddd;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#account-account .account-menu-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

#account-account .account-menu-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#account-account .account-menu-content strong {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

#account-account .account-menu-content small {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.35;
}

#account-account .account-menu-icon-blue {
    background: #e8f4fd;
    color: #2d9cdb;
}

#account-account .account-menu-icon-gray {
    background: #f1f3f5;
    color: #6c757d;
}

#account-account .account-menu-icon-pink {
    background: #fdeff4;
    color: #d6336c;
}

#account-account .account-menu-icon-rose {
    background: #ffeef2;
    color: #e64980;
}

#account-account .account-menu-icon-gold {
    background: #fff4e5;
    color: #d68d1f;
}

#account-account .account-menu-icon-cyan {
    background: #e7f8ff;
    color: #1c9bd3;
}

#account-account .account-menu-icon-yellow {
    background: #fff8db;
    color: #f0b400;
}

#account-account .account-menu-icon-green {
    background: #ebf9ee;
    color: #38a169;
}

#account-account .account-menu-icon-indigo {
    background: #ecebff;
    color: #4c51bf;
}

#account-account .account-menu-icon-violet {
    background: #f3e8ff;
    color: #7c3aed;
}

#account-account .account-menu-icon-red {
    background: #ffe9e9;
    color: #d63333;
}

@media (max-width: 767px) {
    #account-account .account-menu-card {
        min-height: 80px;
        padding: 14px;
    }

    #account-account .account-menu-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

.swiper-viewport {
    border: 0 !important;
    border-radius: 0 !important;
}

.swiper-viewport .swiper-button-next {
    right: 10px !important;
}

.swiper-viewport .swiper-button-prev {
    left: 10px !important;
}

ul.list-prices {
    margin: 10px 0;
}

ul.list-prices li.text-cash-price {
    font-size: 13px;
}

ul.list-prices li.text-card-price {
    font-size: 13px;
}

ul.list-prices li h2 {
    margin: 0;
    font-weight: bold;
}

ul.list-prices li span {
    font-size: 15px;
}

.rating .fa-star-o {
    color: var(--color-primary) !important;
}