* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
	padding-right: 0 !important;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}
body.no-scroll {
	height: 100vh;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
p,a,li,div,button,input,textarea, h1, h2, h3, h4, h5 {
	font-family: "Wix Madefor Display", sans-serif;
	color: #434343;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
}
a, a:hover, a:active, a:focus, textarea,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
	text-decoration: none !important;
	outline: none !important;
}
strong {
	font-weight: 600;
}
i {
	font-style: italic;
}
input.button,
button {
	border: none;
}
a {
	cursor: pointer;
}
.wrp {
	width: 1281px;
	margin: 0 auto;
}
.h2 {
	color: #434343;
	font-size: 32px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	transition: .4s;
	margin-bottom: 56px;
	font-weight: bold;
}
.default-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	color: #111;
	border: 1px solid #111;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	display: block;
	transition: .4s;
	margin: 50px auto 0 auto;
	border-radius: 5px;
	background: transparent;
}
.default-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
	background: #111;
	color: #fff;
}
.tg-button,
.inst-button {
	border: 1px solid #111;
	background: #111;
	padding: 14px 30px;
	display: flex;
	justify-content: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 26px;
	transition: .4s;
	border-radius: 5px;
}
.tg-button:hover,
.inst-button:hover {
	background: #fff;
	color: #111;
}
.tg-button img,
.inst-button img {
	margin-right: 8px;
	transition: .4s;
	width: 22px;
}
.tg-button:hover,
.inst-button:hover img {
	filter: invert(1);
}

/* HEADER */

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header-top {
	padding: 14px 0;
	background: #FFF;
	border-bottom: 1px solid #D9D9D9;
}
#header .wrp {
	display: flex;
	align-items: center;
}
.header-slogan {
	padding: 3px 0 3px 23px;
	background: url("../img/mountain-icon.svg") no-repeat center left;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}
.header-adress {
	padding: 1px 0 1px 18px;
	background: url("../img/pin-icon.svg") no-repeat center left;
	color: #787878;
	font-size: 14px;
	font-weight: 300;
}
.mobile-menu {
	margin-left: auto;
}
.header-menu {
	display: flex;
	align-items: center;
}
.header-menu li {
	margin-left: 10px;
}
.header-menu li a {
	font-size: 14px;
	font-weight: 500;
}

.header-search {
	position: absolute;
	background: #fff;
	width: 1280px;
	height: 51px;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	left: calc((100% - 1280px)/2);
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
.header-search.active {
	opacity: 1;
	pointer-events: initial;
}
.header-search .input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #898989;
	padding-bottom: 8px;
	padding-right: 100px;
}
.header-search .btn {
	background: url(../img/search-icon.svg) no-repeat center center / 100%;
	width: 26px;
	height: 26px;
	filter: invert(1);
	position: absolute;
	right: 0;
	font-size: 0px;
	border: none;
	margin-top: -5px;
}

