/*your custom css goes here*/
/* Global responsive defaults */
img, video, iframe, svg {
    max-width: 100%;
    height: auto;
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header / nav responsiveness */
/* Modern header look */
.header {
    background: #ffffff;
    border-bottom: 1px solid #eef0f4;
    box-shadow: 0 6px 18px rgba(17,24,39,0.04);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header .logo img {
    max-height: 64px !important;
    width: auto !important;
}
.header .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: .2px;
}
.header .menu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #e62e04;
    transition: width .2s ease;
}
.header .menu > ul > li:hover > a::after {
    width: 100%;
}
.header .menu > ul > li.menu-item-has-children > a.collection-menu-link {
    position: relative;
}
.header .menu > ul > li.menu-item-has-children > a.collection-menu-link:hover,
.header .menu > ul > li.menu-item-has-children:hover > a.collection-menu-link {
    color: #e62e04 !important;
}
.header .menu > ul > li.menu-item-has-children > a.collection-menu-link:hover::after,
.header .menu > ul > li.menu-item-has-children:hover > a.collection-menu-link::after {
    width: 100%;
    background: #e62e04;
}
.header .menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.header .menu > ul > li {
    display: inline-flex;
    align-items: center;
    line-height: 40px;
    margin-left: 14px;
}
.header .menu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    padding: 6px 2px;
    transition: color 0.2s ease;
}
.header .menu > ul > li > a:hover {
    color: #e62e04;
}
.header .menu > ul > li > a.deal-menu-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    padding-right: 22px !important;
}
.header .menu > ul > li > a .deal-new-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    background: #ef4444;
    border-radius: 999px;
    padding: 1px 5px;
    margin-bottom: 0;
    vertical-align: middle;
    position: absolute;
    top: -6px;
    right: 0;
    line-height: 1.1;
    animation: dealBadgeFlash 1s infinite;
}
@keyframes dealBadgeFlash {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .35; transform: scale(0.92); }
}

/* Collections mega menu styling */
.header .menu > ul > li .sub-menu.mega-menu {
    border: 1px solid #eef0f4;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(17,24,39,0.12);
    padding: 18px 22px;
    min-width: 760px;
    background: #fff;
}
.header .menu > ul > li .sub-menu.mega-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    width: 100%;
}
.header .menu > ul > li .sub-menu.mega-menu .list-item {
    padding: 6px 10px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}
