.images-list-wrapper{width:100%;margin:50px 0}.images-list-wrapper .p-carousel-indicators{margin-top:5px}.images-list-wrapper .image-container{justify-content:center;align-items:center;width:100%;height:350px;display:flex;overflow:hidden}@media screen and (max-width:820px){.images-list-wrapper .image-container{height:250px}}@media screen and (max-width:520px){.images-list-wrapper .image-container{height:175px}}.images-list-wrapper .image-container img{object-fit:cover;flex-shrink:0;width:100%;max-width:1200px;height:350px;position:static}@media screen and (max-width:820px){.images-list-wrapper .image-container img{width:140%;scale:.7}}@media screen and (max-width:520px){.images-list-wrapper .image-container img{width:200%;scale:.5}}.images-list-wrapper .p-carousel-indicators li{background-color:gray}.images-list-wrapper .p-carousel-indicators li.p-highlight{background-color:var(--primary-color)}
.products-list-wrapper{width:100%;margin:100px 0 0}.products-list-wrapper .product-list-header{margin-bottom:30px;font-size:2rem;font-weight:400;transition:color .1s linear}.products-list-wrapper .product-list-header:hover{color:var(--primary-color)}.products-list-wrapper .products-layout{flex:1;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.875rem;height:100%;display:grid}
