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

.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;
}

.iti {
    --iti-path-flags-1x: url('../vendor/intl-tel-input/img/flags.png');
    --iti-path-flags-2x: url('../vendor/intl-tel-input/img/flags@2x.png');
    --iti-path-globe-1x: url('../vendor/intl-tel-input/img/globe.png');
    --iti-path-globe-2x: url('../vendor/intl-tel-input/img/globe@2x.png');
    display: block;
    width: 100%;
}

.iti .iti__tel-input {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-country {
    min-width: 76px;
    padding: 0 8px;
    justify-content: center;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: var(--text-color, #0f172a);
    font-weight: 500;
}

.iti--separate-dial-code input.iti__tel-input {
    padding-left: 88px !important;
}

.iti__flag {
    display: inline-block !important;
    width: 16px !important;
    height: 12px !important;
    background-image: url('/frontend/assets/vendor/intl-tel-input/img/flags.png') !important;
    background-repeat: no-repeat !important;
    background-size: 3904px 12px !important;
    flex-shrink: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url('/frontend/assets/vendor/intl-tel-input/img/flags@2x.png') !important;
    }
}

.iti__globe {
    width: 20px !important;
    height: 20px !important;
    background-image: url('/frontend/assets/vendor/intl-tel-input/img/globe.png') !important;
    background-size: 20px 20px !important;
}

/* ===== Product Delivery Modal ===== */
.pd-modal-hero {
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    height: 180px;
    background: #0f172a;
}
.pd-modal-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}
.pd-modal-hero .pd-hero-badge {
    position: absolute;
    top: 12px;
    right: 12px;
}
.pd-modal-body {
    padding: 20px;
}
.pd-modal-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}
.pd-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0;
}
.pd-info-item {
    background: var(--bg-gray);
    border-radius: 8px;
    padding: 10px 12px;
}
.pd-info-item .pd-label {
    font-size: 11px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 2px;
}
.pd-info-item .pd-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    word-break: break-all;
}
.pd-credentials {
    background: var(--bg-gray);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 14px;
}
.pd-credentials .pd-cred-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--clr-body);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.pd-cred-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-color);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 8px;
    gap: 8px;
}
.pd-cred-row:last-child { margin-bottom: 0; }
.pd-cred-row .pd-cred-label {
    font-size: 11px;
    color: var(--text-secondary);
    min-width: 70px;
}
.pd-cred-row .pd-cred-val {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    flex: 1;
    word-break: break-all;
}
.pd-copy-btn {
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    transition: color .15s, background .15s;
}
.pd-copy-btn:hover { color: #0ea5e9; background: #e0f2fe; }
.pd-instruction {
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
    border-radius: 0 8px 8px 0;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 13px;
    color: #78350f;
}
@media (max-width: 480px) {
    .pd-info-grid { grid-template-columns: 1fr; }
}

/* ===== Customer Panel: Delivered & Expired Products ===== */

.cp-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
}

.cp-product-card {
    border-radius: 16px;
    overflow: hidden;
    background: var(--white-3);
    box-shadow: var(--box-shadow);
    transition: transform .22s ease, box-shadow .22s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #94a1aa2d;
}

.cp-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0,0,0,.13);
}

.cp-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.cp-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.cp-product-card:hover .cp-thumb-wrap img {
    transform: scale(1.05);
}

.cp-thumb-wrap .cp-status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: .3px;
    backdrop-filter: blur(4px);
    color: var(--text-white);
}

.cp-product-card .cp-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cp-product-card .cp-title {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: var(--text-color);
}

.cp-product-card .cp-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.cp-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-secondary)
}
.cp-meta-row .cp-meta-label {
    font-weight: 600;
    color: var(--clr-body);
    min-width: 90px;
    flex-shrink: 0;
}
.cp-meta-row .cp-meta-val {
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cp-product-card .cp-footer {
    padding: 10px 16px 14px;
}
.cp-product-card .cp-footer .btn {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px;
    letter-spacing: .2px;
}
@media (max-width: 575px) {
    .cp-thumb-wrap { aspect-ratio: 4/3; }
}

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

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;
}

.categories-hero {
    background: linear-gradient(120deg, #effbfa 0%, #f8fcff 100%);
    border: 1px solid #d9ecea;
    border-radius: 18px;
    padding: 20px 22px;
}

.category-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
}

.all-categories-grid,
.category-home-standard-grid {
    display: grid;
    gap: 18px;
}

.all-categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
}

.category-home-standard-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 18px;
}

