.product-hero-v2 {
    position: relative;
    background-color: var(--green-100);
    padding-block: 24px 48px;
}
@media (min-width: 991.8px) {
    .product-hero-v2 {
        padding-block: 48px 100px;
    }
}
@media (min-width: 1280px) {
    .product-hero-v2 {
        height: 950px;
    }
}
.product-hero-v2 .container-new {
    position: relative;
}
.product-hero-v2 .row-new {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1280px) {
    .product-hero-v2 .row-new {
        gap: 80px;
    }
}
.product-hero-v2 .text-wrapper {
    padding-inline: 24px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    z-index: 9;
}
@media (min-width: 991.8px) {
    .product-hero-v2 .text-wrapper {
        width: 585px;
        flex-basis: 585px;
        row-gap: 24px;
    }
}
.product-hero-v2 .text-wrapper > * {
    width: 100%;
    flex-basis: 100%;
}
.product-hero-v2 .text-wrapper .product-subtitle {
    /*background-color: var(--green-10);*/
    /*border-radius: 40px;*/
    /*padding: 6px 12px;*/
    margin-block: 0;
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: left;
}
@media (min-width: 575.8px) {
    .product-hero-v2 .text-wrapper .product-subtitle {
        display: inline-flex;
        width: auto;
        flex-basis: auto;
    }
}
.product-hero-v2 .text-wrapper .product-short-text p {
    margin-bottom: 12px;
}
.product-hero-v2 .text-wrapper .product-short-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-hero-v2 .text-wrapper .product-short-text ul li {
    padding-left: 34px;
    position: relative;
    margin-bottom: 5px;
}
.product-hero-v2 .text-wrapper .product-short-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    mask: url('./images/check.svg') no-repeat center;
    -webkit-mask: url('./images/check.svg') no-repeat center;
    background-color: #00b290;
    background: contain;
}
.product-hero-v2 .text-wrapper .product-btn-wrapper a {
    display: block;
    text-align: center;
    width: 100%;
}
@media (min-width: 575.8px) {
    .product-hero-v2 .text-wrapper .product-btn-wrapper a {
        display: inline-block;
        width: auto;
    }
}
.product-hero-v2 .slider-wrapper {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-inline: 24px;
}
@media (min-width: 991.8px) {
    .product-hero-v2 .slider-wrapper {
        width: calc(100% - 665px);
        flex-basis: calc(100% - 665px);
    }
}
.product-hero-v2 .slider-wrapper .swiper-slide {
    position: relative;
}
.product-hero-v2 .slider-wrapper .heroPaginationSwiper {
    width: 100%;
}
.product-hero-v2 .slider-wrapper .heroPaginationSwiper .swiper-slide {
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}
.product-hero-v2 .slider-wrapper .heroSwiper .swiper-slide.swiper-slide-prev img {
    display: none;
}
.product-hero-v2 .slider-wrapper .heroSwiper .swiper-slide.swiper-slide-next {
    opacity: 0 !important;
}
.product-hero-v2 .slider-wrapper .heroSwiper .swiper-slide.swiper-slide-next img {
    display: none;
}
.product-hero-v2 .slider-wrapper .heroSwiper .swiper-slide.swiper-slide-visible img {
    display: block;
}
@media (min-width: 991.8px) {
    .product-hero-v2 .slider-wrapper .heroPaginationSwiper .swiper-slide {
        height: 80px;
    }
}
.product-hero-v2 .slider-wrapper .heroPaginationSwiper .swiper-slide-thumb-active {
    border-color: #f27038;
}
.product-hero-v2 .small-dot {
    position: absolute;
    z-index: 2;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    /* Add color to make it visible */
}
@media (min-width: 991.8px) {
    .product-hero-v2 .small-dot {
        display: block;
    }
}
.product-hero-v2 .md-cir-animation {
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product-hero-v2 .md-cir-animation-2 {
    animation-name: md-circle-rotate-2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product-hero-v2 .orange-dot {
    background-color: #f37038;
}
.product-hero-v2 .purple-dot {
    background-color: #273269;
}
.product-hero-v2 .green-dot {
    background-color: #c9e265;
}
.product-hero-v2 .blue-dot {
    background-color: #6adcff;
}
.product-hero-v2 .dot-1 {
    top: -115px;
    left: 36px;
}
.product-hero-v2 .dot-2 {
    top: -89px;
    left: 293px;
}
.product-hero-v2 .dot-4 {
    top: 0;
    left: 796px;
}
.product-hero-v2 .dot-5 {
    top: -115px;
    right: 100px;
}
.product-hero-v2 .dot-6 {
    top: 0;
    right: 80px;
}
.product-hero-v2 .dot-7 {
    bottom: 60px;
    left: 15px;
}
.product-hero-v2 .dot-8 {
    bottom: 90px;
    left: 560px;
}
.product-hero-v2 .dot-9 {
    bottom: 70px;
    right: 15px;
}
.product-hero-v2:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 20%;
    mask: url('./images/orange-arrow.svg') no-repeat center;
    -webkit-mask: url('./images/orange-arrow.svg') no-repeat center;
    background-color: #f27038;
    mask-size: contain;
    z-index: 9;
    display: none;
}
@media (min-width: 767.8px) {
    .product-hero-v2:before {
        bottom: -40px;
        left: 50px;
        width: 120px;
        height: 130px;
        display: block;
    }
}
@media (min-width: 991.8px) {
    .product-hero-v2:before {
        bottom: -80px;
        left: 20%;
        width: 154px;
        height: 163px;
    }
}
.product-hero-v2 .trust-holder {
    margin-top: 40px;
}
@media (min-width: 767.8px) {
    .product-hero-v2 .trust-holder {
        margin-top: 80px;
    }
}
@keyframes md-circle-rotate {
    0% {
        transform: translate(0px, 25px);
    }
    12.5% {
        transform: translate(-20px, 15px);
    }
    25% {
        transform: translate(-25px, 0px);
    }
    37.5% {
        transform: translate(-20px, -15px);
    }
    50% {
        transform: translate(0px, -25px);
    }
    62.5% {
        transform: translate(20px, -15px);
    }
    75% {
        transform: translate(25px, 0px);
    }
    87.5% {
        transform: translate(20px, 15px);
    }
    100% {
        transform: translate(0px, 25px);
    }
}
@keyframes md-circle-rotate-2 {
    0% {
        transform: translate(0px, -25px);
        /* Opposite of 0% in original */
    }
    12.5% {
        transform: translate(20px, -15px);
        /* Opposite of -20px, 15px */
    }
    25% {
        transform: translate(25px, 0px);
        /* Opposite of -25px, 0px */
    }
    37.5% {
        transform: translate(20px, 15px);
        /* Opposite of -20px, -15px */
    }
    50% {
        transform: translate(0px, 25px);
        /* Opposite of 0px, -25px */
    }
    62.5% {
        transform: translate(-20px, 15px);
        /* Opposite of 20px, -15px */
    }
    75% {
        transform: translate(-25px, 0px);
        /* Opposite of 25px, 0px */
    }
    87.5% {
        transform: translate(-20px, -15px);
        /* Opposite of 20px, 15px */
    }
    100% {
        transform: translate(0px, -25px);
        /* Opposite of 0px, 25px */
    }
}
#editor .heroSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#editor .heroPaginationSwiper {
    display: none;
}
#editor .product-hero-v2 .row-new {
    gap: 0;
}

.trust-holder {
    position: relative;
}

.iframe-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    border-radius: 8px;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--orange-10);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-hero-v2 .trustpilot-widget {
    display: none; /* Hide the widget initially */
}
