/* RESET MERGED */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
* {
    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-around;
    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: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 800;
}

.intro .title {
    text-align: center;
    font-weight: 700;
    font-size: 0px;
    padding: 0px;
}


.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: 100% !important;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 13px 5px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1.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: rgba(0,0,0,.5);
}

.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: 0px;
    background: #E34040;
    border-radius: 0px 5px 5px 0px;
    padding: 5px 20px;
    font-size: 20px;
    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: 0px;
    bottom: 20px;
    background: rgb(0 0 0 / 70%);
    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: 10px;
}

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


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

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

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

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

.top-price .discount {
    width: 90px;
    height: 59px;
    background: #E34040;
    border-radius: 12px;
    font-size: 13px;
    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: 800;
}

.discount .value {
    font-size: 30px;
    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: 22px;
    line-height: 34px;
    text-align: center;
    font-weight: 800;
}

.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, 1.15);
    margin-bottom: 25px;
    padding: 20px 0;
}


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

.timer {
    margin-bottom: 30px;
    width: 100%;
    /* max-width: 230px; */
    margin: 0 auto;
    display: flex;
    gap: 10px;
    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: 20px;
    line-height: 24px;
    width: 25px;
    height: 35px;
    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: #e34040;
    -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(127 127 127);
    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: 15px;
    line-height: 20px;
    color: #252525;
    margin-top: 10px;
}

.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: -10px;
}

.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: 15px;
    text-decoration: line-through;
    font-weight: 700;
    text-align: right;
}

.catalog-content .container .new-price {
    font-weight: 800;
    font-size: 29px;
    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: rgb(127 127 127 / 20%);
    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;
	justify-content: space-around;
}


.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: #e5e5e5;
    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;
}

.ask-wrap .list-icons {
    display: grid;
    grid-template-columns: 160px 160px;
    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;
}

.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;
}

.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: #e5e5e5;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
    text-transform: uppercase;
}

.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: 16px;
    line-height: 17px;
    font-weight: bold;
    font-weight: 700;
    text-align: center;
    color: #00f902;
    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;
}