.header .menu > ul > li .sub-menu.mega-menu .list-item:hover {
    background-color: #fff4f1;
}
.header .menu > ul > li .sub-menu.mega-menu .title a {
    font-weight: 700;
    color: #111827;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.header .menu > ul > li .sub-menu.mega-menu .title a:hover {
    color: #e62e04 !important;
    border-bottom-color: #e62e04;
}
.header .menu > ul > li .sub-menu.mega-menu ul li a {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.header .menu > ul > li .sub-menu.mega-menu ul li a:hover {
    color: #e62e04 !important;
    border-bottom-color: #e62e04;
}
.header .menu > ul > li .sub-menu.mega-menu img {
    border-radius: 10px;
    height: 160px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .header .menu > ul > li .sub-menu.mega-menu {
        min-width: auto;
        box-shadow: none;
        border: none;
        padding: 0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 6px 0;
    }
}

@media (max-width: 430px) {
    section.footer-widget.mm-footer.mm-premium .mm-footer-title {
        font-size: 14px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-links a {
        font-size: 10px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-news-sub {
        font-size: 12px !important;
    }
}
.header .item-right .input-group {
    background: #f6f7f9;
    border-radius: 24px;
    padding: 2px;
}
.header .item-right .input-group .form-control {
    border: none;
    background: transparent;
    height: 38px;
}
.header .item-right .input-group .form-control:focus {
    box-shadow: none;
}
.header .item-right .input-group .input-group-text {
    background: transparent;
    border: none;
}
.header .item-right a {
    background: #f6f7f9;
    border-radius: 10px;
    padding: 8px 10px;
}
.header .item-right a:hover {
    background: #eef0f4;
}
.cart-dropdown {
    border: 1px solid #eef0f4;
    box-shadow: 0 14px 30px rgba(17,24,39,0.08);
}

@media (max-width: 991px) {
    .header {
        position: sticky;
    }
    .header .item-right a {
        padding: 6px 8px;
    }
}
@media (max-width: 1199px) {
    .header .menu > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .header .row.v-center {
        flex-wrap: wrap;
    }
    .header .item-left,
    .header .item-center,
    .header .item-right {
        flex: 0 0 100%;
    }
    .header .item-left {
        order: 1;
    }
    .header .item-center {
        order: 2;
        margin-top: 6px;
    }
    .header .item-right {
        order: 3;
        margin-top: 8px;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }
    .header .item-right form {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .header .logo img {
        max-height: 48px !important;
        max-width: 180px !important;
    }
    .header .menu {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .header .item-right a {
        margin-left: 0;
    }
    .header .item-right {
        gap: 6px;
    }
    .header .item-right a {
        padding: 6px 8px;
    }
    .header .item-right .input-group {
        border-radius: 14px;
    }
    .header .item-right .form-control {
        height: 36px;
    }
    .header .row.v-center {
        gap: 6px;
    }
    .header .item-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        order: 1;
        margin-right: 8px;
    }
    .header .logo {
        order: 2;
    }
    .header .item-right {
        order: 3;
        width: 100%;
    }
    .header .item-right form {
        order: 1;
        width: 100%;
    }
    .header .item-right a {
        order: 2;
    }
    /* Tesco-like mobile header: logo left, icons right, search full width */
    .header .row.v-center {
        align-items: center;
    }
    .header .item-left {
        flex: 0 0 auto;
    }
    .header .item-right {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex-wrap: wrap;
    }
    .header .item-right a {
        order: 1;
    }
    /* Prevent automatic push that can reorder icons on mobile */
    .header .item-right a:first-of-type {
        margin-left: 0 !important;
    }

    /* Ensure icons follow DOM order and align to the right */
    .header .item-right { flex-direction: row; }
    .header .item-right a { order: 0; }
    .header .item-right form {
        order: 3;
        flex: 1 1 100%;
        width: 100%;
        margin-top: 8px;
    }
    .header .logo img {
        max-height: 42px !important;
        max-width: 150px !important;
    }
    /* show header search, hide drawer search */
    .header .item-right form.d-none.d-md-block {
        display: block !important;
    }
    .header .menu form.d-block.d-md-none {
        display: none !important;
    }

    /* Drawer / mobile-menu-head adjustments */
    .mobile-menu-head{position:relative;padding:14px 48px 10px 48px;text-align:center}
    .mobile-menu-head .logo{margin:0 auto}
    .mobile-menu-head .mobile-menu-close{position:absolute;right:12px;top:10px;font-size:28px;line-height:1;cursor:pointer}
    .mobile-menu-head .go-back{position:absolute;left:12px;top:10px;font-size:20px;cursor:pointer}

    /* Icon button consistent sizing */
    .icon-btn{display:inline-flex;align-items:center;justify-content:center;background:#f6f7f9;border-radius:10px;width:44px;height:44px;color:#111}
    .icon-btn i{font-size:18px}
    .icon-btn .cartqty{position: absolute;right:-6px;top:-6px;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:11px}

    @media (max-width:575px){
        .icon-btn{width:40px;height:40px;border-radius:8px}
        .mobile-menu-head{padding:10px 44px}
    }

    /* Desktop icon sizing and stacking */
    @media (min-width: 992px) {
        .icon-btn { width:44px; height:44px; }
        .icon-btn i { font-size:18px; }
        .header .item-right a, .icon-btn { z-index:1500; position: relative; }
    }

    /* Ensure drawer menu list has a single separator and tighter spacing */
    .header .menu .menu-main > li { border: none !important; }
    .header .menu .menu-main > li + li { border-top: 1px solid rgba(0,0,0,0.06) !important; }
    .header .menu .menu-main > li { padding: 8px 10px !important; }

    /* Remove separators entirely and tighten spacing in drawer when requested */
    @media (max-width: 992px) {
        .header .menu .menu-main > li,
        .header .menu .menu-main > li > a {
            border: none !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
        }
        .header .menu .menu-main { gap: 0 !important; }
    }

    /* Make cart/wishlist icons more clickable on desktop and avoid counter blocking clicks */
    #cart-button, .icon-btn { cursor: pointer; }
    .cartqty { pointer-events: none; }
    /* Ensure cart button and dropdown sit above overlays and other elements */
    #cart-button { min-width:44px; min-height:44px; display:inline-flex; align-items:center; justify-content:center; z-index:10001 !important; }
    .icon-btn { z-index:10001 !important; }
    .cart-dropdown{z-index:10002 !important}

    /* Enforce Tesco-like mobile header: logo left, icons right, search full-width below */
    .header .item-center {
        display: none; /* hide inline menu on top bar on very small screens; menu opens via trigger */
    }
    .header .item-left {
        order: 1;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .header .item-right {
        order: 2;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        width: auto;
    }
    .header .header-mobile-search,
    .header .item-right form.d-none.d-md-block,
    .header .menu form.d-block.d-md-none {
        order: 3;
        width: 100%;
        margin-top: 8px;
        display: block !important;
    }
}

/* Admin panel responsiveness */
@media (max-width: 991px) {
    .aiz-main-wrapper,
    .aiz-content-wrapper,
    .aiz-main-content {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .aiz-sidebar {
        position: fixed !important;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 1040;
        transform: translateX(-100%);
        transition: transform .25s ease;
    }
    .aiz-sidebar.open,
    .aiz-sidebar.active {
        transform: translateX(0);
    }
    .aiz-content-wrapper {
        padding: 0 12px;
    }
    .aiz-topbar .navbar-nav {
        flex-wrap: wrap;
        gap: 8px;
    }
    .aiz-main-content .card {
        margin-bottom: 16px;
    }
    .aiz-main-content .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .aiz-main-content .form-group {
        margin-bottom: 12px;
    }
}

/* Admin login */
@media (max-width: 575px) {
    .aiz-auth-form {
        padding: 16px !important;
        box-shadow: none !important;
    }
    .aiz-auth-form .form-control {
        height: 44px;
    }
}

/* Cart dropdown on mobile */
@media (max-width: 575px) {
    .cart-dropdown {
        right: 0 !important;
        left: 0 !important;
        width: calc(100vw - 20px) !important;
        max-width: 100% !important;
        margin: 0 10px;
    }
}

/* Home sections */
.index-section .row.gutters-10 {
    min-height: auto !important;
}

.mm-home-block {
    padding: 32px 0;
}
.mm-home-block-alt {
    background: #f9fafb;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}
.mm-section-head {
    margin-bottom: 18px;
}
.mm-section-head h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}
.mm-section-head p {
    color: #6b7280;
    margin-bottom: 0;
}
.mm-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}
.mm-section-head::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #eef0f4;
    margin-left: 12px;
}
.mm-cat-tile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.mm-cat-tile img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    background: #fff;
    padding: 6px;
}
.mm-cat-tile span {
    color: #111827;
    font-weight: 600;
    font-size: 13px;
}
.mm-cat-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(17,24,39,0.08);
}
.mm-product-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.mm-product-card .aiz-p-hov-icon a {
    transform: translateX(calc(100% + 7px));
    -webkit-transform: translateX(calc(100% + 7px));
}
.mm-product-card:hover .aiz-p-hov-icon a {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.mm-product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #ffffff;
    padding: 8px;
}
.mm-product-body {
    padding: 12px;
}
.mm-product-body h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 8px;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mm-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mm-product-meta .btn {
    border-radius: 8px;
}

/* Amazon-like product title treatment across card grids */
.aiz-card-box h3.text-truncate-2,
.aiz-card-box h4.text-truncate-2 {
    line-height: 1.35 !important;
    min-height: 38px;
    margin-bottom: 2px !important;
}

.aiz-card-box h3.text-truncate-2 > a,
.aiz-card-box h4.text-truncate-2 > a,
.mm-product-body h6 > a,
.mm-product-body h6 {
    color: #0f1111;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.aiz-card-box h3.text-truncate-2 > a:hover,
.aiz-card-box h4.text-truncate-2 > a:hover,
.mm-product-body h6 > a:hover {
    color: #007185;
    text-decoration: underline;
}

/* Wishlist image fit: prevent cropping */
.mm-wishlist-image-wrap {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.mm-wishlist-image {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
    background: #fff;
    padding: 6px;
}

@media (max-width: 767px) {
    .mm-wishlist-image-wrap {
        height: 140px;
    }
}
.mm-scroll-wrap {
    position: relative;
}
.mm-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    scrollbar-width: none;
}
.mm-scroll-row::-webkit-scrollbar {
    display: none;
}
.mm-scroll-row > [class*='col-'] {
    flex: 0 0 auto;
    scroll-snap-align: start;
}
@media (max-width: 575px) {
    .mm-scroll-row > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}
.mm-scroll-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17,24,39,0.12);
    z-index: 2;
}
.mm-scroll-btn.left { left: -12px; }
.mm-scroll-btn.right { right: -12px; }
.mm-scroll-btn i { color: #111827; }
@media (max-width: 767px) {
    .mm-scroll-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }
    .mm-scroll-btn.left { left: -6px; }
    .mm-scroll-btn.right { right: -6px; }
}

/* Mobile drawer menu styling (Tesco-like list) */
@media (max-width: 991px) {
    .header .menu > ul > li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eef0f4;
        margin-left: 0;
    }
    .header .menu > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 6px;
        font-size: 15px;
        font-weight: 600;
    }
    .header .menu > ul > li.menu-item-has-children > a::after {
        content: "›";
        font-size: 18px;
        color: #6b7280;
    }
    .header .menu .mobile-menu-head .logo img {
        max-height: 40px !important;
    }
    .header .menu .menu-main {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        padding-bottom: 20px;
    }
}
.mm-home-banner {
    padding: 16px 0 32px;
}
.mm-banner-card {
    background: #111827;
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 0;
}
.mm-banner-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.mm-banner-text {
    padding: 24px;
}
.mm-banner-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.mm-banner-text p {
    color: #d1d5db;
    margin-bottom: 12px;
}
.mm-banner-text .mm-collection-cta {
    position: relative;
    border-radius: 10px;
    padding: 11px 18px;
    box-shadow: 0 0 0 rgba(230, 46, 4, 0.45);
    animation: mmDealPulse 1.8s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mm-banner-text .mm-collection-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(230, 46, 4, 0.28);
}
@keyframes mmDealPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(230, 46, 4, 0.45);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(230, 46, 4, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(230, 46, 4, 0);
    }
}