#header.header-in .header-bottom {
	background: #000;
}
.header-bottom {
	padding: 13px 0;
	background: #fff;
}
.header-bottom .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header-catalog-btn {
	color: #434343;
	position: relative;
	padding-left: 45px;
	transition: .4s;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header-catalog-btn:before {
	content: "";
	width: 29px;
	height: 29px;
	position: absolute;
	left: 0;
	transition: .4s;
	background: url("../img/catalog-btn.svg") no-repeat center center / 100%;
}
.header-catalog-btn:after {
	content: "";
	width: 29px;
	height: 29px;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: .4s;
	background: url("../img/catalog-btn-active.svg") no-repeat center center / 100%;
}
.header-catalog-btn.active {
	color: transparent;
}
.header-catalog-btn.active:before {
	opacity: 0;
}
.header-catalog-btn.active:after {
	opacity: 1;
}
.header-catalog {
	display: flex;
	align-items: center;
	gap: 20px;
	position: absolute;
	left: 50px;
	overflow: hidden;
	opacity: 0;
	transition: .4s;
	pointer-events: none;
}
.header-catalog li a {
	color: #434343;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-left: -170px;
	transition: .4s;
}
.header-catalog-wrp {
	height: 23px;
}
.header-catalog-btn.active + .header-catalog-wrp .header-catalog {
	opacity: 1;
	pointer-events: initial;
}
.header-catalog-btn.active + .header-catalog-wrp .header-catalog li a {
	margin-left: 0;
}
.header-logo {
	transition: .4s;
	filter: invert(1);
}
.header-catalog-btn.active ~ .header-logo {
	opacity: 0;
	pointer-events: none;
}
.header-panel {
	display: flex;
	align-items: center;
	gap: 45px;
}
.header-panel a {
	width: 35px;
	height: 35px;
	filter: invert(1);
}
.header-panel .search {
	background: url("../img/search-icon.svg") no-repeat center center;
}
.header-panel .lk {
	background: url("../img/user-icon.svg") no-repeat center center;
}
.header-panel .wishlist {
	background: url("../img/heart-icon.svg") no-repeat center center;
}
.header-panel .basket {
	background: url("../img/basket-icon.svg") no-repeat center center;
}
.header-mobile-toggle {
	display: none;
}
.mobile-search-toggle,
.mobile-basket,
.header-mobile-search {
	display: none;
}

#main {
	height: calc(100vh - 130px);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main:before {
    display: none;
    content: "";
    width: 100%;
    height: 130px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-slider {
	    width: 100%;
    height: 100%;
}
.main-figure {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-figure .figure-item {
	width: 25%;
	position: relative;
}
.main-figure .figure-item:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 3;
}
.main-figure .figure-item:nth-child(1):before {
	background: rgba(0, 0, 0, 0.20) url(../img/main-figure-1.svg) no-repeat center bottom / 100%;
	height: 100%;
	bottom: 0;
}
.main-figure .figure-item:nth-child(2):before {
    background: rgba(0, 0, 0, 0.20) url(../img/main-figure-2.svg) no-repeat center bottom 2.2vw / 100%;
    height: 100%;
    bottom: 0;
}
.main-figure .figure-item:nth-child(3):before {
	background: rgba(0, 0, 0, 0.20) url(../img/main-figure-3.svg) no-repeat center bottom / 100%;
	height: 100%;
	bottom: 0;
}
.main-figure .figure-item:nth-child(4):before {
	background: rgba(0, 0, 0, 0.20) url("../img/main-figure-4.svg") no-repeat top center / 100%;
	height: 100%;
	top: 0;
}

.main-slider-item {
	display: flex;
	height: 100%;
}
.main-slider-img {
	width: calc(100% - 484px);
	height: 100%;
	object-fit: cover;
}
.main-slider-img-mobile {
	display: none;
}
.main-banner {
	background: rgba(217, 217, 217, 0.90) url("../img/main-figure-5.svg") no-repeat bottom left;
	background: rgba(217, 217, 217, 0.90);
	width: 484px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-banner div {
	width: 298px;
}
.main-banner img {
	width: 228px;
	margin-bottom: 38px;
}
.main-banner .h2 {
	color: #434343;
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.main-banner .text {
	color: #4E4E16;
	font-size: 28px;
}

#main .prev,
#main .next {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 30px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
#main .next {
	left: auto;
	right: 30px;
}
#main .dots {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 28px;
	z-index: 5;
}
#main .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background: #999;
	margin: 0 5px;
	opacity: 1 !important;
	transition: .4s;
}
#main .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
	background: #E2E2E2;
}

/* ADVA */

#adva {
	padding-top: 82px;
	display: none;
}
.adva {
	display: flex;
	justify-content: space-between;
}
.adva-item {
	width: 200px;
	text-align: center;
}
.adva-item-img {
	border: 3px solid #4E4E16;
	border-radius: 50%;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 23px;
	position: relative;
}
.adva-item-img img {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50) inset;
}
.adva-item-text {
	font-size: 16px;
	font-weight: 600;
}
.adva-item.hot .adva-item-img {
	border: 3px solid #CD1717;
	box-shadow: 0px 0px 15px rgba(205, 23, 23, 0.86);
}
.adva-item.hot .adva-item-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/hot-icon.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.adva-item.hot .adva-item-text {
	color: #CD1717;
}
.adva-item.disable .adva-item-img {
	border: 3px solid #D9D9D9;
}
.adva-item.disable .adva-item-text {
	color: #BCBCBC;
}

/* CATALOG */

