.elementor-31495 .elementor-element.elementor-element-2351204{--display:flex;--padding-top:16px;--padding-bottom:16px;--padding-left:24px;--padding-right:24px;}.elementor-31495 .elementor-element.elementor-element-4d85401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31495 .elementor-element.elementor-element-8d91d65{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-31495 .elementor-element.elementor-element-8d91d65.elementor-element{--align-self:center;}.elementor-31495 .elementor-element.elementor-element-90500fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:48px 48px;--row-gap:48px;--column-gap:48px;--padding-top:32px;--padding-bottom:32px;--padding-left:24px;--padding-right:24px;}.elementor-31495 .elementor-element.elementor-element-d1d01d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31495 .elementor-element.elementor-element-4d29e84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31495 .elementor-element.elementor-element-be765fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:48px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-31495 .elementor-element.elementor-element-38d09ce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-31495 .elementor-element.elementor-element-ad1cc98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:48px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-31495 .elementor-element.elementor-element-7554c77{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}@media(min-width:768px){.elementor-31495 .elementor-element.elementor-element-2351204{--content-width:1400px;}.elementor-31495 .elementor-element.elementor-element-90500fa{--content-width:1400px;}.elementor-31495 .elementor-element.elementor-element-d1d01d7{--width:50%;}.elementor-31495 .elementor-element.elementor-element-4d29e84{--width:50%;}.elementor-31495 .elementor-element.elementor-element-38d09ce{--content-width:1400px;}.elementor-31495 .elementor-element.elementor-element-7554c77{--content-width:1400px;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════
   EXC SINGLE PRODUCT
   ═══════════════════════════════════════════════════ */

#exc-single-product,
body.single-product .elementor-location-single {
    font-family: var(--exc-sans);
    color: var(--exc-ink);
    background: var(--exc-white);
}

/* ────────────────────────────────────────────────
   1. GALLERY
   ──────────────────────────────────────────────── */
.exc-product-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exc-product-gallery__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    padding: 6px 14px;
    background: var(--exc-purple);
    color: var(--exc-white);
    border-radius: 999px;
    font-family: var(--exc-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.3;
    box-shadow: 0 2px 6px rgba(143, 41, 151, 0.22);
}
.exc-product-gallery__badge--oos {
    background: rgba(192, 57, 43, 0.95);
    box-shadow: 0 2px 6px rgba(192, 57, 43, 0.22);
}

/* Replace your gallery main + image rules with these */

.exc-product-gallery__main,
body.single-product .exc-product-gallery__main {
    position: relative !important;
    width: 100% !important;
    height: 480px !important;
    max-height: 480px !important;
    aspect-ratio: auto !important;
    border: 1px solid var(--exc-border);
    border-radius: var(--exc-radius-md);
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.exc-product-gallery__image,
body.single-product .exc-product-gallery__image,
.exc-product-gallery__main img.exc-product-gallery__image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 16px !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.exc-product-gallery__image.is-active,
body.single-product .exc-product-gallery__image.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* When multiple images exist, stack them but keep only active one visible */
.exc-product-gallery__main .exc-product-gallery__image:not(.is-active) {
    position: absolute;
    inset: 0;
}

.exc-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.exc-product-gallery__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid var(--exc-border);
    border-radius: var(--exc-radius-sm);
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.exc-product-gallery__thumb:hover {
    border-color: var(--exc-purple-line);
}
.exc-product-gallery__thumb.is-active {
    border-color: var(--exc-purple);
    border-width: 2px;
}
.exc-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}


/* ────────────────────────────────────────────────
   2. SUMMARY (RIGHT COLUMN)
   ──────────────────────────────────────────────── */
.exc-product-summary {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exc-product-summary__sku {
    margin: 0;
    font-family: var(--exc-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--exc-muted);
    line-height: 1;
}

.exc-product-summary__title {
    margin: 0;
    font-family: var(--exc-sans);
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--exc-ink);
}

.exc-product-summary__price {
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--exc-border);
    border-bottom: 1px solid var(--exc-border);
    font-family: var(--exc-sans);
    font-size: 28px;
    font-weight: 700;
    color: var(--exc-purple);
    line-height: 1;
}
.exc-product-summary__price .woocommerce-Price-amount {
    color: var(--exc-purple);
    font-weight: 700;
}
.exc-product-summary__price del {
    color: var(--exc-muted);
    opacity: 0.65;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.exc-product-summary__price ins {
    background: transparent;
    color: var(--exc-purple);
    text-decoration: none;
    font-weight: 700;
}

.exc-product-summary__stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: var(--exc-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.3;
}
.exc-product-summary__stock-badge--in {
    background: rgba(46, 139, 87, 0.10);
    color: #2e8b57;
}
.exc-product-summary__stock-badge--out {
    background: rgba(192, 57, 43, 0.10);
    color: rgba(192, 57, 43, 0.95);
}
.exc-product-summary__stock-badge svg {
    stroke-width: 3;
}

.exc-product-summary__excerpt {
    margin: 4px 0 0;
    font-family: var(--exc-sans);
    font-size: 14px;
    line-height: 1.7;
    color: var(--exc-muted);
}
.exc-product-summary__excerpt p {
    margin: 0 0 10px;
}
.exc-product-summary__excerpt p:last-child {
    margin-bottom: 0;
}

/* Add to cart form styling */
.exc-product-summary__cart {
    margin-top: 8px;
}
.exc-product-summary__cart form.cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 0;
}
.exc-product-summary__cart .quantity {
    display: flex;
    align-items: center;
    background: var(--exc-white);
    border: 1px solid var(--exc-border);
    border-radius: var(--exc-radius-md);
    overflow: hidden;
}
.exc-product-summary__cart .quantity input.qty {
    width: 64px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--exc-sans);
    font-size: 16px;
    font-weight: 600;
    color: var(--exc-ink);
    text-align: center;
    -moz-appearance: textfield;
}
.exc-product-summary__cart .quantity input.qty::-webkit-outer-spin-button,
.exc-product-summary__cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.exc-product-summary__cart .quantity label {
    display: none;
}