.category-home-standard-grid > a {
    flex: 0 0 calc((100% - 126px) / 8);
    max-width: calc((100% - 126px) / 8);
}

.all-categories-card,
.category-home-standard-card,
.category-standard-card {
    border-radius: 14px;
    border: 1px solid var(--border-color);
    background: var(--white-3);
    box-shadow: 0 12px 28px rgba(15, 33, 55, .08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.all-categories-card,
.category-home-standard-card,
.category-standard-card {
    min-height: 150px;
    padding: 22px 16px 18px;
}

.all-categories-card {
    min-height: 156px;
}

.all-categories-card:hover,
.category-home-standard-card:hover,
.category-standard-card:hover {
    transform: translateY(-4px);
    border-color: #b7d6d2;
    box-shadow: 0 18px 34px rgba(15, 33, 55, .12);
}

.all-categories-card__media,
.category-home-standard-card__media,
.category-standard-card__media {
    height: 58px;
    margin-bottom: 14px;
    object-fit: contain;
}

.all-categories-card__media {
    width: 62px;
    height: 62px;
}

.category-home-standard-card__media,
.category-standard-card__media {
    width: 58px;
}

.all-categories-card__title,
.category-home-standard-card__title,
.category-standard-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    min-height: 40px;
    margin-bottom: 0;
}

.hero-two-categories-wrap {
    margin-top: -48px;
    padding: 0 44px;
}

.hero-two-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.hero-two-category-card {
    width: calc((100% - 70px) / 6);
    min-width: 96px;
    max-width: 140px;
    min-height: 108px;
    padding: 14px 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: var(--white-3);
    box-shadow: 0 12px 30px rgba(7, 24, 39, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hero-two-category-card:hover {
    transform: translateY(-3px);
    border-color: #b7d6d2;
    box-shadow: 0 16px 34px rgba(7, 24, 39, 0.16);
}

.hero-two-category-card img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.hero-two-category-card span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 31px;
}

.hero-two-app-preview {
    margin-top: 26px;
}

.hero-two-app-preview img {
    max-width: min(100%, 760px);
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .hero-two-categories-wrap {
        padding: 0 24px;
    }

    .hero-two-category-card {
        width: calc((100% - 42px) / 4);
    }
}

@media (max-width: 767px) {
    .hero-two-categories-wrap {
        margin-top: -36px;
        padding: 0 12px;
    }

    .hero-two-category-grid {
        gap: 10px;
    }

    .hero-two-category-card {
        width: calc((100% - 10px) / 2);
        max-width: none;
        min-height: 96px;
        padding: 12px 8px 10px;
    }

    .hero-two-category-card span {
        font-size: 11px;
    }
}

.all-categories-card__meta {
    font-size: 12px;
    color: #7a8699;
    margin-top: 4px;
}

.contact-map-frame {
    border: 0;
}

.footer-floating-cross {
    display: none;
}

.footer-floating-link--video {
    background: rgb(219, 43, 87);
}

.footer-floating-link--whatsapp {
    background: #49e670;
}

.footer-floating-link--messenger {
    background: #1e88e5;
}

.faq-two-left--media {
    position: relative;
    min-height: 100%;
    background: #f8fafc;
}

.faq-two-left__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.payment-status-page {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f7f9;
    color: #17313b;
}

.payment-status-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.payment-status-card {
    max-width: 420px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(23, 49, 59, 0.08);
}

.seller-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid #d8e6e4;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fffe 0%, #ffffff 100%);
}

.seller-info-card__main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.seller-info-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.seller-info-card__body {
    min-width: 0;
}

.seller-info-card__eyebrow {
    font-size: 13px;
    font-weight: 700;
    color: #6c7492;
}

.seller-info-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #18314f;
}

.seller-info-card__desc {
    font-size: 14px;
    line-height: 1.5;
    color: #5f6987;
}

.seller-info-card__meta {
    font-size: 14px;
    font-weight: 600;
    color: #4b5777;
}

.seller-info-card__button {
    flex-shrink: 0;
    white-space: nowrap;
}

body[data-theme="dark"] .seller-info-card {
    border-color: rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.92) 100%);
}

body[data-theme="dark"] .seller-info-card__eyebrow {
    color: #9fb2d0;
}

body[data-theme="dark"] .seller-info-card__name {
    color: #f5f7fb;
}

body[data-theme="dark"] .seller-info-card__desc,
body[data-theme="dark"] .seller-info-card__meta {
    color: #d5dbeb;
}

