@media only screen and (max-width: 1199.98px) {

	.product-item-grid {
		
	}

	.product-item {
    	
  	}
	
}

@media only screen and (max-width: 991.98px) {

	.wrapper {
	}

	.main-header {
		padding: 2rem 2rem !important;
	}

	.product-item-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.product {
	    gap: 2rem !important;
  	}

  	.product-images {
  		flex: 1 !important;
  	}

  	.product-details {
  		flex: 1 !important;
  	}

  	.lookbook-images__item {
		flex: 1 1 50% !important;
	}


  	.fullscreen-overlay-x {
  		right: 2rem !important;
  	}

  	.policies {
  		gap: 4rem !important;
  	}

  	.mini-cart-header {
  		padding: 0 2rem !important;
  	}

  	.mini-cart-items {
		padding: 2rem !important;
	}

	.mini-cart-footer {
	}

  	.cart {
	    gap: 4rem !important;
  	}

  	.cart-content {
    	width: 60% !important;
  	}

  	.cart-aside {
	    width: 40% !important;
  	}

}

@media only screen and (max-width: 767.98px) {

	html,
	body {
	font-size: 9px !important;
	}

	.cookie-popup {
		display: block !important;
	}

	.cookie-popup__message {
		width: 100% !important;
		margin-bottom: 2rem;

	}

	.cookie-popup__actions {
		width: 100% !important; 
	}

	.time {
		display: none;
		top: 5.5rem !important;
	}

	.main-header-wrapper {
		justify-content: space-between !important;

	}

	.main-header-logo {
		flex: none !important;
		display: inline-block !important;
	}

	.main-header-nav {
		flex: none !important;
		flex-grow: 100 !important;
	}

	.main-header-menu-toggle {
		display: block !important;
	}

	.main-header-nav-1 ul {
		display: none !important;
	}

	.mobile-menu {
		width: calc(100vw + 1px ) !important;
	}

	.product-item-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 4rem 1rem !important;
	}

	.product-item img {
		margin-bottom: 1rem;
	}

	.product-item__info {
		position: static !important;
		display: block !important;
		padding: 0 !important;
	}

	.product-item__info__title {
		margin-bottom: 0.25rem;
	}

	.product {
		display: block !important;
		gap: 0 !important;
	}

	.product-images,
	.product-details {
		width: 100% !important;
		margin-bottom: 2rem;
		height: fit-content !important;

	}

	.product-images {
		margin-bottom: 0 !important;
	}

	.product-details-container {
		position: static !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
    	margin-right: 0 !important;
		top: auto !important;
		transform: translateY(0) !important;
	}

	.product-images-wrapper {
		display: none;
	}

	.swiper-container {
		display: block !important;
	}

	.lookbook-images__item {
		flex: 1 1 100% !important;
	}

	.policies {
		display: block !important;
	}

	.policies__menu {
		position: static !important;
		margin-bottom: 4rem;
	}

	.cart {
		display: block !important;
	}

	.cart-content,
	.cart-aside {
		width: 100% !important;
	}

	.cart-content {
		margin-bottom: 4rem;
	}

	.cart-item {
		padding: 0 !important;
		padding-bottom: 2rem !important;
	}

	.mini-cart {
		width: calc(100vw + 1px ) !important;
	}

	.newsletter {
		width: 100% !important;
	}

	.newsletter-form__disclaimer {
		text-align: center;
	}

	.main-footer-copyright {
		flex-direction: column-reverse;
		gap: 2rem;
	}

}