:root {
    --hh-primary: #814CF4;
    --hh-primary-hover: #6E3FD6;
    --hh-primary-soft: #F2EAFF;
    --hh-bg: #F7F5FA;
    --hh-text: #17141F;
    --hh-muted: #7A7483;
    --hh-border: rgba(23, 20, 31, 0.06);
    --hh-shadow: 0 18px 50px rgba(54, 35, 91, 0.10);
}
 
body {
    background-color: #fff !important;
}

a {
    color: var(--hh-primary);
}
a:hover {
    color: var(--hh-primary-hover);
}


.btn-primary {
    --bs-btn-color: #fff;

    /* base */
    --bs-btn-bg: #8C56F5;
    --bs-btn-border-color: #8C56F5;

    /* hover */
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7A46E3;
    --bs-btn-hover-border-color: #6E3FD6;

    /* focus */
    --bs-btn-focus-shadow-rgb: 140, 86, 245;

    /* active */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6536C9;
    --bs-btn-active-border-color: #5B2FBC;

    /* disabled */
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #B79AF9;
    --bs-btn-disabled-border-color: #B79AF9;

    /* shadow */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}
.btn-primary {
    box-shadow: 0 6px 18px rgba(140, 86, 245, 0.25);
    transition: all .2s ease;
}
.btn-primary:hover {
    box-shadow: 0 10px 26px rgba(140, 86, 245, 0.35);
    transform: translateY(-1px);
}
.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(140, 86, 245, 0.2);
}


.form-control:focus {
    border-color: #8C56F5;
    box-shadow: 0 0 0 .25rem rgba(140, 86, 245, 0.18);
}
.form-control {
    transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus {
    border-color: #8C56F5;
    box-shadow: 0 0 0 .2rem rgba(140, 86, 245, 0.15);
}

.card-product {
    &:hover {
        border: none !important; 
    }
}


.border-bottom {
    border-bottom: none !important;
    background: linear-gradient(180deg, #F8F6FB 0%, #FFFFFF 100%);
}

.hh-topbar {
    padding: 10px 0 6px;
    font-size: 14px;
    color: var(--hh-muted);
    background: radial-gradient(circle at 20% 100%, rgba(140, 86, 245, 0.16), transparent 34%), radial-gradient(circle at 90% 100%, rgba(255, 170, 120, 0.18), transparent 32%), #FBF9FD;
}

.hh-topbar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
}

.hh-topbar a {
    color: var(--hh-muted);
    text-decoration: none;
    transition: color .2s ease;
}

.hh-topbar a:hover {
    color: var(--hh-primary);
}

.hh-header {
    position: relative;
    z-index: 20;
    padding: 8px 0 22px;
}

.hh-main {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 18px;
    box-shadow: var(--hh-shadow);
    backdrop-filter: blur(18px);
}

.hh-logo {
    width: 150px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.hh-logo img {
    width: 100%;
    max-height: 54px;
    object-fit: contain;
}

.hh-menu,
.hh-icon,
.hh-login-btn {
    height: 54px;
    border: none;
    border-radius: 12px;
    background: var(--hh-primary);
    color: var(--hh-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.hh-menu {
    gap: 10px;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.hh-menu i {
    font-size: 28px;
    line-height: 1;
}

.hh-icon {
    width: 58px;
    font-size: 25px;
    text-decoration: none;
    background: #F8F5FC;
}

.hh-icon:hover,
.hh-menu:hover,
.hh-login-btn:hover {
    background: var(--hh-primary-soft);
    color: var(--hh-primary);
}

.hh-search {
    flex: 1 1 auto;
    min-width: 280px;
}

.hh-search form,
.hh-search .input-group {
    width: 100%;
}

.hh-search input,
.hh-search .form-control {
    height: 54px;
    border: none !important;
    border-radius: 12px !important;
    color: var(--hh-text);
    font-size: 17px;
    box-shadow: none !important;
}

.hh-search input::placeholder,
.hh-search .form-control::placeholder {
    color: #6F6878;
}

.hh-search button,
.hh-search .btn {
    height: 54px;
    border: none !important;
    background: #F8F5FC !important;
    color: var(--hh-text) !important;
    box-shadow: none !important;
}

.hh-login {
    position: relative;
    flex: 0 0 auto;
}

.hh-login-btn {
    gap: 10px;
    padding: 0 20px;
    background: #F8F5FC;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.hh-login-btn i {
    font-size: 25px;
}

.hh-login-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 310px;
    padding: 18px;
    background: rgba(255,255,255,0.96);
    border: 1px solid var(--hh-border);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(54, 35, 91, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
    backdrop-filter: blur(18px);
}

.hh-login:hover .hh-login-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hh-login-dropdown::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 28px;
    width: 100%;
    height: 14px;
}

.hh-login-option {
    display: flex;
    gap: 16px;
    padding: 14px;
    border-radius: 14px;
    color: var(--hh-text);
    text-decoration: none;
    transition: .2s ease;
}

.hh-login-option:hover {
    background: var(--hh-primary-soft);
    color: var(--hh-primary);
}

.hh-login-option i {
    font-size: 25px;
    margin-top: 2px;
}

.hh-login-option span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hh-login-option strong {
    font-size: 16px;
    font-weight: 600;
}

.hh-login-option small {
    font-size: 14px;
    color: var(--hh-muted);
}

.hh-cart a,
.hh-cart button {
    color: inherit !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#layout-nav {
    display: none;
}

@media (max-width: 991.98px) {
    .hh-topbar {
        display: none;
    }

    .hh-header {
        padding: 12px 0;
    }

    .hh-main {
        height: auto;
        flex-wrap: wrap;
        padding: 10px;
        border-radius: 16px;
    }

    .hh-logo {
        width: 132px;
        height: 48px;
    }

    .hh-menu {
        margin-left: auto;
        width: 52px;
        padding: 0;
    }

    .hh-menu span {
        display: none;
    }

    .hh-search {
        order: 10;
        flex-basis: 100%;
        min-width: 100%;
    }

    .hh-icon,
    .hh-login-btn {
        width: 52px;
        height: 48px;
        padding: 0;
    }

    .hh-login-btn span {
        display: none;
    }

    .hh-login-dropdown {
        right: -8px;
        width: 280px;
    }
}

.hh-search-form {
    width: 100%;
}

.hh-search-input-wrap {
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
    background: #F8F5FC;
    border-radius: 12px;
    padding: 0 16px 0 44px;
    transition: .2s ease;
}

.hh-search-input-wrap:hover {
    background: #F2EAFF;
}

.hh-search-input-wrap:focus-within {
    background: #FFFFFF;
    box-shadow: 0 0 0 2px rgba(159, 92, 249, 0.15);
}

.hh-search-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #6F6878;
}

.hh-search-input {
    border: none !important;
    background: transparent !important;
    height: 100%;
    font-size: 16px;
    color: #17141F;
    padding: 0;
    box-shadow: none !important;
}

.hh-search-input::placeholder {
    color: #6F6878;
}

.hh-search-submit {
    display: none;
}

.hh-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.98);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    backdrop-filter: blur(12px);
    z-index: 50;
    padding: 10px 0;
}

.hh-search-results a {
    display: block;
    padding: 12px 16px;
    color: #17141F;
    text-decoration: none;
    transition: .15s ease;
}

.hh-search-results a:hover {
    background: #F2EAFF;
    color: #9F5CF9;
}

.wlc-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6.4em;
}
.store-card-banner__inner, .store-header-banner__inner {
    background: rgb(255 255 255 / 64%);
    backdrop-filter: blur(16px);
}

