/* =========================================================
   LUXEBEAUTYCOMPASS PRODUCT EXPERIENCE
   Cormorant Garamond + DM Sans
   Ivory + Deep Plum | Solid colors only
========================================================= */

.lbcx-slider,.lbcx-grid-wrap,.lbcx-archive,
.lbcx-slider *, .lbcx-grid-wrap *, .lbcx-archive *{box-sizing:border-box}

.lbcx-slider,.lbcx-grid-wrap,.lbcx-archive{
    --lbcx-plum:#4c263b;
    --lbcx-plum-dark:#3c1f30;
    --lbcx-plum-soft:#75435c;
    --lbcx-ivory:#f7f1eb;
    --lbcx-cream:#fffaf6;
    --lbcx-rose:#e7d5dc;
    --lbcx-rose-light:#f1e4e7;
    --lbcx-text:#34272e;
    --lbcx-muted:#75646d;
    --lbcx-border:#e2d6cf;
    --lbcx-border-strong:#cdb8c1;
    --lbcx-gold:#c79245;
    --lbcx-title-size:12px;
    --lbcx-radius:11px;
    --lbcx-image-padding:7px;
    --lbcx-image-ratio:1 / 1;
    color:var(--lbcx-text)!important;
    font-family:'DM Sans',Arial,sans-serif!important;
}

/* =========================================================
   PRODUCT CARD
========================================================= */

