/** bebarefoot.eu — mobile checkout step 3 v1 */
@media (max-width: 991px) {
  body.beb-checkout-step3 {
    --beb-checkout-ink: #242220;
    --beb-checkout-muted: #77726d;
    --beb-checkout-line: #e5e2de;
    --beb-checkout-paper: #f3f2ef;
    --beb-checkout-white: #fff;
    background: #fff;
    color: var(--beb-checkout-ink);
  }

  body.beb-checkout-step3,
  body.beb-checkout-step3 #checkoutContent,
  body.beb-checkout-step3 #checkoutContent *,
  body.beb-checkout-step3 #checkoutSidebar,
  body.beb-checkout-step3 #checkoutSidebar *,
  body.beb-checkout-step3 input,
  body.beb-checkout-step3 select,
  body.beb-checkout-step3 textarea,
  body.beb-checkout-step3 button {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  body.beb-checkout-step3 #content { width: 100%; max-width: none; padding: 24px 18px 56px; }
  body.beb-checkout-step3 #content > h1 { display: none !important; }
  body.beb-checkout-step3 .cart-header { display: none !important; }
  body.beb-checkout-step3 .cart-row,
  body.beb-checkout-step3 .cart-row > [class*="col-"] { display: block; float: none; width: 100%; margin: 0; padding: 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-content { padding: 0; }

  body.beb-checkout-step3 .co-box {
    margin: 0;
    padding: 28px 0;
    border: 0;
    border-bottom: 1px solid var(--beb-checkout-line);
    background: transparent;
    box-shadow: none;
  }
  body.beb-checkout-step3 .co-box:first-of-type { padding-top: 4px; }
  body.beb-checkout-step3 .co-box h2,
  body.beb-checkout-step3 .co-box h3,
  body.beb-checkout-step3 .co-box h4,
  body.beb-checkout-step3 .co-box .h4 {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding-left: 0 !important;
    color: var(--beb-checkout-ink) !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -.015em !important;
    text-align: left !important;
    text-transform: none !important;
  }
  body.beb-checkout-step3 .co-box .order-icon {
    position: static !important;
    background: none !important;
  }
  body.beb-checkout-step3 .co-box .order-icon::before,
  body.beb-checkout-step3 .co-box .order-icon::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    background: none !important;
  }

  /* Some Shoptet step-3 headings use a section-specific pseudo-icon rather
     than the shared .order-icon hook. Limit the reset to headings only. */
  html body.beb-checkout-step3 #checkoutContent .co-box h1::before,
  html body.beb-checkout-step3 #checkoutContent .co-box h1::after,
  html body.beb-checkout-step3 #checkoutContent .co-box h2::before,
  html body.beb-checkout-step3 #checkoutContent .co-box h2::after,
  html body.beb-checkout-step3 #checkoutContent .co-box h3::before,
  html body.beb-checkout-step3 #checkoutContent .co-box h3::after,
  html body.beb-checkout-step3 #checkoutContent .co-box h4::before,
  html body.beb-checkout-step3 #checkoutContent .co-box h4::after,
  html body.beb-checkout-step3 #checkoutContent .co-box .h4::before,
  html body.beb-checkout-step3 #checkoutContent .co-box .h4::after {
    content: none !important;
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
  }

  html body.beb-checkout-step3 #checkoutContent .co-box h1,
  html body.beb-checkout-step3 #checkoutContent .co-box h2,
  html body.beb-checkout-step3 #checkoutContent .co-box h3,
  html body.beb-checkout-step3 #checkoutContent .co-box h4,
  html body.beb-checkout-step3 #checkoutContent .co-box .h4 {
    position: static !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    background: none !important;
    text-indent: 0 !important;
  }

  body.beb-checkout-step3 .form-group { margin-bottom: 17px; }
  body.beb-checkout-step3 .form-group label {
    margin-bottom: 7px;
    color: var(--beb-checkout-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
  }
  body.beb-checkout-step3 input.form-control,
  body.beb-checkout-step3 select.form-control,
  body.beb-checkout-step3 textarea.form-control {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #d4d0cb;
    border-radius: 3px;
    background: #fff;
    color: var(--beb-checkout-ink);
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
  }
  body.beb-checkout-step3 select.form-control {
    padding-right: 48px;
    appearance: none;
    -webkit-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, var(--beb-checkout-ink) 50%),
      linear-gradient(135deg, var(--beb-checkout-ink) 50%, transparent 50%);
    background-position: calc(100% - 22px) 23px, calc(100% - 16px) 23px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  body.beb-checkout-step3 textarea.form-control { min-height: 108px; resize: vertical; }
  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(36,34,32,.1);
  }
  body.beb-checkout-step3 input[type="checkbox"],
  body.beb-checkout-step3 input[type="radio"] { accent-color: var(--beb-checkout-ink); }

  /* Summary: one soft grey surface, no internal grid or divider lines. */
  body.beb-checkout-step3 #checkoutSidebar {
    width: auto;
    margin: 0 -18px;
    padding: 30px 18px 34px !important;
    background: var(--beb-checkout-paper) !important;
  }
  body.beb-checkout-step3 #checkoutSidebar > .cart-content,
  body.beb-checkout-step3 #checkoutSidebar .order-summary,
  body.beb-checkout-step3 #checkoutSidebar .order-summary-inner,
  body.beb-checkout-step3 #checkoutSidebar .summary-wrapper,
  body.beb-checkout-step3 #checkoutSidebar .box,
  body.beb-checkout-step3 #checkoutSidebar .checkout-box-wrapper {
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .beb-summary-title,
  body.beb-checkout-step3 #checkoutSidebar .order-summary-heading,
  body.beb-checkout-step3 #checkoutSidebar h2,
  body.beb-checkout-step3 #checkoutSidebar h3 {
    margin: 0 0 25px !important;
    color: var(--beb-checkout-ink) !important;
    font-size: 29px !important;
    font-weight: 780 !important;
    line-height: .98 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }
  body.beb-checkout-step3 #checkoutSidebar table,
  body.beb-checkout-step3 #checkoutSidebar tbody,
  body.beb-checkout-step3 #checkoutSidebar tr,
  body.beb-checkout-step3 #checkoutSidebar th,
  body.beb-checkout-step3 #checkoutSidebar td,
  body.beb-checkout-step3 #checkoutSidebar .cart-item,
  body.beb-checkout-step3 #checkoutSidebar .order-summary-item,
  body.beb-checkout-step3 #checkoutSidebar .order-recapitulation,
  body.beb-checkout-step3 #checkoutSidebar .recapitulation-single,
  body.beb-checkout-step3 #checkoutSidebar .price-wrapper,
  body.beb-checkout-step3 #checkoutSidebar .order-summary-total,
  body.beb-checkout-step3 #checkoutSidebar .order-summary * {
    border: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  body.beb-checkout-step3 #checkoutSidebar hr,
  body.beb-checkout-step3 #checkoutSidebar .order-summary::before,
  body.beb-checkout-step3 #checkoutSidebar .order-summary::after,
  body.beb-checkout-step3 #checkoutSidebar .price-wrapper::before,
  body.beb-checkout-step3 #checkoutSidebar .price-wrapper::after { content: none !important; display: none !important; }
  body.beb-checkout-step3 #checkoutSidebar .cart-item,
  body.beb-checkout-step3 #checkoutSidebar .order-summary-item,
  body.beb-checkout-step3 #checkoutSidebar .recapitulation-single { padding-top: 7px; padding-bottom: 7px; }
  body.beb-checkout-step3 #checkoutSidebar .price-primary,
  body.beb-checkout-step3 #checkoutSidebar .price-final { color: var(--beb-checkout-ink); font-weight: 750; }
  body.beb-checkout-step3 #checkoutSidebar .price-secondary { color: var(--beb-checkout-muted); }

  body.beb-checkout-step3 #checkoutSidebar .next-step { display: flex; flex-direction: column; gap: 8px; margin-top: 26px; }
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward,
  body.beb-checkout-step3 #checkoutSidebar .btn-conversion {
    order: 1;
    display: grid !important;
    width: 100%;
    min-height: 68px;
    padding: 10px 18px !important;
    place-content: center;
    border: 1px solid var(--beb-checkout-ink) !important;
    border-radius: 0 !important;
    background: var(--beb-checkout-ink) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: none !important;
    text-transform: none !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward:hover,
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward:focus,
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward:active,
  body.beb-checkout-step3 #checkoutSidebar .btn-conversion:hover,
  body.beb-checkout-step3 #checkoutSidebar .btn-conversion:focus,
  body.beb-checkout-step3 #checkoutSidebar .btn-conversion:active {
    border-color: var(--beb-checkout-ink) !important;
    background: var(--beb-checkout-ink) !important;
    color: #fff !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward::before,
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward::after,
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward span::before,
  body.beb-checkout-step3 #checkoutSidebar .next-step-forward span::after { content: none !important; display: none !important; }
  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__main {
    display: block;
    font-size: 18px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
    text-transform: uppercase !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .beb-order-button__note {
    display: block;
    margin-top: 5px;
    font-size: 11px !important;
    font-weight: 450 !important;
    line-height: 1.15 !important;
    letter-spacing: .015em !important;
    text-transform: none !important;
  }
  body.beb-checkout-step3 #checkoutSidebar .next-step-back {
    order: 2;
    min-height: 38px;
    border: 0;
    background: transparent;
    color: var(--beb-checkout-muted);
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
  }

  body.beb-checkout-step3 #checkoutSidebar .checkout-box.beb-help-below-cta {
    width: 100%;
    margin: 14px 0 0 !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;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--beb-checkout-muted) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !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; }
}

@media (max-width: 359px) {
  body.beb-checkout-step3 #content { padding-right: 14px; padding-left: 14px; }
  body.beb-checkout-step3 #checkoutSidebar { margin-right: -14px; margin-left: -14px; padding-right: 14px !important; padding-left: 14px !important; }
}
