.product-details .faq-item .accordion .accordion-item .accordion-button {
    border-bottom: 0px !important;
}

.min-h-auto {
    min-height: auto !important;
}

.password-input::-ms-reveal,
.password-input::-ms-clear {
    display: none;
}

.continue-shipping a {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.product-varint-prizes .product-discount-price {
    color: #ddd;
    font-size: 15px;
}

.premium-subsciption .premium-right-container .pre-documentation {
    padding-left : 0px;
}

.premium-subsciption.product-details ol.breadcrumb {
    margin-left: 0 !important;
}


.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}

.aspect-square{
    aspect-ratio: 1/1;
}

.pt-100-parcent{
    padding-top: 100%;
}
.pt-120-parcent{
    padding-top: 120%;
}

.pt-70-parcent{
    padding-top: 70%;
}

.pt-50-parcent{
    padding-top: 50%;
}




.iti {
    --iti-path-flags-1x: url('../library/intl-tel-input/img/flags.webp');
    --iti-path-flags-2x: url('../library/intl-tel-input/img/flags@2x.webp');
    --iti-path-globe-1x: url('../library/intl-tel-input/img/globe.webp');
    --iti-path-globe-2x: url('../library/intl-tel-input/img/globe@2x.webp');
}

.widget-area-start .product-category-item .product-categories li a.active {
    --text-color: var(--primary-color) !important;
    color: var(--text-color) !important;
}

/* Body dark mode hole এই তিনটা class এর ভিতরের লেখা হালকা রঙে দেখাবে */
body[data-theme="dark"] .product-short-description,
body[data-theme="dark"] .product-description,
body[data-theme="dark"] .product-additional-information {
    color: #f5f5f5;
}

/* Headings */
body[data-theme="dark"] .product-short-description h6,
body[data-theme="dark"] .product-description h6,
body[data-theme="dark"] .product-additional-information h4,
body[data-theme="dark"] .product-additional-information h6 {
    color: #ffffff;
}

/* Paragraphs, strong text, lists */
body[data-theme="dark"] .product-short-description p,
body[data-theme="dark"] .product-description p,
body[data-theme="dark"] .product-additional-information p,
body[data-theme="dark"] .product-short-description strong,
body[data-theme="dark"] .product-description strong,
body[data-theme="dark"] .product-additional-information strong,
body[data-theme="dark"] .product-short-description ul,
body[data-theme="dark"] .product-description ul,
body[data-theme="dark"] .product-additional-information ul,
body[data-theme="dark"] .product-short-description li,
body[data-theme="dark"] .product-description li,
body[data-theme="dark"] .product-additional-information li,
body[data-theme="dark"] .product-short-description span,
body[data-theme="dark"] .product-description span,
body[data-theme="dark"] .product-additional-information span {
    color: #dddddd  !important;;
}

/* Anchor tags */
body[data-theme="dark"] .product-short-description a,
body[data-theme="dark"] .product-description a,
body[data-theme="dark"] .product-additional-information a {
    color: #1ca7ff;
    text-decoration: underline;
}

/* Optional: list icon color (if any SVG or pseudo elements used) */
body[data-theme="dark"] .product-short-description svg path,
body[data-theme="dark"] .product-description svg path,
body[data-theme="dark"] .product-additional-information svg path {
    fill: #f5f5f5;
}


/* shop page category accordion arrow rotation */
/* Default arrow */
.toggle-arrow i {
    transition: 0.25s ease;
}

/* When accordion is OPEN */
.toggle-arrow[aria-expanded="true"] i {
    transform: rotate(90deg); /* right → down */
}

/* .category-scroll {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
} */

/* Smooth scrollbar for better UI */
.category-scroll::-webkit-scrollbar {
    width: 6px;
}

.category-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.category-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.category-scroll::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.filter-remove-x {
    cursor: pointer;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}


/* Hide the actual input box (keep only the slider visible) */
#price-range {
    opacity: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

/* Ion Range Slider height fixes */
.irs {
    height: 50px !important;
}

.irs-line,
.irs-bar,
.irs-slider {
    height: 6px !important;
    border-radius: 4px !important;
}





.image-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
    cursor: zoom-out;
    z-index: 9999;
}

.image-viewer img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}
.review-images img {
    cursor: pointer;
    transition: 0.2s;
}
.review-images img:hover {
    transform: scale(1.05);
}


.stars {
  --star-size: 24px;
  --star-color: #ccc;
  --star-fill: #ffc107;
  
  font-size: var(--star-size);
  font-family: Times; /* ensures star renders nicely */
  line-height: 1;
  display: inline-block;
  position: relative;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-fill) calc(var(--rating) / 5 * 100%),
    var(--star-color) calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ── Shops list page ── */
