.shop-sec{padding:clamp(48px,7vw,80px) clamp(16px,5vw,40px);background:var(--ground-base);color:var(--text)}
.shop-inner{max-width:1080px;margin:0 auto}
.shop-h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.3;margin:0 0 24px}
.shop-sec.is-done .shop-h2{text-align:center}
.shop-empty{opacity:.75;font-size:.95rem}
.shop-cartbtn{display:inline-flex;align-items:center;gap:6px;margin-left:12px;padding:6px 14px;border:1px solid var(--accent);border-radius:999px;color:var(--accent);font-size:.85rem;font-weight:600;text-decoration:none;background:transparent;white-space:nowrap}
.shop-cartbtn b{display:inline-block;min-width:18px;padding:0 7px;border-radius:999px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;line-height:18px;text-align:center}
.shop-filter{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.shop-filter button{font:inherit;font-size:.85rem;padding:6px 14px;border-radius:999px;border:1px solid var(--ground-line,rgba(0,0,0,.15));background:transparent;color:inherit;cursor:pointer}
.shop-filter button[aria-pressed="true"]{background:var(--accent);border-color:var(--accent);color:#fff}
.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin:0;padding:0;list-style:none}
.shop-card{display:block;color:inherit;text-decoration:none;border:1px solid var(--ground-line,rgba(0,0,0,.1));border-radius:12px;overflow:hidden;background:var(--ground-alt);transition:transform .15s ease}
.shop-card:hover{transform:translateY(-2px)}
.shop-ph{aspect-ratio:4/3;background:linear-gradient(135deg,var(--accent) 0%,var(--ground-alt) 140%);opacity:.35}
.shop-img{aspect-ratio:4/3;width:100%;object-fit:cover;display:block}
.shop-card-body{padding:12px 14px 16px}
.shop-card-cat{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7;margin:0 0 4px}
.shop-card-name{font-size:1rem;font-weight:700;margin:0 0 6px;line-height:1.4}
.shop-price{font-weight:800;color:var(--accent);font-size:1.05rem}
.shop-price small{font-size:.72rem;font-weight:500;opacity:.8;margin-left:4px}
.shop-badge{display:inline-block;font-size:.72rem;padding:2px 8px;border-radius:999px;background:rgba(0,0,0,.08);margin-left:6px;vertical-align:middle}
.shop-back{display:inline-block;margin:0 0 18px;font-size:.9rem;opacity:.8;color:inherit;text-decoration:none}
.shop-back:hover{opacity:1;text-decoration:underline}
.shop-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}
.shop-detail .shop-ph,.shop-detail .shop-img{border-radius:12px;aspect-ratio:4/5}
.shop-detail-name{font-size:clamp(1.3rem,2.6vw,1.8rem);font-weight:800;margin:0 0 10px;line-height:1.3}
.shop-detail .shop-price{font-size:1.5rem;display:block;margin:0 0 16px}
.shop-detail-desc{margin:0 0 22px;white-space:pre-line;opacity:.85}
.shop-field{margin:0 0 14px}
.shop-field label{display:block;font-size:.8rem;opacity:.8;margin-bottom:4px}
.shop-field select,.shop-field input{font:inherit;padding:10px 12px;border-radius:8px;border:1px solid var(--ground-line,rgba(0,0,0,.2));background:var(--ground-base);color:inherit;min-width:120px;max-width:100%}
.shop-detail .shop-field select{width:100%}
.shop-qty{display:inline-flex;border:1px solid var(--ground-line,rgba(0,0,0,.2));border-radius:8px;overflow:hidden;vertical-align:middle}
.shop-qty button{font:inherit;width:36px;height:36px;background:transparent;border:0;font-size:1.1rem;cursor:pointer;color:inherit}
.shop-qty span{display:inline-block;min-width:36px;text-align:center;line-height:36px;font-weight:600}
.shop-btn{font:inherit;font-weight:700;padding:13px 26px;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}
.shop-btn[disabled]{opacity:.5;cursor:not-allowed}
.shop-btn--wide{display:block;width:100%}
.shop-btn--ghost{background:transparent;color:var(--accent);border:1px solid var(--accent)}
.shop-dl{display:grid;grid-template-columns:minmax(120px,220px) 1fr;gap:12px 24px;margin:0}
.shop-dl dt{font-weight:700}
.shop-dl dd{margin:0;white-space:pre-line}
.shop-note{font-size:.85rem;opacity:.8;margin-top:14px}
.shop-note a{color:inherit}
.shop-cart-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;align-items:start}
.shop-row{display:grid;grid-template-columns:72px 1fr auto;gap:16px;padding:16px 0;border-bottom:1px solid var(--ground-line,rgba(0,0,0,.1));align-items:center}
.shop-row .shop-ph,.shop-row .shop-img{aspect-ratio:1/1;width:72px;border-radius:8px}
.shop-row-n{font-weight:600}
.shop-row-v{font-size:.8rem;opacity:.75}
.shop-row-r{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.shop-cart-del{font:inherit;font-size:.8rem;background:transparent;border:none;color:inherit;opacity:.7;cursor:pointer;text-decoration:underline;padding:0}
.shop-sum{background:var(--ground-alt);border-radius:12px;padding:22px}
.shop-sum h3{font-size:1rem;font-weight:700;margin:0 0 14px}
.shop-sum .shop-field select{width:100%;background:var(--ground-base)}
.shop-sum dl{display:grid;grid-template-columns:1fr auto;row-gap:8px;column-gap:12px;margin:0;font-size:.9rem}
.shop-sum dt{font-weight:500}
.shop-sum dd{margin:0;text-align:right;white-space:nowrap}
.shop-sum-tot{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--ground-line,rgba(0,0,0,.1));margin-top:10px;padding-top:12px;font-size:1.15rem;font-weight:800}
.shop-sum-tot small{font-size:.7rem;font-weight:400;opacity:.75;margin-left:4px}
.shop-sum .shop-btn{margin-top:16px}
.shop-sum .shop-note{margin-top:8px}
.shop-form{max-width:640px}
.shop-form fieldset{border:0;padding:0;margin:0 0 26px;min-width:0}
.shop-form legend{font-size:1.05rem;font-weight:700;margin:0 0 12px;padding:0}
.shop-form .shop-field{margin-bottom:14px}
.shop-form label small{color:var(--accent)}
.shop-form input[type=text],.shop-form input[type=email],.shop-form input[type=tel],.shop-form select,.shop-form textarea{width:100%;font:inherit;padding:10px 12px;border:1px solid var(--ground-line,rgba(0,0,0,.2));border-radius:8px;background:var(--ground-base);color:var(--text)}
.shop-form textarea{min-height:90px;resize:vertical}
.shop-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.shop-pay-opt{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--ground-line,rgba(0,0,0,.15));border-radius:10px;padding:14px 16px;margin-bottom:10px;cursor:pointer}
.shop-pay-opt.is-on{border-color:var(--accent);background:var(--ground-alt)}
.shop-pay-opt input{margin:4px 0 0}
.shop-pay-opt small{display:block;font-size:.8rem;opacity:.75;white-space:pre-wrap;margin-top:2px}
.shop-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.shop-err{font-weight:600;border-left:3px solid var(--accent);padding-left:10px;margin:0 0 12px}
.shop-done{max-width:640px;margin:0 auto;text-align:center;padding:10px 0 20px}
.shop-done-ok{width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;margin:0 auto 16px}
.shop-done-no{font-size:.85rem;opacity:.8}
.shop-order-no{display:block;font-size:1.4rem;font-weight:800;color:var(--text);letter-spacing:.06em;margin-top:4px}
.shop-box{background:var(--ground-alt);border-radius:12px;padding:20px 22px;text-align:left;margin:22px 0;font-size:.9rem}
.shop-box h3{font-size:.95rem;font-weight:700;margin:0 0 8px}
.shop-box p{margin:0 0 6px;white-space:pre-wrap}
.shop-box dl{display:grid;grid-template-columns:1fr auto;row-gap:6px;column-gap:12px;margin:0}
.shop-box dd{margin:0;text-align:right;white-space:nowrap}
.shop-box .shop-btn{margin-top:12px}
@media (max-width:720px){.shop-detail,.shop-cart-grid,.shop-two{grid-template-columns:1fr;gap:26px}.shop-row{grid-template-columns:56px 1fr;gap:12px}.shop-row .shop-ph,.shop-row .shop-img{width:56px}.shop-row-r{grid-column:1/-1;justify-content:space-between}}
@media (max-width:640px){.shop-dl{grid-template-columns:1fr;gap:4px 0}.shop-dl dd{margin-bottom:12px}}
@media (max-width:480px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-card-body{padding:10px 10px 12px}}
