/* Design fonts: Inter (UI) + Playfair Display italic (display serif) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-var.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
    src: url("../fonts/playfair-display-italic-var.woff2") format("woff2");
}
:root {
    --cl-app-bg: #f4f4f4;
    --cl-app-surface: #ffffff;
    --cl-app-soft: #f7f7f7;
    --cl-app-line: #ececec;
    --cl-app-text: #131313;
    --cl-app-muted: #8d8d8d;
    --cl-app-accent: #111111;
    --cl-app-accent-2: #2b2b2b;
    --cl-app-dark: #111111;
    --cl-app-radius-sm: 12px;
    --cl-app-radius-md: 18px;
    --cl-app-radius-lg: 24px;
    --cl-app-shadow: 0 16px 40px rgba(18, 18, 18, 0.07);
    --cl-app-shadow-soft: 0 10px 28px rgba(18, 18, 18, 0.04);
    --cl-app-max: 1320px;
    --cl-app-content-offset-mobile: 18px;
    --cl-app-content-offset-tablet: 124px;
    --cl-app-content-offset-desktop: 138px;
}

/* Wishlist page spacing + share row removal */
body.cl-app-ui.cl-app-wishlist-page #content,
body.cl-app-ui.cl-app-wishlist-page .site-content,
body.cl-app-ui.cl-app-wishlist-page .content-wrapper,
body.cl-app-ui.cl-app-wishlist-page .content-area {
    padding-top: calc(var(--cl-app-content-offset-mobile) + 18px) !important;
}

.cl-app-wishlist-page .elementor,
.cl-app-wishlist-page .elementor-location-single,
.cl-app-wishlist-page .elementor-widget-shortcode,
.cl-app-wishlist-page .elementor-widget-container,
.cl-app-wishlist-page .elementor-shortcode,
.cl-app-wishlist-page .tinv-wishlist {
    margin-top: 0 !important;
}

.cl-app-wishlist-page .tinv-wishlist {
    margin-top: 14px !important;
}

.cl-app-wishlist-page .social-buttons,
.cl-app-wishlist-page .social-buttons-wrapper,
.cl-app-wishlist-page .tinv-share,
.cl-app-wishlist-page .tinvwl-to-right,
.cl-app-wishlist-page [class*="share-buttons"],
.cl-app-wishlist-page [class*="social-buttons"],
.cl-app-wishlist-page [class*="share-on"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (min-width: 768px) {
    body.cl-app-ui.cl-app-wishlist-page #content,
    body.cl-app-ui.cl-app-wishlist-page .site-content,
    body.cl-app-ui.cl-app-wishlist-page .content-wrapper,
    body.cl-app-ui.cl-app-wishlist-page .content-area {
        padding-top: calc(var(--cl-app-content-offset-tablet) + 14px) !important;
    }

    .cl-app-wishlist-page .tinv-wishlist {
        margin-top: 18px !important;
    }
}

@media (min-width: 1025px) {
    body.cl-app-ui.cl-app-wishlist-page #content,
    body.cl-app-ui.cl-app-wishlist-page .site-content,
    body.cl-app-ui.cl-app-wishlist-page .content-wrapper,
    body.cl-app-ui.cl-app-wishlist-page .content-area {
        padding-top: calc(var(--cl-app-content-offset-desktop) + 12px) !important;
    }

    .cl-app-wishlist-page .tinv-wishlist {
        margin-top: 22px !important;
    }
}

/* Home banner image proportion tuning */
.cl-home-promo {
    min-height: 172px;
}

.cl-home-promo__content {
    max-width: 48%;
}

.cl-home-promo img {
    right: 0;
    bottom: -4px;
    width: 182px;
    height: 182px;
    max-width: 52%;
    object-fit: contain;
    object-position: right bottom;
}

@media (min-width: 768px) {
    .cl-home-promo {
        min-height: 194px;
    }

    .cl-home-promo__content {
        max-width: 46%;
    }

    .cl-home-promo img {
        right: 6px;
        bottom: -6px;
        width: 214px;
        height: 214px;
        max-width: 48%;
    }
}

@media (min-width: 1025px) {
    .cl-home-promo {
        min-height: 222px;
    }

    .cl-home-promo__content {
        max-width: 44%;
    }

    .cl-home-promo img {
        right: 16px;
        bottom: -8px;
        width: 248px;
        height: 248px;
        max-width: 42%;
    }
}

body.cl-app-ui {
    background: linear-gradient(180deg, #fbfbfb 0%, #f2f2f2 100%);
    color: var(--cl-app-text);
}

body.cl-app-ui,
body.cl-app-ui button,
body.cl-app-ui input,
body.cl-app-ui select,
body.cl-app-ui textarea {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body.cl-app-ui h1,
body.cl-app-ui h2,
body.cl-app-ui h3,
body.cl-app-ui h4,
body.cl-app-ui h5,
body.cl-app-ui h6 {
    letter-spacing: -0.02em;
}

body.cl-app-ui svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.cl-app-ui .site-content,
body.cl-app-ui .content-area,
body.cl-app-ui .shop-container,
body.cl-app-ui .shop-page-wrapper,
body.cl-app-ui .page-content.section {
    background: transparent;
}

body.cl-app-ui .container,
body.cl-app-ui .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--cl-app-max);
}

body.cl-app-ui .shop-container.single-product-wrapper,
body.cl-app-ui .shop-container.shop-page-wrapper {
    padding-top: 36px;
    padding-bottom: 100px;
}

body.cl-app-ui .site-header,
body.cl-app-ui .site-footer,
body.cl-app-ui .mobile-bottom-menu,
body.cl-app-ui .scroll-top,
body.cl-app-ui .moderncart-floating-cart-button,
body.cl-app-ui .moderncart-floating-cart-button-notification,
body.cl-app-ui .quick-button.cart-button,
body.cl-app-ui .header-mobile,
body.cl-app-ui .woocommerce-breadcrumb,
body.cl-app-ui .page-header,
body.cl-app-ui .page-title,
body.cl-app-ui .site-overlay,
body.cl-app-ui .site-mask {
    display: none !important;
}

body.cl-app-ui #content,
body.cl-app-ui .site-content,
body.cl-app-ui .content-wrapper,
body.cl-app-ui .content-area {
    padding-top: var(--cl-app-content-offset-mobile) !important;
}

body.cl-app-ui a:hover,
body.cl-app-ui a:focus,
body.cl-app-ui button:hover,
body.cl-app-ui button:focus,
body.cl-app-ui .button:hover,
body.cl-app-ui .button:focus,
body.cl-app-ui input[type="submit"]:hover,
body.cl-app-ui input[type="submit"]:focus {
    color: var(--cl-app-accent);
}

body.cl-app-ui .tinv-wishlist a:not(.button):not(.social),
body.cl-app-ui .tinvwl_add_to_wishlist_button,
body.cl-app-ui .woocommerce a.button.checkout-button,
body.cl-app-ui .woocommerce a.checkout-button,
body.cl-app-ui #payment #place_order,
body.cl-app-ui .place-order .button {
    color: var(--cl-app-accent);
}

body.cl-app-ui .tinv-wishlist a:not(.button):not(.social):hover,
body.cl-app-ui .tinv-wishlist a:not(.button):not(.social):focus,
body.cl-app-ui .tinvwl_add_to_wishlist_button:hover,
body.cl-app-ui .tinvwl_add_to_wishlist_button:focus {
    color: var(--cl-app-accent) !important;
}

body.cl-app-ui .site-content .container,
body.cl-app-ui .shop-container .container {
    width: min(100%, 1320px);
}

.cl-home-app {
    padding: 0 0 110px;
}

.cl-home-app__frame {
    width: min(100%, 430px);
    margin: 0 auto;
    background: var(--cl-app-surface);
    border-radius: 34px;
    box-shadow: var(--cl-app-shadow);
    padding: 16px 16px 26px;
    overflow: hidden;
}

.cl-home-app__statusbar,
.cl-auth-shell__statusbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #151515;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cl-home-app__status-icons,
.cl-auth-shell__statusbar div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cl-home-app__status-icons span,
.cl-auth-shell__statusbar div span {
    width: 13px;
    height: 7px;
    border-radius: 999px;
    background: #121212;
    opacity: 0.88;
}

.cl-home-app__header,
.cl-app-page__head,
.cl-auth-shell__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cl-home-app__eyebrow,
.cl-app-page__head p,
.cl-auth-shell__head p {
    margin: 0 0 8px;
    color: var(--cl-app-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cl-home-app__header h1,
.cl-app-page__head h1,
.cl-auth-shell__head h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
}

.cl-home-app__subtitle,
.cl-auth-shell__head span {
    display: block;
    margin-top: 10px;
    color: #747474;
    font-size: 13px;
    line-height: 1.5;
}

.cl-home-app__subtitle--top {
    margin: 10px 0 20px;
    max-width: 620px;
}

.cl-home-app__brand {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-home-app__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.cl-home-app__tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 20px;
}

.cl-home-search {
    flex: 1 1 auto;
    min-height: 58px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 16px;
    gap: 10px;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-home-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: 0;
    min-width: 0;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
}

.cl-home-search input:focus {
    outline: 0;
}

.cl-home-search input::placeholder {
    color: #9a8f89;
    font-weight: 500;
}

.cl-home-search.is-focused {
    border-color: rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0 16px 34px rgba(18, 18, 18, 0.08);
}

.cl-home-search button,
.cl-home-filter,
.cl-app-ui .button,
.cl-app-ui button.button,
.cl-app-ui .woocommerce a.button,
.cl-app-ui .woocommerce button.button,
.cl-app-ui .woocommerce input.button {
    border: 0;
    border-radius: 16px !important;
    background: var(--cl-app-dark) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: none !important;
}

.cl-home-search button {
    min-width: 86px;
    height: 46px;
    padding: 0 18px;
    border-radius: 18px !important;
    background: var(--cl-app-dark) !important;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.cl-home-filter {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 22px !important;
    background: #fff !important;
    color: var(--cl-app-text) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-home-filter img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.cl-home-promos {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.cl-home-promos__track {
    display: flex;
    width: 100%;
    transition: transform 0.42s ease;
    will-change: transform;
}

.cl-home-promo {
    flex: 0 0 100%;
    background: var(--promo-bg, #f7f7f7);
    border-radius: 22px;
    min-height: 158px;
    padding: 18px 18px 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-home-promo__content {
    position: relative;
    z-index: 2;
    max-width: 54%;
}

.cl-home-promo h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--promo-text, #1f1f1f);
}

.cl-home-promo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 999px;
    padding: 0 18px;
    background: var(--promo-button-bg, #fff);
    color: var(--promo-button-color, #1a1a1a);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.cl-home-promo img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 146px;
    height: 146px;
    object-fit: contain;
    object-position: right bottom;
}

.cl-home-promos__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.cl-home-promos__dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.18);
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.cl-home-promos__dot.is-active {
    width: 22px;
    background: var(--cl-app-accent);
}

.cl-home-quicklinks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.cl-home-quicklinks__item {
    padding: 4px 4px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #1c1c1c;
    text-decoration: none;
}

.cl-home-quicklinks__item:hover,
.cl-home-quicklinks__item:focus,
.cl-home-quicklinks__item:active,
.cl-home-quicklinks__item:visited {
    color: #1c1c1c;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.cl-home-quicklinks__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    border-radius: 18px;
    background: #fff4ed;
    color: var(--cl-app-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: none;
}

.cl-home-quicklinks__item span:last-child {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.cl-home-section {
    margin-top: 12px;
}

.cl-home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 16px;
}

.cl-home-section__head h2,
.cl-home-latest h2,
.cl-app-cart__summary h2,
.cl-app-checkout__panel h2,
.cl-app-checkout__review h2,
.cl-account-shell__panel h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.cl-search-screen {
    width: min(100%, 430px);
    margin: 0 auto;
}

.cl-search-screen__panel,
.cl-search-screen__empty {
    padding: 18px;
    border-radius: 26px;
    border: 1px solid var(--cl-app-line);
    background: #fff;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-search-screen__form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.cl-search-screen__form input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 50px;
    border-radius: 18px;
    border: 1px solid var(--cl-app-line);
    background: #f8f8f8;
    padding: 0 16px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
}

.cl-search-screen__form button,
.cl-search-chip {
    border: 0;
    cursor: pointer;
}

.cl-search-screen__form button {
    min-width: 98px;
    min-height: 50px;
    border-radius: 18px;
}

.cl-search-screen__history-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.cl-search-screen__history-head h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
}

.cl-search-screen__clear {
    border: 0;
    background: transparent;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 800;
}

.cl-search-screen__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cl-search-chip-form {
    margin: 0;
}

.cl-search-chip {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff4ed;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 800;
}

.cl-search-screen__history-empty {
    margin: 0;
    color: var(--cl-app-muted);
    font-size: 13px;
}

.cl-search-screen__results {
    margin-top: 18px;
}

.cl-search-screen__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 16px;
}

.cl-search-screen__empty {
    text-align: center;
}

.cl-search-screen__empty h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
}

.cl-search-screen__empty p {
    margin: 0 0 18px;
    color: var(--cl-app-muted);
    line-height: 1.7;
}

.cl-app-shop {
    width: 100%;
}

.cl-app-shop__search {
    margin-bottom: 18px;
}

.cl-app-shop__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid var(--cl-app-line);
    background: #fff;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-shop__results,
.cl-app-shop__results .woocommerce-result-count {
    margin: 0;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 700;
}

.cl-app-shop__toolbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cl-app-shop .woocommerce-ordering {
    margin: 0;
}

.cl-app-shop .woocommerce-ordering select {
    min-height: 44px;
    border-radius: 16px;
    border: 1px solid var(--cl-app-line);
    background: #f8f8f8;
    padding: 0 14px;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 700;
}

.cl-home-section__head a,
.cl-home-latest a {
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.cl-home-featured-strip {
    margin-top: 24px;
    border-radius: 24px;
    background: #17181c;
    color: #fff;
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    align-items: center;
    gap: 12px;
}

.cl-home-featured-strip__copy p {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.88;
}

.cl-home-featured-strip__copy h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 800;
}

.cl-home-featured-strip__copy a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    background: #fff;
    color: var(--cl-app-accent);
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.cl-home-featured-strip__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cl-home-latest {
    margin-top: 24px;
}

.cl-home-latest__list {
    display: grid;
    gap: 12px;
}

.cl-home-latest__item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 20px;
    box-shadow: var(--cl-app-shadow-soft);
    color: #181818;
    text-decoration: none;
}

.cl-home-latest__thumb {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cl-home-latest__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.cl-home-latest__copy {
    min-width: 0;
}

.cl-home-latest__copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.cl-home-latest__copy small,
.cl-home-latest__copy del,
.cl-home-latest__copy ins {
    color: var(--cl-app-muted);
    font-size: 12px;
    text-decoration: none;
}

.cl-home-latest__arrow {
    color: #989898;
    font-size: 16px;
}

.cl-home-showcase {
    width: 100%;
}

.cl-home-showcase + .cl-home-showcase {
    margin-top: 24px;
}

.cl-home-showcase__head h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
}

.cl-home-showcase__categories {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    margin-right: -2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.cl-home-showcase__categories::-webkit-scrollbar {
    display: none;
}

.cl-home-category-card {
    flex: 0 0 auto;
    width: 72px;
    text-decoration: none;
    color: #1c1c1c;
}

.cl-home-category-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 16px;
    background: #f7f7f7;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cl-home-category-card:hover .cl-home-category-card__icon,
.cl-home-category-card:focus-visible .cl-home-category-card__icon {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.09);
}

.cl-home-category-card.is-active .cl-home-category-card__icon,
.cl-home-category-card:hover .cl-home-category-card__icon,
.cl-home-category-card:focus-visible .cl-home-category-card__icon {
    background: #111111;
    box-shadow: 0 0 0 2px #111111;
}

.cl-home-category-card.is-active .cl-home-category-card__label,
.cl-home-category-card:hover .cl-home-category-card__label {
    color: #111111;
    font-weight: 700;
}

.cl-home-category-card__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.cl-home-category-card__label {
    display: block;
    margin-top: 9px;
    color: #545454;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.cl-home-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
}

.cl-home-featured-card {
    min-width: 0;
}

.cl-home-featured-card__media {
    position: relative;
}

.cl-home-featured-card__image {
    display: block;
    aspect-ratio: 1 / 1.18;
    border-radius: 18px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.cl-home-featured-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0;
    border-radius: inherit;
}

.cl-home-featured-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--cl-app-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
}

.cl-home-featured-card__wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.cl-home-featured-card__wishlist .tinv-wraper,
.cl-home-featured-card__wishlist .tinv-wishlist {
    margin: 0 !important;
    line-height: 1;
}

.cl-home-featured-card__wishlist .tinvwl_add_to_wishlist_button {
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: #ffffff !important;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    color: #202020 !important;
    font-size: 0 !important;
    text-decoration: none !important;
}

.cl-home-featured-card__wishlist .tinvwl_add_to_wishlist_button::before {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.cl-home-featured-card__wishlist .tinvwl_add_to_wishlist_button:hover,
.cl-home-featured-card__wishlist .tinvwl_add_to_wishlist_button:focus-visible {
    background: #ffffff !important;
    color: var(--cl-app-accent) !important;
}

.cl-home-featured-card__wishlist .tinvwl-product-in-list,
.cl-home-featured-card__wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: var(--cl-app-accent) !important;
}

.cl-home-featured-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 11px;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
}

.cl-home-featured-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px;
    color: #0f0f0f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.cl-home-featured-card__price .amount {
    color: inherit;
}

.cl-home-featured-card__price ins {
    text-decoration: none;
}

.cl-home-featured-card__price del {
    color: #b9b9b9;
    font-size: 10px;
    font-weight: 700;
}

.cl-home-featured-card__price del .amount {
    color: inherit;
}

.cl-app-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: min(calc(100% - 18px), 430px);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    z-index: 999;
    backdrop-filter: blur(14px);
}

.cl-app-bottom-nav__item {
    text-align: center;
    color: #8d8d8d;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    -webkit-tap-highlight-color: transparent;
}

.cl-app-bottom-nav__icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 4px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 18px;
}

.cl-app-bottom-nav__item.is-active {
    color: var(--cl-app-accent);
}

.cl-app-bottom-nav__item.is-active .cl-app-bottom-nav__icon {
    background: #111111;
    color: #ffffff;
}

.cl-app-bottom-nav__item:hover,
.cl-app-bottom-nav__item:focus,
.cl-app-bottom-nav__item:active,
.cl-app-bottom-nav__item:visited {
    color: #8d8d8d;
    text-decoration: none;
    outline: none;
}

.cl-app-bottom-nav__item.is-active:hover,
.cl-app-bottom-nav__item.is-active:focus,
.cl-app-bottom-nav__item.is-active:active,
.cl-app-bottom-nav__item.is-active:visited {
    color: var(--cl-app-accent);
}

.cl-app-top-nav {
    display: none;
}

.cl-app-top-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cl-app-top-nav__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #181818;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cl-app-top-nav__brand:hover,
.cl-app-top-nav__brand:focus,
.cl-app-top-nav__brand:active,
.cl-app-top-nav__brand:visited {
    color: var(--cl-app-text);
    text-decoration: none;
    outline: none;
}

.cl-app-top-nav__brand:hover .cl-app-top-nav__brand-mark,
.cl-app-top-nav__brand:focus .cl-app-top-nav__brand-mark {
    background: #fff7f2;
    border-color: rgba(17, 17, 17, 0.18);
}

.cl-app-top-nav__brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #181818;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-top-nav__brand-mark img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.cl-app-top-nav__brand-copy {
    display: grid;
    gap: 2px;
}

.cl-app-top-nav__brand-copy strong {
    font-size: 15px;
    line-height: 1;
}