/* === MOBILE-FIRST COMPACT ORDER FORM === */
.compact-order {
    background: #e8e8e8 !important;
    border-radius: 14px;
    padding: 18px 14px 16px;
    margin-top: 16px;
    color: #252525;
    width: 100%;
}
.compact-order .order-heading {
    font-size: 21px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 10px;
    color: #17263e;
    text-align: left;
}
.color-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.color-card {
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    padding: 5px 5px 7px;
    cursor: pointer;
    font-family: inherit;
    transition: .15s;
    min-width: 0;
}
.color-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 8px;
}
.color-card span {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 3px;
    color: #111;
}
.color-card small {
    display: inline-block;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 700;
    color: #667085;
    background: #f0f1f3;
    border-radius: 6px;
    padding: 3px 5px;
    white-space: nowrap;
}
.color-card.selected {
    border-color: #e34040;
    box-shadow: 0 0 0 2px rgba(227,64,64,.10);
}
.color-card.selected small { color:#e34040; background:#fff0f0; }

.selected-product {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border-radius: 10px;
    margin: 9px 0 16px;
    padding: 7px 9px;
    min-height: 54px;
    font-size: 14px;
    line-height: 1.2;
}
.selected-product img {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    object-fit: contain;
    border-radius: 7px;
    background: #f7f7f7;
}
.selected-product i { font-style:normal; margin:0 4px; color:#777; }
.selected-product b { font-weight:800; }

.size-heading { margin-top: 0 !important; }
.size-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 16px;
}
.size-card {
    min-width: 0;
    aspect-ratio: 1 / 1;
    border: 2px solid #777;
    border-radius: 11px;
    background: #fff;
    padding: 5px 2px;
    cursor: pointer;
    font-family: inherit;
    transition: .15s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.size-card b {
    display: block;
    font-size: 21px;
    line-height: 1;
    color: #17345d;
}
.size-card small {
    display: block;
    font-size: 9px;
    line-height: 1;
    color: #8290a5;
    margin-top: 6px;
    white-space: nowrap;
}
.size-card.selected {
    border-color: #e34040;
    box-shadow: 0 0 0 2px rgba(227,64,64,.08);
}
.size-card.selected b, .size-card.selected small { color:#e34040; }

.order-field {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 56px;
    padding: 0 12px;
}
.order-field img { width:20px; height:20px; object-fit:contain; margin-right:11px; }
.order-field .inp {
    border: 0;
    outline: 0;
    width: 100%;
    height: 54px;
    background: transparent;
    font-family: inherit;
    font-size: 15px;
    color: #252525;
}
.field-icon { font-size:20px; width:22px; margin-right:9px; color:#687386; text-align:center; flex:0 0 22px; }
.optional-field .inp { font-size:15px; }
.privacy-note { text-align:center; color:#687386; font-size:10px; line-height:1.25; margin:3px 0 9px; }
.order-submit {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    border: 0;
    min-height: 55px;
    border-radius: 28px;
    font-size: 17px !important;
    line-height: 1.1;
    padding: 0 12px;
}
.order-benefits {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:5px;
    margin-top:12px;
}
.order-benefits > div {
    display:block;
    text-align:center;
    font-size:9px;
    line-height:1.15;
    color:#5f6875;
}
.order-benefits b { display:block; font-size:15px; color:#697586; line-height:1; margin-bottom:3px; }
.order-benefits span { font-weight:700; }
.order-benefits small { display:block; font-size:8px; font-weight:400; margin-top:2px; line-height:1.15; }

@media (max-width: 480px) {
    .compact-order { padding: 16px 12px 14px; border-radius: 12px; margin-top: 12px; }
    .compact-order .order-heading { font-size: 20px; margin-bottom: 9px; }
    .color-grid { gap: 6px; }
    .color-card { padding: 4px 4px 6px; border-radius: 11px; }
    .color-card span { font-size: 14px; }
    .color-card small { font-size: 9px; padding: 3px 4px; }
    .selected-product { margin: 8px 0 14px; font-size: 13px; min-height: 50px; }
    .selected-product img { width: 42px; height: 42px; flex-basis: 42px; }
    .size-grid { gap: 4px; margin-bottom: 14px; }
    .size-card { border-radius: 10px; }
    .size-card b { font-size: 20px; }
    .size-card small { font-size: 8px; margin-top: 5px; }
    .order-field { min-height: 54px; margin-bottom: 9px; padding: 0 11px; }
    .order-field .inp { height: 52px; font-size: 14px; }
    .optional-field .inp { font-size: 14px; }
    .order-submit { min-height: 54px; font-size: 16px !important; }
    .order-benefits { margin-top: 10px; }
    .order-benefits > div { font-size: 8px; }
    .order-benefits small { font-size: 7px; }
}



/* === FINAL MOBILE POLISH === */
.compact-order { background:#e4e4e4 !important; }
.compact-order .order-title { display:none !important; }
.color-card { --accent:#e34040; }
.color-card.selected { border-color:var(--accent) !important; box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 18%, transparent); }
.color-card.selected small { color:var(--accent) !important; background:color-mix(in srgb, var(--accent) 10%, white); }
.delivery-icon { width:22px !important; height:22px !important; object-fit:contain !important; margin-right:11px !important; filter:grayscale(1) brightness(.55); }
.field-icon { display:none !important; }
.order-validation-banner { position:relative; background:#fff; border:2px solid #df4a4a; border-radius:12px; padding:12px 42px 12px 14px; margin:0 0 12px; color:#26344a; box-shadow:0 5px 18px rgba(0,0,0,.12); font-size:14px; line-height:1.4; }
.order-validation-banner .ovb-title { font-weight:800; color:#d83f3f; margin-bottom:4px; }
.order-validation-banner .ovb-list { font-weight:600; }
.order-validation-banner .ovb-close { position:absolute; right:9px; top:7px; border:0; background:transparent; color:#777; font-size:25px; line-height:1; cursor:pointer; }
@media (max-width:480px) {
  .compact-order { background:#e4e4e4 !important; }
  .color-grid { gap:8px; }
  .color-card { aspect-ratio:1 / 1.04; padding:5px 4px 7px; display:flex; flex-direction:column; justify-content:space-between; }
  .color-card img { aspect-ratio:1 / 1; object-fit:contain; }
  .color-card span { font-size:14px; }
  .color-card small { font-size:9px; }
  .size-grid { gap:6px; }
  .size-card { aspect-ratio:1 / 1; min-height:70px; }
  .size-card b { font-size:21px; }
  .size-card small { font-size:9px; }
  .delivery-grid { display:block; }
  .delivery-grid .order-field { width:100%; margin-bottom:9px; }
  .optional-field .inp { font-size:14px; }
  .delivery-icon { width:21px !important; height:21px !important; }
}


/* === EDIT 01: only requested blocks === */
/* "ЯК ЗАМОВИТИ?" — 2x2 cards like the reference */
.sec-ask {
    background: #f4f5f7 !important;
    padding: 32px 0 24px !important;
}
.sec-ask .container {
    padding: 0 22px !important;
}
.sec-ask .title-mob {
    display: block !important;
    margin: 0 0 22px !important;
    text-align: center !important;
    color: #132746 !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
.ask-wrap .list-icons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 12px !important;
    max-width: none !important;
    margin: 0 0 22px !important;
}
.ask-wrap .icon-item {
    position: relative !important;
    width: 100% !important;
    min-height: 155px !important;
    margin: 0 !important;
    padding: 14px 12px 16px !important;
    background: #fff !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 16px !important;
    box-shadow: 0 5px 18px rgba(24,39,62,.04) !important;
}
.ask-wrap .icon-item .img-wrap {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    margin: 0 0 12px !important;
}
.ask-wrap .icon-item .img-wrap img,
.ask-wrap .icon-item img {
    width: 43px !important;
    height: 43px !important;
    object-fit: contain !important;
}
.ask-wrap .icon-item .img-wrap span {
    position: static !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 31px !important;
    height: 31px !important;
    border-radius: 50% !important;
    background: #fff1ef !important;
    color: #cf6259 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}
.ask-wrap .icon-item .tit {
    margin: 0 0 8px !important;
    color: #132746 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}
.ask-wrap .icon-item .text {
    color: #66748a !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}
.ask-wrap > .text {
    color: #828c9c !important;
    font-size: 12px !important;
    text-align: center !important;
}

/* "Чому купувати..." — horizontal soft-gray cards like the reference */
.advantages {
    background: #fff !important;
    padding: 32px 0 !important;
}
.advantages .container {
    padding: 0 18px !important;
}
.advantages .title {
    margin: 0 0 22px !important;
    text-align: center !important;
    color: #132746 !important;
    font-size: 23px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-transform: none !important;
}
.advantages .list-advantages {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
}
.advantages .list-advantages .advantages-item {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 15px 14px !important;
    background: #f3f4f5 !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 15px !important;
    box-shadow: none !important;
}
.advantages .list-advantages img {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    margin: 0 12px 0 0 !important;
    object-fit: contain !important;
}
.advantages .list-advantages .advantages-item .tit {
    margin: 0 0 6px !important;
    color: #132746 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}
.advantages .list-advantages .advantages-item .text {
    color: #66748a !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

/* Delivery fields: same left text start as name / phone */
.compact-order .optional-field .inp,
.compact-order .optional-field .inp::placeholder {
    text-align: left !important;
}
.compact-order .optional-field .inp {
    padding-left: 50px !important;
}

@media (max-width: 420px) {
    .sec-ask { padding: 26px 0 20px !important; }
    .sec-ask .container { padding: 0 16px !important; }
    .sec-ask .title-mob { font-size: 22px !important; margin-bottom: 18px !important; }
    .ask-wrap .list-icons { gap: 10px !important; }
    .ask-wrap .icon-item { min-height: 145px !important; padding: 13px 11px 14px !important; border-radius: 14px !important; }
    .ask-wrap .icon-item .img-wrap img, .ask-wrap .icon-item img { width: 38px !important; height: 38px !important; }
    .ask-wrap .icon-item .img-wrap span { width: 28px !important; height: 28px !important; font-size: 14px !important; }
    .ask-wrap .icon-item .tit { font-size: 15px !important; }
    .ask-wrap .icon-item .text { font-size: 11.5px !important; }

    .advantages { padding: 27px 0 !important; }
    .advantages .container { padding: 0 15px !important; }
    .advantages .title { font-size: 20px !important; margin-bottom: 18px !important; }
    .advantages .list-advantages { gap: 10px !important; }
    .advantages .list-advantages .advantages-item { padding: 13px 12px !important; border-radius: 14px !important; }
    .advantages .list-advantages img { width: 38px !important; height: 38px !important; flex-basis: 38px !important; margin-right: 10px !important; }
    .advantages .list-advantages .advantages-item .tit { font-size: 15px !important; }
    .advantages .list-advantages .advantages-item .text { font-size: 11.5px !important; }
}


/* === EDIT 02: icons for locality and branch fields === */
.field-icon { display:flex !important; align-items:center !important; justify-content:center !important; width:20px !important; height:20px !important; flex:0 0 20px !important; margin-right:11px !important; color:#6d7685 !important; text-align:center !important; }
.field-icon svg { width:20px !important; height:20px !important; display:block !important; }
.compact-order .optional-field { justify-content:flex-start !important; }
.compact-order .optional-field .inp { padding-left:0 !important; }
.compact-order .optional-field .inp, .compact-order .optional-field .inp::placeholder { text-align:left !important; }
@media (max-width:480px){ .field-icon{ width:20px !important; height:20px !important; flex-basis:20px !important; margin-right:11px !important; } .field-icon svg{ width:20px !important; height:20px !important; } }


/* === EDIT 04: visually separate the three product models === */
.catalog-section {
    padding: 24px 0 10px !important;
    background: #e5e5e5 !important;
}
.catalog-section .catalog-title {
    margin-bottom: 22px !important;
}
.catalog-section > .slider-container {
    width: calc(100% - 24px) !important;
    margin: 0 12px 24px !important;
    background: #fff !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 16px rgba(25, 38, 55, .08) !important;
}
.catalog-section > .slider-container .mySwiper2 {
    background: #fff !important;
}
.catalog-section > .slider-container .mySwiper {
    background: #fff !important;
}
.catalog-section > .slider-container .catalog-content {
    padding: 8px 0 16px !important;
    background: #fff !important;
}
.catalog-section > .slider-container .catalog-content .container {
    margin-bottom: 18px !important;
}
.catalog-section > .slider-container .btn-color {
    margin-bottom: 0 !important;
}
@media (max-width:480px) {
    .catalog-section {
        padding-top: 20px !important;
    }
    .catalog-section > .slider-container {
        width: calc(100% - 20px) !important;
        margin: 0 10px 20px !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 13px rgba(25,38,55,.08) !important;
    }
}


/* === EDIT 01 FROM NEW BASE: selected color/size interaction only === */
.color-card {
    position: relative;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
    transform-origin: center;
}
.color-card.selected {
    transform: scale(1.04);
    z-index: 2;
    border-color: var(--accent, #242424) !important;
    box-shadow: 0 5px 14px rgba(0,0,0,.14) !important;
}
.color-card.selected::after {
    content: '✓';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent, #242424);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.size-card {
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.size-card.selected {
    background: var(--selected-accent, #242424) !important;
    border-color: var(--selected-accent, #242424) !important;
    box-shadow: 0 3px 8px rgba(0,0,0,.14) !important;
}
.size-card.selected b,
.size-card.selected small {
    color: #fff !important;
}


/* === EDIT 02: calm inline size reminder (no popup / no scroll jump) === */
.size-reminder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 12px;
    overflow: hidden;
    opacity: 0;
    border: 0 dashed #253247;
    border-radius: 12px;
    background: #f5f5f5;
    color: #17263e;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    transform: translateY(-4px);
    transition: max-height .18s ease, padding .18s ease, margin .18s ease, opacity .16s ease, transform .18s ease, border-width .18s ease;
}
.size-reminder.is-visible {
    max-height: 62px;
    margin: 0 0 12px;
    padding: 12px;
    opacity: 1;
    border-width: 2px;
    transform: translateY(0);
}
.size-reminder-icon {
    font-size: 17px;
    line-height: 1;
}

@media (max-width:480px) {
    .size-reminder {
        border-radius: 11px;
        font-size: 14px;
    }
    .size-reminder.is-visible {
        max-height: 58px;
        margin-bottom: 10px;
        padding: 11px 10px;
    }
}


/* === EDIT 03: redesigned first screen only === */
.intro-redesign {
    background: #f5f8fc !important;
    padding: 12px 10px 20px !important;
}
.intro-showcase {
    width: 100%;
}
.intro-color-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 2px;
}
.intro-color-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    aspect-ratio: .84 / 1;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(29, 50, 78, .06);
}
.intro-color-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-color-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    background: linear-gradient(to top, rgba(14,25,41,.72), rgba(14,25,41,0));
    pointer-events: none;
}
.intro-color-card span {
    position: absolute;
    z-index: 2;
    left: 6px;
    right: 6px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.intro-temp-note {
    width: max-content;
    margin: 10px auto 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eaf2fb;
    border: 1px solid #cfe0f4;
    color: #2c4b72;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}
.intro-price-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1px 1.15fr;
    align-items: center;
    gap: 14px;
    min-height: 98px;
    padding: 17px 58px 15px 20px;
    background: #f3f8fe;
    border: 2px solid #cfe3f8;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(38,77,119,.06);
}
.intro-price-old,
.intro-price-now {
    display: flex;
    flex-direction: column;
}
.intro-price-old {
    align-items: flex-end;
}
.intro-price-now {
    align-items: flex-start;
}
.intro-price-old span,
.intro-price-now span {
    margin-bottom: 6px;
    color: #7890ae;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
}
.intro-price-now span {
    color: #3f73bb;
}
.intro-price-old strong {
    color: #91a2b8;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.intro-price-now strong {
    color: #be5522;
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}
.intro-price-now strong small {
    font-size: 14px;
    font-weight: 800;
}
.intro-price-divider {
    width: 1px;
    height: 48px;
    background: #bbd5f1;
}
.intro-discount {
    position: absolute;
    top: -10px;
    right: 12px;
    min-width: 58px;
    padding: 8px 9px;
    border-radius: 12px;
    background: #cf5a54;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 5px 12px rgba(207,90,84,.22);
}
.intro-stock-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 12px 14px;
    background: #f5f7fb;
    border: 1px solid #e0c7ca;
    border-radius: 12px;
    color: #243956;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 500;
}
.intro-stock-note strong {
    color: #c85c55;
    font-weight: 800;
}
.intro-stock-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
    background: #dca4a4;
}

@media (max-width: 420px) {
    .intro-redesign { padding: 10px 8px 18px !important; }
    .intro-color-cards { gap: 6px; }
    .intro-color-card { border-radius: 12px; }
    .intro-color-card span { font-size: 12px; bottom: 8px; }
    .intro-temp-note { margin: 8px auto 10px; font-size: 11px; }
    .intro-price-card {
        gap: 9px;
        min-height: 88px;
        padding: 14px 51px 13px 14px;
        border-radius: 15px;
    }
    .intro-price-old span, .intro-price-now span { font-size: 9px; }
    .intro-price-old strong { font-size: 15px; }
    .intro-price-now strong { font-size: 27px; }
    .intro-price-now strong small { font-size: 11px; }
    .intro-price-divider { height: 42px; }
    .intro-discount { right: 9px; min-width: 51px; font-size: 13px; padding: 7px 7px; }
    .intro-stock-note { padding: 11px 12px; font-size: 12px; }
}


/* === EDIT 04: restore main hero image and fit top block to site palette === */
.intro-main-restored {
    background: #e5e5e5 !important;
    padding: 0 10px 18px !important;
}
.intro-main-wrap { width:100%; }
.intro-main-slider {
    background:#fff;
    border-radius: 0 0 12px 12px;
    overflow:hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
}
.intro-main-slider .swiper-slide { background:#fff; }
.intro-main-slider .swiper-slide img {
    width:100%;
    height:auto;
    object-fit:contain;
}
.intro-main-slider .table-size { display:none !important; }
.intro-main-slider .label {
    background:#d14c46 !important;
    color:#fff !important;
}
.intro-main-slider .swiper-pagination-bullet-active { background:#d14c46 !important; }

.intro-color-cards-under {
    margin-top:12px;
    gap:8px;
    padding:0;
}
.intro-color-cards-under .intro-color-card {
    aspect-ratio: 1 / .96;
    border:1px solid #d9dde3;
    border-radius:12px;
    box-shadow:none;
    background:#fff;
}
.intro-color-cards-under .intro-color-card img {
    object-fit:cover;
}
.intro-color-cards-under .intro-color-card::after {
    height:30%;
    background:linear-gradient(to top, rgba(20,24,31,.72), rgba(20,24,31,0));
}
.intro-color-cards-under .intro-color-card span {
    color:#fff;
    font-size:13px;
    bottom:8px;
}

.intro-price-site-style {
    margin-top:12px;
    background:#fff !important;
    border:1px solid #d8dde4 !important;
    border-radius:14px !important;
    box-shadow:none !important;
    min-height:92px;
}
.intro-price-site-style .intro-price-old span,
.intro-price-site-style .intro-price-now span {
    color:#667085 !important;
}
.intro-price-site-style .intro-price-old strong {
    color:#8a94a3 !important;
}
.intro-price-site-style .intro-price-now strong {
    color:#d14c46 !important;
}
.intro-price-site-style .intro-price-divider {
    background:#d8dde4 !important;
}
.intro-price-site-style .intro-discount {
    background:#d14c46 !important;
    box-shadow:none !important;
}
.intro-stock-note {
    background:#fff !important;
    border:1px solid #d8dde4 !important;
    color:#243956 !important;
}
.intro-stock-note strong { color:#d14c46 !important; }
.intro-stock-dot { background:#d14c46 !important; opacity:.55; }
.intro-temp-note { display:none !important; }

@media (max-width:420px) {
    .intro-main-restored { padding:0 8px 16px !important; }
    .intro-color-cards-under { margin-top:10px; gap:6px; }
    .intro-color-cards-under .intro-color-card { border-radius:10px; }
    .intro-color-cards-under .intro-color-card span { font-size:12px; bottom:7px; }
    .intro-price-site-style { margin-top:10px; min-height:86px; border-radius:12px !important; }
}


/* === EDIT 06: roomier price block + longer, slimmer, less-rounded order buttons === */
.intro-price-site-style {
    grid-template-columns: 1fr 1px 1.08fr !important;
    gap: 22px !important;
    min-height: 106px !important;
    padding: 20px 58px 18px 28px !important;
}
.intro-price-site-style .intro-price-old span,
.intro-price-site-style .intro-price-now span {
    font-size: 12px !important;
    margin-bottom: 8px !important;
}
.intro-price-site-style .intro-price-old strong {
    font-size: 21px !important;
}
.intro-price-site-style .intro-price-now strong {
    font-size: 36px !important;
}
.intro-price-site-style .intro-price-now strong small {
    font-size: 14px !important;
}
.intro-price-site-style .intro-price-divider {
    height: 56px !important;
}

/* All red order buttons: wider, lower, squarer while keeping rounded corners */
.btn-color,
.order-submit {
    width: calc(100% - 28px) !important;
    max-width: 410px !important;
    min-height: 52px !important;
    padding: 15px 18px !important;
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    box-shadow: 0 0 0 6px rgb(127 127 127) !important;
}
.catalog-section > .slider-container .btn-color {
    margin-left: auto !important;
    margin-right: auto !important;
}
.order-submit {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width:420px) {
    .intro-price-site-style {
        gap: 15px !important;
        min-height: 96px !important;
        padding: 17px 49px 16px 20px !important;
    }
    .intro-price-site-style .intro-price-old span,
    .intro-price-site-style .intro-price-now span {
        font-size: 10px !important;
        margin-bottom: 7px !important;
    }
    .intro-price-site-style .intro-price-old strong {
        font-size: 18px !important;
    }
    .intro-price-site-style .intro-price-now strong {
        font-size: 31px !important;
    }
    .intro-price-site-style .intro-price-now strong small {
        font-size: 12px !important;
    }
    .intro-price-site-style .intro-price-divider {
        height: 49px !important;
    }
    .btn-color,
    .order-submit {
        width: calc(100% - 20px) !important;
        min-height: 50px !important;
        padding: 14px 14px !important;
        border-radius: 12px !important;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        box-shadow: 0 0 0 5px rgb(127 127 127) !important;
    }
}


/* === EDIT 07: promo position, narrower price, size spacing and larger size cards === */
/* Promo badge sits separately at the far left of the site, above the main image. */
.intro-main-wrap {
    position: relative !important;
    padding-top: 40px !important;
}
.intro-main-slider .label {
    display: none !important;
}
.intro-main-wrap::before {
    content: "Акційна пропозиція!";
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 18px 6px 20px;
    background: #d14c46;
    color: #fff;
    border-radius: 0 7px 7px 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .01em;
}

/* Slightly narrower price card, without changing its visual language. */
.intro-price-site-style {
    width: 92% !important;
    max-width: 420px !important;
    margin: 11px auto 0 !important;
    gap: 40px !important;
    padding-left: 24px !important;
    padding-right: 52px !important;
}

/* Give the size title a little breathing room after the color cards. */
.compact-order .size-heading {
    margin-top: 18px !important;
}

/* Keep the same size-card shape, just make the choices more substantial. */
.compact-order .size-grid {
    width: calc(100% + 10px) !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
    gap: 4px !important;
    margin-bottom: 16px !important;
}
.compact-order .size-card {
    aspect-ratio: auto !important;
    min-height: 60px !important;
    padding: 7px 2px !important;
}
.compact-order .size-card b {
    font-size: 23px !important;
}
.compact-order .size-card small {
    font-size: 10px !important;
    margin-top: 7px !important;
}

@media (max-width: 420px) {
    .intro-main-wrap {
        padding-top: 36px !important;
    }
    .intro-main-wrap::before {
        left: -8px;
        min-height: 33px;
        padding: 5px 15px 5px 16px;
        font-size: 16px;
    }
    .intro-price-site-style {
        width: 94% !important;
        max-width: none !important;
        margin-top: 12px !important;
        gap: 13px !important;
        padding-left: 16px !important;
        padding-right: 43px !important;
    }
    .compact-order .size-heading {
        margin-top: 15px !important;
    }
    .compact-order .size-grid {
        width: calc(100% + 8px) !important;
        margin-left: -4px !important;
        margin-right: -4px !important;
        gap: 3px !important;
    }
    .compact-order .size-card {
        min-height: 70px !important;
        padding: 6px 1px !important;
    }
    .compact-order .size-card b {
        font-size: 21px !important;
    }
    .compact-order .size-card small {
        font-size: 9px !important;
        margin-top: 6px !important;
    }
}


/* === EDIT 08: compact static hero only === */
/* Remove the artificial gap above the hero. The promo badge now overlays the photo. */
.intro-main-wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.intro-main-restored {
    padding-top: 0 !important;
}
.intro-main-wrap::before {
    top: 0 !important;
    z-index: 30 !important;
}

/* Main hero is informational: one static image, no slider/navigation. */
.intro-main-static {
    position: relative !important;
    width: 100% !important;
    background: #fff !important;
    overflow: hidden !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.05) !important;
}
.intro-main-static > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
.intro-main-static .swiper-button-next,
.intro-main-static .swiper-button-prev,
.intro-main-static .swiper-pagination {
    display: none !important;
}

@media (max-width:420px) {
    .intro-main-wrap {
        padding-top: 0 !important;
    }
    .intro-main-wrap::before {
        top: 0 !important;
    }
}


/* === EDIT 09: cleaner model specification cards only === */
.catalog-content .container .left-side.model-specs {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    padding: 15px 14px 13px !important;
    border-left: 0 !important;
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 12px;
    overflow: hidden;
}
.catalog-content .container .left-side.model-specs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #d14c46;
}
.catalog-content .model-specs .catalog-item-title {
    margin: 2px 0 11px;
    color: #172a49;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: .01em;
}
.catalog-content .container .model-specs p {
    display: grid;
    grid-template-columns: 76px minmax(0,1fr);
    gap: 8px;
    align-items: baseline;
    margin: 0 !important;
    padding: 5px 0;
    border-top: 1px solid rgba(23,42,73,.08);
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: #4f5e72;
}
.catalog-content .container .model-specs p:first-of-type {
    border-top: 0;
}
.catalog-content .container .model-specs p b {
    color: #172a49;
    font-weight: 750;
}
.catalog-content .container .model-specs p span {
    min-width: 0;
    color: #38485e;
    font-weight: 500;
}

@media (max-width:420px) {
    .catalog-content .container .left-side.model-specs {
        padding: 13px 12px 11px !important;
        border-radius: 10px;
    }
    .catalog-content .model-specs .catalog-item-title {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .catalog-content .container .model-specs p {
        grid-template-columns: 68px minmax(0,1fr);
        gap: 6px;
        padding: 4px 0;
        font-size: 12px !important;
    }
}


/* === STRICT PROGRESSIVE RENDERING ===
   Skip layout/paint for below-the-fold sections until the browser approaches them. */
.catalog-section > .slider-container,
.section-sizes,
.help-info,
.advantages,
.section-bottom {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
}

/* Before a product gallery is initialized, keep it stable and avoid rendering
   hidden carousel slides. The class is removed automatically on entry. */
.slider-container:not(.gallery-ready) .mySwiper2 .swiper-slide:not(:first-child) {
    visibility: hidden;
}
.slider-container:not(.gallery-ready) .mySwiper {
    visibility: hidden;
}


/* === PROGRESSIVE V4: stable image placeholders + true sliding galleries === */
.catalog-section > .slider-container .mySwiper2 {
    overflow: hidden;
}
.catalog-section > .slider-container .mySwiper2 .swiper-wrapper {
    transition-timing-function: ease-out;
}
.catalog-section > .slider-container .mySwiper2 img.strict-lazy,
.catalog-section > .slider-container .mySwiper2 img.is-loading {
    background: #f1f1f1;
}
.catalog-section > .slider-container .mySwiper2 img.is-loaded {
    background: transparent;
}
/* Do not fade lazy images in/out: movement is handled by Swiper itself. */
.strict-lazy,
.strict-lazy.is-loading,
.strict-lazy.is-loaded {
    opacity: 1 !important;
    transition: none !important;
}


/* === PROGRESSIVE V6: strict viewport rendering ===
   Unlike content-visibility:auto, these blocks are explicitly kept hidden from
   layout/paint work until IntersectionObserver says the user has reached them. */
.progressive-block:not(.progressive-active) {
    content-visibility: hidden !important;
    contain-intrinsic-size: var(--progressive-size, 760px) !important;
    min-height: var(--progressive-size, 760px);
}
.progressive-block.progressive-active {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
    min-height: 0;
}

/* Deferred images intentionally have no src until viewport activation. Keep
   their boxes stable without opacity fades; gallery movement stays a real slide. */
img.strict-lazy:not([src]) {
    background: #f1f1f1;
}
.catalog-section > .slider-container .mySwiper2 .swiper-wrapper {
    transition-timing-function: ease-out !important;
}
.catalog-section > .slider-container .mySwiper2 .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}


/* === EDIT 08: compact model specs + stable mobile form focus === */
/* Keep the existing spec-card design, but make the five-row card more compact. */
.catalog-content .container .left-side.model-specs {
    padding: 11px 13px 9px !important;
}
.catalog-content .model-specs .catalog-item-title {
    margin: 1px 0 7px !important;
}
.catalog-content .container .model-specs p {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 3px 0 !important;
    line-height: 1.22 !important;
}

/* iOS/Android: 16px form text prevents focus-zoom; full-width sizing prevents horizontal shift. */
.compact-order .order-field {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.compact-order .order-field .inp,
.compact-order .order-field .inp::placeholder {
    font-size: 16px !important;
}
.compact-order .order-field .inp {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 480px) {
    .catalog-content .container .left-side.model-specs {
        padding: 10px 11px 8px !important;
    }
    .catalog-content .model-specs .catalog-item-title {
        margin-bottom: 6px !important;
    }
    .catalog-content .container .model-specs p {
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 6px !important;
        padding: 3px 0 !important;
        font-size: 12px !important;
    }
    .compact-order .order-field .inp,
    .compact-order .order-field .inp::placeholder,
    .compact-order .optional-field .inp,
    .compact-order .optional-field .inp::placeholder {
        font-size: 16px !important;
    }
}

/* === EDIT 01: darker size length + required delivery fields === */
.compact-order .size-card small {
    color: #627086 !important;
    font-weight: 500 !important;
}
.compact-order .size-card.selected small {
    color: #e34040 !important;
}


/* === EDIT 02: selected size readability + slightly tighter model specs === */
/* Keep the centimetre value readable on black, olive and coyote selected backgrounds. */
.compact-order .size-card.selected small {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Make each model description card a little shorter without changing its visual style. */
.catalog-content .container .left-side.model-specs {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
}
.catalog-content .model-specs .catalog-item-title {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
.catalog-content .container .model-specs p {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1.18 !important;
}

@media (max-width: 480px) {
    .catalog-content .container .left-side.model-specs {
        padding-top: 8px !important;
        padding-bottom: 7px !important;
    }
    .catalog-content .model-specs .catalog-item-title {
        margin-bottom: 5px !important;
    }
    .catalog-content .container .model-specs p {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        line-height: 1.18 !important;
    }
}

/* === EDIT 06: lightweight native carousel (no Swiper/jQuery runtime) === */
.catalog-section > .slider-container .mySwiper2 {
    position: relative;
    overflow: hidden !important;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    background: #fff;
    touch-action: pan-y;
}
.catalog-section > .slider-container .mySwiper2 > .swiper-wrapper {
    display: flex !important;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .7s cubic-bezier(.22,.61,.36,1) !important;
    will-change: transform;
}
.catalog-section > .slider-container .mySwiper2 > .swiper-wrapper > .swiper-slide {
    position: relative;
    flex: 0 0 100% !important;
    min-width: 100%;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.catalog-section > .slider-container .mySwiper2 > .swiper-wrapper > .swiper-slide > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.catalog-section > .slider-container .mySwiper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100%;
    height: auto !important;
    padding: 13px 5px !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.catalog-section > .slider-container .mySwiper::-webkit-scrollbar { display: none; }
.catalog-section > .slider-container .mySwiper > .swiper-wrapper {
    display: flex !important;
    gap: 10px;
    width: 100%;
    min-width: 100%;
    height: auto;
    transform: none !important;
    transition: none !important;
}
.catalog-section > .slider-container .mySwiper > .swiper-wrapper > .swiper-slide {
    position: relative;
    flex: 0 0 calc((100% - 35px) / 4.5) !important;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    overflow: hidden;
}
.catalog-section > .slider-container .mySwiper > .swiper-wrapper > .swiper-slide > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.catalog-section > .slider-container .mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
    outline: none !important;
}
.catalog-section > .slider-container .mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 58%;
    height: 3px;
    transform: translateX(-50%);
    background: #202020;
    border-radius: 999px;
    pointer-events: none;
    z-index: 2;
}
.catalog-section > .slider-container .mySwiper2 .swiper-button-next,
.catalog-section > .slider-container .mySwiper2 .swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    z-index: 8 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 50px !important;
    margin: 0 !important;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5) !important;
    color: #fff !important;
    border: 0;
    cursor: pointer;
    user-select: none;
}
.catalog-section > .slider-container .mySwiper2 .swiper-button-next {
    right: 0 !important;
    left: auto !important;
    border-radius: 6px 0 0 6px !important;
}
.catalog-section > .slider-container .mySwiper2 .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 6px 6px 0 !important;
}
.catalog-section > .slider-container .mySwiper2 .swiper-button-next::after,
.catalog-section > .slider-container .mySwiper2 .swiper-button-prev::after {
    font-family: Arial, sans-serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #fff !important;
}
.catalog-section > .slider-container .mySwiper2 .swiper-button-next::after { content: '›' !important; }
.catalog-section > .slider-container .mySwiper2 .swiper-button-prev::after { content: '‹' !important; }
@media (prefers-reduced-motion: reduce) {
    .catalog-section > .slider-container .mySwiper2 > .swiper-wrapper { transition-duration: .01ms !important; }
}


/* === EDIT 08: remove gallery arrows and active thumb underline === */
.catalog-section > .slider-container .mySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active::after{display:none !important; content:none !important;}
.catalog-section > .slider-container .mySwiper2 .swiper-button-next,
.catalog-section > .slider-container .mySwiper2 .swiper-button-prev{display:none !important; opacity:0 !important; pointer-events:none !important;}

/* === EDIT: color names match product color === */
/* Top three color cards */
.intro-color-cards-under .intro-color-card:nth-child(1) span {
    color: #242424 !important;
    text-shadow: 0 1px 2px rgba(255,255,255,.35) !important;
}
.intro-color-cards-under .intro-color-card:nth-child(2) span {
    color: #667348 !important;
    text-shadow: 0 1px 2px rgba(255,255,255,.35) !important;
}
.intro-color-cards-under .intro-color-card:nth-child(3) span {
    color: #9a6a2c !important;
    text-shadow: 0 1px 2px rgba(255,255,255,.35) !important;
}

/* Order form color names */
.color-grid .color-card[data-color="Чорний"] span {
    color: #242424 !important;
}
.color-grid .color-card[data-color="Олива"] span {
    color: #667348 !important;
}
.color-grid .color-card[data-color="Койот"] span {
    color: #9a6a2c !important;
}


/* === EDIT 02: stronger, clearer top color names only === */
.intro-color-cards-under .intro-color-card::after {
    height: 34% !important;
    background: linear-gradient(to top, rgba(255,255,255,.94) 0%, rgba(255,255,255,.68) 42%, rgba(255,255,255,0) 100%) !important;
}
.intro-color-cards-under .intro-color-card span {
    font-weight: 900 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 0 3px rgba(255,255,255,.85) !important;
}
.intro-color-cards-under .intro-color-card:nth-child(1) span {
    color: #111111 !important;
}
.intro-color-cards-under .intro-color-card:nth-child(2) span {
    color: #526629 !important;
}
.intro-color-cards-under .intro-color-card:nth-child(3) span {
    color: #a56816 !important;
}


/* === ZERO1 EDIT 01: dark bottom gradient on top color cards only === */
.intro-color-cards-under .intro-color-card::after {
    height: 42% !important;
    background: linear-gradient(to top, rgba(39,43,49,.96) 0%, rgba(63,68,75,.82) 38%, rgba(93,98,104,.42) 68%, rgba(93,98,104,0) 100%) !important;
}
.intro-color-cards-under .intro-color-card span,
.intro-color-cards-under .intro-color-card:nth-child(1) span,
.intro-color-cards-under .intro-color-card:nth-child(2) span,
.intro-color-cards-under .intro-color-card:nth-child(3) span {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.5) !important;
}

/* === ZERO1 EDIT 02: subtle bottom shade + original color labels === */
.intro-color-cards-under .intro-color-card::after {
    height: 34% !important;
    background: linear-gradient(to top,
        rgba(74, 79, 85, .30) 0%,
        rgba(104, 109, 115, .16) 42%,
        rgba(130, 134, 139, .06) 68%,
        rgba(130, 134, 139, 0) 100%) !important;
}
.intro-color-cards-under .intro-color-card span {
    font-weight: 900 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.98), 0 0 3px rgba(255,255,255,.9) !important;
}
.intro-color-cards-under .intro-color-card:nth-child(1) span {
    color: #111111 !important;
}
.intro-color-cards-under .intro-color-card:nth-child(2) span {
    color: #526629 !important;
}
.intro-color-cards-under .intro-color-card:nth-child(3) span {
    color: #a56816 !important;
}


/* === ZERO1 EDIT 03: slightly darker soft shade, crisp color labels === */
.intro-color-cards-under .intro-color-card::after {
    height: 36% !important;
    background: linear-gradient(to top,
        rgba(58, 62, 67, .46) 0%,
        rgba(82, 87, 92, .26) 40%,
        rgba(111, 115, 120, .09) 70%,
        rgba(111, 115, 120, 0) 100%) !important;
}
.intro-color-cards-under .intro-color-card span {
    font-weight: 900 !important;
    text-shadow: none !important;
    filter: none !important;
}
.intro-color-cards-under .intro-color-card:nth-child(1) span { color:#111111 !important; }
.intro-color-cards-under .intro-color-card:nth-child(2) span { color:#526629 !important; }
.intro-color-cards-under .intro-color-card:nth-child(3) span { color:#9a6a2c !important; }

/* === ZERO1 EDIT 04: flat crisp color labels, no text effects === */
.intro-color-cards-under .intro-color-card span,
.intro-color-cards-under .intro-color-card:nth-child(1) span,
.intro-color-cards-under .intro-color-card:nth-child(2) span,
.intro-color-cards-under .intro-color-card:nth-child(3) span {
    text-shadow: none !important;
    -webkit-text-stroke: 0 transparent !important;
    filter: none !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}


/* === A1/A2/A3: slim top promo badge === */
.intro-main-wrap {
    padding-top: 27px !important;
}
.intro-main-wrap::before {
    min-height: 22px !important;
    padding: 2px 14px 2px 16px !important;
    font-size: 15px !important;
    line-height: 1.05 !important;
    border-radius: 0 5px 5px 0 !important;
}


/* === FB+TT ETALON: ZERO phone field (split stable parts) === */
.compact-order .phone-field {
    display: flex !important;
    align-items: center !important;
    column-gap: 14px !important;
}
.compact-order .phone-field .phone-icon {
    flex: 0 0 20px;
    margin-right: 0 !important;
}
.compact-order .phone-control {
    margin-left: 50px !important;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 54px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    color: #6f7784;
    white-space: nowrap;
}
.compact-order .phone-fixed {
    flex: 0 0 auto;
    user-select: none;
    -webkit-user-select: none;
}
.compact-order .phone-part {
    display: inline-block;
    flex: 0 0 auto;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    line-height: 52px;
    color: #252525;
    caret-color: #252525;
    -webkit-appearance: none;
    appearance: none;
}
.compact-order .phone-operator {
    width: 3.25ch;
    min-width: 3.25ch;
    max-width: 3.25ch;
}
.compact-order .phone-number {
    width: 9.1ch;
    min-width: 9.1ch;
    max-width: 9.1ch;
    margin-left: .38em;
}
@media (max-width: 480px) {
    .compact-order .phone-control,
    .compact-order .phone-part {
        font-size: 16px !important;
    }
}
