/* Category information blocks supplied by the client. */
.category-details{width:91%;max-width:1160px;margin:0 auto 42px;padding:30px;background:#fffdf9;border:1px solid #e6dcc8;box-shadow:0 10px 30px rgba(36,35,33,.06)}
.category-details__heading{margin:0 0 8px;color:var(--brand-charcoal,#242321);font:600 clamp(25px,3vw,36px)/1.2 "Bodoni Moda",Georgia,serif}
.category-details__intro{margin:0 0 24px;color:#6c6258;line-height:1.7;font-size:14px}
.category-details__grid{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.72fr);gap:24px;align-items:stretch}
.category-details__grid--single{grid-template-columns:minmax(0,1fr)}
.category-details__panel{padding:20px;background:#f5efe5;border:1px solid #e6dcc8}
.category-details__panel h3{margin:0 0 14px;color:var(--brand-gold,#b18a44);font:600 20px/1.3 "Bodoni Moda",Georgia,serif}
.category-details__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0;list-style:none}
.category-details__list li{padding:8px 12px;background:#fff;border:1px solid #d7c19a;color:#514a3e;font-size:12px;line-height:1.35}
.category-size-block{margin-top:20px;padding-top:17px;border-top:1px solid #e6dcc8}
.category-size-block h4{margin:0 0 11px;color:#6c6258;font:600 14px/1.3 Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:1.1px}
.category-size-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.category-size-list span{display:flex;min-height:44px;align-items:center;justify-content:center;padding:7px 9px;background:#fff;border:1px solid #c6a25b;color:#514a3e;font:600 13px/1.2 Arial,Helvetica,sans-serif;text-align:center}
.category-details__note{margin:14px 0 0;color:#6c6258;font-size:13px;line-height:1.65}
.brand-marquee{overflow:hidden;width:100%;padding:6px 0;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.brand-track{display:flex;width:max-content;gap:14px;animation:brandLogoScroll 28s linear infinite}
.brand-marquee:hover .brand-track,.brand-marquee:focus-within .brand-track{animation-play-state:paused}
.category-brand{display:flex;align-items:center;justify-content:center;flex:0 0 150px;height:68px;padding:10px 14px;background:#fff;border:1px solid #d7c19a;color:#242321}
.category-brand img{display:block;max-width:120px;max-height:42px;width:auto;height:auto;object-fit:contain}
.logo-fallback-text{display:none;font:600 13px/1.25 "Bodoni Moda",Georgia,serif;text-align:center}
.category-brand.logo-fallback .logo-fallback-text{display:block}
@keyframes brandLogoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.brand-track{animation:none}}
@media(max-width:650px){.category-details{padding:22px;margin-bottom:30px}.category-details__grid,.category-details__grid--single{grid-template-columns:1fr;gap:16px}.category-details__panel{padding:17px}.category-brand{flex-basis:125px;height:60px}.category-brand img{max-width:98px;max-height:35px}.category-details__list{grid-template-columns:1fr}.category-details__list li{font-size:11px;padding:7px 9px}}
@media(max-width:650px){.category-size-list{grid-template-columns:repeat(2,minmax(0,1fr))}.category-size-list span{min-height:40px;font-size:12px}}