.cl-app-top-nav__brand-copy small {
    color: var(--cl-app-muted);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-app-top-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cl-app-top-nav__link {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #454545;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cl-app-top-nav__link.is-active,
.cl-app-top-nav__link:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.cl-app-top-nav__link:focus,
.cl-app-top-nav__link:active,
.cl-app-top-nav__link:visited {
    text-decoration: none;
    outline: none;
}

.cl-app-top-nav__link:focus,
.cl-app-top-nav__link:active {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.cl-app-top-nav__link-icon {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.cl-app-top-nav__cart {
    min-height: 48px;
    padding: 0 10px 0 14px;
    border-radius: 18px;
    background: var(--cl-app-dark);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.22);
}

.cl-app-top-nav__cart:hover,
.cl-app-top-nav__cart:focus,
.cl-app-top-nav__cart:active,
.cl-app-top-nav__cart:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.cl-app-top-nav__cart-icon {
    width: 28px;
    height: 28px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.cl-app-top-nav__cart-copy {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cl-app-top-nav__cart-count {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--cl-app-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.cl-app-cart-fab {
    position: fixed;
    right: 16px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #151515;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 38px rgba(17, 17, 17, 0.2);
    z-index: 135;
    text-decoration: none;
}

.cl-app-cart-fab:hover,
.cl-app-cart-fab:focus,
.cl-app-cart-fab:active,
.cl-app-cart-fab:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.cl-app-cart-fab__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-app-cart-fab__count {
    position: absolute;
    top: -4px;
    left: -2px;
    min-width: 26px;
    height: 26px;
    padding: 0 7px;
    border-radius: 999px;
    background: #11c26d;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.cl-app-page {
    width: min(100%, 430px);
    margin: 0 auto 30px;
    background: var(--cl-app-surface);
    border-radius: 32px;
    padding: 18px;
    box-shadow: var(--cl-app-shadow);
}

.cl-app-page__head {
    margin-bottom: 18px;
}

.cl-app-page__count {
    min-width: 36px;
    height: 36px;
    border-radius: 14px;
    background: #fff4ed;
    color: var(--cl-app-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.cl-app-cart__form,
.cl-app-checkout__form {
    margin: 0;
}

.cl-app-cart__items {
    display: grid;
    gap: 14px;
}

.cl-app-cart__item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--cl-app-line);
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-cart__item-media a,
.cl-app-cart__item-media img {
    display: block;
    width: 100%;
    height: 86px;
    border-radius: 18px;
    background: #f8f8f8;
    object-fit: cover;
}

.cl-app-cart__item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.cl-app-cart__item-top h2 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.3;
}

.cl-app-cart__item-top a {
    color: inherit;
    text-decoration: none;
}

.cl-app-cart__remove {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff4ed;
    color: var(--cl-app-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.cl-app-cart__meta,
.cl-app-cart__meta p {
    color: var(--cl-app-muted);
    font-size: 11px;
}

.cl-app-cart__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.cl-app-cart__price,
.cl-app-cart__price .amount {
    color: #151515;
    font-size: 16px;
    font-weight: 800;
}

.cl-app-cart__qty .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--cl-app-line);
    border-radius: 999px;
    padding: 0 10px;
    min-height: 40px;
}

.cl-app-cart__qty .quantity input {
    border: 0;
    width: 44px;
    text-align: center;
    background: transparent;
}

.cl-app-cart__actions {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.cl-app-cart__coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.cl-app-cart__coupon input {
    min-height: 46px;
    border-radius: 16px;
    border: 1px solid var(--cl-app-line);
    padding: 0 14px;
    background: #f8f8f8;
}

.cl-app-cart__summary {
    margin-top: 22px;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--cl-app-line);
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-cart__summary .cart_totals,
.cl-app-cart__summary table,
.cl-app-checkout__review table {
    width: 100%;
}

.cl-checkout-review__items {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.cl-checkout-review__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    background: #faf8f6;
    border: 1px solid #f0ebe6;
}

.cl-checkout-review__item-copy {
    min-width: 0;
}

.cl-checkout-review__item-copy strong {
    display: block;
    margin-bottom: 6px;
    color: #141414;
    font-size: 14px;
    line-height: 1.45;
}

.cl-checkout-review__item-copy span,
.cl-checkout-review__item-meta,
.cl-checkout-review__item-meta p {
    color: var(--cl-app-muted);
    font-size: 12px;
    line-height: 1.6;
}

.cl-checkout-review__item-total,
.cl-checkout-review__item-total .amount {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.cl-app-cart__summary .wc-proceed-to-checkout a,
.cl-app-checkout__review .place-order .button,
.cl-auth-shell .button,
.cl-account-shell .button,
.cl-product-card .button {
    min-height: 48px;
    border-radius: 16px !important;
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.cl-app-cart__summary .wc-proceed-to-checkout a,
.cl-app-checkout__review .place-order .button,
.cl-auth-shell .button,
.cl-account-shell .button,
.cl-product-card .button,
.cl-app-product-page .single_add_to_cart_button,
body.cl-app-ui .woocommerce a.button.checkout-button,
body.cl-app-ui .woocommerce a.checkout-button,
body.cl-app-ui #payment #place_order {
    border: 0 !important;
    background: var(--cl-app-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.14);
}

.cl-app-cart__summary .wc-proceed-to-checkout a:hover,
.cl-app-cart__summary .wc-proceed-to-checkout a:focus,
.cl-app-checkout__review .place-order .button:hover,
.cl-app-checkout__review .place-order .button:focus,
.cl-auth-shell .button:hover,
.cl-auth-shell .button:focus,
.cl-account-shell .button:hover,
.cl-account-shell .button:focus,
.cl-product-card .button:hover,
.cl-product-card .button:focus,
.cl-app-product-page .single_add_to_cart_button:hover,
.cl-app-product-page .single_add_to_cart_button:focus,
body.cl-app-ui .woocommerce a.button.checkout-button:hover,
body.cl-app-ui .woocommerce a.button.checkout-button:focus,
body.cl-app-ui .woocommerce a.checkout-button:hover,
body.cl-app-ui .woocommerce a.checkout-button:focus,
body.cl-app-ui #payment #place_order:hover,
body.cl-app-ui #payment #place_order:focus {
    background: #2b2b2b !important;
    color: #ffffff !important;
}

.cl-app-checkout__layout {
    display: grid;
    gap: 18px;
}

.cl-app-checkout__panel,
.cl-app-checkout__review {
    padding: 16px;
    border: 1px solid var(--cl-app-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-checkout__fields .form-row input,
.cl-app-checkout__fields .form-row textarea,
.cl-app-checkout__fields .form-row select,
.cl-auth-shell input,
.cl-account-shell input,
.cl-account-shell select,
.cl-account-shell textarea {
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid var(--cl-app-line);
    background: #f8f8f8;
    padding: 12px 14px;
}

.cl-app-checkout__fields textarea,
.cl-account-shell textarea {
    min-height: 110px;
}

.cl-checkout-fields__intro,
.cl-checkout-payment__intro {
    margin-bottom: 14px;
}

.cl-checkout-fields__intro p,
.cl-checkout-payment__intro p {
    margin: 0 0 6px;
    color: var(--cl-app-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-checkout-fields__intro h3,
.cl-checkout-payment__intro h3 {
    margin: 0 0 8px;
    color: #181818;
    font-size: 20px;
    font-weight: 800;
}

.cl-checkout-fields__intro span,
.cl-checkout-payment__intro span {
    display: block;
    color: var(--cl-app-muted);
    font-size: 13px;
    line-height: 1.7;
}

.cl-checkout-fields__grid {
    display: grid;
    gap: 14px;
}

.cl-checkout-toggle {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 18px;
    border: 1px solid var(--cl-app-line);
    background: #faf8f6;
}

.cl-checkout-fields__switch {
    margin: 0 0 14px;
}

.cl-app-checkout #payment {
    border-radius: 18px;
    border: 1px solid var(--cl-app-line);
    background: #ffffff;
    color: var(--cl-app-text);
    overflow: hidden;
}

.cl-app-checkout #payment ul.payment_methods {
    border: 0;
    padding: 12px;
}

.cl-app-checkout #payment ul.payment_methods li {
    padding: 12px;
    background: var(--cl-app-soft);
    border: 1px solid var(--cl-app-line);
    border-radius: 16px;
}

.cl-checkout-payment ul.payment_methods li > label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: var(--cl-app-text);
}

.cl-checkout-payment__label-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.cl-checkout-payment__label-copy small {
    display: block;
    color: var(--cl-app-muted);
    font-size: 11px;
    line-height: 1.5;
}

.cl-checkout-payment__label-icon img {
    max-height: 22px;
    width: auto;
}

.cl-app-checkout #payment div.payment_box {
    background: transparent;
    color: var(--cl-app-muted);
}

.cl-auth-shell {
    width: min(100%, 920px);
    margin: 20px auto 70px;
}

.cl-auth-shell__card {
    background: var(--cl-app-surface);
    border-radius: 32px;
    padding: 18px;
    box-shadow: var(--cl-app-shadow);
}

.cl-auth-shell__grid {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.cl-auth-shell__panel {
    padding: 16px;
    border: 1px solid var(--cl-app-line);
    border-radius: 24px;
    background: #fff;
}

.cl-auth-shell__panel h2 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
}

.cl-auth-shell label,
.cl-app-checkout label,
.cl-account-shell label {
    display: block;
    margin-bottom: 8px;
    color: #1d1d1d;
    font-size: 12px;
    font-weight: 700;
}

.cl-auth-shell .form-row {
    margin-bottom: 14px;
}

.cl-auth-shell__remember {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--cl-app-muted);
    font-size: 12px;
}

.cl-auth-shell__remember input {
    min-height: 18px;
}

.cl-auth-shell__hint,
.cl-auth-shell .lost_password a {
    color: var(--cl-app-muted);
    font-size: 12px;
}

.cl-auth-shell--compact {
    width: min(100%, 520px);
}

.cl-auth-shell__head--centered {
    text-align: center;
}

.cl-auth-shell__panel--single {
    padding: 18px;
}

.cl-auth-shell__panel--message {
    text-align: center;
}

.cl-auth-shell__hint--intro {
    display: block;
    margin: 0 0 16px;
    line-height: 1.7;
}

.cl-auth-shell__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
}

.cl-auth-shell__actions--stacked {
    flex-direction: column;
}

.cl-auth-shell__back {
    color: var(--cl-app-accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cl-auth-shell__back:hover,
.cl-auth-shell__back:focus {
    color: #d45516 !important;
}

.cl-auth-shell .woocommerce-info,
.cl-auth-shell .woocommerce-message,
.cl-order-success .woocommerce-info,
.cl-order-success .woocommerce-message {
    margin: 0 0 16px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(17, 17, 17, 0.14) !important;
    background: #fff8f3 !important;
    color: var(--cl-app-text) !important;
    box-shadow: none !important;
}

.cl-account-shell {
    width: min(100%, 1120px);
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.cl-account-shell__card,
.cl-account-shell__panel {
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 28px;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-account-shell__card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.cl-account-shell__avatar {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cl-app-accent) 0%, var(--cl-app-accent-2) 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
}

.cl-account-shell__intro p {
    margin: 0 0 6px;
    color: var(--cl-app-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cl-account-shell__intro h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}

.cl-account-shell__menu ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.cl-account-shell__menu li + li {
    margin-top: 10px;
}

.cl-account-shell__menu a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 18px;
    color: #171717;
    text-decoration: none;
}

.cl-account-shell__menu li.is-active a,
.cl-account-shell__menu a:hover {
    border-color: #111111;
    background: #111111;
    color: #ffffff;
}

.cl-account-shell__menu-arrow {
    color: #ababab;
}

.cl-account-shell__content,
.cl-account-shell__panel {
    min-width: 0;
}

.cl-account-shell__panel {
    padding: 20px;
}

.cl-account-shell__panel .woocommerce-Addresses,
.cl-account-shell__panel .woocommerce-EditAccountForm,
.cl-account-shell__panel .woocommerce-orders-table,
.cl-account-shell__panel .woocommerce-message,
.cl-account-shell__panel .woocommerce-info {
    margin-top: 12px;
}

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

.cl-account-section-head p {
    margin: 0 0 6px;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-account-section-head h2,
.cl-account-dashboard__hero h1 {
    margin: 0;
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.08;
}

.cl-account-dashboard {
    display: grid;
    gap: 20px;
}

.cl-account-dashboard__hero {
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
    border: 1px solid rgba(17, 17, 17, 0.12);
}

.cl-account-dashboard__copy p {
    margin: 0 0 8px;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-account-dashboard__copy span {
    display: block;
    max-width: 460px;
    margin-top: 12px;
    color: var(--cl-app-muted);
    line-height: 1.75;
}

.cl-account-dashboard__logout {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #f5d1bf;
    color: var(--cl-app-accent);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
}

.cl-account-dashboard__grid {
    display: grid;
    gap: 14px;
}

.cl-account-dashboard__tile,
.cl-account-order-card,
.cl-account-address-card,
.cl-account-payment-card,
.cl-account-order-view__hero,
.cl-account-order-updates,
.cl-account-empty,
.cl-account-form {
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 24px;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-cart__empty {
    margin-top: 24px;
    padding: 34px 24px;
    border-radius: 28px;
    border: 1px solid var(--cl-app-line);
    background: #ffffff;
    box-shadow: var(--cl-app-shadow-soft);
    text-align: center;
}

.cl-app-cart__empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4ed;
    color: var(--cl-app-accent);
}

.cl-app-cart__empty-icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cl-app-cart__empty-eyebrow {
    margin: 0 0 8px;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cl-app-cart__empty h2 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
}

.cl-app-cart__empty p:last-of-type {
    margin: 0 0 18px;
    color: var(--cl-app-muted);
    font-size: 14px;
    line-height: 1.7;
}

.cl-account-dashboard__tile {
    display: block;
    padding: 18px;
    color: var(--cl-app-text);
    text-decoration: none;
}

.cl-account-dashboard__tile strong,
.cl-account-address-card h3,
.cl-account-payment-card strong,
.cl-account-empty h3,
.cl-account-order-updates h3 {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
}

.cl-account-dashboard__tile span,
.cl-account-empty p,
.cl-account-addresses__lead {
    color: var(--cl-app-muted);
    line-height: 1.7;
}

.cl-account-orders__list,
.cl-account-payments__list {
    display: grid;
    gap: 16px;
}

.cl-account-order-card,
.cl-account-address-card,
.cl-account-payment-card,
.cl-account-empty,
.cl-account-order-updates {
    padding: 18px;
}

.cl-account-order-card__top,
.cl-account-address-card__head,
.cl-account-payment-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cl-account-order-card__top p,
.cl-account-order-card__meta span {
    margin: 0 0 6px;
    color: var(--cl-app-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cl-account-order-card__top h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.cl-account-order-card__status,
.cl-account-payment-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #111111;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.cl-account-order-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.cl-account-order-card__meta strong {
    display: block;
    color: var(--cl-app-text);
    font-size: 15px;
    line-height: 1.5;
}

.cl-account-order-card__actions,
.cl-account-payment-card__actions,
.cl-account-form__submit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.cl-account-pagination {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.cl-account-order-view {
    display: grid;
    gap: 18px;
}

.cl-account-order-view__hero {
    padding: 20px;
}

.cl-account-order-view__hero p,
.cl-account-order-view__hero mark {
    font-size: 15px;
    line-height: 1.7;
}

.cl-account-order-view__hero mark {
    padding: 0;
    background: transparent;
    color: var(--cl-app-accent);
    font-weight: 800;
}

.cl-account-order-updates .notes {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.cl-account-order-updates .notes li + li {
    margin-top: 12px;
}

.cl-account-order-updates .woocommerce-OrderUpdate-inner {
    padding: 14px 16px;
    border-radius: 18px;
    background: #faf8f6;
}

.cl-account-order-updates .meta {
    margin: 0 0 8px;
    color: var(--cl-app-muted);
    font-size: 12px;
}

.cl-account-addresses__grid {
    display: grid;
    gap: 16px;
}

.cl-account-address-card__head a {
    color: var(--cl-app-accent);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cl-account-address-card address {
    margin: 0;
    color: #454545;
    font-style: normal;
    line-height: 1.8;
}

.cl-account-form {
    padding: 20px;
}

.cl-account-form .form-row {
    margin-bottom: 14px;
}

.cl-account-form .form-row-first,
.cl-account-form .form-row-last {
    width: 100%;
    float: none;
}

.cl-account-form__grid {
    display: grid;
    gap: 14px;
}

.cl-account-form__fieldset {
    margin: 18px 0 0;
    padding: 18px;
    border: 1px solid var(--cl-app-line);
    border-radius: 20px;
}

.cl-account-form__fieldset legend {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 800;
}

.cl-account-form__note {
    display: block;
    margin-top: 8px;
    color: var(--cl-app-muted);
    font-size: 12px;
}

.cl-account-payment-card__copy {
    min-width: 0;
}

.cl-account-payment-card__copy span {
    display: block;
    margin-top: 6px;
    color: var(--cl-app-muted);
}

.cl-account-empty {
    text-align: center;
}

.cl-account-shell__panel table.shop_table,
.cl-account-shell__panel .woocommerce-table,
.cl-account-shell__panel .shop_table_responsive {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--cl-app-line);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.cl-account-shell__panel table.shop_table th,
.cl-account-shell__panel table.shop_table td,
.cl-account-shell__panel .woocommerce-table th,
.cl-account-shell__panel .woocommerce-table td {
    padding: 14px 16px;
    border-color: var(--cl-app-line);
    vertical-align: top;
}

.cl-account-shell__panel table.shop_table th,
.cl-account-shell__panel .woocommerce-table th {
    background: #faf8f6;
    font-size: 12px;
    font-weight: 800;
    color: #464646;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cl-account-shell__panel .woocommerce-table__product-name a,
.cl-account-shell__panel table.shop_table a {
    color: var(--cl-app-text);
    font-weight: 700;
}

.cl-account-shell__panel .woocommerce-customer-details address {
    padding: 18px;
    border-radius: 20px;
    background: #faf8f6;
    border: 1px solid var(--cl-app-line);
    font-style: normal;
    line-height: 1.8;
}

.cl-account-shell__panel #payment {
    background: #fff;
}

.cl-account-shell__panel #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cl-account-shell__panel #payment ul.payment_methods li {
    margin: 0 0 12px;
    padding: 16px;
    border-radius: 20px;
    background: #faf8f6;
    border: 1px solid var(--cl-app-line);
}

.cl-account-shell__panel #payment .payment_box {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--cl-app-line);
    background: transparent;
}

.cl-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cl-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1.18;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-order-success-page {
    width: min(100%, 580px);
    margin: 0 auto 90px;
}

.cl-order-success {
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 32px;
    box-shadow: var(--cl-app-shadow);
    padding: 28px 22px;
    text-align: center;
}

.cl-order-success--failed {
    border-color: rgba(229, 72, 77, 0.18);
}

.cl-order-success__icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: rgba(46, 196, 126, 0.14);
    color: #19aa67;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 800;
}

.cl-order-success__icon--small {
    width: 62px;
    height: 62px;
    font-size: 28px;
}

.cl-order-success__icon--failed {
    background: rgba(229, 72, 77, 0.12);
    color: #d9484a;
}

.cl-order-success__eyebrow {
    margin: 0 0 8px;
    color: var(--cl-app-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-order-success h1 {
    margin: 0;
    font-size: clamp(28px, 5vw, 38px);
    line-height: 1.08;
}

.cl-order-success__message {
    max-width: 420px;
    margin: 14px auto 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.7;
}

.cl-order-success__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 24px;
    text-align: left;
}

.cl-order-success__meta {
    padding: 16px 18px;
    border-radius: 22px;
    background: #faf8f6;
    border: 1px solid #f0ebe6;
}

.cl-order-success__meta--wide {
    grid-column: 1 / -1;
}

.cl-order-success__meta span {
    display: block;
    margin-bottom: 6px;
    color: var(--cl-app-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cl-order-success__meta strong {
    color: var(--cl-app-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.cl-order-success__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.cl-order-success__actions--center {
    align-items: center;
}

.cl-order-success__actions .button,
.cl-auth-shell__actions .button {
    min-width: min(100%, 260px);
}

.cl-product-card__media-link {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.cl-product-card__img,
.cl-product-card__media-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    border-radius: 18px;
}

.cl-product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff;
    color: #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
}

.cl-product-card__wish {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.cl-product-card__wish .tinv-wraper,
.cl-product-card__wish .tinv-wishlist {
    margin: 0 !important;
    line-height: 1;
}

.cl-product-card__wish .tinvwl_add_to_wishlist_button {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #171717 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0 !important;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    text-decoration: none !important;
}

.cl-product-card__wish .tinvwl_add_to_wishlist_button::before {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.cl-product-card__wish .tinvwl_add_to_wishlist_button:hover,
.cl-product-card__wish .tinvwl_add_to_wishlist_button:focus {
    color: var(--cl-app-accent) !important;
}

.cl-product-card__body {
    padding-top: 12px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.cl-product-card__title {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    min-height: 2.8em;
}

.cl-product-card__title a {
    color: #2d2d2d;
    text-decoration: none;
}

.cl-product-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #8f8f8f;
    font-size: 11px;
}

.cl-product-card__rating-stars {
    color: #111111;
    letter-spacing: 0.08em;
}

.cl-product-card__price,
.cl-product-card__price .amount {
    color: #121212;
    font-size: 14px;
    font-weight: 800;
}

.cl-product-card__price del {
    color: #b4b4b4;
    font-size: 11px;
    margin-right: 6px;
}

.cl-product-card__price ins {
    text-decoration: none;
}

.cl-product-card__actions {
    display: none;
    margin-top: auto;
    padding-top: 14px;
}

.cl-product-card__stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #0e9f6e;
    font-size: 12px;
    font-weight: 700;
}

.cl-product-card__stock.is-out-of-stock {
    color: #c25555;
}

.cl-product-card__stock-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-product-card__stock-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
}

.cl-product-card__swatches {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.cl-product-card__swatch {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: var(--swatch-color, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.cl-app-ui ul.products,
.cl-app-ui .products.columns-4,
.cl-app-ui .products.columns-3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
}

.cl-app-ui ul.products li.product,
.cl-app-ui ul.products .column-item,
.cl-app-ui .products .product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

body.cl-app-ui .row.content-wrapper.sidebar-left,
body.cl-app-ui .row.content-wrapper.sidebar-right {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin: 0;
}

body.cl-app-ui .primary-column,
body.cl-app-ui .secondary-column {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

body.cl-app-ui .secondary-column.filtered-sidebar .sidebar-inner {
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 28px;
    padding: 18px;
    box-shadow: var(--cl-app-shadow-soft);
}

body.cl-app-ui .secondary-column .widget + .widget {
    margin-top: 18px;
}

body.cl-app-ui .secondary-column .widget-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 800;
}

body.woocommerce-shop.cl-app-ui .shop-container.shop-page-wrapper,
body.tax-product_cat.cl-app-ui .shop-container.shop-page-wrapper,
body.tax-product_tag.cl-app-ui .shop-container.shop-page-wrapper {
    background: #ffffff;
}

body.woocommerce-shop.cl-app-ui .shop-container.shop-page-wrapper .container,
body.tax-product_cat.cl-app-ui .shop-container.shop-page-wrapper .container,
body.tax-product_tag.cl-app-ui .shop-container.shop-page-wrapper .container {
    width: min(100%, 1440px);
    max-width: none;
}

body.cl-app-ui .secondary-column .site-scroll {
    overflow: visible;
}

body.cl-app-ui .secondary-column.filtered-sidebar .sidebar-inner {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

body.cl-app-ui .secondary-column .widget {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.cl-app-ui .secondary-column .widget + .widget {
    margin-top: 34px;
}

body.cl-app-ui .secondary-column .widget-title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.15;
    color: #181818;
}

body.cl-app-ui .secondary-column .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.cl-app-ui .secondary-column .widget li {
    margin: 0;
}

body.cl-app-ui .secondary-column .widget li + li {
    margin-top: 14px;
}

body.cl-app-ui .secondary-column .widget a,
body.cl-app-ui .secondary-column .widget label {
    color: #383838;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

body.woocommerce-shop.cl-app-ui .secondary-column .widget:not(.widget_klb_product_categories):not(.widget_price_filter):not(.widget_product_status):not(.widget_layered_nav):not(.widget_product_search),
body.tax-product_cat.cl-app-ui .secondary-column .widget:not(.widget_klb_product_categories):not(.widget_price_filter):not(.widget_product_status):not(.widget_layered_nav):not(.widget_product_search),
body.tax-product_tag.cl-app-ui .secondary-column .widget:not(.widget_klb_product_categories):not(.widget_price_filter):not(.widget_product_status):not(.widget_layered_nav):not(.widget_product_search) {
    display: none !important;
}

body.cl-app-ui .secondary-column input[type="checkbox"] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 10px;
    border: 1px solid #d8dde6;
    background: #ffffff;
    box-shadow: none;
}

body.cl-app-ui .secondary-column .widget_klb_product_categories li,
body.cl-app-ui .secondary-column .widget_product_status li,
body.cl-app-ui .secondary-column .widget_layered_nav li {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.cl-app-ui .secondary-column .widget_product_status li a,
body.cl-app-ui .secondary-column .widget_layered_nav li a,
body.cl-app-ui .secondary-column .widget_klb_product_categories li a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

body.cl-app-ui .secondary-column .widget_price_filter .price_label {
    display: block;
    margin-bottom: 18px;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 500;
}

body.cl-app-ui .secondary-column .widget_price_filter .button {
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 16px;
    background: #f1f1f1;
    color: #272727;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: none;
}

body.cl-app-ui .secondary-column .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.2);
}

body.cl-app-ui .secondary-column .widget_price_filter .ui-slider .ui-slider-range {
    background: #111111;
}

body.cl-app-ui .secondary-column .widget_price_filter .ui-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    top: -10px;
    border: 4px solid #111111;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.18);
}

body.cl-app-ui .before-shop-loop {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 18px 22px;
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 24px;
    box-shadow: none;
}

.cl-app-ui .before-shop-loop .filter-button a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    background: #ffffff;
    color: #202020;
    font-weight: 700;
}

.cl-app-ui .woocommerce-result-count {
    margin: 0;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}

.cl-app-ui .before-shop-loop .sorting-products,
.cl-app-ui .before-shop-loop .per-page-products {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cl-app-ui .before-shop-loop .sorting-products > span,
.cl-app-ui .before-shop-loop .per-page-products > span {
    color: #888f9f;
    font-size: 14px;
    font-weight: 500;
}

.cl-app-ui .woocommerce-ordering,
.cl-app-ui .products-per-page {
    margin: 0;
}

.cl-app-ui .woocommerce-ordering select,
.cl-app-ui .filterSelect,
.cl-app-ui .orderby,
.cl-app-ui .perpage {
    min-height: 48px;
    border-radius: 16px;
    border: 0;
    background: transparent;
    padding: 0 34px 0 0;
    color: #181818;
    font-size: 15px;
    font-weight: 700;
}

.cl-app-ui .before-shop-loop .per-page-products {
    padding-left: 22px;
    border-left: 1px solid #dddfe5;
}

.cl-app-ui .before-shop-loop .product-views-buttons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.cl-app-ui .before-shop-loop .product-views-buttons > a {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #dfe3ea;
    background: #ffffff;
    color: #7f8795;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.cl-app-ui .before-shop-loop .product-views-buttons > a.active {
    color: #ffffff;
    border-color: #111111;
    background: #111111;
}

.cl-app-ui .before-shop-loop .filter-button a:hover,
.cl-app-ui .before-shop-loop .filter-button a:focus,
.cl-app-ui .before-shop-loop .product-views-buttons > a:hover,
.cl-app-ui .before-shop-loop .product-views-buttons > a:focus {
    color: var(--cl-app-accent);
    border-color: #111111;
    background: #111111;
}

.cl-single-product-app__grid {
    display: grid;
    gap: 20px;
}

.cl-app-product-page .klb-product-nav-wrapper,
.cl-app-auth-page .page-header,
.cl-app-home .page-header {
    display: none;
}

.cl-app-product-page .woocommerce-product-gallery,
.cl-app-product-page .product-detail {
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--cl-app-shadow);
    padding: 16px;
}

.cl-app-product-page .woocommerce-product-gallery {
    position: relative;
}

.cl-app-product-page .woocommerce-product-gallery__wrapper {
    border-radius: 22px;
    background: #f9f9f9;
    overflow: hidden;
}

.cl-app-product-page .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cl-app-product-page .product_title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 12px;
}

.cl-app-product-page .price,
.cl-app-product-page .price .amount {
    color: #101010;
    font-size: 22px;
    font-weight: 800;
}

.cl-app-product-page .woocommerce-product-details__short-description {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.65;
}

.cl-app-product-page form.cart {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--cl-app-line);
}

.cl-app-product-page .quantity {
    margin-right: 12px !important;
}

.cl-app-product-page .single_add_to_cart_button {
    min-height: 50px;
    border-radius: 16px !important;
    background: var(--cl-app-dark) !important;
}

.cl-app-product-page .product_meta {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--cl-app-line);
    color: var(--cl-app-muted);
    font-size: 13px;
}

.cl-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cl-product-meta__pill {
    display: inline-flex !important;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 18px;
    background: #faf8f6;
    border: 1px solid #f0ebe6;
}

.cl-product-meta__pill small {
    color: var(--cl-app-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cl-product-meta__pill strong,
.cl-product-meta__pill a,
.cl-product-meta__pill .sku {
    color: #171717;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.cl-app-product-page .woocommerce-tabs,
.cl-app-product-page .related.products {
    margin-top: 20px;
    padding: 20px;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--cl-app-shadow-soft);
}

.cl-app-product-page .summary .price {
    margin-bottom: 14px;
}

.cl-app-product-page .product_meta .posted_in,
.cl-app-product-page .product_meta .sku_wrapper,
.cl-app-product-page .product_meta .tagged_as {
    display: block;
    margin-top: 6px;
}

.cl-app-product-page .variations {
    margin-bottom: 16px;
}

.cl-app-product-page .variations td,
.cl-app-product-page .variations th {
    padding: 10px 0;
    vertical-align: middle;
}

.cl-app-product-page .variations label {
    margin: 0;
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 700;
}

.cl-app-product-page .cl-variation-picker {
    margin-top: 14px;
}

.cl-app-product-page .cl-variation-row {
    display: block;
}

.cl-app-product-page .cl-variation-row + .cl-variation-row {
    margin-top: 14px;
}

.cl-app-product-page .cl-variation-row th,
.cl-app-product-page .cl-variation-row td {
    display: block;
    width: 100%;
}

.cl-app-product-page .cl-variation-row .label {
    padding-bottom: 8px;
}

.cl-app-product-page .cl-variation-picker select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--cl-app-line);
    border-radius: 14px;
    background: #fff;
    color: #171717;
    font-size: 14px;
    padding: 0 14px;
    box-shadow: none;
}

.cl-app-product-page .cl-variation-picker select:focus {
    border-color: rgba(17, 17, 17, 0.5);
    outline: none;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

.cl-app-product-page .cl-variation-picker .klbtheme-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.cl-app-product-page .cl-variation-picker .klbtheme-type-button .klbtheme-term,
.cl-app-product-page .cl-variation-picker .klbtheme-type-image .klbtheme-term,
.cl-app-product-page .cl-variation-picker .klbtheme-type-color .klbtheme-term {
    border-radius: 14px;
    border: 1px solid var(--cl-app-line);
    background: #fff;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.single-product .product-detail form.cart .klbtheme-term[data-label]::after,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]::after {
    content: attr(data-label);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px);
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(24, 24, 24, 0.96);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 12;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.single-product .product-detail form.cart .klbtheme-term[data-label]::before,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    width: 10px;
    height: 10px;
    background: rgba(24, 24, 24, 0.96);
    transform: translateX(-50%) rotate(45deg) translateY(6px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 11;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.single-product .product-detail form.cart .klbtheme-term[data-label]:hover::after,
.single-product .product-detail form.cart .klbtheme-term[data-label]:hover::before,
.single-product .product-detail form.cart .klbtheme-term[data-label]:focus-visible::after,
.single-product .product-detail form.cart .klbtheme-term[data-label]:focus-visible::before,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:hover::after,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:hover::before,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:focus-visible::after,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:focus-visible::before {
    opacity: 1;
    visibility: visible;
}

.single-product .product-detail form.cart .klbtheme-term[data-label]:hover::after,
.single-product .product-detail form.cart .klbtheme-term[data-label]:focus-visible::after,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:hover::after,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:focus-visible::after {
    transform: translateX(-50%) translateY(0);
}

.single-product .product-detail form.cart .klbtheme-term[data-label]:hover::before,
.single-product .product-detail form.cart .klbtheme-term[data-label]:focus-visible::before,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:hover::before,
.cl-app-product-page .cl-variation-picker .klbtheme-term[data-label]:focus-visible::before {
    transform: translateX(-50%) rotate(45deg) translateY(0);
}

.single-product .product-detail form.cart .klbtheme-type-color .klbtheme-term,
.single-product .product-detail form.cart .klbtheme-type-image .klbtheme-term,
.single-product .product-detail form.cart .klbtheme-type-button .klbtheme-term {
    position: relative;
}

.single-product .product-detail form.cart .klbtheme-type-color .klbtheme-term {
    overflow: visible;
}

.cl-app-product-page .cl-variation-picker .klbtheme-type-button .klbtheme-term {
    min-width: 92px;
    width: auto;
    padding: 12px 14px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.cl-app-product-page .cl-variation-picker .klbtheme-type-color .klbtheme-term {
    width: 24px;
    height: 24px;
    margin: 0;
}

.cl-app-product-page .cl-variation-picker .klbtheme-type-image .klbtheme-term {
    width: 54px;
    height: 54px;
    overflow: hidden;
}

.cl-app-product-page .cl-variation-picker .klbtheme-term.klbtheme-selected {
    border-color: var(--cl-app-dark) !important;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
    transform: translateY(-1px);
}

.cl-app-product-page .cl-variation-picker__notice {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f5f5f5;
    color: #c45114;
    font-size: 13px;
    font-weight: 700;
}

.cl-app-product-page .reset_variations {
    margin-top: 8px;
    display: inline-flex;
    color: var(--cl-app-accent);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.cl-app-product-page .cfvsw-swatches-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.cl-app-product-page .cfvsw-swatches-option {
    border-radius: 12px !important;
    border: 1px solid var(--cl-app-line);
    box-shadow: none !important;
}

.cl-app-product-page .single_variation_wrap {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--cl-app-line);
}

.cl-app-product-page .tinvwl_add_to_wishlist_button {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    color: var(--cl-app-accent);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cl-app-product-page .product-assistant,
.cl-app-product-page .product-iconboxes {
    margin-top: 20px;
}

.cl-app-product-page .product-assistant {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #ececec;
}

.cl-app-product-page .product-assistant img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    object-fit: cover;
}

.single-product div.product > .product-extra-details.hide-below-992 {
    display: none !important;
}

.single-product .partdo-child-gallery-column {
    display: block;
}

.single-product .partdo-child-gallery-column > .product-gallery {
    width: 100%;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details,
.partdo-child-product-extra-details {
    clear: both;
    margin: 20px 0 0;
    width: 100%;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details,
.partdo-child-product-extra-details__inner {
    width: min(100%, 82%);
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table,
.partdo-child-product-extra-details .shop_attributes {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--cl-app-line, #ece7e2);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table tbody,
.partdo-child-product-extra-details .shop_attributes tbody {
    display: block;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table tr,
.partdo-child-product-extra-details .shop_attributes tr {
    display: block;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table th,
.single-product .single-product-wrapper .product-gallery > .product-extra-details table td,
.partdo-child-product-extra-details .shop_attributes th,
.partdo-child-product-extra-details .shop_attributes td {
    display: block;
    width: 100%;
    padding: 0 16px;
    background: #fff;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table tr:last-child th,
.single-product .single-product-wrapper .product-gallery > .product-extra-details table tr:last-child td,
.partdo-child-product-extra-details .shop_attributes tr:last-child th,
.partdo-child-product-extra-details .shop_attributes tr:last-child td {
    border-bottom: 0;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table th,
.partdo-child-product-extra-details .shop_attributes th {
    padding-top: 14px;
    padding-bottom: 4px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table td,
.single-product .single-product-wrapper .product-gallery > .product-extra-details table p,
.partdo-child-product-extra-details .shop_attributes td,
.partdo-child-product-extra-details .shop_attributes p {
    padding-bottom: 14px;
    color: #5f6368;
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table p,
.partdo-child-product-extra-details .shop_attributes p {
    margin: 0;
}

.single-product .single-product-wrapper .product-gallery > .product-extra-details table tr + tr th,
.partdo-child-product-extra-details .shop_attributes tr + tr th {
    border-top: 1px solid var(--cl-app-line, #ece7e2);
}

@media (max-width: 991px) {
    .single-product .single-product-wrapper .product-gallery > .product-extra-details,
    .partdo-child-product-extra-details {
        margin-top: 22px;
    }

.single-product .single-product-wrapper .product-gallery > .product-extra-details,
    .partdo-child-product-extra-details__inner {
        width: 100%;
        padding: 0;
    }

    .single-product .single-product-wrapper .product-gallery > .product-extra-details table,
    .single-product .single-product-wrapper .product-gallery > .product-extra-details table tbody,
    .single-product .single-product-wrapper .product-gallery > .product-extra-details table tr,
    .single-product .single-product-wrapper .product-gallery > .product-extra-details table th,
    .single-product .single-product-wrapper .product-gallery > .product-extra-details table td,
    .partdo-child-product-extra-details .shop_attributes,
    .partdo-child-product-extra-details .shop_attributes tbody,
    .partdo-child-product-extra-details .shop_attributes tr,
    .partdo-child-product-extra-details .shop_attributes th,
    .partdo-child-product-extra-details .shop_attributes td {
        display: block;
        width: 100%;
    }

    .single-product .single-product-wrapper .product-gallery > .product-extra-details table th,
    .single-product .single-product-wrapper .product-gallery > .product-extra-details table td,
    .partdo-child-product-extra-details .shop_attributes th,
    .partdo-child-product-extra-details .shop_attributes td {
        padding-left: 14px;
        padding-right: 14px;
    }

    .single-product .single-product-wrapper .product-gallery > .product-extra-details table th,
    .partdo-child-product-extra-details .shop_attributes th {
        padding-top: 12px;
        padding-bottom: 4px;
        font-size: 14px;
    }

    .single-product .single-product-wrapper .product-gallery > .product-extra-details table td,
    .partdo-child-product-extra-details .shop_attributes td {
        padding-bottom: 12px;
        font-size: 14px;
    }
}

.cl-app-product-page .product-iconboxes {
    display: grid;
    gap: 12px;
}

.cl-app-product-page .product-iconboxes .iconbox {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--cl-app-line);
    border-radius: 18px;
    background: #fff;
}

.cl-app-product-page .product-iconboxes .icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f5f5f5;
    color: var(--cl-app-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-app-wishlist-page .elementor-widget-shortcode,
.cl-app-wishlist-page .elementor-widget-container,
.cl-app-wishlist-page .elementor-shortcode,
.cl-app-wishlist-page .tinv-wishlist {
    width: 100%;
}

.cl-app-wishlist-page .e-con-inner {
    width: min(100%, 1220px);
}

.cl-app-wishlist-page .tinv-wishlist {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--cl-app-line);
    border-radius: 32px;
    box-shadow: var(--cl-app-shadow);
}

.cl-app-wishlist-page .tinv-header {
    margin-bottom: 18px;
}

.cl-app-wishlist-page .tinv-header h2::before {
    content: "Wishlist";
    display: block;
    color: #161616;
    font-size: 28px;
    font-weight: 800;
}

.cl-app-wishlist-page .woocommerce-info,
.cl-app-wishlist-page .cart-empty {
    margin: 0;
    padding: 20px 22px;
    border: 1px solid #ececec;
    border-radius: 24px;
    background: #ffffff;
    color: #555555;
}

.cl-app-wishlist-page .return-to-shop {
    margin-top: 18px;
}

.cl-app-wishlist-page .tinvwl-table-manage-list {
    border: 0;
}

.cl-app-wishlist-page .tinvwl-table-manage-list thead th {
    padding: 0 0 16px;
    border: 0;
    color: var(--cl-app-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cl-app-wishlist-page .tinvwl-table-manage-list tbody td {
    padding: 18px 10px;
    border-top: 1px solid var(--cl-app-line);
    vertical-align: middle;
}

.cl-app-wishlist-page .tinvwl-table-manage-list .product-thumbnail img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #f8f8f8;
    object-fit: cover;
    padding: 10px;
}

.cl-app-wishlist-page .tinvwl-table-manage-list .product-name a {
    color: #171717;
    font-weight: 700;
    text-decoration: none;
}

.cl-app-wishlist-page .tinvwl-table-manage-list .product-price,
.cl-app-wishlist-page .tinvwl-table-manage-list .product-stock {
    font-weight: 700;
}

.cl-app-wishlist-page .tinvwl-table-manage-list .product-remove button,
.cl-app-wishlist-page .tinvwl-table-manage-list .product-remove a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-app-wishlist-page .tinvwl-table-manage-list .product-action .button,
.cl-app-wishlist-page .social-buttons ul a {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 16px !important;
}

.cl-app-wishlist-page .tinvwl-input-group {
    gap: 10px;
}

.cl-app-wishlist-page .social-buttons,
.cl-app-wishlist-page .tinvwl-to-right {
    margin-top: 20px;
}

.cl-app-ui .clmh-app-shell,
.cl-app-ui .ccps-showcase {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.cl-app-ui .clmh-section-heading h3,
.cl-app-ui .ccps-section-head h2 {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #171717;
}

.cl-app-ui .clmh-category-scroll,
.cl-app-ui .ccps-category-scroll {
    gap: 14px;
    margin-right: -6px;
    padding-right: 6px;
}

.cl-app-ui .clmh-category-card,
.cl-app-ui .ccps-category-card {
    width: 72px;
    height: auto;
    min-height: 0;
    border-radius: 14px;
    background: transparent;
    border: 0;
    text-align: center;
}

.cl-app-ui .clmh-category-card img,
.cl-app-ui .ccps-category-card img,
.cl-app-ui .ccps-cat-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff4ed;
    border: 1px solid rgba(17, 17, 17, 0.1);
    object-fit: contain;
}

.cl-app-ui .clmh-category-card span,
.cl-app-ui .ccps-cat-name {
    display: block;
    margin-top: 8px;
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.cl-app-ui .clmh-product-grid,
.cl-app-ui .ccps-products-grid {
    gap: 30px 20px;
}

.cl-app-ui .clmh-product-image,
.cl-app-ui .ccps-thumb-wrap {
    aspect-ratio: 1 / 1.18;
    border-radius: 18px;
}

.cl-app-ui .clmh-product-name,
.cl-app-ui .ccps-product-title {
    font-size: 12px;
    font-weight: 400;
    color: #3b3b3b;
}

.cl-app-ui .clmh-price,
.cl-app-ui .ccps-product-price {
    font-size: 12px;
    font-weight: 800;
    color: #000;
}

.cl-app-ui .ccps-add-cart-wrap,
.cl-app-ui .ccps-stock {
    display: none;
}

/* Restore the original PDF-style mobile-home block on the homepage only. */
.cl-app-home .cl-home-section .clmh-app-shell {
    --clmh-orange: #111111;
    --clmh-text: #151515;
    --clmh-muted: #8a8a8a;
    --clmh-line: #eeeeee;
    --clmh-soft: #f8f8f8;
    --clmh-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    background: #ffffff;
    color: var(--clmh-text);
    padding: clamp(14px, 2.2vw, 28px) clamp(14px, 3vw, 34px) clamp(28px, 4vw, 52px);
    overflow: hidden;
}

.cl-app-home .cl-home-section .clmh-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 clamp(14px, 1.8vw, 22px);
}

.cl-app-home .cl-home-section .clmh-section-heading h3 {
    margin: 0;
    color: #181818;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.15;
}

.cl-app-home .cl-home-section .clmh-section-heading a {
    color: #111111;
    font-size: clamp(10px, 1vw, 13px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.cl-app-home .cl-home-section .clmh-category-scroll {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 34px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    padding: 0 clamp(14px, 2vw, 26px) clamp(16px, 2vw, 24px) 0;
    margin-right: calc(clamp(14px, 2vw, 26px) * -1);
    margin-bottom: clamp(22px, 3vw, 36px);
    touch-action: pan-x;
}

.cl-app-home .cl-home-section .clmh-category-scroll::-webkit-scrollbar {
    display: none;
}

.cl-app-home .cl-home-section .clmh-category-card {
    flex: 0 0 auto;
    flex-shrink: 0;
    width: clamp(48px, 7vw, 72px);
    height: clamp(48px, 7vw, 72px);
    min-height: 0;
    border-radius: clamp(7px, 1vw, 12px);
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.025);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cl-app-home .cl-home-section .clmh-category-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.cl-app-home .cl-home-section .clmh-category-card.is-active {
    background: var(--clmh-orange);
    border-color: var(--clmh-orange);
}

.cl-app-home .cl-home-section .clmh-category-card img {
    width: clamp(25px, 3.5vw, 38px);
    height: clamp(25px, 3.5vw, 38px);
    object-fit: contain;
    display: block;
    filter: grayscale(1) opacity(0.72);
    border: 0;
    background: transparent;
}

.cl-app-home .cl-home-section .clmh-category-card.is-active img {
    filter: brightness(0) invert(1);
}

.cl-app-home .cl-home-section .clmh-category-card span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cl-app-home .cl-home-section .clmh-products-title {
    margin-top: 0;
    margin-bottom: clamp(14px, 1.8vw, 22px);
}

.cl-app-home .cl-home-section .clmh-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 4.5vw, 38px) clamp(18px, 4vw, 34px);
    align-items: start;
}

.cl-app-home .cl-home-section .clmh-product-card {
    min-width: 0;
}

.cl-app-home .cl-home-section .clmh-product-image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.18;
    border-radius: clamp(11px, 1.2vw, 16px);
    overflow: hidden;
    background: #fafafa;
    text-decoration: none !important;
    box-shadow: var(--clmh-card-shadow);
}

.cl-app-home .cl-home-section .clmh-product-image img,
.cl-app-home .cl-home-section .clmh-product-image .clmh-product-img,
.cl-app-home .cl-home-section .clmh-product-image .clmh-product-thumb,
.cl-app-home .cl-home-section .clmh-product-image .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0;
    border-radius: inherit;
}

.cl-app-home .cl-home-section .clmh-sale-badge {
    position: absolute;
    top: clamp(7px, 1vw, 10px);
    left: clamp(7px, 1vw, 10px);
    z-index: 2;
    min-height: clamp(18px, 2vw, 23px);
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(7px, 1vw, 10px);
    border-radius: 999px;
    background: #ffffff;
    color: #444444;
    font-size: clamp(7.5px, 0.8vw, 10px);
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cl-app-home .cl-home-section .clmh-heart {
    position: absolute;
    top: clamp(7px, 1vw, 10px);
    right: clamp(7px, 1vw, 10px);
    z-index: 2;
    width: clamp(20px, 2.4vw, 28px);
    height: clamp(20px, 2.4vw, 28px);
    border-radius: 999px;
    background: #ffffff;
    color: #cfcfcf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cl-app-home .cl-home-section .clmh-product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3d3d3d;
    margin: clamp(10px, 1.4vw, 15px) 0 6px;
    font-size: clamp(10.5px, 1.2vw, 14px);
    line-height: 1.32;
    font-weight: 400;
    text-decoration: none !important;
}

.cl-app-home .cl-home-section .clmh-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    font-size: clamp(10.5px, 1.2vw, 14px);
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.cl-app-home .cl-home-section .clmh-price del {
    color: #b8b8b8;
    font-size: clamp(9px, 1vw, 12px);
    font-weight: 700;
    opacity: 1;
}

.cl-app-home .cl-home-section .clmh-price ins {
    text-decoration: none;
}

.cl-app-home .cl-home-section .clmh-empty-products {
    grid-column: 1 / -1;
    margin: 12px 0;
    color: #777777;
    text-align: center;
}

.cl-app-ui .woocommerce-MyAccount-content table,
.cl-app-ui .shop_table {
    border-collapse: collapse;
    width: 100%;
}

.cl-app-ui .woocommerce table.shop_table th,
.cl-app-ui .woocommerce table.shop_table td {
    border-color: var(--cl-app-line);
}

@media (min-width: 768px) {
    body.cl-app-ui .site-content {
        padding-top: var(--cl-app-content-offset-tablet) !important;
    }

    .cl-home-app,
    .cl-auth-shell,
    .cl-app-page {
        width: min(100%, 1000px);
    }

    .cl-home-app__frame,
    .cl-app-page {
        width: 100%;
        padding: 26px;
    }

    .cl-home-promo__content {
        max-width: 52%;
    }

    .cl-home-promo img {
        right: 10px;
        width: 172px;
        height: 172px;
    }

    .cl-home-section .clmh-product-grid,
    .cl-home-section .ccps-products-grid,
    .cl-app-ui ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .cl-app-checkout__layout,
    .cl-account-shell,
    .cl-single-product-app__grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
        align-items: start;
    }

    .cl-auth-shell__grid.has-register {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-order-success__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-account-dashboard__grid,
    .cl-account-addresses__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-search-screen {
        width: min(100%, 960px);
    }

    .cl-search-screen__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .cl-account-order-card__meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cl-account-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-account-shell__nav {
        position: sticky;
        top: 26px;
    }

    .cl-app-bottom-nav {
        width: min(calc(100% - 40px), 760px);
        display: none !important;
    }

    .cl-home-app__statusbar {
        display: none;
    }

    .cl-app-top-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: min(calc(100% - 40px), 1280px);
        padding: 12px 18px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(17, 17, 17, 0.1);
        border-radius: 28px;
        box-shadow: 0 18px 44px rgba(18, 18, 18, 0.08);
        backdrop-filter: blur(16px);
        z-index: 120;
    }

    .cl-app-cart-fab {
        display: none;
    }

    body.cl-app-ui .row.content-wrapper.sidebar-left,
    body.cl-app-ui .row.content-wrapper.sidebar-right {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    body.cl-app-ui .row.content-wrapper.sidebar-right {
        grid-template-columns: minmax(0, 1fr);
    }

    body.cl-app-ui .secondary-column.filtered-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(360px, 100%);
        padding: 120px 22px 24px;
        background: #ffffff;
        box-shadow: -18px 0 36px rgba(15, 23, 42, 0.14);
        overflow-y: auto;
        z-index: 170;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    .cl-app-product-page .cl-single-product-app__grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
        gap: 24px;
        align-items: start;
    }

    .cl-app-product-page .cl-single-product-app__gallery,
    .cl-app-product-page .cl-single-product-app__summary {
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
    }

    .cl-app-product-page .woocommerce-product-gallery {
        position: sticky;
        top: 118px;
        padding: 20px;
    }

    .cl-app-product-page .product-detail {
        padding: 22px;
    }

    .cl-app-product-page .product-iconboxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-app-ui .woocommerce-ordering,
    .cl-app-ui .before-shop-loop {
        margin: 0;
    }

    .cl-app-ui .before-shop-loop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 24px;
        padding: 18px 20px;
        background: #fff;
        border: 1px solid var(--cl-app-line);
        border-radius: 24px;
        box-shadow: var(--cl-app-shadow-soft);
    }

    .cl-app-ui .before-shop-loop .filter-button.hide-above-992 {
        display: block !important;
    }

    body.woocommerce-shop.cl-app-ui ul.products,
    body.tax-product_cat.cl-app-ui ul.products,
    body.tax-product_tag.cl-app-ui ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .cl-home-showcase__categories {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
        overflow: visible;
        padding-bottom: 0;
    }

    .cl-home-category-card {
        width: 100%;
        max-width: 86px;
    }

    .cl-home-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .cl-app-wishlist-page .tinvwl-table-manage-list .wishlist_item {
        background: transparent;
    }
}

@media (min-width: 1025px) {
    .cl-home-app {
        width: 100%;
        max-width: none;
        padding: 30px 24px 64px;
    }

    .cl-app-ui .before-shop-loop .filter-button,
    .cl-app-ui .before-shop-loop .filter-button.hide-above-992 {
        display: none !important;
    }

    body.cl-app-ui .site-content {
        padding-top: var(--cl-app-content-offset-desktop) !important;
    }

    .cl-home-app__frame {
        width: 100%;
        max-width: none;
        border-radius: 40px;
        padding: 38px 40px 42px;
        box-shadow: 0 24px 60px rgba(18, 18, 18, 0.06);
    }

    .cl-home-app__header h1,
    .cl-app-page__head h1,
    .cl-auth-shell__head h1 {
        font-size: 36px;
    }

    .cl-home-app__subtitle {
        max-width: 720px;
        font-size: 16px;
    }

    .cl-home-app__subtitle--top {
        margin-bottom: 24px;
    }

    .cl-home-promo {
        min-height: 204px;
    }

    .cl-home-promo h2 {
        font-size: 30px;
    }

    .cl-home-promo__content {
        max-width: 46%;
    }

    .cl-home-promo img {
        right: 14px;
        bottom: 0;
        width: 196px;
        height: 196px;
    }

    .cl-home-app__header {
        align-items: center;
    }

    .cl-home-app__header > div:first-child {
        max-width: 760px;
    }

    .cl-home-app__brand {
        width: 74px;
        height: 74px;
        border-radius: 24px;
    }

    .cl-home-app__tools {
        margin: 24px 0 28px;
        gap: 16px;
        align-items: center;
    }

    .cl-home-search {
        flex: 1 1 100%;
        width: 100%;
        min-height: 64px;
        border-radius: 28px;
        padding-left: 14px;
    }

    .cl-home-search__logo {
        width: 42px;
        height: 42px;
    }

    .cl-home-search__logo img {
        width: 24px;
        height: 24px;
    }

    .cl-home-search input {
        font-size: 15px;
    }

    .cl-home-search button {
        min-width: 102px;
        height: 50px;
        border-radius: 20px !important;
    }

    .cl-home-filter {
        width: 64px;
        height: 64px;
        border-radius: 24px !important;
        flex: 0 0 64px;
    }

    .cl-home-filter img {
        width: 28px;
        height: 28px;
    }

    .cl-home-quicklinks {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .cl-home-quicklinks__item {
        min-height: 120px;
        padding: 20px;
    }

    .cl-home-section,
    .cl-home-featured-strip,
    .cl-home-latest {
        margin-top: 30px;
    }

    .cl-home-section__head h2,
    .cl-home-latest h2,
    .cl-home-featured-strip h2 {
        font-size: 28px;
    }

    .cl-home-section .clmh-product-grid,
    .cl-home-section .ccps-products-grid,
    .cl-app-ui ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .cl-home-latest__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .cl-home-latest__item {
        height: 100%;
    }

    .cl-home-showcase__categories {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 22px;
    }

    .cl-home-category-card {
        max-width: 96px;
    }

    .cl-home-category-card__icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .cl-home-category-card__icon img {
        width: 42px;
        height: 42px;
    }

    .cl-home-category-card__label {
        font-size: 12px;
    }

    .cl-home-featured-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px 22px;
    }

    .cl-home-featured-card__image {
        border-radius: 22px;
    }

    .cl-home-featured-card__image img {
        padding: 0;
    }

    .cl-home-featured-card__title,
    .cl-home-featured-card__price {
        font-size: 14px;
    }

    .cl-home-featured-card__price del {
        font-size: 11px;
    }

    .cl-app-checkout__layout {
        grid-template-columns: minmax(0, 1fr) 380px;
    }

    .cl-product-card__actions {
        display: block;
        margin-top: 14px;
    }

    .cl-product-card__title {
        font-size: 14px;
    }

    .cl-product-card__price,
    .cl-product-card__price .amount {
        font-size: 15px;
    }

    .cl-app-page {
        width: min(100%, 1180px);
        padding: 30px;
        border-radius: 36px;
    }

    .cl-app-page__head {
        margin-bottom: 24px;
    }

    body.cl-app-ui .row.content-wrapper.sidebar-left,
    body.cl-app-ui .row.content-wrapper.sidebar-right {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 34px;
    }

    body.cl-app-ui .row.content-wrapper.sidebar-right {
        grid-template-columns: minmax(0, 1fr) 290px;
    }

    body.woocommerce-shop.cl-app-ui .row.content-wrapper.sidebar-left > .secondary-column,
    body.tax-product_cat.cl-app-ui .row.content-wrapper.sidebar-left > .secondary-column,
    body.tax-product_tag.cl-app-ui .row.content-wrapper.sidebar-left > .secondary-column {
        order: 1;
    }

    body.woocommerce-shop.cl-app-ui .row.content-wrapper.sidebar-left > .primary-column,
    body.tax-product_cat.cl-app-ui .row.content-wrapper.sidebar-left > .primary-column,
    body.tax-product_tag.cl-app-ui .row.content-wrapper.sidebar-left > .primary-column {
        order: 2;
    }

    body.cl-app-ui .secondary-column.filtered-sidebar {
        position: sticky;
        top: 124px;
        right: auto;
        bottom: auto;
        width: 100% !important;
        padding: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        z-index: auto;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .cl-app-product-page .cl-single-product-app__grid {
        grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
        gap: 34px;
    }

    .cl-app-product-page .product_title {
        font-size: 34px;
    }

    .cl-app-product-page .woocommerce-product-gallery {
        top: 124px;
        padding: 24px;
    }

    .cl-app-product-page .woocommerce-tabs,
    .cl-app-product-page .related.products {
        padding: 26px;
    }

    .cl-app-product-page .product-assistant {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .cl-app-ui ul.products {
        gap: 34px 24px;
    }

    body.woocommerce-shop.cl-app-ui ul.products,
    body.tax-product_cat.cl-app-ui ul.products,
    body.tax-product_tag.cl-app-ui ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .cl-app-ui .before-shop-loop {
        padding: 20px 28px;
    }

    .cl-app-wishlist-page .tinv-wishlist {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    body.cl-app-ui .site-header,
    body.cl-app-ui .header-mobile,
    body.cl-app-ui .shop-container .container > .klb-product-nav-wrapper,
    body.cl-app-ui .woocommerce-breadcrumb,
    body.cl-app-ui .page-title,
    body.cl-app-ui .sidebar {
        display: none !important;
    }

    .cl-home-app,
    .cl-app-page,
    .cl-auth-shell {
        width: 100%;
    }

    .cl-app-ui .shop-container.shop-page-wrapper,
    .cl-app-ui .shop-container.single-product-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .cl-app-ui .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .cl-home-app__frame,
    .cl-app-page,
    .cl-auth-shell__card {
        border-radius: 28px;
    }

    .cl-home-promo {
        min-height: 142px;
    }

    .cl-home-promo__content {
        max-width: 54%;
    }

    .cl-home-promo img {
        right: 8px;
        width: 114px;
        height: 114px;
    }

    .cl-app-top-nav {
        display: none !important;
    }

    .cl-app-ui .before-shop-loop {
        gap: 12px;
        padding: 16px;
        border-radius: 20px;
    }

    .cl-app-ui .before-shop-loop .filter-button {
        display: block !important;
    }

    .cl-app-ui .before-shop-loop .per-page-products {
        padding-left: 0;
        border-left: 0;
    }

    body.cl-app-ui .secondary-column.filtered-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(360px, 100%);
        padding: 90px 18px 24px;
        background: #ffffff;
        box-shadow: -18px 0 36px rgba(15, 23, 42, 0.14);
        overflow-y: auto;
        z-index: 170;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    .cl-app-wishlist-page .tinv-wishlist {
        padding: 18px;
        border-radius: 26px;
    }

    .cl-app-wishlist-page .tinv-header h2::before {
        font-size: 24px;
    }

    .cl-app-wishlist-page .tinvwl-table-manage-list,
    .cl-app-wishlist-page .tinvwl-table-manage-list tbody,
    .cl-app-wishlist-page .tinvwl-table-manage-list tr,
    .cl-app-wishlist-page .tinvwl-table-manage-list td {
        display: block;
        width: 100%;
    }

    .cl-app-wishlist-page .tinvwl-table-manage-list thead {
        display: none;
    }

    .cl-app-wishlist-page .tinvwl-table-manage-list tr {
        padding: 14px 0;
        border-top: 1px solid var(--cl-app-line);
    }

    .cl-app-wishlist-page .tinvwl-table-manage-list tbody td {
        padding: 8px 0;
        border-top: 0;
    }
}

/* Final promo banner art override */
.cl-home-promos .cl-home-promo {
    min-height: 184px !important;
    padding-right: 150px !important;
}

.cl-home-promos .cl-home-promo__content {
    max-width: none !important;
    width: 100%;
}

.cl-home-promos .cl-home-promo img {
    right: -6px !important;
    bottom: -8px !important;
    width: 210px !important;
    height: 210px !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: right bottom !important;
}

@media (min-width: 768px) {
    .cl-home-promos .cl-home-promo {
        min-height: 216px !important;
        padding-right: 190px !important;
    }

    .cl-home-promos .cl-home-promo img {
        right: -4px !important;
        bottom: -10px !important;
        width: 252px !important;
        height: 252px !important;
    }
}

@media (min-width: 1025px) {
    .cl-home-promos .cl-home-promo {
        min-height: 246px !important;
        padding-right: 230px !important;
    }

    .cl-home-promos .cl-home-promo h2 {
        max-width: 420px !important;
    }

    .cl-home-promos .cl-home-promo img {
        right: 6px !important;
        bottom: -12px !important;
        width: 300px !important;
        height: 300px !important;
    }

    .cl-account-dashboard__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cl-search-screen__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* Tablet home heading offset under fixed nav */
@media (min-width: 768px) and (max-width: 1024px) {
    body.cl-app-ui.home #content,
    body.cl-app-ui.home .site-content,
    body.cl-app-ui.home .content-wrapper,
    body.cl-app-ui.home .content-area {
        padding-top: calc(var(--cl-app-content-offset-tablet) + 2px) !important;
    }

    body.cl-app-ui.home .cl-home-app {
        padding-top: 2px !important;
    }

    body.cl-app-ui.home .cl-home-app__frame {
        padding-top: 28px !important;
    }

    body.cl-app-ui.home .cl-home-app__subtitle--top {
        margin-top: 0 !important;
    }
}

/* Hide any leftover app statusbar time text */
.cl-home-app__statusbar > span,
.cl-auth-shell__statusbar > span {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Mobile floating actions + product add-to-cart responsiveness */
:root {
    --cl-mobile-floating-offset: 116px;
}

.cl-app-cart-fab {
    right: 16px !important;
    bottom: calc(var(--cl-mobile-floating-offset) + env(safe-area-inset-bottom)) !important;
    z-index: 130 !important;
    touch-action: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.cl-app-cart-fab.is-dragging {
    transform: scale(1.03);
    box-shadow: 0 28px 44px rgba(17, 17, 17, 0.28) !important;
}

body.cl-app-ui .scroll-top {
    display: inline-flex !important;
    position: fixed !important;
    right: 18px !important;
    bottom: calc(var(--cl-mobile-floating-offset) + 74px + env(safe-area-inset-bottom)) !important;
    z-index: 129 !important;
}

.cl-app-product-page .single_add_to_cart_button.is-loading {
    opacity: 0.82;
    pointer-events: none;
    position: relative;
}

.cl-app-product-page .single_add_to_cart_button.is-loading::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    animation: cl-button-spin 0.7s linear infinite;
}

.cl-app-product-page .single_add_to_cart_button.is-added {
    background: #11c26d !important;
}

@keyframes cl-button-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .cl-app-bottom-nav {
        z-index: 120;
    }

    .cl-app-cart-fab {
        display: inline-flex !important;
    }

    body.cl-app-ui .scroll-top {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .cl-app-cart-fab {
        touch-action: auto;
    }
}

/* Remove single product assistant strip completely */
.single-product-wrapper .product-detail .product-assistant,
.cl-app-product-page .product-assistant {
    display: none !important;
}

@media (max-width: 767px) {
    body.single-product .single .partdo-product-bottom-popup-cart {
        display: none !important;
    }

    body.single-product .cl-app-product-page form.cart,
    body.single-product .cl-app-product-page .woocommerce-variation-add-to-cart,
    body.single-product .single-product-wrapper .product-detail form.cart,
    body.single-product .woocommerce-variation-add-to-cart,
    body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: center !important;
        gap: 10px !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        z-index: auto !important;
        backdrop-filter: none !important;
    }

    body.single-product .cl-app-product-page form.cart .quantity,
    body.single-product .cl-app-product-page .woocommerce-variation-add-to-cart .quantity,
    body.single-product .single-product-wrapper .product-detail form.cart .quantity,
    body.single-product .woocommerce-variation-add-to-cart .quantity,
    body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
        width: 100%;
        max-width: 88px;
        margin: 0 !important;
    }

    body.single-product .cl-app-product-page form.cart .single_add_to_cart_button,
    body.single-product .cl-app-product-page .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    body.single-product .single-product-wrapper .product-detail form.cart .single_add_to_cart_button,
    body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100%;
        min-height: 48px;
        border-radius: 16px !important;
        font-size: 15px;
    }

    body.single-product .site-content,
    body.single-product .single-product-wrapper,
    body.single-product .cl-single-product-app,
    body.single-product .cl-app-product-page .product-detail,
    body.single-product .cl-app-product-page .summary.entry-summary {
        padding-bottom: 0 !important;
    }

    body.single-product .cl-app-cart-fab {
        bottom: calc(var(--cl-mobile-floating-offset) + env(safe-area-inset-bottom)) !important;
    }

    body.single-product .scroll-top {
        bottom: calc(var(--cl-mobile-floating-offset) + 74px + env(safe-area-inset-bottom)) !important;
    }
}

/* ============================================================
   V2 design refinements — closer match to the Crisps Look
   Fashion reference board.
   ============================================================ */

/* --- Star rating component --- */
.cl-stars {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.cl-stars__track {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #e3e3e3;
    white-space: nowrap;
}

.cl-stars__fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #111111;
    white-space: nowrap;
    pointer-events: none;
}

.cl-stars__meta {
    font-size: 11px;
    color: var(--cl-app-muted);
    font-weight: 600;
}

.cl-product-card__rating,
.cl-home-featured-card__rating {
    margin: 2px 0 4px;
}

/* --- Section headings: clean bold sans like the reference --- */
.cl-home-showcase__head h2,
.cl-home-section__head h2 {
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.2px;
}

/* --- Latest drops rows: black titles, orange price --- */
.cl-home-latest__copy strong {
    color: var(--cl-app-text);
}

.cl-home-latest__item:hover .cl-home-latest__copy strong {
    color: #6b6b6b;
}

.cl-home-latest__copy small,
.cl-home-latest__copy small .woocommerce-Price-amount {
    color: var(--cl-app-text);
    font-weight: 700;
}

/* --- Cart FAB badge: white on the black FAB --- */
.cl-app-cart-fab__count {
    background: #ffffff;
    color: #111111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* --- Free shipping notice: on-palette --- */
.cl-app-ui .klbth-free-shipping,
.cl-app-ui .klbth-free-shipping.warning,
.cl-app-ui .klbth-free-shipping.success {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: var(--cl-app-radius-md);
    padding: 12px 14px;
}

.cl-app-ui .klbth-free-shipping .free-shipping-notice {
    color: var(--cl-app-text);
    font-size: 12.5px;
}

.cl-app-ui .klbth-free-shipping .free-shipping-notice .woocommerce-Price-amount {
    color: var(--cl-app-text);
    font-weight: 800;
}

.cl-app-ui .klbth-free-shipping .shipping-progress {
    background: #e7e7e7;
    border-radius: 999px;
    height: 6px;
    overflow: hidden;
}

.cl-app-ui .klbth-free-shipping .shipping-progress span {
    background: var(--cl-app-dark) !important;
    border-radius: 999px;
    height: 100%;
    display: block;
}

/* --- Cart secondary actions: quiet, not competing with checkout --- */
body.cl-app-ui .cl-app-cart .cl-app-cart__actions a.button.remove-all,
.cl-app-cart .button.remove-all {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--cl-app-muted) !important;
    border: 1px solid var(--cl-app-line) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px !important;
    width: auto !important;
}

body.cl-app-ui .cl-app-cart .cl-app-cart__actions a.button.remove-all:hover,
.cl-app-cart .button.remove-all:hover {
    color: #e43d30 !important;
    border-color: #f3c1bc !important;
    background: transparent !important;
    background-color: transparent !important;
}

.cl-app-cart .power-coupons-view-coupons-btn {
    background: var(--cl-app-soft);
    color: var(--cl-app-text);
    border: 1px solid var(--cl-app-line);
    border-radius: var(--cl-app-radius-sm);
    font-weight: 600;
}

/* --- Shop tools row: search + filter toggle --- */
.cl-app-shop__tools {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 14px;
}

.cl-app-shop__tools .cl-app-shop__search {
    flex: 1;
    margin-bottom: 0;
}

.cl-app-shop__filter-toggle {
    flex: 0 0 auto;
    width: 52px;
    border: 0;
    border-radius: var(--cl-app-radius-md);
    background: var(--cl-app-surface);
    box-shadow: var(--cl-app-shadow-soft);
    color: var(--cl-app-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: color .15s ease, box-shadow .15s ease;
}

.cl-app-shop__filter-toggle:hover,
.cl-app-shop__filter-toggle:focus-visible {
    color: var(--cl-app-accent);
}

.cl-app-shop__filter-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.cl-app-shop__filter-toggle.has-filters::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cl-app-accent);
}

/* --- Filter & Sorting bottom sheet --- */
.cl-filter-sheet {
    position: fixed;
    inset: 0;
    z-index: 220;
}

.cl-filter-sheet[hidden] {
    display: none;
}

.cl-filter-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.45);
}

.cl-filter-sheet__panel {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(100%, 430px);
    max-height: 84vh;
    background: var(--cl-app-surface);
    border-radius: 26px 26px 0 0;
    box-shadow: 0 -18px 50px rgba(17, 17, 17, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: cl-sheet-up .28s ease;
}

@keyframes cl-sheet-up {
    from { transform: translate(-50%, 40px); opacity: 0; }
    to   { transform: translate(-50%, 0);   opacity: 1; }
}

.cl-filter-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 10px;
}

.cl-filter-sheet__head h2 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.cl-filter-sheet__close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: var(--cl-app-soft);
    color: var(--cl-app-text);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.cl-filter-sheet__form {
    overflow-y: auto;
    padding: 0 20px 20px;
    -webkit-overflow-scrolling: touch;
}

.cl-filter-sheet__group {
    padding: 14px 0;
    border-top: 1px solid var(--cl-app-line);
}

.cl-filter-sheet__group:first-child {
    border-top: 0;
}

.cl-filter-sheet__group h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--cl-app-muted);
    margin: 0 0 10px;
}

.cl-filter-sheet__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cl-filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 2px;
    cursor: pointer;
    font-size: 14px;
    color: var(--cl-app-text);
    position: relative;
}

.cl-filter-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cl-filter-option__mark {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    position: relative;
    transition: border-color .15s ease;
}

.cl-filter-option input:checked + .cl-filter-option__mark {
    border-color: #2fbf71;
}

.cl-filter-option input:checked + .cl-filter-option__mark::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #2fbf71;
}

.cl-filter-option__label {
    flex: 1;
    min-width: 0;
}

.cl-filter-option__count {
    font-size: 12px;
    color: var(--cl-app-muted);
    background: var(--cl-app-soft);
    border-radius: 999px;
    padding: 2px 8px;
}

.cl-filter-sheet__price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.cl-filter-sheet__price label {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    color: var(--cl-app-muted);
    font-weight: 600;
}

.cl-filter-sheet__price input {
    width: 100%;
    border: 1px solid var(--cl-app-line);
    border-radius: var(--cl-app-radius-sm);
    background: var(--cl-app-soft);
    padding: 10px 12px;
    font-size: 14px;
    color: var(--cl-app-text);
}

.cl-filter-sheet__price input:focus {
    outline: none;
    border-color: var(--cl-app-accent);
    background: #ffffff;
}

.cl-filter-sheet__price-sep {
    color: var(--cl-app-muted);
    padding-bottom: 12px;
}

.cl-filter-sheet__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cl-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid var(--cl-app-line);
    border-radius: 999px;
    background: var(--cl-app-surface);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--cl-app-text);
    cursor: pointer;
    position: relative;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.cl-filter-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cl-filter-chip:has(input:checked) {
    border-color: var(--cl-app-dark);
    background: var(--cl-app-dark);
    color: #ffffff;
}

.cl-filter-chip__swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--swatch-color, #ddd);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.cl-filter-sheet__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--cl-app-line);
    position: sticky;
    bottom: 0;
    background: var(--cl-app-surface);
    padding-bottom: calc(4px + env(safe-area-inset-bottom));
}

.cl-filter-sheet__reset {
    flex: 0 0 auto;
    color: var(--cl-app-muted);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid var(--cl-app-line);
}

.cl-filter-sheet__reset:hover {
    color: var(--cl-app-accent);
    border-color: var(--cl-app-accent);
}

.cl-filter-sheet__apply {
    flex: 1;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--cl-app-dark) !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px !important;
    padding: 14px 18px !important;
    cursor: pointer;
    transition: background .15s ease;
}

.cl-filter-sheet__apply:hover {
    background: #2b2b2b !important;
    color: #ffffff !important;
}

body.cl-filter-sheet-open {
    overflow: hidden;
}

/* --- Product page: About label + tidy summary --- */
.cl-product-about-label {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--cl-app-text);
    margin: 14px 0 4px !important;
}

.cl-app-product-page .klb-single-icon-boxes,
.cl-app-product-page .single-icon-boxes,
.cl-app-product-page .product-share,
.cl-app-product-page .social-share,
.cl-app-product-page .klbth-social-share {
    display: none !important;
}

/* --- Auth screens: stacked head, reference-style black CTA --- */
.cl-auth-shell__head {
    display: block !important;
    max-width: 320px;
}

.cl-auth-shell__head p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--cl-app-muted);
    margin-bottom: 8px;
}

.cl-auth-shell__head h1 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 8px;
}

.cl-auth-shell__head span {
    display: block;
    font-size: 13.5px;
    color: var(--cl-app-muted);
    line-height: 1.55;
}

body.cl-app-ui .cl-auth-shell button.woocommerce-form-login__submit,
body.cl-app-ui .cl-auth-shell button.woocommerce-form-register__submit,
body.cl-app-ui .cl-auth-shell button.woocommerce-Button,
body.cl-app-auth-page .woocommerce-ResetPassword button.woocommerce-Button,
body.cl-app-auth-page .lost_reset_password button.woocommerce-Button {
    background: var(--cl-app-dark) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    width: 100%;
    padding: 15px 18px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: background .15s ease;
}

body.cl-app-ui .cl-auth-shell button.woocommerce-form-login__submit:hover,
body.cl-app-ui .cl-auth-shell button.woocommerce-form-register__submit:hover,
body.cl-app-ui .cl-auth-shell button.woocommerce-Button:hover,
body.cl-app-auth-page .woocommerce-ResetPassword button.woocommerce-Button:hover,
body.cl-app-auth-page .lost_reset_password button.woocommerce-Button:hover {
    background: #2b2b2b !important;
}

.cl-auth-shell .lost_password a,
.cl-auth-shell__panel a {
    color: var(--cl-app-accent);
    font-weight: 600;
}

/* --- Checkout: notices as cards, black Pay CTA --- */
.cl-app-checkout-page .woocommerce-form-login-toggle .woocommerce-info,
.cl-app-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
    background: var(--cl-app-surface);
    border: 1px solid var(--cl-app-line);
    border-radius: var(--cl-app-radius-md);
    box-shadow: var(--cl-app-shadow-soft);
    color: var(--cl-app-text);
    padding: 14px 16px;
    font-size: 13.5px;
}

.cl-app-checkout-page .woocommerce-form-login-toggle .woocommerce-info a,
.cl-app-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: var(--cl-app-accent);
    font-weight: 700;
    text-decoration: none;
}

/* Dark payment card: readable copy, breathing room, orange Pay CTA */
.cl-app-checkout #payment.cl-checkout-payment {
    padding: 18px 16px 16px;
}

.cl-app-checkout #payment .cl-checkout-payment__intro h3 {
    color: var(--cl-app-text);
}

.cl-app-checkout #payment .cl-checkout-payment__intro span {
    color: var(--cl-app-muted);
}

.cl-app-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0 0 14px;
}

.cl-app-checkout #payment .place-order {
    padding: 0;
}

.cl-app-checkout #payment .woocommerce-terms-and-conditions-wrapper,
.cl-app-checkout #payment .woocommerce-privacy-policy-text,
.cl-app-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
    color: var(--cl-app-muted);
    font-size: 12.5px;
}

.cl-app-checkout #payment .woocommerce-terms-and-conditions-wrapper a,
.cl-app-checkout #payment .woocommerce-privacy-policy-text a {
    color: var(--cl-app-accent);
}

.cl-app-checkout-page #place_order {
    border-radius: 999px !important;
    width: 100%;
    padding: 15px 18px !important;
    font-weight: 800 !important;
    font-size: 15.5px !important;
    letter-spacing: 0.2px;
    margin-top: 12px;
}

