header .header-top {
    background-color: #f8e4e5 !important;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link-normal::before {
    content: "" !important;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-section-2.footer-color-3 {
    background-color: #f9f0f1 !important;
}
.footer-section-2 .main-footer .information-text-2 {
    color: black !important;
}
.footer-section-2 .main-footer .footer-list li a {
    color: #000 !important;
}

:root {
    --luxy-pink: #dc5f7c;
    --luxy-pink-dark: #c94869;
    --luxy-ink: #17151b;
    --luxy-muted: #5d5a62;
    --luxy-blush: #fff3f5;
    --luxy-line: #f1dfe3;
}

.luxy-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1e5e7;
}

.luxy-header-spacer {
    height: var(--luxy-header-height, 162px);
}

.luxy-promo-bar {
    max-height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #fde6e9 0%, #fff6f7 50%, #fde6e9 100%);
    color: #2d2a2e;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    transition:
        max-height 0.25s ease,
        min-height 0.25s ease,
        opacity 0.2s ease;
}

.luxy-promo-bar .container-fluid-lg {
    width: 100%;
    max-width: none;
}

.luxy-promo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    text-align: center;
}

.luxy-promo-inner i {
    color: var(--luxy-pink);
    margin-right: 8px;
}

.luxy-promo-inner strong {
    font-weight: 900;
}

.luxy-promo-divider {
    color: #9b8f94;
    font-weight: 700;
}

.luxy-main-header {
    position: relative;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    transition: box-shadow 0.2s ease;
}

.luxy-site-header.is-scrolled .luxy-promo-bar {
    max-height: 0;
    min-height: 0;
    opacity: 0;
}

.luxy-site-header.is-scrolled .luxy-main-header {
    box-shadow: 0 12px 34px rgba(39, 24, 26, 0.08);
}

.luxy-header-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(205px, 17vw, 310px) minmax(
            0,
            1fr
        );
    align-items: center;
    min-height: 112px;
    gap: 24px;
}

.luxy-header-nav {
    align-items: center;
    gap: clamp(18px, 1.6vw, 34px);
    min-width: 0;
}

.luxy-header-nav a {
    position: relative;
    color: var(--luxy-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.luxy-header-nav a.active {
    color: var(--luxy-pink);
}

.luxy-header-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    height: 3px;
    border-radius: 999px;
    background: var(--luxy-pink);
}

.luxy-header-nav .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: 0.12em;
}

.luxy-header-nav .luxy-nav-dropdown {
    position: relative;
}

.luxy-header-nav .luxy-nav-dropdown .dropdown-menu {
    display: block;
    min-width: 220px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #efd8df;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(54, 31, 40, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.luxy-header-nav .luxy-nav-dropdown .dropdown-menu::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 18px;
    content: "";
}

.luxy-header-nav .luxy-nav-dropdown .dropdown-menu::after {
    position: absolute;
    top: -7px;
    left: 44px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #efd8df;
    border-left: 1px solid #efd8df;
    background: #fff;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
}

.luxy-header-nav .luxy-nav-dropdown:hover .dropdown-menu,
.luxy-header-nav .luxy-nav-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxy-header-nav .luxy-nav-dropdown .dropdown-item {
    display: block;
    padding: 11px 13px;
    border-radius: 10px;
    color: var(--luxy-ink);
    font-size: 13px;
    font-weight: 800;
}

.luxy-header-nav .luxy-nav-dropdown .dropdown-item:hover,
.luxy-header-nav .luxy-nav-dropdown .dropdown-item:focus {
    color: var(--luxy-pink-dark);
    background: #fff0f5;
}

.luxy-centered-logo {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-self: center;
}

.luxy-centered-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.luxy-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, 1.1vw, 18px);
    min-width: 0;
}

.luxy-search-form {
    display: flex;
    align-items: center;
    width: clamp(210px, 17vw, 305px);
    min-height: 46px;
    padding: 0 13px 0 18px;
    border: 1px solid #eadfe3;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(38, 23, 28, 0.04);
}

.luxy-search-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--luxy-ink);
    font-size: 13px;
    font-weight: 600;
}

.luxy-search-form input::placeholder {
    color: #a09a9e;
}

.luxy-search-form button,
.luxy-icon-button,
.luxy-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--luxy-ink);
}

.luxy-search-form button {
    width: 30px;
    height: 30px;
    font-size: 17px;
}

.luxy-icon-button {
    position: relative;
    width: 25px;
    height: 30px;
    font-size: 22px;
}

.luxy-account-avatar-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f3cbd7;
    background: #fff7fa;
}

.luxy-account-avatar-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-account-menu-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.luxy-account-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    right: -12px;
    z-index: 80;
    width: 240px;
    padding: 12px;
    border: 1px solid #f1d5de;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(70, 35, 48, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
}

.luxy-account-dropdown::before {
    content: "";
    position: absolute;
    right: 18px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #f1d5de;
    border-top: 1px solid #f1d5de;
    background: #fff;
    transform: rotate(45deg);
}

.luxy-account-menu-wrap:hover .luxy-account-dropdown,
.luxy-account-menu-wrap:focus-within .luxy-account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxy-account-dropdown-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 6px 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f6e3e9;
}

.luxy-account-dropdown-head img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.luxy-account-dropdown-head strong,
.luxy-account-dropdown-head span {
    display: block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.luxy-account-dropdown-head strong {
    color: var(--luxy-ink);
    font-size: 14px;
    font-weight: 800;
}

.luxy-account-dropdown-head span {
    margin-top: 2px;
    color: #8f7e88;
    font-size: 12px;
    font-weight: 600;
}

.luxy-account-dropdown a,
.luxy-account-dropdown button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #4a3942;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    transition: 0.18s ease;
}

.luxy-account-dropdown a:hover,
.luxy-account-dropdown button:hover {
    background: #fff0f5;
    color: var(--luxy-pink);
}

.luxy-account-dropdown i {
    width: 18px;
    color: var(--luxy-pink);
    text-align: center;
}

.luxy-account-dropdown form {
    margin: 6px 0 0;
    padding-top: 6px;
    border-top: 1px solid #f6e3e9;
}

.luxy-cart-button span {
    position: absolute;
    top: -7px;
    right: -9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--luxy-pink);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.luxy-mini-cart-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.luxy-mini-cart {
    position: absolute;
    top: calc(100% + 18px);
    right: -12px;
    z-index: 40;
    width: min(370px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid #f5dbe4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(54, 31, 40, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.luxy-mini-cart::before {
    position: absolute;
    right: 12px;
    bottom: 100%;
    width: 90px;
    height: 20px;
    content: "";
}

.luxy-mini-cart::after {
    position: absolute;
    right: 17px;
    bottom: calc(100% - 7px);
    width: 14px;
    height: 14px;
    border-top: 1px solid #f5dbe4;
    border-left: 1px solid #f5dbe4;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}

.luxy-mini-cart-wrap:hover .luxy-mini-cart,
.luxy-mini-cart-wrap:focus-within .luxy-mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.luxy-mini-cart-items {
    display: grid;
    gap: 14px;
    max-height: 340px;
    overflow-y: auto;
    padding-right: 3px;
}

.luxy-mini-cart-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 26px;
    gap: 12px;
    align-items: center;
}

.luxy-mini-cart-thumb {
    display: block;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff6f8;
}

.luxy-mini-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-mini-cart-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.luxy-mini-cart-name {
    overflow: hidden;
    color: var(--luxy-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.luxy-mini-cart-name:hover {
    color: var(--luxy-pink-dark);
}

.luxy-mini-cart-copy span {
    color: #2a2530;
    font-size: 15px;
    font-weight: 600;
}

.luxy-mini-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6c5f68;
    font-size: 15px;
    transition: 0.18s ease;
}

.luxy-mini-cart-remove:hover {
    color: var(--luxy-pink-dark);
    background: #fff0f5;
}

.luxy-mini-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f3e1e7;
}

.luxy-mini-cart-total span {
    color: var(--luxy-ink);
    font-size: 18px;
    font-weight: 800;
}

.luxy-mini-cart-total strong {
    color: var(--luxy-pink-dark);
    font-size: 21px;
    font-weight: 900;
}

.luxy-mini-cart-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.luxy-mini-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: 1px solid var(--luxy-pink-dark);
    border-radius: 8px;
    color: var(--luxy-pink-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.18s ease;
}

.luxy-mini-cart-link:hover {
    color: #fff;
    background: var(--luxy-pink-dark);
}

.luxy-mini-cart-link.is-primary {
    color: #fff;
    background: var(--luxy-pink-dark);
    box-shadow: 0 12px 26px rgba(224, 82, 124, 0.22);
}

.luxy-mini-cart-link.is-primary:hover {
    border-color: var(--luxy-pink);
    background: var(--luxy-pink);
}

.luxy-mini-cart-empty {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 12px 4px 8px;
    text-align: center;
}

.luxy-mini-cart-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: var(--luxy-pink-dark);
    background: #fff0f5;
    font-size: 19px;
}

.luxy-mini-cart-empty strong {
    color: var(--luxy-ink);
    font-size: 16px;
    font-weight: 900;
}

.luxy-mini-cart-empty p {
    margin: 0;
    color: #7c6d75;
    font-size: 13px;
}

.luxy-mini-cart-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 5px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: var(--luxy-pink-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.luxy-mobile-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid #eadfe3;
    border-radius: 999px;
    font-size: 18px;
}

.luxy-mobile-drawer {
    width: min(86vw, 340px);
    background: #fff;
    border-right: 1px solid #f1e4e8;
    box-shadow: 18px 0 40px rgba(35, 21, 28, 0.12);
}

.luxy-mobile-drawer .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 22px 18px;
    border-bottom: 1px solid #f1e4e8;
    background: #fff;
}

.luxy-mobile-drawer .offcanvas-header h5 {
    margin: 0;
    color: #355d84;
    font-size: 17px;
    font-weight: 700;
}

.luxy-mobile-drawer .offcanvas-body {
    display: block !important;
    flex: 1 1 auto;
    height: auto;
    min-height: calc(100vh - 78px);
    padding: 18px 22px 24px;
    background: #fff;
    overflow-y: auto;
}

.luxy-mobile-drawer-nav {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.luxy-mobile-drawer-nav a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #f3dde3;
    border-radius: 16px;
    color: var(--luxy-ink);
    font-size: 14px;
    font-weight: 700;
    background: #fff9fb;
    text-decoration: none;
    transition: 0.2s ease;
}

.luxy-mobile-drawer-nav a:hover,
.luxy-mobile-drawer-nav a.is-active {
    color: var(--luxy-pink-dark);
    border-color: #efb8c7;
    background: #fff0f5;
}

@media (max-width: 1199px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 1399px) {
    .luxy-header-grid {
        grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
    }

    .luxy-search-form {
        width: 245px;
    }
}

@media (max-width: 1199px) {
    .luxy-header-grid {
        grid-template-columns: 48px 1fr auto;
        min-height: 92px;
    }

    .luxy-centered-logo {
        justify-self: center;
        width: 210px;
    }

    .luxy-header-actions {
        gap: 12px;
    }

    .luxy-search-form {
        display: none;
    }
}

@media (max-width: 767px) {
    .luxy-promo-bar {
        min-height: 42px;
        font-size: 11px;
    }

    .luxy-promo-inner {
        gap: 10px;
    }

    .luxy-promo-divider,
    .luxy-promo-inner span:last-child {
        display: none;
    }

    .luxy-header-grid {
        min-height: 78px;
        gap: 10px;
    }

    .luxy-centered-logo {
        width: 170px;
    }

    .luxy-icon-button {
        width: 24px;
        font-size: 21px;
    }
}

.luxy-hero-section {
    background: #fff7f7;
}

.luxy-hero {
    position: relative;
    min-height: 645px;
}

.luxy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 247, 247, 0.92) 0%,
        rgba(255, 247, 247, 0.68) 30%,
        rgba(255, 247, 247, 0.08) 56%
    );
}

.luxy-hero .bg-img {
    object-position: center right;
}

.luxy-hero-detail {
    z-index: 2;
}

.luxy-hero-copy {
    max-width: 640px;
    padding-left: clamp(8px, 2vw, 38px);
}

.luxy-hero-copy h6 {
    margin-bottom: 22px;
    color: var(--luxy-pink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.luxy-hero-copy h1,
.luxy-hero-copy h2 {
    margin: 0;
    color: var(--luxy-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.luxy-hero-copy h1 {
    font-size: clamp(42px, 5.2vw, 82px);
}

.luxy-hero-copy h1 span {
    color: var(--luxy-pink);
}

.luxy-hero-copy h2 {
    position: relative;
    width: max-content;
    max-width: 100%;
    font-size: clamp(34px, 4.25vw, 68px);
}

.luxy-hero-copy h2::after {
    content: "+";
    position: absolute;
    top: -12px;
    right: -34px;
    color: var(--luxy-pink);
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.luxy-hero-copy p {
    max-width: 430px;
    margin: 28px 0 0;
    color: var(--luxy-muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
}

.luxy-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.luxy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    min-height: 54px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.luxy-btn:hover {
    transform: translateY(-2px);
}

.luxy-btn-primary {
    background: var(--luxy-pink);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(220, 95, 124, 0.24);
}

.luxy-btn-primary:hover {
    background: var(--luxy-pink-dark);
}

.luxy-btn-light {
    background: #fff;
    color: var(--luxy-ink) !important;
    box-shadow: 0 12px 24px rgba(33, 23, 28, 0.08);
}

.luxy-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 68px;
}

.luxy-hero-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 210px;
}

.luxy-hero-highlight + .luxy-hero-highlight {
    padding-left: 30px;
    border-left: 1px solid var(--luxy-line);
}

.luxy-hero-highlight span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--luxy-pink);
    font-size: 24px;
}

.luxy-hero-highlight strong,
.luxy-benefit-item strong {
    display: block;
    color: var(--luxy-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.luxy-hero-highlight small,
.luxy-benefit-item span {
    display: block;
    margin-top: 4px;
    color: var(--luxy-muted);
    font-size: 12px;
    font-weight: 600;
}

.luxy-benefit-section {
    background: #fff;
    border-top: 1px solid #f7eaed;
    border-bottom: 1px solid #f7eaed;
}

.luxy-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 118px;
    align-items: center;
}

.luxy-benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 28px;
}

.luxy-benefit-item + .luxy-benefit-item {
    border-left: 1px solid var(--luxy-line);
}

.luxy-benefit-item i {
    color: var(--luxy-pink);
    font-size: 33px;
}

.luxy-category-section {
    padding-top: 52px;
}

.luxy-category-section .luxy-section-title {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    margin-bottom: 34px;
    text-align: center !important;
}

.luxy-category-section .luxy-section-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    color: var(--luxy-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.5vw, 44px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.luxy-category-section .luxy-section-title::before,
.luxy-category-section .luxy-section-title::after,
.luxy-category-section .luxy-section-title h2::before {
    content: none !important;
}

.luxy-category-section .luxy-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: var(--luxy-pink);
    transform: translateX(-50%);
}

.luxy-category-slider {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.luxy-category-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: var(--luxy-blush);
}

.luxy-category-card a {
    position: relative;
    display: block;
    color: #fff;
}

.luxy-category-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.04;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.luxy-category-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(39, 24, 26, 0) 0%,
        rgba(39, 24, 26, 0.26) 100%
    );
}

.luxy-category-card:hover img {
    transform: scale(1.04);
}

.luxy-category-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.luxy-category-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.luxy-category-name span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #fff;
    color: var(--luxy-pink);
    font-size: 24px;
    box-shadow: 0 10px 22px rgba(52, 30, 36, 0.08);
}

.luxy-category-name strong {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(47, 27, 32, 0.25);
}

.luxy-category-overlay em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 42px;
    border-radius: 6px;
    background: #fff;
    color: var(--luxy-pink);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(52, 30, 36, 0.08);
}

.luxy-centered-section-title {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    text-align: center !important;
}

.luxy-centered-section-title::before,
.luxy-centered-section-title::after,
.luxy-centered-section-title h2::before {
    content: none !important;
}

.luxy-centered-section-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    color: var(--luxy-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.3vw, 40px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.luxy-centered-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: var(--luxy-pink);
    transform: translateX(-50%);
}

.luxy-why-section {
    padding-top: 46px;
}

.luxy-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
}

.luxy-why-item {
    position: relative;
    padding: 0 38px;
    text-align: center;
}

.luxy-why-item + .luxy-why-item {
    border-left: 1px solid var(--luxy-line);
}

.luxy-why-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border: 4px solid #fde7ee;
    border-radius: 999px;
    background: #fff2f6;
    color: var(--luxy-pink);
    font-size: 29px;
}

.luxy-why-item h3 {
    margin-bottom: 10px;
    color: var(--luxy-ink);
    font-size: 16px;
    font-weight: 900;
}

