.shops-container{width:100%;margin-bottom:100px}.shops-container .categorie-name p{margin:50px 0;font-size:20px;font-weight:600}.shops-container .shops-cards-content{flex-wrap:wrap;justify-content:space-around;gap:30px;display:flex}.shops-container .pagination-btns{justify-content:center;gap:20px;margin-top:20px;display:flex}.shops-container .pagination-btns p{font-size:22px}.shops-container .pagination-btns button{cursor:pointer;background-color:#fff;border:none}@media (max-width:1550px){.shops-container .categorie-name p{margin:20px 0}}
.shop-skeleton-loader{border-bottom:1px solid gray;border-radius:15px;width:23%;height:260px;box-shadow:0 0 18px 12px #dfdfdf6b}.shop-skeleton-thumbnail{background:#e0e0e0;border-radius:15px;width:100%;height:100%;margin-bottom:12px;animation:1.5s ease-in-out infinite pulse;position:relative}.shop-skeleton-text{background:#a1a1a1;border-radius:15px;width:70%;height:16px;margin-bottom:8px;animation:1.5s ease-in-out infinite pulse;position:absolute;top:220px;right:5%}.shop-skeleton-text2{background:#a1a1a1;border-radius:15px;width:40%;height:16px;margin-bottom:8px;animation:1.5s ease-in-out infinite pulse;position:absolute;top:190px;right:5%}.shop-shorter{background:#a5a5a5;border-radius:15px;width:100%;height:180px;position:absolute;top:0}@media (max-width:1550px){.shop-skeleton-loader{width:22%;height:240px}.shop-shorter{height:170px}}@media (max-width:1080px){.shop-skeleton-loader{width:45%}}@media (max-width:720px){.shop-skeleton-loader{width:100%;height:170px}.shop-shorter{height:90px}.shop-skeleton-text{top:115px}.shop-skeleton-text2{top:140px}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}
