.merch{background:#f6eee9}.merch-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:8vw;align-items:end;margin-bottom:4rem}.merch-heading h2{font-size:clamp(2.8rem,5vw,5rem)}.merch-heading>p{max-width:470px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.product-card{min-width:0}.product-image{aspect-ratio:4/5;position:relative;display:grid;place-items:center;overflow:hidden;transition:transform .4s ease}.product-card:hover .product-image{transform:translateY(-5px)}.product-image-one{background:linear-gradient(145deg,#ddc0b6,#eeddd6)}.product-image-one:before{content:"";width:45%;height:67%;background:#f9f3ef;clip-path:polygon(27% 0,41% 8%,59% 8%,73% 0,100% 15%,85% 32%,78% 26%,78% 100%,22% 100%,22% 26%,15% 32%,0 15%);filter:drop-shadow(0 18px 18px rgba(56,41,35,.15))}.product-image-one span{position:absolute;font:1.6rem var(--serif);letter-spacing:.2em;color:var(--espresso)}.product-image-two{background:#d5b4a8}.product-image-two:before{content:"";width:55%;height:62%;background:#382923;clip-path:polygon(12% 12%,30% 12%,30% 0,70% 0,70% 12%,88% 12%,100% 100%,0 100%);filter:drop-shadow(0 18px 15px rgba(56,41,35,.2))}.product-image-two:after{content:"";position:absolute;width:29%;height:24%;border:5px solid #382923;border-bottom:0;border-radius:50% 50% 0 0;top:14%}.product-image-two span{position:absolute;z-index:1;color:var(--blush);font-size:.72rem;letter-spacing:.25em;line-height:1.8;text-align:center}.product-image-three{background:#ead9d1}.product-image-three i{display:block;width:36%;height:70%;background:#bf8675;border-radius:18px;box-shadow:0 18px 20px rgba(56,41,35,.15);transform:rotate(-8deg)}.product-image-three i:before{content:"";position:absolute;width:10%;height:20%;border:5px solid #bf8675;border-bottom:0;border-radius:30px 30px 0 0;top:9%;left:43%}.product-image-three span{position:absolute;color:white;font-size:.58rem;letter-spacing:.22em;line-height:1.7;text-align:center;transform:rotate(-8deg)}.product-info{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 0 .7rem}.product-info p{margin:0 0 .2rem;color:var(--terracotta);font-size:.62rem;text-transform:uppercase;letter-spacing:.13em}.product-info h3{font-size:1.45rem}.product-info strong{font-weight:400}.product-card>a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:.7rem 0;text-transform:uppercase;letter-spacing:.12em;font-size:.65rem}.merch-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:4rem;padding-top:2rem}.merch-footer p{font:1.5rem var(--serif)}
@media(max-width:900px){.merch-heading{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1;max-width:50%}}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto;max-width:none}.merch-footer{align-items:flex-start;flex-direction:column;gap:1rem}}
