/** Shopify CDN: Minification failed

Line 133:0 "@charset" must be the first rule in the file
Line 7479:16 Expected ":"

**/
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-container-pointer-events {
	touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}
.swiper-button-lock {
	display: none;
}
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
.account #Rise-account-page-button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	/* 1 */
	overflow: visible;
	/* 1 */
	height: 0;
	box-sizing: content-box;
	/* 2 */
}
/**
 * Remove the gray background on active links in IE 10.
 */
a, .account #Rise-account-page-button {
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	/* 1 */
	margin: 0;
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input[type=submit] {
	border: none;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
button,
input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	/* 1 */
	padding: 0;
	box-sizing: border-box;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
[hidden] {
	display: none;
}
@font-face {
	font-family: "Faber Sans Pro";
	src: url("FaberSansPro-Leicht.woff2") format("woff2"), url("FaberSansPro-Leicht.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Faber Sans Pro";
	src: url("FaberSansPro-Normal.woff2") format("woff2"), url("FaberSansPro-Normal.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Faber Sans Pro";
	src: url("FaberSansPro-Kraeftig.woff2") format("woff2"), url("FaberSansPro-Kraeftig.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Faber Sans Pro";
	src: url("FaberSansPro-Halbfett.woff2") format("woff2"), url("FaberSansPro-Halbfett.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Faber Sans Pro";
	src: url("FaberSansPro-Schwer.woff2") format("woff2"), url("FaberSansPro-Schwer.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Freight Big";
	src: url("FreightBigLight.woff2") format("woff2"), url("FreightBigLight.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Casablanca";
	src: url("Casablanca_Medium.woff2") format("woff2"), url("Casablanca_Medium.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
body {
	font-size: 16px;
}
h1 {
	font-family: "Casablanca", serif;
	font-size: var(--first_heading-size-adjust);
	line-height: 1.07;
}
h2 {
	font-family: "Casablanca", serif;
	font-size: var(--second_heading-size-adjust);
	font-weight: 400;
	line-height: 1.07;
}
@media (max-width: 991px) {
	h2 {
		font-size: calc(var(--second_heading-size-adjust) - 14px);
	}
}
h3 {
	font-family: "Faber Sans Pro", serif;
	font-size: var(--third_heading-size-adjust);
	line-height: 1.03;
}
@media (max-width: 767px) {
	h3 {
		font-size: calc(var(--third_heading-size-adjust) - 6px);
	}
}
h4 {
	font-family: "Faber Sans Pro", serif;
	font-size: var(--fourth_heading-size-adjust);
	line-height: 1.03;
}
h5 {
	font-size: var(--fifth_heading-size-adjust);
}
h6 {
	font-size: var(--sixth_heading-size-adjust);
}
p {
	font-family: "Faber Sans Pro", serif;
	font-size: var(--paragraph_size-adjust);
	line-height: 1.47;
	letter-spacing: 0.09px;
	color: #5E4E9F;
}
a, .account #Rise-account-page-button {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.08px;
	text-decoration: none;
	color: #5E4E9F;
}
* {
	outline: none;
	box-sizing: border-box;
}
html,
body {
	background-color: #fff;
}
html.lock,
body.lock {
	position: sticky;
	overflow: hidden;
	width: 100%;
	height: 100%;
	touch-action: none;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: "Faber Sans Pro", serif;
}
.content {
	flex: 1 0 auto;
}
.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}
.hidden {
	display: none;
}
picture img {
	filter: blur(0);
	transition-property: filter;
	transition-duration: 0.3s;
	will-change: filter;
}
.lazy img {
	filter: blur(10px);
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
}

.link {
	transition: opacity 0.3s ease;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.link:hover {
		opacity: 0.5;
	}
}
.swiper-slide {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
@supports (-webkit-touch-callout: none) {
	svg {
		overflow: visible;
	}
}
@-webkit-keyframes button-gradient-fade {
	0% {
		background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	}
	2% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.98) 0%, rgba(173, 129, 171, 0.98) 100%);
	}
	4% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.96) 0%, rgba(173, 129, 171, 0.96) 100%);
	}
	6% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.94) 0%, rgba(173, 129, 171, 0.94) 100%);
	}
	8% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.92) 0%, rgba(173, 129, 171, 0.92) 100%);
	}
	10% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.9) 0%, rgba(173, 129, 171, 0.9) 100%);
	}
	12% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.88) 0%, rgba(173, 129, 171, 0.88) 100%);
	}
	14% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.86) 0%, rgba(173, 129, 171, 0.86) 100%);
	}
	16% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.84) 0%, rgba(173, 129, 171, 0.84) 100%);
	}
	18% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.82) 0%, rgba(173, 129, 171, 0.82) 100%);
	}
	20% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.8) 0%, rgba(173, 129, 171, 0.8) 100%);
	}
	22% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.78) 0%, rgba(173, 129, 171, 0.78) 100%);
	}
	24% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.76) 0%, rgba(173, 129, 171, 0.76) 100%);
	}
	26% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.74) 0%, rgba(173, 129, 171, 0.74) 100%);
	}
	28% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.72) 0%, rgba(173, 129, 171, 0.72) 100%);
	}
	30% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.7) 0%, rgba(173, 129, 171, 0.7) 100%);
	}
	32% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.68) 0%, rgba(173, 129, 171, 0.68) 100%);
	}
	34% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.66) 0%, rgba(173, 129, 171, 0.66) 100%);
	}
	36% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.64) 0%, rgba(173, 129, 171, 0.64) 100%);
	}
	38% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.62) 0%, rgba(173, 129, 171, 0.62) 100%);
	}
	40% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.6) 0%, rgba(173, 129, 171, 0.6) 100%);
	}
	42% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.58) 0%, rgba(173, 129, 171, 0.58) 100%);
	}
	44% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.56) 0%, rgba(173, 129, 171, 0.56) 100%);
	}
	46% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.54) 0%, rgba(173, 129, 171, 0.54) 100%);
	}
	48% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.52) 0%, rgba(173, 129, 171, 0.52) 100%);
	}
	50% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.5) 0%, rgba(173, 129, 171, 0.5) 100%);
	}
	52% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.48) 0%, rgba(173, 129, 171, 0.48) 100%);
	}
	54% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.46) 0%, rgba(173, 129, 171, 0.46) 100%);
	}
	56% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.44) 0%, rgba(173, 129, 171, 0.44) 100%);
	}
	58% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.42) 0%, rgba(173, 129, 171, 0.42) 100%);
	}
	60% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.4) 0%, rgba(173, 129, 171, 0.4) 100%);
	}
	62% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.38) 0%, rgba(173, 129, 171, 0.38) 100%);
	}
	64% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.36) 0%, rgba(173, 129, 171, 0.36) 100%);
	}
	66% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.34) 0%, rgba(173, 129, 171, 0.34) 100%);
	}
	68% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.32) 0%, rgba(173, 129, 171, 0.32) 100%);
	}
	70% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.3) 0%, rgba(173, 129, 171, 0.3) 100%);
	}
	72% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.28) 0%, rgba(173, 129, 171, 0.28) 100%);
	}
	74% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.26) 0%, rgba(173, 129, 171, 0.26) 100%);
	}
	76% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.24) 0%, rgba(173, 129, 171, 0.24) 100%);
	}
	78% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.22) 0%, rgba(173, 129, 171, 0.22) 100%);
	}
	80% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.2) 0%, rgba(173, 129, 171, 0.2) 100%);
	}
	82% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.18) 0%, rgba(173, 129, 171, 0.18) 100%);
	}
	84% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.16) 0%, rgba(173, 129, 171, 0.16) 100%);
	}
	86% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.14) 0%, rgba(173, 129, 171, 0.14) 100%);
	}
	88% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.12) 0%, rgba(173, 129, 171, 0.12) 100%);
	}
	90% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.1) 0%, rgba(173, 129, 171, 0.1) 100%);
	}
	92% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.08) 0%, rgba(173, 129, 171, 0.08) 100%);
	}
	94% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.06) 0%, rgba(173, 129, 171, 0.06) 100%);
	}
	96% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.04) 0%, rgba(173, 129, 171, 0.04) 100%);
	}
	98% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.02) 0%, rgba(173, 129, 171, 0.02) 100%);
	}
	100% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0) 0%, rgba(173, 129, 171, 0) 100%);
	}
}
@keyframes button-gradient-fade {
	0% {
		background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	}
	2% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.98) 0%, rgba(173, 129, 171, 0.98) 100%);
	}
	4% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.96) 0%, rgba(173, 129, 171, 0.96) 100%);
	}
	6% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.94) 0%, rgba(173, 129, 171, 0.94) 100%);
	}
	8% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.92) 0%, rgba(173, 129, 171, 0.92) 100%);
	}
	10% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.9) 0%, rgba(173, 129, 171, 0.9) 100%);
	}
	12% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.88) 0%, rgba(173, 129, 171, 0.88) 100%);
	}
	14% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.86) 0%, rgba(173, 129, 171, 0.86) 100%);
	}
	16% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.84) 0%, rgba(173, 129, 171, 0.84) 100%);
	}
	18% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.82) 0%, rgba(173, 129, 171, 0.82) 100%);
	}
	20% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.8) 0%, rgba(173, 129, 171, 0.8) 100%);
	}
	22% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.78) 0%, rgba(173, 129, 171, 0.78) 100%);
	}
	24% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.76) 0%, rgba(173, 129, 171, 0.76) 100%);
	}
	26% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.74) 0%, rgba(173, 129, 171, 0.74) 100%);
	}
	28% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.72) 0%, rgba(173, 129, 171, 0.72) 100%);
	}
	30% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.7) 0%, rgba(173, 129, 171, 0.7) 100%);
	}
	32% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.68) 0%, rgba(173, 129, 171, 0.68) 100%);
	}
	34% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.66) 0%, rgba(173, 129, 171, 0.66) 100%);
	}
	36% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.64) 0%, rgba(173, 129, 171, 0.64) 100%);
	}
	38% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.62) 0%, rgba(173, 129, 171, 0.62) 100%);
	}
	40% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.6) 0%, rgba(173, 129, 171, 0.6) 100%);
	}
	42% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.58) 0%, rgba(173, 129, 171, 0.58) 100%);
	}
	44% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.56) 0%, rgba(173, 129, 171, 0.56) 100%);
	}
	46% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.54) 0%, rgba(173, 129, 171, 0.54) 100%);
	}
	48% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.52) 0%, rgba(173, 129, 171, 0.52) 100%);
	}
	50% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.5) 0%, rgba(173, 129, 171, 0.5) 100%);
	}
	52% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.48) 0%, rgba(173, 129, 171, 0.48) 100%);
	}
	54% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.46) 0%, rgba(173, 129, 171, 0.46) 100%);
	}
	56% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.44) 0%, rgba(173, 129, 171, 0.44) 100%);
	}
	58% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.42) 0%, rgba(173, 129, 171, 0.42) 100%);
	}
	60% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.4) 0%, rgba(173, 129, 171, 0.4) 100%);
	}
	62% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.38) 0%, rgba(173, 129, 171, 0.38) 100%);
	}
	64% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.36) 0%, rgba(173, 129, 171, 0.36) 100%);
	}
	66% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.34) 0%, rgba(173, 129, 171, 0.34) 100%);
	}
	68% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.32) 0%, rgba(173, 129, 171, 0.32) 100%);
	}
	70% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.3) 0%, rgba(173, 129, 171, 0.3) 100%);
	}
	72% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.28) 0%, rgba(173, 129, 171, 0.28) 100%);
	}
	74% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.26) 0%, rgba(173, 129, 171, 0.26) 100%);
	}
	76% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.24) 0%, rgba(173, 129, 171, 0.24) 100%);
	}
	78% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.22) 0%, rgba(173, 129, 171, 0.22) 100%);
	}
	80% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.2) 0%, rgba(173, 129, 171, 0.2) 100%);
	}
	82% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.18) 0%, rgba(173, 129, 171, 0.18) 100%);
	}
	84% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.16) 0%, rgba(173, 129, 171, 0.16) 100%);
	}
	86% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.14) 0%, rgba(173, 129, 171, 0.14) 100%);
	}
	88% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.12) 0%, rgba(173, 129, 171, 0.12) 100%);
	}
	90% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.1) 0%, rgba(173, 129, 171, 0.1) 100%);
	}
	92% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.08) 0%, rgba(173, 129, 171, 0.08) 100%);
	}
	94% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.06) 0%, rgba(173, 129, 171, 0.06) 100%);
	}
	96% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.04) 0%, rgba(173, 129, 171, 0.04) 100%);
	}
	98% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.02) 0%, rgba(173, 129, 171, 0.02) 100%);
	}
	100% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0) 0%, rgba(173, 129, 171, 0) 100%);
	}
}
@-webkit-keyframes button-gradient-fade-hover {
	0% {
		background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	}
	2% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.98) 0%, rgba(173, 129, 171, 0.98) 100%);
	}
	4% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.96) 0%, rgba(173, 129, 171, 0.96) 100%);
	}
	6% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.94) 0%, rgba(173, 129, 171, 0.94) 100%);
	}
	8% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.92) 0%, rgba(173, 129, 171, 0.92) 100%);
	}
	10% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.9) 0%, rgba(173, 129, 171, 0.9) 100%);
	}
	12% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.88) 0%, rgba(173, 129, 171, 0.88) 100%);
	}
	14% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.86) 0%, rgba(173, 129, 171, 0.86) 100%);
	}
	16% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.84) 0%, rgba(173, 129, 171, 0.84) 100%);
	}
	18% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.82) 0%, rgba(173, 129, 171, 0.82) 100%);
	}
	20% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.8) 0%, rgba(173, 129, 171, 0.8) 100%);
	}
	22% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.78) 0%, rgba(173, 129, 171, 0.78) 100%);
	}
	24% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.76) 0%, rgba(173, 129, 171, 0.76) 100%);
	}
	26% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.74) 0%, rgba(173, 129, 171, 0.74) 100%);
	}
	28% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.72) 0%, rgba(173, 129, 171, 0.72) 100%);
	}
	30% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.7) 0%, rgba(173, 129, 171, 0.7) 100%);
	}
	32% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.68) 0%, rgba(173, 129, 171, 0.68) 100%);
	}
	34% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.66) 0%, rgba(173, 129, 171, 0.66) 100%);
	}
	36% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.64) 0%, rgba(173, 129, 171, 0.64) 100%);
	}
	38% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.62) 0%, rgba(173, 129, 171, 0.62) 100%);
	}
	40% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.6) 0%, rgba(173, 129, 171, 0.6) 100%);
	}
	42% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.58) 0%, rgba(173, 129, 171, 0.58) 100%);
	}
	44% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.56) 0%, rgba(173, 129, 171, 0.56) 100%);
	}
	46% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.54) 0%, rgba(173, 129, 171, 0.54) 100%);
	}
	48% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.52) 0%, rgba(173, 129, 171, 0.52) 100%);
	}
	50% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.5) 0%, rgba(173, 129, 171, 0.5) 100%);
	}
	52% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.48) 0%, rgba(173, 129, 171, 0.48) 100%);
	}
	54% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.46) 0%, rgba(173, 129, 171, 0.46) 100%);
	}
	56% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.44) 0%, rgba(173, 129, 171, 0.44) 100%);
	}
	58% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.42) 0%, rgba(173, 129, 171, 0.42) 100%);
	}
	60% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.4) 0%, rgba(173, 129, 171, 0.4) 100%);
	}
	62% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.38) 0%, rgba(173, 129, 171, 0.38) 100%);
	}
	64% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.36) 0%, rgba(173, 129, 171, 0.36) 100%);
	}
	66% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.34) 0%, rgba(173, 129, 171, 0.34) 100%);
	}
	68% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.32) 0%, rgba(173, 129, 171, 0.32) 100%);
	}
	70% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.3) 0%, rgba(173, 129, 171, 0.3) 100%);
	}
	72% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.28) 0%, rgba(173, 129, 171, 0.28) 100%);
	}
	74% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.26) 0%, rgba(173, 129, 171, 0.26) 100%);
	}
	76% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.24) 0%, rgba(173, 129, 171, 0.24) 100%);
	}
	78% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.22) 0%, rgba(173, 129, 171, 0.22) 100%);
	}
	80% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.2) 0%, rgba(173, 129, 171, 0.2) 100%);
	}
	82% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.18) 0%, rgba(173, 129, 171, 0.18) 100%);
	}
	84% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.16) 0%, rgba(173, 129, 171, 0.16) 100%);
	}
	86% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.14) 0%, rgba(173, 129, 171, 0.14) 100%);
	}
	88% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.12) 0%, rgba(173, 129, 171, 0.12) 100%);
	}
	90% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.1) 0%, rgba(173, 129, 171, 0.1) 100%);
	}
	92% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.08) 0%, rgba(173, 129, 171, 0.08) 100%);
	}
	94% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.06) 0%, rgba(173, 129, 171, 0.06) 100%);
	}
	96% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.04) 0%, rgba(173, 129, 171, 0.04) 100%);
	}
	98% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.02) 0%, rgba(173, 129, 171, 0.02) 100%);
	}
	100% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0) 0%, rgba(173, 129, 171, 0) 100%);
	}
}
@keyframes button-gradient-fade-hover {
	0% {
		background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	}
	2% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.98) 0%, rgba(173, 129, 171, 0.98) 100%);
	}
	4% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.96) 0%, rgba(173, 129, 171, 0.96) 100%);
	}
	6% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.94) 0%, rgba(173, 129, 171, 0.94) 100%);
	}
	8% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.92) 0%, rgba(173, 129, 171, 0.92) 100%);
	}
	10% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.9) 0%, rgba(173, 129, 171, 0.9) 100%);
	}
	12% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.88) 0%, rgba(173, 129, 171, 0.88) 100%);
	}
	14% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.86) 0%, rgba(173, 129, 171, 0.86) 100%);
	}
	16% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.84) 0%, rgba(173, 129, 171, 0.84) 100%);
	}
	18% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.82) 0%, rgba(173, 129, 171, 0.82) 100%);
	}
	20% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.8) 0%, rgba(173, 129, 171, 0.8) 100%);
	}
	22% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.78) 0%, rgba(173, 129, 171, 0.78) 100%);
	}
	24% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.76) 0%, rgba(173, 129, 171, 0.76) 100%);
	}
	26% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.74) 0%, rgba(173, 129, 171, 0.74) 100%);
	}
	28% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.72) 0%, rgba(173, 129, 171, 0.72) 100%);
	}
	30% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.7) 0%, rgba(173, 129, 171, 0.7) 100%);
	}
	32% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.68) 0%, rgba(173, 129, 171, 0.68) 100%);
	}
	34% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.66) 0%, rgba(173, 129, 171, 0.66) 100%);
	}
	36% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.64) 0%, rgba(173, 129, 171, 0.64) 100%);
	}
	38% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.62) 0%, rgba(173, 129, 171, 0.62) 100%);
	}
	40% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.6) 0%, rgba(173, 129, 171, 0.6) 100%);
	}
	42% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.58) 0%, rgba(173, 129, 171, 0.58) 100%);
	}
	44% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.56) 0%, rgba(173, 129, 171, 0.56) 100%);
	}
	46% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.54) 0%, rgba(173, 129, 171, 0.54) 100%);
	}
	48% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.52) 0%, rgba(173, 129, 171, 0.52) 100%);
	}
	50% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.5) 0%, rgba(173, 129, 171, 0.5) 100%);
	}
	52% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.48) 0%, rgba(173, 129, 171, 0.48) 100%);
	}
	54% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.46) 0%, rgba(173, 129, 171, 0.46) 100%);
	}
	56% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.44) 0%, rgba(173, 129, 171, 0.44) 100%);
	}
	58% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.42) 0%, rgba(173, 129, 171, 0.42) 100%);
	}
	60% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.4) 0%, rgba(173, 129, 171, 0.4) 100%);
	}
	62% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.38) 0%, rgba(173, 129, 171, 0.38) 100%);
	}
	64% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.36) 0%, rgba(173, 129, 171, 0.36) 100%);
	}
	66% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.34) 0%, rgba(173, 129, 171, 0.34) 100%);
	}
	68% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.32) 0%, rgba(173, 129, 171, 0.32) 100%);
	}
	70% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.3) 0%, rgba(173, 129, 171, 0.3) 100%);
	}
	72% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.28) 0%, rgba(173, 129, 171, 0.28) 100%);
	}
	74% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.26) 0%, rgba(173, 129, 171, 0.26) 100%);
	}
	76% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.24) 0%, rgba(173, 129, 171, 0.24) 100%);
	}
	78% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.22) 0%, rgba(173, 129, 171, 0.22) 100%);
	}
	80% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.2) 0%, rgba(173, 129, 171, 0.2) 100%);
	}
	82% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.18) 0%, rgba(173, 129, 171, 0.18) 100%);
	}
	84% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.16) 0%, rgba(173, 129, 171, 0.16) 100%);
	}
	86% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.14) 0%, rgba(173, 129, 171, 0.14) 100%);
	}
	88% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.12) 0%, rgba(173, 129, 171, 0.12) 100%);
	}
	90% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.1) 0%, rgba(173, 129, 171, 0.1) 100%);
	}
	92% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.08) 0%, rgba(173, 129, 171, 0.08) 100%);
	}
	94% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.06) 0%, rgba(173, 129, 171, 0.06) 100%);
	}
	96% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.04) 0%, rgba(173, 129, 171, 0.04) 100%);
	}
	98% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0.02) 0%, rgba(173, 129, 171, 0.02) 100%);
	}
	100% {
		background-image: linear-gradient(90deg, rgba(105, 87, 160, 0) 0%, rgba(173, 129, 171, 0) 100%);
	}
}
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: "object-fit: cover;";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* stylelint-disable */
.button, .shopify-challenge .shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta, .junip-product-review .junip-write-review-cta {
	display: inline-block;
	min-width: 180px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 43px;
	padding-right: 43px;
	font-family: "Faber Sans Pro", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.0625;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.button,
		.shopify-challenge .shopify-challenge__button,
		.junip-product-review .junip-write-review-cta-container .junip-write-review-cta,
		.junip-product-review .junip-write-review-cta { 
			padding: 16px 29px;
			min-width: 158px;
		}
}
.button.button--primary, .shopify-challenge .button--primary.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--primary.junip-write-review-cta, .junip-product-review .button--primary.junip-write-review-cta {
	background: #fff;
	color: #000;
	text-transform: capitalize;
	transition: 0.3s linear all;
}
.button.button--primary span, .shopify-challenge .button--primary.shopify-challenge__button span, .junip-product-review .junip-write-review-cta-container .button--primary.junip-write-review-cta span, .junip-product-review .button--primary.junip-write-review-cta span {
	color: #3c3d42;
	background-color: #3c3d42;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 25%, #3c3d42 75%) no-repeat 100% 100%;
	background-size: 400% 400%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 300ms ease-in-out 5ms;
}
.button.button--primary:hover, .shopify-challenge .button--primary.shopify-challenge__button:hover, .junip-product-review .button--primary.junip-write-review-cta:hover, .button.button--primary:focus, .shopify-challenge .button--primary.shopify-challenge__button:focus, .junip-product-review .button--primary.junip-write-review-cta:focus {
	box-shadow: 0px 10px 10px rgba(96, 80, 159, 0.2);
}
.button.button--primary:hover span, .shopify-challenge .button--primary.shopify-challenge__button:hover span, .junip-product-review .button--primary.junip-write-review-cta:hover span, .button.button--primary:focus span, .shopify-challenge .button--primary.shopify-challenge__button:focus span, .junip-product-review .button--primary.junip-write-review-cta:focus span {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 25%, #3c3d42 75%) no-repeat 100% 0%;
	background-position: 0 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 400% 400%;
}
.button.button--secondary, .shopify-challenge .shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container .button--secondary.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta, .junip-product-review .button.junip-write-review-cta, .junip-product-review .shopify-challenge .junip-write-review-cta.shopify-challenge__button, .shopify-challenge .junip-product-review .junip-write-review-cta.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta, .junip-product-review .button--secondary.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta, .junip-product-review .junip-write-review-cta {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	color: #fff;
	text-transform: capitalize;
	transition: 0.3s linear all;
}
.button.button--secondary::before, .shopify-challenge .shopify-challenge__button::before, .junip-product-review .junip-write-review-cta-container .button.junip-write-review-cta::before, .junip-product-review .junip-write-review-cta-container .button--secondary.junip-write-review-cta::before, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta::before, .junip-product-review .button.junip-write-review-cta::before, .junip-product-review .shopify-challenge .junip-write-review-cta.shopify-challenge__button::before, .shopify-challenge .junip-product-review .junip-write-review-cta.shopify-challenge__button::before, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta::before, .junip-product-review .button--secondary.junip-write-review-cta::before, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta::before, .junip-product-review .junip-write-review-cta::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ab80ac;
	transition: opacity 0.3s linear;
}
.button.button--secondary:hover, .shopify-challenge .shopify-challenge__button:hover, .junip-product-review .button.junip-write-review-cta:hover, .junip-product-review .shopify-challenge .junip-write-review-cta.shopify-challenge__button:hover, .shopify-challenge .junip-product-review .junip-write-review-cta.shopify-challenge__button:hover, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta:hover, .junip-product-review .button--secondary.junip-write-review-cta:hover, .junip-product-review .junip-write-review-cta:hover {
	color: #000;
}
.button.button--secondary:hover::before, .shopify-challenge .shopify-challenge__button:hover::before, .junip-product-review .button.junip-write-review-cta:hover::before, .junip-product-review .shopify-challenge .junip-write-review-cta.shopify-challenge__button:hover::before, .shopify-challenge .junip-product-review .junip-write-review-cta.shopify-challenge__button:hover::before, .junip-product-review .junip-write-review-cta-container .junip-write-review-cta:hover::before, .junip-product-review .button--secondary.junip-write-review-cta:hover::before, .junip-product-review .junip-write-review-cta:hover::before {
	opacity: 1;
}
.button.button-thirdary, .shopify-challenge .button-thirdary.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button-thirdary.junip-write-review-cta, .junip-product-review .button-thirdary.junip-write-review-cta {
	position: relative;
}
.button.button-thirdary .icon-line-purple, .shopify-challenge .button-thirdary.shopify-challenge__button .icon-line-purple, .junip-product-review .button-thirdary.junip-write-review-cta .icon-line-purple {
	width: calc(100% + 60px);
}
.button.button-thirdary:hover, .shopify-challenge .button-thirdary.shopify-challenge__button:hover, .junip-product-review .button-thirdary.junip-write-review-cta:hover {
	background-image: linear-gradient(45deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.button.button-thirdary:hover::after, .shopify-challenge .button-thirdary.shopify-challenge__button:hover::after, .junip-product-review .button-thirdary.junip-write-review-cta:hover::after {
	content: unset;
}
.button.button-thirdary:hover .icon-line-purple path, .shopify-challenge .button-thirdary.shopify-challenge__button:hover .icon-line-purple path, .junip-product-review .button-thirdary.junip-write-review-cta:hover .icon-line-purple path {
	stroke-dashoffset: 0;
}
.button.button--gradient-transition, .shopify-challenge .button--gradient-transition.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--gradient-transition.junip-write-review-cta, .junip-product-review .button--gradient-transition.junip-write-review-cta {
	position: relative;
	background-color: transparent;
	z-index: 1;
}
.button.button--gradient-transition:after, .shopify-challenge .button--gradient-transition.shopify-challenge__button:after, .junip-product-review .junip-write-review-cta-container .button--gradient-transition.junip-write-review-cta:after, .junip-product-review .button--gradient-transition.junip-write-review-cta:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
	opacity: 0.3;
	transition: 0.3s linear all;
}
.button.button--gradient-transition:hover:after, .shopify-challenge .button--gradient-transition.shopify-challenge__button:hover:after, .junip-product-review .button--gradient-transition.junip-write-review-cta:hover:after, .button.button--gradient-transition:focus:after, .shopify-challenge .button--gradient-transition.shopify-challenge__button:focus:after, .junip-product-review .button--gradient-transition.junip-write-review-cta:focus:after {
	opacity: 0.7;
}
.button.button--full-width, .shopify-challenge .button--full-width.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--full-width.junip-write-review-cta, .junip-product-review .button--full-width.junip-write-review-cta {
	width: 100%;
}
.button.button--rounded, .shopify-challenge .button--rounded.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--rounded.junip-write-review-cta, .junip-product-review .button--rounded.junip-write-review-cta {
	border-radius: 8px;
}
.button.button--rounded::after, .shopify-challenge .button--rounded.shopify-challenge__button::after, .junip-product-review .junip-write-review-cta-container .button--rounded.junip-write-review-cta::after, .junip-product-review .button--rounded.junip-write-review-cta::after {
	border-radius: 8px;
}
.button.button--share, .shopify-challenge .button--share.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--share.junip-write-review-cta, .junip-product-review .button--share.junip-write-review-cta {
	min-width: unset;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
@media (max-width: 767px) {
	.button.button--share, .shopify-challenge .button--share.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--share.junip-write-review-cta, .junip-product-review .button--share.junip-write-review-cta {
		min-width: unset;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.button.button--share, .shopify-challenge .button--share.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container .button--share.junip-write-review-cta, .junip-product-review .button--share.junip-write-review-cta {
		display: inline-flex;
		justify-content: center;
	}
}
input.button.button--secondary, .shopify-challenge input.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container input.button.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container input.button--secondary.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container input.junip-write-review-cta, .junip-product-review input.button.junip-write-review-cta, .junip-product-review .shopify-challenge input.junip-write-review-cta.shopify-challenge__button, .shopify-challenge .junip-product-review input.junip-write-review-cta.shopify-challenge__button, .junip-product-review .junip-write-review-cta-container input.junip-write-review-cta, .junip-product-review input.button--secondary.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container input.junip-write-review-cta, .junip-product-review input.junip-write-review-cta {
	border: 1px solid transparent;
	background-color: transparent;
	transition: background-image 0.3s ease;
}
input.button.button--secondary:not(:hover), .shopify-challenge input.shopify-challenge__button:not(:hover), .junip-product-review input.button.junip-write-review-cta:not(:hover), .junip-product-review .shopify-challenge input.junip-write-review-cta.shopify-challenge__button:not(:hover), .shopify-challenge .junip-product-review input.junip-write-review-cta.shopify-challenge__button:not(:hover), .junip-product-review .junip-write-review-cta-container input.junip-write-review-cta:not(:hover), .junip-product-review input.button--secondary.junip-write-review-cta:not(:hover), .junip-product-review input.junip-write-review-cta:not(:hover) {
	-webkit-animation-name: button-gradient-fade;
	        animation-name: button-gradient-fade;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	animation-direction: reverse;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	input.button.button--secondary:hover, .shopify-challenge input.shopify-challenge__button:hover, .junip-product-review input.button.junip-write-review-cta:hover, .junip-product-review .shopify-challenge input.junip-write-review-cta.shopify-challenge__button:hover, .shopify-challenge .junip-product-review input.junip-write-review-cta.shopify-challenge__button:hover, .junip-product-review .junip-write-review-cta-container input.junip-write-review-cta:hover, .junip-product-review input.button--secondary.junip-write-review-cta:hover, .junip-product-review input.junip-write-review-cta:hover {
		-webkit-animation-name: button-gradient-fade-hover;
		        animation-name: button-gradient-fade-hover;
		-webkit-animation-duration: 0.3s;
		        animation-duration: 0.3s;
		-webkit-animation-fill-mode: both;
		        animation-fill-mode: both;
		-webkit-animation-direction: normal;
		        animation-direction: normal;
		-webkit-animation-play-state: running;
		        animation-play-state: running;
		border: 1px solid #ab80ac;
	}
}
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.input,
.select,
.junip-product-review .junip-product-review-container .junip-review-sort .junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select {
	min-width: 280px;
	padding: 13px 30px;
	background: #ffffff;
	border: 1px solid #e0dfe3;
	border-radius: 54px;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	line-height: 1.46;
	color: #000;
	transition: 0.2s linear all;
}
.input::-moz-placeholder, .select::-moz-placeholder, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select::-moz-placeholder, .junip-product-review .junip-product-review-container .junip-select-container .junip-select::-moz-placeholder {
	color: #646174;
	opacity: 0.5;
}
.input:-ms-input-placeholder, .select:-ms-input-placeholder, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select:-ms-input-placeholder, .junip-product-review .junip-product-review-container .junip-select-container .junip-select:-ms-input-placeholder {
	color: #646174;
	opacity: 0.5;
}
.input::placeholder,
.select::placeholder,
.junip-product-review .junip-product-review-container .junip-review-sort .junip-select::placeholder,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select::placeholder {
	color: #646174;
	opacity: 0.5;
}
.input.input--error,
.select.input--error,
.junip-product-review .junip-product-review-container .junip-review-sort .input--error.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .input--error.junip-select {
	border: 1px solid #ff0000;
}
.input.input--error:focus,
.select.input--error:focus,
.junip-product-review .junip-product-review-container .junip-review-sort .input--error.junip-select:focus,
.junip-product-review .junip-product-review-container .junip-select-container .input--error.junip-select:focus {
	border: 1px solid #ff0000;
	box-shadow: none;
}
.input:focus,
.select:focus,
.junip-product-review .junip-product-review-container .junip-review-sort .junip-select:focus,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select:focus {
	border: 1px solid #ab80ac;
	box-shadow: 0px 10px 30px rgba(96, 80, 159, 0.2);
}
.input:focus + label,
.select:focus + label,
.junip-product-review .junip-product-review-container .junip-review-sort .junip-select:focus + label,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select:focus + label {
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	        background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.input.input--full-width,
.select.input--full-width,
.junip-product-review .junip-product-review-container .junip-review-sort .input--full-width.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .input--full-width.junip-select {
	width: 100%;
}
.input.error,
.select.error,
.junip-product-review .junip-product-review-container .junip-review-sort .error.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .error.junip-select {
	border-color: #eb001b;
}
.input.disabled, .input[disabled] {
	background: #646174;
	opacity: 0.08;
}
.select, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url("arrow-down.svg");
	background-size: 8px 5px;
	background-repeat: no-repeat;
	background-position: right 30px top 21px;
	cursor: pointer;
}
.select.select--error, .junip-product-review .junip-product-review-container .junip-review-sort .select--error.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .select--error.junip-select {
	border: 1px solid #ff0000;
}
.select.select--error:focus, .junip-product-review .junip-product-review-container .junip-review-sort .select--error.junip-select:focus,
.junip-product-review .junip-product-review-container .junip-select-container .select--error.junip-select:focus {
	border: 1px solid #ff0000;
	box-shadow: none;
}
.select.select--invalid, .junip-product-review .junip-product-review-container .junip-review-sort .select--invalid.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .select--invalid.junip-select, .select:disabled, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select:disabled,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select:disabled {
	color: rgba(100, 97, 116, 0.7);
}
.select.select--visible, .junip-product-review .junip-product-review-container .junip-review-sort .select--visible.junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .select--visible.junip-select {
	display: unset !important;
}
.select:disabled, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select:disabled,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select:disabled {
	opacity: 1;
}
.select:focus, .junip-product-review .junip-product-review-container .junip-review-sort .junip-select:focus,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select:focus {
	background-image: url("arrow-up.svg");
}
/* stylelint-enable */
/* stylelint-disable */
.input-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.input-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.input-radio input:checked ~ .checkmark {
	background-color: transparent;
	border: 1px solid #ab80ac;
}
.input-radio input:checked ~ .checkmark:after {
	display: block;
}
.input-radio .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 1px solid #e0dfe3;
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	transition: 0.3s linear all;
}
.input-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transition: 0.3s linear all;
}
.input-radio:hover input ~ .checkmark {
	border-color: #ab80ac;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.swiper-pagination {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 34px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 0.4;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #646174;
	background: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.social-sharing {
	overflow: hidden;
	display: flex;
	margin-bottom: 88px;
	margin-left: -7px;
	margin-right: -7px;
}
.social-sharing .social-sharing__item {
	margin-left: 7px;
	margin-right: 7px;
}
.social-sharing .social-sharing__icon {
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 28px;
}
.social-sharing .social-sharing__icon svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}
.social-sharing .social-sharing__link-text {
	display: inline-block;
	margin-top: 3px;
}
.social-sharing a.button, .social-sharing .shopify-challenge a.shopify-challenge__button, .shopify-challenge .social-sharing a.shopify-challenge__button, .social-sharing .junip-product-review .junip-write-review-cta-container a.junip-write-review-cta, .junip-product-review .junip-write-review-cta-container .social-sharing a.junip-write-review-cta, .social-sharing .junip-product-review a.junip-write-review-cta, .junip-product-review .social-sharing a.junip-write-review-cta, .social-sharing .account .button#Rise-account-page-button, .social-sharing .account .shopify-challenge #Rise-account-page-button.shopify-challenge__button, .shopify-challenge .social-sharing .account #Rise-account-page-button.shopify-challenge__button, .social-sharing .account .junip-product-review #Rise-account-page-button.junip-write-review-cta, .junip-product-review .social-sharing .account #Rise-account-page-button.junip-write-review-cta, .account .social-sharing .button#Rise-account-page-button, .account .social-sharing .shopify-challenge #Rise-account-page-button.shopify-challenge__button, .shopify-challenge .account .social-sharing #Rise-account-page-button.shopify-challenge__button, .account .social-sharing .junip-product-review #Rise-account-page-button.junip-write-review-cta, .junip-product-review .account .social-sharing #Rise-account-page-button.junip-write-review-cta {
	text-decoration: none;
	color: #322f44;
}
@media (max-width: 767px) {
	.social-sharing {
		margin-top: -3px;
		margin-bottom: 50px;
		margin-left: -3px;
		margin-right: -3px;
	}
	.social-sharing .social-sharing__item {
		width: calc(33.33333% - 6px);
		margin: 3px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		flex-shrink: 0;
	}
	.social-sharing .social-sharing__icon {
		width: 14px;
		height: 14px;
		margin-right: 22px;
	}
	.social-sharing .social-sharing__icon svg {
		width: 14px;
		height: 14px;
	}
}
@media (max-width: 480px) {
	.social-sharing .social-sharing__item {
		padding: 0;
	}
	.social-sharing .social-sharing__link-text {
		margin-top: 1px;
		font-size: 11px;
	}
	.social-sharing .social-sharing__icon {
		width: 11px;
		height: 11px;
		margin-right: 10px;
	}
	.social-sharing .social-sharing__icon svg {
		width: 11px;
		height: 11px;
	}
}
textarea,
.textarea {
	padding: 13px 30px;
	border: 1px solid #e0dfe3;
	background: #ffffff;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	line-height: 1.46;
	color: #000;
	resize: vertical;
	min-width: 280px;
	min-height: 55px;
	transition: 0.2s linear all;
}
textarea.input--error,
.textarea.input--error {
	border: 1px solid #ff0000;
}
textarea.input--error:focus,
.textarea.input--error:focus {
	border: 1px solid #ff0000;
	box-shadow: none;
}
textarea:focus,
.textarea:focus {
	border: 1px solid #ab80ac;
	box-shadow: 0px 10px 30px rgba(96, 80, 159, 0.2);
}
textarea:focus + label,
.textarea:focus + label {
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	        background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
textarea.textarea--full-width,
.textarea.textarea--full-width {
	width: 100%;
}
/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
.responsive-table th {
	color: inherit;
}
@media (max-width: 991px) {
	.responsive-table th,
.responsive-table td {
		color: inherit;
	}
}
.responsive-table td {
	color: inherit;
}
@media (max-width: 767px) {
	.responsive-table {
		width: 100%;
	}
	.responsive-table thead {
		display: none;
	}
	.responsive-table tr {
		display: block;
	}
	.responsive-table tr,
.responsive-table td {
		float: left;
		clear: both;
		width: 100%;
	}
	.responsive-table th,
.responsive-table td {
		display: block;
		margin: 0;
		padding: 15px 0;
		text-align: right;
	}
	.responsive-table td[data-label]::before {
		content: attr(data-label);
		float: left;
		padding-right: 10px;
		text-align: center;
	}

	.responsive-table-row + .responsive-table-row,
tfoot > .responsive-table-row:first-child {
		position: relative;
		margin-top: 40px;
		padding-top: 15px;
	}
}
.rte h4 {
	margin-bottom: 25px;
	font-weight: 700;
}
.rte h2 {
	margin-bottom: 25px;
	font-size: 36px;
}
.rte p {
	margin-bottom: 20px;
}
.rte a, .rte .account #Rise-account-page-button, .account .rte #Rise-account-page-button {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	line-height: 1.46;
	text-decoration: underline;
	color: #ab80ac;
}
.rte ol {
	counter-reset: my-awesome-counter;
}
.rte ol li {
	counter-increment: my-awesome-counter;
}
.rte ol li::before {
	content: counter(my-awesome-counter) ". ";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 25%, #3c3d42 75%) no-repeat 100% 0%;
	background-size: 400% 400%;
	background-position: 0 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rte ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	border-radius: 50%;
}
.rte ul,
.rte ol {
	margin-bottom: 50px;
	line-height: 1.47;
	letter-spacing: 0.08px;
}
.rte ul li,
.rte ol li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 25px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	color: #322f44;
}
.rte ul li:not(:last-child),
.rte ol li:not(:last-child) {
	margin-bottom: 20px;
}
.rte ul ul,
.rte ol ul {
	padding-left: 40px;
}
.rte ul ul li:before,
.rte ol ul li:before {
	background: none;
	border: 1px solid #6957a0;
}
@media (max-width: 767px) {
	.rte h2 {
		font-size: 32px;
	}
	.rte h4 {
		margin-bottom: 28px;
	}
}
.get-started {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 183px;
	padding-bottom: 200px;
	flex-direction: column;
}
.get-started .get-started__container {
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	max-width: 524px;
}
.get-started .get-started__title {
	margin-bottom: 40px;
	font-weight: 400;
	color: #5E4E9F;
}
.get-started .get-started__description p {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.3;
	color: #5E4E9F;
}
.get-started .get-started__button {
	position: relative;
	display: inline-block;
	margin-bottom: 232px;
	padding-left: 2px;
	padding-right: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0625;
	text-decoration: none;
	color: #322f44;
}
.get-started .get-started__button::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url("arrow-right.svg");
	font-weight: 700;
	transform: translateY(-50%);
}