.hh-homepage {
    padding-top: 18px;
    padding-bottom: 80px;
}

.hh-section {
    position: relative;
    margin-bottom: 72px;
}

.hh-section:last-child {
    margin-bottom: 0;
}

.hh-section-hero {
    margin-bottom: 42px;
}

.hh-section-trust {
    margin-bottom: 56px;
}

.hh-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.hh-section-label {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(140, 86, 245, 0.10);
    color: #8C56F5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

.hh-section-title {
    margin: 0;
    color: #17141F;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hh-section-subtitle {
    margin: 12px 0 0;
    color: #6F6878;
    font-size: 16px;
    line-height: 1.5;
}

.hh-category-slider {
    position: relative;
}

@media (max-width: 991.98px) {
    .hh-homepage {
        padding-bottom: 56px;
    }

    .hh-section {
        margin-bottom: 56px;
    }

    .hh-section-hero {
        margin-bottom: 32px;
    }

    .hh-section-head {
        margin-bottom: 22px;
    }

    .hh-section-title {
        font-size: 32px;
    }

    .hh-section-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .hh-homepage {
        padding-top: 10px;
    }

    .hh-section {
        margin-bottom: 44px;
    }

    .hh-section-title {
        font-size: 28px;
        line-height: 1.05;
    }

    .hh-section-label {
        margin-bottom: 10px;
    }

    .hh-section-subtitle {
        margin-top: 10px;
        font-size: 14px;
    }
}

.hh-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    padding: 38px 42px;
    margin: 48px 0;
    border-radius: 22px;
    background: linear-gradient(73deg, #f0eaff 0%, #F4EDFF 100%);
    box-shadow: 0 18px 55px rgba(54, 35, 91, 0.08);
}

.hh-trust-item {
    min-width: 0;
}

.hh-trust-item i {
    display: inline-flex;
    margin-bottom: 22px;
    color: #8C56F5;
    font-size: 34px;
    line-height: 1;
}

.hh-trust-item h3 {
    margin: 0 0 12px;
    color: #17141F;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.hh-trust-item p {
    margin: 0;
    color: #6F6878;
    font-size: 14px;
    line-height: 1.55;
}
@media (max-width: 991.98px) {
    .hh-trust {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
        padding: 34px;
        border-radius: 20px;
    }
}
@media (max-width: 575.98px) {
    .hh-trust {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 10px;
        margin: 32px 0;
        border-radius: 18px;
    }

    .hh-trust-item {
        display: grid;
        grid-template-columns: 42px 1fr;
        column-gap: 14px;
        padding: 18px 14px;
        border-radius: 14px;
    }

    .hh-trust-item + .hh-trust-item {
        border-top: 1px solid rgba(140, 86, 245, 0.10);
    }

    .hh-trust-item i {
        grid-row: 1 / span 2;
        margin: 2px 0 0;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(140, 86, 245, 0.10);
        font-size: 22px;
    }

    .hh-trust-item h3 {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .hh-trust-item p {
        font-size: 13px;
        line-height: 1.45;
    }
}

/* blog */
.hh-articles {
    margin-top: 72px;
}

.hh-section-link {
    color: #8C56F5;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .2s ease;
}

.hh-section-link:hover {
    opacity: .7;
}

.hh-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* CARD */

.hh-article-card {
    display: flex;
    flex-direction: column;
}

.hh-article-card__image {
    display: block;
    aspect-ratio: 16 / 10;

    border-radius: 22px;

    overflow: hidden;

    background: #F6F3FB;
}

.hh-article-card__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .45s ease;
}

.hh-article-card:hover .hh-article-card__image img {
    transform: scale(1.03);
}

.hh-article-card__body {
    padding: 18px 4px 0;
}

.hh-article-card__meta {
    margin-bottom: 10px;

    color: #8C8494;

    font-size: 13px;
    line-height: 1.4;
}

.hh-article-card__title {
    margin: 0;

    font-size: 30px;
    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -0.04em;
}

.hh-article-card__title a {
    color: #17141F;
    text-decoration: none;

    transition: color .2s ease;
}

.hh-article-card__title a:hover {
    color: #8C56F5;
}

.hh-article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 18px;

    color: #8C56F5;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

.hh-article-card__link:hover {
    opacity: .75;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hh-articles-grid {
        grid-template-columns: 1fr;
    }

    .hh-article-card__title {
        font-size: 24px;
    }
}

/* MOBILE */

@media (max-width: 575.98px) {

    .hh-articles {
        margin-top: 56px;
    }

    .hh-articles-grid {
        gap: 24px;
    }

    .hh-article-card__image {
        border-radius: 18px;
    }

    .hh-article-card__title {
        font-size: 22px;
    }

    .hh-article-card__link {
        margin-top: 14px;
        font-size: 14px;
    }
}

.hh-cart-badge {
    position: absolute;
    top: -6px;
    right: -16px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #8C56F5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(140, 86, 245, 0.28);
    z-index: 5;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(54, 35, 91, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(54, 35, 91, 0.10);
}


.hh-auth-page {
    padding: 72px 0;
}

.hh-auth-wrap {
    display: flex;
    justify-content: center;
}

.hh-auth-card {
    width: 100%;
    max-width: 520px;
    padding: 42px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(54,35,91,.08);
}

.hh-auth-head {
    margin-bottom: 32px;
    text-align: center;
}

.hh-auth-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(140,86,245,.10);
    color: #8C56F5;
    font-size: 14px;
    font-weight: 600;
}

.hh-auth-head h1 {
    margin: 0 0 12px;
    color: #17141F;
    font-size: 42px;
    line-height: .95;
    font-weight: 700;
    letter-spacing: -.04em;
}

.hh-auth-head p {
    margin: 0;
    color: #7A7484;
    font-size: 16px;
    line-height: 1.55;
}

.hh-auth-card .form-control {
    height: 58px;
    border: 1px solid rgba(140,86,245,.14);
    border-radius: 16px;
    background: #FAF8FD;
    font-size: 16px;
    box-shadow: none;
}

.hh-auth-card .form-control:focus {
    border-color: rgba(140,86,245,.55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(140,86,245,.08);
}

.hh-auth-card .btn-primary {
    width: 100%;
    height: 58px;
    margin-top: 12px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
}

.hh-auth-consent {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    color: #6F6878;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.hh-auth-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #8C56F5;
    flex: 0 0 18px;
}

.hh-auth-consent a {
    color: #8C56F5;
    text-decoration: none;
}

.hh-auth-consent a:hover {
    text-decoration: underline;
}

.hh-auth-links {
    margin-top: 28px;
}

.hh-auth-links p {
    margin: 0 0 10px;
    color: #7A7484;
    font-size: 15px;
}

.hh-auth-links a {
    color: #8C56F5;
    text-decoration: none;
    font-weight: 600;
}

.hh-auth-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {

    .hh-auth-page {
        padding: 28px 0;
    }

    .hh-auth-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .hh-auth-head h1 {
        font-size: 34px;
    }

    .hh-auth-head p {
        font-size: 15px;
    }

    .hh-auth-card .form-control,
    .hh-auth-card .btn-primary {
        height: 54px;
    }
}

/* breadcrumbs */
.hh-breadcrumbs {
    margin: 28px 0 24px;
}

.hh-breadcrumbs .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
}

.hh-breadcrumbs .breadcrumb-item {
    color: #8C8494;
}

.hh-breadcrumbs .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.hh-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding-right: 8px;
    color: #C7BFCE;
}

