﻿:root {
    --efe-blue: #004F9F;
    --efe-blue-dark: #003366;
    --efe-blue-soft: #e9f3ff;
    --efe-navy: #2b2b2b;
    --efe-orange: #f4a261;
    --efe-bg: #f4f4f5;
    --efe-text: #222222;
    --efe-border: #d4d4d8;
    --rz-red: #004F9F;
    --rz-red-dark: #003366;
    --rz-red-soft: #e9f3ff;
    --rz-orange: #f4a261;
    --rz-orange-soft: #fff1e6;
    --rz-silver: #e5e7eb;
    --rz-gray: #9ca3af;
    --rz-gray-dark: #4b5563;
    --rz-black: #1f1f1f;
    --rz-white: #ffffff;
    --rz-bg: #f5f5f5;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
    color: var(--rz-black);
}

a {
    color: var(--efe-blue);
}

    a:hover {
        color: var(--efe-blue-dark);
    }

.topbar {
    background: #004F9F;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
}

.main-header {
    background: #004F9F;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

.site-header.header-scrolled .topbar-hide-on-scroll {
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0;
    visibility: hidden;
}

.site-header.header-scrolled .main-header {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.promo-bar,
.footer-top {
    background: #1a1a1a;
    color: var(--rz-white);
}

.promo-bar {
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.promo-bar .container {
    min-height: 64px;
}

/* Cupón destacado */
.promo-coupon-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    white-space: nowrap;
}

.promo-coupon-label {
    color: #dc0000;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.promo-coupon-code {
    background: #dc0000;
    color: #fff;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* Texto de envío centrado y grande */
.promo-shipping-text {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.promo-shipping-text i {
    color: #f4b23d;
    font-size: 1.6rem;
    vertical-align: middle;
}

/* Botones de acción */
.promo-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.promo-action-btn {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.promo-action-btn:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #1a1a1a;
}

.promo-legal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 999px;
    padding: 10px 18px;
    transition: color 0.2s ease;
}

.promo-legal-link:hover {
    color: #f4b23d;
}


.topbar {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.topbar .container {
    min-height: 22px;
}

.topbar-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    min-width: 0;
    width: 100%;
    padding-left: 78px;
    flex-wrap: nowrap;
}

.topbar-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}

.main-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.footer-bottom {
    background: #ffffff;
}

.top-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.95;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .92rem;
    white-space: nowrap;
}

    .top-link:hover {
        color: #fff;
        opacity: 1;
    }

@media (max-width: 991.98px) {
    .topbar-shell {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .topbar-content {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .topbar-group {
        gap: 12px;
        flex-wrap: wrap;
    }
}

.brand-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 0%, #d9d9d9 100%);
    color: var(--efe-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: lowercase;
    box-shadow: inset 0 1px 2px rgba(255,255,255,.7), 0 4px 12px rgba(0,0,0,.12);
}

.category-btn,
.action-pill,
.cart-pill {
    border-radius: 10px;
}

.category-btn {
    border-color: rgba(255,255,255,.45);
    color: #fff;
    background: rgba(255,255,255,.08);
}

/* Ajustes para que el buscador no se salga del cuadro en resoluciones medianas */
.header-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.header-search-row .search-box {
    flex: 1 1 auto;
    min-width: 0;
}

.header-search-row .custom-category-dropdown {
    flex: 0 0 auto;
}

#homeSearchInput {
    font-size: 0.95rem;
    padding-left: 14px;
    padding-right: 14px;
}

    .category-btn:hover {
        color: #fff;
        background: rgba(255,255,255,.16);
    }

.search-box .form-control,
.search-box .btn {
    height: 48px;
}

.search-box .form-control {
    border: 0;
    background: #ffffff;
}

.search-box .btn {
    background: var(--rz-orange);
    border-color: var(--rz-orange);
    color: var(--rz-black);
    font-weight: 700;
}

    .search-box .btn:hover {
        background: #ee9448;
        border-color: #ee9448;
        color: var(--rz-black);
    }

.action-pill,
.cart-pill {
    padding: 11px 16px;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,.09);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.action-pill span {
    white-space: nowrap;
}

.header-actions {
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px !important;
    min-width: 0;
}

.account-menu-wrap {
    position: relative;
    flex: 0 1 auto;
    min-width: 0;
}

.header-actions .action-pill {
    flex: 0 1 auto;
    min-width: 0;
}

.account-menu-wrap .action-pill {
    max-width: 240px;
}

/* Reduce un poco el ancho del saludo para que encaje sin desbordar */
.account-menu-wrap .action-pill {
    max-width: 210px;
}

.account-menu-wrap .action-pill span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 400px;
    background: #fff;
    border: 1px solid #f0d8da;
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .14);
    padding: 10px 0;
    z-index: 30;
}