.exc-product-summary__cart .button,
.exc-product-summary__cart button.single_add_to_cart_button {
    flex: 1;
    min-height: 52px;
    padding: 0 28px;
    background: var(--exc-purple);
    color: var(--exc-white);
    border: 1px solid var(--exc-purple);
    border-radius: var(--exc-radius-md);
    font-family: var(--exc-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 12px rgba(143, 41, 151, 0.18);
}
.exc-product-summary__cart .button:hover,
.exc-product-summary__cart button.single_add_to_cart_button:hover {
    background: var(--exc-purple-dark);
    border-color: var(--exc-purple-dark);
}
.exc-product-summary__cart .button:active {
    transform: translateY(1px);
}

.exc-product-summary__meta {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--exc-border);
    font-family: var(--exc-sans);
    font-size: 13px;
    color: var(--exc-muted);
}
.exc-product-summary__meta-label {
    font-weight: 600;
    color: var(--exc-ink);
    margin-right: 6px;
}
.exc-product-summary__meta-value a {
    color: var(--exc-purple);
    text-decoration: none;
    transition: color 0.15s ease;
}
.exc-product-summary__meta-value a:hover {
    color: var(--exc-purple-dark);
    text-decoration: underline;
}


/* ────────────────────────────────────────────────
   3. TABS
   ──────────────────────────────────────────────── */
.exc-product-tabs {
    background: var(--exc-white);
}

.exc-product-tabs__nav {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--exc-border);
    margin-bottom: 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.exc-product-tabs__btn {
    flex-shrink: 0;
    padding: 16px 24px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-family: var(--exc-sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--exc-muted);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.exc-product-tabs__btn:hover {
    color: var(--exc-ink);
}
.exc-product-tabs__btn.is-active {
    color: var(--exc-purple);
    border-bottom-color: var(--exc-purple);
}

.exc-product-tabs__panel {
    display: none;
    font-family: var(--exc-sans);
    font-size: 15px;
    line-height: 1.75;
    color: var(--exc-muted);
}
.exc-product-tabs__panel.is-active {
    display: block;
    animation: exc-fade 0.3s ease;
}
.exc-product-tabs__panel h3 {
    margin: 24px 0 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--exc-ink);
}
.exc-product-tabs__panel h3:first-child {
    margin-top: 0;
}
.exc-product-tabs__panel p {
    margin: 0 0 14px;
}
.exc-product-tabs__panel p:last-child {
    margin-bottom: 0;
}
.exc-product-tabs__panel strong {
    color: var(--exc-ink);
    font-weight: 600;
}