.lbcx-card{
    position:relative;min-width:0;height:100%;margin:0;padding:0;overflow:hidden;
    display:flex;flex-direction:column;background:#fff;border:1px solid var(--lbcx-border);
    border-radius:var(--lbcx-radius);box-shadow:none;isolation:isolate;
    transition:border-color .18s ease,transform .18s ease,background-color .18s ease!important
}
.lbcx-card:hover{border-color:var(--lbcx-border-strong);background:#fffdfb;transform:translateY(-2px)}
.lbcx-card-media{
    position:relative;width:100%;aspect-ratio:var(--lbcx-image-ratio);overflow:hidden;
    display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #eee4e7
}
.lbcx-card-image-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:0;padding:0;text-decoration:none!important}
.lbcx-card-image,.lbcx-card-media img{
    display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
    margin:0!important;padding:var(--lbcx-image-padding)!important;object-fit:contain!important;object-position:center!important;
    background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;transition:transform .22s ease!important
}
.lbcx-card:hover .lbcx-card-image{transform:scale(1.025)}
.lbcx-sale-badge{
    position:absolute;top:7px;left:7px;z-index:12;min-width:37px;min-height:21px;padding:5px 7px;
    display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--lbcx-plum);
    border-radius:6px;font:700 8.5px/1 'DM Sans',Arial,sans-serif;letter-spacing:.02em
}
.lbcx-card-body{flex:1 1 auto;min-height:0;padding:9px 9px 10px;display:flex;flex-direction:column;background:#fff}
body .lbcx-card-title,.lbcx-card-title{
    min-height:calc(var(--lbcx-title-size) * 2.7);margin:0 0 4px!important;padding:0!important;color:var(--lbcx-text)!important;
    font-family:'DM Sans',Arial,sans-serif!important;font-size:var(--lbcx-title-size)!important;font-weight:600!important;line-height:1.35!important;
    letter-spacing:0!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden
}
body .lbcx-card-title a,.lbcx-card-title a{color:inherit!important;font:inherit!important;text-decoration:none!important}
.lbcx-card-title a:hover{color:var(--lbcx-plum)!important}

/* =========================================================
   RATINGS
========================================================= */

.lbcx-rating,.lbcx-rating *,.lbcx-rating *::before,.lbcx-rating *::after{box-sizing:border-box!important}
.lbcx-rating{
    position:relative!important;z-index:3!important;width:max-content!important;max-width:100%!important;min-width:0!important;min-height:13px!important;
    margin:2px 0 5px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;
    clear:both!important;color:var(--lbcx-text)!important;background:transparent!important;border:0!important;box-shadow:none!important;
    font-family:'DM Sans',Arial,sans-serif!important;font-size:10px!important;font-weight:700!important;line-height:1!important;text-align:left!important;white-space:nowrap!important
}
.lbcx-rating__stars{width:auto!important;height:12px!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:1px!important;overflow:visible!important;line-height:1!important;flex:0 0 auto!important}
.lbcx-rating__star{position:relative!important;width:12px!important;height:12px!important;margin:0!important;padding:0!important;display:block!important;flex:0 0 12px!important;overflow:hidden!important;color:#ded8d9!important;background:transparent!important;line-height:1!important}
.lbcx-rating__starBase,.lbcx-rating__starActive{position:absolute!important;top:0!important;left:0!important;width:12px!important;height:12px!important;margin:0!important;padding:0!important;display:block!important;fill:currentColor!important;stroke:none!important}
.lbcx-rating__starBase,.lbcx-rating__starBase path{color:#ded8d9!important;fill:#ded8d9!important;stroke:none!important}
.lbcx-rating__starFill{position:absolute!important;z-index:2!important;top:0!important;left:0!important;height:12px!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important;color:var(--lbcx-gold)!important;background:transparent!important}
.lbcx-rating__starActive,.lbcx-rating__starActive path,.lbcx-rating__starFill svg path{color:var(--lbcx-gold)!important;fill:var(--lbcx-gold)!important;stroke:none!important}
.lbcx-rating__number{min-width:20px!important;height:13px!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;color:var(--lbcx-text)!important;background:transparent!important;border:0!important;font:700 9px/1 'DM Sans',Arial,sans-serif!important}
.lbcx-rating--single{min-height:20px!important;margin:7px 0 11px!important;gap:7px!important}
.lbcx-rating--single .lbcx-rating__stars{height:17px!important;gap:2px!important}
.lbcx-rating--single .lbcx-rating__star{width:17px!important;height:17px!important;flex-basis:17px!important}
.lbcx-rating--single .lbcx-rating__starBase,.lbcx-rating--single .lbcx-rating__starActive{width:17px!important;height:17px!important}
.lbcx-rating--single .lbcx-rating__starFill{height:17px!important}
.lbcx-rating--single .lbcx-rating__number{height:18px!important;font-size:13px!important}
.lbcx-rating + .lbcx-rating,.lbcx-rating ~ .lbcx-rating{display:none!important}

.woocommerce ul.products li.product .star-rating,.woocommerce-page ul.products li.product .star-rating,li.product .star-rating,article.product .star-rating,.type-product .star-rating,.product-item .star-rating,.product-card .star-rating,.rh_product_card .star-rating,.rh_woo_product .rh_woo_star,.woo_grid_compact .star-rating,.re_woocart .star-rating,.wpsm-grid-item .star-rating,.single-product div.product .summary .woocommerce-product-rating,.single-product .summary .woocommerce-product-rating{display:none!important}

/* =========================================================
   PRICE + BUTTON
========================================================= */

.lbcx-price-row{min-height:28px;margin:0 0 7px;display:flex;align-items:flex-end}
.lbcx-price{min-width:0;color:var(--lbcx-text)!important;font:700 11.5px/1.18 'DM Sans',Arial,sans-serif!important}
.lbcx-price .woocommerce-Price-amount,.lbcx-price .amount,.lbcx-price ins,.lbcx-price ins .woocommerce-Price-amount,.lbcx-price .lbcx-current-only{color:var(--lbcx-text)!important;font:inherit!important;text-decoration:none!important}
.lbcx-price del{display:block;margin:0 0 2px;color:#9b9095!important;opacity:1!important;font:500 8.5px/1.05 'DM Sans',Arial,sans-serif!important}
.lbcx-price del .woocommerce-Price-amount,.lbcx-price del .amount{color:inherit!important;font:inherit!important}
.lbcx-price ins{display:block;background:transparent!important}
.lbcx-price-missing{color:var(--lbcx-muted);font:600 9.5px/1.2 'DM Sans',Arial,sans-serif}

.lbcx-card-action{width:100%;margin-top:auto}
.lbcx-view-product,a.lbcx-view-product{
    width:100%!important;min-height:33px!important;margin:0!important;padding:7px 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
    color:#fff!important;background:var(--lbcx-plum)!important;border:1px solid var(--lbcx-plum)!important;border-radius:7px!important;box-shadow:none!important;
    font-family:'DM Sans',Arial,sans-serif!important;font-size:8.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:.035em!important;
    text-decoration:none!important;text-transform:uppercase!important;white-space:nowrap!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important
}
.lbcx-view-product:hover,a.lbcx-view-product:hover{color:#fff!important;background:var(--lbcx-plum-dark)!important;border-color:var(--lbcx-plum-dark)!important;transform:translateY(-1px)}
.lbcx-button-icon{width:12px!important;height:12px!important;min-width:12px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}

/* =========================================================
   WISHLIST
========================================================= */

.lbcx-wishlist{position:absolute!important;top:6px!important;right:6px!important;z-index:20!important;width:29px!important;height:29px!important;margin:0!important;padding:0!important;display:block!important;border:0!important;border-radius:50%!important;overflow:hidden!important}
.lbcx-wishlist-ui{position:absolute!important;inset:0!important;z-index:1!important;width:29px!important;height:29px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--lbcx-plum)!important;background:#fff!important;border:1px solid var(--lbcx-border)!important;border-radius:50%!important;box-shadow:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transition:color .15s ease,border-color .15s ease,background-color .15s ease!important}
.lbcx-wishlist-heart{width:13px!important;height:13px!important;display:block!important;fill:transparent!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.lbcx-wishlist.is-added .lbcx-wishlist-ui,.lbcx-wishlist-ui:hover{color:var(--lbcx-plum-dark)!important;border-color:#cfb6c1!important;background:var(--lbcx-rose-light)!important}
.lbcx-wishlist.is-added .lbcx-wishlist-heart{fill:currentColor!important}
.lbcx-wishlist-engine{position:absolute!important;inset:0!important;z-index:2!important;width:100%!important;height:100%!important;overflow:hidden!important;opacity:.001!important;pointer-events:none!important}
.lbcx-wishlist-engine *{pointer-events:none!important}

/* =========================================================
   HOMEPAGE SLIDER
========================================================= */

.lbcx-slider{position:relative;width:100%;margin:0;padding:0!important;overflow:visible!important}
.lbcx-slider-track{width:100%;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--lbcx-slider-desktop) - 1) * 10px) / var(--lbcx-slider-desktop));gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-inline:contain;padding:2px 0 5px}
.lbcx-slider-track::-webkit-scrollbar{display:none}
.lbcx-slider-track .lbcx-card{scroll-snap-align:start}
.lbcx-slider-arrow{position:absolute;z-index:30;top:var(--lbcx-slider-arrow-top,28%);width:34px;height:43px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--lbcx-plum);background:#fffaf6;border:1px solid var(--lbcx-border-strong);border-radius:8px;box-shadow:0 3px 12px rgba(60,31,48,.10);cursor:pointer;transform:translateY(-50%);transition:color .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease!important}
.lbcx-slider-arrow:hover{color:#fff;background:var(--lbcx-plum);border-color:var(--lbcx-plum)}
.lbcx-slider-arrow:disabled{opacity:.3;cursor:default}
.lbcx-slider-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lbcx-slider-prev{left:6px}.lbcx-slider-next{right:6px}

/* =========================================================
   GRID / LOAD MORE
========================================================= */

.lbcx-grid-wrap{width:100%;margin:0;padding:0}
.lbcx-grid{width:100%;display:grid;grid-template-columns:repeat(var(--lbcx-grid-desktop,6),minmax(0,1fr));gap:11px}
.lbcx-load-more-wrap{width:100%;margin:15px 0 0;display:flex;justify-content:center}
.lbcx-load-more{min-height:38px;margin:0;padding:8px 16px;color:#fff;background:var(--lbcx-plum);border:1px solid var(--lbcx-plum);border-radius:999px;font:700 9.5px/1 'DM Sans',Arial,sans-serif;letter-spacing:.025em;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}
.lbcx-load-more:hover{background:var(--lbcx-plum-dark);border-color:var(--lbcx-plum-dark);transform:translateY(-1px)}
.lbcx-load-more:disabled{opacity:.6;cursor:wait;transform:none}
.lbcx-empty{padding:16px;background:var(--lbcx-ivory);border:1px solid var(--lbcx-border);border-radius:11px;color:var(--lbcx-muted);font:500 12px/1.5 'DM Sans',Arial,sans-serif}

/* =========================================================
   CATEGORY ARCHIVES
========================================================= */

.lbcx-archive{width:100%;max-width:none!important;margin:0!important;padding:14px 0 32px!important;background:#fff!important;color:var(--lbcx-text)!important}
.lbcx-archive-inner{width:min(1600px,94vw);max-width:none!important;margin:0 auto!important;padding:0!important}

.lbcx-breadcrumbs{margin:0 0 8px;padding:0 2px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#9a8790;font:500 9px/1.3 'DM Sans',Arial,sans-serif}
.lbcx-breadcrumbs a{color:var(--lbcx-muted)!important;text-decoration:none!important}
.lbcx-breadcrumbs a:hover{color:var(--lbcx-plum)!important}
.lbcx-breadcrumbs__current{color:var(--lbcx-plum)!important;font-weight:600!important}

.lbcx-archive-hero{padding:clamp(20px,2.7vw,30px);background:var(--lbcx-ivory);border:1px solid var(--lbcx-border);border-radius:17px;position:relative;overflow:hidden}
.lbcx-archive-hero:after{content:"";position:absolute;right:-45px;top:-48px;width:112px;height:112px;border-radius:50%;background:var(--lbcx-rose);pointer-events:none}
.lbcx-archive-heading-row{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.lbcx-archive-copy{max-width:930px;min-width:0}
.lbcx-archive-eyebrow{display:flex;align-items:center;gap:7px;margin:0 0 7px;color:var(--lbcx-plum-soft);font:700 8.5px/1 'DM Sans',Arial,sans-serif;letter-spacing:.11em;text-transform:uppercase}
.lbcx-archive-eyebrow span{width:18px;height:2px;background:var(--lbcx-plum)}
.lbcx-archive-copy h1{margin:0!important;padding:0!important;color:var(--lbcx-plum-dark)!important;font:600 clamp(38px,4.3vw,59px)/1 'Cormorant Garamond',serif!important;letter-spacing:.002em!important}
.lbcx-archive-description{max-width:790px;margin-top:8px;color:var(--lbcx-muted)!important;font:400 12.5px/1.6 'DM Sans',Arial,sans-serif!important}
.lbcx-archive-description p{margin:0!important;color:inherit!important;font:inherit!important}
.lbcx-archive-description p+p{margin-top:7px!important}

.lbcx-archive-notes{margin-top:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.lbcx-archive-notes span{min-height:27px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;background:#fffaf6;border:1px solid #dfd1d7;border-radius:999px;color:var(--lbcx-plum-soft);font:600 8.5px/1 'DM Sans',Arial,sans-serif;white-space:nowrap}
.lbcx-archive-notes i{width:5px;height:5px;display:block;flex:0 0 5px;border-radius:50%;background:var(--lbcx-plum)}

.lbcx-archive-count{position:relative;z-index:2;min-width:91px;padding:10px 12px;background:#fffaf6;border:1px solid var(--lbcx-border);border-radius:11px;text-align:center}
.lbcx-archive-count strong{display:block;color:var(--lbcx-plum);font:600 27px/1 'Cormorant Garamond',serif}
.lbcx-archive-count span{display:block;margin-top:3px;color:var(--lbcx-muted);font:700 7.5px/1 'DM Sans',Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}

.lbcx-category-section,.lbcx-products-section{margin-top:10px;padding:16px;background:var(--lbcx-cream);border:1px solid var(--lbcx-border);border-radius:15px}
.lbcx-category-section{position:relative;overflow:hidden}
.lbcx-section-heading{margin:0 0 11px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.lbcx-section-heading>div>span{display:block;margin-bottom:3px;color:var(--lbcx-plum-soft);font:700 7.5px/1 'DM Sans',Arial,sans-serif;letter-spacing:.11em;text-transform:uppercase}
.lbcx-section-heading h2{margin:0!important;color:var(--lbcx-plum-dark)!important;font:600 clamp(24px,2.25vw,32px)/1.02 'Cormorant Garamond',serif!important;letter-spacing:0!important}
.lbcx-section-heading>small,.lbcx-category-heading-meta>small{color:var(--lbcx-muted);font:600 8.5px/1 'DM Sans',Arial,sans-serif;white-space:nowrap}
.lbcx-category-heading-meta{display:flex;align-items:center;gap:7px}
.lbcx-category-nav{display:flex;align-items:center;gap:5px}
.lbcx-category-nav button{appearance:none;width:31px;height:31px;min-width:31px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--lbcx-plum);background:#fff;border:1px solid var(--lbcx-border);border-radius:7px;box-shadow:none;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease}
.lbcx-category-nav button:hover:not(:disabled){color:#fff;background:var(--lbcx-plum);border-color:var(--lbcx-plum)}
.lbcx-category-nav button:disabled{opacity:.32;cursor:default}
.lbcx-category-nav button svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.lbcx-category-grid{width:100%;display:flex;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1px 1px 3px}
.lbcx-category-grid::-webkit-scrollbar{display:none}
.lbcx-category-card{width:calc((100% - 24px)/4);min-width:calc((100% - 24px)/4);max-width:calc((100% - 24px)/4);flex:0 0 calc((100% - 24px)/4);scroll-snap-align:start;min-height:76px;padding:7px;display:grid;grid-template-columns:57px minmax(0,1fr) 24px;align-items:center;gap:8px;color:var(--lbcx-text)!important;background:#fff;border:1px solid #e3d7dc;border-radius:10px;text-decoration:none!important;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}
.lbcx-category-card:hover{color:var(--lbcx-text)!important;background:#fff;border-color:#cbb4be;transform:translateY(-1px)}
.lbcx-category-card-media{width:57px;height:57px;min-width:57px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border:1px solid #eee4e7;border-radius:8px}
.lbcx-category-image{width:100%!important;height:100%!important;display:block!important;padding:4px!important;object-fit:contain!important;background:#fff!important}
.lbcx-category-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--lbcx-rose-light);color:var(--lbcx-plum)}
.lbcx-category-fallback svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lbcx-category-card-copy{min-width:0;display:block}
.lbcx-category-card-copy strong{display:block;overflow:hidden;color:var(--lbcx-plum-dark);font:600 16px/1.05 'Cormorant Garamond',serif;white-space:nowrap;text-overflow:ellipsis}
.lbcx-category-card-copy small{display:block;margin-top:4px;color:var(--lbcx-muted);font:500 8px/1 'DM Sans',Arial,sans-serif}
.lbcx-category-card-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--lbcx-rose);border-radius:50%;color:var(--lbcx-plum);font:600 10px/1 'DM Sans',Arial,sans-serif;transition:background-color .16s ease,color .16s ease,transform .16s ease}
.lbcx-category-card:hover .lbcx-category-card-arrow{background:var(--lbcx-plum);color:#fff;transform:translateX(2px)}

.lbcx-products-top{margin-bottom:11px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.lbcx-section-heading--products{margin-bottom:0}
.lbcx-archive-tools{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.lbcx-search-field{width:min(245px,38vw);min-height:37px;padding:0 10px;display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--lbcx-border);border-radius:8px}
.lbcx-search-field svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:var(--lbcx-plum-soft);stroke-width:1.7;stroke-linecap:round}
.lbcx-search-field input{width:100%;height:35px;margin:0!important;padding:0!important;color:var(--lbcx-text)!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;font:500 10px/1 'DM Sans',Arial,sans-serif!important}
.lbcx-sort-field{min-height:37px;padding:0 8px;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--lbcx-border);border-radius:8px}
.lbcx-sort-field>span{color:var(--lbcx-plum-soft);font:700 7.5px/1 'DM Sans',Arial,sans-serif;text-transform:uppercase}
.lbcx-sort-field select{height:33px!important;margin:0!important;padding:0 22px 0 2px!important;color:var(--lbcx-text)!important;background:#fff!important;border:0!important;box-shadow:none!important;outline:0!important;font:600 9.5px/1 'DM Sans',Arial,sans-serif!important}
.lbcx-filter-apply,.lbcx-filter-clear{min-height:37px;padding:8px 12px!important;display:inline-flex;align-items:center;justify-content:center;border-radius:8px!important;font:700 8.5px/1 'DM Sans',Arial,sans-serif!important;letter-spacing:.02em;text-decoration:none!important;cursor:pointer}
.lbcx-filter-apply{color:#fff!important;background:var(--lbcx-plum)!important;border:1px solid var(--lbcx-plum)!important}
.lbcx-filter-apply:hover{background:var(--lbcx-plum-dark)!important;border-color:var(--lbcx-plum-dark)!important;color:#fff!important}
.lbcx-filter-clear{color:var(--lbcx-plum)!important;background:#fff!important;border:1px solid var(--lbcx-border)!important}
.lbcx-filter-clear:hover{color:var(--lbcx-plum-dark)!important;background:var(--lbcx-rose-light)!important}
.lbcx-archive-grid{grid-template-columns:repeat(var(--lbcx-archive-desktop,6),minmax(0,1fr))}

.lbcx-pagination{margin-top:16px}.lbcx-pagination ul{display:flex;gap:5px;justify-content:center;list-style:none;margin:0;padding:0}.lbcx-pagination a,.lbcx-pagination span{min-width:33px;height:33px;padding:0 8px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--lbcx-border);border-radius:7px;color:var(--lbcx-plum)!important;font:700 9px/1 'DM Sans',Arial,sans-serif;text-decoration:none!important}.lbcx-pagination .current,.lbcx-pagination a:hover{background:var(--lbcx-plum);border-color:var(--lbcx-plum);color:#fff!important}
.lbcx-archive-empty h2{margin:0 0 4px!important;color:var(--lbcx-plum-dark)!important;font:600 25px/1 'Cormorant Garamond',serif!important}.lbcx-archive-empty p{margin:0!important;color:var(--lbcx-muted)!important;font:400 12px/1.5 'DM Sans',Arial,sans-serif!important}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(min-width:1450px){
    .lbcx-category-card{width:calc((100% - 32px)/5);min-width:calc((100% - 32px)/5);max-width:calc((100% - 32px)/5);flex-basis:calc((100% - 32px)/5)}
}

@media(min-width:768px) and (max-width:1100px){
    .lbcx-slider-track{grid-auto-columns:calc((100% - 20px)/3);gap:10px}
    .lbcx-grid,.lbcx-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
    .lbcx-category-card{width:calc((100% - 16px)/3);min-width:calc((100% - 16px)/3);max-width:calc((100% - 16px)/3);flex-basis:calc((100% - 16px)/3)}
    .lbcx-products-top{align-items:flex-start;flex-direction:column}
    .lbcx-archive-tools{width:100%;justify-content:flex-start}
    .lbcx-search-field{width:min(320px,55vw)}
}

@media(max-width:767px){
    .lbcx-slider{padding:0!important}
    .lbcx-slider-track{grid-auto-columns:calc((100% - (var(--lbcx-slider-mobile) - 1) * 8px) / var(--lbcx-slider-mobile));gap:8px;padding-left:0!important;padding-right:0!important}
    .lbcx-slider-arrow{width:30px;height:39px;border-radius:7px}
    .lbcx-slider-prev{left:4px}.lbcx-slider-next{right:4px}
    .lbcx-grid{grid-template-columns:repeat(var(--lbcx-grid-mobile,2),minmax(0,1fr));gap:8px}
    .lbcx-card-body{padding:7px 7px 8px}
    body .lbcx-card-title,.lbcx-card-title{font-size:10.5px!important;min-height:28px;margin-bottom:3px!important}
    .lbcx-card-image,.lbcx-card-media img{padding:min(var(--lbcx-image-padding),5px)!important}
    .lbcx-price-row{min-height:25px;margin-bottom:5px}
    .lbcx-price{font-size:10.5px!important}.lbcx-price del{font-size:7.5px!important}
    .lbcx-view-product,a.lbcx-view-product{min-height:30px!important;padding:6px!important;font-size:7.5px!important;border-radius:6px!important}
    .lbcx-rating{margin:1px 0 4px!important;gap:3px!important}.lbcx-rating__stars{height:10px!important}.lbcx-rating__star{width:10px!important;height:10px!important;flex-basis:10px!important}.lbcx-rating__starBase,.lbcx-rating__starActive{width:10px!important;height:10px!important}.lbcx-rating__starFill{height:10px!important}.lbcx-rating__number{font-size:8px!important;height:11px!important}
    .lbcx-sale-badge{top:5px;left:5px;min-width:33px;min-height:18px;padding:4px 5px;font-size:7px}
    .lbcx-wishlist{top:5px!important;right:5px!important;width:26px!important;height:26px!important}.lbcx-wishlist-ui{width:26px!important;height:26px!important}.lbcx-wishlist-heart{width:12px!important;height:12px!important}

    .lbcx-archive{padding:9px 0 22px!important}
    .lbcx-archive-inner{width:94vw}
    .lbcx-breadcrumbs{margin-bottom:6px;font-size:8px}
    .lbcx-archive-hero{padding:18px 14px;border-radius:14px}
    .lbcx-archive-hero:after{width:84px;height:84px;right:-38px;top:-39px}
    .lbcx-archive-heading-row{align-items:flex-start;flex-direction:column;gap:10px}
    .lbcx-archive-copy h1{font-size:38px!important;line-height:1!important}
    .lbcx-archive-description{font-size:11.5px!important;line-height:1.55!important}
    .lbcx-archive-notes{margin-top:9px;gap:5px}.lbcx-archive-notes span{min-height:25px;padding:0 8px;font-size:7.8px}
    .lbcx-archive-count{min-width:76px;padding:7px 10px}.lbcx-archive-count strong{font-size:23px}.lbcx-archive-count span{font-size:6.8px}
    .lbcx-category-section,.lbcx-products-section{margin-top:8px;padding:12px;border-radius:12px}
    .lbcx-section-heading{margin-bottom:8px;align-items:center}.lbcx-section-heading h2{font-size:26px!important}.lbcx-category-heading-meta>small{display:none}
    .lbcx-category-nav button{width:29px;height:29px;min-width:29px;border-radius:6px}
    .lbcx-category-grid{gap:7px;padding:1px 8px 3px 0}
    .lbcx-category-card{width:80%;min-width:80%;max-width:80%;flex:0 0 80%;min-height:69px;grid-template-columns:51px minmax(0,1fr) 22px;padding:6px;gap:7px}
    .lbcx-category-card-media{width:51px;height:51px;min-width:51px}.lbcx-category-card-copy strong{font-size:15px}.lbcx-category-card-arrow{width:22px;height:22px}.lbcx-category-card:hover{transform:none}
    .lbcx-products-top{gap:8px;align-items:flex-start;flex-direction:column}
    .lbcx-archive-tools{width:100%;gap:5px;justify-content:flex-start}.lbcx-search-field{width:100%}.lbcx-sort-field{flex:1 1 auto}.lbcx-sort-field select{width:100%}
    .lbcx-filter-apply,.lbcx-filter-clear{min-height:35px}
    .lbcx-archive-grid{grid-template-columns:repeat(var(--lbcx-archive-mobile,2),minmax(0,1fr));gap:8px}
    .lbcx-load-more{width:100%;min-height:36px}
}

@media(max-width:420px){
    .lbcx-category-card{width:86%;min-width:86%;max-width:86%;flex-basis:86%}
}

@media(max-width:380px){
    .lbcx-slider-track{gap:7px}.lbcx-slider-arrow{width:28px;height:37px}.lbcx-grid{gap:7px}
    body .lbcx-card-title,.lbcx-card-title{font-size:10px!important}
    .lbcx-view-product,a.lbcx-view-product{font-size:7px!important}
    .lbcx-archive-notes span{font-size:7.3px;padding:0 7px}
}
