/* ============================================================
   49 Horeca Page Elements — shared widget styles (v1.1)
   Synced with updated responsive index.html
   ============================================================ */

.horeca-widget {
  --horeca-orange: #ff9800;
  --horeca-orange-2: #ffae18;
  --horeca-black: #050505;
  --horeca-dark: #090909;
  --horeca-white: #ffffff;
  --horeca-border: #dddddd;
  --horeca-gray: #666666;
  --horeca-radius: 14px;
  --horeca-heading: "Anton", "Bebas Neue", Impact, sans-serif;
  --horeca-body: "Inter", Arial, Helvetica, sans-serif;

  width: 100%;
  overflow-x: hidden;
  color: var(--horeca-black);
  font-family: var(--horeca-body);
}

.horeca-widget,
.horeca-widget * {
  box-sizing: border-box;
}

.horeca-widget img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   HERO SECTION
========================== */

.horeca-hero {
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 690px;
  gap: 10px;
}

.horeca-hero-left {
  position: relative;
  z-index: 3;
  padding-top: 6px;
}

.horeca-logo {
  line-height: 0.86;
  display: inline-block;
  margin-bottom: 12px;
}

.horeca-logo-img img {
  max-height: 150px;
  width: auto;
}

.horeca-logo-number {
  display: flex;
  align-items: flex-end;
  font-family: var(--horeca-body);
  font-weight: 900;
  letter-spacing: -8px;
  font-size: clamp(58px, 7vw, 104px);
}

.horeca-logo-number .horeca-four {
  color: #000;
}

.horeca-logo-number .horeca-nine {
  color: var(--horeca-orange);
  margin-left: 2px;
}

.horeca-logo-text {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--horeca-body);
  font-weight: 900;
  font-size: clamp(24px, 2.8vw, 45px);
  letter-spacing: -1px;
  margin-top: 4px;
}

.horeca-logo-text .horeca-nl {
  color: var(--horeca-orange);
  font-size: 0.68em;
  letter-spacing: 0;
}

.horeca-category-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 52px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.horeca-category-line span {
  color: #000;
}

.horeca-category-line i {
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--horeca-orange);
  transform: skew(-12deg);
}

.horeca-category-line i:last-child {
  display: none;
}

.horeca-deal-badge {
  position: absolute;
  top: 24px;
  left: 335px;
  z-index: 6;
  width: 270px;
  height: 136px;
  transform: rotate(-7deg);
  pointer-events: none;
}

.horeca-deal-megaphone {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 70px;
  background: #000;
  clip-path: polygon(12% 35%, 65% 5%, 77% 27%, 92% 27%, 92% 62%, 77% 62%, 65% 86%, 12% 56%);
}

.horeca-deal-megaphone::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 48px;
  width: 12px;
  height: 45px;
  background: #000;
  border-radius: 20px;
  transform: rotate(-20deg);
}

