/*your custom css goes here*/

.custom-footer-bottom {
    background-color: #500919;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.custom-footer-bottom-inner {
    min-height: 72px;
}

.custom-footer-copyright {
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.custom-footer-copyright,
.custom-footer-copyright p,
.custom-footer-copyright span,
.custom-footer-copyright div {
    color: #fff !important;
    background: transparent !important;
}

.custom-footer-copyright a {
    color: #fff !important;
    background: transparent !important;
    text-decoration-color: rgba(255, 255, 255, 0.7);
}

.custom-footer-copyright a:hover {
    color: #fff !important;
    text-decoration-color: #fff;
}

.custom-footer-payments .list-inline-item {
    margin-bottom: 0.35rem;
}

.custom-footer-payments img {
    opacity: 0.96;
    filter: saturate(0.95);
}

@media (min-width: 992px) {
    .custom-desktop-nav {
        gap: 1rem;
    }

    .custom-nav-menu {
        gap: 0.1rem;
        white-space: nowrap;
    }

    .custom-nav-item {
        position: relative;
    }

    .custom-nav-link {
        color: #fff;
        display: inline-flex;
        align-items: center;
        padding: 0.95rem 0.9rem;
        font-size: 13px;
        font-weight: 700;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .custom-nav-link:hover,
    .custom-nav-link.active {
        color: #fff;
        background: rgba(255, 255, 255, 0.12);
    }

    .custom-nav-dropdown:hover .custom-nav-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .custom-nav-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        padding: 0.5rem 0;
        background: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        z-index: 20;
    }

    .custom-nav-submenu-shop {
        min-width: 270px;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    .custom-nav-submenu-shop .aiz-category-menu {
        overflow: hidden;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    }

    .custom-nav-submenu-link {
        display: block;
        padding: 0.75rem 1rem;
        color: #212529;
        font-size: 13px;
        font-weight: 600;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .custom-nav-submenu-link:hover {
        color: #d43533;
        background: #f8f9fa;
    }

    .custom-nav-tools {
        gap: 0.85rem;
        margin-left: 1rem;
        flex-shrink: 0;
    }

    .custom-nav-tools .bg-black-10 {
        border-radius: 0;
        display: flex;
        align-items: stretch;
    }

    .custom-nav-icon-link {
        color: #fff;
        font-size: 1.35rem;
        line-height: 1;
    }

    .custom-nav-icon-link:hover {
        color: #fff;
        opacity: 0.85;
    }

    .custom-nav-social {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.95rem 0 0.95rem 0.5rem;
        height: 100%;
    }

    .custom-nav-social-item {
        display: inline-flex;
        align-items: stretch;
    }

    .custom-nav-social-link,
    .custom-nav-social-link i {
        color: #fff !important;
    }

    .custom-nav-help {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        color: #fff;
        font-size: 11px;
        white-space: nowrap;
    }

    .custom-nav-help-label {
        display: inline-flex;
        align-items: center;
        font-weight: 700;
    }

    .custom-nav-help-link {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: #fff;
        flex-shrink: 0;
    }

    .custom-nav-help-link i {
        font-size: 1.05rem;
    }

    .custom-nav-help-link span {
        display: inline-block;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-nav-help-phone {
        font-size: 12px;
        font-weight: 700;
    }

    .custom-nav-help-phone span {
        max-width: none;
        font-size: 12px;
        font-weight: 700;
    }

    .custom-nav-help-email {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        padding-left: 0.1rem;
    }

    .custom-nav-help-link:hover {
        color: #fff;
        opacity: 0.85;
    }
}

@media (max-width: 767px) {
    .custom-footer-bottom-inner {
        row-gap: 1rem;
    }

    .top-banner {
        padding: 12px 12px 0;
        background: #fff;
    }

    .top-banner-link {
        height: auto !important;
    }

    .top-banner-image-mobile {
        display: block;
        width: 100%;
        max-width: 340px;
        height: 400px !important;
        margin: 0 auto;
        border-radius: 18px;
        object-fit: cover;
        object-position: center;
        box-shadow: 0 12px 28px rgba(33, 37, 41, 0.12);
    }

    .top-banner-close {
        top: 18px;
        right: 18px;
        width: 34px;
        height: 34px !important;
        padding: 0;
        border-radius: 999px;
        background: rgba(33, 37, 41, 0.68);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .top-banner-close .la {
        font-size: 1.1rem !important;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .mobile-header-bar {
        position: relative;
        min-height: 72px;
    }

    .mobile-header-toggle,
    .mobile-header-actions {
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
    }

    .mobile-header-toggle {
        left: 0;
        margin-right: 0 !important;
    }

    .mobile-header-actions {
        right: 0;
    }

    .mobile-header-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: calc(100% - 160px);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .mobile-header-brand > a {
        gap: 0.5rem;
        white-space: nowrap;
    }

    .mobile-header-brand-image {
        width: auto;
        max-width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .mobile-header-brand-name {
        display: block;
        overflow: hidden;
        color: #212529;
        font-size: 1rem;
        font-weight: 700;
        text-overflow: ellipsis;
    }

    .mobile-nav-cart > a {
        padding: 0.5rem;
        height: auto !important;
    }

    .mobile-nav-cart svg path,
    .mobile-nav-cart svg circle {
        fill: #212529;
    }

    .mobile-nav-cart .dropdown-menu {
        right: 0;
        left: auto;
    }
}