#main-catalog {
	padding-top: 60px;
}
.main-catalog-cat {
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
	flex-flow: wrap;
}
.main-catalog-cat .h2 {
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
	transition: .4s;
}
.main-catalog-cat .h2.active,
.main-catalog-cat .h2:hover {
	border-bottom: 1px solid #434343;
}
.main-catalog-block {
	margin-bottom: 40px;
}

.catalog {
	display: flex;
	flex-flow: wrap;
	gap: 38px;
	row-gap: 78px;
}
.catalog-item {
	width: calc(25% - 114px/4);
}
.catalog-item-preview {
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
}
.catalog-item-preview:before {
	content: "";
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
	z-index: 2;
}
.catalog-item-preview:after {
	content: "";
	width: 100%;
	height: 112px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
	z-index: 2;
}
.catalog-item-preview .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.catalog-item-preview .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}
.catalog-item-preview:hover .img {
	transform: scale(1.1);
}
.catalog-item-preview .hot {
	width: 22px;
	height: 28px;
	background: url("../img/hot-icon.png") no-repeat center center / 100%;
	position: absolute;
	top: 15px;
	left: 18px;
	z-index: 3;
}
.catalog-item-preview .new {
	width: 41px;
	height: 20px;
	background: url("../img/new-icon.svg") no-repeat center center;
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 3;
}
.catalog-item-preview .add-to-wishlist {
	width: 17px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 3;
}
.catalog-item-preview .add_to_wishlist {
	width: 17px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0px;
	z-index: 3;
	background: url("../img/wishlist-icon.svg") no-repeat center center / 100%;
}
.catalog-item-preview .delete_item {
	width: 17px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0px;
	z-index: 3;
	background: url("../img/wishlist-icon-active.svg") no-repeat center center / 100%;
}
#yith-wcwl-popup-message {
	display: none !important;
}
.catalog-item-preview .add_to_wishlist i {
	display: none;
}
.catalog-item-preview .add-to-wishlist svg path {
	transition: .4s;
}
.catalog-item-preview .add-to-wishlist.active svg path {
	fill: #fff;
}
.catalog-item-preview .add_to_cart_button {
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 15px;
    font-size: 0px !important;
    position: absolute !important;
    background: url(../img/basket-add-icon.svg) no-repeat center center / 100% !important;
    z-index: 3;
    border: none !important;
    margin: 0 !important;
}
.catalog-item-preview .size-list {
	display: flex;
	align-items: center;
	position: absolute;
	left: 19px;
	bottom: 20px;
	z-index: 3;
}
.catalog-item-preview .size-list a {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	margin-right: 16px;
}
.catalog-item-colors {
	display: flex;
	margin-bottom: 21px;
}
.catalog-item-colors a {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.catalog-item-name {
	font-weight: 500;
	line-height: normal;
	margin-bottom: 22px;
	display: block;
	min-height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.catalog-item-price {
	display: flex;
	align-items: center;
}
.catalog-item-price .new-price {
	margin-right: 18px;
	font-size: 18px;
	font-weight: 400;
}
.catalog-item-price .old-price {
	color: #787878;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through !important;
	margin-right: 9px;
}
.catalog-item-price .sale {
	color: #CD1717;
	font-size: 18px;
	font-weight: 400;
}

/* BRAND */

#brand {
	padding-top: 90px;
}
.brand-text {
	display: flex;
	justify-content: space-between;
	margin-bottom: 58px;
}
.brand-text p {
	width: calc(50% - 35px);
}
.brand-gallery {
	display: flex;
	justify-content: space-between;
}
.brand-gallery img {
	width: 20%;
	height: 256px;
	object-fit: cover;
}
.brand-adva {
	padding: 40px 90px;
	background: #F1F1F1;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	row-gap: 30px;
}
.brand-adva-item {
	display: flex;
	align-items: center;
}
.brand-adva-item:nth-child(1),
.brand-adva-item:nth-child(4) {
	width: 248px;
}
.brand-adva-item:nth-child(2),
.brand-adva-item:nth-child(5) {
	width: 205px;
	margin: 0 10%;
}
.brand-adva-item:nth-child(3),
.brand-adva-item:nth-child(6) {
	width: 281px;
}
.brand-adva-item .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}
.brand-adva-item .text {
	color: #4E4E16;
	font-weight: 400;
	line-height: 20px; 
}

/* LOOK */

