/* Shop usability: verified proof and a compact product detail gallery. */
.ez-trust-strip--verified .ez-trust-strip__rating { color:inherit;text-decoration:none;min-width:0; }
.ez-trust-strip--verified .ez-trust-strip__copy { min-width:0; }
.ez-trust-strip--verified .ez-trust-strip__copy small { display:block;margin-top:4px;font-size:12px;line-height:1.5;color:var(--ez-muted,#56627b); }
.ez-trust-strip--verified .ez-trust-strip__stats { flex-wrap:wrap; }
.ez-trust-strip--verified .ez-trust-strip__stats span { white-space:normal; }
.ez-trust-strip--verified a:focus-visible,
.ez-product-detail--focused button:focus-visible { outline:3px solid #12436b;outline-offset:3px; }
.ez-shop-hero__review-source { color:inherit;font-size:12px;text-underline-offset:3px; }
.ez-shop-hero__reviews-score > a { color:inherit;text-decoration:none; }
.ez-shop-hero__reviews-date { margin:8px 0 0;font-size:12px;line-height:1.4; }
.ez-product-detail--focused { align-items:start;grid-template-areas:"summary" "media" "content"; }
.ez-product-detail--focused > * { min-width:0; }
.ez-product-detail--focused .ez-product-detail__summary { grid-area:summary; }
.ez-product-detail--focused .ez-product-detail__summary h1 { margin:12px 0 14px;line-height:1.18;overflow-wrap:anywhere; }
.ez-product-detail--focused .ez-product-detail__media { grid-area:media;align-content:start; }
.ez-product-detail--focused .ez-product-detail__content { grid-area:content; }
.ez-product-detail--focused .ez-product-detail__hero-image { display:block;width:100%;max-width:100%;object-fit:contain; }
.ez-product-detail--focused .ez-product-detail__thumbs { display:flex;flex-wrap:nowrap;gap:8px;max-width:100%;overflow-x:auto;padding:3px 2px 6px; }
.ez-product-detail--focused .ez-product-detail__thumb-button { flex:0 0 56px;width:56px;height:56px;min-height:56px;overflow:hidden;border-radius:8px; }
.ez-product-detail--focused .ez-product-detail__thumb { display:block;width:100%;height:100%;padding:3px;border-radius:6px;object-fit:contain; }
.ez-product-detail--focused .ez-product-detail__thumb-button.is-active { border:2px solid #ed5b16;box-shadow:none; }
.ez-product-detail--focused .ez-product-detail__actions { margin-top:0; }
.ez-product-detail--focused .ez-meta { margin-top:18px; }
@media(min-width:1040px) {
 .ez-product-detail--focused { grid-template-areas:"media summary" "media content";grid-template-rows:auto 1fr;column-gap:28px;row-gap:20px; }
 .ez-product-detail--focused .ez-product-detail__hero-image { max-height:610px; }
}
@media(max-width:1039px) {
 .ez-product-detail--focused { grid-template-columns:minmax(0,1fr);gap:18px; }
 .ez-product-detail--focused .ez-product-detail__hero-image { min-height:0;height:280px;max-height:280px;aspect-ratio:auto;padding:10px; }
 .ez-product-detail--focused .ez-product-detail__summary h1 { font-size:clamp(23px,5.8vw,32px); }
 .ez-product-detail--focused .ez-product-detail__summary .ez-pricebox { gap:6px; }
 .ez-product-detail--focused .ez-product-detail__summary .ez-pricebox strong { font-size:26px;line-height:1.2; }
 .ez-product-detail--focused .ez-product-detail__actions { gap:10px; }
}
@media(max-width:430px) {
 .ez-product-detail--focused .ez-product-detail__hero-image { height:230px;max-height:230px; }
 .ez-product-detail--focused .ez-product-detail__thumb-button { flex-basis:52px;width:52px;height:52px;min-height:52px; }
 .ez-product-detail--focused .ez-breadcrumbs { font-size:12px;line-height:1.5; }
 .ez-trust-strip--verified { gap:14px; }
}

/* Keep long manufacturer identifiers readable inside product cards. */
.ez-product-card__meta > span { min-width:0; overflow-wrap:anywhere; }

/* Keep shop cards readable while the desktop sidebar uses part of the width. */
@media(min-width:1040px) and (max-width:1399px) {
 .ez-spotlight-grid { grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); }
 .ez-product-grid { grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
}

.ez-featured-cats__item strong { min-width:0;hyphens:auto;overflow-wrap:anywhere; }
