.catalog-page{background:var(--bone);min-height:100vh;overflow-x:hidden}.catalog-page-heading{font-family:Cormorant Garamond,serif;font-size:clamp(28px,4vw,40px);font-weight:300;text-align:center;margin-bottom:48px}.catalog-page .hero-section{margin-bottom:0}.catalog-page .hero-image-container{min-height:200px;max-height:280px}@media(min-width:768px){.catalog-page .hero-image-container{height:50vh;min-height:400px;max-height:500px}}.catalog-products-section{padding:60px 24px 80px}@media(min-width:768px){.catalog-products-section{padding:80px 48px 120px}}.catalog-grid{display:grid;grid-template-columns:1fr;gap:48px;max-width:480px;margin:0 auto}@media(min-width:768px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1200px}}@media(min-width:1024px){.catalog-grid{grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px}}@media(min-width:1200px){.catalog-grid{gap:48px;max-width:1400px}}.catalog-product-card{display:flex;flex-direction:column;text-decoration:none;opacity:0;animation:catalogFadeUp .6s ease forwards;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 20px #0000000f;transition:all .4s ease}.catalog-product-card:hover{box-shadow:0 8px 40px #0000001f;transform:translateY(-4px)}.catalog-product-card:nth-child(1){animation-delay:.1s}.catalog-product-card:nth-child(2){animation-delay:.2s}.catalog-product-card:nth-child(3){animation-delay:.3s}.catalog-product-image-wrapper{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(145deg,#e8e4de,#f5f2ed)}.catalog-product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.catalog-product-card:hover .catalog-product-image-wrapper img{transform:scale(1.06)}.catalog-product-info{text-align:center;padding:16px 16px 20px;background:#fff;position:relative}.catalog-product-info:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(42,42,40,.15),transparent)}.catalog-product-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;color:var(--charcoal);margin-bottom:12px;letter-spacing:.01em;line-height:1.2}.catalog-product-price{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--charcoal-muted);letter-spacing:.05em}@media(min-width:768px){.catalog-product-title{font-size:24px}.catalog-product-info{padding:20px 20px 24px}}.catalog-page>div{display:flex;flex-direction:column;align-items:center}.catalog-page>div>.catalog-grid{width:100%}.catalog-page>div>a{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;margin:48px auto;font-family:JetBrains Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--charcoal);border:1px solid rgba(42,42,40,.2);text-decoration:none;transition:all .3s ease;background:transparent}.catalog-page>div>a:hover{border-color:var(--charcoal);background:var(--charcoal);color:var(--bone)}@keyframes catalogFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/catalog.css.map */
