/* Native category-page blue, shared across product cards. */
html body.adria-site #main#main ul.products li.product,
html body.adria-site #main#main ul.products li.product:hover,
html body.adria-site #main#main ul.products li.product:focus-within {
 background:linear-gradient(145deg,rgba(191,225,255,.88) 0%,rgba(218,240,255,.90) 58%,rgba(243,250,255,.84) 100%)!important;
}
html body.adria-site #main#main ul.products li.product.adria-pdp-related-card .adria-pdp-related-card__body { background:transparent!important; }
/* Filtering must win over mobile grid declarations in later card modules. */
html body.adria-site.adria-shop-catalog-preview #main#main ul.products > li.product[hidden] { display:none!important; }
.adria-shop-category-heading { margin:0 0 10px!important;font-size:14px!important;line-height:1.4!important;font-weight:650!important;letter-spacing:0!important;color:#40516a!important; }
.adria-shop-category-disclosure { margin:3px 0 0;border:0;padding:0;background:transparent; }
.adria-shop-category-disclosure > summary { display:flex;align-items:center;justify-content:flex-start;gap:5px;width:max-content;min-height:28px;margin:0;padding:2px 0;list-style:none;cursor:pointer;color:#586273;font-size:11.5px;font-weight:500;border:0;border-radius:0;background:transparent;box-shadow:none;outline:none;-webkit-tap-highlight-color:transparent; }
.adria-shop-category-disclosure > summary::-webkit-details-marker { display:none; }
.adria-shop-category-disclosure > summary::marker { content:''; }
.adria-shop-category-disclosure > summary svg { width:13px;height:13px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease; }
.adria-shop-category-disclosure[open] > summary svg { transform:rotate(180deg); }
.adria-shop-category-disclosure > summary:hover,.adria-shop-category-disclosure > summary:focus,.adria-shop-category-disclosure[open] > summary { background:transparent;box-shadow:none;color:#0042ec;outline:none; }
.adria-shop-category-options { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:12px;margin:5px 0 8px;border:1px solid #d6e2f0;border-radius:16px;background:#f4f8ff; }
.adria-shop-category-options a { display:flex;align-items:center;min-height:44px;padding:9px 12px;border:1px solid transparent;border-radius:10px;color:#40516a;font-size:13px;line-height:1.4;text-decoration:none!important; }
.adria-shop-category-options a:hover { background:#e7f0ff;color:#0042ec; }
.adria-shop-category-options a.is-active { background:#dfeaff;color:#003ecf;border-color:#b9cff4;font-weight:650; }
.adria-shop-category-disclosure > summary:focus-visible { color:#0042ec;text-decoration:underline;text-underline-offset:3px;outline:none; }
.adria-shop-category-options a:focus-visible { outline:2px solid #0042ec;outline-offset:2px; }
@media(max-width:999px){.adria-shop-category-options { grid-template-columns:repeat(2,minmax(0,1fr)); }}
@media(max-width:599px){.adria-shop-category-heading { font-size:12px!important;margin-bottom:8px!important; }.adria-shop-category-options { grid-template-columns:1fr;gap:3px;padding:8px; }.adria-shop-category-options a { font-size:13px;min-height:44px; }.adria-shop-category-disclosure { margin-top:2px; }.adria-shop-category-disclosure > summary { font-size:11px; }}
@media(prefers-reduced-motion:reduce){.adria-shop-category-disclosure > summary svg { transition:none; }}

/* Keep rounded category edges inside the scroll viewport. */
html body.adria-site.adria-shop-catalog-preview #main .adria-shop-category-rail { padding:2px 4px;scroll-padding-inline:8px;scroll-behavior:auto; }
html body.adria-site.adria-shop-catalog-preview .adria-shop-catalog-tools { margin-bottom:12px!important; }
html body.adria-site.adria-shop-catalog-preview .adria-shop-catalog-tools__status:empty { margin:0!important; }
/* Translucent backgrounds retain solid, readable badge text. */
html body.adria-site #main#main ul.products li.product .adria-loop-badge--bestseller { background:rgba(234,243,255,.66)!important;border-color:rgba(143,183,240,.50)!important;color:#0042ec!important; }
html body.adria-site #main#main ul.products li.product .adria-shop-preview-card-test { background:rgba(244,248,252,.68)!important;border-color:rgba(166,185,207,.48)!important; }

/* Heading and disclosure share one compact row; the menu opens below it. */
html body.adria-site .adria-shop-category-shell { position:relative; }
html body.adria-site .adria-shop-category-head { display:flex;align-items:center;gap:12px;min-height:28px;margin-bottom:6px; }
html body.adria-site .adria-shop-category-head .adria-shop-category-heading { margin:0!important; }
html body.adria-site .adria-shop-category-head .adria-shop-category-disclosure { margin:0;border:0;padding:0; }
html body.adria-site .adria-shop-category-head .adria-shop-category-options { position:absolute;left:0;right:0;top:34px;z-index:35;margin:0;max-height:min(60vh,440px);overflow-y:auto;overscroll-behavior:contain;box-shadow:0 8px 24px rgba(33,61,100,.10); }
html body.adria-site .adria-shop-category-window { display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:3px;min-width:0; }
html body.adria-site .adria-shop-category-window[data-overflow="false"] { grid-template-columns:minmax(0,1fr); }
html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow { display:flex;align-items:center;justify-content:center;width:28px;min-width:0;height:32px;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;color:#586273;cursor:pointer;-webkit-tap-highlight-color:transparent; }
html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow[hidden] { display:none!important; }
html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow:disabled { opacity:.28;cursor:default; }
html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow:not(:disabled):hover { color:#0042ec; }
html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow:focus-visible { outline:1px solid #0042ec;outline-offset:-4px; }
html body.adria-site .adria-shop-category-arrow svg { width:14px;height:14px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round; }

/* Keep the disclosure above the product grid while open. */
html body.adria-site.adria-shop-catalog-preview .adria-shop-catalog-tools { z-index:3; }

/* Touch screens keep the full chip width; desktop mice get the arrows. */
@media(max-width:767px){html body.adria-site .adria-shop-category-window { grid-template-columns:minmax(0,1fr); }html body.adria-site .adria-shop-category-window > .adria-shop-category-arrow { display:none!important; }}
