/* [critical] */
/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.checkout-cart-row-small,
.l-autocomplete-mobile-form,
.is-mobile-cart-modal,
.recommendations-mobile {
	display: none;
}
/* [/critical] */

/* ==========================================================================
   Grid
   ========================================================================== */

/* [critical] */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
}

@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}

	.grid-item-1-6 {
		width: 50%;
	}

    .pagination-load-more, .pagination-load-all {
        font-size: 0.9rem;
    }

    .pagination-nav {
        flex-direction: column;
        margin-top: 20px;
    }

    .pagination-nav button.btn {
        width: 100%;
    }
}

/* [/critical] */

/* ==========================================================================
   Layout
   ========================================================================== */

/* [critical] */
@media all and (max-width: 1250px) {
	.l-holder,
	.l-constrained,
	.l-autocomplete {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.site-nav > li > a {
		margin-left: 9px;
		margin-right: 9px;

		font-size: 12px;
	}
}

@media all and (max-width: 960px) {
	.l-header-search {
		padding-right: 0;
		margin-right: 0;
	}
	.l-header__right__links {
		padding-top: 3px;

		font-size: 12px;
	}
	.l-header__right__links li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.l-sidebar {
		display: none;
	}

	.l-top-menu li {
		margin-left: 30px;
		margin-right: 30px;
	}

	.site-nav > li > a {
		margin-left: 8px;
		margin-right: 8px;

		font-size: 11px;
	}
}

@media all and (max-width: 768px),
(orientation: landscape) and (max-height: 600px) {

	body:not(.view-checkout) {
		background: #fff;
	}

	.l-inner,
	.view-home .l-inner,
	.view-checkout .l-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.l-menubar-wrapper,
	.l-menubar,
	.l-top-menu-holder,
	.l-header-holder,
	.sticky-holder,
	.l-menubar-holder {
		display: none;
	}

	.l-menubar {
		margin-left: 0;
		margin-right: 0;
	}

	.l-sidebar-primary {
		display: none;
	}

	.l-content,
	.view-checkout .l-content {
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.l-holder {
		margin: 0;

		background: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.l-mobile-header,
	.l-autocomplete-mobile-form {
		height: 65px;
	}

	.l-mobile-header {
		position: sticky;

		top: 0;
		left: 0;
		z-index: 1000;

		display: block;
		width: 100%;

		background: #fff;
		border-bottom: 1px solid #e9e9e9;
	}
	.view-checkout .l-mobile-header,
	.l-mobile-header.zoomed {
		position: absolute;
	}

	.l-header,
	.l-mobile-nav {
		display: none;
	}

    .recommendations-desktop {
        display: none;
    }
    .recommendations-mobile {
        display: block;
    }
	.l-mobile-header-bar {
		display: block;
		padding: 5px 10px;
		background: #f2f2f2;
	}
	.l-mobile-header-bar ul {
		display: flex;
		justify-content: space-between;
		gap: 15px;

		margin: 0;
		padding: 0;
		list-style: none;
	}

	.l-mobile-header-bar li {
		position: relative;
		display: inline-block;
		margin-left: 23px;
	}

	.l-mobile-header-bar img {
		position: absolute;
		top: 3px;
		left: -18px;
	}
}

@media screen and (orientation:landscape) {
	.l-mobile-header {
		position: absolute;
	}
}

@media all and (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3,
	.startpage-bar {
		font-size: 15px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 13px;
	}
}
/* [/critical] */

@media all and (max-width: 1440px) {
	.l-footer-bottom__left .styled-select__dropdown--right {
		left: 0;
		width: max-content;
	}
}

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.l-mobile-nav {
		position: fixed;
		z-index: 99;
		top: 65px; /* Same as .l-mobile-header height */
		bottom: 0;
		left: 0;
		right: 0;

		padding-top: 20px;
		padding-bottom: 70px;
		overflow-y: auto;

		background-color: #F6F6F6;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	.is-mobile-nav-open body {
		overflow: hidden;
	}
	.l-autocomplete {
		position: fixed;
		top: 0 !important;
		bottom: 0;

		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;

		background: rgba(0,0,0,.3);
		box-shadow: none;
		border-radius: 0;
	}
	.is-autocomplete-open body,
	.is-autocomplete-active .l-autocomplete {
		background: #fff;
	}
	.is-autocomplete-open .l-autocomplete {
		display: block;
	}
	.l-autocomplete-content {
		padding: 15px 15px 100px;
		height: 100%;
		overflow-y: auto;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}
	.l-autocomplete-mobile-form {
		background: #fff;
		display: block;

		box-shadow: 0 1px 1px rgba(0,0,0,.1);
		position: relative;
    	z-index: 99;
	}
	.is-autocomplete-open .l-mobile-header,
	.is-autocomplete-open .l-mobile-nav {
		display: none;
	}
}

/* Footer */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.l-footer {
		padding-top: 30px;
		padding-bottom: 30px;

		text-align: center;
	}
}

@media all and (max-width: 600px) {

	.l-footer .grid-item {
		width: 100%;
	}

	.l-footer-bottom__left,
	.l-footer-bottom__right {
		float: none;
		width: 100%;
		max-width: none;
		padding: 0;

		text-align: center;
	}
	.l-footer-bottom__right {
		padding-top: 10px;
	}

	.l-footer-bottom__left span,
	.l-footer-bottom__left a {
		margin-left: 9px;
		margin-right: 9px;
	}

}
@media all and (max-width: 480px) {
	.l-footer-bottom__left .styled-select__dropdown--right {
		width: min-content;
	}
}

/*
 * Product Page
 */

/* [critical productpage] */
@media all and (max-width: 960px) {
	.product-cart-button-wrapper .btn--primary {
		font-size: 12px;
	}
	.productpage-info__left,
	.productpage-info__right {
		float: none;
	}

	.size-guide-content {
		padding: 0;
	}
}
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.productpage-btn-options__left,
	.productpage-btn-options__right {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.productpage-btn-options__right {
		margin-top: 10px;
	}

	.flex__item {
		display: block;
		margin-right: 0px;
	}

	.size-table__left {
		float: none;
		max-width: none;
		text-align: center;
	}
	.size-table__right {
		overflow: hidden;
	}
}
@media all and (max-width: 600px) {
	.l-product-col-1,
	.l-product-col-2,
	.l-product-col-3 {
		width: auto;
		padding-right: 0;
		float: none;
	}
}
@media all and (max-width: 480px) {
	.size-table__right table {
		font-size: 12px;
	}
	.product-usp ul {
		font-size: 0.7rem;
	}
	.product-usp .wgr-icon {
		font-size: 18px !important;
	}
}
/* [/critical] */

@media all and (max-width: 1150px) {
	.tab-container .tab {
		font-size: 13px;
	}
}
@media all and (max-width: 1050px) {
	.tab-container .tab-links {
		display: block;
	}
	.tab-container .tab {
		border-bottom: 1px solid #ccc;
	}
	.tab-container .tab:not(:last-child) {
		border-right-style: none;
	}
	.tab-container .tab.is-tab--active {
		border-bottom: 1px solid #ccc;
	}
}

/*
 * Checkout Page
 */

/* [critical checkoutpage] */
@media all and (max-width: 960px) {
	.l-checkout-col-1,
	.l-checkout-col-1-2,
	.l-checkout-col-2 {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.l-checkout-col-1-2 {
		clear: none;
	}
	.l-checkout-col-1-inner {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 480px) {
	.l-checkout-col-1-inner {
		padding: 5px 15px 15px;
	}

	.l-klarna-checkout {
		padding-left: 5px;
		padding-right: 5px;
	}

	.l-ecster-pay {
		padding: 0;
		padding-top: 5px;
	}

	.l-external-checkout {
		padding: 0;
		padding-top: 5px;
	}
}
/* [/critical] */

/*
 * Search Page
 */

/* [critical searchpage] */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.l-search-col-1 {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.l-search-col-2 {
		margin-bottom: 20px;
	}
}
/* [/critical] */

/* ==========================================================================
   Modules
   ========================================================================== */

/* [critical] */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.btn:hover,
	.btn:focus {
		opacity: 1;
	}

	.mini-site-logo,
	.mini-site-logo img {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.mini-site-logo {
		left: 95px;
		right: 95px;
		margin: auto;
	}

	.mini-site-logo a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.mini-site-logo img {
		left: 0;
		right: 0;

		max-width: 155px;
		max-height: 100%;
		margin: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mini-site-logo img:hover,
	.mini-site-logo img:active {
		opacity: 0.8;
	}

	.is-mobile-cart-modal {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;

		display: none;
		padding: 20px;

		background-color: #FFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);

		transition-property: visibility, -webkit-transform;
		transition-property: visibility, transform;
		transition-duration: 0.2s;
		transition-delay: 0.1s;
	}

	.is-mobile-cart-modal.is-active {
		will-change: transform;
		display: block;
	}

	.is-mobile-cart-modal.is-opend {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.is-mobile-cart-modal .btn {
		display: block;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
		width: 47%;

		text-align: center;
	}
	.is-mobile-cart-modal .icon-check {
		margin-right: 4px;
		width: 20px;
		height: 20px;
		display: inline-block;

		background: #693;
		border-radius: 50%;

		line-height: 20px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
	}

	.is-mobile-cart-modal .btn:last-child {
		float: right;
	}

	.product-item,
	.category-item {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.product-item__img img,
	.category-item__img img {
		transition: opacity 0.2s;
	}
	.product-item__img img:hover,
	.product-item__img img:active,
	.category-item__img img:hover,
	.category-item__img img:active {
		opacity: 0.8;
	}
}

@media all and (max-width: 480px) {
	.mini-site-logo {
		right: 105px;
	}

	.mini-site-logo img {
		max-width: 110px;
	}
}
/* [/critical] */

@media all and (max-width: 960px) {
	.site-banner {
		display: none;
	}
	.staggering-btn-list {
		width: 100%;
	}
	.staggering-prices-buttons {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.mini-country,
	.mini-menu,
	.mini-search,
	.mini-cart,
	.mini-login {
		position: absolute;
		top: 0;
		bottom: 0;

		width: 45px;
		color: #444;
		font-size: 22px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		left: 0;
		padding-left: 5px;
	}
	.mini-search {
		left: 45px;
		padding-right: 5px;
		font-size: 18px;
	}
	.mini-cart {
		right: 0;
		padding-right: 5px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-search,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			transition: opacity .15s;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
	}
	.mini-cart-count {
		position: absolute;
		top: -4px;
		right: -10px;

		height: 17px;
		width: 17px;

		background: #f7921c;
		border-radius: 50%;

		line-height: 17px;
		font-size: 9px;
		color: #fff;
		text-align: center;
	}
	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
				animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.mini-country {
		right: 45px;

		display: flex;
		align-items: stretch;
		justify-content: center;

		width: 55px;
		padding-left: 5px;

		font-size: 10px;
	}
	.mini-login {
		right: 45px;

		display: flex;
		align-items: center;
		justify-content: center;

		width: 55px;
	}
	.mini-login a {
		color: #444;
	}

	.mini-country .wgr-icon {
		bottom: 6px; /* Align arrow */
	}

	.mini-country .styled-select__title {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		height: 100%;
	}
	.mini-country .styled-select__dropdown {
		top: calc(100% + 1px);
		right: -45px;
	    width: calc(100vw + 2px); /*  Cover whole page */
	    border: none;
	    border-bottom: 1px solid #dcdcdc;
	}
	.mini-country .styled-select li:not(.styled-select__divider) {
		display: inline-block;
		width: 33.333%;
	}
	.mini-country .styled-select li a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.mini-country .styled-select__dropdown .flag-icon {
		margin-right: 5px;
		margin-top: -2px;
	}
}

@media all and (max-width: 480px) {
	.mini-login {
		padding-left: 5px;
		width: 40px;
	}
	.mini-site-logo {
		left: 85px;
		right: 125px;
	}
	.view-checkout .mini-site-logo {
		left: 0px;
		right: 0px;
	}
	.mini-menu {
		width: 40px;
	}
	.mini-search {
		left: 40px;
	}

	.mini-country .styled-select li:not(.styled-select__divider) {
		width: 50%;
	}
}

/* Instagram module */

@media all and (max-width: 480px) {
	.instagram-widget--grid li {
		width: 48%;
	}
	.instagram-widget li:last-child {
		/* Remove last odd item */
		display: none;
	}
}

/* Menu modules */

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.site-search {
		height: 100%;
		margin-bottom: 0;
		border-radius: 0;
		border-style: none;
	}
	.site-search__input {
		font-size: 14px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	    color: #222;
	}
	.site-search__input,
	.site-search__btn {
	    padding-left: 0;
	}
	.site-search__btn {
		padding-left: 15px;
		padding-right: 15px;
		background: none;
		border: none;
		font-size: 18px;
	}
	.site-search__close {
		float: left;
		padding-left: 16px;
		padding-right: 22px;
		height: 100%;

		color: #222;
		font-size: 22px;
	}

	.mobile-module {
		margin-bottom: 30px;
	}
	.mobile-module__heading {
		margin: 0;
		padding: 8px 18px;

		background: #111;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}

	.mobile-module__body {
		background-color: #fcfcfc;
		padding: 18px;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

	.mobile-listmenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a {
		position: relative;

		display: block;
		padding: 12px 18px;
		border-bottom: 1px solid #e2e2e2;

		font-size: 13px;
		color: #222;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mobile-listmenu a:hover {
		text-decoration: none;
	}

	.mobile-listmenu a:active {
		background: rgba(0,0,0,0.025);
	}

	.mobile-listmenu .selected {
		font-weight: 600;
	}

	.mobile-listmenu-0 {
		background-color: #fff;
	}

	.mobile-listmenu-0 + .mobile-listmenu-0 {
		border-top-style: none; /* Fix for double-border */
	}

	.mobile-listmenu-1 {
		background: rgba(0,0,0,.02);
	}

	.mobile-listmenu-1 .mobile-listmenu {
		/*background: rgba(0,0,0,.02);*/
		border-left: 5px solid #c9c9c9;
	}

	/* Toggle menu */
	li .mobile-listmenu {
		display: none;
	}
	.is-listmenu-opened > .mobile-listmenu {
		display: block;
	}

	/* Font icon */
	.menu-node {
		width: 40px;
		height: 100%;

		text-align: center;
		line-height: 42px;
		font-size: 22px;
	}

	.lang-changer {
		text-align: center;
	}

	.vat-selector {
		position: static;
		text-align: center;
	}
}

@media all and (max-width: 480px) {
	.mobile-module__heading,
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}
}

/* Grid-gallery module */

/* [critical] */
@media all and (max-width: 960px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li,
	.view-search .grid-gallery > li,
	.l-autocomplete .grid-gallery > li {
		width: 23%;
	}
}

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li,
	.view-search .grid-gallery > li,
	.l-autocomplete .grid-gallery > li {
		width: 31.33%;
	}
}

@media all and (max-width: 480px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li,
	.view-search .grid-gallery > li,
	.l-autocomplete .grid-gallery > li {
		width: 48%;
	}
}
/* [/critical] */

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	/* Hide back to top button in autocomplete and mobile nav */
	.is-autocomplete-open .is-back-to-top-btn,
	.is-mobile-nav-open .is-back-to-top-btn {
		display: none;
	}
}

@media all and (max-width: 480px) {
	.is-back-to-top-btn {
		bottom: 25px;
		margin-right: 25px;
	}
	.back-to-top-btn__text {
		display: none;
	}
	.back-to-top-btn__arrow {
		margin-left: 0;
	}
}

/*
 * Start Page
 */

/* [critical startpage] */
@media all and (max-width: 480px) {

}
/* [/critical] */


/*
 * Category Page
 */

@media all and (max-width: 1300px) {
	.owl-carousel {
		padding-left: 15px;
		padding-right: 15px;
	}
	.owl-prev {
		right: auto;
		left: -15px;

		margin-right: auto;
	}
	.owl-next {
		right: -10px;
		left: auto;

		margin-left: auto;
	}
}

/*
 * Product Page
 */

/* [critical productpage] */
@media all and (max-width: 1220px) {
	.flex-caption {
		padding: 20px 25px;
	}
	.flex-caption h2 {
		font-size: 30px;
	}
	.flex-caption p {
		font-size: 14px;
	}
	.flex-caption .btn {
		margin-top: 5px;
		padding: 8px 25px;

		font-size: 12px;
	}

}
@media all and (max-width: 960px) {
	.flex-caption {
		padding: 15px 20px;
		width: 50%;
	}
	.flex-caption h2 {
		font-size: 22px;
	}
	.flex-caption p {
		font-size: 13px;
	}
	.owl-next {
		right: -7px;
	}
}
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.flex-banner {
		top: 10px;
		left: 10px;

		width: 80px;
		height: 80px;
		padding-left: 8px;
		padding-right: 8px;

    	font-size: 12px;
	}
	.flex-caption {
		bottom: 10px;
		right: 10px;
	}
	.view-home .flex-nav,
	.flex-caption .btn {
		display: none;
	}
}
@media all and (max-width: 600px) {
	.flex-caption {
		padding: 10px 15px 5px;
	}
	.flex-caption p {
		display: none;
	}
	.flex-caption h2 {
		font-size: 18px;
	}
}
@media all and (max-width: 480px) {
	.flex-banner {
		display: none;
	}
	.flex-caption {
		width: 65%;
		padding: 8px 10px 4px;
	}
	.flex-caption h2 {
		font-size: 14px;
	}
}
/* [/critical] */

@media all and (max-width: 480px) {
	.review-col-1 {
		max-width: none;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}
	.review-body {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
 * Checkout Page
 */

/* [critical checkoutpage] */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.checkout-info {
		padding: 7px 15px 0;
	}

	.checkout-info-item {
		float: none;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.checkout-info-terms {
		display: none;
	}
	.checkout-stepnumber {
		height: 22px;
		width: 22px;
		line-height: 22px;
		font-size: 11px;
	}
}

@media all and (max-width: 480px) {
	.checkout-cart thead th:last-child,
	.checkout-cart-row td:last-child {
		padding-left: 10px;
		white-space: nowrap;
	}

	.checkout-cart-custom-text {
		display: none;
	}
	.checkout-cart-row-small {
		display: table-row;
	}
	.checkout-cart-row-small td {
		padding-top: 0;
	}
}

@media all and (max-width: 350px) {
	.checkout-cart-thumbnail {
		max-height: 25px;
		max-width: 25px;
		margin-right: 5px;
	}
}
/* [/critical] */

/*
 * Checkout Thank you Page
 */
 @media all and (max-width: 1000px) {
	.checkout-thankyou-grid,
	.checkout-thankyou-grid-item {
		display: block;
		width: 100%;
	}
}

/*
 * Checkout Followup Page
 */

/* [critical followuppage] */
@media all and (max-width: 480px) {
	.followup {
		text-align: center;
	}
	.followup textarea {
		font-size: 16px;
	}
	.followup .media-img {
		width: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.followup-stars {
		margin-top: 10px;
		margin-bottom: 15px;

		text-align: center;
	}
	.followup-stars > label {
		font-size: 20px;
	}
}
/* [/critical] */

/*
 * Blog Page
 */

/* [critical blogpage] */
@media all and (max-width: 960px) {
	.blog-filter__toggle {
		display: inline-block;
		width: 49%;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.blog-filter__toggle h5 {
		position: relative;
		margin-bottom: 0;
		padding: 2px 10px;

		border: 1px solid #dcdcdc;
		background: #eee;

		font-weight: 400;
		vertical-align: top;
	}
	.blog-filter__toggle .wgr-icon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 14px;
		font-size: 14px;
	}
	.blog-filter {
		margin-bottom: 10px;
	}
	.blog-filter ul {
		display: inline-block;
		margin: 0;
		margin-left: -5px;
		padding: 0;
	}

	.blog-filter select {
		max-width: 450px;
		margin-top: 5px;
	}
}

@media all and (max-width: 480px) {
	.blog-filter__toggle {
		width: 100%;
	}
	.blog-post__thumbnail {
		float: none;
		margin-left: 10px;

		width: 100%;
		height: 200px;
		line-height: 199px;
		text-align: center;
	}

	.blog-post__footer span {
		font-size: 11px;
	}

	.blog-post__comments {
		float: none;
	}
	.blog-post__comments:before {
		content: ' / ';
	}
}
/* [/critical] */

/* ==========================================================================
   Helpers
   ========================================================================== */

/* [critical] */
@media all and (max-width: 960px) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.hide-for-large {
		display: none !important;
	}
}

@media all and (max-width: 480px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media all and (max-width: 320px) {
	.hide-for-small {
		display: none !important;
	}
}

/* Hide element at desktop size */
@media all and (min-width: 769px) {
	.hide-on-desktop {
		display: none;
	}
}

/* Hide element at mobile size */
@media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.hide-on-touch {
		display: none;
	}
}
/* [/critical] */

/* ==========================================================================
   Custom animations
   ========================================================================== */

@-webkit-keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

/**
 * Cookie control
 */
 @media all and (max-width: 768px),
	(orientation: landscape) and (max-height: 600px) {

	.cookie-control-wrapper {
		margin-bottom: 5px;
	}

	.cookie-control-controller {
		max-width: 80vw;
		padding: 6%;
	}
}
@media all and (max-width: 600px) {
	.cookie-control-banner__buttons {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}

 @media all and (max-width: 480px) {
	.cookie-control-wrapper {
		flex-direction: column;
	}

	.cookie-control-banner__buttons {
		flex-direction: column;

		max-width: none;
	}

	.cookie-control-banner__buttons .btn {
		margin-bottom: 0;
		margin-left: 0;
	}
}

@media all and (max-width: 480px) {
	.faq-categories,
	.faq-questions {
		width: 100%;
	}

	.faq-section select {
		width: 100%;
	}
}