/*
Theme Name: dawnwear
*/



@font-face {
    font-family: "Pixeloid";
    src: url("assets/fonts/PixeloidMono.woff2") format("woff2"), url("assets/fonts/PixeloidMono.woff") format("woff"), url("/assets/fonts/PixeloidMono.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto.woff2") format("woff2"), url("assets/fonts/Roboto.woff") format("woff"), url("/assets/fonts/Roboto.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
:root {
    --bg: #D9D9D9;
    --black: #000;
    --white: #fff;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Pixeloid";
    font-weight: 400;
    line-height: 1;
    color: var(--black);
    text-decoration: none;
    list-style: none;

    background: none;
    border: none;
    outline: none;
}

body {
    position: relative;
    width: 100vw;
    background: var(--body-bg) center center/cover no-repeat;
    overflow-x: hidden;
}
body.popup-is-opened {
    overflow: hidden;
}

.bg-1, .bg-2, .bg-3 {
    position: absolute;
    z-index: 2;
    width: clamp(80px, 17vw, 220px);
    height: auto;
    display: block;
    object-fit: contain;
}
.bg-1 {
    top: 1400px;
    left: 40%;
    transform: rotate(150deg);
}
.bg-2 {
    top: 1200px;
    left: 130px;
    transform: rotate(-15deg);
}
.bg-3 {
    top: 540px;
    right: 100px;
    transform: rotate(30deg);
}
@media (max-width: 1023px) {
    .bg-1 {
        top: -80px;
    }
    .bg-2 {
        top: 1600px;
    }
    .bg-3 {
        top: 380px;
    }
}
@media (max-width: 800px) {
    .bg-2 {
        top: 1000px;
    }
    .bg-3 {
        top: 340px;
    }
}
@media (max-width: 500px) {
    .bg-2 {
        top: 900px;
        left: 80px;
    }
    .bg-3 {
        top: 250px;
        right: 60px;
    }
}
@media (max-width: 400px) {
    .bg-2 {
        top: 800px;
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.wrapper {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header, main {
    margin: 0 auto;
    width: calc(100vw - 30px);
    max-width: 1400px;
}

[data-popup] {
	cursor: pointer;
}

.btn {
    padding: 6px 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 3px 0 0 #848486, inset -3px 0 0 0 #4E504D, inset 3px 0 0 0 var(--white), inset 0 -3px 0 0 #4E504D;
    box-shadow: inset 0 3px 0 0 #848486, inset -3px 0 0 0 #4E504D, inset 3px 0 0 0 var(--white), inset 0 -3px 0 0 #4E504D;
}
.btn-hover {
    cursor: pointer;
}




.box {
    position: relative;
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.box__container {
    padding: 20px 20px 40px;
}
.box__top {
    padding-bottom: 30px;
}
.box__blue {
    padding: 5px 9px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: -webkit-gradient(linear, left top, right top, color-stop(38.94%, #3150A9), to(#A1C5F1));
    background: linear-gradient(90deg, #3150A9 38.94%, #A1C5F1 100%);
}
.box__blue-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.box__blue-logo span {
    font-size: clamp(13px, 3vw, 16px);
    color: var(--white);
}
.box__blue-btns {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4px;
}
.box__blue-btn {
    position: relative;
    padding: 5px 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg);
    -webkit-box-shadow: inset 0 2px 0 0 #9F9EA4, inset -2px 0 0 0 #4E504D, inset 2px 0 0 0 var(--white), inset 0 -2px 0 0 #4E504D;
    box-shadow: inset 0 2px 0 0 #9F9EA4, inset -2px 0 0 0 #4E504D, inset 2px 0 0 0 var(--white), inset 0 -2px 0 0 #4E504D;
}
.box__blue-btn-turn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.box__blue-btn-turn span {
    width: 100%;
    border-bottom: 2px solid var(--black);
}
.box__blue-btn-full span {
    width: 100%;
    border-width: 3px 2px 2px 2px;
    border-style: solid;
    border-color: var(--black);
}
.box__blue-btn-close::before, .box__blue-btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: var(--black);
}
.box__blue-btn-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.box__blue-btn-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.box__menu {
    padding: 8px 9px 10px;
    border-bottom: 4px solid #9F9EA4;
}
.box__menu span {
    position: relative;
    margin-right: clamp(10px, 3vw, 40px);
    display: inline-block;
    font-family: "Roboto";
    font-size: clamp(16px, 1.43vw, 20px);
}
.box__menu span::after {
    content: "";
    width: 11px;
    height: 2px;
    display: block;
    background: var(--black);
}
.box__undermenu {
    padding: 6px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-top: 4px solid #F4F3EA;
}
.box__undermenu-arrows {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.box__undermenu-line {
    padding: 5px 20px 7px 12px;
    width: 100%;
    background: var(--white);
}
.box__undermenu-line span {
    font-size: clamp(14px, 2vw, 16px);
}
.box__undermenu .btn {
    max-width: 180px;
}
.box__undermenu .btn span {
    font-size: clamp(7px, 2.2vw, 16px);
    white-space: nowrap;
}
.box__divider {
    height: 31px;
    border-left: 3px solid #9F9EA4;
    border-right: 4px solid #F4F3EA;
}
.box__bottom {
    padding: 0 20px;
}
.box__bottom-wrapper {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--black);
}
.box__bottom-wrapper img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}
.box__files {
    padding: 60px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.box__files-items {
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.box__files-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.box__files-item p {
    font-size: clamp(16px, 2vw, 24px);
}
.box__files-line {
    padding: 5px 10px;
    width: 100%;
    max-width: 455px;
    background: var(--white);
}
.box__files-line span {
    font-size: clamp(12px, 1.8vw, 20px);
}
.box__files-btn {
    padding: 5px 10px;
    width: 100%;
    max-width: 130px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    font-size: clamp(13px, 1.5vw, 16px);
}


.catalog__product-hidden-variations,
.reset_variations,
.reset_variations_alert {
    display: none !important;
}






.sidebar {
    padding: 15px 12px 20px;
	width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.sidebar__head {
    padding: 6px 10px 8px;
    background: -webkit-gradient(linear, left top, right top, color-stop(38.94%, #3150A9), to(#A1C5F1));
    background: linear-gradient(90deg, #3150A9 38.94%, #A1C5F1 100%);
}
.sidebar__head span {
    font-size: clamp(16px, 1.43vw, 20px);
    color: var(--white);
}
.sidebar__body {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}
.sidebar__body a {
    padding: 7px 10px;
    display: block;
    background: #eee;
    font-size: clamp(16px, 1.43vw, 20px);
}



.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.catalog__left {
    padding: 80px 0 0;
    min-width: 200px;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: var(--white);
    -webkit-box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
}
.catalog__right {
    padding: 50px 35px;
    width: 100%;
    -webkit-box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
}
.catalog__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.catalog__card {
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.catalog__card a {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.catalog__card-image {
    width: 100%;
    max-width: 254px;
    background: var(--white);
}
.catalog__card-image-wrapper {
    position: relative;
    padding-top: 96%;
    width: 100%;
}
.catalog__card-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.catalog__card-name {
    font-size: clamp(14px, 2vw, 24px);
    text-align: center;
    text-transform: uppercase;
}
.catalog__card .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    font-size: clamp(12px, 1.8vw, 20px);
}
.catalog__product {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.catalog__product-gallery {
    width: 100%;
    max-width: 720px;
}
.catalog__product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.catalog__product-main {
    width: 100%;
    max-width: 550px;
}
.catalog__product-thumbs-wrapper {
    width: 100%;
    max-width: 165px;
    max-height: 535px;
    overflow-y: auto;
}
.catalog__product-thumbs-wrapper::-webkit-scrollbar {
    display: none;
}
.catalog__product-thumbs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.catalog__product-thumb {
    width: 100%;
    cursor: pointer;
}
.catalog__product-media {
    position: relative;
    padding-top: 100%;
    background: var(--white);
    -webkit-box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    overflow: hidden;
}
.catalog__product-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 98.5%;
    height: 98.5%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.catalog__product-thumb .catalog__product-media img {
    width: 96%;
    height: 96%;
}
.catalog__product-block {
    width: 100%;
    max-width: 320px;
}
.catalog__product-title-desktop,
.catalog__product-title-mob {
    font-size: clamp(16px, 3vw, 32px);
    text-transform: uppercase;
}
.catalog__product-title-desktop {
    margin-bottom: 20px;
}
.catalog__product-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.catalog__product-btns .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
}
.catalog__product-variations {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.catalog__product-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}
.catalog__product-variants .btn {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
}
.catalog__product-variant.active {
    background: #2E3BC8;
    -webkit-box-shadow: inset 0 3px 0 0 #5664FF, inset -3px 0 0 0 #1C236D, inset 3px 0 0 0 #5664FF, inset 0 -3px 0 0 #1C236D;
    box-shadow: inset 0 3px 0 0 #5664FF, inset -3px 0 0 0 #1C236D, inset 3px 0 0 0 #5664FF, inset 0 -3px 0 0 #1C236D;
}
.catalog__product-variant.active span {
    color: #fff;
}
.catalog__product-info {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    font-size: clamp(10px, 1.5vw, 15px);
}
.catalog__product-title-mob {
    display: none;
}



.page-template-page-cart .woocommerce-notices-wrapper {
    display: none !important;
}

.catalog__cart {
    height: 970px;
    overflow-y: auto;
}
.catalog__cart::-webkit-scrollbar {
    width: 28px;
}
.catalog__cart::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
}
.catalog__cart::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
    border-bottom: 3px solid #4f4f4f;
}
.catalog__cart::-webkit-scrollbar-button:single-button {
    display: block;
    height: 28px;
    background-color: #cfcfcf;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
    border-bottom: 3px solid #4f4f4f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
}
.catalog__cart::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L12 8H0L6 0Z' fill='%23505050'/%3E%3C/svg%3E");
}
.catalog__cart::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L12 0H0L6 8Z' fill='%23505050'/%3E%3C/svg%3E");
}


.return-to-shop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.return-to-shop p {
    text-transform: uppercase;
    text-align: center;
}
.return-to-shop .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.catalog__cart-items {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.catalog__cart-item {
    padding: 40px 60px 40px 40px;
    width: 100%;
    max-width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.catalog__cart-item-block {
    width: 100%;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.catalog__cart-item-media {
    width: 60%;
    max-width: 300px;
    min-width: 100px;
    background: var(--white);
    -webkit-box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
}
.catalog__cart-item-media-inner {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.catalog__cart-item-media-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    display: block;
    object-fit: contain;
}
.catalog__cart-item-info {
    width: 100%;
    max-width: 430px;
}
.catalog__cart-item-info h2 {
    font-size: clamp(14px, 2.4vw, 32px);
    
    text-transform: uppercase;
}
.catalog__cart-item-btns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.catalog__cart-item-btns .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
}
.catalog__cart-item-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}
.catalog__cart-item-quantity .quantity {
    padding: 6px 15px;
    width: 100%;
    max-width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 3px 0 0 #848486, inset -3px 0 0 0 #4E504D, inset 3px 0 0 0 var(--white), inset 0 -3px 0 0 #4E504D;
    box-shadow: inset 0 3px 0 0 #848486, inset -3px 0 0 0 #4E504D, inset 3px 0 0 0 var(--white), inset 0 -3px 0 0 #4E504D;
}
.catalog__cart-item-quantity .quantity input {
    width: 100% !important;
}
.catalog__cart-item-size {
    margin-top: 20px;
}
.catalog__cart-item-remove {
    width: 100%;
    max-width: 100px;
}
.remove-icon {
    display: inline-block;
}
.catalog__cart-item-remove img {
    width: 33px;
    mix-blend-mode: darken;
}

.cart-collaterals {
    padding: 50px 0;
}
.cart-totals {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.page-template-page-cart .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.page-template-page-cart .order-total * {
    font-size: clamp(14px, 2vw, 24px) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.checkout-btn {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}




.checkout.woocommerce-checkout .catalog__right {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 100px;
}
#order_review_heading {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 15px;
}



.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
}
.woocommerce-order-details__title {
    margin: 20px 0;
}


.woocommerce ul.order_details {
    margin-bottom: 2em !important;
}
.woocommerce ul.order_details li {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 15px;
    border-right: 1px dashed #77727d;
    color: #3150A9;
}
.woocommerce ul.order_details li strong {
    font-size: clamp(14px, 1.5vw, 16px);
}
.woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 10px !important;
}
.woocommerce-column address {
    margin-bottom: 20px !important;
    padding: 10px 20px !important;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: 2;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    position: static;
}
.woocommerce-column__title,
.woocommerce-order-details__title {
    margin-bottom: 15px !important;
    font-size: clamp(16px, 1.5vw, 22px);
}


.page-template-page-checkout .order-total {
    padding: 9px 12px !important;
    border-top: 2px solid #9F9EA4;
}
.page-template-page-checkout .order-total th,
.page-template-page-checkout .order-total td {
    border: none !important;
    font-size: clamp(14px, 2vw, 20px) !important;
}

.theme-checkout-antibot {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}



.policy {
    height: 1000px;
}
.policy__content::-webkit-scrollbar {
    width: 28px;
}
.policy__content::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
}
.policy__content::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
    border-bottom: 3px solid #4f4f4f;
}
.policy__content::-webkit-scrollbar-button:single-button {
    display: block;
    height: 28px;
    background-color: #cfcfcf;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #4f4f4f;
    border-bottom: 3px solid #4f4f4f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
}
.policy__content::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L12 8H0L6 0Z' fill='%23505050'/%3E%3C/svg%3E");
}
.policy__content::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L12 0H0L6 8Z' fill='%23505050'/%3E%3C/svg%3E");
}
.policy__content {
    padding: 70px 80px 50px 120px;
    width: 100%;
    overflow-y: auto;
    -webkit-box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
    box-shadow: inset 0 4px 0 0 #9F9EA4, inset -4px 0 0 0 #F4F3EA, inset 4px 0 0 0 #9F9EA4, inset 0 -4px 0 0 #F4F3EA;
}
.policy__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.page-template-page-offer .policy__text p:nth-child(2) {
    margin-bottom: 30px;
}
.policy h1 {
    margin-bottom: 30px;
    font-size: clamp(9px, 1.6vw, 16px);
}
.policy *:not(h1) {
    font-size: clamp(8px, 1.4vw, 15px);
}
.policy__text h5 {
    margin: 20px 0;
    font-size: clamp(9px, 2vw, 24px);
}
.page-template-page-return .policy__text *:not(h1) {
    font-size: clamp(9px, 2vw, 24px);
}
.page-template-page-delivery .policy h1,
.page-template-page-return .policy h1 {
    font-size: clamp(9px, 2.3vw, 32px);
}



.faq {
    margin-top: 50px;
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-item {
    overflow: hidden;
    background: var(--white);
}
.faq-head {
    padding: 18px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}
.faq-head-text {
    font-size: clamp(8px, 1.8vw, 24px) !important;
    
}
.faq-head-icon {
    flex: 0 0 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-head-icon svg {
    transition: transform .5s;
}

.faq-item.is-active .faq-head-icon svg {
    transform: rotate(45deg);
}

.faq-body {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows 0.5s ease, padding-bottom 0.5s ease, padding-top 0.5s ease, opacity 0.25s ease, visibility 0.5s ease;
}
.faq-item.is-active .faq-body {
    grid-template-rows: 1fr;
    padding-top: 10px;
    padding-bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.faq-body-inner {
    min-height: 0;
    overflow: hidden;
    max-width: 870px;
    font-size: 15px;
    
}
.faq-body-inner > *:first-child {
    margin-top: 0;
}
.faq-body-inner > *:last-child {
    margin-bottom: 0;
}
.faq-body-inner p {
    margin: 0 0 14px;
}
.faq-body-inner ul,
.faq-body-inner ol {
    margin: 0 0 14px;
    padding-left: 22px;
}
.faq-body-inner li:not(:last-child) {
    margin-bottom: 6px;
}
.faq-body-inner a {
    text-decoration: underline;
    text-underline-offset: 1px;
}





.footer {
    margin-top: 30vw;
}
.footer__top {
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.footer__btns {
    margin: 0 auto;
    padding: 3px 0;
    width: 100%;
    max-width: 1122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.footer__btn {
    padding: 10px 15px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    font-size: clamp(16px, 2vw, 26px);
}
.footer__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.footer__bottom {
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.footer__menu {
    margin: 0 auto;
    padding: 48px 20px;
    width: 100%;
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.footer__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__image img {
    width: 100%;
    max-width: 268px;
    min-width: 268px;
}
.footer__text {
    width: 100%;
    max-width: 310px;
    font-size: clamp(8px, 1.2vw, 16px);
}
.footer__block {
    width: 100%;
    max-width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.footer__block a {
    font-size: clamp(10px, 1.2vw, 16px);
}



.popup__overlay {
    position: fixed;
    inset: 0;
    z-index: 19;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    display: none;
    overflow-y: auto;
}
.popup__container {
    padding: 20px 10px;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup {
    width: 100%;
    max-width: 840px;
}
.popup__close {
    cursor: pointer;
}
.popup__block {
    margin: 0 auto;
    padding: 20px 0 40px;
    width: 100%;
    max-width: 450px;
}
.popup__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.popup__title {
    font-size: clamp(18px, 4vw, 32px);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.popup__text p {
    max-width: 390px;
    font-size: clamp(10px, 2vw, 16px);
    line-height: 1.2;
    text-align: center;
}
.popup__form {
    margin-top: 20px;
    width: 100%;
}

.form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__radios-title {
    margin-bottom: 8px;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1;
    text-transform: uppercase;
}
.form__radios {
    width: 100%;
    max-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}
.form__radio {
    position: relative;
}
.form__radio-input {
    position: absolute;
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.form__radio-text {
    position: relative;
    font-size: clamp(10px, 1.5vw, 13px);
    line-height: 1;
}
.form__radio-text::before {
    content: '►';
    margin-right: 7px;
}
.form__radio-input:checked + .form__radio-text {
    color: #5664FF;
}

.form__fields {
    margin: 35px 0 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.form__field-icon {
    flex: 0 0 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__input {
    width: 100%;
}
.form__submit {
    width: fit-content;
}
.form__response {
    display: none;
    margin-top: 16px;
    font-size: clamp(12px, 2vw, 16px);
}
.form__response.is-success,
.form__response.is-error {
    display: block;
}
.form__response.is-success {
    color: #2e7d32;
}
.form__response.is-error {
    color: #d32f2f;
}
.form__submit:disabled {
    pointer-events: none;
    opacity: 0.6;
}


.form__field-website {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}


input:not(.quantity input), .select2-selection, textarea {
    padding: 5px 0 10px !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 4px solid #9F9EA4 !important;
    font-size: clamp(12px, 2vw, 16px) !important;
    line-height: 1 !important;
    color: var(--black) !important;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input::placeholder {
    color: var(--black)
}



.popup__overlay.is-opened {
    display: block;
}


.cookie {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 7;
    --right-gap: calc((100vw - 1400px) / 2);
    width: 100%;
    display: none;
}
.cookie.is-opened {
    display: block;
}
.cookie__block {
    padding: 15px 30px;
    width: calc(100vw - var(--right-gap));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: var(--bg);
    -webkit-box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
    box-shadow: inset 0 4px 0 0 #848486, inset -4px 0 0 0 #4E504D, inset 4px 0 0 0 var(--white), inset 0 -4px 0 0 #4E504D;
}
.cookie__block p {
    font-size: clamp(9px, 2vw, 16px);
}
.cookie__btn {
    width: fit-content;
}




@media (max-width: 1530px) {
    .catalog__left {
        padding: 80px 10px 0 0;
    }
    .catalog__cards {
        gap: 20px;
    }
    .cookie {
        margin: 0 auto;
        padding: 30px 0 0;
        width: calc(100vw - 30px);
        max-width: 1400px;
    }
    .cookie__block {
        padding: 15px 30px;
        width: 100%;
    }
    .cookie__btn {
        width: fit-content;
    }
}
@media (max-width: 1240px) {
    .catalog__product-main {
        max-width: 460px;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 140px;
        max-height: 460px;
    }
}
@media (max-width: 1120px) {
    .catalog__product-main {
        max-width: 400px;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 120px;
        max-height: 400px;
    }
}
@media (max-width: 1023px) {
    .wrapper {
        margin-top: 50px;
    }
    header {
        margin: 0 auto 30px;
    }
    main .box__menu span {
        display: none;
    }
    .box__undermenu-arrows {
        gap: 15px;
    }
    .box__undermenu-arrows svg {
        min-width: 27px;
        max-width: 27px;
        height: 23px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .box__bottom {
        padding: 0;
    }
    .catalog__left {
        display: none;
    }
    .catalog__card .btn {
        height: auto;
    }
    .catalog__product-gallery {
        max-width: 400px;
    }
    .catalog__product-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog__product-main {
        min-width: 100%;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 400px;
    }
    .catalog__product-thumbs {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .catalog__product-thumb {
        min-width: 120px;
        max-height: 120px;
    }
    .catalog__product-block {
        max-width: 100%;
    }
    .catalog__product-info {
        margin-top: 20px;
    }
    .catalog__cart {
        height: auto;
        overflow-y: visible;
    }
    .catalog__cart-item {
        padding: 40px;
    }
    .catalog__cart-item-btns .btn,
    .catalog__cart-item-quantity .quantity {
        height: 30px;
    }
    .catalog__cart-item-remove {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .checkout.woocommerce-checkout .catalog__right {
        gap: 40px;
    }
    .policy {
        height: 700px;
    }
    .policy__content {
        padding: 40px 40px 40px 60px;
    }
    .policy__text {
        max-width: 760px;
    }
    .faq {
        max-width: 760px;
        gap: 10px;
    }
    .faq-head {
        padding: 10px 20px;
    }
    .faq-head-icon {
        display: none;
    }
    .footer {
        margin-top: 100vw;
    }
}
@media (max-width: 800px) {
    .wrapper {
        margin-top: 40px;
    }
    .box__divider {
        display: none;
    }
    .box__undermenu-arrows {
        gap: 8px;
    }
    .box__undermenu-arrows svg {
        min-width: 20px;
        max-width: 20px;
        height: 22px;
    }
    .box__files {
        display: none;
    }
    .catalog__right {
        padding: 40px 15px;
    }
    .catalog__cards {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .catalog__cart-item {
        padding: 25px 20px;
    }
    .catalog__cart-item-block {
        gap: 20px;
    }
    .catalog__cart-item-remove img {
        width: 25px;
    }
    .checkout.woocommerce-checkout .catalog__right {
        grid-template-columns: 1fr;
    }
    .policy__text h5 {
        margin: 14px 0;
    }
    .policy__text {
        gap: 10px;
    }
    .page-template-page-offer .policy__text p:nth-child(2) {
        margin-bottom: 20px;
    }
    .faq {
        margin-top: 35px;
        gap: 6px;
    }
    .faq-head {
        padding: 5px;
    }
    .faq-body {
        padding: 0 5px;
    }
    .faq-item.is-active .faq-body {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .catalog__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog__product-gallery {
        max-width: 100%;
    }
    .catalog__product-slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
    }
    .catalog__product-main {
        min-width: auto;
        max-width: 380px;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 120px;
        max-height: 380px;
    }
    .catalog__product-thumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .catalog__product-thumb {
        min-width: auto;
        max-height: 100%;
    }
    .catalog__product-block {
        max-width: 100%;
    }
    .catalog__product-info {
        margin-top: 10px;
    }
    .catalog__cart-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__block {
        order: 1;
    }
    .footer__text {
        order: 2;
    }
    .footer__image {
        width: 100%;
    }
    .popup__block {
        padding: 0 10px 20px;
    }
    .form__fields {
        margin: 15px 0;
        gap: 8px;
    }
    .form__field-icon {
        flex: 0 0 31px;
        height: 31px;
    }
    .form__field-icon svg {
        height: 24px;
    }
    .cookie {
        padding: 10px 0 0;
    }
    .cookie__block {
        padding: 12px 20px;
        width: 100%;
    }
}
@media (max-width: 670px) {
    .catalog__cart-item-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
    .catalog__cart-item-btns .btn,
    .catalog__cart-item-quantity .quantity {
        height: 25px;
    }
    .policy {
        height: 500px;
    }
    .policy__content {
        padding: 20px 10px;
    }
    .policy__content::-webkit-scrollbar {
        display: none;
    }
    .policy__text {
        gap: 5px;
    }
    .page-template-page-offer .policy__text p:nth-child(2) {
        margin-bottom: 0;
    }
    .policy h1 {
        margin-bottom: 15px;
        text-align: left !important;
    }
}
@media (max-width: 610px) {
    .catalog__product-main {
        max-width: 290px;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 90px;
        max-height: 290px;
    }
}
@media (max-width: 500px) {
    .box__undermenu .btn {
        padding: 6px 5px;
        max-width: 120px;
    }
    .box__undermenu {
        gap: 8px;
    }
    .wrapper {
        margin-top: 60px;
    }
    .footer {
        margin-top: 100vw;
    }
    .footer__menu {
        padding: 15px 15px 30px;
    }
    .footer__image img {
        max-width: 190px;
    }
    .footer__btn img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
        flex: 0 0 26px;
        width: 26px;
    }
    .box__container {
        padding: 20px 10px 30px;
    }
    .box__undermenu-arrows {
        gap: 5px;
    }
    .box__undermenu-arrows svg {
        min-width: 13px;
        max-width: 13px;
        height: 12px;
    }
    .box__undermenu-line {
        padding: 2px 20px 3px 6px;
    }
    .box__menu span {
        display: none;
    }
    .catalog__right {
        padding: 20px 10px 30px;
    }
    .catalog__product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
    .catalog__product-title-desktop {
        display: none;
    }
    .catalog__product-title-mob {
        display: block;
    }
    .catalog__product-main {
        max-width: 200px;
    }
    .catalog__product-thumbs-wrapper {
        max-width: 60px;
        max-height: 200px;
    }
    .catalog__cart-item {
        padding: 20px 15px 15px 10px;
    }
    .catalog__cart-item-block {
        gap: 10px;
    }
    .catalog__cart-item-btns * {
        font-size: 12px !important;
    }
    .catalog__cart-item-quantity .btn,
    .catalog__cart-item-quantity .quantity {
        padding: 4px 8px;
    }
    .catalog__cart-item-quantity .quantity {
        max-width: 32px;
    }
    .catalog__cart-item-quantity .quantity input {
        max-width: 16px;
    }
    .faq {
        margin-top: 10px;
    }
    .policy__text h5 {
        margin: 10px 0;
    }
    .footer__block {
        gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__image img {
        max-width: 184px;
        min-width: 184px;
    }
    .cookie__block {
        padding: 9px 15px;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .box__undermenu .btn {
        max-width: 90px;
    }
}


@media (min-width: 1024px) {
    .btn-hover:hover,
    .popup__close:hover {
        background: #2E3BC8;
        -webkit-box-shadow: inset 0 3px 0 0 #5664FF, inset -3px 0 0 0 #1C236D, inset 3px 0 0 0 #5664FF, inset 0 -3px 0 0 #1C236D;
        box-shadow: inset 0 3px 0 0 #5664FF, inset -3px 0 0 0 #1C236D, inset 3px 0 0 0 #5664FF, inset 0 -3px 0 0 #1C236D;
    }
    .btn-hover:hover span,
    #place_order:hover {
        color: #fff;
    }
    .sidebar__body a:hover {
        background: #2E3BC8;
        color: #fff;
    }
    .popup__close:hover::before,
    .popup__close:hover::after {
        background: #fff;
    }
}