#look {
	padding-top: 58px;
}
.look {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	row-gap: 78px;
	margin-top: 30px;
}
.look-item {
	width: calc(100%/3 - 66px/3);
}
.look-item-preview {
	width: 100%;
	height: 684px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 22px;
	margin-bottom: 21px;
}
.look-item-preview:before {
	content: "";
	width: 100%;
	height: 133px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 56%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.look-item-preview .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.look-item-preview .list {
	position: relative;
	z-index: 3;
}
.look-item-preview .list-head {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.look-item-preview ol {
	padding-left: 20px;
	list-style-type: decimal;
}
.look-item-preview ol li {
	margin-top: 10px;
}
.look-item-preview ol li a,
.look-item-preview ol li {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}
.look-item-name {
	font-weight: 500;
	margin-bottom: 16px;
}
.look-item-text {
	font-size: 16px;
}

/* TELEGRAM */

#telegram {
	padding: 30px 0 200px 0;
}
.telegram {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.telegram-info {
	width: calc(100% - 240px - 200px);
}
.telegram-info ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.telegram-info ul li {
	width: calc(50% - 30px);
	position: relative;
	margin-bottom: 10px;
	padding-left: 24px;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}
.telegram-info ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 7px;
	background: #434343;
}
.telegram-info-bottom {
	margin-top: 30px;
}
.telegram-info-bottom .tg-button {
	width: max-content;
}
.telegram-info-bottom p {
	color: #4E4E16;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}
.telegram-img {
	width: 240px;
}

/* NEW */

#new {
	padding-top: 138px;
}

/* SALE */

#sale {
	padding-top: 110px;
}

/* LOYALTY */

#loyalty {
	padding-top: 50px;
}
.loyalty {
	display: flex;
	justify-content: space-between;
}
.loyalty-img {
	width: 393px;
	height: auto;
	object-fit: cover;
}
.loyalty-info {
	width: calc(100% - 393px - 25px);
}
.loyalty-info-text {
	margin-bottom: 32px;
}
.loyalty-info-table .sale-procent,
.loyalty-info-table .sale-sum {
	display: flex;
	gap: 4px;
	margin-top: 4px;
}
.loyalty-info-table .sale-procent div,
.loyalty-info-table .sale-sum div {
	border: 1px solid #BCBCBC;
	width: 136px;
	height: 97px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loyalty-info-table .sale-procent .head,
.loyalty-info-table .sale-sum .head {
	width: 206px;
	font-size: 16px;
	font-weight: 400;
}
.loyalty-info-table .sale-procent .item p {
	border: 1px solid #BCBCBC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.loyalty-info-table .sale-sum .item p {
	font-size: 16px;
	font-weight: 600;
}
/* INSTAGRAM */

#instagram {
	padding: 60px 0;
}
.instagram-info {
	display: flex;
	position: relative;
}
.instagram-info .img {
	width: 393px;
	height: 252px;
	object-fit: cover;
	margin-right: 25px;
}
.instagram-info .text {
	font-size: 20px;
	font-weight: 300;
}
.instagram-info .inst-button {
	position: absolute;
	left: 418px;
	bottom: 0;
}

/* FOOTER */

#footer {
	padding: 40px 0 0 0;
}
.footer-menu {
	display: flex;
	justify-content: space-between;
}
.footer-menu-item {
	width: 187px;
}
.footer-menu-item .head {
	color: #000;
	font-weight: 400;
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.footer-menu-item .list li {
	margin-bottom: 5px;
}
.footer-menu-item .list li:last-child {
	margin-bottom: 0;
}
.footer-menu-item .list li a {
	font-size: 16px;
	color: #000;
}
.footer-menu-item .contacts p,
.footer-menu-item .contacts a {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	display: block;
	width: max-content;
}
.footer-menu-item .contacts p {
	margin-bottom: 5px;
}
.footer-menu-item .contacts .telegram {
	padding-left: 30px;
	background: url("../img/contacts-tg-icon.svg") no-repeat center left;
}
.footer-menu-item .contacts .whatsapp {
	padding-left: 30px;
	background: url("../img/contacts-whatsapp-icon.svg") no-repeat center left;
}
.footer-menu-item .contacts .instagram {
	padding-left: 30px;
	background: url("../img/contacts-whatsapp-icon.svg") no-repeat center left;
}
.footer-bottom {
	padding: 25px 0 15px 0;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #D9D9D9;
}
.footer-bottom p {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 6px;
}

#page-in {
	padding: 200px 0 50px 0;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.woocommerce span.onsale {
	width: 22px !important;
	height: 28px !important;
	background: url(../img/hot-icon.png) no-repeat center center / 100% !important;
	position: absolute !important;
	top: 15px !important;
	left: 18px !important;
	z-index: 3 !important;
	font-size: 0px;
	padding: 0;
	min-height: initial;
	min-width: initial;
	border-radius: 0;
}

.e-con-inner {
	margin: 0 !important;
}
.woocommerce-MyAccount-navigation li a {
	font-size: 20px;
	font-weight: 500;
}
.woocommerce-MyAccount-navigation li {
	margin-bottom: 16px;
}
.woocommerce form .form-row input {
    border: 1px solid #6f6f6f;
    border-radius: 5px;
    width: 100%;
    padding: 13px 16px;
    font-size: 20px;
    margin-bottom: 10px !important;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}
.woocommerce form br {
	display: none !important;
}

.default-button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	margin: 10px 0;
}
.woocommerce-MyAccount-content br {
	display: none;
}

