.breadcrumbs {
	backdrop-filter: blur(12px);
	background: #7e84b8;
}
.breadcrumbs__item {
	color: #fff;
}
a.breadcrumbs__item::after {
	border-color: #fff;
}

.resource-junior {
	background: var(--white);
}

.resource-junior__wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
	padding: 0 16px;
}
.resource-junior__wrapper--header {
	max-width: 1440px;
}

.resource-junior__heading {
	font-weight: 700;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
	color: var(--dark-blue);
}

.resource-junior .underline {
	margin: 40px auto 0;
	border-color: var(--light-blue);
}

.resource-junior .underline__highlighter {
	background: var(--light-blue);
}

.resource-junior__middle {
	position: relative;
	background-image: url('../assets/images/resource-junior/resource-bg-middle.webp');
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
}
.resource-junior__middle::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -16px;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../assets/images/resource-junior/resource-bg-middle-decor.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top 48%;
	pointer-events: none;
}

.resource-junior__bottom {
	position: relative;
	background-image: url('../assets/images/resource-junior/resource-bg-bottom.webp');
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center top;
}
.resource-junior__bottom::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../assets/images/resource-junior/resource-bg-decor-2.webp');
	background-repeat: no-repeat;
	background-size: 1175px;
	background-position: right 45% top -35%;
	pointer-events: none;
}

.resource-junior__header {
	position: relative;
	background-image: url('../assets/images/resource-junior/bg-polygon-blue.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center bottom 0px;
}
.resource-junior__header::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../assets/images/resource-junior/resource-bg-decor-1.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center bottom 0px;
	pointer-events: none;
}

.resource-header {
	padding-top: 48px;
}
.resource-header__logo {
	text-align: center;
}
.resource-header__logo-img {
	width: 245px;
	height: auto;
}
.resource-header__welcome {
	display: flex;
	gap: 48px;
	padding-bottom: 65px;
}
.resource-header__side {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	order: 1;
	padding-top: 52px;
	padding-right: 45px;
}
.resource-header__headline {
	max-width: 435px;
	margin: 22px auto 0;
	font-size: 20px;
	line-height: 28px;
	color: var(--white);
	text-align: left;
}
.resource-header__main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.resource-header__img {
	margin-top: 27px;
	text-align: center;
}

.resource-header__img-main {
	width: 100%;
	max-width: 765px;
}
.resource-header__img-main--mobile {
	display: none;
}

.resource-junior__balance {
	position: relative;
	margin-top: 90px;
	padding-bottom: 152px;
}
.resource-junior__balance::after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../assets/images/resource-junior/bg-polygon-white.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 120% 200%;
	pointer-events: none;
}

.resource-balance {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	max-width: 1040px;
	margin: 77px auto 0;
}
.resource-balance__item {
	width: calc((100% - 80px) / 3);
	text-align: center;
}
.resource-balance__icon {
	display: block;
	margin: 0 auto;
}
.resource-balance__name {
	margin-top: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--graphite-black);
	letter-spacing: -0.03em;
	text-align: center;
}
.resource-balance__text {
	margin-top: 24px;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: var(--graphite-black);
	letter-spacing: -0.03em;
	text-align: center;
}


.resource-junior__support {
	padding-top: 90px;
	position: relative;
	z-index: 2;
}
.resource-junior__support .resource-junior__heading {
	color: var(--white);
}
.resource-junior__support .underline {
	border-color: rgba(255, 255, 255, 0.2);
}
.resource-junior__support .underline__highlighter {
	background: var(--white);
}
.resource-support {
	padding-top: 40px;
}
.resource-balance__accent {
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 950px;
	margin: 49px auto 0;
}
.resource-balance__situations {
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 1280px;
	margin: 62px auto 0;
}
.resource-balance__accent .resource-support__item {
	width: calc((100% - 80px) / 3);
	text-align: center;
}
.resource-balance__situations .resource-support__item {
	width: calc((100% - 120px) / 4);
	text-align: center;
}
.resource-support__icon {
	display: block;
	margin: 0 auto;
}
.resource-support__text {
	margin-top: 32px;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: var(--white);
	letter-spacing: -0.03em;
	text-align: center;
}


