* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
    scroll-behavior: smooth;
}

body {
    background: whitesmoke;
    line-height: normal;
}

.main-wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: white;
}

b {
    font-weight: 700;
}

.header {
    background: #252525;
}

.container {
    padding: 0 10px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header_star {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 700;
}

.header_star svg {
    margin-right: 5px;
}

.header_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_logo .logo {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 700;
}

.intro .title {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    padding: 10px;
    text-transform: uppercase;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper2 img {
    width: 90% !important;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: white;
}

.swiper-button-next {
    border-radius: 6px 0 0 6px;
}

.swiper-button-prev {
    border-radius: 0 6px 6px 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 50px;
    background: black;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 23px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.main-image {
    position: relative;
}

.main-image .label {
    position: absolute;
    left: 0;
    top: 20px;
    background: #E34040;
    border-radius: 0px 5px 5px 0px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 3;
}

.main-image .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #252525;
    border-radius: 0px 5px 5px 0px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 3;
}

.table-size .text {
    font-size: 9px;
}

.table-size .num {
    font-size: 16px;
}


.top-price.mobile {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 0;
    transform: translate(0, -35px);
    height: 66px;
    margin-bottom: -15px;

    align-items: center;
    background: #FAFAFA;
    padding: 5px 28px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    max-width: 325px;
    position: relative;
    z-index: 3;
}

.top-price .old-price {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #626262;
    width: 90px;
    font-weight: 500;
}

.top-price .old-price .value {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.top-price .discount {
    width: 55px;
    height: 55px;
    background: #E34040;
    border-radius: 50px;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    margin: 0 5px;
    font-weight: 700;
}

.discount .value {
    font-size: 19px;
    line-height: 1.1;
}

.top-price .current-price {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #252525;
    width: 110px;
    font-weight: 700;
}

.top-price .current-price .text {
    font-weight: 400;
}

.top-price .current-price .value {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}

.intro-bullets {
    margin-bottom: 25px;
}

.bullets-wrap {
    width: 95%;
    display: flex;
    justify-content: space-between;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-gap: 15px;
    /* max-width: 400px; */
    margin: 0 auto;
}

.bullet-item {
    width: 33%;
}

.bullet-item p {
    text-align: center;
    font-size: 14px;
}

.timer-wrap {
    width: 100%;
    display: block;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    padding: 20px 0;
}


.timer-wrap .tit {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    margin-bottom: 13px;
    /* margin-top: 20px; */
    text-align: center;
}

.timer {
    margin-bottom: 30px;
    width: 100%;
    /* max-width: 230px; */
    margin: 0 auto;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.timer .timer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer .timer_item .count {
    display: flex;
    margin-bottom: 4px;
}

.timer .toc {
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    height: 35px;
}

.timer .timer_item .count span {
    background: black;
    border-radius: 5px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 30px;
    height: 40px;
    margin: 0 2px;
}

.timer .timer_item .count span {
    font-size: 27px;
    line-height: 1;
    width: 35px;
    height: 55px;
    margin: 0 2px;
}

.timer .timer_item .text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}

.btn-color {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 23px;
    box-sizing: border-box;
    max-width: 325px;
    width: 100%;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #4267b2;
    -webkit-box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    -moz-box-shadow: 0 0 0 10px rgba(99, 140, 215, 0.3);
    box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 15px;
}

.btn-color:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    animation: sheens 3s infinite;
}

@keyframes sheens {

    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

.top_count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    margin-top: 25px;
}

.top_count span {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E34040;
    color: white;
    border-radius: 20px;
    margin: 0 5px;
    font-weight: 800;
}

.description {
    padding: 45px 0;
}

.description .container {
    padding: 0 20px;
}

.description-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.person-top {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.person-top img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.person-text .name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}

.person-text .position {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.person-content {
    background-color: #638cd729;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 4px #bababa;
}

.person-content p {
    text-align: center;
    font-size: 15px;
}

.catalog-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    margin-bottom: 30px;
}

.catalog-item:not(:last-child) {
    margin-bottom: 40px;
}

.catalog-swiper .swiper-wrapper {
    padding-bottom: 35px;
}

.catalog-swiper .table-size {
    bottom: 70px;
}

.catalog-swiper .swiper-pagination {
    bottom: 15px;
}

.swiper-pagination-bullet-active {
    background: #4267b2;
}

.catalog-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 35px;
    gap: 15px;
}

.catalog-item-title {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-content .container .left-side {
    padding-left: 15px;
    border-left: 2px solid #E34040;
}

.catalog-content .container .left-side p {
    /* font-style: italic; */
    font-size: 15px;
    line-height: 1.5;
}

.catalog-content .container .right-side {
    width: 100%;
    max-width: 145px;
}

.catalog-content .container .old-price {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 700;
    text-align: right;
}

.catalog-content .container .new-price {
    font-weight: 800;
    font-size: 30px;
    text-align: right;
    color: #E34040;
    text-shadow: 1px 1px 1px #d1d1d1;
}

.section-sizes {
    padding: 30px 0;
}

.section-sizes .container {
    padding: 0 20px;
}

.section-sizes .container p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.sizes-wrap {
    background: #FFF6E1;
    border-radius: 5px;
    padding: 25px 12px;
}

.tit-sizes {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 20px;
}


.sizes-table {
    border-collapse: collapse;
    padding: 25px 12px;
    width: 100%;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 300%;
}

.sizes-table tr:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

tr td {
    text-align: center;
}

tr:nth-child(1) td {
    /* min-width: 50px; */
}

tr:nth-child(1) td {
    line-height: 140%;
    font-weight: 600;
    text-align: center;
}

/* tr:nth-child(1) td:nth-child(1) {
    font-family: "MontserratMedium";
    font-weight: normal;
} */

tr:nth-child(2n) {
    background: #fff;
}

.sec-table tbody tr td {
    font-weight: bold;
    text-align: center;
}

.help-info {
    padding: 20px 0;
}

.help-info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.help-info .img-wrap img {
    max-width: 160px;
}

.help-info .img-wrap div {
    font-size: 12px;
}

.help-info .img-wrap {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.help-info .text {
    font-size: 14px;
    line-height: 17px;
}

.reviews {
    padding-top: 30px;
    padding-bottom: 20px;
}

.reviews .container {
    padding: 0 20px;
}

.reviews .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews .top .text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    font-weight: 500;
}

.reviews .top .text span {
    color: #E34040;
}

.reviews .top .rating {
    display: flex;
    align-items: center;
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 30px;
}

.reviews .top .rating img {
    margin-right: 20px;
}

.reviewsSwiper .swiper-wrapper {
    padding-bottom: 40px;
}

.reviewsSwiper img {
    border: 2px solid #E34040 !important;
    width: 300px;
    margin: 0 auto;
}

.reviewsSwiper .swiper-button-next,
.reviewsSwiper .swiper-button-prev {
    background: #6c6c6c;
}

.sec-ask {
    background-color: #FFF6E1;
    padding: 40px 0 25px;
}

.sec-ask .container {
    padding: 0 20px;
}

.sec-ask .title-mob {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.ask-wrap .list-icons {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    /* grid-gap: 20px; */
    /* display: flex; */
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.ask-wrap .icon-item {
    width: 100%;
    /* max-width: 142px; */
    margin-right: 0;
    margin-bottom: 30px;
}

.ask-wrap .icon-item .img-wrap {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.ask-wrap .icon-item img {
    width: 50px;
    height: auto;
}

.ask-wrap .icon-item .img-wrap span {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E34040;
    transform: translate(10px, 25px);
}

.ask-wrap .icon-item .tit {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 10px;
}

.ask-wrap .icon-item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
}

.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages .container {
    padding: 0 20px;
}

.advantages .title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.advantages .list-advantages {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.advantages .list-advantages .advantages-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.advantages .list-advantages img {
    width: 60px;
    margin-right: 20px;
}

.advantages .list-advantages .advantages-item .tit {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 20px;
    font-weight: 700;
}

.advantages .list-advantages .advantages-item .text {
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    font-weight: 500;
}

.section-bottom .title.main {
    padding-top: 30px;
    padding-bottom: 33px;
    margin-bottom: 0;
    background: #FFF8E7;
    text-align: center;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.3;
}

.section-bottom .title span {
    color: #E34040;
}

.section-bottom .form-wrap {
    background: #252525;
    border-radius: 5px;
    padding: 20px 30px;
    width: 90%;
    margin: 0 auto;
    /* width: 100%; */
    /* max-width: 450px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 380px; */
    padding: 20px;
}

.form-wrap .title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.form-wrap .timer .timer_item .count span {
    background: white;
    color: black;
}

.form-wrap .timer .timer_item .text {
    color: white;
}

.form-wrap .timer .toc {
    color: white;
}

.form-wrap form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
}

label img {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 18px;
    height: 20px;
    pointer-events: none;
}

.field {
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: none;
}

input.inp {
    font-family: "MontserratMedium";
    /* padding: 22px 0; */
    padding-left: 50px;
    font-weight: normal;
    /* font-size: 16px; */
    /* line-height: 20px; */
    font-size: 15px;
    line-height: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

footer {
    padding: 20px 0;
}
.footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .tit {
    font-weight: 600;
    font-size: 17px;
    line-height: 156%;
    color: #252525;
    text-align: center;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.list-logo {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

footer .bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

footer .cont {
    width: 100%;
    max-width: 350px;
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    text-align: center;
    color: #252525;
}

footer .links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .links a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #252525;
    margin-bottom: 8px;
    text-align: right;
}

/* ================= MODERN LANDING UPGRADE ================= */
:root {
    --ml-bg-1: #f7fbff;
    --ml-bg-2: #eef3ff;
    --ml-deep: #12284a;
    --ml-blue: #246bfe;
    --ml-violet: #7c3cff;
    --ml-pink: #ff4f8b;
    --ml-orange: #ff8a35;
    --ml-gold: #ffd166;
    --ml-green: #17b890;
    --ml-text: #172033;
    --ml-muted: #667085;
    --ml-card: rgba(255,255,255,.86);
    --ml-border: rgba(36,107,254,.14);
    --ml-shadow: 0 22px 55px rgba(36, 74, 122, .18);
}

html {
    background: linear-gradient(135deg, #eef6ff 0%, #f8f1ff 48%, #fff5ee 100%);
}

body {
    min-height: 100vh;
    color: var(--ml-text);
    background:
        radial-gradient(circle at 8% 3%, rgba(36,107,254,.20), transparent 34%),
        radial-gradient(circle at 95% 12%, rgba(255,79,139,.20), transparent 28%),
        linear-gradient(135deg, var(--ml-bg-1), var(--ml-bg-2) 48%, #fff7ef);
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
    filter: blur(12px);
    opacity: .35;
}

body::before {
    left: calc(50% - 330px);
    top: 80px;
    background: radial-gradient(circle, rgba(36,107,254,.45), transparent 68%);
    animation: modernFloat 9s ease-in-out infinite;
}

body::after {
    right: calc(50% - 330px);
    bottom: 90px;
    background: radial-gradient(circle, rgba(255,138,53,.42), transparent 68%);
    animation: modernFloat 11s ease-in-out infinite reverse;
}

.main-wrapper {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.78);
    box-shadow: 0 30px 90px rgba(18, 40, 74, .16);
    backdrop-filter: blur(16px);
}

.main-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(36,107,254,.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(124,60,255,.045) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.main-wrapper > * {
    position: relative;
    z-index: 1;
}

.header {
    background: linear-gradient(115deg, #195dba 0%, #7c3cff 54%, #ff4f8b 100%);
    background-size: 220% 220%;
    animation: modernGradient 9s ease infinite;
    border-bottom: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 14px 35px rgba(36,107,254,.22);
}

.header-wrap {
    min-height: 68px;
}

.header_star {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    padding: 7px 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.24);
}

.header_logo .logo {
    letter-spacing: .08em;
    text-shadow: 0 8px 22px rgba(0,0,0,.22);
}

.intro {
    padding-bottom: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,209,102,.34), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,248,255,.92));
}

.intro .title,
.description-title,
.catalog-title,
.advantages .title,
.sec-ask .title-mob,
.section-bottom .title.main,
.section-sizes .container p b {
    background: linear-gradient(120deg, #102a57 0%, #246bfe 44%, #ff4f8b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    letter-spacing: .01em;
}

.intro .title {
    font-size: 23px;
    line-height: 1.22;
    padding: 18px 18px 12px;
    text-shadow: none;
}

.slider-container {
    position: relative;
    padding: 0 12px;
}

.main-image {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,243,255,.78));
    border: 1px solid var(--ml-border);
    box-shadow: var(--ml-shadow);
}

.mySwiper2 img,
.catalog-swiper img {
    border-radius: 20px;
    transform: scale(.985);
    transition: transform .55s ease, filter .55s ease;
}

.swiper-slide-active img {
    transform: scale(1.01);
}

.main-image .label {
    background: linear-gradient(135deg, var(--ml-pink), var(--ml-orange)) !important;
    box-shadow: 0 12px 24px rgba(255,79,139,.25);
    border: 1px solid rgba(255,255,255,.32);
    backdrop-filter: blur(10px);
}

.main-image .table-size {
    background: linear-gradient(135deg, rgba(18,40,74,.92), rgba(36,107,254,.84)) !important;
    box-shadow: 0 14px 28px rgba(18,40,74,.22);
    border: 1px solid rgba(255,255,255,.24);
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(255,255,255,.72) !important;
    border: 1px solid rgba(36,107,254,.16);
    box-shadow: 0 12px 28px rgba(36,74,122,.18);
    backdrop-filter: blur(12px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--ml-blue) !important;
    font-weight: 900;
}

.top-price.mobile {
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(36,107,254,.12);
    box-shadow: 0 18px 45px rgba(36,74,122,.17);
    border-radius: 18px;
    backdrop-filter: blur(14px);
}

.top-price .discount {
    background: linear-gradient(135deg, var(--ml-pink), var(--ml-orange));
    box-shadow: 0 12px 28px rgba(255,79,139,.28);
    animation: modernPulse 2.2s ease-in-out infinite;
}

.top-price .current-price .value,
.catalog-content .container .new-price,
.section-bottom .title span,
.top_count span {
    color: #ff3f76 !important;
}

.timer-wrap,
.timer {
    filter: drop-shadow(0 12px 22px rgba(36,74,122,.12));
}

.timer-wrap {
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(36,107,254,.12);
    border-radius: 20px;
    margin: 16px 18px 12px;
    padding: 14px 8px;
    backdrop-filter: blur(14px);
}

.timer-wrap .tit,
.timer .timer_item .text {
    color: var(--ml-muted);
}

.timer .timer_item .count span,
.form-wrap .timer .timer_item .count span {
    background: linear-gradient(135deg, #1e6bff, #7c3cff) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 10px 20px rgba(36,107,254,.20);
}

.timer .toc,
.form-wrap .timer .toc {
    color: var(--ml-blue) !important;
}

.btn-color {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(115deg, #246bfe 0%, #7c3cff 48%, #ff4f8b 100%) !important;
    background-size: 220% 220% !important;
    box-shadow: 0 16px 36px rgba(36,107,254,.26), inset 0 1px 0 rgba(255,255,255,.35) !important;
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease;
    animation: modernGradient 7s ease infinite;
}

.btn-color:hover,
.btn-color:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(36,107,254,.32), inset 0 1px 0 rgba(255,255,255,.42) !important;
}

.btn-color::after {
    opacity: .65;
}

.top_count {
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(36,107,254,.12);
    box-shadow: 0 14px 34px rgba(36,74,122,.12);
    border-radius: 18px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 12px 8px;
}

.description,
.catalog-section,
.section-sizes,
.sec-ask,
.advantages,
.section-bottom {
    background: transparent !important;
}

.description .container,
.catalog-item,
.section-sizes .container,
.ask-wrap,
.advantages_wrap,
.section-bottom .form-wrap {
    background: var(--ml-card) !important;
    border: 1px solid var(--ml-border);
    border-radius: 26px;
    box-shadow: var(--ml-shadow);
    backdrop-filter: blur(16px);
}

.description .container {
    padding: 22px 14px 24px;
}

.description-title,
.advantages .title,
.sec-ask .title-mob {
    font-size: 26px;
    line-height: 1.2;
}

.plyr--video {
    height: min(500px, 92vw) !important;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(18,40,74,.20);
}

.catalog-section {
    padding: 28px 10px 10px;
}

.catalog-item {
    overflow: hidden;
    padding: 12px 0 24px;
}

.catalog-content .container {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(36,107,254,.10);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(36,74,122,.10);
    padding: 16px !important;
}

.catalog-content .container .left-side {
    border-left: 0 !important;
    padding-left: 0 !important;
}

.catalog-content .container .left-side p {
    background: rgba(36,107,254,.065);
    border: 1px solid rgba(36,107,254,.08);
    border-radius: 14px;
    padding: 7px 9px;
    margin: 5px 0;
}

.catalog-content .container .old-price {
    color: #98a2b3;
}

.section-sizes {
    padding: 24px 10px;
}

.section-sizes .container {
    padding: 22px 16px !important;
}

.section-sizes img {
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(36,74,122,.14);
}

.sec-ask {
    padding: 28px 10px !important;
}

.ask-wrap {
    padding: 24px 14px 18px;
}

.ask-wrap .list-icons {
    gap: 12px;
}

.ask-wrap .icon-item,
.advantages .list-advantages .advantages-item {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(36,107,254,.11);
    border-radius: 22px;
    padding: 18px 14px;
    box-shadow: 0 12px 28px rgba(36,74,122,.10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.ask-wrap .icon-item:hover,
.advantages .list-advantages .advantages-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(36,74,122,.16);
}

.ask-wrap .icon-item .img-wrap span {
    color: var(--ml-pink) !important;
}

.advantages {
    padding: 28px 10px !important;
}

.advantages_wrap {
    padding: 24px 14px;
}

.advantages .list-advantages .advantages-item {
    align-items: flex-start;
    margin-bottom: 14px !important;
}

.advantages .list-advantages img,
.ask-wrap .icon-item img {
    filter: drop-shadow(0 10px 14px rgba(36,107,254,.14));
}

.section-bottom .title.main {
    background: transparent !important;
    padding: 34px 18px 22px;
}

.section-bottom .form-wrap {
    background: linear-gradient(145deg, rgba(18,40,74,.94), rgba(36,107,254,.88) 48%, rgba(124,60,255,.90)) !important;
    color: #fff;
    box-shadow: 0 26px 60px rgba(36,107,254,.28);
    margin-bottom: 24px;
}

.form-wrap .title {
    color: #fff;
    font-size: 17px;
}

label,
.field,
input.inp {
    border-radius: 16px !important;
}

label {
    box-shadow: 0 10px 25px rgba(18,40,74,.10);
}

.field,
input.inp {
    background: rgba(255,255,255,.94) !important;
    border: 1px solid rgba(36,107,254,.10) !important;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.field:focus,
input.inp:focus {
    outline: none;
    border-color: rgba(36,107,254,.42) !important;
    box-shadow: 0 0 0 4px rgba(36,107,254,.12);
}

#suggestions {
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(18,40,74,.16);
    border: 1px solid rgba(36,107,254,.12);
}

footer {
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,243,255,.92));
    border-top: 1px solid rgba(36,107,254,.12);
}

.footer_wrap h4 {
    background: linear-gradient(120deg, #246bfe, #ff4f8b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.list-logo img {
    border-radius: 14px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 10px 24px rgba(18,40,74,.10);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px) scale(.985);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.live-order-feed {
    position: fixed;
    top: 116px;
    right: max(12px, calc((100vw - 480px) / 2 + 12px));
    width: 310px;
    z-index: 80;
    pointer-events: none;
}

.live-order-toast {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px 13px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(36,107,254,.16);
    box-shadow: 0 22px 50px rgba(18,40,74,.20);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateX(110%) scale(.96);
    transition: opacity .38s ease, transform .48s cubic-bezier(.2,.75,.2,1);
}

.live-order-toast.is-show {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.live-order-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ml-blue), var(--ml-pink));
    box-shadow: 0 12px 22px rgba(36,107,254,.22);
}

.live-order-title {
    font-size: 13px;
    line-height: 1.3;
    color: var(--ml-text);
    font-weight: 800;
}

.live-order-title b {
    color: var(--ml-blue);
}

.live-order-meta {
    margin-top: 3px;
    font-size: 11px;
    color: var(--ml-muted);
    font-weight: 600;
}

.urgency-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(18, 40, 74, .48);
    backdrop-filter: blur(12px);
}

.urgency-modal.is-active {
    display: flex;
    animation: modernFade .24s ease both;
}

.urgency-modal__card {
    width: min(430px, 100%);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    border-radius: 30px;
    padding: 22px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,209,102,.40), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,244,255,.94));
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 35px 90px rgba(18,40,74,.35);
    transform: translateY(12px) scale(.96);
    animation: modernPop .34s cubic-bezier(.2,.75,.2,1) forwards;
}