/* PRODUCT-IN */

#product-in {
	padding: 162px 0 96px 0;
}
#product-in .wrp {
	display: flex;
	justify-content: space-between;
}
.product-in-gallery {
	width: 544px;
	height: 680px;
	border-radius: 12px;
	background: rgba(30, 29, 29, 0.04);
	padding: 16px;
	display: flex;
}
.product-in-gallery .gallery-thumbs {
	width: 64px;
}
.product-in-gallery .gallery-thumbs .swiper-slide {
	border-radius: 8px;
	border: 1px solid transparent;
	overflow: hidden;
	cursor: pointer;
}
.product-in-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #1E1D1D;
}
.product-in-gallery .gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-in-gallery .gallery-main {
	width: calc(100% - 64px - 16px);
	border-radius: 8px;
	overflow: hidden;
}
.product-in-gallery .gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-in-gallery .prev,
.product-in-gallery .next,
.product-in-gallery .dots {
	display: none;
}

.product-in-info {
	width: calc(100% - 544px - 40px);
	padding-top: 32px;
	position: relative;
}
.product-in-info .article {
	color: #8B8B8B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 12px;
}
.product-in-info .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 16px;
}
.product-in-info .price {
	display: flex;
	align-items: center;
}
.product-in-info .price .new-price {
	margin-right: 18px;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 32px;
}
.product-in-info .price .old-price {
	color: #787878;
	font-size: 28px;
	font-weight: 400;
	text-decoration: line-through !important;
	margin-right: 9px;
}
.product-in-info .rating {
	padding-left: 20px;
	background: url("../img/star_filled.svg") no-repeat center left;
	position: absolute;
	right: 0;
	top: 32px;
	color: #8B8B8B;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.product-in-info .product .summary {
	position: relative;
	margin: 32px 0;
}
#product-in .product-in-info .single_add_to_cart_button {
	background: #1E1D1D url("../img/cart.svg") no-repeat center left 48px;
	border-radius: 32px;
	padding: 16px 48px 16px 80px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-right: 8px;
}
#product-in .single_add_to_wishlist {
    margin-top: 0;
}
#product-in .single_add_to_wishlist,
#product-in .single_add_to_wishlist span,
#product-in .yith-wcwl-add-button {
	font-size: 0px;
}
#product-in .yith-wcwl-add-button .separator,
#product-in .yith-wcwl-add-button .view-wishlist {
	display: none;
}
#product-in .yith-wcwl-add-button > a {
    width: 60px;
    height: 60px;
    font-size: 0px;
    z-index: 3;
    background: url(../img/wishlist-in.svg) no-repeat center center / 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 340px;
}
#product-in .product-in-info .delete_item {
	width: 60px;
	height: 60px;
	font-size: 0px;
	background: url("../img/wishlist-in-active.svg") no-repeat center center / 100%;
	display: block;
}
.woocommerce a.added_to_cart {
	display: none;
}

