@media screen and (max-width: 1650px) {
	.main-btn {
		height: 54px;
	}
	.main-btn span {
		font-size: 16px;
	}
	.mega-menu-right {
		margin-right: 0;
	}
	.mega-menu-left,
	.bottom-header__inner .logo-wrap {
		gap: 50px;
	}
	.mega-menu-right {
		max-width: 400px;
	}
	.footer__logo {
		width: 175px;
		aspect-ratio: 209 / 65;
		height: unset;
	}
	.footer-menu__title {
		font-size: 16px;
	}
	.footer-form {
		width: 35vw;
	}
	.footer-form__subtitle {
		font-size: 16px;
		margin-top: 10px;
	}
	.footer-from__title {
		font-size: 18px;
	}
	.main-title {
		font-size: 45px;
	}
	.form-input,
	.form-input::placeholder {
		font-size: 16px;
	}
	.product-card__price,
	.product-card__title {
		font-size: 16px;
	}
	.product-card__sale-price {
		font-size: 14px;
		text-align: right;
	}
	.in-stock {
		font-size: 14px;
		padding: 5px 12px;
	}
	.product-card__btns .product-card__cart-btn {
		height: 54px;
		border-radius: 30px;
		flex: 0.4;
	}
	.product-card__cart-btn svg {
		width: 18px;
		height: auto;
	}
	.product-card__tag {
		font-size: 10px;
		padding: 8px 12px;
	}
	.product-card__btns .product-card__btn {
		flex: 0.6;
	}
	.product-card__tags {
		flex-wrap: wrap;
		gap: 5px;
	}
	.mk-search-modal__content {
		padding-top: 40px;
	}
	.mk-search-modal__h2 {
		font-size: 32px;
	}
	.mk-search-close {
		font-size: 16px;
	}
	.mk-search-close span {
		font-size: 16px;
	}
	.mk-product-content h3,
	.mk-product-price1 {
		font-size: 18px;
	}
	.mk-product-price-full {
		font-size: 14px;
	}
	.mk-search-input {
		padding: 15px;
	}
	.mk-search-input,
	.mk-search-input::placeholder {
		font-size: 20px;
	}
}

