/** Shopify CDN: Minification failed

Line 222:5 Cannot use type selector "__progress-line" directly after nesting selector "&"
Line 243:5 Cannot use type selector "__outer-el" directly after nesting selector "&"

**/
.hb_after_before {
    padding: 50px 0;
}
.hb_after_before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hb_after-before-title {
    font-size: "Figtree", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.35715;
    text-align: center;
    margin: 0 0 40px;
}
.hb_after_before .swiper-slide {
    aspect-ratio: 1/1
}
.hb_after_before-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.hb_after_before .hb_image_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.hb_after_before .hb_image {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    overflow: hidden;
}
.after-before-swiper-btn {
    font-size: 20px;
}
.hb_after_before .hb_tag {
    position: absolute;
    top: 20px;
    background: #ffffff;
    padding: 5px 12px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Harmonia Sans", sans-serif;
    z-index: 10;
    pointer-events: none;
}
.hb_after_before .hb_before_tag {
    left: 20px;
    background-color: #ea5a34;
    color: #fff;
}
.hb_after_before .hb_after_tag {
    right: 20px;
    background-color: #ea5a34;
    color: #fff;
}
.hb_after_before .hb_after_before_line-icon-wrap {
    cursor: col-resize;
    position: absolute;
    z-index: 2;
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: none;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2.8rem;
    margin-left: -1.4rem;
    cursor: col-resize;
}
.hb_after_before .hb_after_before_line-icon-wrap::before {
    content: "";
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    top: 0;
    left: 50%;
    height: 100%;
    width: 5px;
    margin-left: calc(5px / -2);
}
.hb_after_before-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #222;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 11px #0000001c;
    padding: 5px;
}
.hb_after_before .hb_after_before-icon svg {
    width: 24px;
    height: 24px;
}
.hb_after_before .hb_before_image-wrap {
    left: 0;
}
.hb_after_before .hb_after_image-wrap {
    right: 0;
    clip-path: inset(0px 0px 0px 50%);
}
.after-before-swiper-pagition-title_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.after-before-swiper-item-title {
    display: none;
    width: 100%;
}
.after-before-swiper-item-title.is-title {
    display: block;
}
.after-before-pagination {
    display: flex;
    justify-content: end;
}
.hb_after_before .after-before-swiper-utilities {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.swiper-button-prev:after {
    content: unset !important;
}
.swiper-button-next:after {
    content: unset !important;
}
@media screen and (max-width:990px) {
    .hb_after_before .hb_after_before-alpha-title {
        font-size: 32px;
    }
    .hb_after_before .hb_after_before-beta {
        height: 400px;
    }
}
@media screen and (max-width:767px) {
    .hb_after_before {
        padding: 17px 0 30px;
    }
    .hb_after-before-title {
        font-size: 22px;
        font-weight: 900;
        margin: 0 0px 32px;
    }
    .hb_after_before .hb_after_before-alpha-title {
        max-width: 100%;
    }
    .hb_after_before .hb_after_before-alpha {
        max-width: 100%;
        flex: 100%;
    }
    .hb_after_before .hb_after_before-beta {
        max-width: 100%;
        flex: unset;
        width: 100%;
        height: 100%;
        min-height: 360px;
    }
    .hb_after_before .hb_tag {
        position: absolute;
        top: 20px;
        background: #fff;
        padding: 5px 12px;
        box-shadow: 0 0 10px #0000001a;
        border-radius: 5px;
        display: none;
    }
    
}
.hb_after_before .flex.flex-col {
    height: 100%;
}
.hb_after_before  .swiper {
    width: 100%;
    height: 100%;
  }
  
.hb_after_before  .swiper-slide {
    padding: 20px 0;
    text-align: center;
  }
  
.hb_after_before .pagination {
    letter-spacing: 0.1rem;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.5;
    color: currentColor;
    display: flex;
    font-family: sans-serif;
    
    &__progress-line {
      position: absolute;
      height: 1px;
      background: currentColor;
      bottom: 0;
      left: 0;
      width: 100%;
      transform-origin: left;
      transform: scaleX(0);
    }
    
    span {
      display: block;
      position: relative;
      white-space: nowrap;
      
      &:nth-of-type(2) {
        display: inline-flex;
      }
    }
    
    &__outer-el {
      overflow: hidden;  
      height: 1.5em;
    }
  }