.luxy-why-item p {
    max-width: 230px;
    margin: 0 auto;
    color: var(--luxy-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.luxy-love-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.luxy-love-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.luxy-love-card {
    min-height: 178px;
    padding: 28px 34px;
    border: 1px solid var(--luxy-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(39, 24, 26, 0.04);
}

.luxy-stars {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--luxy-pink);
    font-size: 15px;
}

.luxy-love-card p {
    min-height: 58px;
    margin: 0 0 22px;
    color: #2b2930;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.luxy-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.luxy-reviewer img {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    object-fit: cover;
}

.luxy-reviewer strong {
    color: var(--luxy-ink);
    font-size: 14px;
    font-weight: 900;
}

.luxy-instagram-section .luxy-centered-section-title {
    margin-bottom: 34px;
}

.luxy-instagram-cta {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.luxy-follow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 6px;
    background: var(--luxy-pink);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 30px rgba(220, 95, 124, 0.24);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.luxy-follow-button:hover {
    background: var(--luxy-pink-dark);
    box-shadow: 0 16px 34px rgba(220, 95, 124, 0.3);
    transform: translateY(-2px);
}

.luxy-footer {
    margin-top: 60px;
    background: #fff7f8;
    color: var(--luxy-ink);
}

.luxy-footer-newsletter {
    background: linear-gradient(90deg, #fde5e8 0%, #fff2f4 48%, #f9d7df 100%);
}

.luxy-footer-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 96px;
}

.luxy-footer-newsletter h2 {
    margin: 0 0 6px;
    color: var(--luxy-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.luxy-footer-newsletter p {
    margin: 0;
    color: var(--luxy-muted);
    font-size: 14px;
    font-weight: 600;
}

.luxy-footer-form {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: min(100%, 420px);
}

.luxy-footer-form input {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    padding: 0 18px;
    color: var(--luxy-ink);
    font-size: 14px;
    outline: 0;
    box-shadow: 0 10px 28px rgba(39, 24, 26, 0.06);
}

.luxy-footer-form input::placeholder {
    color: #b3a9ad;
}

.luxy-footer-form button {
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: var(--luxy-pink);
    color: #fff;
    padding: 0 28px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(220, 95, 124, 0.22);
}

.luxy-footer-main {
    padding: 54px 0 22px;
    background: linear-gradient(180deg, #fff 0%, #fff8f9 100%);
}

.luxy-footer-grid {
    display: grid;
    grid-template-columns:
        minmax(240px, 1.25fr) repeat(3, minmax(130px, 0.7fr))
        minmax(220px, 1fr);
    gap: clamp(30px, 4vw, 78px);
    align-items: start;
}

.luxy-footer-logo {
    display: inline-flex;
    width: 218px;
    margin-bottom: 18px;
}

.luxy-footer-logo img {
    width: 100%;
    height: auto;
}

.luxy-footer-brand p {
    max-width: 300px;
    margin: 0;
    color: var(--luxy-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
}

.luxy-footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.luxy-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--luxy-ink);
    font-size: 22px;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.luxy-footer-social a:hover {
    color: var(--luxy-pink);
    transform: translateY(-2px);
}

.luxy-footer-column h3,
.luxy-footer-contact h3 {
    margin: 0 0 18px;
    color: var(--luxy-ink);
    font-size: 15px;
    font-weight: 900;
}

.luxy-footer-column {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.luxy-footer-column a {
    color: var(--luxy-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.luxy-footer-column a:hover {
    color: var(--luxy-pink);
}

.luxy-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.luxy-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.luxy-contact-item i {
    width: 24px;
    color: var(--luxy-pink);
    font-size: 22px;
    line-height: 1.1;
}

.luxy-contact-item strong,
.luxy-contact-item span {
    display: block;
    color: var(--luxy-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.luxy-contact-item strong {
    color: var(--luxy-ink);
    font-weight: 900;
}

.luxy-footer-bottom {
    padding-top: 34px;
    text-align: center;
}

.luxy-footer-bottom p {
    margin: 0;
    color: var(--luxy-muted);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .luxy-hero {
        min-height: 560px;
    }

    .luxy-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
        padding: 28px 0;
    }

    .luxy-benefit-item:nth-child(4) {
        border-left: 0;
    }

    .luxy-category-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-why-grid,
    .luxy-love-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-why-item:nth-child(3) {
        border-left: 0;
    }

    .luxy-why-item {
        padding: 24px;
    }

    .luxy-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-footer-brand {
        grid-column: span 3;
    }
}

@media (max-width: 767px) {
    .luxy-hero {
        min-height: 560px;
    }

    .luxy-hero::after {
        background: linear-gradient(
            90deg,
            rgba(255, 247, 247, 0.96),
            rgba(255, 247, 247, 0.78)
        );
    }

    .luxy-hero .bg-img {
        object-position: 66% center;
    }

    .luxy-hero-copy {
        max-width: 100%;
        padding: 32px 8px;
    }

    .luxy-hero-copy h6 {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .luxy-hero-copy p {
        max-width: 330px;
        margin-top: 18px;
        font-size: 14px;
    }

    .luxy-hero-actions {
        gap: 12px;
        margin-top: 24px;
    }

    .luxy-btn {
        min-width: 145px;
        min-height: 46px;
        font-size: 11px;
    }

    .luxy-hero-highlights {
        gap: 16px;
        margin-top: 36px;
    }

    .luxy-hero-highlight {
        min-width: 100%;
    }

    .luxy-hero-highlight + .luxy-hero-highlight {
        padding-left: 0;
        border-left: 0;
    }

    .luxy-benefit-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 22px 0;
    }

    .luxy-benefit-item {
        padding: 14px 6px;
    }

    .luxy-benefit-item + .luxy-benefit-item {
        border-left: 0;
        border-top: 1px solid var(--luxy-line);
    }

    .luxy-category-section {
        padding-top: 38px;
    }

    .luxy-category-section .luxy-section-title {
        margin-bottom: 24px;
    }

    .luxy-category-slider {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .luxy-category-overlay {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .luxy-category-name span {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .luxy-category-name strong {
        font-size: 14px;
    }

    .luxy-category-overlay em {
        min-width: 112px;
        min-height: 36px;
        font-size: 12px;
    }

    .luxy-why-section {
        padding-top: 36px;
    }

    .luxy-why-grid,
    .luxy-love-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .luxy-why-item {
        padding: 24px 12px;
        border-left: 0 !important;
        border-top: 1px solid var(--luxy-line);
    }

    .luxy-why-item:first-child {
        border-top: 0;
    }

    .luxy-love-card {
        padding: 24px;
    }

    .luxy-footer {
        margin-top: 42px;
    }

    .luxy-footer-newsletter-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 24px 0;
        text-align: center;
    }

    .luxy-footer-form {
        flex-direction: column;
        min-width: 0;
    }

    .luxy-footer-form button {
        width: 100%;
    }

    .luxy-footer-main {
        padding-top: 38px;
    }

    .luxy-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .luxy-footer-brand {
        grid-column: auto;
    }

    .luxy-footer-logo {
        width: 185px;
    }

    .luxy-footer-bottom {
        padding-top: 18px;
    }
}
.home-section-2 .home-contain .home-detail h1 .home-detail h2 {
    font-size: calc(25px + 20 * (100vw - 320px) / 1600) !important;
    margin-bottom: 6px;
}
.luxy-benefit-section {
    background: #f9f0f180 !important;
}
.luxy-site-header nav ul {
    line-height: 2em !important;
    margin: 17px 0 0 0 !important;
}
.luxy-site-header nav ul li {
    width: 100% !important;
}
.luxy-site-header nav ul li a {
    padding: 0.5em 1.5em !important;
}
.breadcrumb-section.luxy-breadcrumb-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: clamp(220px, 24vw, 340px);
    background-color: #fff5f7;
    background-image:
        linear-gradient(
            90deg,
            rgba(255, 250, 251, 0.98) 0%,
            rgba(255, 246, 248, 0.95) 36%,
            rgba(255, 239, 243, 0.58) 58%,
            rgba(255, 233, 238, 0.12) 100%
        ),
        url("../images/banner/banner_hero.png");
    background-position:
        left top,
        right center;
    background-repeat: no-repeat;
    background-size: cover, cover;
    border-bottom: 1px solid rgba(220, 95, 124, 0.08);
}

.breadcrumb-section.luxy-breadcrumb-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(255, 255, 255, 0.88),
            transparent 26%
        ),
        radial-gradient(
            circle at 28% 74%,
            rgba(255, 255, 255, 0.6),
            transparent 20%
        );
    pointer-events: none;
}

.breadcrumb-section.luxy-breadcrumb-hero .container-fluid-lg,
.breadcrumb-section.luxy-breadcrumb-hero .row,
.breadcrumb-section.luxy-breadcrumb-hero .col-12 {
    height: 100%;
}

.breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain {
    position: relative;
    z-index: 1;
    min-height: clamp(220px, 24vw, 340px);
    max-width: min(560px, 100%);
    padding: clamp(34px, 4vw, 64px) 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    text-align: left;
    color: #1f1820;
}

.breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 2.8vw, 3.6rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #24161d;
}

.breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain nav {
    margin: 0;
}

.breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain nav .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.breadcrumb-section.luxy-breadcrumb-hero
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item,
.breadcrumb-section.luxy-breadcrumb-hero
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item
    a {
    font-size: 14px;
    font-weight: 700;
    color: #5f5358;
}

.breadcrumb-section.luxy-breadcrumb-hero
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item.active {
    color: #24161d;
}

.breadcrumb-section.luxy-breadcrumb-hero
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
    color: #dc5f7c;
    font-weight: 900;
}

.breadcrumb-section.luxy-breadcrumb-hero
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item
    i {
    font-size: 14px;
    color: #dc5f7c;
}

@media (max-width: 991px) {
    .breadcrumb-section.luxy-breadcrumb-hero {
        min-height: 250px;
        background-position:
            left top,
            72% center;
    }

    .breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain {
        min-height: 250px;
        max-width: min(420px, 100%);
    }
}

@media (max-width: 767px) {
    .breadcrumb-section.luxy-breadcrumb-hero {
        min-height: 230px;
        background-image:
            linear-gradient(
                180deg,
                rgba(255, 250, 251, 0.96) 0%,
                rgba(255, 245, 247, 0.92) 48%,
                rgba(255, 239, 243, 0.7) 100%
            ),
            url("../images/banner/banner_hero.png");
        background-position:
            center,
            64% center;
    }

    .breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain {
        min-height: 230px;
        max-width: 100%;
        padding: 30px 0;
    }

    .breadcrumb-section.luxy-breadcrumb-hero .breadcrumb-contain h2 {
        max-width: 12ch;
        font-size: clamp(1.8rem, 8vw, 2.6rem);
    }
}

.luxy-product-gallery > div {
    margin-bottom: 6px;
}

.luxy-product-gallery > div .product-box-3 {
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(223, 210, 214, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(39, 24, 26, 0.06);
}

.luxy-product-gallery > div .product-box-3:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(39, 24, 26, 0.12);
}

.luxy-product-gallery > div .product-box-3 .product-header {
    padding: 0;
}

.luxy-product-gallery > div .product-box-3 .product-header .product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.98;
    padding: 0;
    border-radius: 20px 20px 0 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 255, 255, 0.92),
            transparent 36%
        ),
        linear-gradient(135deg, #fff9fa 0%, #fff2f5 55%, #fde9ee 100%);
}

.luxy-product-gallery > div .product-box-3 .product-header .product-image > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.luxy-product-gallery > div .product-box-3 .product-header .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    transform: none;
}

.luxy-product-gallery
    > div
    .product-box-3:hover
    .product-header
    .product-image
    img {
    transform: scale(1.03);
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-header
    .product-image
    .product-option {
    display: none;
}

.luxy-product-gallery
    > div:nth-child(1)
    .product-box-3
    .product-header
    .product-image::before,
.luxy-product-gallery
    > div:nth-child(2)
    .product-box-3
    .product-header
    .product-image::before,
.luxy-product-gallery
    > div:nth-child(3)
    .product-box-3
    .product-header
    .product-image::before {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 28px;
    padding: 0 12px;
    border-radius: 9px;
    background: linear-gradient(180deg, #f06f90 0%, #dc5f7c 100%);
    box-shadow: 0 8px 18px rgba(220, 95, 124, 0.24);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.luxy-product-gallery
    > div:nth-child(1)
    .product-box-3
    .product-header
    .product-image::before {
    content: "BEST SELLER";
}

.luxy-product-gallery
    > div:nth-child(2)
    .product-box-3
    .product-header
    .product-image::before,
.luxy-product-gallery
    > div:nth-child(3)
    .product-box-3
    .product-header
    .product-image::before {
    content: "NEW";
}

.luxy-product-gallery > div .product-box-3 .product-footer {
    padding: 16px 16px 18px;
}

.luxy-product-gallery > div .product-box-3 .product-footer .product-detail {
    position: relative;
    padding-right: 104px;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail
    .span-name,
.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail
    .unit,
.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail
    .price
    del {
    display: none;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail
    .name {
    min-height: 54px;
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.35;
    color: #23171d;
}

.luxy-product-gallery > div .product-box-3 .product-footer .product-rating {
    margin-top: 0 !important;
    margin-bottom: 10px;
    gap: 6px;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating
    .rating {
    gap: 0;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating
    .rating
    li:not(:first-child) {
    display: none;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating
    .rating
    li
    i,
.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating
    .rating
    li
    .feather {
    width: 14px;
    height: 14px;
    color: #ff6f7d;
    fill: currentColor;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating
    span {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #76656d;
}

.luxy-product-gallery > div .product-box-3 .product-footer .price {
    margin-top: 0;
    color: #23171d;
}

.luxy-product-gallery > div .product-box-3 .product-footer .price span {
    font-size: 16px;
    font-weight: 800;
    color: #23171d !important;
}

.luxy-product-gallery > div .product-box-3 .product-footer .add-to-cart-box {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    line-height: 1;
    background: transparent !important;
}

.luxy-product-gallery > div .product-box-3 .product-footer .luxy-product-wishlist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #f5cad6;
    border-radius: 12px;
    background: #fff7fa;
    color: #e65d83;
    box-shadow: 0 10px 22px rgba(220, 95, 124, 0.12);
    transition: 0.2s ease;
}

.luxy-product-gallery > div .product-box-3 .product-footer .luxy-product-wishlist-btn:hover,
.luxy-product-gallery > div .product-box-3 .product-footer .luxy-product-wishlist-btn.is-active {
    border-color: #e65d83;
    background: #e65d83;
    color: #fff;
}

.luxy-product-gallery > div .product-box-3 .product-footer .luxy-product-wishlist-btn i {
    font-size: 16px;
    line-height: 1;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .add-to-cart-box
    .btn-add-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #f06f90 0%, #dc5f7c 100%);
    box-shadow: 0 10px 22px rgba(220, 95, 124, 0.22);
    font-size: 0;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .add-to-cart-box
    .btn-add-cart
    .add-icon {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: inherit;
    background: transparent !important;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .add-to-cart-box
    .btn-add-cart
    .add-icon
    i {
    font-size: 16px;
    color: #fff;
}

.luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .add-to-cart-box
    .qty-box {
    display: none !important;
}

@media (max-width: 767px) {
    .luxy-product-gallery > div .product-box-3 {
        border-radius: 16px;
    }

    .luxy-product-gallery > div .product-box-3 .product-header .product-image {
        border-radius: 16px 16px 0 0;
    }

    .luxy-product-gallery
        > div
        .product-box-3
        .product-header
        .product-image
        > a {
        padding: 10px;
    }

    .luxy-product-gallery > div .product-box-3 .product-footer {
        padding: 13px 13px 15px;
    }

    .luxy-product-gallery > div .product-box-3 .product-footer .product-detail {
        padding-right: 90px;
    }

    .luxy-product-gallery
        > div
        .product-box-3
        .product-footer
        .product-detail
        .name {
        min-height: 48px;
        font-size: 15px;
    }

    .luxy-product-gallery
        > div
        .product-box-3
        .product-footer
        .luxy-product-wishlist-btn,
    .luxy-product-gallery
        > div
        .product-box-3
        .product-footer
        .add-to-cart-box
        .btn-add-cart {
        min-width: 38px;
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
}

.luxy-filter-sidebar {
    padding: 8px 10px 0 0;
}

.luxy-filter-sidebar .back-button,
.luxy-filter-sidebar .filter-category,
.luxy-filter-sidebar .custom-accordion {
    display: none !important;
}

.luxy-filter-intro {
    margin: 0 0 18px;
    padding: 0 4px 14px;
    border-bottom: 1px solid #efe4e8;
}

.luxy-filter-intro h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #24161d;
}

.luxy-filter-group + .luxy-filter-group {
    margin-top: 8px;
}

.luxy-filter-group {
    padding: 0 4px 14px;
    border-bottom: 1px solid #efe4e8;
}

.luxy-filter-category {
    margin-bottom: 16px;
}

.luxy-filter-heading {
    width: 100%;
    padding: 12px 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #23171d;
    text-align: left;
}

.luxy-filter-heading span {
    line-height: 1.2;
}

.luxy-filter-heading i {
    font-size: 14px;
    color: #23171d;
    transition: transform 0.2s ease;
}

.luxy-filter-heading[aria-expanded="false"] i {
    transform: rotate(180deg);
}

.luxy-filter-body {
    padding: 4px 0 0;
}

.luxy-category-links,
.luxy-check-list,
.luxy-rating-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.luxy-category-links li,
.luxy-check-list li,
.luxy-rating-list li {
    display: block;
}

.luxy-category-links li + li,
.luxy-check-list li + li,
.luxy-rating-list li + li {
    margin-top: 12px;
}

.luxy-category-links a {
    display: block;
    color: #2f262c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.luxy-category-links a.is-active,
.luxy-category-links a:hover,
.luxy-filter-more:hover {
    color: #dc5f7c;
}

.luxy-check-list label,
.luxy-rating-list label,
.luxy-option-grid label,
.luxy-size-grid label,
.luxy-color-swatch {
    cursor: pointer;
}

.luxy-check-list label,
.luxy-rating-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4e4449;
    font-size: 14px;
    font-weight: 500;
}

.luxy-check-list input,
.luxy-rating-list input,
.luxy-option-grid input,
.luxy-size-grid input,
.luxy-color-swatch input {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1.5px solid #d8ced2;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.luxy-check-list input:checked,
.luxy-rating-list input:checked,
.luxy-option-grid input:checked,
.luxy-size-grid input:checked,
.luxy-color-swatch input:checked {
    border-color: #dc5f7c;
    background: #dc5f7c;
}

.luxy-check-list input:checked::after,
.luxy-rating-list input:checked::after,
.luxy-option-grid input:checked::after,
.luxy-size-grid input:checked::after,
.luxy-color-swatch input:checked::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 2px;
    background: #fff;
}

.luxy-price-slider {
    position: relative;
    height: 24px;
    margin: 20px 0 8px;
}

.luxy-price-track,
.luxy-price-range {
    position: absolute;
    top: 10px;
    height: 4px;
    border-radius: 999px;
}

.luxy-price-track {
    left: 0;
    right: 0;
    background: #f0d7de;
}

.luxy-price-range {
    left: 4%;
    right: 8%;
    background: linear-gradient(90deg, #ff7d96 0%, #dc5f7c 100%);
}

.luxy-price-thumb {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 3px solid #ff6d8b;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(220, 95, 124, 0.16);
    transform: translateX(-50%);
    pointer-events: none;
}

.luxy-price-thumb.start {
    left: 4%;
}

.luxy-price-thumb.end {
    left: 92%;
}

.luxy-price-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.luxy-price-input::-webkit-slider-runnable-track {
    height: 24px;
    background: transparent;
}

.luxy-price-input::-moz-range-track {
    height: 24px;
    background: transparent;
}

.luxy-price-input::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.luxy-price-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.luxy-price-input-start {
    z-index: 2;
}

.luxy-price-input-end {
    z-index: 3;
}

.luxy-price-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #6d5f66;
    font-size: 12px;
    font-weight: 500;
}

.luxy-color-grid,
.luxy-option-grid,
.luxy-size-grid {
    display: grid;
}

.luxy-color-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 8px;
}

.luxy-color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.luxy-color-swatch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.luxy-color-swatch span {
    width: 28px;
    height: 28px;
    border: 1px solid #e4d7db;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.95);
}

.luxy-color-swatch.is-texture span {
    background-image:
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.5) 0 15%,
            transparent 16%
        ),
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.18) 0 4px,
            rgba(0, 0, 0, 0.03) 4px 8px
        );
}

.luxy-color-swatch input:checked + span {
    border-color: #dc5f7c;
    box-shadow:
        inset 0 0 0 3px rgba(255, 255, 255, 0.95),
        0 0 0 2px rgba(220, 95, 124, 0.18);
}

.luxy-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.luxy-option-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4e4449;
    font-size: 14px;
    font-weight: 500;
}

.luxy-size-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.luxy-size-grid label {
    margin: 0;
}

.luxy-size-grid input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.luxy-size-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #e5dade;
    border-radius: 8px;
    color: #6d5f66;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
}

.luxy-size-grid input:checked + span {
    border-color: #dc5f7c;
    background: rgba(220, 95, 124, 0.08);
    color: #dc5f7c;
}

.luxy-rating-list label {
    gap: 8px;
}

.luxy-rating-stars {
    position: relative;
    display: inline-block;
    min-width: 72px;
    color: #d9c9cf;
    letter-spacing: 0.08em;
    font-size: 15px;
}

.luxy-rating-list li:nth-child(1) .luxy-rating-stars::before,
.luxy-rating-list li:nth-child(2) .luxy-rating-stars::before,
.luxy-rating-list li:nth-child(3) .luxy-rating-stars::before,
.luxy-rating-list li:nth-child(4) .luxy-rating-stars::before,
.luxy-rating-list li:nth-child(5) .luxy-rating-stars::before {
    position: absolute;
    color: #f06f90;
    letter-spacing: 0.08em;
}

.luxy-rating-list li {
    position: relative;
}

.luxy-rating-list li:nth-child(1) .luxy-rating-stars::before {
    content: "★★★★★";
}

.luxy-rating-list li:nth-child(2) .luxy-rating-stars::before {
    content: "★★★★";
}

.luxy-rating-list li:nth-child(3) .luxy-rating-stars::before {
    content: "★★★";
}

.luxy-rating-list li:nth-child(4) .luxy-rating-stars::before {
    content: "★★";
}

.luxy-rating-list li:nth-child(5) .luxy-rating-stars::before {
    content: "★";
}

.luxy-rating-count {
    color: #6d5f66;
    font-size: 13px;
    font-weight: 500;
}

.luxy-filter-more {
    display: inline-block;
    margin-top: 14px;
    color: #ef6f8e;
    font-size: 14px;
    font-weight: 500;
}

.luxy-filter-reset {
    width: 100%;
    margin-top: 20px;
    padding: 14px 18px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #f07a96 0%, #dc5f7c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(220, 95, 124, 0.18);
}

@media (max-width: 991px) {
    .luxy-filter-sidebar {
        padding-right: 0;
    }
}

.luxy-detail-page .luxy-detail-tabs-section,
.luxy-detail-page .right-sidebar-box {
    display: none;
}

.luxy-detail-hero-section {
    padding: 52px 0 28px;
}

.luxy-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 32px;
    align-items: start;
}

.luxy-detail-gallery {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.luxy-detail-thumbs {
    display: grid;
    gap: 12px;
}

.luxy-detail-thumbs button {
    padding: 0;
    border: 1px solid #eadde2;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1;
    box-shadow: 0 8px 18px rgba(39, 24, 26, 0.05);
}

.luxy-detail-thumbs button.is-active {
    border-color: #dc5f7c;
    box-shadow: 0 10px 22px rgba(220, 95, 124, 0.14);
}

.luxy-detail-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-detail-main-media {
    position: relative;
}

.luxy-detail-main-frame {
    min-height: 610px;
    overflow: hidden;
    border: 1px solid #eadde2;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 248, 250, 0.98) 0%, rgba(255, 239, 243, 0.92) 100%);
    box-shadow: 0 20px 48px rgba(39, 24, 26, 0.08);
    cursor: zoom-in;
}

.luxy-detail-main-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.18s ease-out;
    will-change: transform, transform-origin;
}

.luxy-detail-main-frame.is-zoomed img {
    transform: scale(1.8);
}

.luxy-detail-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #efe2e6;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #5f5258;
    font-size: 13px;
    font-weight: 600;
}

.luxy-detail-summary {
    padding: 8px 0;
}

.luxy-detail-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.luxy-detail-badges span {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f07a96 0%, #dc5f7c 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.luxy-detail-summary h1 {
    margin: 0;
    color: #24161d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 500;
    line-height: 1.08;
}

.luxy-detail-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 14px 0 18px;
}

.luxy-detail-stars {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6c5d64;
    font-size: 13px;
    font-weight: 600;
}

.luxy-detail-stars span {
    color: #f06f90;
    letter-spacing: 0.14em;
}

.luxy-detail-stars strong {
    color: #24161d;
    font-size: 14px;
}

.luxy-detail-sold {
    color: #6c5d64;
    font-size: 13px;
    font-weight: 600;
}

.luxy-detail-copy {
    margin: 0 0 18px;
    color: #6c5d64;
    font-size: 14px;
    line-height: 1.8;
}

.luxy-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
}

.luxy-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5f5258;
    font-size: 13px;
    font-weight: 600;
}

.luxy-detail-meta i {
    color: #dc5f7c;
}

.luxy-detail-price-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.luxy-detail-price-row strong {
    color: #24161d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.luxy-detail-price-row del {
    margin-left: 10px;
    color: #b09aa2;
    font-size: 15px;
    font-weight: 600;
}

.luxy-detail-price-row > span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(240, 111, 144, 0.12);
    color: #dc5f7c;
    font-size: 13px;
    font-weight: 800;
}

.luxy-detail-option + .luxy-detail-option {
    margin-top: 20px;
}

.luxy-detail-option-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.luxy-detail-option-head h3 {
    margin: 0;
    color: #24161d;
    font-size: 14px;
    font-weight: 800;
}

.luxy-detail-option-head a {
    color: #ef6f8e;
    font-size: 12px;
    font-weight: 700;
}

.luxy-chip-grid,
.luxy-package-grid {
    display: grid;
    gap: 10px;
}

.luxy-shape-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.luxy-size-choice {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.luxy-chip-grid label,
.luxy-package-grid label {
    margin: 0;
}

.luxy-chip-grid input,
.luxy-package-grid input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.luxy-chip-grid span,
.luxy-package-grid label > span,
.luxy-package-grid label > small {
    display: block;
}

.luxy-chip-grid label span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid #eadde2;
    border-radius: 14px;
    background: #fff;
    color: #6c5d64;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 0 6px;
}

.luxy-chip-grid label.is-active span,
.luxy-chip-grid input:checked + span {
    border-color: #f07a96;
    background: rgba(240, 111, 144, 0.09);
    color: #dc5f7c;
}

.luxy-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luxy-package-grid label {
    min-height: 74px;
    padding: 14px 12px;
    border: 1px solid #eadde2;
    border-radius: 16px;
    background: #fff;
    color: #6c5d64;
    text-align: center;
}

.luxy-package-grid label > span {
    color: #24161d;
    font-size: 13px;
    font-weight: 800;
}

.luxy-package-grid label > small {
    margin-top: 4px;
    color: #8c7a82;
    font-size: 12px;
    line-height: 1.4;
}

.luxy-package-grid label.is-active,
.luxy-package-grid input:checked ~ span,
.luxy-package-grid input:checked ~ small {
    color: #dc5f7c;
}

.luxy-package-grid label.is-active,
.luxy-package-grid label:has(input:checked) {
    border-color: #f07a96;
    background: rgba(240, 111, 144, 0.09);
}

.luxy-detail-page .luxy-detail-purchase {
    margin-top: 28px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
}

.luxy-detail-page .luxy-detail-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    margin-bottom: 0;
}

