.header_guarantees_wrapper {height:70px;background-color:#F5EBE9}
.header_guarantees {color:#DE3E87;display:flex;justify-content:space-around}
.header_guarantee {display:flex;align-items:center;flex-wrap:nowrap;margin:12.5px 0;height:45px}
.header_guarantees .header_guarantee h2 {font-family:'BigShoulders-ExtraBold', sans-serif;font-weight:400;line-height:100%;font-size:130%;color:#DE3E87;padding:5px 0 0;margin:0;max-width:140px;text-transform:uppercase}
.header_guarantees .header_ontime span {background:url(/cdn/shop/files/ontime_icon_2025-V3-pink.svg?v=1751272128) no-repeat 0 center;background-size:contain;height:45px;width:45px;margin-right:7px}
.header_guarantees .header_satifaction  span {background:url(/cdn/shop/files/satifaction_icon_2025-V3-pink.svg?v=1751272128) no-repeat 0 center;background-size:contain;height:45px;width:45px;margin-right:7px}
.header_guarantees .header_lifetime span {background:url(/cdn/shop/files/lifetime_icon_2025-V3-pink.svg?v=1751272129) no-repeat 0px center;background-size:contain;height:45px;width:45px;margin-right:7px}

.header_guarantees .header_ontime h2::after {content:"±";font-size:70%;top:-5px;position:relative}
.header_guarantees .header_satifaction h2::after {content:"§";font-size:50%;position:relative;top:-6px}
.header_guarantees .header_lifetime h2::after {content:"¤";font-size:75%;position:relative;top:-5px}

@media screen and (max-width: 750px) {
  .header_guarantees_wrapper {height:55px}
  .header_guarantee {margin:10px 0;height:35px}
  .header_guarantee span {height:28px;width:28px}
  .header_guarantees .header_guarantee h2 {font-size:80%;max-width:90px}
}