.hh-breadcrumbs a {
    color: #8C56F5;
    text-decoration: none;
    font-weight: 600;
}

.hh-breadcrumbs a:hover {
    color: #6E3FD6;
}

.hh-breadcrumbs .active {
    color: #7A7484;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .hh-breadcrumbs {
        margin: 18px 0 18px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .hh-breadcrumbs .breadcrumb {
        flex-wrap: nowrap;
        font-size: 13px;
    }
}

.hh-sidebar-block {
    padding: 26px 22px !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: 0 18px 60px rgba(54, 35, 91, .06) !important;
}

.hh-sidebar-head {
    margin-bottom: 22px !important;
}

.hh-sidebar-head h5 {
    margin: 0 !important;
    color: #17141F !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
}

.hh-category-nav,
.hh-category-nav ul,
.hh-category-nav li {
    list-style: none !important;
}

.hh-category-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hh-category-nav .nav-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.hh-category-nav > .nav-item > .nav-link {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    color: #2E2739 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .18s ease, color .18s ease !important;
}

.hh-category-nav > .nav-item > .nav-link:hover {
    background: #F8F4FF !important;
    color: #8C56F5 !important;
}

.hh-category-nav > .nav-item > .nav-link.active {
    background: #F3ECFF !important;
    color: #8C56F5 !important;
    font-weight: 600 !important;
}

.hh-category-parent {
    min-height: 52px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    transition: background .18s ease !important;
    overflow: hidden !important;
}

.hh-category-parent:hover {
    background: #F8F4FF !important;
}

.hh-category-parent.active {
    background: #F3ECFF !important;
}

.hh-category-parent .nav-link {
    min-width: 0 !important;
    min-height: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 8px 0 16px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 16px 0 0 16px !important;
    background: transparent !important;
    color: #2E2739 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color .18s ease !important;
}

.hh-category-parent:hover .nav-link,
.hh-category-parent:hover .hh-category-toggle {
    color: #8C56F5 !important;
}

.hh-category-parent.active .nav-link,
.hh-category-parent.active .hh-category-toggle {
    color: #8C56F5 !important;
}

.hh-category-parent.active .nav-link {
    font-weight: 600 !important;
}

.hh-category-toggle {
    width: 42px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 16px 16px 0 !important;
    background: transparent !important;
    color: #9F96AD !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: color .18s ease, background .18s ease !important;
}

.hh-category-toggle:hover {
    color: #8C56F5 !important;
    background: rgba(140, 86, 245, .06) !important;
}

.hh-category-toggle i {
    display: block !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: transform .18s ease !important;
}

.hh-category-toggle:not(.collapsed) i {
    transform: rotate(180deg) !important;
}