.luxy-detail-page .luxy-detail-qty .luxy-detail-qty-label {
    color: #24161d;
    font-size: 1.3em;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group {
    max-width: 98px;
    width: 98px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    flex-wrap: nowrap !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > button,
.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > input {
    height: 36px;
    margin: 0 !important;
    border: 1px solid #eadde2 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > button {
    width: 100%;
    min-width: 0;
    color: #6a7287 !important;
    font-size: 13px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > input {
    min-width: 0;
    width: 100%;
    flex: initial !important;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #24161d !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > button:first-child {
    border-radius: 10px 0 0 10px;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > button:last-child {
    border-radius: 0 10px 10px 0;
}

.luxy-detail-page .luxy-detail-purchase .product-qty .input-group > input:focus {
    outline: none;
}

.luxy-detail-page
    .luxy-detail-purchase
    .product-qty
    .input-group
    > input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.luxy-detail-page
    .luxy-detail-purchase
    .product-qty
    .input-group
    > input[type="number"]::-webkit-inner-spin-button,
.luxy-detail-page
    .luxy-detail-purchase
    .product-qty
    .input-group
    > input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.luxy-detail-page .luxy-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    align-items: center;
    justify-content: start;
    flex: 0 0 auto;
}

.luxy-detail-page .luxy-detail-actions .luxy-cart-primary,
.luxy-detail-page .luxy-detail-actions .luxy-buy-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 180px;
    max-width: 180px;
    min-width: 0;
    height: 40px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0 14px;
    text-decoration: none;
}

.luxy-detail-page .luxy-detail-actions .luxy-cart-primary {
    border: 0 !important;
    background: linear-gradient(90deg, #e6517a 0%, #ef6f93 100%) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.luxy-detail-page .luxy-detail-actions .luxy-buy-primary {
    border: 1px solid #f7dbe3 !important;
    background: linear-gradient(180deg, #fff4f7 0%, #ffe9ef 100%) !important;
    color: #df5f80 !important;
    box-shadow: none !important;
}

.luxy-detail-page .luxy-detail-actions .luxy-cart-primary i {
    font-size: 12px;
}

.luxy-detail-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #eadde2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(39, 24, 26, 0.05);
}

.luxy-detail-benefits-section {
    padding: 10px 0 8px;
}

.luxy-detail-benefits article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px 16px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.luxy-detail-benefits article + article {
    border-left: 1px solid #eadde2;
}

.luxy-detail-benefits i {
    color: #dc5f7c;
    font-size: 18px;
}

.luxy-detail-benefits strong,
.luxy-detail-benefits small {
    display: block;
}

.luxy-detail-benefits strong {
    color: #24161d;
    font-size: 13px;
    font-weight: 800;
}

.luxy-detail-benefits small {
    margin-top: 2px;
    color: #8c7a82;
    font-size: 12px;
    line-height: 1.45;
}

.luxy-detail-kit-section {
    padding: 28px 0 12px;
}

.luxy-included-section .product-title-2 {
    margin-bottom: 18px;
    text-align: center;
}

.luxy-included-section .product-title-2 h4 {
    color: #24161d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 500;
}

.luxy-included-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.luxy-included-grid article {
    text-align: center;
}

.luxy-included-media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #eadde2;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff8fa 0%, #fff1f4 100%);
    box-shadow: 0 10px 24px rgba(39, 24, 26, 0.05);
}

.luxy-included-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-included-grid h5 {
    margin: 10px 0 0;
    color: #24161d;
    font-size: 14px;
    font-weight: 700;
}

.luxy-detail-related-section {
    padding-top: 28px;
}

.luxy-detail-related-section .title {
    margin-bottom: 26px;
    text-align: center;
}

.luxy-detail-related-section .title h2 {
    color: #24161d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2.1vw, 36px);
    font-weight: 500;
}

.luxy-detail-related-section .title-leaf {
    display: none;
}

.luxy-detail-related-section .product-wrapper {
    margin: 0 -6px;
}

.luxy-detail-related-section .product-wrapper .slick-list {
    margin: 0 -6px;
}

.luxy-detail-related-section .product-wrapper .slick-slide > div {
    padding: 0 6px;
}

.luxy-detail-related-section .product-box-3 {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #efdee4;
    box-shadow: 0 10px 24px rgba(39, 24, 26, 0.05);
}

.luxy-detail-related-section .product-box-3 .product-header .product-image {
    position: relative;
    padding: 10px;
    background: linear-gradient(145deg, #fff8fa 0%, #fff1f4 100%);
    border-radius: 16px 16px 0 0;
}

.luxy-detail-related-section .product-box-3 .product-header .product-image::after {
    content: "NEW";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 22px;
    padding: 0 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ea5c82 0%, #f17d99 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.luxy-detail-related-section .product-box-3 .product-header .product-image > a {
    display: block;
    aspect-ratio: 1.18 / 1;
}

.luxy-detail-related-section .product-box-3 .product-header .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.luxy-detail-related-section .product-box-3 .product-footer {
    padding: 12px 12px 14px;
}

.luxy-detail-related-section .product-box-3 .product-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 116px;
    padding-right: 52px;
}

.luxy-detail-related-section .product-box-3 .span-name,
.luxy-detail-related-section .product-box-3 .unit,
.luxy-detail-related-section .product-box-3 .product-option,
.luxy-detail-related-section .product-box-3 .add-to-cart-box .cart_qty {
    display: none !important;
}

.luxy-detail-related-section .product-box-3 .name {
    margin: 0 0 8px;
    color: #24161d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.luxy-detail-related-section .product-box-3 .price {
    order: 2;
    margin: 0 0 8px;
    color: #24161d;
    font-size: 14px;
    font-weight: 700;
}

.luxy-detail-related-section .product-box-3 .price .theme-color {
    color: #24161d !important;
}

.luxy-detail-related-section .product-box-3 .price del {
    display: none;
}

.luxy-detail-related-section .product-box-3 .product-rating {
    order: 3;
    margin-top: auto !important;
    align-items: center;
}

.luxy-detail-related-section .product-box-3 .product-rating .rating {
    gap: 2px;
}

.luxy-detail-related-section .product-box-3 .product-rating .rating li i.fill {
    color: #ea5c82;
}

.luxy-detail-related-section .product-box-3 .product-rating span {
    color: #7f7078;
    font-size: 12px;
    font-weight: 600;
}

.luxy-detail-related-section .product-box-3 .add-to-cart-box {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.luxy-detail-related-section .product-box-3 .add-to-cart-box .btn-add-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #ea5c82 0%, #f17d99 100%);
    color: transparent;
    font-size: 0;
}

.luxy-detail-related-section .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
    background: transparent !important;
}

.luxy-detail-related-section .product-box-3 .add-to-cart-box .btn-add-cart .add-icon i {
    color: #fff;
    font-size: 13px;
}

.luxy-detail-related-section .add-to-cart-box .btn-add-cart .add-icon i.fa-plus::before {
    content: "\f290";
}

.luxy-prefooter-strip {
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
    padding: 18px 0 0;
}

.luxy-prefooter-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.luxy-prefooter-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-top: 1px solid #f0d7de;
    border-bottom: 1px solid #f0d7de;
    background: linear-gradient(90deg, #fff8fa 0%, #fff3f6 50%, #fff8fa 100%);
    box-shadow: 0 10px 24px rgba(39, 24, 26, 0.03);
}

.luxy-prefooter-benefits article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 16px 22px;
}

