.special-section {
    background-color: #e6e6e6;
}

.special-container {
    padding: 60px 0 60px;
    box-sizing: border-box;
    width: 1230px;
    margin: 0 auto;
}

.special__title {
    font-size: 40px;
    position: relative;
    margin-bottom: 60px !important;
}

.special__title::after {
    border-bottom: 2px solid var(--main-color);
    height: 1px;
    width: 60px;
    content: "";
    display: block;
    margin-left: 0;
    text-align: center;
    margin: 15px auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-30px);
}

.special-slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.special-slider:hover .special-slider__btn {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.special-slider__list {
    display: flex;
    overflow: hidden;
    padding: 0 0 30px 15px;
}

.special-slider__item {
    min-width: 100%;
    padding-bottom: 40px;
}

.special-slider__item-wrapper {
    width: 100%;
    display: flex;
}

.special-slider__item-wrapper h2 {
    font-weight: normal;
    color: #000;
}

.image-block {
    min-width: 30%;
    max-width: 30%;
    margin-right: 50px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 30%;
}

.image-block:hover .sale-sticker {
    display: block;
    opacity: 1;
    left: 0;
    transition:  all 0.4s ease-in-out;
}

.discount-block {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-block__img {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.countdown {
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}

.countdown_container {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.countdown-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-text {
    color: #fff;
}

.countdown-time {
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
} 

.seconds {
    color: #000000;
}

.special-content__title {
    color:#000000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 8px;
    letter-spacing: 0.6px;
    font-size: 18px;
}

.special-content__description {
    margin-bottom: 22px;
}

.special-content .btn__link {
    width: 90px;
    margin: 0;
}

.special-content .price {
    color: #000000;
}

.slider__btn {
    height: 35px;
    width: 35px;
    background: #ffffff;
    border: 1px solid #ededed;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.slider__btn::before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    color: inherit;
    top: 5px;
}

.slider__btn--left::before {
    content: "\f104"; 
    left: 10px;  
}

.slider__btn--right::before {
    content: "\f105"; 
    right: 10px; 
}

.slider__btn:hover {
    background-color: var(--main-color);
}

.slider__btn:hover::before {
    color: #ffffff;
}

.special-slider__btn--left {
    top: 40%;
    left: 0;
}

.special-slider__btn--right {
    top: 40%;
    right: 15px;
}

@media(max-width: 1200px) {
    .special-container {
        padding: 40px 0 40px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }    
    .special-slider__btn--left {
        top: 50%;
        left: 0;
    }
    
    .special-slider__btn--right {
        top: 50%;
        right: 15px;
    }    
    .special__title {
        margin-bottom: 50px;
    }
    .image-block  {
        min-width: 50%;
    }
    .countdown {
        width: 90%;
    }
    .special-slider {
        width: 100%;
    }
    .special-slider__list {
        padding-left: 0;
    }
}

@media(max-width: 767px) {
    .special-slider__item-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .image-block {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding-bottom: 90%;
        margin-bottom: 50px;
    }
    .image-block__img {
        margin-bottom: 50px;
    }
    .countdown  {
        width: 100%;
    }

    .special-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .special-content__title {
        text-align: center;
    }
    .special-content__description {
        text-align: center;
    }
    .special-content .price {
        text-align: center;
    }
    .special-content .btn__link {
        margin: 0 auto;
    }
    .special-slider__btn--right {
        right: 0;
    }
    .special-section .slider__btn--left { 
        left: 0 !important;  
    }
    .special-section .slider__btn--right {
        right: -10px !important; 
    }
    .special-section .sale-sticker {
        top: 25px 
    }
}
