.shb-booking{
  --shb-highlight:#d9b45f;
  --shb-main-text:#191714;
  --shb-bg:#f7f3ea;
  --shb-product-bg:#fffdf8;
  --shb-product-text:#191714;
  --shb-product-muted:#70695d;
  --shb-form-bg:#fffdf8;
  --shb-form-text:#191714;
  --shb-form-muted:#70695d;
  --shb-alt-bg:#efe6d6;
  --shb-alt-text:#191714;
  --shb-input-bg:#fff;
  --shb-input-text:#191714;
  --shb-input-placeholder:#70695d;
  --shb-pill-bg:#fffdf8;
  --shb-pill-text:#191714;
  --shb-response-bg:#fffdf8;
  --shb-response-text:#191714;
  --shb-border:#191714;
  --shb-button:#191714;
  --shb-button-text:#fff;
  --shb-featured-bg:#f3efe5;
  --shb-featured-text:#191714;
  --shb-featured-border:#191714;
  --shb-radius-button:999px;
  --shb-radius-outer:28px;
  --shb-radius-card:22px;
  --shb-radius-inner:16px;
  --shb-image-height-desktop:220px;
  --shb-image-height-tablet:190px;
  --shb-image-height-mobile:170px;
  --shb-image-fit:cover;
  --shb-image-position:center;
  color:var(--shb-main-text);
  font-family:inherit;
  background:var(--shb-bg);
  border:1px solid color-mix(in srgb,var(--shb-border) 12%,transparent);
  border-radius:var(--shb-radius-outer);
  padding:clamp(18px,3vw,34px);
  box-shadow:none;
  overflow:hidden;
}
.shb-booking *{box-sizing:border-box;min-width:0}

.shb-kicker,.shb-mini-label{
  display:inline-flex;width:auto;max-width:100%;margin:0 0 12px;padding:7px 12px;
  background:color-mix(in srgb,var(--shb-highlight) 22%,var(--shb-bg));
  border:1px solid color-mix(in srgb,var(--shb-border) 16%,transparent);
  border-radius:var(--shb-radius-button);color:var(--shb-main-text);font-weight:750;
  text-transform:uppercase;letter-spacing:.08em;font-size:12px;line-height:1.2
}
.shb-booking-head{max-width:920px;margin-bottom:26px;color:var(--shb-main-text)}
.shb-booking-head h2{margin:0 0 12px;font-size:clamp(30px,4.2vw,56px);line-height:1.02;color:var(--shb-main-text);letter-spacing:-.04em}
.shb-booking-head p:not(.shb-kicker){font-size:clamp(16px,1.4vw,19px);line-height:1.65;margin:0;color:var(--shb-main-text)}

