.Hero-module__Z8hQ_W__hero{text-align:center;width:100%;height:90vh;color:var(--white);background-image:linear-gradient(#0006,#0006),url(/header-bg.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__content{z-index:2;max-width:800px;padding:0 2rem;animation:1.5s ease-out Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__title{font-family:var(--font-heading);letter-spacing:-2px;margin-bottom:1.5rem;font-size:5rem;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:var(--gray-800);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300}.Hero-module__Z8hQ_W__ctaButton{background-color:var(--white);color:var(--black);font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;border:1px solid var(--white);padding:1rem 3rem;font-size:1rem;transition:all .3s;display:inline-block}.Hero-module__Z8hQ_W__ctaButton:hover{color:var(--white);background-color:#0000}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3rem}.Hero-module__Z8hQ_W__subtitle{font-size:1rem}}
.ProductCard-module__9j1fXa__card{cursor:pointer;background-color:#0000;flex-direction:column;gap:1rem;padding-bottom:1rem;transition:transform .3s;display:flex}.ProductCard-module__9j1fXa__card:hover{transform:translateY(-5px)}.ProductCard-module__9j1fXa__imageContainer{aspect-ratio:4/5;background-color:#f4f3f1;width:100%;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__image{object-fit:contain;transition:transform .5s}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__image{transform:scale(1.05)}.ProductCard-module__9j1fXa__info{flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.ProductCard-module__9j1fXa__header{justify-content:space-between;align-items:flex-start;display:flex}.ProductCard-module__9j1fXa__title{font-family:var(--font-heading);color:var(--black);font-size:1.25rem;font-weight:500}.ProductCard-module__9j1fXa__price{font-family:var(--font-body);color:var(--black);font-size:1rem;font-weight:600}.ProductCard-module__9j1fXa__details{color:var(--gray-800);text-transform:uppercase;letter-spacing:1px;justify-content:space-between;font-size:.85rem;display:flex}.ProductCard-module__9j1fXa__stock{color:var(--black);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.85rem;font-weight:600}.ProductCard-module__9j1fXa__addToCart{border:1px solid var(--black);color:var(--black);text-transform:uppercase;letter-spacing:1px;background-color:#0000;margin-top:1rem;padding:.8rem;font-size:.9rem;transition:all .3s}.ProductCard-module__9j1fXa__addToCart:hover{background-color:var(--black);color:var(--white)}
.ProductList-module__fFXaQa__section{background-color:var(--white);color:var(--black);padding:6rem 5%}.ProductList-module__fFXaQa__heading{font-family:var(--font-heading);text-align:center;margin-bottom:3rem;font-size:3rem}.ProductList-module__fFXaQa__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.ProductList-module__fFXaQa__searchContainer{flex:1;min-width:300px;position:relative}.ProductList-module__fFXaQa__searchInput{border:1px solid var(--black);background-color:var(--white);width:100%;color:var(--black);font-family:var(--font-body);border-radius:50px;padding:.8rem 1rem .8rem 2.8rem;font-size:1rem}.ProductList-module__fFXaQa__searchInput:focus{border-color:var(--black);outline:none}.ProductList-module__fFXaQa__searchIcon{color:var(--gray-800);position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.ProductList-module__fFXaQa__filterGroup{gap:1rem;display:flex}.ProductList-module__fFXaQa__select{border:1px solid var(--black);background-color:var(--white);color:var(--black);font-family:var(--font-body);cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .7rem top 50%;background-repeat:no-repeat;background-size:.65rem;border-radius:50px;padding:.8rem 2.5rem .8rem 1.5rem;font-size:.95rem}.ProductList-module__fFXaQa__select:focus{border-color:var(--black);outline:none}.ProductList-module__fFXaQa__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:768px){.ProductList-module__fFXaQa__section{padding:3rem 1rem}.ProductList-module__fFXaQa__heading{font-size:2rem}.ProductList-module__fFXaQa__controls{flex-direction:column;align-items:stretch}.ProductList-module__fFXaQa__filterGroup{flex-direction:column}.ProductList-module__fFXaQa__grid{grid-template-columns:1fr;gap:2rem}}
.CustomArtCTA-module__ILxnHa__section{background-color:var(--black);color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:6rem 5%;display:flex}.CustomArtCTA-module__ILxnHa__title{font-family:var(--font-heading);max-width:800px;font-size:3rem}.CustomArtCTA-module__ILxnHa__description{color:var(--gray-800);max-width:600px;font-size:1.2rem;line-height:1.6}.CustomArtCTA-module__ILxnHa__whatsappButton{background-color:var(--white);color:var(--black);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;border:1px solid var(--white);align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.CustomArtCTA-module__ILxnHa__whatsappButton:hover{color:var(--white);background-color:#0000}@media (max-width:768px){.CustomArtCTA-module__ILxnHa__title{font-size:2rem}}
