.featured-products { padding: 28px 32px 20px; background: #f0f9fc; }
.featured-products .section-heading { gap: 16px; flex-wrap: wrap; }
.featured-products h2 { font-size: 28px; margin: 0; }
.featured-disclosure { font-size: 13px; margin: 10px 0 18px; color: #394b59; }
.featured-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 8px; }
.featured-card { flex: 0 0 calc((100% - 40px) / 3); min-width: 0; overflow: hidden; background: white; border: 1px solid #d5e1e7; border-radius: 6px; scroll-snap-align: start; display: flex; flex-direction: column; }
.featured-image { aspect-ratio: 205 / 137; flex: none; background-size: 665% auto; background-position-y: 64.5%; }
.featured-card .photo-pilates { background-image: url('hero-pilates.png'); background-size: cover; background-position: center; }
.featured-card .photo-nyr { background-image: url('nyr-logo.png'); background-size: contain; background-position: center; background-color: white; }
.featured-card .photo-elavate { background-image: url('elavate-collagen.png'); background-size: contain; background-position: center; background-color: #c7d4d8; }
.featured-card .photo-mat { background-image: url('exercise-mats-selection.png'); background-size: contain; background-position: center; background-color: #f4f4f4; }
.featured-card .photo-boots { background-image: url('walking-boots-selection.png'); background-size: contain; background-position: center; background-color: #f4f4f4; }
.featured-copy { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.featured-label { font-size: 12px; color: #48616a; margin: 0 0 7px; }
.featured-card h3 { font-size: 20px; margin: 0 0 8px; color: #06477d; }
.featured-card .featured-description { font-size: 15px; line-height: 1.5; margin: 0 0 18px; }
.featured-card a { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; color: #075ba1; }
.featured-card a svg { width: 18px; height: 18px; }
.featured-card .featured-image-link { display: block; align-self: stretch; margin: 0; flex: none; }
.featured-card .featured-image-link:focus-visible { outline-offset: -3px; }
.featured-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 10px; }
.featured-controls[hidden] { display: none; }
.featured-controls p { font-size: 13px; margin: 0; min-width: 110px; text-align: center; }
.featured-controls button { width: 40px; height: 40px; }
.featured-controls button:disabled { opacity: .35; cursor: default; }
.featured-track:focus-visible, .featured-products a:focus-visible, .featured-controls button:focus-visible { outline: 3px solid #087bc4; outline-offset: 3px; }
@media (max-width: 900px) { .featured-card { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 600px) { .featured-products { padding: 24px 18px 18px; } .featured-products h2 { font-size: 24px; } .featured-card { flex-basis: 100%; } }
