@charset "UTF-8";

/* Media Query */
@media(max-width: 1023px) { 
	/* Spacing */
	[class*='-30'] { --spacing: 15px; }
	[class*='-40'], [class*='-50'], [class*='-60'] { --spacing: 20px; }
	[class*='-70'], [class*='-80'] { --spacing: 25px; }
	
	/* General */
	.rps-xl--visible { display: block; }
	.rps-xl--hidden { display: none; }
	.rps-xl--w-100 { width: 100%; }
	.ckeditor { overflow-x: auto; }
	.ckeditor:after { content: ''; clear: both; display: block; }
	.ckeditor *:not(iframe) { max-width: 100% !important; height: auto !important; }
	.ckeditor iframe { max-width: 100% !important; }
	
	/* Mmenu */
	nav:where(#menu, #mm-menu) { font-family: var(--font-bold); --mm-color-background: #fff; --mm-color-text: #000; --mm-color-text-dimmed: #000; --mm-color-button: #000; }
	nav:where(#menu, #mm-menu) .mm-navbar__title { font-size: 18px; }
	.mm-listitem__btn span { display: none; }


	.header { display: none; }
	.navigation {background: var(--clr-tone);padding: 0;}
	.search__toggle .search__icon { color: #fff; }
	.navigation__logo {zoom: .65;}

}
@media (min-width:851px) and (max-width:1023px) { }
@media(max-width:850px) {
	
	/* General */
	.rps-lg--visible { display: block; }
	.rps-lg--hidden { display: none; }
	.rps-lg--w-100 { width: 100%; }
	
	/* Product */
	.news__list.flex-list { --columns: 2; --space-horizontal: 0.5rem; --space-vertical: 1.25rem; }
	.product__list.flex-list { --columns: 3; --space-horizontal: 0.625rem; --space-vertical: 1.25rem; }
	
	/* Footer */
	.footer-article__inner>[class^="footer-article--"] { width: 100%; }
	.footer-article__inner>[class^="footer-article--"]:not(:last-child) { margin-bottom: 1.5rem; }

	.intro__main,
	.feedbackVideo__main,
	.footer__form {flex-direction: column; gap: 20px;}
	.intro-left,
	.intro-right,
	.footer__form-left,
	.footer__form-right {width: 100%;gap: 20px;justify-content: center;}
	.feedbackVideo-left {width: 50%;}
	.feedbackVideo-right {width: 100%;}
	.construction__info {width: 95%;margin-top: 0;}
	.footer-article--1 {padding: 0 5rem;}
	.footer__photo{opacity: 0 !important;margin-bottom: 266px;}
}
@media(max-width:769px) {
	.footer-powered:has(.footer-statistic) .footer-copyright, .footer-powered:has(.footer-statistic) .footer-statistic { text-align: center; }
	.footer-powered:has(.footer-statistic) .footer-copyright { margin-bottom: 0.25rem; }
}
@media(max-width:576px) {
	
	/* General */
	.rps-md--visible { display: block; }
	.rps-md--hidden { display: none; }
	.rps-md--w-100 { width: 100%; }
	
	/* Product */
	.news__list.flex-list { --columns: 1; --space-horizontal: 0.5rem; --space-vertical: 1.25rem; }
	.product__list.flex-list { --columns: 2; --space-horizontal: 0.5rem; --space-vertical: 1.25rem; }
	
	/* News */
	.news .news__photo { margin-bottom: 1rem; }
	.cart-fixed {bottom: 180px;}
	.navigation__logo {zoom: .5;}
	.product__info2 .product__desc {margin-bottom: 1rem;}
	.product__btn {flex-direction: column;}
	.detail__btn p {padding: 4px 12px;}
	.cart-product span {padding: 4px 8px;}
	.feedbackVideo-left {width: 100%;}
	.footer-article--1 {padding: 0 2rem;}
	.footer__form {padding: 1rem;}
	.newsletter__form__footer {flex-direction: column;}
	.footer-powered:before {height: 150px;}
}
@media(max-width:420px) { }
@media(max-width:369px) {
	
	/* Cart */
	.cart-pro-detail a { width: 100%; }
	.cart-pro-detail a:first-child { margin: 0 0 0.5rem 0; }
	.cart-pro-detail a i { display: none; }
}  