@media (max-width: 1000px) {
	header {
		width: 100%;
		height: 80px;
		left: 0;
		background: #fff;
		border-bottom: 1px solid var(--light);
		box-shadow: 0 0 25px rgba(0,0,0,.1);
	}
	
	#search-holder {
		position: absolute;
		top: 80px;
	}
	
	#results a {
		font-size: 14px;
	}
	
	.wedding {
		aspect-ratio: 10/9;	
	}
	
	.on-desktop {
		display: none;
	}
	
	.detail {
		padding-top: 0;
	}
	
	.blank-space {
		height: 200px;
	}
	
	.drobeckova {
		width: 100%;
		overflow: scroll;
		white-space: nowrap;
	}
	
	.price-detail-box__tabs {
		flex-flow: column;
		height: auto;
	}
	
	.pdb-tab {
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
	
	.pdb-wrapper .d-flex {
		display: block;
	}
	
	.pdb-wrapper .d-flex .div-input:nth-child(1) {
		width: 120px !important;
		float: left;
	}
	
	.pdb-wrapper .d-flex .div-input:nth-child(2) {
		width: calc(100% - 121px) !important;
		float: left;
		border-right: 1px solid var(--gray);
	}
	
	.detail form select,
	.detail form input {
		width: 100%;
	}
	
	.detail form button {
		width: 100%;
		margin-top: 20px;
		border-radius: 35px !important;
	}
	
	.col-half table {
		margin-top: 15px;
	}
	
	.circle-blue {
		right: 70px;
		left: auto;
	}
	
	.floating-cup {
		margin-top: 40px;
	}
	
	.col-40,
	.col-60 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.no-mobile {
		display: none;
	}
	
	.other-pages header {
		position: fixed;
	}
	
	.clear-bottom {
		margin-bottom: 200px;
	}
	
	.category-icons {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.products-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.product {
		height: 380px;
	}
	
	.product-info-price {
		padding: 0;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		line-height: 1.4;
	}
	
	.product img {
		height: 140px;
	}
	
	.product-info {
		padding: 10px;
		padding-top: 0;
	}
	
	.product-info h2 {
		height: 40px;
		overflow: clip;
		font-size: 14px;
		text-overflow: ellipsis;
	}
	
	.product-info .button {
		font-size: 13px;
	}
	
	.banner-product h2 {
		font-size: 21px;
		line-height: 1.5;
	}
	
	.banner-product .button {
		font-size: 13px;
	}
	
	.ecommerce-navbar__links {
		display: block;
		padding: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255,255,255,.5);
	}
	
	.ecommerce-navbar__actions {
		height: 50px;
		margin-top: 30px;
		justify-content: end;
		padding-right: 70px;
	}
	
	.ecommerce-navbar {
		display: none;
	}
	
	.icon-cart,
	.icon-search,
	.icon-user {
		background-size: 35px;
	}
	
	.i {
		width: 38px;
	}
	
	.cats-banner {
		margin-top: 80px;
		padding: 25px 0;
	}
	
	.cats-banner__image {
		width: 100%;
		max-width: 500px;
		min-width: 100%;
		margin-top: 50px;
	}
	
	.before-header {
		display: none;
	}
	
	.logo {
		width: 195px;
		height: 50px;
		top: 30px;
		position: relative;
		background-size: 80%;
		margin-left: -10px;
	}
	
	.menu {
		width: 100%;
		position: fixed;
		height: 100%;
		overflow: scroll;
		opacity: 0;
		box-sizing: border-box;
		padding: 25px !important;
		padding-bottom: 100px !important;
		text-align: left;
		pointer-events: none;
	}
	
	.menu.active {
		opacity: 1;
		pointer-events: all;
		top: 80px;
		display: block;
	}
	
	.menu a {
		display: block;
		width: 100%;
		font-weight: bold;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	
	.menu .btn {
		max-width: 130px;
		display: inline-block;
	}
	
	.navbar__info {
		width: 100%;
		position: fixed;
		top: 0;
		font-size: 12px;
	}
	
	.navbar__info span {
		width: 100%;
		justify-content: space-around;
	}
	
	.navbar__info a {
		text-decoration: none;
		color: #fff !important;
	}
	
	.navbar__info span:first-child {
		display: none;
	}
	
	.navbar {
		width: 100%;
	}
	
	.menu-bar {
		background: var(--red);
		width: 55px;
		height: 40px;
		display: block;
		position: fixed;
		right: 10px;
		top: 35px;
		cursor: pointer;
		border-radius: 0px 10px 10px 10px;
	}
	
	.menu-bar:before {
		content: 'MENU';
		font-size: 12px;
		text-align: center;
		width: 100%;
		line-height: 40px;
		color: #fff;
		display: block;
		font-weight: bold;
	}
	
	.banner {
		width: calc(100% - 20px);
		height: 500px;
	}
	
	.banner h1 {
		font-size: 24px;
	}
	
	.section-categories {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.whole-page {
		width: calc(100% - 20px);
	}
	
	.white-box {
		position: static;
	}
	
	.circle-midd::before {
		height: 200px;
		top: -44%;
	}
	
	.circle-midd::after {
		width: 80px;
		bottom: auto;
		top: -120px;
		display: none;
	}
	
	.wp-bottom-margin {
		margin-bottom: 600px;
	}
	
	.block-title {
		font-size: 21px;
	}
	
	.whole-page blockquote {
		margin: 0;
		top: 380px;
	}
	
	.whole-page.green-bg {
		height: 500px;
	}
	
	h2 {
		font-size: 21px;
	}
	
	.col-half {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	
	.half-50gap p {
		font-size: 14px;
	}
	
	.d-flex {
		flex-wrap: wrap;
	}
	
	.circle-1 {
		left: -20%;
	}
	
	.circle-3 {
		width: 140px;
		height: 140px;
	}
	
	.circle-5 {
		left: -25%;
	}
	
	.circle-6 {
		display: none;
	}

	.circle-7 {
		width: 300px;
		height: 300px;
		top: 500px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.circle-8 {
		width: 140px;
		height: 140px;
		top: 350px;
		left: auto;
		right: 10px;
	}
	
	.circle-9,
	.circle-2 {
		display: none;
	}
	
	.video-button {
		top: 80%;
		left: 35%;
	}
	
	.circle-container {
		height: 600px;
	}
	
	.contact-box {
		display: none;
	}
	
	footer {
		width: calc(100% - 20px);
		height: auto;
		padding-bottom: 10px;
	}
	
	.hot-links {
		display: none;
	}
	
	.footer-nav {
		display: block;
	}
	
	.footer-bottom {
		display: block;
		text-align: center;
	}
	
	.social-icons {
		justify-content: center;
		margin-top: 20px;
	}
	
	.contact--box--pointer::before {
		right: -25px;
	}
	
	.mt-150 {
		margin-top: 100px !important;
	}
}

@media (min-width: 1001px) and (max-width: 1240px) {
	.logo {
		width: 160px;
		background-size: 130px;
	}
	
	.navbar {
		width: calc(100% - 160px);
	}
	
	.menu a,
	.ecommerce-navbar__links a {
		font-size: 14px;
	}
	
	.hot-links {
		font-size: 13px;
	}
	
	.hot-links img {
		width: 130px;
	}
}

@media (min-width: 1001px) {
	.on-mobile {
		display: none;
	}
}

@media (max-width: 850px) {
	.col--3 {
		width: 100% !important;
		box-sizing: border-box;
	}
}

@media (max-width: 520px) {
	.wedding {
		box-sizing: border-box;
		padding: 15px;
		aspect-ratio: 7/9;	
	}
	
	.category-icons {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.detail-product h1 {
		font-size: 24px;
	}
	
	#notify {
		top: 79px;
		margin-left: 10px;
	}
	
	#notify:before {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent var(--blue) transparent;
		transform: rotate(0deg);
		top: -5px;
		bottom: auto;
		left: auto;
		right: 20px;
	}
	
	.helpdesk {
		right: 10px;
		bottom: 10px;
	}
	
	.helpdesk--image {
		width: 90px;
		height: 90px;
	}
}