/* Add-to-cart popup image fit fix */
#addToCart-modal .product-gallery .carousel-box.img-zoom {
    background: #fff;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#addToCart-modal .product-gallery .carousel-box.img-zoom img {
    width: 100%;
    height: 360px;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
}
#addToCart-modal .product-gallery-thumb .carousel-box img {
    width: 60px;
    height: 60px;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
}
@media (max-width: 767px) {
    #addToCart-modal .product-gallery .carousel-box.img-zoom {
        min-height: 260px;
    }
    #addToCart-modal .product-gallery .carousel-box.img-zoom img {
        height: 260px;
    }
}

#addToCart-modal .product-gallery .addtocart-image-box {
    background: #fff !important;
    min-height: 360px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}
#addToCart-modal .product-gallery .addtocart-main-image {
    width: 100% !important;
    height: 360px !important;
    max-height: 360px !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #fff !important;
    transition: transform 0.25s ease;
    transform-origin: center center;
}
#addToCart-modal .product-gallery .addtocart-zoom-hover:hover .addtocart-main-image {
    transform: scale(1.35);
}
@media (max-width: 767px) {
    #addToCart-modal .product-gallery .addtocart-image-box {
        min-height: 260px !important;
    }
    #addToCart-modal .product-gallery .addtocart-main-image {
        height: 260px !important;
        max-height: 260px !important;
    }
}
.mm-why-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}
.mm-why-card i {
    font-size: 26px;
    color: #e62e04;
    margin-bottom: 8px;
}
.mm-why-card h6 {
    font-weight: 700;
    margin-bottom: 6px;
}
.mm-why-card p {
    color: #6b7280;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mm-banner-card {
        grid-template-columns: 1fr;
    }
    .mm-banner-card img {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .mm-cat-tile img {
        height: 90px;
        object-fit: contain;
        object-position: center;
        background: #fff;
        padding: 5px;
    }
    .mm-product-card img {
        height: 150px;
        object-fit: contain;
        object-position: center;
        background: #ffffff;
        padding: 6px;
    }
    .mm-section-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .mm-section-head::after {
        display: none;
    }
    .mm-home-block .row > [class*='col-'] {
        flex: 0 0 180px;
        max-width: 180px;
    }
    .mm-scroll-row > [class*='col-'] {
        flex: 0 0 180px;
        max-width: 180px;
    }
    .mm-cat-tile img {
        height: 110px;
        object-fit: contain;
        object-position: center;
        background: #fff;
        padding: 5px;
    }
    .mm-product-card img {
        height: 150px;
        object-fit: contain;
        object-position: center;
        background: #ffffff;
        padding: 6px;
    }
}

@media (max-width: 991px) {
    .div-subs-form {
        width: 100% !important;
    }
    .subs-form {
        justify-content: center;
    }
}