.urgency-modal__top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.urgency-modal__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    border-radius: 999px;
    padding: 7px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ml-pink), var(--ml-orange));
    box-shadow: 0 12px 25px rgba(255,79,139,.22);
}

.urgency-modal h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.16;
    font-weight: 900;
    color: var(--ml-deep);
}

.urgency-modal p {
    margin: 0;
    color: var(--ml-muted);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.urgency-modal__close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    color: var(--ml-deep);
    background: rgba(255,255,255,.8);
    box-shadow: 0 12px 25px rgba(18,40,74,.13);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.urgency-modal__stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin: 16px 0;
}

.urgency-modal__stat {
    min-height: 74px;
    border-radius: 18px;
    padding: 10px 8px;
    text-align: center;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(36,107,254,.10);
    box-shadow: 0 12px 26px rgba(18,40,74,.08);
}

.urgency-modal__stat strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #ff3f76;
    margin-bottom: 6px;
}

.urgency-modal__stat span {
    font-size: 10px;
    line-height: 1.2;
    color: var(--ml-muted);
    font-weight: 800;
    text-transform: uppercase;
}

.urgency-modal__actions {
    display: grid;
    gap: 10px;
}

.urgency-modal__secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    border-radius: 999px;
    color: var(--ml-blue);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(36,107,254,.08);
    border: 1px solid rgba(36,107,254,.12);
}

