.seni-shipping {
    margin-top:-32px !important;
    background:white;
    .shipping-btn {
      background: linear-gradient(90deg, #7566D2 0%, #302861 100%);
      color: white;
      padding: 8px 8px 8px 24px;
      border-radius: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      font-family: 'Quicksand', sans-serif;
      transition:all 0.3s ease-in-out;

      span {
        width: 36px;
        height: 36px;
        background: white;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      &:hover {
        background: linear-gradient(135deg, #7566D2 66%, #302861 100%);
      }
    }

    h2,
    h3 {
      background: #302861;
      background: -webkit-gradient(linear, left top, right top, from(#7566D2), to(#302861));
      background: -o-linear-gradient(left, #7566D2 0%, #302861 100%);
      background: linear-gradient(90deg, #7566D2 0%, #302861 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0;
    }

    h2 {
      font: 400 36px/40px 'Quicksand', sans-serif;
    }

    h3 {
      font: 400 24px/32px 'Quicksand', sans-serif;
    }

    p,
    ul,
    ol {
      font: 400 16px/24px 'Quicksand', sans-serif;
      margin: 0;
    }
    li {
        &:before {
            content: '•';
            color: #302861;
            font-weight: bold;
            display: inline-block;
            width: 16px;
            font-size: 22px;
            position: relative;
            top: 2px;
        }
    }
  }

  .shipping-desc {
    background: white;
    padding: 140px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top:-80px;

    &>* {
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
    }
  }

  .shipping-uberclick {
    background: #F8F8FF;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    width:100%;
    h2 {
        text-align: center;
    }
  }

  .shipping-wrapper {
    width: 100%;
    max-width: 1440px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
  }

  .shipping-uberclick-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .shipping-uberclick-icon {
    background: white;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
  }

  .shipping-uberclick-text {
    width:100%;
    display:flex;
    flex-direction: column;
    gap:16px;
  }

  .shipping-logistik {
    background: white;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .shipping-logistik-wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-items: center;
    gap: 32px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .shipping-logistik-box {
    flex: 1;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .shipping-logistik-box-left {
    background: #E8E4FB;
    li {
        &:before {
            color:#302861;
        }
    }
  }

  .shipping-logistik-box-right {
    background: #FBF3FF;

    li {
        &:before {
            color:#E8473B;
        }
    }

    h2 {
      background: #E8473B;
      background: -webkit-gradient(linear, left top, right top, from(#FA7369), to(#E8473B));
      background: -o-linear-gradient(left, #FA7369 0%, #E8473B 100%);
      background: linear-gradient(90deg, #FA7369 0%, #E8473B 100%);
    }
  }

  .shipping-logistik-icon {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    background: white;
    box-shadow: 0px 8px 32px rgba(48, 40, 97, .15);
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      width: auto;
      height: 72px;
    }
  }

  .shipping-einfacher {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 20px;
    gap: 32px;
    background: #f5f7f9;
  }

  .shipping-einfacher-in {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
  }

  .noch-einfacher {
    box-shadow: 0px 8px 32px rgba(48, 40, 97, .15);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    top: -80px;
  }

  .shipping-einfacher-text {
    box-shadow: 0px 8px 32px rgba(48, 40, 97, .15);
    background: white;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 700px;
    margin-left: -40px;
    position: relative;

    a {
      margin-right: auto;
    }
  }
  .shipping-hero {
    position:relative;
    padding-top:24px;
    &:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right:0;
      bottom: 80px;
      height:calc(100%-80px);
      background: linear-gradient(90deg, #F7F5FF 0%, #E7E3FF 100%);
      display:block;
    }
  }
  .shipping-hero-in {
    position:relative;
    background: url('/images/frontend/seni-shipping/shipping-bg.webp') no-repeat center center;
    background-size: cover;
    box-shadow: 0px 8px 32px rgba(48, 40, 97, .15);
    padding: 20px 20px 0 20px;
    border-radius:8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:16px;
    margin:0 auto;
    width:100%;
    max-width: 1440px;
    h1 {
      font:40px/48px 'Quicksand', sans-serif;
      color:white;
      text-align:center;
      margin:0 auto;
      max-width: 780px;
    }
    .optimat-logo {
      box-shadow: 0px 8px 32px rgba(48, 40, 97, .15);
      background:white;
      border-radius: 8px;
      padding:12px;
    }
    .shipping-wheel {
      width: 100%;
      max-width: 444px;
      height: auto;
    }
    .shipping-hero-desc {
      display:flex;
      align-items: center;
      gap:40px;
      justify-content: center;
      max-width:960px;
      .shipping-hero-text {
        display:flex;
        flex-direction: column;
        gap:16px;
        align-items: flex-start;
        color:white;
        a {
          margin-right: auto;
        }
      }
    }
  }
  .shipping-logistik-header {
    text-align:center;
    margin:0 auto;
    padding:0 20px;
    max-width:960px;
    h2 {
      margin-bottom:12px;
    }
  }

  @media screen and (max-width: 580px) {
    .shipping-hero-in {
      padding: 20px;
      border-radius: 0;
      h1 {
        font:28px/36px 'Quicksand', sans-serif;
      }
    }
    .shipping-hero-desc {
      flex-direction: column;
      gap:16px;
      padding:16px 0;
    }
    .shipping-hero-text {
      align-items: center;
      text-align: center;
    }
    .seni-shipping {
        h2 {
            font: 400 24px / 32px 'Quicksand', sans-serif;
        }
        h3 {
            font: 400 20px / 24px 'Quicksand', sans-serif;
        }
        .shipping-btn {
            width:100%;
            & > span {
                display:none;
            }
        }
    }
    .shipping-uberclick-text {
        gap: 8px;
    }
    .shipping-logistik,
    .shipping-einfacher {
        padding:24px 16px;
    }
    .noch-einfacher {
        top:0;
    }
    .shipping-einfacher-text {
        margin:0;
    }
    .shipping-hero-desc,
    .shipping-einfacher-in {
        gap:16px !important;
        flex-direction: column;
    }
    .shipping-einfacher-in img {
        width:100%;
        max-width: 100%;
        height:auto;
    }
    .shipping-logistik-box {
        padding:16px;
    }
    .shipping-desc {
        margin-top:0;
        padding:24px 16px;
    }
  }