/* <------- FONTS AND ICONS -------> */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* <------- BASE -------> */
* {
	scroll-behavior: smooth;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

ul,
ol,
li {
	list-style: none;
}

a {
	display: flex;
	text-decoration: none;
	color: inherit;
}

input,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-size: inherit;
	color: inherit;
	border: none;
	background-color: transparent;
}

input:focus,
textarea:focus {
	outline: none;
}

button {
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #252525;
}

.swiper .swiper-notification {
	display: none;
}

.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	justify-content: center !important;
}

.yith-wcwl-add-to-wishlist-button svg {
	stroke: #fff;
}

.yith-wcwl-add-to-wishlist-button--added svg {
	fill: #fff;
}

.yith-add-to-wishlist-button-block {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.yith-wcwl-add-to-wishlist-button {
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

.yith-wcwl-icon {
	width: 22px !important;
	height: 22px !important;
}

.product__favorites .yith-wcwl-add-to-wishlist-button:is(button) svg,
.product__favorites .yith-wcwl-add-to-wishlist-button:is(button) img {
	width: 22px !important;
	height: 22px !important;
	cursor: pointer;
}

.card__favorites .yith-wcwl-add-to-wishlist-button:is(button) svg,
.card__favorites .yith-wcwl-add-to-wishlist-button:is(button) img {
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1570px;
}

.heading {
	font-size: 32px;
	font-weight: 500;
}

.primary-btn {
	background-color: #00acd5;
	color: #fff;
	transition: background-color 200ms ease-out;
}

.primary-btn:hover {
	background-color: #0087a7;
}

.primary-btn-border {
	border-radius: 9999px;
	border: 1px solid #e42e9c;
	color: #e42e9c;
	transition:
		border-color 250ms ease-out,
		background-color 250ms ease-out,
		color 250ms ease-out;
}

.primary-btn-border:hover {
	border-color: #f621a1;
	background-color: #f621a1;
	color: #fff;
}

.hidden {
	display: none;
}

/* <------- HEADER -------> */
.header {
	position: relative;
	font-size: 14px;
	padding-bottom: 20px;
}
.header,
.header__top {
	border-bottom: 1px solid #e6e9f0;
}
.header__top-wrapper,
.header__content-wrapper {
	display: flex;
	align-items: center;
}
.header__top-wrapper {
	height: 80px;
}
.header__top-menu svg {
	width: 24px;
	height: 24px;
}
.header__identity {
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 40px;
	border-right: 1px solid #e6e9f0;
}
.header__logo > img {
	min-width: 120px;
	max-width: 180px;
	max-height: 60px;
}
.header__top-slider {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 0 50px;
	display: flex;
	align-items: center;
	border-right: 1px solid #e6e9f0;
}
.header__top-slider,
.header__top-swiper {
	width: 100%;
}
.header__top-menu {
	width: 100%;
	height: 100%;
}
.header__top-menu li {
	width: fit-content;
}
.header__menu {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.header__menu a {
	transition: color 200ms linear;
}
.header__menu a:hover {
	color: #00acd5;
}
.header__menu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	row-gap: 15px;
}
.header__contact {
	height: 100%;
	min-width: fit-content;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding-left: 40px;
	white-space: nowrap;
}
.header__contact > i {
	font-size: 20px;
}
.header__contact-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
}
.header__contact-phone {
	font-weight: 700;
	transition: color 200ms linear;
}
.header__contact-phone:hover {
	color: #00acd5;
}
.header__contact-toggle {
	cursor: pointer;
	font-weight: 500;
	color: #949cad;
	transition: color 200ms linear;
}
.header__contact-dropdown {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	transform: translateY(100%);
	padding-top: 8px;
	border-radius: 4px;
	transition: opacity 250ms ease-out;
}
.header__contact-methods:hover .header__contact-toggle {
	color: #252525;
}
.header__contact-methods:hover .header__contact-dropdown {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.header__contact-list {
	min-width: 200px;
	padding: 14px 0 14px 0;
	border: 1px solid #e6e9f0;
	border-radius: inherit;
	box-shadow: 0px 4px 20px 0px rgba(118, 118, 132, 0.25);
	background-color: #ffffff;
}
.header__contact-link {
	font-weight: 500;
	padding: 12px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 200ms linear;
}
.header__contact-link:hover {
	background-color: #f3f3f5;
}
.header__content-wrapper {
	gap: 40px;
	padding-top: 20px;
}
.header__catalog {
	min-width: 210px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 500;
	border-radius: 4px;
}
.header__catalog > i {
	font-size: 16px;
}
.header__search {
	width: 100%;
	height: 50px;
	display: flex;
	border-radius: 4px;
	background-color: #f3f3f5;
	border: 1px solid transparent;
	transition: border-color 200ms linear;
}
.header__search-field {
	width: 100%;
	padding: 14px 24px;
	font-size: 14px;
	color: #000;
}
.header__search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.header__search-submit > i {
	font-size: 20px;
	color: #00acd5;
}
.header__search:hover {
	border-color: #dddde4;
}
.header__search:focus-within {
	border-color: #00acd5;
}
.header__buttons {
	display: flex;
	gap: 15px;
}
.header__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	border-radius: 50%;
	background-color: #f3f3f5;
	transition: background-color 200ms linear;
}
.header__button:hover {
	background-color: #ebeced;
}
.header__button .xoo-wsc-sc-subt {
	display: none;
}
.header__button .xoo-wsc-sc-bkcont {
	display: flex;
	align-items: flex-end;
	margin: 0;
}
.header__button:first-child > i {
	font-size: 20px;
}
.header__button:nth-child(2) > i {
	font-size: 22px;
}
.header__button .xoo-wsc-sc-bki {
	font-size: 24px;
}
.header__bottom {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: calc(100% - 20px);
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px 0;
	background-color: #fff;
	border-bottom: 1px solid #e6e9f0;
	transition: opacity 250ms ease-out;
}
.header__bottom-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 20px;
	column-gap: 40px;
}
.header__bottom-item {
	overflow: hidden;
}
.header__bottom-link {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header__bottom.opened {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.header__top-prev,
.header__top-next {
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0;
	border-radius: 50%;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.header__top-prev {
	left: 10px;
}
.header__top-next {
	right: 10px;
}
.header__top-prev > i,
.header__top-next > i {
	font-size: 13px;
}

/* <------- FOOTER -------> */
.footer {
	background-color: #f3f3f5;
}
.footer a {
	transition: color 250ms linear;
}
.footer a:hover {
	color: #00acd5;
}
.footer__top-wrapper {
	border-top: 1px solid #e6e9f0;
	padding: 40px 0;
}
.footer__top-wrapper,
.footer__swiper {
	width: 100%;
	overflow: hidden;
}
.footer__pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -20px !important;
	z-index: 2;
}
.footer__pagination > span {
	width: 20px;
	height: 4px;
	border-radius: 9999px;
	background-color: #252525;
	opacity: 0.1;
	transition: opacity 200ms linear;
}
.footer__pagination > span.swiper-pagination-bullet-active {
	opacity: 1;
}
.footer__advantage {
	display: flex !important;
	align-items: center;
	gap: 15px;
}
.footer__advantage-icon {
	min-width: 80px;
	max-width: 80px;
	min-height: 80px;
	max-height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.footer__advantage-icon > img {
	width: 55px;
	height: 55px;
}
.footer__advantage-heading {
	font-weight: 600;
	margin-bottom: 8px;
}
.footer__advantage-description {
	font-size: 14px;
}
.footer__slider {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.footer__prev,
.footer__next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	margin: auto 0;
	min-width: 46px;
	max-width: 46px;
	min-height: 46px;
	max-height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.footer__prev {
	left: 32px;
}
.footer__next {
	right: 32px;
}
.footer__prev > i,
.footer__next > i {
	font-size: 18px;
}
.footer__content {
	border-top: 1px solid #e6e9f0;
}
.footer__content-wrapper {
	display: flex;
	row-gap: 50px;
	column-gap: 100px;
}
.footer__info,
.footer__cols {
	padding: 100px 0;
}
.footer__info {
	max-width: 450px;
	min-width: 450px;
	padding-right: 100px;
	border-right: 1px solid #e6e9f0;
}
.footer__info-logo > img {
	max-width: 180px;
	max-height: 70px;
}
.footer__info-name {
	font-size: 15px;
	font-weight: 600;
}
.footer__terms {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	font-size: 14px;
}
.footer__cols {
	width: 100%;
	display: flex;
	justify-content: space-between;
	row-gap: 50px;
	column-gap: 100px;
}
.footer__col {
	width: 100%;
}
.footer__col-heading {
	font-weight: 700;
	margin-bottom: 16px;
}
.footer__col-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
}
.footer__bottom {
	border-top: 1px solid #e6e9f0;
}
.footer__bottom-wrapper {
	padding: 18px 0;
}
.footer__bottom-copy {
	font-size: 14px;
	color: #93939d;
}

/* <------- POPUP -------> */
.popup {
	width: 100%;
	height: 100%;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.3);
	animation: fadeIn 0.4s forwards;
}
.popup__modal {
	padding: 30px;
	max-width: 700px;
	width: 100%;
	max-height: 100%;
	border-radius: 10px;
	background-color: #fff;
	overflow: auto;
	animation: popupFadeIn 0.4s forwards;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes popupFadeIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}
	60% {
		transform: scale(1.05);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.popup__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 20px;
}
.popup__close > i {
	font-size: 25px;
	cursor: pointer;
}
.popup__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.popup__form-input {
	height: 45px;
}
.popup__form-textarea {
	min-height: 150px;
	max-height: 150px;
}
.popup__form-input {
	padding: 0 15px;
}
.popup__form-textarea {
	padding: 15px;
}
.popup__form-input,
.popup__form-textarea {
	font-size: 15px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.popup__form-loader,
.popup__form-submit {
	align-items: center;
	justify-content: center;
	min-width: 130px;
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	border-radius: 5px;
}
.popup__form-submit:not(.hidden),
.popup__form-loader:not(.hidden) {
	display: flex;
}
.popup__form-loader > svg {
	width: 24px;
	height: 24px;
}
.popup__message {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #f30f0f;
}

/* <------- BREADCRUMB -------> */
.breadcrumb {
	flex-wrap: wrap;
}
.breadcrumb,
.breadcrumb__item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb__item {
	font-size: 14px;
	color: #787887;
}
.breadcrumb__item-separator {
	font-size: 17px;
}
.breadcrumb__item-current {
	color: #252525;
	font-weight: 500;
}
.breadcrumb__item-link {
	position: relative;
	transition: color 250ms linear;
}
.breadcrumb__item-link:hover {
	color: #00acd5;
}

@media (max-width: 1200px) {
	.breadcrumb,
	.breadcrumb__item {
		gap: 7px;
	}
}

@media (max-width: 1200px) {
	.breadcrumb__item {
		font-size: 13px;
	}
}

/* <------- PAGINATION -------> */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
}
.pagination__button,
.pagination__current,
.pagination__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 4px;
}
.pagination__current {
	background-color: #f3f3f5;
}
.pagination__button {
	background-color: #00acd5;
	color: #fff;
	transition: background-color 250ms ease-out;
}
.pagination__button:hover {
	background-color: #125cb8;
}