.exc-product-tabs__table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
}
.exc-product-tabs__table th,
.exc-product-tabs__table td {
    padding: 12px 0;
    text-align: left;
    border-bottom: 1px solid var(--exc-border);
    font-family: var(--exc-sans);
    font-size: 14px;
}
.exc-product-tabs__table th {
    width: 40%;
    font-weight: 600;
    color: var(--exc-ink);
    letter-spacing: 0.04em;
}
.exc-product-tabs__table td {
    color: var(--exc-muted);
}

@keyframes exc-fade {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* ────────────────────────────────────────────────
   4. RELATED PRODUCTS
   ──────────────────────────────────────────────── */
.exc-related {
    font-family: var(--exc-sans);
}

.exc-related__header {
    text-align: center;
    margin-bottom: 32px;
}

.exc-related__title {
    margin: 0;
    font-family: var(--exc-sans);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--exc-ink);
    line-height: 1.2;
}

.exc-related__subtitle {
    margin: 8px 0 0;
    font-family: var(--exc-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--exc-purple-dark);
}

.exc-related__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Inherits card styling from EXC: Archive Polish snippet */


/* ────────────────────────────────────────────────
   5. TRUST STRIP
   ──────────────────────────────────────────────── */
.exc-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.exc-trust__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
}

.exc-trust__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--exc-purple-soft);
    color: var(--exc-purple);
    border-radius: 50%;
}

.exc-trust__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
    min-width: 0;
}
.exc-trust__text strong {
    font-family: var(--exc-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--exc-ink);
}
.exc-trust__text span,
.exc-trust__text a {
    font-family: var(--exc-sans);
    font-size: 13px;
    color: var(--exc-muted);
    text-decoration: none;
}
.exc-trust__text a:hover {
    color: var(--exc-purple);
}


/* ────────────────────────────────────────────────
   6. RESPONSIVE
   ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .exc-trust {
        grid-template-columns: repeat(2, 1fr);
    }
    .exc-related__grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .exc-product-summary__title {
        font-size: 22px;
    }
    .exc-product-summary__price {
        font-size: 24px;
    }
    .exc-product-summary__cart form.cart {
        flex-direction: column;
    }
    .exc-product-summary__cart .quantity {
        width: 100%;
    }
    .exc-product-summary__cart .quantity input.qty {
        width: 100%;
    }
    .exc-product-tabs__btn {
        padding: 14px 16px;
        font-size: 12px;
    }
    .exc-product-gallery__thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
    .exc-related__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px;
    }
    .exc-trust {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .exc-related__grid {
        grid-template-columns: 1fr !important;
    }
}

/* Hide duplicate stock notice inside cart area (we have the pill above) */
.exc-product-summary__cart .stock,
.exc-product-summary .stock {
    display: none !important;
}

/* Hide short description if it duplicates the product title */
.exc-product-summary__excerpt {
    
}

/* ═══════════════════════════════════════════════════
   RELATED PRODUCTS — Card Styling (self-contained)
   ═══════════════════════════════════════════════════ */