/* --- Cart: black Buy-Now style checkout CTA like the reference --- */
body.cl-app-ui .cl-app-cart .wc-proceed-to-checkout a.checkout-button,
.cl-app-cart .wc-proceed-to-checkout .checkout-button {
    background: var(--cl-app-dark) !important;
    background-color: var(--cl-app-dark) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    transition: background .15s ease;
}

body.cl-app-ui .cl-app-cart .wc-proceed-to-checkout a.checkout-button:hover,
.cl-app-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
}

/* --- Wishlist table -> app rows --- */
.cl-app-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
    border: 0;
}

.cl-app-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list td,
.cl-app-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list th {
    border-color: var(--cl-app-line);
    font-size: 13.5px;
}

.cl-app-wishlist-page .tinv-wishlist .product-thumbnail img {
    border-radius: var(--cl-app-radius-sm);
}

.cl-app-wishlist-page .tinv-wishlist .button {
    background: var(--cl-app-dark);
    color: #fff;
    border-radius: 999px;
    border: 0;
    font-weight: 700;
}

.cl-app-wishlist-page .tinv-wishlist .button:hover {
    background: #2b2b2b;
    color: #fff;
}

/* --- No blue hovers; soft gray hover suits the black theme --- */
body.cl-app-ui a:not([class*="button"]):not([class*="btn"]):not(.added_to_cart):hover {
    color: #6b6b6b;
}