.account-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 22px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid #f0d8da;
    border-top: 1px solid #f0d8da;
    transform: rotate(45deg);
}

.account-dropdown-head {
    padding: 10px 18px 8px;
    border-bottom: 0;
    margin-bottom: 4px;
}

.account-dropdown-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
}

.account-dropdown-col {
    padding: 14px 16px 12px;
}

.account-dropdown-col:first-child {
    background: #fff5e6;
}

.account-dropdown-col:last-child {
    background: #ffffff;
}

.account-dropdown-col + .account-dropdown-col {
    border-left: 1px solid #ffe4c4;
}

.account-dropdown-title {
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    font-size: 1rem;
}

.account-dropdown-title-user {
    text-transform: uppercase;
    font-size: 1rem;
}

.account-dropdown-name {
    color: #8a5058;
    font-size: .92rem;
}

.account-dropdown-copy {
    color: #5f5f5f;
    font-size: .92rem;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 14px;
}

.account-dropdown-benefits {
    margin: 10px 0 14px;
    padding-left: 18px;
    color: #5f5f5f;
    font-size: .92rem;
}

.account-dropdown-benefits li + li {
    margin-top: 6px;
}

.account-dropdown-cta {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #0572d8;
}

.account-dropdown-cta-primary {
    background: #053d73;
    color: #fff;
}

.account-dropdown-cta-primary:hover {
    background: #053d73;
    color: #fff;
}

.account-dropdown-cta-secondary {
    background: #fff;
    color: #053d73;
}

.account-dropdown-cta-secondary:hover {
    background: #fff9f0;
    color: #053d73;
}

.account-dropdown-link,
.account-dropdown-button {
    width: 100%;
    display: block;
    padding: 8px 18px;
    border-radius: 0;
    color: #111827;
    text-decoration: none;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: .96rem;
}

.account-dropdown-link:hover,
.account-dropdown-button:hover {
    background: #f8fafc;
    color: #111827;
}

.account-dropdown-link-danger {
    color: #2563eb;
}

.account-dropdown-link-danger:hover {
    color: #1d4ed8;
    background: #eff6ff;
}

    .action-pill:hover {
        color: #fff;
        background: rgba(255,255,255,.16);
    }

.cart-pill {
    width: 48px;
    height: 48px;
    justify-content: center;
    position: relative;
    background: #202020;
}

.cart-counter {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ffd54f;
    color: var(--rz-black);
    width: 22px;
    height: 22px;
    font-size: .75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hero-banner {
    background: linear-gradient(100deg, #053d73 0%, #0572d8 45%, #2f8ff0 100%);
    color: #fff;
}

.hero-copy h1 {
    font-size: 2.6rem;
    font-weight: 800;
}

/*.hero-product-card {
    background: rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    height: 100%;
    backdrop-filter: blur(2px);
    box-shadow: 0 12px 24px rgba(0,0,0,.10);
}*/

    .hero-product-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 14px;
        margin-bottom: 12px;
        background: #fff;
    }

.quick-box,
.product-card,
.summary-card,
.side-menu-card,
.content-card,
.form-card,
.info-box,
.auth-wrapper {
    background: #fff;
    border-radius: 18px;
}

.quick-box {
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: none;
    border-radius: 24px;
    transition: all 0.3s ease;
    min-height: 110px;
}

    .quick-box i {
        font-size: 3rem;
        color: var(--efe-blue);
        flex-shrink: 0;
    }

    .quick-box h5 {
        margin-bottom: 4px;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .quick-box p {
        margin-bottom: 0;
        font-size: 0.95rem;
        opacity: 0.9;
    }

    .quick-box.dark {
        background: #003d82;
        color: #fff;
        box-shadow: 0 4px 16px rgba(0, 61, 130, 0.25);
    }

        .quick-box.dark:hover {
            background: #002d61;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 61, 130, 0.35);
        }

        .quick-box.dark i {
            color: #ffa500;
        }

    .quick-box.light {
        background: #c8dff5;
        border: 1px solid #b3d4f0;
    }

        .quick-box.light:hover {
            background: #b3d4f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 113, 206, 0.15);
        }

        .quick-box.light i {
            color: #004F9F;
        }

    .quick-box.info {
        background: #c8dff5;
        border: 1px solid #b3d4f0;
    }

        .quick-box.info:hover {
            background: #b3d4f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 113, 206, 0.15);
        }

        .quick-box.info i {
            color: #004F9F;
        }

.quick-box-link {
    color: inherit;
}

.quick-box-link:hover {
    color: inherit;
    text-decoration: none;
}

.section-title i {
    color: var(--efe-blue);
    font-size: 1.6rem;
}

.product-card {
    padding: 16px;
    box-shadow: 0 10px 22px rgba(31,31,31,.06);
    position: relative;
    height: 100%;
    border: 1px solid #ececec;
    transition: .25s ease;
}

    .product-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 28px rgba(31,31,31,.10);
    }

    .product-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 12px;
        background: #fafafa;
    }

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--rz-orange);
    color: var(--rz-black);
    font-weight: 800;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: .8rem;
}