@media (max-width: 575px) {
    .seller-info-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .seller-info-card__button {
        width: 100%;
        justify-content: center;
    }
}

.payment-status-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.payment-status-badge.success {
    background: #dff7f4;
    color: #16988f;
}

.payment-status-badge.failed {
    background: #ffe7e7;
    color: #d64545;
}

.payment-status-title {
    margin: 0 0 10px;
    font-size: 24px;
}

.payment-status-text {
    margin: 0;
    line-height: 1.5;
    color: #55656d;
}

.order-container {
    background-color: var(--bg-color);
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    max-width: 500px;
    margin: 50px auto;
    width: 100%;
    border: 1px solid var(--border-color);
}

.success-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.order-container h2 {
    margin: 5px 0 15px;
    font-size: 22px;
}

.order-info {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    border: 1px solid var(--border-color);
}

.warning-box {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #fae5a7;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.warning-box i,
.info-box i {
    font-size: 20px;
}

.info-box {
    background-color: #fde2e2;
    border: 1px solid #f5c2c2;
    color: #d9534f;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.note {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.note i {
    font-size: 20px;
    color: #dc3545;
}

.seller-overview-card,
.seller-quick-card,
.seller-contact-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.seller-overview-card {
    padding: 1.5rem;
}

.seller-overview-card .seller-logo {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(20, 184, 166, 0.12);
}

.seller-quick-card {
    padding: 1.5rem;
    height: 100%;
}

.seller-stat-pill {
    min-width: 120px;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: var(--bg-gray);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.seller-quick-note {
    background: var(--bg-gray);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.seller-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.seller-product-card {
    background: var(--white-3);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.seller-product-card-thumb {
    aspect-ratio: 1.06 / 1;
    background: var(--bg-gray);
}

.seller-product-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .seller-product-card-title {
    min-height: 2.7em;
} */

.seller-contact-card {
    padding: 1.5rem;
}

.seller-connect-card,
.seller-story-card {
    position: relative;
    background: var(--bg-gradient);
    border: 1px solid rgba(20, 84, 112, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.seller-connect-card::before,
.seller-story-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #0f9b8e 0%, #58c4dd 100%);
}

.seller-connect-card {
    padding: 1.6rem;
}

.seller-story-card {
    padding: 1.7rem 1.8rem;
}

.seller-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .8rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1382a1;
    background: rgba(14, 116, 144, 0.08);
    border: 1px solid rgba(14, 116, 144, 0.12);
}

.seller-panel-title {
    font-size: 1.8rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 0;
}

.seller-panel-subtitle {
    color: var(--clr-body);
    font-size: .95rem;
    max-width: 34rem;
}

.seller-contact-stack {
    display: grid;
    gap: .85rem;
    margin: 1.35rem 0 1.5rem;
}

.seller-contact-pill {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding: .95rem 1rem;
    border-radius: 1.05rem;
    background: var(--white-3);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.seller-contact-pill__icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .9rem;
    background: linear-gradient(135deg, #0f9b8e 0%, #58c4dd 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 12px 25px rgba(15, 155, 142, 0.2);
}

.seller-contact-pill__label {
    display: block;
    color: var(--clr-body);
    font-size: .78rem;
    margin-bottom: .15rem;
}

.seller-contact-pill__value {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.45;
    word-break: break-word;
}

.seller-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.seller-actions-row .btn,
.seller-actions-row .btn-1 {
    min-width: 140px;
}

.seller-connect-icon {
    width: 56px;
    height: 56px;
    background: rgba(15,155,142,.10);
    color: #0f9b8e;
}

.seller-story-copy {
    color: var(--text-color);
    line-height: 1.75;
}

.seller-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 1.3rem;
}

.seller-story-chip {
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    background: var(--bg-gray);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.seller-story-chip__meta {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #0e7490;
    font-size: .77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .45rem;
}

.seller-story-chip__text {
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 1199.98px) {
    .category-home-standard-grid > a {
        flex: 0 0 calc((100% - 90px) / 6);
        max-width: calc((100% - 90px) / 6);
    }
}

.customer-order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 7px 11px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent;
}

.customer-order-status--pending {
    color: #92400e;
    background: #fef3c7;
    border-color: #fde68a;
}

.customer-order-status--on-hold {
    color: #7c2d12;
    background: #ffedd5;
    border-color: #fed7aa;
}

.customer-order-status--processing {
    color: #075985;
    background: #e0f2fe;
    border-color: #bae6fd;
}

.customer-order-status--delivered {
    color: #166534;
    background: #dcfce7;
    border-color: #bbf7d0;
}

.customer-order-status--cancelled {
    color: #991b1b;
    background: #fee2e2;
    border-color: #fecaca;
}

.customer-order-status--refunded {
    color: #5b21b6;
    background: #ede9fe;
    border-color: #ddd6fe;
}

@media (max-width: 991.98px) {
    .seller-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller-story-grid {
        grid-template-columns: 1fr;
    }

    .category-home-standard-grid > a {
        flex: 0 0 calc((100% - 54px) / 4);
        max-width: calc((100% - 54px) / 4);
    }
}

@media (max-width: 575.98px) {
    .seller-highlight-grid {
        grid-template-columns: 1fr;
    }

    .seller-overview-card,
    .seller-quick-card,
    .seller-contact-card {
        padding: 1.1rem;
    }

    .seller-connect-card,
    .seller-story-card {
        padding: 1.15rem;
        border-radius: 1.15rem;
    }

    .seller-panel-title {
        font-size: 1.4rem;
    }

    .seller-actions-row .btn,
    .seller-actions-row .btn-1 {
        width: 100%;
    }

    .category-home-standard-grid > a {
        flex: 0 0 calc((100% - 18px) / 2);
        max-width: calc((100% - 18px) / 2);
    }
}

/* ===== Cookie Consent Banner ===== */

.cookie-consent {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(140px);
    z-index: 9999;
    width: calc(100% - 32px);
    max-width: 1406px;
    opacity: 0;
    transition: opacity .4s ease, transform .55s cubic-bezier(.34,1.4,.64,1);
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    box-shadow: 0 8px 40px rgba(0,0,0,.14), 0 1px 0 rgba(255,255,255,.8) inset;
    border: 1px solid rgba(255,255,255,.65);
    border-top: 3px solid rgba(var(--primary-color), 1);
    padding: 20px 24px;
}
.cookie-consent.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.cookie-consent.fade-out {
    opacity: 0;
    transform: translateX(-50%) translateY(140px);
    transition: opacity .3s ease, transform .3s ease;
}

.cookie-consent__inner {
    display: flex;
    align-items: center;
    gap: 18px;
}
.cookie-consent__icon {
    font-size: 36px;
    line-height: 1;
    flex-shrink: 0;
    animation: cookieWiggle 3s ease-in-out infinite;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.15));
}
@keyframes cookieWiggle {
    0%, 70%, 100% { transform: rotate(0deg); }
    75%  { transform: rotate(-12deg); }
    80%  { transform: rotate(10deg); }
    85%  { transform: rotate(-6deg); }
    90%  { transform: rotate(4deg); }
}
.cookie-consent__body {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.cookie-consent__content {
    flex: 1;
    min-width: 200px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-secondary);
}
.cookie-consent__content h1,
.cookie-consent__content h2,
.cookie-consent__content h3,
.cookie-consent__content h4,
.cookie-consent__content h5,
.cookie-consent__content h6 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--text-color);
}
.cookie-consent__content p { margin: 0; }
.cookie-consent__content a {
    color: rgba(var(--primary-color), 1);
    text-decoration: underline;
}
.cookie-consent__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
.cookie-consent__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    border: none;
    white-space: nowrap;
    letter-spacing: .2px;
}
.cookie-consent__btn--decline {
    background: rgba(0,0,0,.06);
    color: var(--clr-body);
}
.cookie-consent__btn--decline:hover {
    background: rgba(0,0,0,.11);
}
.cookie-consent__btn--accept {
    background: linear-gradient(135deg, rgba(var(--primary-color),1), rgba(var(--primary-color),.72));
    color: #fff;
    box-shadow: 0 4px 14px rgba(var(--primary-color),.35);
}
.cookie-consent__btn--accept:hover {
    opacity: .9;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(var(--primary-color),.45);
}

