/* Start custom CSS for html, class: .elementor-element-3c86b2e *//* Ballonswelt Ballonzubehör Intro Section */
.bw-accessory-intro {
  max-width: 1180px;
  margin: 24px auto 24px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.bw-accessory-intro-inner {
  background: #fff8f9;
  border: 1px solid #ead8dc;
  border-radius: 22px;
  padding: 30px 34px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(175, 92, 108, 0.06);
  box-sizing: border-box;
}

.bw-accessory-intro-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.bw-accessory-intro h2 {
  max-width: 820px;
  margin: 0 auto 12px auto;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-accessory-intro p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  color: #665d5f;
}

.bw-accessory-intro-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bw-accessory-intro-links a {
  min-height: 42px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 28px;
  color: #b85f70 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.bw-accessory-intro-links a:first-child {
  background: #b85f70;
  border-color: #b85f70;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(184, 95, 112, 0.18);
}

.bw-accessory-intro-links a:hover {
  border-color: #d69ca7;
  background: #fff0f3;
  color: #963f50 !important;
  text-decoration: none !important;
}

.bw-accessory-intro-links a:first-child:hover {
  background: #a94f60;
  border-color: #a94f60;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-accessory-intro {
    margin: 20px auto 22px auto;
    padding: 0 12px;
  }

  .bw-accessory-intro-inner {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .bw-accessory-intro-label {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .bw-accessory-intro h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .bw-accessory-intro p {
    font-size: 13px;
    line-height: 1.65;
  }

  .bw-accessory-intro-links {
    gap: 10px;
  }

  .bw-accessory-intro-links a {
    width: 100%;
    min-height: 42px;
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35c9a94 *//* Ballonswelt Ballonzubehör category shortcuts */
.bw-accessory-cats {
  width: 100%;
  max-width: 980px;
  margin: 18px auto 22px auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

.bw-accessory-cat {
  flex: 1 1 0;
  max-width: 220px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 30px;
  color: #3a3032;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(175, 92, 108, 0.05);
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.bw-accessory-cat:hover {
  background: #fff8f9;
  border-color: #d69ca7;
  color: #b85f70;
  text-decoration: none !important;
}

.bw-accessory-icon {
  display: inline-block;
  margin-right: 7px;
  color: #c77b88;
  font-size: 16px;
  line-height: 1;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-accessory-cats {
    max-width: 720px;
    flex-wrap: wrap;
  }

  .bw-accessory-cat {
    flex: 0 0 calc(50% - 10px);
    max-width: none;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-accessory-cats {
    margin: 14px auto 18px auto;
    padding: 0 10px;
    gap: 8px;
  }

  .bw-accessory-cat {
    flex: 0 0 calc(50% - 8px);
    height: 44px;
    padding: 0 8px;
    font-size: 12.5px;
    border-radius: 24px;
  }

  .bw-accessory-icon {
    margin-right: 5px;
    font-size: 14px;
  }
}

/* Very small mobile */
@media only screen and (max-width: 420px) {
  .bw-accessory-cat {
    flex: 0 0 100%;
    max-width: 310px;
  }
}/* End custom CSS */