.price {
    font-size: 1.6rem;
    color: var(--efe-blue);
    font-weight: 800;
}

    .price small {
        display: block;
        color: #7b7b7b;
        font-size: .95rem;
        text-decoration: line-through;
    }

.auth-login {
    background: linear-gradient(180deg, #f8ecec 0%, #fff 100%);
}

.auth-register {
    background: #fff;
}

.toggle-pass {
    position: absolute;
    right: 14px;
    top: 44px;
    color: #7d8c9b;
}

.form-card {
    max-width: 860px;
    padding: 42px;
    border: 1px solid #ececec;
}

.section-icon {
    font-size: 2.4rem;
    color: var(--efe-blue);
}

.steps-bar {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 12px;
}

.step {
    position: relative;
    font-weight: 600;
    color: #6d6d6d;
}

    .step::before {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        margin: 0 auto 8px;
        border-radius: 50%;
        background: #d3d3d3;
    }

    .step.active::before {
        background: var(--efe-blue);
    }

    .step.active {
        color: var(--efe-blue);
    }

.cart-item,
.mini-cart-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 8px 16px rgba(31,31,31,.05);
    border: 1px solid #ededed;
}

    .cart-item img,
    .mini-cart-item img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 10px;
        background: #fafafa;
    }

.price-main {
    color: var(--efe-blue);
    font-size: 1.5rem;
    font-weight: 800;
}

.price-old {
    color: #8d8d8d;
    text-decoration: line-through;
    font-size: .95rem;
}

.free-label {
    color: var(--efe-blue);
    font-size: 1.2rem;
    font-weight: 700;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.btn-qty {
    border: 0;
    background: #fff;
    width: 38px;
    height: 38px;
    color: var(--efe-blue);
    font-size: 1.1rem;
    font-weight: 700;
}

.qty-input {
    width: 42px;
    text-align: center;
    border: 0;
    outline: 0;
    color: var(--rz-black);
}

.summary-row.total {
    border-top: 1px solid var(--efe-border);
    padding-top: 14px;
    font-size: 1.15rem;
}

.side-menu-card a {
    display: block;
    padding: 6px 0;
    color: var(--rz-black);
    text-decoration: none;
}

    .side-menu-card a.active,
    .side-menu-card a:hover {
        color: var(--efe-blue);
        font-weight: 700;
    }

.table-efe thead th {
    border-bottom: 2px solid #d2d2d2;
    color: #4f4f4f;
    font-weight: 700;
}

.table-efe tbody td {
    border-bottom: 1px solid #e7e7e7;
}

.status-ok {
    color: #5f8f28;
    font-weight: 700;
    white-space: normal;
    overflow-wrap: anywhere;
}

.info-box {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.footer-links a {
    text-decoration: none;
    color: #5f5f5f;
}

    .footer-links a:hover {
        color: var(--efe-blue);
    }

.mini-cart-panel {
    position: fixed;
    top: 78px;
    right: -420px;
    width: 390px;
    max-width: calc(100vw - 20px);
    height: calc(100vh - 95px);
    background: #fff;
    z-index: 1060;
    box-shadow: -8px 0 24px rgba(0,0,0,.16);
    border-radius: 18px 0 0 18px;
    transition: right .30s ease;
    border-left: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
}

.mini-cart-panel.open {
    right: 0;
}

.mini-cart-header {
    padding: 14px 18px;
    border-bottom: 1px solid #e7e7e7;
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%);
    border-radius: 18px 0 0 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mini-cart-header h5 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a3a52;
    margin: 0;
    white-space: nowrap;
}

.mini-cart-subtotal {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.mini-cart-subtotal small {
    color: #5c6b7a;
    font-size: 0.75rem;
    font-weight: 500;
}

.mini-cart-subtotal strong {
    color: var(--efe-blue);
    font-size: 1.1rem;
    font-weight: 700;
    white-space: nowrap;
}

.mini-cart-footer {
    padding: 18px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 0 0 0 18px;
    flex-shrink: 0;
}

.mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 16, 16, .28);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 1055;
}

.mini-cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-added-cart .modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
    overflow: hidden;
}

.added-modal-header {
    position: relative;
    padding: 22px 26px 12px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.added-icon {
    color: var(--efe-blue);
    font-size: 1.35rem;
    line-height: 1;
}

.added-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
}

.added-modal-body {
    padding: 18px 26px 10px !important;
    background: #fff;
}

