

/* Start:/local/templates/airws_solution/include/pages/home/main.banner/style.css?17625247191736*/
/* Стили слайдера (баннеры) */
.banner-slider {
    width: 66.66%;
    position: relative;
}

.banner-slider .swiper {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.banner-slide {
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 127px 19px 140px;
    background-size: cover;
    background-position: center;
}

.banner-content {
    width: 350px;
    max-width: 50%;
    color: white;
    z-index: 2;
}

.banner-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 40px;
    color: var(--belyy);
}

.banner-text {
    font-weight: 400;
    font-size: 28px;
    color: var(--belyy);
}

.banner-btn {
    margin-top: 60px;
}

.discount-badge {
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount-percent {
    background: linear-gradient(180deg, #eec554 0%, #e59e3a 52.5%, #f59b55 100%);
    border-radius: 12px;
    padding: 15px 30px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 84px;
    line-height: 120%;
    text-align: center;
    color: var(--belyy);
}

.promo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-text span {
    background: white;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--chernyy);
    display: inline-block;
    border-radius: 4px;
}

.promo-text span + span {
    padding: 13px 20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    margin-top: -8px;
}

/* End */


/* Start:/local/templates/airws_solution/include/pages/home/main.products.daily/style.css?17625251022671*/
/* Стили слайдера (товары дня) */
.products-slider {
    width: 33.33%;
    position: relative;
}

.products-slider .swiper {
    border-radius: 16px;
    overflow: hidden;
    background: white;
    border: 1px solid var(--svetloseryy);
    height: 450px;
}

.products-slider .swiper-wrapper {
    height: auto;
}

.products-header {
    padding: 30px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-title {
    font-weight: 500;
    font-size: 24px;
    color: var(--chernyy);
}

.product-slide {
    padding: 67px 108px 90px;
    display: flex;
    align-items: center;
    height: calc((400px - 71px) / 2);
}

.product-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.product-image {
    border-radius: 8px;
    width: 197px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    padding: 20px;
}

.product-info {
    flex: 1;
}

.products-timer {
    background: linear-gradient(136deg, #eef36a 0%, #bff36a 100%);
    border-radius: 8px;
    padding: 5px 15px;
    display: inline-flex;
    gap: 5px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    color: var(--chernyy);
}

.product-discount {
    border-radius: 4px;
    padding: 2px 8px;
    background: var(--krasnyy);
    font-weight: 400;
    font-size: 14px;
    color: var(--belyy);
    display: inline-block;
    margin-bottom: 16px;
}

.product-name {
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy);
    margin-bottom: 16px;
}

.product-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.new-price {
    font-weight: 500;
    font-size: 18px;
    color: var(--krasnyy);
}

.old-price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
    color: var(--seryy);
    margin-bottom: 2px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 15px;
}

.rating-value {
    font-weight: 400;
    font-size: 14px;
    color: var(--chernyy);
}

.rating-star {
    color: var(--siniy);
    font-size: 16px;
}

.products-slider .swiper-button-next {
    right: 30px;
}

.products-slider .swiper-button-prev {
    left: 30px;
}

.products-slider .swiper-button-next, .products-slider .swiper-button-prev {
    border: 1px solid var(--svetloseryy);
}
/* End */
/* /local/templates/airws_solution/include/pages/home/main.banner/style.css?17625247191736 */
/* /local/templates/airws_solution/include/pages/home/main.products.daily/style.css?17625251022671 */