/* Tables scroll on mobile */
@media (max-width: 767px) {
    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

/* Footer spacing on small screens */
@media (max-width: 767px) {
    .footer .row > [class*='col-'] {
        margin-bottom: 16px;
    }
}

/* Modern footer look */
.footer-widget {
    background: #0f172a;
    color: #e2e8f0;
}
.footer-widget a {
    color: #e2e8f0;
}
.footer-widget h5 {
    color: #ffffff;
    letter-spacing: .4px;
}
.footer-widget .list-unstyled a {
    opacity: .85;
}
.footer-widget .list-unstyled a:hover {
    opacity: 1;
}
.footer-widget img {
    max-width: 220px !important;
}
.footer-widget .mm-footer-about {
    color: #cbd5e1;
}
.footer-widget .social-list-item a {
    background: #1f2937;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-widget .social-list-item a:hover {
    background: #e62e04;
}
.footer-widget .list-email i {
    color: #e62e04;
}
.container-fluid.bg-black {
    background: #0b1220 !important;
}

/* Professional footer layout */
.mm-footer {
    background: radial-gradient(1200px 500px at 50% 10%, #3a3a3a 0%, #252525 50%, #191919 100%);
    color: #dbe4f1 !important;
    padding-bottom: 0 !important;
}
.mm-footer .mm-footer-main {
    row-gap: 18px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.mm-footer .mm-footer-about {
    max-width: 520px;
    color: #d6e1f0 !important;
    font-size: 14px;
    line-height: 1.7;
}
.mm-footer .mm-footer-about * {
    color: #d6e1f0 !important;
}
.mm-footer .mm-footer-title {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 8px;
}
.mm-footer .mm-footer-links {
    margin: 0;
    padding: 0;
}
.mm-footer .mm-footer-links li + li {
    margin-top: 8px;
}
.mm-footer .mm-footer-links a {
    color: #f1f5fd !important;
    font-size: 16px;
    text-decoration: none;
    opacity: 1 !important;
    font-weight: 500;
}
.mm-footer .mm-footer-links a:hover {
    color: #ffffff !important;
}
.mm-footer .mm-footer-mail {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 10px 12px;
    color: #e8effa !important;
    text-decoration: none;
    font-size: 13px;
    background: rgba(0,0,0,0.25);
}
.mm-footer .mm-footer-mail i {
    margin-bottom: 4px;
    color: #e62e04;
}
.mm-footer .mm-footer-mail small {
    color: #c6d2e4 !important;
}
.mm-footer .social-list-item {
    background: #1e293b;
}
.mm-footer .social-list-item a {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.mm-footer .mm-footer-bottom {
    margin-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 12px 0 14px;
    text-align: center;
}
.mm-footer .mm-footer-bottom p {
    font-size: 15px;
    color: #d8e2f0 !important;
}
.mm-footer .mm-newsletter-title {
    margin-top: 8px;
}
.mm-footer .mm-footer-newsletter {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(0,0,0,0.30);
}
.mm-footer .mm-footer-newsletter input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 12px 14px;
    font-size: 15px;
}
.mm-footer .mm-footer-newsletter input::placeholder {
    color: #c6cedd;
}
.mm-footer .mm-footer-newsletter button {
    border: 0;
    background: #d58b62;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    font-size: 15px;
}

/* Mobile header final overrides */
@media (max-width: 575px) {
    .header .row.v-center {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px !important;
    }
    .header .item-left {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header .item-right {
        flex: 1 1 auto;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        flex-wrap: wrap;
        margin: 0 !important;
    }
    .header .item-right a {
        order: 1;
    }
    .header .item-right form {
        order: 99;
        width: 100%;
        flex: 1 1 100%;
        margin-top: 6px;
    }
    .header .item-center {
        display: none !important;
    }
    .header .logo img {
        max-height: 40px !important;
        max-width: 150px !important;
    }
    /* show header search, hide drawer search */
    .header .item-right form.d-none.d-md-block {
        display: block !important;
    }
    .header .menu form.d-block.d-md-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .footer-widget {
        text-align: left;
        padding-top: 16px;
    }
    .footer-widget img {
        max-width: 180px !important;
    }
    .footer-widget .w-75 {
        width: 100% !important;
    }
    .footer-widget h5 {
        margin-bottom: 8px;
    }
    .footer-widget .list-unstyled li {
        margin-bottom: 6px;
    }
    .footer-widget .social {
        justify-content: flex-start;
    }
    .footer-widget .col-lg-2,
    .footer-widget .col-lg-4 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-widget h5 {
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .mm-footer .mm-footer-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mm-footer .mm-footer-about {
        font-size: 13px;
        line-height: 1.6;
        max-width: 100%;
    }
    .mm-footer .mm-footer-links a {
        font-size: 13px;
    }
    .mm-footer .social {
        margin-top: 10px !important;
    }
}

/* Trust bar tweaks */
.border-top.border-bottom.mt-auto.bg-white {
    background: #ffffff !important;
    border-color: #eef0f4 !important;
}
.border-top.border-bottom.mt-auto.bg-white .h6 {
    font-weight: 700;
    color: #111827;
}
/* Homepage slider: standard ecommerce height */
#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item {
    height: 420px !important;
    max-height: 420px !important;
}
#carouselExampleIndicators .carousel-item img,
#carouselExampleIndicators .carousel-inner img {
    width: 100% !important;
    height: 420px !important;
    max-height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
}

@media (max-width: 991px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item {
        height: 280px !important;
        max-height: 280px !important;
    }
    #carouselExampleIndicators .carousel-item img,
    #carouselExampleIndicators .carousel-inner img {
        height: 280px !important;
        max-height: 280px !important;
    }
}

@media (max-width: 575px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item {
        height: 200px !important;
        max-height: 200px !important;
    }
    #carouselExampleIndicators .carousel-item img,
    #carouselExampleIndicators .carousel-inner img {
        height: 200px !important;
        max-height: 200px !important;
    }
}
 
/* Mobile header final layout override */
@media (max-width: 991.98px){
  .header .item-right{display:flex !important;flex-wrap:wrap;justify-content:flex-end;gap:6px 8px;}
  .header .item-right > a{order:1;}
  .header .item-right > form{order:99;flex:0 0 100%;width:100%;margin-top:6px;}
  .header .item-right > form .input-group{width:100%;}
  .header .menu form.d-block.d-md-none{display:none !important;}
  .header .item-right form.d-none.d-md-block{display:block !important;}
  .header .item-left .logo img{max-height:56px !important;max-width:180px !important;}
  .header .mobile-menu-trigger{margin-right:8px;}
  .header .item-right #cart-button{order:2;}
  .header .item-right a[href*= wishlists]{order:3;}
}

 
/* Mobile header logo size tighten */
@media (max-width: 991.98px){
  .header .item-left{flex:0 0 auto;max-width:55%;}
  .header .item-left .logo{max-width:160px;}
  .header .item-left .logo img{max-height:42px !important;max-width:160px !important;width:auto !important;height:auto !important;}
  .header .item-right{flex:1 1 auto;max-width:45%;}
}

 
/* FINAL mobile header + drawer fix */
@media (max-width: 991.98px){
  .header .row.v-center{flex-wrap:wrap;align-items:center;}
  .header .item-left{flex:0 0 64%;max-width:64%;display:flex;align-items:center;gap:8px;}
  .header .item-right{flex:0 0 36%;max-width:36%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;}
  .header .item-right a{order:1;}
  .header .item-right form{order:99;flex:0 0 100%;width:100%;margin-top:6px;}
  .header .item-right form .input-group{width:100%;}
  .header .menu form.d-block.d-md-none{display:none !important;}
  .header .item-right form.d-none.d-md-block{display:block !important;}
  .header .item-left .logo img{max-height:40px !important;max-width:150px !important;}
  .header .mobile-menu-trigger{position:relative;z-index:1201;cursor:pointer;}
  .header .menu{z-index:1200;}
  .menu-overlay{z-index:1190;}
}

 
/* Mobile header: icons top row, search below, keep drawer functional */
@media (max-width: 991.98px){
  .header .item-center{display:block !important; width:0; height:0; padding:0; margin:0; overflow:visible;}
  .header .menu{position:fixed;}
  .header .row.v-center{flex-wrap:nowrap;}
  .header .item-left{flex:0 0 auto; max-width:none;}
  .header .item-right{flex:0 0 auto; max-width:none; display:flex; align-items:center; gap:6px;}
  .header .item-right form.d-none.d-md-block{display:none !important;}
  .header .item-right a{order:1;}
  .header-mobile-search{padding:8px 0 0;}
  .header-mobile-search .input-group{width:100%;}
}
@media (max-width: 575px){
  .header .item-left .logo img{max-height:36px !important; max-width:140px !important;}
  .header .mobile-menu-trigger{z-index:1201;}
  .header .menu{z-index:1200;}
  .menu-overlay{z-index:1190;}
}

 
/* FINAL OVERRIDE: match live header behavior (search inside drawer) */
@media (max-width: 991.98px){
  .header .item-center{display:block !important;}
  .header .menu{display:block !important;}
  .header .row.v-center{flex-wrap:nowrap;align-items:center;}
  .header .item-left{flex:0 0 auto;}
  .header .item-right{flex:0 0 auto; margin-left:auto; display:flex; align-items:center; gap:6px; flex-wrap:nowrap;}
  .header .item-right form.d-none.d-md-block{display:none !important;}
  .header .menu form.d-block.d-md-none{display:block !important;}
  .header .mobile-menu-trigger{position:relative;z-index:1201;pointer-events:auto;}
  .header .menu{z-index:1200;}
  .menu-overlay{z-index:1190;}
  .header .item-left .logo img{max-height:40px !important;max-width:150px !important;width:auto !important;}
}

 
/* Nav header icons layout + cart dropdown click fix */
.header .item-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;position:relative;z-index:1202;}
.header .item-right .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;}
.header .item-right #cart-button{cursor:pointer;}
.cart-dropdown{z-index:2000;top:calc(100% + 8px); display:none;}
.cart-dropdown.active{display:block !important;}

 
/* Desktop cart dropdown fix */
@media (min-width: 992px){
  .header .item-right{position:relative;z-index:1202;}
  .cart-dropdown{position:absolute;right:0;top:calc(100% + 10px);display:none;z-index:2000;}
  .cart-dropdown.active{display:block !important;}
}

 
/* Cart dropdown: simple default styling */
.header, .header .container, .header .row.v-center{overflow:visible !important;}

/* Default cart dropdown positioning */
@media (min-width: 992px) {
  .cart-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
}

