.home-featured{flex-direction:column;align-items:center;width:100%;padding-bottom:120px;display:flex}.home-featured__cards-wrapper{justify-content:space-between;gap:20px;width:100%;display:flex}.home-featured__card{flex-direction:column;width:100%;max-width:375px;display:flex}.home-featured__imageWrap{width:100%;margin-bottom:40px;display:flex;overflow:hidden}.home-featured__card:hover .home-featured__image{width:100%;transform:scale(1.06)}.home-featured__content{margin-bottom:10px}.home-featured__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.home-featured__title{margin-bottom:10px;font-size:12px;font-weight:700}.home-featured__text{font-size:12px}.home-featured__btn{background-color:#f5f5f5;width:fit-content;margin-top:20px;padding:3px;font-size:12px}@media (max-width:768px){.home-featured{width:100%;padding-bottom:20px}.home-featured__cards-wrapper{gap:8px}.home-featured__imageWrap{margin-bottom:8px}.home-featured__text{display:none}.home-featured__title{margin-bottom:10px;font-size:12px;font-weight:700}.home-featured__btn{margin-top:unset;padding:8px;font-size:16px}}
@keyframes skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.home-featured__card--skeleton{pointer-events:none}.home-featured__imageSkeleton{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%) 0 0/400% 100%;border-radius:12px;width:100%;height:100%;animation:1.4s infinite skeleton}.home-featured__titleSkeleton{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%) 0 0/400% 100%;border-radius:6px;width:70%;height:18px;margin-bottom:10px;animation:1.4s infinite skeleton}.home-featured__textSkeleton{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%) 0 0/400% 100%;border-radius:6px;width:100%;height:14px;animation:1.4s infinite skeleton}
