.all-products-page-bg-color{background:#fbfbfb;padding:.1px}.all-products-section{justify-content:flex-start;align-items:flex-start;gap:40px;margin-top:80px;display:flex}.all-products-page-primary-title{letter-spacing:.4px;color:#263238;text-align:left;font-size:20px;line-height:30px}.all-products-left-section{width:calc(100% - 350px)}.all-products-rfq-section{width:350px;position:sticky;top:100px}.all-products-cards{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:grid}@media screen and (max-width:1440px){.all-products-section{padding-top:20px}}@media screen and (max-width:1440px) and (min-width:1279px){.all-products-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1280px) and (min-width:1099px){.all-products-section{gap:20px}.all-products-cards{grid-template-columns:repeat(3,1fr);gap:10px}}@media screen and (max-width:1100px){.all-products-section{flex-direction:column}.all-products-left-section{width:100%}.all-products-cards{gap:10px}}@media screen and (max-width:991px) and (min-width:799px){.all-products-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px) and (min-width:100px){.all-products-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:744px){.all-products-left-section{margin-top:20px}}@media screen and (max-width:400px){.all-products-page-primary-title{font-size:18px;line-height:25px}.all-products-rfq-section{width:100%}}#sticky-bar{display:none}#sticky-bar.sticky-active{z-index:14;display:block;position:fixed;top:56px;left:0;right:0}
.spinner{border:5px solid var(--primary-color);box-sizing:border-box;border-bottom-color:#0000;border-radius:50%;width:40px;height:40px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