.luxy-prefooter-benefits article:first-child {
    padding-left: calc(12px + 148 * (100vw - 320px) / 1600);
}

.luxy-prefooter-benefits article + article {
    border-left: 1px solid #f0d7de;
}

.luxy-prefooter-benefits i {
    flex: 0 0 auto;
    color: #eb6385;
    font-size: 24px;
}

.luxy-prefooter-benefits strong,
.luxy-prefooter-benefits span {
    display: block;
}

.luxy-prefooter-benefits strong {
    color: #2a1a21;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.luxy-prefooter-benefits span {
    margin-top: 2px;
    color: #77666d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.luxy-prefooter-strip + div .luxy-footer {
    margin-top: 0;
}

.luxy-prefooter-strip + div .luxy-footer .luxy-footer-newsletter {
    border-top: 0;
}

@media (max-width: 1199px) {
    .luxy-detail-hero {
        grid-template-columns: 1fr;
    }

    .luxy-detail-main-frame {
        min-height: 520px;
    }

    .luxy-detail-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-detail-benefits article:nth-child(3) {
        border-left: 0;
    }

    .luxy-detail-benefits article:nth-child(n + 3) {
        border-top: 1px solid #eadde2;
    }

    .luxy-included-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-prefooter-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-prefooter-benefits article:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .luxy-detail-hero-section {
        padding-top: 36px;
    }

    .luxy-detail-gallery {
        grid-template-columns: 1fr;
    }

    .luxy-detail-thumbs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        order: 2;
    }

    .luxy-detail-main-frame {
        min-height: 360px;
        border-radius: 18px;
    }

    .luxy-detail-summary h1 {
        font-size: 32px;
    }

    .luxy-shape-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-package-grid,
    .luxy-detail-actions,
    .luxy-included-grid,
    .luxy-detail-benefits {
        grid-template-columns: 1fr;
    }

    .luxy-detail-benefits article + article {
        border-left: 0;
        border-top: 1px solid #eadde2;
    }

    .luxy-size-choice {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .luxy-detail-purchase {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .luxy-detail-page .luxy-detail-qty {
        display: grid;
        gap: 8px;
    }

    .luxy-detail-page .luxy-detail-actions {
        grid-template-columns: 1fr;
    }

    .luxy-detail-page .luxy-detail-actions .luxy-cart-primary,
    .luxy-detail-page .luxy-detail-actions .luxy-buy-primary {
        width: 100%;
        max-width: none;
    }

    .luxy-detail-qty {
        justify-items: start;
    }

    .luxy-prefooter-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-prefooter-benefits article:nth-child(3),
    .luxy-prefooter-benefits article:nth-child(5) {
        border-left: 0;
    }
}

.custom-pagination .pagination .page-item .page-link:hover {
    border-radius: 5px;
    border: 1px solid #f06f90 !important;
    background-color: unset;
}
.custom-pagination .pagination .page-item.active .page-link {
    background-color: #f06f90 !important;
    border-color: #f06f90 !important;
    color: #fff !important;
}
.cookie-bar-box .button-group button.ok-button {
    background-color: #f06f90 !important;
    color: #fff;
}
.shop-banner > div {
    padding: calc(20px + 12 * (100vw - 320px) / 1600);
    background: #f06f908a !important;
    color: #fff;
    border-radius: 9px;
}
.product-wrapper .slick-dots li.slick-active button {
  margin: 0;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: #f06f90 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active {
  background: #f06f90 !important;
}
.setting-box, .theme-option .back-to-top{
  background: #f06f90 !important;
}

.luxy-search-hero {
    min-height: 340px;
}

.luxy-search-hero .breadcrumb-contain {
    max-width: 420px;
}

.luxy-search-hero h2 {
    margin-bottom: 6px;
}

.luxy-search-hero h3 {
    margin: 0 0 8px;
    color: #f05f86;
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
}

.luxy-search-hero p {
    margin-bottom: 22px;
    color: #786971;
    font-size: 14px;
    font-weight: 500;
}

.luxy-search-layout {
    padding-top: 10px;
}

.luxy-products-page .shop-section .row {
    align-items: flex-start;
}

.luxy-products-page .col-custom-3 {
    flex: 0 0 22%;
    max-width: 22%;
}

.luxy-products-page .col-custom-9 {
    flex: 0 0 78%;
    max-width: 78%;
    min-width: 0;
}

.luxy-products-page .luxy-search-sidebar {
    border-right: 1px solid #efe4e8;
    padding-right: 28px;
}

.luxy-products-page .luxy-search-toolbar {
    margin-top: 0;
}

.luxy-products-page .shop-section .show-button .filter-button-group {
    margin-top: 0;
}

.luxy-products-page .search-input {
    position: relative;
}

.luxy-products-page .search-input .form-control {
    padding-right: 42px;
}

.luxy-products-page .search-input i {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #2a2529;
    font-size: 16px;
}

.luxy-products-page .luxy-search-gallery {
    align-items: stretch;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-header
    .product-image
    > a {
    padding: 0;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-header
    .product-image
    img {
    object-fit: cover;
    border-radius: 0;
}

.luxy-products-page .luxy-product-gallery > div .product-box-3 .product-footer {
    padding: 14px 14px 15px;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    min-height: 104px;
    padding-right: 0;
    padding-bottom: 0;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-detail
    .name {
    grid-column: 1 / -1;
    grid-row: 1;
    display: -webkit-box;
    min-height: 0;
    margin: 0 0 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.luxy-products-page .luxy-product-gallery > div .product-box-3 .product-footer .price {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 5px;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .product-rating {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
}

.luxy-products-page
    .luxy-product-gallery
    > div
    .product-box-3
    .product-footer
    .add-to-cart-box {
    position: static;
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: center;
    justify-self: end;
    margin: 0;
}

@media (max-width: 1399px) {
    .luxy-products-page .col-custom-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .luxy-products-page .col-custom-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1199px) {
    .luxy-products-page .col-custom-3 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .luxy-products-page .col-custom-9 {
        flex-basis: 70%;
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .luxy-products-page .col-custom-3,
    .luxy-products-page .col-custom-9 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .luxy-products-page .luxy-search-sidebar {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .luxy-products-page
        .luxy-product-gallery
        > div
        .product-box-3
        .product-header
        .product-image
        > a {
        padding: 0;
    }

    .luxy-products-page
        .luxy-product-gallery
        > div
        .product-box-3
        .product-footer {
        padding: 12px 12px 14px;
    }

    .luxy-products-page
        .luxy-product-gallery
        > div
        .product-box-3
        .product-footer
        .product-detail {
        min-height: 96px;
    }

    .luxy-products-page
        .luxy-product-gallery
        > div
        .product-box-3
        .product-footer
        .product-detail
        .name {
        min-height: 0;
    }
}

.luxy-search-sidebar {
    padding-top: 4px;
}

.luxy-search-sidebar-title {
    margin: 0 0 18px;
    color: #24161d;
    font-size: 15px;
    font-weight: 800;
}

.luxy-search-category-links {
    gap: 4px;
}

.luxy-search-category-links li a {
    padding-inline: 0;
    background: transparent !important;
    color: #3e2f37;
    font-size: 13px;
}

.luxy-search-category-links li a strong {
    color: #f06f90;
    font-weight: 700;
}

.luxy-search-category-links li a.is-active,
.luxy-search-category-links li a:hover {
    color: #f06f90;
}

.luxy-search-filter-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luxy-search-filter-intro h3 {
    margin: 0;
}

.luxy-search-filter-intro button {
    border: 0;
    background: transparent;
    color: #f06f90;
    font-size: 12px;
    font-weight: 700;
}

.luxy-search-count-list li label {
    grid-template-columns: 16px minmax(0, 1fr) auto;
    gap: 8px;
}

.luxy-search-count-list li label em {
    color: #a6949c;
    font-size: 12px;
    font-style: normal;
}

.luxy-search-apply {
    margin-top: 18px;
}

.luxy-search-toolbar {
    margin-bottom: 10px;
}

.luxy-search-toolbar .top-filter-menu {
    justify-content: space-between;
}

.luxy-search-gallery > div .product-box-3 .product-header .product-image {
    min-height: 176px;
}

.luxy-search-gallery > div .product-box-3 .product-footer .product-detail {
    padding-bottom: 18px;
}

.luxy-search-gallery > div .product-box-3 .product-footer .product-detail .span-name {
    color: #f06f90;
}

.luxy-search-gallery > div .product-box-3 .product-footer .product-detail .unit {
    color: #4eb275;
    font-size: 12px;
    font-weight: 600;
}

.luxy-search-gallery > div .product-box-3 .product-footer .product-detail .price {
    margin-bottom: 6px;
}

.luxy-search-gallery > div .product-box-3 .product-footer .add-to-cart-box .btn-add-cart {
    min-height: 38px;
}

.luxy-search-pagination {
    margin-top: 28px;
}

.luxy-category-page .breadcrumb-contain p {
    margin: 12px 0 0;
    max-width: 560px;
    color: #6f6577;
    font-size: 15px;
    line-height: 1.8;
}

.luxy-category-top-strip {
    padding: 28px 0 12px;
}

.luxy-category-slider-shell {
    border: 1px solid #f3d7df;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255, 247, 249, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 48px rgba(219, 101, 133, 0.08);
    padding: 24px;
}

.luxy-category-slider-heading {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.luxy-category-slider-heading h3 {
    color: #1d1630;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.luxy-category-slider-heading a {
    color: #de5b83;
    font-size: 14px;
    font-weight: 700;
}

.luxy-category-slider-rail {
    display: grid;
    gap: 16px;
    grid-auto-columns: minmax(220px, 280px);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 10px;
    scroll-snap-type: x proximity;
    scrollbar-color: #ef8eaa transparent;
    scrollbar-width: thin;
}

.luxy-category-slider-rail::-webkit-scrollbar {
    height: 6px;
}

.luxy-category-slider-rail::-webkit-scrollbar-track {
    background: transparent;
}

.luxy-category-slider-rail::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #ef8eaa;
}

.luxy-category-slider-card {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(213, 93, 128, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-end;
    min-height: 214px;
    overflow: hidden;
    padding: 0;
    position: relative;
    scroll-snap-align: start;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxy-category-slider-card:hover,
.luxy-category-slider-card.is-active {
    box-shadow: 0 20px 38px rgba(213, 93, 128, 0.18);
    transform: translateY(-4px);
}

.luxy-category-slider-thumb {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fff7fa, #fff0f5);
    border-radius: inherit;
    display: grid;
    height: 100%;
    overflow: hidden;
    place-items: center;
    width: 100%;
}

.luxy-category-slider-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.luxy-category-slider-card strong {
    position: relative;
    z-index: 1;
    width: calc(100% - 28px);
    margin-top: auto;
    padding: 14px 14px 4px;
    border-radius: 18px 18px 0 0;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(8px);
    color: #251b33;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    transition: background 0.25s ease;
}

.luxy-category-slider-card em {
    position: relative;
    z-index: 1;
    width: calc(100% - 28px);
    margin-bottom: 14px;
    padding: 2px 14px 14px;
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(8px);
    color: #8f8494;
    font-size: 13px;
    font-style: normal;
    transition: background 0.25s ease, color 0.25s ease;
}

.luxy-category-slider-card:hover .luxy-category-slider-thumb img,
.luxy-category-slider-card.is-active .luxy-category-slider-thumb img {
    transform: scale(1.05);
}

.luxy-category-slider-card:hover strong,
.luxy-category-slider-card:hover em,
.luxy-category-slider-card.is-active strong,
.luxy-category-slider-card.is-active em {
    background: rgba(255, 255, 255, 0.93);
}

.luxy-category-slider-card:hover em,
.luxy-category-slider-card.is-active em {
    color: #6f6376;
}

.luxy-category-shop {
    padding-top: 22px;
}

.luxy-category-sidebar {
    position: sticky;
    top: calc(var(--luxy-header-height, 132px) + 24px);
}

.luxy-category-overview {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.luxy-category-copy {
    max-width: 620px;
}

.luxy-category-eyebrow {
    color: #df6287;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.luxy-category-copy h3 {
    color: #1e1630;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px;
}

.luxy-category-copy p {
    color: #6d6178;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 10px;
}

.luxy-category-copy small {
    color: #b05977;
    font-size: 14px;
    font-weight: 700;
}

.luxy-category-toolbar {
    margin-bottom: 0;
    min-width: 240px;
}

.luxy-category-highlight {
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(222, 104, 137, 0.1);
    margin-bottom: 28px;
    overflow: hidden;
    aspect-ratio: 16 / 5;
}

.luxy-category-highlight img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.luxy-category-gallery > div .product-box-3 {
    background: #fff;
}

@media (max-width: 1199px) {
    .luxy-category-overview {
        align-items: flex-start;
        flex-direction: column;
    }

    .luxy-category-highlight {
        aspect-ratio: 16 / 6;
    }
}

@media (max-width: 767px) {
    .luxy-category-slider-shell {
        border-radius: 24px;
        padding: 18px;
    }

    .luxy-category-slider-rail {
        grid-auto-columns: minmax(190px, 220px);
    }

    .luxy-category-slider-heading h3 {
        font-size: 22px;
    }

    .luxy-category-copy h3 {
        font-size: 30px;
    }

    .luxy-category-highlight {
        border-radius: 22px;
        aspect-ratio: 16 / 8;
    }
}

.luxy-promo-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-promo-hero {
    min-height: 340px;
}

.luxy-promo-hero .breadcrumb-contain {
    max-width: 500px;
    padding-top: 24px;
}

.luxy-promo-hero .breadcrumb-contain span {
    color: #eb5f86;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.luxy-promo-hero .breadcrumb-contain h2 {
    margin-bottom: 14px;
}

.luxy-promo-hero .breadcrumb-contain p {
    color: #6f6176;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 400px;
}

.luxy-promo-shortcuts {
    padding-bottom: 20px;
}

.luxy-promo-shortcut-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.luxy-promo-shortcut-card {
    align-items: center;
    background: #fff;
    border: 1px solid #f3dce3;
    border-radius: 24px;
    box-shadow: 0 14px 28px rgba(233, 100, 133, 0.06);
    color: #6b5e73;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-height: 106px;
    padding: 18px 12px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.luxy-promo-shortcut-card i {
    color: #eb5f86;
    font-size: 24px;
}

.luxy-promo-shortcut-card span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.luxy-promo-shortcut-card.is-active,
.luxy-promo-shortcut-card:hover {
    border-color: #eb5f86;
    box-shadow: 0 18px 34px rgba(233, 100, 133, 0.14);
    color: #24172f;
    transform: translateY(-4px);
}

.luxy-promo-section {
    padding: 14px 0 18px;
}

.luxy-promo-section-head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.luxy-promo-section-head h2 {
    color: #21162f;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.luxy-promo-section-head a {
    color: #e85b84;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.luxy-promo-countdown {
    display: flex;
    gap: 8px;
    margin-left: auto;
    margin-right: 6px;
}

.luxy-promo-countdown span {
    align-items: center;
    background: #fff;
    border: 1px solid #f2d7df;
    border-radius: 12px;
    color: #eb5f86;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    min-width: 42px;
}

.luxy-promo-best-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(280px, 1.15fr) minmax(0, 1.85fr);
}

.luxy-promo-featured-card {
    background: radial-gradient(circle at top left, #fffdfd 0%, #ffeef3 48%, #ffdce7 100%);
    border: 1px solid #f3d8e0;
    border-radius: 30px;
    min-height: 100%;
    overflow: hidden;
    padding: 30px 28px;
    position: relative;
}

.luxy-promo-chip {
    background: linear-gradient(135deg, #ef4f7f, #da386a);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    padding: 8px 14px;
    text-transform: uppercase;
}

.luxy-promo-featured-card small {
    color: #9b7b84;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.luxy-promo-featured-card h3 {
    color: #26172f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
    max-width: 220px;
    position: relative;
    z-index: 1;
}

.luxy-promo-featured-card strong {
    color: #ea4f7d;
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 0.95;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.luxy-promo-featured-card p {
    color: #76677b;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 18px;
    max-width: 240px;
    position: relative;
    z-index: 1;
}

.luxy-promo-featured-card a {
    align-items: center;
    background: linear-gradient(135deg, #eb5f86, #d84573);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-width: 138px;
    padding: 13px 22px;
    position: relative;
    z-index: 1;
}

.luxy-promo-featured-card img {
    bottom: -14px;
    max-width: 62%;
    position: absolute;
    right: -24px;
}

.luxy-promo-product-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luxy-promo-mini-card {
    background: #fff;
    border: 1px solid #f4dce3;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(226, 99, 132, 0.08);
    padding: 14px 14px 18px;
    position: relative;
}

.luxy-promo-mini-badge {
    background: linear-gradient(135deg, #f16f94, #df4f7b);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 12px;
    letter-spacing: 0.06em;
    padding: 6px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 2;
}

.luxy-promo-mini-image {
    align-items: center;
    background: linear-gradient(180deg, #fff8fa, #fff2f6);
    border-radius: 18px;
    display: flex;
    height: 184px;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}

.luxy-promo-mini-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.luxy-promo-mini-card small {
    color: #ea5d84;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.luxy-promo-mini-card h3 {
    color: #24172f;
    font-size: 85rem !important;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 8px;
    min-height: 42px;
}

.luxy-promo-mini-price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 6px;
}

.luxy-promo-mini-price strong {
    color: #e84d7b;
    font-size: 15px;
    font-weight: 800;
}

.luxy-promo-mini-price del {
    color: #a8969d;
    font-size: 12px;
}

.luxy-promo-mini-card p {
    color: #4eb275;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.luxy-promo-voucher-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luxy-promo-voucher-card {
    background: linear-gradient(180deg, #fffefe, #fff6f9);
    border: 1px solid #f3d8e0;
    border-radius: 26px;
    box-shadow: 0 16px 30px rgba(230, 100, 133, 0.08);
    min-height: 220px;
    padding: 22px 20px;
    position: relative;
}

.luxy-promo-voucher-card::before,
.luxy-promo-voucher-card::after {
    background: #fff9fb;
    border: 1px solid #f3d8e0;
    border-radius: 999px;
    content: "";
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
}

.luxy-promo-voucher-card::before {
    left: -11px;
}

.luxy-promo-voucher-card::after {
    right: -11px;
}

.luxy-promo-voucher-label {
    color: #ea5d84;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.luxy-promo-voucher-card h3 {
    color: #e84674;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px;
}

.luxy-promo-voucher-card p,
.luxy-promo-voucher-card strong {
    color: #6f6275;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 8px;
}

.luxy-promo-voucher-card strong {
    color: #24172f;
    font-weight: 700;
}

.luxy-promo-voucher-card button {
    background: transparent;
    border: 1px solid #ef8aa6;
    border-radius: 999px;
    color: #e95481;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 42px;
    padding: 10px 18px;
}

.luxy-promo-category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luxy-promo-category-card {
    border: 1px solid #f3d7e0;
    border-radius: 28px;
    display: block;
    min-height: 214px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    isolation: isolate;
}

.luxy-promo-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 249, 251, 0.95) 0%, rgba(255, 244, 247, 0.88) 34%, rgba(255, 241, 245, 0.3) 62%, rgba(255, 241, 245, 0.04) 100%);
    z-index: 1;
}

.luxy-promo-category-copy span {
    color: #eb5f86;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.luxy-promo-category-copy {
    position: relative;
    z-index: 2;
    width: min(58%, 260px);
    min-height: 174px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 246, 249, 0.28));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.luxy-promo-category-copy h3 {
    color: #25172f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 10px;
}

.luxy-promo-category-copy p {
    color: #726477;
    font-size: 13px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.luxy-promo-category-copy a {
    align-items: center;
    background: #ea5d84;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-width: 110px;
    padding: 12px 18px;
}

.luxy-promo-category-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.luxy-promo-category-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.06);
    width: 100%;
    filter: saturate(1.02);
}

.luxy-promo-arrival {
    padding-bottom: 28px;
}

.luxy-promo-gallery > div .product-box-3 .product-header .product-image {
    min-height: 170px;
}

.luxy-promo-gallery > div .product-box-3 .product-footer .product-detail .span-name {
    color: #ea5d84;
}

@media (max-width: 1399px) {
    .luxy-promo-product-row,
    .luxy-promo-voucher-grid,
    .luxy-promo-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .luxy-promo-best-grid {
        grid-template-columns: 1fr;
    }

    .luxy-promo-shortcut-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .luxy-promo-featured-card img {
        max-width: 44%;
    }
}

@media (max-width: 767px) {
    .luxy-promo-hero {
        min-height: 300px;
    }

    .luxy-promo-shortcut-grid,
    .luxy-promo-product-row,
    .luxy-promo-voucher-grid,
    .luxy-promo-category-grid {
        grid-template-columns: 1fr;
    }

    .luxy-promo-section-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .luxy-promo-countdown {
        margin-left: 0;
        order: 3;
        width: 100%;
    }

    .luxy-promo-featured-card {
        padding: 24px 20px 200px;
    }

    .luxy-promo-featured-card img {
        bottom: -10px;
        max-width: 70%;
        right: -6px;
    }

    .luxy-promo-category-card {
        min-height: 240px;
        padding: 16px;
    }

    .luxy-promo-category-copy {
        width: min(72%, 260px);
        min-height: 0;
        padding: 16px;
    }
}

.luxy-cart-page,
.luxy-checkout-page,
.luxy-payment-page,
.luxy-order-success-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-cart-section,
.luxy-checkout-section,
.luxy-payment-section,
.luxy-order-success-section {
    padding-top: 34px;
}

.luxy-cart-layout,
.luxy-checkout-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.75fr);
    align-items: start;
}

.luxy-cart-main,
.luxy-checkout-main {
    min-width: 0;
}

.luxy-cart-table-wrap,
.luxy-checkout-card,
.luxy-cart-summary-card,
.luxy-checkout-summary-card {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-cart-table-wrap {
    overflow: hidden;
}

.luxy-cart-head,
.luxy-cart-row {
    display: grid;
    grid-template-columns: 52px minmax(240px, 1.4fr) 120px 150px 120px 72px;
    align-items: center;
    gap: 14px;
}

.luxy-cart-head {
    padding: 18px 22px;
    border-bottom: 1px solid #f3dce3;
    color: #766678;
    font-size: 13px;
    font-weight: 700;
}

.luxy-cart-check label,
.luxy-cart-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxy-cart-check input,
.luxy-checkout-address input,
.luxy-checkout-shipping input,
.luxy-checkout-payment input {
    accent-color: #ea5d84;
}

.luxy-cart-row {
    padding: 20px 22px;
    border-bottom: 1px solid #f7e5ea;
}

.luxy-cart-row:last-child {
    border-bottom: 0;
}

.luxy-cart-product {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.luxy-cart-thumb {
    flex: 0 0 92px;
    height: 92px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-cart-product-copy h3 {
    color: #24172f;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
}

.luxy-cart-product-copy p {
    color: #78687a;
    font-size: 13px;
    margin: 0 0 10px;
}

.luxy-cart-product-copy p span {
    color: #d6879f;
    padding: 0 4px;
}

.luxy-cart-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffe7ee;
    color: #df527d;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.luxy-cart-badge.is-new {
    background: #fff1f4;
}

.luxy-cart-price strong,
.luxy-cart-subtotal strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-cart-qty-box {
    display: inline-grid;
    grid-template-columns: 42px 54px 42px;
    border: 1px solid #f0d6df;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.luxy-cart-qty-btn,
.luxy-cart-qty-input {
    border: 0;
    background: transparent;
    height: 42px;
    text-align: center;
}

.luxy-cart-qty-btn {
    color: #446f96;
    font-size: 22px;
    line-height: 1;
}

.luxy-cart-qty-input {
    color: #1e1730;
    font-size: 16px;
    font-weight: 700;
    width: 54px;
    appearance: textfield;
    -moz-appearance: textfield;
}

.luxy-cart-qty-input::-webkit-inner-spin-button,
.luxy-cart-qty-input::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

.luxy-cart-action button {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff3f6;
    color: #8c7c90;
}

.luxy-cart-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px 22px;
}

.luxy-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid #edd5dd;
    color: #57485b;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.luxy-cart-link.is-danger {
    color: #ea5d84;
}

.luxy-cart-shipping-note {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid #f3d9e1;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8fa, #fff2f6);
}

.luxy-cart-shipping-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #ffe6ed;
    color: #ea5d84;
    font-size: 22px;
}

.luxy-cart-shipping-copy strong {
    display: block;
    color: #24172f;
    font-size: 15px;
    margin-bottom: 4px;
}

.luxy-cart-shipping-copy p,
.luxy-cart-shipping-copy small {
    margin: 0;
    color: #7c6d7d;
    font-size: 13px;
}

.luxy-cart-progress {
    margin: 10px 0 8px;
    height: 6px;
    border-radius: 999px;
    background: #f2d6df;
    overflow: hidden;
}

.luxy-cart-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f06f92, #df567f);
}

.luxy-cart-liked {
    padding-top: 8px;
}

.luxy-cart-liked h2 {
    margin: 0 0 20px;
    color: #24172f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 500;
    text-align: center;
}

.luxy-cart-liked-section {
    padding-top: 6px;
}

.luxy-cart-gallery > div .product-box-3 .product-header .product-image {
    min-height: 160px;
}

.luxy-cart-gallery > div .product-box-3 .product-footer .product-detail {
    padding-right: 50px;
}

.luxy-cart-gallery > div .product-box-3 .product-footer .product-detail .name {
    min-height: 44px;
}

.luxy-cart-gallery > div .product-box-3 .product-footer .product-rating {
    margin-bottom: 0;
}

.luxy-cart-gallery > div .product-box-3 .product-footer .price {
    margin-bottom: 6px;
}

.luxy-cart-gallery > div .product-box-3 .product-footer .add-to-cart-box {
    top: auto;
    bottom: 0;
}

.luxy-cart-summary,
.luxy-checkout-summary {
    position: sticky;
    top: calc(var(--luxy-header-height, 132px) + 24px);
}

.luxy-cart-summary-card,
.luxy-checkout-summary-card {
    padding: 24px 22px;
}

.luxy-cart-summary-card h3,
.luxy-checkout-summary-head h3 {
    margin: 0;
    color: #24172f;
    font-size: 26px;
    font-weight: 800;
}

.luxy-cart-summary-list,
.luxy-checkout-summary-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.luxy-cart-summary-list li,
.luxy-checkout-summary-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    color: #6d6073;
    font-size: 14px;
}

.luxy-cart-summary-list strong,
.luxy-checkout-summary-list strong {
    color: #26182f;
    font-weight: 700;
}

.luxy-cart-summary-list .is-discount,
.luxy-checkout-summary-list .is-discount {
    color: #ea5d84;
}

.luxy-cart-summary-total,
.luxy-checkout-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0d6df;
}

.luxy-cart-summary-total span,
.luxy-checkout-summary-total span {
    display: block;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-cart-summary-total small,
.luxy-checkout-summary-total small {
    color: #ea5d84;
    font-size: 12px;
    font-weight: 700;
}

.luxy-cart-summary-total strong,
.luxy-checkout-summary-total strong {
    color: #ea5d84;
    font-size: 30px;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-cart-primary-btn,
.luxy-checkout-actions .luxy-cart-primary-btn {
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ef5f88, #d94a76);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
}

.luxy-cart-secondary-btn {
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
    border-radius: 14px;
    border: 1px solid #edd6de;
    background: #fff;
    color: #43364a;
    font-size: 14px;
    font-weight: 700;
}

.luxy-cart-coupon-box {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0d6df;
}

.luxy-cart-coupon-box label {
    display: block;
    margin-bottom: 10px;
    color: #57485c;
    font-size: 13px;
    font-weight: 700;
}

.luxy-cart-coupon-input,
.luxy-checkout-voucher-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.luxy-cart-coupon-input input,
.luxy-checkout-voucher-input input,
.luxy-checkout-form-grid input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #edd4dc;
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    color: #25182f;
}

.luxy-checkout-note {
    width: 100%;
    min-height: 108px;
    resize: vertical;
    border: 1px solid #edd4dc;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
    color: #25182f;
}

.luxy-cart-coupon-input button,
.luxy-checkout-voucher-input button {
    min-width: 82px;
    border: 0;
    border-radius: 12px;
    background: #ef5f88;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 0 16px;
}

.luxy-cart-coupon-note,
.luxy-checkout-voucher-success {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eefcf3;
    color: #31895a;
    font-size: 13px;
}

.luxy-cart-coupon-note i {
    color: #4bb573;
}

.luxy-checkout-voucher-error {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff0f2;
    color: #c94869;
    font-size: 13px;
    font-weight: 700;
}

.luxy-checkout-voucher-error i {
    margin-right: 6px;
}

.luxy-cart-benefits {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0d6df;
}

.luxy-cart-benefits h4 {
    margin: 0 0 14px;
    color: #24172f;
    font-size: 16px;
    font-weight: 800;
}

.luxy-cart-benefits article {
    display: flex;
    gap: 12px;
    padding: 10px 0;
}

.luxy-cart-benefits i {
    color: #ea5d84;
    font-size: 18px;
    margin-top: 2px;
}

.luxy-cart-benefits strong,
.luxy-cart-benefits span {
    display: block;
}

.luxy-cart-benefits strong {
    color: #24172f;
    font-size: 13px;
    font-weight: 800;
}

.luxy-cart-benefits span {
    color: #7c6d7d;
    font-size: 12px;
}

.luxy-cart-summary-card h3 {
    margin-bottom: 8px;
}

.luxy-checkout-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.luxy-checkout-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid #edd7de;
    background: #fff;
    color: #8d8090;
}

.luxy-checkout-step span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f0e4e8;
    font-size: 13px;
    font-weight: 800;
}

.luxy-checkout-step strong {
    font-size: 14px;
    font-weight: 700;
}

.luxy-checkout-step.is-active {
    border-color: #ef7b9c;
    color: #24172f;
}

.luxy-checkout-step.is-active span {
    background: #ef5f88;
    color: #fff;
}

.luxy-checkout-card {
    padding: 22px;
}

.luxy-checkout-card + .luxy-checkout-card {
    margin-top: 18px;
}

.luxy-checkout-card-head {
    margin-bottom: 16px;
}

.luxy-checkout-card-head h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #24172f;
    font-size: 20px;
    font-weight: 800;
}

.luxy-checkout-card-head h3 span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #ffe7ee;
    color: #ef5f88;
    font-size: 13px;
}

.luxy-checkout-auth-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid #f2cad6;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff 0%, #fff6f9 100%);
    box-shadow: 0 18px 40px rgba(234, 93, 132, 0.08);
}

.luxy-checkout-auth-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #ffe7ee;
    color: #ef5f88;
}

.luxy-checkout-auth-card h3 {
    margin: 0;
    color: #24172f;
    font-size: 22px;
    font-weight: 900;
}

.luxy-checkout-auth-card p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #75677a;
    font-size: 14px;
    line-height: 1.7;
}

.luxy-checkout-auth-actions {
    display: flex;
    gap: 12px;
}

.luxy-checkout-auth-actions .luxy-cart-primary-btn,
.luxy-checkout-auth-actions .luxy-cart-link {
    width: auto;
    min-width: 132px;
    margin: 0;
}

.luxy-checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.luxy-checkout-form-grid label span {
    display: block;
    margin-bottom: 8px;
    color: #615368;
    font-size: 13px;
    font-weight: 700;
}

.luxy-checkout-form-grid input[readonly] {
    color: #75677a;
    background: #fff9fb;
}

.luxy-checkout-form-grid .md-col-span-2 {
    grid-column: span 2;
}

.luxy-checkout-addresses {
    display: grid;
    gap: 14px;
}

.luxy-checkout-address,
.luxy-checkout-shipping,
.luxy-checkout-payment {
    border: 1px solid #efd7de;
    border-radius: 18px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.luxy-checkout-address.is-active,
.luxy-checkout-shipping.is-active,
.luxy-checkout-payment.is-active {
    border-color: #ef7b9c;
    box-shadow: 0 12px 26px rgba(234, 93, 132, 0.1);
}

.luxy-checkout-address {
    padding: 16px;
}

.luxy-checkout-address-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.luxy-checkout-address-top label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxy-checkout-address-top strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-checkout-address-top button,
.luxy-checkout-voucher-success button {
    border: 0;
    background: transparent;
    color: #ef5f88;
    font-size: 13px;
    font-weight: 700;
}

.luxy-checkout-address p,
.luxy-checkout-address small {
    display: block;
    margin: 0;
    color: #75677a;
    font-size: 13px;
    line-height: 1.7;
}

.luxy-checkout-address small {
    margin-top: 8px;
}

.luxy-checkout-add-address {
    margin-top: 14px;
    border: 1px solid #edd5dd;
    border-radius: 14px;
    background: #fff;
    color: #57485c;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
}

.luxy-checkout-empty-address {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px dashed #efb5c6;
    border-radius: 18px;
    background: #fff8fb;
    color: #75677a;
    font-size: 13px;
}

.luxy-checkout-empty-address strong {
    color: #24172f;
    font-size: 15px;
}

.luxy-checkout-address-form {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #f2cad6;
    border-radius: 18px;
    background: #fff9fb;
}

.luxy-checkout-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: #57485c;
    font-size: 13px;
    font-weight: 700;
}

.luxy-checkout-address-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.luxy-checkout-address-form-actions .luxy-cart-primary-btn,
.luxy-checkout-address-form-actions .luxy-cart-link {
    width: auto;
    min-width: 150px;
    margin: 0;
}

.luxy-checkout-shipping-list {
    display: grid;
    gap: 12px;
}

.luxy-checkout-shipping {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 16px;
}

.luxy-checkout-shipping strong,
.luxy-checkout-payment strong {
    display: block;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-checkout-shipping span,
.luxy-checkout-payment span {
    display: block;
    color: #7b6d7f;
    font-size: 12px;
    margin-top: 3px;
}

.luxy-checkout-shipping em {
    color: #24172f;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.luxy-checkout-shipping-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff3f6;
    color: #7d6676;
    font-size: 13px;
}

.luxy-checkout-shipping-note i {
    color: #ef5f88;
    margin-right: 8px;
}

.luxy-checkout-voucher-box {
    display: grid;
    gap: 12px;
}

.luxy-checkout-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.luxy-checkout-payment {
    display: block;
    cursor: pointer;
    padding: 16px;
}

.luxy-checkout-payment input {
    cursor: pointer;
    margin-bottom: 12px;
}

.luxy-checkout-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.luxy-checkout-logos em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff1f4;
    color: #ef5f88;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.luxy-checkout-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
}

.luxy-checkout-actions .luxy-cart-link,
.luxy-checkout-actions .luxy-cart-primary-btn {
    width: auto;
    margin-top: 0;
}

.luxy-checkout-actions .luxy-cart-primary-btn {
    min-width: 240px;
    padding: 0 28px;
}

.luxy-payment-status-card {
    padding: 22px 24px;
}

.luxy-payment-status-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0d6df;
}

