/* ==========================================================
   BDA PLP LIGHT SYSTEM
   Compact category commerce inheriting "La luz talla la joya"
   BDA SHOWROOM COMPACT PLP PASS
   ========================================================== */

.bda-plp-shell {
    --bda-plp-forest: #0d4037;
    --bda-plp-forest-dark: #082f29;
    --bda-plp-pearl: #f7f6f3;
    --bda-plp-white: #ffffff;
    --bda-plp-ink: #12231f;
    --bda-plp-copy: #435550;
    --bda-plp-silver: #c7cecc;
    --bda-plp-silver-soft: #e8ebe8;
    --bda-plp-gold: #c79a4a;
    --bda-plp-line: rgba(13, 64, 55, 0.17);
    --bda-plp-light-x: 64%;
    --bda-plp-light-y: 38%;
    --bda-plp-light-strength: 0.62;
    position: relative;
    overflow: clip;
    padding-block: 1.5rem 5rem;
    background: var(--bda-plp-pearl);
    color: var(--bda-plp-ink);
    isolation: isolate;
}

.bda-plp-shell,
.bda-plp-shell * {
    box-sizing: border-box;
}

.bda-plp-shell > .bda-container {
    max-width: 84rem;
}

.bda-plp-shell img,
.bda-plp-shell svg {
    display: block;
    max-width: 100%;
}

.bda-plp-shell h1,
.bda-plp-shell h2,
.bda-plp-shell p,
.bda-plp-shell ul {
    margin: 0;
}

.bda-plp-shell a:not(.bda-editorial-cta) {
    color: inherit;
}

/* Compact photographic header */

.bda-plp-header {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 19rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    overflow: hidden;
    border-radius: 2px;
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
}

.bda-plp-header::before {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: var(--bda-plp-gold);
    content: '';
}

