@media ( min-width : 1920px) {
	
}

@media ( max-width : 1680px) {
	
}

@media ( max-width : 1480px) {
	
}

@media ( max-width : 1340px) {
	
}

@media ( max-width : 1280px) {
	
}

@media ( max-width : 1200px) {
	
}

@media ( max-width : 1024px) {

}

@media ( max-width : 768px) {
	.container {
		padding: 0 20px;
	}

	/* DISPLAY & ALIGNMENT */
	.flex {
		flex-direction: column;
	}
	.none-m {
		display: none !important;
	}
	.block-m {
		display: block !important;
	}
	.flex-m {
		display: flex !important;
	}
	
	.fd-r-m {
		flex-direction: row !important;
	}
	.fd-cr-m {
		flex-direction: column-reverse;
	}
	
	.ai-fs-m {
		align-items: flex-start !important;
	}
	.ai-c-m {
		align-items: center !important;
	}
	
	/* WIDTHS */
	.w-100-m {
		width: 100%;
	}
	.w-50-m {
		width: 50%;
	}
	
	/* HEIGHTS */
	.h-100 {
		height: auto;
	}
	.h-100-m {
		height: 100%;
	}

	/* TYPOGRAPHY */
	h1 br, .h1 br,
	h2 br, .h2 br,
	h3 br, .h3 br,
	h4 br, .h4 br,
	h5 br, .h5 br,
	h6 br, .h6 br,
	p br {
		display: none;
	}
	
	h1, .h1 {
		font-size: 38px;
		line-height: 46px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 26px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	
	.ta-c-m {
		text-align: center;
	}
	
	/* MARGINS */
	.m-0-m {
		margin: 0 !important;
	}
	
	/* SPACERS */
	hr {
		min-height: 0 !important;
	}
	
	/* COLUMNS */
	.grid[column-count="2"] {
	    grid-template-columns: repeat(1, 1fr);
	}
	.grid[column-count="3"],
	.grid[column-count="4"] {
	    grid-template-columns: repeat(2, 1fr);
	}
	.grid[column-count="5"],
	.grid[column-count="6"] {
	    grid-template-columns: repeat(3, 1fr);
	}
	.grid[column-count="7"],
	.grid[column-count="8"] {
	    grid-template-columns: repeat(4, 1fr);
	}
	
	/* NAV */
	nav .container:after {
		left: 20px;
		max-width: calc(100% - 40px);
	}
	nav .container ul {
		position: fixed;
        top: 96px;
        left: 0;
        align-items: flex-end;
        width: 100%;
        padding: 20px;
        background: var(--white);
        border-bottom: 1px solid var(--gray-200);
        z-index: 10;
    }
    nav .container ul li {
    	margin-right: 0;
    	margin-top: 10px;
    }
    nav .container ul li:first-child {
    	margin-top: 0;
    }
	
	/* SLIDER */
	.slider {
	    height: 200px;
	}
	
	/* CARD */
	.card.card--product picture img {
		width: 100%;
	}
	.card.card--product .badge {
		transform: scale(0.7);
    	transform-origin: top left;
	}
	
	.card.card--product .flag {
		height: 22px;
    	width: 26px;
	}
	
	/* SECTION */
	section {
	    padding: 32px 0;
	}
	
	/* FOOTER */
	footer ul li {
		margin-bottom: 20px;
	}
	
	/* BLOG */
	.page-blog .grid[column-count="3"] {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/* HOMEPAGE */
	.page-home .slider picture[overlay]:before {
		opacity: 0.6;
	}
	.page-home .slider picture img {
		object-position: center right;
	}
	.page-home .slider .h1 {
		font-size: 20px;
        line-height: 26px;
	}
	
	/* CHECKOUT */
	.page .woocommerce-checkout .grid[column-count="3"] {
		grid-template-columns: repeat(1, 1fr);
	}
	.page .woocommerce-checkout .privacy-policy-info {
		padding-left: 0;
		margin-bottom: 20px;
	}
	
	/* PRODUCT */
	article.product .grid[column-count="4"] {
        grid-template-columns: repeat(1, 1fr);
    }

	/* COUNTERS */
	.counters .counters__number {
		font-size: 45px;
	}
}
