/** bebarefoot.eu — desktop checkout, step 3: customer information */
@media (min-width: 992px) {
  body.beb-checkout-step3 {
    --beb-checkout-ink: #211f1d;
    --beb-checkout-muted: #77726c;
    --beb-checkout-line: #e5e2de;
    --beb-checkout-paper: #f3f2ef;
    --beb-checkout-white: #fff;
  }

  body.beb-checkout-step3 #content {
    width: 100%;
    max-width: none;
    padding: 42px clamp(28px, 4vw, 72px) 80px;
  }

  body.beb-checkout-step3 #content > h1.beb-checkout-page-title {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    color: var(--beb-checkout-ink);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(46px, 4vw, 64px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }

  body.beb-checkout-step3 .cart-row {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(350px, .92fr);
    gap: clamp(42px, 5vw, 84px);
    align-items: stretch;
    margin: 0;
  }

  body.beb-checkout-step3 .cart-row::before,
  body.beb-checkout-step3 .cart-row::after { content: none !important; display: none !important; }

  body.beb-checkout-step3 .cart-row > .col-md-8,
  body.beb-checkout-step3 .cart-row > .col-md-4 {
    float: none;
    width: auto;
    min-width: 0;
  }

  body.beb-checkout-step3 .co-box,
  body.beb-checkout-step3 .form-group { font-family: "Source Sans 3", sans-serif; }

  body.beb-checkout-step3 #checkoutContent,
  body.beb-checkout-step3 #checkoutContent input,
  body.beb-checkout-step3 #checkoutContent select,
  body.beb-checkout-step3 #checkoutContent textarea,
  body.beb-checkout-step3 #checkoutContent button,
  body.beb-checkout-step3 #checkoutContent label,
  body.beb-checkout-step3 #checkoutSidebar {
    font-family: "Roboto Condensed", Arial, sans-serif !important;
  }

  body.beb-checkout-step3 .cart-header .step.active::before {
    border-color: var(--beb-checkout-ink) !important;
    background: var(--beb-checkout-ink) !important;
    color: var(--beb-checkout-white) !important;
  }
  body.beb-checkout-step3 .co-box { padding: 34px 0; border: 0; border-bottom: 1px solid var(--beb-checkout-line); box-shadow: none; }
  body.beb-checkout-step3 .co-box h3,
  body.beb-checkout-step3 .co-box h4,
  body.beb-checkout-step3 .co-box .h4 { color: var(--beb-checkout-ink); font-size: 24px; font-weight: 760; text-transform: none; }

  body.beb-checkout-step3 input.form-control,
  body.beb-checkout-step3 select.form-control,
  body.beb-checkout-step3 textarea.form-control {
    min-height: 54px;
    border: 1px solid #d8d4cf;
    border-radius: 4px;
    box-shadow: none;
  }
  body.beb-checkout-step3 input.form-control:focus,
  body.beb-checkout-step3 select.form-control:focus,
  body.beb-checkout-step3 textarea.form-control:focus { outline: none; border-color: var(--beb-checkout-ink); box-shadow: 0 0 0 3px rgba(33,31,29,.1); }

  body.beb-checkout-step3 #checkoutSidebar {
    align-self: stretch;
    margin-top: -104px !important;
    padding: 46px 38px 44px !important;
    background: var(--beb-checkout-paper) !important;
  }
  body.beb-checkout-step3 #checkoutSidebar > .cart-content,
  body.beb-checkout-step3 #checkoutSidebar .order-summary { padding: 0 !important; background: transparent !important; }
  body.beb-checkout-step3 #checkoutSidebar .order-summary *,
  body.beb-checkout-step3 #checkoutSidebar .order-summary *::before,
  body.beb-checkout-step3 #checkoutSidebar .order-summary *::after { border-color: transparent !important; box-shadow: none !important; }
  body.beb-checkout-step3 #checkoutSidebar hr { display: none !important; }

  body.beb-checkout-step3 #checkoutSidebar .beb-summary-title {
    margin: 0 0 38px !important;
    color: var(--beb-checkout-ink) !important;
    font: 800 clamp(32px, 2.3vw, 40px)/.95 "Source Sans 3", sans-serif !important;
    letter-spacing: -.035em !important;
    text-transform: uppercase !important;
  }

  body.beb-checkout-step3 #checkoutSidebar .next-step-forward,
  body.beb-checkout-step3 #checkoutSidebar .btn-conversion {
    display: grid !important;
    min-width: 230px;
    min-height: 70px;
    padding: 11px 22px !important;
    place-content: center;
    border: 1px solid var(--beb-checkout-ink) !important;
    border-radius: 0 !important;
    background: var(--beb-checkout-ink) !important;
    color: #fff !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__main {
    display: block;
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
    font-style: normal !important;
  }

  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__note {
    display: block;
    margin-top: 4px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
  }

  body.beb-checkout-step3 #checkoutSidebar .checkout-box.beb-help-below-cta {
    width: 230px !important;
    margin: 18px 0 0 auto !important;
    padding: 0 !important;
    text-align: center;
  }
  body.beb-checkout-step3 #checkoutSidebar .checkout-box.beb-help-below-cta .toggle-contacts {
    display: inline !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--beb-checkout-muted) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-transform: none !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .beb-help-below-cta .toggle-contacts br,
  body.beb-checkout-step3 #checkoutSidebar .beb-help-below-cta .toggle-contacts a { display: none !important; }

  body.beb-checkout-step3 .cart-header .step,
  body.beb-checkout-step3 .cart-header .step * {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  body.beb-checkout-step3 .cart-header .step.active::before,
  body.beb-checkout-step3 .cart-header .step.active .step-number,
  body.beb-checkout-step3 .cart-header .step.active > span:first-child {
    border-color: var(--beb-checkout-ink) !important;
    background: var(--beb-checkout-ink) !important;
    color: var(--beb-checkout-white) !important;
  }

  /* Step 3 number is generated by Shoptet on the inner span. */
  body.beb-checkout-step3 ol.cart-header > li.step.step-3.active > strong > span::before,
  body.beb-checkout-step3 .cart-header li[data-testid="step3"].active > strong > span::before {
    border-color: var(--beb-checkout-ink) !important;
    background-color: var(--beb-checkout-ink) !important;
    color: var(--beb-checkout-white) !important;
    opacity: 1 !important;
  }

  body.beb-checkout-step3 .cart-header .beb-active-step-number {
    display: inline-grid !important;
    width: 36px !important;
    height: 36px !important;
    place-items: center !important;
    border: 1px solid var(--beb-checkout-ink) !important;
    border-radius: 50% !important;
    background: var(--beb-checkout-ink) !important;
    color: var(--beb-checkout-white) !important;
  }

  body.beb-checkout-step3 #checkoutSidebar .beb-order-button,
  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__main {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    letter-spacing: .055em !important;
  }

  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__note {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: .02em !important;
  }

  body.beb-checkout-step3 #checkoutContent,
  body.beb-checkout-step3 #checkoutContent *:not([class*="icon"]),
  body.beb-checkout-step3 #checkoutContent input,
  body.beb-checkout-step3 #checkoutContent select,
  body.beb-checkout-step3 #checkoutContent textarea,
  body.beb-checkout-step3 #checkoutContent button {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }
}