.bda-plp-header-copy-shell {
    position: relative;
    z-index: 5;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.bda-plp-header-topline {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bda-plp-header-eyebrow,
.bda-plp-header-note-label {
    color: var(--bda-plp-gold);
    font-family: var(--bda-font-sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.bda-plp-header-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    border-bottom: 1px solid rgba(247, 246, 243, 0.56);
    color: var(--bda-plp-pearl);
    font-family: var(--bda-font-sans);
    font-size: 0.74rem;
    font-weight: 650;
    letter-spacing: 0;
    text-decoration: none;
}

.bda-plp-header-content {
    max-width: 42rem;
    margin-top: 1.15rem;
}

.bda-plp-header-title {
    color: var(--bda-plp-pearl);
    font-family: var(--bda-font-display);
    font-size: 3.6rem;
    font-weight: 440;
    letter-spacing: 0;
    line-height: 0.98;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.bda-plp-header-copy {
    max-width: 58ch;
    margin-top: 0.9rem !important;
    color: rgba(247, 246, 243, 0.84);
    font-family: var(--bda-font-sans);
    font-size: 0.94rem;
    line-height: 1.55;
    text-wrap: pretty;
}

.bda-plp-header-note {
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.15rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(247, 246, 243, 0.18);
    font-family: var(--bda-font-sans);
}

.bda-plp-header-note strong {
    color: var(--bda-plp-white);
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    white-space: nowrap;
}

.bda-plp-header-note p {
    color: rgba(247, 246, 243, 0.7);
    font-size: 0.76rem;
    line-height: 1.35;
}

.bda-plp-header-extension {
    width: min(100%, 34rem);
    margin-top: 1.1rem;
}

.bda-product-search-form--plp {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
}

.bda-product-search-form--plp .bda-product-search-field,
.bda-product-search-form--plp .bda-product-search-button:not(.bda-editorial-cta) {
    min-width: 0;
    min-height: 2.75rem;
    border-radius: 2px;
    font-family: var(--bda-font-sans);
    letter-spacing: 0;
}

.bda-product-search-form--plp .bda-product-search-field {
    width: 100%;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(247, 246, 243, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: var(--bda-plp-white);
    font-size: 0.82rem;
    outline: 0;
}

.bda-product-search-form--plp .bda-product-search-field::placeholder {
    color: rgba(247, 246, 243, 0.68);
}

.bda-product-search-form--plp .bda-product-search-field:focus {
    border-color: var(--bda-plp-gold);
    box-shadow: 0 0 0 2px rgba(199, 154, 74, 0.18);
}

.bda-product-search-form--plp .bda-product-search-button:not(.bda-editorial-cta) {
    padding-inline: 1rem;
    border: 1px solid var(--bda-plp-pearl);
    background: var(--bda-plp-pearl);
    color: var(--bda-plp-forest);
    cursor: pointer;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bda-product-search-form--plp .bda-product-search-button:not(.bda-editorial-cta):active {
    transform: scale(0.98);
}

.bda-plp-header-media {
    --bda-ray-alpha: 0.42;
    position: relative;
    min-width: 0;
    min-height: 19rem;
    overflow: hidden;
    background: #dfe3e0;
    isolation: isolate;
}

.bda-plp-header-image {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bda-plp-header-glow {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: radial-gradient(
        circle 5.5rem at var(--bda-plp-light-x) var(--bda-plp-light-y),
        rgba(255, 252, 232, calc(0.7 * var(--bda-plp-light-strength))) 0,
        rgba(255, 238, 180, calc(0.2 * var(--bda-plp-light-strength))) 34%,
        rgba(255, 255, 255, 0) 72%
    );
    mix-blend-mode: screen;
    pointer-events: none;
}

.bda-plp-light-system {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: min(82%, 22rem);
    aspect-ratio: 1;
    overflow: visible;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.bda-plp-light-system line {
    --bda-ray-alpha: 0.42;
    opacity: var(--bda-ray-alpha);
    stroke: rgba(255, 248, 218, 0.92);
    stroke-linecap: round;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    transition: opacity 160ms ease;
}

.bda-plp-light-orbit {
    fill: none;
    opacity: 0.52;
    stroke: rgba(199, 154, 74, 0.82);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.bda-plp-light-focus {
    fill: rgba(255, 246, 204, 0.88);
    filter: drop-shadow(0 0 5px rgba(255, 231, 143, 0.72));
}

/* Tactile category navigation */

.bda-filters {
    display: grid;
    grid-auto-columns: minmax(8.5rem, 1fr);
    grid-auto-flow: column;
    margin-top: 0.65rem;
    overflow-x: auto;
    border-top: 1px solid var(--bda-plp-line);
    border-bottom: 1px solid var(--bda-plp-line);
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-color: var(--bda-plp-gold) transparent;
    scrollbar-width: thin;
    touch-action: pan-x;
}

.bda-filters::-webkit-scrollbar {
    height: 3px;
}

.bda-filters::-webkit-scrollbar-thumb {
    background: var(--bda-plp-gold);
}

.bda-filter-btn {
    --bda-filter-surface: #eef1ee;
    --bda-filter-flair: var(--bda-plp-forest);
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 4.25rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.85rem;
    border-right: 1px solid var(--bda-plp-line);
    background: var(--bda-filter-surface);
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    scroll-snap-align: start;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 160ms ease;
}

.bda-filter-btn:nth-child(even) {
    --bda-filter-surface: #f7f6f3;
}

.bda-filter-btn > :not(.bda-filter-flair) {
    position: relative;
    z-index: 1;
}

.bda-filter-flair {
    position: absolute;
    z-index: 0;
    display: block;
    border-radius: 50%;
    background: var(--bda-filter-flair);
    transform: scale(0);
    transform-origin: 50% 50%;
    pointer-events: none;
    will-change: transform;
}

.bda-filter-btn::after {
    position: absolute;
    right: 0.8rem;
    bottom: 0;
    left: 0.8rem;
    z-index: 2;
    height: 2px;
    background: transparent;
    content: '';
}

.bda-plp-shell .bda-filter-btn.is-active,
.bda-plp-shell .bda-filter-btn[aria-current='page'] {
    --bda-filter-flair: var(--bda-plp-forest-dark);
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
}

.bda-filter-btn.is-active::after,
.bda-filter-btn[aria-current='page']::after {
    background: var(--bda-plp-gold);
}

.bda-plp-shell .bda-filter-btn.is-flair-active {
    color: var(--bda-plp-white);
}

.bda-filter-btn:focus-visible {
    z-index: 3;
    outline: 3px solid rgba(199, 154, 74, 0.72);
    outline-offset: -3px;
}

.bda-filter-btn:active {
    transform: scale(0.98);
}

.bda-filter-index,
.bda-filter-count {
    font-size: 0.66rem;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
    opacity: 0.7;
}

.bda-filter-label {
    min-width: 0;
    overflow: hidden;
    font-size: 0.82rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Notices and archive controls remain native Woo output. */

.bda-plp-shell .woocommerce-notices-wrapper {
    margin-top: 1rem;
}

.bda-plp-shell .woocommerce-message,
.bda-plp-shell .woocommerce-info,
.bda-plp-shell .woocommerce-error {
    position: relative;
    margin: 1rem 0 0;
    padding: 1rem 1rem 1rem 1.25rem;
    border: 1px solid var(--bda-plp-line);
    border-left: 3px solid var(--bda-plp-forest);
    border-radius: 2px;
    background: var(--bda-plp-white);
    color: var(--bda-plp-ink);
    font-family: var(--bda-font-sans);
    font-size: 0.86rem;
    line-height: 1.5;
    list-style: none;
}

.bda-plp-shell .woocommerce-error {
    border-left-color: var(--bda-error);
}

.bda-plp-shell .woocommerce-message::before,
.bda-plp-shell .woocommerce-info::before,
.bda-plp-shell .woocommerce-error::before {
    display: none;
}

.bda-plp-shell .woocommerce-message a,
.bda-plp-shell .woocommerce-info a,
.bda-plp-shell .woocommerce-error a {
    font-weight: 700;
    text-underline-offset: 0.18em;
}

.bda-plp-toolbar {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-block: 1.35rem 1.5rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--bda-plp-line);
}

.bda-plp-count,
.bda-plp-count .woocommerce-result-count {
    margin: 0;
    color: var(--bda-plp-copy);
    font-family: var(--bda-font-sans);
    font-size: 0.8rem;
    line-height: 1.4;
}

.bda-plp-sort,
.bda-plp-sort .woocommerce-ordering {
    min-width: 0;
    margin: 0;
}

.bda-plp-sort select {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.5rem 2.3rem 0.5rem 0.8rem;
    border: 1px solid var(--bda-plp-line);
    border-radius: 2px;
    background-color: var(--bda-plp-white);
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0;
}

/* Stable product grid */

.bda-plp-shell ul.products,
.bda-plp-shell .products {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bda-plp-shell ul.products::before,
.bda-plp-shell ul.products::after,
.bda-plp-shell .products::before,
.bda-plp-shell .products::after {
    display: none;
    content: none;
}

body.bda-storefront .bda-plp-shell ul.products li.product.bda-plp-card {
    position: relative;
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 100%;
    flex: none;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bda-plp-ink);
}

.bda-plp-card-link {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    color: var(--bda-plp-ink);
    text-decoration: none;
}

.bda-plp-card-index {
    position: absolute;
    z-index: 6;
    top: 0.7rem;
    left: 0.7rem;
    display: grid;
    min-width: 1.8rem;
    min-height: 1.8rem;
    place-items: center;
    border: 1px solid rgba(13, 64, 55, 0.2);
    border-radius: 50%;
    background: rgba(247, 246, 243, 0.88);
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    font-size: 0.62rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.bda-plp-card-img {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2px;
    background: var(--bda-plp-silver-soft);
    isolation: isolate;
}

.bda-plp-card-img img.bda-img-primary,
.bda-plp-card-img img.bda-img-secondary {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition:
        opacity 360ms ease,
        transform 520ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bda-plp-card-img img.bda-img-primary {
    z-index: 1;
    opacity: 1;
}

.bda-plp-card-img img.bda-img-secondary {
    z-index: 2;
    opacity: 0;
}

.bda-plp-card-sheen {
    position: absolute;
    z-index: 3;
    top: -20%;
    bottom: -20%;
    left: -42%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 247, 214, 0.64), transparent);
    filter: blur(5px);
    opacity: 0;
    transform: rotate(15deg);
    pointer-events: none;
}

.bda-plp-badge {
    position: absolute;
    z-index: 7;
    top: 0.7rem;
    right: 0.7rem;
    display: inline-flex;
    min-height: 1.8rem;
    align-items: center;
    padding-inline: 0.6rem;
    border-radius: 2px;
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
    font-family: var(--bda-font-sans);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bda-plp-badge--sale {
    background: var(--bda-plp-gold);
    color: var(--bda-plp-forest-dark);
}

.bda-plp-card-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: 0.8rem;
}

.bda-plp-card-kicker {
    min-width: 0;
    overflow: hidden;
    color: var(--bda-plp-copy);
    font-family: var(--bda-font-sans);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.3;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.bda-plp-card-title {
    display: -webkit-box;
    min-width: 0;
    min-height: 2.35em;
    margin-top: 0.35rem;
    overflow: hidden;
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-display);
    font-size: 1.2rem;
    font-weight: 480;
    letter-spacing: 0;
    line-height: 1.18;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bda-plp-card-attribute-row {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 0.25rem 0.65rem;
    margin-top: 0.5rem;
    color: var(--bda-plp-copy);
    font-family: var(--bda-font-sans);
    font-size: 0.7rem;
    line-height: 1.35;
}

.bda-plp-card-attribute-row span {
    position: relative;
    min-width: 0;
}

.bda-plp-card-attribute-row span + span::before {
    position: absolute;
    top: 50%;
    left: -0.4rem;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--bda-plp-gold);
    content: '';
    transform: translateY(-50%);
}

.bda-plp-card-footer {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.6rem;
    margin-top: auto;
    padding-top: 0.7rem;
}

.bda-plp-card-price,
.bda-plp-card-price .amount {
    color: var(--bda-plp-ink);
    font-family: var(--bda-font-sans);
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
    font-weight: 780;
    letter-spacing: 0;
    line-height: 1.25;
}

.bda-plp-card-price ins {
    text-decoration: none;
}

.bda-plp-card-price del {
    margin-right: 0.25rem;
    opacity: 0.52;
}

.bda-plp-card-actions {
    display: grid;
    min-width: 0;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta.bda-plp-card-action:not(.bda-editorial-cta) {
    --bda-pill-accent: var(--bda-plp-forest);
    --bda-pill-bubble: 2.65rem;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.3rem 0.3rem 0.3rem 0.85rem;
    overflow: hidden;
    border: 1px solid var(--bda-plp-forest);
    border-radius: 2px;
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
    box-shadow: none;
    font-family: var(--bda-font-sans);
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta.bda-plp-card-action:not(.bda-editorial-cta)::before {
    display: none;
    clip-path: none;
    content: none;
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta--secondary.bda-plp-card-action:not(.bda-editorial-cta) {
    background: transparent;
    color: var(--bda-plp-forest);
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta:not(.bda-editorial-cta) .bda-pill-cta-label {
    min-width: 0;
    overflow: hidden;
    color: currentColor;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta:not(.bda-editorial-cta) .bda-pill-cta-icon {
    display: grid;
    flex: 0 0 2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border-radius: 50%;
    background: var(--bda-plp-white);
    color: var(--bda-plp-forest);
    font-size: 0.78rem;
}

body.bda-storefront .bda-plp-card-actions .bda-pill-cta--secondary:not(.bda-editorial-cta) .bda-pill-cta-icon {
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
}

.bda-plp-card-actions .bda-plp-card-action.loading {
    cursor: progress;
    opacity: 0.7;
}

.bda-plp-card-actions .bda-plp-card-action.added,
.bda-plp-card.is-added .bda-plp-card-action {
    border-color: var(--bda-plp-gold);
}

.bda-plp-card-actions .added_to_cart,
.bda-plp-card-actions .added_to_cart.wc-forward {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bda-plp-gold);
    border-radius: 2px;
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

/* Pagination and empty state */

.bda-plp-pagination {
    margin-top: 3.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--bda-plp-line);
}

.bda-plp-pagination .woocommerce-pagination,
.bda-plp-pagination .page-numbers {
    margin: 0;
}

.bda-plp-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0;
    border: 0;
    list-style: none;
}

.bda-plp-pagination .page-numbers li {
    margin: 0;
    border: 0;
}

.bda-plp-pagination .page-numbers a,
.bda-plp-pagination .page-numbers span {
    display: grid;
    min-width: 2.75rem;
    min-height: 2.75rem;
    place-items: center;
    border: 1px solid var(--bda-plp-line);
    border-radius: 2px;
    background: transparent;
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.bda-plp-pagination .page-numbers .current {
    border-color: var(--bda-plp-forest);
    background: var(--bda-plp-forest);
    color: var(--bda-plp-white);
}

.bda-plp-empty {
    display: grid;
    max-width: 42rem;
    min-height: 20rem;
    align-content: center;
    justify-items: start;
    margin: 2rem auto 0;
    padding: 2rem;
    border-top: 1px solid var(--bda-plp-line);
    border-bottom: 1px solid var(--bda-plp-line);
}

.bda-plp-empty-icon {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--bda-plp-gold);
    border-radius: 50%;
    background: repeating-conic-gradient(from 0deg, var(--bda-plp-gold) 0 1deg, transparent 1deg 22.5deg);
}

.bda-plp-empty h2 {
    margin-top: 1.4rem;
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-display);
    font-size: 2rem;
    font-weight: 480;
    letter-spacing: 0;
    line-height: 1.1;
}

.bda-plp-empty p {
    max-width: 52ch;
    margin-top: 0.75rem;
    color: var(--bda-plp-copy);
    font-family: var(--bda-font-sans);
    font-size: 0.9rem;
    line-height: 1.6;
}

.bda-plp-empty-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    margin-top: 1.25rem;
    border-bottom: 1px solid var(--bda-plp-gold);
    color: var(--bda-plp-forest);
    font-family: var(--bda-font-sans);
    font-size: 0.75rem;
    font-weight: 750;
    text-decoration: none;
    text-transform: uppercase;
}

/* Pointer, hover and keyboard feedback */

.bda-plp-shell :focus-visible {
    outline: 2px solid var(--bda-plp-gold);
    outline-offset: 3px;
}

.bda-plp-card-link:focus-visible {
    outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
    .bda-plp-header-link:hover,
    .bda-plp-empty-link:hover {
        border-color: var(--bda-plp-white);
    }

    html:not(.bda-plp-filter-motion-ready) .bda-filter-btn:hover {
        background: rgba(13, 64, 55, 0.07);
    }

    html:not(.bda-plp-filter-motion-ready) .bda-filter-btn.is-active:hover,
    html:not(.bda-plp-filter-motion-ready) .bda-filter-btn[aria-current='page']:hover {
        background: var(--bda-plp-forest-dark);
    }

    .bda-plp-card--has-secondary-image .bda-plp-card-link:hover .bda-img-primary,
    .bda-plp-card--has-secondary-image .bda-plp-card-link:focus-visible .bda-img-primary {
        opacity: 0;
    }

    .bda-plp-card--has-secondary-image .bda-plp-card-link:hover .bda-img-secondary,
    .bda-plp-card--has-secondary-image .bda-plp-card-link:focus-visible .bda-img-secondary {
        opacity: 1;
        transform: scale(1.025);
    }

    .bda-plp-card:not(.bda-plp-card--has-secondary-image) .bda-plp-card-link:hover .bda-img-primary,
    .bda-plp-card:not(.bda-plp-card--has-secondary-image) .bda-plp-card-link:focus-visible .bda-img-primary {
        transform: scale(1.025);
    }

    .bda-plp-card-link:hover .bda-plp-card-sheen,
    .bda-plp-card-link:focus-visible .bda-plp-card-sheen {
        opacity: 0.78;
        animation: bda-plp-sheen 720ms cubic-bezier(0.23, 1, 0.32, 1) both;
    }

    body.bda-storefront .bda-plp-card-actions .bda-pill-cta.bda-plp-card-action:not(.bda-editorial-cta):hover,
    body.bda-storefront .bda-plp-card-actions .bda-pill-cta.bda-plp-card-action:not(.bda-editorial-cta):focus-visible {
        border-color: var(--bda-plp-gold);
        box-shadow: none;
        transform: translateY(-1px);
    }

    body.bda-storefront .bda-plp-card-actions .bda-pill-cta--secondary.bda-plp-card-action:not(.bda-editorial-cta):hover,
    body.bda-storefront .bda-plp-card-actions .bda-pill-cta--secondary.bda-plp-card-action:not(.bda-editorial-cta):focus-visible {
        background: var(--bda-plp-forest);
        color: var(--bda-plp-white);
    }

    .bda-plp-pagination .page-numbers a:hover {
        border-color: var(--bda-plp-forest);
        background: var(--bda-plp-forest);
        color: var(--bda-plp-white);
    }
}

@keyframes bda-plp-sheen {
    from {
        left: -42%;
    }
    to {
        left: 124%;
    }
}

/* Tablet */

@media (min-width: 640px) {
    .bda-plp-shell ul.products,
    .bda-plp-shell .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.8rem 1.25rem;
    }
}

@media (min-width: 768px) {
    .bda-plp-shell {
        padding-block: 2rem 6rem;
    }

    .bda-plp-header-copy-shell {
        padding: 2.25rem;
    }

    .bda-plp-header-title {
        font-size: 3rem;
    }
}

/* Desktop */

@media (min-width: 1024px) {
    .bda-plp-header {
        min-height: 20rem;
    }

    .bda-plp-header-copy-shell {
        padding: 2.5rem 3rem;
    }

    .bda-plp-header-title {
        font-size: 3.6rem;
    }

    .bda-plp-header-media {
        min-height: 20rem;
    }

    .bda-filters {
        grid-auto-flow: initial;
        grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
    }

    .bda-plp-shell ul.products,
    .bda-plp-shell .products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 3.2rem 1.5rem;
    }
}

/* Mobile commerce density */

@media (max-width: 767px) {
    .bda-plp-shell {
        padding-block: 0.9rem 4rem;
    }

    .bda-plp-header {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .bda-plp-header-copy-shell {
        padding: 1.25rem;
    }

    .bda-plp-header-title {
        font-size: 2.35rem;
        line-height: 1;
    }

    .bda-plp-header-copy {
        display: -webkit-box;
        overflow: hidden;
        font-size: 0.84rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .bda-plp-header-note {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.9rem;
        padding-top: 0.6rem;
    }

    .bda-plp-header-note p {
        margin-left: auto;
        text-align: right;
    }

    .bda-plp-header-extension {
        margin-top: 0.75rem;
    }

    .bda-plp-header-media {
        min-height: 8rem;
        border-top: 1px solid rgba(247, 246, 243, 0.16);
    }

    .bda-plp-header-image {
        object-position: center 42%;
    }

    .bda-plp-light-system {
        left: 68%;
        width: 10rem;
    }

    .bda-filters {
        grid-auto-columns: initial;
        grid-auto-flow: row;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 0.5rem;
        overflow-x: visible;
        overscroll-behavior-inline: auto;
        scroll-snap-type: none;
        touch-action: auto;
    }

    .bda-filter-btn {
        min-height: 3.5rem;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.35rem;
        padding: 0.55rem 0.65rem;
        border-bottom: 1px solid var(--bda-plp-line);
        scroll-snap-align: none;
    }

    .bda-filter-index {
        display: none;
    }

    .bda-filter-count {
        font-size: 0.6rem;
    }

    .bda-plp-toolbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.65rem;
        margin-block: 1rem 1.25rem;
    }

    .bda-plp-sort select {
        min-height: 2.85rem;
    }

    .bda-plp-card-title {
        font-size: 1.05rem;
    }

    .bda-plp-card-attribute-row {
        font-size: 0.67rem;
    }

    .bda-plp-card-actions .bda-plp-card-action:not(.bda-editorial-cta),
    .bda-plp-card-actions .added_to_cart {
        min-height: 2.85rem;
    }
}

@media (max-width: 390px) {
    .bda-plp-shell > .bda-container {
        padding-inline: 0.875rem;
    }

    .bda-plp-header-copy-shell {
        padding: 1rem;
    }

    .bda-plp-header-topline {
        gap: 0.65rem;
    }

    .bda-plp-header-eyebrow,
    .bda-plp-header-link {
        font-size: 0.66rem;
    }

    .bda-plp-header-title {
        font-size: 2.1rem;
    }

    .bda-plp-header-copy {
        margin-top: 0.65rem !important;
    }

    .bda-plp-header-note {
        min-height: 2rem;
        gap: 0.45rem;
    }

    .bda-plp-header-note-label,
    .bda-plp-header-note p {
        display: none;
    }

    .bda-product-search-form--plp .bda-product-search-field {
        padding-inline: 0.65rem;
    }

    .bda-product-search-form--plp .bda-product-search-button:not(.bda-editorial-cta) {
        padding-inline: 0.75rem;
        font-size: 0.68rem;
    }

    .bda-plp-header-media {
        min-height: 7.5rem;
    }

    .bda-filter-btn {
        gap: 0.4rem;
        padding-inline: 0.55rem;
    }

    .bda-filter-label {
        font-size: 0.76rem;
    }

    .bda-plp-shell ul.products,
    .bda-plp-shell .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 0.7rem;
    }

    .bda-plp-card-index {
        top: 0.5rem;
        left: 0.5rem;
        min-width: 1.6rem;
        min-height: 1.6rem;
        font-size: 0.56rem;
    }

    .bda-plp-badge {
        top: 0.5rem;
        right: 0.5rem;
        min-height: 1.6rem;
        padding-inline: 0.45rem;
        font-size: 0.58rem;
    }

    .bda-plp-card-copy {
        padding-top: 0.65rem;
    }

    .bda-plp-card-kicker {
        font-size: 0.64rem;
    }

    .bda-plp-card-title {
        min-height: 2.4em;
        font-size: 0.98rem;
        line-height: 1.2;
    }

    .bda-plp-card-attribute-row {
        display: block;
        margin-top: 0.4rem;
        overflow: hidden;
        font-size: 0.64rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bda-plp-card-attribute-row span + span {
        display: none;
    }

    .bda-plp-card-price,
    .bda-plp-card-price .amount {
        font-size: 0.88rem;
    }

    body.bda-storefront .bda-plp-card-actions .bda-pill-cta.bda-plp-card-action:not(.bda-editorial-cta) {
        min-height: 2.75rem;
        padding-left: 0.65rem;
    }

    body.bda-storefront .bda-plp-card-actions .bda-pill-cta:not(.bda-editorial-cta) .bda-pill-cta-label,
    .bda-plp-card-actions .added_to_cart {
        font-size: 0.64rem;
    }

    body.bda-storefront .bda-plp-card-actions .bda-pill-cta:not(.bda-editorial-cta) .bda-pill-cta-icon {
        flex-basis: 1.95rem;
        width: 1.95rem;
        height: 1.95rem;
    }
}

@media (max-width: 340px) {
    .bda-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bda-plp-shell ul.products,
    .bda-plp-shell .products {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Static and reduced-motion output */

.bda-plp-static .bda-plp-header-glow {
    --bda-plp-light-x: 64%;
    --bda-plp-light-y: 38%;
    --bda-plp-light-strength: 0.48;
}

@media (prefers-reduced-motion: reduce) {
    .bda-plp-shell,
    .bda-plp-shell *,
    .bda-plp-shell *::before,
    .bda-plp-shell *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .bda-plp-light-system line {
        opacity: 0.4 !important;
    }

    .bda-plp-card-img img.bda-img-primary {
        opacity: 1 !important;
        transform: none !important;
    }

    .bda-plp-card-img img.bda-img-secondary,
    .bda-plp-card-sheen {
        opacity: 0 !important;
        transform: none !important;
    }

    .bda-filter-btn:active,
    .bda-product-search-form--plp .bda-product-search-button:not(.bda-editorial-cta):active,
    body.bda-storefront .bda-plp-card-actions .bda-plp-card-action {
        transform: none !important;
    }

    .bda-filter-flair {
        display: none !important;
    }
}