.resource-junior__products {
	position: relative;
	margin-top: 80px;
	padding-top: 90px;
}
.resource-junior__products::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: -5px;
	left: 0;
	right: 0;
	background-image: url('../assets/images/resource-junior/bg-polygon-white.webp');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120% 200%;
	pointer-events: none;
}
.resource-products {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 52px;
}
.resource-products__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 320px;
	padding: 0 24px;
	text-decoration: none;
}
.resource-products__item::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-image: url('../assets/images/resource-junior/products-shape.webp');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 272px;
	pointer-events: none;
}
.resource-products__img {
	width: auto;
	height: 284px;
	transform: scale(1);
	transition: transform 0.3s;
}
.resource-products__img--jar {
	height: 254px;
	position: relative;
	top: -20px;
	scale: 0.93;
}
.resource-products__img--bottle {
	height: 284px;
	position: relative;
	top: -11px;
}
.resource-products__item:hover .resource-products__img {
	transform: scale(1.11) translateY(-4px);
}
.resource-products__name {
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: var(--dark-blue);
}
.resource-products__label {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 12px;
	border-radius: 4px;
	background: var(--light-blue);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--white);
}
.resource-products__label:last-child {
	background: #ff8d0a;
}


.resource-junior__retailers {
	margin-top: 104px;
	padding-top: 82px;
}
.resource-junior__retailers .resource-junior__heading {
	color: var(--white);
}
.resource-junior__retailers .underline {
	border-color: rgba(255, 255, 255, 0.2);
}
.resource-junior__retailers .underline__highlighter {
	background: var(--white);
}
.resource-retailers {
	display: flex;
	justify-content: center;
	gap: 16px 18px;
	flex-wrap: wrap;
	width: 100%;
	max-width: 920px;
	margin: 36px auto 0;
}
.resource-retailers__line {
	display: flex;
	justify-content: center;
	gap: 16px 18px;
}
.resource-retailers__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 216px;
	background: var(--white);
	border-radius: 100%;
	overflow: hidden;
	transform: scale(1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	transition: transform 0.3s, box-shadow 0.3s;
}
.resource-retailers__item:hover {
	box-shadow: 0px 0px 80px 0px rgba(0, 177, 173, 0.4);
	transform: scale(1.11);
}
.resource-retailers__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-decoration: none;
	scale: 1.3;
	transition: scale 0.2s;
}
.resource-retailers__link:hover {
	scale: 1.4;
}
.resource-retailers__item span {
	display: block;
	padding: 0 20px;
	font-weight: 900;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	color: var(--persian-green);
}


.resource-junior__source {
	padding: 40px 0 80px;
}

.resource-retailers-buy {
	position: fixed;
	z-index: 5;
	bottom: 24px;
	right: 83px;
}

@media (max-width: 1439px) {
	.resource-junior__bottom {
		background-size: auto;
		background-position: center top;
	}
	.resource-junior__balance::after {
		background-size: 150% 200%;
	}
	.resource-junior__products::after {
		background-size: 150% 200%;
	}
}

@media (max-width: 1365px) {
	.resource-header__img-main {
		max-width: 695px;
	}
}