.shb-shop-shell{display:grid;grid-template-columns:1fr;gap:clamp(18px,2.5vw,28px);align-items:start}
.shb-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.shb-product-card{
  appearance:none;-webkit-appearance:none;display:flex;flex-direction:column;width:100%;text-align:left;
  background:var(--shb-product-bg);border:1px solid color-mix(in srgb,var(--shb-border) 14%,transparent);
  color:var(--shb-product-text);padding:0!important;margin:0;cursor:pointer;border-radius:var(--shb-radius-card);
  overflow:hidden;box-shadow:none!important;transition:transform .18s ease,border-color .18s ease,background .18s ease;line-height:normal
}
.shb-product-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--shb-border) 36%,transparent)}
.shb-product-card.is-selected{border:2px solid var(--shb-border);box-shadow:0 0 0 3px color-mix(in srgb,var(--shb-highlight) 18%,transparent)!important}
.shb-product-card.is-featured{background:var(--shb-featured-bg);color:var(--shb-featured-text);border-color:var(--shb-featured-border)}
.shb-product-card.is-featured .shb-product-desc,.shb-product-card.is-featured .shb-product-subtitle{color:color-mix(in srgb,var(--shb-featured-text) 72%,transparent)}
.shb-product-card.is-featured .shb-product-image{background:color-mix(in srgb,var(--shb-featured-bg) 82%,#fff)}
.shb-product-card.is-featured .shb-product-meta span,.shb-product-card.is-featured .shb-pills span{
  background:color-mix(in srgb,var(--shb-featured-bg) 88%,#fff);color:var(--shb-featured-text);
  border-color:color-mix(in srgb,var(--shb-featured-border) 18%,transparent)
}
.shb-product-image{
  width:100%;height:var(--shb-image-height-desktop);background:var(--shb-alt-bg);display:flex;align-items:center;
  justify-content:center;overflow:hidden;border-bottom:1px solid color-mix(in srgb,var(--shb-border) 10%,transparent);
  padding:0;margin:0;line-height:0;flex:0 0 auto
}
.shb-product-image img{width:100%!important;height:100%!important;object-fit:var(--shb-image-fit)!important;object-position:var(--shb-image-position)!important;display:block;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;max-width:none!important;background:var(--shb-alt-bg)}
.shb-product-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}
.shb-product-desc{flex:1}
.shb-price-row{display:block;width:100%;margin:0}
.shb-price-row strong{display:inline-flex;max-width:100%;white-space:normal;background:var(--shb-button);color:var(--shb-button-text);border-radius:var(--shb-radius-button);padding:8px 11px;font-weight:780;font-size:13px;line-height:1.2;text-align:left;overflow-wrap:anywhere}
.shb-product-card h3{font-size:clamp(20px,1.8vw,25px);line-height:1.12;margin:0;color:inherit;letter-spacing:-.025em;overflow-wrap:anywhere}
.shb-product-desc{font-size:14px;line-height:1.55;margin:0;color:var(--shb-product-muted);overflow-wrap:anywhere}
.shb-product-subtitle{margin:0;font-weight:650;color:var(--shb-product-muted);font-size:13px;line-height:1.4;overflow-wrap:normal;word-break:normal}
.shb-product-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:0}
.shb-product-meta span,.shb-pills span{display:inline-flex;max-width:100%;border:1px solid color-mix(in srgb,var(--shb-border) 13%,transparent);background:var(--shb-pill-bg);border-radius:var(--shb-radius-button);padding:6px 9px;font-weight:650;font-size:12px;line-height:1.25;color:var(--shb-pill-text);overflow-wrap:normal;word-break:normal}
.shb-pills{display:flex;flex-wrap:wrap;gap:7px}
.shb-placeholder-art{position:relative;width:112px;height:88px;opacity:.95}
.shb-placeholder-art span{position:absolute;left:12px;bottom:10px;width:82px;height:48px;background:color-mix(in srgb,var(--shb-highlight) 22%,var(--shb-alt-bg));border:1px solid color-mix(in srgb,var(--shb-border) 18%,transparent);border-radius:var(--shb-radius-inner)}
.shb-placeholder-art i{position:absolute;left:28px;top:16px;width:58px;height:35px;background:var(--shb-product-bg);border:1px solid color-mix(in srgb,var(--shb-border) 16%,transparent);border-radius:calc(var(--shb-radius-inner) * .75)}
.shb-placeholder-art b{position:absolute;right:6px;bottom:9px;width:26px;height:26px;background:color-mix(in srgb,var(--shb-border) 60%,transparent);border-radius:50%}

.shb-side{position:static;background:var(--shb-form-bg);color:var(--shb-form-text);border:1px solid color-mix(in srgb,var(--shb-border) 14%,transparent);border-radius:var(--shb-radius-card);padding:20px;box-shadow:none}
.shb-side h3{margin:0 0 8px;font-size:24px;color:var(--shb-form-text);letter-spacing:-.025em}
.shb-side p{line-height:1.6;color:var(--shb-form-muted);margin-top:0}
.shb-side .shb-mini-label{color:var(--shb-form-text);background:color-mix(in srgb,var(--shb-highlight) 22%,var(--shb-form-bg))}
.shb-selected-card{border:1px solid color-mix(in srgb,var(--shb-border) 13%,transparent);background:var(--shb-alt-bg);color:var(--shb-alt-text);border-radius:var(--shb-radius-inner);padding:16px;margin-bottom:16px}
.shb-selected-card h3,.shb-selected-card p{color:var(--shb-alt-text)}
.shb-selected-card strong{display:inline-block;margin-top:4px;background:var(--shb-button);color:var(--shb-button-text);border-radius:var(--shb-radius-button);padding:8px 12px}
.shb-selected-card h3{margin-top:0}.shb-selected-card p:last-child{margin-bottom:0}

.shb-customer-form{display:grid;gap:11px;color:var(--shb-form-text)}
.shb-customer-form input,.shb-customer-form select,.shb-customer-form textarea{
  width:100%;border:1px solid color-mix(in srgb,var(--shb-border) 20%,transparent);background:var(--shb-input-bg);
  padding:13px 14px;color:var(--shb-input-text);font:inherit;border-radius:var(--shb-radius-inner);box-shadow:none
}
.shb-customer-form input::placeholder,.shb-customer-form textarea::placeholder{color:var(--shb-input-placeholder);opacity:1}
.shb-customer-form select:invalid{color:var(--shb-input-placeholder)}
.shb-customer-form option{background:var(--shb-input-bg);color:var(--shb-input-text)}
.shb-customer-form input:focus,.shb-customer-form select:focus,.shb-customer-form textarea:focus{outline:3px solid color-mix(in srgb,var(--shb-highlight) 35%,transparent);border-color:color-mix(in srgb,var(--shb-highlight) 70%,var(--shb-border))}
.shb-btn{border:2px solid var(--shb-border);border-radius:var(--shb-radius-button);background:var(--shb-button);color:var(--shb-button-text);font-weight:780;padding:14px 18px;box-shadow:none!important;cursor:pointer;text-transform:none;letter-spacing:0;transition:transform .18s ease,opacity .18s ease}
.shb-btn:hover{transform:translateY(-1px)}
.shb-customer-form[hidden],.shb-selected-card[hidden],.shb-selected-empty[hidden],.shb-extra-box[hidden],.shb-response[hidden]{display:none!important}
.shb-btn:disabled{opacity:.65;cursor:wait}
.shb-extra-box{border:1px solid color-mix(in srgb,var(--shb-border) 13%,transparent);background:var(--shb-alt-bg);color:var(--shb-alt-text);border-radius:var(--shb-radius-inner);padding:14px;display:grid;gap:9px}
.shb-extra-box h4{margin:0 0 4px;color:var(--shb-alt-text)}
.shb-extra-box label{display:flex;align-items:flex-start;gap:9px;font-weight:650;color:var(--shb-alt-text);line-height:1.35}
.shb-extra-box input{width:auto;accent-color:var(--shb-button);margin-top:2px}
.shb-response{margin-top:16px;border:1px solid color-mix(in srgb,var(--shb-border) 14%,transparent);background:var(--shb-response-bg);border-radius:var(--shb-radius-inner);padding:18px;color:var(--shb-response-text)}
.shb-response h3,.shb-response p{color:var(--shb-response-text)}
.shb-response h3{margin-top:0}
.shb-loading{grid-column:1/-1;background:var(--shb-product-bg);border:1px solid color-mix(in srgb,var(--shb-border) 13%,transparent);border-radius:var(--shb-radius-inner);padding:20px;font-weight:700;color:var(--shb-product-text)}

.shb-dynamic-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.shb-field{display:grid;gap:6px}.shb-field-textarea,.shb-field-radio,.shb-field-checkbox{grid-column:1/-1}
.shb-field-label{font-size:13px;font-weight:750;color:var(--shb-form-text)}
.shb-choice-group{display:grid;gap:8px}
.shb-choice{display:flex;align-items:flex-start;gap:9px;border:1px solid color-mix(in srgb,var(--shb-border) 14%,transparent);background:var(--shb-input-bg);border-radius:var(--shb-radius-inner);padding:10px 12px;font-weight:650;line-height:1.35;color:var(--shb-input-text)}
.shb-choice input{width:auto!important;margin-top:2px;accent-color:var(--shb-button)}

@media(max-width:900px){.shb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shb-product-image{height:var(--shb-image-height-tablet)}}
@media(max-width:620px){.shb-booking{padding:16px}.shb-product-grid{grid-template-columns:1fr}.shb-product-image{height:var(--shb-image-height-mobile)}.shb-side{padding:16px}.shb-dynamic-fields{grid-template-columns:1fr}.shb-field-textarea,.shb-field-radio,.shb-field-checkbox{grid-column:auto}}
