.coffee-single-card { width:min(1120px,calc(100% - 40px)); margin:30px auto; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.coffee-single-photo { padding:20px; background:#f2f1e6; border-radius:60px 14px; }
.coffee-single-photo img { display:block; width:100%; max-width:720px; height:auto; border-radius:30px 10px; }
.coffee-single-photo p { font-size:10px; text-align:center; margin:15px 0 0; }
.coffee-single-buy h1 { font-size:clamp(24px,3vw,34px); font-weight:500; line-height:1.65; margin:0 0 28px; }
.coffee-single #itempage,.coffee-single #itempage form,.coffee-single #itempage .exp,.coffee-single #itempage .skuform { float:none; width:100%; max-width:none; margin:0; padding:0; text-align:left; }
.coffee-single #itempage .itemimg,.coffee-single #itempage form > h3 { display:none; }
.coffee-single #itempage .field { float:none; width:auto; margin:0 0 18px; font-size:14px; line-height:1.8; }
.coffee-single #itempage .field_price { font-size:26px; color:#556747; }
.coffee-single #itempage .field_cprice { color:#777; }
.coffee-single #itempage .field_name,.coffee-single #itempage .tax { font-size:12px; }
.coffee-single .coffee-product-description { margin:28px 0; padding-top:24px; border-top:1px solid #d5dacb; }
.coffee-single .coffee-product-description h2 { padding:0; border:0; background:none; color:inherit; font-size:20px; }
.coffee-single .coffee-product-description p { font-size:14px; line-height:2; }
.coffee-single #itempage .zaiko_status { display:inline-block; border-radius:6px; padding:12px 20px; background:#e9e9df; color:#59604e; }
.coffee-single #itempage input[type=submit] { padding:14px 26px; min-height:48px; border:0; border-radius:30px; background:#637454; color:white; cursor:pointer; }
.coffee-single #itempage input[type=number],.coffee-single #itempage select { max-width:100%; min-height:44px; padding:8px; border:1px solid #bbc5ad; background:white; }
.coffee-single #itempage .itemsubimg { display:flex; flex-wrap:wrap; gap:12px; margin:24px 0; }
.coffee-single #itempage .itemsubimg img { width:100px; height:auto; }
@media(max-width:760px) {.coffee-single-card { grid-template-columns:1fr; gap:30px; }.coffee-single-photo { max-width:560px; margin:auto; }.coffee-single-buy h1 { font-size:24px; }}

