#icon-cart {
    display: flex;
    align-items: center;
    max-width: 32px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#icon-cart:hover svg:last-child {
    transform: translateX(-42px);
}

#icon-cart:hover svg:first-child {
    transform: translateX(-32px);
}

#icon-cart svg {
    /* position: absolute; */
    min-width: 32px;
    transition: all 0.3s ease-in-out;
}

.choose-slider .swiper-wrapper {
    /* // padding-bottom: 30px !important; */
    max-height: 100px;
}

.swiper-scrollbar {
    background: #e862403f !important;
    bottom: 0 !important;
}
.swiper-scrollbar-drag {
    background: #e86240 !important;
}

.footer__block a {
    transition: all 0.3s ease-in-out;
}

.footer__social a:hover {
    color: #e86240 !important;
}

.footer__block nav a,
.nav__link {
    position: relative;
}

.footer__block nav a::after,
.nav__link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #e86240;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.footer__block nav a:hover::after,
.nav__link:hover::after {
    width: calc(100% + 20px);
    bottom: -5px;
    left: -10px;
}

input {
    transition: all 0.3s ease-in-out;
    will-change: transition;
}

.verify_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e86240;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify_block label {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 17.9996px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 10px;
}

.verify_block form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.verify_block input {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 17.9996px;
    line-height: 21px;

    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    color: #fff;
}

.verify_block button {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 17.9996px;
    line-height: 21px;

    background-color: #000;
    border: 2px solid #0000000a;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    color: #fff;
    cursor: pointer;
}
