/* ============================================================
   awa-bundle-search.css (2026-03-19)
   Bundle: awa-bundle-plp + awa-bundle-inner-pages
   Search results page: replaces 3 separate CSS requests with 1
   ============================================================ */
/* AWA Round8 (dual-write hotfix): PLP/search/cart visual & conversion refinement */

:root {
    --awa-plp-border: #e5e5e5;
    --awa-plp-border-strong: #d9d9d9;
    --awa-plp-surface: #fff;
    --awa-plp-surface-soft: #f7f7f7;
    --awa-plp-text: var(--text-color, #333);
    --awa-plp-muted: #666;
    --awa-plp-shadow-xs: 0 2px 8px rgb(15 23 42 / 4%);
    --awa-plp-shadow-sm: 0 8px 20px rgb(15 23 42 / 6%);
    --awa-plp-shadow-md: 0 14px 30px rgb(15 23 42 / 10%);
    --awa-plp-focus: 0 0 0 3px rgb(183 51 55 / 16%);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
    background: var(--awa-plp-surface);
    border: 1px solid var(--awa-plp-border);
    border-radius: 14px;
    box-shadow: var(--awa-plp-shadow-xs);
    padding: 12px 14px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--awa-gap-md) var(--awa-gap-md);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--awa-gap-sm);
    margin: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label {
    color: var(--awa-plp-muted);
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px 0 0;
}

