.catalog{text-align:center}.product-list{display:grid;list-style-type:none;padding:0;content-visibility:auto}.product-item{border:1px solid var(--gray);border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);background-color:var(--dark-gray);transition:transform .3s ease;content-visibility:auto}.product-item h2{color:var(--yellow)}.no-results{font-size:2rem;color:var(--light-gray);margin-top:10rem;margin-bottom:18rem}@media (max-width:599px){.product-list{grid-template-columns:repeat(auto-fill,minmax(33%,1fr));gap:.2rem;padding:.1rem}}@media (min-width:600px) and (max-width:767px){.product-list{grid-template-columns:repeat(auto-fill,minmax(25%,1fr));gap:.3rem;padding:.5rem}}@media (min-width:768px) and (max-width:1023px){.product-list{grid-template-columns:repeat(auto-fill,minmax(20%,1fr));gap:.4rem;margin-left:1rem;margin-right:1rem}}@media (min-width:1024px) and (max-width:1279px){.product-list{grid-template-columns:repeat(auto-fill,minmax(19%,1fr));gap:.5rem;margin-left:1rem;margin-right:1rem}.product-item:hover{transform:scale(1.02);border:1px solid var(--yellow)}}@media (min-width:1280px) and (max-width:1535px){.catalog{padding:1rem}.product-list{grid-template-columns:repeat(auto-fill,minmax(14%,1fr));gap:.6rem;margin-left:1rem;margin-right:1rem}.product-item:hover{transform:scale(1.03);border:1px solid var(--yellow)}}@media (min-width:1536px){.catalog{padding:1rem}.product-list{grid-template-columns:repeat(auto-fill,minmax(12%,1fr));gap:.8rem;margin-left:1.2rem;margin-right:1.2rem}.product-item:hover{transform:scale(1.05);border:2px solid var(--yellow)}}:root{--GothamBook:"GothamBook";font-display:swap}.categories{text-align:center;content-visibility:auto}.categories-columns{display:grid;font-family:var(--GothamBook)}.category-item{transition:transform .3s ease;display:flex;align-items:start;justify-content:start;text-align:start}.column-item{color:var(--light-gray);content-visibility:auto}.column-item span{cursor:pointer;text-decoration:none}@media (max-width:599px){.category-item{min-height:12px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(25%,1fr));row-gap:.3rem;-moz-column-gap:.8rem;column-gap:.8rem}.column-item{font-size:12px}.categories{padding:.4rem;margin-left:.4rem;margin-right:.4rem;margin-top:1.8rem}}@media (min-width:600px) and (max-width:767px){.category-item{min-height:15px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(20%,1fr));row-gap:.3rem;-moz-column-gap:.8rem;column-gap:.8rem}.column-item{font-size:.5rem}.categories{padding:.5rem;margin-left:.5rem;margin-right:.5rem;margin-top:2rem}}@media (min-width:768px) and (max-width:1023px){.category-item{min-height:18px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(15%,1fr));row-gap:.3rem;-moz-column-gap:1rem;column-gap:1rem}.column-item{font-size:.55rem}.categories{padding:.6rem;margin-left:.6rem;margin-right:.6rem;margin-top:2.2rem}}@media (min-width:1024px) and (max-width:1279px){.category-item{min-height:20px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(10%,1fr));row-gap:.3rem;-moz-column-gap:.8rem;column-gap:.8rem}.column-item span:hover{text-decoration:underline}.column-item{font-size:.6rem}.categories{padding:.7rem;margin-left:.7rem;margin-right:.7rem;margin-top:2.5rem}}@media (min-width:1280px) and (max-width:1535px){.category-item{min-height:25px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(8%,1fr));row-gap:.3rem;-moz-column-gap:1rem;column-gap:1rem}.column-item span:hover{text-decoration:underline}.column-item{font-size:.65rem}.categories{padding:.8rem;margin-left:.8rem;margin-right:.8rem;margin-top:2.8rem}}@media (min-width:1536px){.category-item{min-height:30px}.categories-columns{font-family:var(--GothamBook);grid-template-columns:repeat(auto-fill,minmax(8%,1fr));row-gap:.3rem;-moz-column-gap:1rem;column-gap:1rem}.column-item span:hover{text-decoration:underline}.column-item{font-size:.7rem}.categories{padding:1rem;margin-left:1rem;margin-right:1rem;margin-top:3rem}}body{background-color:black;min-height:100vh;margin:0}.home-container,body{display:flex;flex-direction:column}.home-container{background-color:var(--background);color:var(--white);font-family:var(--font-family);flex:1}.main-content{flex:1;width:100%}.section{position:relative;text-align:center}.section-text{text-align:justify}.section-title{color:var(--white);font-weight:700}.services-list{color:var(--white);list-style-position:inside;list-style-type:disc}@media (max-width:599px){.home-container{margin-top:4rem}}@media (min-width:600px) and (max-width:767px){.home-container{margin-top:5rem}}@media (min-width:768px) and (max-width:1023px){.home-container{margin-top:6rem}}