.urgency-modal__form {
    display: none;
    margin-top: 16px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(36,107,254,.10);
    box-shadow: 0 14px 32px rgba(18,40,74,.10);
}

.urgency-modal.is-expanded .urgency-modal__form {
    display: block;
    animation: modernFadeUp .34s ease both;
}

.urgency-modal__form label {
    margin-bottom: 10px;
}

.urgency-modal__form .inp,
.urgency-modal__form .field {
    padding-top: 16px;
    padding-bottom: 16px;
}

.urgency-modal__note {
    margin-top: 10px !important;
    font-size: 11px !important;
    text-align: center;
}

@keyframes modernGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes modernFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, 18px, 0) scale(1.05); }
}

@keyframes modernPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.055); }
}

@keyframes modernFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modernFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes modernPop {
    to { transform: translateY(0) scale(1); }
}

@media (max-width: 480px) {
    .live-order-feed {
        width: 300px;
        right: 10px;
        top: 94px;
    }

    .urgency-modal {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* ================= /MODERN LANDING UPGRADE ================= */

/* ================= PATCH: visual fixes v2 ================= */
.intro .title,
.description-title,
.catalog-title,
.advantages .title,
.sec-ask .title-mob,
.section-bottom .title.main {
    font-family: "Russo One", "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: .02em;
}

.intro .title {
    font-size: 29px !important;
    line-height: 1.08 !important;
    padding: 18px 16px 14px !important;
    margin: 0 8px 8px;
    text-transform: uppercase;
    text-wrap: balance;
    background: linear-gradient(110deg, #0c2d69 0%, #246bfe 38%, #8b4dff 66%, #ff4f8b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    filter: drop-shadow(0 7px 16px rgba(36,107,254,.16));
}

.main-image .label {
    border-radius: 0 !important;
    padding: 9px 42px 9px 14px !important;
    min-height: 42px;
    font-size: 15px !important;
    line-height: 1.15 !important;
    white-space: nowrap;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
}

.top-price.mobile {
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% -35%, rgba(255,221,84,.50), transparent 40%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,244,255,.90)) !important;
}

.top-price.mobile::before {
    content: "";
    position: absolute;
    inset: -70% -25%;
    z-index: 0;
    background:
        conic-gradient(from 90deg, transparent 0 28%, rgba(255,255,255,.95) 34%, transparent 40% 68%, rgba(255,222,89,.65) 74%, transparent 82% 100%);
    animation: discountCardLights 5.5s linear infinite;
    opacity: .55;
    pointer-events: none;
}

.top-price.mobile::after {
    content: "АКЦІЯ";
    position: absolute;
    right: -22px;
    top: 8px;
    z-index: 1;
    transform: rotate(35deg);
    width: 96px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    background: linear-gradient(90deg, #ff3f76, #ff8a35);
    box-shadow: 0 10px 25px rgba(255,79,139,.22);
}

.top-price.mobile > div {
    position: relative;
    z-index: 2;
}

.top-price .discount {
    position: relative;
    isolation: isolate;
    overflow: visible;
    width: 62px !important;
    height: 62px !important;
    border: 2px solid rgba(255,255,255,.78);
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.42), transparent 27%),
        linear-gradient(135deg, #ff2f73, #ff8a35 68%, #ffcf3d) !important;
    box-shadow: 0 0 0 6px rgba(255,79,139,.08), 0 18px 34px rgba(255,79,139,.35) !important;
}

.top-price .discount::before {
    content: "";
    position: absolute;
    inset: -8px;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(from 0deg, transparent, rgba(255,232,105,.95), transparent, rgba(255,79,139,.95), transparent);
    animation: discountSpin 3s linear infinite;
    filter: blur(.2px);
}

.top-price .discount::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255,255,255,.30), transparent 62%);
    animation: discountGlow 1.7s ease-in-out infinite;
    pointer-events: none;
}