.hh-category-subnav {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    margin: 6px 0 10px !important;
    padding: 0 0 0 14px !important;
    border: 0 !important;
}

.hh-category-subnav li {
    margin: 0 !important;
    padding: 0 !important;
}

.hh-category-subnav a {
    width: 100% !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #6F6878 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .18s ease, color .18s ease !important;
}

.hh-category-subnav a:hover {
    background: #F8F4FF !important;
    color: #8C56F5 !important;
}

.hh-category-subnav a.active {
    background: transparent !important;
    color: #8C56F5 !important;
    font-weight: 500 !important;
}

@media (max-width: 575.98px) {
    .hh-sidebar-block {
        padding: 22px 18px !important;
        border-radius: 24px !important;
    }

    .hh-sidebar-head h5 {
        font-size: 20px !important;
    }

    .hh-category-nav > .nav-item > .nav-link,
    .hh-category-parent,
    .hh-category-parent .nav-link,
    .hh-category-toggle {
        min-height: 48px !important;
        height: 48px !important;
    }

    .hh-category-nav > .nav-item > .nav-link,
    .hh-category-parent .nav-link {
        font-size: 14px !important;
    }

    .hh-category-subnav a {
        font-size: 13px !important;
    }
}

.hh-price-filter {
    margin-top: 18px !important;
}

.hh-price-values {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 16px;
    border-radius: 14px;
    background: #FAF8FD;
    color: #2E2739;
    font-size: 15px;
    font-weight: 600;
}

.hh-price-values span {
    display: block;
    width: 100%;
}

.hh-price-slider {
    margin: 18px 8px 8px !important;
}

/* noUiSlider */
.hh-price-filter .noUi-target {
    height: 6px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #EEE7F8 !important;
    box-shadow: none !important;
}

.hh-price-filter .noUi-connect {
    background: #8C56F5 !important;
}

.hh-price-filter .noUi-horizontal .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    right: -11px !important;
    top: -8px !important;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
    background: #8C56F5 !important;
    box-shadow: 0 8px 20px rgba(140, 86, 245, .30) !important;
    cursor: pointer !important;
}

.hh-price-filter .noUi-handle::before,
.hh-price-filter .noUi-handle::after {
    display: none !important;
}

.hh-price-filter .noUi-handle:hover,
.hh-price-filter .noUi-handle:focus {
    box-shadow: 0 10px 26px rgba(140, 86, 245, .42) !important;
}

.hh-price-filter .noUi-handle:focus {
    outline: none !important;
}

.hh-price-filter .noUi-tooltip {
    display: none !important;
}

@media (max-width: 575.98px) {
    .hh-price-filter {
        margin-top: 14px !important;
    }

    .hh-price-values {
        min-height: 42px;
        font-size: 14px;
    }
}
.hh-rating-filter {
    margin-top: 18px !important;
}

.hh-rating-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hh-rating-item {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: background .18s ease;
}

.hh-rating-item:hover {
    background: #F8F4FF;
}

.hh-rating-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hh-rating-box {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 5px;
    border: 1px solid #D8D1E2;
    background: #fff;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hh-rating-input:checked + .hh-rating-box {
    border-color: #8C56F5;
    background: #8C56F5;
    box-shadow: 0 6px 14px rgba(140, 86, 245, .24);
}

.hh-rating-input:checked + .hh-rating-box::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    margin: 2px 0 0 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hh-rating-stars {
    display: inline-flex;
    align-items: center;
    color: #FFB800;
    line-height: 1;
}

.hh-rating-stars i,
.hh-rating-stars svg {
    color: #FFB800;
}

.hh-rating-text {
    color: #7A7484;
    font-size: 14px;
    line-height: 1;
}
.hh-catalog-page {
    padding-bottom: 80px;
}

.hh-catalog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.hh-catalog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hh-catalog-main {
    min-width: 0;
}

.hh-category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 34px;
    align-items: center;
    min-height: 190px;
    margin-bottom: 30px;
    padding: 38px 42px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 35%, rgba(140,86,245,.18), transparent 32%),
        linear-gradient(135deg, #F9F7FC 0%, #EEF1F0 100%);
    box-shadow: 0 18px 55px rgba(54,35,91,.06);
    overflow: hidden;
}

.hh-category-hero h1 {
    margin: 0;
    color: #1B2430;
    font-size: clamp(42px, 4vw, 58px);
    line-height: .96;
    font-weight: 700;
    letter-spacing: -.055em;
}

.hh-category-hero p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #6F6878;
    font-size: 17px;
    line-height: 1.5;
}

.hh-category-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hh-category-hero__stats div {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(14px);
}

.hh-category-hero__stats strong {
    color: #17141F;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.hh-category-hero__stats span {
    margin-top: 8px;
    color: #7A7484;
    font-size: 13px;
    font-weight: 500;
}

.hh-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.hh-products-count {
    color: #5F586B;
    font-size: 15px;
    font-weight: 500;
}

.hh-products-count strong {
    color: #17141F;
    font-weight: 700;
}

.hh-products-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hh-view-switcher {
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(23,20,31,.08);
    border-radius: 15px;
    background: #fff;
}

.hh-view-switcher a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #8C8494;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

.hh-view-switcher a:hover {
    background: #F8F4FF;
    color: #8C56F5;
}

.hh-view-switcher a.active {
    background: #F1E9FF;
    color: #8C56F5;
}

.hh-sort-select {
    min-width: 210px;
    height: 50px;
    padding: 0 44px 0 18px;
    border: 1px solid rgba(23,20,31,.08);
    border-radius: 15px;
    background-color: #fff;
    color: #332D3C;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
}

.hh-sort-select:focus {
    border-color: rgba(140,86,245,.35);
    box-shadow: 0 0 0 4px rgba(140,86,245,.08);
}

.hh-products-list {
    min-width: 0;
}

.hh-products-empty {
    padding: 70px 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(54,35,91,.05);
    text-align: center;
}

