.explore-all-container{display:flex;flex-direction:column;justify-content:center}section{display:flex;animation:swipe var(--speed) linear infinite backwards;transition-delay:1s}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-100%)}}.spinner{border-radius:50%;border:2px solid hsla(0,6%,90%,.842);place-self:center}.fullSpinner,.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.fullSpinner{border-radius:50%;border:3px solid hsla(0,6%,90%,.842);place-self:center}@keyframes spin{to{transform:rotate(1turn)}}.product-card{width:19rem;height:22rem;border-radius:10px;position:relative;border:1px solid rgba(0,0,0,.2);@media screen and (max-width:657px){width:100%}}.thumbnail-image-container{height:50%}.thumbnail-image{height:50%;-o-object-fit:cover;object-fit:cover;position:relative!important;border-radius:10px 10px 0 0}.image-placeholder{width:100%;height:100%;background-image:linear-gradient(#aaa,#444);border-radius:15px}.product-details{width:100%;height:50%;border-radius:15px;flex-direction:column;padding:1rem;@media screen and (max-width:657px){padding-top:1.8rem;padding-bottom:1.8rem}}.price-container,.product-details{display:flex;justify-content:space-between}.price-container{flex-direction:row}.product-price{margin:5px 0 0;color:#000;font-weight:400;font-size:16}.category-container{display:flex;flex-direction:column;justify-content:center;gap:2rem;margin-bottom:2rem}.category-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.category-header-label{font-size:1.3rem;font-weight:500;text-transform:capitalize}.product-list{display:flex;flex-direction:row;gap:2rem}.swiper-slide{@media only screen and (min-width:657px) and (max-width:768px){width:60%!important}}.product-placeholder{display:flex;flex-direction:row;gap:2rem}.image-shimmer{border-radius:10px;margin-right:20px}.image-shimmer-mobile{margin-top:20px;border-radius:10px}.image-shimmer,.image-shimmer-mobile{display:flex;flex-direction:row}