@media (max-width: 1023px) {
	.resource-junior__heading {
		font-size: 32px;
		line-height: 45px;
	}
	.resource-junior .underline {
		width: 320px;
		margin-top: 30px;
	}
	.resource-junior__middle {
		position: relative;
		background-image: none;
	}
	.resource-junior__middle::after {
		background-image: url('../assets/images/resource-junior/resource-bg-middle-tablet.webp');
		background-repeat: repeat-x;
		background-size: 130% 100%;
		background-position: center center;
		top: 17.6%;
		bottom: 15.5%;
	}
	.resource-junior__bottom {
		background-size: 165% 100%;
		background-position: center top;
	}
	.resource-junior__bottom::after {
		background-size: 900px;
		background-position: right -20% top -16%;
	}

	.resource-junior__header {
		background-size: 180%;
		background-position: center bottom 180px;
	}
	.resource-junior__header::after {
		background-image: url('../assets/images/resource-junior/resource-bg-decor-2.webp');
		background-position: left -260px bottom 60px;
	}
	.resource-header {
		padding-top: 40px;
	}
	.resource-header__welcome {
		flex-direction: column;
	}
	.resource-header__side {
		align-items: center;
		order: -1;
		padding-top: 0;
		padding-right: 0;
	}
	.resource-header__logo-img {
		width: auto;
		height: 56px;
	}
	.resource-header__headline {
		max-width: none;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	.resource-header__img {
		/* margin-top: 48px; */
	}

	.resource-junior__balance {
		margin-top: 39px;
		padding-bottom: 77px;
	}

	.resource-balance {
		flex-direction: column;
		margin-top: 36px;
		gap: 24px;
	}
	.resource-balance__item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
		width: 100%;
	}
	.resource-balance__icon {
		width: auto;
		height: 144px;
		margin: 0;
	}
	.resource-balance__name {
		margin-top: 0;
		font-size: 20px;
		line-height: 28px;
		text-align: left;
	}
	.resource-balance__text {
		font-size: 20px;
		line-height: 28px;
		text-align: left;
	}

	.resource-junior__support {
		padding-top: 44px;
	}
	.resource-junior__support .resource-junior__heading {
		max-width: 65%;
		margin: 0 auto;
	}
	.resource-balance__accent {
		margin-top: 0;
		gap: 16px;
	}
	.resource-balance__accent .resource-support__item:nth-child(1) {
		order: 1;
	}
	.resource-balance__accent .resource-support__item:nth-child(2) {
		order: 3;
	}
	.resource-balance__accent .resource-support__item:nth-child(3) {
		order: 2;
	}
	.resource-balance__situations {
		margin-top: 40px;
		padding: 0 150px;
		flex-wrap: wrap;
		gap: 16px;
	}
	.resource-balance__situations .resource-support__item {
		width: 100%;
		max-width: 224px;
		text-align: center;
	}
	.resource-support__icon {
		width: auto;
		height: 144px;
	}
	.resource-support__text {
		font-size: 20px;
		line-height: 28px;
	}

	.resource-junior__products {
		margin-top: 60px;
		padding-top: 60px;
	}
	.resource-products {
		margin-top: 36px;
		flex-wrap: wrap;
	}
	.resource-products__name {
		font-size: 20px;
		line-height: 24px;
	}
	.resource-products__label {
		font-size: 14px;
		line-height: 22px;
	}

	.resource-junior__retailers {
		margin-top: 52px;
		padding-top: 48px;
	}
	.resource-retailers {
		/* gap: 0px 16px; */
	}
	.resource-retailers__line {
		gap: 16px;
		/* width: 100%; */
	}

	.resource-junior__source {
		padding: 40px 0 24px;
	}
}


@media (max-width: 899px) {
	.resource-balance__situations {
		padding: 0 100px;
	}
}

