.products-shop-shell{display:grid;gap:2rem}@media (min-width:1024px){.products-shop-shell{grid-template-columns:17.5rem minmax(0,1fr)}.products-shop-shell .x-filters-side{grid-column-start:1;grid-row:span 3/span 3;grid-row-start:1}.products-shop-shell .applied-filters-box,.products-shop-shell .products-grid-loading,.products-shop-shell .products-shop-main,.products-shop-shell .x-pagination,.products-shop-shell .x-products-box-header{grid-column-start:2}}.products-shop-shell .footer-brief{margin-top:1rem;margin-bottom:1rem;border-top-width:1px;border-color:rgb(0 0 0/.5);padding-top:1rem;font-size:.875rem;line-height:1.25rem;font-style:italic;opacity:.8}.products-shop-main{min-width:0}.products-shop-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:3.5rem}@media (min-width:768px){.products-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.products-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1536px){.products-shop-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.products-grid-loading{min-height:28rem;padding-top:1rem;padding-bottom:1rem}.products-grid-refresh-loader{display:none;min-height:28rem;padding-top:0;padding-bottom:0}.products-grid-loading .x-shimmer-loading.view-card,.products-grid-refresh-loader .x-shimmer-loading.view-card{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.products-grid-loading .x-shimmer-loading.view-card,.products-grid-refresh-loader .x-shimmer-loading.view-card{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.products-grid-loading .x-shimmer-loading.view-card,.products-grid-refresh-loader .x-shimmer-loading.view-card{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1536px){.products-grid-loading .x-shimmer-loading.view-card,.products-grid-refresh-loader .x-shimmer-loading.view-card{grid-template-columns:repeat(5,minmax(0,1fr))}}body.shop-products-loading .products-empty-state,body.shop-products-loading .products-shop-grid{display:none}body.shop-products-loading .products-grid-refresh-loader{display:block}.x-products-grid-entry.is-entering{animation:products-grid-enter .55s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}@media(max-width:1023px){.products-shop-shell{display:block}}@media(max-width:640px){.products-shop-shell{padding-bottom:4rem}.products-shop-grid{column-gap:1rem;row-gap:3rem}}@keyframes products-grid-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}