@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f5f5f5 40px,#e0e0e0 80px);background-size:1000px 100%;animation:shimmer 2s linear infinite;border-radius:6px;display:block!important}.barsysSkeleton-container{display:grid;grid-template-columns:2fr 1fr 2fr;grid-gap:20px;gap:20px;align-items:start;margin-bottom:60px}.barsysSkeleton-container .big-image{aspect-ratio:1/1}.barsysSkeleton-container .small-images{display:flex;flex-direction:column;gap:20px}.barsysSkeleton-container .small-image{aspect-ratio:1/1}.barsysSkeleton-container .text-lines{display:flex;flex-direction:column;gap:12px}.barsysSkeleton-container .line{height:14px}.barsysSkeleton-container .short-line{width:80%}.barsysSkeleton-container .title{height:24px;width:70%}.barsysSkeleton-container .price{height:20px;width:40%}.barsysSkeleton-container .btn{height:40px;width:60%;margin-top:10px}