:root {
    --autoreg-container-max: 1300px;
    --autoreg-page-gutter: 16px;
    --autoreg-bg: #fefefe;
    --autoreg-surface: #ffffff;
    --autoreg-text: #111111;
    --autoreg-muted: #8e8e8e;
    --autoreg-dark: #111216;
    --autoreg-accent: #8ff451;
    --autoreg-accent-soft: #e1ffce;
    --autoreg-accent-tint: #eafcdd;
    --autoreg-control-bg: #f4f5f6;
    --autoreg-control-hover: #eceeef;
    --autoreg-control-active: #eafcdd;
    --autoreg-control-active-icon: #111111;
    --autoreg-focus-ring: rgba(143, 244, 81, 0.2);
    --autoreg-border: #dddddd;
    --autoreg-row: rgba(217, 217, 217, 0.17);
    --autoreg-shadow: 0 10px 40px rgba(1, 1, 1, 0.16);
    --autoreg-radius-s: 8px;
    --autoreg-radius-m: 10px;
    --autoreg-radius-l: 20px;
}

html {
    scroll-behavior: smooth;
}

body.storefront-autoreg {
    min-width: 340px;
    font-family: Montserrat, Arial, sans-serif;
    background: var(--autoreg-bg);
    color: var(--autoreg-text);
}

.storefront-autoreg a {
    text-decoration: none;
}

.storefront-autoreg .backtop {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 22px;
    bottom: 72px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    z-index: 1085;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    line-height: 46px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(12px, 12px) scale(0.82);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.18);
    transform-origin: center;
    animation: none;
    -webkit-animation: none;
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
    will-change: transform, opacity;
}

.storefront-autoreg .backtop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: dm-backtop-pop 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
    -webkit-animation: dm-backtop-pop 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.storefront-autoreg .backtop.is-hiding {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    animation: dm-backtop-dismiss 260ms cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: dm-backtop-dismiss 260ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.storefront-autoreg .backtop:hover {
    background: var(--autoreg-accent-soft);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.22);
}

.storefront-autoreg .backtop i {
    font-size: 17px;
    line-height: inherit;
}

@keyframes dm-backtop-pop {
    0% {
        opacity: 0;
        transform: translate(12px, 12px) scale(0.82);
    }

    62% {
        opacity: 1;
        transform: translate(0, -2px) scale(1.06);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes dm-backtop-dismiss {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(12px, 12px) scale(0.82);
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-autoreg .backtop {
        animation: none;
        -webkit-animation: none;
        transition: none;
    }

    .storefront-autoreg .backtop.is-visible,
    .storefront-autoreg .backtop.is-hiding {
        animation: none;
        -webkit-animation: none;
    }
}

.storefront-autoreg .container {
    width: min(var(--autoreg-container-max), calc(100% - (var(--autoreg-page-gutter) * 2))) !important;
    max-width: var(--autoreg-container-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.storefront-autoreg .header-top {
    display: none;
}

.storefront-autoreg .header-part {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 10px 34px rgba(17, 24, 39, 0.09);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.storefront-autoreg .header-part::after {
    display: none;
}

.storefront-autoreg .header-content,
.storefront-autoreg .header-media-group {
    position: relative;
    z-index: 1;
}

.storefront-autoreg .header-content {
    min-height: 72px;
    padding: 10px 0;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

.storefront-autoreg .header-media-group {
    display: none;
}

.storefront-autoreg .header-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 0 0 auto;
    margin: 0 !important;
    color: var(--autoreg-text);
}

.storefront-autoreg .header-logo img,
.storefront-autoreg .header-media-group img {
    width: auto;
    max-width: none;
    height: 35px;
    object-fit: contain;
}

.storefront-autoreg .autoreg-logo-name {
    color: var(--autoreg-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.storefront-autoreg .header-logo .logo-dark,
.storefront-autoreg .header-media-group .logo-dark {
    display: none;
}

.storefront-autoreg .header-search-wrapper {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0 !important;
}

.storefront-autoreg .header-form {
    height: 40px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 12px 0 16px;
    border: 1px solid transparent;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-control-bg);
    box-shadow: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.storefront-autoreg .header-form:focus-within {
    border-color: rgba(143, 244, 81, 0.45);
    background: #f8f8f8;
    box-shadow: 0 0 0 3px var(--autoreg-focus-ring);
}

.storefront-autoreg .header-form input {
    height: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--autoreg-text) !important;
    caret-color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: Montserrat, Arial, sans-serif;
}

.storefront-autoreg .header-form input::placeholder {
    color: #9b9b9b;
}

.storefront-autoreg .header-form button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

.storefront-autoreg .header-form .autoreg-search-clear {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0 !important;
    pointer-events: none;
}

.storefront-autoreg .autoreg-search-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0);
}

.storefront-autoreg .header-form .autoreg-search-clear {
    opacity: 0 !important;
    pointer-events: none;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    transition: opacity 0.15s ease;
}

.storefront-autoreg .header-form.is-filled .autoreg-search-clear {
    opacity: 0.95 !important;
    pointer-events: auto;
}

.storefront-autoreg .search-autocomplete {
    top: calc(100% + 10px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.14);
    max-height: min(430px, calc(100vh - 140px));
    overflow: hidden;
}

.storefront-autoreg .search-autocomplete-results {
    max-height: min(366px, calc(100vh - 198px));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 6px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 17, 17, 0.22) transparent;
}

.storefront-autoreg .search-autocomplete-results::-webkit-scrollbar {
    width: 8px;
}

.storefront-autoreg .search-autocomplete-results::-webkit-scrollbar-track {
    background: transparent;
}

.storefront-autoreg .search-autocomplete-results::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.18);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: content-box;
}

.storefront-autoreg .search-autocomplete-item {
    min-height: 64px;
    padding: 10px 16px;
    gap: 12px;
    border-bottom-color: rgba(17, 17, 17, 0.06);
}

.storefront-autoreg .search-autocomplete-item:hover,
.storefront-autoreg .search-autocomplete-item.active {
    background: rgba(143, 244, 81, 0.1);
}

.storefront-autoreg .search-autocomplete-image {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f2f3f4;
}

.storefront-autoreg .search-autocomplete-info {
    display: grid;
    gap: 4px;
}

.storefront-autoreg .search-autocomplete-name {
    margin: 0;
    color: #202633;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storefront-autoreg .search-autocomplete-price {
    margin: 0;
    color: #c82f3a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.storefront-autoreg .search-autocomplete-empty,
.storefront-autoreg .search-autocomplete-loading {
    padding: 24px 18px;
    color: #6a7280;
    font-size: 14px;
}

.storefront-autoreg .search-autocomplete-footer {
    position: sticky;
    bottom: 0;
    padding: 12px 16px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.98);
}

.storefront-autoreg .search-autocomplete-footer a {
    color: var(--autoreg-text);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.storefront-autoreg .search-autocomplete-footer a:hover {
    background: var(--autoreg-accent-tint);
    color: var(--autoreg-text);
    text-decoration: none;
}

.storefront-autoreg .header-widget-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}

.storefront-autoreg .header-widget-group > *,
.storefront-autoreg .header-widget,
.storefront-autoreg .autoreg-language,
.storefront-autoreg .autoreg-theme-widget {
    margin: 0 !important;
}

.storefront-autoreg .header-widget.header-widget--catalog {
    order: 1;
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
}

.storefront-autoreg .autoreg-catalog-trigger {
    position: relative;
    order: 0;
    flex: 0 0 auto;
    margin-right: -6px !important;
    z-index: 1003;
}

.storefront-autoreg .autoreg-catalog-trigger::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 330px;
    height: 14px;
    display: none;
}

.storefront-autoreg .autoreg-catalog-trigger:hover::after,
.storefront-autoreg .autoreg-catalog-trigger:focus-within::after {
    display: block;
}

.storefront-autoreg .header-widget.header-widget--catalog:hover {
    background: var(--autoreg-control-active);
    color: var(--autoreg-control-active-icon);
    box-shadow: 0 0 0 1px rgba(143, 244, 81, 0.42);
}

.storefront-autoreg .autoreg-catalog-preview {
    position: absolute;
    z-index: 1004;
    top: calc(100% + 12px);
    left: 0;
    width: 340px;
    max-height: min(620px, calc(100vh - 120px));
    padding: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(8px) scale(0.98);
    transform-origin: top left;
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 220ms;
}

.storefront-autoreg .autoreg-catalog-trigger:hover .autoreg-catalog-preview,
.storefront-autoreg .autoreg-catalog-trigger:focus-within .autoreg-catalog-preview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0s;
}

.storefront-autoreg .autoreg-catalog-preview__list {
    max-height: min(536px, calc(100vh - 204px));
    padding-right: 2px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 17, 17, 0.18) transparent;
}

.storefront-autoreg .autoreg-catalog-preview__list::-webkit-scrollbar {
    width: 8px;
}

.storefront-autoreg .autoreg-catalog-preview__list::-webkit-scrollbar-track {
    background: transparent;
}

.storefront-autoreg .autoreg-catalog-preview__list::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.18);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: content-box;
}

.storefront-autoreg .autoreg-catalog-preview__group {
    padding: 10px 8px 11px;
    border-radius: 10px;
}

.storefront-autoreg .autoreg-catalog-preview__group + .autoreg-catalog-preview__group {
    border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.storefront-autoreg .autoreg-catalog-preview__group:hover {
    background: rgba(143, 244, 81, 0.08);
}

.storefront-autoreg .autoreg-catalog-preview__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.storefront-autoreg .autoreg-catalog-preview__heading:hover {
    color: var(--autoreg-text);
}

.storefront-autoreg .autoreg-catalog-preview__icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--autoreg-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.storefront-autoreg .autoreg-catalog-preview__icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.storefront-autoreg .autoreg-catalog-preview__icon--brand {
    background: transparent;
}

.storefront-autoreg .autoreg-category-icon-img,
.storefront-autoreg .autoreg-catalog-preview__icon .autoreg-category-icon-img {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    object-fit: contain;
    flex: 0 0 24px;
}

.storefront-autoreg .autoreg-catalog-preview__icon i {
    color: #000;
    font-size: 14px;
    line-height: 1;
}

.storefront-autoreg .autoreg-category-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: var(--category-icon-bg, #f3f4f6);
    color: var(--category-icon-color, #111827);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    box-shadow: inset 0 0 0 1px var(--category-icon-border, transparent);
}

.storefront-autoreg .autoreg-category-icon i,
.storefront-autoreg .autoreg-catalog-preview__icon .autoreg-category-icon i {
    color: currentColor;
    font-size: 15px;
    line-height: 1;
}

.storefront-autoreg .autoreg-category-icon--all {
    --category-icon-bg: #111827;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--telegram {
    --category-icon-bg: #229ed9;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--discord {
    --category-icon-bg: #5865f2;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--linkedin {
    --category-icon-bg: #0a66c2;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--instagram {
    --category-icon-color: #fff;
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 46%, #6228d7 100%);
}

.storefront-autoreg .autoreg-category-icon--tiktok {
    --category-icon-bg: #111827;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--facebook {
    --category-icon-bg: #1877f2;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--twitter {
    --category-icon-bg: #111827;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--vk {
    --category-icon-bg: #0077ff;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--google {
    --category-icon-bg: #fff;
    --category-icon-color: #4285f4;
    --category-icon-border: rgba(66, 133, 244, 0.24);
}

.storefront-autoreg .autoreg-category-icon--snapchat {
    --category-icon-bg: #fffc00;
    --category-icon-color: #111827;
}

.storefront-autoreg .autoreg-category-icon--outlook {
    --category-icon-bg: #0078d4;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--mail {
    --category-icon-bg: #005ff9;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--gmx {
    --category-icon-bg: #1a73e8;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-category-icon--deezer {
    --category-icon-color: #fff;
    background: linear-gradient(135deg, #ff0092 0%, #ff6b00 28%, #f5d300 52%, #00c7b1 74%, #7a3cff 100%);
}

.storefront-autoreg .autoreg-category-icon--envato {
    --category-icon-bg: #82b541;
    --category-icon-color: #fff;
}

.storefront-autoreg .autoreg-catalog-preview__children {
    display: grid;
    gap: 3px;
    margin: 10px 0 0;
    padding: 0 0 0 4px;
    list-style: none;
}

.storefront-autoreg .autoreg-catalog-preview__children li {
    min-width: 0;
}

.storefront-autoreg .autoreg-catalog-preview__children a {
    position: relative;
    min-height: 28px;
    padding: 4px 8px 4px 24px;
    border-radius: 8px;
    color: var(--autoreg-muted);
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.storefront-autoreg .autoreg-catalog-preview__children a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--autoreg-accent);
    transform: translateY(-50%);
}

.storefront-autoreg .autoreg-catalog-preview__children a:hover {
    background: rgba(143, 244, 81, 0.12);
    color: var(--autoreg-text);
}

.storefront-autoreg .autoreg-catalog-preview__all {
    width: fit-content;
    max-width: calc(100% - 48px);
    min-height: 40px;
    margin: 10px auto 2px;
    padding: 0 14px;
    border-radius: 12px;
    background: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition:
        background-color 180ms ease,
        color 180ms ease;
}

.storefront-autoreg .autoreg-catalog-preview__all:hover {
    background: rgba(143, 244, 81, 0.16);
    color: #000;
}

.storefront-autoreg .header-widget-group .autoreg-language {
    order: 6;
}

.storefront-autoreg .header-widget[href*="cart"] {
    order: 2;
}

.storefront-autoreg .header-widget[href*="client/favorites"] {
    order: 3;
}

.storefront-autoreg .header-widget[href*="client/support-tickets"] {
    order: 4;
}

.storefront-autoreg .header-widget[href*="client/profile"],
.storefront-autoreg .header-widget[href*="client/login"] {
    order: 5;
    min-width: 40px;
    width: 40px;
    padding: 0;
}

.storefront-autoreg .autoreg-theme-widget {
    order: 7;
    width: 40px;
    padding: 0;
}

.storefront-autoreg .header-widget[href*="client/profile"] span,
.storefront-autoreg .header-widget[href*="client/login"] span {
    display: none;
}

.storefront-autoreg .autoreg-language {
    position: relative;
    z-index: 1002;
    flex: 0 0 auto;
}

.storefront-autoreg .autoreg-language::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 245px;
    min-width: 100%;
    height: 12px;
    display: none;
    z-index: 1;
    pointer-events: auto;
}

.storefront-autoreg .autoreg-language:hover::after,
.storefront-autoreg .autoreg-language:focus-within::after {
    display: block;
}

.storefront-autoreg .autoreg-language__button {
    position: relative;
    z-index: 2;
    min-width: 64px;
    width: auto;
    height: 40px;
    padding: 0 8px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.storefront-autoreg .autoreg-language__button:hover,
.storefront-autoreg .autoreg-language:focus-within .autoreg-language__button {
    background: var(--autoreg-control-hover);
    color: var(--autoreg-text);
    transform: translateY(-1px);
}

.storefront-autoreg .autoreg-language__button i {
    font-size: 14px;
    line-height: 1;
}

.storefront-autoreg .autoreg-language__button i:last-child {
    font-size: 10px;
    opacity: 0.75;
}

.storefront-autoreg .autoreg-language__flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
    display: block;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.06);
}

.storefront-autoreg .autoreg-language__arrow {
    width: 6px;
    height: 9px;
    object-fit: contain;
    transform: rotate(90deg);
    filter: brightness(0);
}