.top-price .discount .text,
.top-price .discount .value {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(117,26,0,.20);
}

.discount .value {
    font-size: 21px !important;
}

.urgency-modal__actions--single {
    margin-top: 18px;
}

.urgency-modal__main-btn {
    min-height: 58px;
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .02em;
}

@keyframes discountCardLights {
    to { transform: rotate(360deg); }
}

@keyframes discountSpin {
    to { transform: rotate(360deg); }
}

@keyframes discountGlow {
    0%, 100% { opacity: .28; transform: scale(.94); }
    50% { opacity: .72; transform: scale(1.08); }
}
/* ================= /PATCH: visual fixes v2 ================= */


/* ================= PATCH: stock/buttons/live orders v3 ================= */
.top_count {
    width: calc(100% - 32px) !important;
    min-height: 58px;
    margin: 22px auto 0 !important;
    padding: 11px 12px !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(255,209,102,.24), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,249,255,.96)) !important;
    color: #13233f !important;
    border: 2px solid rgba(255,255,255,.92) !important;
    box-shadow: 0 14px 34px rgba(18,40,74,.18), inset 0 1px 0 rgba(255,255,255,.8) !important;
    border-radius: 22px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center;
}

.top_count span,
.urgency-modal__stat strong.js-stock-count,
.urgency-modal__stats .urgency-modal__stat:first-child strong {
    min-width: 36px !important;
    width: auto !important;
    height: 36px !important;
    padding: 0 9px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 5px !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-weight: 1000 !important;
    font-size: 16px !important;
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.38), transparent 30%),
        linear-gradient(135deg, #ff335f, #ff8a00) !important;
    box-shadow: 0 0 0 5px rgba(255,64,112,.12), 0 10px 22px rgba(255,64,112,.34) !important;
}