.get-started .get-started__buttons {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

@media screen and (max-width: 990px) {
	.get-started .get-started__buttons {
		flex-direction: column;
	}
}
.get-started__custom-button--gradient-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid transparent;
	border-radius: 100px;
}


.get-started__custom-button-image {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.get-started__custom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	z-index: 0;
	position: relative;
}

.get-started__custom-button-text {
	padding: 4px 24px 0;
	z-index: 0;
	text-align: center;
	background: linear-gradient(270deg, #C69472 0%, #5E4E9F 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: 800;
}

@media screen and (max-width: 767px ){ 
	.get-started__custom-button-text { 
		flex: 1;
	}
	.get-started__custom-button {
		width: 100%;
	}
}

.get-started__custom-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	border: 1px solid transparent;
	background: linear-gradient(270deg, #C69472 0%, #5E4E9F 100%) border-box;
	-webkit-mask: linear-gradient(270deg, #C69472 0%, #5E4E9F 100%) padding-box, linear-gradient(270deg, #C69472 0%, #5E4E9F 100%);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.get-started__custom-button-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.get-started .get-started__left-image-wrapper {
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 1;
	width: 26%;
	min-width: 191px;
	max-width: 333px;
}
.get-started .get-started__left-image-container {
	position: relative;
	padding-top: 128.22%;
}
.get-started .get-started__left-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.get-started .get-started__right-image-wrapper {
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 1;
	width: 26.5%;
	max-width: 336px;
}
.get-started .get-started__right-image-container {
	padding-top: 155.35%;
}
.get-started .get-started__right-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.get-started .get-started__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.get-started {
		padding-top: 280px;
		padding-bottom: 90px;
	}
	.get-started.get-started--inner {
		margin-top: unset;
		margin-bottom: unset;
		padding-top: 316px;
		padding-bottom: 80px;
	}
	.get-started .get-started__left-image-wrapper {
		top: 0;
	}
	.get-started .get-started__left-image-wrapper.get-started__left-image-wrapper {
		top: 115px;
	}
	.get-started .get-started__left-image-container {
		top: -111px;
		padding-top: 148.16%;
	}
	.get-started .get-started__right-image-wrapper {
		top: 0;
		min-width: 191px;
	}
	.get-started .get-started__title {
		margin-bottom: 35px;
		font-size: 40px;
		line-height: 1.075;
	}
	.get-started .get-started__button {
		margin-bottom: 113px;
	}
	.get-started .get-started__button.get-started__button {
		margin-bottom: 30px;
	}
	.get-started .get-started__description > p {
		margin-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
		line-height: 1.0655;
	}
	.get-started .get-started__description > p br {
		content: "";
		display: block;
		height: 11px;
	}
	.get-started .get-started__description.get-started__description--inner br {
		height: 9px;
	}
}
.template-our-story .get-started__description p {
	font-size: 16px;
}
/* stylelint-disable no-descending-specificity */
.header {
	position: relative;
	z-index: 99;
	background-color: #fff;
	font-family: var(--header-font);
	transition: 0.2s linear all;
}
.header.header--sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header.header--translate-bar {
	margin-top: -40px;
}
.header .header__container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 50px;
	box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
}
.header .header__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 99px;
}
.header .header__logo img {
	width: 100%;
	height:	auto;
}
.header .header__icons-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 134px;
}
.header .header__icon {
	padding: 0;
	background: transparent;
}
.header .header__icon.header__icon--cart.active {
	position: relative;
}
.header .header__icon.header__icon--cart.active::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5c459c;
}
.header .header__nav {
	width: 100%;
	margin: 0 -13px;
}
.header .header__nav-list {
	display: flex;
	align-items: center;
}
.header .header__nav-link {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 13px;
	font-family: var(--header-font);
	font-size: 17px;
	font-weight: 600;
	color: #353535;
}
.header .header__nav-item {
	display: flex;
	align-items: center;
	height: 90px;
}
.header .header__nav-item:hover .icon-line-purple path {
	stroke-dashoffset: 0;
}
.header .header__nav-item.header__nav-item--mega-menu .icon-chevron-down-dark {
	width: 8px;
	margin-left: 4px;
	transition: 0.2s linear transform;
}
.header .header__nav-item.header__nav-item--mega-menu:hover .icon-chevron-down-dark {
	transform: rotate(180deg);
}
.header .header__nav-item.header__nav-item--mega-menu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
}
.header .mega-menu {
	position: absolute;
	top: 90px;
	left: 0;
	visibility: hidden;
	width: 100%;
	background-color: #fff;
	transition: 0.2s linear opacity;
	will-change: opacity;
}

.header .mega-menu a, .mega-menu__slider-title {
	color: #5E4E9F;
}

.mega-menu__wrapper {
	padding: 40px 50px;
}

.header .mega-menu__wrapper .mega-menu__list {
	gap: 16px;
}