@media screen and (max-width: 1400px) {
	.top-header__nav {
		gap: 15px;
	}
	.mega-menu-nav__link span {
		font-size: 18px;
	}
	.top-header__wrap {
		gap: 40px;
	}
	.top-header__inner > div {
		gap: 60px;
	}

	.section-margin {
		margin-top: 100px;
	}
	.footer-from__title {
		font-size: 16px;
	}
	.form-input {
		padding: 10px 16px;
	}
	.product-card {
		gap: 10px;
		padding: 10px 10px 0px;
	}
	.product-card__wishlist {
		top: 10px;
		right: 10px;
	}
	.product-card__info {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.product-card__info-b {
		align-items: flex-start;
	}
}
@media screen and (max-width: 1220px) {
	.product-card__title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.form-input,
	.form-input::placeholder {
		font-size: 14px;
	}
	.container {
		padding: 0px 20px;
	}
	.bottom-header__nav {
		gap: 30px;
	}
	.main-btn span {
		font-size: 14px;
	}
	.footer-form__subtitle {
		font-size: 14px;
	}
	.footer__span,
	.footer__link {
		font-size: 14px;
	}
	.footer__start {
		gap: 20px;
		justify-content: space-between;
		padding-right: 30px;
	}
	.main-title {
		font-size: 40px;
	}
	.product-card__info-b,
	.product-card--temp2 .product-card__info-b {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.cart-notice {
		right: 20px;
	}
	.cart-notice {
		font-size: 18px;
		max-width: 300px;
	}
}

@media screen and (max-width: 1044px) {
	.home-slider__nav-btn {
		width: 43px;
		height: 43px;
	}
	.home-slider__slide-nav {
		gap: 10px;
	}
	.home-slider__nav-btn svg {
		width: 19px;
		height: 19px;
	}
	.mega-menu-left,
	.bottom-header__inner .logo-wrap {
		gap: 30px;
	}
	.top-header__nav-link,
	.bottom-header__link {
		font-size: 12px;
	}
	.open-search-btn,
	.header__search {
		width: 210px;
	}
	.footer-from__wrap form {
		gap: 10px;
	}
	.logo {
		width: 104px;
		height: 30px;
	}
	.logo svg {
		width: 100%;
		height: 100%;
	}
	.mega-menu-right {
		max-width: 330px;
	}
	.mega-menu-nav__link span {
		font-size: 16px;
	}
	.mega-menu-nav__link svg {
		width: 14px;
		height: 15px;
	}
	.payments {
		gap: 10px;
	}
	.mk-search-modal {
		width: 550px;
	}
	.mk-search-input,
	.mk-search-input::placeholder {
		font-size: 18px;
	}
	.mk-article-link span {
		font-size: 18px;
	}
}

@media screen and (max-width: 840px) {
	.mk-search-modal {
		width: 100%;
	}
	.mega-menu-wrap {
		display: none;
	}
	.main-header .bottom-header__inner::after {
		display: none;
	}
	.main-header.mega-menu--opened .mega-menu-wrap--overlay {
		display: none;
	}
	.footer__end {
		flex-direction: column;
		gap: 20px;
	}
	.footer-form {
		width: 100%;
	}
	.footer-from__socials {
		margin-top: 10px;
		justify-content: flex-start;
	}
	.footer-contacts {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.footer-contacts__links {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer__start {
		flex-direction: column;
	}
	.footer-menu__title {
		font-size: 14px;
	}
	.main-title {
		font-size: 30px;
	}
	.other-products .main-title {
		font-size: 26px;
	}
	.bottom-header__nav {
		display: none;
	}
	.header__search-wrap {
		display: none;
	}
	.top-header {
		display: none;
	}
	.hero-margin {
		margin-top: 74px;
	}
	.main-btn--with-links span {
		gap: 5px;
	}
	.main-btn--with-links span svg {
		width: 15px;
		height: 15px;
	}
	.main-btn span {
		font-size: 14px;
	}
	.header__burger {
		display: block;
	}
	.mobile-menu {
		display: block;
	}
	.mk-search-modal {
		padding: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.custom-breadcrumbs {
		margin-bottom: 20px;
	}
	.product-card__btns .product-card__cart-btn,
	.main-btn {
		height: 46px;
	}
	.footer__top {
		grid-template-columns: 1fr;
	}
	.section-margin {
		margin-top: 70px;
	}
	.footer__start {
		flex-direction: row;
		gap: 20px;
		justify-content: flex-start;
		padding-right: 0;
		border-bottom: 1px solid var(--dark);
	}
	.footer__end {
		padding-left: 0px;
		border-left: none;
	}
	.footer-contacts {
		flex-wrap: wrap;
	}
	.footer__bottom {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.footer-payments {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding-left: 0;
	}
	.footer {
		padding-bottom: 20px;
	}

	.custom-breadcrumbs .rank-math-breadcrumb p > a,
	.custom-breadcrumbs .rank-math-breadcrumb p > span {
		font-size: 10px;
	}
}

@media screen and (max-width: 550px) {
	.footer-from__wrap form {
		flex-direction: column;
		display: flex;
	}
	.footer-contacts {
		flex-direction: column;
	}
	.footer__end {
		gap: 40px;
	}
	.mk-article-link {
		padding: 10px;
	}
	.mk-product-result {
		padding: 10px;
	}
	.mk-search-modal__content > .mk-search-input,
	.mk-search-modal__content > .mk-search-modal__heading,
	.mk-search-modal__content .mk-search-title {
		margin-left: 10px;
		margin-right: 10px;
	}
	.mk-product-content h3,
	.mk-product-price1 {
		font-size: 16px;
	}
	.mk-product-price-full {
		font-size: 12px;
	}
	.mk-product-image {
		width: 110px;
		height: 110px;
		padding: 5px;
	}
	.cart-notice {
		font-size: 16px;
	}
	.custom-breadcrumbs .rank-math-breadcrumb p > a,
	.custom-breadcrumbs .rank-math-breadcrumb p > span {
		font-size: 8px;
		padding: 5px 8px 5px 22px;
	}
	.custom-breadcrumbs .rank-math-breadcrumb p > :nth-child(1) {
		padding-right: 13px;
		padding-left: 13px;
	}
	.product-card__info-b {
		justify-content: flex-start;
	}
	.mk-product-price1 {
		white-space: nowrap;
	}
	.mk-product-content .in-stock {
		width: fit-content;
		font-size: 10px;
		padding: 3px 7px;
		height: fit-content;
	}
	.in-stock {
		padding: 7px 10px;
	}
	.product-card.product-card--temp2 {
		padding: 0;
	}
	.other-products__self > :nth-child(even) {
		padding: 5px 0px 0px 5px;
	}
	.other-products__self > :nth-child(odd) {
		padding: 5px 5px 0px 0px;
	}
	.product-card__price,
	.product-card__title {
		font-size: 14px;
	}
	.product-card.product-card--temp2 .product-card__cart-btn,
	.product-card.product-card--temp2 .main-btn {
		height: 30px;
	}
	.product-card.product-card--temp2 .product-card__btn {
		flex: 0.7;
	}
	.product-card.product-card--temp2 .product-card__cart-btn {
		flex: 0.3;
	}
	.product-card.product-card--temp2 .product-card__cart-btn svg {
		width: 10px;
		height: 12px;
	}
	.product-card.product-card--temp2 .main-btn span {
		font-size: 12px;
	}
	.product-card--temp2 .product-card__info {
		gap: 5px;
	}
	.product-card.product-card--temp2 .product-card__wishlist {
		width: 20px;
		height: 20px;
		top: 5px;
		right: 5px;
	}
	.product-card.product-card--temp2 .product-card__wishlist svg {
		width: 10px;
		height: 10px;
	}
	.product-card.product-card--temp2 .product-card__tags {
		width: calc(100% - 30px);
	}
	.product-card.product-card--temp2 a.add_to_wishlist {
		display: flex;
		height: 100%;
	}
	.product-card__sale-price {
		font-size: 12px;
	}
	.product-card.product-card--temp2 .product-card__tag {
		font-size: 10px;
		padding: 3px 8px;
	}
	.other-products__self .product-card.product-card--temp2 .in-stock {
		font-size: 12px;
		padding: 3px 9px;
	}

	.mk-product-result {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto auto;
		gap: 5px;
		align-items: start;
	}
	.mk-product-image {
		grid-row: span 3;
	}
	.mk-product-price {
		flex-direction: row;
		gap: 5px;
		align-items: center;
	}
	.mk-product-content {
		display: contents;
	}
	.mk-product-content .in-stock {
		order: 1;
	}
	.mk-product-content h3,
	.mk-product-price1 {
		font-size: 14px;
	}
	.footer-contacts__links {
		flex-direction: column;
	}
}
