@media (max-width:1023px){
  .sf-all-products-section{display:block;padding-top:20px;padding-bottom:3px}
  .sf-all-products-section[hidden]{display:none!important}
  .sf-all-products-head{align-items:flex-start;margin-bottom:11px}
  .sf-all-products-head>div{min-width:0}
  .sf-all-products-head p{margin-top:4px;font-size:9.5px;line-height:1.35;color:#667085}
  .sf-all-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}
  .sf-all-products-grid .sf-product-card{width:100%;min-width:0;flex:none;display:flex;flex-direction:column;scroll-snap-align:none}
  .sf-all-products-grid .sf-product-link{display:flex;flex:1;min-width:0;flex-direction:column}
  .sf-all-products-grid .sf-product-image{height:auto;aspect-ratio:1/1.12;min-height:0}
  .sf-all-products-grid .sf-product-copy{display:flex;flex:1;min-width:0;flex-direction:column;padding:8px 8px 10px}
  .sf-all-products-grid .sf-product-title{min-height:27px}
  .sf-all-products-grid .sf-product-prices{margin-top:auto}
  .sf-all-products-skeleton{height:258px;border:1px solid #e7eaf0;border-radius:12px;overflow:hidden;background:#fff}
  .sf-all-products-skeleton:before{content:"";display:block;height:177px;background:linear-gradient(90deg,#f4f5f7 25%,#fafafa 38%,#f4f5f7 63%);background-size:400% 100%;animation:sfAllProductsShimmer 1.15s ease-in-out infinite}
  .sf-all-products-skeleton:after{content:"";display:block;width:76%;height:46px;margin:13px 9px;border-radius:7px;background:linear-gradient(90deg,#f2f4f7 25%,#fafafa 38%,#f2f4f7 63%);background-size:400% 100%;animation:sfAllProductsShimmer 1.15s ease-in-out infinite}
  .sf-all-products-loading{min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;color:#667085;font-size:9.5px}
  .sf-all-products-loading[hidden]{display:none!important}
  .sf-all-products-spinner{width:20px;height:20px;border:2px solid #ffd5df;border-top-color:#ff3f6c;border-radius:50%;animation:sfAllProductsSpin .7s linear infinite}
  .sf-all-products-retry{display:block;min-width:112px;height:38px;margin:13px auto 4px;border:1px solid #ff3f6c;border-radius:10px;background:#fff;color:#ff3f6c;font-size:10px;font-weight:850;padding:0 18px}
  .sf-all-products-retry[hidden]{display:none!important}
  .sf-all-products-end{margin:16px 0 5px;padding:12px;border-radius:11px;background:#f8fafc;color:#667085;text-align:center;font-size:9.5px;font-weight:750}
  .sf-all-products-end[hidden]{display:none!important}
  .sf-all-products-sentinel{height:2px}
  @keyframes sfAllProductsSpin{to{transform:rotate(360deg)}}
  @keyframes sfAllProductsShimmer{0%{background-position:100% 0}100%{background-position:0 0}}
  @media (prefers-reduced-motion:reduce){.sf-all-products-spinner,.sf-all-products-skeleton:before,.sf-all-products-skeleton:after{animation:none}}
}
@media (max-width:350px){
  .sf-all-products-grid{gap:8px}
  .sf-all-products-grid .sf-product-copy{padding:7px}
  .sf-all-products-skeleton{height:240px}
  .sf-all-products-skeleton:before{height:162px}
}