/* Viltrox Product Spec Badges 1.0.4 — ultra compact by default. */
.vtx-pcu-spec-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: auto;
    max-width: 100%;
    margin: 10px 0 14px;
}

.vtx-pcu-spec-cards.is-left { justify-content: flex-start; }
.vtx-pcu-spec-cards.is-center { justify-content: center; }
.vtx-pcu-spec-cards.is-right { justify-content: flex-end; }

.vtx-pcu-spec-cards.is-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

/* Kích thước mặc định: nhỏ, không lấn át tiêu đề và giá. */
.vtx-pcu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
    width: 100px;
    min-width: 88px;
    min-height: 46px;
    padding: 6px 8px;
    border: 1px solid var(--vtx-pcu-chip-border, #e9eaec);
    border-radius: 7px;
    background: var(--vtx-pcu-chip-bg, #f7f7f8);
    text-align: center;
    box-sizing: border-box;
}

.vtx-pcu-spec-cards.is-grid .vtx-pcu-card {
    width: auto;
    min-width: 0;
}

.vtx-pcu-card__value {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--vtx-pcu-chip-text, #374151);
    letter-spacing: -0.01em;
}

.vtx-pcu-card__label {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 500;
    color: var(--vtx-pcu-chip-sub, #737b88);
    white-space: nowrap;
}

/* Tùy chọn lớn hơn khi chủ động gọi size="medium". */
.vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card {
    flex-basis: 118px;
    width: 118px;
    min-height: 54px;
    padding: 8px 10px;
}

.vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card__value { font-size: 16px; }
.vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card__label { font-size: 11px; margin-top: 4px; }

.vtx-pcu-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.vtx-pcu-stock__dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    flex: 0 0 9px;
}

.vtx-pcu-stock--in-stock { color: #16a34a; }
.vtx-pcu-stock--in-stock .vtx-pcu-stock__dot { background: #22c55e; }
.vtx-pcu-stock--on-backorder { color: #d97706; }
.vtx-pcu-stock--on-backorder .vtx-pcu-stock__dot { background: #f59e0b; }
.vtx-pcu-stock--out-of-stock { color: #dc2626; }
.vtx-pcu-stock--out-of-stock .vtx-pcu-stock__dot { background: #ef4444; }

@media (max-width: 849px) {
    .vtx-pcu-spec-cards {
        gap: 7px;
    }

    .vtx-pcu-card {
        flex-basis: 92px;
        width: 92px;
        min-width: 82px;
        min-height: 44px;
        padding: 6px 7px;
    }

    .vtx-pcu-card__value { font-size: 13px; }
    .vtx-pcu-card__label { font-size: 9.5px; }
}

@media (max-width: 549px) {
    .vtx-pcu-spec-cards,
    .vtx-pcu-spec-cards.is-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 7px;
        margin: 8px 0 12px;
    }

    .vtx-pcu-card,
    .vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card {
        width: auto;
        min-width: 0;
        min-height: 44px;
        padding: 6px 8px;
    }

    .vtx-pcu-card__value,
    .vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card__value { font-size: 13px; }
    .vtx-pcu-card__label,
    .vtx-pcu-spec-cards.is-size-medium .vtx-pcu-card__label { font-size: 9.5px; margin-top: 3px; }
}

/* Product price — compact Viltrox treatment. */
.single-product .summary .price.vtx-pcu-price-ready,
.single-product .product-info .price.vtx-pcu-price-ready,
.vtx-pcu-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 14px;
    line-height: 1.1;
}

.single-product .summary .price.vtx-pcu-price-ready > .woocommerce-Price-amount,
.single-product .product-info .price.vtx-pcu-price-ready > .woocommerce-Price-amount,
.single-product .summary .price.vtx-pcu-price-ready ins .woocommerce-Price-amount,
.single-product .product-info .price.vtx-pcu-price-ready ins .woocommerce-Price-amount,
.vtx-pcu-price > .woocommerce-Price-amount,
.vtx-pcu-price ins .woocommerce-Price-amount {
    color: var(--vtx-pcu-price, #111111) !important;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none !important;
}

.single-product .summary .price.vtx-pcu-price-ready ins,
.single-product .product-info .price.vtx-pcu-price-ready ins,
.vtx-pcu-price ins {
    order: 1;
    background: transparent;
    text-decoration: none;
}

.single-product .summary .price.vtx-pcu-price-ready del,
.single-product .product-info .price.vtx-pcu-price-ready del,
.vtx-pcu-price del {
    order: 2;
    color: var(--vtx-pcu-price-old, #9ca3af) !important;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}

.single-product .summary .price.vtx-pcu-price-ready del .woocommerce-Price-amount,
.single-product .product-info .price.vtx-pcu-price-ready del .woocommerce-Price-amount,
.vtx-pcu-price del .woocommerce-Price-amount {
    color: inherit !important;
    font-size: inherit;
    font-weight: inherit;
}

.vtx-pcu-discount {
    order: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--vtx-pcu-discount-bg, #fee2e2);
    color: var(--vtx-pcu-discount-text, #dc2626);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 549px) {
    .single-product .summary .price.vtx-pcu-price-ready > .woocommerce-Price-amount,
    .single-product .product-info .price.vtx-pcu-price-ready > .woocommerce-Price-amount,
    .single-product .summary .price.vtx-pcu-price-ready ins .woocommerce-Price-amount,
    .single-product .product-info .price.vtx-pcu-price-ready ins .woocommerce-Price-amount,
    .vtx-pcu-price > .woocommerce-Price-amount,
    .vtx-pcu-price ins .woocommerce-Price-amount {
        font-size: 23px;
    }
}

/* 1.0.9 — giá chính màu đen, độ đậm vừa phải, chỉ áp dụng khu vực giá chính của Flatsome/Viltrox. */
body.single-product .product-price-container .price.product-page-price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 14px !important;
    color: var(--vtx-pcu-price, #111111) !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em;
}

body.single-product .product-price-container .price.product-page-price > .woocommerce-Price-amount.amount,
body.single-product .product-price-container .price.product-page-price > .woocommerce-Price-amount.amount bdi,
body.single-product .product-price-container .price.product-page-price > .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
body.single-product .product-price-container .price.product-page-price ins,
body.single-product .product-price-container .price.product-page-price ins .woocommerce-Price-amount.amount,
body.single-product .product-price-container .price.product-page-price ins .woocommerce-Price-amount.amount bdi,
body.single-product .product-price-container .price.product-page-price ins .woocommerce-Price-currencySymbol {
    color: var(--vtx-pcu-price, #111111) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
}

body.single-product .product-price-container .price.product-page-price del,
body.single-product .product-price-container .price.product-page-price del .woocommerce-Price-amount.amount,
body.single-product .product-price-container .price.product-page-price del .woocommerce-Price-amount.amount bdi,
body.single-product .product-price-container .price.product-page-price del .woocommerce-Price-currencySymbol {
    color: var(--vtx-pcu-price-old, #9ca3af) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

body.single-product .woocommerce-variation-price .price,
body.single-product .woocommerce-variation-price .price .woocommerce-Price-amount.amount,
body.single-product .woocommerce-variation-price .price .woocommerce-Price-amount.amount bdi,
body.single-product .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    color: var(--vtx-pcu-price, #111111) !important;
}

@media (max-width: 549px) {
    body.single-product .product-price-container .price.product-page-price {
        font-size: 24px !important;
    }
}


/* 1.1.0 — professional product short description. */
body.vtx-pcu-short-desc-enabled.single-product .product-short-description {
    margin: 14px 0 18px;
    padding: 14px 16px 15px;
    border: 1px solid var(--vtx-pcu-short-border, #e5e7eb);
    border-radius: 10px;
    background: var(--vtx-pcu-short-bg, #ffffff);
    box-shadow: 0 4px 16px rgba(17, 24, 39, .045);
    color: var(--vtx-pcu-short-text, #374151);
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description .vtx-pcu-short-desc__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description .vtx-pcu-short-desc__title::before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    border-radius: 999px;
    background: var(--vtx-pcu-short-icon, #e30613);
    flex: 0 0 3px;
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description > ul > li {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 0 21px !important;
    color: var(--vtx-pcu-short-text, #374151);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .21em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--vtx-pcu-short-icon, #e30613);
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description > ul > li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: calc(.21em + 3px);
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

body.vtx-pcu-short-desc-enabled.single-product .product-short-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 549px) {
    body.vtx-pcu-short-desc-enabled.single-product .product-short-description {
        margin: 12px 0 16px;
        padding: 13px 14px 14px;
        border-radius: 9px;
    }

    body.vtx-pcu-short-desc-enabled.single-product .product-short-description > ul {
        grid-template-columns: 1fr;
        gap: 7px;
    }
}


/* 1.1.1 — fallback trực tiếp, không phụ thuộc JavaScript hoặc class được gắn sau khi tải trang. */
body.vtx-pcu-short-desc-enabled.single-product .woocommerce-product-details__short-description {
    margin: 14px 0 18px;
    padding: 14px 16px 15px;
    border: 1px solid var(--vtx-pcu-short-border, #e5e7eb);
    border-radius: 10px;
    background: var(--vtx-pcu-short-bg, #ffffff);
    box-shadow: 0 4px 16px rgba(17, 24, 39, .045);
    color: var(--vtx-pcu-short-text, #374151);
}
body.vtx-pcu-short-desc-enabled.single-product .woocommerce-product-details__short-description > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.vtx-pcu-short-desc-enabled.single-product .woocommerce-product-details__short-description > ul > li {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 0 21px !important;
    color: var(--vtx-pcu-short-text, #374151);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}
body.vtx-pcu-short-desc-enabled.single-product .woocommerce-product-details__short-description > ul > li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--vtx-pcu-short-icon, #e30613);
    font-weight: 800;
}
@media (max-width: 549px) {
    body.vtx-pcu-short-desc-enabled.single-product .woocommerce-product-details__short-description > ul {
        grid-template-columns: 1fr;
        gap: 7px;
    }
}

/* 1.1.2 — warranty and coupon blocks: compact, premium, no gradients. */
body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 12px !important;
    font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .w-badge {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 11px 14px 11px 43px !important;
    border: 1px solid var(--vtx-pcu-commerce-border, #e5e7eb) !important;
    border-left: 3px solid var(--vtx-pcu-commerce-accent, #e30613) !important;
    border-radius: 8px !important;
    background: var(--vtx-pcu-commerce-bg, #fff) !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--vtx-pcu-commerce-text, #1f2937) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    box-sizing: border-box !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .w-badge::before {
    content: "✓" !important;
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 19px !important;
    height: 19px !important;
    margin-top: -9.5px !important;
    border-radius: 50% !important;
    background: color-mix(in srgb, var(--vtx-pcu-commerce-accent, #e30613) 10%, white) !important;
    color: var(--vtx-pcu-commerce-accent, #e30613) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .highlight-exchange,
body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .highlight-months {
    color: var(--vtx-pcu-commerce-text, #1f2937) !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .highlight-exchange {
    font-weight: 650 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .highlight-months {
    color: var(--vtx-pcu-commerce-muted, #6b7280) !important;
    font-weight: 500 !important;
}

/* Compact coupon strip only; dropdown remains functional. */
body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--wrap.isures-sdc--not_single {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--wrap.isures-sdc--not_single > .isures-sdc--list {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 9px 12px !important;
    border: 1px solid var(--vtx-pcu-commerce-border, #e5e7eb) !important;
    border-radius: 8px !important;
    background: var(--vtx-pcu-commerce-bg, #fff) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--label {
    position: relative !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 0 0 23px !important;
    color: var(--vtx-pcu-commerce-text, #1f2937) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--label::before {
    content: "%" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    margin-top: -8.5px !important;
    border-radius: 5px !important;
    background: color-mix(in srgb, var(--vtx-pcu-commerce-accent, #e30613) 10%, white) !important;
    color: var(--vtx-pcu-commerce-accent, #e30613) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--list_item {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 88px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 5px 11px !important;
    border: 1px dashed color-mix(in srgb, var(--vtx-pcu-commerce-accent, #e30613) 55%, white) !important;
    border-radius: 6px !important;
    background: color-mix(in srgb, var(--vtx-pcu-commerce-accent, #e30613) 5%, white) !important;
    box-shadow: none !important;
    color: var(--vtx-pcu-commerce-accent, #e30613) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item::before,
body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item::after {
    display: none !important;
    content: none !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item span {
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item:hover {
    border-color: var(--vtx-pcu-commerce-accent, #e30613) !important;
    background: color-mix(in srgb, var(--vtx-pcu-commerce-accent, #e30613) 9%, white) !important;
    transform: translateY(-1px) !important;
}

/* Clean coupon dropdown without changing its JS behavior. */
body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--dropdown_list {
    border-radius: 10px !important;
    border: 1px solid var(--vtx-pcu-commerce-border, #e5e7eb) !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(17, 24, 39, .16) !important;
    overflow: hidden !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc-list_header {
    padding: 13px 16px !important;
    border-bottom: 1px solid var(--vtx-pcu-commerce-border, #e5e7eb) !important;
    background: #fff !important;
    color: var(--vtx-pcu-commerce-text, #1f2937) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--item {
    border-bottom: 1px solid var(--vtx-pcu-commerce-border, #e5e7eb) !important;
    background: #fff !important;
}

body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--apply_code,
body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--save_code {
    border-radius: 6px !important;
}

@media (max-width: 549px) {
    body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .w-badge {
        padding: 10px 12px 10px 39px !important;
        font-size: 12px !important;
        border-radius: 7px !important;
    }

    body.vtx-pcu-commerce-boxes-enabled.single-product .bn-warranty .w-badge::before {
        left: 12px !important;
    }

    body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--wrap.isures-sdc--not_single > .isures-sdc--list {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 10px 11px !important;
    }

    body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--label {
        white-space: normal !important;
    }

    body.vtx-pcu-commerce-boxes-enabled.single-product .isures-sdc--code_item {
        min-width: 82px !important;
    }
}

/* 1.2.0 — minimal premium cleanup for Viltrox product top section. */
body.vtx-pcu-v120.single-product .summary,
body.vtx-pcu-v120.single-product .product-info {
    color: #1f2937;
}

body.vtx-pcu-v120.single-product .vtx-pcu-spec-cards {
    gap: 10px;
    margin: 12px 0 14px;
}

body.vtx-pcu-v120.single-product .vtx-pcu-card {
    flex: 0 0 98px;
    width: 98px;
    min-width: 98px;
    min-height: 50px;
    padding: 7px 8px;
    border-radius: 8px;
    border-color: #e9eaec;
    background: #f7f7f8;
    box-shadow: none;
}

body.vtx-pcu-v120.single-product .vtx-pcu-card__value {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

body.vtx-pcu-v120.single-product .vtx-pcu-card__label {
    margin-top: 4px;
    font-size: 10px;
    color: #7b8491;
}

body.vtx-pcu-v120.single-product .product-price-container .price.product-page-price {
    margin: 6px 0 8px !important;
    gap: 10px !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

body.vtx-pcu-v120.single-product .vtx-pcu-stock {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
}

body.vtx-pcu-v120.single-product .product-short-description,
body.vtx-pcu-v120.single-product .woocommerce-product-details__short-description {
    margin: 12px 0 14px;
    padding: 13px 14px 14px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    background: #fff;
    box-shadow: none;
}

body.vtx-pcu-v120.single-product .product-short-description .vtx-pcu-short-desc__title,
body.vtx-pcu-v120.single-product .woocommerce-product-details__short-description .vtx-pcu-short-desc__title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

body.vtx-pcu-v120.single-product .product-short-description > ul,
body.vtx-pcu-v120.single-product .woocommerce-product-details__short-description > ul {
    gap: 8px 16px;
}

body.vtx-pcu-v120.single-product .product-short-description > ul > li,
body.vtx-pcu-v120.single-product .woocommerce-product-details__short-description > ul > li {
    font-size: 12.5px;
    line-height: 1.5;
    color: #4b5563;
}

body.vtx-pcu-v120.single-product .bn-warranty {
    margin: 10px 0 12px !important;
}

body.vtx-pcu-v120.single-product .bn-warranty .w-badge {
    padding: 10px 12px 10px 39px !important;
    border-radius: 8px !important;
    border: 1px solid #e8eaed !important;
    border-left: 3px solid var(--vtx-pcu-commerce-accent, #e30613) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
}

body.vtx-pcu-v120.single-product .bn-warranty .w-badge::before {
    left: 12px !important;
    width: 17px !important;
    height: 17px !important;
    margin-top: -8.5px !important;
    font-size: 11px !important;
    background: #fff1f2 !important;
}

body.vtx-pcu-v120.single-product .bn-warranty .highlight-exchange {
    display: block;
    margin-bottom: 2px;
    font-weight: 650 !important;
    color: #1f2937 !important;
}

body.vtx-pcu-v120.single-product .bn-warranty .highlight-months {
    display: block;
    color: #6b7280 !important;
    font-weight: 500 !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--wrap.isures-sdc--not_single {
    margin: 0 0 12px !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--wrap.isures-sdc--not_single > .isures-sdc--list {
    min-height: 0 !important;
    padding: 9px 12px !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #e8eaed !important;
    background: #fff !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--label {
    padding-left: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--label::before {
    display: none !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--list_item {
    gap: 8px !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--code_item {
    min-width: 84px !important;
    min-height: 28px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    border: 1px dashed #ef4444 !important;
    background: #fff !important;
}

body.vtx-pcu-v120.single-product .isures-sdc--code_item span {
    font-size: 11px !important;
    letter-spacing: .02em;
}

body.vtx-pcu-v120.single-product .isures-sdc--code_item:hover {
    background: #fff5f5 !important;
}

/* Buttons: clean primary/secondary hierarchy. */
body.vtx-pcu-v120.single-product .summary button.single_add_to_cart_button,
body.vtx-pcu-v120.single-product .summary .single_add_to_cart_button,
body.vtx-pcu-v120.single-product .summary a.single_add_to_cart_button,
body.vtx-pcu-v120.single-product .summary .buy-now,
body.vtx-pcu-v120.single-product .summary .buy_now_button,
body.vtx-pcu-v120.single-product .summary .btn-buy-now,
body.vtx-pcu-v120.single-product .summary .single_buy_now,
body.vtx-pcu-v120.single-product .summary .button.alt {
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body.vtx-pcu-v120.single-product .summary button.single_add_to_cart_button,
body.vtx-pcu-v120.single-product .summary .single_add_to_cart_button,
body.vtx-pcu-v120.single-product .summary a.single_add_to_cart_button {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
}

body.vtx-pcu-v120.single-product .summary .buy-now,
body.vtx-pcu-v120.single-product .summary .buy_now_button,
body.vtx-pcu-v120.single-product .summary .btn-buy-now,
body.vtx-pcu-v120.single-product .summary .single_buy_now,
body.vtx-pcu-v120.single-product .summary .button.alt {
    background: var(--vtx-pcu-commerce-accent, #e30613) !important;
    color: #fff !important;
    border: 1px solid var(--vtx-pcu-commerce-accent, #e30613) !important;
}

body.vtx-pcu-v120.single-product .summary .quantity input.qty {
    height: 44px !important;
    border-radius: 8px !important;
    border-color: #d1d5db !important;
    box-shadow: none !important;
}

/* Variation/version cards — try common selectors used by Woo/Flatsome add-ons. */
body.vtx-pcu-v120.single-product .summary .variations_form table.variations,
body.vtx-pcu-v120.single-product .summary .variations_form .variations {
    margin-bottom: 12px !important;
}

body.vtx-pcu-v120.single-product .summary .variations_form .variable-items-wrapper,
body.vtx-pcu-v120.single-product .summary .variations_form .isw-swatches,
body.vtx-pcu-v120.single-product .summary .variations_form .ux-swatches {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
}

body.vtx-pcu-v120.single-product .summary .variations_form .variable-item,
body.vtx-pcu-v120.single-product .summary .variations_form .isw-term,
body.vtx-pcu-v120.single-product .summary .variations_form .ux-swatch {
    min-height: 46px !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
    background: #fff !important;
}

/* Soften noisy utility bars if present. */
body.vtx-pcu-v120.single-product .summary [style*="background: #ff"],
body.vtx-pcu-v120.single-product .summary [style*="background:#ff"],
body.vtx-pcu-v120.single-product .summary [style*="background: rgb(255"],
body.vtx-pcu-v120.single-product .summary [style*="background-color: #ff"],
body.vtx-pcu-v120.single-product .summary [style*="background-color:#ff"] {
    box-shadow: none !important;
}

@media (max-width: 849px) {
    body.vtx-pcu-v120.single-product .vtx-pcu-card {
        flex-basis: 94px;
        width: 94px;
        min-width: 94px;
    }
}

@media (max-width: 549px) {
    body.vtx-pcu-v120.single-product .vtx-pcu-spec-cards,
    body.vtx-pcu-v120.single-product .vtx-pcu-spec-cards.is-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }
    body.vtx-pcu-v120.single-product .vtx-pcu-card {
        width: auto;
        min-width: 0;
        min-height: 46px;
    }
    body.vtx-pcu-v120.single-product .product-price-container .price.product-page-price {
        font-size: 23px !important;
    }
    body.vtx-pcu-v120.single-product .isures-sdc--wrap.isures-sdc--not_single > .isures-sdc--list {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    body.vtx-pcu-v120.single-product .summary .variations_form .variable-items-wrapper,
    body.vtx-pcu-v120.single-product .summary .variations_form .isw-swatches,
    body.vtx-pcu-v120.single-product .summary .variations_form .ux-swatches {
        grid-template-columns: 1fr;
    }
}
