/* ============================================================
   awa-bundle-pdp.css (2026-03-19)
   Bundle: pdp-conversion + pdp-final-polish + inner-pages
   PDP only — replaces 3 separate CSS requests with 1
   ============================================================ */

/* === 1/3: awa-custom-pdp-conversion.css === */
.catalog-product-view .attr-product .info-qty {
    display: inline-flex;
    align-items: stretch;
    gap: var(--awa-gap-sm);
}

.catalog-product-view .attr-product .info-qty .qty-down,
.catalog-product-view .attr-product .info-qty .qty-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgb(183 51 55 / 20%);
    background: var(--primary-color, #b73337);
    color: var(--bg-white, #fff);
    text-decoration: none;
    transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-product-view .attr-product .info-qty .qty-down:hover,
.catalog-product-view .attr-product .info-qty .qty-up:hover,
.catalog-product-view .attr-product .info-qty .qty-down:focus-visible,
.catalog-product-view .attr-product .info-qty .qty-up:focus-visible {
    background: var(--primary-hover, #8e2629);
    color: var(--bg-white, #fff);
    box-shadow: 0 4px 12px rgb(183 51 55 / 20%);
    text-decoration: none;
    outline: none;
}

.catalog-product-view .attr-product .info-qty .qty-down i,
.catalog-product-view .attr-product .info-qty .qty-up i {
    font-size: 14px;
}

.catalog-product-view .attr-product .info-qty input#qty,
.catalog-product-view .attr-product .info-qty .input-text.qty {
    width: 76px;
    min-width: 76px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 18%);
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
    background: #fff;
}

.catalog-product-view .attr-product .info-qty input#qty:focus,
.catalog-product-view .attr-product .info-qty .input-text.qty:focus {
    border-color: rgb(183 51 55 / 40%);
    box-shadow: 0 0 0 3px rgb(183 51 55 / 12%);
}

.catalog-product-view .b2b-tier-pricing {
    margin-top: 16px;
    padding: clamp(12px, 2vw, 18px);
    border-radius: 14px;
    border: 1px solid rgb(183 51 55 / 18%);
    background: linear-gradient(180deg, rgb(183 51 55 / 5%) 0%, rgb(255 255 255 / 100%) 100%);
    box-shadow: 0 6px 18px rgb(183 51 55 / 5%);
}

.catalog-product-view .b2b-tier-heading {
    display: flex;
    align-items: center;
    gap: var(--awa-gap-md);
    margin-bottom: 12px;
    color: var(--text-color, #333);
}

.catalog-product-view .b2b-tier-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgb(183 51 55 / 10%);
    color: var(--primary-color, #b73337);
}

.catalog-product-view .b2b-tier-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-color, #b73337);
    line-height: 1.2;
    margin-bottom: 2px;
}

.catalog-product-view .b2b-tier-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-color, #333);
    letter-spacing: normal;
    text-transform: none;
}

.catalog-product-view .b2b-tier-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}

.catalog-product-view .b2b-tier-table {
    width: 100%;
    min-width: 420px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgb(183 51 55 / 12%);
    border-radius: 10px;
    overflow: hidden;
}

.catalog-product-view .b2b-tier-table thead th {
    background: rgb(183 51 55 / 6%);
    border-bottom: 1px solid rgb(183 51 55 / 12%);
    color: #555;
    padding: 9px 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.catalog-product-view .b2b-tier-table tbody td {
    padding: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    color: var(--text-color, #333);
}

.catalog-product-view .b2b-tier-table tbody tr:last-child td {
    border-bottom: none;
}

.catalog-product-view .b2b-tier-table tbody tr:hover td {
    background: rgb(183 51 55 / 3%);
}

.catalog-product-view .b2b-tier-qty {
    font-weight: 600;
}

.catalog-product-view .b2b-tier-price,
.catalog-product-view .b2b-tier-price .price {
    color: var(--primary-color, #b73337);
    font-weight: 700;
}

.catalog-product-view .b2b-tier-savings {
    text-align: right;
}

.catalog-product-view .b2b-tier-savings .b2b-savings-badge {
    background: var(--primary-color, #b73337);
    color: var(--bg-white, #fff);
    font-weight: 700;
}

.awa-pdp-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(56px + env(safe-area-inset-bottom));
    z-index: 999;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

body:not(.awa-pdp-sticky-cta-ready) .awa-pdp-sticky-cta {
    display: none !important;
}

body.awa-pdp-sticky-cta-visible .awa-pdp-sticky-cta {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.awa-pdp-sticky-cta__inner {
    max-width: 640px;
    margin: 0 auto;
    background: rgb(255 255 255 / 98%);
    border: 1px solid rgb(183 51 55 / 16%);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgb(0 0 0 / 12%);
    backdrop-filter: blur(8px);
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--awa-gap-md);
    align-items: center;
}

.awa-pdp-sticky-cta__meta {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.awa-pdp-sticky-cta__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    font-weight: 700;
}

.awa-pdp-sticky-cta__price {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-color, #333);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.awa-pdp-sticky-cta__button {
    min-width: 132px;
    min-height: 46px;
    border: none;
    border-radius: 12px;
    background: var(--primary-color, #b73337);
    color: var(--bg-white, #fff);
    font-weight: 700;
    padding: 0 16px;
    transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.awa-pdp-sticky-cta__button:hover,
.awa-pdp-sticky-cta__button:focus-visible {
    background: var(--primary-hover, #8e2629);
    color: var(--bg-white, #fff);
    outline: none;
}

.awa-pdp-sticky-cta__button[disabled] {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .awa-pdp-sticky-cta {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body.awa-pdp-sticky-cta-visible .page-main {
        padding-bottom: 108px;
    }

    .catalog-product-view .b2b-tier-table {
        min-width: 360px;
    }
}

/* AWA Round11: PDP hierarchy + sticky CTA B2B-safe refinements */
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    color: #111827;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.catalog-product-view .product-info-main .product-info-price {
    border: 1px solid rgb(226 232 240 / 90%);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgb(15 23 42 / 5%);
    padding: clamp(10px, 1.6vw, 14px);
    margin-bottom: 14px;
}

.catalog-product-view .product-info-main .price-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--awa-gap-xs) var(--awa-gap-md);
    min-height: 34px;
}

.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .price-box .special-price .price {
    color: var(--primary-color, #b73337);
    font-weight: 800;
}

.catalog-product-view .product-info-main .old-price .price,
.catalog-product-view .product-info-main .price-box .old-price .price {
    color: #64748b;
}

.catalog-product-view .product-info-main .b2b-login-to-see-price {
    display: inline-flex;
    align-items: center;
    gap: var(--awa-gap-sm);
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(183 51 55 / 7%);
    border: 1px solid rgb(183 51 55 / 14%);
    color: var(--primary-color, #b73337);
    font-weight: 700;
    line-height: 1.2;
}

.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-info-main .stock.available,
.catalog-product-view .product-info-main .stock.unavailable {
    color: #475569;
}

.catalog-product-view .product-info-main .stock.available span,
.catalog-product-view .product-info-main .stock.unavailable span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
}

.catalog-product-view .product-info-main .stock.available span {
    color: #166534;
    background: rgb(34 197 94 / 10%);
    border: 1px solid rgb(34 197 94 / 20%);
}

.catalog-product-view .product-info-main .stock.unavailable span {
    color: #991b1b;
    background: rgb(239 68 68 / 8%);
    border: 1px solid rgb(239 68 68 / 16%);
}

.catalog-product-view .product-info-main .product-reviews-summary {
    margin-bottom: 12px;
}

.catalog-product-view .product-info-main .product.attribute.overview,
.catalog-product-view .product-info-main .short-description,
.catalog-product-view .product-info-main .product.attribute.description {
    color: #475569;
    line-height: 1.5;
}

.catalog-product-view .product-info-main .box-tocart,
.catalog-product-view .product-info-main .product-add-form .actions,
.catalog-product-view .product-info-main .attr-product {
    background: #fff;
}

.catalog-product-view .product-info-main .box-tocart {
    border: 1px solid rgb(226 232 240 / 90%);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgb(15 23 42 / 5%);
    padding: clamp(12px, 1.8vw, 16px);
    margin-top: 10px;
}

.catalog-product-view .product-info-main .box-tocart .fieldset {
    margin: 0;
}

.catalog-product-view .product-info-main .box-tocart .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--awa-gap-md);
}

.catalog-product-view .product-info-main .actions #product-addtocart-button,
.catalog-product-view .product-info-main .actions .action.primary.tocart {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgb(183 51 55 / 14%);
    transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-product-view .product-info-main .actions #product-addtocart-button:hover,
.catalog-product-view .product-info-main .actions #product-addtocart-button:focus-visible,
.catalog-product-view .product-info-main .actions .action.primary.tocart:hover,
.catalog-product-view .product-info-main .actions .action.primary.tocart:focus-visible {
    box-shadow: 0 12px 28px rgb(142 38 41 / 20%);
    transform: translateY(-2px);
    outline: none;
}

.catalog-product-view .product-info-main .actions #product-addtocart-button:disabled,
.catalog-product-view .product-info-main .actions #product-addtocart-button.disabled,
.catalog-product-view .product-info-main .actions .action.primary.tocart:disabled,
.catalog-product-view .product-info-main .actions .action.primary.tocart.disabled {
    box-shadow: none;
    transform: none;
    opacity: 0.65;
}

.catalog-product-view .product-info-main .actions .b2b-login-to-buy-btn {
    min-height: 46px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 22px rgb(183 51 55 / 14%);
}

.catalog-product-view .product-info-main .actions .b2b-login-to-buy-btn:hover,
.catalog-product-view .product-info-main .actions .b2b-login-to-buy-btn:focus-visible {
    box-shadow: 0 14px 28px rgb(142 38 41 / 18%);
    outline: none;
}

.catalog-product-view .product-info-main .attr-product {
    display: grid;
    gap: var(--awa-gap-sm);
    margin-bottom: 10px;
}

.catalog-product-view .product-info-main .attr-product > .label {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.catalog-product-view .product-info-main .attr-product .info-qty {
    gap: var(--awa-gap-sm);
}

.catalog-product-view .product-info-main .product-social-links,
.catalog-product-view .product-info-main .product-addto-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--awa-gap-sm);
}

.catalog-product-view .product-info-main .product-social-links a,
.catalog-product-view .product-info-main .product-addto-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding-inline: 10px;
}

.catalog-product-view .product-info-main .product-social-links a:focus-visible,
.catalog-product-view .product-info-main .product-addto-links a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgb(183 51 55 / 14%);
}

.awa-pdp-sticky-cta__inner {
    backdrop-filter: blur(8px);
}

.awa-pdp-sticky-cta.awa-pdp-sticky-cta--disabled .awa-pdp-sticky-cta__inner {
    border-color: rgb(148 163 184 / 32%);
    background: rgb(248 250 252 / 98%);
}

.awa-pdp-sticky-cta__price.awa-pdp-sticky-cta__price--muted {
    color: #64748b;
    font-weight: 600;
}

.awa-pdp-sticky-cta__button {
    box-shadow: 0 8px 20px rgb(183 51 55 / 14%);
}

.awa-pdp-sticky-cta__button:hover,
.awa-pdp-sticky-cta__button:focus-visible {
    box-shadow: 0 12px 24px rgb(142 38 41 / 18%);
}

.awa-pdp-sticky-cta__button[disabled] {
    box-shadow: none;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .catalog-product-view .product-info-main .product-info-price,
    .catalog-product-view .product-info-main .box-tocart {
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .product-info-main .product-info-price {
        padding: 10px;
        margin-bottom: 12px;
    }

    .catalog-product-view .product-info-main .box-tocart {
        padding: 12px 10px;
        border-radius: 12px;
    }

    .catalog-product-view .product-info-main .actions #product-addtocart-button,
    .catalog-product-view .product-info-main .actions .action.primary.tocart {
        min-height: 48px;
        width: 100%;
    }

    .catalog-product-view .product-info-main .actions .b2b-login-to-buy-btn {
        min-height: 48px;
        width: 100%;
    }

    .awa-pdp-sticky-cta {
        bottom: calc(52px + env(safe-area-inset-bottom));
        padding-inline: 8px;
    }

    .awa-pdp-sticky-cta__inner {
        gap: var(--awa-gap-sm);
        border-radius: 12px;
        padding: 8px;
        grid-template-columns: minmax(0, 1fr) minmax(116px, auto);
    }

    .awa-pdp-sticky-cta__button {
        min-width: 116px;
        min-height: 46px;
        border-radius: 10px;
        padding-inline: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-product-view .attr-product .info-qty .qty-down,
    .catalog-product-view .attr-product .info-qty .qty-up,
    .catalog-product-view .product-info-main .actions #product-addtocart-button,
    .catalog-product-view .product-info-main .actions .action.primary.tocart,
    .catalog-product-view .product-info-main .actions .b2b-login-to-buy-btn,
    .awa-pdp-sticky-cta,
    .awa-pdp-sticky-cta__button {
        transition: none !important;
    }
}

body.b2b-restricted-mode .awa-pdp-sticky-cta,
body.b2b-pending-mode .awa-pdp-sticky-cta {
    display: none !important;
}

/* === 2/3: awa-custom-pdp-final-polish.css === */
/* AWA PDP Final Polish
   Scope: catalog product view only.
   B2B-safe: no overrides to restricted visibility logic.
*/

body.catalog-product-view {
    --awa-pdp-final-surface: #fff;
    --awa-pdp-final-surface-soft: #f7f7f7;
    --awa-pdp-final-border: #e5e5e5;
    --awa-pdp-final-border-strong: #d9d9d9;
    --awa-pdp-final-text: #333;
    --awa-pdp-final-muted: #666;
    --awa-pdp-final-shadow-sm: 0 6px 18px rgb(15 23 42 / 4%);
    --awa-pdp-final-shadow-md: 0 14px 32px rgb(15 23 42 / 9%);
    --awa-pdp-final-focus: 0 0 0 3px rgb(183 51 55 / 16%);
    --awa-pdp-transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.catalog-product-view .page-main {
    padding-top: clamp(12px, 1.8vw, 20px);
}

body.catalog-product-view .product-info-main {
    display: grid;
    gap: var(--awa-gap-md);
}

body.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    color: var(--awa-pdp-final-text);
    line-height: 1.15;
}

body.catalog-product-view .product-info-main .product.attribute.overview,
body.catalog-product-view .product-info-main .short-description,
body.catalog-product-view .product-info-main .product.attribute.description {
    color: #666;
    line-height: 1.58;
}

body.catalog-product-view .product-info-main .product-info-price {
    border: 1px solid var(--awa-pdp-final-border);
    border-radius: 16px;
    background: var(--awa-pdp-final-surface);
    box-shadow: var(--awa-pdp-final-shadow-sm);
}

body.catalog-product-view .product-info-main .price-box .price,
body.catalog-product-view .product-info-main .special-price .price {
    color: var(--primary-color, #b73337);
    font-weight: 800;
}

body.catalog-product-view .product-info-main .old-price .price {
    color: var(--awa-pdp-final-muted);
}

body.catalog-product-view .product-info-main .b2b-customer-price-info {
    margin-top: 10px;
}

body.catalog-product-view .product-info-main .b2b-price-list-info {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgb(15 23 42 / 12%);
    background: var(--awa-pdp-final-surface-soft);
}

body.catalog-product-view .product-info-main .b2b-list-label {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.catalog-product-view .product-info-main .stock.available span,
body.catalog-product-view .product-info-main .stock.unavailable span {
    min-height: 28px;
}

body.catalog-product-view .product-info-main .product-add-form,
body.catalog-product-view .product-info-main .box-tocart,
body.catalog-product-view .product-info-main .attr-product {
    border: 1px solid var(--awa-pdp-final-border);
    border-radius: 16px;
    background: var(--awa-pdp-final-surface);
    box-shadow: var(--awa-pdp-final-shadow-sm);
}

body.catalog-product-view .product-info-main .product-add-form {
    padding: 12px;
}

body.catalog-product-view .product-info-main .box-tocart {
    padding: 10px;
}

body.catalog-product-view .product-info-main .attr-product {
    padding: 10px;
}

body.catalog-product-view .product-info-main .box-tocart .action.tocart,
body.catalog-product-view .product-info-main .product-add-form .actions button.tocart {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color var(--awa-pdp-transition), box-shadow var(--awa-pdp-transition), transform var(--awa-pdp-transition);
}

body.catalog-product-view .product-info-main .box-tocart .action.tocart:hover,
body.catalog-product-view .product-info-main .product-add-form .actions button.tocart:hover {
    box-shadow: 0 8px 24px rgb(183 51 55 / 18%);
    transform: translateY(-1px);
}

body.catalog-product-view .product-info-main .box-tocart .action.tocart:focus-visible,
body.catalog-product-view .product-info-main .product-add-form .actions button.tocart:focus-visible {
    box-shadow: var(--awa-pdp-final-focus);
    outline: 0;
}

body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: var(--awa-pdp-final-shadow-sm);
    transition: box-shadow var(--awa-pdp-transition), transform var(--awa-pdp-transition);
}

body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn svg {
    width: 18px;
    height: 18px;
}

body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn:hover,
body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn:focus-visible {
    box-shadow: var(--awa-pdp-final-shadow-md);
    outline: 0;
}

body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn.b2b--disabled {
    box-shadow: none;
}

body.catalog-product-view .product-info-main .attr-product .info-qty {
    display: inline-flex;
    align-items: stretch;
    gap: var(--awa-gap-sm);
}

body.catalog-product-view .product-info-main .attr-product .info-qty .qty-up,
body.catalog-product-view .product-info-main .attr-product .info-qty .qty-down {
    width: 42px;
    min-width: 42px;
    border-radius: 10px;
    border: 1px solid rgb(15 23 42 / 12%);
    background: #fff;
    color: #333;
}

body.catalog-product-view .product-info-main .attr-product .info-qty .qty-up:focus-visible,
body.catalog-product-view .product-info-main .attr-product .info-qty .qty-down:focus-visible {
    box-shadow: var(--awa-pdp-final-focus);
    outline: 0;
}

body.catalog-product-view .product-info-main .attr-product .info-qty .input-text.qty,
body.catalog-product-view .product-info-main .attr-product .info-qty input#qty {
    border-radius: 10px;
    border-color: var(--awa-pdp-final-border-strong);
}

body.catalog-product-view .product-info-main .attr-product .info-qty .input-text.qty:focus,
body.catalog-product-view .product-info-main .attr-product .info-qty .input-text.qty:focus-visible,
body.catalog-product-view .product-info-main .attr-product .info-qty input#qty:focus,
body.catalog-product-view .product-info-main .attr-product .info-qty input#qty:focus-visible {
    box-shadow: var(--awa-pdp-final-focus);
    outline: 0;
}

body.catalog-product-view .b2b-tier-pricing {
    border-color: rgb(183 51 55 / 16%);
    box-shadow: var(--awa-pdp-final-shadow-sm);
}

body.catalog-product-view .b2b-tier-table-wrap {
    border-radius: 10px;
    border: 1px solid rgb(15 23 42 / 8%);
    background: #fff;
}

body.catalog-product-view .b2b-tier-table {
    margin: 0;
}

body.catalog-product-view .b2b-tier-table thead th {
    color: #333;
}

body.catalog-product-view .b2b-tier-table tbody tr:nth-child(even) td {
    background: #fbfdff;
}

body.catalog-product-view .b2b-tier-table tbody tr:hover td {
    background: rgb(183 51 55 / 3%);
}

body.catalog-product-view .product-info-main .product-social-links .action {
    border-radius: 10px;
}

body.catalog-product-view .product.media,
body.catalog-product-view .product.media .fotorama__stage,
body.catalog-product-view .product.media .fotorama__nav-wrap {
    border-radius: 16px;
    overflow: clip;
}

body.catalog-product-view .product.media .fotorama__stage {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

body.catalog-product-view .fotorama__thumb-border {
    border-color: rgb(183 51 55 / 38%) !important;
}

body.catalog-product-view .product.info.detailed {
    margin-top: clamp(16px, 2.2vw, 26px);
    border: 1px solid var(--awa-pdp-final-border);
    border-radius: 16px;
    background: var(--awa-pdp-final-surface);
    box-shadow: var(--awa-pdp-final-shadow-sm);
    overflow: clip;
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

body.catalog-product-view .product.info.detailed .items {
    border-bottom: 1px solid #edf2f7;
    background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}

body.catalog-product-view .product.info.detailed .items > .item.title {
    margin: 0;
}

body.catalog-product-view .product.info.detailed .items > .item.title > .switch {
    min-height: 44px;
    padding: 10px 14px;
    border: 0;
}

body.catalog-product-view .product.info.detailed .items > .item.title > .switch:focus-visible {
    box-shadow: var(--awa-pdp-final-focus);
    outline: 0;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content {
    border: 0;
    padding: 14px;
}

/* Sticky CTA safety: never force in restricted/B2B auth modes. */
body.b2b-restricted-mode .awa-pdp-sticky-cta,
body.b2b-auth-shell .awa-pdp-sticky-cta,
body.b2b-register-index .awa-pdp-sticky-cta {
    display: none !important;
}

@media (max-width: 991px) {
    body.catalog-product-view .product-info-main .product-add-form,
    body.catalog-product-view .product-info-main .box-tocart,
    body.catalog-product-view .product-info-main .attr-product,
    body.catalog-product-view .product-info-main .product-info-price,
    body.catalog-product-view .product.info.detailed,
    body.catalog-product-view .product.media {
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    body.catalog-product-view .page-main {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    body.catalog-product-view .product-info-main .product-add-form {
        padding: 10px;
    }

    body.catalog-product-view .product-info-main .box-tocart,
    body.catalog-product-view .product-info-main .attr-product {
        padding: 9px;
    }

    body.catalog-product-view .product-info-main .box-tocart .action.tocart,
    body.catalog-product-view .product-info-main .product-add-form .actions button.tocart,
    body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn {
        min-height: 44px;
    }

    body.catalog-product-view .product.info.detailed .product.data.items > .item.content {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.catalog-product-view .product-info-main .product-add-form .actions .b2b-login-to-buy-btn,
    body.catalog-product-view .product-info-main .attr-product .info-qty .qty-up,
    body.catalog-product-view .product-info-main .attr-product .info-qty .qty-down,
    body.catalog-product-view .awa-pdp-sticky-cta {
        transition: none;
    }
}

/* AWA Phase 6: Compact Tech Specs Table */
body.catalog-product-view .product-info-main .product.attribute.new-table {
    margin-top: 20px;
    border: 1px solid var(--awa-pdp-final-border);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

body.catalog-product-view .product-info-main .product.attribute.new-table th {
    background: #f7f7f7;
    color: var(--awa-pdp-final-text);
    font-weight: 600;
    padding: 8px 12px;
    width: 40%;
    border-right: 1px solid var(--awa-pdp-final-border);
}

body.catalog-product-view .product-info-main .product.attribute.new-table td {
    padding: 8px 12px;
    color: var(--awa-pdp-final-muted);
}

/* Content Visibility — defer render work for below-fold related/upsell blocks */
body.catalog-product-view .block.related,
body.catalog-product-view .block.upsell {
    content-visibility: auto;
    contain-intrinsic-size: auto 400px;
}

/* === 3/3: awa-bundle-inner-pages.css === */
/* ============================================================
   awa-bundle-inner-pages.css (2026-03-19)
   Bundle: post-themeoption-overrides + components-b2b-foundation
          + compat-b2b-nav-plp-cart-checkout + b2b-cart-checkout-premium
   Used by: search / cart / checkout / PDP (replaces awa-bundle-site on those routes)
   4 CSS requests → 1 (save ~3 requests on critical inner-page paths)
   ============================================================ */

/* === 1/4: awa-custom-post-themeoption-overrides.css === */
/* AWA Round9 (post-themeoption): reassert custom UX after Rokanthemes ThemeOption custom_default.css + inline styles */

:root {
    --awa-post-themeoption-focus: 0 0 0 3px rgb(183 51 55 / 18%);
}

/* Root cause mitigation:
   ThemeOption emits custom_default.css + inline <style> after awa-round*.css, including broad !important rules:
   - html,body,* { color: ... !important }
   - .action.primary, button { background/border/color ... !important }
   This file loads after add_custom_theme_head and restores component-level visuals. */

/* Container alignment fix:
   custom_default.css (Rokanthemes Full Width) sets .container { max-width: 100% }.
   This re-enforces var(--awa-container) for consistent horizontal alignment across all pages.
   Specificity body .page-wrapper .container:not(...) ~= 0,5,1 beats .container 0,1,0. */
body .page-wrapper .container:not(.slider-container):not(.banner-container):not(.products):not(.product-grid) {
    max-width: var(--awa-container);
    margin-left: auto;
    margin-right: auto;
}

/* B2B Unified Status Panel — override ThemeOption button resets */
body .page-wrapper .b2b-status-trigger {
    background: linear-gradient(135deg, rgb(183 51 55 / 8%) 0%, rgb(183 51 55 / 4%) 100%) !important;
    border-color: rgb(183 51 55 / 15%) !important;
    color: #1f2937 !important;
}

body .page-wrapper .b2b-status-trigger:hover,
body .page-wrapper .b2b-status-trigger:focus-visible {
    background: linear-gradient(135deg, rgb(183 51 55 / 12%) 0%, rgb(183 51 55 / 8%) 100%) !important;
    border-color: rgb(183 51 55 / 25%) !important;
    color: #111827 !important;
    outline: 0;
    box-shadow: var(--awa-post-themeoption-focus) !important;
}

body .page-wrapper .b2b-status-trigger[aria-expanded="true"] {
    background: var(--primary-color, #b73337) !important;
    border-color: var(--primary-color, #b73337) !important;
    color: #fff !important;
}

body .page-wrapper .b2b-status-panel .footer-link,
body .page-wrapper .b2b-status-panel .quick-action-link {
    background: transparent !important;
    border: none !important;
}

body .page-wrapper .b2b-logout-form .logout-link {
    background: transparent !important;
    border: none !important;
}

body .page-wrapper .block-search .block-content button.action.search {
    background: var(--primary-color, #b73337) !important;
    border-color: var(--primary-color, #b73337) !important;
    color: #fff !important;
    min-height: 44px !important;
}

body .page-wrapper .block-search .block-content button.action.search:hover,
body .page-wrapper .block-search .block-content button.action.search:focus-visible {
    background: var(--primary-hover, #8e2629) !important;
    border-color: var(--primary-hover, #8e2629) !important;
    color: #fff !important;
    outline: 0;
    box-shadow: var(--awa-post-themeoption-focus) !important;
}

body .page-wrapper .minicart-wrapper .action.showcart .counter.qty,
body .page-wrapper .minicart-wrapper .counter.qty {
    background: var(--primary-color, #b73337) !important;
    color: #fff !important;
}

body .page-wrapper .page_footer .velaFooterTitle {
    background: transparent !important;
    border: 0 !important;
    color: #111827 !important;
}

body .page-wrapper .page_footer .velaFooterTitle:hover,
body .page-wrapper .page_footer .velaFooterTitle:focus-visible {
    color: var(--primary-color, #b73337) !important;
    box-shadow: var(--awa-post-themeoption-focus) !important;
    outline: 0;
}

body .page-wrapper .page_footer .velaFooterLinks a,
body .page-wrapper .page_footer .aw-footer-legal a,
body .page-wrapper .page_footer .aw-footer-b2b-contact a,
body .page-wrapper .page_footer .aw-footer-social a {
    color: #334155 !important;
}

body .page-wrapper .page_footer .velaFooterLinks a:hover,
body .page-wrapper .page_footer .velaFooterLinks a:focus-visible,
body .page-wrapper .page_footer .aw-footer-legal a:hover,
body .page-wrapper .page_footer .aw-footer-legal a:focus-visible,
body .page-wrapper .page_footer .aw-footer-b2b-contact a:hover,
body .page-wrapper .page_footer .aw-footer-b2b-contact a:focus-visible,
body .page-wrapper .page_footer .aw-footer-social a:hover,
body .page-wrapper .page_footer .aw-footer-social a:focus-visible {
    color: var(--primary-color, #b73337) !important;
    outline: 0;
}

body .page-wrapper .awa-footer-trust-bar,
body .page-wrapper .awa-footer-payments-security,
body .page-wrapper .aw-footer-trust-b2b {
    color: #1f2937 !important;
}

body .page-wrapper .awa-footer-trust-icon,
body .page-wrapper .awa-payment-chip svg,
body .page-wrapper .awa-footer-security-badge svg,
body .page-wrapper .aw-footer-trust-b2b .trust-number {
    color: var(--primary-color, #b73337) !important;
}

body .page-wrapper .awa-payment-chip {
    color: #334155 !important;
    border-color: rgb(183 51 55 / 10%) !important;
    background: #fff !important;
}

body .page-wrapper .awa-payment-chip--priority {
    color: var(--primary-color, #b73337) !important;
    background: rgb(183 51 55 / 6%) !important;
    border-color: rgb(183 51 55 / 16%) !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .page_footer {
    display: none !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-page,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-page {
    color: #1f2937 !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-card,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-container {
    background: #fff !important;
    border-color: #dfe5ee !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-subtitle,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-field-note,
:is(body.b2b-auth-shell, body.b2b-register-index) .register-header .subtitle,
:is(body.b2b-auth-shell, body.b2b-register-index) .register-header .register-trust-note,
:is(body.b2b-auth-shell, body.b2b-register-index) .actions-primary-note {
    color: #64748b !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-password-toggle,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-password-toggle,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-benefits-toggle,
:is(body.b2b-auth-shell, body.b2b-register-index) .progress-step,
:is(body.b2b-auth-shell, body.b2b-register-index) .actions-toolbar .secondary,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-register,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-claim {
    background: #fff !important;
    color: #1f2937 !important;
    border-color: #dfe5ee !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-password-toggle:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-password-toggle:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-password-toggle:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-password-toggle:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-benefits-toggle:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-benefits-toggle:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .progress-step:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .progress-step:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .actions-toolbar .secondary:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .actions-toolbar .secondary:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-register:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-register:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-claim:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-claim:focus-visible {
    color: var(--primary-color, #b73337) !important;
    border-color: rgb(183 51 55 / 24%) !important;
    box-shadow: var(--awa-post-themeoption-focus) !important;
    outline: 0;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-entrar,
:is(body.b2b-auth-shell, body.b2b-register-index) .create-b2b-account {
    background: var(--primary-color, #b73337) !important;
    border-color: var(--primary-color, #b73337) !important;
    color: #fff !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-entrar:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-btn-entrar:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .create-b2b-account:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .create-b2b-account:focus-visible {
    background: var(--primary-hover, #8e2629) !important;
    border-color: var(--primary-hover, #8e2629) !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgb(183 51 55 / 18%) !important;
    outline: 0;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-whatsapp {
    background: #fff !important;
    color: #166534 !important;
    border-color: rgb(34 197 94 / 24%) !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-whatsapp:hover,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-login-whatsapp:focus-visible {
    color: #15803d !important;
    border-color: rgb(34 197 94 / 36%) !important;
    box-shadow: 0 0 0 3px rgb(34 197 94 / 16%) !important;
    outline: 0;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-field input,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form .input-text,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form select,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form textarea {
    background: #fff !important;
    color: #1f2937 !important;
    border-color: #c7d2e1 !important;
}

:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-field input:focus,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-field input:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form .input-text:focus,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form .input-text:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form select:focus,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form select:focus-visible,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form textarea:focus,
:is(body.b2b-auth-shell, body.b2b-register-index) .b2b-register-form textarea:focus-visible {
    border-color: var(--primary-color, #b73337) !important;
    box-shadow: var(--awa-post-themeoption-focus) !important;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgb(15 23 42 / 4%) !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .toolbar-amount {
    color: #64748b !important;
    padding: 0 !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-mode,
:is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item .page,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item.current strong {
    background: #fff !important;
    color: #1f2937 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a.actived,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item.current strong {
    background: rgb(183 51 55 / 7%) !important;
    border-color: rgb(183 51 55 / 30%) !important;
    color: var(--primary-color, #b73337) !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-mode:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-mode:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item .page:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item .page:focus-visible {
    color: var(--primary-color, #b73337) !important;
    border-color: rgb(183 51 55 / 24%) !important;
    box-shadow: var(--awa-post-themeoption-focus) !important;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) #layered-ajax-filter-block,
:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-title {
    color: #1f2937 !important;
    min-height: 44px !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-title:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-title:focus-visible {
    color: var(--primary-color, #b73337) !important;
    background: rgb(183 51 55 / 4%) !important;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options .count {
    color: #475569 !important;
    background: #f1f5f9 !important;
    border-radius: 999px;
    padding-inline: 6px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-thumb,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-info {
    background: #fff !important;
    border-color: #e5e7eb !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link {
    color: #111827 !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link:focus-visible {
    color: var(--primary-color, #b73337) !important;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .quickview-link {
    background: rgb(255 255 255 / 96%) !important;
    border-color: rgb(183 51 55 / 14%) !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .quickview-link:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .quickview-link:focus-visible {
    border-color: rgb(183 51 55 / 28%) !important;
    box-shadow: var(--awa-post-themeoption-focus) !important;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .b2b-login-to-see-price,
.searchsuite-autocomplete .b2b-login-to-see-price {
    color: var(--primary-color, #b73337) !important;
    background: rgb(183 51 55 / 7%) !important;
    border: 1px solid rgb(183 51 55 / 14%) !important;
}

.searchsuite-autocomplete {
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 14px 30px rgb(15 23 42 / 10%) !important;
    border-radius: 14px !important;
    left: 0 !important;
    width: min(720px, calc(100vw - 32px)) !important;
    margin-top: 8px !important;
}

.searchsuite-autocomplete .title {
    background: #f8fafc !important;
    color: #334155 !important;
    border-bottom: 1px solid #edf1f5 !important;
}

.searchsuite-autocomplete .title .see-all,
.searchsuite-autocomplete .qs-option-title a {
    color: var(--primary-color, #b73337) !important;
}

.searchsuite-autocomplete .title .see-all:hover,
.searchsuite-autocomplete .title .see-all:focus-visible,
.searchsuite-autocomplete .qs-option-title a:hover,
.searchsuite-autocomplete .qs-option-title a:focus-visible {
    color: var(--primary-hover, #8e2629) !important;
    outline: 0;
}

.searchsuite-autocomplete .suggest ul li a,
.searchsuite-autocomplete .product ul li,
.searchsuite-autocomplete .no-result {
    background: #fff !important;
    color: #1f2937 !important;
}

.searchsuite-autocomplete .suggest ul li a:hover,
.searchsuite-autocomplete .suggest ul li a:focus-visible,
.searchsuite-autocomplete .product ul li:hover,
.searchsuite-autocomplete .product ul li.selected {
    background: rgb(183 51 55 / 4%) !important;
    color: var(--primary-color, #b73337) !important;
    outline: 0;
}

body.checkout-cart-index .cart-empty {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgb(15 23 42 / 6%) !important;
}

body.checkout-cart-index .cart-empty p:first-child {
    color: #111827 !important;
}

body.checkout-cart-index .cart-empty a {
    color: var(--primary-color, #b73337) !important;
}

body.checkout-cart-index .cart-empty a:hover,
body.checkout-cart-index .cart-empty a:focus-visible {
    color: var(--primary-hover, #8e2629) !important;
    outline: 0;
}

body.checkout-cart-index .cart-summary input[type='text'] {
    height: auto !important;
    line-height: normal !important;
    min-height: 40px !important;
    border-radius: 10px !important;
}

@media (max-width: 991px) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .toolbar-amount {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .searchsuite-autocomplete {
        left: -8px !important;
        right: auto !important;
        width: calc(100vw - 16px) !important;
        margin-top: 8px !important;
        border-radius: 12px !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-mode,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item .page,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .pages .item.current strong {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    body .page-wrapper .top-account ul.header.links > li.link.wishlist,
    body .page-wrapper .top-account ul.header.links > li[data-bind*='wishlist'],
    body .page-wrapper .top-account ul.header.links > li.awa-top-link-item--account,
    body .page-wrapper .top-account ul.header.links > li.awa-top-link-item--compare,
    body .page-wrapper .top-account ul.header.links > li.compare {
        display: none !important;
    }

    body .page-wrapper .top-account ul.header.links > li > a[href*='/wishlist/'],
    body .page-wrapper .top-account ul.header.links > li > a[href*='/customer/account/'] {
        display: none !important;
    }

    body .page-wrapper .header-control .action.nav-toggle {
        position: relative !important;
        z-index: 6 !important;
        pointer-events: auto !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .sections.nav-sections.category-dropdown,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .navigation.verticalmenu.side-verticalmenu,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .header-control .menu_left_home1 {
        display: none !important;
    }
}

/* Round10: AjaxSuite popup shell fix (hide static shell close + style real modal close) */
#ajaxsuite-popup-wrapper {
    position: static !important;
    inset: auto !important;
    width: 0 !important;
    height: 0 !important;
    z-index: auto !important;
    background: transparent !important;
    pointer-events: none !important;
}

#ajaxsuite-popup-wrapper > #ajaxsuite-close.ajaxsuite-close,
#ajaxsuite-close.ajaxsuite-close {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#ajaxsuite-popup-wrapper > #ajaxsuite-popup-content {
    border-radius: 0 !important;
    overflow: visible !important;
    pointer-events: auto !important;
}

.modal-popup.ajaxsuite-popup-wrapper._show .modal-header .action-close {
    top: 10px !important;
    right: 10px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    border: 1px solid rgb(183 51 55 / 18%) !important;
    background: rgb(255 255 255 / 96%) !important;
    color: var(--primary-color, #b73337) !important;
    box-shadow: 0 6px 18px rgb(0 0 0 / 10%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease !important;
}

.modal-popup.ajaxsuite-popup-wrapper._show .modal-header .action-close::before {
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: currentcolor !important;
}

.modal-popup.ajaxsuite-popup-wrapper._show .modal-header .action-close:hover,
.modal-popup.ajaxsuite-popup-wrapper._show .modal-header .action-close:focus-visible {
    background: var(--primary-color, #b73337) !important;
    border-color: var(--primary-color, #b73337) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .modal-popup.ajaxsuite-popup-wrapper._show .modal-header .action-close {
        top: 8px !important;
        right: 8px !important;
    }
}

/* Round10B: Newsletter popup ghost overlay failsafe */
body #newsletter_pop_up.newsletterpopup[style*='display: block'],
body #newsletter_pop_up.newsletterpopup[style*='display:block'],
body #newsletter_pop_up.newsletterpopup.nl-popup-fallback-open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body #newsletter_pop_up.newsletterpopup {
    z-index: 100001 !important;
}

body #newsletter_pop_up .nl-popup-card {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    max-height: calc(100vh - 32px);
    overflow: hidden;
}

/* Round11: final wins for header search layout + PLP card flow after ThemeOption inline/custom_default */
body .page-wrapper #search_mini_form.form.minisearch,
body .page-wrapper .block.block-search .form.minisearch.search-content {
    display: flex !important;
    align-items: stretch !important;
    gap: var(--awa-gap-sm) !important;
}

body .page-wrapper .block.block-search .field.search,
body .page-wrapper .block.block-search .field.search .control {
    min-width: 0 !important;
    width: auto !important;
}

body .page-wrapper .block.block-search .field.search {
    flex: 1 1 auto !important;
    padding-right: 0 !important;
}

body .page-wrapper .header .top-search .block-search #search_mini_form {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

body .page-wrapper .block.block-search .actions {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 44px !important;
    max-height: 44px !important;
    align-self: stretch !important;
}

body .page-wrapper .block.block-search .actions .action.search {
    position: static !important;
    inset: auto !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    height: 44px !important;
    max-height: 44px !important;
}

body .page-wrapper .block.block-search .actions .action.search > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body .page-wrapper .block.block-search .actions .action.search[data-awa-search-submit='true'] {
    position: relative !important;
}

body .page-wrapper .block.block-search .actions .action.search[data-awa-search-submit='true']::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    border: 2px solid currentcolor !important;
    border-radius: 50% !important;
    transform: translate(-58%, -58%) !important;
    pointer-events: none !important;
}

body .page-wrapper .block.block-search .actions .action.search[data-awa-search-submit='true']::after {
    content: '' !important;
    position: absolute !important;
    width: 7px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: currentcolor !important;
    inset: 50% auto auto 50% !important;
    transform: translate(35%, 185%) rotate(45deg) !important;
    pointer-events: none !important;
}

body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .menu_left_home1,
body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .sections.nav-sections.category-dropdown,
body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .navigation.verticalmenu.side-verticalmenu {
    display: none !important;
}

body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .action.nav-toggle,
body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .nav-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header .logo,
body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header .logo a {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    transform: none !important;
}

body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header .logo img {
    transform: none !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .menu_primary {
        flex: 0 0 83.333333% !important;
        width: 83.333333% !important;
        max-width: 83.333333% !important;
    }
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .product-grid > li.item-product {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-row: auto !important;
    grid-column: auto !important;
    align-self: start !important;
    overflow: visible !important;
    height: auto !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .product-grid {
    align-items: start !important;
    align-content: start !important;
    grid-auto-rows: auto !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-thumb,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-info,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .content-item-product > .product-thumb,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .content-item-product > .product-info {
    position: static !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-image-container,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-image-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-image-wrapper {
    position: relative !important;
    overflow: hidden !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-image-photo {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 767px) {
    body .page-wrapper .header .wp-header > [class*='col-']:first-child {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-inline: 0 !important;
        margin: 0 0 10px !important;
    }

    body .page-wrapper .header .wp-header > [class*='col-']:first-child .logo,
    body .page-wrapper .header .wp-header > [class*='col-']:first-child .logo a {
        position: static !important;
        float: none !important;
        inset: auto !important;
        margin: 0 auto !important;
        display: inline-flex !important;
    }

    body .page-wrapper .header .wp-header > [class*='col-']:first-child .logo img {
        width: auto !important;
        height: auto !important;
        max-height: 56px !important;
    }

    body .page-wrapper .header .wp-header > .top-search {
        margin-top: 0 !important;
        padding-inline: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body .page-wrapper .header-wrapper-sticky .logo-sticky {
        display: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
        position: sticky !important;
        top: 68px !important;
        z-index: 8 !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .header-control .row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: var(--awa-gap-sm) !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .action.nav-toggle {
        position: static !important;
        inset: auto !important;
        inset: auto !important;
        float: none !important;
        clear: both !important;
        transform: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .header .top-search .logo,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .header .top-search .logo img {
        display: none !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search .logo,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search .logo img {
        display: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-wrapper .header-control .action.nav-toggle {
        display: none !important;
        position: static !important;
        float: none !important;
        clear: both !important;
        margin-top: 8px !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .action.nav-toggle {
        display: none !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .menu_left_home1,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .menu_left_home1,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .sections.nav-sections.category-dropdown,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .navigation.verticalmenu.side-verticalmenu,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .title-category-dropdown {
        display: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .sidebar .banner_left_sidebar,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .sidebar .top_rate,
    :is(body.catalog-category-view, body.catalogsearch-result-index) #layered-ajax-filter-block .banner_left_sidebar,
    :is(body.catalog-category-view, body.catalogsearch-result-index) #layered-ajax-filter-block .top_rate {
        display: none !important;
    }
}

/* Round20 final wins: search form row layout + non-home nav toggle suppression + home menu height guard */
body .page-wrapper .header .top-search .block-search form#search_mini_form,
body .page-wrapper .header .top-search .block-search form.form.minisearch {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 0 !important;
}

body .page-wrapper .header .top-search .block-search form#search_mini_form .field.search,
body .page-wrapper .header .top-search .block-search form.form.minisearch .field.search {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body .page-wrapper .header .top-search .block-search form#search_mini_form .actions,
body .page-wrapper .header .top-search .block-search form.form.minisearch .actions {
    position: static !important;
    inset: auto !important;
    float: none !important;
    margin: 0 !important;
    width: 48px !important;
    min-width: 48px !important;
    flex: 0 0 48px !important;
    height: 44px !important;
    max-height: 44px !important;
    display: flex !important;
    align-items: stretch !important;
}

body .page-wrapper .header .top-search .block-search form#search_mini_form .action.search,
body .page-wrapper .header .top-search .block-search form.form.minisearch .action.search {
    width: 48px !important;
    min-width: 48px !important;
    flex: 0 0 48px !important;
    height: 44px !important;
    max-height: 44px !important;
}

body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .action.nav-toggle,
body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header-control .nav-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (min-width: 768px) {
    :is(body.cms-index-index, body.cms-home, body.cms-homepage_ayo_home5) .page-wrapper .header-control.header-nav-global.cms_home_1,
    :is(body.cms-index-index, body.cms-home, body.cms-homepage_ayo_home5) .page-wrapper .header-control.header-nav-global.cms_home_1 > .container,
    :is(body.cms-index-index, body.cms-home, body.cms-homepage_ayo_home5) .page-wrapper .header-control.header-nav-global.cms_home_1 > .container > .row {
        height: auto !important;
        min-height: 0 !important;
    }

    :is(body.cms-index-index, body.cms-home, body.cms-homepage_ayo_home5) .page-wrapper .header-control.header-nav-global.cms_home_1 .menu_left_home1 {
        max-height: none !important;
        overflow: visible !important;
    }

    :is(body.cms-index-index, body.cms-home, body.cms-homepage_ayo_home5) .page-wrapper .header-control.header-nav-global.cms_home_1 .menu_left_home1 .navigation.verticalmenu.side-verticalmenu > .list-category-dropdown {
        max-height: none !important;
        overflow: visible !important;
        overscroll-behavior: auto;
        scrollbar-width: auto;
    }
}

/* Round21 final wins: PLP first-fold compaction + mobile top-link priority + strict search heights */
:is(body.catalog-category-view, body.catalogsearch-result-index) .category-image {
    height: clamp(180px, 28vh, 280px) !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    margin-bottom: 12px !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .category-image .image,
:is(body.catalog-category-view, body.catalogsearch-result-index) .category-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
    margin-top: 4px !important;
}

@media (max-width: 767px) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .category-image {
        display: none !important;
    }

    body .page-wrapper .top-account ul.header.links {
        display: flex !important;
        flex-flow: row nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: auto hidden !important;
        gap: var(--awa-gap-sm) !important;
        row-gap: var(--awa-gap-sm) !important;
        -webkit-overflow-scrolling: touch;
    }

    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links {
        flex-wrap: nowrap !important;
    }

    body .page-wrapper .top-account ul.header.links > li {
        display: none !important;
    }

    body .page-wrapper .top-account ul.header.links > li.awa-top-link-item--b2b-register,
    body .page-wrapper .top-account ul.header.links > li.awa-top-link-item--login,
    body .page-wrapper .top-account ul.header.links > li.awa-top-link-item--logout {
        display: inline-flex !important;
    }

    body .page-wrapper .top-account ul.header.links > li:not(.awa-top-link-item--b2b-register, .awa-top-link-item--login, .awa-top-link-item--logout) {
        display: none !important;
        visibility: hidden !important;
        max-width: 0 !important;
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li.link.wishlist,
    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li.link.wishlist.awa-top-link-counter-zero,
    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li[data-bind*='wishlist'],
    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li.awa-top-link-item--account,
    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li.awa-top-link-item--compare,
    body .page-wrapper .top-header .top-bar-right .top-info .top-account ul.header.links > li.compare {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    body .page-wrapper .header .top-search > .block-search .actions,
    body .page-wrapper .header .top-search > .block-search .action.search,
    body .page-wrapper .header .top-search > .block-search .field.search input#search {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        box-sizing: border-box !important;
    }

    body .page-wrapper .header .top-search > .block-search .action.search {
        padding: 0 !important;
        line-height: 1 !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .field.limiter,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .toolbar-amount {
        display: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes[data-awa-filter-toggle-ready='true'] {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes[data-awa-filter-toggle-ready='true'] .modes-mode {
        display: none !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .center {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: center !important;
        gap: var(--awa-gap-sm) !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes[data-awa-filter-toggle-ready='true'] + .toolbar-sorter.sorter,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes[data-awa-filter-toggle-ready='true'] ~ .toolbar-sorter.sorter {
        width: 100% !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products.awa-filter-toggle-ready .center {
        grid-template-columns: auto 1fr !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .toolbar-sorter.sorter {
        width: 100% !important;
        margin: 0 !important;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .toolbar-sorter .sorter-options {
        width: 100% !important;
        min-height: 44px !important;
    }
}

/* Round21B fallback: internal-page mobile header logo/search row must not collapse */
@media (max-width: 767px) {
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .header_main .wp-header,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .header-main .wp-header {
        display: grid !important;
        grid-template-columns: clamp(82px, 24vw, 108px) minmax(0, 1fr) !important;
        align-items: center !important;
        gap: var(--awa-gap-sm) !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header > [class*='col-']:first-child {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header > [class*='col-']:first-child .logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: static !important;
        inset: auto !important;
        width: clamp(82px, 24vw, 108px) !important;
        min-width: 82px !important;
        max-width: 108px !important;
        margin: 0 !important;
        float: none !important;
        transform: none !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header > [class*='col-']:first-child .logo a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: static !important;
        inset: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        float: none !important;
        transform: none !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header > [class*='col-']:first-child .logo img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 56px !important;
        margin: 0 !important;
        transform: none !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .wp-header > .top-search {
        display: grid !important;
        grid-template: "search cart" 44px / minmax(0, 1fr) 44px !important;
        align-items: center !important;
        gap: var(--awa-gap-sm) !important;
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        margin: 0 !important;
        position: relative !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .block-search {
        grid-area: search !important;
        grid-column: 1 !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        order: 0 !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .mini-cart-wrapper {
        display: block !important;
        position: static !important;
        inset: auto !important;
        grid-area: cart !important;
        grid-column: 2 !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .mini-cart-wrapper .mini-carts,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .mini-cart-wrapper .minicart-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: static !important;
        inset: auto !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
    }

    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .mini-cart-wrapper .showcart,
    body:not(.cms-index-index, .cms-home, .cms-homepage_ayo_home5) .page-wrapper .header .top-search > .mini-cart-wrapper .action.showcart {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: static !important;
        inset: auto !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
    }
}

/* =====================================================================
   Slider AWA Motos — slide-caption overlay
   Funciona com slides que possuem slide_text HTML + imagem de fundo SVG
   ===================================================================== */
.wrapper_slider .banner_item {
    position: relative;
    overflow: hidden;
}

.wrapper_slider .banner_item picture,
.wrapper_slider .banner_item > a picture {
    display: block;
    width: 100%;
}

.wrapper_slider .banner_item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.wrapper_slider .slide-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 8%;
    pointer-events: none;
}

.wrapper_slider .slide-content {
    color: #fff;
    max-width: 520px;
    pointer-events: auto;
}

.wrapper_slider .slide-content h2 {
    font-size: clamp(22px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #fff;
}

.wrapper_slider .slide-content p {
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: 1.5;
    margin: 0;
    color: rgb(255 255 255 / 88%);
}

@media (max-width: 767px) {
    .wrapper_slider .slide-caption {
        padding: 0 5%;
        align-items: flex-end;
        padding-bottom: 24px;
    }

    .wrapper_slider .slide-content h2 {
        font-size: 20px;
    }

    .wrapper_slider .slide-content p {
        font-size: 13px;
    }
}

/* Mirasvit SearchAutocomplete - keep dropdown visible and layered above header controls */
body.searchautocomplete__active .page-wrapper .header .top-search .block-search form#search_mini_form,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search form.form.minisearch,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search .field.search,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search .field.search .control {
    overflow: visible !important;
}

body .page-wrapper .header .top-search .block-search .field.search .control {
    position: relative !important;
}

body .page-wrapper .header .top-search .block-search .mst-searchautocomplete__autocomplete {
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: auto !important;
    width: min(760px, calc(100vw - 24px)) !important;
    max-width: min(760px, calc(100vw - 24px)) !important;
    border-top: 2px solid var(--primary-color, #b73337) !important;
    border-radius: 10px !important;
    border-color: #e5e5e5 !important;
    z-index: 1300 !important;
}

body .page-wrapper .header .top-search .block-search .mst-searchautocomplete__wrapper {
    max-height: min(72vh, 520px) !important;
}

/* Keep Mirasvit dropdown above vertical mega menu layers while typing */
body.searchautocomplete__active .page-wrapper .header .top-search .block-search,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search #search_mini_form,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search .field.search,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search .field.search .control {
    position: relative !important;
    z-index: 100120 !important;
}

body.searchautocomplete__active .page-wrapper .header .top-search .block-search .mst-searchautocomplete__autocomplete,
body.searchautocomplete__active .page-wrapper .header .top-search .block-search .mst-searchautocomplete__wrapper {
    z-index: 100130 !important;
}

/* Vertical menu state is now controlled by legacy vertical-menu CSS.
   Keep this block neutral to avoid stale overrides from old menu stack. */
body.searchautocomplete__active .page-wrapper .menu_left_home1 .navigation.verticalmenu.side-verticalmenu > ul.togge-menu.list-category-dropdown {
    display: inherit !important;
}

body.searchautocomplete__active .page-wrapper .menu_left_home1 .navigation.verticalmenu.side-verticalmenu > .title-category-dropdown {
    visibility: visible !important;
}

/* === 2/4: awa-custom-components-b2b-foundation.css === */
/* Layer: Foundation + Components (B2B clean premium) */
body .page-wrapper {
    --awa-space-1: 4px;
    --awa-space-2: 8px;
    --awa-space-3: 12px;
    --awa-space-4: 16px;
    --awa-space-5: 20px;
    --awa-radius-xs: 8px;
    --awa-radius-sm: 12px;
    --awa-radius-md: 14px;
    --awa-radius-lg: 16px;
    --awa-shadow-1: 0 4px 14px rgb(15 23 42 / 4%);
    --awa-shadow-2: 0 10px 28px rgb(15 23 42 / 8%);
    --awa-border: #e2e8f0;
    --awa-surface: #fff;
    --awa-surface-soft: #f8fafc;
    --awa-text-1: #1f2937;
    --awa-text-2: #475569;
    --awa-text-3: #64748b;
    --awa-accent: var(--primary-color, #b73337);
    --awa-accent-hover: var(--primary-hover, #8e2629);
}

body .page-wrapper .action.primary,
body .page-wrapper .action.tocart,
body .page-wrapper .action.checkout,
body .page-wrapper .checkout-methods-items .action.checkout,
body .page-wrapper .actions-toolbar .primary .action {
    min-height: 44px;
    border-radius: var(--awa-radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--awa-space-2);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body .page-wrapper .action.primary:hover,
body .page-wrapper .action.tocart:hover,
body .page-wrapper .action.checkout:hover,
body .page-wrapper .checkout-methods-items .action.checkout:hover,
body .page-wrapper .actions-toolbar .primary .action:hover {
    background: var(--awa-accent-hover);
    border-color: var(--awa-accent-hover);
}

body .page-wrapper button,
body .page-wrapper .action,
body .page-wrapper [role='button'] {
    -webkit-tap-highlight-color: transparent;
}

body .page-wrapper button:focus-visible,
body .page-wrapper .action:focus-visible,
body .page-wrapper a:focus-visible,
body .page-wrapper input:focus-visible,
body .page-wrapper select:focus-visible,
body .page-wrapper textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgb(183 51 55 / 14%);
}

body .page-wrapper .cart-container input[type='text'],
body .page-wrapper .cart-container input[type='email'],
body .page-wrapper .cart-container input[type='number'],
body .page-wrapper .checkout-container input[type='text'],
body .page-wrapper .checkout-container input[type='email'],
body .page-wrapper .checkout-container input[type='tel'],
body .page-wrapper .checkout-container input[type='number'],
body .page-wrapper .rokanthemes-onepagecheckout input[type='text'],
body .page-wrapper .rokanthemes-onepagecheckout input[type='email'],
body .page-wrapper .rokanthemes-onepagecheckout input[type='tel'],
body .page-wrapper .rokanthemes-onepagecheckout select,
body .page-wrapper .block-search input[type='text'],
body .page-wrapper .block-search select {
    min-height: 44px;
    border-radius: var(--awa-radius-sm);
    border: 1px solid var(--awa-border);
    color: var(--awa-text-1);
    background: var(--awa-surface);
}

body .page-wrapper .field .label,
body .page-wrapper .label,
body .page-wrapper .opc-wrapper .field-label,
body .page-wrapper .rokanthemes-onepagecheckout .field label {
    color: var(--awa-text-2);
    line-height: 1.35;
    font-weight: 500;
}

body .page-wrapper .counter.qty,
body .page-wrapper .minicart-wrapper .counter.qty {
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    line-height: 1;
}

body .page-wrapper .toolbar-products,
body .page-wrapper .cart-summary,
body .page-wrapper .opc-block-summary,
body .page-wrapper .rokanthemes-onepagecheckout .opc-block-summary {
    border-radius: var(--awa-radius-lg);
    box-shadow: var(--awa-shadow-1);
}

body .page-wrapper .toolbar-products .toolbar-amount,
body .page-wrapper .toolbar-products label,
body .page-wrapper .toolbar-products .sorter-label,
body .page-wrapper .toolbar-products .limiter .label {
    color: var(--awa-text-2);
}

body .page-wrapper .searchsuite-autocomplete .price,
body .page-wrapper .searchsuite-autocomplete .price-box,
body .page-wrapper .searchsuite-autocomplete .price-final_price,
body .page-wrapper .searchsuite-autocomplete .special-price .price {
    color: var(--awa-accent);
}

body .page-wrapper .message.notice,
body .page-wrapper .message.success,
body .page-wrapper .message.error,
body .page-wrapper .message.warning {
    border-radius: var(--awa-radius-sm);
}

/* === 3/4: awa-custom-compat-b2b-nav-plp-cart-checkout.css === */
/* Layer: Compatibility + Patterns + Pages (B2B premium, non-breaking) */

/* Header / menus / search */
body .page-wrapper .navigation.verticalmenu.side-verticalmenu,
body .page-wrapper .navigation.custommenu.main-nav,
body .page-wrapper .block.block-search {
    color: var(--awa-text-1, #1f2937);
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .title-category-dropdown {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: var(--awa-gap-md);
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .title-category-dropdown .vm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .togge-menu {
    border-radius: 0 0 14px 14px;
    overflow: clip;
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .togge-menu > li > a,
body .page-wrapper .navigation.verticalmenu.side-verticalmenu .ui-menu-item > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    line-height: 1.35;
    padding-top: 10px;
    padding-bottom: 10px;
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .open-children-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .open-children-toggle:focus-visible,
body .page-wrapper .navigation.custommenu.main-nav .open-children-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgb(183 51 55 / 14%);
    outline: none;
}

body .page-wrapper .navigation.verticalmenu.side-verticalmenu .expand-category-link .vm-toggle-categories {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--awa-gap-sm);
}

body .page-wrapper .navigation.custommenu.main-nav .main-nav-list > li > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    line-height: 1.25;
}

body .page-wrapper .navigation.custommenu.main-nav li.is-open > a,
body .page-wrapper .navigation.custommenu.main-nav li.awa-has-current-descendant > a {
    color: var(--primary-color, #b73337);
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .form.minisearch.search-content {
    display: flex;
    align-items: stretch;
    gap: var(--awa-gap-sm);
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .field.search {
    min-width: 0;
    flex: 1 1 auto;
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .control {
    position: relative;
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] #search,
body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] #search-input-autocomplate {
    min-height: 48px;
    padding-inline: 16px;
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .actions .action.search {
    min-width: 48px;
    min-height: 48px;
    height: 48px;
    width: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .actions .action.search > span {
    line-height: 1;
}

body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .field-by-cat-search select {
    min-height: 48px;
    border-radius: 12px;
}

body .page-wrapper #search_mini_form.is-open .control {
    z-index: 20;
}

body .page-wrapper #search_autocomplete {
    border-radius: 14px;
}

body .page-wrapper #search_mini_form.is-open #search_autocomplete,
body .page-wrapper #search_autocomplete.is-open,
body .page-wrapper .searchsuite-autocomplete.is-open {
    box-shadow: 0 18px 38px rgb(15 23 42 / 12%);
}

body .page-wrapper .searchsuite-autocomplete {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: clip;
}

body .page-wrapper .searchsuite-autocomplete .title {
    padding-block: 12px;
    border-bottom: 1px solid #e2e8f0;
}

body .page-wrapper .searchsuite-autocomplete .title .see-all {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}

body .page-wrapper .searchsuite-autocomplete .suggest ul li a,
body .page-wrapper .searchsuite-autocomplete .product ul li {
    min-height: 44px;
    align-items: center;
}

body .page-wrapper .searchsuite-autocomplete ul li .qs-option-image {
    border-radius: 10px;
    overflow: clip;
}

body .page-wrapper .searchsuite-autocomplete ul li .qs-option-image img {
    object-fit: cover;
}

body .page-wrapper .searchsuite-autocomplete ul li .qs-option-info .qs-option-title a {
    line-height: 1.35;
}

/* Owl tabs / carousel controls / grids */
body .page-wrapper .list-tab-product ul li,
body .page-wrapper .list-tab-product .item-title {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

body .page-wrapper .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    transition: all 0.2s ease;
}

body .page-wrapper .owl-controls .owl-buttons div:hover,
body .page-wrapper .owl-controls .owl-buttons div:focus-visible {
    border-color: rgb(183 51 55 / 28%);
    color: var(--primary-color, #b73337);
    box-shadow: 0 0 0 3px rgb(183 51 55 / 12%);
    outline: none;
}

body .page-wrapper .owl-controls .owl-page span {
    background: #cbd5e1;
    transition: all 0.2s ease;
}

body .page-wrapper .owl-controls .owl-page.active span,
body .page-wrapper .owl-controls .owl-page:hover span {
    background: var(--primary-color, #b73337);
}

body .page-wrapper .products-grid .product-item-info {
    border-radius: 14px;
}

body .page-wrapper .products-grid .product-item-name a {
    line-height: 1.35;
}

body .page-wrapper .products-grid .product-item-actions .action {
    min-height: 40px;
}

/* Toolbar / filters */
body .page-wrapper .toolbar-products {
    border: 1px solid #e2e8f0;
    background: #fff;
}

body .page-wrapper .toolbar-products .modes-mode,
body .page-wrapper .toolbar-products .sorter-action,
body .page-wrapper .toolbar-products .pages-item a,
body .page-wrapper .toolbar-products .pages-item strong {
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

body .page-wrapper .toolbar-products .modes-mode.active,
body .page-wrapper .toolbar-products .pages-item.current strong {
    background: rgb(183 51 55 / 8%);
    color: var(--primary-color, #b73337);
}

body .page-wrapper .filter-options-title {
    min-height: 44px;
    display: flex;
    align-items: center;
}

/* Cart / Checkout / OPC / B2B */
body.checkout-cart-index .page-wrapper .cart-container,
body.checkout-index-index .page-wrapper .checkout-container,
body.rokanthemes-onepagecheckout .page-wrapper .checkout-container {
    color: #1f2937;
}

body.checkout-cart-index .page-wrapper .cart-summary,
body.checkout-index-index .page-wrapper .opc-block-summary,
body.rokanthemes-onepagecheckout .page-wrapper .opc-block-summary {
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 10px 26px rgb(15 23 42 / 6%);
}

body.checkout-cart-index .page-wrapper .cart.table-wrapper,
body.checkout-cart-index .page-wrapper .cart-container .form-cart {
    border-radius: 16px;
}

body.checkout-cart-index .page-wrapper .cart.table-wrapper .item-info td,
body.checkout-cart-index .page-wrapper .cart.table-wrapper .item-actions td {
    vertical-align: middle;
}

body.checkout-cart-index .page-wrapper .cart-container .fieldset.coupon,
body.checkout-cart-index .page-wrapper .cart-summary .discount.coupon {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

body.checkout-cart-index .page-wrapper .cart-summary .title,
body.checkout-index-index .page-wrapper .opc-block-summary > .title,
body.rokanthemes-onepagecheckout .page-wrapper .opc-block-summary > .title {
    color: #1f2937;
    line-height: 1.25;
}

body.checkout-index-index .page-wrapper .opc-wrapper .step-title,
body.rokanthemes-onepagecheckout .page-wrapper .opc-wrapper .step-title {
    line-height: 1.25;
    color: #1f2937;
}

body.checkout-index-index .page-wrapper .opc-progress-bar-item > span,
body.rokanthemes-onepagecheckout .page-wrapper .opc-progress-bar-item > span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

body.checkout-index-index .page-wrapper .payment-method,
body.checkout-index-index .page-wrapper .opc-payment .payment-method,
body.rokanthemes-onepagecheckout .page-wrapper .payment-method {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 12px;
}

body.checkout-index-index .page-wrapper .payment-method._active,
body.rokanthemes-onepagecheckout .page-wrapper .payment-method._active {
    border-color: rgb(183 51 55 / 20%);
    box-shadow: 0 0 0 3px rgb(183 51 55 / 8%);
}

body.checkout-index-index .page-wrapper .field .label,
body.checkout-index-index .page-wrapper .opc-wrapper .label,
body.rokanthemes-onepagecheckout .page-wrapper .field .label {
    margin-bottom: 6px;
}

body.checkout-index-index .page-wrapper .b2b-po-number,
body.checkout-index-index .page-wrapper .b2b-terms,
body.rokanthemes-onepagecheckout .page-wrapper .b2b-po-number,
body.rokanthemes-onepagecheckout .page-wrapper .b2b-terms {
    border-radius: 12px;
}

body.checkout-index-index .page-wrapper .message-error,
body.checkout-index-index .page-wrapper .message.error,
body.rokanthemes-onepagecheckout .page-wrapper .message.error {
    border-left: 4px solid var(--primary-color, #b73337);
}

@media (max-width: 991px) {
    body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .form.minisearch.search-content {
        gap: var(--awa-gap-sm);
    }

    body .page-wrapper .owl-controls .owl-buttons div {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767px) {
    body .page-wrapper .navigation.verticalmenu.side-verticalmenu .title-category-dropdown {
        min-height: 52px;
    }

    body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] #search,
    body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] #search-input-autocomplate,
    body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .actions .action.search,
    body .page-wrapper .block.block-search[data-awa-component='search-autocomplete'] .field-by-cat-search select {
        min-height: 44px;
        height: 44px;
    }

    body .page-wrapper .searchsuite-autocomplete {
        border-radius: 12px;
    }

    body.checkout-cart-index .page-wrapper .cart-summary,
    body.checkout-index-index .page-wrapper .opc-block-summary,
    body.rokanthemes-onepagecheckout .page-wrapper .opc-block-summary {
        border-radius: 14px;
    }
}

/* === 4/4: awa-custom-page-b2b-cart-checkout-premium.css === */
/* AWA B2B cart/checkout premium layer (post-ThemeOption final override) */

body.checkout-cart-index,
body.checkout-index-index,
body.rokanthemes-onepagecheckout {
    --awa-cc-surface-1: #fff;
    --awa-cc-surface-2: #f7f7f7;
    --awa-cc-surface-3: #f7f7f7;
    --awa-cc-border: #e5e5e5;
    --awa-cc-border-strong: #d9d9d9;
    --awa-cc-text-1: #333;
    --awa-cc-text-2: #666;
    --awa-cc-text-3: #666;
    --awa-cc-focus: rgb(183 51 55 / 28%);
    --awa-cc-shadow-1: 0 6px 22px rgb(15 23 42 / 5%);
    --awa-cc-shadow-2: 0 12px 32px rgb(15 23 42 / 9%);
    --awa-cc-transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.checkout-cart-index .page-wrapper .page-main,
body.checkout-index-index .page-wrapper .page-main,
body.rokanthemes-onepagecheckout .page-wrapper .page-main {
    background: linear-gradient(180deg, #f7f7f7 0%, #fff 280px) !important;
}

body.checkout-cart-index .page-wrapper .page-title-wrapper .page-title .base,
body.checkout-index-index .page-wrapper .page-title-wrapper .page-title .base,
body.rokanthemes-onepagecheckout .page-wrapper .page-title-wrapper .page-title .base {
    color: var(--awa-cc-text-1) !important;
    letter-spacing: -0.02em;
}

body.checkout-cart-index .cart-container,
body.checkout-index-index .checkout-container,
body.rokanthemes-onepagecheckout .checkout-container {
    gap: var(--awa-gap-xl);
}

body.checkout-cart-index .cart.table-wrapper,
body.checkout-cart-index .cart-container .form-cart,
body.checkout-index-index .opc-wrapper,
body.rokanthemes-onepagecheckout .opc-wrapper {
    background: var(--awa-cc-surface-1);
    border: 1px solid var(--awa-cc-border);
    border-radius: 16px;
    box-shadow: var(--awa-cc-shadow-1);
}

body.checkout-cart-index .cart.table-wrapper {
    overflow: hidden;
}

body.checkout-cart-index .cart.table-wrapper .item-info td,
body.checkout-cart-index .cart.table-wrapper .item-actions td {
    border-color: var(--awa-cc-border) !important;
    vertical-align: top;
}

body.checkout-cart-index .cart.table-wrapper .product-item-name,
body.checkout-cart-index .cart.table-wrapper .product-item-name a {
    color: var(--awa-cc-text-1) !important;
    font-weight: 600;
    line-height: 1.35;
}

body.checkout-cart-index .cart.table-wrapper .item-options,
body.checkout-cart-index .cart.table-wrapper .col.price,
body.checkout-cart-index .cart.table-wrapper .col.subtotal,
body.checkout-cart-index .cart.table-wrapper .col.qty .label {
    color: var(--awa-cc-text-2) !important;
}

body.checkout-cart-index .cart.table-wrapper .price,
body.checkout-cart-index .cart.table-wrapper .cart-price .price {
    color: var(--primary-color, #b73337) !important;
    font-weight: 700;
}

body.checkout-cart-index .cart.table-wrapper input.qty {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid var(--awa-cc-border-strong) !important;
    color: var(--awa-cc-text-1) !important;
    background: #fff !important;
    transition: border-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

body.checkout-cart-index .cart.table-wrapper input.qty:focus,
body.checkout-cart-index .cart.table-wrapper input.qty:focus-visible {
    border-color: var(--primary-color, #b73337) !important;
    box-shadow: 0 0 0 3px var(--awa-cc-focus) !important;
    outline: none !important;
}

body.checkout-cart-index .cart.table-wrapper .action-delete,
body.checkout-cart-index .cart.table-wrapper .action-edit,
body.checkout-cart-index .cart.table-wrapper .action-towishlist,
body.checkout-cart-index .cart.table-wrapper .action-tocompare {
    color: var(--awa-cc-text-2) !important;
}

body.checkout-cart-index .cart.table-wrapper .action-delete:hover,
body.checkout-cart-index .cart.table-wrapper .action-delete:focus-visible,
body.checkout-cart-index .cart.table-wrapper .action-edit:hover,
body.checkout-cart-index .cart.table-wrapper .action-edit:focus-visible {
    color: var(--primary-color, #b73337) !important;
}

body.checkout-cart-index .cart-summary,
body.checkout-index-index .opc-block-summary,
body.rokanthemes-onepagecheckout #opc-sidebar,
body.rokanthemes-onepagecheckout .opc-block-summary {
    background: var(--awa-cc-surface-1) !important;
    border: 1px solid var(--awa-cc-border) !important;
    border-radius: 16px !important;
    box-shadow: var(--awa-cc-shadow-1) !important;
}

body.checkout-cart-index .cart-summary > .title,
body.checkout-index-index .opc-block-summary > .title,
body.rokanthemes-onepagecheckout .opc-block-summary > .title,
body.rokanthemes-onepagecheckout #opc-sidebar .title {
    color: var(--awa-cc-text-1) !important;
    font-weight: 700 !important;
    border-bottom: 1px solid var(--awa-cc-border) !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
}

body.checkout-cart-index .cart-summary .block > .title,
body.checkout-cart-index .cart-summary .discount.coupon > .title,
body.checkout-index-index .checkout-payment-method .discount-code .title,
body.rokanthemes-onepagecheckout .discount-code .title {
    color: var(--awa-cc-text-1) !important;
    font-weight: 600 !important;
}

body.checkout-cart-index .cart-summary .discount.coupon,
body.checkout-cart-index .cart-container .fieldset.coupon,
body.checkout-index-index .opc-wrapper .payment-option,
body.rokanthemes-onepagecheckout .opc-wrapper .payment-option,
body.rokanthemes-onepagecheckout .discount-code {
    background: var(--awa-cc-surface-2) !important;
    border: 1px solid var(--awa-cc-border) !important;
    border-radius: 14px !important;
    padding: 12px !important;
}

body.checkout-cart-index .cart-summary input[type='text'],
body.checkout-cart-index .cart-summary input.input-text,
body.checkout-index-index .opc-wrapper input[type='text'],
body.checkout-index-index .opc-wrapper input[type='email'],
body.checkout-index-index .opc-wrapper input[type='tel'],
body.checkout-index-index .opc-wrapper select,
body.checkout-index-index .opc-wrapper textarea,
body.rokanthemes-onepagecheckout .opc-wrapper input[type='text'],
body.rokanthemes-onepagecheckout .opc-wrapper input[type='email'],
body.rokanthemes-onepagecheckout .opc-wrapper input[type='tel'],
body.rokanthemes-onepagecheckout .opc-wrapper select,
body.rokanthemes-onepagecheckout .opc-wrapper textarea,
body.rokanthemes-onepagecheckout #opc-sidebar input,
body.rokanthemes-onepagecheckout #opc-sidebar textarea {
    min-height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid var(--awa-cc-border-strong) !important;
    background: #fff !important;
    color: var(--awa-cc-text-1) !important;
    box-shadow: none !important;
    transition: border-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

body.checkout-cart-index .cart-summary textarea,
body.checkout-index-index .opc-wrapper textarea,
body.rokanthemes-onepagecheckout .opc-wrapper textarea,
body.rokanthemes-onepagecheckout #opc-sidebar textarea {
    min-height: 92px !important;
}

body.checkout-cart-index .cart-summary input:focus,
body.checkout-cart-index .cart-summary textarea:focus,
body.checkout-index-index .opc-wrapper input:focus,
body.checkout-index-index .opc-wrapper select:focus,
body.checkout-index-index .opc-wrapper textarea:focus,
body.rokanthemes-onepagecheckout .opc-wrapper input:focus,
body.rokanthemes-onepagecheckout .opc-wrapper select:focus,
body.rokanthemes-onepagecheckout .opc-wrapper textarea:focus,
body.rokanthemes-onepagecheckout #opc-sidebar input:focus,
body.rokanthemes-onepagecheckout #opc-sidebar textarea:focus {
    border-color: var(--primary-color, #b73337) !important;
    box-shadow: 0 0 0 3px var(--awa-cc-focus) !important;
    outline: none !important;
}

body.checkout-index-index .opc-wrapper .field .label,
body.checkout-index-index .opc-wrapper .label,
body.rokanthemes-onepagecheckout .opc-wrapper .field .label,
body.rokanthemes-onepagecheckout .opc-wrapper .label,
body.rokanthemes-onepagecheckout #opc-sidebar .field .label {
    color: var(--awa-cc-text-2) !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}

body.checkout-index-index .opc-wrapper .field .note,
body.checkout-index-index .opc-wrapper .field-note,
body.rokanthemes-onepagecheckout .opc-wrapper .field .note,
body.rokanthemes-onepagecheckout .opc-wrapper .field-note,
body.rokanthemes-onepagecheckout #opc-sidebar .field-note {
    color: var(--awa-cc-text-3) !important;
    font-size: 12px !important;
}

body.checkout-index-index .opc-wrapper .step-title,
body.rokanthemes-onepagecheckout .opc-wrapper .step-title,
body.checkout-index-index .checkout-payment-method .step-title {
    color: var(--awa-cc-text-1) !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

body.checkout-index-index .opc-progress-bar-item > span,
body.rokanthemes-onepagecheckout .opc-progress-bar-item > span {
    color: var(--awa-cc-text-2) !important;
    font-weight: 600 !important;
}

body.checkout-index-index .opc-progress-bar-item._active > span,
body.rokanthemes-onepagecheckout .opc-progress-bar-item._active > span {
    color: var(--primary-color, #b73337) !important;
}

body.checkout-index-index .payment-method,
body.checkout-index-index .opc-payment .payment-method,
body.rokanthemes-onepagecheckout .payment-method {
    background: var(--awa-cc-surface-1) !important;
    border: 1px solid var(--awa-cc-border) !important;
    border-radius: 14px !important;
    margin-bottom: 12px !important;
    overflow: hidden;
    transition: border-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

body.checkout-index-index .payment-method._active,
body.rokanthemes-onepagecheckout .payment-method._active {
    border-color: rgb(183 51 55 / 35%) !important;
    box-shadow: 0 0 0 3px rgb(183 51 55 / 8%) !important;
}

body.checkout-index-index .payment-method-title,
body.rokanthemes-onepagecheckout .payment-method-title {
    background: var(--awa-cc-surface-2) !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid var(--awa-cc-border) !important;
}

body.checkout-index-index .payment-method-title .label,
body.rokanthemes-onepagecheckout .payment-method-title .label,
body.checkout-index-index .payment-method-title label,
body.rokanthemes-onepagecheckout .payment-method-title label {
    color: var(--awa-cc-text-1) !important;
    font-weight: 600 !important;
}

body.checkout-index-index .payment-method-content,
body.rokanthemes-onepagecheckout .payment-method-content {
    padding: 14px 14px 16px !important;
}

body.checkout-index-index .payment-method .payment-method-content,
body.rokanthemes-onepagecheckout .payment-method .payment-method-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.checkout-index-index .payment-method .acombinar-info,
body.rokanthemes-onepagecheckout .payment-method .acombinar-info {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.checkout-index-index .payment-method .acombinar-message,
body.checkout-index-index .payment-method .acombinar-message p,
body.checkout-index-index .payment-method .acombinar-message li,
body.rokanthemes-onepagecheckout .payment-method .acombinar-message,
body.rokanthemes-onepagecheckout .payment-method .acombinar-message p,
body.rokanthemes-onepagecheckout .payment-method .acombinar-message li {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.checkout-index-index .checkout-agreements,
body.rokanthemes-onepagecheckout .checkout-agreements {
    background: var(--awa-cc-surface-2) !important;
    border: 1px solid var(--awa-cc-border) !important;
    border-radius: 14px !important;
    padding: 12px !important;
}

body.checkout-index-index .checkout-agreement.field.choice,
body.rokanthemes-onepagecheckout .checkout-agreement.field.choice {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: var(--awa-gap-md);
    align-items: start;
}

body.checkout-index-index .checkout-agreement input[type='checkbox'],
body.rokanthemes-onepagecheckout .checkout-agreement input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--primary-color, #b73337);
}

body.checkout-cart-index .action.checkout,
body.checkout-cart-index .checkout-methods-items .action.checkout,
body.checkout-index-index .actions-toolbar .action.checkout,
body.checkout-index-index .actions-toolbar .btn-placeorder,
body.rokanthemes-onepagecheckout .actions-toolbar .action.checkout,
body.rokanthemes-onepagecheckout .actions-toolbar .btn-placeorder,
body.rokanthemes-onepagecheckout .action.primary.checkout {
    min-height: 48px !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    transition: background-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition), transform var(--awa-cc-transition);
}

body.checkout-cart-index .action.checkout:hover,
body.checkout-cart-index .checkout-methods-items .action.checkout:hover,
body.checkout-index-index .actions-toolbar .action.checkout:hover,
body.rokanthemes-onepagecheckout .actions-toolbar .action.checkout:hover {
    box-shadow: 0 8px 24px rgb(183 51 55 / 18%);
    transform: translateY(-1px);
}

body.checkout-cart-index .actions-toolbar .action,
body.checkout-index-index .actions-toolbar .action,
body.rokanthemes-onepagecheckout .actions-toolbar .action,
body.checkout-index-index button.action,
body.rokanthemes-onepagecheckout button.action {
    min-height: 44px;
    border-radius: 10px;
}

body.checkout-index-index .message.error,
body.checkout-index-index .message-error,
body.rokanthemes-onepagecheckout .message.error,
body.rokanthemes-onepagecheckout .message-error,
body.checkout-cart-index .message.error,
body.checkout-cart-index .message-error {
    background: #fff1f2 !important;
    border: 1px solid #fecdd3 !important;
    border-left: 4px solid var(--primary-color, #b73337) !important;
    color: #881337 !important;
    border-radius: 10px !important;
}

body.checkout-index-index .message.success,
body.checkout-index-index .message-success,
body.rokanthemes-onepagecheckout .message.success,
body.rokanthemes-onepagecheckout .message-success,
body.checkout-cart-index .message.success,
body.checkout-cart-index .message-success {
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    color: #065f46 !important;
    border-radius: 10px !important;
}

/* B2B PO / Terms cards (override inline styles from KO templates) */
body.checkout-index-index .b2b-po-number-container.checkout-block,
body.rokanthemes-onepagecheckout .b2b-po-number-container.checkout-block {
    margin: 0 0 14px !important;
    padding: 14px !important;
    background: var(--awa-cc-surface-2) !important;
    border: 1px solid var(--awa-cc-border) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    transition: border-color var(--awa-cc-transition);
}

body.checkout-index-index .b2b-po-number-wrapper .label,
body.rokanthemes-onepagecheckout .b2b-po-number-wrapper .label {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    color: var(--awa-cc-text-1) !important;
    font-weight: 700 !important;
    gap: var(--awa-gap-xs) var(--awa-gap-sm) !important;
    white-space: normal !important;
    line-height: 1.35 !important;
}

body.checkout-index-index .b2b-po-number-wrapper .label .optional,
body.rokanthemes-onepagecheckout .b2b-po-number-wrapper .label .optional {
    color: var(--awa-cc-text-3) !important;
    white-space: normal !important;
}

body.checkout-index-index .b2b-po-number-wrapper .input-text,
body.rokanthemes-onepagecheckout .b2b-po-number-wrapper .input-text {
    max-width: 100% !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid var(--awa-cc-border-strong) !important;
    padding: 0 12px !important;
    background: #fff !important;
    color: var(--awa-cc-text-1) !important;
    transition: border-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

body.checkout-index-index .b2b-po-number-wrapper .input-text:focus,
body.rokanthemes-onepagecheckout .b2b-po-number-wrapper .input-text:focus {
    border-color: var(--primary-color, #b73337) !important;
    box-shadow: 0 0 0 3px var(--awa-cc-focus) !important;
}

body.checkout-index-index .b2b-po-number-wrapper .note,
body.rokanthemes-onepagecheckout .b2b-po-number-wrapper .note {
    color: var(--awa-cc-text-3) !important;
}

body.checkout-index-index .b2b-terms-container.checkout-block,
body.rokanthemes-onepagecheckout .b2b-terms-container.checkout-block {
    margin: 0 0 14px !important;
    padding: 14px !important;
    background: #fff8e6 !important;
    border: 1px solid #f4d38a !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    transition: background-color var(--awa-cc-transition), border-color var(--awa-cc-transition);
}

body.checkout-index-index .b2b-terms-container.checkout-block.is-accepted,
body.rokanthemes-onepagecheckout .b2b-terms-container.checkout-block.is-accepted {
    background: #eefbf3 !important;
    border-color: #b7e4c7 !important;
}

body.checkout-index-index .b2b-terms-wrapper,
body.rokanthemes-onepagecheckout .b2b-terms-wrapper {
    align-items: flex-start !important;
    gap: var(--awa-gap-md) var(--awa-gap-lg) !important;
}

body.checkout-index-index .b2b-terms-field .label,
body.rokanthemes-onepagecheckout .b2b-terms-field .label {
    color: var(--awa-cc-text-1) !important;
    line-height: 1.4 !important;
}

body.checkout-index-index .b2b-terms-field .checkbox,
body.rokanthemes-onepagecheckout .b2b-terms-field .checkbox {
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
}

body.checkout-index-index .b2b-terms-link,
body.rokanthemes-onepagecheckout .b2b-terms-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: var(--awa-gap-sm) !important;
    min-height: 32px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgb(183 51 55 / 8%);
    color: var(--primary-color, #b73337) !important;
    text-decoration: none !important;
}

body.checkout-index-index .b2b-terms-link:hover,
body.checkout-index-index .b2b-terms-link:focus-visible,
body.rokanthemes-onepagecheckout .b2b-terms-link:hover,
body.rokanthemes-onepagecheckout .b2b-terms-link:focus-visible {
    background: rgb(183 51 55 / 12%);
    box-shadow: 0 0 0 3px rgb(183 51 55 / 14%);
    outline: none;
}

body.checkout-index-index .b2b-terms-status,
body.rokanthemes-onepagecheckout .b2b-terms-status {
    color: #166534 !important;
    font-weight: 600 !important;
}

body.checkout-index-index .b2b-terms-modal-overlay,
body.rokanthemes-onepagecheckout .b2b-terms-modal-overlay {
    z-index: 10020 !important;
    backdrop-filter: blur(2px);
}

body.checkout-index-index .b2b-terms-modal,
body.rokanthemes-onepagecheckout .b2b-terms-modal {
    border: 1px solid var(--awa-cc-border) !important;
    box-shadow: var(--awa-cc-shadow-2) !important;
    border-radius: 14px !important;
}

body.checkout-index-index .b2b-terms-modal-header,
body.checkout-index-index .b2b-terms-modal-footer,
body.rokanthemes-onepagecheckout .b2b-terms-modal-header,
body.rokanthemes-onepagecheckout .b2b-terms-modal-footer {
    background: var(--awa-cc-surface-2) !important;
    border-color: var(--awa-cc-border) !important;
}

body.checkout-index-index .b2b-terms-modal-header h3,
body.rokanthemes-onepagecheckout .b2b-terms-modal-header h3 {
    color: var(--awa-cc-text-1) !important;
}

body.checkout-index-index .b2b-terms-modal-content,
body.rokanthemes-onepagecheckout .b2b-terms-modal-content {
    color: var(--awa-cc-text-2) !important;
}

body.checkout-index-index .b2b-terms-modal-close,
body.rokanthemes-onepagecheckout .b2b-terms-modal-close {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
}

body.checkout-index-index .b2b-terms-modal-close:focus-visible,
body.rokanthemes-onepagecheckout .b2b-terms-modal-close:focus-visible {
    box-shadow: 0 0 0 3px var(--awa-cc-focus);
    outline: none;
}

body.checkout-index-index .b2b-terms-modal-footer .action.primary,
body.rokanthemes-onepagecheckout .b2b-terms-modal-footer .action.primary,
body.checkout-index-index .b2b-terms-modal-footer .action.secondary,
body.rokanthemes-onepagecheckout .b2b-terms-modal-footer .action.secondary {
    min-height: 44px !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    transition: background-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

/* B2B login-to-cart modal polish on cart/checkout context */
body.checkout-cart-index .b2b-login-modal,
body.checkout-index-index .b2b-login-modal,
body.rokanthemes-onepagecheckout .b2b-login-modal {
    border: 1px solid var(--awa-cc-border) !important;
    box-shadow: var(--awa-cc-shadow-2) !important;
}

body.checkout-cart-index .b2b-login-modal-close,
body.checkout-index-index .b2b-login-modal-close,
body.rokanthemes-onepagecheckout .b2b-login-modal-close {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
}

body.checkout-cart-index .b2b-login-option,
body.checkout-index-index .b2b-login-option,
body.rokanthemes-onepagecheckout .b2b-login-option {
    border-radius: 14px !important;
    min-height: 56px;
    transition: background-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition);
}

body.checkout-cart-index .b2b-login-option:focus-visible,
body.checkout-index-index .b2b-login-option:focus-visible,
body.rokanthemes-onepagecheckout .b2b-login-option:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgb(183 51 55 / 15%) !important;
}

/* Footer and misc buttons in checkout/cart */
body.checkout-cart-index .action.action-continue,
body.checkout-cart-index .cart.main.actions .action,
body.checkout-index-index .action.action-auth-toggle,
body.rokanthemes-onepagecheckout .action.action-auth-toggle {
    min-height: 44px;
    border-radius: 10px;
}

/* Cart empty state: clearer guidance + stronger continuation cue */
body.checkout-cart-index .cart-empty {
    background: linear-gradient(180deg, #fff 0%, var(--awa-cc-surface-2) 100%);
    border: 1px solid var(--awa-cc-border);
    border-radius: 16px;
    box-shadow: var(--awa-cc-shadow-1);
    padding: clamp(24px, 3vw, 34px) clamp(16px, 3vw, 28px);
    max-width: 680px;
    margin-inline: auto;
}

body.checkout-cart-index .cart-empty::before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgb(183 51 55 / 8%);
    box-shadow: inset 0 0 0 1px rgb(183 51 55 / 16%);
}

body.checkout-cart-index .cart-empty p:first-child {
    color: var(--awa-cc-text-1);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

body.checkout-cart-index .cart-empty p:last-child {
    color: var(--awa-cc-text-2);
    font-size: clamp(15px, 1.6vw, 18px);
}

body.checkout-cart-index .cart-empty p:last-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgb(183 51 55 / 10%);
    color: var(--primary-color, #b73337) !important;
    font-weight: 700;
    text-decoration: none;
}

body.checkout-cart-index .cart-empty p:last-child a:hover,
body.checkout-cart-index .cart-empty p:last-child a:focus-visible {
    background: rgb(183 51 55 / 14%);
    color: var(--primary-hover, #8e2629) !important;
    outline: none;
}

@media (max-width: 991px) {
    body.checkout-cart-index .cart-container,
    body.checkout-index-index .checkout-container,
    body.rokanthemes-onepagecheckout .checkout-container {
        gap: var(--awa-gap-lg);
    }

    body.checkout-cart-index .cart.table-wrapper,
    body.checkout-index-index .opc-wrapper,
    body.rokanthemes-onepagecheckout .opc-wrapper,
    body.checkout-cart-index .cart-summary,
    body.checkout-index-index .opc-block-summary,
    body.rokanthemes-onepagecheckout #opc-sidebar,
    body.rokanthemes-onepagecheckout .opc-block-summary {
        border-radius: 14px !important;
    }
}

@media (max-width: 767px) {
    body.checkout-cart-index .cart.table-wrapper,
    body.checkout-index-index .opc-wrapper,
    body.rokanthemes-onepagecheckout .opc-wrapper {
        border-radius: 12px !important;
    }

    body.checkout-cart-index .cart-summary,
    body.checkout-index-index .opc-block-summary,
    body.rokanthemes-onepagecheckout #opc-sidebar,
    body.rokanthemes-onepagecheckout .opc-block-summary {
        border-radius: 12px !important;
    }

    body.checkout-cart-index .cart.table-wrapper .item-info td,
    body.checkout-cart-index .cart.table-wrapper .item-actions td {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.checkout-index-index .b2b-terms-wrapper,
    body.rokanthemes-onepagecheckout .b2b-terms-wrapper {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.checkout-index-index .b2b-terms-link,
    body.rokanthemes-onepagecheckout .b2b-terms-link {
        min-height: 36px;
        align-self: flex-start;
    }

    body.checkout-index-index .b2b-terms-modal-footer,
    body.rokanthemes-onepagecheckout .b2b-terms-modal-footer {
        gap: var(--awa-gap-md) !important;
    }

    body.checkout-index-index .b2b-terms-modal-footer .action,
    body.rokanthemes-onepagecheckout .b2b-terms-modal-footer .action {
        width: 100%;
    }

    /* Onepage checkout mobile: avoid clipped shipping table and cramped payment content */
    body.rokanthemes-onepagecheckout .checkout-shipping-method,
    body.checkout-index-index .checkout-shipping-method {
        display: block !important;
        overflow: visible !important;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method thead,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method thead {
        display: none !important;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody {
        display: block !important;
        width: 100% !important;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody tr.row,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
        display: grid !important;
        grid-template-columns: 20px minmax(58px, auto) minmax(0, 1fr);
        gap: var(--awa-gap-sm) var(--awa-gap-md);
        width: 100% !important;
        border-top: 1px solid var(--awa-cc-border);
        padding-top: 8px;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody td,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody td {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        white-space: normal !important;
        word-break: normal;
        overflow-wrap: normal;
        padding: 0;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-method:first-child,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-method:first-child {
        grid-column: 1;
        align-self: center;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-price,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-price {
        grid-column: 2;
        font-weight: 700;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-method:not(:first-child),
    body.rokanthemes-onepagecheckout .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-carrier,
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-method:not(:first-child),
    body.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tbody td.col.col-carrier {
        grid-column: 3;
    }

    body.rokanthemes-onepagecheckout .checkout-shipping-method .message.error,
    body.checkout-index-index .checkout-shipping-method .message.error {
        width: 100% !important;
        margin: 8px 0 10px !important;
        line-height: 1.35 !important;
        box-sizing: border-box;
        padding: 10px 12px !important;
    }

    body.rokanthemes-onepagecheckout .payment-method .payment-method-content,
    body.checkout-index-index .payment-method .payment-method-content {
        padding: 12px !important;
    }

    body.rokanthemes-onepagecheckout .payment-method .acombinar-info,
    body.checkout-index-index .payment-method .acombinar-info {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: var(--awa-gap-md);
    }

    body.rokanthemes-onepagecheckout .payment-method .acombinar-info .acombinar-icon,
    body.checkout-index-index .payment-method .acombinar-info .acombinar-icon {
        margin-inline: auto;
    }

    body.rokanthemes-onepagecheckout .payment-method .actions-toolbar,
    body.checkout-index-index .payment-method .actions-toolbar {
        margin-top: 12px !important;
    }
}

/* AWA Round12: cart/checkout conversion lock (CTA visibility + scanability) */
body.checkout-cart-index .cart-summary {
    position: sticky;
    top: calc(88px + env(safe-area-inset-top));
}

body.checkout-cart-index .cart-summary .table.totals,
body.checkout-cart-index .cart-summary .totals {
    color: var(--awa-cc-text-2) !important;
}

body.checkout-cart-index .cart-summary .table.totals tr.grand.totals .price,
body.checkout-cart-index .cart-summary .totals tr.grand.totals .price,
body.checkout-cart-index .cart-summary .table.totals tr.grand.totals .amount .price,
body.checkout-cart-index .cart-summary .totals tr.grand.totals .amount .price {
    color: var(--primary-color, #b73337) !important;
    font-weight: 800 !important;
    font-size: clamp(20px, 2.8vw, 24px);
    letter-spacing: -0.01em;
}

body.checkout-cart-index .cart-summary .checkout-methods-items,
body.checkout-cart-index .cart-summary .checkout.methods.items {
    display: grid !important;
    gap: var(--awa-gap-md);
    margin-top: 14px;
}

body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout,
body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout,
body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout,
body.checkout-cart-index .cart-summary .checkout.methods.items .action.primary.checkout {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgb(183 51 55 / 14%);
    font-weight: 800 !important;
    letter-spacing: 0.015em;
    transition: background-color var(--awa-cc-transition), box-shadow var(--awa-cc-transition), transform var(--awa-cc-transition);
}

body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout:hover,
body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout:focus-visible,
body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout:hover,
body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout:focus-visible {
    box-shadow: 0 14px 30px rgb(142 38 41 / 20%) !important;
    transform: translateY(-2px);
    outline: none !important;
}

body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout[disabled],
body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout[disabled] {
    box-shadow: none !important;
}

body.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-update,
body.checkout-cart-index .cart.table-wrapper .actions-toolbar .update,
body.checkout-cart-index .cart.main.actions .action.update {
    min-height: 42px;
    border-radius: 10px;
}

body.checkout-cart-index .cart-summary .block.discount > .title strong,
body.checkout-cart-index .cart-summary .discount.coupon > .title strong {
    color: var(--awa-cc-text-1) !important;
    font-weight: 700;
}

body.checkout-cart-index .cart-summary .block.discount .content,
body.checkout-cart-index .cart-summary .discount.coupon .content {
    margin-top: 8px;
}

body.checkout-cart-index .cart-summary .block.discount .actions-toolbar .action,
body.checkout-cart-index .cart-summary .discount.coupon .actions-toolbar .action {
    min-height: 42px;
    border-radius: 10px;
}

body.checkout-index-index .opc-block-summary .totals .grand .price,
body.rokanthemes-onepagecheckout .opc-block-summary .totals .grand .price {
    color: var(--primary-color, #b73337) !important;
    font-weight: 800 !important;
}

body.checkout-index-index .opc-block-summary .items-in-cart .title strong,
body.rokanthemes-onepagecheckout .opc-block-summary .items-in-cart .title strong {
    color: var(--awa-cc-text-1) !important;
}

@media (max-width: 991px) {
    body.checkout-cart-index .cart-summary {
        top: calc(72px + env(safe-area-inset-top));
    }
}

@media (max-width: 767px) {
    body.checkout-cart-index .cart-summary {
        position: static;
        margin-bottom: 24px;
    }

    body.checkout-cart-index .cart-summary .checkout-methods-items,
    body.checkout-cart-index .cart-summary .checkout.methods.items {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        margin: 10px 0 0 !important;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout,
    body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout,
    body.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout,
    body.checkout-cart-index .cart-summary .checkout.methods.items .action.primary.checkout {
        min-height: 48px !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 20px rgb(183 51 55 / 16%);
    }

    body.checkout-cart-index .cart.table-wrapper {
        margin-bottom: 10px;
    }

    :is(body.checkout-cart-index, body.checkout-index-index, body.rokanthemes-onepagecheckout) .awa-whatsapp-float {
        display: none !important;
    }

    body.checkout-cart-index .cart-empty {
        border-radius: 14px;
        padding: 22px 14px;
    }

    body.checkout-cart-index .cart-empty p:first-child {
        font-size: clamp(20px, 7vw, 26px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.checkout-cart-index .cart-summary .checkout-methods-items .action.checkout,
    body.checkout-cart-index .cart-summary .checkout.methods.items .action.checkout {
        transition: none !important;
    }
}

/* ==========================================================================
   AWA Phase 26 — PDP Attributes Table Zebra Striping
   2026-03-20
   Aplica zebragem real à tabela de atributos adicionais no PDP.
   O class "awa-b2b-zebra-table" já está no HTML (catalog_product_view.xml)
   mas não havia CSS de alternância. Adicionado aqui no bundle-pdp para
   manter coerência com os demais estilos PDP.
   ========================================================================== */

/* ─── 26a. Zebra striping — tabela de atributos adicionais ─── */
body.catalog-product-view .page-wrapper
    .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
    tbody tr:nth-child(odd) > * {
    background: #fff;
}

body.catalog-product-view .page-wrapper
    .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
    tbody tr:nth-child(even) > * {
    background: var(--awa-gray-50, #f7f7f7);
}

body.catalog-product-view .page-wrapper
    .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
    tbody tr:hover > * {
    background: rgb(183 51 55 / 4%);
    transition: background 0.12s ease;
}

/* Cabeçalho da tabela (caption) */
body.catalog-product-view .page-wrapper
    .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
    caption {
    text-align: left;
    font-size: var(--awa-text-sm, 13px);
    font-weight: var(--awa-weight-semibold, 600);
    color: var(--awa-gray-500, #666);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 0 8px;
    caption-side: top;
}

/* Coluna label (th) — largura mínima para legibilidade */
body.catalog-product-view .page-wrapper
    .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
    th.col.label {
    font-weight: 600;
    color: var(--awa-gray-700, #3f3f3f);
    width: clamp(120px, 30%, 220px);
}

@media (prefers-reduced-motion: reduce) {
    body.catalog-product-view .page-wrapper
        .additional-attributes-wrapper .data.table.awa-b2b-zebra-table
        tbody tr > * {
        transition: none;
    }
}

/* ==========================================================================
   AWA Phase 27 — B2B Secondary CTAs
   2026-03-20
   Estilos para as ações secundárias B2B na PDP:
   "Adicionar à Lista de Reposição" (full-width), depois row com
   "Cotação para Lote", "Minhas Cotações", "Imprimir Ficha".
   Estado gated usa classes do gate-card (já estilizadas em refinements).
   ========================================================================== */

/* ─── 27a. Container wrapper ─── */
body.catalog-product-view .awa-b2b-secondary-ctas {
    display: grid;
    gap: var(--awa-space-2, 8px);
    margin-top: var(--awa-space-3, 12px);
}

/* ─── 27b. Row dos 3 botões menores ─── */
body.catalog-product-view .awa-b2b-secondary-ctas__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--awa-space-2, 8px);
}

@media (min-width: 768px) {
    body.catalog-product-view .awa-b2b-secondary-ctas__row {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ─── 27c. Botão base — todos os CTAs secundários ─── */
body.catalog-product-view .awa-b2b-secondary-ctas__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 44px;
    padding: 0 var(--awa-space-4, 16px);
    background: var(--awa-gray-50, #f7f7f7);
    color: var(--awa-gray-700, #374151);
    border: 1.5px solid var(--awa-border, #e5e7eb);
    border-radius: var(--awa-radius-md, 8px);
    font-size: var(--awa-text-sm, 13px);
    font-weight: var(--awa-weight-semibold, 600);
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.catalog-product-view .awa-b2b-secondary-ctas__button:hover,
body.catalog-product-view .awa-b2b-secondary-ctas__button:focus-visible {
    outline: 0;
    background: rgb(183 51 55 / 4%);
    border-color: var(--awa-brand-primary, #b73337);
    color: var(--awa-brand-primary, #b73337);
    text-decoration: none;
}

/* ─── 27d. Ícone SVG dentro dos botões ─── */
body.catalog-product-view .awa-b2b-secondary-ctas__icon {
    flex: 0 0 auto;
    pointer-events: none;
}

/* ─── 27e. Estado gated — nota informativa acima das ações ─── */
body.catalog-product-view .awa-b2b-secondary-ctas--gated .awa-b2b-secondary-ctas__note {
    font-size: var(--awa-text-sm, 13px);
    color: var(--awa-text-muted, #6b7280);
    line-height: var(--awa-leading-relaxed, 1.6);
    margin: 0 0 var(--awa-space-3, 12px);
}

/* ─── 27f. Print button — reset de estilos de button nativo ─── */
body.catalog-product-view .awa-pdp-print-btn.awa-b2b-secondary-ctas__button {
    background: var(--awa-gray-50, #f7f7f7);
    border: 1.5px solid var(--awa-border, #e5e7eb);
    color: var(--awa-gray-700, #374151);
}

/* ==========================================================================
   AWA Phase 28 — B2B SKU Display (PDP)
   2026-03-22
   Estilos para o bloco de código do produto (`b2b_sku.phtml`).
   Classes: .awa-b2b-pdp-sku, .awa-b2b-sku__label, .awa-b2b-sku__value
   ========================================================================== */

body.catalog-product-view .awa-b2b-pdp-sku {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: var(--awa-gray-50, #f7f7f7);
    border: 1px solid var(--awa-border, #e5e7eb);
    border-radius: var(--awa-radius-xs, 4px);
    margin: 0 0 var(--awa-space-2, 8px);
    font-size: var(--awa-text-xs, 12px);
    line-height: 1.4;
}

body.catalog-product-view .awa-b2b-sku__label {
    color: var(--awa-gray-400, #9ca3af);
    font-weight: var(--awa-weight-normal, 400);
    user-select: none;
}

body.catalog-product-view .awa-b2b-sku__value {
    color: var(--awa-gray-500, #6b7280);
    font-weight: var(--awa-weight-semibold, 600);
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
    letter-spacing: 0.02em;
}

/* ======================================================================
   AWA PDP — Secondary actions readability pass
   MCP audit mostrou wishlist/comparar/imprimir/compartilhar como ações só
   com ícone. Transformamos em botões legíveis e consistentes.
   ====================================================================== */

body.catalog-product-view .product-info-main .product-social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--awa-gap-sm);
    margin-top: 4px;
}

body.catalog-product-view .product-info-main .product-social-links > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--awa-gap-sm);
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgb(15 23 42 / 12%);
    background: #fff;
    color: #334155;
    text-decoration: none;
    box-shadow: 0 6px 16px rgb(15 23 42 / 4%);
    transition: border-color var(--awa-pdp-transition), box-shadow var(--awa-pdp-transition), color var(--awa-pdp-transition), transform var(--awa-pdp-transition);
}

body.catalog-product-view .product-info-main .product-social-links > a i {
    flex-shrink: 0;
    font-size: 14px;
    color: var(--primary-color, #b73337);
}

body.catalog-product-view .product-info-main .product-social-links > a .awa-pdp-social-label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
}

body.catalog-product-view .product-info-main .product-social-links > a:hover,
body.catalog-product-view .product-info-main .product-social-links > a:focus-visible {
    color: var(--primary-color, #b73337);
    border-color: rgb(183 51 55 / 24%);
    box-shadow: 0 10px 20px rgb(183 51 55 / 10%);
    transform: translateY(-1px);
}

body.catalog-product-view .product-info-main .product-social-links > a:hover .awa-pdp-social-label,
body.catalog-product-view .product-info-main .product-social-links > a:focus-visible .awa-pdp-social-label {
    color: var(--primary-color, #b73337);
}

@media (width < 768px) {
    body.catalog-product-view .product-info-main .product-social-links {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ==========================================================================
   AWA Phase 29 — Print CSS para "Imprimir Ficha do Produto"
   2026-03-22
   Acionado pelo botão #awa-pdp-print-btn via window.print().
   Oculta navegação, chat, sticky, upsells — mantém produto e atributos.
   ========================================================================== */

@media print {
    /* ── Elementos a ocultar ─────────────────────────────────── */
    .nav-sections,
    .navigation,
    .page-header,
    .page-footer,
    .breadcrumbs,
    .product-social-links,
    .block.upsell,
    .block.related,
    .block.crosssell,
    .awa-pdp-sticky-cta,
    .awa-trust-badges,
    .awa-b2b-secondary-ctas,
    .box-tocart,
    .awa-b2b-gate-card,
    .product-info-stock-sku,
    .product-options-bottom,
    .vlibras-button,
    #vlibras,
    [class*="chat"],
    [class*="whatsapp"],
    [id*="chat"],
    .awa-scrolltop,
    .sticky-add-to-cart,
    .block-wishlist-management,
    .product-reviews-summary,
    .reviews-actions,
    #customer-reviews { display: none !important; }

    /* ── Layout: página A4 ────────────────────────────────────── */
    body,
    .page-wrapper {
        background: #fff !important;
        color: #000 !important;
    }

    .page-main,
    .columns,
    .column.main {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .product-info-main,
    .product.media {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ── Imagem de produto ────────────────────────────────────── */
    .fotorama,
    .gallery-placeholder,
    .product.media {
        max-width: 280px !important;
        margin: 0 auto 16px !important;
    }

    .fotorama__stage__frame .fotorama__img {
        max-width: 280px !important;
        height: auto !important;
    }

    /* ── Tipografia ───────────────────────────────────────────── */
    .page-title { font-size: 18pt !important; }

    .price-box .price,
    .special-price .price {
        color: #b73337 !important;
        font-size: 14pt !important;
    }

    /* ── Tabela de atributos ──────────────────────────────────── */
    .additional-attributes-wrapper { display: block !important; }

    .data.table.awa-b2b-zebra-table { width: 100% !important; }

    .data.table.awa-b2b-zebra-table tbody tr:nth-child(odd) > * {
        background: #f7f7f7 !important;
    }

    /* ── Tier pricing ─────────────────────────────────────────── */
    .b2b-tier-pricing {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        break-inside: avoid;
    }

    /* ── Links mostram URL ────────────────────────────────────── */
    a[href]::after {
        content: none !important;
    }
}

/**
 * Social Proof Badges — Estilos CSS
 * Grupo Awamotos — Paleta #b73337
 *
 * §1 — PDP (product/social-proof.phtml)
 * §2 — Category list badges (product/list-badge.phtml)
 */

/* ====================================================
 * §1 — PDP Social Proof container + badges
 * ==================================================== */

.social-proof-container,
.social-proof-badge-stack {
    --awa-sp-primary: var(--aw-primary, #b73337);
    --awa-sp-primary-dark: var(--aw-primary-dark, #8e2629);
    --awa-sp-surface: #fff;
    --awa-sp-border: #eadfe0;
}

.social-proof-container {
    margin: 20px 0;
}

.social-proof-badge {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px;
    background: var(--awa-sp-surface);
    border: 1px solid var(--awa-sp-border);
    animation: sp-fadeInUp 0.5s ease-out;
}

.social-proof-badge i {
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.social-proof-badge .badge-text {
    line-height: 1.4;
}

.social-proof-badge strong {
    font-weight: 600;
}

/* Views Badge — Cinza/Azul */
.views-badge {
    background: #f8fafc;
    border-color: #d9e2ec;
    color: #334155;
}

.views-badge i {
    color: var(--awa-sp-primary);
}

/* Low Stock Badge — Laranja (Urgência) */
.low-stock-badge {
    background: #fff3e0;
    border-color: #ffd8a8;
    color: #e65100;
}

.low-stock-badge i {
    color: #ff9800;
    animation: sp-pulse 2s infinite;
}

.low-stock-badge.urgency {
    box-shadow: 0 2px 8px rgba(230, 81, 0, 0.15);
}

/* Bestseller Badge — Vermelho/Ouro */
.bestseller-badge {
    background: linear-gradient(135deg, var(--awa-sp-primary) 0%, #cf4044 100%);
    border-color: var(--awa-sp-primary-dark);
    color: #fff;
    font-weight: 600;
}

.bestseller-badge i {
    color: #ffd700;
    animation: sp-sparkle 2s infinite;
}

/* ====================================================
 * §2 — Category list badges (product/list-badge.phtml)
 * ==================================================== */

.social-proof-badge-stack {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: calc(100% - 20px);
}

.social-proof-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: sp-slideInLeft 0.4s ease-out;
    width: fit-content;
    max-width: 100%;
}

.social-proof-pill--bestseller {
    background: var(--awa-sp-primary);
    color: #fff;
}

.social-proof-pill--low-stock {
    background: #ff9800;
    color: #fff;
}

.social-proof-pill i {
    font-size: 12px;
}

/* ====================================================
 * Animações — prefixed sp- para evitar conflitos
 * ==================================================== */

@keyframes sp-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sp-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes sp-sparkle {
    0%, 100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: rotate(180deg) scale(1.1);
    }
}

@keyframes sp-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ====================================================
 * Responsivo
 * ==================================================== */

@media (max-width: 767px) {
    .social-proof-badge {
        font-size: 13px;
        padding: 10px 14px;
    }

    .social-proof-badge i {
        font-size: 18px;
        margin-right: 10px;
    }

    .social-proof-badge-stack {
        top: 8px;
        left: 8px;
    }

    .social-proof-pill {
        font-size: 10px;
        padding: 5px 10px;
    }
}

/* Hover effect desktop */
@media (min-width: 768px) {
    .social-proof-badge {
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .social-proof-badge:hover {
        transform: translateX(5px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .social-proof-badge,
    .social-proof-pill {
        animation: none;
        transition: none;
    }

    .low-stock-badge i,
    .bestseller-badge i {
        animation: none;
    }

    .social-proof-badge:hover {
        transform: none;
        box-shadow: none;
    }
}
