.ProductsPage-module__bNFg8G__container{background-color:#faf8f5;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:12rem 13% 8rem;display:flex}.ProductsPage-module__bNFg8G__header{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:760px;margin-bottom:6rem;display:flex}.ProductsPage-module__bNFg8G__badge{text-transform:uppercase;letter-spacing:.15em;color:#5c544c;font-size:.7rem;font-weight:600;font-family:var(--font-body);background:#5c544c05;border:1px solid #5c544c26;border-radius:100px;margin-bottom:1.5rem;padding:.45rem 1.4rem}.ProductsPage-module__bNFg8G__heading{font-size:3.8rem;font-family:var(--font-body);color:#1a1a1a;letter-spacing:-.03em;margin-bottom:1.5rem;font-weight:700;line-height:1.1}.ProductsPage-module__bNFg8G__subtitle{color:#7a726a;letter-spacing:-.01em;font-size:1.2rem;font-weight:400;line-height:1.6}.ProductsPage-module__bNFg8G__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;margin-bottom:6rem;display:grid}.ProductsPage-module__bNFg8G__card{background:#fff;border:1px solid #5c544c0a;border-radius:24px;flex-direction:column;padding:2rem;transition:all .45s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 40px #5c544c05}.ProductsPage-module__bNFg8G__card:hover{border-color:#5c544c1f;transform:translateY(-8px);box-shadow:0 30px 60px #5c544c14}.ProductsPage-module__bNFg8G__cardHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.ProductsPage-module__bNFg8G__number{font-family:var(--font-elms);color:#a8a096;font-size:.85rem;font-weight:600}.ProductsPage-module__bNFg8G__discount{font-family:var(--font-body);color:#5c544c;letter-spacing:.05em;text-transform:uppercase;background-color:#efece8;border:1px solid #5c544c1a;border-radius:100px;padding:.3rem .7rem;font-size:.65rem;font-weight:600}.ProductsPage-module__bNFg8G__imgWrapper{background:#f7f5f2;border:1px solid #00000003;border-radius:16px;justify-content:center;align-items:center;width:100%;height:260px;margin-bottom:1.75rem;display:flex;position:relative;overflow:hidden}.ProductsPage-module__bNFg8G__img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ProductsPage-module__bNFg8G__card:hover .ProductsPage-module__bNFg8G__img{transform:scale(1.06)}.ProductsPage-module__bNFg8G__cardBody{flex-direction:column;flex-grow:1;padding:.25rem;display:flex}.ProductsPage-module__bNFg8G__tag{color:#5c544c;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;font-size:.72rem;font-weight:600}.ProductsPage-module__bNFg8G__productName{color:#1a1a1a;font-size:1.45rem;font-weight:600;line-height:1.25;font-family:var(--font-body);letter-spacing:-.02em;margin-bottom:.75rem}.ProductsPage-module__bNFg8G__description{color:#7a726a;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ProductsPage-module__bNFg8G__cardFooter{border-top:1px solid #5c544c0f;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding-top:1.25rem;padding-left:.25rem;padding-right:.25rem;display:flex}.ProductsPage-module__bNFg8G__price{font-size:1.2rem;font-family:var(--font-elms);color:#1a1a1a;font-weight:600}.ProductsPage-module__bNFg8G__btn{color:#fff;font-size:.8rem;font-weight:600;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;background:#5c544c;border:1px solid #5c544c;border-radius:100px;align-items:center;gap:.35rem;padding:.55rem 1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.ProductsPage-module__bNFg8G__btn i{font-size:.75rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ProductsPage-module__bNFg8G__btn:hover{color:#5c544c;background:0 0}.ProductsPage-module__bNFg8G__btn:hover i{transform:translate(3px)}.ProductsPage-module__bNFg8G__ctaSection{text-align:center;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:40vh;margin-bottom:2rem;padding:4rem 10%;display:flex}.ProductsPage-module__bNFg8G__ctaBadge{text-transform:uppercase;letter-spacing:.15em;color:#666;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.ProductsPage-module__bNFg8G__ctaHeading{font-size:3.2rem;font-family:var(--font-elms);text-transform:uppercase;letter-spacing:-.02em;color:#000;margin-bottom:2.25rem;font-weight:800;line-height:1.2}.ProductsPage-module__bNFg8G__ctaBtn{color:#fff;font-size:.95rem;font-weight:600;font-family:var(--font-body);background-color:#000;border-radius:4px;justify-content:center;align-items:center;gap:.6rem;padding:1.1rem 2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ProductsPage-module__bNFg8G__ctaBtn:hover{background-color:#333;transform:scale(1.02)}.ProductsPage-module__bNFg8G__ctaBtn i{font-size:.9rem;transition:transform .25s cubic-bezier(.15,1,.3,1)}.ProductsPage-module__bNFg8G__ctaBtn:hover i{transform:translate(4px)}@media (max-width:1200px){.ProductsPage-module__bNFg8G__container{padding:8.5rem 7.5% 4rem}.ProductsPage-module__bNFg8G__heading{font-size:3rem}.ProductsPage-module__bNFg8G__grid{gap:2rem}}@media (max-width:992px){.ProductsPage-module__bNFg8G__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.ProductsPage-module__bNFg8G__heading{font-size:2.6rem}}@media (max-width:768px){.ProductsPage-module__bNFg8G__container{padding:7rem 5% 3rem}.ProductsPage-module__bNFg8G__header,.ProductsPage-module__bNFg8G__grid{margin-bottom:3rem}.ProductsPage-module__bNFg8G__heading,.ProductsPage-module__bNFg8G__ctaHeading{font-size:2.2rem}}@media (max-width:600px){.ProductsPage-module__bNFg8G__grid{grid-template-columns:1fr;gap:1.5rem}.ProductsPage-module__bNFg8G__card{padding:1.75rem}.ProductsPage-module__bNFg8G__imgWrapper{height:180px}}