/* --- Desktop: keep the sheet centered like a modal --- */
@media (min-width: 768px) {
    .cl-filter-sheet__panel {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 26px;
        max-height: 80vh;
        animation: none;
    }
}

/* --- Variations: full-width stacked rows, chips in one flowing row --- */
.cl-app-product-page form.cart table.variations,
.cl-app-product-page form.cart table.variations tbody,
.cl-app-product-page form.cart table.variations tr,
.cl-app-product-page form.cart table.variations th,
.cl-app-product-page form.cart table.variations td {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
}

.cl-app-product-page form.cart table.variations tr + tr {
    margin-top: 14px;
}

.cl-app-product-page form.cart table.variations th.label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--cl-app-text);
}

.cl-app-product-page form.cart table.variations th.label .cfvsw-selected-label {
    color: var(--cl-app-muted);
    font-weight: 600;
    margin-left: 6px;
}

.cl-app-product-page form.cart .woocommerce-variation.single_variation {
    width: 100%;
    text-align: left;
}

.cl-app-product-page form.cart .woocommerce-variation-price {
    text-align: left;
}

/* Variations table must span the whole form grid, not one narrow track */
.cl-app-product-page form.cart.variations_form table.variations,
.cl-app-product-page form.cart.variations_form .single_variation_wrap,
.cl-app-product-page form.cart.variations_form .woocommerce-variation-notice,
.cl-app-product-page form.cart.variations_form .reset_variations {
    grid-column: 1 / -1;
    width: 100%;
}

