.wb-studio-choice,
.mpab-wall-builder {
  --wall-accent: var(--wp--preset--color--primary, #b86f4b);
  --wall-ink: currentColor;
  --wall-soft: color-mix(in srgb, currentColor 5%, transparent);
  --wall-line: color-mix(in srgb, currentColor 20%, transparent);
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.wb-studio-choice *, .mpab-wall-builder * { box-sizing: border-box; }
.wb-studio-choice [hidden], .mpab-wall-builder [hidden] { display: none !important; }
.wb-studio-choice button, .wb-studio-choice input, .mpab-wall-builder button, .mpab-wall-builder input { font: inherit; }
.mpab-wall-promotion { display: grid; grid-template-columns: 1fr; gap: 4px; margin: 0 0 28px; padding: 20px 24px; border: 1px solid var(--wall-accent); border-radius: 14px; background: color-mix(in srgb, var(--wall-accent) 7%, #fff); }
.mpab-wall-promotion strong { font-size: clamp(22px, 3vw, 34px); font-weight: 400; }
.mpab-wall-promotion p { margin: 0; opacity: .7; }
.mpab-wall-review__usual strong { text-decoration: line-through; opacity: .65; }
.mpab-wall-review__saving { color: var(--wall-accent); }
.mpab-wall-review__deadline { display: block !important; font-size: 12px; opacity: .7; }
.wb-studio-choice__intro { max-width: 780px; padding: clamp(20px, 4vw, 56px) 0 24px; }
.wb-studio-choice__intro h2, .mpab-wall-step h2, .mpab-wall-confirmation h2 { color: inherit; font-family: inherit; font-size: clamp(2rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.02; margin: 8px 0 18px; }
.wb-studio-eyebrow, .mpab-wall-kicker { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.wb-studio-choice__cards { display: grid; gap: clamp(18px, 3vw, 36px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wb-studio-entry { appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; padding: 0; text-align: left; }
.wb-studio-entry__mockup { align-items: center; aspect-ratio: 3/2; background-color: #f2eee8; background-position: center; background-repeat: no-repeat; background-size: cover; border: 1px solid var(--wall-line); display: flex; justify-content: center; overflow: hidden; position: relative; transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.wb-studio-entry:hover .wb-studio-entry__mockup, .wb-studio-entry:focus-visible .wb-studio-entry__mockup { border-color: currentColor; box-shadow: 0 16px 40px color-mix(in srgb, currentColor 12%, transparent); transform: translateY(-4px); }
.wb-studio-entry__mockup--album { background-image: url('../images/wall-art/studio-entry/albums.webp'); }
.wb-studio-entry__mockup--wall { background-image: url('../images/wall-art/studio-entry/wall-art.webp'); }
.wb-studio-entry strong { display: block; font-size: clamp(1.45rem, 3vw, 2.4rem); font-weight: 400; margin-top: 16px; }
.wb-studio-entry > span:last-child { display: block; font-size: .95rem; line-height: 1.5; margin-top: 5px; opacity: .7; }
.wb-studio-panel { scroll-margin-top: 24px; }
.wb-studio-back { background: transparent; border: 0; color: inherit; cursor: pointer; margin: 12px 0 20px; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }
.wb-studio-basket-bar { bottom: 22px; display: flex; justify-content: flex-end; padding: 0; position: fixed; right: 22px; z-index: 9999; }
.wb-studio-basket-bar button { align-items: center; background: var(--wall-accent); border: 1px solid var(--wall-accent); border-radius: 999px; box-shadow: 0 14px 36px #0003; color: #fff; cursor: pointer; display: flex; font-weight: 700; gap: 12px; min-height: 52px; padding: 12px 14px 12px 20px; transition: box-shadow .2s ease, transform .2s ease; }
.wb-studio-basket-bar button:hover,.wb-studio-basket-bar button:focus-visible { box-shadow: 0 18px 42px #0004; transform: translateY(-2px); }
.wb-studio-basket-bar span { align-items: center; background: #fff; border-radius: 50%; color: #222; display: inline-flex; font-size: .78rem; font-weight: 700; height: 24px; justify-content: center; min-width: 24px; padding: 0 6px; }
.wb-studio-basket-page { padding: clamp(18px,4vw,54px) 0; }
.wb-studio-basket-page__intro { max-width: 760px; }
.wb-studio-basket-page__intro h2 { color: inherit; font-family: inherit; font-size: clamp(2rem,5vw,4rem); font-weight: 400; line-height: 1.05; margin: 8px 0 16px; }
.wb-studio-basket-page__intro > p:last-child { font-size: 1.05rem; line-height: 1.55; opacity: .72; }
.mpab-wall-builder { padding: clamp(12px, 3vw, 32px) 0; }
.mpab-wall-progress { align-items: center; display: flex; font-size: .78rem; font-weight: 700; gap: 14px; letter-spacing: .08em; margin-bottom: clamp(28px, 6vw, 70px); }
.mpab-wall-progress i { background: var(--wall-line); display: block; flex: 1; height: 2px; overflow: hidden; }
.mpab-wall-progress b { background: currentColor; display: block; height: 100%; transition: width .35s ease; width: 20%; }
.mpab-wall-step { animation: mpab-wall-enter .32s ease both; scroll-margin-top: 20px; }
@keyframes mpab-wall-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.mpab-wall-step > p:not(.mpab-wall-kicker) { font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.55; max-width: 720px; opacity: .72; }
.mpab-wall-products { display: grid; gap: 20px 2.5%; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.mpab-wall-products .mpab-wall-product-description { display: block; font-size: .88rem; font-weight: 400; line-height: 1.45; opacity: .65; padding: 0 16px 18px; }
.mpab-wall-option { cursor: pointer; display: block; min-width: 0; position: relative; }
.mpab-wall-option input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.mpab-wall-option > span { align-items: center; background: transparent; border: 1px solid var(--wall-line); display: flex; gap: 12px; height: 100%; min-height: 64px; padding: 14px; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.mpab-wall-option:hover > span { border-color: color-mix(in srgb, currentColor 50%, transparent); transform: translateY(-2px); }
.mpab-wall-option input:focus-visible + span { outline: 2px solid currentColor; outline-offset: 3px; }
.mpab-wall-option input:checked + span { background: color-mix(in srgb, var(--wall-accent) 7%, transparent); border-color: var(--wall-accent); box-shadow: inset 0 0 0 2px var(--wall-accent); }
.mpab-wall-option strong { font-size: 1rem; line-height: 1.2; }
.mpab-wall-option--product > span { align-items: stretch; display: block; min-height: 0; padding: 0; }
.mpab-wall-option--product strong { display: block; font-size: 1.25rem; font-weight: 500; padding: 16px 16px 14px; }
.mpab-wall-option--product .mpab-wall-mockup { aspect-ratio: 1; }
.mpab-wall-mockup { align-items: center; aspect-ratio: 4/3; background: #f1ede7; display: flex; justify-content: center; overflow: hidden; position: relative; }
.mpab-wall-mockup b { background: linear-gradient(145deg,#d8d0c5,#eee9e2); box-shadow: 8px 12px 22px #0002; display: block; height: 60%; width: 52%; }
.mpab-wall-mockup--canvas,
.mpab-wall-mockup--metal,
.mpab-wall-mockup--acrylic,
.mpab-wall-mockup--hanging,
.mpab-wall-mockup--framed { background-position: center; background-repeat: no-repeat; background-size: cover; }
.mpab-wall-mockup--canvas { background-image: url('../images/wall-art/product-cards/canvas-print.webp'); }
.mpab-wall-mockup--metal { background-image: url('../images/wall-art/product-cards/metal-print.webp'); }
.mpab-wall-mockup--acrylic { background-image: url('../images/wall-art/product-cards/acrylic-print.webp'); }
.mpab-wall-mockup--hanging { background-image: url('../images/wall-art/product-cards/hanging-canvas.webp'); }
.mpab-wall-mockup--framed { background-image: url('../images/wall-art/product-cards/framed-photo.webp'); }
.mpab-wall-mockup--canvas b,
.mpab-wall-mockup--metal b,
.mpab-wall-mockup--acrylic b,
.mpab-wall-mockup--hanging b,
.mpab-wall-mockup--framed b { display: none; }
.mpab-wall-mockup--canvas b { border: 4px solid #c7bcae; box-shadow: 8px 8px 0 #aaa094, 12px 15px 24px #0002; }
.mpab-wall-mockup--metal b { background: linear-gradient(145deg,#d7d9d8,#9fa5a4); border: 1px solid #8d9493; box-shadow: 10px 16px 24px #0003; }
.mpab-wall-mockup--acrylic b { background: linear-gradient(135deg,#eee9e0 0 45%,#fff9 46% 53%,#c9d4d7 54%); border: 4px solid #fff9; box-shadow: 8px 12px 24px #0003; }
.mpab-wall-mockup--hanging b { background: #dad1c3; border-bottom: 7px solid #88715a; border-top: 7px solid #88715a; box-shadow: none; position: relative; }
.mpab-wall-mockup--hanging b::before { border-left: 1px solid #88715a; border-top: 1px solid #88715a; content: ""; height: 30px; left: 50%; position: absolute; top: -30px; transform: translateX(-50%) rotate(45deg); width: 30px; }
.mpab-wall-mockup--framed b { background: #ddd6ca; border: 10px solid #514b44; box-shadow: inset 0 0 0 10px #f7f4ef, 8px 12px 22px #0002; }
.mpab-wall-orientations, .mpab-wall-finishes { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); margin: 28px 0; }
.mpab-wall-option--text > span, .mpab-wall-option--finish > span { justify-content: center; text-align: center; }
.mpab-wall-option--finish.has-image > span { flex-direction: column; gap: 10px; min-height: 122px; }
.mpab-wall-frame-swatch { display: block; height: 58px; object-fit: cover; width: 58px; }
.mpab-wall-sizes { display: grid; gap: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.mpab-wall-option--size > span { align-items: center; flex-direction: column; justify-content: flex-end; min-height: 210px; text-align: center; }
.mpab-wall-option--size em, .mpab-wall-option--size small { font-size: .8rem; font-style: normal; opacity: .65; }
.mpab-wall-shape { aspect-ratio: var(--wall-ratio); background: color-mix(in srgb, currentColor 12%, transparent); border: 1px solid currentColor; display: block; height: auto; margin: auto; max-height: 88px; max-width: 110px; position: relative; width: min(72%, calc(70px * var(--wall-ratio))); }
.mpab-wall-shape--canvas { border: 0; box-shadow: 4px 4px 0 color-mix(in srgb, currentColor 23%, transparent), 8px 10px 16px color-mix(in srgb, currentColor 11%, transparent); }
.mpab-wall-shape--metal { border-width: 1px; box-shadow: 7px 10px 16px color-mix(in srgb, currentColor 18%, transparent); }
.mpab-wall-shape--acrylic { border: 3px solid color-mix(in srgb, var(--wall-soft) 75%, transparent); box-shadow: 6px 9px 15px color-mix(in srgb, currentColor 17%, transparent); overflow: hidden; }
.mpab-wall-shape--acrylic::after { background: linear-gradient(135deg, transparent 43%, color-mix(in srgb, var(--wall-soft) 78%, transparent) 44% 53%, transparent 54%); content: ""; inset: 0; position: absolute; }
.mpab-wall-shape--hanging-canvas { border: 0; border-bottom: 6px solid #c8ad86; border-top: 6px solid #c8ad86; box-shadow: 4px 8px 14px color-mix(in srgb, currentColor 12%, transparent); }
.mpab-wall-shape--hanging-canvas::before { border-left: 1px solid #b99b72; border-top: 1px solid #b99b72; content: ""; height: 19px; left: 50%; position: absolute; top: -24px; transform: translateX(-50%) rotate(45deg); width: 19px; }
.mpab-wall-shape--framed-photo { border: 4px solid currentColor; box-shadow: inset 0 0 0 4px var(--wall-soft), 5px 7px 13px color-mix(in srgb, currentColor 15%, transparent); }
.mpab-wall-included { background: var(--wall-soft); border: 1px solid var(--wall-line); padding: 22px; }
.mpab-wall-upload { align-items: center; aspect-ratio: var(--wall-upload-ratio, 3 / 2); background: var(--wall-soft); border: 1px dashed color-mix(in srgb,currentColor 40%,transparent); cursor: pointer; display: flex; height: auto; justify-content: center; margin: 28px auto 0; max-width: 100%; min-height: 0; overflow: hidden; position: relative; touch-action: none; width: min(100%, var(--wall-upload-width, 102vh)); }
.mpab-wall-upload.is-dragging { background: color-mix(in srgb,var(--wall-accent) 10%,transparent); border-color: var(--wall-accent); }
.mpab-wall-upload input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.mpab-wall-upload [data-wall-empty] { align-items: center; display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 100%; text-align: center; width: 100%; }
.mpab-wall-upload canvas { aspect-ratio: var(--wall-upload-ratio, 3 / 2); cursor: grab; display: block; height: auto; max-height: none; max-width: 100%; width: 100%; }
.mpab-wall-upload.is-framed-photo { border: 0; box-shadow: 0 18px 32px #0002; }
.mpab-wall-upload.is-framed-photo::before,.mpab-wall-upload.is-framed-photo::after { content:""; inset:0; pointer-events:none; position:absolute; z-index:2; }
.mpab-wall-upload.is-framed-photo::before { border:clamp(8px,1.35vw,15px) solid var(--wall-frame-colour,#302d2a); box-shadow:inset 0 0 0 1px #0004; }
.mpab-wall-upload.is-framed-photo::after { border:clamp(26px,5.2vw,58px) solid #f8f6f0; box-shadow:inset 0 0 0 1px #cfc8bc; inset:clamp(8px,1.35vw,15px); }
.mpab-wall-upload.is-framed-photo [data-wall-empty] { padding:clamp(44px,8vw,86px); position:relative; z-index:3; }
.mpab-wall-upload.is-framed-photo canvas { position:relative; z-index:1; }
.mpab-wall-editor { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.mpab-wall-editor label { align-items: center; display: flex; flex: 1 1 250px; gap: 12px; }
.mpab-wall-editor input { flex: 1; }
.mpab-wall-editor button { background: transparent; border: 1px solid var(--wall-line); color: inherit; cursor: pointer; padding: 10px 14px; }
.mpab-wall-quality { border-left: 3px solid currentColor; padding: 10px 14px; }
.mpab-wall-quality:empty { display: none; }.mpab-wall-quality.is-poor { color: #a13d35; }
.mpab-wall-review { background: var(--wall-soft); border: 1px solid var(--wall-line); display: grid; gap: 28px; grid-template-columns: minmax(180px,32%) 1fr; margin: 28px 0; padding: clamp(18px,4vw,40px); }
.mpab-wall-review__visual .mpab-wall-mockup { width: 100%; }
.mpab-wall-review ul { list-style: none; margin: 0; padding: 0; }
.mpab-wall-review li { align-items: center; border-bottom: 1px solid var(--wall-line); display: grid; gap: 12px; grid-template-columns: 110px 1fr auto; padding: 15px 0; }
.mpab-wall-review li span { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }.mpab-wall-review li button { background: transparent; border: 0; color: inherit; cursor: pointer; text-decoration: underline; }.mpab-wall-review__total strong { font-size: 1.8rem; }
.mpab-wall-client { background: var(--wall-soft); border: 1px solid var(--wall-line); display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 24px; padding: clamp(18px,3vw,30px); }
.mpab-wall-quantity { align-items: center; display: flex; gap: 14px; justify-content: flex-end; margin: 18px 0; }.mpab-wall-quantity span { font-weight: 600; }.mpab-wall-quantity input { background: transparent; border: 1px solid var(--wall-line); min-height: 46px; padding: 8px 10px; text-align: center; width: 84px; }
.wb-studio-basket { background: var(--wall-soft); border: 1px solid var(--wall-line); margin: 24px 0; padding: clamp(18px,3vw,30px); }.wb-studio-basket h3,.wb-studio-basket p{margin-top:0}.wb-studio-basket__row{align-items:center;border-top:1px solid var(--wall-line);display:grid;gap:14px;grid-template-columns:64px minmax(0,1fr) auto auto auto;padding:14px 0}.wb-studio-basket__row div{display:flex;flex-direction:column}.wb-studio-basket__row > span:not(.wb-studio-basket__actions):not(.wb-studio-basket__visual){font-size:.86rem;opacity:.7}
.wb-studio-basket__visual { align-items:center; aspect-ratio:1; background:color-mix(in srgb,currentColor 7%,transparent); display:flex; justify-content:center; overflow:hidden; width:64px; }
.wb-studio-basket__visual img { height:100%; object-fit:cover; width:100%; }
.wb-studio-basket__actions { display:flex; gap:12px; opacity:1; }
.wb-studio-basket__actions button { background:transparent; border:0; color:inherit; cursor:pointer; font:inherit; padding:7px 2px; text-decoration:underline; text-underline-offset:4px; }
.wb-studio-basket__actions button:last-child { color:#9b332d; }
.wb-studio-basket__empty { border-top:1px solid var(--wall-line); padding-top:18px; }
.wb-studio-basket__total { align-items: center; border-top: 2px solid var(--wall-line); display: flex; font-size: 1.15rem; justify-content: space-between; padding-top: 18px; }
.mpab-wall-client label { display: flex; flex-direction: column; font-size: .85rem; font-weight: 600; gap: 7px; }.mpab-wall-client input[type=text],.mpab-wall-client input[type=email] { background: transparent; border: 1px solid var(--wall-line); color: inherit; min-height: 50px; padding: 10px 12px; width: 100%; }.mpab-wall-client .mpab-wall-consent { align-items: flex-start; flex-direction: row; grid-column: 1/-1; line-height: 1.5; }
.mpab-wall-actions { border-top: 1px solid var(--wall-line); display: flex; justify-content: flex-end; gap: 12px; margin-top: 38px; padding-top: 20px; }
.mpab-wall-button { background: var(--wall-accent); border: 1px solid var(--wall-accent); color: #fff; cursor: pointer; min-height: 48px; padding: 12px 24px; }.mpab-wall-button--back { background: transparent; color: inherit; margin-right: auto; }.mpab-wall-button--secondary { background: transparent; color: inherit; }.mpab-wall-button:disabled { cursor: wait; opacity: .55; }
.mpab-wall-button--confirm { background:#27251f !important; border-color:#27251f !important; color:#fff !important; opacity:1; }
.mpab-wall-button--confirm:hover,.mpab-wall-button--confirm:focus-visible { background:#fff !important; border-color:#27251f !important; color:#27251f !important; }
.mpab-wall-button--confirm:disabled { background:#57534b !important; border-color:#57534b !important; color:#fff !important; opacity:.72; }
.mpab-wall-error { background: #fff0ef; border-left: 3px solid #a13d35; color: #762b25; margin-top: 16px; padding: 12px 15px; }
.mpab-wall-confirmation { background: var(--wall-soft); border: 1px solid var(--wall-line); padding: clamp(28px,7vw,80px); }.mpab-wall-confirmation > span { align-items:center;background:var(--wall-accent);border-radius:50%;display:flex;height:54px;justify-content:center;width:54px; }
@media (max-width: 760px) {
	.wb-studio-basket-bar { bottom:calc(12px + env(safe-area-inset-bottom)); left:12px; right:12px; }
	.wb-studio-basket-bar button { justify-content:space-between; width:100%; }
  .wb-studio-choice__cards { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .wb-studio-entry strong { font-size: 1.25rem; }.wb-studio-entry > span:last-child { display:none; }
  .mpab-wall-products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.mpab-wall-products .mpab-wall-product-description { display:none; }
  .mpab-wall-sizes { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }.mpab-wall-option--size > span { min-height: 155px; padding: 9px 5px; }.mpab-wall-option--size strong { font-size: .85rem; }.mpab-wall-shape { max-height: 64px; max-width: 75px; }
  .mpab-wall-review { grid-template-columns: 1fr; }.mpab-wall-review__visual { max-width: 320px; }.mpab-wall-client { grid-template-columns: 1fr; }
  .mpab-wall-upload { height: auto; }
	.wb-studio-basket__row { align-items:start; grid-template-columns:56px minmax(0,1fr) auto; }
	.wb-studio-basket__visual { grid-row:1 / span 2; width:56px; }
	.wb-studio-basket__row > span:not(.wb-studio-basket__actions):not(.wb-studio-basket__visual) { grid-column:2; }
	.wb-studio-basket__row > strong { grid-column:3; grid-row:1; }
	.wb-studio-basket__actions { grid-column:2 / 4; }
}
@media (max-width: 420px) { .mpab-wall-option--product strong { font-size: 1rem; padding: 11px; }.mpab-wall-option--size > span { min-height: 140px; }.mpab-wall-review li { grid-template-columns: 80px 1fr auto; } }
@media (prefers-reduced-motion: reduce) { .mpab-wall-step, .mpab-wall-option > span, .wb-studio-entry__mockup { animation: none; scroll-behavior: auto; transition: none; } }