.hh-products-empty p {
    margin: 0;
    color: #7A7484;
    font-size: 16px;
}

.hh-products-pagination {
    margin-top: 34px;
}

@media (max-width: 1199.98px) {
    .hh-catalog-layout {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 28px;
    }

    .hh-category-hero {
        grid-template-columns: 1fr;
    }

    .hh-category-hero__stats {
        max-width: 520px;
    }
}

@media (max-width: 991.98px) {
    .hh-catalog-layout {
        grid-template-columns: 1fr;
    }

    .hh-catalog-sidebar {
        order: 2;
    }

    .hh-catalog-main {
        order: 1;
    }

    .hh-products-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hh-products-actions {
        width: 100%;
        justify-content: space-between;
    }

    .hh-sort-select {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .hh-category-hero {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .hh-category-hero h1 {
        font-size: 38px;
    }

    .hh-category-hero p {
        font-size: 15px;
    }

    .hh-category-hero__stats {
        grid-template-columns: 1fr;
    }

    .hh-products-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hh-view-switcher,
    .hh-sort-select {
        width: 100%;
    }

    .hh-view-switcher {
        justify-content: center;
    }
}
.hh-promoted-section {
    margin: 28px 0 52px;
}

.hh-product-page {
    padding: 8px 0 0;
}

.hh-product-layout {
    display: grid;
    grid-template-columns: 480px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
    margin-bottom: 72px;
}

.hh-product-gallery {
    width: 100%;
    max-width: 480px;
}

.hh-product-gallery__inner {
    position: relative;
    width: 100%;
}

.hh-product-gallery img {
    border: none !important;
    box-shadow: none !important;
}

/* главное фото */
.hh-product-gallery .product-image-main,
.hh-product-gallery .product-images-main,
.hh-product-gallery .product-main-image,
.hh-product-gallery .product-image,
.hh-product-gallery .splide__track,
.hh-product-gallery .splide__list {
    width: 100% !important;
}

.hh-product-gallery .product-image-main img,
.hh-product-gallery .product-images-main img,
.hh-product-gallery .product-main-image img,
.hh-product-gallery .product-image img,
.hh-product-gallery .splide__slide img:first-child {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    background: #F6F1FB;
}

/* миниатюры */
.hh-product-gallery .splide__pagination {
    display: none !important;
}

.hh-product-gallery .splide__track--nav,
.hh-product-gallery .product-thumbnails,
.hh-product-gallery .product-images-thumbs,
.hh-product-gallery .thumbs,
.hh-product-gallery .swiper-thumbs {
    width: 100% !important;
    margin-top: 18px !important;
}

.hh-product-gallery .splide__track--nav .splide__list,
.hh-product-gallery .product-thumbnails,
.hh-product-gallery .product-images-thumbs,
.hh-product-gallery .thumbs,
.hh-product-gallery .swiper-thumbs {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
}

.hh-product-gallery .splide__slide,
.hh-product-gallery .product-thumbnails .item,
.hh-product-gallery .product-images-thumbs .item,
.hh-product-gallery .thumbs .item,
.hh-product-gallery .swiper-thumbs .swiper-slide {
    border: none !important;
    opacity: 1 !important;
    background: transparent !important;
}

.hh-product-gallery .splide__slide img,
.hh-product-gallery .product-thumbnails img,
.hh-product-gallery .product-images-thumbs img,
.hh-product-gallery .thumbs img,
.hh-product-gallery .swiper-thumbs img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    background: #F6F1FB !important;
    transition: transform .2s ease, opacity .2s ease !important;
    cursor: pointer !important;
}

.hh-product-gallery .splide__slide.is-active img,
.hh-product-gallery .active img,
.hh-product-gallery .is-active img,
.hh-product-gallery .slick-current img,
.hh-product-gallery .swiper-slide-thumb-active img {
    outline: none !important;
    box-shadow: none !important;
    opacity: .92 !important;
}

.hh-product-gallery .splide__slide:hover img,
.hh-product-gallery .product-thumbnails img:hover,
.hh-product-gallery .product-images-thumbs img:hover,
.hh-product-gallery .thumbs img:hover {
    transform: translateY(-2px);
}

.hh-product-sale-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #8C56F5;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.hh-product-info {
    max-width: 620px;
    padding-top: 8px;
}

.hh-product-sku {
    margin-bottom: 10px;
    color: #9F9AA8;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: .02em;
}

.hh-product-sku span {
    color: #8C56F5;
    font-weight: 700;
}

.hh-product-title {
    max-width: 680px;
    margin: 0 0 10px;
    color: #171423;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: .98;
    font-weight: 700;
    letter-spacing: -.05em;
}

.hh-product-category {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: #8C56F5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.hh-product-category:hover {
    color: #7347D6;
}

.hh-product-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: #A6A0B2;
    font-size: 14px;
}

.hh-product-rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hh-product-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 28px;
}

.hh-product-price span {
    color: #171423;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.03em;
}

.hh-product-price del {
    color: #B3ADBF;
    font-size: 18px;
    font-weight: 400;
}

.hh-product-seller {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    margin-bottom: 28px;
    border-top: 1px solid #ECE7F5;
    border-bottom: 1px solid #ECE7F5;
}

.hh-product-seller img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.hh-product-seller span {
    color: #9D97AA;
    font-size: 14px;
}

.hh-product-seller a {
    color: #171423;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hh-product-seller a:hover {
    color: #8C56F5;
}

.hh-product-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hh-product-options {
    margin: 0 !important;
}

.hh-product-panel {
    padding-top: 8px;
    margin-top: 0;
}

.hh-product-panel .btn-primary {
    height: 54px;
    padding: 0 28px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #8C56F5 0%, #A56BFF 100%);
    box-shadow: 0 10px 30px rgba(140, 86, 245, .22);
    font-size: 15px;
    font-weight: 600;
}

.hh-product-panel .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(140, 86, 245, .28);
}