.luxy-payment-status-top small {
    display: block;
    color: #6e6073;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.luxy-payment-status-top p {
    max-width: 320px;
    margin: 0;
    color: #7b6c7e;
    font-size: 13px;
    line-height: 1.7;
}

.luxy-payment-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ef5f88;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.luxy-payment-timer span:not(:nth-child(2)):not(:nth-child(4)) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
}

.luxy-payment-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 18px;
}

.luxy-payment-meta article span {
    display: block;
    color: #7d6e80;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.luxy-payment-meta article strong {
    color: #24172f;
    font-size: 18px;
    font-weight: 800;
}

.luxy-payment-meta article:last-child strong {
    color: #ef5f88;
}

.luxy-payment-groups {
    display: grid;
    gap: 14px;
}

.luxy-payment-group {
    border: 1px solid #efd7de;
    border-radius: 20px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.luxy-payment-group.is-active {
    border-color: #ef7b9c;
    box-shadow: 0 12px 28px rgba(236, 99, 135, 0.1);
}

.luxy-payment-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
}

.luxy-payment-group-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.luxy-payment-group-title input {
    accent-color: #ea5d84;
    margin-top: 2px;
}

.luxy-payment-group-title strong {
    display: block;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-payment-group-title span {
    display: block;
    margin-top: 4px;
    color: #7a6d7f;
    font-size: 12px;
}

.luxy-payment-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.luxy-payment-logos em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff1f4;
    color: #ef5f88;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.luxy-payment-group-body {
    padding: 0 18px 18px;
    border-top: 1px solid #f3e1e7;
}