.header .mega-menu__wrapper .mega-menu__item {
	min-width: 220px;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.header .mega-menu__wrapper .mega-menu__item-link ,
.mega-menu__slider-title {
	font-weight: 500;
	font-size: 26px;
	line-height: 24.82px;
	letter-spacing: 0;
	margin-bottom: 20px;
	height: auto;
	font-family: inherit;
}

.header .mega-menu__wrapper .mega-menu__grandchild-link--custom {
	min-width: 100px;
	padding: 10px 20px;
	background-color: var(--bg);
	border-radius: 100px;
	text-align: center;
}

.header .mega-menu__wrapper .mega-menu__grandchild-link--with-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.mega-menu__grandchild-link-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.mega-menu__grandchild-link-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mega-menu__wrapper .mega-menu__child-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

.header .mega-menu__wrapper .mega-menu__grandchild-link { 
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.mega-menu__collection-slider {
	width: calc(100% + 50px);
}	

.mega-menu__item-slider {
	flex: 1;
}

.mega-menu__item-slider .main-swiper-button-next, .main-swiper-button-prev {
	top: 160px;
}

.mega-menu__item-slider .main-swiper-button-next {
	right: 44px;
}

.megamenu-slider__product-image-container {
	position: relative;
	padding-top: 300px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #EFEBFF;
	margin-bottom: 16px;
}

.megamenu-slider__product-card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.megamenu-slider__product {
	max-width: 240px;
}

.megamenu-slider__product-card-image--overlay {
	opacity: 0;
	transition: opacity .3s ease;
}

@media (-moz-touch-enabled: 0),
(hover: hover) {
	.megamenu-slider__product-image-container:hover .megamenu-slider__product-card-image.megamenu-slider__product-card-image--overlay {
		opacity: 1;
	}
}

.megamenu-slider__product-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.megamenu-slider__product-title-link {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.08px;
}

.megamenu-slider__product-description , .megamenu-slider__product-description p {
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.08px;
}

.megamenu-slider__productn__price {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.08px;
	color: #5E4E9F;
}

@media screen and (max-width: 767px) {
	.megamenu-slider__product-image-container {
		padding-top: 150px;
	}

	.megamenu-slider__product {
		max-width: 120px;
	}

	.megamenu-slider__product-title-link {
		font-size: 16px;
	}
}

/* mobile mega menu */
.mega-menu__wrapper-mobile {
	padding: 24px;
}

.mega-menu__item-mobile.mega-menu__custom-list-mobile {
	border: none;
	padding: 24px !important;
	display: flex;
	flex-wrap: wrap;
	height: auto !important;
	align-items: flex-start;
}

.mega-menu__custom-list-mobile.mega-menu__list-mobile {
	padding: 24px;
}

.mega-menu__custom-list-mobile .mega-menu__child-item-mobile {
	min-width: 100px;
	width: calc(50% - 24px);
	display: flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: flex-start;
}

.header .mega-menu__custom-list-mobile .mega-menu__item-link-mobile,
.header .mega-menu__custom-list-mobile .mega-menu__slider-title-mobile {
	font-weight: 500;
	line-height: 24.82px;
	letter-spacing: 0;
	margin-bottom: 20px;
	height: auto;
	font-family: inherit;
	color: #5E4E9F;
	font-size: 20px;
}

.mega-menu__custom-list-mobile .mega-menu__grandchild-link--custom-mobile {
	min-width: 100px;
	padding: 11px 20px 9px;
	background-color: var(--bg);
	border-radius: 100px;
	text-align: center;
}

.mega-menu__custom-list-mobile .mega-menu__grandchild-link--with-icon-mobile {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.mega-menu__custom-list-mobile .mega-menu__grandchild-link-icon-mobile {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.mega-menu__custom-list-mobile .mega-menu__grandchild-link-icon-mobile img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mega-menu__custom-list-mobile .mega-menu__child-list-mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

.mega-menu__custom-list-mobile .mega-menu__grandchild-link-mobile {
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
}

.mega-menu__custom-list-mobile .mega-menu__collection-slider-mobile {
	width: calc(100% + 24px);
	overflow: visible;
}


.mega-menu__custom-list-mobile .mega-menu__item-slider-mobile {
	width: 100%;
	display: flex;
	padding: 0;
	flex-direction: column;
	border: none;
	text-align: left;
	align-items: flex-start;
	height: auto;
	margin-bottom: 8px;
	margin-top: 32px;
}

.mega-menu__custom-list-mobile .main-swiper-button-next-mobile,
.mega-menu__custom-list-mobile .main-swiper-button-prev-mobile {
	top: 160px;
}

.mega-menu__custom-list-mobile .main-swiper-button-next-mobile {
	right: 44px;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-image-container-mobile {
	position: relative;
	padding-top: 150px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #EFEBFF;
	margin-bottom: 16px;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-card-image-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-mobile {
	max-width: 120px;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-card-image--overlay-mobile {
	opacity: 0;
	transition: opacity .3s ease;
}

@media (-moz-touch-enabled: 0),
(hover: hover) {
	.megamenu-slider__product-image-container-mobile:hover .megamenu-slider__product-card-image-mobile.megamenu-slider__product-card-image--overlay-mobile {
		opacity: 1;
	}
}

.mega-menu__custom-list-mobile .megamenu-slider__product-content-mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-title-link-mobile {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.08px;
}

.mega-menu__custom-list-mobile .megamenu-slider__product-description-mobile,
.mega-menu__custom-list-mobile .megamenu-slider__product-description-mobile p {
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.08px;
}

.mega-menu__custom-list-mobile .megamenu-slider__productn__price-mobile {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.08px;
	color: #5E4E9F;
}

.header .mega-menu:not(:hover) {
	opacity: 0;
}
.header .mega-menu__list {
	display: flex;
	min-height: 200px;
}
.header .mega-menu__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.header .mega-menu__item.mega-menu__item--no-image {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.header .mega-menu__item:hover .mega-menu__item-img-overlay {
	opacity: 1;
}
.header .mega-menu__item-link {
	width: 100%;
	height: 100%;
}

.header .mega-menu__item-img-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 112.5%;
	background: white;
}
.header .mega-menu__item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.header .mega-menu__item-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.2s linear opacity;
}
.header .mega-menu__item-content {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	min-height: 59px;
}
.header .mega-menu__item-content.mega-menu__item-content--no-image {
	top: 50%;
	bottom: initial;
	transform: translate(-50%, -50%);
	min-height: initial;
}
.header .mega-menu__item-title {
	font-family: var(--header-font);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.header .mega-menu__item-description {
	opacity: 0.7;
	font-family: var(--header-font);
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}
.header .header__mobile-menu-btn {
	display: none;
	padding: 0;
	background-color: transparent;
}
.header .header_mobile-menu {
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
	z-index: 9;
	width: 100%;
	height: 100vh;
	transform: translateX(-100%);
	transition: 0.3s ease-out all;
}
.header .header_mobile-menu.header-mobile-menu--show {
	transform: translateX(0);
	overflow-y: scroll;
	touch-action: pan-y;
}
.header .header_mobile-menu.header-mobile-menu--show .mega-menu__list-mobile {
	transform: translateX(100%);
}
.header .header__nav-list-mobile {
	background-color: #fff;
}
.header .header__nav-item-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 55px;
	padding: 0 30px;
	transition: 0.2s linear all;
	border-top: 1px solid rgba(43, 38, 38, 0.2);
}
.header .header__nav-item-mobile.header__nav-item-mobile--hide {
	visibility: hidden;
}
.header .header__nav-link-mobile {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--header-font);
	font-size: 17px;
	font-weight: 600;
	color: #646174;
}
.header .header__nav-item-btn-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
	padding: 0;
	background-color: transparent;
}
.header .header__nav-item-btn-mobile .icon {
	width: 10px;
	height: 10px;
}
.header .mega-menu__list-mobile {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	transform: translateX(200%);
	transition: 0.3s ease-out all;
}
.header .mega-menu__list-mobile.mega-menu__list-mobile--show {
	overflow: visible;
	visibility: visible;
	transform: translateX(0) !important;
}
.header .mega-menu__item-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 55px;
	padding-left: 66px;
	padding-right: 30px;
	border-top: 1px solid rgba(43, 38, 38, 0.2);
}
.header .mega-menu__item-mobile:last-of-type {
	border-bottom: 1px solid rgba(43, 38, 38, 0.2);
}
.header .mega-menu__item-mobile.mega-menu__item-mobile--parent {
	justify-content: flex-start;
	padding: 0;
}
.header .mega-menu__item-mobile.mega-menu__item-mobile--parent .mega-menu__item-btn-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	padding: 0;
	background-color: transparent;
}
.header .mega-menu__item-mobile.mega-menu__item-mobile--parent .mega-menu__item-btn-mobile .icon {
	transform: rotate(180deg);
}
.header .mega-menu__item-mobile.mega-menu__item-mobile--parent .mega-menu__item-link-mobile {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	padding: 0 18px;
	font-size: 16px;
	color: #000;
	border-left: 1px solid rgba(43, 38, 38, 0.2);
}
.header .mega-menu__item-link-mobile {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--header-font);
	font-size: 15px;
	font-weight: 600;
	color: #646174;
}
@media (max-width: 1199px) {
	.header .header__logo {
		position: static;
		transform: initial;
		order: -1;
	}
	.header .header__nav {
		width: unset;
	}
}
@media (max-width: 991px) {
	.header.header--translate-bar {
		margin-top: -80px;
	}
	.header.header--translate-bar.big {
		margin-top: -120px;
	}
	.header .header__container {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.header .header__container {
		height: 70px;
		padding-left: 20px;
		padding-right: 33px;
	}
	.header .header__mobile-menu-btn {
		display: block;
		background-color: transparent;
	}
	.header .header__nav-list {
		display: none;
	}
	.header .header__logo {
		flex: auto 0 0;
	}
	.header .header__icons-wrapper {
		flex: auto 0 0;
		max-width: 156px;
	}
	.header .header__nav-list-mobile {
		display: block;
	}
}
@media (max-height: 500px) {
	.header .header_mobile-menu.header-mobile-menu--show {
		padding-bottom: 60px;
		background-color: #fff;
	}
	.header .mega-menu__list-mobile.mega-menu__list-mobile--show {
		padding-bottom: 60px;
	}
}
.header__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.2s linear opacity;
}
.header__overlay.header__overlay--show {
	visibility: visible;
	opacity: 1;
}
.icon-line-purple {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.icon-line-purple path {
	stroke-dasharray: 250;
	stroke-dashoffset: 250;
	transition: 0.4s ease-in-out all;
}
/* stylelint-disable no-descending-specificity */
.search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.search .search__header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 90px;
	background-color: #fff;
	transition: 0.2s linear all;
}
.search .search__header.search__header--show {
	visibility: visible;
	opacity: 1;
}
.search .search__header.search__header--no-bar {
	top: 0;
}
.search .search__row {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	height: 100%;
}
.search .search__content {
	position: relative;
	max-width: 680px;
	width: 100%;
}
.search .search__form {
	position: relative;
	max-width: 680px;
	width: 100%;
	margin-right: 20px;
}
.search .search__input {
	padding: 12.5px 30px;
	border-color: #ab80ac;
	font-size: 16px;
}
.search .search__input:hover, .search .search__input:focus {
	box-shadow: none;
}
.search .search__button {
	position: absolute;
	top: 50%;
	right: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transform: translateY(-50%);
	max-width: 42px;
	border-radius: 50%;
}
.search .search__button .icon path {
	fill: #fff;
}
.search .search__btn-close {
	position: absolute;
	top: 50%;
	right: -32px;
	padding: 0;
	background-color: transparent;
	transform: translateY(-50%);
}
.search .search__btn-close .icon {
	width: 12px;
}
.search .search__btn-close .icon path {
	transition: 0.2s linear all;
}
.search .search__btn-close:hover .icon path {
	fill: #ff0000;
}
.search .search__results {
	position: fixed;
	top: 120px;
	left: calc(50% + 17px);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 15px;
	background-color: #fff;
	transform: translateX(-52.5%);
	transition: 0.2s linear all;
	max-width: 680px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow-y: auto;
}
.search .search__results.search__results--show {
	visibility: visible;
	opacity: 1;
}
.search .search__results.search__results--no-bar {
	top: 80px;
}
.search .search__results-title {
	opacity: 0.7;
	margin-bottom: 9.5px;
	padding: 0 30px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 600;
	color: #646174;
	font-style: normal;
}
.search .search__results-link:last-of-type .search__results-product {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.search .search__results-product {
	position: relative;
	display: flex;
	align-items: center;
	padding: 9.5px 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	transition: 0.3s linear all;
}
.search .search__results-product::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
	transition: opacity 0.3s linear;
}
.search .search__results-product:hover::before, .search .search__results-product:focus::before {
	opacity: 0.1;
}
.search .search__results-product-image {
	max-width: 46px;
	width: 100%;
	height: 60px;
	margin-right: 30px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.search .search__results-product-heading {
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: normal;
	color: #646174;
	transition: 0.2s linear all;
}
.search .search__results-product-heading:hover, .search .search__results-product-heading:focus {
	text-decoration: underline;
	color: #ab80ac;
}
.search .search__results-all-products {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 15.5px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 600;
	color: #322f44;
	font-style: normal;
}
.search .search__results-all-products .icon {
	margin-left: 8px;
}
.search .search__results-all-products::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #322f44;
	transition: 0.2s linear all;
}
.search .search__results-all-products:hover::after, .search .search__results-all-products:focus::after {
	width: 95%;
}
.search .search__results-all-products.search__results-all-products--hide {
	display: none;
}
.search .search__results-no-results {
	margin-top: 15.5px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 600;
	color: #322f44;
	font-style: normal;
}
.search .search__results-no-product-text {
	display: none;
}
.search .search__results-no-product-text.search__results-no-product-text--show {
	display: block;
}
@media (max-width: 991px) {
	.search .search__results {
		top: 160px;
	}
	.search .search__content {
		display: flex;
		align-items: center;
	}
	.search .search__btn-close {
		position: static;
		transform: initial;
	}
}
@media (max-width: 767px) {
	.search .search__header {
		height: 70px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 25.5px;
	}
	.search .search__header .search__header--no-bar {
		top: 0;
	}
	.search .search__form {
		margin-right: 12px;
	}
	.search .search__results {
		top: 140px;
		left: 0;
		max-width: 100%;
		padding-top: 9px;
		transform: initial;
		border-radius: 0;
		box-shadow: none;
	}
	.search .search__results.search__results--no-bar {
		top: 60px;
	}
	.search .search__results-title {
		padding-top: 11px;
		border-top: 1px solid rgba(0, 0, 0, 0.07);
	}
	.search .search__input {
		min-width: auto;
	}
}
/* stylelint-disable no-descending-specificity */
.announcement-bar {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	max-height: 140px;
	background-image: linear-gradient(90deg, var(--gradient-left) 0%, var(--gradient-right) 100%);
	transition: max-height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
.announcement-bar.hide {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.announcement-bar .announcement-bar__row {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 772px;
	margin-right: 20px;
}
.announcement-bar .announcement-bar__title {
	display: flex;
	margin-right: 15px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.announcement-bar .announcement-bar__title .icon {
	margin-top: -1px;
	margin-right: 6px;
}
.announcement-bar .announcement-bar__text {
	margin-left: auto;
	margin-right: auto;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	color: #fff;
}
.announcement-bar .announcement-bar__link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 10px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.announcement-bar .announcement-bar__link .icon-line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.announcement-bar .announcement-bar__link .icon-line path {
	stroke-dasharray: 250;
	stroke-dashoffset: 250;
	stroke: #fff;
	transition: 0.5s ease-in-out all;
}
.announcement-bar .announcement-bar__link .icon-chevron-right {
	width: 8px;
	margin-left: 9px;
}
.announcement-bar .announcement-bar__link .icon-chevron-right path {
	fill: #fff;
}
.announcement-bar .announcement-bar__link:hover .icon-line path {
	stroke-dashoffset: 0;
}
.announcement-bar .announcement-bar__btn-close {
	position: absolute;
	top: 50%;
	right: 15.67px;
	padding: 0;
	background-color: transparent;
	transform: translateY(-50%);
}
.announcement-bar .announcement-bar__btn-close .icon {
	width: 10px;
	height: 10px;
}
.announcement-bar .announcement-bar__btn-close .icon path {
	transition: 0.2s linear all;
	fill: #fff;
}
.announcement-bar .announcement-bar__btn-close .icon:hover path {
	fill: #ff0000;
}
@media (max-width: 991px) {
	.announcement-bar {
		height: 80px;
		padding-top: 15px;
	}
	.announcement-bar.big {
		height: 120px;
	}
	.announcement-bar .announcement-bar__row {
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}
	.announcement-bar .announcement-bar__title {
		margin-bottom: 2px;
		text-align: center;
	}
	.announcement-bar .announcement-bar__text {
		margin-bottom: 14px;
		text-align: center;
	}
	.announcement-bar .announcement-bar__btn-close {
		top: 10px;
		transform: initial;
	}
}
@media (max-width: 767px) {
	.announcement-bar .announcement-bar__text {
		font-size: 13px;
	}
}
@media (max-width: 380px) {
	.announcement-bar .announcement-bar__row {
		justify-content: flex-start;
	}
}
@media (max-width: 360px) {
	.announcement-bar .announcement-bar__row {
		justify-content: center;
	}
	.announcement-bar .announcement-bar__btn-close {
		top: 5px;
	}
}
.footer {
	background: #5E4E9F;
}
.footer .footer__container {
	max-width: 1220px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer .footer__top-content {
	display: flex;
	margin-bottom: 17px;
}
.footer .footer__menu-container {
	flex: 0 1 55.5%;
}
.footer .footer__menu {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer__menu-list {
	flex: 0 1 33.3%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .footer__menu-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 19px;
}
.footer .footer__menu-sub-list-item {
	margin-bottom: 15px;
}
.footer .footer__menu-sub-list-item:last-child {
	margin-bottom: 0;
}
.footer .footer__menu-link,
.footer .footer__newsletter-text,
.footer .footer__additional-information * {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46;
	text-decoration: none;
	color: #fff;
}
.footer .footer__menu-link {
	display: inline-block;
}
.footer .footer__menu-link:hover {
	opacity: 0.5;
}
.footer .footer__logo-link {
	max-width: 115px;
	display: inline-block;
}
.footer .footer__logo {
	flex: 0 1 19%;
}
.footer .footer__menu-heading,
.footer .footer__newsletter-heading {
	font-weight: 500;
	color: #fff;
}
.footer .footer__newsletter {
	max-width: 265px;
	margin-left: auto;
}
.footer .footer__newsletter-text {
	opacity: 0.7;
	margin-top: 14px;
	line-height: 22px;
}
.footer .footer__newsletter-form {
	margin-top: 23px;
}
.footer .footer__newsletter-container {
	position: relative;
}
.footer .footer__newsletter-input {
	width: 100%;
	min-width: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 44px;
	border-radius: 10px;
}
.footer .footer__newsletter-input::-moz-placeholder {
	opacity: 0.5;
	line-height: 16px;
	color: #646174;
}
.footer .footer__newsletter-input:-ms-input-placeholder {
	opacity: 0.5;
	line-height: 16px;
	color: #646174;
}
.footer .footer__newsletter-input::placeholder {
	opacity: 0.5;
	line-height: 16px;
	color: #646174;
}
.footer .footer__menu-heading-arrow {
	display: none;
}
.footer .footer__newsletter-button {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 16px;
	height: 16px;
	padding: 0;
	background-color: transparent;
	background-image: url("icon-newsletter-button-arrow.svg");
	transform: translateY(-50%);
}
.footer .footer__newsletter-button svg {
	width: 16px;
	height: 16px;
}
.footer .footer__newsletter-message {
	padding-top: 0;
}
.footer .footer__additional-information * {
	opacity: 0.7;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05px;
}
.footer .footer__additional-information {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.footer .footer__additional-information::before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	opacity: 0.23;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.footer .footer__bottom-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 23px;
	padding-top: 26px;
	padding-bottom: 23px;
}
.footer .footer__bottom-content::before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	opacity: 0.23;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.footer .footer__socials {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: -15px;
}
.footer .footer__social-link {
	display: inline-block;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.footer .footer__bottom-content-column {
	display: flex;
	flex: 0 1 40%;
}
.footer .footer__socials-column {
	justify-content: flex-end;
}
.footer .footer__copyright-text-column {
	flex: 0 1 55%;
	justify-content: center;
}
.footer .footer__copyright-text {
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	color: #fff;
}
.footer .footer__payments {
	display: flex;
	align-items: center;
	margin-left: -9px;
	margin-right: -9px;
}
.footer .footer__payment {
	padding-left: 9px;
	padding-right: 9px;
}
@media (max-width: 575px) {
	@supports (-webkit-touch-callout: none) {
		.footer .footer__newsletter-input {
			padding-top: 11px;
			padding-bottom: 11px;
			font-size: 16px;
		}
	}
}
@media (max-width: 991px) {
	.footer .footer__container {
		padding-top: 0;
	}
	.footer .footer__top-content {
		flex-direction: column;
		align-items: center;
		margin-bottom: 35px;
	}
	.footer .footer__logo {
		display: none;
	}
	.footer .footer__menu-container {
		flex-basis: 100%;
		max-width: 500px;
		width: 100%;
	}
	.footer .footer__menu-heading-arrow {
		display: block;
		transition: transform 0.4s ease-in;
	}
	.footer .footer__menu-list-item {
		position: relative;
		margin-bottom: 0;
		margin-right: 0;
		padding-top: 24px;
		padding-bottom: 22px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footer__menu-list-item.active .footer__menu-heading-arrow {
		transform: rotate(180deg);
	}
	.footer .footer__menu-list {
		position: relative;
		flex-basis: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.footer .footer__menu-list::after {
		content: "";
		position: absolute;
		bottom: 0;
		display: block;
		opacity: 0.23;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}
	.footer .footer__menu-sub-list {
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footer__menu-sub-list-item {
		margin-bottom: 13px;
	}
	.footer .footer__newsletter {
		max-width: 500px;
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footer__bottom-content {
		flex-direction: column;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 47px;
	}
	.footer .footer__payments {
		margin-bottom: 21px;
	}
	.footer .footer__payment {
		padding-left: 8px;
		padding-right: 8px;
	}
	.footer .footer__payment-mastercard svg {
		width: 41px;
		height: 25px;
	}
	.footer .footer__payment-visa svg {
		width: 65px;
		height: 20px;
	}
	.footer .footer__additional-information * {
		letter-spacing: 0.08px;
	}
	.footer .footer__copyright-text {
		position: relative;
		left: 0;
		margin-bottom: 37px;
		transform: translateX(0%);
	}
	.footer .footer__socials {
		margin-left: -20px;
		margin-right: -20px;
	}
	.footer .footer__social-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footer__social-link svg {
		width: 22px;
		height: 22px;
	}
}
.main-banner .main-banner__container {
	display: flex;
	flex-direction: column;
	min-height: calc(100vw * 0.5);
}
.main-banner .main-banner__image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-banner .main-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.main-banner__additional-text {
	position: relative;
	margin: 0 0 20px 0;
	color: var(--color);
	padding: 0;
}

@media screen and (max-width:767px) {
	.main-banner__additional-text {
		margin: 0 0 20px;
		text-align: center;
	}

	.main-banner__additional-text * {
		font-size: 14px;
	}
}

.main-banner__additional-text * {
	color: inherit;
	font-size: 14px;
	font-weight: 500;
}

.main-banner__additional-text li {
	position: relative;
	padding-left: 23px;
}

.main-banner__additional-text li:not(:last-child) {
	margin-bottom: 10px;
}

.main-banner__additional-text li:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTUgNS42NjY1OUw3LjE3MiA3LjI5NTkyQzcuMzA2NTYgNy4zOTY4NCA3LjQ3NDMgNy40NDMxNiA3LjY0MTU4IDcuNDI1NkM3LjgwODg2IDcuNDA4MDUgNy45NjMzMiA3LjMyNzkxIDguMDc0IDcuMjAxMjVMMTIuMzMzMyAyLjMzMzI1IiBzdHJva2U9IiM1RTRFOUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMyA2Ljk5OTg5QzEzIDguMjUzNTggMTIuNjA3MyA5LjQ3NTc4IDExLjg3NzEgMTAuNDk0OEMxMS4xNDY5IDExLjUxMzkgMTAuMTE1OCAxMi4yNzg2IDguOTI4NjEgMTIuNjgxNkM3Ljc0MTQ2IDEzLjA4NDYgNi40NTc5IDEzLjEwNTYgNS4yNTgyIDEyLjc0MTZDNC4wNTg1MSAxMi4zNzc3IDMuMDAyOTUgMTEuNjQ3MSAyLjIzOTc4IDEwLjY1MjRDMS40NzY2MSA5LjY1NzgxIDEuMDQ0MTggOC40NDkxIDEuMDAzMjEgNy4xOTYwOUMwLjk2MjIzNSA1Ljk0MzA3IDEuMzE0NzkgNC43MDg3IDIuMDExMzUgMy42NjYzM0MyLjcwNzkxIDIuNjIzOTcgMy43MTM0OSAxLjgyNTk4IDQuODg2ODQgMS4zODQ0NEM2LjA2MDIgMC45NDI4OTggNy4zNDIzOSAwLjg3OTk5NCA4LjU1MzMzIDEuMjA0NTYiIHN0cm9rZT0iIzVFNEU5RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+");
	content: '';
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	color: var(--color);
}

.main-banner .main-banner__content {
	position: relative;
	max-width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 100px;
	margin-right: 100px;
	padding: 30px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 3;
}
.main-banner .main-banner__review-block {
	background-color: var(--review-bg);
	color: var(--review-color);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}

.main-banner .main-banner__review-block::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--review-bg);
}

.main-banner .main-banner__title {
	margin-bottom: 22px;
	font-weight: 300;
	color: var(--color);
}
.main-banner .main-banner__subtitle {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 140%;
	color: var(--color);
}
.main-banner .main-banner__subtitle * {
	font-size: 18px;
	line-height: 1.46;
	color: var(--color);
}

@media (max-width: 991px) {
	.main-banner .main-banner__title {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.main-banner .main-banner__container {
		min-height: calc(100vw * 1.4);
	}
	.main-banner .main-banner__content {
		width: 100%;
		margin-top: 50px;
		margin-left: unset;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		max-width: unset;
		align-items: center;
	}
	.main-banner .main-banner__title {
		margin-bottom: 16px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 42px;
		line-height: 120%;
	}
	.main-banner .main-banner__subtitle {
		margin-bottom: 22px;
		font-size: 15px;
		line-height: 1.0667;
	}
	.main-banner .main-banner__subtitle * {
		font-size: 15px;
		line-height: 1.0667;
	}
	.main-banner .main-banner__button {
		min-width: unset;
		padding-top: 14px;
		padding-bottom: 13px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 575px) {
	.main-banner .main-banner__container {
		min-height: calc(100vw * 1.664);
	}
	.main-banner .main-banner__content {
		margin-top: 20px;
	}
}
.icons {
	background-image: linear-gradient(270deg, #deaf8e 0%, #5e4e9f 100%);
}
.icons.icons--product {
	margin-bottom: 0;
}
.icons .icons__container {
	overflow: hidden;
}
.icons .icons__content {
	display: flex;
	align-items: center;
	height: 63px;
}
.icons .icons__item-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.icons .icons__item {
	width: 20%;
}
.icons .icons__item:last-child .icons__item-content {
	border-right: none;
}
.icons .icons__item-icon {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	max-height: 100%;
}
.icons .icons__item-icon svg {
	max-height: 100%;
}
.icons .icons__item-icon img {
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.icons .icons__item-title {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.0667;
	color: white;
}

.testimonials {
	margin-bottom: 64px;
	padding-top: 40px;
}
.testimonials .testimonials__title {
	margin-bottom: 37px;
	font-weight: 400;
	text-align: center;
	color: #646174;
}
.testimonials .testimonials__content {
	display: flex;
	width: unset;
	color: #322f44;
}
.testimonials .testimonials__content.testimonials__content--centred {
	justify-content: center;
	margin-right: -32px;
}
.testimonials .testimonials__element {
	width: calc(33% - 28px);
	height: unset;
}
.testimonials .testimonials__element-image-container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	margin-bottom: -38px;
}
.testimonials .testimonials__element-image {
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.testimonials .testimonials__element-text-box {
	position: relative;
	height: calc(100% - 38px);
	padding: 60px 40px;
	padding-top: 57px;
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.6) 0%, rgba(176, 193, 225, 0.6) 100%);
	text-align: center;
	border-radius: 10px;
}
.testimonials .testimonials__element-title {
	margin-bottom: 11px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.055;
}
.testimonials .testimonials__element-subtitle {
	opacity: 0.7;
	margin-bottom: 19px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	line-height: 1.47;
	color: #5E4E9F;
}
.testimonials .testimonials__element-description {
	font-size: 20px;
	line-height: 1.3;
}
.testimonials .testimonials__element-quotes {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 25px;
	height: 17px;
}
.testimonials .testimonials__element-quotes svg {
	width: 25px;
	height: 17px;
}
@media (max-width: 991px) {
	.testimonials {
		margin-bottom: 30px;
	}
	.testimonials .testimonials__title {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 1.075;
	}
	.testimonials .testimonials__element {
		width: 50%;
	}
	.testimonials .testimonials__element-subtitle {
		margin-bottom: 19px;
	}
	.testimonials .testimonials__element-text-box {
		padding-left: 20px;
		padding-right: 20px;
		min-height: 262px;
	}
	.testimonials .testimonials__element-description {
		font-size: 18px;
		line-height: 1.055;
	}
	.testimonials .testimonials__element-quotes {
		bottom: 20px;
		right: 17px;
	}
}
@media (max-width: 767px) {
	.testimonials .testimonials__title {
		padding: 0 20px;
	}
	.testimonials .testimonials__element {
		width: 100%;
	}
	.testimonials .testimonials__content.testimonials__content--centred {
		justify-content: flex-start;
		margin-right: 0;
	}
}
@media (min-width: 991px) {
	.testimonials .testimonials__content.desktop-disable {
		transform: translate3d(0, 0, 0) !important;
	}
	.testimonials .testimonials__pagination.desktop-disable {
		display: none !important;
	}
}
.featured-products {
	width: 100%;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 1280px;
}
.featured-products .featured-products__title {
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align: center;
	color: #6957a0;
	max-width: 602px;
}
.featured-products .featured-products__row {
	display: flex;
	width: auto;
	height: initial;
	margin: 0 -2.5px;
	box-sizing: border-box;
}
.featured-products .featured-products__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	transition: 0.2s linear opacity;
}
.featured-products .featured-products__item {
	display: block;
	width: 100%;
	padding: 0 2.5px;
	max-width: 33.333%;
}
.featured-products .featured-products__item-container {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}
.featured-products .featured-products__video-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 122.7%;
}
.featured-products .featured-products__image-container {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	max-width: 57%;
}
.featured-products .featured-products__image-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 128%;
}
.featured-products .featured-products__image,
.featured-products .featured-products__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.featured-products .featured-products__content {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%) translateZ(0);
	min-height: 63px;
}
.featured-products .featured-products__item-title {
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
}
.featured-products .featured-products__item-subtitle {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.featured-products .featured-products__pagination {
	position: absolute;
	display: none;
	margin-top: 0;
}
.featured-products .featured-products__pagination .swiper-pagination-bullet {
	opacity: 0.4;
	margin: 0 10px;
	border: 2px solid #646174;
	background: transparent;
}
.featured-products .featured-products__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
@media (max-width: 1199px) {
	.featured-products .featured-products__image-container {
		top: 40%;
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.featured-products {
		margin-bottom: 56px;
		padding: 0;
	}
	.featured-products .featured-products__title {
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.featured-products .featured-products__container {
		padding-bottom: 63px;
	}
	.featured-products .featured-products__row {
		margin: 0;
	}
	.featured-products .featured-products__item {
		padding: 0;
		max-width: 320px;
	}
	.featured-products .featured-products__content {
		bottom: 21px;
		min-height: 55px;
	}
	.featured-products .featured-products__image-container {
		top: 43%;
		max-width: 60%;
	}
	.featured-products .featured-products__image-wrapper {
		padding-top: 130%;
	}
	.featured-products .featured-products__item-title {
		margin-bottom: 8px;
	}
	.featured-products .featured-products__pagination {
		bottom: 15px;
		display: flex;
	}
}
.benefits {
	margin-bottom: 50px;
	padding-top: 40px;
}
.benefits .container {
	padding: 0;
	max-width: unset;
}
.benefits .benefits__content {
	display: flex;
}
.benefits .benefits__column {
	width: 45.156%;
	margin-right: 107px;
	flex-shrink: 0;
}
.benefits .benefits__image-container {
	position: relative;
	min-height: 100%;
	padding-top: 110.727%;
}
.benefits .benefits__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.benefits .benefits__hidden-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.benefits .benefits__text-box {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 107px;
}
.benefits .benefits__button {
	position: relative;
	display: inline-block;
	margin-top: 12px;
	padding-left: 2px;
	padding-right: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0625;
	text-decoration: none;
	text-transform: capitalize;
	color: #5E4E9F;
}
.benefits .benefits__button::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url("arrow-right.svg");
	font-weight: 700;
	transform: translateY(-50%);
}
.benefits .benefits__title {
	margin-bottom: 41px;
	font-weight: 400;
	color: #646174;
}
.benefits .benefits__item {
	display: flex;
	margin-bottom: 41px;
}
.benefits .benefits__item-image-container {
	position: relative;
	width: 72px;
	height: 72px;
	margin-right: 22px;
	flex-shrink: 0;
}
.benefits .benefits__item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.benefits .benefits__item-text {
	color: #5E4E9F;
}
.benefits .benefits__item-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.055;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	justify-content: flex-start;
}
.benefits__item-title__icon {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.benefits__item-title__icon img {
	width: 100%;
	height: 100%;
}
.benefits .benefits__item-description {
	font-size: 15px;
	line-height: 22px;
}
@media (max-width: 991px) {
	.benefits {
		margin-bottom: 13px;
	}
	.benefits .container {
		padding: 0 20px;
		max-width: 1220px;
	}
	.benefits .benefits__content {
		flex-direction: column;
	}
	.benefits .benefits__column {
		width: 100%;
	}
	.benefits .benefits__text-box {
		padding-top: 38px;
		padding-bottom: 0;
		padding-right: 0;
	}
	.benefits .benefits__item:last-of-type {
		margin-bottom: 0;
	}
	.benefits .benefits__title {
		font-size: 40px;
		line-height: 1.075;
	}
	.benefits .benefits__item-image-container {
		width: 63px;
		height: 63px;
		margin-right: 14px;
	}
	.benefits .benefits__item-title {
		margin-bottom: 13px;
	}
	.benefits .benefits__button {
		margin-top: 41px;
	}
}
.grounded {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.grounded .grounded__title {
	margin-bottom: 61px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	font-weight: 400;
	text-align: center;
	color: #646174;
	max-width: 630px;
}
.grounded .grounded__title.grounded__title--mobile {
	display: none;
}
.grounded .grounded__wrapper {
	position: relative;
	padding-top: 57px;
	padding-bottom: 69px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.grounded .grounded__background-image-part {
	display: none;
}
.grounded .grounded__slider {
	position: relative;
	max-width: 436px;
	margin: 0 auto;
}
.grounded .grounded__slide {
	position: relative;
	max-width: 436px;
	width: 100%;
	border: 4px solid #fff;
	border-radius: 50%;
}
.grounded .grounded__img-wrapper {
	position: relative;
	height: 0;
	padding-top: 100%;
}
.grounded .grounded__img-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 42, 80, 0.6);
	border-radius: 50%;
}
.grounded .grounded__slide-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.grounded .grounded__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 280px;
}
.grounded .grounded__slide-title {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.grounded .grounded__slide-description {
	text-align: center;
	color: #fff;
}
.grounded .grounded__slider-pagination {
	position: absolute;
	top: 23px;
	left: 50%;
	width: 436px;
	height: 436px;
	transform: translateX(-50%) rotate(-90deg);
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	transform: rotate(90deg);
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transition: opacity 0.3s linear;
	border-radius: 50%;
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s linear;
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet svg path {
	transition: 0.2s linear all;
	fill: #000;
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet-active::before {
	opacity: 1;
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet-active::after {
	width: 82px;
	height: 82px;
	border: 1px solid #ab80ac;
}
.grounded .grounded__slider-pagination .swiper-pagination-bullet-active svg path {
	fill: #fff;
}
.grounded .grounded__hidden-icon {
	display: none;
}
@media (max-width: 767px) {
	.grounded {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.grounded .grounded__background-image-part {
		position: absolute;
		display: block;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.grounded .grounded__background-image-part.grounded__background-image-part--first {
		top: 0;
		left: 0;
		height: calc(50% - 36px);
	}
	.grounded .grounded__background-image-part.grounded__background-image-part--second {
		bottom: 0;
		left: 0;
		height: calc(50% + 36px);
		background: #fff;
	}
	.grounded .grounded__title {
		display: none;
	}
	.grounded .grounded__title.grounded__title--mobile {
		position: relative;
		display: block;
		margin-bottom: 20px;
		padding: 0;
		font-size: 40px;
		color: #fff;
	}
	.grounded .grounded__wrapper {
		padding-top: 50px;
		padding-bottom: 128px;
		padding-left: 20px;
		padding-right: 20px;
		background: none !important;
	}
	.grounded .grounded__slide {
		border: none;
	}
	.grounded .grounded__img-wrapper {
		padding-top: 98.2%;
		border: 4px solid #fff;
		border-radius: 50%;
	}
	.grounded .grounded__img-wrapper::after {
		display: none;
	}
	.grounded .grounded__content {
		position: static;
		margin: 0 auto;
		padding-top: 71px;
		transform: initial;
		max-width: 281px;
	}
	.grounded .grounded__slide-title {
		font-weight: bold;
		color: #000;
	}
	.grounded .grounded__slide-description {
		color: #000;
	}
	.grounded .grounded__hidden-icon {
		position: absolute;
		bottom: -30px;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 70px;
		background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
		transform: translateX(-50%) translateZ(0);
		border-radius: 50%;
	}
	.grounded .grounded__hidden-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 82px;
		height: 82px;
		border: 1px solid #ab80ac;
		background: transparent;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}
	.grounded .grounded__hidden-icon svg path {
		fill: #fff;
	}
	.grounded .grounded__slider-pagination {
		top: initial;
		left: 50%;
		width: initial;
		height: initial;
		margin-top: 52px;
		transform: translateX(-50%);
	}
	.grounded .grounded__slider-pagination .swiper-pagination-bullet {
		position: static;
		display: inline-block;
		opacity: 0.4;
		width: 8px;
		height: 8px;
		margin: 0 10px;
		border: 2px solid #646174;
		background-color: transparent;
		transform: initial;
		border-radius: 50%;
	}
	.grounded .grounded__slider-pagination .swiper-pagination-bullet svg {
		display: none;
	}
	.grounded .grounded__slider-pagination .swiper-pagination-bullet::before {
		display: none;
	}
	.grounded .grounded__slider-pagination .swiper-pagination-bullet::after {
		display: none;
	}
	.grounded .grounded__slider-pagination .swiper-pagination-bullet-active {
		opacity: 1;
		border: none;
		background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	}
}
.follow-us {
	width: 100%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: 40px;
}
.follow-us .follow-us__title {
	position: relative;
	margin-bottom: 40px;
	padding: 0 20px;
	font-weight: normal;
	text-align: center;
	color: #5e4e9f;
}
.follow-us .follow-us__title.follow-us__title--positive-margin {
	margin-top: 0;
}
.follow-us .follow-us__instagram {
	margin-top: 0 !important;
}
.follow-us #insta-feed {
	z-index: 8;
}
@media (max-width: 767px) {
	.follow-us .follow-us__title {
		margin-bottom: 30px;
		font-size: 40px;
	}
	.follow-us .follow-us__title.follow-us__title--positive-margin {
		margin-top: 0;
	}
	.follow-us .follow-us__instagram a, .follow-us .follow-us__instagram .account #Rise-account-page-button, .account .follow-us .follow-us__instagram #Rise-account-page-button {
		display: inline-block !important;
		width: 50%;
	}
	.follow-us .follow-us__instagram .instafeed-container {
		width: 100% !important;
		padding-top: 100% !important;
	}
}
.partners .partners__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.partners .partners__title {
	margin-bottom: 40px;
	font-weight: 400;
	text-align: center;
	color: #5e4e9f;
}
.partners .partners__text-slider {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	cursor: -webkit-grab;
	cursor: grab;
}
.partners .partners__text-slider.partners__text-slider--not-init {
	display: flex;
	overflow-x: auto;
}
.partners .partners__text-slider.partners__text-slider--not-init .partners__text-slider-slide {
	flex: 1 0 auto;
	padding-bottom: 10px;
}
.partners .partners__text {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}
.partners .partners__logo-slider-slide {
	opacity: 0.4;
	margin: 0 15px;
	vertical-align: middle;
	filter: grayscale(100);
	transition-property: opacity, filter;
	transition-duration: 0.5s;
}
.partners .partners__logo-slider-slide.slick-current {
	opacity: 1;
	filter: grayscale(0);
}
.partners .partners__logo-slider {
	max-width: 700px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.partners .partners__logo-slider .slick-track {
	display: flex;
	align-items: center;
}
.partners .partners__logo-slider.partners__logo-slider--not-init {
	display: flex;
	justify-content: center;
	overflow-x: auto;
}
.partners .partners__logo-slider.partners__logo-slider--not-init .partners__logo-slider-slide {
	margin: 0 15px;
}
.partners .partners__logo {
	display: flex;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
	cursor: pointer;
}
.partners .slick-arrow {
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
}
.partners .slick-arrow.slick-next {
	right: 0;
	background-image: url("arrow-right.svg");
	transform: translateY(-50%);
}
.partners .slick-arrow.slick-next::before {
	content: "";
}
.partners .slick-arrow.slick-prev {
	left: 0;
	background-image: url("arrow-right.svg");
	transform: rotateY(180deg) translateY(-50%);
}
.partners .slick-arrow.slick-prev::before {
	content: "";
}
.partners .slick-arrow::before {
	color: #000;
}
.partners .slick-dots {
	position: static;
	padding-top: 30px;
}
.partners .slick-dots li {
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	height: unset;
	margin: 0 10px;
}
.partners .slick-dots li button {
	opacity: 0.4;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #646174;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.partners .slick-dots li button::before {
	content: "";
	position: static;
	display: none;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.partners .slick-dots li button:hover {
		opacity: 0.75;
	}
}
.partners .slick-dots li.slick-active button {
	opacity: 1;
	border: none;
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
@media (max-width: 991px) {
	.partners .partners__title {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 1.075;
	}
	.partners .partners__text {
		font-size: 18px;
		text-align: center;
	}
	.partners .partners__logo-slider {
		margin-left: 0;
		margin-right: 0;
		padding: 0 15px;
	}
}
@media (max-width: 480px) {
	.partners .partners__logo {
		max-height: 70px;
		height: auto;
	}
	.partners .partners__logo-slider-slide {
		opacity: 1;
		filter: grayscale(0);
	}
	.partners .slick-arrow {
		z-index: 1;
	}
	.partners .slick-arrow.slick-next {
		right: 0;
	}
	.partners .slick-arrow.slick-prev {
		left: 0;
	}
}
.article {
	margin-top: 83px;
	margin-bottom: 90px;
}
.article .article__container {
	max-width: 940px;
	display: flex;
	flex-direction: column;
}
.article .article__content {
	margin-bottom: 50px;
}
.article .article__header {
	margin-bottom: 20px;
	text-align: center;
}
.article .article__title {
	margin-bottom: 14px;
	font-weight: 400;
	color: #646174;
}
.article .article__date-published {
	opacity: 0.7;
	font-size: 15px;
	line-height: 1.47;
}
.article .article__image-container {
	position: relative;
	margin-bottom: 40px;
	padding-top: 61.222%;
}
.article .article__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.article .article__blog-link {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0625;
	text-align: center;
	text-decoration: none;
	color: #322f44;
}
.article .article__arrow {
	margin-right: 8px;
}
@media (max-width: 767px) {
	.article {
		margin-top: 53px;
		margin-bottom: 100px;
	}
	.article .article__title {
		font-size: 54px;
	}
	.article .article__image-container {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 68.55%;
	}
	.article .article__header {
		margin-bottom: 40px;
	}
}
.page-main-banner .page-main-banner__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vw * 0.3125);
}
.page-main-banner .page-main-banner__content.page-main-banner__content--big-height {
	min-height: calc(100vw * 0.421875);
}
.page-main-banner .page-main-banner__image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-main-banner .page-main-banner__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page-main-banner .page-main-banner__video.page-main-banner__video--mob {
	display: none;
}
.page-main-banner .page-main-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page-main-banner .page-main-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, rgba(57, 41, 123, 0.6) 0%, rgba(195, 138, 99, 0.6) 100%);
}
.page-main-banner .page-main-banner__text {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	max-width: 620px;
	flex-direction: column;
}
.page-main-banner .page-main-banner__text.page-main-banner__text--big-height {
	padding-bottom: 46px;
}
.page-main-banner .page-main-banner__title {
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
}
.page-main-banner .page-main-banner__title.page-main-banner__title--big-margin {
	margin-bottom: 25px;
}
.page-main-banner .page-main-banner__description {
	color: white;
	font-size: 20px;
}
.page-main-banner .page-main-banner__description.page-main-banner__description--small {
	max-width: 230px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.page-main-banner .page-main-banner__content {
		min-height: calc(100vw * 0.85333);
	}
	.page-main-banner .page-main-banner__content.page-main-banner__content--big {
		min-height: calc(100vw * 1.06667);
	}
	.page-main-banner .page-main-banner__video.page-main-banner__video--desc {
		display: none;
	}
	.page-main-banner .page-main-banner__video.page-main-banner__video--mob {
		display: block;
	}
	.page-main-banner .page-main-banner__text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-main-banner .page-main-banner__text.page-main-banner__text--upper {
		padding-bottom: 37px;
	}
	.page-main-banner .page-main-banner__description.page-main-banner__description--mobile-big {
		max-width: unset;
	}
	.page-main-banner .page-main-banner__title {
		margin-bottom: 20px;
		font-size: 54px;
		line-height: 1.074;
	}
	.page-main-banner .page-main-banner__title.page-main-banner__title--big-margin {
		margin-bottom: 20px;
	}
	.page-main-banner .page-main-banner__title.page-main-banner__title--small {
		font-size: 40px;
		line-height: 1.075;
	}
}
.template-our-story .page-main-banner__description {
	font-size: 16px;
}
.wholesale-top-section {
	min-height: 18vw;
	background-image: linear-gradient(270deg, #c69472, #5e4e9f);
}
.wholesale-top-section .wholesale-top-section__container {
	display: flex;
	min-height: calc(100vw * 0.21);
	flex-direction: column;
}
.wholesale-top-section .wholesale-top-section__content {
	margin: auto;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 67px;
	padding-left: 10px;
	padding-right: 10px;
}
.wholesale-top-section .wholesale-top-section__title {
	font-weight: 400;
	color: #fff;
	margin-bottom: 16px;
}
.wholesale-top-section .wholesale-top-section__description {
	color: #ffffff;
	opacity: 1;
}
@media (max-width: 991px) {
	.wholesale-top-section .wholesale-top-section__title {
		font-size: 54px;
		margin-bottom: 23px;
	}
}
.wholesale-template .wholesale-template__container {
	max-width: 940px;
}
.wholesale-template .wholesale-template__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
	transform: translateY(-55%);
}
.wholesale-template .wholesale-template__card {
	min-width: 285px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 21px;
	padding-bottom: 27px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 10px 50px rgba(96, 80, 159, 0.1);
}
.wholesale-template .wholesale-template__card-title {
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 800;
}
.wholesale-template .wholesale-template__card-subtitle {
	font-weight: 700;
	line-height: 1.0555;
	text-align: center;
}
.wholesale-template .wholesale-template__card-subtitle * {
	color: #646174;
	font-size: 18px;
}
.wholesale-template .wholesale-template__form-container {
	margin-top: 10px;
	margin-bottom: 90px;
}
.wholesale-template .wholesale-template__form {
	display: flex;
	flex-wrap: wrap;
	margin-top: -13px;
	margin-bottom: -13px;
	margin-left: -10px;
	margin-right: -10px;
}
.wholesale-template .wholesale-template__success,
.wholesale-template .wholesale-template__error {
	width: 100%;
	font-weight: 400;
	font-size: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
.wholesale-template .wholesale-template__success {
	color: #2c5e1a;
}
.wholesale-template .wholesale-template__error {
	color: #ff0000;
}
.wholesale-template .wholesale-template__field {
	display: flex;
	width: calc(50% - 20px);
	margin: 13px 10px;
	flex-direction: column-reverse;
}
.wholesale-template .wholesale-template__label {
	line-height: 1.69;
	color: #646174;
	margin-bottom: 6px;
}
.wholesale-template .wholesale-template__input,
.wholesale-template .wholesale-template__select {
	min-width: auto;
}
.wholesale-template .wholesale-template__button-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: -6px;
}
.wholesale-template .wholesale-template__button {
	min-width: 230px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.wholesale-template .wholesale-template__button input {
	font-family: "Faber Sans Pro", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.0625;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.wholesale-template .wholesale-template__button:hover input {
		color: black;
	}
}
@media (max-width: 767px) {
	.wholesale-template .wholesale-template__cards {
		margin-top: -8px;
		margin-bottom: -8px;
		flex-direction: column;
		transform: translateY(-16%);
	}
	.wholesale-template .wholesale-template__card {
		margin-top: 8px;
		margin-bottom: 8px;
		padding-top: 19px;
		padding-bottom: 22px;
		min-width: 250px;
	}
	.wholesale-template .wholesale-template__form-container {
		margin-bottom: 80px;
	}
	.wholesale-template .wholesale-template__form {
		margin-top: -30px;
		margin-bottom: -10px;
		margin-left: 0;
		margin-right: 0;
	}
	.wholesale-template .wholesale-template__success,
.wholesale-template .wholesale-template__error {
		padding-left: 0;
		padding-right: 0;
	}
	.wholesale-template .wholesale-template__field {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.wholesale-template .wholesale-template__button-container {
		margin-top: -20px;
	}
}
.wholesale-popup .wholesale-popup__container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	max-width: 359px;
	max-height: 100%;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.14);
}
.wholesale-popup .wholesale-popup__container.active {
	transform: translateX(0);
}
.wholesale-popup .wholesale-popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
.wholesale-popup .wholesale-popup__overlay.active {
	display: block;
}
.wholesale-popup .wholesale-popup__content {
	padding-top: 17px;
	padding-bottom: 28px;
	padding-left: 20px;
	padding-right: 20px;
}
.wholesale-popup .wholesale-popup__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wholesale-popup .wholesale-popup__title {
	opacity: 0.7;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0556;
	color: #646174;
}
.wholesale-popup .wholesale-popup__close {
	position: relative;
	width: 15px;
	height: 15px;
	margin-left: auto;
	background-color: transparent;
}
.wholesale-popup .wholesale-popup__close svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s stroke ease;
	-o-object-fit: cover;
	   object-fit: cover;
}
.wholesale-popup .wholesale-popup__close:hover svg {
	opacity: 0.7;
	stroke: #d3a308;
}
.wholesale-popup .error_message {
	margin-top: 15px;
	font-weight: 500;
	color: red;
}
.wholesale-popup .success_message {
	margin-top: 15px;
	font-weight: 500;
	color: green;
}
.benefits-list {
	position: relative;
	padding-top: 117px;
}
.benefits-list .benefits-list__header {
	position: relative;
	z-index: 1;
	margin-bottom: 67px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 481px;
}
.benefits-list .benefits-list__title {
	margin-bottom: 19px;
	background-image: linear-gradient(45deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	        background-clip: text;
	-webkit-text-fill-color: transparent;
}
.benefits-list .benefits-list__description {
	color: #646174;
}
.benefits-list .benefits-list__items {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
.benefits-list .benefits-list__item {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.benefits-list .benefits-list__item.benefits-list__item--reversed {
	flex-direction: row-reverse;
}
.benefits-list .benefits-list__item-image-wrapper {
	width: 50%;
	padding-right: 40px;
}
.benefits-list .benefits-list__item-image-wrapper.benefits-list__item-image-wrapper--reversed {
	padding-left: 40px;
	padding-right: 0;
}
.benefits-list .benefits-list__item-image-container {
	position: relative;
	padding-top: 66.667%;
}
.benefits-list .benefits-list__item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.benefits-list .benefits-list__item-content {
	position: relative;
	width: 50%;
	padding-bottom: 7px;
	padding-left: 55px;
	padding-right: 185px;
}
.benefits-list .benefits-list__item-content.benefits-list__item-content--reversed {
	padding-top: 45px;
	padding-bottom: 0;
	padding-left: 185px;
	padding-right: 58px;
}
.benefits-list .benefits-list__item-subtitle {
	display: inline-block;
	margin-bottom: 10px;
	background-image: linear-gradient(45deg, #6957a0 0%, #ad81ab 100%);
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	line-height: 1.47;
	text-transform: uppercase;
	-webkit-background-clip: text;
	        background-clip: text;
	-webkit-text-fill-color: transparent;
}
.benefits-list .benefits-list__item-title {
	margin-bottom: 33px;
	color: #6957a0;
}
.benefits-list .benefits-list__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1199px) {
	.benefits-list {
		padding-top: 60px;
	}
	.benefits-list .benefits-list__item-content {
		position: relative;
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.benefits-list .benefits-list__item-content.benefits-list__item-content--reversed {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.benefits-list .benefits-list__item-description {
	font-size: var(--font-size);
}
@media (max-width: 767px) {
	.benefits-list {
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.benefits-list .benefits-list__header {
		margin-bottom: 50px;
		max-width: unset;
	}
	.benefits-list .benefits-list__item {
		margin-bottom: 92px;
		flex-direction: column;
	}
	.benefits-list .benefits-list__item.benefits-list__item--reversed {
		margin-bottom: 92px;
		flex-direction: column;
	}
	.benefits-list .benefits-list__item:last-child {
		margin-bottom: 70px;
	}
	.benefits-list .benefits-list__item-title {
		margin-bottom: 20px;
		font-weight: 400;
	}
	.benefits-list .benefits-list__item-image-wrapper {
		width: 100%;
		margin-bottom: 52px;
		padding-left: 0;
		padding-right: 0;
	}
	.benefits-list .benefits-list__item-image-wrapper.benefits-list__item-image-wrapper--reversed {
		width: 100%;
		margin-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.benefits-list .benefits-list__item-image-container {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 74.627%;
	}
	.benefits-list .benefits-list__item-image-container.benefits-list__item-image-container--reversed {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 74.627%;
	}
	.benefits-list .benefits-list__item-content {
		width: 100%;
		padding: 0;
	}
	.benefits-list .benefits-list__item-content.benefits-list__item-content--reversed {
		width: 100%;
		padding: 0;
	}
	.benefits-list .benefits-list__item-description {
		font-size: var(--font-size-mobile);
	}
}
.slider-info {
	position: relative;
	padding: 60px 0;
}
.slider-info .slider-info__container {
	position: relative;
	z-index: 1;
	max-width: 1100px;
}
.slider-info .slider-info__header {
	margin-bottom: 46px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	max-width: 610px;
}
.slider-info .slider-info__title {
	margin-bottom: 22px;
	font-weight: 400;
	color: #6957a0;
}
.slider-info .slider-info__description {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.slider-info .slider-info__items {
	display: flex;
	align-items: center;
}
.slider-info .slider-info__item {
	display: flex;
	align-items: center;
	width: 33.3333%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	flex-direction: column;
}
.slider-info .slider-info__item-content {
	width: 100%;
	max-width: 270px;
}
.slider-info .slider-info__item-icon-wrapper {
	width: 90px;
	margin-bottom: 21px;
	margin-left: auto;
	margin-right: auto;
}
.slider-info .slider-info__item-icon-container {
	position: relative;
	padding-top: 100%;
}
.slider-info .slider-info__item-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.slider-info .slider-info__item-title {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.055555;
	color: #322f44;
}
.slider-info .slider-info__description {
	color: #646174;
	font-size: var(--font-size);
}
.slider-info .slider-info__pagination {
	margin-top: 68px;
}
.slider-info .slider-info__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.slider-info .slider-info__description {
		font-size: var(--font-size-mobile);
	}
	.slider-info {
		padding-top: 40px;
		padding-bottom: 56px;
	}
	.slider-info .slider-info__header {
		margin-bottom: 19px;
		padding-left: unset;
		padding-right: unset;
	}
	.slider-info .slider-info__item {
		width: 50%;
	}
	.slider-info .slider-info__pagination {
		margin-top: 50px;
	}
}
@media (max-width: 575px) {
	.slider-info .slider-info__item {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.slider-info .slider-info__items.desktop-disable {
		transform: translate3d(0, 0, 0) !important;
	}
	.slider-info .slider-info__pagination.desktop-disable {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.slider-info .slider-info__items.desktop-disable {
		transform: translate3d(0, 0, 0) !important;
	}
	.slider-info .slider-info__pagination.desktop-disable {
		display: none !important;
	}
}
@media (min-width: 576px) {
	.slider-info .slider-info__items.desktop-tablet-disable {
		transform: translate3d(0, 0, 0) !important;
	}
	.slider-info .slider-info__pagination.desktop-tablet-disable {
		display: none !important;
	}
}
.product-banner .product-banner__content {
	position: relative;
	min-height: calc(100vw * 0.41797);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-banner .product-banner__image-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.product-banner .product-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-banner .product-banner__text {
	position: relative;
	max-width: 445px;
	margin-left: calc(12.73% - 10px);
	padding: 30px 10px;
	color: white;
}
.product-banner .product-banner__title {
	margin-bottom: 20px;
	padding-right: 50px;
	font-weight: 400;
}
.product-banner .product-banner__description {
	margin-bottom: 23px;
	color: white;
}
@media (max-width: 991px) {
	.product-banner .product-banner__text {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.product-banner .product-banner__content {
		position: static;
		min-height: unset;
	}
	.product-banner .product-banner__image-container {
		position: relative;
		overflow: hidden;
		display: block;
		padding-top: 101.333%;
	}
	.product-banner .product-banner__text {
		position: static;
		max-width: unset;
		margin-left: 0;
		padding: 0 20px;
		padding-top: 29px;
		padding-bottom: 70px;
		background-image: linear-gradient(90deg, #e4dbd6 0%, #e4dbd6 41.8%, #e3dad3 61.62%, #e1d8d1 72.97%, #e1d6d0 82.06%, #e0d6cd 89.07%, #e0d6cd 94.39%, #ddd3c9 100%);
	}
	.product-banner .product-banner__title {
		padding-right: 0;
		font-size: 54px;
		line-height: 1.074;
	}
	.product-banner .product-banner__button {
		padding-left: 50px;
		padding-right: 50px;
		min-width: 167px;
	}
}
.video-banner {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.2) 0%, rgba(176, 193, 225, 0.2) 100%);
}
.video-banner .video-banner__container {
	max-width: 1043px;
	display: flex;
	align-items: center;
}
.video-banner .video-banner__content {
	width: 54.14%;
	flex-shrink: 0;
	padding-right: 52px;
}
.video-banner .video-banner__title {
	margin-bottom: 30px;
	font-weight: 400;
	color: #6957a0;
}
.video-banner .video-banner__description {
	display: inline-block;
	margin-bottom: 17px;
}
.video-banner .video-banner__description p {
	margin-bottom: 20px;
}
.video-banner .video-banner__legends {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.video-banner .video-banner__legend {
	display: flex;
	align-items: center;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.video-banner .video-banner__legend-circle {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	background-color: var(--bg-color);
}
.video-banner .video-banner__legend-title {
	font-family: "Faber Sans Pro", serif;
	font-size: 13px;
	line-height: 1;
}
.video-banner .video-banner__video-wrapper {
	width: 45.86%;
	padding: 13px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.video-banner .video-banner__video-container {
	position: relative;
	padding-top: 100%;
}
.video-banner .video-banner__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.video-banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.video-banner .video-banner__container {
		flex-direction: column;
	}
	.video-banner .video-banner__content {
		width: 100%;
		padding-right: 0;
	}
	.video-banner .video-banner__video-wrapper {
		width: 100%;
		padding: 10px;
	}
	.video-banner .video-banner__title {
		margin-bottom: 20px;
	}
	.video-banner .video-banner__description {
		margin-bottom: 8px;
	}
	.video-banner .video-banner__description p {
		margin-bottom: 23px;
	}
	.video-banner .video-banner__legends {
		margin-bottom: 40px;
	}
}
.advices {
	position: relative;
	padding-bottom: 98px;
}
.advices .advices__text {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	max-width: 620px;
	flex-direction: column;
}
.advices .advices__title {
	margin-bottom: 20px;
	color: #6957a0;
}
.advices .advices__content {
	display: flex;
	width: unset;
	color: #322f44;
}
.advices .advices__element {
	width: calc(33% - 61px);
	height: unset;
}
.advices .advices__element-image-container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	margin-bottom: 43px;
	padding-top: 113.314%;
}
.advices .advices__element-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.advices .advices__element-title {
	margin-bottom: 15px;
	font-family: "Faber Sans Pro", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.0625;
	text-align: center;
	text-transform: uppercase;
	color: var(--color);
}
.advices .advices__element-additional-info {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 35%);
}
.advices .advices__element-description {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.03333;
	text-align: center;
}
.advices .advices__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 991px) {
	.advices {
		padding-bottom: 70px;
	}
	.advices .advices__title {
		font-size: 40px;
		line-height: 1.075;
	}
	.advices .advices__subtitle {
		margin-bottom: 40px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 18px;
		line-height: 1.0655;
	}
	.advices .advices__element {
		width: 50%;
	}
	.advices .advices__element-title {
		margin-bottom: 10px;
	}
	.advices .advices__element-text-box {
		padding-right: 20px;
		padding-left: 20px;
		min-height: 262px;
	}
	.advices .advices__element-description {
		font-size: 24px;
		line-height: 1.041;
	}
	.advices .advices__element-additional-info {
		transform: translate(-50%, 46%);
	}
	.advices .advices__element-image-container {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.advices .advices__element {
		width: 100%;
	}
	.advices .advices__content.desktop-tablet-disable {
		justify-content: flex-start;
	}
}
@media (min-width: 992px) {
	.advices .advices__content.desktop-disable {
		transform: translate3d(0, 0, 0) !important;
	}
	.advices .advices__pagination.desktop-disable {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.advices .advices__content.desktop-tablet-disable {
		justify-content: center;
		transform: translate3d(0, 0, 0) !important;
	}
	.advices .advices__content.desktop-tablet-disable .swiper-slide:nth-child(2) {
		margin-right: 0 !important;
	}
	.advices .advices__pagination.desktop-tablet-disable {
		display: none !important;
	}
}
.components-banner {
	position: relative;
	padding-top: 60px;
	padding-bottom: 115px;
}
.components-banner .components-banner__container {
	position: relative;
	z-index: 1;
	display: flex;
}
.components-banner .components-banner__content {
	padding-top: 34px;
	padding-bottom: 35px;
}
.components-banner .components-banner__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -10px;
}
.components-banner .components-banner__col {
	padding: 10px;
}
.components-banner .components-banner__col.components-banner__col--full-width {
	width: 100%;
}
.components-banner .components-banner__col.components-banner__col--big {
	width: 66.6667%;
}
.components-banner .components-banner__col.components-banner__col--small {
	width: 33.3333%;
}
.components-banner .components-banner__subtitle {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: -2px;
	font-family: "Faber Sans Pro", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.055;
	background-image: linear-gradient(45deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	        background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.components-banner .components-banner__title {
	margin-bottom: 31px;
	font-weight: 400;
	color: #6957a0;
}
.components-banner .components-banner__description {
	display: inline-block;
}
.components-banner .components-banner__description p {
	margin-bottom: 20px;
}
.components-banner .components-banner__image-container {
	position: relative;
	width: 100%;
	padding-top: 81.688%;
}
.components-banner .components-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.components-banner .components-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1199px) {
	.components-banner .components-banner__container {
		align-items: center;
	}
	.components-banner .components-banner__image-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.components-banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.components-banner .components-banner__container {
		flex-direction: column;
	}
	.components-banner .components-banner__content {
		padding-top: 40px;
	}
	.components-banner .components-banner__subtitle {
		margin-left: 0;
	}
	.components-banner .components-banner__title {
		margin-bottom: 32px;
	}
	.components-banner .components-banner__description p {
		margin-bottom: 22px;
	}
	.components-banner .components-banner__image-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.components-banner .components-banner__image-container {
		padding-top: 81.493%;
	}
	.components-banner .components-banner__row {
		flex-direction: column;
	}
	.components-banner .components-banner__col {
		width: 100%;
	}
	.components-banner .components-banner__col.components-banner__col--big {
		width: 100%;
	}
	.components-banner .components-banner__col.components-banner__col--small {
		width: 100%;
	}
}
.template-our-story .components-banner__description {
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	line-height: 26px;
}
.page-coa {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	flex-direction: column;
}
.page-coa .pdf-search {
	display: flex;
	margin-bottom: 40px;
}
.page-coa .pdf-search__input {
	padding-left: 0;
	font-size: 16px;
	text-indent: 30px;
	min-width: 400px;
}
.page-coa .pdf-search__button {
	margin-left: 15px;
}
.page-coa .results-header {
	margin-bottom: 15px;
	font-weight: 500;
}
.page-coa .pdf-link {
	display: block;
	margin-bottom: 10px;
}
.page-coa .pdf-link.hidden {
	display: none;
}
@media (max-width: 767px) {
	.page-coa .pdf-search {
		flex-direction: column;
	}
	.page-coa .pdf-search__button {
		margin-top: 15px;
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.page-coa .pdf-search__input {
		min-width: 280px;
	}
}
@media (max-width: 360px) {
	.page-coa .pdf-search__input {
		min-width: 250px;
	}
}
.contact-us-top-section {
	min-height: 18vw;
	background:linear-gradient(270deg, #c69472, #5e4e9f);
}
.contact-us-top-section .contact-us-top-section__container {
	display: flex;
	min-height: 18vw;
	flex-direction: column;
}
.contact-us-top-section .contact-us-top-section__content {
	margin: auto;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-us-top-section .contact-us-top-section__title {
	font-weight: 400;
	color: #fff;
	margin-bottom: 16px;
}
.contact-us-top-section .contact-us-top-section__description {
	color: #fff;
}
@media (max-width: 991px) {
	.contact-us-top-section .contact-us-top-section__title {
		font-size: 54px;
		margin-bottom: 23px;
	}
}
.contact-us-template .contact-us-template__container {
	max-width: 940px;
}
.contact-us-template .contact-us-template__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
	transform: translateY(-55%);
}
.contact-us-template .contact-us-template__card {
	min-width: 200px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 21px;
	padding-bottom: 27px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 10px 50px rgba(96, 80, 159, 0.1);
}
.contact-us-template .contact-us-template__card-title {
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
	background-image: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	        background-clip: text;
	text-fill-color: transparent;
	font-weight: 800;
}
.contact-us-template .contact-us-template__card-subtitle {
	font-weight: 700;
	line-height: 1.0555;
	text-align: center;
}
.contact-us-template .contact-us-template__card-subtitle * {
	color: #646174;
	font-size: 16px;
}
.contact-us-template .contact-us-template__form-container {
	margin-top: 10px;
	margin-bottom: 90px;
}
.contact-us-template .contact-us-template__form {
	display: flex;
	flex-wrap: wrap;
	margin-top: -13px;
	margin-bottom: -13px;
	margin-left: -10px;
	margin-right: -10px;
}
.contact-us-template .contact-us-template__success,
.contact-us-template .contact-us-template__error {
	width: 100%;
	font-weight: 400;
	font-size: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-us-template .contact-us-template__success {
	text-align: center;
	margin-bottom: 30px;
}
.contact-us-template .contact-us-template__error {
	color: #ff0000;
}
.contact-us-template .contact-us-template__field {
	display: flex;
	width: calc(50% - 20px);
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 10px;
	margin-right: 10px;
	flex-direction: column-reverse;
}
.contact-us-template .contact-us-template__field.contact-us-template__field--full-width {
	width: 100%;
}
.contact-us-template .contact-us-template__label {
	font-size: 14px;
	line-height: 1.69;
	color: #6957a0;
	margin-bottom: 6px;
	font-weight: 500;
}
.contact-us-template .contact-us-template__button-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: -6px;
}
.contact-us-template .contact-us-template__button {
	min-width: 230px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.contact-us-template .contact-us-template__button input {
	font-family: "Faber Sans Pro", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.0625;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	transition-duration: 0.3s;
	transition-property: color;
	transition-timing-function: ease;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.contact-us-template .contact-us-template__button:hover input {
		color: black;
	}
}
@media (max-width: 767px) {
	.contact-us-template .contact-us-template__cards {
		margin-top: -8px;
		margin-bottom: -8px;
		flex-direction: column;
		transform: translateY(-16%);
	}
	.contact-us-template .contact-us-template__card {
		margin-top: 8px;
		margin-bottom: 8px;
		padding-top: 19px;
		padding-bottom: 22px;
		width: 100%;
		max-width: 300px;
	}
	.contact-us-template .contact-us-template__form-container {
		margin-bottom: 80px;
	}
	.contact-us-template .contact-us-template__form {
		margin-top: -30px;
		margin-bottom: -10px;
		margin-left: 0;
		margin-right: 0;
	}
	.contact-us-template .contact-us-template__success,
.contact-us-template .contact-us-template__error {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-us-template .contact-us-template__field {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.contact-us-template .contact-us-template__button-container {
		margin-top: -20px;
	}
}
.search-page .search-page__header {
	position: relative;
	min-height: 317px;
	padding-top: 80px;
	padding-bottom: 54px;
	padding-left: 20px;
	padding-right: 20px;
}
.search-page .search-page__header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	pointer-events: none;
}
.search-page .search-page__header-row {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}
.search-page .search-page__title {
	margin-bottom: 27px;
	font-size: 54px;
	font-weight: normal;
	text-align: center;
	color: #646174;
}
.search-page .search-page__form {
	position: relative;
}
.search-page .search-page__input {
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 50px rgba(96, 80, 159, 0.1);
	border: none;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.search-page .search-page__button {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transform: translateY(-50%);
	border-radius: 50%;
}
.search-page .search-page__button .icon path {
	fill: #fff;
}
.search-page .search-page__button-clear {
	position: absolute;
	top: 50%;
	right: 64px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent;
	transform: translateY(-50%);
	transition: 0.2s linear all;
}
.search-page .search-page__button-clear .icon {
	width: 12px;
	height: 12px;
}
.search-page .search-page__button-clear .icon path {
	transition: 0.2s linear all;
	fill: #92909e;
}
.search-page .search-page__button-clear:hover .icon path, .search-page .search-page__button-clear:focus .icon path {
	fill: #ff0000;
}
.search-page .search-page__button-clear.search-page__button-clear--show {
	visibility: visible;
	opacity: 1;
}
.search-page .search-page__content {
	max-width: 940px;
	width: 100%;
	min-height: 150px;
	margin: 0 auto;
	padding: 0 20px;
}
.search-page .search__result-item {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #ededed;
}
.search-page .search__result-item:first-of-type {
	margin-top: 20px;
}
.search-page .search__result-item:last-of-type {
	margin-bottom: 90px;
}
.search-page .search__result-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 757px;
}
.search-page .search__result-item-img-container {
	flex: 110px 0 0;
	width: 100%;
	margin-right: 30px;
	max-width: 110px;
}
.search-page .search__result-item-img-wrapper {
	position: relative;
	display: block;
	padding-top: 70%;
}
.search-page .search__result-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.search-page .search__result-item-img.search__result-item-img--article {
	-o-object-fit: cover;
	   object-fit: cover;
}
.search-page .search__result-item-title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	transition: 0.2s linear all;
}
.search-page .search__result-item-title.search__result-item-title--article {
	margin-bottom: 10px;
}
.search-page .search__result-item-title:hover, .search-page .search__result-item-title:focus {
	color: #ab80ac;
}
.search-page .search__result-item--description {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.46;
	color: #706d7c;
}
.search-page .search__result-item--description p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.46;
	color: #706d7c;
}
.search-page .search__result-item-price-value {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.search-page .search__result-item-price-value.search__result-item-price-value--sale {
	margin-right: 20px;
	color: #ff0000;
}
.search-page .search__result-item-price-value.search__result-item-price-value--old {
	text-decoration: line-through;
	color: #646174;
}
.search-page .pagination {
	width: 100%;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.search-page .pagination__list {
	justify-content: center;
}
@media (max-width: 767px) {
	.search-page .search-page__header {
		padding-top: 59px;
	}
	.search-page .search-page__title {
		margin-bottom: 40px;
	}
	.search-page .search__result-item {
		align-items: flex-start;
		padding: 19px 0;
	}
	.search-page .search__result-item:first-of-type {
		margin-top: 21px;
	}
	.search-page .search__result-item:last-of-type {
		margin-bottom: 50px;
	}
	.search-page .search-page__content {
		min-height: 120px;
	}
	.search-page .search__result-item-info {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.search-page .search__result-item-img-container {
		margin-right: 20px;
	}
	.search-page .search__result-item-title {
		margin-bottom: 15px;
		line-height: 1.06;
	}
	.search-page .search__result-item-title.search__result-item-title--article {
		margin-bottom: 16px;
	}
	.search-page .search__result-item-price-value {
		font-size: 16px;
		color: #646174;
	}
	.search-page .pagination {
		margin-bottom: 70px;
	}
}
@media (max-width: 380px) {
	.search-page .search__result-item-img-container {
		max-width: 90px;
		flex: 90px 0 0;
	}
}
.collection-banner {
	margin-bottom: 10px;
}
.collection-banner.collection-banner--no-margin {
	margin-bottom: 0;
}
.collection-banner .collection-banner__content {
	position: relative;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.collection-banner .collection-banner__image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.collection-banner .collection-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.collection-banner .collection-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, rgba(57, 41, 123, 0.6) 0%, rgba(195, 138, 99, 0.6) 100%);
}
.collection-banner .collection-banner__overlay.empty-image {
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.2) 0%, rgba(176, 193, 225, 0.2) 100%);
}
.collection-banner .collection-banner__text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 620px;
	padding: 30px 10px;
	padding-top: 33px;
	text-align: center;
}
.collection-banner .collection-banner__title {
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
}
.collection-banner .collection-banner__title.empty-image {
	color: #646174;
}
.collection-banner .collection-banner__description {
	color: white;
	font-size: 20px;
}
.collection-banner .collection-banner__description.empty-image {
	color: #646174;
}
@media (max-width: 767px) {
	.collection-banner {
		margin-bottom: 0;
	}
	.collection-banner .collection-banner__content {
		min-height: 180px;
	}
	.collection-banner .collection-banner__text {
		padding-top: 30px;
	}
	.collection-banner .collection-banner__title {
		margin-bottom: 0;
		font-size: 54px;
		line-height: 1.074;
	}
	.collection-banner .collection-banner__description {
		display: none;
	}
}
.collection-products {
	padding-top: 70px;
	padding-bottom: 60px;
}
.collection-products .collection-products__selectors {
	display: flex;
	margin-bottom: 37px;
	padding-top: 12px;
	padding-bottom: 14px;
	border-top: 1px solid rgba(50, 47, 68, 0.1);
	border-bottom: 1px solid rgba(50, 47, 68, 0.1);
	justify-content: space-between;
}

.collection-products .collection-products__label {
	margin-right: 24px;
	color: #5E4E9F;
	font-family: var(--header-font);
	font-size: 26px;
	line-height: 24.82px;
	opacity: 1;
	font-weight: 500;
}
.collection-products .collection-products__select {
	padding-top: 7px;
	padding-right: 18px;
	border: none;
	background-color: white;
	background-image: url("arrow-down.svg");
	background-repeat: no-repeat;
	background-position: top calc(50% - 1px) right;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	line-height: 22px;
	color: #5e4e9f;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.collection-products .collection-products__select option {
	color: black;
}
@supports (-webkit-touch-callout: none) {
	.collection-products .collection-products__select {
		font-size: 16px;
	}
}
.collection-products .collection-products__reviews {
	margin-bottom: 10px;
	padding-top: 15px;
}
.collection-products .collection-products__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	width: calc(100% + 12px);
	gap: 16px;
}
.collection-products .collection-products__list.collection-products__list--centered {
	justify-content: center;
}
.collection-products .collection-products__card {
	width: calc(33.3333333% - 12px);
	display: flex;
	padding: 8px;
	flex-direction: column;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.collection-products .collection-products__card:hover .collection-products__card-image.collection-products__card-image--overlay ,
	.selection__product-slide .collection-products__card-image-container:hover .collection-products__card-image.collection-products__card-image--overlay {
		opacity: 1;
	}
}
.collection-products .collection-products__card-image-container {
	position: relative;
	margin-bottom: 22px;
	padding-top: 130.43%;
	border-radius: 8px;
	overflow: hidden;
}
.collection-products .collection-products__card-image,
.selection__product-slide  .collection-products__card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.collection-products .collection-products__card-image.collection-products__card-image--overlay,
.selection__product-slide .collection-products__card-image.collection-products__card-image--overlay {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.collection-products .collection-products__card-image-link,
.selection__product-slide .collection-products__card-image-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.collection-products .collection-products__card-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	text-align: center;
	flex: 1;
}
.collection-products .collection-products__card-info {
	max-width: 100%;
	flex: 1 0 auto;
}
.collection-products .collection-products__card-info .junip-product-summary {
	display: none;
}
.collection-products .collection-products__card-title {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.0625;
	font-family: var(--header-font);
	cursor: pointer;
	text-align: center;
}
.collection-products__card-description ,.collection-products__card-description p {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.08px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.collection-products .collection-products__card-title {
		font-size: 16px;
	}

	.collection-products__card-description,
	.collection-products__card-description p {
		font-size: 12px;
	}
}
.collection-products .collection-products__card-title.collection-products__card-title--mob {
	display: none;
}
.collection-products .collection-products__card-price-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.collection-products .collection-products__card-price {
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08px;
	color: #5e4e9f;
}
.collection-products .collection-products__card-price.collection-products__card-price--compared {
	margin-right: 15px;
	color: #5e4e9f;
}
.collection-products .collection-products__card-price.collection-products__card-price--real {
	opacity: 0.65;
	text-decoration: line-through;
	color: #646174;
}
.collection-products .collection-products__card-button {
	min-width: unset;
	width: 52px;
	height: 52px;
	padding: 17px;
	flex-shrink: 0;
	border-radius: 50%;
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.3) 0%, rgba(176, 193, 225, 0.3) 100%);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.collection-products .collection-products__card-button:hover {
		background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.7) 0%, rgba(176, 193, 225, 0.7) 100%);
	}
}
.collection-products .collection-products__card-button-icon {
	width: 18px;
	height: 18px;
}

.button[data-card-add-to-cart] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

[data-card-add-to-cart-text] {
	display: inline-block;
	padding-top: 2px;
}

.button[data-card-add-to-cart] svg {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 767px) {
	.button[data-card-add-to-cart] svg {
		display: none;
	}
}
.collection-products .collection-products__select-area,
.collection-products__filters-area {
	display: flex;r
	margin-right: 0;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.collection-products .collection-products__select-area {
	justify-content: flex-end;
	width: calc(40% - 19px);
}

.collection-products__filters-area {
	width: calc(60% - 19px);
}

@media screen and (max-width: 1100px) {
	.collection-products__filters-area {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.collection-products .collection-products__selectors {
		flex-direction: column;
		gap: 22px;
	}
	.collection-products .collection-products__select-area,
	.collection-products__filters-area {
		width: 100%;
	}
	.collection-products .collection-products__select-area {
		justify-content: flex-start;
	}
}
.collection-products__filter-list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	text-transform: capitalize;
	align-items: center;
}

.collection-products__filter-reset {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.collection-products__filter-reset svg, .collection-products__filter-reset a {
	width: 100%;
	height: 100%;
}
.collection-products__filter .collection-products__filter-item {
	min-width: 100px;
	padding: 12px 12px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #5E4E9F;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Faber Sans Pro';
	font-weight: 600;
	border-radius: 100px;
	background: var(--filter-bg);
}
.collection-products__filter .collection-products__filter-item.is-active {
	border: 2px solid currentColor;
}
@media (max-width: 767px) {
	.collection-products__filter .collection-products__filter-item {
		padding: 11px 12px 8px;
	}
	.collection-products {
		padding-top: 11px;
		padding-bottom: 130px;
	}

	.collection-products .container {
		padding: 20px;
	}
	.collection-products .collection-products__selectors {
		justify-content: space-between;
		margin-bottom: 25px;
		border-top: none;
	}

	.collection-products .collection-products__label {
		margin-bottom: 0px;
		font-size: 20px;
	}

	.collection-products .collection-products__card {
		width: calc(50% - 8px);
		padding: 8px;
		display: flex;
		flex-direction: column;
	}
	.collection-products .collection-products__card-image-container {
		margin-bottom: 20px;
	}

	.collection-products .collection-products__card-price.collection-products__card-price--real {
		margin-bottom: 0;
	}
	.collection-products .collection-products__card-price.collection-products__card-price--compared {
		margin-bottom: 7px;
	}
	.collection-products .collection-products__card-button {
		width: 40px;
		height: 40px;
		padding: 12px 13px;
	}
	.collection-products .collection-products__card-button-icon {
		max-height: 17px;
	}
}
@media (max-width: 480px) {
	.collection-products .collection-products__card-title.collection-products__card-title--desk {
		display: none;
	}
	.collection-products .collection-products__card-title.collection-products__card-title--mob {
		display: block;
	}
}
.collection-remedies-products {
	margin-bottom: 80px;
}
.collection-remedies-products .product-container {
	overflow: hidden;
	display: flex;
}
.collection-remedies-products .product-container .product-images {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 65px;
	order: 2;
}
.collection-remedies-products .product-container .product-description {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
	padding: 170px 130px;
	flex-direction: column;
	order: 1;
}
.collection-remedies-products .product-container:nth-child(even) .product-images {
	order: 1;
}
.collection-remedies-products .product-container:nth-child(even) .product-description {
	order: 2;
}
.collection-remedies-products .product-images__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.collection-remedies-products .product-images__background .background-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.collection-remedies-products .product-images__front {
	max-width: 339px;
}
.collection-remedies-products .product-title {
	margin-bottom: 20px;
	font-family: "Casablanca", serif;
	font-size: 84px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	font-style: normal;
}
.collection-remedies-products .product-subtitle {
	margin-bottom: 30px;
	font-family: "Faber Sans Pro", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.01;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	font-style: normal;
}
.collection-remedies-products .product-meta-description {
	margin-bottom: 40px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	font-style: normal;
}
.collection-remedies-products .pagination {
	display: flex;
	justify-content: center;
	margin: 15px;
}
.collection-remedies-products .pagination > a.button:not(:first-child), .collection-remedies-products .shopify-challenge .pagination > a.shopify-challenge__button:not(:first-child), .shopify-challenge .collection-remedies-products .pagination > a.shopify-challenge__button:not(:first-child), .collection-remedies-products .junip-product-review .junip-write-review-cta-container .pagination > a.junip-write-review-cta:not(:first-child), .collection-remedies-products .junip-product-review .pagination > a.junip-write-review-cta:not(:first-child), .junip-product-review .collection-remedies-products .pagination > a.junip-write-review-cta:not(:first-child), .collection-remedies-products .account .pagination > .button#Rise-account-page-button:not(:first-child), .collection-remedies-products .account .shopify-challenge .pagination > #Rise-account-page-button.shopify-challenge__button:not(:first-child), .shopify-challenge .collection-remedies-products .account .pagination > #Rise-account-page-button.shopify-challenge__button:not(:first-child), .collection-remedies-products .account .junip-product-review .junip-write-review-cta-container .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child), .collection-remedies-products .account .junip-product-review .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child), .junip-product-review .collection-remedies-products .account .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child), .account .collection-remedies-products .pagination > .button#Rise-account-page-button:not(:first-child), .account .collection-remedies-products .shopify-challenge .pagination > #Rise-account-page-button.shopify-challenge__button:not(:first-child), .shopify-challenge .account .collection-remedies-products .pagination > #Rise-account-page-button.shopify-challenge__button:not(:first-child), .account .collection-remedies-products .junip-product-review .junip-write-review-cta-container .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child), .account .collection-remedies-products .junip-product-review .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child), .junip-product-review .account .collection-remedies-products .pagination > #Rise-account-page-button.junip-write-review-cta:not(:first-child) {
	margin-left: 15px;
}
@media (max-width: 1199px) {
	.collection-remedies-products .product-title {
		font-size: 70px;
	}
	.collection-remedies-products .product-subtitle {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.collection-remedies-products .product-images__front {
		max-width: 200px;
	}
	.collection-remedies-products .product-title {
		font-size: 64px;
	}
	.collection-remedies-products .product-container .product-description {
		padding: 70px 60px;
	}
}
@media (max-width: 767px) {
	.collection-remedies-products {
		margin-bottom: 40px;
	}
	.collection-remedies-products .product-images__front {
		max-width: unset;
	}
	.collection-remedies-products .product-title {
		font-size: 54px;
	}
	.collection-remedies-products .product-container {
		flex-direction: column;
	}
	.collection-remedies-products .product-container .product-images,
.collection-remedies-products .product-container .product-description {
		width: 100%;
		min-height: 390px;
	}
	.collection-remedies-products .product-container .product-images {
		order: 1;
	}
	.collection-remedies-products .product-container .product-description {
		order: 2;
	}
	.collection-remedies-products .product-container:nth-child(even) .product-images {
		order: 1;
	}
	.collection-remedies-products .product-container:nth-child(even) .product-description {
		order: 2;
	}
}
@media (max-width: 575px) {
	.collection-remedies-products .product-images__front {
		max-width: 200px;
	}
	.collection-remedies-products .product-container .product-description {
		padding: 34px 30px;
	}
}
.product {
	max-width: 1274px;
	width: 100%;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: 76px;
	padding-right: 76px;
}
.product .product__row {
	display: flex;
	margin: 0 -29px;
}
.product .product__column {
	padding: 0 29px;
}
.product .product__column.product__column--media {
	max-width: 596px;
	width: 100%;
}
.product .product__column.product__column--meta {
	max-width: 578px;
	width: 100%;
	padding-top: 20px;
}
@media (max-width: 991px) {
	.product .product__row {
		flex-direction: column;
	}
	.product .product__column.product__column--media, .product .product__column.product__column--meta {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.product {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.product .product__row {
		margin: 0;
	}
	.product .product__column {
		padding: 0;
	}
}
/* stylelint-disable no-descending-specificity */
.product-header {
	position: fixed;
	top: -90px;
	left: 0;
	z-index: 101;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 74px;
	padding: 0 50px;
	background-color: #fff;
	box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
	transition: 0.3s linear all;
}
.product-header.product-header--show {
	top: 0;
}
.product-header .product-header__info {
	display: flex;
	align-items: center;
}
.product-header .product-header__title {
	margin-right: 12px;
	font-size: 18px;
	font-weight: normal;
	color: #322f44;
}
.product-header .product-header__option {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.product-header .product-header__form {
	display: flex;
	align-items: center;
}
.product-header .product-header__form .product-meta__price {
	margin-right: 30px;
}
.product-header .product-header__form .product-meta__price-value {
	font-size: 20px;
	font-weight: bold;
}
.product-header .product-header__form .product-meta__price-value.product-meta__price-value--sale {
	margin-right: 15px;
	color: #ff0000;
}
.product-header .product-header__form .product-meta__price-value.product-meta__price-value--old {
	text-decoration: line-through;
	color: #92909e;
}
.product-header .product-header__button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	padding: 0;
	min-width: 152px;
}
.product-header .product-header__button:hover .bag-icon path, .product-header .product-header__button:focus .bag-icon path {
	fill: url("#bag-icon-gradient-header");
}
.product-header .product-header__button.disabled, .product-header .product-header__button[disabled] {
	opacity: 0.8;
	border-color: #646174;
	background: #646174;
}
.product-header .product-header__button.disabled::after, .product-header .product-header__button[disabled]::after {
	display: none;
}
.product-header .product-header__button.disabled:hover, .product-header .product-header__button.disabled:focus, .product-header .product-header__button[disabled]:hover, .product-header .product-header__button[disabled]:focus {
	opacity: 0.8;
	border-color: #646174;
	background: #646174;
	color: #fff;
	cursor: initial;
}
.product-header .product-header__button.disabled:hover .bag-icon path, .product-header .product-header__button.disabled:focus .bag-icon path, .product-header .product-header__button[disabled]:hover .bag-icon path, .product-header .product-header__button[disabled]:focus .bag-icon path {
	fill: #fff;
}
.product-header .product-header__button.disabled:hover::before, .product-header .product-header__button.disabled:focus::before, .product-header .product-header__button[disabled]:hover::before, .product-header .product-header__button[disabled]:focus::before {
	display: none;
}
.product-header .product-header__button .bag-icon {
	position: relative;
	width: 20px;
	margin-right: 15px;
}
.product-header .product-header__button .bag-icon path {
	transition: 0.2s all linear;
	fill: #fff;
}
@media (max-width: 767px) {
	.product-header {
		top: initial !important;
		bottom: -90px;
		justify-content: center;
		padding: 0 20px;
	}
	.product-header.product-header--show {
		top: initial !important;
		bottom: 0;
	}
	.product-header .product-header__info {
		display: none;
	}
	.product-header .product-meta__price {
		display: none;
	}
	.product-header .product-header__form,
.product-header .product-header__button {
		width: 100%;
		max-width: 280px;
	}
}
/* stylelint-disable no-descending-specificity */
.product-media {
	position: relative;
}
.product-media .product-media___main-slider {
	max-width: 538px;
	width: 100%;
	margin-bottom: 7px;
}
.product-media .product-media___main-slider .product-media__slide {
	position: relative;
	overflow-y: hidden;
	width: 100% !important;
	height: 0;
	padding-top: 102.61%;
}
.product-media .product-media___main-slider .product-media__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-media .product-media__slider-btn {
	position: absolute;
	top: initial;
	bottom: 30px;
	cursor: pointer;
}
.product-media .product-media__slider-btn::after {
	content: "";
}
.product-media .product-media__slider-btn.product-media__slider-btn--next {
	right: -25px;
}
.product-media .product-media__slider-btn.product-media__slider-btn--prev {
	left: -25px;
}
.product-media .product-media__slider-btn.product-media__slider-btn--hide {
	display: none;
}
.product-media .product-media__slider-btn.product-media__slider-btn--all-hide {
	display: none !important;
}
.product-media .product-media__thumbnails-slider {
	display: flex;
	width: auto;
	margin: 0 auto;
}
.product-media .product-media__thumbnails-slider.product-media__thumbnails-slider--not-initialized {
	margin: 0 !important;
}
.product-media .product-media__thumbnails-slider .swiper-wrapper {
	margin: 0 -4px;
}
.product-media .product-media__thumbnails-slider .product-media__slide {
	max-width: 88px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.product-media .product-media__thumbnails-slider .product-media__slide.swiper-slide-thumb-active .product__media-img-wrapper {
	border: 2px solid #646174;
}
.product-media .product-media__thumbnails-slider .product__media-img-wrapper {
	position: relative;
	overflow-y: hidden;
	height: 0;
	padding-top: 102.5%;
	border: 2px solid transparent;
	transition: 0.2s all linear;
}
.product-media .product-media__thumbnails-slider .product-media__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 991px) {
	.product-media .product-media___main-slider {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.product-media .product-media__thumbnails-slider {
		max-width: 360px;
		margin: 0 auto;
	}
	.product-media .product-media__thumbnails-slider .product-media__slide {
		max-width: initial;
	}
	.product-media .product-media__slider-btn.product-media__slider-btn--next {
		right: 0;
	}
	.product-media .product-media__slider-btn.product-media__slider-btn--prev {
		left: 0;
	}
	.product-media .product-media__slider-btn.product-media__slider-btn--hide {
		display: block;
	}
}
@media (max-width: 480px) {
	.product-media .product-media__thumbnails-slider {
		max-width: 300px;
	}
	.product-media .product-media__slider-btn {
		bottom: 20px;
	}
}
@media (max-width: 380px) {
	.product-media .product-media__thumbnails-slider {
		max-width: 250px;
	}
	.product-media .product-media__thumbnails-slider .product__media-img-wrapper {
		padding-top: 100%;
	}
	.product-media .product-media__slider-btn {
		bottom: 7px;
	}
}
@media (max-width: 360px) {
	.product-media .product-media__thumbnails-slider {
		max-width: 230px;
	}
}
.product-meta .product-meta__title {
	margin-bottom: 5px;
	font-weight: normal;
	color: #646174;
}
.product-meta .product-meta__subheading {
	margin-bottom: 28px;
	font-size: 22px;
	font-weight: 400;
	color: #ab80ac;
}
.product-meta .product-meta__price {
	margin-bottom: 10px;
}
.product-meta .product-meta__reviews {
	margin-bottom: 30px;
}
.product-meta .product-meta__price-value {
	display: inline-block;
	font-family: "Faber Sans Pro", serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.product-meta .product-meta__price-value.product-meta__price-value--sale {
	margin-right: 15px;
	color: #ff0000;
}
.product-meta .product-meta__price-value.product-meta__price-value--old {
	opacity: 0.65;
	text-decoration: line-through;
	color: #646174;
}
.product-meta .product-meta_description {
	overflow: hidden;
	opacity: 0.7;
	max-height: 70px;
	font-weight: normal;
	line-height: 1.46;
	color: #322f44;
	transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}
.product-meta .product-meta_description ul {
	margin-bottom: 15px;
}
.product-meta .product-meta_description p {
	margin-bottom: 15px;
}
.product-meta .product-meta_description p + p {
	margin-top: 10px;
}
.product-meta .product-meta_description.active {
	max-height: 1000px !important;
	transition: max-height 0.5s ease-in-out;
}

.product-meta .product-meta__description-btn {
	position: relative;
	margin-top: 15px;
	padding: 0;
	padding-right: 20px;
	background: transparent;
}
.product-meta .product-meta__description-btn span {
	font-size: 16px;
	font-weight: 600;
	color: black;
}
.product-meta .product-meta__description-btn::after, .product-meta .product-meta__description-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 1px;
	height: 7px;
	background-color: #000;
	transition: 0.2s linear all;
}
.product-meta .product-meta__description-btn::before {
	transform: translateY(-50%) rotate(-90deg);
}
.product-meta .product-meta__description-btn::after {
	transform: translateY(-50%) rotate(0);
}
.product-meta .product-meta__description-btn.active::after {
	transform: translateY(-50%) rotate(90deg);
}
.junip-product-summary-review-count {
	font-family: "Casablanca", serif;
}
/* stylelint-disable block-no-empty */
/* stylelint-disable no-descending-specificity */
.product-form .product-form__options {
	display: flex;
	flex-direction: column;
}
.product-form .product-form__options-item.product-form__options-item--select {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.product-form .product-form__options-item .product-form__item-label {
	display: block;
	opacity: 0.7;
	margin-bottom: 6px;
	font-size: 13px;
	color: #646174;
}
.product-form .product-form__options-item .product-form__item-select {
	min-width: 220px;
	font-size: 16px;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper {
	margin-bottom: 15px;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper:last-of-type {
	margin-bottom: 0;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .icon {
	margin-left: 8px;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .icon:hover {
	cursor: pointer;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .icon:hover + .product-form__option-tooltip {
	visibility: visible;
	opacity: 1;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	padding: 15px 10px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	text-align: center;
	transform: translate(109%, -50%);
	transition: 0.2s ease-out all;
	border-radius: 20px;
	max-width: 260px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip--title {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip--description {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
@media (max-width: 1199px) {
	.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip {
		top: 30px;
		transform: initial;
	}
}
@media (max-width: 991px) {
	.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip {
		top: 50%;
		transform: translate(109%, -50%);
	}
}
@media (max-width: 575px) {
	.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__options-radio-wrapper.product-form__options-radio-wrapper--recharge .product-form__option-tooltip {
		top: 30px;
		transform: initial;
	}
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-label {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #646174;
	transition: 0.2s linear all;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-label::before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #646174;
	transition: 0.2s linear all;
	border-radius: 50%;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	opacity: 0;
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transform: translateY(-50%);
	transition: 0.2s linear all;
	border-radius: 50%;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-radio {
	display: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-radio:checked + .product-form__option-label {
	color: #ab80ac;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-radio:checked + .product-form__option-label::before {
	border: 1px solid #ab80ac;
}
.product-form .product-form__options-item.product-form__options-item--subscribe .product-form__option-radio:checked + .product-form__option-label::after {
	opacity: 1;
}
.product-form .product-form__options-item.product-form__options-item--radio {
	margin-bottom: 25px;
	margin-left: -2px;
	margin-right: -2px;
	order: -1;
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__options-radio-wrapper {
	display: inline-block;
	padding: 5px 2px;
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__option-label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
	transition: 0.2s linear all;
	cursor: pointer;
	border-radius: 8px;
	min-width: 105px;
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__option-label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
	transition: 0.2s linear all;
	border-radius: 8px;
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__option-radio {
	display: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__option-radio:checked + .product-form__option-label {
	border: 1px solid #ab80ac;
	color: #000;
	box-shadow: 0 10px 10px rgba(96, 80, 159, 0.2);
}
.product-form .product-form__options-item.product-form__options-item--radio .product-form__option-radio:checked + .product-form__option-label::after {
	opacity: 0;
}
.product-form .product-form__quantity {
	display: flex;
	align-items: center;
	height: 58px;
	margin-bottom: 15px;
	margin-right: 14px;
	padding: 0 15px;
	border: 1px solid rgba(100, 97, 117, 0.2);
	border-radius: 4px;
}
.product-form .product-form__quantity-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: transparent;
}
.product-form .product-form__quantity-input {
	padding: 0;
	border: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	max-width: 30px;
}
.product-form .product-form__quantity-input::-webkit-outer-spin-button, .product-form .product-form__quantity-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.product-form .product-form__item-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 17px;
	margin-bottom: 25px;
}
.product-form .product-form__button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.product-form .product-form__button .bag-icon {
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.product-form .product-form__button .bag-icon path {
	transition: 0.2s linear all;
	fill: #fff;
}
.product-form .product-form__button:hover .bag-icon path, .product-form .product-form__button:focus .bag-icon path {
	fill: url("#bag-icon-gradient-product-form");
}
.product-form .product-form__button.disabled, .product-form .product-form__button[disabled] {
	opacity: 0.8;
	border-color: #646174;
	background: #646174;
}
.product-form .product-form__button.disabled::after, .product-form .product-form__button[disabled]::after {
	display: none;
}
.product-form .product-form__button.disabled:hover, .product-form .product-form__button.disabled:focus, .product-form .product-form__button[disabled]:hover, .product-form .product-form__button[disabled]:focus {
	opacity: 0.8;
	border-color: #646174;
	background: #646174;
	color: #fff;
	cursor: initial;
}
.product-form .product-form__button.disabled:hover .bag-icon path, .product-form .product-form__button.disabled:focus .bag-icon path, .product-form .product-form__button[disabled]:hover .bag-icon path, .product-form .product-form__button[disabled]:focus .bag-icon path {
	fill: #fff;
}
.product-form .product-form__button.disabled:hover::before, .product-form .product-form__button.disabled:focus::before, .product-form .product-form__button[disabled]:hover::before, .product-form .product-form__button[disabled]:focus::before {
	display: none;
}
.product-form .gwbutton {
	padding-top: 21px;
	padding-bottom: 21px;
}
@media (max-width: 767px) {
	.product-form .product-form__options-item.product-form__options-item--radio .product-form__options-radio-wrapper {
		padding: 5px 1px;
	}
	.product-form .product-form__quantity {
		height: 50px;
	}
	.product-form .product-form__button {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 380px) {
	.product-form .product-form__item-wrapper {
		flex-wrap: wrap;
	}
	.product-form .product-form__button {
		padding-left: 20px;
		padding-right: 20px;
		min-width: 164px;
	}
	.product-form .product-form__options-item.product-form__options-item--select .product-form__item-select {
		width: 100%;
	}
}
.product-how-use {
	position: relative;
	display: flex;
	margin-bottom: 90px;
	padding: 90px 0;
	padding-bottom: 50px;
	min-height: 860px;
}
.product-how-use::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
	pointer-events: none;
}
.product-how-use .product-how-use__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.product-how-use .product-how-use__info {
	width: 100%;
	margin-right: 67px;
	max-width: 520px;
}
.product-how-use .product-how-use__title {
	margin-bottom: 36px;
	color: #646174;
}
.product-how-use .product-how-use__description p {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	line-height: 1.47;
	letter-spacing: 0.09px;
}
.product-how-use .product-how-use__description p + p {
	margin-top: 15px;
}
.product-how-use .product-how-use__img-container {
	width: 100%;
	max-width: 500px;
}
.product-how-use .product-how-use__img-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 130%;
}
.product-how-use .product-how-use__img,
.product-how-use .product-how-use__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1199px) {
	.product-how-use {
		min-height: initial;
	}
	.product-how-use .product-how-use__img-container {
		max-width: 350px;
	}
	.product-how-use .product-how-use__img-wrapper {
		padding-top: 100%;
	}
	.product-how-use .product-how-use__info {
		padding-top: 0;
		max-width: 460px;
	}
}
@media (max-width: 991px) {
	.product-how-use .product-how-use__row {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.product-how-use .product-how-use__img-container {
		position: static;
		top: initial;
		right: initial;
		width: 100%;
		margin-bottom: 41px;
		transform: initial;
		order: -1;
		max-width: 100%;
	}
	.product-how-use .product-how-use__info {
		margin-right: auto;
		max-width: 660px;
	}
	.product-how-use .product-how-use__img-wrapper {
		padding-top: 50%;
	}
}
@media (max-width: 480px) {
	.product-how-use {
		padding: 70px 0;
		padding-bottom: 30px;
	}
	.product-how-use .product-how-use__img-wrapper {
		padding-top: 80%;
	}
	.product-how-use .product-how-use__title {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.product-how-use .product-how-use__info {
		padding-left: 50px;
	}
}
.product-dose {
	max-width: 924px;
	width: 100%;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	padding-top: 40px;
}
.product-dose .product-dose__title {
	margin-bottom: 40px;
	text-align: center;
	color: #646174;
}
.product-dose .product-dose__tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	border-bottom: 1px solid #efeff1;
}
.product-dose .product-dose__tab {
	position: relative;
	margin-right: 100px;
	padding-bottom: 14px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	color: #9d9d9d;
	transition: 0.2s all linear;
}
.product-dose .product-dose__tab::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	transition: 0.2s all linear;
}
.product-dose .product-dose__tab:last-of-type {
	margin-right: 0;
}
.product-dose .product-dose__tab.product-dose__tab--active {
	color: #ab80ac;
}
.product-dose .product-dose__tab.product-dose__tab--active::after {
	width: 100%;
}
.product-dose .product-dose__tab-content--hide {
	display: none;
}
.product-dose .product-dose__tab-wrapper {
	display: flex;
}
.product-dose .product-dose__image-container {
	max-width: 355px;
	width: 100%;
	margin-right: 32px;
}
.product-dose .product-dose__image-wrapper {
	position: relative;
	padding-top: 100%;
}
.product-dose .product-dose__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-dose .product-dose__container {
	max-width: 480px;
	width: 100%;
	padding-top: 36px;
}
.product-dose .product-dose__content-title {
	margin-bottom: 16px;
	color: #706d7c;
}
.product-dose .product-dose__content-description {
	margin-bottom: 36px;
}
.product-dose .product-dose__content-description p {
	font-size: 15px;
	color: #706d7c;
}
.product-dose .product-dose__content-description p + p {
	margin-top: 26px;
}
.product-dose .product-dose__list {
	display: flex;
}
.product-dose .product-dose__item {
	margin-bottom: 6px;
	font-size: 16px;
	color: #92909e;
}
.product-dose .product-dose__names {
	margin-right: 6px;
}
.product-dose .product-dose__names .product-dose__item {
	color: #92909e;
}
.product-dose .product-dose__numbers .product-dose__item {
	color: #322f44;
}
@media (max-width: 991px) {
	.product-dose {
		margin-bottom: 60px;
	}
	.product-dose .product-dose__container {
		padding-top: 0;
	}
	.product-dose .product-dose__content-description {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.product-dose .product-dose__tab-wrapper {
		flex-direction: column;
	}
	.product-dose .product-dose__image-container {
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-dose .product-dose__container {
		max-width: 100%;
	}
	.product-dose .product-dose__list {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.product-dose .product-dose__title {
		margin-bottom: 36px;
	}
	.product-dose .product-dose__tabs {
		margin-bottom: 29px;
	}
	.product-dose .product-dose__tab {
		margin-right: 49px;
	}
}
/* stylelint-disable no-descending-specificity */
.product-accordion {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}
.product-accordion .product-accordion__title {
	margin-bottom: 56px;
	text-align: center;
	color: #6957a0;
}
.product-accordion .product-accordion__item {
	margin-bottom: 13px;
	border: 1px solid #e0dfe3;
	border-radius: 4px;
	transition: 0.4s linear all;
}
.product-accordion .product-accordion__item:last-of-type {
	margin-bottom: 0;
}
.product-accordion .product-accordion__item.product-accordion__item--active {
	border: 1px solid #ab80ac;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(96, 80, 159, 0.2);
}
.product-accordion .product-accordion__item.product-accordion__item--active .product-accordion__heading-icon {
	border: 1px solid #ab80ac;
	background: #fff;
}
.product-accordion .product-accordion__item.product-accordion__item--active .product-accordion__heading-icon::after, .product-accordion .product-accordion__item.product-accordion__item--active .product-accordion__heading-icon::before {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.product-accordion .product-accordion__item.product-accordion__item--active .product-accordion__heading-icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.product-accordion .product-accordion__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 68px;
	padding: 0 20px;
	cursor: pointer;
}
.product-accordion .product-accordion__heading-text {
	font-size: 18px;
	font-weight: bold;
	color: #322f44;
}
.product-accordion .product-accordion__heading-icon {
	position: relative;
	width: 28px;
	height: 28px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	border-radius: 50%;
	transition: 0.2s linear all;
}
.product-accordion .product-accordion__heading-icon::after, .product-accordion .product-accordion__heading-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 12px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: 0.2s linear all;
	border-radius: 3px;
}
.product-accordion .product-accordion__heading-icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.product-accordion .product-accordion__content {
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 1.46;
	color: #706d7c;
}
@media (max-width: 767px) {
	.product-accordion {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product-accordion .product-accordion__title {
		margin-bottom: 40px;
	}
	.product-accordion .product-accordion__heading {
		padding: 15px 20px;
	}
	.product-accordion .product-accordion__heading-text {
		line-height: 1.05;
	}
	.product-accordion .product-accordion__heading-icon {
		flex: 28px 0 0;
		margin-left: 20px;
	}
	.product-accordion .product-accordion__content {
		padding-bottom: 22px;
	}
}
.product-richtext {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 90px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 820px;
}
.product-richtext .product-richtext__heading {
	margin-bottom: 56px;
	font-family: "Freight Big", sans-serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.07;
	text-align: center;
	color: #646174;
}
.product-richtext .product-richtext__content {
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 1.46;
	text-align: center;
	color: #706d7c;
}
.product-richtext .product-richtext__content p:last-child {
	word-break: break-word;
}
@media (max-width: 991px) {
	.product-richtext .product-richtext__title {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.product-richtext {
		padding-bottom: 80px;
	}
	.product-richtext .product-richtext__heading {
		margin-bottom: 40px;
	}
	.product-richtext .product-richtext__content {
		padding-bottom: 22px;
	}
}
.added-popup .added-popup__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.added-popup .added-popup__overlay.active {
	display: block;
}
.added-popup .added-popup__container {
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: auto;
	width: 100%;
	max-width: 359px;
	max-height: 100%;
	z-index: 999999;
	background-color: #FFFFFF;
	box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.14);
	transform: translateX(100%);
	transition: transform 0.3s ease;
}
.added-popup .added-popup__container.active {
	transform: translateX(0);
}
.added-popup .added-popup__content {
	padding-top: 17px;
	padding-bottom: 28px;
	padding-left: 20px;
	padding-right: 20px;
}
.added-popup .added-popup__header {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.added-popup .added-popup__title {
	opacity: 0.7;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.0556;
	color: #646174;
}
.added-popup .added-popup__close {
	position: relative;
	background-color: transparent;
	width: 15px;
	height: 15px;
}
.added-popup .added-popup__close svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: 0.3s stroke ease;
}
.added-popup .added-popup__close:hover svg {
	opacity: 0.7;
	stroke: #d3a308;
}
.added-popup .added-popup__product {
	display: flex;
	margin-bottom: 50px;
}
.added-popup .added-popup__image-container {
	position: relative;
	width: 60px;
	height: 78px;
	margin-right: 20px;
}
.added-popup .added-popup__image-container .added-popup__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.added-popup .added-popup__info {
	flex-grow: 1;
}
.added-popup .added-popup__product-title {
	margin-bottom: 7px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.05556;
	color: #646174;
}
.added-popup .added-popup__prop {
	opacity: 0.7;
	font-size: 13px;
	line-height: 1.69;
	color: #646174;
}
.added-popup .added-popup__info-qty {
	align-self: flex-start;
	font-size: 13px;
	line-height: 1;
	text-align: right;
	color: #646174;
}
.added-popup .added-popup__cart {
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}
.added-popup .added-popup__shopping {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: 700;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.0625;
	text-align: center;
	color: #322F44;
	cursor: pointer;
}
.added-popup .added-popup__shopping::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(#6957A0 0%, #AD81AB 100%);
}
.article-card {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.article-card .article-card__image-container {
	position: relative;
	overflow: hidden;
	padding-top: 69.14%;
}
.article-card .article-card__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	transition-duration: 0.4s;
	transition-property: transform;
}
.article-card .article-card__image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.article-card .article-card__image-overlay:hover + picture .article-card__image {
		transform: scale(1.05);
	}
}
.article-card .article-card__date {
	opacity: 0.7;
	margin-top: 20px;
	font-family: "Faber Sans Pro", serif;
	font-size: 13px;
	line-height: 1.47;
	color: #646174;
}
.article-card .article-card__title {
	margin-top: 10px;
	font-family: "Faber Sans Pro", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: -0.2px;
}
.article-card .article-card__content {
	margin-top: 15px;
	font-family: "Faber Sans Pro", serif;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: -0.1px;
	color: #5E4E9F;
}
.article-card .article-card__content * img,
.article-card .article-card__content img {
	display: none;
}
.article-card .article-card__link {
	display: flex;
	align-items: center;
	padding-top: 25px;
}
.article-card .article-card__link-text {
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	color: #322f44;
}
@media (max-width: 575px) {
	.article-card .article-card__content {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
	}
}
.pagination .pagination__icon,
.pagination .pagination__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.pagination .pagination__list {
	display: flex;
}
.pagination .pagination__list .disabled {
	background-color: #f6f6f6;
	background-image: none;
}
.pagination .pagination__list .disabled .pagination__icon svg {
	fill: #a6a6a6;
}
.pagination .pagination__list .disabled:hover {
	background-image: none;
}
.pagination .pagination__item {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 6px;
	margin-right: 6px;
}
.pagination .pagination__item:first-of-type {
	margin-left: 0;
	margin-right: 34px;
}
.pagination .pagination__item:last-of-type {
	margin-left: 34px;
	margin-right: 0;
}
.pagination .pagination__link {
	width: 100%;
	height: 100%;
}
.pagination .pagination__text {
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
.pagination .pagination__previsious,
.pagination .pagination__next {
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.3), rgba(176, 193, 225, 0.3) 100%);
}
.pagination .pagination__previsious:hover,
.pagination .pagination__next:hover {
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.7), rgba(176, 193, 225, 0.7) 100%);
}
.pagination .pagination__current-item {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.pagination .pagination__current-item .pagination__text {
	color: #fff;
}
.pagination .pagination__link-item {
	border: 1px solid #646174;
}
.pagination .pagination__link-item:last-of-type {
	margin-right: 0;
}
.pagination .pagination__dots {
	margin-left: 14px;
	margin-right: 15px;
}
.pagination .pagination__dots-text {
	height: auto;
	margin-top: 23px;
}
@media (max-width: 575px) {
	.pagination .pagination__item {
		width: 40px;
		height: 40px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pagination .pagination__item:first-of-type {
		margin-left: 0;
		margin-right: 15px;
	}
	.pagination .pagination__item:last-of-type {
		margin-left: 15px;
		margin-right: 0;
	}
	.pagination .pagination__text {
		font-size: 16px;
	}
	.pagination .pagination .pagination__dots {
		margin-left: 8px;
		margin-right: 8px;
	}
}
@media (max-width: 480px) {
	.pagination .pagination__item {
		width: 30px;
		height: 30px;
		margin-left: 3px;
		margin-right: 3px;
	}
	.pagination .pagination__item:first-of-type {
		margin-right: 10px;
	}
	.pagination .pagination__item:last-of-type {
		margin-left: 10px;
	}
	.pagination .pagination__text {
		font-size: 13px;
	}
	.pagination .pagination__icon svg {
		width: 10px;
	}
	.pagination .pagination__dots-text {
		margin-top: 15px;
	}
	.pagination .pagination__dots {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.blog .blog__banner {
	position: relative;
	padding-top: 81px;
	padding-bottom: 81px;
}
.blog .blog__banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.blog .blog__banner-title {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	font-family: "Casablanca", serif;
	font-weight: normal;
	line-height: 58px;
	text-align: center;
	color: #646174;
	max-width: 602px;
}
.blog .blog__container {
	padding-top: 60px;
	padding-bottom: 100px;
}
.blog .blog__filter-container {
	position: relative;
	display: flex;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
	max-width: 924px;
}
.blog .blog__filter-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.1;
	width: 100%;
	height: 1px;
	background-color: #646174;
}
.blog .blog__filter {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-direction: row;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.blog .blog__filter .active {
	opacity: 1;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	cursor: default;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.blog .blog__filter .active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.blog .blog__filter::-webkit-scrollbar {
	display: none;
}
.blog .blog__filter-item {
	position: relative;
	display: inline-block;
	opacity: 0.5;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #3a3a3a;
	white-space: nowrap;
}
.blog .blog__filter-item:last-of-type {
	margin-right: 0;
}
.blog .blog__filter-item:hover:not(.active)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	width: 100%;
	height: 2px;
	background: #3a3a3a;
}
.blog .blog__article-column {
	display: flex;
	margin-top: -50px;
	margin-left: -13px;
	margin-right: -13px;
	flex-wrap: wrap;
}
.blog .blog__article-row {
	flex: 0 1 33.3%;
	margin-top: 50px;
	padding-left: 13px;
	padding-right: 13px;
}
.blog .blog__pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 90px;
}
@media (max-width: 767px) {
	.blog .blog__banner-title {
		font-size: 54px;
	}
}
@media (max-width: 991px) {
	.blog .blog__article-row {
		flex-basis: 50%;
	}
}
@media (max-width: 575px) {
	.blog .blog__banner {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.blog .blog__container {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.blog .blog__filter-container {
		margin-top: 20px;
	}
	.blog .blog__article-row {
		flex-basis: 100%;
	}
	.blog .blog__pagination {
		margin-top: 50px;
	}
}
.testimonials-banner {
	margin-bottom: 20px;
}
.testimonials-banner .testimonials-banner__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vw * 0.25);
}
.testimonials-banner .testimonials-banner__image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonials-banner .testimonials-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.testimonials-banner .testimonials-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, rgba(57, 41, 123, 0.6) 0%, rgba(195, 138, 99, 0.6) 100%);
}
.testimonials-banner .testimonials-banner__text {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	padding: 30px 10px;
	padding-top: 67px;
	text-align: center;
	max-width: 620px;
	flex-direction: column;
}
.testimonials-banner .testimonials-banner__title {
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
}
@media (max-width: 767px) {
	.testimonials-banner .testimonials-banner__content {
		min-height: calc(100vw * 0.5547);
	}
	.testimonials-banner .testimonials-banner__text {
		padding-top: 30px;
	}
	.testimonials-banner .testimonials-banner__title {
		margin-bottom: 0;
		font-size: 54px;
		line-height: 1.074;
	}
	.testimonials-banner .testimonials-banner__description {
		display: none;
	}
}
/* stylelint-disable no-descending-specificity */
/* stylelint-disable no-duplicate-selectors */
.testimonials-template {
	margin-bottom: 90px;
	padding-top: 40px;
}
.testimonials-template .testimonials-template__container {
	max-width: 1040px;
}
.testimonials-template .testimonials-template__item {
	overflow: hidden;
	display: flex;
	margin-bottom: 40px;
	border-radius: 10px;
	-webkit-clip-path: inset(0% 1% 0% 1% round 10px);
	        clip-path: inset(0% 1% 0% 1% round 10px);
}
.testimonials-template .testimonials-template__item:nth-child(2n) {
	flex-direction: row-reverse;
}
.testimonials-template .testimonials-template__item:last-child {
	margin-bottom: 60px;
}
.testimonials-template .testimonials-template__item-column {
	width: 50%;
}
.testimonials-template .testimonials-template__item-content {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 40px;
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.2) 0%, rgba(176, 193, 225, 0.2) 100%);
}
.testimonials-template .testimonials-template__item-title {
	margin-bottom: 12px;
	color: #322f44;
}
.testimonials-template .testimonials-template__item-subtitle {
	display: inline-block;
	opacity: 0.7;
	margin-bottom: 36px;
	font-size: 15px;
	line-height: 1.47px;
	color: #646174;
}
.testimonials-template .testimonials-template__item-description {
	font-size: 20px;
	line-height: 1.3;
	color: #322f44;
}
.testimonials-template .testimonials-template__item-quotes {
	position: absolute;
	bottom: 24px;
	right: 35px;
}
.testimonials-template .testimonials-template__item-image-container {
	position: relative;
	overflow: hidden;
	padding-top: 68%;
	min-height: 100%;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.testimonials-template .testimonials-template__item-image-container:hover .testimonials-template__item-image {
		transform: scale(1.2);
	}
}
.testimonials-template .testimonials-template__item-image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}
.testimonials-template .testimonials-template__item-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.testimonials-template .testimonials-template__pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.testimonials-template .testimonials-template__popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
}
.testimonials-template .testimonials-template__popup.active {
	display: unset;
}
.testimonials-template .testimonials-template__popup video {
	display: block;
	max-width: 100%;
	max-height: 80vh;
}
.testimonials-template .testimonials-template__popup .iframe-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	cursor: pointer;
}
.testimonials-template .testimonials-template__popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials-template .testimonials-template__popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 130%;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
.testimonials-template .testimonials-template__popup-main {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.testimonials-template .testimonials-template__popup-container {
	max-width: 750px;
	width: 100%;
	margin: auto;
	padding: 30px 40px;
}
.testimonials-template .testimonials-template__popup-content {
	position: relative;
	z-index: 2;
}
.testimonials-template .testimonials-template__popup-close-button {
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 2;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(icon-popup-close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
}
@media (max-width: 767px) {
	.testimonials-template {
		margin-bottom: 70px;
	}
	.testimonials-template .testimonials-template__item {
		flex-direction: column-reverse;
	}
	.testimonials-template .testimonials-template__item:nth-child(2n) {
		flex-direction: column-reverse;
	}
	.testimonials-template .testimonials-template__item-column {
		width: 100%;
	}
	.testimonials-template .testimonials-template__item-content {
		min-height: 234px;
		padding: 30px 20px;
	}
	.testimonials-template .testimonials-template__item-title {
		margin-bottom: 8px;
	}
	.testimonials-template .testimonials-template__item-subtitle {
		margin-bottom: 30px;
	}
	.testimonials-template .testimonials-template__item-description {
		font-size: 18px;
		line-height: 1.0555;
	}
	.testimonials-template .testimonials-template__item {
		margin-bottom: 20px;
	}
	.testimonials-template .testimonials-template__item:last-child {
		margin-bottom: 50px;
	}
	.testimonials-template .testimonials-template__item-quotes {
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 23px;
		height: 17px;
	}
	.testimonials-template .testimonials-template__item-quotes svg {
		width: 23px;
		height: 17px;
	}
	.testimonials-template .testimonials-template__pagination {
		margin-top: 50px;
	}
}
.page-404 {
	text-align: center;
}
.page-404 .page-404__container {
	margin-top: 150px;
	margin-bottom: 150px;
	padding-left: 25px;
	padding-right: 25px;
}
.page-404 .page-404__title {
	font-weight: 400;
}
.page-404 .page-404__subtitle {
	margin-top: 20px;
}
.page-404 .page-404__link {
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.page-404 .page-404__container {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.page-404 .page-404__title {
		font-size: 48px;
	}
}
@media (max-width: 480px) {
	.page-404 .page-404__title {
		font-size: 36px;
	}
}
.account {
	padding-top: 100px;
	padding-bottom: 100px;
}
.account input,
.account select {
	min-width: auto;
}
.account .hide {
	display: none;
}
.account .account__container {
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1028px;
}
.account .account__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.account .account__sidebar {
	width: 100%;
	padding-top: 15px;
	padding-right: 75px;
	max-width: 30%;
}
.account .account__title,
.account .account__order-list-title,
.account .account__order-title,
.account .account__addresses-title {
	margin-bottom: 15px;
	font-size: 38px;
	color: #646174;
}
.account .account__item {
	margin-bottom: 10px;
}
.account .account__item a, .account .account__item #Rise-account-page-button {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #646174;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.account .account__item a::after, .account .account__item #Rise-account-page-button::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ab80ac;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.account .account__item a:hover, .account .account__item #Rise-account-page-button:hover, .account .account__item a:focus, .account .account__item #Rise-account-page-button:focus {
	color: #ab80ac;
}
.account .account__item a:hover::after, .account .account__item #Rise-account-page-button:hover::after, .account .account__item a:focus::after, .account .account__item #Rise-account-page-button:focus::after {
	width: 100%;
}
.account .account__order-none {
	margin-top: 15px;
	font-size: 18px;
}
.account .account__content {
	width: 100%;
	padding-left: 75px;
	max-width: 70%;
}
.account .account__content-header-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ab80ac;
}
.account .order__description {
	font-size: 18px;
	color: #646174;
}
.account .account__addresses-billing-subtitle,
.account .account__addresses-shipping-subtitle,
.account .account__addresses-subtitle {
	font-weight: 500;
	color: #646174;
}
.account .account__addresses-subtitle {
	margin-top: 50px;
	margin-bottom: 20px;
}
.account .input--account {
	margin-bottom: 20px;
	font-size: 16px;
}
.account .account__select {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: right 10px center;
	cursor: pointer;
}
.account .account__button-wrapper {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ab80ac;
}
.account .account__button-text {
	margin-left: 10px;
}
.account .address .account__default-address {
	font-weight: 700;
}
.account .address p {
	font-size: 18px;
	color: #646174;
}
.account #Rise-account-page-button {
	position: relative;
	display: inline-block;
	margin-top: 10px !important;
	font-size: 17px;
	font-weight: 500;
	color: #646174;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.account #Rise-account-page-button::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ab80ac;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.account #Rise-account-page-button:hover, .account #Rise-account-page-button:focus {
	color: #ab80ac;
}
.account #Rise-account-page-button:hover::after, .account #Rise-account-page-button:focus::after {
	width: 100%;
}
@media (max-width: 991px) {
	.account .account__sidebar {
		padding-right: 25px;
	}
	.account .account__content {
		padding-left: 25px;
	}
}
@media (max-width: 767px) {
	.account {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.account .account__sidebar {
		margin-bottom: 20px;
		padding-top: 0;
		padding-bottom: 10px;
		padding-right: 0;
		max-width: 100%;
		border-bottom: 1px solid #ab80ac;
	}
	.account .account__content {
		padding-left: 0;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.account {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 480px) {
	.account .account__button-wrapper {
		flex-direction: column;
	}
	.account .account__addresses-button {
		width: 100%;
	}
	.account .account__button-text {
		margin-top: 15px;
		margin-left: 0;
	}
}
.order-table {
	width: 100%;
	max-width: 100%;
}
.order-table th,
.order-table td {
	padding: 14px 12px;
	font-size: 15px;
	text-align: left;
	color: #646174;
	border-bottom: 1px solid #ab80ac;
}
.order-table strong {
	font-weight: 700;
}
.order-table a, .order-table .account #Rise-account-page-button, .account .order-table #Rise-account-page-button {
	position: relative;
	color: #ab80ac;
	transition: 0.3s linear all;
}
.order-table a::after, .order-table .account #Rise-account-page-button::after, .account .order-table #Rise-account-page-button::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #865887;
	transition: 0.2s linear width;
}
.order-table a:hover, .order-table .account #Rise-account-page-button:hover, .account .order-table #Rise-account-page-button:hover {
	color: #865887;
}
.order-table a:hover::after, .order-table .account #Rise-account-page-button:hover::after, .account .order-table #Rise-account-page-button:hover::after {
	width: 100%;
}
@media (max-width: 767px) {
	.order-table tbody tr + tbody tr {
		margin-top: 20px;
	}
	.order-table tfoot tr td:first-of-type {
		display: none;
	}
}
.order__header {
	margin-bottom: 20px;
}
.order-table__addresses {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.order-table__addresses .order-table__billing,
.order-table__addresses .order-table__shipping {
	width: 100%;
	max-width: 50%;
}
.order-table__addresses .order-table__billing p,
.order-table__addresses .order-table__shipping p {
	font-size: 18px;
	color: #646174;
}
.order-table__addresses .order-table__billing {
	padding-right: 20px;
}
.order-table__addresses .order-table__shipping {
	padding-left: 20px;
}
@media (max-width: 480px) {
	.order-table__addresses .order-table__billing,
.order-table__addresses .order-table__shipping {
		padding: 0;
		max-width: 100%;
	}
	.order-table__addresses .order-table__billing {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ab80ac;
	}
}
.order-list {
	width: 100%;
	max-width: 100%;
}
.order-list th,
.order-list td {
	padding: 14px 12px;
	font-size: 15px;
	text-align: left;
	color: #646174;
	border-bottom: 1px solid #ab80ac;
}
.order-list tr td:last-of-type {
	font-weight: 700;
}
.order-list a, .order-list .account #Rise-account-page-button, .account .order-list #Rise-account-page-button {
	position: relative;
	font-size: 15px;
	color: #ab80ac;
	transition: 0.3s linear all;
}
.order-list a::after, .order-list .account #Rise-account-page-button::after, .account .order-list #Rise-account-page-button::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #865887;
	transition: 0.2s linear width;
}
.order-list a:hover, .order-list .account #Rise-account-page-button:hover, .account .order-list #Rise-account-page-button:hover {
	color: #865887;
}
.order-list a:hover::after, .order-list .account #Rise-account-page-button:hover::after, .account .order-list #Rise-account-page-button:hover::after {
	width: 100%;
}
@media (max-width: 767px) {
	.order-list tr + tr {
		margin-top: 20px;
	}
}
.our-story-banner .our-story-banner__inner-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 45px;
	flex-direction: column;
	min-height: calc(100vw * 0.469);
}
.our-story-banner .our-story-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.our-story-banner .our-story-banner__image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
.our-story-banner .our-story-banner__content {
	position: relative;
	z-index: 1;
	margin-bottom: 64px;
	padding-top: 45px;
}
.our-story-banner .our-story-banner__heading {
	margin-bottom: 32px;
	font-weight: 400;
	text-align: center;
}
.our-story-banner .our-story-banner__subheading {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	max-width: 565px;
}
.our-story-banner .our-story-banner__navigation {
	position: relative;
	overflow: auto;
	z-index: 1;
	display: flex;
	width: auto;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 15px;
	background-color: #fff;
	flex-wrap: nowrap;
	flex-direction: row;
	max-width: calc(100% - 40px);
	border-radius: 54px;
	box-shadow: 0 10px 50px rgba(96, 80, 159, 0.1);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.our-story-banner .our-story-banner__navigation::-webkit-scrollbar {
	display: none;
}
.our-story-banner .our-story-banner__link {
	padding-left: 33px;
	padding-right: 33px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #646174;
	white-space: nowrap;
	transition-property: linear-gradient;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
}
.our-story-banner .our-story-banner__link + .our-story-banner__link {
	border-left: 1px solid rgba(100, 97, 116, 0.2);
}
.our-story-banner .our-story-banner__link:hover, .our-story-banner .our-story-banner__link:focus {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
	.our-story-banner .our-story-banner__heading {
		font-size: 54px;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	.our-story-banner .our-story-banner__image-container {
		width: 100%;
	}
	.our-story-banner .our-story-banner__content {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.our-story-banner .our-story-banner__heading {
		margin-bottom: 20px;
	}
	.our-story-banner .our-story-banner__subheading {
		font-size: 16px;
		line-height: 22px;
	}
	.our-story-banner .our-story-banner__navigation {
		overflow: auto;
		display: flex;
		flex-wrap: nowrap;
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		border-radius: 25px;
		flex-direction: row;
		max-width: calc(100% - 40px);
	}
	.our-story-banner .our-story-banner__link {
		flex: 1;
		margin-top: 16px;
		margin-bottom: 15px;
	}
	.our-story-banner .our-story-banner__link + .our-story-banner__link {
		width: 60%;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		border-left: none;
		border-left: 1px solid rgba(100, 97, 116, 0.2);
	}
}
@media (max-width: 767px) {
	.our-story-banner .our-story-banner__inner-wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.our-story-banner .our-story-banner__content {
		margin-bottom: 328px;
	}
}
@media (max-width: 380px) {
	.our-story-banner .our-story-banner__navigation {
		bottom: 26px;
	}
}
.our-story-equality {
	padding-bottom: 110px;
	background-color: #fdefe2;
}
.our-story-equality .our-story-equality__container {
	padding-right: 144.5px;
	padding-left: 144.5px;
}
.our-story-equality .our-story-equality__image-container {
	position: relative;
	padding-top: 57.9%;
}
.our-story-equality .our-story-equality__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.our-story-equality .our-story-equality__description {
	margin-top: 18px;
	text-align: center;
}
.our-story-equality .our-story-equality__heading {
	margin-bottom: 29px;
	font-weight: 400;
	text-align: center;
	color: #646174;
}
.our-story-equality .our-story-equality__subheading {
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #646174;
	max-width: 611px;
}
@media (max-width: 991px) {
	.our-story-equality .our-story-equality__image-container {
		padding-top: 88.533%;
	}
}
@media (max-width: 767px) {
	.our-story-equality {
		padding-top: 50px;
		padding-bottom: 76px;
	}
	.our-story-equality .our-story-equality__container {
		padding-right: 0;
		padding-left: 0;
	}
	.our-story-equality .our-story-equality__description {
		margin-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.our-story-equality .our-story-equality__heading {
		margin-bottom: 20px;
	}
}
@media (max-width: 380px) {
	.our-story-equality {
		padding-bottom: 79px;
	}
	.our-story-equality .our-story-equality__description {
		margin-top: 58px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.our-story-sustainability {
	padding-bottom: 70px;
	position: relative;
}
.our-story-sustainability .our-story-sustainability__content {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.our-story-sustainability .our-story-sustainability__column {
	flex-shrink: 0;
	width: 45.765%;
	margin-top: 40px;
}
.our-story-sustainability .our-story-sustainability__image-container {
	position: relative;
	padding-top: 112.615%;
}
.our-story-sustainability .our-story-sustainability__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.our-story-sustainability .our-story-sustainability__text-box {
	width: 100%;
	padding-top: 40px;
	padding-right: 100px;
	max-width: 47.2%;
}
.our-story-sustainability .our-story-sustainability__heading {
	margin-bottom: 46px;
	font-weight: 400;
	color: #6957a0;
}
.our-story-sustainability .our-story-sustainability__text {
	font-size: 16px;
	line-height: 26px;
	color: #6957a0;
	max-width: 481px;
}
.our-story-sustainability .our-story-sustainability__list {
	display: flex;
	margin-top: 60px;
	margin-left: -36px;
}
.our-story-sustainability .our-story-sustainability__item {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	max-width: 210px;
}
.our-story-sustainability .our-story-sustainability__item-heading {
	margin-top: 15px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	color: #322f44;
}
.our-story-sustainability .our-story-sustainability__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1200px) {
	.our-story-sustainability .our-story-sustainability__text-box {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.our-story-sustainability .our-story-sustainability__content {
		flex-direction: column;
	}
	.our-story-sustainability .our-story-sustainability__column {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.our-story-sustainability .our-story-sustainability__image-container {
		padding-top: 104%;
	}
	.our-story-sustainability .our-story-sustainability__text-box {
		padding-top: 50px;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.our-story-sustainability .our-story-sustainability__text {
		max-width: 100%;
	}
	.our-story-sustainability .our-story-sustainability__list {
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.our-story-sustainability .our-story-sustainability__list {
		margin-left: 0;
		flex-direction: column;
	}
	.our-story-sustainability .our-story-sustainability__item {
		display: flex;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
	.our-story-sustainability .our-story-sustainability__item + .our-story-sustainability__item {
		margin-top: 14px;
	}
	.our-story-sustainability .our-story-sustainability__item-image {
		max-height: 63px;
		max-width: 63px;
	}
	.our-story-sustainability .our-story-sustainability__item-heading {
		margin-top: 0;
		margin-left: 15px;
	}
}
@media (max-width: 380px) {
	.our-story-sustainability .our-story-sustainability__image-container {
		padding-top: 110.6%;
	}
	.our-story-sustainability .our-story-sustainability__column {
		padding-left: 12.5px;
		padding-right: 10.5px;
	}
	.our-story-sustainability .our-story-sustainability__text-box {
		padding-top: 41px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.our-story-sustainability .our-story-sustainability__heading {
		margin-bottom: 19px;
	}
	.our-story-sustainability .our-story-sustainability__list {
		margin-top: 31px;
	}
	.our-story-sustainability .our-story-sustainability__item-heading {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.our-story-wellness {
	position: relative;
	padding-bottom: 20px;
}
.our-story-wellness .our-story-wellness__content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
.our-story-wellness .our-story-wellness__column {
	flex-shrink: 0;
	width: 45.765%;
}
.our-story-wellness .our-story-wellness__image-container {
	position: relative;
	padding-top: 110.727%;
}
.our-story-wellness .our-story-wellness__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.our-story-wellness .our-story-wellness__text-box {
	width: 54.235%;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 88px;
}
.our-story-wellness .our-story-wellness__heading {
	margin-bottom: 42px;
	font-weight: 400;
	color: #6957a0;
}
.our-story-wellness .our-story-wellness__text {
	margin-left: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #6957a0;
	max-width: 514px;
}
.our-story-wellness .our-story-wellness__icons {
	display: flex;
	justify-content: space-between;
	margin-left: -22px;
	text-align: center;
	max-width: 586px;
}
.our-story-wellness .our-story-wellness__icons-item {
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 148px;
}
.our-story-wellness .our-story-wellness__icons-item-title {
	margin-top: 22px;
}
.our-story-wellness .our-story-wellness__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1200px) {
	.our-story-wellness .our-story-wellness__text-box {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.our-story-wellness .our-story-wellness__content {
		flex-direction: column;
	}
	.our-story-wellness .our-story-wellness__column {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		order: -1;
	}
	.our-story-wellness .our-story-wellness__image-container {
		padding-top: 104%;
	}
	.our-story-wellness .our-story-wellness__text-box {
		width: 100%;
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.our-story-wellness .our-story-wellness__text {
		max-width: 100%;
	}
	.our-story-wellness .our-story-wellness__icons {
		margin-left: 0;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.our-story-wellness .our-story-wellness__icons {
		flex-wrap: wrap;
	}
	.our-story-wellness .our-story-wellness__text {
		margin-bottom: 0;
	}
	.our-story-wellness .our-story-wellness__icons-item {
		width: 50%;
		margin-top: 30px;
		max-width: 50%;
	}
}
@media (max-width: 380px) {
	.our-story-wellness .our-story-wellness__image-container {
		padding-top: 110.6%;
	}
	.our-story-wellness .our-story-wellness__column {
		padding-left: 12.5px;
		padding-right: 10.5px;
	}
	.our-story-wellness .our-story-wellness__text-box {
		padding-top: 42px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.our-story-wellness .our-story-wellness__heading {
		margin-bottom: 18px;
	}
	.our-story-wellness .our-story-wellness__text {
		margin-left: 0;
		font-size: 16px;
		line-height: 22px;
	}
	.our-story-wellness .our-story-wellness__icons {
		padding-left: 14px;
	}
}
@media (max-width: 360px) {
	.our-story-wellness .our-story-wellness__icons-item {
		width: 100%;
		max-width: 100%;
	}
}
.login {
	padding-top: 20px;
	padding-bottom: 50px;
}
.login .login__content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
	flex-direction: column;
}
.login .login__form-container {
	padding-left: 20px;
	padding-right: 20px;
}
.login .login__form-container.hidden {
	display: none;
}
.login .login__form {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.login .login__title {
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
	color: #646174;
}
.login .login__subtitle,
.login .login__success-message {
	margin-bottom: 20px;
	font-family: "Faber Sans Pro", serif;
	font-size: 17px;
	line-height: 1.0588;
	text-align: center;
	color: #646174;
}
.login .login__text {
	margin-bottom: 20px;
	font-family: "Faber Sans Pro", serif;
	font-size: 17px;
	line-height: 1.0588;
	color: #322f44;
}
.login .login__error-message {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Faber Sans Pro", serif;
	font-size: 17px;
	line-height: 1.0588;
	color: red;
}
.login .login__error-message.hidden {
	display: none;
}
.login .login__field {
	display: flex;
	margin-bottom: 20px;
	flex-direction: column-reverse;
}
.login .login__input {
	max-width: 400px;
}
.login .login__button {
	display: block;
	min-width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.login .login__label {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.69;
	color: #646174;
}
.login .login__sign-in,
.login .login__sign-up {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646174;
}
.login .login__link {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	font-family: "Faber Sans Pro", serif;
	font-size: 17px;
	line-height: 1.0588;
	text-align: center;
	text-decoration: none;
	color: #322f44;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.login .login__link.login__link--inline {
	display: inline;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.login .login__link:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.login .login__title {
		font-size: 54px;
	}
}
@media (max-width: 575px) {
	.login .login__title {
		font-size: 40px;
	}
}
#rc_login {
	display: none !important;
}
.page-default__rte .page-header__rte {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 220px;
	background: linear-gradient(270deg, #c69472, #5e4e9f);
}
.page-default__rte .page-header__rte h1 {
	font-family: "Casablanca", serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.075;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-style: normal;
}
.page-default__rte .page-content__rte {
	padding-top: 62px;
	padding-bottom: 90px;
	padding-left: 159px;
	padding-right: 166px;
}
.page-default__rte .page-content__rte .more-padding {
	padding-top: 1px;
}
.page-default__rte .page-content__rte p {
	display: block;
}
.page-default__rte .page-content__rte p,
.page-default__rte .page-content__rte span {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	text-align: left;
	font-style: normal;
}
.page-default__rte .page-content__rte li {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	text-align: left;
	font-style: normal;
}
.page-default__rte .page-content__rte ul > li {
	display: flex;
	justify-content: flex-start;
}
.page-default__rte .page-content__rte ul > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: 6px;
	margin-right: 19px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	border-radius: 50%;
}
.page-default__rte .page-content__rte ol {
	padding-left: 14px;
	list-style: auto;
}
.page-default__rte .page-content__rte ol li::before {
	content: "";
	display: inline-block;
	margin-right: 11px;
}
.page-default__rte .page-content__rte h2 {
	font-family: "Faber Sans Pro", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
	text-align: left;
	font-style: normal;
}
.page-default__rte .page-content__rte h2 + p,
.page-default__rte .page-content__rte h2 + span {
	margin-top: 20px;
}
.page-default__rte .page-content__rte p + h2,
.page-default__rte .page-content__rte span + h2 {
	margin-top: 50px;
}
.page-default__rte .page-content__rte span + ul,
.page-default__rte .page-content__rte p + ul,
.page-default__rte .page-content__rte h2 + ul {
	margin-top: 20px;
}
.page-default__rte .page-content__rte span + ul li,
.page-default__rte .page-content__rte p + ul li,
.page-default__rte .page-content__rte h2 + ul li {
	margin-top: 10px;
}
.page-default__rte .page-content__rte ul + h2 {
	margin-top: 50px;
}
.page-default__rte .page-content__rte ul + p,
.page-default__rte .page-content__rte ul + span {
	margin-top: 30px;
}
.page-default__rte a, .page-default__rte .account #Rise-account-page-button, .account .page-default__rte #Rise-account-page-button {
	text-decoration: underline;
	color: inherit;
}
@media (max-width: 991px) {
	.page-default__rte .page-content__rte {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.shopify-policy__container {
	max-width: unset !important;
}
.shopify-policy__container .shopify-policy__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 220px;
	background: linear-gradient(180deg, rgba(176, 193, 225, 0.2) 0%, rgba(238, 212, 187, 0.2) 100%);
}
.shopify-policy__container .shopify-policy__title h1 {
	font-family: "Casablanca", serif;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.075;
	letter-spacing: 0;
	text-align: center;
	color: #646173;
}
.shopify-policy__container .shopify-policy__body {
	padding-top: 62px;
	padding-bottom: 90px;
	padding-left: 159px;
	padding-right: 166px;
}
.shopify-policy__container .shopify-policy__body p,
.shopify-policy__container .shopify-policy__body span {
	display: block;
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	text-align: left;
}
.shopify-policy__container .shopify-policy__body li {
	font-family: "Faber Sans Pro", serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	text-align: left;
}
.shopify-policy__container .shopify-policy__body ul > li {
	display: flex;
	justify-content: flex-start;
}
.shopify-policy__container .shopify-policy__body ul > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: 6px;
	margin-right: 19px;
	border-radius: 50%;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.shopify-policy__container .shopify-policy__body ol {
	padding-left: 14px;
	list-style: auto;
}
.shopify-policy__container .shopify-policy__body ol li::before {
	content: "";
	display: inline-block;
	margin-right: 11px;
}
.shopify-policy__container .shopify-policy__body h2 {
	font-family: "Faber Sans Pro", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
	text-align: left;
}
.shopify-policy__container .shopify-policy__body h2 + p,
.shopify-policy__container .shopify-policy__body h2 + span {
	margin-top: 20px;
}
.shopify-policy__container .shopify-policy__body p + h2,
.shopify-policy__container .shopify-policy__body span + h2 {
	margin-top: 50px;
}
.shopify-policy__container .shopify-policy__body span + ul,
.shopify-policy__container .shopify-policy__body p + ul,
.shopify-policy__container .shopify-policy__body h2 + ul {
	margin-top: 20px;
}
.shopify-policy__container .shopify-policy__body span + ul li,
.shopify-policy__container .shopify-policy__body p + ul li,
.shopify-policy__container .shopify-policy__body h2 + ul li {
	margin-top: 10px;
}
.shopify-policy__container .shopify-policy__body ul + h2 {
	margin-top: 50px;
}
.shopify-policy__container .shopify-policy__body ul + p,
.shopify-policy__container .shopify-policy__body ul + span {
	margin-top: 30px;
}
.shopify-policy__container .shopify-policy__body .rte {
	padding: 0 11px;
}
.shopify-policy__container .shopify-policy__body .rte ol,
.shopify-policy__container .shopify-policy__body .rte ul {
	padding-left: 0;
}
.shopify-policy__container .shopify-policy__body .more-padding {
	padding-top: 1px;
}
.shopify-policy__container a, .shopify-policy__container .account #Rise-account-page-button, .account .shopify-policy__container #Rise-account-page-button {
	text-decoration: underline;
	color: inherit;
}
@media (max-width: 991px) {
	.shopify-policy__container .shopify-policy__body {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.community .community__content {
	position: relative;
	min-height: calc(100vw * 0.46875);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.community .community__image-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.community .community__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.community .community__text {
	position: relative;
	margin-left: calc(7.96875% - 10px);
	padding: 100px 10px 125px 10px;
	color: white;
	max-width: 520px;
}
.community .community__subtitle {
	display: inline-block;
	margin-bottom: 20px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0555;
}
.community .community__title {
	margin-bottom: 30px;
	font-weight: 400;
}
.community .community__description {
	margin-bottom: 30px;
	color: white;
}
@media (max-width: 991px) {
	.community .community__text {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.community .community__content {
		position: static;
		min-height: unset;
	}
	.community .community__image-container {
		position: relative;
		overflow: hidden;
		display: block;
		padding-top: 119.4667%;
	}
	.community .community__text {
		position: static;
		z-index: 2;
		margin-top: -67px;
		margin-bottom: 0;
		margin-left: 0;
		padding: 0 20px;
		padding-top: 29px;
		padding-bottom: 70px;
		max-width: unset;
		background-color: var(--background-color-mobile);
	}
	.community .community__title {
		margin-bottom: 25px;
		padding-right: 0;
		font-size: 54px;
		line-height: 1.074;
	}
	.community .community__description {
		margin-bottom: 33px;
	}
	.community .community__button {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 167px;
	}
}
.minicart {
	position: relative;
	z-index: 99999;
	color: #08252a;
}
.minicart .minicart__container {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(214, 214, 214, 0.24);
	transform: translateX(100%);
	max-width: 560px;
	transition-property: transform;
	transition-duration: 0.5s;
}
.minicart .minicart__container.minicart__container--open {
	right: 0;
	transform: translateX(0);
}
.minicart .minicart__overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.65);
	transition-property: visibility, opacity;
	transition-duration: 0.5s;
}
.minicart .minicart__overlay.minicart__overlay--shown {
	visibility: visible;
	opacity: 1;
}
.minicart .minicart__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	touch-action: pan-y;
}
.minicart .minicart__title {
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 30px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.05;
	color: #000;
}
.minicart .minicart__header-wrapper {
	height: 100%;
}
.minicart .minicart__title-wrapper {
	position: relative;
	margin-bottom: 19px;
}
.minicart .minicart__shipping-notice {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.minicart .minicart__shipping-remaining {
	text-align: center;
}
.minicart .minicart__shipping-remaining p,
.minicart .minicart__shipping-remaining strong {
	margin-bottom: 0;
}
.minicart .minicart__progress-bar {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.minicart .minicart__progress-bar-status {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 10px;
	margin: 0 15px;
	border: 1px solid #08252a;
	transform: skewX(-20deg);
}
.minicart .minicart__progress-bar-state {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 100%;
	background-color: #f7b500;
	transition: all 0.5s;
}
.minicart .minicart__close {
	position: absolute;
	top: -3px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition-property: opacity;
	transition-duration: 0.3s;
}
.minicart .minicart__close .icon-minicart-close {
	display: block;
	width: 100%;
	height: 100%;
}
.minicart .minicart__close .icon-minicart-close g {
	transition-property: stroke;
	transition-duration: 0.3s;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.minicart .minicart__close:hover {
		opacity: 0.7;
		color: #d3a308;
	}
	.minicart .minicart__close:hover .icon-minicart-close g {
		stroke: #d3a308;
	}
}
.minicart .minicart__body {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	flex: 1 0 auto;
	margin-right: 6px;
}
.minicart .minicart__body.minicart__body--empty {
	display: flex;
	flex-direction: column;
}
.minicart .minicart__body::-webkit-scrollbar {
	width: 3px;
	background-color: transparent;
}
.minicart .minicart__body::-webkit-scrollbar-button {
	display: none;
}
.minicart .minicart__body::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #eed4bb 0%, #b0c1e1 100%);
}
.minicart .minicart__section {
	margin-left: 21px;
	margin-right: 23px;
	-webkit-transform: translate3d(0, 0, 0);
}
.minicart .minicart__section.minicart__section--header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-image: linear-gradient(180deg, #eed4bb33, #b0c1e133);
	margin: 0;
	padding: 23px 23px 0 21px;
			
}
.minicart .minicart__section.minicart__section--items {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 60px);
	height: 100%;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
}
.minicart .minicart__section.minicart__section--empty {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
.minicart .minicart__section.minicart__section--footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-top: 26px;
	padding-bottom: 22px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(180deg, rgba(238, 212, 187, 0.2) 0%, rgba(176, 193, 225, 0.2) 100%);
	flex-direction: column;
}
.minicart .minicart-slider__title {
	margin-top: 20px;
	margin-bottom: 23px;
}
.minicart .minicart-slider__title .minicart-product__related-product-subtitle {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%) repeat;
	background-size: 100%;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.minicart .minicart__empty-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 310px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}
.minicart .minicart__empty-button {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 17px;
	padding-bottom: 17px;
}
.minicart .minicart__section-empty-message {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
.minicart .minicart__subtotal {
	font-family: "Faber Sans Pro", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	color: #000;
}
.minicart .minicart__subtotal span {
	margin-right: 5px;
	font-family: "Faber Sans Pro", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	color: #5e4e9f;
}
.minicart .minicart__footer-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 22px;
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 13px;
	border-radius: 4px;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.minicart .minicart__container {
		max-width: 375px;
	}
	.minicart .minicart__section {
		padding-right: 15px;
	}

	.minicart .minicart__section.minicart__section--items {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.minicart .minicart__section.minicart__section--footer {
		padding-top: 26px;
		padding-bottom: 22px;
		padding-left: 14px;
		padding-right: 16px;
		border-top: 1px solid rgba(0, 0, 0, .2);
	}
	.minicart .minicart__title {
		margin-right: 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.45;
		letter-spacing: 0.023rem;
	}
	.minicart .minicart-product__related-product-subtitle--centered {
		text-align: center;
	}
	.minicart .minicart__title-wrapper {
		position: static;
		margin-bottom: 15px;
	}
	.minicart .minicart__close {
		top: 22px;
		right: 10px;
		width: 25px;
		height: 25px;
		transform: none;
	}
	.minicart .minicart__shipping-notice {
		font-size: 14px;
	}
	.minicart .minicart__footer-button {
		padding-top: 17px;
		padding-bottom: 17px;
		font-size: 14px;
		letter-spacing: 0.031rem;
	}
	.minicart .minicart__empty-button {
		padding: 11px 20px;
		font-size: 12px;
		letter-spacing: 2px;
	}
	.minicart .minicart__section-empty-message {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 18px;
	}
}
/* stylelint-disable no-descending-specificity */
.minicart-product .minicart-product__wrapper {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.minicart-product .minicart-product__columns-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
}
.minicart-product .minicart-product__column {
	display: flex;
	flex-direction: column;
}
.minicart-product .minicart-product__column.minicart-product__column--left {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	width: 120px;
	height: 150px;
}
.minicart-product .minicart-product__column.minicart-product__column--middle {
	padding: 10px 20px;
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	.minicart-product .minicart-product__column.minicart-product__column--middle{
		padding: 10px 15px;
	}
}
.minicart-product .minicart-product__column.minicart-product__column--right {
	flex-shrink: 0;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 10px 0;
	max-width: 80px;
}
.minicart-product .minicart-product__column.minicart-product__column--large {
	max-width: 145px;
}
.minicart-product .minicart-product__badges-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.minicart-product .minicart-product__badge {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3.5px 9px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.055;
	text-align: left;
	color: #fff;
	font-style: normal;
}
.minicart-product .minicart-product__badge.minicart-product__badge--sale {
	background-color: #ff0000;
}
.minicart-product .minicart-product__badge.minicart-product__badge--new {
	background-color: #11b7e7;
}
.minicart-product .minicart-product__title {
	overflow: hidden;
	display: -webkit-box;
	margin-bottom: 8px;
	font-family: "Faber Sans Pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	text-align: left;
	color: #5e4e9f;
	transition-duration: 0.3s;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.minicart-product .minicart-product__title.minicart-product__title--centered {
	text-align: center;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.minicart-product .minicart-product__title:hover {
		color: #d3a308;
	}
}
.minicart-product .minicart-product__related-product-subtitle {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}
.minicart-product .minicart-product__related-product-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 83px;
	height: 28px;
	padding: 7px 0;
	background: linear-gradient(180deg, rgba(238, 212, 187, 0.3) 0%, rgba(176, 193, 225, 0.3) 100%);
	font-family: "Faber Sans Pro", serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.07;
	letter-spacing: 0;
	color: #646174;
	border-radius: 38px;
	min-width: unset;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.minicart-product .minicart-product__related-product-button:hover {
		box-shadow: 0 1px 3px rgba(96, 80, 159, 0.2);
	}
}
.minicart-product .minicart-product__image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	   object-fit: cover;
		 border-radius: 8px;
}
.minicart-product .minicart-product__remove-button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 13px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	font-family: "Faber Sans Pro", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.69;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	color: rgba(100, 97, 116, 0.7);
	transition-property: opacity, color;
	transition-duration: 0.3s;
}
.minicart-product .minicart-product__remove-button .icon-remove {
	margin-right: 8px;
	display: none !important;
}
.minicart-product .minicart-product__remove-button .remove-button-text {
	margin-bottom: -3px;
	color: #5e4e9f;
	font-family: var(--header-font);
	position: relative;
	padding-left: 16px;
}
.minicart-product .minicart-product__remove-button .remove-button-text:before {
	top: 3px;
	left: 0px;
	position: absolute;
	width: 14px;
	height: 14px;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42NjMgMS41aC0xLjMyNmMtMS4wNjkgMC0xLjQ5LjA5LTEuOTIxLjI3LS40MzIuMTgxLS43OTIuNDUzLTEuMDg0LjgyLS4yOTIuMzY1LS40OTMuNzQ2LS43ODQgMS43NzRMNy4zNjggNUg1YTEgMSAwIDAgMCAwIDJoLjU2M2wuNzAzIDExLjI1Yy4wODIgMS4zMi4xMjMgMS45OC40MDcgMi40ODFhMi41IDIuNSAwIDAgMCAxLjA4MyAxLjAxN0M4LjI3MyAyMiA4LjkzNSAyMiAxMC4yNTggMjJoMy40ODRjMS4zMjMgMCAxLjk4NSAwIDIuNTAyLS4yNTJhMi41IDIuNSAwIDAgMCAxLjA4My0xLjAxN2MuMjg0LS41LjMyNS0xLjE2LjQwNy0yLjQ4MkwxOC40MzcgN0gxOWExIDEgMCAxIDAgMC0yaC0yLjM2N2wtLjE4LS42MzZjLS4yOTItMS4wMjgtLjQ5My0xLjQwOS0uNzg1LTEuNzc1YTIuNjk0IDIuNjk0IDAgMCAwLTEuMDg0LS44MTljLS40MzEtLjE4LS44NTItLjI3LTEuOTItLjI3em0xLjg5IDMuNS0uMDI1LS4wOWMtLjIwMy0uNzE3LS4yOS0uOTA1LS40MjQtMS4wNzRhLjY5Ni42OTYgMCAwIDAtLjI5Mi0uMjIxYy0uMi0uMDg0LS40MDQtLjExNS0xLjE0OS0uMTE1aC0xLjMyNmMtLjc0NSAwLS45NS4wMzEtMS4xNDkuMTE1YS42OTYuNjk2IDAgMCAwLS4yOTIuMjIxYy0uMTM1LjE2OS0uMjIxLjM1Ny0uNDI0IDEuMDc0TDkuNDQ2IDVoNS4xMDh6TTkuNjEgOC41MDZhLjc1Ljc1IDAgMCAwLS43MjQuNzc2bC4yOTcgOC40OTVhLjc1Ljc1IDAgMCAwIDEuNDk5LS4wNTNsLS4yOTctOC40OTRhLjc1Ljc1IDAgMCAwLS43NzUtLjcyNHptNC4wMDguNzI0YS43NS43NSAwIDAgMSAxLjQ5OS4wNTJsLS4yOTcgOC40OTVhLjc1Ljc1IDAgMCAxLTEuNDk5LS4wNTNsLjI5Ny04LjQ5NHoiIGZpbGw9IiM1ZTRlOWYiPjwvcGF0aD48L2c+PC9zdmc+");
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.minicart-product .minicart-product__remove-button:hover {
		opacity: 0.7;
		color: #d3a308;
	}
}
.minicart-product .minicart-product__quantity-button {
	width: 20px;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	flex-shrink: 0;
	transition-property: color;
	transition-duration: 0.3s;
}
.minicart-product .minicart-product__quantity-button .icon {
	width: 100%;
	height: 100%;
}
.minicart-product .minicart-product__quantity-button .icon path {
	stroke: #646174;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.minicart-product .minicart-product__quantity-button:hover {
		color: #d3a308;
	}
}
.minicart-product .minicart-product__quantity {
	display: flex;
	align-items: center;
	width: 90px;
	height: 38px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid rgba(100, 97, 116, 0.2);
	border-radius: 4px;
}
.minicart-product .minicart-product__quantity-input {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: none;
	outline: none;
	background-color: transparent;
	vertical-align: middle;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	-moz-appearance: textfield;
}
.minicart-product .minicart-product__quantity-input::-webkit-outer-spin-button, .minicart-product .minicart-product__quantity-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.minicart-product .minicart-product__quantity-input-wrapper {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.minicart-product .minicart-product__discount-message {
	margin-top: 10px;
	font-style: italic;
}
.minicart-product .minicart-product__price {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: 0;
	color: #000;
}
@media screen and (max-width: 767px) {
	.minicart-product .minicart-product__price { 
		font-size: 14px;
	}
}
.minicart-product .minicart-product__compare-price {
	margin-right: 9px;
	text-decoration: line-through;
	color: #777;
}
.minicart-product .minicart-product__property {
	font-family: "Faber Sans Pro", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.69;
	letter-spacing: 0;
	color: #646174;
}
.minicart-product .minicart-product__property:last-of-type {
	margin-bottom: 5px;
}
.minicart-product.minicart-product--recommendation {
	position: relative;
	display: flex;
	border: none;
}
.minicart-product.minicart-product--recommendation .minicart-product__wrapper {
	align-items: center;
	border: none;
}
.minicart-product.minicart-product--recommendation .minicart-product__columns-wrapper {
	align-items: center;
	border: none;
	flex-direction: column;
}
.minicart-product.minicart-product--recommendation .minicart-product__column.minicart-product__column--right {
	align-items: center;
}
@media (max-width: 991px) {
	.minicart-product {
		background-color: #fff;
		background-image: none;
	}
	.minicart-product .minicart-product__wrapper {
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.minicart-product .minicart-product__column.minicart-product__column--left {
		width: 100px;
		height: 100px;
	}

	.minicart-product .minicart-product__column.minicart-product__column--large {
		margin-top: 0;
	}
	.minicart-product .minicart-product__column.minicart-product__column--right {
		flex-shrink: unset;
	}
	.minicart-product .minicart-product__image {
		border: none;
	}
	.minicart-product .minicart-product__quantity {
		height: 35px;
		max-width: 110px;
		margin-top: 10px;
	}
	.minicart-product .minicart-product__remove-button {
		margin-top: 0;
		margin-bottom: 8px;
		margin-left: 22px;
	}
	.minicart-product .minicart-product__quantity-input-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.minicart-product .minicart-product__title {
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1.0478;
	}
	.minicart-product .minicart-product__related-product-subtitle {
		padding-bottom: 8px;
	}
	.minicart-product .minicart-product__related-product-button {
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0.029rem;
		max-width: 145px;
	}
}
.minicart__recommendations--product .minicart-product__column.minicart-product__column--middle {
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 991px) {
	.minicart__recommendations--product {
		padding-left: 12px;
		padding-right: 12px;
	}
	.minicart__recommendations--product .minicart-product__column {
		padding-bottom: 10px;
	}
	.minicart__recommendations--product .minicart-product__column.minicart-product__column--right {
		padding-left: 0;
	}
	.minicart__recommendations--product .minicart-product__column.minicart-product__column--middle {
		margin-left: 0;
	}
	.minicart__recommendations--product .minicart-product__title {
		font-size: 14px;
		font-weight: 400;
	}
}
.minicart-product--recommendation {
	padding-left: 30px;
	padding-right: 30px;
}
.minicart-product--recommendation .minicart-product__wrapper {
	flex-direction: column;
}
.minicart-product--recommendation .minicart-product__option {
	margin: 10px 0;
}
.minicart-product--recommendation .minicart-product__option-label {
	padding-left: 30px;
}
.minicart-product--recommendation .minicart-product__option-label::before {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%);
}
.minicart-recommendation-swiper-button-prev,
.minicart-recommendation-swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 32px;
	height: 32px;
	background-image: linear-gradient(180deg, rgba(238, 212, 187, 0.3) 0%, rgba(176, 193, 225, 0.3) 100%);
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
}
.minicart-recommendation-swiper-button-prev.swiper-button-disabled,
.minicart-recommendation-swiper-button-next.swiper-button-disabled {
	display: none;
}
.minicart-recommendation-swiper-button-next {
	right: 0;
}
.minicart-recommendation-swiper-button-prev {
	left: 0;
}
.age-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.5s linear all;
}
.age-popup.age--active {
	visibility: visible;
	opacity: 1;
}
.age-popup .age-popup__container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 50px;
	background: #fff;
	transform: translate(-50%, -50%);
	max-width: 500px;
	border-radius: 20px;
	box-shadow: 0 0 100px 0 #ab80ac;
}
.age-popup .age-popup__heading {
	margin-bottom: 20px;
	font-size: 80px;
	text-align: center;
}
.age-popup .age-popup__subheading {
	margin-bottom: 60px;
	font-size: 18px;
	text-align: center;
}
.age-popup .age-popup__btn-yes {
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.age-popup .age-popup__container {
		max-width: 380px;
	}
	.age-popup .age-popup__heading {
		font-size: 54px;
	}
	.age-popup .age-popup__subheading {
		margin-bottom: 40px;
		font-size: 16px;
	}
}
@media (max-width: 380px) {
	.age-popup .age-popup__container {
		border-radius: 0;
	}
}
/* stylelint-disable no-descending-specificity */
.template-password {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	min-height: 100vh;
}
.template-password .password-page {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 30px 50px;
	background: #fff;
	flex-direction: column;
	max-width: 550px;
	min-height: 80vh;
	border-radius: 20px;
}
.template-password .password-page__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	flex-direction: column;
}
.template-password .password-page__header-logo {
	display: block;
	margin-bottom: 20px;
}
.template-password .password__title {
	font-size: 80px;
	text-align: center;
}
.template-password #shopify-section-password-content {
	margin: auto;
}
.template-password .password-page__content .contact-form {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.template-password .password-page__content .contact-form .password-page__h4 {
	margin-bottom: 10px;
	text-align: center;
}
.template-password .password-page__input {
	margin-bottom: 20px;
}
@supports (-webkit-touch-callout: none) {
	.template-password .password-page__input {
		font-size: 16px;
	}
}
.template-password .password__form-subheading {
	margin-bottom: 40px;
	text-align: center;
}
.template-password .password__form-subheading p + p {
	margin-top: 20px;
}
.template-password .password__form-subheading p {
	margin-bottom: 0;
}
.template-password .password-page__field-wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
}
.template-password #shopify-section-password-footer {
	margin-top: auto;
}
.template-password .password-social-sharing {
	display: flex;
	flex-direction: column;
}
.template-password .password-social-sharing .password__form-heading {
	margin-bottom: 20px;
	text-align: center;
}
.template-password .password-page__login-btn,
.template-password .modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	border-radius: 50%;
}
.template-password .password-page__login-btn svg,
.template-password .modal__close svg {
	width: 25px;
	height: 25px;
}
.template-password .password-page__login-btn svg path,
.template-password .modal__close svg path {
	fill: #fff;
}
.template-password .modal__close svg {
	width: 15px;
	height: 15px;
}
.template-password .password-page__modal {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 50px 50px 30px;
	background: #fff;
	transform: translate(-50%, -50%);
	transition: 0.2s ease-in-out all;
	flex-direction: column;
	max-width: 550px;
	border-radius: 20px;
}
.template-password .password-page__modal.active {
	visibility: visible;
	opacity: 1;
}
.template-password .password-page__modal .password__form-heading {
	margin-bottom: 30px;
	text-align: center;
}
.template-password .password-page__modal p {
	text-align: center;
}
.template-password .password-modal__content {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.template-password .modal__input {
	margin-bottom: 20px;
}
.template-password .modal__button {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.template-password .password-page {
		padding: 30px 20px;
		border-radius: 0;
	}
	.template-password .password-page__modal {
		border-radius: 0;
	}
	.template-password .password__title {
		font-size: 60px;
	}
}
.template-password .form-message {
	margin-top: 10px;
	text-align: center;
}
@supports (-webkit-touch-callout: none) {
	.template-password #Password {
		font-size: 16px;
	}
}
.template-password .social-sharing {
	justify-content: center;
}
body:not(.template-community) .Rise__widget {
	display: none !important;
}
.junip-product-review {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.junip-product-review .junip-select-container {
	display: flex;
	flex-direction: column-reverse;
	width: unset !important;
	max-width: unset !important;
}
.junip-product-review .junip-select-container .junip-select-label {
	position: static;
	padding-bottom: 5px;
	font-size: 12px;
}
.junip-product-review .junip-product-review-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1220px;
}
.junip-product-review .junip-product-review-container .junip-review-sort .junip-select,
.junip-product-review .junip-product-review-container .junip-select-container .junip-select {
	background-image: url(arrow-down.svg) !important;
	box-shadow: none !important;
}
.junip-product-review .junip-product-review-title {
	margin-bottom: 50px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: var(--second_heading-size-adjust);
	font-weight: 400;
	text-align: center;
	color: #646174;
}
.junip-product-review .junip-product-review-summary-container {
	padding-bottom: 20px;
}
.junip-product-review .junip-product-review-count {
	font-size: 16px;
}
.junip-product-review .junip-write-review-cta {
	text-transform: capitalize;
}
.junip-product-review .junip-write-review-cta-container .junip-write-review-cta {
	text-transform: capitalize;
}
.junip-product-review .junip-filters-container {
	display: flex;
	justify-content: space-between;
}
.junip-product-review .junip-filter-checkbox-container {
	width: unset !important;
	max-width: unset !important;
}
@media (max-width: 767px) {
	.junip-product-review .junip-product-review-container .junip-product-review-title {
		margin-bottom: 30px;
	}
	.junip-product-review .junip-product-review-container .junip-write-review-cta-container {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-review-list-item-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.junip-product-review .junip-product-review-container .junip-review-sort-container {
		padding-left: 0;
		padding-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-product-review-summary-container {
		padding-left: 0;
		padding-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-select-container {
		max-width: 280px !important;
		padding-left: 0;
		padding-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-separator {
		margin-left: 0;
		margin-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-filters-label {
		padding-left: 0;
		padding-right: 0;
	}
	.junip-product-review .junip-product-review-container .junip-filters-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 575px) {
	.junip-product-review .junip-select-container {
		flex-grow: 1;
	}
	.junip-product-review .junip-product-review-container .junip-select-container .junip-select {
		min-width: 100%;
	}
}
@media (max-width: 980px) {
	.junip-product-review .junip-select-container {
		left: 0;
		right: unset;
		margin: 0;
		padding-left: 32px;
		padding-right: 32px;
		max-width: 320px !important;
	}
	.junip-product-review .junip-select-container:not(.junip-review-sort) {
		padding-left: 0;
	}
}
.affiliate-template {
	padding-top: 40px;
	padding-bottom: 80px;
}
.affiliate-template .affiliate-template__title {
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
	color: #646174;
}
.affiliate-template .affiliate-template__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding-right: -20px;
}
.affiliate-template .affiliate-template__col {
	width: 50%;
	padding: 20px;
}
.affiliate-template .affiliate-template__form {
	display: flex;
	flex-wrap: wrap;
	margin-top: -13px;
	margin-bottom: -13px;
	margin-left: -10px;
	margin-right: -10px;
}
.affiliate-template .affiliate-template__success,
.affiliate-template .affiliate-template__error {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 28px;
	font-weight: 400;
}
.affiliate-template .affiliate-template__success {
	color: #2c5e1a;
}
.affiliate-template .affiliate-template__error {
	color: #ff0000;
}
.affiliate-template .affiliate-template__field {
	position: relative;
	display: flex;
	width: calc(100% - 20px);
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 10px;
	margin-right: 10px;
	flex-direction: column-reverse;
}
.affiliate-template .affiliate-template__field.affiliate-template__field--half-width {
	width: calc(50% - 20px);
}
.affiliate-template .affiliate-template__label {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.69;
	color: #646174;
}
.affiliate-template .affiliate-template__button-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: -6px;
}
.affiliate-template .affiliate-template__button {
	min-width: 230px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.affiliate-template .affiliate-template__button input {
	background-color: transparent;
	font-family: "Faber Sans Pro", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0625;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	transition-duration: 0.3s;
	transition-property: color;
	transition-timing-function: ease;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
	.affiliate-template .affiliate-template__button:hover input {
		color: black;
	}
}
.affiliate-template .affiliate-template__checkbox-label {
	position: relative;
	display: block;
	min-height: 22px;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-left: 32px;
	font-size: 14px;
	line-height: 1.21;
}
.affiliate-template .affiliate-template__checkbox-label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0, 52, 82, 0.2);
	background-color: white;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	box-sizing: border-box;
	border-radius: 4px;
}
.affiliate-template .affiliate-template__checkbox-label::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	width: 14px;
	height: 14px;
	background-image: url("check-mark.svg");
	transition: opacity 0.3s ease;
}
.affiliate-template .affiliate-template__checkbox {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 22px;
	height: 22px;
}
.affiliate-template .affiliate-template__checkbox:checked + .affiliate-template__checkbox-label::before {
	border-color: #7365a9;
	background-color: #7365a9;
}
.affiliate-template .affiliate-template__checkbox:checked + .affiliate-template__checkbox-label::after {
	opacity: 1;
}
.affiliate-template .affiliate-template__accordion-heading-icon {
	position: relative;
	width: 28px;
	height: 28px;
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
	border-radius: 50%;
	transition: 0.2s linear all;
}
.affiliate-template .affiliate-template__accordion-heading-icon::after, .affiliate-template .affiliate-template__accordion-heading-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 12px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: 0.2s linear all;
	border-radius: 3px;
}
.affiliate-template .affiliate-template__accordion-heading-icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.affiliate-template .affiliate-template__accordion-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 68px;
	padding: 0 20px;
	cursor: pointer;
}
.affiliate-template .affiliate-template__accordion-heading-text {
	font-size: 18px;
	font-weight: bold;
	color: #322f44;
}
.affiliate-template .affiliate-template__accordion-content {
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 1.46;
	color: #706d7c;
}
.affiliate-template .input {
	min-width: unset;
}
.affiliate-template .affiliate-template__accordion-item {
	margin-bottom: 13px;
	border: 1px solid #e0dfe3;
	border-radius: 4px;
	transition: 0.4s linear all;
}
.affiliate-template .affiliate-template__accordion-item:last-of-type {
	margin-bottom: 0;
}
.affiliate-template .affiliate-template__accordion-item.affiliate-template__accordion-item--active {
	border: 1px solid #ab80ac;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(96, 80, 159, 0.2);
}
.affiliate-template .affiliate-template__accordion-item.affiliate-template__accordion-item--active .affiliate-template__accordion-heading-icon {
	border: 1px solid #ab80ac;
	background: #fff;
}
.affiliate-template .affiliate-template__accordion-item.affiliate-template__accordion-item--active .affiliate-template__accordion-heading-icon::after, .affiliate-template .affiliate-template__accordion-item.affiliate-template__accordion-item--active .affiliate-template__accordion-heading-icon::before {
	background: linear-gradient(90deg, #6957a0 0%, #ad81ab 100%);
}
.affiliate-template .affiliate-template__accordion-item.affiliate-template__accordion-item--active .affiliate-template__accordion-heading-icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 991px) {
	.affiliate-template .affiliate-template__field.affiliate-template__field--half-width {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.affiliate-template .affiliate-template__row {
		margin: 0;
	}
	.affiliate-template .affiliate-template__col {
		width: 100%;
		padding: 20px 0;
	}
	.affiliate-template .affiliate-template__button {
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.affiliate-template .affiliate-template__accordion-title {
		margin-bottom: 40px;
	}
	.affiliate-template .affiliate-template__accordion-heading {
		padding: 15px 20px;
	}
	.affiliate-template .affiliate-template__accordion-heading-text {
		line-height: 1.05;
	}
	.affiliate-template .affiliate-template__accordion-heading-icon {
		flex: 28px 0 0;
		margin-left: 20px;
	}
	.affiliate-template .affiliate-template__accordion-content {
		padding-bottom: 22px;
	}
}
/* Some additional styles for different templates */
/*================ Layout ================*/
.shopify-challenge {
	/* stylelint-disable */
}
.shopify-challenge .main-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.shopify-challenge .shopify-challenge__container {
	margin-top: auto !important;
	margin-bottom: auto !important;
	padding: 90px 10px;
}
.shopify-challenge .shopify-challenge__message {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.43;
}
.template-password a, .template-password .account #Rise-account-page-button, .account .template-password #Rise-account-page-button {
	color: #1e88e5;
	transition-duration: 0.3s;
	transition-property: color;
}
.template-password a:hover, .template-password .account #Rise-account-page-button:hover, .account .template-password #Rise-account-page-button:hover, .template-password a:focus, .template-password .account #Rise-account-page-button:focus, .account .template-password #Rise-account-page-button:focus {
	color: #1360a4;
}
.template-password .errors {
	margin: 5px 0;
	line-height: 1.5;
	color: red;
}
.template-password .template-password__header {
	padding: 25px 15px;
	font-size: 24px;
	text-align: center;
}
.template-password .template-password__popup {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	transform: scale(0.85);
	transition-duration: 0.3s;
	transition-property: opacity, transform, visibility;
}
.template-password .template-password__popup.template-password__popup--open {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.template-password .template-password__login {
	position: relative;
	max-width: 540px;
	width: 100%;
	margin: auto;
	padding: 30px;
	border: 2px solid #000;
}
.template-password .template-password__main {
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.template-password .template-password__content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px;
	border: 2px solid #000;
	max-width: 540px;
}
.template-password .template-password__h2 {
	margin-bottom: 20px;
	font-size: 28px;
}
.template-password .template-password__h4 {
	margin: 10px 0;
	font-size: 18px;
}
.template-password .password-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.template-password .password-close-button svg {
	fill: #000;
}
.template-password .password-submit-group {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.template-password .password-input,
.template-password .password-button {
	height: 36px;
	border-radius: 0;
}
.template-password .password-input {
	width: 100%;
	padding: 0 10px;
	border: 1px solid #000;
	font-family: sans-serif;
	font-size: 16px;
	color: #000;
	max-width: 300px;
	transition-property: box-shadow;
	transition-duration: 0.3s;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.template-password .password-input:focus {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.87);
}
.template-password .password-button {
	padding: 0 15px;
	border: none;
	background-color: #000;
	font-family: sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition-property: background-color;
	transition-duration: 0.3s;
}
.template-password .password-button:hover, .template-password .password-button:focus {
	background-color: #838383;
}
.template-password .social-sharing {
	margin-bottom: 0;
}
.template-password .social-sharing .social-sharing__item {
	flex-shrink: 1;
}
/*# sourceMappingURL=main.build.css.map */



/*  Video slider section */
.videos-slider__section {
	color: var(--color);
	background: var(--bg);
	overflow: hidden;
}

.videos-slider__section .swiper-button-next:after,
.videos-slider__section .swiper-button-prev:after,
.main-swiper-button-next:after,
.main-swiper-button-prev:after {
	content: '';
}

.videos-slider__section .swiper-button-next,
.videos-slider__section .swiper-button-prev,
.main-swiper-button-next,
.main-swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #5E4E9F;
	opacity: 0.5;
	display: flex;
	padding: 11px;
	color: #fff;
	z-index: 3;
}

.videos-slider__section .swiper-button-prev svg ,
.main-swiper-button-prev svg {
	margin-left: -4px;
}

.videos-slider__section .swiper-button-next svg,
.main-swiper-button-next svg {
	margin-right: -4px;
}

.videos-slider__section .video-slider__controls[disabled],
.main-swiper-button-next[disabled],
.main-swiper-button-prev[disabled] {
	display: none;
}

@media screen and (max-width: 767px) {
	.videos-slider__section .swiper-button-prev,
	.videos-slider__section .swiper-button-next,
	.main-swiper-button-next,
	.main-swiper-button-prev {
		display: none;
	}
}

.videos__slider {
	overflow: visible;
}

.videos__header {
	margin-bottom: 40px;
	padding: 0 20px;
}

.video__slide {
	height: 0;
	padding-top: 400px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid var(--video-border);
	max-width: 280px;
}

.video-player {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--bg);
}

.video-player__video,
.video-player__iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-player__iframe-wrapper {
	opacity: 0;
	pointer-events: none;
}

.video-player.playing .video-player__iframe-wrapper {
	opacity: 1;
	pointer-events: auto;
}

.video-player__iframe-wrapper iframe {
	width: 100%;
	height: 100%;
}

.video-player__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity 0.3s ease;
}

.video-player__preview.hidden {
	opacity: 0;
	pointer-events: none;
}

.video-player__controls {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: opacity 0.3s ease;
}

.video-player__play-btn,
.video-player__pause-btn {
	width: 40px;
	height: 40px;
	border: 1px solid var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FFFFFF99;
	cursor: pointer;
	color: var(--color);
}

.video-player__play-btn svg,
.video-player__pause-btn svg {
	width: 15px;
	height: auto;
}

.video-player__play-btn:hover,
.video-player__pause-btn:hover {
	transform: scale(1.1);
}

.video-player.playing .video-player__controls {
	opacity: 0;
}

.video-player.playing:hover .video-player__controls {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.video-player.playing:hover .video-player__controls {
		opacity: 0;
	}
}

/*---------- Special Selection ------------*/

.selection__section {
	overflow: hidden;
}

.selection__header-block {
	margin-bottom: 32px;
}

.selection__button-with-arrow {
	position: relative;
}

.selection__button-with-arrow:after {
	position: absolute;
	top: 50%;
	right: -16px;
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgOCAxMyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjQxNjUgMC40MjQzMTZMNy4wNjY4OSA2LjA3NTY4TDcuMjA4NSA2LjIxNzI5TDcuMDY2ODkgNi4zNTc5MUwxLjQxNzQ4IDEyLjAwOTNMMS4yNzU4OCAxMi4xNTA5TDEuMTM0MjggMTIuMDA5M0wwLjQyNjI3IDExLjMwMjJMMC4yODM2OTEgMTEuMTU5N0wwLjQyNzI0NiAxMS4wMTlMNS4yOTI0OCA2LjIxNjMxTDAuNDI3MjQ2IDEuNDE2NUwwLjI4MzY5MSAxLjI3NDlMMC40MjYyNyAxLjEzMjMyTDEuMTMzMyAwLjQyNDMxNkwxLjI3NDkgMC4yODI3MTVMMS40MTY1IDAuNDI0MzE2WiIgZmlsbD0iIzVFNEU5RiIgc3Ryb2tlPSIjNUU0RTlGIiBzdHJva2Utd2lkdGg9IjAuNCIvPgo8L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	width: 7px;
	height: 12px;
	transform: translate(0%,-50%);
}

.selection__container.container {
	padding: 0;
	overflow: visible;
}

.selection__wrapper {

}

.selection__promo {
	position: relative;
	padding: 16px;
	display: flex;
}

.selection__promo-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.selection__product-slide.swiper-slide,
.selection__promo.swiper-slide {
	width: 240px;
}

.selection__promo.swiper-slide {
	height:	300px;
	margin-left: 1px;
}

.selection__product-slide .collection-products__card-image-container {
	border-radius: 8px;
	overflow: hidden;
	padding-top: 300px;
	position: relative;
	margin-bottom: 22px;
}

.selection__promo-title {
	font-weight: 500;
	font-size: 32px;
	font-family: var(--header-font);
}

.selection__promo .button {

}

.selection-product__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--color);
}

.selection__title-link {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 24px; 
	letter-spacing: 0.08px;
	color: var(--color);
	font-family: var(--header-font);
}

.selection-product__description {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: var(--color);
	letter-spacing: 0.08px;
}

.selection__price span {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08px;
	color: var(--color);
}

.selection__section .swiper-button-next:after,
.selection__section .swiper-button-prev:after {
	content: '';
}

.selection__section .swiper-button-next,
.selection__section .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #5E4E9F;
	opacity: 0.5;
	display: flex;
	padding: 11px;
	color: #fff;
	top: 160px;
	z-index: 3;
}

.selection__section .swiper-button-prev svg {
	margin-left: -4px;
}

.selection__section .swiper-button-next svg {
	margin-right: -4px;
}

.selection__section .swiper-button-prev[disabled] ,
.selection__section .swiper-button-next[disabled] {
	display: none;
}

@media screen and (max-width: 767px) {

	.selection__section .swiper-button-prev,
	.selection__section .swiper-button-next {
		display: none;
	}
}