/**
 * bebarefoot.eu — desktop foundation v1
 * Shoptet Classic, desktop only. Load before page-specific bebarefoot CSS.
 */

@media (min-width: 992px) {
  :root {
    --beb-ink: #211f1d;
    --beb-muted: #6b6762;
    --beb-paper: #f6f2ec;
    --beb-line: #dedad4;
    --beb-white: #fff;
    --beb-accent: #e4472f;
    --beb-accent-dark: #c93622;
    --beb-stock: #2f6468;
    --beb-radius-sm: 8px;
    --beb-radius-md: 12px;
    --beb-shadow-soft: 0 18px 48px rgba(33, 31, 29, .08);
    --beb-content: 1320px;
  }

  body {
    color: var(--beb-ink);
    background: var(--beb-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  body .container {
    width: min(calc(100% - 64px), var(--beb-content));
  }

  body a,
  body button,
  body input,
  body select {
    font-family: inherit;
  }

  body a:focus-visible,
  body button:focus-visible,
  body input:focus-visible,
  body select:focus-visible {
    outline: 3px solid rgba(228, 71, 47, .28);
    outline-offset: 3px;
  }

  /* Service bar */
  body .top-navigation-bar {
    min-height: 38px;
    border: 0;
    border-bottom: 1px solid var(--beb-line);
    background: var(--beb-paper);
    color: var(--beb-muted);
  }

  body .top-navigation-bar a {
    color: var(--beb-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .025em;
    text-decoration: none;
  }

  body .top-navigation-bar a:hover,
  body .top-navigation-bar a:focus-visible {
    color: var(--beb-accent-dark);
  }

  /* Header */
  body #header {
    border-bottom: 1px solid var(--beb-line);
    background: var(--beb-white);
  }

  body #header .navigation-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  body #header .header-top {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(380px, 1.2fr) minmax(250px, .72fr);
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
    min-height: 112px;
    padding: 18px 0;
  }

  body #header .site-name-wrapper {
    width: auto;
    margin: 0;
    text-align: left;
  }

  body #header .site-name,
  body #header .site-name a {
    display: inline-flex;
    align-items: center;
    max-width: 285px;
  }

  body #header .site-name img {
    width: auto;
    max-width: 100%;
    max-height: 72px;
  }

  body #header .search {
    width: 100%;
    margin: 0;
  }

  body #header .search-form {
    display: flex;
    width: 100%;
  }

  body #header .search-form .form-control {
    height: 50px;
    padding: 0 18px;
    border: 1px solid #aaa59f;
    border-right: 0;
    border-radius: var(--beb-radius-sm) 0 0 var(--beb-radius-sm);
    background: var(--beb-white);
    box-shadow: none;
    color: var(--beb-ink);
    font-size: 15px;
  }

  body #header .search-form .form-control::placeholder {
    color: #8a857f;
  }

  body #header .search-form .btn {
    min-width: 104px;
    height: 50px;
    border: 1px solid var(--beb-ink);
    border-radius: 0 var(--beb-radius-sm) var(--beb-radius-sm) 0;
    background: var(--beb-ink);
    color: var(--beb-white);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .065em;
    text-transform: uppercase;
  }

  body #header .search-form .btn:hover {
    border-color: var(--beb-accent);
    background: var(--beb-accent);
  }

  body #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin: 0;
  }

  body #header .navigation-buttons a {
    color: var(--beb-ink);
    text-decoration: none;
  }

  /* Main navigation */
  body #navigation {
    border: 0;
    border-top: 1px solid var(--beb-line);
  }

  body #navigation .menu-level-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(24px, 2.7vw, 42px);
    min-height: 64px;
    margin: 0;
  }

  body #navigation .menu-level-1 > li {
    margin: 0;
    border: 0;
  }

  body #navigation .menu-level-1 > li > a {
    position: relative;
    padding: 22px 0 20px;
    color: var(--beb-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  body #navigation .menu-level-1 > li > a b,
  body .navigation-in ul li a b {
    font-size: inherit !important;
    font-weight: inherit;
  }

  body #header.st-fixed-nav,
  body #header.st-fixed-nav .navigation-wrapper {
    border-color: var(--beb-line) !important;
    background: var(--beb-white) !important;
    box-shadow: 0 10px 30px rgba(33, 31, 29, .07);
  }

  body #navigation .menu-level-1 > li > a::after {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    height: 2px;
    background: var(--beb-accent);
    content: "";
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .18s ease, transform .18s ease;
  }

  body #navigation .menu-level-1 > li > a:hover::after,
  body #navigation .menu-level-1 > li.active > a::after {
    opacity: 1;
    transform: scaleX(1);
  }

  body #navigation .menu-level-1 a[href*="/sale/"] {
    color: var(--beb-accent-dark);
  }

  /* Breadcrumbs */
  body .breadcrumbs {
    margin: 22px 0 30px;
    color: var(--beb-muted);
    font-size: 13px;
  }

  body .breadcrumbs a {
    color: var(--beb-muted);
    text-decoration: none;
  }

  body .breadcrumbs a:hover {
    color: var(--beb-accent-dark);
  }

  /* Shared controls */
  body .btn {
    border-radius: var(--beb-radius-sm);
    font-weight: 700;
  }

  body .btn-conversion {
    border-color: var(--beb-accent);
    background: var(--beb-accent);
    color: var(--beb-white);
  }

  body .btn-conversion:hover,
  body .btn-conversion:focus {
    border-color: var(--beb-accent-dark);
    background: var(--beb-accent-dark);
  }
}