.horeca-deal-special {
  position: absolute;
  left: 74px;
  top: 15px;
  background: #000;
  color: #fff;
  padding: 8px 18px 9px;
  font-family: var(--horeca-heading);
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.horeca-deal-main {
  position: absolute;
  left: 70px;
  top: 58px;
  background: linear-gradient(180deg, #ffb326 0%, #ff9200 100%);
  color: #fff;
  padding: 8px 28px 10px;
  font-family: var(--horeca-heading);
  font-size: 62px;
  letter-spacing: 1px;
  line-height: 0.95;
  text-transform: uppercase;
  box-shadow: 0 10px 16px rgba(0,0,0,0.12);
}

.horeca-deal-badge::before,
.horeca-deal-badge::after {
  content: "";
  position: absolute;
  background: var(--horeca-orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.horeca-deal-badge::before {
  width: 18px;
  height: 20px;
  left: 232px;
  top: 4px;
  transform: rotate(28deg);
}

.horeca-deal-badge::after {
  width: 16px;
  height: 18px;
  left: 12px;
  top: 91px;
  transform: rotate(-18deg);
}

.horeca-headline {
  margin: 0 0 18px;
  font-family: var(--horeca-heading);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: 1px;
  font-size: clamp(64px, 8.1vw, 126px);
}

.horeca-headline span {
  display: block;
}

.horeca-headline .horeca-orange-text {
  color: var(--horeca-orange);
}

.horeca-subtitle {
  margin: 0 0 34px;
  max-width: 560px;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.45;
  font-weight: 600;
  color: #111;
}

.horeca-pricing {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.horeca-price-card {
  width: 235px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--horeca-orange);
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.horeca-price-top {
  background: linear-gradient(180deg, #ffb424 0%, #ff9600 100%);
  padding: 18px 14px 12px;
  min-height: 115px;
  text-align: center;
}

.horeca-price-line {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-family: var(--horeca-heading);
  line-height: 0.9;
  color: #000;
}

.horeca-price-number {
  font-size: 72px;
  letter-spacing: 1px;
}

.horeca-price-unit {
  font-size: 24px;
  font-weight: 900;
  font-family: var(--horeca-body);
  letter-spacing: -1px;
}

.horeca-price-sub {
  margin-top: 9px;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
  color: #000;
}

.horeca-price-bottom {
  background: #050505;
  color: #fff;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 7px 10px;
  font-family: var(--horeca-heading);
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.horeca-price-note {
  margin-left: 328px;
  margin-top: 6px;
  text-align: center;
  max-width: 250px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.horeca-price-note span {
  display: block;
  color: var(--horeca-orange);
  font-weight: 800;
}

.horeca-hero-right {
  position: relative;
  min-height: 650px;
  z-index: 2;
  overflow: visible;
}

.horeca-hero-arc {
  position: absolute;
  right: -110px;
  top: 20px;
  width: 655px;
  height: 505px;
  border-left: 14px solid var(--horeca-orange);
  border-top: 14px solid var(--horeca-orange);
  border-bottom: 14px solid var(--horeca-orange);
  border-radius: 280px 0 0 280px;
  background: radial-gradient(circle at 35% 40%, rgba(255,152,0,0.20), transparent 40%),
              linear-gradient(135deg, rgba(0,0,0,0.04), rgba(0,0,0,0.01));
  overflow: hidden;
}

.horeca-hero-arc::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.05)),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,0.40), transparent 24%),
    linear-gradient(135deg, #2a1405, #111);
  opacity: 0.72;
}

.horeca-hero-mockup {
  position: absolute;
  right: -6px;
  top: 115px;
  width: 570px;
  max-width: 100%;
  z-index: 4;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(0,0,0,0.28));
}

.horeca-coffee {
  position: absolute;
  right: -18px;
  top: 455px;
  width: 105px;
  z-index: 5;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.20));
}

.horeca-circle-badge {
  position: absolute;
  left: 42px;
  top: 454px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #050505;
  border: 5px solid var(--horeca-orange);
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 5;
  box-shadow: 0 18px 30px rgba(0,0,0,0.18);
}

.horeca-circle-badge p {
  width: 100%;
  max-width: 142px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--horeca-heading);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.horeca-badge-line {
  display: block;
  color: #fff;
  font-size: 29px;
}

.horeca-badge-website {
  display: block;
  color: var(--horeca-orange);
  font-size: 38px;
  line-height: 0.9;
}

.horeca-badge-and {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
}

.horeca-badge-platform {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

.horeca-link-box {
  position: absolute;
  left: 170px;
  top: 598px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 385px;
}

.horeca-link-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #050505;
  border: 5px solid var(--horeca-orange);
  display: grid;
  place-items: center;
  color: var(--horeca-orange);
  font-size: 28px;
  font-weight: 900;
  transform: rotate(-30deg);
  flex: 0 0 auto;
}

.horeca-link-content {
  flex: 1;
}

.horeca-link-label {
  display: inline-block;
  margin-left: 18px;
  margin-bottom: -3px;
  background: #050505;
  color: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 6px 18px;
  font-family: var(--horeca-heading);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.horeca-link-url {
  border: 3px solid var(--horeca-orange);
  border-radius: 24px;
  padding: 9px 18px;
  font-size: 25px;
  font-weight: 900;
  background: #fff;
  line-height: 1.1;
  white-space: nowrap;
}

.horeca-link-url a {
  color: inherit;
  text-decoration: none;
}

/* =========================
   FEATURE ROW
========================== */

.horeca-features {
  display: grid;
  grid-template-columns: repeat(var(--horeca-feature-cols, 7), 1fr);
  gap: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 6px;
  padding: 22px 0 20px;
}

.horeca-feature {
  text-align: center;
  padding: 0 18px;
  min-height: 135px;
  border-right: 1px solid #d7d7d7;
}

.horeca-feature:last-child {
  border-right: 0;
}

.horeca-feature img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  margin: 0 auto 13px;
}

.horeca-feature p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #111;
}

