.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}.product-card{display:grid;grid-template-columns:1fr 1fr;min-height:510px;background:#111318;border:1px solid var(--line);overflow:hidden}.product-card>a{min-height:100%;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover img{transform:scale(1.035)}.product-info{padding:2rem;display:flex;flex-direction:column}.product-type{font-size:.69rem;letter-spacing:.2em;color:#9da7ad}.product-card h3{font:500 1.35rem/1.25 var(--display);margin:.7rem 0 1rem}.product-info>p:not(.product-type){color:#9fa7ac;font-size:.9rem}.price{display:flex;align-items:center;gap:.65rem;margin-top:auto;padding:1.5rem 0}.price strong{font:500 1.25rem var(--display)}.price del{color:#687178}.price span{background:#e6edf0;color:#111;padding:.25rem .45rem;font-size:.7rem;font-weight:600}.shop-link{border-top:1px solid var(--line);padding-top:1rem;display:flex;justify-content:space-between;font-size:.85rem}.all-products{margin-top:1.5rem;padding:1.7rem 2rem;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.all-products p{color:#9fa7ac}.etsy-cta{padding:8rem 7vw;display:grid;grid-template-columns:.8fr 1fr;gap:7vw;align-items:center;background:radial-gradient(circle at 80% 50%,#292015 0,transparent 42%)}.etsy-cta img{width:100%;height:640px;object-fit:cover}.etsy-cta h2{font:500 clamp(2.3rem,4vw,4.5rem)/1.08 var(--display);margin:1rem 0 1.5rem}.etsy-cta h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(238,245,247,.75)}.etsy-cta p:not(.section-no){color:#aab1b6;max-width:620px;margin-bottom:2rem}@media(max-width:1100px){.product-card{grid-template-columns:1fr}.product-card>a{height:440px}.product-info{min-height:340px}}@media(max-width:850px){.product-grid{grid-template-columns:1fr}.product-card>a{height:520px}.all-products{align-items:stretch;flex-direction:column;gap:1rem}.etsy-cta{padding:6rem 6vw;grid-template-columns:1fr}.etsy-cta img{height:520px}}
