/* Keep the complete customer and the illuminated shop sign visible. */
.customer-photo:not(.featured) img{object-fit:contain;background:#e9e7e0}
.customer-gallery{transition:opacity .22s ease,transform .22s ease}.customer-gallery.is-changing{opacity:.18;transform:translateY(3px)}
.customer-layout{grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);align-items:stretch}.customer-gallery.customer-carousel{display:block!important;position:relative;width:100%;height:650px;min-width:0}.customer-carousel .customer-photo,.customer-carousel .customer-photo.featured{display:block;width:100%;height:100%;margin:0;border-radius:22px;background:#fafaf7}.customer-carousel .customer-photo img,.customer-carousel .customer-photo.featured img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fafaf7}.customer-carousel-dots{position:absolute;z-index:2;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:6px;padding:7px 9px;border-radius:99px;background:#0c1c34a8;backdrop-filter:blur(6px)}.customer-carousel-dots span{width:6px;height:6px;border-radius:50%;background:#fff7;transition:width .2s,background .2s}.customer-carousel-dots span.active{width:18px;border-radius:99px;background:#fff}@media(max-width:900px){.customer-gallery.customer-carousel{height:620px}}@media(max-width:560px){.customer-gallery.customer-carousel{height:500px}.customer-carousel .customer-photo.featured{grid-column:auto}}