/* =========================
   PRODUCT CARDS
========================== */

.horeca-products {
  display: grid;
  grid-template-columns: repeat(var(--horeca-product-cols, 5), 1fr);
  gap: 14px;
  margin-top: 22px;
}

.horeca-product-card {
  border: 1px solid #dcdcdc;
  border-radius: 13px;
  background: #fff;
  padding: 14px 12px 16px;
  text-align: center;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 6px 14px rgba(0,0,0,0.03);
}

.horeca-product-img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.horeca-product-img img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  display: block;
}

.horeca-product-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.horeca-product-card .horeca-product-orange {
  display: block;
  margin-top: 7px;
  color: var(--horeca-orange);
  font-weight: 900;
}

/* =========================
   CONTACT SECTION
========================== */

.horeca-contact {
  margin-top: 20px;
  border: 2px solid var(--horeca-orange);
  border-radius: 13px;
  padding: 14px 18px 18px;
}

.horeca-contact-title {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--horeca-heading);
  font-weight: 400;
  font-size: clamp(25px, 2.9vw, 38px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.horeca-contact-title span {
  color: var(--horeca-orange);
  letter-spacing: 4px;
}

.horeca-form,
.horeca-form-area form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}

.horeca-form input,
.horeca-form textarea,
.horeca-form-area input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.horeca-form-area textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 15px;
  font-family: var(--horeca-body);
  font-weight: 500;
  outline: none;
  background: #fff;
  color: #111;
}

.horeca-form input:focus,
.horeca-form textarea:focus,
.horeca-form-area input:focus,
.horeca-form-area textarea:focus {
  border-color: var(--horeca-orange);
  box-shadow: 0 0 0 3px rgba(255,152,0,0.14);
}

.horeca-form .horeca-wide {
  grid-column: 1 / -1;
}

.horeca-form textarea,
.horeca-form-area textarea {
  resize: vertical;
  min-height: 58px;
}

.horeca-submit-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: -3px;
}

.horeca-submit,
.horeca-form-area input[type="submit"],
.horeca-form-area button[type="submit"] {
  width: min(100%, 520px);
  border: 0;
  border-radius: 5px;
  padding: 13px 20px;
  background: linear-gradient(180deg, #ffb327, #ff9000);
  color: #090909;
  font-size: 20px;
  font-family: var(--horeca-body);
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 8px 14px rgba(255,152,0,0.20);
}

.horeca-submit:hover,
.horeca-form-area input[type="submit"]:hover,
.horeca-form-area button[type="submit"]:hover {
  transform: translateY(-1px);
}

.horeca-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
  align-items: center;
}

.horeca-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.horeca-trust-item img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* =========================
   TABLET
========================== */