/* --- Checkout review: table-based markup styled as app cards --- */
.cl-app-checkout-page table.cl-checkout-review {
    display: block;
    width: 100%;
    border: 0;
}

.cl-app-checkout-page table.cl-checkout-review tbody.cl-checkout-review__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.cl-app-checkout-page table.cl-checkout-review tr.cl-checkout-review__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    background: var(--cl-app-soft);
    border-radius: var(--cl-app-radius-md);
    padding: 12px 14px;
    border: 0;
}

.cl-app-checkout-page table.cl-checkout-review .cl-checkout-review__item td {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}

.cl-app-checkout-page table.cl-checkout-review .cl-checkout-review__item-copy strong {
    display: block;
    font-size: 13.5px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.cl-app-checkout-page table.cl-checkout-review .cl-checkout-review__item-copy > span {
    font-size: 12px;
    color: var(--cl-app-muted);
}

.cl-app-checkout-page table.cl-checkout-review .cl-checkout-review__item-total {
    font-weight: 800;
    white-space: nowrap;
}

.cl-app-checkout-page table.cl-checkout-review tfoot {
    display: block;
    border-top: 1px solid var(--cl-app-line);
    padding-top: 10px;
}

.cl-app-checkout-page table.cl-checkout-review tfoot tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 2px;
    border: 0;
}