.storefront-autoreg .autoreg-language__menu {
    position: absolute;
    z-index: 3;
    top: calc(100% + 12px);
    right: 0;
    min-width: 245px;
    padding: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 40px rgba(17, 24, 39, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px) scale(var(--dm-dropdown-pre-scale, 0.97));
    transform-origin: top right;
    transition:
        transform var(--dm-dropdown-open-dur, 250ms) var(--dm-dropdown-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        opacity var(--dm-dropdown-open-dur, 250ms) var(--dm-dropdown-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        visibility 0s linear var(--dm-dropdown-open-dur, 250ms);
    will-change: transform, opacity;
}

.storefront-autoreg .autoreg-language:hover .autoreg-language__menu,
.storefront-autoreg .autoreg-language:focus-within .autoreg-language__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
        transform var(--dm-dropdown-open-dur, 250ms) var(--dm-dropdown-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        opacity var(--dm-dropdown-open-dur, 250ms) var(--dm-dropdown-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        visibility 0s linear 0s;
}

.storefront-autoreg .autoreg-language__item {
    min-height: 52px;
    padding: 0 14px;
    border-radius: 10px;
    color: var(--autoreg-text);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
}

.storefront-autoreg .autoreg-language__item:hover {
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
}

.storefront-autoreg .autoreg-language__item.active {
    background: var(--autoreg-accent-tint);
    color: var(--autoreg-text);
    box-shadow: inset 0 0 0 1px rgba(143, 244, 81, 0.18);
}

.storefront-autoreg .autoreg-language__code {
    min-width: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.storefront-autoreg .autoreg-language__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-autoreg .autoreg-language__menu-flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
    display: block;
    flex: 0 0 auto;
}

.storefront-autoreg .header-widget {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: inset 0 0 0 1px transparent;
}

.storefront-autoreg .header-widget:hover {
    background: var(--autoreg-control-hover);
    color: var(--autoreg-text);
    transform: translateY(-1px);
}

.storefront-autoreg .header-widget i {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: var(--autoreg-text);
    font-size: 18px;
    line-height: 1;
}

.storefront-autoreg .header-widget img {
    width: 16px;
    height: 16px;
    border-radius: 0;
    object-fit: contain;
    filter: brightness(0);
    display: block;
}

.storefront-autoreg .header-widget--catalog img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

.storefront-autoreg .header-widget[href*="client/profile"] img,
.storefront-autoreg .header-widget[href*="client/login"] img {
    width: 14px;
    height: 17px;
}

.storefront-autoreg .header-widget[href*="cart"] img {
    width: 18px;
    height: 18px;
}

.storefront-autoreg .header-widget[href*="client/favorites"] img,
.storefront-autoreg .header-widget[href*="client/support-tickets"] img {
    width: 20px;
    height: 20px;
}

.storefront-autoreg .autoreg-header-action img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.storefront-autoreg .autoreg-header-action--catalog img {
    filter: brightness(0);
}

.storefront-autoreg .autoreg-header-action .autoreg-language__arrow {
    width: 6px;
    height: 9px;
}

.storefront-autoreg .autoreg-theme-widget img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0);
}

.storefront-autoreg .header-widget span {
    color: var(--autoreg-text);
    font-size: 12px;
    line-height: 1.15;
}

.storefront-autoreg .autoreg-header-action,
.storefront-autoreg .autoreg-theme-widget {
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.storefront-autoreg .autoreg-header-action:hover,
.storefront-autoreg .autoreg-theme-widget:hover {
    background: var(--autoreg-control-hover);
    color: var(--autoreg-text);
    transform: translateY(-1px);
}

.storefront-autoreg .autoreg-header-action i,
.storefront-autoreg .autoreg-theme-widget i {
    font-size: 20px;
    line-height: 1;
}

.storefront-autoreg .autoreg-header-action--catalog,
.storefront-autoreg .autoreg-header-action--supplier {
    background: var(--autoreg-control-bg);
    color: var(--autoreg-text);
}

.storefront-autoreg .autoreg-header-action--catalog:hover,
.storefront-autoreg .autoreg-header-action--supplier:hover {
    background: var(--autoreg-control-active);
    color: var(--autoreg-control-active-icon);
}

.storefront-autoreg .autoreg-header-action--catalog:hover img {
    filter: brightness(0) invert(1);
}

.storefront-autoreg .autoreg-header-action--catalog {
    min-width: 0;
    flex: 0 0 auto;
}

.storefront-autoreg .autoreg-header-action--supplier {
    min-width: 0;
}

.storefront-autoreg .autoreg-header-action--about {
    min-width: 100px;
    padding: 0 16px 0 18px;
    justify-content: space-between;
}

.storefront-autoreg .header-widget span p {
    margin: 0;
    color: inherit !important;
}

.storefront-autoreg .header-widget sup,
.storefront-autoreg .header-cart-badge {
    top: -7px;
    right: -7px;
    left: auto;
    z-index: 4;
    width: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ff4757;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.24);
}

.storefront-autoreg .navbar-part {
    display: none;
    position: relative;
    z-index: 998;
    margin-top: -1px;
    border: 0;
    background: var(--autoreg-dark);
    background-image: url("img/bg.png");
    background-position: center bottom;
    background-size: cover;
    box-shadow: none;
}

.storefront-autoreg .sknav {
    padding: 0 0 22px;
    gap: 10px;
}

.storefront-autoreg .sknav-menu {
    gap: 10px;
}

.storefront-autoreg .sknav-link,
.storefront-autoreg .sknav-contact-item {
    min-height: 40px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.storefront-autoreg .sknav-item:first-child .sknav-link:not(.sknav-link-admin),
.storefront-autoreg .sknav-link-hot {
    padding: 0 14px;
    background: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .sknav-link:hover,
.storefront-autoreg .sknav-contact-item:hover {
    background: rgba(255, 255, 255, 0.27);
    color: #fff;
}

.storefront-autoreg .sknav-item:first-child .sknav-link:hover,
.storefront-autoreg .sknav-link-hot:hover {
    background: var(--autoreg-accent-soft);
    color: #000;
}

.storefront-autoreg .sknav-link i:first-child,
.storefront-autoreg .sknav-contact-item i,
.storefront-autoreg .sknav-contact-item small,
.storefront-autoreg .sknav-contact-item strong {
    color: inherit;
}

.storefront-autoreg .sknav-contact {
    gap: 10px;
}

.storefront-autoreg .sknav-contact-item {
    padding: 7px 12px;
}

.storefront-autoreg .sknav-contact-item div {
    gap: 0;
}

.storefront-autoreg .sknav-contact-item small {
    color: rgba(255, 255, 255, 0.55);
}

.storefront-autoreg .sknav-contact-item strong {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-autoreg .sknav-megamenu,
.storefront-autoreg .sknav-dropdown {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: #fff;
    box-shadow: var(--autoreg-shadow);
}

.storefront-autoreg .sknav-pay-item {
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
}

.storefront-autoreg .sknav-pay-item:hover {
    background: var(--autoreg-accent-soft);
    transform: translateY(-1px);
}

.storefront-autoreg .category-sidebar,
.storefront-autoreg .cart-sidebar {
    z-index: 1002;
}

.storefront-autoreg .category-sidebar {
    background: #111216;
    color: #fff;
}

.storefront-autoreg .category-sidebar .category-header {
    border-color: rgba(255, 255, 255, 0.12);
}

.storefront-autoreg .category-sidebar .category-link {
    color: #fff;
}

.storefront-autoreg .category-sidebar .dropdown-list a {
    color: rgba(255, 255, 255, 0.78);
}

.autoreg-hero {
    position: relative;
    min-height: 0;
    height: auto;
    aspect-ratio: 1300 / 363;
    margin: 30px auto 0;
    padding: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #2a3129;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.autoreg-hero__slides,
.autoreg-hero__slide,
.autoreg-hero__bg {
    position: absolute;
    inset: 0;
}

.autoreg-hero__slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.autoreg-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
}

.autoreg-hero__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.autoreg-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: none;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.autoreg-hero__title {
    margin: 0;
    color: #fff;
    max-width: 640px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.autoreg-hero__text {
    max-width: 445px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.4;
}

.autoreg-hero__btn {
    width: fit-content;
    min-height: 40px;
    height: 40px;
    margin-top: 18px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.autoreg-hero__btn:hover {
    background: var(--autoreg-accent-soft);
    color: #000;
}

.autoreg-hero__side {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 40px;
    background: rgba(29, 31, 23, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoreg-hero__side--left {
    left: 0;
    border-radius: 28px 0 0 28px;
}

.autoreg-hero__side--right {
    right: 0;
    border-radius: 0 28px 28px 0;
}

.autoreg-hero__arrow {
    width: 40px;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.autoreg-hero__arrow:hover {
    background: transparent;
}

.autoreg-hero__arrow img {
    width: 13px;
    height: 20px;
    filter: none;
}

.autoreg-hero__arrow--prev img {
    transform: rotate(180deg);
}

.storefront-autoreg .feature-part,
.storefront-autoreg .products-page,
.storefront-autoreg .product-detail-page,
.storefront-autoreg .cart-page,
.storefront-autoreg .profile-part {
    background: var(--autoreg-bg);
}

.storefront-autoreg .feature-part {
    padding-top: 0;
}

.storefront-autoreg .home-banner-top,
.storefront-autoreg .home-slider-wrapper,
.storefront-autoreg .home-banner-below {
    margin-top: 20px;
}

.storefront-autoreg .home-slider-container,
.storefront-autoreg .home-banner-img {
    border-radius: var(--autoreg-radius-l);
    box-shadow: var(--autoreg-shadow);
}

.storefront-autoreg .home-categories-section {
    margin-top: 0;
    padding: 0;
}

.storefront-autoreg .parent-categories-filter .d-flex,
.storefront-autoreg .categories-grid {
    gap: 10px !important;
}

.storefront-autoreg .btn-parent-category,
.storefront-autoreg .category-card {
    min-height: 47px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-surface);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.storefront-autoreg .btn-parent-category.active,
.storefront-autoreg .btn-parent-category:hover,
.storefront-autoreg .category-card:hover,
.storefront-autoreg .category-card.active-category {
    background: var(--autoreg-accent);
    color: #000;
    box-shadow: none;
    transform: translateY(-1px);
}

.storefront-autoreg .category-card {
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.storefront-autoreg .category-card-icon,
.storefront-autoreg .category-icon-placeholder {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 0;
    background: transparent;
}

.storefront-autoreg .category-card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.storefront-autoreg .category-card-label {
    white-space: nowrap;
}

.storefront-autoreg .products-section-header,
.storefront-autoreg .products-table__header {
    margin-bottom: 20px;
}

.storefront-autoreg .products-section-title,
.storefront-autoreg .section-header h3,
.storefront-autoreg .cart-page-header-title {
    color: var(--autoreg-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
}

.storefront-autoreg .products-section-subtitle,
.storefront-autoreg .cart-page-header-count {
    color: var(--autoreg-muted);
    font-size: 13px;
}

.storefront-autoreg .btn-explore,
.storefront-autoreg .btn-load-more,
.storefront-autoreg .btn-filter,
.storefront-autoreg .cart-header-btn,
.storefront-autoreg .btn-order,
.storefront-autoreg .btn-add-cart,
.storefront-autoreg .form-button button,
.storefront-autoreg .btn-submit-review {
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.storefront-autoreg .btn-explore:hover,
.storefront-autoreg .btn-load-more:hover,
.storefront-autoreg .btn-filter:hover,
.storefront-autoreg .cart-header-btn:hover,
.storefront-autoreg .btn-order:hover,
.storefront-autoreg .btn-add-cart:hover,
.storefront-autoreg .form-button button:hover,
.storefront-autoreg .btn-submit-review:hover {
    background: var(--autoreg-accent-soft);
    border-color: var(--autoreg-accent);
    color: #000;
    transform: translateY(-1px);
}

.storefront-autoreg .products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    overflow: visible;
    --dm-reveal-dur: 420ms;
    --dm-reveal-distance: 10px;
    --dm-reveal-blur: 1.5px;
    transition: min-height 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront-autoreg .products-grid.is-filtering {
    opacity: 0.7;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        min-height 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront-autoreg .product-card {
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.storefront-autoreg .product-card:hover {
    transform: none;
    box-shadow: none;
}

.storefront-autoreg .product-card-link {
    height: 100%;
    color: inherit;
    text-decoration: none !important;
    overflow: visible;
}

.storefront-autoreg .product-card-link:hover,
.storefront-autoreg .product-card-link:focus,
.storefront-autoreg .product-card-link:focus-visible {
    color: inherit !important;
    text-decoration: none !important;
}

.storefront-autoreg .product-card-image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 14px;
    padding: 0;
    border-radius: var(--autoreg-radius-l);
    background: transparent;
    overflow: visible !important;
}

.storefront-autoreg .product-card-image img,
.storefront-autoreg .product-image-placeholder {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: var(--autoreg-radius-l);
    object-fit: contain;
    background: transparent;
    z-index: 1;
}

.storefront-autoreg .product-card:hover .product-card-image img {
    transform: none;
}

.storefront-autoreg .product-favorite-btn {
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    opacity: 1;
    transform: none;
    z-index: 3;
}

.storefront-autoreg .product-favorite-btn.active {
    background: #ffe8ee;
    color: #e11d48;
}

.storefront-autoreg .product-card-content {
    padding: 0;
    gap: 10px;
}

.storefront-autoreg .product-card-title {
    min-height: calc(1.35em * 2);
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.storefront-autoreg .product-card:hover .product-card-title,
.storefront-autoreg .product-card-link:hover .product-card-title,
.storefront-autoreg .product-card-link:focus .product-card-title,
.storefront-autoreg .product-card-link:focus-visible .product-card-title {
    color: var(--autoreg-text) !important;
    text-decoration: none !important;
}

.storefront-autoreg .product-card-price {
    margin-top: auto;
    padding-top: 0;
    gap: 5px;
}

.storefront-autoreg .product-price-current,
.storefront-autoreg .product-price-range,
.storefront-autoreg .plan-current-price {
    color: var(--autoreg-text);
    font-size: 13px;
    font-weight: 700;
}

.storefront-autoreg .product-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: var(--autoreg-muted);
    font-size: 12px;
    font-weight: 600;
}

.storefront-autoreg .product-delivery,
.storefront-autoreg .product-rating,
.storefront-autoreg .product-sold {
    min-height: 22px;
    padding: 2px 7px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: var(--autoreg-row);
    color: var(--autoreg-text);
}

.storefront-autoreg .delivery-instant {
    background: var(--autoreg-accent-soft);
    color: var(--autoreg-text);
}

.storefront-autoreg .delivery-instant i,
.storefront-autoreg .product-delivery.delivery-instant i {
    color: var(--autoreg-text);
}

.storefront-autoreg .product-discount-badge,
.storefront-autoreg .plan-discount-badge {
    background: #111;
    color: var(--autoreg-accent);
    border-radius: var(--autoreg-radius-s);
}

body.storefront-autoreg .hotline-phone-ring-wrap,
body.storefront-autoreg #linkzalo,
body.storefront-autoreg .giuseart-pc-contact-bar,
.storefront-autoreg-home .home-sidebar-banners,
.storefront-autoreg-home .home-banner-top,
.storefront-autoreg-home .home-slider-wrapper,
.storefront-autoreg-home .home-banner-below,
.storefront-autoreg-home .flash-sale-section,
.storefront-autoreg-home .home-section-divider {
    display: none !important;
}

.storefront-autoreg .sknav-contact {
    display: none;
}

.storefront-autoreg-home .feature-part {
    padding: 0 0 70px !important;
}

.storefront-autoreg-home .feature-part > .container {
    display: grid;
    gap: 88px;
}

.storefront-autoreg-home .home-announcement-bar {
    margin: 0;
}

.storefront-autoreg-home .autoreg-social {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
    margin: 38px 0 0 !important;
    padding: 0 !important;
    overflow: visible;
}

.storefront-autoreg-home .autoreg-social__row {
    width: 100%;
    display: flex !important;
    gap: 10px !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding: 0 !important;
    margin: 0;
    scrollbar-width: none;
}

.storefront-autoreg-home .autoreg-social__row::-webkit-scrollbar {
    display: none;
}

.storefront-autoreg-home .autoreg-social-chip {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 47px;
    height: 47px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 16px !important;
    appearance: none;
    display: inline-flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-surface);
    box-shadow: 0 6px 14.4px rgba(0, 0, 0, 0.06);
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    cursor: pointer;
    vertical-align: top;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.storefront-autoreg-home .autoreg-social-chip:hover {
    background: rgba(181, 181, 181, 0.17);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: none;
    transform: none;
}

.storefront-autoreg-home .autoreg-social-chip.active,
.storefront-autoreg-home .autoreg-social-chip.active-category {
    background: var(--autoreg-accent);
    color: #000;
    border-color: transparent;
    box-shadow: none;
}

.storefront-autoreg-home .autoreg-social-chip__icon,
.storefront-autoreg-home .category-card-icon,
.storefront-autoreg-home .autoreg-social-chip__icon img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    border-radius: 7px;
    background: var(--autoreg-accent);
}

.storefront-autoreg-home .autoreg-social-chip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #071006;
    line-height: 1;
}

.storefront-autoreg-home .autoreg-social-chip__icon img {
    border-radius: 7px;
    background: transparent;
}

.storefront-autoreg-home .autoreg-social-chip__icon i {
    font-size: 15px;
    line-height: 1;
    display: block;
}

.storefront-autoreg-home .category-card-label {
    min-width: 0;
    height: auto !important;
    display: block;
    overflow: hidden;
    color: inherit;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
}

.storefront-autoreg-home .autoreg-social-chip--all {
    min-width: 0;
}

.storefront-autoreg-home .autoreg-social__all {
    display: none !important;
}

.storefront-autoreg-home .autoreg-social__all-link {
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 500;
}

.storefront-autoreg-home .autoreg-social__all-link:hover {
    color: #60b927;
}

.storefront-autoreg-home .autoreg-top-products {
    margin: 0 !important;
    padding: 0 !important;
}

.storefront-autoreg-home .products-section-header {
    margin-bottom: 24px !important;
    align-items: center;
}

.storefront-autoreg-home .autoreg-section-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--autoreg-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.storefront-autoreg-home .autoreg-section-title__icon {
    width: 42px;
    height: 41px;
    object-fit: contain;
}

.storefront-autoreg-home .autoreg-section-title__fire {
    color: #ff6b35;
    font-size: 22px;
    line-height: 1;
}

.storefront-autoreg-home .products-section-subtitle {
    margin-top: 8px;
    font-size: 13px;
}

.storefront-autoreg-home .products-section-header .btn-explore {
    min-height: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 6px 14.4px rgba(0, 0, 0, 0.06);
}

.storefront-autoreg-home .products-section-header .btn-explore i {
    font-size: 12px;
    line-height: 1;
}

.storefront-autoreg-home .products-section-header .btn-explore:hover {
    background: var(--autoreg-control-hover);
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--autoreg-text);
    box-shadow: none;
    transform: translateY(-1px);
}

.storefront-autoreg-home .products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    padding-top: 0;
    margin-top: 0;
    overflow: visible;
    transition: min-height 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront-autoreg-home .products-grid.is-filtering {
    opacity: 0.7;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        min-height 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront-autoreg-home .product-card {
    min-width: 0;
    min-height: 220px;
    padding: 16px;
    position: relative;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 10px;
    background: var(--autoreg-surface);
    box-shadow: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.storefront-autoreg-home .product-card:hover {
    transform: translateY(-1px);
    border-color: rgba(143, 244, 81, 0.5);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.storefront-autoreg-home .product-card-link {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    color: inherit;
    text-decoration: none !important;
}

.storefront-autoreg-home .product-card-link:hover,
.storefront-autoreg-home .product-card-link:focus,
.storefront-autoreg-home .product-card-link:focus-visible {
    color: inherit !important;
    text-decoration: none !important;
}

.storefront-autoreg-home .product-card-image {
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    position: static;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    background: #f5f7fa;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.storefront-autoreg-home .product-card-image.has-product-image {
    border-color: transparent;
    background: transparent;
}

.storefront-autoreg-home .product-card-image.has-product-placeholder {
    border-color: rgba(15, 23, 42, 0.06);
    background: #f5f7fa;
}

.storefront-autoreg-home .product-card-image img,
.storefront-autoreg-home .product-image-placeholder {
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    object-fit: contain;
    background: transparent;
}

.storefront-autoreg-home .product-card-content {
    min-width: 0;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 0;
}

.storefront-autoreg-home .product-card-title {
    min-height: calc(1.35em * 2);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.storefront-autoreg-home .product-card:hover .product-card-title,
.storefront-autoreg-home .product-card-link:hover .product-card-title,
.storefront-autoreg-home .product-card-link:focus .product-card-title,
.storefront-autoreg-home .product-card-link:focus-visible .product-card-title {
    color: var(--autoreg-text) !important;
    text-decoration: none !important;
}

.storefront-autoreg-home .product-card-description {
    display: none;
}

.storefront-autoreg-home .product-card-price {
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    justify-content: flex-start;
}

.storefront-autoreg-home .product-card-meta {
    min-height: 0;
    margin-top: auto;
    padding-top: 6px;
    gap: 6px;
    align-content: flex-start;
}

.storefront-autoreg-home .product-card-skeleton {
    min-height: 220px;
    padding: 16px;
    display: block;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 10px;
    background: var(--autoreg-surface);
}

.storefront-autoreg-home .product-card-skeleton .skeleton-image {
    width: 74px;
    height: 74px;
    padding-top: 0;
    border-radius: 10px;
}

.storefront-autoreg-home .product-card-skeleton .skeleton-content {
    min-width: 0;
    padding: 16px 0 0;
}

.storefront-autoreg-home .product-delivery,
.storefront-autoreg-home .product-rating,
.storefront-autoreg-home .product-sold {
    min-height: 20px;
    padding: 1px 6px;
    font-size: 11px;
}

.storefront-autoreg-home .product-card-meta .product-rating,
.storefront-autoreg-home .product-card-meta .product-sold {
    min-height: 16px;
    padding: 0;
    background: transparent;
    color: var(--autoreg-muted);
    font-size: 11px;
    font-weight: 600;
}

.storefront-autoreg-home .product-card-meta .product-rating,
.storefront-autoreg-home .product-card-meta .product-rating i,
.storefront-autoreg-home .product-card-meta .product-rating span {
    color: #f59e0b;
}

.storefront-autoreg-home .product-card-meta .product-rating .rating-count {
    color: var(--autoreg-muted);
}

.storefront-autoreg-home .product-card-cta {
    display: none;
}

.storefront-autoreg-home .product-card-image .product-favorite-btn,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
    color: #9ca3af;
    opacity: 1;
    transform: none;
    z-index: 5;
    cursor: pointer;
}

.storefront-autoreg-home .product-card-image .product-favorite-btn i,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn i {
    color: #9ca3af;
    font-size: 15px;
    filter: none;
}

.storefront-autoreg-home .product-card-image .product-favorite-btn:hover,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn:hover {
    background: #fff1f2;
    border-color: rgba(239, 68, 68, 0.18);
}

.storefront-autoreg-home .product-card-image .product-favorite-btn:hover i,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn:hover i {
    color: #ef4444;
}

.storefront-autoreg-home .product-card-image .product-favorite-btn.active,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn.active {
    background: #fee2e2;
    border-color: rgba(239, 68, 68, 0.2);
}

.storefront-autoreg-home .product-card-image .product-favorite-btn.active i,
.storefront-autoreg-home .rv-product-image .rv-product-favorite-btn.active i {
    color: #ef4444;
    filter: drop-shadow(0 1px 3px rgba(239, 68, 68, 0.22));
}

[data-theme="dark"] .storefront-autoreg-home .product-card {
    border-color: var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, #1e293b);
}

[data-theme="dark"] .storefront-autoreg-home .product-card-image,
[data-theme="dark"] .storefront-autoreg-home .product-card-image img,
[data-theme="dark"] .storefront-autoreg-home .product-image-placeholder {
    background: var(--bg-tertiary, #334155);
}

[data-theme="dark"] .storefront-autoreg-home .product-card-image.has-product-image,
[data-theme="dark"] .storefront-autoreg-home .product-card-image.has-product-image img {
    border-color: transparent;
    background: transparent;
}

[data-theme="dark"] .storefront-autoreg-home .btn-explore {
    background: var(--autoreg-control-bg);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg-home .btn-explore:hover {
    background: var(--autoreg-control-hover);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.storefront-autoreg-home .best-sellers-section,
.storefront-autoreg-home .recently-viewed-section {
    margin: 0 !important;
    padding: 0 !important;
}

.storefront-autoreg-home .recently-viewed-carousel-wrapper {
    margin: 0;
    position: relative;
}

.storefront-autoreg-home .recently-viewed-nav {
    display: none !important;
}

.storefront-autoreg-home .recently-viewed-carousel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    overflow: visible;
    scrollbar-width: auto;
}

.storefront-autoreg-home .rv-product-card {
    min-width: 0;
    min-height: 220px;
    padding: 16px;
    position: relative;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 10px;
    background: var(--autoreg-surface);
    box-shadow: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.storefront-autoreg-home .rv-product-card:hover {
    transform: translateY(-1px);
    border-color: rgba(143, 244, 81, 0.5);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.storefront-autoreg-home .rv-product-card-link {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    color: inherit;
    text-decoration: none !important;
}

.storefront-autoreg-home .rv-product-card-link:hover,
.storefront-autoreg-home .rv-product-card-link:focus,
.storefront-autoreg-home .rv-product-card-link:focus-visible {
    color: inherit !important;
    text-decoration: none !important;
}

.storefront-autoreg-home .rv-product-image {
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    position: static;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    background: #f5f7fa;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.storefront-autoreg-home .rv-product-image.has-product-image {
    border-color: transparent;
    background: transparent;
}

.storefront-autoreg-home .rv-product-image.has-product-placeholder {
    border-color: rgba(15, 23, 42, 0.06);
    background: #f5f7fa;
}

.storefront-autoreg-home .rv-product-image img,
.storefront-autoreg-home .rv-image-placeholder {
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    object-fit: contain;
    background: transparent;
}

.storefront-autoreg-home .rv-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.storefront-autoreg-home .rv-product-content {
    min-width: 0;
    width: 100%;
    height: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 0;
}

.storefront-autoreg-home .rv-product-title {
    min-height: calc(1.35em * 2);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.storefront-autoreg-home .rv-product-card:hover .rv-product-title,
.storefront-autoreg-home .rv-product-card-link:hover .rv-product-title,
.storefront-autoreg-home .rv-product-card-link:focus .rv-product-title,
.storefront-autoreg-home .rv-product-card-link:focus-visible .rv-product-title {
    color: var(--autoreg-text) !important;
    text-decoration: none !important;
}

.storefront-autoreg-home .rv-product-price {
    min-height: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
}

.storefront-autoreg-home .rv-price-current {
    color: var(--autoreg-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.storefront-autoreg-home .rv-price-original {
    color: var(--autoreg-muted);
    font-size: 13px;
    text-decoration: line-through;
}

.storefront-autoreg-home .rv-product-meta {
    min-height: 0;
    margin-top: auto;
    padding-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 6px;
    color: var(--autoreg-muted);
    font-size: 11px;
    font-weight: 600;
}

.storefront-autoreg-home .rv-product-rating,
.storefront-autoreg-home .rv-product-sold,
.storefront-autoreg-home .rv-product-delivery {
    min-height: 20px;
    padding: 1px 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: var(--autoreg-row);
}

.storefront-autoreg-home .rv-product-rating,
.storefront-autoreg-home .rv-product-sold {
    min-height: 16px;
    padding: 0;
    background: transparent;
    color: var(--autoreg-muted);
    font-size: 11px;
    font-weight: 600;
}

.storefront-autoreg-home .rv-product-rating,
.storefront-autoreg-home .rv-product-rating i,
.storefront-autoreg-home .rv-product-rating span {
    color: #f59e0b;
}

.storefront-autoreg-home .rv-product-rating .rating-count {
    color: var(--autoreg-muted);
}

.storefront-autoreg-home .rv-product-delivery.delivery-instant {
    background: var(--autoreg-accent-soft);
    color: var(--autoreg-text);
}

.storefront-autoreg-home .rv-product-delivery.delivery-instant i {
    background: transparent;
    color: var(--autoreg-text);
}

.storefront-autoreg-home .rv-product-delivery.delivery-order,
.storefront-autoreg-home .rv-product-delivery.delivery-order i {
    color: #38bdf8;
}

.storefront-autoreg-home .products-load-more {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storefront-autoreg-home .btn-load-more {
    min-width: 190px;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid var(--autoreg-border);
    border-radius: 8px;
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    font-size: 15px;
    font-weight: 600;
}

.storefront-autoreg-home .btn-load-more:hover {
    border-color: var(--autoreg-accent);
    background: var(--autoreg-accent-soft);
    color: #111827;
}

.storefront-autoreg .flashsale-card,
.storefront-autoreg .flashsale-card-name {
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease,
        color 0.18s ease;
}

.storefront-autoreg .flashsale-card:hover {
    border-color: rgba(143, 244, 81, 0.5);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.storefront-autoreg .flashsale-card a:hover,
.storefront-autoreg .flashsale-card a:focus,
.storefront-autoreg .flashsale-card a:focus-visible,
.storefront-autoreg .flashsale-card:hover .flashsale-card-name,
.storefront-autoreg .flashsale-card a:hover .flashsale-card-name,
.storefront-autoreg .flashsale-card a:focus .flashsale-card-name,
.storefront-autoreg .flashsale-card a:focus-visible .flashsale-card-name {
    color: var(--autoreg-text) !important;
    text-decoration: none !important;
}

[data-theme="dark"] .storefront-autoreg-home .rv-product-card {
    border-color: var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, #1e293b);
}

[data-theme="dark"] .storefront-autoreg-home .rv-product-image,
[data-theme="dark"] .storefront-autoreg-home .rv-product-image img,
[data-theme="dark"] .storefront-autoreg-home .rv-image-placeholder {
    background: var(--bg-tertiary, #334155);
}

[data-theme="dark"] .storefront-autoreg-home .rv-product-image.has-product-image,
[data-theme="dark"] .storefront-autoreg-home .rv-product-image.has-product-image img {
    border-color: transparent;
    background: transparent;
}

[data-theme="dark"] .storefront-autoreg-home .btn-load-more {
    border-color: var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, #1e293b);
    color: var(--text-primary, #f8fafc);
}

[data-theme="dark"] .storefront-autoreg-home .btn-load-more:hover {
    border-color: var(--border-color, rgba(255, 255, 255, 0.18));
    background: var(--bg-card-hover, #334155);
    color: var(--text-primary, #f8fafc);
}

.storefront-autoreg .page-header-modern {
    margin: 0 0 30px;
    padding: 26px 0 30px;
    border-radius: 0 0 var(--autoreg-radius-l) var(--autoreg-radius-l);
    background: var(--autoreg-dark);
    background-image: url("img/bg.png");
    background-position: center;
    background-size: cover;
    color: #fff;
}

.storefront-autoreg .page-header-modern::before,
.storefront-autoreg .page-header-modern::after {
    display: none;
}

.storefront-autoreg .breadcrumb-modern {
    color: rgba(255, 255, 255, 0.62);
}

.storefront-autoreg .breadcrumb-modern a,
.storefront-autoreg .breadcrumb-modern .current,
.storefront-autoreg .breadcrumb-modern .separator {
    color: inherit;
}

.storefront-autoreg .page-title-modern,
.storefront-autoreg .product-hero-title {
    color: #fff;
}

.storefront-autoreg .page-subtitle-modern,
.storefront-autoreg .product-hero-short-desc {
    color: rgba(255, 255, 255, 0.82);
}

.storefront-autoreg .products-filter-section,
.storefront-autoreg .product-page__head,
.storefront-autoreg .product-page__panel,
.storefront-autoreg .product-buy,
.storefront-autoreg .product-plans-section,
.storefront-autoreg .product-order-section,
.storefront-autoreg .product-reviews-section,
.storefront-autoreg .cart-page-header,
.storefront-autoreg .cart-summary-card,
.storefront-autoreg .cart-items-card,
.storefront-autoreg .cart-items-wrapper,
.storefront-autoreg .cart-summary,
.storefront-autoreg .cart-coupon-card,
.storefront-autoreg .cart-payment-card,
.storefront-autoreg .cart-actions-card,
.storefront-autoreg .cart-empty,
.storefront-autoreg .user-form-card {
    border: 0;
    border-radius: var(--autoreg-radius-l);
    background: var(--autoreg-surface);
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.07);
}

.storefront-autoreg .products-filter-wrapper {
    gap: 10px;
}

.storefront-autoreg .filter-select,
.storefront-autoreg .filter-input,
.storefront-autoreg .form-control,
.storefront-autoreg .order-input,
.storefront-autoreg .qty-input,
.storefront-autoreg .coupon-input,
.storefront-autoreg .review-select,
.storefront-autoreg .review-textarea {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
    color: #111;
    box-shadow: none;
}

.storefront-autoreg .filter-select:focus,
.storefront-autoreg .filter-input:focus,
.storefront-autoreg .form-control:focus,
.storefront-autoreg .order-input:focus,
.storefront-autoreg .qty-input:focus,
.storefront-autoreg .coupon-input:focus,
.storefront-autoreg .review-select:focus,
.storefront-autoreg .review-textarea:focus {
    border: 0;
    background: #f6f6f6;
    box-shadow: 0 0 0 2px rgba(143, 244, 81, 0.55);
}

.storefront-autoreg .products-results-info {
    color: var(--autoreg-muted);
}

.storefront-autoreg .product-hero-header {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.storefront-autoreg .product-hero-main {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 18px;
}

.storefront-autoreg .product-hero-image {
    width: 120px;
    height: 120px;
}

.storefront-autoreg .product-hero-image .product-image-wrapper {
    width: 120px;
    height: 120px;
    border-radius: var(--autoreg-radius-l);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.storefront-autoreg .product-hero-image .product-image-wrapper img {
    object-fit: contain;
}

.storefront-autoreg .product-hero-info .product-hero-header {
    padding: 0;
    background: transparent;
}

.storefront-autoreg .product-hero-meta .product-meta-item,
.storefront-autoreg .product-rating-section {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.storefront-autoreg .product-detail-content {
    gap: 30px;
    align-items: start;
}

.storefront-autoreg .product-detail-content > *,
.storefront-autoreg .product-plans-section {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.storefront-autoreg .product-plans-grid {
    gap: 10px;
}

.storefront-autoreg .product-plan-card {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-row);
    box-shadow: none;
}

.storefront-autoreg .product-plan-card.active {
    outline: 2px solid var(--autoreg-accent);
    background: var(--autoreg-accent-soft);
}

.storefront-autoreg .plan-card-image,
.storefront-autoreg .plan-card-image img,
.storefront-autoreg .plan-image-placeholder {
    border-radius: var(--autoreg-radius-m);
}

.storefront-autoreg .product-description-section,
.storefront-autoreg .selected-plan-description,
.storefront-autoreg .reviews-overview,
.storefront-autoreg .review-item,
.storefront-autoreg .order-form-card {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
}

.storefront-autoreg .product-order-section {
    position: sticky;
    top: 18px;
}

.storefront-autoreg .qty-btn {
    border: 0;
    background: #ebebeb;
    color: #111;
}

.storefront-autoreg .order-summary,
.storefront-autoreg .stock-info-card {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
}

.storefront-autoreg .cart-stepper-item .stepper-icon {
    background: #f6f6f6;
    color: #111;
}

.storefront-autoreg .cart-stepper-item.active .stepper-icon {
    background: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .cart-page-header {
    overflow: hidden;
}

.storefront-autoreg .cart-content {
    gap: 30px;
}

.storefront-autoreg .cart-summary-wrapper {
    position: sticky;
    top: 18px;
}

.storefront-autoreg .cart-items-header,
.storefront-autoreg .cart-summary-header,
.storefront-autoreg .cart-coupon-header {
    border-color: var(--autoreg-border);
    background: #f6f6f6;
    color: var(--autoreg-text);
    font-weight: 700;
}

.storefront-autoreg .cart-item {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.06);
}

.storefront-autoreg .cart-item:hover {
    background: var(--autoreg-row);
}

.storefront-autoreg .cart-item-image {
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
}

.storefront-autoreg .cart-item-image img {
    object-fit: contain;
}

.storefront-autoreg .cart-item-name,
.storefront-autoreg .cart-summary-value,
.storefront-autoreg .cart-item-final-price {
    color: var(--autoreg-text);
}

.storefront-autoreg .cart-item-plan,
.storefront-autoreg .cart-summary-label,
.storefront-autoreg .cart-empty-content p {
    color: var(--autoreg-muted);
}

.storefront-autoreg .cart-item-fields,
.storefront-autoreg .cart-coupon-input input {
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
}

.storefront-autoreg .btn-pay-balance,
.storefront-autoreg .btn-topup,
.storefront-autoreg .btn-login,
.storefront-autoreg .btn-browse-products,
.storefront-autoreg .btn-view-history,
.storefront-autoreg .btn-view-orders,
.storefront-autoreg .btn-refresh-prices,
.storefront-autoreg .btn-apply-coupon {
    border: 1px solid transparent;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    font-weight: 600;
}

.storefront-autoreg .btn-pay-balance:hover,
.storefront-autoreg .btn-topup:hover,
.storefront-autoreg .btn-login:hover,
.storefront-autoreg .btn-browse-products:hover,
.storefront-autoreg .btn-view-history:hover,
.storefront-autoreg .btn-view-orders:hover,
.storefront-autoreg .btn-refresh-prices:hover,
.storefront-autoreg .btn-apply-coupon:hover {
    background: var(--autoreg-accent-soft);
    border-color: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .btn-clear-cart,
.storefront-autoreg .btn-remove-coupon,
.storefront-autoreg .cart-item-remove {
    border-radius: var(--autoreg-radius-m);
}

.storefront-autoreg .cart-page-header-bg {
    background: var(--autoreg-dark);
    background-image: url("img/bg.png");
    background-size: cover;
}

.storefront-autoreg .cart-page-header-icon {
    background: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .user-form-card {
    max-width: 520px;
    margin-inline: auto;
    padding: 28px;
}

.storefront-autoreg .user-form-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--autoreg-text);
}

.storefront-autoreg .user-form-title p,
.storefront-autoreg .user-form-remind {
    color: var(--autoreg-muted);
}

.storefront-autoreg .social-login-divider span {
    background: var(--autoreg-surface);
}

.storefront-autoreg .inner-section,
.storefront-autoreg .profile-part,
.storefront-autoreg .support-tickets-page,
.storefront-autoreg .affiliate-page,
.storefront-autoreg .favorites-page,
.storefront-autoreg .contact-part,
.storefront-autoreg .news-page {
    background: var(--autoreg-bg);
    overflow: visible;
}

.storefront-autoreg .inner-section,
.storefront-autoreg .profile-part,
.storefront-autoreg .support-tickets-page,
.storefront-autoreg .affiliate-page,
.storefront-autoreg .favorites-page,
.storefront-autoreg .contact-part,
.storefront-autoreg .news-page {
    padding: 34px 0 70px !important;
}

.storefront-autoreg .inner-section .row,
.storefront-autoreg .profile-part .row,
.storefront-autoreg .support-tickets-page .row,
.storefront-autoreg .affiliate-page .row,
.storefront-autoreg .favorites-page .row,
.storefront-autoreg .contact-part .row,
.storefront-autoreg .news-page .row {
    row-gap: 24px;
}

.storefront-autoreg .inner-section [class*="col-"],
.storefront-autoreg .profile-part [class*="col-"],
.storefront-autoreg .support-tickets-page [class*="col-"],
.storefront-autoreg .affiliate-page [class*="col-"],
.storefront-autoreg .favorites-page [class*="col-"],
.storefront-autoreg .contact-part [class*="col-"],
.storefront-autoreg .news-page [class*="col-"],
.storefront-autoreg .orders-main {
    min-width: 0;
}

.storefront-autoreg .orders-main {
    overflow: visible;
}

.storefront-autoreg .client-sidebar,
.storefront-autoreg .card-modern,
.storefront-autoreg .data-card-header,
.storefront-autoreg .data-filter-section,
.storefront-autoreg .data-table-wrapper,
.storefront-autoreg .orders-header,
.storefront-autoreg .orders-filter-tabs,
.storefront-autoreg .orders-table-wrapper,
.storefront-autoreg .ticket-card-header,
.storefront-autoreg .ticket-filter-section,
.storefront-autoreg .ticket-table-wrapper,
.storefront-autoreg .ticket-stat-card,
.storefront-autoreg .affiliate-page-header,
.storefront-autoreg .affiliate-table-card,
.storefront-autoreg .affiliate-link-card,
.storefront-autoreg .affiliate-progress-card,
.storefront-autoreg .affiliate-note-box,
.storefront-autoreg .affiliate-breakdown-card,
.storefront-autoreg .affiliate-withdraw-card,
.storefront-autoreg .affiliate-stat-card {
    border: 0;
    border-radius: var(--autoreg-radius-l);
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.07);
}

.storefront-autoreg .client-sidebar {
    position: sticky;
    top: 18px;
    padding: 14px;
    overflow: visible;
}

.storefront-autoreg .sidebar-user-card {
    min-height: 112px;
    padding: 16px;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-dark);
    background-image: url("img/bg.png");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.storefront-autoreg .sidebar-user-avatar {
    position: relative;
    flex: 0 0 auto;
}

.storefront-autoreg .sidebar-user-avatar img {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    object-fit: cover;
}

.storefront-autoreg .user-status-dot {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--autoreg-accent);
}

.storefront-autoreg .sidebar-user-name {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.storefront-autoreg .sidebar-user-balance {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
}

.storefront-autoreg .sidebar-menu {
    margin-top: 14px;
}

.storefront-autoreg .sidebar-menu-label {
    margin: 18px 10px 8px;
    color: var(--autoreg-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.storefront-autoreg .sidebar-menu-item {
    min-height: 43px;
    margin: 4px 0;
    padding: 0 12px;
    border-radius: var(--autoreg-radius-m);
    color: var(--autoreg-text);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.storefront-autoreg .sidebar-menu-item i {
    width: 18px;
    text-align: center;
    color: inherit;
}

.storefront-autoreg .sidebar-menu-item:hover,
.storefront-autoreg .sidebar-menu-item.active {
    background: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .menu-badge {
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    padding: 0 5px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.storefront-autoreg .sidebar-footer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--autoreg-border);
}

.storefront-autoreg .sidebar-logout-btn {
    min-height: 43px;
    padding: 0 12px;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
    color: #e03131;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
}

.storefront-autoreg .sidebar-logout-btn:hover {
    background: #ffe3e3;
    color: #c92a2a;
}

.storefront-autoreg .card-modern {
    margin-bottom: 24px;
    overflow: visible;
}

.storefront-autoreg .card-modern-header,
.storefront-autoreg .affiliate-table-header,
.storefront-autoreg .affiliate-withdraw-header {
    min-height: 68px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--autoreg-border);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.storefront-autoreg .card-modern-header h5,
.storefront-autoreg .affiliate-table-title,
.storefront-autoreg .affiliate-withdraw-title {
    margin: 0;
    color: var(--autoreg-text);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.storefront-autoreg .card-modern-header h5 i,
.storefront-autoreg .affiliate-table-title i,
.storefront-autoreg .affiliate-withdraw-title i {
    width: 38px;
    height: 38px;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.storefront-autoreg .card-modern-body,
.storefront-autoreg .affiliate-table-body,
.storefront-autoreg .affiliate-withdraw-body {
    padding: 22px;
}

.storefront-autoreg .wallet-modern-showcase,
.storefront-autoreg .affiliate-balance-card {
    margin-bottom: 24px;
    padding: 28px;
    border-radius: var(--autoreg-radius-l);
    background: var(--autoreg-dark);
    background-image: url("img/bg.png");
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 10px 40px rgba(1, 1, 1, 0.16);
    overflow: hidden;
}

.storefront-autoreg .wallet-modern-label,
.storefront-autoreg .affiliate-balance-label {
    color: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.storefront-autoreg .wallet-modern-amount,
.storefront-autoreg .affiliate-balance-value {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    word-break: break-word;
}

.storefront-autoreg .wallet-stats-grid,
.storefront-autoreg .affiliate-mini-stats {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.storefront-autoreg .wallet-stat-item,
.storefront-autoreg .affiliate-mini-stat {
    padding: 14px;
    border-radius: var(--autoreg-radius-m);
    background: rgba(255, 255, 255, 0.1);
}

.storefront-autoreg .wallet-stat-label,
.storefront-autoreg .affiliate-mini-stat-label {
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
}

.storefront-autoreg .wallet-stat-value,
.storefront-autoreg .affiliate-mini-stat-value {
    margin-top: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    word-break: break-word;
}

.storefront-autoreg .profile-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.storefront-autoreg .profile-info-item,
.storefront-autoreg .security-setting-item,
.storefront-autoreg .twofa-note,
.storefront-autoreg .session-item,
.storefront-autoreg .crypto-rate-box,
.storefront-autoreg .crypto-received-box,
.storefront-autoreg .crypto-info-box,
.storefront-autoreg .received-amount-box-enhanced,
.storefront-autoreg .payment-info-item,
.storefront-autoreg .affiliate-withdraw-info,
.storefront-autoreg .affiliate-progress-note {
    border: 0 !important;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6 !important;
    color: var(--autoreg-text);
}

.storefront-autoreg .profile-info-item {
    min-width: 0;
    padding: 16px;
}

.storefront-autoreg .profile-info-label,
.storefront-autoreg .security-setting-title,
.storefront-autoreg .crypto-input-label,
.storefront-autoreg .form-label,
.storefront-autoreg .affiliate-form-label,
.storefront-autoreg .ticket-form-label,
.storefront-autoreg .data-filter-group label,
.storefront-autoreg .ticket-filter-group label,
.storefront-autoreg .affiliate-filter-group label {
    color: var(--autoreg-text);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
}

.storefront-autoreg .profile-info-label {
    color: var(--autoreg-muted);
}

.storefront-autoreg .profile-info-value {
    margin-top: 8px;
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.storefront-autoreg .security-setting-item {
    margin-bottom: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.storefront-autoreg .security-setting-desc,
.storefront-autoreg .data-subtitle,
.storefront-autoreg .orders-subtitle,
.storefront-autoreg .ticket-subtitle,
.storefront-autoreg .affiliate-page-subtitle,
.storefront-autoreg .affiliate-amount-muted,
.storefront-autoreg .form-info,
.storefront-autoreg .form-info small,
.storefront-autoreg .crypto-rate-text,
.storefront-autoreg .crypto-info-text,
.storefront-autoreg .page-info {
    color: var(--autoreg-muted) !important;
}

.storefront-autoreg .switch {
    position: relative;
    width: 48px;
    height: 28px;
}

.storefront-autoreg .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.storefront-autoreg .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border-radius: 999px;
    background: #d9d9d9;
    transition: background-color 0.2s ease;
}

.storefront-autoreg .slider::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.storefront-autoreg .switch input:checked + .slider {
    background: var(--autoreg-accent);
}

.storefront-autoreg .switch input:checked + .slider::before {
    transform: translateX(20px);
}

.storefront-autoreg .twofa-qr-container {
    margin-top: 16px;
    padding: 18px;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
    text-align: center;
}

.storefront-autoreg .twofa-qr-image,
.storefront-autoreg .qr-container img,
.storefront-autoreg .crypto-logo-box img {
    border-radius: var(--autoreg-radius-m);
}

.storefront-autoreg .twofa-input-group {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.storefront-autoreg .sessions-header,
.storefront-autoreg .data-header-info,
.storefront-autoreg .orders-header-info,
.storefront-autoreg .ticket-header-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.storefront-autoreg .sessions-header {
    justify-content: space-between;
    margin-bottom: 14px;
}

.storefront-autoreg .sessions-header h5 {
    margin: 0;
    color: var(--autoreg-text);
    font-size: 16px;
    font-weight: 800;
}

.storefront-autoreg .session-item {
    margin-top: 10px;
    padding: 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.storefront-autoreg .session-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--autoreg-radius-m);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.storefront-autoreg .session-info h6 {
    margin: 0;
    color: var(--autoreg-text);
    font-size: 14px;
    font-weight: 800;
}

.storefront-autoreg .session-details {
    margin-top: 5px;
    color: var(--autoreg-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
}

.storefront-autoreg .badge-current,
.storefront-autoreg .affiliate-rate-badge,
.storefront-autoreg .affiliate-table-badge,
.storefront-autoreg .affiliate-commission-badge,
.storefront-autoreg .affiliate-trans-badge,
.storefront-autoreg .affiliate-status-badge,
.storefront-autoreg .affiliate-type-badge {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--autoreg-accent-soft);
    color: #097239;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
}

.storefront-autoreg .empty-state,
.storefront-autoreg .data-empty-state,
.storefront-autoreg .orders-empty,
.storefront-autoreg .ticket-empty-state,
.storefront-autoreg .affiliate-table-empty {
    padding: 34px 18px;
    color: var(--autoreg-muted);
    text-align: center;
}

.storefront-autoreg .empty-state i,
.storefront-autoreg .data-empty-icon,
.storefront-autoreg .ticket-empty-icon,
.storefront-autoreg .affiliate-table-empty-icon {
    color: var(--autoreg-accent);
}

.storefront-autoreg .data-card-header,
.storefront-autoreg .orders-header,
.storefront-autoreg .ticket-card-header,
.storefront-autoreg .affiliate-page-header {
    margin-bottom: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.storefront-autoreg .data-header-icon,
.storefront-autoreg .orders-header-icon,
.storefront-autoreg .ticket-header-icon,
.storefront-autoreg .ticket-stat-icon,
.storefront-autoreg .affiliate-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 auto;
}

.storefront-autoreg .data-card-title,
.storefront-autoreg .orders-title,
.storefront-autoreg .ticket-card-title,
.storefront-autoreg .affiliate-page-title {
    margin: 0;
    color: var(--autoreg-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.storefront-autoreg .data-filter-section,
.storefront-autoreg .ticket-filter-section,
.storefront-autoreg .orders-filter-tabs {
    margin-bottom: 16px;
    padding: 16px;
}

.storefront-autoreg .data-filter-grid,
.storefront-autoreg .ticket-filter-grid,
.storefront-autoreg .affiliate-filter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: end;
}

.storefront-autoreg .affiliate-filter-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.storefront-autoreg .data-filter-actions,
.storefront-autoreg .ticket-filter-actions,
.storefront-autoreg .affiliate-filter-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.storefront-autoreg .filter-select,
.storefront-autoreg .form-select,
.storefront-autoreg .input-style,
.storefront-autoreg .custom-form-input,
.storefront-autoreg .crypto-input-field,
.storefront-autoreg .affiliate-form-input,
.storefront-autoreg .affiliate-form-select,
.storefront-autoreg .affiliate-filter-input,
.storefront-autoreg .affiliate-filter-select,
.storefront-autoreg .affiliate-link-input,
.storefront-autoreg .ticket-form-control,
.storefront-autoreg .orders-search-form input {
    min-height: 44px;
    border: 0 !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
    color: #111 !important;
    box-shadow: none !important;
    font-size: 14px;
}

.storefront-autoreg .filter-select:focus,
.storefront-autoreg .form-select:focus,
.storefront-autoreg .input-style:focus,
.storefront-autoreg .custom-form-input:focus,
.storefront-autoreg .crypto-input-field:focus,
.storefront-autoreg .affiliate-form-input:focus,
.storefront-autoreg .affiliate-form-select:focus,
.storefront-autoreg .affiliate-filter-input:focus,
.storefront-autoreg .affiliate-filter-select:focus,
.storefront-autoreg .affiliate-link-input:focus,
.storefront-autoreg .ticket-form-control:focus,
.storefront-autoreg .orders-search-form input:focus {
    box-shadow: 0 0 0 2px rgba(143, 244, 81, 0.55) !important;
}

.storefront-autoreg .shop-widget-btn,
.storefront-autoreg .security-update-btn,
.storefront-autoreg .btn-save,
.storefront-autoreg .form-btn,
.storefront-autoreg .create-invoice-btn-enhanced,
.storefront-autoreg .crypto-submit-btn,
.storefront-autoreg .btn-filter-search,
.storefront-autoreg .btn-load-more,
.storefront-autoreg .btn-create-ticket,
.storefront-autoreg .affiliate-submit-btn,
.storefront-autoreg .affiliate-action-btn.primary,
.storefront-autoreg .affiliate-balance-btn,
.storefront-autoreg .affiliate-filter-btn.primary,
.storefront-autoreg .affiliate-breakdown-btn.filled,
.storefront-autoreg .affiliate-copy-btn,
.storefront-autoreg .btn-primary,
.storefront-autoreg .custom-btn-primary {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: var(--autoreg-accent) !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: none !important;
}

.storefront-autoreg .shop-widget-btn:hover,
.storefront-autoreg .security-update-btn:hover,
.storefront-autoreg .btn-save:hover,
.storefront-autoreg .form-btn:hover,
.storefront-autoreg .create-invoice-btn-enhanced:hover,
.storefront-autoreg .crypto-submit-btn:hover,
.storefront-autoreg .btn-filter-search:hover,
.storefront-autoreg .btn-load-more:hover,
.storefront-autoreg .btn-create-ticket:hover,
.storefront-autoreg .affiliate-submit-btn:hover,
.storefront-autoreg .affiliate-action-btn.primary:hover,
.storefront-autoreg .affiliate-balance-btn:hover,
.storefront-autoreg .affiliate-filter-btn.primary:hover,
.storefront-autoreg .affiliate-breakdown-btn.filled:hover,
.storefront-autoreg .affiliate-copy-btn:hover,
.storefront-autoreg .btn-primary:hover,
.storefront-autoreg .custom-btn-primary:hover {
    border-color: var(--autoreg-accent) !important;
    background: var(--autoreg-accent-soft) !important;
    color: #000 !important;
}

.storefront-autoreg-home .products-load-more .btn-load-more {
    min-width: 0;
    min-height: 42px !important;
    height: 42px;
    padding: 0 18px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: var(--autoreg-surface) !important;
    color: var(--autoreg-text) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 6px 14.4px rgba(0, 0, 0, 0.06) !important;
}

.storefront-autoreg-home .products-load-more .btn-load-more:hover {
    border-color: rgba(15, 23, 42, 0.12) !important;
    background: var(--autoreg-control-hover) !important;
    color: var(--autoreg-text) !important;
    box-shadow: none !important;
    transform: translateY(-1px);
}

[data-theme="dark"] .storefront-autoreg-home .products-load-more .btn-load-more {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: var(--autoreg-control-bg) !important;
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg-home .products-load-more .btn-load-more:hover {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: var(--autoreg-control-hover) !important;
    color: #fff !important;
}

.storefront-autoreg .btn-filter-reset,
.storefront-autoreg .logout-all-btn,
.storefront-autoreg .btn-logout-session,
.storefront-autoreg .affiliate-filter-btn.danger,
.storefront-autoreg .affiliate-action-btn.outline,
.storefront-autoreg .affiliate-breakdown-btn.outline,
.storefront-autoreg .btn-outline-primary,
.storefront-autoreg .custom-btn-secondary,
.storefront-autoreg .copy-btn {
    min-height: 38px;
    padding: 0 14px;
    border: 0 !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
    color: var(--autoreg-text) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none !important;
}

.storefront-autoreg .btn-filter-reset:hover,
.storefront-autoreg .logout-all-btn:hover,
.storefront-autoreg .btn-logout-session:hover,
.storefront-autoreg .affiliate-filter-btn.danger:hover,
.storefront-autoreg .affiliate-action-btn.outline:hover,
.storefront-autoreg .affiliate-breakdown-btn.outline:hover,
.storefront-autoreg .btn-outline-primary:hover,
.storefront-autoreg .custom-btn-secondary:hover,
.storefront-autoreg .copy-btn:hover {
    background: var(--autoreg-accent-soft) !important;
    color: #000 !important;
}

.storefront-autoreg .crypto-logo-box {
    margin-bottom: 18px;
    text-align: center;
}

.storefront-autoreg .crypto-logo-box img {
    max-width: 120px;
    height: auto;
}

.storefront-autoreg .crypto-input-group,
.storefront-autoreg .affiliate-form-group,
.storefront-autoreg .ticket-form-group {
    margin-bottom: 16px;
}

.storefront-autoreg .crypto-rate-box,
.storefront-autoreg .crypto-received-box,
.storefront-autoreg .crypto-info-box,
.storefront-autoreg .received-amount-box-enhanced {
    margin-top: 10px;
    padding: 14px;
}

.storefront-autoreg .crypto-received-amount,
.storefront-autoreg .received-amount-box-enhanced .value {
    margin-top: 6px;
    color: var(--autoreg-text);
    font-size: 22px;
    font-weight: 800;
}

.storefront-autoreg .payment-info-container .row {
    row-gap: 24px;
}

.storefront-autoreg .bank-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.storefront-autoreg .bank-info-table th,
.storefront-autoreg .bank-info-table td {
    padding: 12px 14px;
    border: 0;
    background: #f6f6f6;
    color: var(--autoreg-text);
    vertical-align: middle;
}

.storefront-autoreg .bank-info-table th {
    width: 210px;
    border-radius: var(--autoreg-radius-m) 0 0 var(--autoreg-radius-m);
    color: var(--autoreg-muted);
    font-size: 12px;
    font-weight: 800;
}

.storefront-autoreg .bank-info-table td {
    border-radius: 0 var(--autoreg-radius-m) var(--autoreg-radius-m) 0;
    font-weight: 700;
}

.storefront-autoreg code {
    padding: 4px 7px;
    border-radius: 7px;
    background: rgba(143, 244, 81, 0.18);
    color: #087f3f;
    font-weight: 800;
}

.storefront-autoreg .qr-container {
    padding: 16px;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
    text-align: center;
}

.storefront-autoreg .countdown-container {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.storefront-autoreg .countdown-item {
    min-width: 64px;
    padding: 10px;
    border-radius: var(--autoreg-radius-m);
    background: #fff;
}

.storefront-autoreg .countdown-value {
    color: var(--autoreg-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.storefront-autoreg .countdown-label {
    margin-top: 5px;
    color: var(--autoreg-muted);
    font-size: 11px;
    font-weight: 700;
}

.storefront-autoreg .method-card,
.storefront-autoreg .payssion-method-card {
    border: 2px solid transparent !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
    color: var(--autoreg-text) !important;
    box-shadow: none !important;
}

.storefront-autoreg .method-card.active,
.storefront-autoreg .payssion-method-card.active {
    border-color: var(--autoreg-accent) !important;
    background: var(--autoreg-accent-soft) !important;
}

.storefront-autoreg .top-filter,
.storefront-autoreg .bottom-paginate,
.storefront-autoreg .affiliate-pagination-wrapper {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.storefront-autoreg .filter-show,
.storefront-autoreg .filter-short {
    display: flex;
    align-items: center;
    gap: 8px;
}

.storefront-autoreg .filter-label {
    margin: 0;
    color: var(--autoreg-muted);
    font-size: 12px;
    font-weight: 700;
}

.storefront-autoreg .table-scroll,
.storefront-autoreg .table-responsive,
.storefront-autoreg .data-table-wrapper,
.storefront-autoreg .orders-table-wrapper,
.storefront-autoreg .ticket-table-wrapper,
.storefront-autoreg .affiliate-table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.storefront-autoreg .table,
.storefront-autoreg .data-table,
.storefront-autoreg .orders-table,
.storefront-autoreg .ticket-table,
.storefront-autoreg .affiliate-table,
.storefront-autoreg .api-params-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--autoreg-text);
}

.storefront-autoreg .table thead th,
.storefront-autoreg .data-table thead th,
.storefront-autoreg .orders-table thead th,
.storefront-autoreg .ticket-table thead th,
.storefront-autoreg .affiliate-table thead th {
    padding: 14px;
    border: 0;
    background: #f6f6f6;
    color: var(--autoreg-muted);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.storefront-autoreg .table tbody td,
.storefront-autoreg .table tfoot td,
.storefront-autoreg .data-table tbody td,
.storefront-autoreg .orders-table tbody td,
.storefront-autoreg .ticket-table tbody td,
.storefront-autoreg .affiliate-table tbody td {
    padding: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--autoreg-text);
    vertical-align: middle;
}

.storefront-autoreg .table tbody tr:hover td,
.storefront-autoreg .data-table tbody tr:hover td,
.storefront-autoreg .orders-table tbody tr:hover td,
.storefront-autoreg .ticket-table tbody tr:hover td,
.storefront-autoreg .affiliate-table tbody tr:hover td {
    background: rgba(143, 244, 81, 0.08);
}

.storefront-autoreg .orders-filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
}

.storefront-autoreg .filter-tab {
    min-height: 38px;
    padding: 0 14px;
    border-radius: var(--autoreg-radius-m);
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.storefront-autoreg .filter-tab.active,
.storefront-autoreg .filter-tab:hover {
    background: var(--autoreg-accent);
    color: #000;
}

.storefront-autoreg .orders-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.storefront-autoreg .ticket-stats-wrapper,
.storefront-autoreg .affiliate-stats-grid {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.storefront-autoreg .ticket-stat-card,
.storefront-autoreg .affiliate-stat-card {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.storefront-autoreg .ticket-stat-content h3,
.storefront-autoreg .affiliate-stat-value {
    margin: 0;
    color: var(--autoreg-text);
    font-size: 22px;
    font-weight: 800;
}

.storefront-autoreg .ticket-stat-content p,
.storefront-autoreg .affiliate-stat-label {
    margin: 4px 0 0;
    color: var(--autoreg-muted);
    font-size: 12px;
    font-weight: 700;
}

.storefront-autoreg .affiliate-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.storefront-autoreg .affiliate-link-card,
.storefront-autoreg .affiliate-progress-card,
.storefront-autoreg .affiliate-note-box,
.storefront-autoreg .affiliate-breakdown-card,
.storefront-autoreg .affiliate-withdraw-card {
    margin-bottom: 24px;
    padding: 22px;
}

.storefront-autoreg .affiliate-link-title,
.storefront-autoreg .affiliate-progress-header h5,
.storefront-autoreg .affiliate-note-title,
.storefront-autoreg .affiliate-breakdown-title {
    margin: 0 0 14px;
    color: var(--autoreg-text);
    font-size: 18px;
    font-weight: 800;
}

.storefront-autoreg .affiliate-link-input-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.storefront-autoreg .affiliate-social-share,
.storefront-autoreg .affiliate-balance-btns,
.storefront-autoreg .affiliate-balance-actions,
.storefront-autoreg .affiliate-breakdown-actions,
.storefront-autoreg .affiliate-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.storefront-autoreg .affiliate-social-btn {
    width: 40px;
    height: 40px;
    border-radius: var(--autoreg-radius-m);
    background: #f6f6f6;
    color: var(--autoreg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.storefront-autoreg .affiliate-progress-bar {
    height: 10px;
    border-radius: 999px;
    background: #f6f6f6;
    overflow: hidden;
}

.storefront-autoreg .affiliate-progress-fill {
    height: 100%;
    border-radius: inherit;
    background: var(--autoreg-accent);
}

.storefront-autoreg .affiliate-breakdown-row {
    min-height: 44px;
    border-bottom: 1px solid var(--autoreg-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.storefront-autoreg .affiliate-breakdown-label {
    color: var(--autoreg-muted) !important;
    font-weight: 700;
}

.storefront-autoreg .affiliate-breakdown-value,
.storefront-autoreg .affiliate-amount {
    color: var(--autoreg-text) !important;
    font-weight: 800;
}

.storefront-autoreg .custom-modal-overlay,
.storefront-autoreg .ticket-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.55);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.storefront-autoreg .custom-modal,
.storefront-autoreg .ticket-modal-container,
.storefront-autoreg .ticket-modal-content {
    width: min(100%, 560px);
    border: 0;
    border-radius: var(--autoreg-radius-l);
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    box-shadow: var(--autoreg-shadow);
    overflow: hidden;
}

.storefront-autoreg .ticket-modal-container {
    width: min(100%, 760px);
}

.storefront-autoreg .ticket-modal-content {
    width: 100%;
}

.storefront-autoreg .custom-modal-header,
.storefront-autoreg .custom-modal-header[style],
.storefront-autoreg .ticket-modal-header {
    padding: 18px 20px;
    border: 0;
    background: var(--autoreg-dark) !important;
    background-image: url("img/bg.png") !important;
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.storefront-autoreg .custom-modal-header h5,
.storefront-autoreg .ticket-modal-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.storefront-autoreg .custom-modal-close,
.storefront-autoreg .ticket-modal-close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.storefront-autoreg .custom-modal-body,
.storefront-autoreg .ticket-modal-body {
    padding: 22px;
}

.storefront-autoreg .custom-modal-footer,
.storefront-autoreg .ticket-modal-footer {
    padding: 16px 22px 22px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.storefront-autoreg .single-banner,
.storefront-autoreg .news-page-header {
    margin: 0 0 30px;
    padding: 30px 0 34px;
    border-radius: 0 0 var(--autoreg-radius-l) var(--autoreg-radius-l);
    background: var(--autoreg-dark) !important;
    background-image: url("img/bg.png") !important;
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    overflow: hidden;
}

.storefront-autoreg .single-banner::before,
.storefront-autoreg .single-banner::after,
.storefront-autoreg .news-page-header::before,
.storefront-autoreg .news-page-header::after {
    display: none !important;
}

.storefront-autoreg .single-banner h2,
.storefront-autoreg .news-page-title {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
}

.storefront-autoreg .single-banner .breadcrumb,
.storefront-autoreg .news-breadcrumb,
.storefront-autoreg .news-page-desc,
.storefront-autoreg .news-page-meta {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.storefront-autoreg .single-banner .breadcrumb a,
.storefront-autoreg .single-banner .breadcrumb-item,
.storefront-autoreg .news-breadcrumb a,
.storefront-autoreg .news-breadcrumb .separator,
.storefront-autoreg .news-breadcrumb .current,
.storefront-autoreg .news-page-meta-item {
    color: inherit;
}

.storefront-autoreg .single-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.52);
}

.storefront-autoreg .contact-card,
.storefront-autoreg .account-card,
.storefront-autoreg .favorites-page-header,
.storefront-autoreg .favorites-filters,
.storefront-autoreg .favorite-item,
.storefront-autoreg .favorites-empty,
.storefront-autoreg .news-card,
.storefront-autoreg .news-card-horizontal,
.storefront-autoreg .news-widget,
.storefront-autoreg .news-filters,
.storefront-autoreg .news-pagination,
.storefront-autoreg .news-empty,
.storefront-autoreg .article-container,
.storefront-autoreg .article-nav-item,
.storefront-autoreg .related-posts,
.storefront-autoreg .news-hero-main,
.storefront-autoreg .news-hero-side-item {
    border: 0 !important;
    border-radius: var(--autoreg-radius-l) !important;
    background: var(--autoreg-surface) !important;
    color: var(--autoreg-text);
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.07) !important;
}

.storefront-autoreg .contact-card {
    height: 100%;
    min-height: 230px;
    padding: 24px;
    text-align: left;
}

.storefront-autoreg .contact-card i,
.storefront-autoreg .favorites-page-header-icon,
.storefront-autoreg .favorites-empty-icon,
.storefront-autoreg .news-empty-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--autoreg-radius-m);
    background: var(--autoreg-accent);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.storefront-autoreg .contact-card h4,
.storefront-autoreg .favorites-page-header-title,
.storefront-autoreg .favorites-empty-title,
.storefront-autoreg .news-section-title,
.storefront-autoreg .news-widget-title,
.storefront-autoreg .news-card-title,
.storefront-autoreg .article-content h1,
.storefront-autoreg .article-content h2,
.storefront-autoreg .article-content h3,
.storefront-autoreg .article-content h4,
.storefront-autoreg .article-content h5,
.storefront-autoreg .article-content h6 {
    color: var(--autoreg-text) !important;
    font-weight: 800;
}

.storefront-autoreg .contact-card p,
.storefront-autoreg .favorites-page-header-count,
.storefront-autoreg .favorites-empty-text,
.storefront-autoreg .news-card-excerpt,
.storefront-autoreg .news-card-meta,
.storefront-autoreg .news-card-author-name,
.storefront-autoreg .news-popular-meta,
.storefront-autoreg .article-content,
.storefront-autoreg .article-excerpt p {
    color: var(--autoreg-muted) !important;
}

.storefront-autoreg .account-card {
    padding: 22px !important;
}

.storefront-autoreg .favorites-page-header {
    margin-bottom: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.storefront-autoreg .favorites-page-header-content {
    min-width: 0;
    flex: 1 1 auto;
}

.storefront-autoreg .favorites-page-header-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.storefront-autoreg .favorites-page-header-count {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.storefront-autoreg .favorites-page-header-actions {
    margin-left: auto;
}

.storefront-autoreg .favorites-filters {
    margin-bottom: 16px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.storefront-autoreg .favorites-filter-btn,
.storefront-autoreg .btn-add-new,
.storefront-autoreg .favorite-item-btn-view,
.storefront-autoreg .favorites-empty-btn,
.storefront-autoreg .news-empty-btn,
.storefront-autoreg .news-search-btn {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid transparent !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: var(--autoreg-accent) !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none !important;
}

.storefront-autoreg .favorites-filter-btn:not(.active),
.storefront-autoreg .favorite-item-btn-remove,
.storefront-autoreg .article-tag,
.storefront-autoreg .news-clear-btn,
.storefront-autoreg .news-category-link,
.storefront-autoreg .news-popular-item {
    border: 0 !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
    color: var(--autoreg-text) !important;
}

.storefront-autoreg .favorite-item {
    margin-bottom: 12px;
    padding: 16px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
}

.storefront-autoreg .favorite-item-image,
.storefront-autoreg .favorite-item-image img,
.storefront-autoreg .favorite-item-placeholder {
    width: 92px;
    height: 92px;
    border-radius: var(--autoreg-radius-m);
    object-fit: contain;
    background: #f6f6f6;
}

.storefront-autoreg .favorite-item-content,
.storefront-autoreg .favorite-item-title,
.storefront-autoreg .favorite-item-title a {
    min-width: 0;
    color: var(--autoreg-text);
}

.storefront-autoreg .favorite-item-title {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.35;
    word-break: break-word;
}

.storefront-autoreg .favorite-item-header,
.storefront-autoreg .favorite-item-meta,
.storefront-autoreg .favorite-item-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.storefront-autoreg .favorite-item-badge,
.storefront-autoreg .favorite-item-date,
.storefront-autoreg .favorite-item-sale,
.storefront-autoreg .news-card-category,
.storefront-autoreg .news-card-featured,
.storefront-autoreg .news-filter-tag,
.storefront-autoreg .news-page-meta-item.featured,
.storefront-autoreg .news-hero-main-category,
.storefront-autoreg .news-hero-side-category {
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--autoreg-accent-soft) !important;
    color: #097239 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
}

.storefront-autoreg .favorite-item-price-current {
    color: var(--autoreg-text);
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.storefront-autoreg .favorite-item-price-original {
    color: var(--autoreg-muted);
    font-size: 12px;
}

.storefront-autoreg .favorite-item-btn-remove {
    width: 42px;
    height: 42px;
    color: #e03131 !important;
}

.storefront-autoreg .favorites-empty {
    padding: 34px 18px;
    text-align: center;
}

.storefront-autoreg .news-page {
    padding-top: 34px !important;
}

.storefront-autoreg .news-hero {
    padding: 0 0 30px;
}

.storefront-autoreg .news-section-header {
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.storefront-autoreg .news-section-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.storefront-autoreg .news-section-title::before {
    background: var(--autoreg-accent);
}

.storefront-autoreg .news-grid,
.storefront-autoreg .related-posts-grid {
    gap: 18px;
}

.storefront-autoreg .news-card,
.storefront-autoreg .news-card-link {
    min-width: 0;
    overflow: hidden;
}

.storefront-autoreg .news-card-link {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.storefront-autoreg .news-card-image {
    background: #f6f6f6;
}

.storefront-autoreg .news-card-thumbnail,
.storefront-autoreg .article-thumbnail,
.storefront-autoreg .news-hero-main-image,
.storefront-autoreg .news-hero-side-image {
    object-fit: cover;
}

.storefront-autoreg .news-card-body,
.storefront-autoreg .news-widget-body,
.storefront-autoreg .article-content-wrapper {
    padding: 18px;
}

.storefront-autoreg .news-card-footer,
.storefront-autoreg .article-footer,
.storefront-autoreg .news-widget-header {
    border-color: var(--autoreg-border) !important;
}

.storefront-autoreg .news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.storefront-autoreg .news-widget {
    margin-bottom: 0;
    overflow: hidden;
}

.storefront-autoreg .news-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
}

.storefront-autoreg .news-search-input {
    min-height: 44px;
    border: 0 !important;
    border-radius: var(--autoreg-radius-m) 0 0 var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
    color: #111;
}

.storefront-autoreg .news-search-btn {
    width: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 0 var(--autoreg-radius-m) var(--autoreg-radius-m) 0 !important;
}

.storefront-autoreg .news-category-link,
.storefront-autoreg .news-popular-item {
    min-height: 42px;
    padding: 10px 12px;
}

.storefront-autoreg .news-category-link.active,
.storefront-autoreg .news-category-link:hover,
.storefront-autoreg .news-popular-item:hover,
.storefront-autoreg .favorites-filter-btn.active {
    background: var(--autoreg-accent) !important;
    color: #000 !important;
}

.storefront-autoreg .article-container {
    overflow: hidden;
}

.storefront-autoreg .article-excerpt,
.storefront-autoreg .article-content blockquote,
.storefront-autoreg .article-content pre {
    border: 0 !important;
    border-radius: var(--autoreg-radius-m) !important;
    background: #f6f6f6 !important;
}

.storefront-autoreg .article-content img,
.storefront-autoreg .article-content iframe,
.storefront-autoreg .article-content video {
    max-width: 100%;
    height: auto;
}

.storefront-autoreg .article-share-buttons,
.storefront-autoreg .article-tags-list,
.storefront-autoreg .article-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.storefront-autoreg .article-share-btn {
    min-height: 40px;
    border: 0;
    border-radius: var(--autoreg-radius-m);
}

.footer-modern,
.storefront-autoreg .footer-modern {
    margin-top: 40px;
    padding: 26px 0 28px;
    background: #111217;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-modern::before,
.storefront-autoreg .footer-modern::before {
    display: none;
}

.footer-modern-content,
.storefront-autoreg .footer-modern-content {
    padding: 0;
}

.footer-modern-widget,
.storefront-autoreg .footer-modern-widget {
    min-height: 0;
    margin: 0;
}

.footer-modern-logo,
.storefront-autoreg .footer-modern-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.footer-modern-grid,
.storefront-autoreg .footer-modern-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) repeat(2, minmax(160px, 0.48fr));
    align-items: flex-start;
    gap: 24px 64px;
    margin: 0;
}

.footer-modern-grid > [class*="col-"],
.storefront-autoreg .footer-modern-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    flex: none;
}

.footer-modern-logo img,
.storefront-autoreg .footer-modern-logo img {
    width: 40px;
    max-width: none;
    height: 40px;
    object-fit: contain;
}

.footer-modern-brandname,
.storefront-autoreg .footer-modern-brandname {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.footer-modern-desc,
.storefront-autoreg .footer-modern-desc {
    max-width: 360px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42;
}

.footer-modern-solution,
.storefront-autoreg .footer-modern-solution {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 210px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.footer-modern-solution i,
.storefront-autoreg .footer-modern-solution i {
    width: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 22px;
    line-height: 1;
}

.footer-modern-title,
.storefront-autoreg .footer-modern-title {
    color: #fff;
    margin: 0 0 18px;
    padding: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.footer-modern-title::after,
.storefront-autoreg .footer-modern-title::after {
    display: none;
}

.footer-modern-links,
.storefront-autoreg .footer-modern-links {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-modern-links li,
.storefront-autoreg .footer-modern-links li {
    margin: 0;
}

.footer-modern-contact li,
.storefront-autoreg .footer-modern-contact li,
.footer-modern-links li a,
.storefront-autoreg .footer-modern-links li a {
    min-height: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.footer-modern-links li a::before,
.storefront-autoreg .footer-modern-links li a::before {
    display: none;
}

.footer-modern-contact li:hover,
.storefront-autoreg .footer-modern-contact li:hover,
.footer-modern-links li a:hover,
.storefront-autoreg .footer-modern-links li a:hover {
    color: var(--autoreg-accent);
    background: transparent;
}

.footer-modern-bottom,
.storefront-autoreg .footer-modern-bottom {
    padding: 16px 0;
    background: #101116;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-modern-copytext,
.storefront-autoreg .footer-modern-copytext,
.footer-modern-copytext a,
.storefront-autoreg .footer-modern-copytext a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.autoreg-side-rails {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 990;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.autoreg-side-rail {
    --rail-bg: var(--autoreg-accent);
    --rail-bg-hover: var(--autoreg-accent-soft);
    --rail-text: #071004;
    --rail-shadow: rgba(103, 232, 62, 0.18);
    --rail-border: rgba(17, 24, 39, 0.08);
    width: 48px;
    min-height: 164px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    position: relative;
    border: 1px solid var(--rail-border);
    border-right: 0;
    border-radius: 18px 0 0 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 42%),
        var(--rail-bg);
    color: var(--rail-text);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.14),
        0 10px 26px var(--rail-shadow);
    text-decoration: none;
    outline: none;
    pointer-events: auto;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.autoreg-side-rail::before {
    content: "";
    position: absolute;
    inset: 8px auto 8px 0;
    width: 1px;
    background: color-mix(in srgb, var(--rail-text) 14%, transparent);
}

.autoreg-side-rail--admin {
    --rail-bg: #161a22;
    --rail-bg-hover: #232936;
    --rail-text: #ffffff;
    --rail-shadow: rgba(245, 184, 75, 0.24);
    --rail-border: rgba(245, 184, 75, 0.28);
    min-height: 126px;
}

.autoreg-side-rail--admin::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #f5b84b;
    box-shadow: 0 0 0 4px rgba(245, 184, 75, 0.16);
}

.autoreg-side-rail__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 0 1px rgba(7, 16, 4, 0.07);
}

.autoreg-side-rail--admin .autoreg-side-rail__icon {
    background: rgba(245, 184, 75, 0.16);
    color: #f5b84b;
    box-shadow: inset 0 0 0 1px rgba(245, 184, 75, 0.2);
}

.autoreg-side-rail__label {
    display: inline-flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.autoreg-side-rail:hover,
.autoreg-side-rail:focus-visible {
    background: var(--rail-bg-hover);
    color: var(--rail-text);
    border-color: color-mix(in srgb, var(--rail-border) 70%, var(--rail-text) 30%);
    box-shadow:
        0 20px 48px rgba(15, 23, 42, 0.18),
        0 12px 32px var(--rail-shadow);
    transform: translateX(-4px);
}

.autoreg-side-rail img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    transform: none;
}

[data-theme="dark"] .autoreg-side-rail {
    border-color: rgba(255, 255, 255, 0.13);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.32),
        0 10px 26px var(--rail-shadow);
}

[data-theme="dark"] .autoreg-side-rail__icon {
    background: rgba(255, 255, 255, 0.78);
}

[data-theme="dark"] body.storefront-autoreg,
[data-theme="dark"] .storefront-autoreg {
    --autoreg-bg: #202020;
    --autoreg-surface: #282828;
    --autoreg-text: #ffffff;
    --autoreg-muted: #afafaf;
    --autoreg-row: rgba(217, 217, 217, 0.06);
    --autoreg-border: rgba(255, 255, 255, 0.12);
    --autoreg-accent-tint: rgba(143, 244, 81, 0.14);
    --autoreg-control-bg: rgba(255, 255, 255, 0.08);
    --autoreg-control-hover: rgba(255, 255, 255, 0.16);
    --autoreg-control-active: rgba(143, 244, 81, 0.18);
    --autoreg-control-active-icon: #ffffff;
    --autoreg-focus-ring: rgba(143, 244, 81, 0.14);
}

[data-theme="dark"] .storefront-autoreg .header-part {
    background: rgba(17, 18, 22, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .storefront-autoreg .autoreg-logo-name,
[data-theme="dark"] .storefront-autoreg .header-logo,
[data-theme="dark"] .storefront-autoreg .header-form input,
[data-theme="dark"] .storefront-autoreg .header-form button,
[data-theme="dark"] .storefront-autoreg .header-form .autoreg-search-clear,
[data-theme="dark"] .storefront-autoreg .header-widget,
[data-theme="dark"] .storefront-autoreg .autoreg-language__button,
[data-theme="dark"] .storefront-autoreg .autoreg-header-action,
[data-theme="dark"] .storefront-autoreg .autoreg-theme-widget {
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg .header-form,
[data-theme="dark"] .storefront-autoreg .header-widget,
[data-theme="dark"] .storefront-autoreg .autoreg-language__button,
[data-theme="dark"] .storefront-autoreg .autoreg-header-action,
[data-theme="dark"] .storefront-autoreg .autoreg-theme-widget,
[data-theme="dark"] .storefront-autoreg .header-user,
[data-theme="dark"] .storefront-autoreg .autoreg-mobile-catalog,
[data-theme="dark"] .storefront-autoreg .header-src {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .storefront-autoreg .header-form:focus-within {
    border-color: rgba(143, 244, 81, 0.35);
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 0 0 3px rgba(143, 244, 81, 0.14);
}

[data-theme="dark"] .storefront-autoreg .header-widget:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-language__button:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-language:focus-within .autoreg-language__button,
[data-theme="dark"] .storefront-autoreg .autoreg-header-action:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-theme-widget:hover,
[data-theme="dark"] .storefront-autoreg .header-user:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-mobile-catalog:hover,
[data-theme="dark"] .storefront-autoreg .header-src:hover {
    background: rgba(255, 255, 255, 0.16);
}

[data-theme="dark"] .storefront-autoreg .header-form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(17, 18, 22, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-results {
    scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-results::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    background-clip: content-box;
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-item:hover,
[data-theme="dark"] .storefront-autoreg .search-autocomplete-item.active {
    background: rgba(143, 244, 81, 0.14);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-image {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-name {
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-empty,
[data-theme="dark"] .storefront-autoreg .search-autocomplete-loading {
    color: rgba(255, 255, 255, 0.68);
}

[data-theme="dark"] .storefront-autoreg .search-autocomplete-footer {
    border-top-color: rgba(255, 255, 255, 0.12);
    background: rgba(17, 18, 22, 0.98);
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(17, 18, 22, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__list {
    scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    background-clip: content-box;
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__group + .autoreg-catalog-preview__group {
    border-top-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__group:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__children a:hover {
    background: rgba(143, 244, 81, 0.14);
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__heading,
[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__heading:hover,
[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__children a:hover {
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg .autoreg-catalog-preview__children a {
    color: rgba(255, 255, 255, 0.68);
}

[data-theme="dark"] .storefront-autoreg .autoreg-language__menu {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(17, 18, 22, 0.98);
    box-shadow: var(--autoreg-shadow);
}

[data-theme="dark"] .storefront-autoreg .autoreg-language__item {
    color: rgba(255, 255, 255, 0.78);
}

[data-theme="dark"] .storefront-autoreg .autoreg-language__item:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg .autoreg-language__item.active {
    background: var(--autoreg-accent-tint);
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg .autoreg-search-icon,
[data-theme="dark"] .storefront-autoreg .header-widget img,
[data-theme="dark"] .storefront-autoreg .autoreg-header-action img,
[data-theme="dark"] .storefront-autoreg .autoreg-theme-widget img,
[data-theme="dark"] .storefront-autoreg .autoreg-language__arrow {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .storefront-autoreg .autoreg-header-action--catalog {
    background: var(--autoreg-control-bg);
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg .autoreg-header-action--catalog:hover {
    background: var(--autoreg-control-active);
    color: var(--autoreg-control-active-icon) !important;
}

[data-theme="dark"] .storefront-autoreg .header-widget--catalog {
    background: var(--autoreg-control-bg);
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg .header-widget--catalog:hover {
    background: var(--autoreg-control-active);
    color: var(--autoreg-control-active-icon) !important;
    box-shadow: 0 0 0 1px rgba(143, 244, 81, 0.32);
}

[data-theme="dark"] .storefront-autoreg .header-widget--catalog img {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .storefront-autoreg .header-widget--catalog:hover img {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .storefront-autoreg .autoreg-language__flag,
[data-theme="dark"] .storefront-autoreg .autoreg-language__menu-flag {
    filter: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

[data-theme="dark"] .storefront-autoreg .header-widget sup,
[data-theme="dark"] .storefront-autoreg .header-cart-badge {
    border-color: rgba(17, 18, 22, 0.96);
}

[data-theme="dark"] .storefront-autoreg .btn-parent-category,
[data-theme="dark"] .storefront-autoreg .category-card,
[data-theme="dark"] .storefront-autoreg .products-filter-section,
[data-theme="dark"] .storefront-autoreg .product-plans-section,
[data-theme="dark"] .storefront-autoreg .product-order-section,
[data-theme="dark"] .storefront-autoreg .product-reviews-section,
[data-theme="dark"] .storefront-autoreg .cart-page-header,
[data-theme="dark"] .storefront-autoreg .cart-summary-card,
[data-theme="dark"] .storefront-autoreg .cart-items-card,
[data-theme="dark"] .storefront-autoreg .cart-items-wrapper,
[data-theme="dark"] .storefront-autoreg .cart-summary,
[data-theme="dark"] .storefront-autoreg .cart-coupon-card,
[data-theme="dark"] .storefront-autoreg .cart-payment-card,
[data-theme="dark"] .storefront-autoreg .cart-actions-card,
[data-theme="dark"] .storefront-autoreg .cart-empty,
[data-theme="dark"] .storefront-autoreg .user-form-card {
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    box-shadow: none;
}

[data-theme="dark"] .storefront-autoreg .filter-select,
[data-theme="dark"] .storefront-autoreg .filter-input,
[data-theme="dark"] .storefront-autoreg .form-control,
[data-theme="dark"] .storefront-autoreg .order-input,
[data-theme="dark"] .storefront-autoreg .qty-input,
[data-theme="dark"] .storefront-autoreg .coupon-input,
[data-theme="dark"] .storefront-autoreg .review-select,
[data-theme="dark"] .storefront-autoreg .review-textarea,
[data-theme="dark"] .storefront-autoreg .product-description-section,
[data-theme="dark"] .storefront-autoreg .selected-plan-description,
[data-theme="dark"] .storefront-autoreg .reviews-overview,
[data-theme="dark"] .storefront-autoreg .review-item,
[data-theme="dark"] .storefront-autoreg .order-form-card,
[data-theme="dark"] .storefront-autoreg .order-summary,
[data-theme="dark"] .storefront-autoreg .stock-info-card,
[data-theme="dark"] .storefront-autoreg .cart-items-header,
[data-theme="dark"] .storefront-autoreg .cart-summary-header,
[data-theme="dark"] .storefront-autoreg .cart-coupon-header,
[data-theme="dark"] .storefront-autoreg .cart-item-fields,
[data-theme="dark"] .storefront-autoreg .cart-coupon-input input {
    background: #333333;
    color: #fff;
}

[data-theme="dark"] .storefront-autoreg .client-sidebar,
[data-theme="dark"] .storefront-autoreg .card-modern,
[data-theme="dark"] .storefront-autoreg .data-card-header,
[data-theme="dark"] .storefront-autoreg .data-filter-section,
[data-theme="dark"] .storefront-autoreg .data-table-wrapper,
[data-theme="dark"] .storefront-autoreg .orders-header,
[data-theme="dark"] .storefront-autoreg .orders-filter-tabs,
[data-theme="dark"] .storefront-autoreg .orders-table-wrapper,
[data-theme="dark"] .storefront-autoreg .ticket-card-header,
[data-theme="dark"] .storefront-autoreg .ticket-filter-section,
[data-theme="dark"] .storefront-autoreg .ticket-table-wrapper,
[data-theme="dark"] .storefront-autoreg .ticket-stat-card,
[data-theme="dark"] .storefront-autoreg .affiliate-page-header,
[data-theme="dark"] .storefront-autoreg .affiliate-table-card,
[data-theme="dark"] .storefront-autoreg .affiliate-link-card,
[data-theme="dark"] .storefront-autoreg .affiliate-progress-card,
[data-theme="dark"] .storefront-autoreg .affiliate-note-box,
[data-theme="dark"] .storefront-autoreg .affiliate-breakdown-card,
[data-theme="dark"] .storefront-autoreg .affiliate-withdraw-card,
[data-theme="dark"] .storefront-autoreg .affiliate-stat-card,
[data-theme="dark"] .storefront-autoreg .custom-modal,
[data-theme="dark"] .storefront-autoreg .ticket-modal-container,
[data-theme="dark"] .storefront-autoreg .ticket-modal-content {
    background: var(--autoreg-surface);
    color: var(--autoreg-text);
    box-shadow: none;
}

[data-theme="dark"] .storefront-autoreg .profile-info-item,
[data-theme="dark"] .storefront-autoreg .security-setting-item,
[data-theme="dark"] .storefront-autoreg .twofa-note,
[data-theme="dark"] .storefront-autoreg .session-item,
[data-theme="dark"] .storefront-autoreg .crypto-rate-box,
[data-theme="dark"] .storefront-autoreg .crypto-received-box,
[data-theme="dark"] .storefront-autoreg .crypto-info-box,
[data-theme="dark"] .storefront-autoreg .received-amount-box-enhanced,
[data-theme="dark"] .storefront-autoreg .payment-info-item,
[data-theme="dark"] .storefront-autoreg .affiliate-withdraw-info,
[data-theme="dark"] .storefront-autoreg .affiliate-progress-note,
[data-theme="dark"] .storefront-autoreg .twofa-qr-container,
[data-theme="dark"] .storefront-autoreg .qr-container,
[data-theme="dark"] .storefront-autoreg .countdown-item,
[data-theme="dark"] .storefront-autoreg .method-card,
[data-theme="dark"] .storefront-autoreg .payssion-method-card,
[data-theme="dark"] .storefront-autoreg .table thead th,
[data-theme="dark"] .storefront-autoreg .data-table thead th,
[data-theme="dark"] .storefront-autoreg .orders-table thead th,
[data-theme="dark"] .storefront-autoreg .ticket-table thead th,
[data-theme="dark"] .storefront-autoreg .affiliate-table thead th,
[data-theme="dark"] .storefront-autoreg .btn-filter-reset,
[data-theme="dark"] .storefront-autoreg .logout-all-btn,
[data-theme="dark"] .storefront-autoreg .btn-logout-session,
[data-theme="dark"] .storefront-autoreg .affiliate-filter-btn.danger,
[data-theme="dark"] .storefront-autoreg .affiliate-action-btn.outline,
[data-theme="dark"] .storefront-autoreg .affiliate-breakdown-btn.outline,
[data-theme="dark"] .storefront-autoreg .btn-outline-primary,
[data-theme="dark"] .storefront-autoreg .custom-btn-secondary,
[data-theme="dark"] .storefront-autoreg .copy-btn,
[data-theme="dark"] .storefront-autoreg .affiliate-social-btn,
[data-theme="dark"] .storefront-autoreg .affiliate-progress-bar {
    background: #333333 !important;
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg .filter-select,
[data-theme="dark"] .storefront-autoreg .form-select,
[data-theme="dark"] .storefront-autoreg .input-style,
[data-theme="dark"] .storefront-autoreg .custom-form-input,
[data-theme="dark"] .storefront-autoreg .crypto-input-field,
[data-theme="dark"] .storefront-autoreg .affiliate-form-input,
[data-theme="dark"] .storefront-autoreg .affiliate-form-select,
[data-theme="dark"] .storefront-autoreg .affiliate-filter-input,
[data-theme="dark"] .storefront-autoreg .affiliate-filter-select,
[data-theme="dark"] .storefront-autoreg .affiliate-link-input,
[data-theme="dark"] .storefront-autoreg .ticket-form-control,
[data-theme="dark"] .storefront-autoreg .orders-search-form input,
[data-theme="dark"] .storefront-autoreg .bank-info-table th,
[data-theme="dark"] .storefront-autoreg .bank-info-table td {
    background: #333333 !important;
    color: #fff !important;
}

[data-theme="dark"] .storefront-autoreg .table tbody td,
[data-theme="dark"] .storefront-autoreg .table tfoot td,
[data-theme="dark"] .storefront-autoreg .data-table tbody td,
[data-theme="dark"] .storefront-autoreg .orders-table tbody td,
[data-theme="dark"] .storefront-autoreg .ticket-table tbody td,
[data-theme="dark"] .storefront-autoreg .affiliate-table tbody td,
[data-theme="dark"] .storefront-autoreg .affiliate-breakdown-row {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .storefront-autoreg .contact-card,
[data-theme="dark"] .storefront-autoreg .account-card,
[data-theme="dark"] .storefront-autoreg .favorites-page-header,
[data-theme="dark"] .storefront-autoreg .favorites-filters,
[data-theme="dark"] .storefront-autoreg .favorite-item,
[data-theme="dark"] .storefront-autoreg .favorites-empty,
[data-theme="dark"] .storefront-autoreg .news-card,
[data-theme="dark"] .storefront-autoreg .news-card-horizontal,
[data-theme="dark"] .storefront-autoreg .news-widget,
[data-theme="dark"] .storefront-autoreg .news-filters,
[data-theme="dark"] .storefront-autoreg .news-pagination,
[data-theme="dark"] .storefront-autoreg .news-empty,
[data-theme="dark"] .storefront-autoreg .article-container,
[data-theme="dark"] .storefront-autoreg .article-nav-item,
[data-theme="dark"] .storefront-autoreg .related-posts,
[data-theme="dark"] .storefront-autoreg .news-hero-main,
[data-theme="dark"] .storefront-autoreg .news-hero-side-item {
    background: var(--autoreg-surface) !important;
    color: var(--autoreg-text);
    box-shadow: none !important;
}

[data-theme="dark"] .storefront-autoreg .favorites-filter-btn:not(.active),
[data-theme="dark"] .storefront-autoreg .favorite-item-btn-remove,
[data-theme="dark"] .storefront-autoreg .article-tag,
[data-theme="dark"] .storefront-autoreg .news-clear-btn,
[data-theme="dark"] .storefront-autoreg .news-category-link,
[data-theme="dark"] .storefront-autoreg .news-popular-item,
[data-theme="dark"] .storefront-autoreg .news-search-input,
[data-theme="dark"] .storefront-autoreg .news-card-image,
[data-theme="dark"] .storefront-autoreg .favorite-item-image,
[data-theme="dark"] .storefront-autoreg .favorite-item-image img,
[data-theme="dark"] .storefront-autoreg .favorite-item-placeholder,
[data-theme="dark"] .storefront-autoreg .article-excerpt,
[data-theme="dark"] .storefront-autoreg .article-content blockquote,
[data-theme="dark"] .storefront-autoreg .article-content pre {
    background: #333333 !important;
    color: #fff !important;
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .storefront-autoreg .header-content {
        display: flex;
    }

    .storefront-autoreg .header-logo {
        min-width: 0;
    }

    .storefront-autoreg .autoreg-logo-name {
        display: inline;
    }

    .storefront-autoreg .header-widget-group {
        width: auto;
    }

}

@media (max-width: 1199px) {
    .storefront-autoreg .header-content {
        min-height: 0;
        display: flex;
        gap: 12px;
    }

    .storefront-autoreg .header-logo {
        min-width: 0;
    }

    .storefront-autoreg .autoreg-logo-name,
    .storefront-autoreg .autoreg-header-action--about {
        display: none;
    }

    .storefront-autoreg .autoreg-header-action--catalog {
        min-width: 0;
    }

    .storefront-autoreg .autoreg-header-action--supplier {
        min-width: 0;
    }

    .storefront-autoreg .autoreg-header-action,
    .storefront-autoreg .autoreg-theme-widget,
    .storefront-autoreg .header-widget,
    .storefront-autoreg .autoreg-language__button {
        height: 40px;
    }

    .storefront-autoreg .header-widget,
    .storefront-autoreg .autoreg-theme-widget,
    .storefront-autoreg .header-widget[href*="client/profile"],
    .storefront-autoreg .header-widget[href*="client/login"] {
        min-width: 40px;
        width: 40px;
    }

    .storefront-autoreg .autoreg-language__button {
        min-width: 64px;
    }

    .storefront-autoreg .header-form,
    .storefront-autoreg .header-form input {
        height: 40px;
    }

    .storefront-autoreg .sknav-contact {
        display: none;
    }

    .storefront-autoreg .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .storefront-autoreg-home .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .storefront-autoreg-home .recently-viewed-carousel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .storefront-autoreg .header-content {
        min-height: 64px;
        display: block;
        padding: 8px 0;
    }

    .storefront-autoreg .header-logo,
    .storefront-autoreg .autoreg-catalog-trigger,
    .storefront-autoreg .header-widget-group,
    .storefront-autoreg .autoreg-header-action {
        display: none;
    }

    .storefront-autoreg .header-media-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 8px;
        grid-column: 1 / -1;
        min-height: 48px;
        width: 100%;
    }

    .storefront-autoreg .autoreg-mobile-logo,
    .storefront-autoreg .autoreg-mobile-catalog {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        line-height: 1;
    }

    .storefront-autoreg .autoreg-mobile-logo {
        justify-self: center;
    }

    .storefront-autoreg .autoreg-mobile-catalog {
        justify-self: start;
        border-radius: 16px;
        background: #f4f5f6;
        color: #54595f;
        box-shadow: none;
    }

    .storefront-autoreg .autoreg-mobile-catalog:hover {
        background: #edf0f2;
        color: var(--autoreg-text);
    }

    .storefront-autoreg .autoreg-mobile-logo img.logo-light,
    .storefront-autoreg .autoreg-mobile-logo img.logo-dark {
        width: 36px;
        height: 36px;
        max-height: 36px;
        object-fit: contain;
    }

    .storefront-autoreg .autoreg-mobile-catalog img {
        width: 22px;
        height: 22px;
        max-width: 22px;
        max-height: 22px;
        object-fit: contain;
    }

    .storefront-autoreg .header-mobile-actions {
        display: flex;
        align-items: center;
        justify-self: end;
        min-width: 0;
        height: 44px;
        gap: 8px;
    }

    .storefront-autoreg .header-user,
    .storefront-autoreg .header-src {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border: 0;
        border-radius: 16px;
        background: #f4f5f6;
        color: #54595f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-shadow: none;
    }

    .storefront-autoreg .header-user i,
    .storefront-autoreg .header-src i {
        width: auto;
        height: auto;
        font-size: 21px;
        line-height: 1;
        border-radius: 0;
        color: currentColor;
        background: transparent;
        text-shadow: none;
    }

    .storefront-autoreg .header-user:hover,
    .storefront-autoreg .header-src:hover {
        background: #edf0f2;
        color: var(--autoreg-text);
        transform: none;
    }

    .storefront-autoreg .header-user:hover i,
    .storefront-autoreg .header-src:hover i {
        color: currentColor;
        background: transparent;
    }

    .storefront-autoreg .category-sidebar {
        display: none !important;
    }

    .storefront-autoreg .header-search-wrapper {
        position: absolute;
        z-index: 40;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0 !important;
        pointer-events: none;
    }

    .storefront-autoreg .header-search-wrapper .header-form {
        display: none;
        width: 100%;
        height: 48px;
        margin: 0 !important;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 16px 34px rgba(17, 24, 39, 0.14);
        pointer-events: auto;
    }

    .storefront-autoreg .header-search-wrapper .header-form.active {
        display: flex;
    }

    .storefront-autoreg .header-search-wrapper .header-form input {
        height: 48px;
        font-size: 15px;
    }

    .storefront-autoreg .header-search-wrapper .header-form button[type="submit"] {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .storefront-autoreg .header-search-wrapper .search-autocomplete {
        pointer-events: auto;
    }

    .storefront-autoreg .autoreg-language--mobile .autoreg-language__button {
        min-width: 74px;
        max-width: 80px;
        height: 44px;
        padding: 0 10px;
        gap: 6px;
        border-radius: 16px;
        box-sizing: border-box;
        font-size: 13px;
    }

    .storefront-autoreg .header-media-group .autoreg-language--mobile .autoreg-language__flag {
        width: 28px;
        height: 19px;
        flex: 0 0 28px;
        border-radius: 3px;
    }

    .storefront-autoreg .autoreg-language--mobile .autoreg-language__button span {
        min-width: 18px;
        text-align: left;
    }

    .storefront-autoreg .autoreg-language--mobile .autoreg-language__button i {
        display: none;
    }

    .storefront-autoreg .autoreg-language--mobile .autoreg-language__menu {
        left: auto;
        right: 0;
        top: calc(100% + 10px);
        width: min(292px, calc(100vw - 24px));
        min-width: 0;
        max-width: min(292px, calc(100vw - 24px));
        max-height: calc(100vh - 88px);
        padding: 8px;
        overflow-y: auto;
    }

    .storefront-autoreg .header-media-group .autoreg-language__item {
        min-height: 46px;
        padding: 0 10px;
        gap: 10px;
        border-radius: 9px;
        font-size: 14px;
    }

    .storefront-autoreg .header-media-group .autoreg-language__code {
        min-width: 28px;
    }

    .storefront-autoreg .header-media-group .autoreg-language__menu-flag {
        width: 32px;
        height: 22px;
        flex: 0 0 32px;
        border-radius: 3px;
    }

    .storefront-autoreg .navbar-part {
        display: none;
    }

    .storefront-autoreg .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .storefront-autoreg-home .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .storefront-autoreg-home .recently-viewed-carousel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .storefront-autoreg .product-detail-content,
    .storefront-autoreg .product-page__top {
        grid-template-columns: 1fr;
    }

    .storefront-autoreg .product-order-section {
        position: static;
    }

    .storefront-autoreg .client-sidebar {
        position: static;
    }

    .storefront-autoreg .data-filter-grid,
    .storefront-autoreg .ticket-filter-grid,
    .storefront-autoreg .affiliate-filter-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .storefront-autoreg .data-filter-actions,
    .storefront-autoreg .ticket-filter-actions,
    .storefront-autoreg .affiliate-filter-buttons {
        grid-column: 1 / -1;
    }

    .storefront-autoreg .ticket-stats-wrapper,
    .storefront-autoreg .affiliate-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .storefront-autoreg .affiliate-two-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    :root {
        --autoreg-page-gutter: 12px;
    }

    .storefront-autoreg .container {
        width: calc(100% - 24px) !important;
    }

    .autoreg-hero {
        height: auto;
        min-height: 260px;
        aspect-ratio: auto;
        margin-top: 20px;
        border-radius: 22px;
    }

    .autoreg-hero__content {
        max-width: none;
        padding: 0 20px 42px;
        align-items: center;
        text-align: center;
    }

    .autoreg-hero__title {
        font-size: 30px;
    }

    .autoreg-hero__text {
        max-width: 100%;
        font-size: 14px;
    }

    .autoreg-hero__bg {
        opacity: 0.45;
    }

    .autoreg-hero__side {
        top: auto;
        bottom: 10px;
        width: auto;
        height: auto;
        background: transparent;
        pointer-events: none;
    }

    .autoreg-hero__side--left,
    .autoreg-hero__side--right {
        left: 50%;
        right: auto;
        border-radius: 0;
    }

    .autoreg-hero__side--left {
        transform: translateX(-38px);
    }

    .autoreg-hero__side--right {
        transform: translateX(8px);
    }

    .autoreg-hero__arrow {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        pointer-events: auto;
    }

    .autoreg-hero__arrow img {
        width: 10px;
        height: 14px;
    }

    .storefront-autoreg .search-autocomplete {
        top: calc(100% + 8px);
        max-height: min(360px, calc(100vh - 112px));
        border-radius: 12px;
    }

    .storefront-autoreg .search-autocomplete-results {
        max-height: min(304px, calc(100vh - 166px));
    }

    .storefront-autoreg .search-autocomplete-item {
        min-height: 58px;
        padding: 9px 12px;
        gap: 10px;
    }

    .storefront-autoreg .search-autocomplete-image {
        width: 40px;
        height: 40px;
        border-radius: 9px;
    }

    .storefront-autoreg .products-section-header,
    .storefront-autoreg .cart-page-header-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .storefront-autoreg .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
    }

    .storefront-autoreg-home .feature-part > .container {
        gap: 68px;
    }

    .storefront-autoreg-home .autoreg-social {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px !important;
    }

    .storefront-autoreg-home .autoreg-social__all {
        display: none !important;
    }

    .storefront-autoreg-home .products-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .storefront-autoreg-home .recently-viewed-carousel {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .storefront-autoreg-home .autoreg-social-chip {
        flex: 1 1 calc(50% - 5px);
        max-width: 100%;
        min-height: 54px;
        height: 54px;
        padding: 0 16px !important;
        gap: 12px;
        border-radius: 14px;
    }

    .storefront-autoreg-home .autoreg-social-chip__icon,
    .storefront-autoreg-home .category-card-icon,
    .storefront-autoreg-home .autoreg-social-chip__icon img,
    .storefront-autoreg-home .autoreg-social-chip__icon .autoreg-category-icon,
    .storefront-autoreg-home .autoreg-social-chip__icon .autoreg-category-icon-img {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        border-radius: 9px;
    }

    .storefront-autoreg-home .autoreg-social-chip__icon i,
    .storefront-autoreg-home .autoreg-social-chip__icon .autoreg-category-icon i {
        font-size: 18px;
    }

    .storefront-autoreg-home .product-card-cta {
        min-height: 44px;
        font-size: 14px;
    }

    .storefront-autoreg .product-card-image,
    .storefront-autoreg .product-card-image img,
    .storefront-autoreg .product-image-placeholder {
        width: 70px;
        height: 70px;
    }

    .storefront-autoreg-home .product-card {
        min-height: 204px;
        padding: 12px;
    }

    .storefront-autoreg-home .product-card-link {
        gap: 0;
    }

    .storefront-autoreg-home .product-card-content {
        padding: 14px 0 0;
        gap: 7px;
    }

    .storefront-autoreg-home .rv-product-card {
        min-height: 204px;
        padding: 12px;
    }

    .storefront-autoreg-home .rv-product-card-link {
        gap: 0;
    }

    .storefront-autoreg-home .rv-product-content {
        padding: 14px 0 0;
        gap: 7px;
    }

    .storefront-autoreg-home .product-card-image {
        width: 70px;
        height: 70px;
        padding: 0;
        aspect-ratio: 1;
    }

    .storefront-autoreg-home .rv-product-image {
        width: 70px;
        height: 70px;
        padding: 0;
        aspect-ratio: 1;
    }

    .storefront-autoreg-home .product-card-image img,
    .storefront-autoreg-home .product-image-placeholder,
    .storefront-autoreg-home .rv-product-image img,
    .storefront-autoreg-home .rv-image-placeholder {
        width: 100%;
        height: 100%;
    }

    .storefront-autoreg-home .product-card-skeleton {
        min-height: 204px;
        padding: 12px;
        display: block;
    }

    .storefront-autoreg-home .product-card-skeleton .skeleton-image {
        width: 70px;
        height: 70px;
    }

    .storefront-autoreg .page-header-modern {
        padding: 20px 0 24px;
        border-radius: 0 0 16px 16px;
    }

    .storefront-autoreg .page-title-modern {
        align-items: flex-start;
        gap: 10px;
        font-size: 22px;
        line-height: 1.22;
    }

    .storefront-autoreg .page-title-modern i,
    .storefront-autoreg .page-title-modern .page-title-icon {
        flex: 0 0 auto;
        margin-top: 2px;
    }

    .storefront-autoreg .product-hero-main {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .storefront-autoreg .product-hero-info .product-hero-header {
        justify-content: center;
    }

    .storefront-autoreg .product-hero-meta {
        justify-content: center;
    }

    .storefront-autoreg .inner-section,
    .storefront-autoreg .profile-part,
    .storefront-autoreg .support-tickets-page,
    .storefront-autoreg .affiliate-page {
        padding: 24px 0 54px !important;
    }

    .storefront-autoreg .card-modern-header,
    .storefront-autoreg .card-modern-body,
    .storefront-autoreg .data-card-header,
    .storefront-autoreg .orders-header,
    .storefront-autoreg .ticket-card-header,
    .storefront-autoreg .affiliate-page-header,
    .storefront-autoreg .affiliate-table-header,
    .storefront-autoreg .affiliate-table-body,
    .storefront-autoreg .affiliate-withdraw-header,
    .storefront-autoreg .affiliate-withdraw-body {
        padding: 16px;
    }

    .storefront-autoreg .wallet-modern-showcase,
    .storefront-autoreg .affiliate-balance-card {
        padding: 20px;
    }

    .storefront-autoreg .wallet-stats-grid,
    .storefront-autoreg .profile-info-grid,
    .storefront-autoreg .affiliate-mini-stats,
    .storefront-autoreg .ticket-stats-wrapper,
    .storefront-autoreg .affiliate-stats-grid,
    .storefront-autoreg .data-filter-grid,
    .storefront-autoreg .ticket-filter-grid,
    .storefront-autoreg .affiliate-filter-row {
        grid-template-columns: 1fr;
    }

    .storefront-autoreg .security-setting-item,
    .storefront-autoreg .session-item,
    .storefront-autoreg .data-card-header,
    .storefront-autoreg .orders-header,
    .storefront-autoreg .ticket-card-header,
    .storefront-autoreg .affiliate-page-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-autoreg .session-item {
        display: flex;
    }

    .storefront-autoreg .orders-search-form,
    .storefront-autoreg .data-filter-actions,
    .storefront-autoreg .ticket-filter-actions,
    .storefront-autoreg .affiliate-filter-buttons,
    .storefront-autoreg .custom-modal-footer,
    .storefront-autoreg .ticket-modal-footer {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .storefront-autoreg .shop-widget-btn,
    .storefront-autoreg .security-update-btn,
    .storefront-autoreg .btn-save,
    .storefront-autoreg .form-btn,
    .storefront-autoreg .create-invoice-btn-enhanced,
    .storefront-autoreg .crypto-submit-btn,
    .storefront-autoreg .btn-filter-search,
    .storefront-autoreg .btn-filter-reset,
    .storefront-autoreg .btn-load-more,
    .storefront-autoreg .btn-create-ticket,
    .storefront-autoreg .affiliate-submit-btn,
    .storefront-autoreg .affiliate-filter-btn,
    .storefront-autoreg .custom-btn {
        width: 100%;
    }

    .storefront-autoreg .bank-info-table,
    .storefront-autoreg .bank-info-table tbody,
    .storefront-autoreg .bank-info-table tr,
    .storefront-autoreg .bank-info-table th,
    .storefront-autoreg .bank-info-table td {
        display: block;
        width: 100%;
    }

    .storefront-autoreg .bank-info-table th {
        padding-bottom: 4px;
        border-radius: var(--autoreg-radius-m) var(--autoreg-radius-m) 0 0;
    }

    .storefront-autoreg .bank-info-table td {
        padding-top: 6px;
        border-radius: 0 0 var(--autoreg-radius-m) var(--autoreg-radius-m);
    }

    .storefront-autoreg .favorites-page-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-autoreg .favorites-page-header-actions {
        width: 100%;
        margin-left: 0;
    }

    .storefront-autoreg .favorite-item {
        grid-template-columns: 76px minmax(0, 1fr);
        align-items: flex-start;
    }

    .storefront-autoreg .favorite-item-image,
    .storefront-autoreg .favorite-item-image img,
    .storefront-autoreg .favorite-item-placeholder {
        width: 76px;
        height: 76px;
    }

    .storefront-autoreg .favorite-item-price,
    .storefront-autoreg .favorite-item-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: space-between;
    }

    .storefront-autoreg .favorite-item-btn-view {
        flex: 1 1 auto;
    }

    .storefront-autoreg .news-page-header,
    .storefront-autoreg .single-banner {
        padding: 24px 0 28px;
    }

    .storefront-autoreg .news-page-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .storefront-autoreg .news-section-header,
    .storefront-autoreg .article-share,
    .storefront-autoreg .article-tags {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-autoreg .news-search-form {
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    .storefront-autoreg .article-nav {
        flex-direction: column;
    }

    .storefront-autoreg .article-nav-item {
        width: 100%;
    }

    .footer-modern,
    .storefront-autoreg .footer-modern {
        margin-top: 40px;
        padding: 30px 0 32px;
    }

    .footer-modern-content,
    .storefront-autoreg .footer-modern-content {
        padding-bottom: 0;
    }

    .footer-modern-grid,
    .storefront-autoreg .footer-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 22px;
    }

    .footer-modern-grid > [class*="col-"]:first-child,
    .storefront-autoreg .footer-modern-grid > [class*="col-"]:first-child {
        grid-column: 1 / -1;
    }

    .footer-modern-logo img,
    .storefront-autoreg .footer-modern-logo img {
        width: 40px;
        height: 40px;
    }

    .footer-modern-brandname,
    .storefront-autoreg .footer-modern-brandname {
        font-size: 22px;
    }

    .footer-modern-desc,
    .storefront-autoreg .footer-modern-desc {
        max-width: 100%;
        margin-top: 14px;
        font-size: 13px;
    }

    .footer-modern-solution,
    .storefront-autoreg .footer-modern-solution {
        margin-top: 12px;
        font-size: 12px;
    }

    .footer-modern-solution i,
    .storefront-autoreg .footer-modern-solution i {
        width: 24px;
        font-size: 22px;
    }

    .footer-modern-title,
    .storefront-autoreg .footer-modern-title {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .footer-modern-links,
    .storefront-autoreg .footer-modern-links {
        gap: 11px;
    }

    .footer-modern-links li a,
    .storefront-autoreg .footer-modern-links li a {
        font-size: 13px;
    }

    .footer-modern-bottom,
    .storefront-autoreg .footer-modern-bottom {
        padding: 14px 0;
    }

    .footer-modern-copytext,
    .storefront-autoreg .footer-modern-copytext,
    .footer-modern-copytext a,
    .storefront-autoreg .footer-modern-copytext a {
        font-size: 13px;
    }

    .autoreg-side-rails {
        display: none;
    }
}

@media (max-width: 420px) {
    .footer-modern-grid,
    .storefront-autoreg .footer-modern-grid {
        grid-template-columns: 1fr;
    }

    .autoreg-hero__title {
        font-size: 26px;
    }

    .storefront-autoreg .products-grid {
        gap: 16px 12px;
    }

    .storefront-autoreg-home .products-grid {
        grid-template-columns: 1fr;
    }

    .storefront-autoreg-home .recently-viewed-carousel {
        grid-template-columns: 1fr;
    }

    .storefront-autoreg-home .product-card {
        min-height: 204px;
    }

    .storefront-autoreg-home .rv-product-card {
        min-height: 204px;
    }

    .storefront-autoreg .product-card-title {
        font-size: 13px;
    }
}