@media (max-width: 1180px) {
  .horeca-hero {
    grid-template-columns: 50% 50%;
  }

  .horeca-deal-badge {
    left: 280px;
    transform: scale(0.86) rotate(-7deg);
    transform-origin: top left;
  }

  .horeca-hero-mockup {
    width: 500px;
  }

  .horeca-link-box {
    left: 110px;
    min-width: 330px;
  }

  .horeca-link-url {
    font-size: 21px;
  }

  .horeca-feature {
    padding: 0 10px;
  }

  .horeca-feature p {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .horeca-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .horeca-hero-left {
    padding-bottom: 12px;
  }

  .horeca-category-line {
    margin-bottom: 28px;
    flex-wrap: wrap;
    white-space: normal;
  }

  .horeca-deal-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    left: auto;
    margin: 0;
    transform: scale(0.72) rotate(-7deg);
    transform-origin: top right;
  }

  .horeca-pricing {
    flex-wrap: wrap;
  }

  .horeca-price-note {
    margin-left: 0;
  }

  .horeca-hero-right {
    min-height: 520px;
    width: 100%;
    overflow: visible;
  }

  .horeca-hero-arc {
    right: -95px;
    top: 24px;
    width: min(760px, 108vw);
    height: 405px;
    border-width: 10px;
    border-radius: 230px 0 0 230px;
  }

  .horeca-hero-mockup {
    right: 50%;
    transform: translateX(50%);
    top: 80px;
    width: min(610px, 94vw);
    max-height: 345px;
    object-fit: contain;
  }

  .horeca-coffee {
    right: 28px;
    top: 348px;
    width: 78px;
  }

  .horeca-circle-badge {
    left: 18px;
    top: 342px;
    width: 130px;
    height: 130px;
  }

  .horeca-circle-badge p {
    max-width: 108px;
  }

  .horeca-badge-line {
    font-size: 21px;
  }

  .horeca-badge-website {
    font-size: 28px;
  }

  .horeca-badge-and {
    font-size: 18px;
  }

  .horeca-badge-platform {
    font-size: 16px;
  }

  .horeca-link-box {
    left: 142px;
    top: 435px;
    min-width: 0;
    width: calc(100% - 160px);
  }

  .horeca-link-icon {
    width: 52px;
    height: 52px;
    border-width: 4px;
    font-size: 21px;
  }

  .horeca-link-label {
    font-size: 17px;
    padding: 5px 14px;
  }

  .horeca-link-url {
    font-size: clamp(15px, 3.6vw, 21px);
    padding: 8px 12px;
    white-space: normal;
    word-break: break-word;
  }

  .horeca-features {
    grid-template-columns: repeat(var(--horeca-feature-cols, 7), minmax(104px, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding: 14px 0 12px;
    scroll-snap-type: x proximity;
  }

  .horeca-feature {
    min-height: 116px;
    padding: 0 9px;
    scroll-snap-align: start;
    border-right: 1px solid #d7d7d7;
  }

  .horeca-feature img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }

  .horeca-feature p {
    font-size: 12px;
    line-height: 1.3;
  }

  .horeca-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   PHONE DETAIL FIXES
   - full hero pictures visible
   - screen mockup smaller
   - icons stay next to each other (horizontal scroll)
   - page becomes shorter
========================== */

@media (max-width: 720px) {
  .horeca-logo-number {
    letter-spacing: -4px;
  }

  .horeca-logo {
    margin-bottom: 8px;
  }

  .horeca-category-line {
    margin: 8px 0 20px;
    gap: 5px;
    font-size: 10px;
  }

  .horeca-deal-badge {
    top: 8px;
    right: 4px;
    transform: scale(0.46) rotate(-7deg);
  }

  .horeca-headline {
    font-size: clamp(48px, 15vw, 72px);
    margin-bottom: 12px;
  }

  .horeca-subtitle {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 18px;
  }

  .horeca-pricing {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .horeca-price-card {
    width: 100%;
    border-radius: 8px;
  }

  .horeca-price-top {
    min-height: 78px;
    padding: 12px 8px 8px;
  }

  .horeca-price-number {
    font-size: clamp(35px, 11vw, 52px);
  }

  .horeca-price-unit {
    font-size: 14px;
  }

  .horeca-price-sub {
    font-size: 13px;
    margin-top: 7px;
  }

  .horeca-price-bottom {
    min-height: 37px;
    font-size: 16px;
  }

  .horeca-price-note {
    font-size: 14px;
    max-width: 100%;
    margin-top: 8px;
    text-align: left;
  }

  .horeca-price-note span {
    display: inline;
  }

  .horeca-hero-right {
    min-height: 390px;
    margin-top: 8px;
  }

  .horeca-hero-arc {
    top: 12px;
    right: -72px;
    width: calc(100vw + 110px);
    max-width: none;
    height: 285px;
    border-width: 8px;
    border-radius: 175px 0 0 175px;
  }

  .horeca-hero-mockup {
    top: 54px;
    right: 50%;
    width: min(92vw, 430px);
    max-height: 245px;
    transform: translateX(50%);
    object-fit: contain;
  }

  .horeca-coffee {
    width: 54px;
    top: 246px;
    right: 12px;
  }

  .horeca-circle-badge {
    top: 246px;
    left: 4px;
    width: 92px;
    height: 92px;
    border-width: 3px;
  }

  .horeca-circle-badge p {
    max-width: 78px;
    line-height: 0.9;
  }

  .horeca-badge-line {
    font-size: 15px;
  }

  .horeca-badge-website {
    font-size: 20px;
  }

  .horeca-badge-and {
    font-size: 13px;
  }

  .horeca-badge-platform {
    font-size: 11px;
  }

  .horeca-link-box {
    left: 0;
    top: 337px;
    width: 100%;
    gap: 7px;
  }

  .horeca-link-icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
    border-width: 3px;
  }

  .horeca-link-label {
    margin-left: 8px;
    font-size: 14px;
    padding: 4px 10px;
  }

  .horeca-link-url {
    border-width: 2px;
    border-radius: 18px;
    font-size: 14px;
    padding: 7px 10px;
  }

  .horeca-features {
    margin-top: 2px;
    grid-template-columns: repeat(var(--horeca-feature-cols, 7), 96px);
    overflow-x: auto;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .horeca-feature,
  .horeca-feature:nth-child(even) {
    min-height: 104px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0;
    padding: 0 7px;
  }

  .horeca-feature:last-child {
    border-right: 0;
  }

  .horeca-feature img {
    width: 42px;
    height: 42px;
    margin-bottom: 7px;
  }

  .horeca-feature p {
    font-size: 11px;
    line-height: 1.25;
  }

  .horeca-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  .horeca-product-card {
    min-height: 206px;
    padding: 10px 8px 12px;
  }

  .horeca-product-img {
    height: 105px;
    margin-bottom: 8px;
  }

  .horeca-product-img img {
    max-height: 105px;
  }

  .horeca-product-card p {
    font-size: 12px;
    line-height: 1.25;
  }

  .horeca-contact {
    padding: 12px;
    margin-top: 14px;
  }

  .horeca-contact-title {
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: 1px;
  }

  .horeca-contact-title span {
    letter-spacing: 2px;
  }

  .horeca-form,
  .horeca-form-area form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .horeca-submit,
  .horeca-form-area input[type="submit"],
  .horeca-form-area button[type="submit"] {
    font-size: 16px;
    padding: 11px 18px;
  }

  .horeca-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .horeca-trust-item {
    justify-content: flex-start;
    font-size: 13px;
  }

  .horeca-trust-item img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 400px) {
  .horeca-headline {
    font-size: 44px;
  }

  .horeca-category-line {
    font-size: 9px;
  }

  .horeca-hero-right {
    min-height: 365px;
  }

  .horeca-hero-arc {
    height: 260px;
    right: -88px;
  }

  .horeca-hero-mockup {
    top: 50px;
    width: 94vw;
    max-height: 220px;
  }

  .horeca-coffee {
    top: 225px;
    width: 48px;
  }

  .horeca-circle-badge {
    top: 226px;
    width: 84px;
    height: 84px;
  }

  .horeca-link-box {
    top: 314px;
  }

  .horeca-link-url {
    font-size: 12.5px;
  }

  .horeca-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .horeca-product-card {
    min-height: 198px;
  }
}
