.elementor-2020301 .elementor-element.elementor-element-f964e65{margin-top:30px;margin-bottom:0px;}.elementor-2020301 .elementor-element.elementor-element-55dfc74 .swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(4, 1fr);column-gap:0px;}.elementor-2020301 .elementor-element.elementor-element-55dfc74 .elementor-atc .elementor-button{font-weight:700;background-color:#E94B7A;border-radius:24px;}.elementor-2020301 .elementor-element.elementor-element-55dfc74 .elementor-badge{min-width:50px;}.elementor-2020301 .elementor-element.elementor-element-55dfc74 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #D70000 0%, #f2295b 100%);}/* Start custom CSS for html, class: .elementor-element-42b18df *//* ========================= */
/* OCCASION SECTION - BALLONSWELT PREMIUM */
/* ========================= */

.occasion-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 46px 18px 52px;
  background: #fffafa;
  border-top: 1px solid #ead8dc;
  border-bottom: 1px solid #ead8dc;
  box-sizing: border-box;
  overflow: hidden;
}

.occasion-container {
  max-width: 1180px;
  margin: 0 auto;
}

.occasion-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.occasion-heading span {
  width: 90px;
  height: 1px;
  background: #ead8dc;
}

.occasion-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #3a3032;
  font-family: Georgia, "Times New Roman", serif;
}

.occasion-heading strong {
  color: #b85f70;
  font-weight: 500;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.occasion-card {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 18px;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(175, 92, 108, 0.055);
  transition: all 0.22s ease;
}

.occasion-card:hover {
  transform: translateY(-2px);
  border-color: #d69ca7;
  box-shadow: 0 14px 30px rgba(175, 92, 108, 0.10);
  color: #b85f70;
  text-decoration: none !important;
}

.occasion-image {
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #fff8f9;
}

.occasion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.occasion-card:hover .occasion-image img {
  transform: scale(1.025);
}

.occasion-icon {
  width: 42px;
  height: 42px;
  margin: -21px auto 12px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff1f4;
  border: 1px solid #ead8dc;
  border-radius: 50%;
  color: #b85f70;
}

.occasion-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.occasion-card h3 {
  margin: 0 12px 6px;
  font-size: 15.5px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d2d2d;
}

.occasion-card p {
  margin: 0 12px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #b85f70;
}

.occasion-card:hover h3 {
  color: #b85f70;
}

.occasion-card-featured {
  border-color: #ead8dc;
}

.occasion-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  padding: 6px 11px;
  border-radius: 999px;
  background: #b85f70;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
}

/* Tablet */
@media only screen and (max-width: 1024px) {
  .occasion-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .occasion-image {
    height: 220px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .occasion-section {
    padding: 34px 0 40px;
  }

  .occasion-heading {
    display: block;
    margin: 0 16px 20px;
  }

  .occasion-heading span {
    display: none;
  }

  .occasion-heading h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .occasion-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 16px 12px;
    -webkit-overflow-scrolling: touch;
  }

  .occasion-grid::-webkit-scrollbar {
    display: none;
  }

  .occasion-card {
    flex: 0 0 46%;
    min-width: 46%;
    max-width: 46%;
    border-radius: 16px;
  }

  .occasion-image {
    height: 185px;
  }

  .occasion-icon {
    width: 36px;
    height: 36px;
    margin: -18px auto 9px;
  }

  .occasion-icon svg {
    width: 16px;
    height: 16px;
  }

  .occasion-card h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .occasion-card p {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .occasion-badge {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 9.5px;
  }
}

@media only screen and (max-width: 420px) {
  .occasion-card {
    flex-basis: 48%;
    min-width: 48%;
    max-width: 48%;
  }

  .occasion-image {
    height: 165px;
  }

  .occasion-heading h2 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76120d3 *//* Ballonswelt Vorteile - full width, theme-matching premium style */
.bw-benefits-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 0;
  background: #fff8f9;
  border-top: 1px solid #ead8dc;
  border-bottom: 1px solid #ead8dc;
  box-sizing: border-box;
}

.bw-benefits-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 15px 30px 15px;
  background: transparent;
  box-sizing: border-box;
}

.bw-benefits-heading {
  max-width: 760px;
  margin: 0 auto 28px auto;
  text-align: center;
}

.bw-benefits-heading span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.bw-benefits-heading h2 {
  margin: 0 0 10px 0;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-benefits-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #665d5f;
}

.bw-benefits-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bw-benefit-item {
  width: 20%;
  padding: 8px 18px;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.bw-benefit-item + .bw-benefit-item {
  border-left: 1px solid #ead8dc;
}

.bw-benefit-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff1f4;
  border: 1px solid #f0dce1;
  border-radius: 50%;
}