body[data-theme="dark"] .cookie-consent {
    background: rgba(18, 20, 28, .9);
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
body[data-theme="dark"] .cookie-consent__btn--decline {
    background: rgba(255,255,255,.08);
}
body[data-theme="dark"] .cookie-consent__btn--decline:hover {
    background: rgba(255,255,255,.13);
}

@media (max-width: 575px) {
    .cookie-consent { bottom: 12px; border-radius: 16px; padding: 16px 14px; }
    .cookie-consent__inner { flex-wrap: wrap; gap: 10px; }
    .cookie-consent__icon { font-size: 28px; }
    .cookie-consent__body { flex-direction: column; align-items: stretch; gap: 12px; }
    .cookie-consent__actions { width: 100%; }
    .cookie-consent__btn { flex: 1; justify-content: center; }
}

/* ===== Trending Product Cards ===== */

.cp-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(var(--primary-color), .08) 0%, transparent 70%);
    border-radius: 14px;
    border-left: 4px solid rgba(var(--primary-color), 1);
}
.cp-section-icon {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
    background: rgba(var(--primary-color), .14);
    font-size: 20px;
    color: rgba(var(--primary-color), 1);
    flex-shrink: 0;
}
.cp-section-title {
    font-size: 17px; font-weight: 700;
    margin: 0 0 2px;
    color: var(--text-color);
}
.cp-section-subtitle {
    font-size: 12px; margin: 0;
    color: var(--text-secondary);
}

