.skeleton-card{background:var(--body-color);flex-direction:column;gap:12px;display:flex}.skeleton-card.swiper-top{flex-direction:row;justify-content:space-between;width:100%;height:30px}.skeleton-card.swiper-top .element{width:150px;height:100%}.skeleton-card .element{background:var(--border-color);border-radius:8px;position:relative;overflow:hidden}.skeleton-card .text{height:19px}.skeleton-card .image-holder{height:250px}.skeleton-card .image{border-radius:12px 12px 0 0;width:100%;height:100%}.skeleton-card .body{border-radius:35px 35px 0 0;gap:18px;margin-top:-39px;padding:16px}.skeleton-card .row{justify-content:space-between;gap:10px;display:flex}.skeleton-card .title{width:60%}.skeleton-card .category{width:30%}.skeleton-card .price{width:40%}.skeleton-card .tag{width:25%}.skeleton-card .specs{grid-template-columns:1fr 1fr 1fr;gap:7px;display:grid}.skeleton-card .spec{border-radius:8px;height:29px}.skeleton-card .footer{justify-content:space-between;display:flex}.skeleton-card .location{width:60%}.skeleton-card .date{width:25%}.skeleton-card .element:before{content:"";background:linear-gradient(90deg,#0000,#ffffff5c,#0000);width:150%;height:100%;animation:1.4s infinite shimmer;position:absolute;top:0;left:-150%}@keyframes shimmer{to{left:150%}}