.bw-benefit-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #b85f70;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-benefit-item h3 {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #3a3032;
}

.bw-benefit-item p {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.55;
  color: #6f6668;
}

.bw-benefits-cta {
  margin-top: 26px;
  text-align: center;
}

.bw-benefits-button {
  display: inline-block;
  padding: 11px 24px;
  background: #b85f70;
  border: 1px solid #b85f70;
  border-radius: 30px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.bw-benefits-button:hover {
  background: #a94f61;
  border-color: #a94f61;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-benefit-item {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .bw-benefit-item + .bw-benefit-item {
    border-left: none;
  }

  .bw-benefits-heading h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-benefits-section {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .bw-benefits-container {
    padding: 28px 18px 24px 18px;
  }

  .bw-benefits-heading {
    margin-bottom: 20px;
  }

  .bw-benefits-heading h2 {
    font-size: 22px;
  }

  .bw-benefits-heading p {
    font-size: 13px;
  }

  .bw-benefits-grid {
    display: block;
  }

  .bw-benefit-item {
    width: 100%;
    padding: 14px 0;
    display: flex;
    align-items: flex-start;
    text-align: left;
    border-top: 1px solid #ead8dc;
  }

  .bw-benefit-item:first-child {
    border-top: none;
  }

  .bw-benefit-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin: 0 14px 0 0;
  }

  .bw-benefit-icon svg {
    width: 18px;
    height: 18px;
  }

  .bw-benefit-item h3 {
    font-size: 14px;
  }

  .bw-benefit-item p {
    font-size: 12.8px;
  }

  .bw-benefits-cta {
    margin-top: 20px;
  }

  .bw-benefits-button {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62c4e59 *//* ========================= */
/* BALLONSWELT PRODUCT SECTION - PREMIUM THEME */
/* ========================= */

.gift-discovery-section {
  width: 100%;
  margin: 42px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.gift-discovery-container {
  max-width: 1180px;
  margin: 0 auto;
}

.gift-products-block {
  text-align: center;
}

.section-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

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

.section-subtitle {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.65;
  color: #665d5f;
}

.mobile-product-hint {
  display: none;
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ead8dc;
  box-shadow: 0 8px 22px rgba(175, 92, 108, 0.055);
  text-align: left;
  transition: all 0.22s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: #d69ca7;
  box-shadow: 0 12px 28px rgba(175, 92, 108, 0.10);
  color: inherit;
  text-decoration: none !important;
}

.product-card-link,
.product-card-link:hover {
  color: inherit;
  text-decoration: none !important;
}

/* Badge */
.product-badge {
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 13px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #b85f70;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 16px rgba(184, 95, 112, 0.18);
}

/* Product image */
.product-image {
  position: relative;
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff8f9;
  flex-shrink: 0;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

/* Product content */
.product-content {
  position: relative;
  padding: 17px;
  background: #ffffff;
  border-top: 1px solid #f0dde1;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-content h3 {
  margin: 0 0 8px;
  font-size: 15.5px;
  line-height: 1.35;
  font-weight: 700;
  color: #2d2d2d;
}

.product-content p {
  margin: 0 0 14px;
  min-height: 38px;
  font-size: 13px;
  line-height: 1.55;
  color: #6f6668;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.product-price {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  color: #2d2d2d;
  white-space: nowrap;
}

.product-button,
.view-all-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #b85f70;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(184, 95, 112, 0.16);
  transition: all 0.2s ease;
}

.product-button {
  height: 36px;
  padding: 0 16px;
  font-size: 12.5px;
}

.view-all-button {
  height: 40px;
  padding: 0 24px;
  font-size: 13px;
}

.product-card:hover .product-button,
.product-button:hover,
.view-all-button:hover {
  background: #a94f61;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Trust row */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 22px auto 14px;
}

.trust-row span {
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff8f9;
  border: 1px solid #ead8dc;
  font-size: 12.5px;
  font-weight: 600;
  color: #4a4042;
}

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

@media only screen and (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-image {
    height: 245px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media only screen and (max-width: 767px) {
  .gift-discovery-section {
    margin: 32px auto;
    padding: 0;
  }

  .gift-products-block {
    text-align: left;
  }

  .section-label,
  .gift-products-block h2,
  .section-subtitle,
  .mobile-product-hint {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-label {
    font-size: 10.5px;
  }

  .gift-products-block h2 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 9px;
  }

  .section-subtitle {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .mobile-product-hint {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #b85f70;
  }

  .product-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 16px 14px;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    flex: 0 0 78%;
    min-width: 78%;
    max-width: 78%;
    border-radius: 18px;
    height: auto;
  }

  .product-badge {
    top: 11px;
    left: 11px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .product-image {
    height: 220px;
  }

  .product-content {
    padding: 14px 14px 15px;
  }

  .product-content h3 {
    font-size: 14.5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-content p {
    min-height: 18px;
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-price {
    font-size: 18px;
  }

  .product-button {
    height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }

  .trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    margin: 16px 0 13px;
  }

  .trust-row span {
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .view-all-button {
    display: flex;
    width: auto;
    max-width: 245px;
    height: 40px;
    margin: 8px auto 0;
    padding: 0 22px;
  }
}

@media only screen and (max-width: 420px) {
  .product-card {
    flex-basis: 82%;
    min-width: 82%;
    max-width: 82%;
  }

  .gift-products-block h2 {
    font-size: 22px;
  }

  .product-image {
    height: 200px;
  }
}

@media only screen and (max-width: 360px) {
  .product-image {
    height: 265px;
  }

  .trust-row span {
    font-size: 10.5px;
    padding: 7px 8px;
  }

  .view-all-button {
    max-width: 225px;
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e73779f *//* ========================= */
/* SO FUNKTIONIERT DIE BALLONBOX - PREMIUM */
/* ========================= */

.how-balloonbox-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 44px 20px 42px;
  background: #fffafa;
  border-top: 1px solid #ead8dc;
  border-bottom: 1px solid #ead8dc;
  box-sizing: border-box;
}

.how-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.how-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.how-container h2 {
  margin: 0 auto 10px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.how-subtitle {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 1.65;
  color: #665d5f;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 26px;
}

.how-step {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  text-align: left;
}

.how-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff1f4;
  border: 1px solid #ead8dc;
  color: #b85f70;
}

.how-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-text h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d2d2d;
}

.how-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6f6668;
}

.how-text strong {
  color: #3a3032;
  font-weight: 700;
}

.how-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 999px;
  background: #b85f70;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(184, 95, 112, 0.16);
  transition: all 0.2s ease;
}

.how-cta:hover {
  background: #a94f61;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .how-balloonbox-section {
    padding: 34px 18px 34px;
  }

  .how-container {
    text-align: left;
  }

  .how-label {
    font-size: 10.5px;
  }

  .how-container h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .how-subtitle {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.55;
  }

  .how-steps {
    display: block;
    margin-bottom: 22px;
  }

  .how-step {
    padding: 14px 0;
    border-top: 1px solid #ead8dc;
  }

  .how-step:first-child {
    border-top: none;
    padding-top: 0;
  }

  .how-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .how-icon svg {
    width: 16px;
    height: 16px;
  }

  .how-text h3 {
    font-size: 14.5px;
  }

  .how-text p {
    font-size: 12.7px;
    line-height: 1.5;
  }

  .how-cta {
    width: 100%;
    max-width: 280px;
    min-height: 40px;
    font-size: 12.8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c91d77c *//* ========================= */
/* CAROUSEL HEADER - BALLONSWELT PREMIUM */
/* ========================= */

.carousel-header {
  max-width: 760px;
  margin: 0 auto 26px auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.carousel-header .section-label {
  margin: 0 0 8px 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.carousel-header h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.carousel-header p:last-child {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.65;
  color: #665d5f;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .carousel-header {
    margin-bottom: 22px;
    padding: 0 16px;
    text-align: left;
  }

  .carousel-header .section-label {
    font-size: 10.5px;
    letter-spacing: 1.2px;
  }

  .carousel-header h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .carousel-header p:last-child {
    font-size: 13px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-660cd46 *//* Ballonswelt trust strip */
.trust-strip {
  width: 100%;
  margin: 22px 0 10px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}

.trust-strip-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  color: #5f5658;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.trust-strip-inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.trust-strip-inner span:not(:last-child):after {
  content: "•";
  margin: 0 16px;
  color: #d8b9c0;
}

.trust-strip svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #b85f70;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media only screen and (max-width: 767px) {
  .trust-strip {
    margin: 16px 0 8px;
    padding: 0 14px;
  }

  .trust-strip-inner {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 12.3px;
  }

  .trust-strip-inner span {
    padding: 7px 10px;
    background: #fff8f9;
    border: 1px solid #ead8dc;
    border-radius: 999px;
  }

  .trust-strip-inner span:not(:last-child):after {
    display: none;
  }

  .trust-strip svg {
    width: 15px;
    height: 15px;
  }
}/* End custom CSS */