.exc-related__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.exc-related__grid li.product {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background: var(--exc-white);
    border: 1px solid var(--exc-border);
    border-radius: var(--exc-radius-md);
    box-shadow: var(--exc-shadow-sm);
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.exc-related__grid li.product:hover {
    box-shadow: var(--exc-shadow-md);
    transform: translateY(-2px);
}

.exc-related__grid li.product > a {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 16px 16px 0 !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* Image — uniform height, contain */
.exc-related__grid li.product img {
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    max-height: 200px !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: var(--exc-radius-sm) !important;
}

/* Title — clamped, fixed height */
.exc-related__grid li.product .woocommerce-loop-product__title,
.exc-related__grid li.product h2,
.exc-related__grid li.product h3 {
    height: 56px !important;
    width: 100% !important;
    padding: 14px 0 6px !important;
    margin: 0 !important;
    font-family: var(--exc-sans) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: var(--exc-ink) !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Stock pill */
.exc-related__grid li.product .stock {
    display: block !important;
    width: fit-content !important;
    align-self: center !important;
    margin: 4px auto 12px !important;
    padding: 4px 10px !important;
    font-family: var(--exc-sans) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    border-radius: 999px !important;
    text-align: center !important;
}
.exc-related__grid li.product .stock.in-stock {
    background: rgba(46, 139, 87, 0.10) !important;
    color: #2e8b57 !important;
}
.exc-related__grid li.product .stock.out-of-stock {
    background: rgba(192, 57, 43, 0.10) !important;
    color: rgba(192, 57, 43, 0.95) !important;
}

/* Price */
.exc-related__grid li.product .price {
    display: block !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    font-family: var(--exc-sans) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--exc-purple) !important;
    text-align: center !important;
}
.exc-related__grid li.product .price .woocommerce-Price-amount {
    color: var(--exc-purple) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .exc-related__grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 767px) {
    .exc-related__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
    .exc-related__grid li.product img {
        height: 160px !important;
    }
}
@media (max-width: 480px) {
    .exc-related__grid {
        grid-template-columns: 1fr !important;
    }
}

/* Single product gallery — force transparent
   High specificity + attribute body.elementor-page-31495 to beat the default rule */
body.single-product div.exc-product-gallery__main,
body.single-product div[data-exc-gallery-main],
body.single-product .exc-product-gallery,
body.single-product .exc-product-gallery__thumb,
body.single-product .exc-product-gallery__thumbs,
body.single-product .exc-product-gallery__main img {
    background: transparent !important;
    background-color: transparent !important;
}

/* Related products — guest sign-in button */
body.exc-guest .exc-related__grid li.product a.exc-price-locked {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 11px 20px !important;
    margin: 0 auto 16px !important;
    background: var(--exc-white) !important;
    color: var(--exc-purple) !important;
    border: 1px solid var(--exc-purple) !important;
    border-radius: var(--exc-radius-md) !important;
    font-family: var(--exc-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    transition: background .15s ease, color .15s ease !important;
    box-shadow: none !important;
}

body.exc-guest .exc-related__grid li.product a.exc-price-locked:hover {
    background: var(--exc-purple) !important;
    color: var(--exc-white) !important;
}

/* Replace the lock SVG with text */
body.exc-guest .exc-related__grid li.product a.exc-price-locked svg {
    display: none !important;
}

body.exc-guest .exc-related__grid li.product a.exc-price-locked::before {
    content: 'Sign in to view price';
}

/* Hide the empty price wrapper that's causing the oval shape */
body.exc-guest .exc-related__grid li.product .price:has(a.exc-price-locked:only-child) {
    display: contents !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.exc-product-summary__price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}
.exc-product-summary__vat {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: var(--exc-purple-soft, rgba(143,41,151,.08));
    color: var(--exc-purple, #8f2997);
    border-radius: 999px;
    font-family: var(--exc-sans, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
    transform: translateY(-2px); /* nudges it to sit against the price baseline nicely */
}

/* ── Tiered pricing discount note ── */
.tiered-pricing-plain-texts {
    list-style: none !important;
    margin: 4px 0 18px !important;
    padding: 0 !important;
}

/* Hide the default qty-1 row (no saving to show) */
.tiered-pricing-plain-text.tiered-pricing-plain-text--default {
    display: none !important;
}

/* Style the actual discount message row */
.tiered-pricing-plain-text {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: var(--exc-purple-soft, rgba(143,41,151,.08));
    border: 1px solid var(--exc-purple-line, rgba(143,41,151,.18));
    border-left: 4px solid var(--exc-purple, #8f2997);
    border-radius: var(--exc-radius-md, 8px);
    font-family: var(--exc-sans, 'Inter', sans-serif) !important;
    font-size: 14px !important;
    line-height: 1.5;
    color: var(--exc-ink, #1f1f1f) !important;
}

/* Price-tag icon */
.tiered-pricing-plain-text::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: var(--exc-purple, #8f2997);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/><line x1='7' y1='7' x2='7.01' y2='7'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/><line x1='7' y1='7' x2='7.01' y2='7'/></svg>");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* Highlight the price + % saving */
.tiered-pricing-plain-text strong {
    color: var(--exc-purple, #8f2997) !important;
    font-weight: 700 !important;
}/* End custom CSS */