/* BORONDO V8.3 — real Shopify swatch preview vs associated variant media */
.borondo-swatch-inline{
  display:flex!important;align-items:center;gap:7px;margin:0 0 6px 0;min-width:0;
}
.borondo-swatch-inline-copy{display:flex;flex-direction:column;min-width:0;line-height:1.1}
.borondo-swatch-inline-copy small{font-size:7px!important;letter-spacing:.12em;color:#315847!important;font-weight:750;margin:0!important}
.borondo-swatch-inline-copy span{font-size:9px;color:#514d46;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
.borondo-swatch-circle{
  width:32px;height:32px;min-width:32px;border-radius:50%;overflow:hidden;border:1px solid #d6d1c7;background:#f1efe9;
  display:inline-flex;align-items:center;justify-content:center;color:#756f65;font-size:10px;vertical-align:middle;
}
.borondo-swatch-circle img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important}
.borondo-swatch-circle.color{background:var(--swatch)!important}
.borondo-swatch-circle.empty{background:#f1efe9}

.borondo-variant-visuals{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 13px;
}
.borondo-visual-card{
  min-height:94px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:10px;
  display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:10px;row-gap:8px;align-items:center;
}
.borondo-visual-label{min-width:0}
.borondo-visual-label b{display:block;font-size:11px;line-height:1.25}
.borondo-visual-label small{display:block;margin-top:3px;color:#514d46;font-size:8.5px;line-height:1.35}
.borondo-visual-media{grid-row:1/3;grid-column:2;display:flex;align-items:center;justify-content:center}
.borondo-visual-media.swatch .borondo-swatch-circle{width:54px;height:54px;min-width:54px}
.borondo-visual-media.main{width:58px;height:58px;border-radius:8px;border:1px solid #dedad1;background:#f1efe9;overflow:hidden}
.borondo-visual-media.main img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;padding:3px}
.borondo-change-swatch{justify-self:start;font-size:9px!important;padding:6px 8px!important}
.borondo-change-swatch:disabled{opacity:.55;cursor:not-allowed}
.borondo-main-hint{font-size:8.5px;color:#514d46;line-height:1.3}

/* The first square image remains the associated/main variant image; the swatch is deliberately separate. */
.v8-variant-head>:first-child{align-self:center}
.v8-variant-head>img{object-fit:contain!important}

/* Action semantics: × actually hides in this variant, + restores it. */
.v8-media-flags [data-a="toggle-vmedia"]{font-weight:800}
.v8-media-flags [data-a="toggle-vmedia"].on{background:#fff!important;color:#8f443e!important;border:1px solid #e2c9c5!important}
.v8-media-flags [data-a="primary-vmedia"].on{background:var(--green)!important;color:#fff!important}

.borondo-swatch-picker{position:fixed;inset:0;z-index:260;display:flex;align-items:flex-end;justify-content:center}
.borondo-swatch-backdrop{position:absolute;inset:0;border:0;background:rgba(28,26,22,.32)}
.borondo-swatch-picker-card{position:relative;width:min(620px,100%);max-height:78vh;overflow:auto;background:#fbfaf7;border-radius:18px 18px 0 0;padding:18px 22px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -18px 60px rgba(0,0,0,.16)}
.borondo-swatch-picker-card header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}
.borondo-swatch-picker-card header small{font-size:8px;letter-spacing:.13em;color:#315847;font-weight:800}
.borondo-swatch-picker-card h3{font:600 18px/1.2 "Helvetica Neue",Helvetica,Arial,sans-serif;margin:3px 0 0}
.borondo-swatch-picker-card p{font-size:10px;color:#514d46;margin:5px 0 0;line-height:1.45}
.borondo-swatch-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,58px);gap:10px;padding:3px 0 14px}
.borondo-swatch-picker-grid button{width:58px;height:58px;border:1px solid #d9d5cc;background:#fff;border-radius:50%;padding:3px;display:grid;place-items:center;cursor:pointer}
.borondo-swatch-picker-grid button:hover{border-color:#315847}
.borondo-swatch-picker-grid .borondo-swatch-circle{width:48px;height:48px;min-width:48px;border:0}
.borondo-swatch-picker-card footer{display:flex;justify-content:flex-end;border-top:1px solid #dedad1;padding-top:12px}
.borondo-swatch-toast{position:fixed;z-index:300;left:50%;bottom:80px;transform:translate(-50%,8px);opacity:0;pointer-events:none;background:#211f1b;color:#fff;padding:8px 12px;border-radius:99px;font-size:10px;transition:.16s}
.borondo-swatch-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:620px){
  .borondo-swatch-inline{gap:5px;margin-bottom:5px}
  .borondo-swatch-circle{width:28px;height:28px;min-width:28px}
  .borondo-swatch-inline-copy span{max-width:100px;font-size:8px}
  .borondo-variant-visuals{grid-template-columns:1fr;gap:7px;margin-bottom:11px}
  .borondo-visual-card{min-height:82px;padding:9px 10px}
  .borondo-visual-media.swatch .borondo-swatch-circle{width:48px;height:48px;min-width:48px}
  .borondo-visual-media.main{width:50px;height:50px}
  .borondo-swatch-picker-card{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}
  .borondo-swatch-picker-grid{grid-template-columns:repeat(5,1fr);gap:7px}
  .borondo-swatch-picker-grid button{width:100%;height:auto;aspect-ratio:1}
  .borondo-swatch-picker-grid .borondo-swatch-circle{width:calc(100% - 6px);height:auto;min-width:0;aspect-ratio:1}
}