.cl-app-checkout-page table.cl-checkout-review tfoot th,
.cl-app-checkout-page table.cl-checkout-review tfoot td {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 13.5px;
}

.cl-app-checkout-page table.cl-checkout-review tfoot th {
    color: var(--cl-app-muted);
    font-weight: 600;
}

.cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total {
    border-top: 1px solid var(--cl-app-line);
    margin-top: 6px;
    padding-top: 12px;
}

.cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total th {
    color: var(--cl-app-text);
    font-weight: 800;
    font-size: 15px;
}

.cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total td {
    font-weight: 800;
    font-size: 16px;
}

/* Wishlist: black product titles per the reference */
.cl-app-wishlist-page .tinv-wishlist .product-name a {
    color: var(--cl-app-text);
    font-weight: 700;
}

.cl-app-wishlist-page .tinv-wishlist .product-name a:hover {
    color: var(--cl-app-accent);
}

/* --- Home banner slides: full-bleed image mode + composed fallback --- */
.cl-home-promo--image {
    display: block;
    padding: 0;
    background: #101010;
}

.cl-home-promo--image img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    display: block;
}

.cl-home-promo--composed {
    align-items: center;
}

.cl-home-promo--composed .cl-home-promo__content {
    max-width: 100%;
}

.cl-home-promo__eyebrow {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--promo-text, #ffffff);
    opacity: 0.7;
}

.cl-home-promo--composed h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
}

/* --- Kill the parent theme's orange primary everywhere --- */
:root {
    --color-primary: #111111;
    --color-primary-dark: #2b2b2b;
}

body a {
    color: #111111;
}

body a:hover {
    color: #6b6b6b;
}

.cl-app-ui .count,
.cl-app-ui .cart-count,
.cl-app-ui .header-cart .count,
.cl-app-ui .mini-cart .count {
    background: #111111 !important;
    color: #ffffff !important;
}

/* Remaining third-party orange/red elements -> black theme */
body .company-mail,
body a.company-mail {
    color: #111111 !important;
}

body a.checkout-button.wc-forward,
body .widget_shopping_cart a.checkout-button {
    background: #111111 !important;
    background-color: #111111 !important;
    color: #ffffff !important;
}

body a.checkout-button.wc-forward:hover {
    background: #2b2b2b !important;
    color: #ffffff !important;
}

body .power-coupons-spinner {
    border-top-color: #111111 !important;
}

/* --- Composed banner: framed product artwork on the right --- */
.cl-home-promo--composed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cl-home-promo--composed .cl-home-promo__content {
    max-width: 60%;
}

.cl-home-promo__art {
    flex: 0 0 auto;
    width: 118px;
    height: 118px;
    border-radius: 20px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.cl-home-promo__art img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

@media (max-width: 420px) {
    .cl-home-promo__art {
        width: 96px;
        height: 96px;
    }
}

/* --- Image-mode banner slides: real artwork fills the whole card --- */
.cl-home-promos .cl-home-promo--image {
    padding: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 285 / 116;
    overflow: hidden;
}

.cl-home-promos .cl-home-promo--image img {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: inherit;
    display: block;
}

@media (min-width: 768px) {
    .cl-home-promos .cl-home-promo--image {
        padding: 0 !important;
        min-height: 0 !important;
    }

    .cl-home-promos .cl-home-promo--image img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .cl-home-promos .cl-home-promo--image {
        padding: 0 !important;
        min-height: 0 !important;
    }

    .cl-home-promos .cl-home-promo--image img {
        width: 100% !important;
        height: 100% !important;
    }
}

/* --- Image banners on tablet/desktop: crisp artwork over a blurred
       backdrop of itself (the small source would look stretched at
       full width) --- */
@media (min-width: 768px) {
    .cl-home-promos .cl-home-promo--image {
        aspect-ratio: auto;
        height: 240px;
        position: relative;
        background: #0b0b0d;
        isolation: isolate;
    }

    .cl-home-promos .cl-home-promo--image::before {
        content: "";
        position: absolute;
        inset: -46px;
        z-index: 0;
        background: var(--promo-image) center / cover no-repeat;
        filter: blur(34px) brightness(0.5) saturate(1.05);
        transform: scale(1.15);
    }

    .cl-home-promos .cl-home-promo--image img {
        position: relative !important;
        z-index: 1;
        width: auto !important;
        height: calc(100% - 48px) !important;
        max-width: 72% !important;
        margin: 24px auto;
        object-fit: contain !important;
        border-radius: 18px;
        filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.5));
    }
}

@media (min-width: 1025px) {
    .cl-home-promos .cl-home-promo--image {
        height: 270px;
    }

    .cl-home-promos .cl-home-promo--image img {
        height: calc(100% - 56px) !important;
        margin: 28px auto;
    }
}

/* ============================================================
   Home page — mockup match (search+logo row, peeking banner,
   icon-only categories, gray product cards, Latest News)
   ============================================================ */

/* Search row: minimal field with magnifier inside, logo at right */
.cl-home-search--minimal {
    position: relative;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.cl-home-search--minimal input {
    flex: 1;
    min-height: 50px;
    border: 0;
    background: transparent;
    padding: 0 8px 0 16px;
    font-size: 14px;
    color: var(--cl-app-text);
}

.cl-home-search--minimal input:focus {
    outline: none;
}

.cl-home-search--minimal .cl-home-search__icon-submit,
.cl-home-search--minimal button.cl-home-search__icon-submit {
    min-width: 0 !important;
    width: 48px;
    height: 48px;
    padding: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: var(--cl-app-text) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: none !important;
}

.cl-home-search--minimal .cl-home-search__icon-submit svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.cl-home-app__brand--tools {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--cl-app-shadow-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cl-home-app__brand--tools img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* Mobile: mockup has no page heading */
@media (max-width: 767px) {
    .cl-home-app__header--copy {
        display: none;
    }
}

/* Banner slider: next slide peeks in from the right */
.cl-home-promos__track {
    gap: 12px;
}

.cl-home-promos .cl-home-promo {
    flex: 0 0 78%;
}

/* Section headings: serif italic navy, soft-amber See All (mockup) */
.cl-app-home .cl-home-showcase__head h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 700;
    color: #22335c;
    letter-spacing: 0;
}

.cl-app-home .cl-home-showcase__head a,
.cl-app-home .cl-home-section__head a {
    color: #f2a24b;
    font-weight: 600;
}

.cl-app-home .cl-home-showcase__head a:hover,
.cl-app-home .cl-home-section__head a:hover {
    color: #d88a35;
}

/* Categories: icon tiles only on mobile, like the mockup */
@media (max-width: 767px) {
    .cl-app-home .cl-home-category-card__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

/* Featured cards: light gray media card, white % pill, price + old price */
.cl-app-home .cl-home-featured-card__media {
    background: #f4f4f6;
    border-radius: 16px;
    border: 0;
}

.cl-app-home .cl-home-featured-card__media .cl-home-featured-card__badge {
    background: #ffffff;
    color: #16191f;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    padding: 5px 9px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.cl-app-home .cl-home-featured-card__title {
    color: #16191f;
    font-size: 14.5px;
    font-weight: 600;
}

.cl-app-home .cl-home-featured-card__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.cl-app-home .cl-home-featured-card__price ins {
    order: -1;
    text-decoration: none;
    color: #101216;
    font-weight: 800;
    font-size: 15px;
}

.cl-app-home .cl-home-featured-card__price del {
    color: #b9bcc3;
    font-weight: 600;
    font-size: 13px;
}

.cl-app-home .cl-home-featured-card__price del .woocommerce-Price-amount {
    color: #b9bcc3;
}

/* Mockup cards show no rating stars on mobile */
@media (max-width: 767px) {
    .cl-app-home .cl-home-featured-card__rating {
        display: none;
    }
}

/* Wide promo image */
.cl-home-wide-banner {
    display: block;
    margin-top: 24px;
    border-radius: 20px;
    overflow: hidden;
}

.cl-home-wide-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* Latest News */
.cl-home-news {
    margin-top: 26px;
}

.cl-home-news__head h2 {
    color: #22335c;
    font-weight: 800;
}

.cl-home-news__list {
    display: flex;
    flex-direction: column;
}

.cl-home-news__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
}

.cl-home-news__copy {
    min-width: 0;
    flex: 1;
}

.cl-home-news__copy strong {
    display: block;
    color: #16191f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cl-home-news__excerpt {
    display: block;
    color: #8d8d8d;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-home-news__copy small {
    color: #a5a5a5;
    font-size: 12px;
}

.cl-home-news__thumb {
    flex: 0 0 auto;
    width: 86px;
    height: 74px;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f6;
}

.cl-home-news__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cl-home-news__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 52px;
    border: 1px solid #dfe3ea;
    border-radius: 14px;
    color: #22335c !important;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    background: #ffffff;
    transition: border-color .15s ease, color .15s ease;
}

.cl-home-news__more:hover {
    border-color: #22335c;
    color: #101828 !important;
}

/* Shared card price: bold current price with struck original beside it */
.cl-card-price {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.cl-card-price ins {
    text-decoration: none;
    color: #101216;
    font-weight: 800;
}

.cl-card-price del,
.cl-card-price del .woocommerce-Price-amount {
    color: #b9bcc3;
    font-weight: 600;
    font-size: 0.88em;
    text-decoration: line-through;
}

/* --- Search row: soft gray filled field like the mockup --- */
.cl-home-search--minimal {
    background: #f3f4f6;
    border: 0;
    border-radius: 12px;
}

.cl-home-search--minimal input {
    background: transparent;
    min-height: 52px;
    font-size: 14.5px;
    color: #16191f;
}

.cl-home-search--minimal input::placeholder {
    color: #9aa0a8;
}

.cl-home-search--minimal .cl-home-search__icon-submit,
.cl-home-search--minimal button.cl-home-search__icon-submit {
    color: #16191f !important;
}

/* Logo sits plainly beside the search bar (no card/shadow box) */
.cl-home-app__brand--tools {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 48px;
    height: 48px;
}

.cl-home-app__brand--tools img {
    width: 42px;
    height: 42px;
}

.cl-home-app__tools {
    align-items: center;
    gap: 14px;
}

/* --- Banner slider alignment: flush left, uniform height, tidy peek --- */
.cl-home-promos__track {
    align-items: stretch;
}

@media (max-width: 767px) {
    .cl-home-promos .cl-home-promo--image {
        aspect-ratio: 2.4;
        height: auto;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .cl-home-promos .cl-home-promo--image img {
        object-fit: cover !important;
    }
}

/* Hidden category product groups must stay hidden despite display:grid */
.cl-home-featured-grid[hidden] {
    display: none !important;
}

/* ============================================================
   Logged-in home: hamburger + search icons, greeting, quick menu
   ============================================================ */
.cl-home-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.cl-home-topbar__icon {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6 !important;
    color: #16191f !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    box-shadow: none !important;
    transition: background .15s ease;
}

.cl-home-topbar__icon:hover {
    background: #e8e9ec !important;
}

.cl-home-topbar__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.cl-home-menu {
    position: absolute;
    z-index: 60;
    margin-top: -12px;
    width: 220px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.14);
    padding: 8px;
}

.cl-home-menu[hidden] {
    display: none !important;
}

.cl-home-menu__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #16191f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.cl-home-menu__item:hover {
    background: #f3f4f6;
    color: #16191f !important;
}

.cl-home-menu__icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #6b6f76;
}

.cl-home-menu__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.cl-home-menu__item--logout {
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}

/* Greeting */
.cl-home-greeting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.cl-home-greeting__title {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 26px;
    color: #16191f;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cl-home-greeting__wave {
    font-style: normal;
    font-size: 22px;
}

.cl-home-greeting__brand {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-home-greeting__brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

/* Collapsible search panel (logged-in) */
.cl-home-app__tools--collapsible[hidden] {
    display: none !important;
}

.cl-home-app__tools--collapsible {
    margin-bottom: 18px;
}

/* Logged-in mobile: products flow straight after the category tiles */
@media (max-width: 767px) {
    body.cl-home-logged-in .cl-home-showcase--products .cl-home-showcase__head {
        display: none;
    }
}

/* Desktop keeps the standard layout: icon row hidden, search always visible */
@media (min-width: 768px) {
    .cl-home-topbar,
    .cl-home-menu {
        display: none !important;
    }

    .cl-home-app__tools--collapsible[hidden] {
        display: flex !important;
    }
}

/* ============================================================
   Product page — app mockup (mobile): circle hero, dots,
   floating color card, serif title, gold stars, peach accents
   ============================================================ */

/* Serif italic product title + gold stars at every size */
.cl-app-product-page .product-detail .product_title {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 700;
    color: #16191f;
}

.cl-app-product-page .cl-single-rating .cl-stars__track {
    font-size: 19px;
    letter-spacing: 4px;
    color: #e7e7e7;
}

.cl-app-product-page .cl-single-rating .cl-stars__fill,
.cl-app-product-page .woocommerce-product-rating .star-rating {
    color: #f5b62e;
}

@media (max-width: 767px) {
    /* --- Hero: light gray circle behind the gallery --- */
    .cl-app-product-page .product-gallery {
        position: relative;
        overflow: visible;
        padding-top: 34px;
        margin-bottom: 8px;
    }

    .cl-app-product-page .product-gallery::before {
        content: "";
        position: absolute;
        top: -240px;
        left: 50%;
        transform: translateX(-50%);
        width: 560px;
        height: 560px;
        border-radius: 50%;
        background: #f0f0f0;
        z-index: 0;
    }

    .cl-app-product-page .product-gallery .woocommerce-product-gallery {
        position: relative;
        z-index: 1;
        background: transparent;
    }

    .cl-app-product-page .product-gallery .woocommerce-product-gallery__image img,
    .cl-app-product-page .product-gallery .woocommerce-product-gallery__wrapper {
        background: transparent;
        border-radius: 20px;
    }

    .cl-app-product-page .woocommerce-product-gallery__trigger {
        display: none !important;
    }

    /* Back chevron over the hero */
    .cl-pdp-back {
        position: absolute;
        top: 6px;
        left: 2px;
        z-index: 6;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #16191f !important;
        text-decoration: none !important;
    }

    .cl-pdp-back svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* Gallery thumbnails -> dots */
    .cl-app-product-page .flex-control-thumbs {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 14px 0 0 !important;
        padding: 0 !important;
    }

    .cl-app-product-page .flex-control-thumbs li {
        width: 9px !important;
        height: 9px !important;
        border-radius: 50%;
        background: #d9d9d9;
        overflow: hidden;
        margin: 0 !important;
        float: none !important;
        transition: background .15s ease;
    }

    .cl-app-product-page .flex-control-thumbs li img {
        opacity: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
    }

    .cl-app-product-page .flex-control-thumbs li:has(img.flex-active) {
        background: #eda283;
    }

    /* --- Floating color swatch card over the hero bottom-right --- */
    .cl-app-product-page tr.cl-pdp-color-float {
        position: absolute;
        z-index: 5;
        width: auto !important;
        right: 4px;
        margin: 0 !important;
        background: #ffffff;
        border-radius: 18px;
        padding: 12px 10px !important;
        box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
        display: flex !important;
        flex-direction: column;
    }

    .cl-app-product-page tr.cl-pdp-color-float th.label {
        display: none !important;
    }

    .cl-app-product-page tr.cl-pdp-color-float td.value {
        width: auto !important;
    }

    .cl-app-product-page tr.cl-pdp-color-float .cfvsw-swatches-container {
        flex-direction: column !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    .cl-app-product-page tr.cl-pdp-color-float .cfvsw-swatches-option {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(0, 0, 0, 0.12) !important;
        position: relative;
    }

    .cl-app-product-page tr.cl-pdp-color-float .cfvsw-swatches-option.cfvsw-selected-swatch {
        border: 2px solid #16191f !important;
        box-shadow: none !important;
    }

    .cl-app-product-page tr.cl-pdp-color-float .cfvsw-swatches-option.cfvsw-selected-swatch::after {
        content: "\2713";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }

    /* --- Summary: mockup order and styling --- */
    .cl-app-product-page .product-detail .product-meta,
    .cl-app-product-page .product-detail .product-wishlist,
    .cl-app-product-page .product-detail .product_meta,
    .cl-app-product-page .partdo-child-product-extra-details {
        display: none !important;
    }

    /* Price row: bold price left, availability right */
    .cl-app-product-page .product-detail > p.price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
        margin: 10px 0 4px;
    }

    .cl-app-product-page .product-detail > p.price .woocommerce-Price-amount {
        color: #101216;
        font-weight: 800;
        font-size: 20px;
    }

    .cl-app-product-page .product-detail > p.price del .woocommerce-Price-amount {
        color: #b9bcc3;
        font-weight: 600;
        font-size: 15px;
        text-decoration: line-through;
    }

    .cl-app-product-page article.single-product.instock .product-detail > p.price::after {
        content: "Available in stock";
        font-size: 13px;
        font-weight: 700;
        color: #16191f;
        margin-left: auto;
    }

    .cl-app-product-page article.single-product.outofstock .product-detail > p.price::after {
        content: "Out of stock";
        font-size: 13px;
        font-weight: 700;
        color: #b02a2a;
        margin-left: auto;
    }

    /* About */
    .cl-app-product-page .cl-product-about-label {
        text-transform: none;
        letter-spacing: 0;
        font-size: 15.5px;
        font-weight: 800;
        margin: 16px 0 6px !important;
    }

    .cl-app-product-page .woocommerce-product-details__short-description,
    .cl-app-product-page .woocommerce-product-details__short-description p {
        color: #5f646c;
        font-size: 14px;
        line-height: 1.65;
    }

    /* Size chips like the mockup */
    .cl-app-product-page form.cart table.variations th.label {
        display: none !important;
    }

    .cl-app-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] .cfvsw-swatches-option {
        min-width: 46px;
        height: 46px;
        border-radius: 10px !important;
        border: 1px solid #e7e7e7 !important;
        background: #ffffff;
        color: #3b3f45;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
    }

    .cl-app-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] .cfvsw-swatches-option.cfvsw-selected-swatch {
        background: #fbe3da !important;
        border-color: #fbe3da !important;
        color: #e2795a !important;
    }

    /* Hide the reset link chatter */
    .cl-app-product-page form.cart .reset_variations {
        display: none !important;
    }

    /* Add to cart: full-width black pill, no qty stepper on mobile */
    .cl-app-product-page form.cart .quantity {
        display: none !important;
    }

    .cl-app-product-page .single_add_to_cart_button {
        width: 100% !important;
        border-radius: 999px !important;
        min-height: 54px !important;
        font-size: 15.5px !important;
        font-weight: 700 !important;
    }

    .cl-app-product-page .single_variation_wrap {
        border-top: 0 !important;
        padding-top: 4px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 768px) {
    .cl-pdp-back {
        display: none;
    }
}

/* PDP mobile: no sale badge on hero, stars only (no meta text) */
@media (max-width: 767px) {
    .cl-app-product-page .product-gallery .onsale,
    .cl-app-product-page .single-product-wrapper .onsale {
        display: none !important;
    }

    .cl-app-product-page .cl-single-rating .cl-stars__meta {
        display: none;
    }
}