@media (max-width: 767px) {
	.resource-junior__heading {
		font-size: 24px;
		line-height: 29px;
		padding: 0 20px;
	}
	.resource-junior .underline {
		width: 240px;
		margin-top: 18px;
	}
	.resource-junior__middle::after {
		background-image: url('../assets/images/resource-junior/resource-bg-middle-mobile.webp');
		background-repeat: repeat-x;
		background-size: 110% 100%;
		background-position: center center;
		top: 22.1%;
		bottom: 29.6%;
	}
	.resource-junior__bottom {
		background-size: 145% 100%;
	}
	.resource-junior__bottom::after {
		background-size: 600px;
		background-position: right 70% top -16%;
	}

	.resource-junior__header {
		background-position: center bottom 51px;
		background-size: 170% 120%;
	}
	.resource-junior__header::after {
		background-size: 1000px;
		background-position: left -315px top -185px;
	}
	.resource-header__headline {
		margin-top: 24px;
		font-size: 14px;
		line-height: 20px;
	}
	.resource-header__welcome {
		gap: 0px;
		padding-bottom: 0;
	}
	.resource-header__img-main--desktop {
		display: none;
	}
	.resource-header__img-main--mobile {
		display: block;
		max-width: 357px;
		margin-bottom: 19px;
		position: relative;
		left: 3px;
	}
	.resource-header__img {
		margin-top: 12px;
	}

	.resource-balance {
		flex-direction: column;
		gap: 32px;
		margin-top: 30px;
		padding: 0 24px;
	}
	.resource-balance__item {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.resource-balance__accent .resource-support__item {
		width: auto;
	}
	.resource-balance__icon {
		height: 120px;
	}
	.resource-balance__name {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	.resource-balance__text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}

	.resource-junior__support {
		margin-top: 0px;
	}
	.resource-junior__support .resource-junior__heading {
		max-width: 48%;
	}
	.resource-support {
		padding-top: 30px;
	}
	.resource-balance__accent {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 22px;
	}
	.resource-balance__situations {
		margin-top: 40px;
		padding: 0 100px;
		flex-wrap: wrap;
		gap: 40px 16px;
	}
	.resource-balance__situations .resource-support__item {
		max-width: 171px;
		text-align: center;
	}
	.resource-support__icon {
		width: auto;
		height: 120px;
	}
	.resource-support__text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 22px;
	}

	.resource-products {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.resource-junior__products {
		margin-top: 120px;
		transform: translateY(-55px);
	}

	.resource-junior__retailers {
		margin-top: 40px;
		padding-top: 48px;
	}
	.resource-retailers {
		/* gap: 0px 8px; */
		margin-top: 24px;
	}
	.resource-retailers__item {
		width: 114px;
		height: 114px;
	}
	.resource-retailers__link {
		scale: 0.8;
	}
	.resource-retailers__link:hover {
		scale: 0.8;
	}

	.resource-junior__source {
		padding: 24px 0 16px;
	}

	/* .resource-retailers-buy {
		display: none;
	} */

	/* .ui-shop-dropdown__toggle {
		background-size: 18px;
		background-position: left 36px center;
		padding: 11px 42px 11px 68px;
		font-size: 14px;
	} */

	.resource-retailers-buy {
		right: 42px;
	}

	.ui-shop-dropdown__menu {
		width: 170px;
	}
	.resource-products__item::after {
		background-size: 237px;
	}

	.resource-products__img--jar {
		top: -8px;
	}
	
}

@media (max-width: 620px) {
	.resource-junior__middle::after {
		top: 23.1%;
	}
	.resource-junior__bottom::after {
		background-image: url(../assets/images/resource-junior/resource-bg-decor-2.webp);
		background-size: 600px;
		background-position: right 25% top -6%;
	}
	.resource-junior__support .resource-junior__heading {
		max-width: none;
	}
	.resource-balance__situations {
		padding: 0 24px;
	}
}

@media (max-width: 479px) {
	.resource-junior__header {
		background-position: center bottom 55px;
		background-size: 172% 102%;
	}
	.resource-junior__header::after {
		background-size: 750px;
		background-position: left -290px top -150px;
	}
	.resource-junior__middle::after {
		bottom: 29%;
	}
	.resource-junior__bottom {
		background-size: 165% 100%;
	}
	.resource-balance__situations {
		padding: 0px;
	}
}

@media (max-width: 389px) {
	.resource-junior__middle::after {
		top: 24.1%;
	}
	.resource-balance {
		padding: 0;
	}
	.resource-balance__situations .resource-support__item {
		max-width: 135px;
	}
	.resource-retailers {
		gap: 8px;
	}
	.resource-retailers__item:nth-child(4) {
		order: 1;
	}
}

