.small-carousel-section{text-align:center;width:100%;padding-left:var(--section-padding);padding-right:var(--section-padding);margin-top:2rem;margin-bottom:2rem;position:relative}.small-carousel-header{font-size:var(--heading-font-size);font-weight:var(--heading-font-weight);color:var(--theme-title-color);text-align:left}.small-carousel-swiper{margin:0 auto;padding:1rem 0}.small-carousel-slider{width:150px}.small-carousel-card{border-radius:50%;width:150px;height:150px;transition:all .3s;overflow:hidden}.small-carousel-slider-image{object-fit:cover;width:100%;transition:transform .3s}.small-carousel-card:hover .small-carousel-slider-image{transform:scale(1.05)}.small-carousel-item-name{text-align:center;margin-top:.5rem;transition:color .3s}.small-carousel-slider:hover .small-carousel-item-name{color:var(--primary)}.swiper-button-prev-custom,.swiper-button-next-custom{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.swiper-button-disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.small-carousel-header{font-size:var(--heading-font-size-mobile);font-weight:var(--heading-font-weight-mobile)}}@media (max-width:640px){.swiper-button-next,.swiper-button-prev{width:28px;height:28px}.small-carousel-slider{width:100px}.small-carousel-card{width:100px;height:100px}}
.small-carousel-skeleton{padding:3rem 1rem}.small-carousel-skeleton-header{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:200px;height:32px;margin-bottom:2rem;animation:1.5s infinite shimmer}.small-carousel-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;display:grid}.small-carousel-skeleton-item{flex-direction:column;align-items:center;gap:.75rem;display:flex}.small-carousel-skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;width:120px;height:120px;animation:1.5s infinite shimmer}.small-carousel-skeleton-name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:100px;height:20px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.small-carousel-skeleton{padding:2rem 1rem}.small-carousel-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.small-carousel-skeleton-image{width:80px;height:80px}.small-carousel-skeleton-name{width:80px;height:16px}}