@media (max-width: 767px) {
    .cl-app-product-page .product-badges {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cl-app-product-page form.cart .woocommerce-variation-add-to-cart,
    .cl-app-product-page form.cart:not(.variations_form) {
        display: block !important;
    }

    .cl-app-product-page form.cart .single_add_to_cart_button {
        display: flex !important;
        width: 100% !important;
    }
}

/* ============================================================
   Cart page — app mockup (mobile): centered header, gray item
   cards, amber qty steppers, Total row + black Buy Now
   ============================================================ */
@media (max-width: 767px) {
    /* Header: back chevron left, centered "My cart" */
    .cl-app-cart__head {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-height: 44px;
        margin-bottom: 20px;
    }

    .cl-app-cart__back {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #16191f !important;
        text-decoration: none !important;
    }

    .cl-app-cart__back svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .cl-app-cart__head-copy p {
        display: none;
    }

    .cl-app-cart__head-copy h1 {
        font-size: 19px;
        font-weight: 800;
        color: #16191f;
        margin: 0;
    }

    .cl-app-cart__head .cl-app-page__count {
        display: none;
    }

    /* Item cards: light gray, thumb left, name+price mid, size+qty right */
    .cl-app-cart__items {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .cl-app-cart .cl-app-cart__item {
        background: #f6f6f6;
        border: 0;
        border-radius: 16px;
        padding: 16px 14px;
        display: flex;
        gap: 14px;
        align-items: stretch;
        box-shadow: none;
    }

    .cl-app-cart__item-media {
        flex: 0 0 auto;
        width: 82px;
    }

    .cl-app-cart__item-media img {
        width: 82px;
        height: 82px;
        object-fit: cover;
        border-radius: 12px;
        background: #ffffff;
    }

    .cl-app-cart__item-body {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 10px;
    }

    .cl-app-cart__item-main {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 2px;
    }

    .cl-app-cart__item-main h2 {
        font-size: 14.5px;
        font-weight: 600;
        line-height: 1.35;
        margin: 0;
    }

    .cl-app-cart__item-main h2 a {
        color: #16191f !important;
    }

    .cl-app-cart .cl-app-cart__price,
    .cl-app-cart .cl-app-cart__price .woocommerce-Price-amount {
        color: #101216;
        font-weight: 800;
        font-size: 15px;
    }

    .cl-app-cart__item-side {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        gap: 8px;
    }

    .cl-app-cart__item-side .cl-app-cart__remove {
        display: none;
    }

    .cl-app-cart__meta,
    .cl-app-cart__meta .variation {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        font-size: 12.5px;
        color: #8d9096;
    }

    .cl-app-cart__meta dt,
    .cl-app-cart__meta dd {
        margin: 0;
        padding: 0;
        font-weight: 500;
        color: #8d9096;
        display: inline;
    }

    .cl-app-cart__meta dd p {
        display: inline;
        margin: 0;
    }

    /* Amber qty stepper pill */
    .cl-app-cart__qty .quantity {
        display: inline-flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #f0cfa4;
        border-radius: 10px;
        padding: 4px 8px;
        gap: 10px;
    }

    .cl-app-cart__qty .quantity input[type="number"],
    .cl-app-cart__qty .quantity .qty {
        width: 26px;
        border: 0;
        background: transparent;
        text-align: center;
        font-weight: 700;
        color: #16191f;
        font-size: 14px;
        padding: 0;
    }

    .cl-app-cart__qty .quantity button,
    .cl-app-cart__qty .quantity .plus,
    .cl-app-cart__qty .quantity .minus {
        width: 20px;
        height: 20px;
        border: 0 !important;
        background: transparent !important;
        color: #e79b3c !important;
        font-size: 16px;
        font-weight: 700;
        padding: 0 !important;
        box-shadow: none !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Mockup shows no coupon / remove-all / shipping bar / update button */
    .cl-app-cart .cl-app-cart__coupon,
    .cl-app-cart .button.remove-all,
    .cl-app-cart .klbth-free-shipping,
    .cl-app-cart .cl-app-cart__update,
    .cl-app-cart .power-coupons-view-coupons-btn {
        display: none !important;
    }

    /* Totals: single "Total" row + amber amount */
    .cl-app-cart__summary {
        margin-top: 26px;
    }

    .cl-app-cart__summary .cart_totals h2,
    .cl-app-cart__summary .cart-subtotal,
    .cl-app-cart__summary .woocommerce-shipping-totals,
    .cl-app-cart__summary .shop_table thead,
    .cl-app-cart__summary .fee,
    .cl-app-cart__summary .tax-total,
    .cl-app-cart__summary .tax-rate {
        display: none !important;
    }

    .cl-app-cart__summary .shop_table,
    .cl-app-cart__summary .shop_table tbody {
        display: block;
        width: 100%;
        border: 0 !important;
        background: transparent;
    }

    .cl-app-cart__summary .shop_table tr.order-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        padding: 4px 4px 18px;
    }

    .cl-app-cart__summary .shop_table tr.order-total th,
    .cl-app-cart__summary .shop_table tr.order-total td {
        display: block;
        border: 0 !important;
        padding: 0;
        background: transparent;
    }

    .cl-app-cart__summary .shop_table tr.order-total th {
        font-size: 19px;
        font-weight: 700;
        color: #6f7379;
    }

    .cl-app-cart__summary .shop_table tr.order-total td,
    .cl-app-cart__summary .shop_table tr.order-total td .woocommerce-Price-amount {
        font-size: 19px;
        font-weight: 800;
        color: #e79b3c;
    }

    .cl-app-cart .wc-proceed-to-checkout {
        padding: 0;
        margin: 0;
    }

    .cl-app-cart .wc-proceed-to-checkout a.checkout-button {
        min-height: 54px;
        font-size: 15.5px !important;
    }
}

/* ============================================================
   Bottom navbar overlap fix: reserve space at the end of every
   app screen so content never hides behind the floating nav
   ============================================================ */
@media (max-width: 767px) {
    body.cl-app-ui #content,
    body.cl-app-ui .site-content {
        padding-bottom: calc(var(--cl-mobile-floating-offset, 120px) + 16px) !important;
    }

    body.cl-app-ui {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .cl-app-cart__qty .quantity {
        position: relative;
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
    }

    .cl-app-cart__qty .quantity .quantity-button {
        position: static !important;
        width: 22px !important;
        height: 22px !important;
        border: 0 !important;
        background: transparent !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #e79b3c !important;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transform: none !important;
    }

    .cl-app-cart__qty .quantity .quantity-button.minus::before {
        content: "�2";
    }

    .cl-app-cart__qty .quantity .quantity-button.plus::before {
        content: "+";
    }

    .cl-app-cart__qty .quantity .quantity-button i,
    .cl-app-cart__qty .quantity .quantity-button svg {
        display: none !important;
    }

    .cl-app-cart__qty .quantity input.qty {
        width: 26px !important;
        height: 22px !important;
        min-height: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .cl-app-cart__qty .quantity .quantity-button::before {
        font-family: inherit !important;
        font-size: 17px !important;
        line-height: 1 !important;
        color: #e79b3c !important;
    }

    .cl-app-cart__qty .quantity .quantity-button::after {
        content: none !important;
    }

    .cl-app-cart__qty .quantity .quantity-button.minus::before {
        content: "�2" !important;
    }

    .cl-app-cart__qty .quantity .quantity-button.plus::before {
        content: "+" !important;
    }
}

@media (max-width: 767px) {
    .cl-app-cart__qty .quantity .quantity-button.minus::before {
        content: "-" !important;
        font-size: 19px !important;
    }
}

@media (max-width: 767px) {
    .cl-app-cart__qty .quantity .quantity-button::before,
    .cl-app-cart__qty .quantity .quantity-button::after {
        content: none !important;
        display: none !important;
    }

    .cl-app-cart__qty .quantity .quantity-button {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #e79b3c !important;
    }
}

/* ============================================================
   Search overlay — full-screen app search (tap the search bar)
   ============================================================ */
.cl-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 400;
    background: #fafafa;
    display: flex;
    flex-direction: column;
}

.cl-search-overlay[hidden] {
    display: none !important;
}

body.cl-search-overlay-open {
    overflow: hidden;
}

.cl-search-overlay__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.05);
    flex: 0 0 auto;
}

.cl-search-overlay__bar h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #16191f;
}

.cl-search-overlay__back {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #16191f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cl-search-overlay__back svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cl-search-overlay__body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 22px 18px calc(30px + env(safe-area-inset-bottom));
    width: min(100%, 430px);
    margin: 0 auto;
}

.cl-search-overlay__form {
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f0f1;
    border-radius: 12px;
    margin-bottom: 26px;
}

.cl-search-overlay__form input[type="search"] {
    flex: 1;
    min-height: 54px;
    border: 0;
    background: transparent;
    padding: 0 8px 0 16px;
    font-size: 14.5px;
    color: #16191f;
}

.cl-search-overlay__form input[type="search"]:focus {
    outline: none;
}

.cl-search-overlay__form input[type="search"]::placeholder {
    color: #9aa0a8;
}

.cl-search-overlay__submit {
    width: 50px;
    height: 50px;
    border: 0 !important;
    background: transparent !important;
    color: #16191f !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0 !important;
    flex: 0 0 auto;
}

.cl-search-overlay__submit svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.cl-search-overlay__recent {
    margin-bottom: 30px;
}

.cl-search-overlay__recent h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1c2b4a;
    margin: 0 0 14px;
}

.cl-search-overlay__recent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cl-search-overlay__recent li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
}

.cl-search-overlay__term {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    color: #2c3038;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    min-width: 0;
}

.cl-search-overlay__term svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: #a2a7ae;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.cl-search-overlay__remove {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #16191f;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
}

.cl-search-overlay__suggest .cl-home-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

/* Overlay buttons: strip theme button chrome */
.cl-search-overlay button.cl-search-overlay__back,
.cl-search-overlay button.cl-search-overlay__term,
.cl-search-overlay button.cl-search-overlay__remove {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #16191f !important;
    font-weight: 500;
    min-height: 0 !important;
}

.cl-search-overlay button.cl-search-overlay__back svg {
    width: 24px;
    height: 24px;
    stroke: #16191f;
}

.cl-search-overlay button.cl-search-overlay__remove {
    font-size: 22px !important;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   Checkout payment — app mockup (mobile)
   ============================================================ */

/* Decorative black card preview */
.cl-pay-card {
    background: #101114;
    border-radius: 22px;
    color: #ffffff;
    padding: 20px 20px 22px;
    margin-bottom: 16px;
}

.cl-pay-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cl-pay-card__top svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
}

.cl-pay-card__dots {
    display: inline-flex;
    gap: 5px;
}

