.shop-section{
  position:relative;
  overflow:hidden;
  padding:clamp(44px,7vw,86px) !important;
  background:linear-gradient(135deg,#f8f1e9 0%,#f3e7de 55%,#ece7dc 100%);
}
.shop-section::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-180px;
  top:-220px;
  border-radius:50%;
  background:rgba(151,151,124,.12);
}
.shop-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  gap:clamp(36px,6vw,84px);
  align-items:center;
}
.shop-visual{
  position:relative;
  max-width:560px;
}
.shop-visual img{
  width:100%;
  display:block;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:180px 180px 28px 28px;
  box-shadow:0 28px 70px rgba(61,52,45,.16);
}
.shop-limited{
  position:absolute;
  right:-22px;
  bottom:38px;
  width:132px;
  height:132px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  text-align:center;
  background:#7b7a64;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:11px;
  line-height:1.45;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:0 18px 40px rgba(61,52,45,.2);
}
.shop-content{max-width:590px}
.shop-content h2{
  margin:0 0 10px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.05;
  font-weight:400;
  color:#3d342d;
}
.shop-subtitle{
  max-width:560px;
  margin:0 0 18px;
  color:#6f655d;
  font-size:17px;
  line-height:1.7;
}
.shop-size-note{
  display:inline-flex;
  align-items:center;
  margin:0 0 4px;
  padding:8px 13px;
  border:1px solid rgba(61,52,45,.14);
  border-radius:999px;
  background:rgba(255,255,255,.42);
  color:#655c54;
  font-size:11px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.shop-price-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin:20px 0 26px;
}
.shop-price{
  font-size:34px;
  color:#3d342d;
  letter-spacing:-.02em;
}
.shop-tax{font-size:12px;color:#746a61;text-transform:uppercase;letter-spacing:.12em}
.shop-stock{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.68);
  color:#605b4e;
  font-size:13px;
}
.shop-stock::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#7f8b69;
}
.shop-stock.is-low::before{background:#b8875d}
.shop-stock.is-sold-out::before{background:#a05f56}
.shop-form{margin-top:26px}
.shop-field{margin:0 0 24px;padding:0;border:0}
.shop-field legend,.shop-label{
  display:block;
  margin:0 0 11px;
  color:#3d342d;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.shop-quantity{
  display:flex;
  width:152px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(61,52,45,.14);
  border-radius:999px;
  overflow:hidden;
}
.shop-quantity button{
  width:48px;
  height:46px;
  border:0;
  background:transparent;
  color:#3d342d;
  font-size:22px;
  cursor:pointer;
}
.shop-quantity button:disabled{opacity:.35;cursor:not-allowed}
.shop-quantity input{
  width:56px;
  height:46px;
  border:0;
  border-left:1px solid rgba(61,52,45,.1);
  border-right:1px solid rgba(61,52,45,.1);
  background:#fff;
  color:#3d342d;
  font:600 15px Arial,sans-serif;
  text-align:center;
  appearance:textfield;
}
.shop-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.shop-choice{position:relative;display:block;cursor:pointer}
.shop-choice input{position:absolute;opacity:0;pointer-events:none}
.shop-choice span{
  display:block;
  min-height:98px;
  padding:18px;
  border:1px solid rgba(61,52,45,.14);
  border-radius:18px;
  background:rgba(255,255,255,.64);
  transition:.2s ease;
}
.shop-choice strong{display:block;margin-bottom:6px;color:#3d342d;font-size:15px}
.shop-choice small{color:#766c63;font-size:13px;line-height:1.4}
.shop-choice input:checked + span{
  border-color:#7b7a64;
  background:#fff;
  box-shadow:0 10px 30px rgba(61,52,45,.08);
}
.shop-choice input:focus-visible + span{outline:2px solid #3d342d;outline-offset:3px}
.shop-country{margin-top:14px}
.shop-country[hidden]{display:none}
.shop-country select{
  width:100%;
  height:50px;
  padding:0 16px;
  border:1px solid rgba(61,52,45,.16);
  border-radius:14px;
  background:#fff;
  color:#3d342d;
  font:14px Arial,sans-serif;
}
.shop-summary{
  margin:26px 0 18px;
  padding:18px 0;
  border-top:1px solid rgba(61,52,45,.14);
  border-bottom:1px solid rgba(61,52,45,.14);
}
.shop-summary-row{display:flex;justify-content:space-between;gap:24px;margin:7px 0;color:#71675f;font-size:14px}
.shop-summary-row.total{margin-top:14px;color:#3d342d;font-size:18px;font-weight:700}
.shop-terms{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;color:#6c625b;font-size:12px;line-height:1.5}
.shop-terms input{margin-top:3px;accent-color:#7b7a64}
.shop-terms a{color:inherit;text-underline-offset:3px}
.shop-buy{
  width:100%;
  min-height:56px;
  border:0;
  border-radius:999px;
  padding:15px 26px;
  background:#3d342d;
  color:#fff;
  font:700 12px Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .2s ease,opacity .2s ease;
}
.shop-buy:hover:not(:disabled){transform:translateY(-2px)}
.shop-buy:disabled{opacity:.52;cursor:not-allowed}
.shop-error{min-height:20px;margin:10px 0 0;color:#8d4e48;font-size:13px;line-height:1.45}
.shop-secure{margin:12px 0 0;text-align:center;color:#80766e;font-size:12px}
.shop-features{display:flex;flex-wrap:wrap;gap:8px 18px;margin:24px 0 0;padding:0;list-style:none;color:#655c54;font-size:13px}
.shop-features li::before{content:"✓";margin-right:7px;color:#7b7a64}
@media(max-width:900px){
  .shop-shell{grid-template-columns:1fr;gap:42px}
  .shop-visual{max-width:520px;margin:0 auto}
  .shop-content{max-width:640px;margin:0 auto}
}
@media(max-width:560px){
  .section.shop-section{padding:34px 20px !important}
  .shop-choice-grid{grid-template-columns:1fr}
  .shop-choice span{min-height:auto}
  .shop-limited{right:-5px;bottom:22px;width:108px;height:108px;font-size:9px}
  .shop-visual{padding-right:12px}
  .shop-content h2{font-size:38px}
}