.stock-bump {
    animation: stockBump .48s cubic-bezier(.2,.75,.2,1);
}

.form-wrap form .btn-color,
.form-wrap button.btn-color,
.urgency-modal__main-btn,
a.btn-color {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.22) !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(255,255,255,.30), transparent 28%),
        linear-gradient(115deg, #ff2f62 0%, #ff8a00 48%, #7c3cff 100%) !important;
    border: 2px solid rgba(255,255,255,.78) !important;
    box-shadow: 0 18px 38px rgba(255,79,139,.34), 0 8px 22px rgba(124,60,255,.24), inset 0 1px 0 rgba(255,255,255,.45) !important;
}

.form-wrap form .btn-color::before,
.form-wrap button.btn-color::before,
.urgency-modal__main-btn::before,
a.btn-color::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
    transform: translateX(-115%);
    animation: buttonShineV3 2.8s ease-in-out infinite;
    pointer-events: none;
}

.form-wrap form .btn-color:hover,
.form-wrap button.btn-color:hover,
.urgency-modal__main-btn:hover,
a.btn-color:hover {
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 22px 46px rgba(255,79,139,.42), 0 12px 28px rgba(124,60,255,.30), inset 0 1px 0 rgba(255,255,255,.52) !important;
}

.live-order-feed {
    width: 335px !important;
}

