/** bebarefoot.eu — mobile checkout step 2 v1 */
@media (max-width: 991px) {
  body.id--16 {
    --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);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  body.id--16 #content { width: 100%; max-width: none; padding: 24px 18px 56px; }
  body.id--16 #content > h1 { display: none !important; }
  body.id--16 .cart-row,
  body.id--16 .cart-row > [class*="col-"] { display: block; float: none; width: 100%; margin: 0; padding: 0; }
  body.id--16 .cart-row::before,
  body.id--16 .cart-row::after { content: none !important; display: none !important; }
  body.id--16 .cart-header { display: none !important; }

  body.id--16 .cart-content { padding: 0; }
  body.id--16 .co-box {
    margin: 0;
    padding: 28px 0;
    border: 0;
    border-bottom: 1px solid var(--beb-checkout-line);
    background: transparent;
    box-shadow: none;
  }
  body.id--16 .co-box:first-of-type { padding-top: 4px; }
  body.id--16 .co-box h3,
  body.id--16 .co-box h4,
  body.id--16 .co-box .h4,
  body.id--16 .beb-checkout-title {
    margin: 0 0 24px;
    color: var(--beb-checkout-ink);
    font: 700 23px/1.08 "Source Sans 3", sans-serif;
    letter-spacing: -.015em;
    text-transform: none;
  }

  /* Clean text-led section headings: suppress native Shoptet pictograms. */
  body.id--16 .co-box .order-icon {
    position: static !important;
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    background: none !important;
    text-align: left !important;
  }
  body.id--16 .co-box .order-icon::before,
  body.id--16 .co-box .order-icon::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    background: none !important;
  }

  body.id--16 .form-group,
  body.id--16 .form-group label,
  body.id--16 .shipping-billing-table label,
  body.id--16 .payment-shipping-price { font-family: inherit; }
  body.id--16 .form-group label {
    display: block;
    margin: 0 0 9px;
    color: var(--beb-checkout-muted);
    font-size: 13px;
    font-weight: 600;
  }

  body.id--16 select.form-control {
    width: 100%;
    min-height: 54px;
    padding: 0 52px 0 16px;
    border: 1px solid #d4d0cb;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    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) 24px, calc(100% - 16px) 24px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: var(--beb-checkout-ink);
    font: 500 16px/1 "Source Sans 3", sans-serif;
    box-shadow: none;
  }
  body.id--16 select.form-control:focus {
    outline: none;
    border-color: var(--beb-checkout-ink);
    box-shadow: 0 0 0 3px rgba(36,34,32,.1);
  }

  body.id--16 .shipping-billing-table,
  body.id--16 .shipping-billing-table tbody { display: block; width: 100%; }
  body.id--16 .shipping-billing-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    min-height: 62px;
    border: 0;
    border-bottom: 1px solid var(--beb-checkout-line);
  }
  body.id--16 .shipping-billing-table tr:last-child { border-bottom: 0; }
  body.id--16 .shipping-billing-table td { width: auto; padding: 16px 8px; border: 0; }
  body.id--16 .shipping-billing-table td:first-child { padding-left: 0; }
  body.id--16 .shipping-billing-table td:last-child { padding-right: 0; }
  body.id--16 .shipping-billing-table label {
    color: var(--beb-checkout-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.28;
  }
  body.id--16 .shipping-billing-table .payment-shipping-price {
    min-width: 58px;
    color: var(--beb-checkout-ink);
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }
  body.id--16 .shipping-billing-table input[type="radio"] { accent-color: var(--beb-checkout-ink); }

  /* Method names are sufficient; third-party logos add visual noise. */
  body.id--16 .shipping-billing-table img,
  body.id--16 .shipping-billing-table .payment-logo,
  body.id--16 .shipping-billing-table .shipping-logo,
  body.id--16 .shipping-billing-table [class*="payment-logo"],
  body.id--16 .shipping-billing-table [class*="shipping-logo"] { display: none !important; }

  body.id--16 .question-tooltip,
  body.id--16 .show-tooltip.question-tooltip {
    display: inline-grid !important;
    width: 17px !important;
    height: 17px !important;
    margin-left: 7px !important;
    padding: 0 !important;
    place-items: center;
    border: 1px solid #aaa59f !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: var(--beb-checkout-muted) !important;
    font-size: 11px !important;
    line-height: 15px !important;
    box-shadow: none !important;
  }

  /* One calm grey summary surface without table grid lines. */
  body.id--16 #checkoutSidebar {
    width: auto;
    margin: 0 -18px;
    padding: 30px 18px 34px !important;
    background: var(--beb-checkout-paper) !important;
  }
  body.id--16 #checkoutSidebar > .cart-content,
  body.id--16 #checkoutSidebar .order-summary,
  body.id--16 #checkoutSidebar .order-summary-inner,
  body.id--16 #checkoutSidebar .summary-wrapper,
  body.id--16 #checkoutSidebar .box,
  body.id--16 #checkoutSidebar .checkout-box-wrapper {
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.id--16 #checkoutSidebar .beb-summary-title,
  body.id--16 #checkoutSidebar .order-summary-heading,
  body.id--16 #checkoutSidebar h2,
  body.id--16 #checkoutSidebar h3 {
    margin: 0 0 25px !important;
    color: var(--beb-checkout-ink) !important;
    font: 780 29px/.98 "Source Sans 3", sans-serif !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase !important;
  }
  body.id--16 #checkoutSidebar table,
  body.id--16 #checkoutSidebar tbody,
  body.id--16 #checkoutSidebar tr,
  body.id--16 #checkoutSidebar th,
  body.id--16 #checkoutSidebar td,
  body.id--16 #checkoutSidebar .order-summary-item,
  body.id--16 #checkoutSidebar .price-wrapper,
  body.id--16 #checkoutSidebar .order-summary-total,
  body.id--16 #checkoutSidebar .order-summary * {
    border: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  body.id--16 #checkoutSidebar hr,
  body.id--16 #checkoutSidebar .order-summary::before,
  body.id--16 #checkoutSidebar .order-summary::after,
  body.id--16 #checkoutSidebar .price-wrapper::before,
  body.id--16 #checkoutSidebar .price-wrapper::after { content: none !important; display: none !important; }
  body.id--16 #checkoutSidebar td { padding-top: 7px; padding-bottom: 7px; }
  body.id--16 #checkoutSidebar .price-primary,
  body.id--16 #checkoutSidebar .price-final { color: var(--beb-checkout-ink); font-weight: 750; }
  body.id--16 #checkoutSidebar .price-secondary { color: var(--beb-checkout-muted); }

  body.id--16 #checkoutSidebar .next-step { display: flex; flex-direction: column; gap: 8px; margin-top: 26px; }
  body.id--16 #checkoutSidebar .next-step-forward {
    order: 1;
    display: grid;
    width: 100%;
    min-height: 56px;
    margin: 0;
    place-items: 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;
    font: 650 15px/1 "Source Sans 3", sans-serif !important;
    letter-spacing: .045em;
    text-transform: uppercase;
    box-shadow: none !important;
  }
  body.id--16 #checkoutSidebar .next-step-forward:hover,
  body.id--16 #checkoutSidebar .next-step-forward:focus,
  body.id--16 #checkoutSidebar .next-step-forward:active {
    border-color: var(--beb-checkout-ink) !important;
    background: var(--beb-checkout-ink) !important;
    color: #fff !important;
  }
  body.id--16 #checkoutSidebar .next-step-forward::before,
  body.id--16 #checkoutSidebar .next-step-forward::after,
  body.id--16 #checkoutSidebar .next-step-forward span::before,
  body.id--16 #checkoutSidebar .next-step-forward span::after { content: none !important; display: none !important; }
  body.id--16 #checkoutSidebar .next-step-forward svg,
  body.id--16 #checkoutSidebar .next-step-forward i,
  body.id--16 #checkoutSidebar .next-step-forward [class*="arrow"],
  body.id--16 #checkoutSidebar .next-step-forward [class*="icon"] { display: none !important; }
  body.id--16 #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;
  }

  /* Help follows the primary action, matching desktop. */
  body.id--16 #checkoutSidebar .checkout-box.beb-help-below-cta {
    width: 100%;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  body.id--16 #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: 600 13px/1.4 "Source Sans 3", sans-serif !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-transform: none !important;
  }
  body.id--16 #checkoutSidebar .checkout-box.beb-help-below-cta .toggle-contacts br,
  body.id--16 #checkoutSidebar .checkout-box.beb-help-below-cta .toggle-contacts a { display: none !important; }
}

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