.hh-product-panel input[type="number"],
.hh-product-panel .form-control {
    height: 52px;
    border-radius: 14px;
    border-color: rgba(23,20,31,.10);
    background: #FAF8FD;
}

.hh-product-details {
    margin-top: 20px;
}

.hh-product-tabs {
    display: flex;
    gap: 28px;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ECE7F5;
}

.hh-product-tabs .nav-link {
    position: relative;
    padding: 0 0 10px;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #9D97AA;
    font-size: 15px;
    font-weight: 600;
}

.hh-product-tabs .nav-link.active {
    color: #171423;
}

.hh-product-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #8C56F5;
}

.hh-product-tabs .nav-link span {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    margin-left: 6px;
    padding: 0 6px;
    border-radius: 999px;
    background: #8C56F5;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.hh-product-tabs-content {
    max-width: 920px;
}

.hh-product-short-description {
    margin-bottom: 18px;
    color: #3D374B;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.hh-product-description {
    color: #5B5568;
    font-size: 16px;
    line-height: 1.85;
}

.hh-product-description p {
    margin-bottom: 18px;
}

.hh-product-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .hh-product-layout {
        grid-template-columns: 420px minmax(0, 1fr);
        gap: 44px;
    }

    .hh-product-gallery {
        max-width: 420px;
    }
}

@media (max-width: 991.98px) {
    .hh-product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hh-product-gallery {
        max-width: 520px;
    }

    .hh-product-title {
        max-width: 100%;
        font-size: 38px;
    }

    .hh-product-info {
        max-width: 100%;
    }

    .hh-product-details {
        margin-top: 52px;
    }
}

