

/* Start:/local/templates/time/components/bitrix/sale.basket.basket/main/style.css?17510330584021*/
.trade-in-information-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.trade-in-information-container p{
    font: 400 14px / 1.75 Montserrat, sans-serif;
}
.trade-in-text{
    color: #464646;
}
.trade-in-text-yellow{
    color: #ffad00;
}
.trade-in-text > a{
    color: #00e6ff;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #ffad00;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.gift-switch-button {
    margin-bottom: 44px;
    display: flex;
    gap: 10px;
}

.gift-content {
    overflow: hidden;
    height: 0;
    opacity: 0!important;
    transition: height 0.4s ease, opacity 0.3s ease;
}
.gift-content.open {
    max-height: 361px!important;
    opacity: 1!important;
}
.gift-switch-button-none {
    display: none;
}
.gift-swiper-wrapper {
    position: relative;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #ffad00;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-arrow:hover {
    background-color:#ffad00;
}


.cart__item-info-am,.cart__item-count-am, .cart__item-sum-am {
    font-size: 20px!important;
    line-height: 28px!important;
    font-weight: 700!important;
}
.gift-swiper-prev {
    left: 20px;
}

.gift-swiper-next {
    right: 20px;
}
.gift-swiper-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.gift-swiper-nav.visible {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}
.cart__item-image-gift {
    width: 150px;
    text-align: center;
}
.cart__item-image-gift img {
    max-height: 150px!important;
}
.table__row-wrap-gift {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cart__item-remove-am {
    padding: 15px 15px;
    background: #ffad00;
}
.gift-swiper-wrapper {
    margin-top: 20px;
}
.cart__item-sum-gift {
    font-size: 18px;
    font-weight: 600;
}
.cart__title-gift {
    font-weight: 400;
    font-size: 17px;
}
.basket-gift-add {
    width: 126px;
    height: 45px;
    padding: 8px 10px 15px!important;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .cart__title-gift {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .gift-swiper-prev {
        left: 0;
    }
    .gift-swiper-next {
        right: 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .basket-gift-add {
        width: 126px!important;
    }
    .gift-swiper-nav {
        top: 46%;
    }
    .cart__item-sum-gift {
        align-items: center;
        font-size: 15px;
    }
    .cart__item-remove-am {
        background: unset;
    }
    .custom-arrow {
        background: unset;
        padding: 0 5px;
    }
    .gift-swiper-prev {
        left: 0;
    }
    .gift-swiper-next {
        right: 0;
    }
}
.table__row-wrap-gift .field-quantity .disabled {
    color: #d1d1d1!important;
}
/* End */
/* /local/templates/time/components/bitrix/sale.basket.basket/main/style.css?17510330584021 */