: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 {
    min-height: 36px;
    min-width: 36px;
    border-radius: 10px;
    border: 1px solid var(--awa-plp-border);
    background: var(--awa-plp-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: var(--awa-plp-text);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

: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 {
    border-color: rgb(183 51 55 / 25%);
    color: var(--primary-color, #b73337);
    box-shadow: var(--awa-plp-focus);
    text-decoration: none;
    outline: 0;
}

: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) .toolbar .modes .modes-mode.active {
    border-color: rgb(183 51 55 / 28%);
    background: rgb(183 51 55 / 6%);
    color: var(--primary-color, #b73337);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options {
    min-height: 38px;
    border: 1px solid var(--awa-plp-border-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--awa-plp-text);
    padding-inline: 10px 30px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options:focus,
:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options:focus,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options:focus-visible {
    border-color: var(--primary-color, #b73337);
    box-shadow: var(--awa-plp-focus);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .pages {
    margin: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .pages .items.pages-items {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--awa-gap-sm);
    margin: 0;
    padding: 0;
}

: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,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-next .action,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-previous .action {
    min-height: 38px;
    min-width: 38px;
    border-radius: 10px;
    border: 1px solid var(--awa-plp-border);
    background: #fff;
    color: var(--awa-plp-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

: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,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-next .action:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-next .action:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-previous .action:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-previous .action:focus-visible {
    border-color: rgb(183 51 55 / 25%);
    color: var(--primary-color, #b73337);
    box-shadow: var(--awa-plp-focus);
    text-decoration: none;
    outline: 0;
}

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

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .toolbar-amount {
    margin: 0;
    color: var(--awa-plp-muted);
    font-size: 13px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) #layered-ajax-filter-block,
:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter {
    border: 1px solid var(--awa-plp-border);
    border-radius: 14px;
    background: var(--awa-plp-surface);
    box-shadow: var(--awa-plp-shadow-xs);
    overflow: clip;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-item {
    border-bottom: 1px solid #edf1f5;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-item:last-child {
    border-bottom: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-title {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: var(--awa-plp-text);
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
}

: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 {
    background: rgb(183 51 55 / 4%);
    color: var(--primary-color, #b73337);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content {
    padding: 0 14px 12px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content .items > li,
:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content ol.items > li {
    margin: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content a {
    display: inline-flex;
    align-items: baseline;
    gap: var(--awa-gap-sm);
    min-height: 32px;
    color: var(--awa-plp-text);
    border-radius: 8px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content a:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content a:focus-visible {
    color: var(--primary-color, #b73337);
    text-decoration: none;
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content .count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    line-height: 1;
}

: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-auto-flow: row !important;
    grid-row: auto !important;
    grid-column: auto !important;
    align-self: start !important;
    align-content: initial !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: relative;
    margin-bottom: 16px;
}

: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 > .content-item-product {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}

: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;
    transform: none;
}

: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;
    border-inline: 1px solid var(--awa-plp-border);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-thumb {
    border-top: 1px solid var(--awa-plp-border);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: var(--awa-plp-shadow-xs);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-info {
    border-bottom: 1px solid var(--awa-plp-border);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: var(--awa-plp-shadow-xs);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:hover > .product-info,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:focus-within > .product-info {
    border-color: rgb(183 51 55 / 18%);
    box-shadow: var(--awa-plp-shadow-sm);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-thumb-link {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .first-thumb {
    display: block;
    width: 100%;
}

: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;
    transition: transform 0.25s ease;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:hover .product-image-photo,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:focus-within .product-image-photo {
    transform: scale(1.02);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .quickview-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgb(255 255 255 / 96%);
    border: 1px solid rgb(183 51 55 / 14%);
    box-shadow: 0 4px 12px rgb(15 23 42 / 8%);
}

: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 / 30%);
    box-shadow: var(--awa-plp-focus);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-info {
    padding-inline: 12px;
    padding-bottom: 12px;
    min-height: 0;
    z-index: 1;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-name {
    min-height: 42px;
    margin-bottom: 6px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link {
    color: #111827;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .reviews-actions a {
    color: var(--awa-plp-muted);
    font-size: 12px;
}

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

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .info-price {
    min-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--awa-gap-xs) var(--awa-gap-sm);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .b2b-login-to-see-price,
.searchsuite-autocomplete .b2b-login-to-see-price {
    display: inline-flex;
    align-items: center;
    gap: var(--awa-gap-sm);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(183 51 55 / 7%);
    color: var(--primary-color, #b73337);
    border: 1px solid rgb(183 51 55 / 14%);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart {
    min-height: 42px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.005em;
    box-shadow: 0 6px 14px rgb(183 51 55 / 12%);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart:focus-visible {
    box-shadow: 0 10px 20px rgb(142 38 41 / 18%);
}

.searchsuite-autocomplete,
#search_autocomplete .searchsuite-autocomplete {
    width: min(720px, calc(100vw - 32px)) !important;
    left: 0 !important;
    right: auto;
    margin-top: 8px;
    border-radius: 14px;
    border: 1px solid var(--awa-plp-border);
    box-shadow: var(--awa-plp-shadow-md);
    overflow: hidden;
    max-height: min(70vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.searchsuite-autocomplete .title {
    background: #f7f7f7;
    border-bottom: 1px solid #edf1f5;
    margin: 0;
    padding: 10px 14px;
    color: #334155;
    font-weight: 700;
}

.searchsuite-autocomplete .title .see-all {
    color: var(--primary-color, #b73337);
    font-weight: 600;
}

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

.searchsuite-autocomplete ul {
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li,
.searchsuite-autocomplete .product ul li {
    padding: 0;
    margin: 0;
}

.searchsuite-autocomplete .suggest ul li a,
.searchsuite-autocomplete .product ul li > a,
.searchsuite-autocomplete .product ul li .qs-option-title a {
    color: #111827;
}

.searchsuite-autocomplete .suggest ul li a {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.searchsuite-autocomplete .suggest ul li:last-child a {
    border-bottom: 0;
}

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

.searchsuite-autocomplete .product ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #edf1f5;
    transition: background-color 0.2s ease;
}

.searchsuite-autocomplete .product ul li:hover,
.searchsuite-autocomplete .product ul li.selected {
    background: rgb(183 51 55 / 3%);
}

.searchsuite-autocomplete ul li .qs-option-image {
    flex: 0 0 84px;
    width: 84px;
    max-width: 84px;
}

.searchsuite-autocomplete ul li .qs-option-image a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #edf1f5;
}

.searchsuite-autocomplete ul li .qs-option-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.searchsuite-autocomplete ul li .qs-option-info {
    flex: 1;
    min-width: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
    font-weight: 600;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title a:hover,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-title a:focus-visible {
    color: var(--primary-color, #b73337);
    outline: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    margin-top: 8px;
    font-weight: 700;
}

.searchsuite-autocomplete .no-result {
    background: #fff;
    color: #475569;
    padding: 14px;
}

/* Round21: compact category hero above fold + keyboard active state for autocomplete */
:is(body.catalog-category-view, body.catalogsearch-result-index) .category-image {
    border: 1px solid var(--awa-plp-border);
    border-radius: 14px;
    box-shadow: var(--awa-plp-shadow-xs);
    overflow: hidden;
    margin-bottom: 12px;
    height: clamp(180px, 28vh, 280px);
}

: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%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

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

.searchsuite-autocomplete [role='option'].awa-option-active,
.searchsuite-autocomplete [role='option'].awa-option-active a {
    background: rgb(183 51 55 / 5%);
    color: var(--primary-color, #b73337);
}

body.checkout-cart-index .cart-empty {
    background: #fff;
    border: 1px solid var(--awa-plp-border);
    border-radius: 16px;
    box-shadow: var(--awa-plp-shadow-sm);
    padding: 28px 22px;
    text-align: center;
    max-width: 640px;
    margin: 16px auto 8px;
}

body.checkout-cart-index .cart-empty p:first-child {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

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

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

body.checkout-cart-index .cart.table-wrapper,
body.checkout-cart-index .cart-summary,
body.checkout-cart-index .block.discount,
body.checkout-cart-index .cart-container .cart-discount,
body.checkout-cart-index .checkout-estimate-block,
body.checkout-cart-index .cart-container .form-cart {
    border-radius: 14px;
}

body.checkout-cart-index .cart.table-wrapper,
body.checkout-cart-index .cart-container .form-cart,
body.checkout-cart-index .cart-summary,
body.checkout-cart-index .block.discount {
    border: 1px solid var(--awa-plp-border);
    background: #fff;
    box-shadow: var(--awa-plp-shadow-xs);
}

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

body.checkout-cart-index .cart.table-wrapper .item-info,
body.checkout-cart-index .cart.table-wrapper .cart.item {
    border-bottom-color: #eef2f7;
}

body.checkout-cart-index .cart.table-wrapper .product-item-name a,
body.checkout-cart-index .cart.table-wrapper .col.item .product-item-details a {
    color: #111827;
}

body.checkout-cart-index .cart.table-wrapper .product-item-name a:hover,
body.checkout-cart-index .cart.table-wrapper .product-item-name a:focus-visible,
body.checkout-cart-index .cart.table-wrapper .col.item .product-item-details a:hover,
body.checkout-cart-index .cart.table-wrapper .col.item .product-item-details a:focus-visible {
    color: var(--primary-color, #b73337);
    outline: 0;
}

body.checkout-cart-index .cart.table-wrapper input.input-text.qty,
body.checkout-cart-index .cart.table-wrapper .qty input,
body.checkout-cart-index .cart.table-wrapper input.qty {
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid var(--awa-plp-border-strong);
}

body.checkout-cart-index .cart.table-wrapper input.input-text.qty:focus,
body.checkout-cart-index .cart.table-wrapper input.input-text.qty:focus-visible,
body.checkout-cart-index .cart.table-wrapper .qty input:focus,
body.checkout-cart-index .cart.table-wrapper .qty input:focus-visible,
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);
    box-shadow: var(--awa-plp-focus);
    outline: 0;
}

body.checkout-cart-index .cart-summary > .title,
body.checkout-cart-index .block.discount > .title,
body.checkout-cart-index .cart-container .cart-discount > .title {
    color: #111827;
}

body.checkout-cart-index .checkout-methods-items .action.checkout,
body.checkout-cart-index .checkout-methods-items .action.primary.checkout {
    min-height: 46px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgb(183 51 55 / 14%);
}

body.checkout-cart-index .checkout-methods-items .action.checkout:hover,
body.checkout-cart-index .checkout-methods-items .action.checkout:focus-visible,
body.checkout-cart-index .checkout-methods-items .action.primary.checkout:hover,
body.checkout-cart-index .checkout-methods-items .action.primary.checkout:focus-visible {
    box-shadow: 0 14px 26px rgb(142 38 41 / 16%);
}

body.checkout-cart-index .cart-summary .action.primary,
body.checkout-cart-index #discount-coupon-form .action.apply.primary {
    border-radius: 10px;
}

@media (max-width: 991px) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
        padding: 10px 12px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .center {
        gap: var(--awa-gap-sm) var(--awa-gap-md);
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products {
        margin-top: 8px;
    }
}

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

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .product-grid > li.item-product {
        overflow: visible !important;
    }

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

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

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

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .modes {
        display: inline-flex !important;
        align-items: center;
        margin: 0;
    }

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

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label[data-awa-filter-toggle='true'] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 12px;
        border-radius: 10px;
        border: 1px solid var(--awa-plp-border-strong);
        background: #fff;
        color: var(--awa-plp-text);
        font-weight: 700;
        cursor: pointer;
        user-select: none;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label[data-awa-filter-toggle='true']:focus-visible {
        outline: 0;
        border-color: rgb(183 51 55 / 26%);
        box-shadow: var(--awa-plp-focus);
    }

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

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

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label {
        width: auto;
        margin: 0;
    }

    body.catalog-category-view.awa-plp-filters-collapsed #layered-ajax-filter-block,
    body.catalogsearch-result-index.awa-plp-filters-collapsed #layered-ajax-filter-block,
    body.catalog-category-view.awa-plp-filters-collapsed .block.filter,
    body.catalogsearch-result-index.awa-plp-filters-collapsed .block.filter {
        display: none !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,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-next .action,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-previous .action {
        min-height: 44px;
        min-width: 44px;
        border-radius: 12px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-thumb {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-info {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding-inline: 10px;
        padding-bottom: 10px;
    }

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

    .searchsuite-autocomplete,
    #search_autocomplete .searchsuite-autocomplete {
        width: calc(100vw - 16px) !important;
        left: -8px !important;
        border-radius: 12px;
        max-height: min(72vh, 520px);
    }

    .searchsuite-autocomplete .suggest ul li a,
    .searchsuite-autocomplete .product ul li {
        padding-inline: 10px;
    }

    .searchsuite-autocomplete ul li .qs-option-image {
        width: 72px;
        max-width: 72px;
    }

    .searchsuite-autocomplete ul li .qs-option-info {
        width: calc(100% - 84px);
        padding-left: 10px;
    }

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

@media (prefers-reduced-motion: reduce) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-image-photo,
    :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 .btn-add-to-cart.action.tocart,
    .searchsuite-autocomplete .product ul li {
        transition: none;
    }
}

/* === awa-custom-plp-final-polish.css (merged 2026-03-19) === */
/* AWA PLP Final Polish
   Scope: category + search result pages only.
*/

:is(body.catalog-category-view, body.catalogsearch-result-index) {
    --awa-plp-final-surface: #fff;
    --awa-plp-final-surface-soft: #f7f7f7;
    --awa-plp-final-border: #e5e5e5;
    --awa-plp-final-border-strong: #d9d9d9;
    --awa-plp-final-text: #333;
    --awa-plp-final-muted: #666;
    --awa-plp-final-shadow-sm: 0 6px 16px rgb(15 23 42 / 4%);
    --awa-plp-final-shadow-md: 0 12px 30px rgb(15 23 42 / 8%);
    --awa-plp-final-focus: 0 0 0 3px rgb(183 51 55 / 16%);
    --awa-plp-transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .page-main .columns.layout.layout-2-col.row {
    margin-inline: -8px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .page-main .columns.layout.layout-2-col.row > [class*='col-'] {
    padding-inline: 8px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .page-title-wrapper .page-title {
    color: var(--awa-plp-final-text);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 6px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--awa-gap-md);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--awa-plp-final-border);
    background: var(--awa-plp-final-surface-soft);
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid var(--awa-plp-final-border);
    background: #fff;
    color: #666;
    font-weight: 700;
    text-decoration: none;
}

: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 {
    border-color: rgb(183 51 55 / 34%);
    color: var(--primary-color, #b73337);
    outline: 0;
}

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

:is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
    background: var(--awa-plp-final-surface);
    border: 1px solid var(--awa-plp-final-border);
    border-radius: 16px;
    box-shadow: var(--awa-plp-final-shadow-sm);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .toolbar-amount {
    color: var(--awa-plp-final-muted);
    font-size: 13px;
    font-weight: 600;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options {
    border-color: var(--awa-plp-final-border-strong);
    border-radius: 10px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options:focus,
:is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar-sorter .sorter-options:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options:focus,
:is(body.catalog-category-view, body.catalogsearch-result-index) .field.limiter .limiter-options:focus-visible {
    box-shadow: var(--awa-plp-final-focus);
    outline: 0;
}

: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,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-next .action,
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages-item-previous .action {
    border-color: var(--awa-plp-final-border);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter {
    border-color: var(--awa-plp-final-border);
    box-shadow: var(--awa-plp-final-shadow-sm);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) #layered-ajax-filter-block .block-content,
:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter .block-content {
    padding-bottom: 8px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter .block-subtitle.filter-subtitle {
    margin: 0;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter .block-title.filter-title {
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter .block-title.filter-title strong {
    display: inline-flex;
    align-items: center;
    gap: var(--awa-gap-sm);
    min-height: 44px;
    color: var(--awa-plp-final-text);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-title {
    color: var(--awa-plp-final-text);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content a {
    color: #333;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content .count {
    background: #f7f7f7;
    color: #666;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .search.results .message.notice {
    margin-bottom: 12px;
    color: #333;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-current,
:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-actions {
    margin-inline: 12px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-current .item a,
:is(body.catalog-category-view, body.catalogsearch-result-index) .filter-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--awa-plp-final-border);
    background: #fff;
    color: #333;
    text-decoration: none;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) #layered_ajax_overlay {
    background: rgb(255 255 255 / 66%);
    backdrop-filter: blur(1px);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) #layered_ajax_overlay > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: 52px;
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--awa-plp-final-border);
    background: #fff;
    box-shadow: var(--awa-plp-final-shadow-sm);
}

: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 {
    border-color: var(--awa-plp-final-border);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-thumb .product-image-wrapper {
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-thumb .product-image-photo {
    object-fit: contain;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-thumb .product-image-photo[src*="/placeholder/"] {
    opacity: 0.85;
    filter: saturate(0.72);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .hot-onsale .onsale,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .icon-sale.icon-product {
    border-radius: 999px;
    border: 1px solid rgb(183 51 55 / 25%);
    background: rgb(183 51 55 / 10%);
    color: var(--primary-color, #b73337);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.01em;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .actions-secondary .quickview-link {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--awa-plp-final-border);
    background: #fff;
    box-shadow: 0 4px 14px rgb(15 23 42 / 8%);
    transition: border-color var(--awa-plp-transition), box-shadow var(--awa-plp-transition), transform var(--awa-plp-transition);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .actions-secondary .quickview-link:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .actions-secondary .quickview-link:focus-visible {
    border-color: rgb(183 51 55 / 34%);
    box-shadow: 0 8px 20px rgb(183 51 55 / 14%);
    transform: scale(1.05);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product > .product-info {
    display: flex;
    flex-direction: column;
    gap: var(--awa-gap-sm);
    padding-bottom: 12px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:hover > .product-info,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:focus-within > .product-info {
    box-shadow: var(--awa-plp-final-shadow-md);
    transform: translateY(-2px);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-name {
    margin-bottom: 2px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link {
    color: var(--awa-plp-final-text) !important;
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

: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 .info-price {
    min-height: 48px;
    align-items: flex-start;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-rating .reviews-actions .action.add,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-rating .reviews-actions .action.view {
    font-size: 12px;
    color: #64748b;
}

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

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .special-price .price,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .price {
    font-weight: 800;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-info-cart {
    margin-top: auto;
    padding-top: 2px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart {
    min-height: 44px;
    width: 100%;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color var(--awa-plp-transition), box-shadow var(--awa-plp-transition), transform var(--awa-plp-transition);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart:hover {
    box-shadow: 0 6px 16px rgb(183 51 55 / 18%);
    transform: translateY(-1px);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart:focus-visible {
    box-shadow: var(--awa-plp-final-focus);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .b2b-login-to-buy-btn.b2b--listing {
    min-height: 44px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .b2b-login-to-buy-btn.b2b--listing:focus-visible {
    box-shadow: var(--awa-plp-final-focus);
    outline: 0;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .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;
    border: 1px solid rgb(183 51 55 / 18%);
    background: rgb(183 51 55 / 7%);
    color: var(--primary-color, #b73337);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .b2b-login-to-see-price::before {
    content: "\f023";
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
    line-height: 1;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product {
    border: 1px solid var(--awa-plp-final-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--awa-plp-final-shadow-sm);
    overflow: clip;
    transition: box-shadow var(--awa-plp-transition), border-color var(--awa-plp-transition);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product:hover {
    border-color: rgb(183 51 55 / 12%);
    box-shadow: var(--awa-plp-final-shadow-md);
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product .product-info,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product .product-info {
    padding: 12px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product .product-item-link,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product .product-item-link {
    color: var(--awa-plp-final-text) !important;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product .product-item-link:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product .product-item-link:focus-visible,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product .product-item-link:hover,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .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.list.products-list .item-product .btn-add-to-cart.action.tocart,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product .btn-add-to-cart.action.tocart,
:is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product .b2b-login-to-buy-btn.b2b--listing,
:is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product .b2b-login-to-buy-btn.b2b--listing {
    min-height: 42px;
    border-radius: 10px;
}

:is(body.catalog-category-view, body.catalogsearch-result-index) .message.notice,
:is(body.catalog-category-view, body.catalogsearch-result-index) .message.info,
:is(body.catalog-category-view, body.catalogsearch-result-index) .message.warning {
    border-radius: 12px;
    border: 1px solid var(--awa-plp-final-border);
    background: var(--awa-plp-final-surface);
    box-shadow: var(--awa-plp-final-shadow-sm);
    padding: 12px 14px;
}

@media (max-width: 991px) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-main .columns.layout.layout-2-col.row {
        margin-inline: -6px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .page-main .columns.layout.layout-2-col.row > [class*='col-'] {
        padding-inline: 6px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
        border-radius: 12px;
        padding: 10px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .toolbar-amount {
        width: 100%;
    }
}

@media (max-width: 767px) {
    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products .center {
        gap: var(--awa-gap-sm);
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .toolbar .modes .modes-label {
        min-height: 30px;
        padding-inline: 10px;
        font-size: 11px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .shop-tab-select .toolbar.toolbar-products {
        border-radius: 10px;
        padding: 9px;
        position: sticky;
        top: var(--awa-plp-toolbar-top-offset, calc(env(safe-area-inset-top, 0px) + 6px));
        z-index: 18;
        box-shadow: 0 10px 24px rgb(15 23 42 / 12%);
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .block.filter {
        border-radius: 10px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .filter-options-content {
        padding-inline: 12px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .product-item-link {
        min-height: calc(1.3em * 2);
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .btn-add-to-cart.action.tocart {
        min-height: 42px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product .actions-secondary .quickview-link {
        width: 44px;
        height: 44px;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.list.products-list .item-product,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .products-list .item-product {
        border-radius: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :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) .toolbar .modes .modes-mode,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .grid-mode-show-type-products a {
        transition: none;
    }

    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:hover > .product-info,
    :is(body.catalog-category-view, body.catalogsearch-result-index) .wrapper.grid.products-grid .item-product:focus-within > .product-info {
        transform: none;
    }
}

/* Content Visibility — defer render work for below-fold pagination */
:is(body.catalog-category-view, body.catalogsearch-result-index) .pages {
    content-visibility: auto;
    contain-intrinsic-size: auto 80px;
}

/* === 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: DISABLED — superseded by 3-column grid in header.phtml inline CSS
   (toggle | logo | cart row + search row). The old 2-column layout conflicts with the
   new display:contents strategy. See header.phtml @layer awa-core.awa-fixes block. */
/*
@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;
    }
}