@media (max-width: 767.98px) {
    .hh-product-tabs {
        gap: 18px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .hh-product-tabs .nav-link {
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {
    .hh-product-page {
        padding-top: 0;
    }

    .hh-product-layout {
        gap: 28px;
        margin-bottom: 48px;
    }

    .hh-product-gallery {
        max-width: 100%;
    }

    .hh-product-title {
        font-size: 32px;
    }

    .hh-product-price span {
        font-size: 22px;
    }

    .hh-product-gallery .splide__track--nav .splide__list,
    .hh-product-gallery .product-thumbnails,
    .hh-product-gallery .product-images-thumbs,
    .hh-product-gallery .thumbs,
    .hh-product-gallery .swiper-thumbs {
        gap: 10px !important;
    }

    .hh-product-details {
        margin-top: 40px;
    }

    .hh-product-short-description {
        font-size: 18px;
    }
}

.hh-product-gallery-slider {
    width: 100%;
    max-width: 100%;
}

.hh-product-gallery-main {
    width: 100%;
    max-width: 100%;
}

.hh-product-gallery-main .slick-list {
    overflow: hidden;
    border-radius: 16px;
}

.hh-product-gallery-main .slick-track {
    display: flex;
    align-items: stretch;
}

.hh-product-gallery-main .slick-slide {
    height: auto;
}

.hh-product-gallery-main .slick-slide > div {
    height: 100%;
}

.hh-product-gallery-main__item {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
}

.hh-product-gallery-main__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.hh-product-gallery-main__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
}

.hh-product-gallery-thumbs {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
}

.hh-product-gallery-thumbs .slick-list {
    overflow: hidden !important;
    margin-right: -70px;
}

.hh-product-gallery-thumbs .slick-track {
    display: flex !important;
    gap: 12px;
}

.hh-product-gallery-thumbs .slick-slide {
    height: auto !important;
    padding: 0 !important;
}

.hh-product-gallery-thumbs .slick-slide > div {
    height: 100%;
}

.hh-product-gallery-thumb {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    opacity: .72;
    transition: opacity .18s ease, transform .18s ease;
}

.hh-product-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.hh-product-gallery-thumbs .slick-current .hh-product-gallery-thumb {
    opacity: 1;
}

.hh-product-gallery-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.hh-product-no-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.hh-product-no-image img {
    width: 46%;
    height: auto;
    opacity: .45;
}

.hh-product-gallery-slider img,
.hh-product-gallery-slider a,
.hh-product-gallery-slider .slick-slide {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hh-cart-control {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 18px;
    align-items: end;
    max-width: 560px;
}

.hh-cart-control__price,
.hh-cart-control__qty {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hh-cart-control__label {
    color: #8C8494;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hh-cart-control__price strong {
    height: 54px;
    display: inline-flex;
    align-items: center;
    color: #171423;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.hh-cart-control__qty .input-group,
.hh-cart-control__qty .quantity-input {
    height: 54px;
}

.hh-cart-control__qty .form-control {
    width: 54px;
    height: 54px;
    padding: 0;
    border-color: #ECE7F5;
    background: #FAF8FD;
    color: #171423;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.hh-cart-control__qty .btn,
.hh-cart-control__qty button {
    width: 42px;
    height: 54px;
    border-color: #ECE7F5;
    background: #fff;
    color: #5F586B;
    box-shadow: none;
}

.hh-cart-control__qty .btn:hover,
.hh-cart-control__qty button:hover {
    background: #F8F4FF;
    color: #8C56F5;
}

.hh-cart-control__button {
    height: 54px;
    padding: 0 30px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #8C56F5 0%, #A56BFF 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(140, 86, 245, .24);
    transition: transform .18s ease, box-shadow .18s ease;
}

.hh-cart-control__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(140, 86, 245, .30);
}

@media (max-width: 575.98px) {
    .hh-cart-control {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hh-cart-control__button {
        width: 100%;
    }
}

.hh-cart-page {
    padding-bottom: 80px;
}

.hh-cart-breadcrumb {
    margin-bottom: 26px;
}

.hh-cart-page-head {
    margin-bottom: 22px;
}

.hh-cart-page-head h1 {
    margin: 0;
    color: #171423;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.045em;
}

.hh-cart-page-head h1 span {
    display: inline-flex;
    min-width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F3ECFF;
    color: #8C56F5;
    font-size: 15px;
    font-weight: 800;
    vertical-align: top;
}

.hh-cart-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
}

.hh-cart-page-main {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hh-cart-store-card {
    overflow: hidden;
    border: 1px solid #EEEAF4;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(54, 35, 91, .04);
}

.hh-cart-store-card__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border-bottom: 1px solid #EEEAF4;
}

.hh-cart-store-card__title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hh-cart-store-card__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #F3ECFF;
    color: #8C56F5;
    font-size: 17px;
}

.hh-cart-store-card__title h2 {
    margin: 0;
    color: #171423;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.hh-cart-store-card__badge {
    height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: #F3ECFF;
    color: #8C56F5;
    font-size: 14px;
    font-weight: 600;
}

.hh-cart-products {
    padding: 0 24px;
}

.hh-cart-product {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 190px;
    gap: 22px;
    align-items: stretch;
    padding: 24px 0;
    border-bottom: 1px solid #EEEAF4;
}

.hh-cart-product:last-child {
    border-bottom: 0;
}

.hh-cart-product__image {
    width: 96px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    align-self: start;
    border-radius: 16px;
    background: #F6F1FB;
}

.hh-cart-product__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hh-cart-product__info {
    min-width: 0;
    padding-top: 6px;
}

.hh-cart-product__title {
    display: inline-block;
    margin-bottom: 6px;
    color: #171423;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -.02em;
}

.hh-cart-product__title:hover {
    color: #8C56F5;
}

.hh-cart-product__unit-price {
    margin-bottom: 36px;
    color: #7a7484;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.hh-cart-product__meta {
    margin-bottom: 4px;
    color: #8C8494;
    font-size: 13px;
    line-height: 1.35;
}

.hh-cart-product__sale {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.hh-cart-product__sale span {
    color: #8C56F5;
    font-size: 14px;
    font-weight: 800;
}

.hh-cart-product__sale del {
    color: #A6A0B2;
    font-size: 13px;
}

.hh-cart-product__remove {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    color: #7A7484;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.hh-cart-product__remove:hover {
    color: #f55656;
}

.hh-cart-product__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 0;
}

.hh-cart-product__line-price {
    color: #171423;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.035em;
    text-align: right;
}

.hh-cart-product__qty-static {
    min-width: 120px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEAF4;
    border-radius: 14px;
    color: #171423;
    font-size: 16px;
    font-weight: 700;
}

.hh-cart-product .control-quantity-input {
    width: 132px;
    height: 44px;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    border: 1px solid #EEEAF4;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.hh-cart-product .control-quantity-input .btn,
.hh-cart-product .control-quantity-input button {
    width: 40px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #171423;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
}

.hh-cart-product .control-quantity-input .btn:hover,
.hh-cart-product .control-quantity-input button:hover {
    background: #F8F4FF;
    color: #8C56F5;
}

.hh-cart-product .control-quantity-input input {
    width: 100%;
    height: 42px;
    padding: 0;
    border: 0;
    border-left: 1px solid #EEEAF4;
    border-right: 1px solid #EEEAF4;
    background: #fff;
    color: #171423;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    box-shadow: none;
}

.hh-cart-bundle-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #EEEAF4;
}

.hh-cart-bundle-total span {
    color: #7A7484;
    font-size: 14px;
    font-weight: 700;
}

.hh-cart-bundle-total strong {
    color: #171423;
    font-size: 18px;
    font-weight: 900;
}

.hh-cart-summary {
    position: sticky;
    top: 24px;
    padding: 24px;
    border: 1px solid #EEEAF4;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(54, 35, 91, .05);
}

.hh-cart-summary__checkout {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: #8C56F5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.hh-cart-summary__checkout:hover {
    color: #fff;
    background: #996af7;
}

.hh-cart-summary__note {
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EEEAF4;
    color: #7A7484;
    font-size: 14px;
    line-height: 1.45;
}

.hh-cart-summary__rows {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EEEAF4;
}

.hh-cart-summary__rows div,
.hh-cart-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hh-cart-summary__rows span {
    color: #171423;
    font-size: 15px;
    font-weight: 600;
}

.hh-cart-summary__rows strong {
    color: #171423;
    font-size: 16px;
    font-weight: 600;
}

.hh-cart-summary__discount {
    color: #8C56F5 !important;
}

.hh-cart-summary__total {
    padding-top: 22px;
}

.hh-cart-summary__total span {
    color: #171423;
    font-size: 22px;
    font-weight: 900;
}

.hh-cart-summary__total strong {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
    color: black;
}

.hh-cart-benefits {
    grid-column: 2;
    padding: 24px;
    border: 1px solid #EEEAF4;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(54, 35, 91, .04);
}

.hh-cart-benefit {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 14px 0;
}

.hh-cart-benefit:first-child {
    padding-top: 0;
}

.hh-cart-benefit:last-child {
    padding-bottom: 0;
}

.hh-cart-benefit span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #F8F4FF;
    color: #8C56F5;
    font-size: 18px;
}

.hh-cart-benefit h3 {
    margin: 0 0 5px;
    color: #171423;
    font-size: 15px;
    font-weight: 600;
}

.hh-cart-benefit p {
    margin: 0;
    color: #7A7484;
    font-size: 13px;
    line-height: 1.45;
}

.hh-cart-empty-page {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEAF4;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 55px rgba(54, 35, 91, .04);
}

.hh-cart-empty-page__icon {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #F3ECFF;
    color: #8C56F5;
    font-size: 36px;
}

.hh-cart-empty-page h2 {
    margin: 0 0 10px;
    color: #171423;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.hh-cart-empty-page p {
    max-width: 340px;
    margin: 0 0 26px;
    color: #7A7484;
    font-size: 15px;
    line-height: 1.5;
}

.hh-cart-empty-page__button {
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7C3DFF 0%, #9F5CF9 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.hh-cart-empty-page__button:hover {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .hh-cart-page-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 22px;
    }

    .hh-cart-product {
        grid-template-columns: 86px minmax(0, 1fr) 170px;
    }

    .hh-cart-product__image {
        width: 86px;
    }
}

@media (max-width: 991.98px) {
    .hh-cart-page-layout {
        grid-template-columns: 1fr;
    }

    .hh-cart-summary,
    .hh-cart-benefits {
        grid-column: auto;
        position: static;
    }

    .hh-cart-summary {
        order: 2;
    }

    .hh-cart-benefits {
        order: 3;
    }
}

@media (max-width: 767.98px) {
    .hh-cart-page-head h1 {
        font-size: 34px;
    }

    .hh-cart-store-card__head {
        padding: 18px;
    }

    .hh-cart-products {
        padding: 0 18px;
    }

    .hh-cart-product {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 14px;
    }

    .hh-cart-product__image {
        width: 78px;
    }

    .hh-cart-product__side {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
    }

    .hh-cart-product__line-price {
        font-size: 20px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .hh-cart-store-card,
    .hh-cart-summary,
    .hh-cart-benefits,
    .hh-cart-empty-page {
        border-radius: 20px;
    }

    .hh-cart-store-card__title h2 {
        font-size: 18px;
    }

    .hh-cart-store-card__badge {
        font-size: 13px;
    }

    .hh-cart-product__title {
        font-size: 16px;
    }

    .hh-cart-product__unit-price {
        font-size: 14px;
    }

    .hh-cart-product .control-quantity-input {
        width: 126px;
    }

    .hh-cart-summary__total strong {
        font-size: 24px;
    }
}

/* =========================
   CART FLYOUT
========================= */

#cartFlyout {
    width: 420px !important;
    border-left: 1px solid #ece7f5;
    background: #fff;
}

#cartFlyout .offcanvas-header {
    padding: 24px;
    border-bottom: 1px solid #f1edf7;
}

#cartFlyout .offcanvas-title {
    font-size: 24px;
    font-weight: 700;
    color: #171327;
}