.luxy-payment-bank-select {
    padding-top: 16px;
}

.luxy-payment-bank-select label span {
    display: block;
    margin-bottom: 8px;
    color: #615368;
    font-size: 13px;
    font-weight: 700;
}

.luxy-payment-bank-select select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #edd4dc;
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    color: #24172f;
}

.luxy-payment-bank-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 14px;
    align-items: end;
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #fff8fa;
}

.luxy-payment-bank-details span {
    display: block;
    color: #7a6d7f;
    font-size: 12px;
    margin-bottom: 6px;
}

.luxy-payment-bank-details strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-payment-bank-details button {
    min-width: 140px;
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ef5f88, #d94a76);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 0 18px;
}

.luxy-payment-alert {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #f3d9e1;
    background: linear-gradient(135deg, #fff9fb, #fff2f6);
}

.luxy-payment-alert strong {
    display: block;
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.luxy-payment-alert ul {
    margin: 0;
    padding-left: 18px;
    color: #76687a;
    font-size: 12px;
    line-height: 1.8;
}

.luxy-payment-flow-card {
    padding: 22px 24px;
}

.luxy-payment-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.luxy-payment-flow article {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8fa, #fff2f6);
    border: 1px solid #f2d9e1;
}

.luxy-payment-flow span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ef5f88;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

.luxy-payment-flow strong {
    display: block;
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.luxy-payment-flow p {
    margin: 0;
    color: #7a6d7f;
    font-size: 12px;
    line-height: 1.7;
}

.luxy-payment-summary-note {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    background: #fff3f6;
    color: #7b6c7e;
    font-size: 12px;
    line-height: 1.7;
}

.luxy-payment-summary-note i {
    color: #ef5f88;
    font-size: 18px;
    margin-top: 1px;
}

.luxy-payment-help {
    margin-top: 18px;
}

.luxy-checkout-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.luxy-checkout-summary-head a {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 700;
}

.luxy-checkout-summary-items {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0d6df;
}

.luxy-checkout-summary-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.luxy-checkout-summary-item img {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-checkout-summary-item strong,
.luxy-checkout-summary-item span,
.luxy-checkout-summary-item small,
.luxy-checkout-summary-item em {
    display: block;
}

.luxy-checkout-summary-item strong {
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
}

.luxy-checkout-summary-item span,
.luxy-checkout-summary-item small {
    color: #78697a;
    font-size: 12px;
    margin-top: 2px;
}

.luxy-checkout-summary-item em {
    color: #6d6073;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.luxy-order-success-hero,
.luxy-order-success-stats,
.luxy-order-success-delivery,
.luxy-order-success-card,
.luxy-order-success-next {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-order-success-hero {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 34px 24px 28px;
    text-align: center;
}

.luxy-payment-success-page .luxy-order-success-section {
    padding-top: 58px;
}

.luxy-payment-success-page .luxy-order-success-hero {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-top: 0;
}

.luxy-order-success-badge {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at center, #ff86a8 0%, #ea5d84 62%, #f8c4d3 62%, #fff 100%);
    color: #fff;
    font-size: 34px;
    box-shadow: 0 16px 30px rgba(234, 93, 132, 0.22);
}

.luxy-order-success-hero h1 {
    margin: 0;
    color: #24172f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
}

.luxy-order-success-hero p {
    margin: 0;
    color: #756676;
    font-size: 15px;
}

.luxy-order-success-order-no {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff7fa, #fff1f5);
    border: 1px solid #f4d9e1;
    flex-wrap: wrap;
    justify-content: center;
}

.luxy-order-success-order-no span {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
}

.luxy-order-success-order-no strong {
    color: #ea5d84;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.luxy-order-success-order-no button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #ea5d84;
}

.luxy-order-success-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 22px;
    overflow: hidden;
}

.luxy-order-success-stats article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-order-success-stats i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #ffe8ee;
    color: #ea5d84;
    font-size: 20px;
}

.luxy-order-success-stats span {
    display: block;
    color: #7f7180;
    font-size: 12px;
    margin-bottom: 4px;
}

.luxy-order-success-stats strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-order-success-delivery {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #fafffb, #f4fff7);
}

.luxy-order-success-delivery-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: #effcf3;
    color: #5abf7b;
    font-size: 26px;
}

.luxy-order-success-delivery-copy span,
.luxy-order-success-item span,
.luxy-order-success-item small {
    display: block;
}

.luxy-order-success-delivery-copy span {
    color: #6b7f73;
    font-size: 13px;
    font-weight: 700;
}

.luxy-order-success-delivery-copy strong {
    display: block;
    margin-top: 4px;
    color: #2d9150;
    font-size: 26px;
    font-weight: 900;
}

.luxy-order-success-delivery-copy p {
    margin: 6px 0 0;
    color: #66776c;
    font-size: 13px;
}

.luxy-order-success-track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 14px;
    border: 1px solid #bde3c9;
    color: #42a865;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

.luxy-order-success-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
    gap: 24px;
    margin-top: 24px;
}

.luxy-order-success-card {
    padding: 24px;
}

.luxy-order-success-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.luxy-order-success-card-head h3 {
    margin: 0;
    color: #24172f;
    font-size: 24px;
    font-weight: 800;
}

.luxy-order-success-card-head a {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 700;
}

.luxy-order-success-items {
    display: grid;
    gap: 16px;
}

.luxy-order-success-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1dde4;
}

.luxy-order-success-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.luxy-order-success-item img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-order-success-item strong {
    display: block;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-order-success-item span,
.luxy-order-success-item small {
    color: #7a6b7b;
    font-size: 12px;
    margin-top: 2px;
}

.luxy-order-success-item em {
    color: #6d6073;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-order-success-card-actions {
    margin-top: 20px;
}

.luxy-order-success-timeline {
    display: grid;
    gap: 18px;
}

.luxy-order-success-timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
}

.luxy-order-success-timeline article:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 44px;
    bottom: -18px;
    width: 1px;
    background: #ecd6de;
}

.luxy-order-success-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f3f0f3;
    color: #928295;
    position: relative;
    z-index: 1;
}

.luxy-order-success-timeline article.is-active .luxy-order-success-dot {
    background: #ffe6ee;
    color: #ea5d84;
}

.luxy-order-success-timeline strong {
    display: block;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-order-success-timeline p {
    margin: 6px 0 0;
    color: #7a6d7e;
    font-size: 13px;
    line-height: 1.6;
}

.luxy-order-success-next {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 24px;
    padding: 20px;
}

.luxy-order-success-next-banner {
    height: 168px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff2f6, #ffe2ea);
}

.luxy-order-success-next-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-order-success-next-copy h3 {
    margin: 0 0 16px;
    color: #24172f;
    font-size: 24px;
    font-weight: 800;
}

.luxy-order-success-next-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.luxy-order-success-next-steps article {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffafa, #fff3f6);
    border: 1px solid #f3dde4;
}

.luxy-order-success-next-steps i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #ffe7ee;
    color: #ea5d84;
    font-size: 18px;
    flex-shrink: 0;
}

.luxy-order-success-next-steps strong {
    display: block;
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
}

.luxy-order-success-next-steps p {
    margin: 4px 0 0;
    color: #7a6d7e;
    font-size: 12px;
    line-height: 1.6;
}

.luxy-order-success-liked h2 {
    text-align: center;
    margin-bottom: 24px;
}

.luxy-payment-success-continue {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.luxy-payment-success-continue .luxy-cart-primary-btn {
    width: auto;
    min-width: 220px;
}

.luxy-member-history-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-member-history-section {
    padding-top: 34px;
}

.luxy-member-history-layout {
    display: grid;
    grid-template-columns: minmax(270px, 320px) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.luxy-member-sidebar,
.luxy-member-history-panel,
.luxy-member-card {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-member-sidebar {
    padding: 20px;
}

.luxy-member-profile {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2dde4;
}

.luxy-member-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffe8ef;
    flex-shrink: 0;
}

.luxy-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxy-member-avatar span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(135deg, #f05f8d, #f9a7bd);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.luxy-member-profile-copy h3 {
    margin: 0 0 4px;
    color: #24172f;
    font-size: 16px;
    font-weight: 800;
}

.luxy-member-profile-copy span,
.luxy-member-profile-copy small,
.luxy-member-profile-copy em {
    display: block;
}

.luxy-member-profile-copy span,
.luxy-member-profile-copy small {
    color: #78687a;
    font-size: 12px;
}

.luxy-member-profile-copy em {
    margin-top: 8px;
    color: #ef5f88;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.luxy-member-nav {
    display: grid;
    gap: 6px;
    margin-top: 18px;
}

.luxy-member-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 16px;
    color: #5d4f61;
    font-size: 14px;
    font-weight: 700;
}

.luxy-member-nav a span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.luxy-member-nav a i {
    color: #a28d9d;
    width: 16px;
    text-align: center;
}

.luxy-member-nav a em {
    color: #ef5f88;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.luxy-member-nav a.is-active {
    color: #ef5f88;
    background: linear-gradient(180deg, #fff4f7, #ffeef3);
}

.luxy-member-nav a.is-active i {
    color: #ef5f88;
}

.luxy-member-card {
    margin-top: 18px;
    padding: 20px;
    background: linear-gradient(180deg, #fff7fa, #fff0f5);
}

.luxy-member-card h4 {
    margin: 0 0 12px;
    color: #ef5f88;
    font-size: 16px;
    font-weight: 800;
}

.luxy-member-card ul {
    margin: 0 0 16px;
    padding-left: 18px;
    color: #7c6d7d;
    font-size: 13px;
    line-height: 1.8;
}

.luxy-member-card button {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(90deg, #f06f92, #df567f);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.luxy-member-history-panel {
    padding: 28px;
    border-radius: 32px;
}

.luxy-member-history-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1dde4;
}

.luxy-member-history-tabs button {
    min-height: 52px;
    padding: 12px 22px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #62566b;
    font-size: .85rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.luxy-member-history-tabs button.is-active {
    background: #fff0f5;
    color: #ef5f88;
}

.luxy-member-history-filters {
    display: grid;
    grid-template-columns: minmax(320px, 1.45fr) minmax(190px, 250px) minmax(180px, 230px);
    gap: 16px;
    margin-top: 24px;
}

.luxy-member-history-filters label {
    position: relative;
}

.luxy-member-history-filters i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #a28d9d;
    z-index: 1;
}

.luxy-member-history-search input,
.luxy-member-history-filters select {
    width: 100%;
    min-height: 58px;
    border: 1px solid #ecd6de;
    border-radius: 18px;
    background: #fff;
    color: #281b32;
    font-size: 15px;
    padding: 14px 18px 14px 52px;
}

.luxy-member-order-list {
    display: grid;
    gap: 22px;
    margin-top: 26px;
}

.luxy-member-order-card {
    position: relative;
    border: 1px solid #f0d8e0;
    border-radius: 24px;
    background: #fff;
    overflow: visible;
}

.luxy-member-order-top {
    display: grid;
    grid-template-columns: minmax(150px, 1.2fr) minmax(140px, 1fr) minmax(100px, 0.75fr) minmax(140px, 0.9fr) minmax(150px, 1fr);
    gap: 18px;
    align-items: start;
    padding: 24px 26px;
    border-bottom: 1px solid #f2dde4;
    border-radius: 24px 24px 0 0;
}

.luxy-member-order-top span,
.luxy-member-order-summary span {
    display: block;
    color: #8a7c8b;
    font-size: 14px;
    line-height: 1.45;
}

.luxy-member-order-top strong,
.luxy-member-order-summary strong {
    display: block;
    margin-top: 6px;
    color: #24172f;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.35;
}

.luxy-member-order-top em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 4px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.luxy-member-order-top em.status-processing,
.luxy-member-order-top em.status-packed {
    background: #e7f6eb;
    color: #35995d;
}

.luxy-member-order-top em.status-created {
    background: #e8f2ff;
    color: #467ec7;
}

.luxy-member-order-top em.status-completed {
    background: #efefef;
    color: #626262;
}

.luxy-member-order-top em.status-cancelled {
    background: #fff0f0;
    color: #e15c76;
}

.luxy-member-order-top em.status-return {
    background: #f5eeff;
    color: #8d63da;
}

.luxy-member-order-primary-action {
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

.luxy-member-order-primary-action,
.luxy-member-order-actions {
    width: 180px;
    margin-left: auto;
}

.luxy-member-order-primary-action button,
.luxy-member-order-actions button {
    width: 100%;
    padding: 13px 22px;
    border-radius: 16px;
    border: 1px solid #f0d5dd;
    background: #fff;
    color: #5e4f60;
    font-size: .75rem;
    font-weight: 900;
}

.luxy-member-order-primary-action button:not(.is-danger) {
    border-color: #f6bfd0;
    color: #ef5f88;
}

.luxy-member-order-primary-action .is-danger {
    border-color: #f7c0cf;
    color: #e2627d;
}

.luxy-member-order-body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(150px, auto);
    gap: 20px;
    align-items: center;
    padding: 22px 26px;
    border-radius: 0 0 24px 24px;
}

.luxy-member-order-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.luxy-member-order-thumbs img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-member-order-summary {
    min-width: 0;
}

.luxy-member-order-summary span {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
}

.luxy-member-order-actions {
    display: grid;
    gap: 12px;
    justify-items: end;
}

.luxy-member-order-actions .is-soft {
    border-color: #f6bfd0;
    color: #ef5f88;
}

.luxy-member-order-actions .is-detail i {
    display: grid;
    place-items: center;
    align-self: stretch;
    min-width: 48px;
    margin-left: 14px;
    border-left: 1px solid #f0d5dd;
}

.luxy-member-order-dropdown {
    position: relative;
    width: 100%;
}

.luxy-member-order-dropdown .is-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.luxy-member-order-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 30;
    display: grid;
    min-width: 178px;
    padding: 8px;
    border: 1px solid #f1d7df;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.18s ease;
}

.luxy-member-order-dropdown.is-open .luxy-member-order-menu,
.luxy-member-order-dropdown:hover .luxy-member-order-menu,
.luxy-member-order-dropdown:focus-within .luxy-member-order-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxy-member-order-menu button {
    min-height: 38px;
    justify-content: flex-start;
    width: 100%;
    padding: 9px 12px;
    border: 0;
    border-radius: 12px;
    color: #4d4054;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.luxy-member-order-menu button:hover {
    background: #fff1f5;
    color: #ef5f88;
}

.luxy-member-order-menu button.is-danger {
    color: #e2627d;
}

.luxy-member-order-reason {
    display: flex;
    gap: 8px;
    padding: 0 20px 18px;
    color: #78697a;
    font-size: 12px;
}

.luxy-member-order-reason span {
    font-weight: 800;
}

.luxy-member-order-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 36px 20px;
    border: 1px dashed #efc7d4;
    border-radius: 24px;
    background: #fff8fb;
    text-align: center;
}

.luxy-member-order-empty i {
    color: #ef5f88;
    font-size: 26px;
}

.luxy-member-order-empty strong {
    color: #24172f;
    font-size: 16px;
    font-weight: 800;
}

.luxy-member-order-empty span {
    color: #7a6d7e;
    font-size: 13px;
}

.luxy-member-order-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.luxy-member-order-pagination button,
.luxy-member-order-pagination span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 900;
    color: #665869;
}

