@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.shimmer{background:linear-gradient(90deg,#f0ebe3,#e8e0d6 40%,#f0ebe3 80%);background-size:600px 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:2px}.product-card-skeleton{display:flex;flex-direction:column;border:1px solid rgba(37,30,24,.08);overflow:hidden}.product-card-skeleton__img{width:100%;padding-top:83.7%;border-radius:0}.product-card-skeleton__body{padding:12px;display:flex;flex-direction:column;gap:10px}.product-card-skeleton__category{height:12px;width:60px}.product-card-skeleton__name{height:16px;width:100%}.product-card-skeleton__name--short{width:70%}.product-card-skeleton__desc{height:12px;width:85%}.product-card-skeleton__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.product-card-skeleton__price{height:28px;width:64px}.product-card-skeleton__cta{height:36px;width:110px}