#cartFlyout .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fcfbfe;
}

/* =========================
   EMPTY CART
========================= */

.hh-cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    padding: 40px 24px;
}

.hh-cart-empty__icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #f4efff;
    color: #7c4dff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.hh-cart-empty h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #171327;
}

.hh-cart-empty p {
    font-size: 15px;
    line-height: 1.5;
    color: #7b748d;
    margin-bottom: 24px;
    max-width: 260px;
}

/* =========================
   BUTTONS
========================= */

.hh-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.hh-cart-btn--primary {
    background: linear-gradient(135deg, #7c4dff 0%, #9b6bff 100%);
    color: #fff;
    box-shadow: 0 10px 25px rgba(124, 77, 255, 0.18);
}

.hh-cart-btn--primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(124, 77, 255, 0.24);
}

.hh-cart-btn--ghost {
    background: #f4f1fa;
    color: #6e6782;
}

.hh-cart-btn--ghost:hover {
    background: #ece7f5;
    color: #171327;
}

/* =========================
   BODY
========================= */

.hh-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.hh-cart-store {
    background: #fff;
    border: 1px solid #ece7f5;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 18px;
}

/* =========================
   STORE HEADER
========================= */

.hh-cart-store__title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
    border-bottom: 1px solid #f3eef9;
    font-size: 15px;
    font-weight: 700;
    color: #171327;
}

.hh-cart-store__title i {
    color: #7c4dff;
    font-size: 16px;
}

.hh-cart-store__title b {
    margin-left: auto;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f4efff;
    color: #7c4dff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

/* =========================
   ITEMS
========================= */

.hh-cart-items {
    padding: 8px 0;
}

.hh-cart-item {
    display: flex;
    gap: 14px;
    padding: 16px 20px;
    position: relative;
}

.hh-cart-item + .hh-cart-item {
    border-top: 1px solid #f5f2fa;
}

.hh-cart-item__image {
    width: 82px;
    min-width: 82px;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f5fb;
}

.hh-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hh-cart-item__content {
    flex: 1;
    min-width: 0;
}

.hh-cart-item__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.hh-cart-item__title {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #171327;
    text-decoration: none;
}

.hh-cart-item__title:hover {
    color: #7c4dff;
}

.hh-cart-item__remove {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #f6f3fb;
    color: #8f88a3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s ease;
}

.hh-cart-item__remove:hover {
    background: #efe8fb;
    color: #7c4dff;
}

.hh-cart-item__variant {
    margin-top: 6px;
    font-size: 13px;
    color: #8b839d;
}

.hh-cart-item__unit-price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #5f5872;
}

.hh-cart-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-top: 14px;
}

.hh-cart-item__qty {
    font-size: 13px;
    color: #8b839d;
}

.hh-cart-item__qty strong {
    color: #171327;
}

.hh-cart-item__price {
    text-align: right;
}

.hh-cart-item__price strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #171327;
    line-height: 1;
}

.hh-cart-item__price del {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #aaa3bb;
}

/* =========================
   SUBTOTAL
========================= */

.hh-cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-top: 1px solid #f3eef9;
    background: #fcfbfe;
}

.hh-cart-subtotal span {
    font-size: 14px;
    color: #8b839d;
}

.hh-cart-subtotal strong {
    font-size: 18px;
    font-weight: 800;
    color: #171327;
}

/* =========================
   FOOTER
========================= */

.hh-cart-footer {
    padding: 20px;
    border-top: 1px solid #ece7f5;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hh-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.hh-cart-total span {
    font-size: 14px;
    color: #8b839d;
}

.hh-cart-total strong {
    font-size: 28px;
    font-weight: 900;
    color: #171327;
}

/* =========================
   SCROLLBAR
========================= */

.hh-cart-body::-webkit-scrollbar {
    width: 6px;
}

.hh-cart-body::-webkit-scrollbar-thumb {
    background: #ddd6ef;
    border-radius: 999px;
}

.hh-cart-body::-webkit-scrollbar-track {
    background: transparent;
}