.live-order-toast {
    background:
        radial-gradient(circle at 18% 0%, rgba(255,209,102,.28), transparent 36%),
        rgba(255,255,255,.96) !important;
    border: 1px solid rgba(255,255,255,.88) !important;
    box-shadow: 0 24px 55px rgba(18,40,74,.24), 0 0 0 1px rgba(36,107,254,.09) !important;
}

.live-order-meta {
    color: #ff3f76 !important;
    font-weight: 900 !important;
}

@keyframes stockBump {
    0% { transform: scale(1); }
    45% { transform: scale(1.18); filter: brightness(1.08); }
    100% { transform: scale(1); }
}

@keyframes buttonShineV3 {
    0%, 42% { transform: translateX(-115%); opacity: 0; }
    55% { opacity: .95; }
    100% { transform: translateX(115%); opacity: 0; }
}

@media (max-width: 480px) {
    .live-order-feed {
        width: min(335px, calc(100vw - 20px)) !important;
        right: 10px !important;
    }

    .top_count {
        font-size: 13px !important;
    }
}
/* ================= /PATCH: stock/buttons/live orders v3 ================= */

/* ================= PATCH: exclusive label + product v4 ================= */
.main-image .label {
    overflow: visible !important;
    isolation: isolate !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    clip-path: none !important;
    border-radius: 0 !important;
    padding: 10px 48px 10px 14px !important;
    min-height: 42px !important;
}

