.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-banner{width:100%;height:250px;border-radius:8px}@media (min-width:768px){.skeleton-banner{height:350px}}@media (min-width:1200px){.skeleton-banner{height:400px}}.skeleton-title{width:200px;height:28px;border-radius:4px}@media (min-width:768px){.skeleton-title{width:250px;height:32px}}.skeleton-arrow-btn{width:40px;height:40px;border-radius:50%}.skeleton-hr{width:100%;height:4px;border-radius:2px;position:relative}.skeleton-hr:before{content:"";position:absolute;top:0;left:0;width:100px;height:100%;background:linear-gradient(90deg,#d0d0d0 25%,silver 50%,#d0d0d0 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:2px}.skeleton-product-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:8px;height:100%;display:flex;flex-direction:column}@media (min-width:768px){.skeleton-product-card{padding:12px}}.skeleton-product-image{width:100%;padding-top:100%;position:relative;border-radius:6px;margin-bottom:12px}.skeleton-product-body{flex:1 1;display:flex;flex-direction:column;padding:0 4px}@media (min-width:768px){.skeleton-product-body{padding:0 8px}}.skeleton-product-title{width:100%;height:16px;margin-bottom:6px;border-radius:3px}.skeleton-product-title-short{width:70%;height:16px;margin-bottom:8px;border-radius:3px}.skeleton-product-price{width:80px;height:20px;border-radius:3px}.skeleton-product-btn{width:100%;height:36px;border-radius:4px;margin-top:auto}@media (min-width:768px){.skeleton-product-btn{height:42px}}@media (max-width:576px){.skeleton-product-title,.skeleton-product-title-short{height:14px}.skeleton-product-price{height:18px;width:70px}.skeleton-product-btn{height:32px}}.skeleton-product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transition:box-shadow .3s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}