.luxy-member-order-pagination button {
    border: 1px solid #ecd6de;
    background: #fff;
}

.luxy-member-order-pagination button.is-active {
    border-color: #ef5f88;
    background: #ef5f88;
    color: #fff;
}

.luxy-tracking-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-tracking-section {
    padding-top: 34px;
}

.luxy-tracking-summary,
.luxy-tracking-progress-card,
.luxy-tracking-card,
.luxy-tracking-help {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-tracking-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}

.luxy-tracking-summary article {
    padding: 22px 24px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-tracking-summary span,
.luxy-tracking-summary small {
    display: block;
}

.luxy-tracking-summary span {
    color: #857684;
    font-size: 12px;
    font-weight: 700;
}

.luxy-tracking-summary strong {
    display: block;
    margin-top: 6px;
    color: #24172f;
    font-size: 24px;
    font-weight: 900;
}

.luxy-tracking-summary small {
    margin-top: 6px;
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-tracking-summary article.is-highlight strong {
    color: #41a968;
}

.luxy-tracking-progress-card {
    margin-top: 22px;
    padding: 24px;
}

.luxy-tracking-card-head {
    margin-bottom: 18px;
}

.luxy-tracking-card-head h3 {
    margin: 0;
    color: #24172f;
    font-size: 24px;
    font-weight: 800;
}

.luxy-tracking-progress {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.luxy-tracking-progress::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 28px;
    height: 2px;
    background: linear-gradient(90deg, #ef5f88 0%, #ef5f88 73%, #ecd8df 73%, #ecd8df 100%);
    z-index: 0;
}

.luxy-tracking-progress article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.luxy-tracking-progress-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f3eff2;
    color: #a593a1;
    font-size: 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #ecd8df;
}

.luxy-tracking-progress article.is-active .luxy-tracking-progress-icon {
    background: #ffe8ee;
    color: #ef5f88;
}

.luxy-tracking-progress article.is-current .luxy-tracking-progress-icon {
    background: linear-gradient(135deg, #f06f92, #df567f);
    color: #fff;
    box-shadow: 0 12px 24px rgba(223, 86, 127, 0.25);
}

.luxy-tracking-progress strong {
    display: block;
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
}

.luxy-tracking-progress span {
    display: block;
    margin-top: 6px;
    color: #857684;
    font-size: 11px;
}

.luxy-tracking-progress p {
    margin: 8px 0 0;
    color: #7b6d7f;
    font-size: 12px;
    line-height: 1.6;
}

.luxy-tracking-courier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff8fb, #fff3f7);
    border: 1px solid #f1d8e1;
}

.luxy-tracking-courier > div {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.luxy-tracking-courier i {
    color: #ef5f88;
}

.luxy-tracking-courier span,
.luxy-tracking-courier strong {
    color: #58495b;
    font-size: 13px;
    font-weight: 700;
}

.luxy-tracking-courier a {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-tracking-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 24px;
    margin-top: 24px;
}

.luxy-tracking-card,
.luxy-tracking-help {
    padding: 24px;
}

.luxy-tracking-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.luxy-tracking-card-head a {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 700;
}

.luxy-tracking-items {
    display: grid;
    gap: 16px;
}

.luxy-tracking-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1dde4;
}

.luxy-tracking-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.luxy-tracking-item img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-tracking-item strong,
.luxy-tracking-item span,
.luxy-tracking-item small {
    display: block;
}

.luxy-tracking-item strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-tracking-item span,
.luxy-tracking-item small {
    color: #7a6b7b;
    font-size: 12px;
    margin-top: 2px;
}

.luxy-tracking-item em {
    color: #6d6073;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-tracking-actions {
    margin-top: 20px;
}

.luxy-tracking-info-list {
    display: grid;
    gap: 14px;
}

.luxy-tracking-info-list article {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1dde4;
}

.luxy-tracking-info-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.luxy-tracking-info-list span {
    color: #8a7c8b;
    font-size: 12px;
}

.luxy-tracking-info-list strong {
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}

.luxy-tracking-notify {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 18px;
    align-items: center;
    margin-top: 22px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff8fa, #fff2f6);
    border: 1px solid #f1d8e1;
}

.luxy-tracking-notify strong,
.luxy-tracking-notify span {
    display: block;
}

.luxy-tracking-notify strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-tracking-notify span {
    margin-top: 6px;
    color: #7b6d7f;
    font-size: 12px;
    line-height: 1.6;
}

.luxy-tracking-notify button {
    margin-top: 14px;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #f06f92, #df567f);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.luxy-tracking-notify-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at center, #fff 0%, #ffeef4 65%, #ffe3ed 100%);
    color: #ef5f88;
    font-size: 30px;
}

.luxy-tracking-help {
    margin-top: 24px;
}

.luxy-tracking-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.luxy-tracking-help-grid article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
    border: 1px solid #f2dde4;
}

.luxy-tracking-help-grid article > i:first-child {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #ffe8ee;
    color: #ef5f88;
    font-size: 18px;
    flex-shrink: 0;
}

.luxy-tracking-help-grid strong,
.luxy-tracking-help-grid span {
    display: block;
}

.luxy-tracking-help-grid strong {
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
}

.luxy-tracking-help-grid span {
    color: #7b6d7f;
    font-size: 12px;
    margin-top: 3px;
}

.luxy-tracking-help-grid article > i:last-child {
    margin-left: auto;
    color: #b09bab;
}

.luxy-tracking-liked h2 {
    text-align: center;
    margin-bottom: 24px;
}

.luxy-member-dashboard-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-member-dashboard-section {
    padding-top: 34px;
}

.luxy-member-dashboard-main {
    display: grid;
    gap: 22px;
}

.luxy-member-dashboard-welcome,
.luxy-member-dashboard-stats article,
.luxy-member-dashboard-orders,
.luxy-member-dashboard-quick-card {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-member-dashboard-welcome {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
}

.luxy-member-dashboard-greeting h3,
.luxy-member-dashboard-head h3 {
    margin: 0;
    color: #24172f;
    font-size: 24px;
    font-weight: 800;
}

.luxy-member-dashboard-greeting p {
    margin: 6px 0 0;
    color: #7b6d7f;
    font-size: 14px;
}

.luxy-member-dashboard-greeting small {
    display: block;
    margin-top: 6px;
    color: #9b8b9f;
    font-size: 13px;
}

.luxy-member-dashboard-tier {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff8fa, #fff2f6);
    border: 1px solid #f1d8e1;
}

.luxy-member-dashboard-tier span,
.luxy-member-dashboard-tier small {
    display: block;
}

.luxy-member-dashboard-tier span {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-member-dashboard-tier small {
    margin-top: 4px;
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-member-dashboard-tier button {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid #f3bfd0;
    background: #fff;
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-member-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.luxy-member-dashboard-stats article {
    padding: 20px;
}

.luxy-member-dashboard-stats i {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 19px;
    margin-bottom: 14px;
}

.luxy-member-dashboard-stats article.is-pink i {
    background: #ffe7ee;
    color: #ef5f88;
}

.luxy-member-dashboard-stats article.is-green i {
    background: #e8f7ee;
    color: #45a86a;
}

.luxy-member-dashboard-stats article.is-gold i {
    background: #fff5df;
    color: #d3a12d;
}

.luxy-member-dashboard-stats article.is-purple i {
    background: #f4ebff;
    color: #8e62dc;
}

.luxy-member-dashboard-stats span,
.luxy-member-dashboard-stats small {
    display: block;
}

.luxy-member-dashboard-stats span {
    color: #857684;
    font-size: 12px;
}

.luxy-member-dashboard-stats strong {
    display: block;
    margin-top: 6px;
    color: #24172f;
    font-size: 28px;
    font-weight: 900;
}

.luxy-member-dashboard-stats small {
    margin-top: 6px;
    color: #ef5f88;
    font-size: 12px;
    font-weight: 700;
}

.luxy-member-dashboard-orders {
    padding: 24px;
}

.luxy-member-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.luxy-member-dashboard-head a {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-member-dashboard-order-list {
    display: grid;
    gap: 14px;
}

.luxy-member-dashboard-order {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 190px 110px 40px;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #f1dde4;
}

.luxy-member-dashboard-order:first-child {
    border-top: 0;
    padding-top: 0;
}

.luxy-member-dashboard-order:last-child {
    padding-bottom: 0;
}

.luxy-member-dashboard-order img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-member-dashboard-order-main strong,
.luxy-member-dashboard-order-main span,
.luxy-member-dashboard-order-main small,
.luxy-member-dashboard-order-total span,
.luxy-member-dashboard-order-total strong {
    display: block;
}

.luxy-member-dashboard-order-main strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-member-dashboard-order-main span,
.luxy-member-dashboard-order-main small,
.luxy-member-dashboard-order-status span,
.luxy-member-dashboard-order-total span {
    color: #7b6d7f;
    font-size: 12px;
    margin-top: 4px;
}

.luxy-member-dashboard-order-status em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.luxy-member-dashboard-order-status em.status-processing,
.luxy-member-dashboard-order-status em.status-packed {
    background: #e7f6eb;
    color: #35995d;
}

.luxy-member-dashboard-order-status em.status-created {
    background: #e8f2ff;
    color: #467ec7;
}

.luxy-member-dashboard-order-status em.status-completed {
    background: #efefef;
    color: #626262;
}

.luxy-member-dashboard-order-total strong {
    margin-top: 4px;
    color: #24172f;
    font-size: 16px;
    font-weight: 900;
}

.luxy-member-dashboard-order-arrow {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #7e6f80;
    background: #fff6f9;
}

.luxy-member-dashboard-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.luxy-member-dashboard-quick-card {
    display: grid;
    gap: 10px;
    min-height: 144px;
    padding: 18px;
}

.luxy-member-dashboard-quick-card i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #ffe8ee;
    color: #ef5f88;
    font-size: 18px;
}

.luxy-member-dashboard-quick-card strong,
.luxy-member-dashboard-quick-card span {
    display: block;
}

.luxy-member-dashboard-quick-card strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-member-dashboard-quick-card span {
    color: #7b6d7f;
    font-size: 12px;
    line-height: 1.6;
}

.luxy-member-dashboard-liked .luxy-member-dashboard-head {
    margin-bottom: 24px;
}

.luxy-member-wishlist-page {
    background: linear-gradient(180deg, #fffefe 0%, #fff8fa 100%);
}

.luxy-member-wishlist-section {
    padding-top: 34px;
}

.luxy-member-wishlist-main {
    min-width: 0;
}

.luxy-member-wishlist-panel,
.luxy-member-wishlist-suggestion-box,
.luxy-member-wishlist-card {
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-member-wishlist-panel {
    padding: 22px;
}

.luxy-member-wishlist-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.luxy-member-wishlist-count {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-member-wishlist-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.luxy-member-wishlist-actions select,
.luxy-member-wishlist-actions button,
.luxy-member-wishlist-card-actions button,
.luxy-member-wishlist-card-actions a {
    min-height: 42px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-wishlist-actions select {
    min-width: 220px;
    padding: 10px 14px;
    border: 1px solid #ecd6de;
    background: #fff;
    color: #5c4f5f;
}

.luxy-member-wishlist-actions button {
    padding: 10px 16px;
    border: 1px solid #ecd6de;
    background: #fff;
    color: #5c4f5f;
}

.luxy-member-wishlist-actions .is-primary {
    border-color: #f4bfd0;
    color: #ef5f88;
    background: #fff8fb;
}

.luxy-member-wishlist-actions .is-icon {
    width: 42px;
    min-width: 42px;
    padding: 0;
}

.luxy-member-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.luxy-member-wishlist-card {
    position: relative;
    padding: 14px;
}

.luxy-member-wishlist-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #ef5f88;
    box-shadow: 0 8px 20px rgba(224, 104, 137, 0.16);
    z-index: 2;
}

.luxy-member-wishlist-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f06f92, #df567f);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.luxy-member-wishlist-image {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-member-wishlist-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.luxy-member-wishlist-copy {
    padding: 14px 4px 0;
}

.luxy-member-wishlist-copy h3 {
    margin: 0;
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.luxy-member-wishlist-copy strong,
.luxy-member-wishlist-copy small {
    display: block;
}

.luxy-member-wishlist-copy strong {
    margin-top: 8px;
    color: #24172f;
    font-size: 15px;
    font-weight: 900;
}

.luxy-member-wishlist-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-member-wishlist-rating i {
    color: #ffb423;
}

.luxy-member-wishlist-copy small {
    margin-top: 8px;
    color: #33a55f;
    font-size: 12px;
    font-weight: 700;
}

.luxy-member-wishlist-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.luxy-member-wishlist-card-actions button,
.luxy-member-wishlist-card-actions a {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.luxy-member-wishlist-card-actions button {
    border: 1px solid #f4bfd0;
    background: #fff8fb;
    color: #ef5f88;
}

.luxy-member-wishlist-card-actions a {
    border: 1px solid #ecd6de;
    background: #fff;
    color: #5c4f5f;
}

.luxy-member-wishlist-card-actions i {
    font-size: 16px;
}

.luxy-member-wishlist-suggestions {
    padding-top: 0;
}

.luxy-member-wishlist-suggestion-box {
    padding: 22px;
}

.luxy-member-page-main {
    min-width: 0;
    display: grid;
    gap: 22px;
}

.luxy-member-section-card {
    padding: 24px;
    background: #fff;
    border: 1px solid #f2d8e0;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(224, 104, 137, 0.08);
}

.luxy-member-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.luxy-member-page-head h3 {
    margin: 0;
    color: #24172f;
    font-size: 24px;
    font-weight: 800;
}

.luxy-member-page-btn {
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #f4bfd0;
    border-radius: 14px;
    background: #fff8fb;
    color: #ef5f88;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-page-btn.is-muted {
    border-color: #ecd6de;
    background: #fff;
    color: #655768;
}

.luxy-member-address-message {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #b8f0cf;
    border-radius: 16px;
    background: #edfff5;
    color: #098c47;
    font-size: 13px;
    font-weight: 700;
}

.luxy-member-address-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-address-form label {
    display: grid;
    gap: 8px;
}

.luxy-member-address-form label.is-wide,
.luxy-member-address-form .is-wide {
    grid-column: 1 / -1;
}

.luxy-member-address-form label span {
    color: #655768;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-address-form input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #ecd6de;
    border-radius: 14px;
    background: #fff;
    color: #43374a;
    font-size: 14px;
}

.luxy-member-address-default {
    grid-column: 1 / -1;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
}

.luxy-member-address-default input {
    width: 18px;
    height: 18px;
    accent-color: #ef5f88;
}

.luxy-member-address-errors {
    display: grid;
    gap: 6px;
    color: #e2627d;
    font-size: 12px;
    font-weight: 700;
}

.luxy-member-address-form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.luxy-member-voucher-error {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #ffc3d0;
    border-radius: 16px;
    background: #fff3f6;
    color: #e2627d;
    font-size: 13px;
    font-weight: 700;
}

.luxy-member-voucher-redeem {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-voucher-redeem label {
    display: grid;
    gap: 8px;
}

.luxy-member-voucher-redeem .is-wide {
    grid-column: 1 / -1;
}

.luxy-member-voucher-redeem label span {
    color: #655768;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-voucher-redeem input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #ecd6de;
    border-radius: 14px;
    background: #fff;
    color: #43374a;
    font-size: 14px;
}

.luxy-member-address-grid,
.luxy-member-voucher-grid,
.luxy-member-review-grid {
    display: grid;
    gap: 16px;
}

.luxy-member-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.luxy-member-address-card,
.luxy-member-voucher-card,
.luxy-member-review-card {
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-address-card {
    padding: 18px;
}

.luxy-member-address-card.is-active {
    border-color: #ef5f88;
    box-shadow: inset 0 0 0 1px rgba(239, 95, 136, 0.08);
}

.luxy-member-address-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.luxy-member-address-top strong,
.luxy-member-address-card h4 {
    color: #24172f;
    font-weight: 800;
}

.luxy-member-address-top strong {
    font-size: 15px;
}

.luxy-member-address-top div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.luxy-member-address-top span,
.luxy-member-address-top button {
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.luxy-member-address-top span {
    background: #ffe7ee;
    color: #ef5f88;
}

.luxy-member-address-top button {
    border: 1px solid #ecd6de;
    background: #fff;
    color: #655768;
}

.luxy-member-address-card h4,
.luxy-member-address-card small,
.luxy-member-address-card em {
    display: block;
}

.luxy-member-address-card h4 {
    margin: 0 0 6px;
    font-size: 15px;
}

.luxy-member-address-card small,
.luxy-member-address-card p,
.luxy-member-address-card em {
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-member-address-card p {
    margin: 10px 0;
    line-height: 1.7;
}

.luxy-member-address-card em {
    font-style: normal;
}

.luxy-member-voucher-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luxy-member-voucher-card {
    padding: 18px;
}

.luxy-member-voucher-card span,
.luxy-member-voucher-card strong,
.luxy-member-voucher-card small {
    display: block;
}

.luxy-member-voucher-card span {
    color: #ef5f88;
    font-size: 13px;
    font-weight: 800;
}

.luxy-member-voucher-card strong {
    margin-top: 10px;
    color: #24172f;
    font-size: 26px;
    font-weight: 900;
}

.luxy-member-voucher-card p,
.luxy-member-voucher-card small {
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-member-voucher-card p {
    margin: 10px 0 6px;
}

.luxy-member-voucher-card button {
    margin-top: 14px;
    min-height: 40px;
    width: 100%;
    border: 1px solid #f4bfd0;
    border-radius: 14px;
    background: #fff8fb;
    color: #ef5f88;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-voucher-empty {
    grid-column: 1 / -1;
}

.luxy-member-reward-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.luxy-member-reward-summary article {
    padding: 18px;
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-reward-summary span,
.luxy-member-reward-summary strong {
    display: block;
}

.luxy-member-reward-summary span {
    color: #857684;
    font-size: 12px;
}

.luxy-member-reward-summary strong {
    margin-top: 8px;
    color: #24172f;
    font-size: 26px;
    font-weight: 900;
}

.luxy-member-simple-list,
.luxy-member-settings-form {
    display: grid;
    gap: 14px;
}

.luxy-member-simple-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #f1dbe2;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-simple-list article.is-read {
    opacity: 0.68;
}

.luxy-member-simple-list article.is-read em {
    color: #9f91a1;
}

.luxy-member-simple-list strong,
.luxy-member-simple-list span,
.luxy-member-simple-list em {
    display: block;
}

.luxy-member-simple-list strong {
    color: #24172f;
    font-size: 14px;
    font-weight: 800;
}

.luxy-member-simple-list span {
    margin-top: 5px;
    color: #7b6d7f;
    font-size: 12px;
}

.luxy-member-simple-list em {
    color: #ef5f88;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.luxy-member-review-grid {
    grid-template-columns: 1fr;
}

.luxy-member-review-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
}

.luxy-member-review-card img {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-member-review-card strong,
.luxy-member-review-card span {
    display: block;
}

.luxy-member-review-card strong {
    color: #24172f;
    font-size: 15px;
    font-weight: 800;
}

.luxy-member-review-card span {
    margin-top: 6px;
    color: #7b6d7f;
    font-size: 12px;
    line-height: 1.6;
}

.luxy-member-review-card button {
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #f4bfd0;
    border-radius: 14px;
    background: #fff8fb;
    color: #ef5f88;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-review-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-review-form label {
    display: grid;
    gap: 8px;
}

.luxy-member-review-form label.is-wide,
.luxy-member-review-form .is-wide {
    grid-column: 1 / -1;
}

.luxy-member-review-form label span {
    color: #655768;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-review-form input,
.luxy-member-review-form select,
.luxy-member-review-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ecd6de;
    border-radius: 14px;
    background: #fff;
    color: #43374a;
    font-size: 14px;
}

.luxy-member-review-form input,
.luxy-member-review-form select {
    min-height: 46px;
}

.luxy-member-review-form textarea {
    resize: vertical;
}

.luxy-member-return-form {
    display: grid;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #f1dbe2;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdfd, #fff8fa);
}

.luxy-member-return-form label {
    display: grid;
    gap: 8px;
}

.luxy-member-return-form label.is-wide,
.luxy-member-return-form .is-wide {
    grid-column: 1 / -1;
}

.luxy-member-return-form label span {
    color: #655768;
    font-size: 12px;
    font-weight: 800;
}

.luxy-member-return-form input,
.luxy-member-return-form select,
.luxy-member-return-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ecd6de;
    border-radius: 14px;
    background: #fff;
    color: #43374a;
    font-size: 14px;
}

.luxy-member-return-form input,
.luxy-member-return-form select {
    min-height: 46px;
}

.luxy-member-return-form textarea {
    resize: vertical;
}

.luxy-member-return-summary {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.luxy-member-return-summary img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
    background: linear-gradient(180deg, #fff8fa, #fff0f4);
}

.luxy-member-return-summary small {
    display: block;
    margin-top: 6px;
    color: #9b8b9e;
    font-size: 12px;
    line-height: 1.5;
}

.luxy-member-settings-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.luxy-member-settings-form label {
    display: grid;
    gap: 8px;
}

.luxy-member-settings-form span {
    color: #655768;
    font-size: 12px;
    font-weight: 700;
}

.luxy-member-settings-form input {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #ecd6de;
    border-radius: 14px;
    background: #fff;
    color: #43374a;
    font-size: 14px;
}

.luxy-member-settings-errors {
    margin-top: 16px;
}

@media (max-width: 1399px) {
    .luxy-cart-head,
    .luxy-cart-row {
        grid-template-columns: 42px minmax(220px, 1.2fr) 100px 138px 110px 56px;
    }

    .luxy-order-success-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-member-order-top {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-tracking-progress {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-member-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-member-dashboard-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-member-wishlist-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-member-voucher-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .luxy-cart-layout,
    .luxy-checkout-layout {
        grid-template-columns: 1fr;
    }

    .luxy-checkout-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-checkout-form-grid,
    .luxy-checkout-payment-grid {
        grid-template-columns: 1fr;
    }

    .luxy-payment-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-order-success-grid,
    .luxy-order-success-next {
        grid-template-columns: 1fr;
    }

    .luxy-order-success-next-steps {
        grid-template-columns: 1fr;
    }

    .luxy-member-history-layout {
        grid-template-columns: 1fr;
    }

    .luxy-member-history-filters {
        grid-template-columns: 1fr;
    }

    .luxy-member-order-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-tracking-summary,
    .luxy-tracking-grid,
    .luxy-tracking-help-grid {
        grid-template-columns: 1fr;
    }

    .luxy-tracking-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-member-dashboard-welcome,
    .luxy-member-dashboard-order {
        grid-template-columns: 1fr;
    }

    .luxy-member-dashboard-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-member-wishlist-toolbar,
    .luxy-member-wishlist-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .luxy-member-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-member-address-grid,
    .luxy-member-address-form,
    .luxy-member-voucher-redeem,
    .luxy-member-review-form,
    .luxy-member-return-form,
    .luxy-member-reward-summary,
    .luxy-member-settings-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .luxy-cart-head {
        display: none;
    }

    .luxy-cart-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .luxy-cart-check {
        order: -1;
    }

    .luxy-cart-price,
    .luxy-cart-qty,
    .luxy-cart-subtotal,
    .luxy-cart-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .luxy-cart-price::before,
    .luxy-cart-qty::before,
    .luxy-cart-subtotal::before,
    .luxy-cart-action::before {
        content: attr(data-label);
        color: #7b6d7f;
        font-size: 13px;
        font-weight: 700;
    }

    .luxy-cart-footer-actions,
    .luxy-checkout-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .luxy-checkout-steps {
        grid-template-columns: 1fr;
    }

    .luxy-checkout-shipping {
        grid-template-columns: 1fr;
    }

    .luxy-payment-status-top,
    .luxy-payment-group-head,
    .luxy-payment-bank-details {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-payment-meta,
    .luxy-payment-flow {
        grid-template-columns: 1fr;
    }

    .luxy-payment-logos {
        justify-content: flex-start;
    }

    .luxy-order-success-stats {
        grid-template-columns: 1fr;
    }

    .luxy-order-success-delivery {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .luxy-order-success-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .luxy-order-success-item em {
        grid-column: 2;
    }

    .luxy-order-success-order-no {
        width: 100%;
    }

    .luxy-member-profile,
    .luxy-member-order-body,
    .luxy-member-order-top {
        grid-template-columns: 1fr;
    }

    .luxy-member-order-body {
        justify-items: start;
    }

    .luxy-member-order-actions,
    .luxy-member-order-primary-action {
        justify-items: stretch;
        justify-content: stretch;
    }

    .luxy-member-order-actions button,
    .luxy-member-order-primary-action button {
        width: 100%;
    }

    .luxy-tracking-progress,
    .luxy-tracking-summary {
        grid-template-columns: 1fr;
    }

    .luxy-tracking-progress::before {
        display: none;
    }

    .luxy-tracking-courier,
    .luxy-tracking-notify {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-tracking-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .luxy-tracking-item em {
        grid-column: 2;
    }

    .luxy-member-dashboard-stats,
    .luxy-member-dashboard-quick-grid {
        grid-template-columns: 1fr;
    }

    .luxy-member-dashboard-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-member-dashboard-tier {
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-member-wishlist-grid,
    .luxy-member-wishlist-card-actions {
        grid-template-columns: 1fr;
    }

    .luxy-member-page-head,
    .luxy-member-simple-list article,
    .luxy-member-review-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-member-voucher-grid,
    .luxy-member-settings-form {
        grid-template-columns: 1fr;
    }
}

.luxy-faq-page {
    background: #fff;
}

.luxy-faq-hero {
    min-height: 340px;
}

.luxy-faq-hero .breadcrumb-contain {
    max-width: 460px;
    padding-top: 24px;
}

.luxy-faq-hero .breadcrumb {
    gap: 6px;
    margin-bottom: 18px;
}

.luxy-faq-hero .breadcrumb-item,
.luxy-faq-hero .breadcrumb-item a {
    color: #f06f90;
    font-size: 13px;
    font-weight: 700;
}

.luxy-faq-hero .breadcrumb-item + .breadcrumb-item::before {
    color: #f2a1b5;
}

.luxy-faq-hero .breadcrumb-contain h2 {
    margin-bottom: 14px;
    color: #24161d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 3vw, 58px);
    font-weight: 500;
}

.luxy-faq-hero .breadcrumb-contain p {
    max-width: 340px;
    color: #5f5158;
    font-size: 15px;
    line-height: 1.8;
}

.luxy-faq-features {
    padding: 42px 0 24px;
}

.luxy-faq-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.luxy-faq-feature-grid article {
    text-align: center;
}

.luxy-faq-feature-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff6f8 0%, #fff0f4 100%);
    color: #f06f90;
    font-size: 24px;
}

.luxy-faq-feature-grid h3 {
    margin: 14px 0 6px;
    color: #24161d;
    font-size: 16px;
    font-weight: 700;
}

.luxy-faq-feature-grid p {
    margin: 0;
    color: #7d6e75;
    font-size: 13px;
    line-height: 1.6;
}

.luxy-faq-main {
    padding-top: 18px;
}

.luxy-faq-sidebar {
    display: grid;
    gap: 22px;
}

.luxy-faq-card {
    padding: 26px 22px;
    border: 1px solid #f0dbe2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(43, 27, 30, 0.06);
}

.luxy-faq-card-title h3,
.luxy-faq-help-card h3,
.luxy-faq-content-head h3,
.luxy-faq-popular h3 {
    margin: 0;
    color: #24161d;
    font-size: 26px;
    font-weight: 800;
}

.luxy-faq-category-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.luxy-faq-category-list li a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    color: #3b2d34;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
}

.luxy-faq-category-list li a i,
.luxy-faq-category-list li a strong {
    color: #a6969d;
    transition: 0.25s ease;
}

.luxy-faq-category-list li.active a,
.luxy-faq-category-list li a:hover {
    background: linear-gradient(145deg, #fff4f7 0%, #ffeef3 100%);
    color: #f06f90;
}

.luxy-faq-category-list li.active a i,
.luxy-faq-category-list li.active a strong,
.luxy-faq-category-list li a:hover i,
.luxy-faq-category-list li a:hover strong {
    color: #f06f90;
}

.luxy-faq-help-card {
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
}

.luxy-faq-help-card p {
    margin: 12px auto 18px;
    color: #7d6e75;
    font-size: 14px;
    line-height: 1.7;
}

.luxy-faq-help-card span {
    display: block;
    margin: 12px 0;
    color: #8d7e85;
    font-size: 13px;
}

.luxy-faq-outline-btn,
.luxy-faq-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

.luxy-faq-outline-btn {
    border: 1px solid #f3bfd0;
    color: #f06f90;
    background: #fff;
}

.luxy-faq-primary-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #ea5d80 0%, #f78aa4 100%);
}

.luxy-faq-content {
    display: grid;
    gap: 20px;
}

.luxy-faq-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.luxy-faq-search {
    position: relative;
    width: min(100%, 340px);
}

.luxy-faq-search i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #a18f97;
    font-size: 14px;
}

.luxy-faq-search input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 42px;
    border: 1px solid #ecd9e0;
    border-radius: 14px;
    background: #fff;
    color: #24161d;
    font-size: 14px;
}

.luxy-faq-search input:focus {
    outline: none;
    border-color: #f2a3b8;
}

.luxy-faq-accordion {
    display: grid;
    gap: 14px;
}

.luxy-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #f0dbe2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(43, 27, 30, 0.04);
}

.luxy-faq-accordion .accordion-button {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: #24161d;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    box-shadow: none;
}

.luxy-faq-accordion .accordion-button span {
    display: block;
}

.luxy-faq-accordion .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 14px;
    height: 14px;
    margin: 0;
    transform: translateY(-50%);
    background-size: 14px;
    filter: hue-rotate(310deg) saturate(0.8);
}

.luxy-faq-accordion .accordion-button:not(.collapsed) {
    color: #f06f90;
    background: linear-gradient(180deg, #fff7fa 0%, #fff4f7 100%);
}

.luxy-faq-accordion .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.luxy-faq-accordion .accordion-body {
    padding: 0 22px 20px;
    color: #6d5d64;
    font-size: 14px;
    line-height: 1.9;
}

.luxy-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.luxy-faq-empty {
    padding: 22px 24px;
    border: 1px solid #f0dbe2;
    border-radius: 18px;
    background: #fff7fa;
}

.luxy-faq-empty p {
    margin: 0;
    color: #7d6e75;
    font-size: 14px;
    line-height: 1.8;
}

.luxy-faq-popular {
    margin-top: 42px;
}

.luxy-faq-popular-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.luxy-faq-popular-grid article {
    padding: 24px 18px;
    border: 1px solid #f0dbe2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(43, 27, 30, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxy-faq-popular-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(43, 27, 30, 0.08);
}

.luxy-faq-popular-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff6f8 0%, #fff0f4 100%);
    color: #f06f90;
    font-size: 22px;
}

.luxy-faq-popular-grid h4 {
    margin: 18px 0 8px;
    color: #24161d;
    font-size: 16px;
    font-weight: 700;
}

.luxy-faq-popular-grid p {
    margin: 0 0 14px;
    color: #7d6e75;
    font-size: 13px;
    line-height: 1.7;
}

.luxy-faq-popular-grid a {
    color: #f06f90;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .luxy-faq-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .luxy-faq-popular-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .luxy-faq-content-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .luxy-faq-search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .luxy-faq-hero {
        min-height: 280px;
    }

    .luxy-faq-hero .breadcrumb-contain {
        max-width: 100%;
        padding-top: 0;
    }

    .luxy-faq-feature-grid,
    .luxy-faq-popular-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxy-faq-card,
    .luxy-faq-popular-grid article {
        border-radius: 18px;
    }

    .luxy-faq-card-title h3,
    .luxy-faq-help-card h3,
    .luxy-faq-content-head h3,
    .luxy-faq-popular h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .luxy-prefooter-benefits {
        grid-template-columns: 1fr;
    }

    .luxy-prefooter-benefits article + article {
        border-left: 0;
        border-top: 1px solid #f1d9e1;
    }

    .luxy-faq-feature-grid,
    .luxy-faq-popular-grid {
        grid-template-columns: 1fr;
    }

    .luxy-faq-category-list li a {
        grid-template-columns: 18px minmax(0, 1fr) auto;
        padding-inline: 14px;
    }

    .luxy-faq-accordion .accordion-button {
        padding: 18px 48px 18px 18px;
        font-size: 15px;
    }

    .luxy-faq-accordion .accordion-body {
        padding: 0 18px 18px;
    }
}
