.shop-note{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #cdd2c8;border-bottom:1px solid #cdd2c8;padding:14px 0;margin-bottom:28px}.shop-note span{font-size:12px;letter-spacing:2px;color:#a34932;font-weight:bold}.shop-note p{font-size:13px;margin:0}.products{gap:22px}.product{padding:0;background:#f2f0e9;border:1px solid #d4d6cd;transition:transform .2s,box-shadow .2s}.product:nth-child(2),.product:nth-child(3){background:#f2f0e9}.product:hover{box-shadow:0 14px 30px #243d3420}.product-image{position:relative;aspect-ratio:1/1;background:#e7e9df;overflow:hidden}.product-image img{width:100%;height:100%;display:block;object-fit:cover}.product-image span{position:absolute;top:12px;left:12px;background:#203a36;color:#fff;padding:5px 8px;font-size:11px;letter-spacing:1px}.product-copy{padding:24px}.product-copy small{letter-spacing:1.6px;color:#a34932}.product-copy h3{margin:12px 0;font-size:25px}.product-copy p{min-height:52px;font-size:14px}.product-copy strong{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #d0d3c9;padding-top:16px;font-size:17px}.product-copy strong em{font:normal 10px/1.6 Arial,sans-serif;letter-spacing:1px;color:#758078}.product-link{display:inline-block;margin-top:18px;font-size:14px;border-bottom:1px solid}.detail-grid{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:45px;margin-top:24px}.detail-grid>img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#e7e9df}.detail-grid .eyebrow{margin:8px 0 12px}.detail-grid h2{margin:10px 0 12px}.detail-grid strong{display:block;font-size:18px;margin-bottom:20px}.detail-grid ul{padding-left:18px;color:#58645d}@media(max-width:650px){.shop-note{align-items:flex-start;flex-direction:column}.product-copy p{min-height:0}.detail-grid{grid-template-columns:1fr}#detail{padding:24px 18px}}
