body {
    font-family: 'Poppins', sans-serif;
}
.page-wrapper {
    padding-top: 98px;
}
@media (max-width: 991px) {
    .page-wrapper {
        padding-top: 78px;
    }
}
.page-wrapper .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 56px 16px 48px;
    background: #0B0B0B !important;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    overflow-x: clip;
}
.page-wrapper .top-header .top-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 66px;
}
.page-wrapper .top-header .top-header__left {
    justify-self: start;
}
@media (max-width: 991px) {
    .page-wrapper .top-header {
        padding: 8px 10px;
        overflow: visible;
    }

    .page-wrapper .top-header .top-header__inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 8px;
        min-height: 56px;
        width: 100%;
    }

    .page-wrapper .top-header .top-header__left {
        justify-self: start;
        min-width: 0;
    }

    .page-wrapper .top-header .top-header__left .logo {
        max-width: 72px !important;
    }

    .page-wrapper .top-header .top-header__left .logo img {
        max-height: 40px;
    }

    .page-wrapper .top-header .top-header__nav {
        justify-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        min-width: 0;
    }

    .page-wrapper .top-header .top-header__nav-link {
        font-size: 12px;
        letter-spacing: 0.05em;
        padding-bottom: 4px;
    }

    .page-wrapper .top-header .top-header__right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        justify-self: end;
        gap: 6px;
        min-width: 0;
        padding-right: 2px;
        overflow: visible;
    }

    .page-wrapper .top-header .top-header__order-btn {
        min-width: 0;
        width: auto;
        max-width: none;
        padding: 7px 8px;
        font-size: 9px;
        letter-spacing: 0.01em;
        border-radius: 5px;
        flex-shrink: 0;
        line-height: 1.2;
    }

    .page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart {
        width: 32px;
        height: 32px;
    }

    .page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart::before {
        font-size: 28px !important;
    }

    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn {
        width: 32px;
        height: 32px;
    }

    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .page-wrapper .top-header {
        padding: 8px 8px;
    }

    .page-wrapper .top-header .top-header__inner {
        gap: 6px;
    }

    .page-wrapper .top-header .top-header__left .logo {
        max-width: 64px !important;
    }

    .page-wrapper .top-header .top-header__left .logo img {
        max-height: 36px;
    }

    .page-wrapper .top-header .top-header__nav {
        gap: 14px;
    }

    .page-wrapper .top-header .top-header__nav-link {
        font-size: 11px;
    }

    .page-wrapper .top-header .top-header__right {
        gap: 5px;
    }

    .page-wrapper .top-header .top-header__order-btn {
        padding: 7px 6px;
        font-size: 9px;
    }
}
.page-wrapper .top-header .top-header__left .logo {
    margin: 0 !important;
    float: none !important;
    max-width: 140px !important;
}
.page-wrapper .top-header .top-header__left .logo img {
    display: block;
    max-height: 64px;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}
.page-wrapper .top-header .top-header__nav {
    justify-self: center;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .page-wrapper .top-header .top-header__nav {
        gap: 40px;
    }
}
.page-wrapper .top-header .top-header__nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #F5F5F5;
    padding-bottom: 6px;
    transition: color 0.2s ease;
    white-space: nowrap;
}
.page-wrapper .top-header .top-header__nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
    transition: background 0.2s ease;
}
.page-wrapper .top-header .top-header__nav-link:hover {
    color: #F7C600;
}
.page-wrapper .top-header .top-header__nav-link.is-active {
    color: #F7C600;
}
.page-wrapper .top-header .top-header__nav-link.is-active::after {
    background: #F7C600;
}
.page-wrapper .top-header .top-header__right {
    justify-self: end;
    display: flex;
    align-items: center;
    overflow: visible;
}

@media (min-width: 992px) {
    .page-wrapper .top-header .top-header__right {
        gap: 16px;
        padding-right: 24px;
    }
}