.main-image .label::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(105deg, #ff2f72 0%, #ff7a3d 58%, #ff9b2f 100%) !important;
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 0 100%);
    box-shadow: 0 12px 26px rgba(255, 90, 75, .30);
}

.catalog-swiper .label[style*="right"] {
    padding: 10px 15px !important;
    border-radius: 0 0 0 16px !important;
}

.catalog-swiper .label[style*="right"]::before {
    clip-path: none !important;
    border-radius: 0 0 0 16px !important;
    background: linear-gradient(135deg, #246bfe, #8b4dff) !important;
}

.catalog-lead {
    margin: 5px 0 12px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    color: #12284a !important;
    background: linear-gradient(135deg, rgba(255, 245, 220, .95), rgba(239, 247, 255, .96)) !important;
    border: 1px solid rgba(36, 107, 254, .12) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 22px rgba(18,40,74,.08) !important;
}

.catalog-item-title {
    text-wrap: balance;
}
/* ================= /PATCH: exclusive label + product v4 ================= */

/* ================= PATCH v5: Nova Poshta dropdown + live order timing ================= */
#suggestions {
    display: none;
    max-height: 240px !important;
    overflow-y: auto !important;
    background: #fff !important;
    color: #16213a !important;
    z-index: 1000 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(18,40,74,.18) !important;
    border: 1px solid rgba(36,107,254,.14) !important;
}

