/* ============================================================
   Carosello negozi — stili pubblici (block 'negozi')
   ============================================================ */
.qf-shops-carousel { padding: 64px 0; background: #F7F2E9; }
.qf-shops-carousel__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.qf-shops-carousel__title { font-family: "Epilogue", "Inter", sans-serif; font-size: 36px; line-height: 1.2; font-weight: 700; color: #12110F; margin: 0 0 32px; text-align: center; }
.qf-shops-carousel__track { display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
.qf-shops-carousel__track::-webkit-scrollbar { height: 6px; }
.qf-shops-carousel__track::-webkit-scrollbar-thumb { background: rgba(92,46,38,0.25); border-radius: 3px; }
.qf-shops-carousel__card { position: relative; background: #FFFFFF; border: 1px solid color-mix(in srgb, var(--qf-bottega-color, #5C2E26) 18%, transparent); border-radius: 16px; overflow: hidden; scroll-snap-align: start; transition: transform 200ms ease, box-shadow 200ms ease; min-width: 220px; }
.qf-shops-carousel__card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(18,17,15,0.08); }
.qf-shops-carousel__card-link { display: block; color: inherit; text-decoration: none; }
.qf-shops-carousel__card-cover { width: 100%; aspect-ratio: 16/9; background-size: cover; background-position: center; background-color: color-mix(in srgb, var(--qf-bottega-color, #5C2E26) 10%, #fff); }
.qf-shops-carousel__card-cover--empty { background-color: color-mix(in srgb, var(--qf-bottega-color, #5C2E26) 8%, #fff); }
.qf-shops-carousel__card-body { padding: 20px 20px 24px; text-align: center; position: relative; }
.qf-shops-carousel__card-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: #fff; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(18,17,15,0.12); margin: -52px auto 12px; display: block; }
.qf-shops-carousel__card-name { font-family: "Epilogue", "Inter", sans-serif; font-size: 22px; line-height: 1.3; font-weight: 700; color: var(--qf-bottega-color, #5C2E26); margin: 0 0 6px; }
.qf-shops-carousel__card-tag { font-family: "Inter", sans-serif; font-size: 15px; line-height: 1.5; font-weight: 400; color: #4E4C48; margin: 0; }
.qf-shops-carousel__card--stale { background: rgba(192,57,43,0.04); border-color: rgba(192,57,43,0.35); }
.qf-shops-carousel__card--stale .qf-shops-carousel__card-name { color: #c0392b; }
@media (max-width: 768px) {
    .qf-shops-carousel { padding: 40px 0; }
    .qf-shops-carousel__title { font-size: 28px; margin-bottom: 24px; }
    .qf-shops-carousel__card { min-width: 240px; flex: 0 0 80% !important; }
}