.page-wrapper .top-header .top-header__order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 6px;
    background: #D71920;
    color: #F5F5F5;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .page-wrapper .top-header .top-header__order-btn {
        min-width: 150px;
        max-width: 100%;
        padding: 12px 24px;
        font-size: 14px;
        letter-spacing: 0.06em;
        flex-shrink: 0;
    }
}
.page-wrapper .top-header .top-header__order-btn .top-header__order-label--short {
    display: none;
}
.page-wrapper .top-header .top-header__order-btn:hover {
    background: #b8141a;
    color: #F5F5F5;
    text-decoration: none;
}
.page-wrapper .top-header .top-header__cart {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    overflow: visible;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper {
    margin: 0;
    overflow: visible;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    overflow: visible;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart::before {
    font-size: 36px !important;
    color: #F5F5F5 !important;
    line-height: 1 !important;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .text {
    display: none !important;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 2px;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0 4px;
    border-radius: 999px;
    background: #D71920;
    color: #F5F5F5;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    pointer-events: none;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none !important;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: block;
    line-height: 1;
}
.page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .counter.qty .counter-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 991px) {
    .page-wrapper .top-header .top-header__cart .minicart-wrapper .action.showcart .counter.qty {
        top: 0;
        right: -2px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        font-size: 9px;
    }
}

/* Minicart dropdown — dark theme */
.page-wrapper .minicart-wrapper .ui-dialog.mage-dropdown-dialog,
.page-wrapper .minicart-wrapper .block.block-minicart,
.page-wrapper .minicart-wrapper .block-minicart.ui-dialog-content {
    background: #0B0B0B !important;
    border: 1px solid #1A1A1A !important;
    color: #F5F5F5 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
}

.page-wrapper .minicart-wrapper .block-minicart .block-content,
.page-wrapper .minicart-wrapper .block-minicart .block-title,
.page-wrapper .minicart-wrapper .block-minicart .subtitle,
.page-wrapper .minicart-wrapper .block-minicart .subtitle.empty,
.page-wrapper .minicart-wrapper .block-minicart .items-total,
.page-wrapper .minicart-wrapper .block-minicart .subtotal,
.page-wrapper .minicart-wrapper .block-minicart .subtotal .label,
.page-wrapper .minicart-wrapper .block-minicart .amount .price,
.page-wrapper .minicart-wrapper .block-minicart .minicart-items .product-item-name,
.page-wrapper .minicart-wrapper .block-minicart .minicart-items .product-item-name a,
.page-wrapper .minicart-wrapper .block-minicart .minicart-items .price,
.page-wrapper .minicart-wrapper .block-minicart .minicart-items .price-wrapper,
.page-wrapper .minicart-wrapper .block-minicart .minicart.empty.text {
    color: #F5F5F5 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.close {
    color: #F5F5F5 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.close:hover {
    color: #F7C600 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.viewcart,
.page-wrapper .minicart-wrapper .block-minicart .action.viewcart span {
    color: #F7C600 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.viewcart:hover,
.page-wrapper .minicart-wrapper .block-minicart .action.viewcart:hover span {
    color: #F5F5F5 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .minicart-items .product-item {
    border-top: 1px solid #1A1A1A !important;
}

.page-wrapper .minicart-wrapper .block-minicart .minicart-items .product .actions > .primary,
.page-wrapper .minicart-wrapper .block-minicart .minicart-items .product .actions > .secondary {
    color: #F5F5F5 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.primary.checkout {
    background: #D71920 !important;
    border-color: #D71920 !important;
    color: #F5F5F5 !important;
}

.page-wrapper .minicart-wrapper .block-minicart .action.primary.checkout:hover {
    background: #b8141a !important;
    border-color: #b8141a !important;
}

@media (max-width: 991px) {
    .page-wrapper .minicart-wrapper.active {
        overflow: visible;
        z-index: 1002;
    }

    .page-wrapper .minicart-wrapper.active .ui-dialog.mage-dropdown-dialog {
        position: fixed !important;
        top: calc(env(safe-area-inset-top, 0px) + 62px) !important;
        right: 8px !important;
        left: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        width: min(320px, calc(100vw - 16px)) !important;
        max-width: calc(100vw - 16px) !important;
        z-index: 1002 !important;
        transform: none !important;
    }

    .page-wrapper .minicart-wrapper.active .block.block-minicart,
    .page-wrapper .minicart-wrapper.active .block-minicart.ui-dialog-content {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-height: calc(100dvh - 90px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

.page-wrapper .top-header .top-header__auth {
    position: relative;
    flex-shrink: 0;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-desktop {
    display: block;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-desktop .header.links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    align-items: center;
    gap: 16px;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-desktop .header.links li {
    margin: 0 !important;
    padding: 0 !important;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-desktop .header.links li a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #F5F5F5;
    text-decoration: none;
    white-space: nowrap;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-desktop .header.links li a:hover {
    color: #F7C600;
}
.page-wrapper .top-header .top-header__auth .top-header__auth-mobile {
    display: none;
}
@media (max-width: 991px) {
    .page-wrapper .top-header .top-header__auth .top-header__auth-desktop {
        display: none;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile {
        display: block;
        position: relative;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #F5F5F5;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn:hover {
        color: #F7C600;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 8px;
        min-width: 200px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 1001;
        padding: 8px 0;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown.active {
        display: block;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li {
        margin: 0 !important;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li a {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }
    .page-wrapper .top-header .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li a:hover {
        background: #f5f5f5;
    }
}
.page-wrapper .top-header .top-header__minicart-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.vp-hidden-minicart {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
}
@media (max-width: 991px) {
    body.cms-index-index:not(.vp-deals-only-view) .page-wrapper .top-header .top-header__order-btn {
        display: none !important;
    }
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__right {
        min-width: auto;
        flex-shrink: 0;
    }
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__order-btn {
        display: inline-flex !important;
        min-width: max-content;
        width: auto;
        flex-shrink: 0;
        padding: 7px 6px;
        font-size: 9px;
        letter-spacing: 0.01em;
    }
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__order-btn .top-header__order-label--long {
        display: inline !important;
    }
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__order-btn .top-header__order-label--short {
        display: none !important;
    }
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__cart,
    body.cms-index-index.vp-deals-only-view .page-wrapper .top-header .top-header__auth {
        display: none !important;
    }
}
.top-header.top-header--sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    box-shadow: none !important;
}
.page-wrapper.header-has-sticky .page-main {
    padding-top: 0 !important;
}
#categoryNavigationWrapper {
    scroll-margin-top: 0;
}
.page-footer .block.newsletter .actions .action.subscribe.primary {
    background-color: #DC143C;
    border-color: #DC143C;
}
.page-footer .block.newsletter .newsletter-image {
    margin-top: 15px;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
@media (max-width: 991px) {
    .page-footer .block.newsletter .newsletter-image {
        justify-content: center;
    }
}
.page-footer .block.newsletter .newsletter-image .newsletter-powered-by {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}
.page-footer .block.newsletter .newsletter-image img {
    max-width: 40%;
}

.vegas-contact-simple {
    max-width: 720px;
    margin: 48px auto;
    padding: 0 20px;
    text-align: center;
}

.vegas-contact-simple__text {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #0B0B0B;
}

.vegas-contact-simple__phone {
    margin: 16px 0 0;
}

.vegas-contact-simple__phone a {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #D71920;
    text-decoration: none;
}

.vegas-contact-simple__phone a:hover {
    color: #b8141a;
}
