.container,
.home-slider {
	max-width: 1370px;
}

.home-slider {
	margin: auto;
}

.home-slider .flex {
	padding: 0;
}


.home-h1 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.home-subtitle {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
}
.home-top-cont {
	margin-top: 24px;
	margin-bottom: 30px;
}

.popular-cats {
	display: flex;
	justify-content: space-between;
}
.popular-cats a {
	padding: 20px;
	width: 16%;
	color: #EA7490;
	border: 0.5px solid #E2E2E2;
	border-radius: 4px;
	font-size: 15px;
  	font-weight: 700;
}
.pop-cats-h {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
}
.popular-categories {
	margin-top: 45px;
	margin-bottom: 45px;
}

.highlighted-product {
	display: flex;
	gap: 10px;
	margin-bottom: 45px;
}
.product-data {
	display: flex;
	gap: 55px;
	padding: 0 17px 0;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	align-items: center;
}
.product-data .product-img img {
	max-width: unset;
}
.product-data .product-content {
	align-self: center;
	padding-top: 15px;
}
.product-data .product-content .brand-title {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	line-height: 100%;
}
.product-data .product-content .product-title {
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 17px;
}
.product-data .product-content .product-excerpt {
	font-weight: 400;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 75px;
	line-height: 100%;
}
.price-add {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.price-add p {
	font-weight: 700;
	font-size: 19px;
	color: #000;
	margin-bottom: 0;
}
.price-add a {
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	padding: 17px 28px;
	border-radius: 4px;
	background-color: #000;
	text-transform: uppercase;
}
.brand-banner img {
	height: 100%;
}

.home-products-second-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-products-second-inner .home_slider_second {
	flex: 0 0 61%;
	max-width: 61%;
}
.home-products-second-inner .new-banner {
	flex: 0 0 38.3%;
}
.home-products-second-inner .new-banner img {
	height: 100%;
}

.home-products-second-inner .products .product {
	max-width: 201px;
}

.home-products-third .pop-cats-h {
	margin-bottom: 15px;
}
.home-products-third .subtitle-third {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 13px;
}
.new-banner-a {
	font-weight: 400;
	font-size: 13px;
	color: #000000;
}
.home-products-third-inner {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-products-third-inner .home_slider_third {
	flex: 0 0 61%;
	max-width: 61%;
}
.home-products-third-inner .home_slider_third ul {
	justify-content: space-between;
}
.home-products-third-inner .new-banner {
	flex: 0 0 38.3%;
	display: flex;
	flex-direction: column;
	gap: 2%;
	justify-content: space-between;
}
.home-products-third-inner .new-banner picture {
	flex: 0 0 85%;
}
.home-products-third-inner .new-banner a {
	flex: 0 0 11%;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 17px 18px;
}
.home-products-third-inner .new-banner img {
	height: 100%;
	max-height: 304px;
}

.pluses-of-korea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.pluses-of-korea-div {
	flex: 0 0 26%;
	display: flex;
	align-items: center;
	gap: 50px;
}
.pluses-of-korea-div img {
	width: 44px;
}
.pluses-of-korea-div p {
	margin-bottom: 0;
}

.hts {
	margin-top: 30px;
}
.hts .pop-cats-h {
	margin-bottom: 20px;
}
.hts .grid {
	padding-top: 0;
	padding-bottom: 20px;
}
.brands-cont {
	margin-top: 45px;
	margin-bottom: 45px;
}

.routine-custom .pop-cats-h {
	margin-bottom: 15px;
}
.routine-custom .routine-subtitle {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 13px;
}

.home_slider .products .product,
.home_slider_new .products .product {
	flex: 0 0 16%;
}

.about-us-home-inner {
	display: flex;
	height: 404px;
}
.about-bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px;
}
.about-bg-img p {
	padding: 9px 13px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border-radius: 40px;
}
.about-news {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 95px 100px;
	gap: 30px;
	background-color: #F5F5F7;
}
.about-news img {
	width: 152px;
}
.about-news p {
	font-weight: 700;
	font-size: 16px;
	color: #000;
}
.about-us-home-inner p {
	text-align: center;
	margin-bottom: 0;
}
.about-us-home .pop-cats-h {
	margin-bottom: 15px;
}
.about-us-home .about-us-home-subtitle {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 13px;
}

.faq-section-home {
	margin-top: 45px;
	margin-bottom: 20px;
}
.faq-section-home h2 {
	color: #EA7490;
}
.faq-section-home .faqlp_q h3 {
	font-weight: 400;
	font-size: 15px;
	color: #504F4F;
	line-height: 50px;
	margin-top: 0;
}
.faq-section-home .faqlp_a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 100%;
  	max-width: 830px;
}


