.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('../vendor/intl-tel-input/img/flags.webp');
    --iti-path-flags-2x: url('../vendor/intl-tel-input/img/flags@2x.webp');
    --iti-path-globe-1x: url('../vendor/intl-tel-input/img/globe.webp');
    --iti-path-globe-2x: url('../vendor/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;
}
