*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.product-section{padding:60px 20px;background-color:#fff}.section-header{text-align:center;margin-bottom:40px}.product-category{margin-bottom:60px}.category-title{color:#333;margin-bottom:15px}.category-description{font-size:1em;color:#666;margin-bottom:30px}.product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:50px}.product-item{width:100%}.image-wrapper{position:relative;padding-bottom:100%;height:0;overflow:hidden;outline:#e7e3dd solid 5px;outline-offset:6px;border-radius:10%}.image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10%;object-position:var(--pos-x,center) center}.image-wrapper img:not([data-contain]){object-fit:cover}.image-wrapper img[data-contain]{object-fit:contain}.product-description{margin-top:1.5rem;font-size:1.2 rem;font-weight:700;color:#000;text-align:center}@media (max-width:991px){.product-gallery{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:55px}}@media (max-width:767px){.category-description,.category-title{text-align:center}}@media (max-width:575px){.category-description,.category-title{text-align:center}.product-section{padding:40px 13px}.product-category{margin-bottom:40px}.product-gallery{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:50px}.section-title{font-size:1.5em}.category-title{font-size:1.2rem}}