.cl-pay-card__dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.cl-pay-card__number {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.cl-pay-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cl-pay-card__bottom small {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 5px;
}

.cl-pay-card__bottom strong {
    font-size: 15.5px;
    font-weight: 700;
    color: #ffffff;
}

.cl-pay-card__brand {
    position: relative;
    width: 52px;
    height: 32px;
    display: inline-block;
}

.cl-pay-card__brand i {
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.cl-pay-card__brand i:first-child {
    left: 0;
    background: #f2695f;
}

.cl-pay-card__brand i:last-child {
    right: 0;
    background: #f5b62e;
    mix-blend-mode: screen;
}

/* "Shipping Information" heading */
.cl-pay-shipping-heading {
    font-size: 15.5px;
    font-weight: 800;
    color: #16191f;
    margin: 4px 0 12px;
}

@media (max-width: 767px) {
    /* Checkout header: back chevron only */
    .cl-app-checkout__head {
        position: relative;
        min-height: 40px;
        margin-bottom: 14px;
    }

    .cl-app-checkout__head-copy {
        display: none;
    }

    /* Payment card container goes flat white; children reorder around
       the totals table via display:contents */
    .cl-app-checkout__review-inner {
        display: flex;
        flex-direction: column;
    }

    .cl-app-checkout #payment.cl-checkout-payment {
        display: contents;
    }

    .cl-app-checkout #payment .cl-checkout-payment__intro {
        display: none;
    }

    .cl-app-checkout #payment .cl-pay-card {
        order: 1;
    }

    .cl-app-checkout #payment .cl-pay-shipping-heading {
        order: 2;
    }

    .cl-app-checkout #payment ul.payment_methods {
        order: 3;
        margin: 0 0 18px;
    }

    .cl-app-checkout__review-inner table.cl-checkout-review {
        order: 4;
    }

    .cl-app-checkout #payment .place-order {
        order: 5;
        margin-top: 6px;
    }

    /* Payment method: gray selector row with chevron */
    .cl-app-checkout #payment ul.payment_methods li {
        background: #f2f2f3;
        border: 0;
        border-radius: 14px;
        padding: 8px 16px;
        position: relative;
    }

    .cl-checkout-payment ul.payment_methods li > label {
        padding-right: 26px;
        min-height: 44px;
    }

    .cl-app-checkout #payment ul.payment_methods li::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 9px;
        height: 9px;
        border-right: 2.2px solid #33373d;
        border-bottom: 2.2px solid #33373d;
        transform: translateY(-70%) rotate(45deg);
        pointer-events: none;
    }

    .cl-app-checkout #payment div.payment_box {
        font-size: 12.5px;
    }

    /* Totals: plain rows, right-aligned amounts, Sub Total emphasized */
    .cl-app-checkout-page table.cl-checkout-review tbody.cl-checkout-review__items {
        display: none;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot {
        border-top: 0;
        padding-top: 0;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot tr {
        padding: 9px 2px;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot th {
        color: #33373d;
        font-weight: 600;
        font-size: 15px;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot td,
    .cl-app-checkout-page table.cl-checkout-review tfoot td .woocommerce-Price-amount {
        color: #101216;
        font-weight: 800;
        font-size: 15px;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total {
        border-top: 1px solid #e7e7e7;
        margin-top: 12px;
        padding-top: 16px;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total th {
        color: #33373d;
        font-weight: 600;
        font-size: 16px;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot tr.order-total td {
        font-size: 17px;
    }

    /* Terms text compact above Pay */
    .cl-app-checkout #payment .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 10px;
    }
}

/* ============================================================
   Related / recently-viewed sections: proper 2-col mobile grids
   ============================================================ */
@media (max-width: 767px) {
    .related.products ul.products,
    .recently-viewed ul.products,
    .upsells.products ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        margin: 0 !important;
    }

    .related.products ul.products li.product,
    .recently-viewed ul.products li.product,
    .upsells.products ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* ============================================================
   Live search suggestions dropdown
   ============================================================ */
.cl-live-suggest {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(17, 17, 17, 0.12);
    overflow: hidden;
    margin-top: 8px;
}

.cl-live-suggest[hidden] {
    display: none !important;
}

.cl-live-suggest__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none !important;
    border-bottom: 1px solid #f2f2f2;
}

.cl-live-suggest__item:last-child {
    border-bottom: 0;
}

.cl-live-suggest__item:hover {
    background: #f7f7f7;
}

.cl-live-suggest__item img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    background: #f4f4f6;
    flex: 0 0 auto;
}

.cl-live-suggest__copy {
    min-width: 0;
    flex: 1;
}

.cl-live-suggest__copy strong {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #16191f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-live-suggest__copy span {
    font-size: 12.5px;
    font-weight: 700;
    color: #101216;
}

.cl-live-suggest__empty {
    padding: 14px;
    font-size: 13px;
    color: #8d8d8d;
    text-align: center;
}

/* Shop page: dropdown anchors under the search field */
.cl-app-shop__tools {
    position: relative;
}

.cl-app-shop__tools .cl-live-suggest {
    position: absolute;
    top: 100%;
    left: 0;
    right: 62px;
    z-index: 120;
}

@media (max-width: 767px) {
    .cl-app-checkout #payment ul.payment_methods,
    .cl-app-checkout #payment ul.payment_methods li {
        list-style: none !important;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot th {
        flex: 1;
    }

    .cl-app-checkout-page table.cl-checkout-review tfoot td {
        margin-left: auto;
        text-align: right;
    }
}

/* Related / recently-viewed: 2-col card grids on mobile (theme uses a .products div, not ul) */
@media (max-width: 767px) {
    .cl-app-product-page .related.products .products,
    .cl-app-product-page .recently-viewed .products,
    .cl-app-ui .recently-viewed .products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        margin: 0 !important;
    }

    .cl-app-product-page .related.products .products > .cl-product-card,
    .cl-app-product-page .recently-viewed .products > .cl-product-card,
    .cl-app-ui .recently-viewed .products > .cl-product-card {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* ============================================================
   Checkout — Contact Information summary (mobile mockup)
   ============================================================ */
.cl-contact-summary {
    display: none;
}

@media (max-width: 767px) {
    .cl-contact-summary {
        display: block;
        margin-bottom: 6px;
    }

    .cl-contact-summary__title {
        font-size: 16.5px;
        font-weight: 800;
        color: #16191f;
        margin: 0 0 16px;
    }

    .cl-contact-summary__title--address {
        margin: 22px 0 10px;
    }

    .cl-contact-row {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 18px;
    }

    .cl-contact-row__icon {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        border: 1px solid #e7e7e7;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #16191f;
        background: #ffffff;
    }

    .cl-contact-row__icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .cl-contact-row__copy {
        flex: 1;
        min-width: 0;
    }

    .cl-contact-row__copy strong {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #16191f;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cl-contact-row__copy small {
        font-size: 12.5px;
        color: #9aa0a8;
    }

    button.cl-contact-row__edit {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border: 0 !important;
        background: transparent !important;
        color: #6f7379 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0 !important;
        box-shadow: none !important;
        min-height: 0 !important;
        border-radius: 0 !important;
    }

    button.cl-contact-row__edit svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    button.cl-contact-address {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        color: #8d9096 !important;
        font-size: 14.5px;
        font-weight: 500;
        cursor: pointer;
        text-align: left;
        box-shadow: none !important;
        min-height: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 16px;
    }

    button.cl-contact-address span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    button.cl-contact-address svg {
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        fill: none;
        stroke: #33373d;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .cl-contact-map {
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .cl-contact-map svg {
        display: block;
        width: 100%;
        height: 128px;
    }

    /* Billing fields collapse behind the summary until an edit control is tapped */
    [data-cl-contact-panel] .woocommerce-billing-fields,
    [data-cl-contact-panel] .cl-checkout-fields__intro,
    [data-cl-contact-panel] .woocommerce-account-fields {
        display: none;
    }

    [data-cl-contact-panel].is-editing .woocommerce-billing-fields,
    [data-cl-contact-panel].is-editing .woocommerce-account-fields {
        display: block;
    }

    [data-cl-contact-panel].is-editing {
        padding-bottom: 8px;
    }

    .cl-contact-done {
        width: 100%;
        margin: 6px 0 12px;
        min-height: 46px;
        border: 1px solid #dfe3ea !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        color: #16191f !important;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: none !important;
    }

    /* Mockup shows only contact info + payment: tidy the rest away */
    .cl-app-checkout-page .woocommerce-form-login-toggle,
    .cl-app-checkout-page .woocommerce-form-coupon-toggle,
    .cl-app-checkout-page form.woocommerce-form-login.login,
    .cl-app-checkout-page form.checkout_coupon,
    .cl-app-checkout .klbth-free-shipping,
    .cl-app-checkout #customer_details .col-2 {
        display: none !important;
    }

    .cl-app-checkout__panel {
        border: 0;
        box-shadow: none;
        padding: 4px 2px;
    }
}

@media (max-width: 767px) {
    .cl-app-checkout .cl-contact-map svg,
    body.cl-app-ui .cl-contact-map svg {
        width: 100% !important;
        height: 128px !important;
        max-width: none !important;
        display: block;
    }

    .cl-contact-summary__title,
    .cl-app-checkout .cl-contact-summary h3 {
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
}

/* ============================================================
   Order success — app mockup: solid green check with scattered
   dots, minimal centered layout on mobile
   ============================================================ */
.cl-order-success__icon-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 26px;
}

.cl-order-success__icon-wrap .cl-order-success__icon {
    position: absolute;
    inset: 22px;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    background: #3ebd77;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.cl-order-success__icon-wrap .cl-order-success__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cl-order-success__dot {
    position: absolute;
    border-radius: 50%;
    background: #3ebd77;
}

.cl-order-success__dot--1 { width: 14px; height: 14px; top: 2px; left: 6px; }
.cl-order-success__dot--2 { width: 9px; height: 9px; top: 18px; right: 2px; }
.cl-order-success__dot--3 { width: 6px; height: 6px; top: 58px; left: -8px; }
.cl-order-success__dot--4 { width: 10px; height: 10px; bottom: 16px; left: 4px; }
.cl-order-success__dot--5 { width: 7px; height: 7px; bottom: -2px; left: 64px; }
.cl-order-success__dot--6 { width: 8px; height: 8px; bottom: 10px; right: 6px; background: #111111; }

.cl-order-success h1 {
    font-size: 24px;
    font-weight: 800;
    color: #16191f;
    margin: 0 0 14px;
}

.cl-order-success__message {
    color: #4d5158;
    font-size: 15.5px;
}

@media (max-width: 767px) {
    .cl-order-success-page {
        display: flex;
        align-items: center;
        min-height: 72vh;
    }

    .cl-order-success {
        width: 100%;
        text-align: center;
        padding: 20px 4px;
    }

    .cl-order-success__eyebrow,
    .cl-order-success__summary,
    .cl-order-success__actions .cl-auth-shell__back {
        display: none !important;
    }

    .cl-order-success__message {
        margin-bottom: 40px;
    }

    .cl-order-success__actions {
        display: block;
    }

    .cl-order-success__actions a.button {
        width: 100%;
        min-height: 56px;
        border-radius: 999px !important;
        font-size: 15.5px !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 767px) {
    .cl-order-success-page {
        flex-direction: column;
        justify-content: center;
    }

    /* The mockup shows only the confirmation — no details tables */
    .cl-order-success-page .woocommerce-order-details,
    .cl-order-success-page .woocommerce-customer-details,
    .cl-order-success-page .woocommerce-order-downloads {
        display: none !important;
    }
}

/* ============================================================
   Horizontal overflow guard (mobile): clip at the root, and
   drop the hover-zoom clone that spills out of the gallery
   ============================================================ */
@media (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    /* Hover-zoom is meaningless on touch; its 960px clone forces
       sideways scroll once the gallery allows overflow for the
       circle hero. */
    .cl-app-product-page .zoomImg {
        display: none !important;
    }

    .cl-app-product-page .product-gallery .woocommerce-product-gallery__image {
        overflow: hidden;
        border-radius: 20px;
    }
}

/* ============================================================
   Latest Drops spacing + desktop/tablet polish pass
   ============================================================ */
.cl-home-latest-drops {
    margin-top: 44px;
}

@media (min-width: 768px) {
    .cl-home-latest-drops {
        margin-top: 56px;
    }
}

/* --- Cart on tablet/desktop: style the restructured item layout --- */
@media (min-width: 768px) {
    .cl-app-cart {
        width: min(100%, 720px);
    }

    .cl-app-cart .cl-app-cart__item {
        display: flex;
        gap: 18px;
        align-items: stretch;
        background: #f7f7f8;
        border: 0;
        border-radius: 18px;
        padding: 18px;
    }

    .cl-app-cart__item-media {
        flex: 0 0 auto;
        width: 96px;
    }

    .cl-app-cart__item-media img {
        width: 96px;
        height: 96px;
        object-fit: cover;
        border-radius: 14px;
        background: #ffffff;
    }

    .cl-app-cart__item-body {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 16px;
    }

    .cl-app-cart__item-main {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
        padding-top: 2px;
    }

    .cl-app-cart__item-main h2 {
        font-size: 15.5px;
        font-weight: 600;
        margin: 0;
    }

    .cl-app-cart__item-main h2 a {
        color: #16191f !important;
    }

    .cl-app-cart .cl-app-cart__price,
    .cl-app-cart .cl-app-cart__price .woocommerce-Price-amount {
        color: #101216;
        font-weight: 800;
        font-size: 16px;
    }

    .cl-app-cart__item-side {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        gap: 10px;
    }

    .cl-app-cart__item-side .cl-app-cart__remove {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ffffff;
        color: #16191f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        text-decoration: none !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    }

    .cl-app-cart__meta,
    .cl-app-cart__meta .variation {
        margin: 0;
        font-size: 12.5px;
        color: #8d9096;
        display: flex;
        gap: 4px;
    }

    .cl-app-cart__meta dt,
    .cl-app-cart__meta dd,
    .cl-app-cart__meta dd p {
        display: inline;
        margin: 0;
        color: #8d9096;
        font-weight: 500;
    }
}

.cl-order-success__meta strong,
.cl-order-success__meta strong .woocommerce-Price-amount {
    white-space: nowrap;
}

/* ============================================================
   Auth screens — login / register / reset password mockups
   ============================================================ */
.cl-auth {
    width: min(100%, 430px);
    margin: 0 auto 60px;
    padding: 18px 20px 40px;
    background: #ffffff;
    border-radius: 24px;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
}

.cl-auth__back {
    width: 40px;
    height: 40px;
    margin: 2px 0 26px -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #16191f !important;
    text-decoration: none !important;
}

.cl-auth__back svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cl-auth__head {
    margin-bottom: 34px;
}

.cl-auth__head h1 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
    color: #17233f;
    margin: 0 0 14px;
    max-width: 300px;
}

.cl-auth__head p {
    color: #9aa0a8;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.cl-auth__inline-accent {
    color: #e9a23b !important;
    font-weight: 600;
    text-decoration: none !important;
}

.cl-auth__form {
    display: flex;
    flex-direction: column;
}

.cl-auth__field {
    margin: 0 0 22px;
}

.cl-auth__field label {
    display: block;
    color: #17233f;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cl-auth .cl-auth__field .woocommerce-Input {
    width: 100%;
    min-height: 54px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f7f7f8 !important;
    padding: 0 16px !important;
    font-size: 15px;
    color: #16191f;
    box-shadow: none !important;
}

.cl-auth .cl-auth__field .woocommerce-Input:focus {
    outline: none;
    background: #f1f1f3 !important;
}

.cl-auth .cl-auth__field .password-input {
    display: block;
    width: 100%;
    position: relative;
}

.cl-auth .show-password-input {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    color: #9aa0a8;
}

.cl-auth__hint {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8d9096;
    font-size: 13.5px;
    margin: -10px 0 22px;
}

.cl-auth__hint--info svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: #9aa0a8;
    stroke-width: 1.8;
    stroke-linecap: round;
}

button.cl-auth__submit,
a.cl-auth__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-top: 26px;
    border: 0 !important;
    border-radius: 14px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .15s ease;
}

button.cl-auth__submit:hover,
a.cl-auth__submit:hover {
    background: #2b2b2b !important;
    color: #ffffff !important;
}

button.cl-auth__submit:disabled,
button.cl-auth__submit.is-disabled {
    background: #c3c4c7 !important;
    color: #ffffff !important;
    pointer-events: none;
}

.cl-auth__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 60px;
}

.cl-auth__footer-muted {
    color: #17233f !important;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none !important;
}

.cl-auth__footer-accent {
    color: #e9a23b !important;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none !important;
}

.cl-auth__footer-accent:hover {
    color: #d18a24 !important;
}

.cl-auth__verify-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cl-auth__verify-label {
    color: #17233f;
    font-size: 14.5px;
    font-weight: 600;
}

.cl-auth .woocommerce-form-login__rememberme {
    display: none !important;
}

.cl-auth__step[hidden] {
    display: none !important;
}

.cl-auth__verify-email {
    color: #17233f;
    font-weight: 600;
}

.cl-auth__code {
    display: flex;
    gap: 16px;
    margin: 2px 0 10px;
}

.cl-auth__code input {
    flex: 1 1 0;
    min-width: 0;
    max-width: 80px;
    height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #17233f;
    background: #f7f7f8 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.cl-auth__code input:focus {
    outline: 2px solid rgba(23, 35, 63, .18);
    background: #f1f1f3 !important;
}

.cl-auth__hint--error {
    color: #e43d30;
    margin: 4px 0 14px;
}

.cl-auth__verify-row .cl-auth__footer-accent.is-disabled,
.cl-auth__head .cl-auth__inline-accent.is-disabled {
    color: #c8cbd0 !important;
    pointer-events: none;
}

button.cl-auth__submit.is-busy {
    opacity: .7;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cl-auth {
        border-radius: 0;
        box-shadow: none;
        min-height: 78vh;
    }
}

@media (min-width: 768px) {
    .cl-auth {
        margin-top: 40px;
        box-shadow: var(--cl-app-shadow);
        padding: 34px 38px 44px;
        min-height: 0;
    }

    .cl-auth__footer {
        padding-top: 44px;
    }
}

/* Hook-injected auth fields (e.g. first/last name) match the design inputs */
.cl-auth__form .form-row label {
    color: #17233f;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cl-auth__form .form-row input.input-text,
.cl-auth__form .form-row input[type="text"],
.cl-auth__form .form-row input[type="email"],
.cl-auth__form .form-row input[type="tel"],
.cl-auth__form .form-row input[type="password"] {
    width: 100%;
    min-height: 54px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f7f7f8 !important;
    padding: 0 16px !important;
    font-size: 15px;
    color: #16191f;
    box-shadow: none !important;
}

/* Two-step registration */
.cl-auth__footer--center {
    justify-content: center;
    gap: 8px;
}

.cl-auth__footer-plain {
    color: #6f7379;
    font-size: 14.5px;
    font-weight: 500;
}

/* Plugin-injected first/last name rows are fed by the Full Name field */
[data-cl-register-extra] .form-row {
    display: none !important;
}

[data-cl-register-extra] .woocommerce-privacy-policy-text {
    margin: 6px 0 0;
}

[data-cl-register-extra] .woocommerce-privacy-policy-text p {
    color: #9aa0a8;
    font-size: 12.5px;
    line-height: 1.6;
}

/* Tablet: keep the top nav on a single row */
@media (min-width: 768px) and (max-width: 1080px) {
    .cl-app-top-nav__inner {
        gap: 10px;
    }

    .cl-app-top-nav__brand-copy small {
        display: none;
    }

    .cl-app-top-nav__links {
        flex-wrap: nowrap;
        gap: 6px;
    }

    .cl-app-top-nav__link {
        padding: 0 10px;
        gap: 6px;
        font-size: 12px;
    }

    .cl-app-top-nav__cart {
        padding: 0 10px;
        gap: 6px;
    }

    .cl-app-top-nav__cart-copy {
        display: none;
    }
}

/* ============================================================
   Account & Settings + Profile screens (app design mockups)
   ============================================================ */
.cl-account-settings,
.cl-profile {
    --cl-acc-amber: #e9a23b;
    --cl-acc-tan: #cfa06a;
    --cl-acc-ink: #1d2733;
    --cl-acc-muted: #6f7680;
    --cl-acc-line: #ececee;
    max-width: 560px;
    margin: 0 auto;
}

.cl-account-settings__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 4px 0 26px;
}

.cl-account-settings__bar h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--cl-acc-ink);
}

.cl-account-settings__back {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cl-acc-ink) !important;
    text-decoration: none !important;
}

.cl-account-settings__back svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.2;
}

.cl-account-settings__group {
    margin: 30px 0 6px;
    font-size: 21px;
    font-weight: 700;
    color: var(--cl-acc-ink);
    letter-spacing: -0.01em;
}

.cl-account-settings__group:first-of-type {
    margin-top: 0;
}

.cl-account-settings__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cl-account-settings .cl-account-settings__row,
label.cl-account-settings__row {
    display: flex !important;
    align-items: center;
    gap: 16px;
    min-height: 64px;
    margin: 0;
    padding: 10px 2px;
    border-bottom: 1px solid var(--cl-acc-line);
    color: var(--cl-acc-ink) !important;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    font-weight: 500;
}

.cl-account-settings__icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cl-acc-tan);
    flex: 0 0 auto;
}

.cl-account-settings__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
}

.cl-account-settings__label {
    flex: 1 1 auto;
    font-size: 16.5px;
    font-weight: 500;
    color: var(--cl-acc-ink);
}

.cl-account-settings__chevron {
    color: #9aa0a8;
    display: inline-flex;
}

.cl-account-settings__chevron svg {
    width: 18px;
    height: 18px;
}

.cl-account-settings__row--toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cl-account-settings__switch {
    display: inline-block;
    flex: 0 0 auto;
    width: 46px;
    height: 27px;
    border-radius: 999px;
    background: #e4e5e8;
    position: relative;
    transition: background .18s ease;
}

.cl-account-settings__switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(20, 20, 20, 0.18);
    transition: transform .18s ease;
}

.cl-account-settings__row--toggle input:checked ~ .cl-account-settings__switch {
    background: var(--cl-acc-amber);
}

.cl-account-settings__row--toggle input:checked ~ .cl-account-settings__switch::after {
    transform: translateX(19px);
}

.cl-account-settings__confirm {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.cl-account-settings__confirm[hidden] {
    display: none;
}

.cl-account-settings__confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 17, 21, 0.5);
}

.cl-account-settings__confirm-panel {
    position: relative;
    width: min(100%, 360px);
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 24px 22px;
    box-shadow: 0 30px 70px rgba(10, 10, 12, 0.3);
    text-align: center;
}

.cl-account-settings__confirm-panel h3 {
    margin: 0 0 10px;
    font-size: 19px;
    color: var(--cl-acc-ink);
}

.cl-account-settings__confirm-panel p {
    margin: 0 0 20px;
    color: var(--cl-acc-muted);
    font-size: 14px;
    line-height: 1.6;
}

.cl-account-settings__confirm-actions {
    display: flex;
    gap: 12px;
}

.cl-account-settings__confirm-actions button {
    flex: 1 1 0;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
}

button.cl-account-settings__confirm-cancel {
    background: #f1f1f3 !important;
    color: var(--cl-acc-ink) !important;
}

button.cl-account-settings__confirm-delete {
    background: #e43d30 !important;
    color: #ffffff !important;
}

/* Profile screen */
button.cl-profile__edit {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--cl-acc-amber) !important;
    cursor: pointer;
}

button.cl-profile__edit svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

.cl-profile__avatar-wrap {
    position: relative;
    width: 118px;
    margin: 8px auto 0;
}

.cl-profile__avatar,
.cl-profile__avatar img {
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    object-fit: cover;
    background: #e3edfb;
}

.cl-profile__camera {
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cl-acc-amber);
    border: 3px solid #ffffff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cl-profile__camera svg {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    stroke-width: 1.9;
    fill: none;
}

.cl-profile__name {
    margin: 18px 0 30px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: var(--cl-acc-ink);
    letter-spacing: -0.01em;
}

.cl-profile__avatar-status {
    margin: -22px 0 22px;
    text-align: center;
    color: var(--cl-acc-muted);
    font-size: 13px;
}

.cl-profile__field {
    margin-bottom: 26px;
}

.cl-profile__label {
    display: block;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--cl-acc-ink);
    margin-bottom: 12px;
}

.cl-profile__value {
    display: block;
    padding-left: 16px;
    color: #4b5563;
    font-size: 15.5px;
    letter-spacing: 0.01em;
}

.cl-profile .cl-profile__input {
    width: 100%;
    min-height: 52px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f7f7f8 !important;
    padding: 0 16px !important;
    font-size: 15px;
    color: var(--cl-acc-ink);
    box-shadow: none !important;
}

.cl-profile .cl-profile__input:focus {
    outline: none;
    background: #f1f1f3 !important;
}

.cl-profile__extra .form-row label {
    font-size: 16.5px;
    font-weight: 700;
    color: var(--cl-acc-ink);
}

.cl-profile__extra .form-row .woocommerce-Input {
    min-height: 52px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f7f7f8 !important;
    padding: 0 16px !important;
    box-shadow: none !important;
}

.cl-profile__submit {
    margin: 30px 0 0;
}

/* The account sidebar duplicates the settings rows on phones — show the
   mockup screen first and keep the menu reachable below it. */
@media (max-width: 767px) {
    body.cl-account-dashboard-view .cl-account-shell,
    body.cl-account-endpoint-view .cl-account-shell {
        display: flex;
        flex-direction: column;
    }

    body.cl-account-dashboard-view .cl-account-shell__content,
    body.cl-account-endpoint-view .cl-account-shell__content {
        order: -1;
    }

    body.cl-account-dashboard-view .cl-account-shell__card,
    body.cl-account-endpoint-view .cl-account-shell__card {
        display: none;
    }

    .cl-account-shell__panel {
        padding: 22px 18px 30px;
    }
}

/* The Filter & Sorting sheet replaces WooCommerce's inline "Sort:" dropdown
   on every archive (shop, categories, search). */
.woocommerce-ordering,
.sorting-products {
    display: none !important;
}

@media (max-width: 767px) {
    .cl-app-shop__toolbar {
        display: none;
    }
}

/* Product page (mobile): roomy full-width add-to-cart. The old 88px+1fr grid
   was built for a visible quantity field; with the qty hidden the button fell
   into the narrow 88px column and its label was crushed. Stack instead. */
@media (max-width: 767px) {
    body.single-product .cl-app-product-page form.cart,
    body.single-product .single-product-wrapper .product-detail form.cart,
    body.single-product .cl-app-product-page .woocommerce-variation-add-to-cart,
    body.single-product .woocommerce-variation-add-to-cart,
    body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px !important;
    }

    body.single-product .cl-app-product-page form.cart .quantity,
    body.single-product .woocommerce-variation-add-to-cart .quantity {
        max-width: 130px;
    }

    body.single-product .cl-app-product-page form.cart .single_add_to_cart_button,
    body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100% !important;
        min-height: 56px;
        padding: 0 24px !important;
        font-size: 15.5px !important;
        letter-spacing: 0.01em;
    }
}

/* Mobile: collapse the stacked wrapper offsets that pushed every screen down.
   Each nested wrapper (#content/.site-content/.content-area) adds the offset
   var, and shop pages add a 36px pad on top. */
@media (max-width: 767px) {
    :root {
        --cl-app-content-offset-mobile: 8px;
    }

    body.cl-app-ui .shop-container.single-product-wrapper,
    body.cl-app-ui .shop-container.shop-page-wrapper {
        margin-top: 0;
        padding-top: 0;
    }

    body.cl-app-ui .single-product-wrapper .product-gallery {
        padding-top: 6px;
    }
}

/* ============================================================
   Mobile sticky headers: each screen's top row stays pinned and
   turns into a frosted-glass card once content scrolls under it.
   ============================================================ */
@media (max-width: 767px) {
    .cl-home-app__tools,
    .cl-home-greeting,
    .cl-app-shop__tools,
    .cl-app-page__head.cl-app-cart__head,
    .cl-app-page__head.cl-app-checkout__head,
    .cl-account-settings__bar {
        position: sticky;
        top: 8px;
        z-index: 80;
        border-radius: 18px;
        transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
    }

    .cl-home-app__tools.is-stuck,
    .cl-home-greeting.is-stuck,
    .cl-app-shop__tools.is-stuck,
    .cl-app-cart__head.is-stuck,
    .cl-app-checkout__head.is-stuck,
    .cl-account-settings__bar.is-stuck {
        background: rgba(255, 255, 255, 0.86);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        box-shadow: 0 12px 30px rgba(15, 18, 25, 0.1);
        padding: 10px 12px;
    }

    /* Sticky needs a clip-free path to the viewport: swap overflow traps for
       axis clipping (clips sideways spill without creating a scroll box —
       the theme's body{overflow-x:hidden} silently disables all stickiness). */
    body.cl-app-ui {
        overflow: visible !important;
        overflow-x: clip !important;
    }

    .cl-home-app__frame {
        overflow: visible;
        overflow-x: clip;
    }

    /* Product page: the back chip floats along while scrolling */
    .cl-app-product-page .cl-pdp-back {
        position: fixed !important;
        top: 10px;
        left: 10px;
        z-index: 90;
        background: rgba(255, 255, 255, 0.85);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        border-radius: 50%;
        box-shadow: 0 8px 20px rgba(15, 18, 25, 0.12);
    }

    /* Logged-in home: compact greeting bar — small name left, search icon +
       logo grouped on the right, all on one line. */
    .cl-home-app__statusbar {
        display: none;
    }

    .cl-home-greeting {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .cl-home-greeting h1.cl-home-greeting__title {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .cl-home-greeting .cl-home-greeting__wave {
        font-size: 15px;
    }

    .cl-home-greeting .cl-home-app__subtitle {
        font-size: 12.5px;
        margin-top: 2px;
    }

    .cl-home-greeting__actions {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }

    .cl-home-greeting__actions .cl-home-topbar__icon {
        width: 40px;
        height: 40px;
    }

    /* Shop screen: no heading block on phones — the sticky search/filter row
       is the header. */
    .cl-app-shop__head {
        display: none;
    }

    .cl-app-page.cl-app-shop {
        padding-top: 6px;
    }
}