/* active card: green top border + green tint overlay on image */
.cp-product-card--active {
    border-top: 3px solid #22c55e;
}
.cp-product-card--active .cp-thumb-wrap::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(34,197,94,.12), transparent 55%);
    pointer-events: none;
}

/* expired card: red top border + grayscale image */
.cp-product-card--expired {
    border-top: 3px solid #ef4444;
}
.cp-product-card--expired .cp-thumb-wrap img {
    filter: grayscale(55%) brightness(.88);
}
.cp-product-card--expired .cp-thumb-wrap::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(239,68,68,.15), transparent 55%);
    pointer-events: none;
}

/* lock icon overlay on expired card hover */
.cp-expired-lock {
    position: absolute; inset: 0; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.22);
    opacity: 0;
    transition: opacity .25s;
}
.cp-product-card--expired:hover .cp-expired-lock { opacity: 1; }
.cp-expired-lock i {
    font-size: 30px;
    color: rgba(255,255,255,.9);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.4));
}

/* pulsing active dot */
.cp-status-pulse {
    width: 7px; height: 7px; border-radius: 50%;
    background: #86efac; display: inline-block; flex-shrink: 0;
    animation: cpPulse 1.6s ease-in-out infinite;
}
@keyframes cpPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(134,239,172,.6); }
    50%       { box-shadow: 0 0 0 5px rgba(134,239,172,0); }
}

/* days-remaining progress bar (bottom of thumb) */
.cp-days-bar-wrap {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: rgba(255,255,255,.18); z-index: 3;
}
.cp-days-bar {
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #86efac);
    border-radius: 0 2px 2px 0;
}
.cp-days-bar--low      { background: linear-gradient(90deg, #f59e0b, #fcd34d); }
.cp-days-bar--critical { background: linear-gradient(90deg, #ef4444, #fca5a5); }

/* chips */
.cp-days-chip, .cp-expired-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 2px 9px;
    border-radius: 20px; font-size: 11px; font-weight: 600;
}
.cp-days-chip {
    background: rgba(34,197,94,.11);
    color: #16a34a;
    border: 1px solid rgba(34,197,94,.25);
}
.cp-days-chip--low {
    background: rgba(245,158,11,.11);
    color: #d97706;
    border: 1px solid rgba(245,158,11,.25);
}
.cp-days-chip--critical {
    background: rgba(239,68,68,.11);
    color: #dc2626;
    border: 1px solid rgba(239,68,68,.25);
}
.cp-days-chip--lifetime {
    background: rgba(99,102,241,.11);
    color: #4f46e5;
    border: 1px solid rgba(99,102,241,.25);
}
.cp-expired-chip {
    background: rgba(239,68,68,.1);
    color: #dc2626;
    border: 1px solid rgba(239,68,68,.2);
}

/* renew CTA button */
.cp-renew-btn {
    background: linear-gradient(135deg, #ef4444, #f97316) !important;
    border: none !important; color: #fff !important; font-weight: 700 !important;
}
.cp-renew-btn:hover {
    background: linear-gradient(135deg, #dc2626, #ea580c) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(239,68,68,.4) !important;
}

/* view details button */
.cp-view-btn {
    background: linear-gradient(135deg, rgba(var(--primary-color),1), rgba(var(--primary-color),.75)) !important;
    border: none !important; color: #fff !important; font-weight: 600 !important;
}
.cp-view-btn:hover {
    opacity: .88; transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(var(--primary-color),.35) !important;
}

body[data-theme="dark"] .cp-section-header {
    background: linear-gradient(135deg, rgba(var(--primary-color),.12) 0%, transparent 70%);
}