.product-in-info .faq {
	border-radius: 12px;
	background: rgba(30, 29, 29, 0.04);
	padding: 16px;
}
.product-in-info .faq-item {
	margin-top: 16px;
}
.product-in-info .faq-item:not(:last-child) {
	border-bottom: 1px solid rgba(30, 29, 29, 0.08);
}
.product-in-info .faq-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	cursor: pointer;
}
.product-in-info .faq-item-head span {
	width: calc(100% - 36px);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px; 
}
.product-in-info .faq-item-head svg {
	transition: .4s;
}
.product-in-info .faq-item-head.active svg {
	transform: rotate(180deg);
}
.product-in-info .faq-item-text {
	height: 0px;
	opacity: 0;
	transition: .4s;
	overflow: hidden;
}
.product-in-info .faq-item-text p {
	font-size: 14px;
}
.product-in-info .faq-item-head.active + .faq-item-text {
	height: auto;
	opacity: 1;
	padding-bottom: 25px;
}

#product-in-recc {
	padding-bottom: 50px;
}

.product-in-info .relation {
	margin-bottom: 40px;
}
.product-in-info-head {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.relation-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.relation-slider {
	width: calc(100% + 400px);
}
.relation-slider-nav {
	display: flex;
	align-items: center;
}
.relation-slider-nav .prev,
.relation-slider-nav .next {
	margin-left: 10px;
	cursor: pointer;
}
.relation-slider .swiper-slide {
	width: auto !important;
}
.mini-preview .catalog-item {
	display: flex;
	width: 100%;
}
.mini-preview .catalog-item-preview {
    width: 150px;
    height: 192px;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 10px;
}
.mini-preview .catalog-item-main {
	width: calc(100% - 162px);
}
.mini-preview .catalog-item-preview .add_to_cart_button {
	width: 28px;
	height: 32px;
}
.mini-preview .catalog-item-name {
	min-height: initial;
}

#search-in {
	padding: 220px 0 60px 0;
}

.woocommerce-pagination {
	margin-top: 40px;
}


/* КАРТОЧКА ТОВАРА */
.woocommerce div.product div.summary {
	margin-bottom: 0;
	float: none;
	width: 100%;
	margin-top: 0;
}
.quantity {
	display: none;
}

#pa_size,
.variations-item:nth-child(1) .radio-input-container label {
	display: none !important;
}
.variations-item {
	margin-bottom: 16px;
}
.variations-item .label label:after {
	content: ":";
}
.woocommerce div.product form.cart .variations label {
	font-size: 20px;
	display: block;
	margin-bottom: 8px;
}
.select_box_colorpicker {
	display: flex;
}
.select_option_colorpicker {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    transition: .4s;
}
.select_box:not( .on_ptab ) .select_option:hover {
    border-color: #1E1D1D;
}
.select_option_colorpicker.selected {
	border: 1px solid #1E1D1D;
}
.yith_wccl_value_wrapper {
	display: block;
	width: 100%;
	height: 100%;
}
.yith_wccl_value {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
}
.variations .radio-input-container {
	display: flex;
	gap: 4px;
}
.woocommerce div.product form.cart .variations .radio-input-container label {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	transition: .4s;
	border-radius: 50%;
	background: var(--dark_middle, rgba(30, 29, 29, 0.08));
	font-size: 14px;
	font-weight: 500;
	color: #8B8B8B;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.woocommerce div.product form.cart .variations .radio-input-container label.active {
	border: 1px solid #1E1D1D;
	color: #1E1D1D;
}
.reset_variations {
	display: none !important;
}
.woocommerce-variation .woocommerce-Price-amount {
	display: none;
}
.single_variation_wrap .quantity {
	display: none !important;
}

.product-in-info .woocommerce-notices-wrapper {
	display: none;
}

#product-in-recc .catalog {
	gap: 21px;
}
#product-in-recc .catalog-item {
	width: calc(100%/4 - 48px/3);
	border-radius: 12px;
	background: var(--dark_light, rgba(30, 29, 29, 0.04));
	padding: 8px 8px 12px 8px;
}
#product-in-recc .catalog-item-preview {
	border-radius: 8px;
	background: #fff;
	height: 456px;
}
#product-in-recc .catalog-item-preview:before,
#product-in-recc .catalog-item-preview:after {
	display: none;
}
#product-in-recc .catalog-item-name {
	min-height: initial;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 700;
	padding: 0 8px;
}
#product-in-recc .catalog-item-price {
	padding: 0 8px;
}