.product-card-skeleton{background-color:#fefefe;border:1px solid #d1d5db;min-width:0;max-width:100%;padding:.6rem;position:relative;overflow:hidden}.product-card-skeleton:not(:nth-child(odd)){border-left:none}.product-card-skeleton:not(:nth-child(-n+2)){border-top:none}@media (min-width:768px){.product-card-skeleton{padding:1rem}.product-card-skeleton:not(:nth-child(odd)){border-left:1px solid #d1d5db}.product-card-skeleton:not(:nth-child(-n+2)){border-top:1px solid #d1d5db}.product-card-skeleton:not(:nth-child(3n+1)){border-left:none}.product-card-skeleton:not(:nth-child(-n+3)){border-top:none}}@media (min-width:1024px){.product-card-skeleton:not(:nth-child(3n+1)){border-left:1px solid #d1d5db}.product-card-skeleton:not(:nth-child(-n+3)){border-top:1px solid #d1d5db}.product-card-skeleton:not(:nth-child(4n+1)){border-left:none}.product-card-skeleton:not(:nth-child(-n+4)){border-top:none}}.product-card-skeleton-image{aspect-ratio:1;background:#f0f0f0;border-radius:4px;position:relative;overflow:hidden}.product-card-skeleton-image:after{content:"";background:linear-gradient(90deg,#0000 0%,#f8f8f8 50%,#0000 100%);animation:1.5s ease-in-out infinite skeleton-shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.product-card-skeleton-info{flex-direction:column;gap:.6rem;padding-top:1rem;display:flex}.product-card-skeleton-brand{background:#f0f0f0;border-radius:4px;width:60%;max-width:120px;height:14px;position:relative;overflow:hidden}.product-card-skeleton-brand:after{content:"";background:linear-gradient(90deg,#0000 0%,#f8f8f8 50%,#0000 100%);animation:1.5s ease-in-out infinite skeleton-shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.product-card-skeleton-name{background:#f0f0f0;border-radius:4px;width:100%;height:14px;position:relative;overflow:hidden}.product-card-skeleton-name:after{content:"";background:linear-gradient(90deg,#0000 0%,#f8f8f8 50%,#0000 100%);animation:1.5s ease-in-out infinite skeleton-shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.product-card-skeleton-name--short{width:70%}.product-card-skeleton-price{background:#f0f0f0;border-radius:4px;width:40%;max-width:80px;height:14px;margin-top:.5rem;position:relative;overflow:hidden}.product-card-skeleton-price:after{content:"";background:linear-gradient(90deg,#0000 0%,#f8f8f8 50%,#0000 100%);animation:1.5s ease-in-out infinite skeleton-shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