/*responsive*/
@media screen and (min-width: 992px) {
	.home-products-third .products .product {
		width: 25%;
	}
	
	#tns1 {
		height: 510px;
	}
	
	.product-data {
		width: 68%;
	}
	
	.highlighted-product {
		height: 280px;
	} 
	
	.home-products .products {
		padding: 0;
	}
	
	.products .product-brand {
		margin-top: 10px;
	}
	
	.products .woocommerce-loop-product__title {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.custom-attribute-wrapper {
		height: 0;
	}
	
	.home_slider_new .home-products ul {
		justify-content: space-between;
	}
	
	.big-slider-content {
		padding: 25px 20px 30px;
	}
	.big-slider-content p {
		margin-top: 0;
	}
	.big-slider-content .naslov {
		font-weight: 700;
		font-size: 24px;
		line-height: 100%;
		margin-bottom: 10px;
	}
	.big-slider-content .tekst {
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 20px;
	}
	.big-slider-content .shop-now {
		font-weight: 700;
		font-size: 24px;
		line-height: 100%;
		margin-bottom: 0;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 992px) and (max-width: 1390px) {
	.container,
	.home-slider {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1391px) {
	.container,
	.home-slider {
		padding: 0;
	}
} 

@media screen and (max-width: 991px) {
	.home-h1 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.home-subtitle {
		font-size: 12px;
	}
	.home-top-cont {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.popular-cats {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.popular-cats a {
		padding: 10px;
		width: 32%;
		font-size: 10px;
	}
	.pop-cats-h {
		margin-bottom: 18px;
  		font-size: 15px;
	}
	.popular-categories {
		margin-top: 30px;
  		margin-bottom: 30px;
	}
	
	.highlighted-product {
	    margin-bottom: 30px;
	}
	.highlighted-product, .product-data, .price-add {
		flex-direction: column;
	}
	.product-data {
		padding: 20px;
		gap: 20px;
	}
	.product-data .product-content .product-excerpt {
		margin-bottom: 25px;
	}
	.product-data .product-img {
		text-align: center;
	}
	.product-data .product-img img {
		max-width: 330px;
	}
	.price-add {
		margin-bottom: 0;
		gap: 25px;
		align-items: flex-start;
	}
	.price-add a {
		width: 100%;
		text-align: center;
	}
	
	.home-products-second-inner {
		flex-direction: column;
	}
	.home-products-second-inner .home_slider_second {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.brand-banner img,
	.new-banner img {
		width: 100%;
	}
	.home_slider_second ul {
		display: flex!important;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.home_slider_second ul#tns6 > .tns-item {
		width: calc(45%);
	}
	
	.home-products-third-inner {
		flex-direction: column;
	}
	.home-products-third-inner .home_slider_third {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.home-products-third .pop-cats-h {
		margin-bottom: 5px;
	}
	.home-products-third .subtitle-third {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.home-products-third-inner .new-banner a {
		padding: 9px 12px;
		font-weight: 500;
		font-size: 14px;
	}
	.home_slider_third ul {
		display: flex!important;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.home_slider_third ul > li {
		width: calc(45%);
	}
	
	.pluses-of-korea {
		flex-direction: column;
	}
	.pluses-of-korea-div {
		padding: 23px 13px;
	}
	.pluses-of-korea-div img {
		width: 40px;
	}
	.pluses-of-korea-div p {
		font-size: 14px;
	}
	
	.hts .pop-cats-h {
		margin-bottom: 15px;
	}
	.hts .grid {
		padding-bottom: 15px;
	}
	.brands-cont {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.routine-custom .pop-cats-h {
		margin-bottom: 5px;
	}
	.routine-custom .routine-subtitle {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.home_slider .products,
	.home_slider_new .products {
		flex-wrap: wrap;
	}
	.home_slider .products .product,
	.home_slider_new .products .product,
	.home_slider_second .products .product {
		flex: 0 0 45%;
	}
	
	.about-us-home .pop-cats-h {
		margin-bottom: 5px;
	}
	.about-us-home .about-us-home-subtitle {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.about-bg-img, .about-news {
		width: 100%;
	}
	.about-us-home-inner {
		flex-direction: column;
		height: unset;
	}
	.about-bg-img {
		padding: 165px 23px;
	}
	.about-news {
		padding: 77px 10px;
	}
	.about-us-home-inner p {
		padding: 5px 15px;
		font-size: 13px;
	}
	.about-news img {
		width: 122px;
	}
	
	.faq-section-home {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.faq-section-home .faqlp_q h3 {
		font-size: 13px;
		line-height: 100%;
	}
	.faq-section-home .faqlp_a {
		font-size: 12px;
		line-height: 100%!important;
		margin-bottom: 0!important;
	}
	
/* 	.big-slider .tns-item {
	  max-width: 90vw; /* CRITICAL */
	}

	.big-slider img {
	  width: 100%;
	  height: auto;
	  display: block;
	} */
}