#products .products-header-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}#products .products-header-row>div:first-of-type{display:flex;gap:24px;overflow-x:scroll;scrollbar-width:none;-webkit-appearance:none}#products .products-header-row>div:first-of-type a{position:relative;white-space:nowrap}#products .products-header-row>div:first-of-type a:not(:last-child):after{content:"";position:absolute;top:50%;right:-14px;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#920000}#products .products-header-row .products-header-description{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-top:1px solid #929292;border-bottom:1px solid #929292;padding:16px 0;gap:8px}@media screen and (min-width:991px){#products .products-header-row .products-header-description p{max-width:350px}}#products .products-header-row .products-header-description img{height:130px;max-width:100%;object-fit:contain}@media screen and (max-width:1200px){#products .products-header-row .products-header-description img{height:100px}}@media screen and (max-width:990px){#products .products-header-row .products-header-description img{height:110px;margin:0 auto}}@media screen and (max-width:760px){#products .products-header-row .products-header-description img{height:86px}}@media screen and (max-width:570px){#products .products-header-row .products-header-description img{height:68px}}#products .products-row{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:24px}@media screen and (max-width:990px){#products .products-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:570px){#products .products-row{grid-template-columns:1fr}}#products .empty-state{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:120px}@media screen and (max-width:760px){#products .empty-state{gap:16px}}
