
.amazing_offer1 {
    position: relative;
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: white;
    margin-right: 50px;
    border-radius: 20px;
    z-index: 2;
}

.amazing_offer {
    position: relative;
    z-index: 2;
}

.amazing_offer .DejavoVS_archive {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.amazing_offer .dejavo_colors, .amazing_offer .dejavo_sizes {
    justify-content: flex-start !important;

}

.amazing_offer::after, .amazing_offer::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 20%;
    inset: auto 50px -10px 0;
    border-radius: 20px;
    background: var(--dej-color1) var(--dej-bg1);
    margin: 0 auto;
}

.amazing_offer::before {
    inset: -10px 50px 0 0;
}

.amazing_offer1 .slides {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
}

.amazing_offer1 .slides .swiper-wrapper {
    align-items: center;
}

.amazing_offer1 .slides .item {
    display: flex;
    padding: 15px 40px 15px 0;
}

.amazing_offer1 .slides .item .right {
    display: flex;
    width: 30%;
    align-items:center;
}

.amazing_offer1 .slides .item .left {
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 10px;
    justify-content: space-between;
}
.amazing_offer1 .slides .top, .amazing_offer1 .slides .bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.amazing_offer1 .list {
    margin-bottom: 10px;
}

.amazing_offer1 .dej_price {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 320px;
}

.amazing_offer1 .slides .item .price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dej_price .price > .woocommerce-Price-amount {
    font-size: 17px;
    background-color: #e2e5ff;
    color: #313232;
    flex: 1;
    display: flex;
}

.dej_price .price > .woocommerce-Price-amount:first-child {
    border-top-right-radius: 25px;
    justify-content: flex-start;
    padding: 10px 10px 10px 35px;
}

.dej_price .price > .woocommerce-Price-amount:last-child {
    border-bottom-left-radius: 25px;
    justify-content: flex-end;
    padding: 10px 35px 10px 10px;
}

.dej_price del {
    padding: 10px 10px 10px 35px;
    background-color: #ff9e9e;
    border-top-right-radius: 25px;
    color: #a60000 !important;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.dej_price ins  {
    padding: 10px 35px 10px 10px;
    background-color: #c1f4b5;
    border-bottom-left-radius: 25px;
    color: #1e6c07;
    font-size: 18px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.dej_price ins .woocommerce-Price-amount {
    font-size: 18px;
}
.dej_price del .woocommerce-Price-amount {
    font-size: 16px;
}

.amazing_offer1 .list li {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 21px;
}

.amazing_offer1 .variations, .amazing_offer1 .variation {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.amazing_offer1 .variations {
    margin: 12px 0;
}

.amazing_offer1 .DejavoVS-terms {
    display: inline-flex;
    align-items: center;
}

.amazing_offer1 .badge {
    background-color: white;
    color: black;
    font-size: 16px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 3;
    border-radius: 100%;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    aspect-ratio: 1;
}


.amazing_offer1 .icons {
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: var(--dej-max-radius);
    justify-content: flex-start;
}


.amazing_offer1 .slides h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--black-color);
}

.amazing_offer1 > .title {
    position: absolute;
    top: 50%;
    left: 0;
    text-orientation: sideways;
    writing-mode: vertical-rl;
    direction: rtl;
    transform: rotateZ(180deg) translateY(50%);
    padding: 15px 10px;
    background: var(--dej-color1) var(--dej-bg1);
    border-radius: 20px 0 0 20px;
    z-index: 5;
}

.amazing_offer1 > .title a {
    color: white;
    font-size: 16px;
    white-space: nowrap;
}

.amazing_offer1 .slides .image {
    border-radius: var(--dej-max-radius);
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.amazing_offer1 .slides .image img {
    border-radius: var(--dej-max-radius);
    border: 1px solid var(--border-color1);
}

.amazing_offer1 .slides .timer {
    position: absolute;
    bottom: -22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
    background-color: #ededed;
    border-radius: 10px;
    padding: 4px 10px;
    z-index: 10;
}

.amazing_offer1 .slides .timer i {
    font-size: 25px;
    opacity: 0.7;
}

.amazing_offer1 .slides .countdown_box {
    background-color: transparent;
    padding: 0;
}

.amazing_offer1 .slides .countdown_time {
    justify-content: flex-end;
    margin-bottom: 0;
}

.amazing_offer1 .slides .countdown_box .countdown {
    font-weight: 500;
    font-size: 16px;
    background-color: white;
    border-radius: 100px;
    min-width: 40px;
    min-height: 40px;
    aspect-ratio: 1;

}

.amazing_offer1 .slides .countdown_box .cd_text {
    font-weight: 300;
    font-size: 12px;
}

.amazing_offer1 .tabs {
    width: 90px;
    overflow: hidden;
    z-index: 10;
    height: 275px;
    background: var(--dej-color2) var(--dej-bg2);
    border-radius: 25px;
    position: absolute;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amazing_offer1 .tabs_slider {
    display: flex;
    width:75px;
    height: 260px;
}

.amazing_offer1 .tabs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
}

.amazing_offer1 .tabs .tab_item {
    cursor: pointer;
    border-radius: 100%;
    border: 3px solid var(--dej-color1);
    opacity: 0.75;
    padding: 2px;
    aspect-ratio: 1;
    transition: 0.3s;
}

.amazing_offer1 .tabs .tab_item img {
    border-radius: 100%;
    width: 100% !important;
    object-fit: cover;
}

.amazing_offer1 .swiper-slide-thumb-active .tab_item {
    opacity: 1;
    padding: 0;
    transition: 0.3s;
}
@media (max-width: 992px) {
    .amazing_offer1 .slides .item .right {
        width: 40%;
    }

    .amazing_offer1 .slides .item .left {
        width: 60%;
        padding: 20px 20px 20px 25px;
    }
}
@media (max-width: 768px) {

    .amazing_offer1 .slides .swiper-wrapper {
         align-items: flex-start;
    }
    .amazing_offer1 .slides .item {
        flex-direction: column;
        display: flex;
        padding: 5px;
        gap: 15px;
        justify-content: space-between;
    }

    .amazing_offer1 .slides .item .right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .amazing_offer1 .slides .item .left {
        width: 100%;
        padding:0
    }

    .amazing_offer1 > .title {
        top: 0;
        left: auto;
        right: auto;
        margin: 0 auto;
        text-orientation: unset;
        writing-mode: unset;
        transform: unset;
        padding: 5px 15px;
        border-radius: 0 0 20px 20px;
    }

    .amazing_offer1 {
        flex-direction: column-reverse;
        margin-right: 0;
        gap:0;
        padding: 10px;
    }

    .amazing_offer1 .tabs .swiper-wrapper {
        flex-direction: row;
        max-width: 100%;
    }

    .amazing_offer1 .tabs {
        width: 100%;
        padding: 5px 10px;
        height: auto;
        border-radius: 20px;
        position: unset;
        right: unset;
        transform: unset;
        top: unset;
    }
    .amazing_offer1 .tabs_slider {
        width:100%;
        height: auto;
    }

    .amazing_offer::before {
        inset: -10px 0 0 0;
    }

    .amazing_offer::after {
        inset: 0 0 -10px 0;
    }
}
@media (max-width: 576px) {
    .amazing_offer1 .dej_price{
        max-width: 100%;
    }
}