.shop-hero{padding:88px 0 70px}.shop-hero h1{max-width:850px;margin:20px 0;color:var(--plum-dark);font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,5.2rem);line-height:1;letter-spacing:-.05em}.shop-hero p{max-width:760px;color:var(--muted);font-size:1.12rem}.shop-notice{margin-bottom:28px;padding:16px 20px;border-radius:16px;background:rgba(233,120,103,.12);color:var(--plum)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:26px;background:var(--cream);box-shadow:0 16px 42px rgba(75,39,70,.07)}.product-featured{grid-column:span 2;display:grid;grid-template-columns:.8fr 1.2fr;border-color:rgba(233,120,103,.45)}.product-cover{min-height:250px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,rgba(244,181,154,.55),rgba(255,248,243,.9));border-bottom:1px solid var(--line)}.product-cover img{width:145px;margin-bottom:auto}.product-cover small{color:var(--coral);font-size:.68rem;font-weight:900;text-transform:uppercase}.product-cover strong{max-width:310px;margin-top:8px;color:var(--plum);font-family:Georgia,serif;font-size:1.55rem;line-height:1.08}.product-content{flex:1;display:flex;flex-direction:column;padding:25px}.product-content h2{margin:0 0 9px;color:var(--plum);font-size:1.2rem;line-height:1.2}.product-content>p{margin:0;color:var(--muted);font-size:.88rem}.product-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 18px}.product-prices span{padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--muted);font-size:.7rem}.product-prices span:last-child{background:rgba(221,233,224,.68)}.product-prices strong{display:block;color:var(--plum);font-size:1.08rem}.product-content .button{margin-top:auto;width:100%;font-size:.86rem}.product-login{display:block;margin-top:9px;color:var(--plum);text-align:center;font-size:.78rem;font-weight:750;text-decoration:underline}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-featured{grid-column:1/-1}}@media(max-width:620px){.product-grid{grid-template-columns:1fr}.product-featured{display:flex}}