.shops-page { background: #f6f7f9; }
.shops-shell { padding-bottom: 56px; }
.shops-hero { padding: 32px; border: 1px solid var(--border-color); border-radius: 8px; background: linear-gradient(135deg, #fff8d8 0%, #ffffff 72%); }
.shops-title { margin: 0; color: var(--text-color); font-size: 38px; line-height: 1.1; font-weight: 700; }
.shops-subtitle { max-width: 700px; margin: 14px 0 0; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }
.shops-search { margin-top: 22px; max-width: 460px; }
.shops-search .input-group { flex-wrap: nowrap; }
.shops-search .form-control { min-height: 48px; border-color: var(--border-color); border-radius: 8px 0 0 8px !important; box-shadow: none; }
.shops-search .btn { min-width: 56px; border-radius: 0 8px 8px 0 !important; background: var(--text-color); border-color: var(--text-color); color: #fff; }
.shops-search .btn i { color: #fff; }
.shops-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.shop-card { overflow: hidden; border: 1px solid var(--border-color); border-radius: 8px; background: #fff; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.shop-card:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16,24,40,0.08); }
.shop-card__banner { height: 180px; background: #eef2f6 center/cover no-repeat; }
.shop-card__body { padding: 0 20px 20px; }
.shop-card__logo { width: 78px; height: 78px; margin-top: -38px; border: 4px solid #fff; border-radius: 8px; background: #fff; object-fit: contain; box-shadow: 0 12px 24px rgba(16,24,40,0.08); }
.shop-card__title { margin: 14px 0 8px; color: var(--text-color); font-size: 24px; line-height: 1.2; font-weight: 700; }
.shop-card__title a { color: inherit; text-decoration: none; }
.shop-card__meta, .shop-card__stats { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.shop-card__meta { color: var(--text-secondary); font-size: 14px; }
.shop-card__stats { margin-top: 16px; }
.shop-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid #e4e7ec; border-radius: 999px; background: #fff; color: #344054; font-size: 13px; font-weight: 600; }
.shop-card__description { margin: 16px 0 0; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
.shop-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.shop-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s ease; }
.shop-btn--primary { color: #111827; background: #facc15; }
.shop-btn--primary:hover { color: #111827; background: #f4bf10; }
.shop-btn--secondary { color: var(--text-color); background: #fff; border-color: var(--border-color); }
.shop-btn--secondary:hover { color: var(--text-color); background: #f9fafb; border-color: #bfc6d1; }
.shops-empty { margin-top: 28px; padding: 42px 24px; border: 1px dashed var(--border-color); border-radius: 8px; text-align: center; color: var(--text-secondary); background: #fff; }
@media (max-width: 1199px) { .shops-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .shops-hero { padding: 22px 18px; } .shops-title { font-size: 30px; } .shops-grid { grid-template-columns: 1fr; } }

/* ── Checkout address card dark mode ── */
body[data-theme="dark"] .address-card-content {
    background: #343a40;
    border-color: #4b5563 !important;
    color: #f3f4f6;
}

body[data-theme="dark"] .address-card-content h6,
body[data-theme="dark"] .address-card-content .small,
body[data-theme="dark"] .address-card-content p,
body[data-theme="dark"] .address-card-content i {
    color: #f3f4f6 !important;
}

body[data-theme="dark"] .address-card-content .badge {
    color: #fff !important;
}

body[data-theme="dark"] .address-card-content.border-primary,
body[data-theme="dark"] .address-card-content.bg-light-primary {
    background: #3f4752 !important;
    border-color: #60a5fa !important;
}

body[data-theme="dark"] .address-card-content .check-icon,
body[data-theme="dark"] .address-card-content .check-icon i {
    color: #93c5fd !important;
}

/* ── Seller products page ── */
.seller-products-page { background: var(--bg-gray); }
.seller-products-shell { padding-bottom: 56px; }
.seller-products-hero { position: relative; overflow: hidden; border-radius: 8px; min-height: 320px; color: #fff; background: #111827 center/cover no-repeat; box-shadow: 0 20px 50px rgba(17,24,39,0.12); }
.seller-products-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,24,40,0.88) 0%, rgba(16,24,40,0.72) 38%, rgba(16,24,40,0.22) 100%); }
.seller-products-hero__body { position: relative; z-index: 1; min-height: 320px; display: flex; padding: 32px; }
.seller-products-hero__eyebrow, .seller-products-section__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.seller-products-hero__eyebrow { margin-bottom: 16px; color: #fff; background: rgba(255,255,255,0.14); }
.seller-products-hero__identity { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.seller-products-hero__logo { width: 80px; height: 80px; padding: 10px; border-radius: 8px; background: rgba(255,255,255,0.96); object-fit: contain; }
.seller-products-hero__title { margin: 0; color: #fff; font-size: 40px; line-height: 1.08; font-weight: 700; }
.seller-products-hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,0.92); font-size: 14px; }
.seller-products-hero__summary { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.7; }
.seller-products-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: -38px; padding: 0 24px; position: relative; z-index: 1; }
.seller-products-stat { padding: 16px 18px; border-radius: 8px; background: var(--white-3); box-shadow: 0 14px 34px rgba(15,23,42,0.08); }
.seller-products-stat__value { display: block; color: var(--text-color); font-size: 24px; line-height: 1.1; font-weight: 700; }
.seller-products-stat__label { display: block; margin-top: 4px; color: var(--text-secondary); font-size: 13px; }
.seller-products-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; padding: 16px 18px; border: 1px solid #e8ebf0; border-radius: 8px; background: var(--white-3); }
.seller-products-nav__links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.seller-products-nav__links a, .seller-products-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid #e4e7ec; border-radius: 999px; background: #fff; color: #344054; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
.seller-products-nav__links a.active, .seller-products-nav__links a:hover, .seller-products-chip:hover { color: #111827; border-color: #facc15; background: #fff8d8; }
.seller-products-search { min-width: min(100%, 360px); }
.seller-products-search .form-control { min-height: 46px; border-color: var(--border-color); border-radius: 8px 0 0 8px; box-shadow: none; }
.seller-products-search .btn { min-width: 52px; border-radius: 0 8px 8px 0; background: var(--text-color); border-color: var(--text-color); color: #fff; }
.seller-products-categories { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.seller-products-section { margin-top: 28px; padding: 28px; border: 1px solid var(--border-color); border-radius: 8px;; }
.seller-products-section__header { display: flex; align-items: end; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.seller-products-section__eyebrow { color: #8a6500; background: #fff8d8; }
.seller-products-section__title { margin: 0; color: var(--text-color); font-size: 30px; line-height: 1.15; font-weight: 700; }
.seller-products-section__description { margin: 10px 0 0; color: var(--text-secondary); font-size: 15px; line-height: 1.7; max-width: 620px; }
.seller-products-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #f9fafb; border: 1px solid #e4e7ec; color: #344054; font-size: 13px; font-weight: 600; }
.seller-products-empty { padding: 42px 24px; text-align: center; color: var(--text-secondary); border: 1px dashed var(--border-color); border-radius: 8px; background: #fbfcfd; }
@media (max-width: 991px) { .seller-products-stats { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 16px; } }
@media (max-width: 767px) { .seller-products-hero__body { min-height: 0; padding: 22px 18px 24px; } .seller-products-hero__title { font-size: 30px; } .seller-products-stats { grid-template-columns: 1fr; margin-top: 16px; padding: 0; } .seller-products-nav, .seller-products-section { padding: 18px; } .seller-products-search { width: 100%; min-width: 0; } .seller-products-section__title { font-size: 24px; } }

/* ── Variant unselected alert ── */
@keyframes shake-x {
  0%,100% { transform: translateX(0); }
  20%      { transform: translateX(-6px); }
  40%      { transform: translateX(6px); }
  60%      { transform: translateX(-4px); }
  80%      { transform: translateX(4px); }
}
.shake-alert { animation: shake-x 0.5s ease; }
.variant-unselected .btn-check-container { padding: 8px; border-radius: 8px; border: 1.5px solid #f97316; background: #fff7ed; }
.variant-unselected label.heading4 { color: #ea580c; }

/* ── Checkout payment method hover/select ── */
.payment-getway .btn-outline-secondary:hover,
.payment-getway .btn-outline-secondary:focus,
.payment-getway .btn-outline-secondary:active,
.payment-getway .btn-outline-secondary:not(:disabled):not(.disabled):active,
.payment-getway .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

.payment-getway .btn-check:checked + .btn-outline-secondary,
.payment-getway .btn-check:focus + .btn-outline-secondary,
.payment-getway .btn-check:active + .btn-outline-secondary {
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

body[data-theme="dark"] .payment-getway .btn-outline-secondary:hover,
body[data-theme="dark"] .payment-getway .btn-outline-secondary:focus,
body[data-theme="dark"] .payment-getway .btn-outline-secondary:active,
body[data-theme="dark"] .payment-getway .btn-outline-secondary:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .payment-getway .btn-outline-secondary:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .payment-getway .btn-check:checked + .btn-outline-secondary,
body[data-theme="dark"] .payment-getway .btn-check:focus + .btn-outline-secondary,
body[data-theme="dark"] .payment-getway .btn-check:active + .btn-outline-secondary {
    background-color: #3f4752 !important;
    background-image: none !important;
    color: inherit !important;
    border-color: #60a5fa !important;
    box-shadow: none !important;
}

body[data-theme="dark"] .payment-getway .btn-outline-secondary {
    background-color: #777a7f;
    color: inherit;
}

/* ── Dashboard UI Fixes ── */
/* Remove the overlapping dark circle on the sidebar */
.user-dashboard .offcanvas.user-dashboard-nav .offcanvas-body:after {
    display: none !important;
}

/* Force white text on wallet balance gradient cards */
.user-dashboard .card.text-white,
.user-dashboard .card.text-white * {
    color: #ffffff !important;
}

/* Ensure buttons on dark cards look proper */
.user-dashboard .card.text-white .btn-light {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.user-dashboard .card.text-white .btn-outline-light {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.user-dashboard .card.text-white .btn-outline-light:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.wallet-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 180px;
}

.wallet-balance-amount {
    font-size: 2rem;
}

.wallet-last-recharge-border {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    padding-top: 8px;
}

.wallet-decor-circle-top {
    right: -20px;
    top: -20px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.wallet-decor-circle-bottom {
    right: 30px;
    bottom: -30px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
}

.expenditure-card {
    background: linear-gradient(135deg, #2196F3 0%, #1565C0 100%);
    min-height: 85px;
}

.expenditure-icon-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .shop-pill {
    border: 1px solid #e4e7ec29;
    background: #2c3b46;
    color: #c6cad2;
}
[data-theme="dark"] .shop-card__meta {
    color: #acb5c5;
}
[data-theme="dark"] .shop-card__description {
    color: #acb5c5;
}

[data-theme="dark"] .shops-hero {
    border-color: var(--border-color);
    background: linear-gradient(135deg, #ccb0301f 0%, #2e98e81f 72%);
}

[data-theme="dark"] .seller-featured-product {
    border-color: var(--border-color);
    background: linear-gradient(135deg, #ccb0301f 0%, #2e98e81f 72%);
}

[data-theme="dark"] .seller-empty-state{
    background-color: var(--bg-gray);
}

.swiper-nav .swiper-button-next .swiper-navigation-icon, .swiper-nav .swiper-button-prev .swiper-navigation-icon {
    width: 14px;
    height: 14px;
    color: var(--text-color);
}

.swiper-nav .swiper-button-next:hover .swiper-navigation-icon, .swiper-nav .swiper-button-prev:hover .swiper-navigation-icon {
    color: var(--text-white);
}

.products-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--bg-white) 70%, transparent);
    min-height: 200px;
}

.beauty-two-header .catdrop-s1 button{
    background: white !important;
    color: #111 !important;
}

/* ================= style-eleven: unified header utility rail (c1t) ================= */
.c1t-util-rail{gap:.25rem}
.c1t-util{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
    min-width:56px;height:52px;padding:4px 10px;border:0;background:transparent;
    border-radius:12px;color:var(--text-primary,#0f1729);cursor:pointer;text-align:center;
    transition:background .18s ease,color .18s ease;
}
.c1t-util:hover{background:rgba(109,94,252,.08);color:var(--c1t-accent,#6d5efc)}
/* Same treatment for keyboard/click focus — the browser's default black focus
   ring made hovered vs clicked rail items look like two different designs. */
.c1t-util:focus{outline:none;box-shadow:none}
.c1t-util:focus-visible{outline:none;background:rgba(109,94,252,.12);color:var(--c1t-accent,#6d5efc);
    box-shadow:0 0 0 2px color-mix(in srgb, var(--c1t-accent,#6d5efc) 35%, transparent)}
.c1t-util-ico{display:flex;align-items:center;justify-content:center;width:24px;height:24px;line-height:1}
.c1t-util-ico svg,.c1t-util-ico i{display:block}
.c1t-util-lbl{
    display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600;line-height:1;
    max-width:96px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.c1t-util-caret{flex-shrink:0}
/* count badge — one shape/colour for wishlist + cart */
.c1t-util-badge{
    position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;
    display:flex;align-items:center;justify-content:center;
    font-size:10px;font-weight:700;line-height:1;color:#fff;border-radius:999px;
    background:var(--c1t-grad,linear-gradient(135deg,#6d5efc 0%,#a855f7 100%));
    box-shadow:0 0 0 2px var(--bg-white,#fff);
}
/* hide zero-count badges (JS only sets text, so :empty won't fire — use attr hook below) */
.c1t-util-badge.is-zero{display:none}
/* keep the flag icon crisp inside the 24px box */
.c1t-util-ico .flag-icon{font-size:18px;line-height:1}
/* theme toggle: JS flips these; default states match theme_mode_change.js */
.c1t-util .sun-icon{display:none}
body[data-theme="dark"] .c1t-util .sun-icon{display:block}
body[data-theme="dark"] .c1t-util .moon-icon{display:none}
/* dark mode */
body[data-theme="dark"] .c1t-util{color:var(--text-primary,#dfe1e4)}
body[data-theme="dark"] .c1t-util:hover{background:rgba(109,94,252,.18)}

/* ================= classic-1 v2 (c1t2) — advanced section layouts ================= */
/* Hero */
.c1t2-hero-band{position:relative;overflow:hidden}
.c1t2-hero-band::after{content:"";position:absolute;inset:0;pointer-events:none;
    background:radial-gradient(420px 220px at 15% 110%,rgba(255,255,255,.08),transparent 60%)}
.c1t2-hero-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;
    color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(6px);padding:6px 14px;border-radius:999px;line-height:1}
.c1t2-hero-title{text-shadow:0 2px 18px rgba(0,0,0,.25)}
.c1t2-hero-cta{background:#fff!important;color:var(--c1t-ink,#0f1729)!important;border:0!important;
    border-radius:999px!important;box-shadow:0 10px 26px -10px rgba(0,0,0,.45);
    transition:transform .2s ease,box-shadow .2s ease}
.c1t2-hero-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(0,0,0,.55);color:var(--c1t-ink,#0f1729)!important}
.c1t2-hero-media::before{content:"";position:absolute;inset:8%;border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);filter:blur(6px)}
.c1t2-hero-rail{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(10px);padding:10px;border-radius:16px}
.c1t2-hero-tile{background:rgba(255,255,255,.94);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease}
.c1t2-hero-tile:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px rgba(15,23,41,.45)}
.c1t2-hero-price{background:var(--c1t-grad,linear-gradient(135deg,#6d5efc,#a855f7));
    -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

/* Shared: swiper arrows grouped in section headers */
.c1t2-swiper-nav{position:relative}
.c1t2-swiper-nav .swiper-button-prev,.c1t2-swiper-nav .swiper-button-next{
    position:static!important;margin:0!important;transform:none!important;
    width:34px;height:34px;flex-shrink:0}
.c1t2-swiper-nav .swiper-button-prev::after,.c1t2-swiper-nav .swiper-button-next::after{font-size:13px}

/* Super deals spotlight */
.c1t2-spotlight-flare{position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(180deg,transparent 40%,rgba(15,23,41,.72) 100%)}
.c1t2-spotlight-bar{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;
    display:flex;align-items:center;gap:12px;padding:12px 14px;
    background:rgba(15,23,41,.55);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px)}
.c1t2-spotlight-ends{color:rgba(255,255,255,.75)}

/* Shop-by-category bento */
.c1t2-bento-scrim{position:absolute;inset:0;z-index:1;
    background:linear-gradient(180deg,transparent 35%,rgba(15,23,41,.78) 100%);
    transition:background .25s ease}
.c1t2-bento:hover .c1t2-bento-scrim{background:linear-gradient(180deg,rgba(109,94,252,.15) 0%,rgba(15,23,41,.85) 100%)}
.c1t2-bento-body{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;
    align-items:flex-end;justify-content:space-between;gap:8px;padding:16px 18px}
.c1t2-bento-arrow{display:flex;align-items:center;justify-content:center;width:34px;height:34px;
    flex-shrink:0;border-radius:999px;background:#fff;color:var(--c1t-ink,#0f1729);
    opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}
.c1t2-bento:hover .c1t2-bento-arrow{opacity:1;transform:translateY(0)}

/* Featured categories chip-tiles */
.c1t2-catchip{display:flex;align-items:center;gap:12px;padding:10px 12px;
    background:var(--bg-white,#fff);border:1px solid var(--border-color,rgba(15,23,41,.08));
    text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.c1t2-catchip:hover{border-color:rgba(109,94,252,.45);transform:translateY(-2px);
    box-shadow:0 10px 22px -12px rgba(109,94,252,.45)}
.c1t2-catchip-thumb{width:52px;height:52px;overflow:hidden;display:flex;align-items:center;
    justify-content:center;background:var(--bg-secondary,#f4f4f6)}
.c1t2-catchip-hint{color:var(--c1t-accent,#6d5efc);transform:translateY(2px);
    transition:opacity .2s ease,transform .2s ease}
.c1t2-catchip:hover .c1t2-catchip-hint{opacity:1;transform:translateY(0)}
.c1t2-catchip-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;
    border-radius:999px;color:var(--c1t-accent,#6d5efc);background:rgba(109,94,252,.10);
    transition:opacity .2s ease}
.c1t2-catchip:hover .c1t2-catchip-arrow{opacity:1}

/* Best selling: rank badges + banner chip */
.c1t2-rank-slide{position:relative}
.c1t2-rank-slide::before{content:attr(data-rank);position:absolute;top:8px;left:8px;z-index:5;
    display:flex;align-items:center;justify-content:center;min-width:34px;height:26px;padding:0 8px;
    font-weight:800;font-size:13px;color:#fff;border-radius:999px;
    background:var(--c1t-grad,linear-gradient(135deg,#6d5efc,#a855f7));
    box-shadow:0 4px 12px -4px rgba(109,94,252,.7)}
.c1t2-rankbanner-chip{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;
    gap:4px;font-size:12px;font-weight:700;color:var(--c1t-ink,#0f1729);background:rgba(255,255,255,.92);
    backdrop-filter:blur(6px);padding:7px 14px;border-radius:999px;line-height:1;
    box-shadow:0 6px 16px -8px rgba(15,23,41,.5)}

/* More-to-love load more */
.c1t2-loadmore{position:relative;margin-top:2rem;padding-top:1rem}
.c1t2-loadmore::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
    width:220px;height:1px;background:linear-gradient(90deg,transparent,rgba(109,94,252,.5),transparent)}

/* Footer v2 */
.c1t2-news-card{background:linear-gradient(135deg,rgba(109,94,252,.16),rgba(168,85,247,.10));
    border:1px solid rgba(109,94,252,.35);position:relative;overflow:hidden}
.c1t2-news-card::before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;
    border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.25),transparent 70%);pointer-events:none}
.c1t2-footer-link{position:relative;transition:color .2s ease,padding-left .2s ease}
.c1t2-footer-link:hover{padding-left:6px}

/* Dark mode tweaks */
body[data-theme="dark"] .c1t2-hero-tile{background:rgba(36,40,46,.94)}
body[data-theme="dark"] .c1t2-hero-tile .text-gray-800,
body[data-theme="dark"] .c1t2-hero-tile .text-gray-900{color:var(--text-primary,#dfe1e4)!important}
body[data-theme="dark"] .c1t2-catchip{background:var(--bg-white,#24282e);border-color:rgba(255,255,255,.10)}
body[data-theme="dark"] .c1t2-catchip .text-black{color:var(--text-primary,#dfe1e4)!important}
body[data-theme="dark"] .c1t2-catchip-thumb{background:rgba(255,255,255,.06)}

@media (prefers-reduced-motion:reduce){
    .c1t2-hero-tile,.c1t2-hero-cta,.c1t2-bento-arrow,.c1t2-catchip,.c1t2-catchip-hint{transition:none!important}
}
@media (max-width:767px){
    .c1t2-spotlight-bar{flex-direction:column;align-items:flex-start}
    .c1t2-spotlight-bar .c1t-cta{width:100%}
}

/* ---- Classic-1 hero: category rail + slider split ---- */
.c1t2-hero-split{display:block}
.c1t2-hero-stage{min-width:0}
@media (min-width:992px){
    .c1t2-hero-split{display:grid;grid-template-columns:264px minmax(0,1fr);gap:16px;align-items:start}
}
.c1t2-hero-wrap .c1t2-hero-band{border-radius:var(--appearance-card-border-radius,18px)}
.c1t2-hero-wrap .hero-five-slider{border-radius:var(--appearance-card-border-radius,18px);overflow:hidden}

/* Rail */
.c1t2-catrail{position:relative;background:var(--bg-white,#fff);border:1px solid rgba(109,94,252,.16);
    border-radius:var(--appearance-card-border-radius,14px);overflow:visible;padding:8px 0 10px;align-self:start}
.c1t2-catrail-head{display:flex;align-items:center;gap:10px;padding:10px 16px 12px;margin:0 8px 6px;
    font-size:14px;font-weight:700;color:#fff;background:var(--c1t-grad,linear-gradient(135deg,#6d5efc,#a855f7));
    border-radius:12px}
.c1t2-catrail-list{overflow:visible}
.c1t2-catrail-item{position:relative}
.c1t2-catrail-link{display:flex;align-items:center;gap:10px;padding:8px 16px;font-size:13.5px;font-weight:500;
    color:var(--text-primary,#0f1729);text-decoration:none;transition:background .16s ease,color .16s ease}
.c1t2-catrail-item:hover>.c1t2-catrail-link{background:rgba(109,94,252,.08);color:var(--c1t-accent,#6d5efc)}
.c1t2-catrail-icon{width:26px;height:26px;border-radius:var(--appearance-card-border-radius,7px);flex-shrink:0;display:flex;align-items:center;
    justify-content:center;background:rgba(109,94,252,.08);overflow:hidden;font-size:12px;color:var(--c1t-accent,#6d5efc)}
.c1t2-catrail-icon img{width:100%;height:100%;object-fit:contain}
.c1t2-catrail-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.c1t2-catrail-arrow{font-size:10px;opacity:.5;flex-shrink:0}
.c1t2-catrail-more{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 16px 0;padding:9px 12px;
    font-size:13px;font-weight:600;color:var(--c1t-accent,#6d5efc);background:rgba(109,94,252,.08);
    border-radius:var(--appearance-button-border-radius,10px);text-decoration:none;transition:background .16s ease,color .16s ease}
.c1t2-catrail-more:hover{background:var(--c1t-accent,#6d5efc);color:#fff}

/* Flyout */
.c1t2-catrail-flyout{position:absolute;top:0;inset-inline-start:100%;margin-inline-start:8px;min-width:230px;
    max-width:280px;background:var(--bg-white,#fff);border:1px solid rgba(109,94,252,.16);border-radius:var(--appearance-card-border-radius,14px);
    padding:12px 14px;box-shadow:0 22px 44px -22px rgba(15,23,42,.35);opacity:0;visibility:hidden;
    transform:translateX(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:40}
[dir="rtl"] .c1t2-catrail-flyout{transform:translateX(6px)}
.c1t2-catrail-item:hover>.c1t2-catrail-flyout{opacity:1;visibility:visible;transform:translateX(0)}
.c1t2-catrail-flyout-title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
    color:#94a3b8;margin-bottom:8px}
.c1t2-catrail-flyout ul li a{display:block;padding:5px 0;font-size:13px;color:var(--text-primary,#0f1729);
    text-decoration:none;transition:color .15s ease,padding-inline-start .15s ease}
.c1t2-catrail-flyout ul li a:hover{color:var(--c1t-accent,#6d5efc);padding-inline-start:4px}
.c1t2-catrail-flyout-all{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;font-weight:600;
    color:var(--c1t-accent,#6d5efc);text-decoration:none}

/* Hero polish */
.c1t2-hero-clock{font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.02em}
.c1t2-hero-chip.is-ended{opacity:.75}
.c1t2-hero-cta-ghost{background:rgba(255,255,255,.14)!important;color:#fff!important;
    border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;backdrop-filter:blur(6px);
    transition:background .2s ease,transform .2s ease}
.c1t2-hero-cta-ghost:hover{background:rgba(255,255,255,.24)!important;color:#fff!important;transform:translateY(-2px)}
.c1t2-hero-off{position:absolute;top:2px;inset-inline-start:2px;z-index:2;padding:2px 6px;border-radius:var(--appearance-button-border-radius,999px);
    font-size:10px;font-weight:700;line-height:1.3;color:#fff;background:linear-gradient(135deg,#ff5a7e,#ff8a5b);
    box-shadow:0 6px 14px -8px rgba(255,90,126,.9)}
.c1t2-hero-oldprice{font-size:11px;color:#94a3b8;text-decoration:line-through}

body[data-theme="dark"] .c1t2-catrail{background:var(--bg-white,#24282e);border-color:rgba(255,255,255,.10)}
body[data-theme="dark"] .c1t2-catrail-link{color:var(--text-primary,#dfe1e4)}
body[data-theme="dark"] .c1t2-catrail-flyout{background:var(--bg-white,#24282e);border-color:rgba(255,255,255,.10)}
body[data-theme="dark"] .c1t2-catrail-flyout ul li a{color:var(--text-primary,#dfe1e4)}

/* Line-icon uploads need breathing room; photos still fill the tile. */
.c1t2-catrail-icon img{object-fit:contain;padding:3px}

/* ---- Classic-1 category band (header bottom row) ---- */
.c1t-catbar{background:var(--c1t-grad,linear-gradient(135deg,#6d5efc,#a855f7));
    border-top:1px solid rgba(255,255,255,.14);position:relative;z-index:20}
.c1t-catbar .catdrop-s1,.c1t-catbar .catdrop-s2,.c1t-catbar .catdrop-s3{width:100%}
/* Trigger width matches the hero category rail so the two read as one column. */
.c1t-catbar-trigger{width:264px}
.c1t-catbar-trigger>div>button{width:100%!important;height:44px!important;border:0!important;border-radius:var(--appearance-button-border-radius,12px)!important;
    background:rgba(255,255,255,.16)!important;color:#fff!important;font-weight:600;justify-content:flex-start;gap:10px;
    backdrop-filter:blur(6px);transition:background .18s ease}
.c1t-catbar-trigger>div>button:hover,.c1t-catbar-trigger>div.open>button{background:rgba(255,255,255,.26)!important;color:#fff!important}
.c1t-catbar-nav>li>a,.c1t-catbar-nav>li>button,.c1t-catbar-nav .dropdown-toggle{color:#fff!important;opacity:.92}
.c1t-catbar-nav>li>a:hover,.c1t-catbar-nav .dropdown-toggle:hover{opacity:1;color:#fff!important}
.c1t-catbar-nav>li>a::after{background:#fff!important}
.c1t-catbar-cart{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);color:#fff;
    border-radius:var(--appearance-button-border-radius,999px);padding:6px 14px;font-size:13px;backdrop-filter:blur(6px);
    transition:background .18s ease,transform .18s ease}
.c1t-catbar-cart:hover{background:rgba(255,255,255,.28);color:#fff;transform:translateY(-1px)}
.c1t-catbar-cart-amount{display:block;font-weight:700;line-height:1.2}
.c1t-catbar-cart-count{display:block;font-size:11px;opacity:.85;line-height:1.2}
@media (max-width:991px){
    .c1t-catbar{background:transparent;border-top:0}
}

/* Product card meta: brand, savings, low-stock nudge */
.c1t-card-brand{display:block;text-transform:uppercase;letter-spacing:.06em;opacity:.8}
.c1t-card-save{display:inline-flex;align-items:center;padding:3px 7px;border-radius:var(--appearance-button-border-radius,999px);
    color:#0f9d58;background:rgba(15,157,88,.12)}
.c1t-card-stock{display:inline-flex;align-items:center;gap:4px;color:#e11d48}
body[data-theme="dark"] .c1t-card-save{color:#34d399;background:rgba(52,211,153,.14)}
body[data-theme="dark"] .c1t-card-stock{color:#fb7185}

/* Section "View All" pill (featured categories) */
.c1t2-viewall{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;
    color:#fff;text-decoration:none;background:var(--c1t-grad,linear-gradient(135deg,#6d5efc,#a855f7));
    border-radius:var(--appearance-button-border-radius,999px);
    box-shadow:0 10px 22px -14px rgba(109,94,252,.9);
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.c1t2-viewall:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.05);
    box-shadow:0 14px 26px -14px rgba(109,94,252,1)}
.c1t2-viewall:active{transform:translateY(0) scale(.98)}
.c1t2-viewall-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;
    padding:0 6px;font-size:11px;font-weight:700;line-height:1;border-radius:999px;
    background:rgba(255,255,255,.22);color:#fff}
.c1t2-viewall-ico{display:inline-flex;transition:transform .2s ease}
.c1t2-viewall:hover .c1t2-viewall-ico{transform:translateX(3px)}
[dir="rtl"] .c1t2-viewall-ico{transform:scaleX(-1)}
[dir="rtl"] .c1t2-viewall:hover .c1t2-viewall-ico{transform:scaleX(-1) translateX(3px)}

/* Desktop: the hero category rail already lists the categories, so the header
   trigger stops opening its panel there (mobile + inner pages keep it). */
@media (min-width:992px){
    body:has(.c1t2-catrail) .c1t-catbar-trigger .catdrop-s1-menu,
    body:has(.c1t2-catrail) .c1t-catbar-trigger .catdrop-s2-panel,
    body:has(.c1t2-catrail) .c1t-catbar-trigger .catdrop-s3-panel{display:none!important}
    body:has(.c1t2-catrail) .c1t-catbar-trigger>div>button{cursor:default}
}

/* Hero CTA row — explicit gap (the utility scale has no .gap-2/.gap-3 pair
   that applies to flex here, so the two pills used to sit flush). */
.c1t2-hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
@media (min-width:640px){.c1t2-hero-ctas{gap:12px}}

/* Dark mode: the hero band keeps its own dark gradient, so its copy must stay
   explicitly light — theme variables were repainting the title/CTAs into the
   band's own tone and the block read as blank. */
body[data-theme="dark"] .c1t2-hero-band .c1t2-hero-title,
body[data-theme="dark"] .c1t2-hero-band .text-white,
body[data-theme="dark"] .c1t2-hero-band h2,
body[data-theme="dark"] .c1t2-hero-band p{color:#fff!important}
body[data-theme="dark"] .c1t2-hero-chip{color:#fff!important;background:rgba(255,255,255,.16)!important;
    border-color:rgba(255,255,255,.24)!important}
body[data-theme="dark"] .c1t2-hero-cta{background:#fff!important;color:#0f1729!important}
body[data-theme="dark"] .c1t2-hero-cta-ghost{background:rgba(255,255,255,.16)!important;color:#fff!important;
    border-color:rgba(255,255,255,.30)!important}
body[data-theme="dark"] .c1t2-hero-rail{background:rgba(255,255,255,.10)!important;
    border-color:rgba(255,255,255,.16)!important}
body[data-theme="dark"] .c1t2-hero-tile .text-gray-800,
body[data-theme="dark"] .c1t2-hero-tile .text-black{color:var(--text-primary,#dfe1e4)!important}
body[data-theme="dark"] .c1t2-hero-oldprice{color:#9aa4b2!important}

/* Gradient section headings clip the fill to the text, so any theme that fails
   to resolve --c1t-grad renders them invisible. Restate the fallback and keep a
   solid colour under it. */
.c1t-title--grad{
    color:var(--c1t-accent,#6d5efc);
    background:var(--c1t-grad,linear-gradient(135deg,#6d5efc 0%,#a855f7 100%));
    -webkit-background-clip:text;background-clip:text;
    -webkit-text-fill-color:transparent;
}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){
    .c1t-title--grad{-webkit-text-fill-color:currentColor;background:none}
}
body[data-theme="dark"] .c1t-title--grad{
    background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 100%);
    -webkit-background-clip:text;background-clip:text;
    -webkit-text-fill-color:transparent;
}

@media (max-width:1199.98px){
    .grocery-one-product-grid{--bs-gutter-x:12px;--bs-gutter-y:12px}
}

/* ================= Shop applied-filter chips ================= */
.shop-filter-chip{background:var(--bg-white,#fff);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.shop-filter-chip:hover{transform:translateY(-2px);
    border-color:color-mix(in srgb, var(--primary-color) 45%, transparent)!important;
    box-shadow:0 8px 16px -10px color-mix(in srgb, var(--primary-color) 60%, transparent)}
.shop-filter-chip .filter-remove{cursor:pointer;width:18px;height:18px;font-size:14px;
    display:inline-flex;align-items:center;justify-content:center;border-radius:50%;
    background:color-mix(in srgb, var(--primary-color) 10%, transparent);
    color:var(--text-primary,#0f1729);
    transition:background .15s ease,color .15s ease}
.shop-filter-chip .filter-remove:hover{background:#e11d48;color:#fff}
body[data-theme="dark"] .shop-filter-chip{background:var(--bg-white,#161a20)}

/* ================= Header (style-3) inline search polish ================= */
.h3-header-search .sellino-search-form{
    border:1.5px solid color-mix(in srgb, var(--primary-color) 35%, transparent);
    background:var(--bg-white,#fff);
    transition:border-color .2s ease,box-shadow .2s ease}
.h3-header-search .sellino-search-form:focus-within{
    border-color:var(--primary-color);
    box-shadow:0 0 0 4px color-mix(in srgb, var(--primary-color) 12%, transparent)}
body[data-theme="dark"] .h3-header-search .sellino-search-form{background:var(--bg-white,#161a20)}

/* Submit: primary pill snug inside the rounded form, hover lift + glow */
.h3-header-search .sellino-search-btn{
    background:linear-gradient(135deg,var(--primary-color),color-mix(in srgb, var(--primary-color) 72%, #000)) !important;
    color:#fff !important;border:0 !important;border-radius:999px !important;
    font-weight:600;margin:4px;padding:8px 18px;
    box-shadow:0 6px 16px -8px color-mix(in srgb, var(--primary-color) 80%, transparent);
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.h3-header-search .sellino-search-btn:hover{
    transform:translateY(-1px);filter:brightness(1.06);
    box-shadow:0 10px 20px -8px color-mix(in srgb, var(--primary-color) 90%, transparent)}
.h3-header-search .sellino-search-btn:active{transform:translateY(0) scale(.97)}

/* ================= Blog card v2 (index-new / classic-2) ================= */
.f1-blog-card{background:var(--bg-white,#fff);border:1px solid var(--border-color,#e5e7eb);
    border-radius:var(--appearance-card-border-radius,12px);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.f1-blog-card:hover{transform:translateY(-4px);
    border-color:color-mix(in srgb, var(--primary-color) 30%, transparent);
    box-shadow:0 16px 30px -18px rgba(15,23,41,.28)}
.f1-blog-date{top:12px;left:12px;z-index:2;padding:6px 10px;border-radius:999px;
    background:color-mix(in srgb, var(--bg-white,#fff) 88%, transparent);
    color:var(--text-primary,#111);backdrop-filter:blur(4px);
    box-shadow:0 4px 10px rgba(0,0,0,.12)}
[dir="rtl"] .f1-blog-date{left:auto;right:12px}
.f1-blog-card:hover .f1-blog-title{color:var(--primary-color)}
.f1-blog-more{color:var(--primary-color)}
.f1-blog-more svg{transition:transform .2s ease}
.f1-blog-card:hover .f1-blog-more svg{transform:translate(2px,-2px)}
[dir="rtl"] .f1-blog-card:hover .f1-blog-more svg{transform:translate(-2px,-2px) scaleX(-1)}
[dir="rtl"] .f1-blog-more svg{transform:scaleX(-1)}
body[data-theme="dark"] .f1-blog-card{background:var(--bg-white,#161a20)}
body[data-theme="dark"] .f1-blog-date{background:rgba(22,26,32,.85);color:var(--text-primary,#dfe1e4)}

/* ================= furniture-one card v2 (classic-2 default card) ================= */
.f1-card{background:var(--bg-white,#fff);border:1px solid var(--border-color,#e5e7eb);
    border-radius:var(--appearance-card-border-radius,10px);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.f1-card:hover{transform:translateY(-4px);
    border-color:color-mix(in srgb, var(--primary-color) 30%, transparent);
    box-shadow:0 16px 30px -18px rgba(15,23,41,.28)}
.f1-card-badge{top:10px;left:10px;z-index:2;color:#fff;padding:4px 7px;
    background:var(--primary-color);
    border-radius:var(--appearance-button-border-radius,999px)}
[dir="rtl"] .f1-card-badge{left:auto;right:10px}
.f1-card-wish{top:10px;right:10px;z-index:2;width:32px;height:32px;border-radius:50%;
    background:var(--bg-white,#fff);color:var(--text-primary,#111);
    box-shadow:0 4px 10px rgba(0,0,0,.14);
    opacity:0;transform:translateY(-4px);
    transition:opacity .2s ease,transform .2s ease,color .2s ease}
.f1-card:hover .f1-card-wish{opacity:1;transform:none}
.f1-card-wish:hover{color:var(--primary-color)}
@media (hover:none){.f1-card-wish{opacity:1;transform:none}}
[dir="rtl"] .f1-card-wish{right:auto;left:10px}
.f1-card-price{color:var(--primary-color)}
body[data-theme="dark"] .f1-card{background:var(--bg-white,#161a20)}
body[data-theme="dark"] .f1-card-wish{background:var(--bg-white,#161a20);color:var(--text-primary,#dfe1e4)}

/* ================= Product details (style-two): sticky sidebar + store card ================= */
/* Sidebar column spans both grid rows (lg:row-span-2), so the card stays pinned
   through gallery + tab content and releases at the Related Products section. */
.pdt2-sticky-card{top:96px}
@media (max-width:991.98px){.pdt2-sticky-card{position:static!important}}

/* Sidebar price mirror: hidden until the card actually pins (is-pinned set by
   the sentinel observer in product-detail-style-two.js). */
.pdt2-sb-pricewrap{display:none}
.pdt2-sticky-card.is-pinned .pdt2-sb-pricewrap{display:block;animation:pdt2SbFade .25s ease}
@keyframes pdt2SbFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media (max-width:991.98px){.pdt2-sticky-card.is-pinned .pdt2-sb-pricewrap{display:none}}

.pdt2-store-card{padding:20px;position:relative;overflow:hidden;
    background:linear-gradient(135deg,color-mix(in srgb, var(--primary-color) 7%, var(--bg-white,#fff)) 0%,var(--bg-white,#fff) 55%);
    border:1px solid color-mix(in srgb, var(--primary-color) 16%, transparent);
    border-radius:var(--appearance-card-border-radius,12px)}
.pdt2-store-avatar{width:72px;height:72px;border-radius:50%;padding:3px;
    background:var(--bg-white,#fff);
    border:2px solid color-mix(in srgb, var(--primary-color) 45%, transparent);
    box-shadow:0 8px 20px -10px color-mix(in srgb, var(--primary-color) 60%, transparent)}
.pdt2-store-stats{gap:0}
.pdt2-store-stat{padding:0 18px;line-height:1.3}
.pdt2-store-stat:first-child{padding-left:0}
.pdt2-store-stat+.pdt2-store-stat{border-left:1px solid color-mix(in srgb, var(--primary-color) 18%, transparent)}
[dir="rtl"] .pdt2-store-stat:first-child{padding-left:18px;padding-right:0}
[dir="rtl"] .pdt2-store-stat+.pdt2-store-stat{border-left:0;border-right:1px solid color-mix(in srgb, var(--primary-color) 18%, transparent)}
body[data-theme="dark"] .pdt2-store-card{
    background:linear-gradient(135deg,color-mix(in srgb, var(--primary-color) 14%, var(--bg-white,#161a20)) 0%,var(--bg-white,#161a20) 55%);
    border-color:color-mix(in srgb, var(--primary-color) 26%, transparent)}

/* ================= Benefit strip v2 (index-new) — card layout ================= */
.benefit-card{position:relative;display:flex;align-items:flex-start;gap:14px;height:100%;
    padding:20px 18px;overflow:hidden;
    background:var(--bg-white,#fff);
    border:1px solid color-mix(in srgb, var(--primary-color) 14%, transparent);
    border-radius:var(--appearance-card-border-radius,12px);
    transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease}
.benefit-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;
    background:linear-gradient(90deg,var(--primary-color),color-mix(in srgb, var(--primary-color) 30%, transparent));
    transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.benefit-card:hover{transform:translateY(-4px);
    border-color:color-mix(in srgb, var(--primary-color) 35%, transparent);
    box-shadow:0 16px 32px -18px color-mix(in srgb, var(--primary-color) 55%, transparent)}
.benefit-card:hover::before{transform:scaleX(1)}
[dir="rtl"] .benefit-card::before{transform-origin:right}
.benefit-card-ico{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
    width:52px;height:52px;
    background:color-mix(in srgb, var(--primary-color) 10%, transparent);
    border-radius:var(--appearance-button-border-radius,12px);
    transition:background .25s ease,transform .25s ease}
.benefit-card:hover .benefit-card-ico{background:var(--primary-color);transform:scale(1.06)}
.benefit-card:hover .benefit-card-ico img{filter:brightness(0) invert(1)}
.benefit-card-fallback{font-size:18px;font-weight:700;color:var(--primary-color);transition:color .25s ease}
.benefit-card:hover .benefit-card-fallback{color:#fff}
.benefit-card-num{position:absolute;top:6px;right:12px;z-index:0;pointer-events:none;
    font-size:44px;font-weight:800;line-height:1;
    color:color-mix(in srgb, var(--primary-color) 7%, transparent);
    transition:color .25s ease}
.benefit-card:hover .benefit-card-num{color:color-mix(in srgb, var(--primary-color) 14%, transparent)}
[dir="rtl"] .benefit-card-num{right:auto;left:12px}
.benefit-card-body{position:relative;z-index:1}
body[data-theme="dark"] .benefit-card{background:var(--bg-white,#161a20);
    border-color:color-mix(in srgb, var(--primary-color) 22%, transparent)}
body[data-theme="dark"] .benefit-card-num{color:color-mix(in srgb, var(--primary-color) 14%, transparent)}
/* ================= Benefit strip v2 Ends ================= */