/* Premium footer exact-look override (desktop) */
@media (min-width: 992px) {
    section.footer-widget.mm-footer.mm-premium .mm-footer-title {
        white-space: nowrap !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-links a {
        white-space: nowrap !important;
        display: inline-block !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-follow-icons {
        flex-wrap: nowrap !important;
    }
    section.footer-widget.mm-footer.mm-premium {
        background: radial-gradient(1200px 600px at 50% 8%, #3a3a3d 0%, #2b2b2e 50%, #1c1c1e 100%) !important;
        color: #ffffff !important;
        padding-top: 22px !important;
        padding-bottom: 0 !important;
    }
    section.footer-widget.mm-footer.mm-premium .container {
        max-width: 1200px !important;
    }
    .mm-premium .mm-footer-grid {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 14px;
    }
    .mm-premium .mm-footer-col {
        border-right: 1px solid #2f2f33 !important;
        min-height: 230px !important;
        padding-left: 26px;
        padding-right: 26px;
    }
    .mm-premium .mm-footer-col:last-child {
        border-right: 0 !important;
    }
    .mm-premium .mm-footer-title {
        font-family: "Varela Round", "Open Sans", sans-serif !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #ffffff !important;
        border-bottom: 1px solid #2f2f33 !important;
        margin-bottom: 12px !important;
        padding-bottom: 10px !important;
        letter-spacing: 0;
        text-transform: none;
    }
    .mm-premium .mm-footer-links {
        margin: 0 !important;
        padding: 0 !important;
    }
    .mm-premium .mm-footer-links li + li {
        margin-top: 6px !important;
    }
    .mm-premium .mm-footer-links a {
        font-family: "Open Sans", sans-serif !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        font-weight: 400 !important;
        color: #c7c7c7 !important;
        text-decoration: none !important;
    }
    .mm-premium .mm-footer-links a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }
    .mm-premium .mm-follow-icons {
        margin-top: 10px !important;
        display: flex;
        align-items: center;
        gap: 16px !important;
    }
    .mm-premium .mm-follow-icons a {
        color: #c7c7c7 !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }
    .mm-premium .mm-follow-icons a:hover {
        color: #ffffff !important;
    }
    .mm-premium .mm-footer-title-lg {
        font-family: "Brush Script MT", "Segoe Script", cursive !important;
        font-size: 54px !important;
        font-weight: 400 !important;
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .mm-premium .mm-news-sub {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #c7c7c7 !important;
        margin: 6px 0 12px !important;
    }
    .mm-premium .mm-footer-newsletter {
        display: flex !important;
        align-items: center !important;
        height: 48px !important;
        border-radius: 30px !important;
        border: 1px solid #3b3b40 !important;
        background: #2a2a2d !important;
        overflow: hidden !important;
    }
    .mm-premium .mm-footer-newsletter input {
        height: 48px !important;
        border: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 0 18px !important;
    }
    .mm-premium .mm-footer-newsletter input::placeholder {
        color: #a9a9ad !important;
    }
    .mm-premium .mm-footer-newsletter button {
        height: 48px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #e89b6a !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 0 26px !important;
    }
    .mm-premium .mm-footer-newsletter button:hover {
        background: #d88450 !important;
    }
    .mm-premium .mm-divider {
        border-top: 1px solid #2f2f33 !important;
        margin: 12px 0 10px !important;
    }
    .mm-premium .mm-payment-row {
        border-bottom: 1px solid #2f2f33 !important;
        padding: 10px 0 12px !important;
        gap: 12px !important;
    }
    .mm-premium .mm-payment-row .pm {
        font-size: 13px !important;
        padding: 6px 10px !important;
        border-radius: 4px !important;
    }
    .mm-premium .mm-footer-bottom {
        border-top: 0 !important;
        margin-top: 0 !important;
        text-align: center;
        padding: 12px 0 18px !important;
    }
    .mm-premium .mm-footer-bottom p {
        color: #8a8a8a !important;
        font-size: 12px !important;
        margin-bottom: 6px !important;
    }
    .mm-premium .mm-footer-legal {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #8a8a8a !important;
        font-size: 12px !important;
    }
    .mm-premium .mm-footer-legal a {
        color: #b3b3b6 !important;
        font-size: 12px !important;
        text-decoration: none !important;
    }
}

@media (max-width: 991px) {
  .cart-dropdown {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 80px;
    width: auto;
  }
}

 
/* Click-based behavior only - no hover display */

 
/* Reduce gap between cart button and dropdown */
@media (min-width: 992px){
  .cart-dropdown{top:calc(100% + 2px) !important; margin-top:0 !important;}
}

 
/* Header icons: flat style, consistent size */
.header .item-right .icon-btn{background:transparent !important; box-shadow:none !important; border:1px solid transparent; width:auto; height:auto; padding:6px 8px; border-radius:8px;}
.header .item-right .icon-btn i{font-size:18px; width:20px; text-align:center;}
.header .item-right .icon-btn:hover{background:#f3f4f6;}
.header .item-right .badge{font-size:10px; min-width:16px; height:16px; line-height:16px;}

 
/* Header icons: right align + tighter gap */
.header .item-right{margin-left:auto !important; justify-content:flex-end !important; gap:4px !important;}
.header .item-right .icon-btn{padding:4px 6px !important;}
/* Cart dropdown positioning - click-based toggle only */
@media (min-width: 992px){
  .cart-dropdown{top:calc(100% + 8px) !important; right:0 !important;}
  #cart-button{cursor:pointer;}
}

 
/* Mobile drawer: keep header above overlay */
@media (max-width: 991.98px){
  .header{position:sticky;top:0;z-index:1300;background:#fff;}
  .header .item-left,.header .item-right{z-index:1301;position:relative;}
  .menu-overlay{top:64px;height:calc(100% - 64px);z-index:1200;}
  .header .menu{top:64px;height:calc(100% - 64px);z-index:1250;}
}

 
/* Mobile drawer: keep header fully clickable above overlay */
:root{--mm-header-h:60px;}
@media (max-width: 991.98px){
  .header{position:sticky;top:0;z-index:1300;background:#fff;height:var(--mm-header-h);}
  .header .row.v-center{min-height:var(--mm-header-h);}
  .header .item-left,.header .item-right{z-index:1302;position:relative;}
  .menu-overlay{top:var(--mm-header-h);height:calc(100% - var(--mm-header-h));z-index:1200;}
  .header .menu{top:var(--mm-header-h);height:calc(100% - var(--mm-header-h));z-index:1250;}
  .header .menu .mobile-menu-head{height:var(--mm-header-h);}
  .header .menu .mobile-menu-head .logo img{max-height:36px !important;}
}

/* Mobile drawer (Tesco-like): overlay and drawer styles */
.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:200000;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;pointer-events:none}
.mobile-drawer-overlay.active{opacity:1;visibility:visible;pointer-events:auto}
.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:80vw;max-width:320px;background:#fff;z-index:200001;transform:translateX(-100%);transition:transform .28s ease;box-shadow:2px 0 18px rgba(0,0,0,0.12);overflow-y:auto}
.mobile-drawer.active{transform:translateX(0)}
.mobile-drawer .mobile-drawer-head{display:flex;align-items:center;justify-content:center;padding:14px 48px;position:relative}
.mobile-drawer .mobile-drawer-head .logo{margin:0 auto}
.mobile-drawer .mobile-drawer-head .drawer-close{position:absolute;right:12px;top:10px;font-size:26px;line-height:1;cursor:pointer}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,0.04)}
.mobile-menu-head .logo img{max-height:36px}
.mobile-drawer-search{padding:10px 14px;border-bottom:1px solid rgba(0,0,0,0.04);background:#fff}
.mobile-drawer-search .input-group{display:flex;gap:6px}
.mobile-drawer-search .form-control{border-radius:6px;border:1px solid #e6e6e6;padding:8px}
.mobile-drawer-search .btn{border-radius:6px;padding:8px 10px}
.mobile-drawer .menu-main{list-style:none;padding:8px 12px;margin:0}
.mobile-drawer .menu-main li{padding:12px 6px;border-bottom:1px solid rgba(0,0,0,0.06);display:flex;justify-content:space-between;align-items:center}
.mobile-drawer .menu-main li a{flex:1;color:#111;text-decoration:none}
.mobile-drawer .menu-main li .submenu-toggle{margin-left:12px;font-size:18px;cursor:pointer}
.mobile-drawer .sub-menu{display:none;padding-left:12px}
.mobile-drawer .sub-menu.active{display:block}

/* lock background scroll when drawer open */
body.drawer-open{overflow:hidden}

/* hide common floating chat/whatsapp widgets while drawer open to ensure overlay is clickable */
.drawer-open .whatsapp, .drawer-open .whatsapp-widget, .drawer-open .floating-whatsapp, .drawer-open .chat-widget, .drawer-open .aiz-whatsapp, .drawer-open .wh-widget { display:none !important; }
/* hide whatsapp chat widget inserted by assets/js/whatsapp.js */
.drawer-open #whatsapp-chat-widget, .drawer-open .wa-chat-box, .drawer-open .wa-floating-btn { display:none !important; }
.mobile-drawer .menu-main li .badge-new{background:#ef4444;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;margin-left:8px}

/* Drawer trigger should sit above overlay */
.mobile-menu-trigger{z-index:1300}

/* Header menu cleanup: remove duplicate dropdown indicator and hide toggles on desktop */
.header .menu > ul > li.menu-item-has-children > a::after{
    content: "" !important;
    display: none !important;
}
.submenu-toggle{display:none !important}
.mobile-drawer .menu-main li .submenu-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    margin-left:12px;
    font-size:18px;
    cursor:pointer;
}

/* Auth links */
.header-auth{
    display:flex;
    align-items:center;
    gap:10px;
    margin-right:8px;
}
.header-auth .auth-link{
    background: transparent;
    color:#111827;
    font-weight:600;
    font-size:13px;
    padding:6px 8px;
    border-radius:8px;
    text-decoration:none;
}
.header-auth .auth-link:hover{
    background:#eef0f4;
}
.menu-auth{
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:10px 14px;
    border-top:1px solid rgba(0,0,0,0.06);
}
.menu-auth a{
    color:#111;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
}

/* Checkout auth panels */
.mm-checkout-auth{
    background:#fff;
    border:1px solid #eef0f4;
    border-radius:14px;
    padding:16px;
    margin-bottom:16px;
    box-shadow:0 10px 26px rgba(17,24,39,0.06);
}
.mm-auth-tabs{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:12px;
}
.mm-auth-tab{
    border:1px solid #e5e7eb;
    background:#f8fafc;
    color:#111827;
    font-weight:600;
    font-size:13px;
    padding:8px 12px;
    border-radius:10px;
}
.mm-auth-tab.active{
    background:#111827;
    color:#fff;
    border-color:#111827;
}
.mm-auth-panel{display:none;}
.mm-auth-panel.active{display:block;}
.mm-auth-help{
    margin:0;
    color:#6b7280;
    font-size:13px;
}

/* Account dropdown */
.account-dropdown-wrap{position:relative;}
.account-dropdown{
    position:absolute;
    right:0;
    top:48px;
    background:#fff;
    border:1px solid #e5e7eb;
    box-shadow:0 18px 40px rgba(17,24,39,0.12);
    border-radius:12px;
    min-width:200px;
    padding:10px;
    display:none;
    z-index:1200;
}
.account-dropdown.active{display:block;}
.account-dropdown a{
    display:block;
    padding:10px 12px;
    color:#111827;
    text-decoration:none;
    font-weight:600;
    font-size:13px;
    border-radius:8px;
}
.account-dropdown a + a{margin-top:4px;}
.account-dropdown a:hover{background:#f3f4f6;}
.account-dropdown a.primary{
    background:#111827;
    color:#fff;
}
.account-dropdown a.primary:hover{background:#0f172a;}
.account-dropdown a.ghost{
    border:1px solid #e5e7eb;
    background:#fff;
}
.account-dropdown a.ghost:hover{background:#f9fafb;}
.account-dropdown .divider{
    height:1px;
    background:#eef0f4;
    margin:6px 0;
}

/* Removed old policy strip arrows/scroll section */

/* Canonical mobile header + off-canvas drawer behavior */
.header .menu .mobile-drawer-search {
    display: none !important;
}

@media (max-width: 991.98px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 3000;
        background: #fff;
    }
    .header > .container {
        position: relative;
    }
    .header .row.v-center {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap !important;
        min-height: 56px;
        height: 56px;
        margin: 0;
        position: relative;
    }
    .header .item-left {
        display: flex !important;
        align-items: center;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
        position: relative;
        z-index: 2;
    }
    .header .mobile-menu-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        margin: 0;
        position: relative;
        cursor: pointer;
        z-index: 4202;
    }
    .header .mobile-menu-trigger span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background: #111 !important;
        position: relative !important;
    }
    .header .mobile-menu-trigger span::before,
    .header .mobile-menu-trigger span::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: #111 !important;
    }
    .header .mobile-menu-trigger span::before {
        top: -6px !important;
    }
    .header .mobile-menu-trigger span::after {
        top: 6px !important;
    }
    .header .item-left .logo {
        position: static;
        min-width: 0;
        width: auto;
        max-width: 170px;
        display: block;
        z-index: 4200;
    }
    .header .item-left .logo a {
        display: block;
        max-width: 100%;
        text-align: center;
        pointer-events: auto;
    }
    .header .item-left .logo img {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        max-height: 36px !important;
    }
    .header .item-center {
        position: static !important;
        flex: 0 0 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }
    .header .item-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap !important;
        gap: 8px;
        flex: 0 0 auto;
        margin: 0;
        z-index: 4201;
    }
    .header .item-right .icon-btn {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        padding: 0 !important;
    }
    .header .item-right form,
    .header-mobile-search {
        display: none !important;
    }
    .header .menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 80% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 250ms ease;
        z-index: 6000 !important;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.14);
    }
    body.drawer-open .header .menu {
        transform: translateX(0);
    }
    .header .menu-overlay.mobile-drawer-overlay {
        position: fixed !important;
        inset: 0 !important;
        top: 0 !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5900 !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 250ms ease, visibility 250ms ease;
    }
    body.drawer-open .header .menu-overlay.mobile-drawer-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .header .menu .mobile-menu-head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        padding: 10px 44px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .header .menu .mobile-menu-head .logo img {
        max-height: 34px !important;
        width: auto !important;
    }
    .header .menu .mobile-menu-close {
        position: absolute;
        right: 12px;
        top: 9px;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }
    .header .menu .mobile-drawer-search {
        display: block !important;
        padding: 10px 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        background: #fff;
    }
    .header .menu .menu-main {
        display: block;
        margin: 0;
        padding: 0 12px 16px;
    }
    .header .menu > ul > li {
        display: block;
        width: 100%;
        margin: 0;
        line-height: normal;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .header .menu > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 4px;
    }
    .header .menu > ul > li > a.deal-menu-link {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding-right: 6px !important;
    }
    .header .menu > ul > li > a .deal-new-badge {
        margin-bottom: 0;
        position: static;
    }
    .header .menu > ul > li .sub-menu {
        display: none !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        min-width: 0 !important;
        width: 100% !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 0 8px 14px !important;
        background: transparent !important;
    }
    .header .menu > ul > li .sub-menu.active {
        display: block !important;
    }
    .header .menu > ul > li .sub-menu .list-item {
        padding: 6px 0 !important;
    }
    .header .menu > ul > li .sub-menu .title a {
        font-size: 13px;
        font-weight: 600;
    }
    .header .menu > ul > li .sub-menu ul {
        margin: 6px 0 0;
        padding-left: 10px;
    }
    .header .menu > ul > li .sub-menu ul li {
        border-bottom: 0;
        padding: 6px 0;
    }
    .header .menu > ul > li .submenu-toggle {
        transition: transform 0.2s ease;
    }
    .header .menu > ul > li.submenu-open > .submenu-toggle {
        transform: rotate(180deg);
    }
    body.drawer-open {
        overflow: hidden !important;
    }
    body.drawer-open .header .item-left,
    body.drawer-open .header .item-right {
        pointer-events: none !important;
    }
    body.drawer-open .header .item-center,
    body.drawer-open .header .item-center .menu,
    body.drawer-open .header .item-center .menu * {
        pointer-events: auto !important;
    }
    body.drawer-open #whatsapp-chat-widget,
    body.drawer-open .wa-chat-box,
    body.drawer-open .wa-floating-btn,
    body.drawer-open .whatsapp,
    body.drawer-open .whatsapp-widget,
    body.drawer-open .floating-whatsapp,
    body.drawer-open .chat-widget,
    body.drawer-open .aiz-whatsapp,
    body.drawer-open .wh-widget {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Final footer contrast override (desktop + mobile) */
section.footer-widget.mm-footer {
    background: #060b18 !important;
}
section.footer-widget.mm-footer,
section.footer-widget.mm-footer p,
section.footer-widget.mm-footer li,
section.footer-widget.mm-footer span,
section.footer-widget.mm-footer small {
    color: #e6eefb !important;
}
section.footer-widget.mm-footer a {
    color: #f4f8ff !important;
    opacity: 1 !important;
}
section.footer-widget.mm-footer .mm-footer-title {
    color: #ffffff !important;
}
section.footer-widget.mm-footer .mm-footer-about,
section.footer-widget.mm-footer .mm-footer-about * {
    color: #d9e4f4 !important;
}
section.footer-widget.mm-footer .mm-footer-links a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Reference-style desktop footer (final) */
@media (min-width: 992px) {
    section.footer-widget.mm-footer.mm-premium {
        background: #1c1c1e !important;
        padding-top: 26px !important;
        padding-bottom: 0 !important;
    }
    section.footer-widget.mm-footer.mm-premium .container {
        max-width: 1200px;
    }
    .mm-premium .mm-footer-hero-wrap {
        margin-bottom: 24px;
    }
    .mm-premium .mm-footer-hero {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    .mm-premium .mm-footer-grid {
        display: flex;
        align-items: flex-start;
    }
    .mm-premium .mm-footer-col {
        border-right: 1px solid #2f2f33;
        min-height: 250px;
    }
    .mm-premium .mm-footer-col:last-child {
        border-right: 0;
    }
    .mm-premium .mm-footer-title {
        font-size: 28px !important;
        font-weight: 600;
        line-height: 1.2;
        border-bottom: 1px solid #2f2f33;
        padding-bottom: 10px;
        margin-bottom: 14px !important;
    }
    .mm-premium .mm-footer-title-lg {
        font-size: 34px !important;
    }
    .mm-premium .mm-footer-links {
        margin: 0;
        padding: 0;
    }
    .mm-premium .mm-footer-links li + li {
        margin-top: 10px;
    }
    .mm-premium .mm-footer-links a {
        font-size: 20px !important;
        font-weight: 400;
        color: #c7c7c7 !important;
        line-height: 1.45;
        text-decoration: none;
    }
    .mm-premium .mm-footer-links a:hover {
        color: #ffffff !important;
    }
    .mm-premium .mm-news-sub {
        font-size: 14px;
        color: #c7c7c7 !important;
        margin-bottom: 12px;
    }
    .mm-premium .mm-footer-newsletter {
        display: flex;
        align-items: center;
        height: 48px;
        border-radius: 30px;
        overflow: hidden;
        border: 1px solid #3a3a3f;
        background: #2a2a2d;
    }
    .mm-premium .mm-footer-newsletter input {
        flex: 1 1 auto;
        height: 48px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 14px;
        padding: 0 16px;
    }
    .mm-premium .mm-footer-newsletter input::placeholder {
        color: #bcbec2;
    }
    .mm-premium .mm-footer-newsletter button {
        height: 48px;
        border: 0;
        background: #e89b6a;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 0 22px;
    }
    .mm-premium .mm-footer-newsletter button:hover {
        background: #d88450;
    }
    .mm-premium .mm-follow-icons {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 2px !important;
    }
    .mm-premium .mm-follow-icons a {
        color: #c7c7c7 !important;
        font-size: 34px;
        text-decoration: none;
    }
    .mm-premium .mm-follow-icons a:hover {
        color: #ffffff !important;
    }
    .mm-premium .mm-divider {
        border-top: 1px solid #2f2f33;
        margin: 16px 0 12px;
    }
    .mm-premium .mm-payment-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin-bottom: 12px;
    }
    .mm-premium .mm-payment-row .pm {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 700;
        padding: 7px 12px;
        line-height: 1;
    }
    .mm-premium .mm-payment-row .pm-paypal {
        color: #fff;
        background: linear-gradient(90deg, #003087, #009cde);
    }
    .mm-premium .mm-payment-row .pm-visa {
        color: #1a1f71;
        background: #ffffff;
    }
    .mm-premium .mm-payment-row .pm-amex {
        color: #fff;
        background: #2e77bc;
    }
    .mm-premium .mm-payment-row .pm-mastercard {
        color: #fff;
        background: #161616;
        gap: 6px;
        padding: 7px 10px;
    }
    .mm-premium .pm-mastercard .mc-c1,
    .mm-premium .pm-mastercard .mc-c2 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        display: inline-block;
    }
    .mm-premium .pm-mastercard .mc-c1 { background: #eb001b; }
    .mm-premium .pm-mastercard .mc-c2 { background: #f79e1b; margin-left: -6px; }
    .mm-premium .pm-mastercard .mc-t { font-size: 12px; }
    .mm-premium .mm-footer-bottom {
        border-top: 1px solid #2f2f33;
        margin-top: 0;
        text-align: center;
        padding: 12px 0 16px;
    }
    .mm-premium .mm-footer-bottom p {
        font-size: 13px !important;
        color: #8a8a8a !important;
        margin-bottom: 6px !important;
    }
    .mm-premium .mm-footer-legal {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
    }
    .mm-premium .mm-footer-legal a {
        color: #b1b1b4 !important;
        text-decoration: none;
    }
    .mm-premium .mm-footer-legal a:hover {
        color: #fff !important;
    }
}

/* Mobile footer polish */
@media (max-width: 767px) {
    section.footer-widget.mm-footer {
        padding-top: 24px !important;
    }
    section.footer-widget.mm-footer .mm-footer-main {
        row-gap: 14px !important;
    }
    section.footer-widget.mm-footer .mm-footer-main > [class*='col-'] {
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    section.footer-widget.mm-footer .mm-footer-main > [class*='col-']:not(:first-child) {
        border-top: 1px solid rgba(255,255,255,0.10);
        padding-top: 14px;
    }
    section.footer-widget.mm-footer img {
        max-width: 180px !important;
        margin: 0 auto 10px;
        display: block;
    }
    section.footer-widget.mm-footer .mm-footer-about {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }
    section.footer-widget.mm-footer .social {
        display: flex !important;
        justify-content: center !important;
        gap: 8px;
        margin-top: 8px !important;
        margin-bottom: 2px !important;
    }
    section.footer-widget.mm-footer .mm-footer-title {
        font-size: 20px !important;
        line-height: 1.1;
        margin-bottom: 8px !important;
        text-transform: capitalize;
    }
    section.footer-widget.mm-footer .mm-footer-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    section.footer-widget.mm-footer .mm-footer-links li {
        margin: 0 !important;
    }
    section.footer-widget.mm-footer .mm-footer-links a {
        font-size: 14px !important;
        line-height: 1.35;
    }
    section.footer-widget.mm-footer .mm-footer-mail {
        margin: 0 auto;
        min-width: 180px;
        align-items: center;
        text-align: center;
    }
    section.footer-widget.mm-footer .mm-footer-bottom {
        margin-top: 16px !important;
        padding: 10px 0 76px !important;
    }
    section.footer-widget.mm-footer .mm-footer-bottom p {
        font-size: 12px !important;
    }
}

/* Final premium footer lock: mobile + desktop match */
section.footer-widget.mm-footer.mm-premium {
    background:
        radial-gradient(1200px 650px at 50% -5%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 55%),
        radial-gradient(900px 500px at 50% 115%, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 70%),
        #1c1c1e !important;
    color: #ffffff !important;
    padding: 28px 0 0 !important;
}

section.footer-widget.mm-footer.mm-premium .container {
    max-width: 1200px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-col {
    padding: 0 28px 18px !important;
    border-right: 1px solid #3c3d40 !important;
    min-height: 245px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-col:last-child {
    border-right: 0 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #494a4e !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-links li + li {
    margin-top: 10px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-links a {
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: #d7d7d9 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-links a:hover {
    color: #ffffff !important;
}

section.footer-widget.mm-footer.mm-premium .mm-follow-icons {
    margin: 6px 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
}

section.footer-widget.mm-footer.mm-premium .mm-follow-icons li {
    margin: 0 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-follow-icons a {
    color: #f0f0f0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-follow-icons a:hover {
    color: #ffffff !important;
}

section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap {
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin-top: 6px !important;
    padding: 24px 0 28px !important;
    text-align: center !important;
    position: relative !important;
}

section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::before,
section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #3c3d40;
}

section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::before {
    top: 0;
}

section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::after {
    bottom: 0;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
    font-family: "Brush Script MT", "Segoe Script", cursive !important;
    font-size: 72px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg::before,
section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg::after {
    content: "";
    width: 150px;
    height: 1px;
    background: #b18d71;
    display: inline-block;
}

section.footer-widget.mm-footer.mm-premium .mm-news-sub {
    margin: 0 0 16px !important;
    color: #d3d3d4 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter {
    max-width: 780px !important;
    margin: 0 auto !important;
    display: flex !important;
    height: 56px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    border: 1px solid #4c4d52 !important;
    background: #2a2a2d !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter input {
    flex: 1 1 auto !important;
    border: 0 !important;
    height: 56px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding: 0 20px !important;
    font-size: 14px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter input::placeholder {
    color: #b4b5b8 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter button {
    border: 0 !important;
    border-radius: 0 !important;
    min-width: 230px !important;
    height: 56px !important;
    background: #e89b6a !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 26px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter button:hover {
    background: #d88450 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-divider {
    border-top: 1px solid #3c3d40 !important;
    width: calc(100% - 32px) !important;
    margin: 14px auto !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 4px 0 14px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm {
    font-size: 18px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 6px !important;
    padding: 7px 12px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm-paypal {
    color: #ffffff !important;
    background: linear-gradient(90deg, #003087, #009cde) !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm-visa {
    color: #1a1f71 !important;
    background: #ffffff !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm-amex {
    color: #ffffff !important;
    background: #2e77bc !important;
}

section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm-mastercard {
    color: #ffffff !important;
    background: #161616 !important;
    gap: 6px !important;
    padding: 7px 10px !important;
}

section.footer-widget.mm-footer.mm-premium .pm-mastercard .mc-c1,
section.footer-widget.mm-footer.mm-premium .pm-mastercard .mc-c2 {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

section.footer-widget.mm-footer.mm-premium .pm-mastercard .mc-c1 {
    background: #eb001b !important;
}

section.footer-widget.mm-footer.mm-premium .pm-mastercard .mc-c2 {
    background: #f79e1b !important;
    margin-left: -6px !important;
}

section.footer-widget.mm-footer.mm-premium .pm-mastercard .mc-t {
    font-size: 12px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-bottom {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding: 14px 0 18px !important;
    text-align: center !important;
    position: relative !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #3c3d40;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-bottom p {
    margin: 0 0 8px !important;
    color: #8f9196 !important;
    font-size: 14px !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-legal {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #9ea0a5 !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-legal a {
    color: #c6c7cb !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

section.footer-widget.mm-footer.mm-premium .mm-footer-legal a:hover {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    section.footer-widget.mm-footer.mm-premium {
        padding-top: 22px !important;
    }
    section.footer-widget.mm-footer.mm-premium .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 0 !important;
        margin-bottom: 10px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col {
        min-height: 0 !important;
        padding: 0 14px 20px !important;
        border-right: 0 !important;
        position: relative !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:not(:last-child)::after {
        display: none !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-title {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        padding-bottom: 6px !important;
        white-space: nowrap !important;
        line-height: 1.2 !important;
        display: inline-block !important;
        width: auto !important;
        border-bottom: 1px solid #4a4b50 !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-links a {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        display: block !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-links li + li {
        margin-top: 8px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-follow-icons {
        gap: 10px !important;
        margin-top: 2px !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-follow-icons a {
        font-size: 24px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap {
        margin-top: 16px !important;
        padding: 30px 0 28px !important;
        text-align: center !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg {
        font-size: 48px !important;
        gap: 12px !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg::before,
    section.footer-widget.mm-footer.mm-premium .mm-footer-title-lg::after {
        width: 66px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-news-sub {
        font-size: 13px !important;
        margin-bottom: 16px !important;
        text-align: center !important;
        white-space: normal !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter {
        height: 46px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter input {
        height: 46px !important;
        font-size: 16px !important;
        padding: 0 14px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-newsletter button {
        min-width: 140px !important;
        height: 46px !important;
        font-size: 16px !important;
        padding: 0 14px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-payment-row {
        gap: 8px !important;
        flex-wrap: wrap !important;
        padding: 4px 0 14px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-payment-row .pm {
        font-size: 12px !important;
        padding: 5px 8px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-bottom {
        padding: 12px 0 70px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-bottom p,
    section.footer-widget.mm-footer.mm-premium .mm-footer-legal a,
    section.footer-widget.mm-footer.mm-premium .mm-footer-legal {
        font-size: 12px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-divider {
        width: calc(100% - 24px) !important;
        margin: 24px auto 20px !important;
        border-top: 1px solid #4a4b50 !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::before,
    section.footer-widget.mm-footer.mm-premium .mm-newsletter-wrap::after,
    section.footer-widget.mm-footer.mm-premium .mm-footer-bottom::before {
        left: 12px !important;
        right: 12px !important;
    }
}

@media (max-width: 430px) {
    section.footer-widget.mm-footer.mm-premium .mm-footer-col {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:not(:last-child)::after {
        display: none !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-title {
        font-size: 11px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-links a {
        font-size: 9px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-follow-icons a {
        font-size: 21px !important;
    }
}

@media (min-width: 992px) {
    section.footer-widget.mm-footer.mm-premium .mm-footer-grid {
        grid-template-columns: 1.25fr 1fr 1fr !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col {
        border-right: 0 !important;
        position: relative !important;
        padding-left: 24px !important;
        padding-right: 32px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 18px;
        bottom: 22px;
        width: 1px;
        background: #3f4044;
        display: none !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:first-child {
        padding-right: 62px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:first-child::after { right: 20px !important; }
    section.footer-widget.mm-footer.mm-premium .mm-footer-col:first-child .mm-footer-links li {
        padding-right: 18px !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-footer-title {
        display: inline-block !important;
        width: auto !important;
        padding-right: 12px !important;
        border-bottom: 1px solid #4a4b50 !important;
    }
    section.footer-widget.mm-footer.mm-premium .mm-divider {
        width: calc(100% - 48px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