#suggestions div {
    min-height: auto !important;
    color: #16213a !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(36,107,254,.12) !important;
    padding: 12px 16px !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

#suggestions div:hover {
    background: #eef4ff !important;
    color: #246bfe !important;
}

#suggestions .suggestion-empty,
#suggestions .suggestion-loading {
    cursor: default !important;
    color: #6b7280 !important;
    font-weight: 700 !important;
}

.city3 .field,
#warehouse {
    color: #16213a !important;
    font-weight: 700 !important;
}

#warehouse option {
    color: #16213a !important;
    background: #fff !important;
}

.live-order-toast {
    animation: liveOrderSoftPulse 4.6s ease both;
}

@keyframes liveOrderSoftPulse {
    0% { box-shadow: 0 20px 48px rgba(18,40,74,.18), 0 0 0 0 rgba(255,79,139,.20); }
    45% { box-shadow: 0 24px 55px rgba(18,40,74,.24), 0 0 0 7px rgba(255,79,139,.08); }
    100% { box-shadow: 0 20px 48px rgba(18,40,74,.18), 0 0 0 0 rgba(255,79,139,0); }
}
/* ================= /PATCH v5 ================= */


/* PATCH V8: live order notification starts hidden and appears only after JS delay */
.live-order-feed {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}
.live-order-feed.is-live-orders-ready {
    display: block !important;
    opacity: 1;
    pointer-events: none;
}