.added-product-card {
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 18px 16px;
    background: #fff;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.added-product-img {
    width: 100%;
    max-width: 118px;
    height: 84px;
    object-fit: contain;
    display: inline-block;
}

.added-price {
    color: var(--efe-blue);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.added-offer {
    color: #6d6d6d;
    font-size: .95rem;
}

.added-old-price {
    color: #8c8c8c;
    font-size: .95rem;
    text-decoration: line-through;
    margin-top: 4px;
}

.added-brand {
    color: #7c7c7c;
    font-size: .82rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
}

.added-name {
    color: #163047;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.added-modal-footer {
    justify-content: flex-end;
    padding: 0 26px 22px;
    background: #fff;
}

.added-btn-primary,
.added-btn-outline {
    min-width: 150px;
    border-radius: 6px;
    font-weight: 700;
    padding: 9px 16px;
}

.custom-close {
    opacity: 1;
    filter: none;
}

.custom-close:hover {
    opacity: .85;
}

.checkout-step.active .checkout-step-circle,
.checkout-step.done .checkout-step-circle,
.delivery-option-card.active,
.address-card.active,
.pickup-point-card.active,
.payment-option-card.active,
.payment-mini-card.active {
    border-color: var(--efe-blue);
}

.checkout-step.active .checkout-step-label,
.checkout-step.done .checkout-step-label,
.checkout-link-action,
.summary-footer-row.total strong,
.checkout-summary-links .checkout-link-action,
.delivery-option-icon,
.payment-option-icon {
    color: var(--efe-blue);
}

.delivery-option-icon,
.payment-option-icon {
    background: var(--efe-blue-soft);
}

.option-radio {
    width: 18px;
    height: 18px;
    border: 1.5px solid #8c8c8c;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.delivery-option-card.active .option-radio::after,
.payment-option-card.active .option-radio::after,
.payment-mini-card.active .option-radio::after,
.address-card.active .option-radio::after,
.pickup-point-card.active .option-radio::after,
.choice-radio.active .option-radio::after {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--efe-blue);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pickup-badge {
    display: inline-block;
    background: var(--rz-orange);
    color: var(--rz-black);
    font-size: .75rem;
    font-weight: 700;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.checkout-summary-header {
    background: linear-gradient(90deg, #f5dede 0%, #f8eaea 100%);
    padding: 16px 18px 14px;
    border-radius: 8px 8px 0 0;
}

.cart-alert-success {
    background: #e7f3d8;
    color: #29421a;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: .88rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary,
.added-btn-primary,
.checkout-primary-btn {
    background: #004F9F;
    border-color: #004F9F;
    color: #fff;
    transition: all 0.3s ease;
}

    .btn-primary:hover,
    .added-btn-primary:hover,
    .checkout-primary-btn:hover {
        background: #005bb5;
        border-color: #005bb5;
    }

.btn-outline-primary,
.added-btn-outline {
    border-color: var(--efe-blue);
    color: var(--efe-blue);
    background: #fff;
}

    .btn-outline-primary:hover,
    .added-btn-outline:hover {
        background: var(--efe-blue);
        color: #fff;
    }

@media (max-width: 575.98px) {
    .added-modal-header {
        padding: 18px 16px 10px;
    }

    .added-modal-body {
        padding: 14px 16px 8px !important;
    }

    .added-modal-footer {
        justify-content: center;
        padding: 0 16px 18px;
    }

    .added-btn-primary,
    .added-btn-outline {
        min-width: 0;
        width: 100%;
    }

    .added-product-card {
        padding: 14px;
    }
}

.header-logo-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 64px;
}

.header-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    min-width: 86px;
    min-height: 64px;
    text-decoration: none;
}

.header-logo-img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    display: block;
}

    .header-logo-img.d-none {
        display: none !important;
    }

@media (max-width: 991.98px) {
    .header-logo-box {
        justify-content: center;
        min-height: 58px;
    }

    .header-logo-link {
        width: 78px;
        min-width: 78px;
        min-height: 58px;
    }

    .header-logo-img {
        max-height: 58px;
    }

    .header-actions {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px !important;
    }

    .account-dropdown {
        left: 0;
        right: auto;
        min-width: 340px;
    }

    .account-dropdown-split {
        grid-template-columns: 1fr;
    }

    .account-dropdown-col + .account-dropdown-col {
        border-left: 0;
        border-top: 1px solid #ffe4c4;
    }

    /* Responsive promo bar */
    .promo-bar .container > div {
        flex-direction: column;
        gap: 18px !important;
    }

    .promo-coupon-card,
    .promo-actions {
        width: 100%;
        justify-content: center;
    }

    .promo-shipping-text {
        font-size: 1.1rem;
    }

    .promo-coupon-code {
        font-size: 1.3rem;
        padding: 10px 24px;
    }
}

