/**
 * Autonomous Storefront Operations v1.12.0.
 * Route-specific only; cart/checkout ownership is not modified.
 */
.retail-storefront-operations-ready [data-ref-storefront-operations="category-hero"]{
    position:relative;
}
.retail-storefront-operations-ready [data-ref-storefront-operations="category-hero"]::after{
    content:"";
    position:absolute;
    inset:auto 18px 18px auto;
    width:8px;
    height:8px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    box-shadow:0 0 0 6px rgba(255,255,255,.12);
    pointer-events:none;
}

.ref-v2170-search-recovery{
    margin:clamp(32px,5vw,72px) 0 0;
    padding:clamp(24px,4vw,48px);
    border-radius:var(--retail-studio-radius,22px);
    background:linear-gradient(145deg,#fff 0%,var(--retail-primary-soft,#efeffa) 100%);
    border:1px solid rgba(18,20,52,.09);
    box-shadow:0 20px 60px rgba(15,17,48,.08);
}
.ref-v2170-search-recovery__heading{
    max-width:720px;
    margin:0 0 28px;
}
.ref-v2170-search-recovery__heading span,
.ref-v2170-product-facts__heading span{
    display:block;
    margin:0 0 8px;
    color:var(--retail-primary,#2023a9);
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.13em;
}
.ref-v2170-search-recovery__heading h2,
.ref-v2170-product-facts__heading h2{
    margin:0 0 10px;
    font-size:clamp(1.8rem,3vw,3rem);
}
.ref-v2170-search-recovery__heading p{
    margin:0;
    color:rgba(23,25,41,.74);
}

.ref-v2170-product-facts{
    clear:both;
    margin:24px 0 10px;
    padding:22px;
    border-radius:20px;
    background:linear-gradient(145deg,#fff 0%,var(--retail-primary-soft,#efeffa) 100%);
    border:1px solid rgba(18,20,52,.09);
}
.ref-v2170-product-facts__heading h2{
    font-size:clamp(1.35rem,2vw,1.85rem);
}
.ref-v2170-product-facts__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:18px 0 0;
}
.ref-v2170-product-facts__grid>div{
    display:grid;
    gap:3px;
    min-width:0;
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.78);
}
.ref-v2170-product-facts__grid dt{
    color:rgba(23,25,41,.58);
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.ref-v2170-product-facts__grid dd{
    margin:0;
    overflow-wrap:anywhere;
    color:var(--retail-ink,#171929);
    font-size:.92rem;
    font-weight:700;
}
.ref-v2170-product-facts__note{
    margin:16px 0 0;
    color:rgba(23,25,41,.66);
    font-size:.84rem;
}

.ref-v2170-hidden-product{
    display:none!important;
}
.ref-v2170-journey-ready ul.products{
    transition:opacity .18s ease;
}
.ref-v2170-journey-ready ul.products>li.product{
    order:var(--ref-v2170-order,0);
}

@media(max-width:767px){
    .ref-v2170-product-facts__grid{
        grid-template-columns:1fr;
    }
    .ref-v2170-search-recovery{
        padding:22px 16px;
    }
}
