/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&family=Nunito+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #6096c4;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

:root {
	--white: #ffffff;
	--black: #000000;
	--smoke: #f4f5ef;
	--gray: #F9FAFA;
	--lighter-red: #FBE8EC;
	--light-red: #ffb5c2;
	--pink: #FF91A4;
	--pink-dark: #ff758d;
	--primary: #E34F4D;
	--second: #FFDD19;
	--text-body: #4b4342;
	--radius: 3px;
}

/* Base Setting
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
	overflow-wrap: break-word;
	font-weight: 400;
	color: var(--text-body);
	overflow-x: hidden;
	line-height: 1.5;
	position: relative;
	width: 100%;
	background: var(--white);
}

a {
	transition: all 0.3s;
	color: var(--primary);
	outline: none !important;
}

a:hover {
	opacity: 1;
	color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Dancing Script", sans-serif;
	font-weight: 700;
	color: var(--text-body);
}

h1 {
	font-size: 36px;
	line-height: 1.3;
}

@media only screen and (min-width: tablet) {
	h1 {
		font-size: 46px;
	}
}

h2 {
	font-size: 40px;
	line-height: 1.15;
}

@media only screen and (min-width: tablet) {
	h2 {
		font-size: 56px;
	}
}

h3 {
	font-size: 34px;
	line-height: 1.16;
}

@media only screen and (min-width: tablet) {
	h3 {
		font-size: 40px;
	}
}

h4 {
	font-size: 28px;
	line-height: 1.16;
}

@media only screen and (min-width: tablet) {
	h4 {
		font-size: 36px;
	}
}

h5 {
	font-size: 20px;
	line-height: 1.2;
}

@media only screen and (min-width: tablet) {
	h5 {
		font-size: 24px;
	}
}

h6 {
	font-size: 18px;
	line-height: 1.3;
}

@media only screen and (min-width: tablet) {
	h6 {
		font-size: 20px;
	}
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.container, .container-fluid {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.site-header__nav .menu, .site-header__nav--mobile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
	border: 1px solid var(--gray);
	border-radius: var(--radius);
	padding: 15px 24px;
	outline: none !important;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
	transition: all 0.3s;
	color: var(--text-body);
	padding: 15px 30px;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	outline: none !important;
	border-radius: var(--radius);
	background: url("../images/arrow-btn.svg") no-repeat calc(100% - 14px) 50% var(--white);
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 13px;
	line-height: 19px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 1;
	color: #53A8B8;
	border-color: #53A8B8;
}

.container-fluid {
	max-width: 100%;
}

.section-button {
	text-align: center;
	margin-top: 46px;
}

.hamburger {
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 1;
	cursor: pointer;
	display: block;
	right: 0;
	z-index: 99;
	opacity: 1;
}

.hamburger span {
	width: 32px;
	height: 3px;
	background: var(--primary);
	backface-visibility: hidden;
	position: absolute;
	display: block;
	margin: auto;
	transition: 0.3s all ease;
	transform: rotate(0deg);
	border-radius: 5px;
	top: calc(50% - 1.5px);
	left: calc(50% - 16px);
	border-radius: 10px;
}

.hamburger span::before, .hamburger span::after {
	content: "";
	transform-origin: center center;
	width: 100%;
	height: 3px;
	background: var(--primary);
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 10px;
	transition: 0.3s all ease;
	border-radius: 5px;
	opacity: 1;
	border-radius: 10px;
}

.hamburger span::after {
	top: -10px;
}

.hamburger.active span {
	transform: rotate(225deg);
}

.hamburger.active span::before {
	transform: rotate(-90deg);
	top: 0;
}

.hamburger.active span::after {
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.hide-sp {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.hide-pc {
		display: none !important;
	}
}

.slick-slider .slick-arrow {
	background-repeat: no-repeat;
	background-position: center;
	min-width: auto;
	width: 24px;
	height: 24px;
	z-index: 20;
}

.slick-slider .slick-arrow::before {
	display: none;
}

.slick-slider .slick-arrow.slick-prev {
	background-image: url("../images/arrow-slider-left.svg");
	left: 20px;
}

.slick-slider .slick-arrow.slick-next {
	background-image: url("../images/arrow-slider-right.svg");
	right: 20px;
}

.slick-slider .slick-dots li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

.slick-slider .slick-dots li button {
	min-width: auto;
	width: auto;
	height: auto;
	padding: 4px;
}

.slick-slider .slick-dots li button::before {
	display: none;
}

.slick-slider .slick-dots li button::after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--second);
	display: block;
	border-radius: 50%;
	opacity: 0.3;
}

.slick-slider .slick-dots li.slick-active button::after {
	opacity: 1;
}

.slick-slider.slick-dotted {
	margin: 0;
}

.slick-slider.slick-dotted .slick-dots {
	bottom: 0;
}

.slick-slider.slick-dot-white .slick-dots li button::after {
	background: var(--white);
}

body.admin-bar #wpadminbar {
	position: fixed;
	top: 0;
}

body.admin-bar .site-header {
	top: 46px;
}

@media only screen and (min-width: 783px) {
	body.admin-bar .site-header {
		top: 32px;
	}
}

.site-header {
	position: sticky;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--white);
}

@media only screen and (max-width: 991px) {
	.site-header {
		padding-top: 14px;
	}
}

.site-header::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-mask-position: bottom;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	left: 0;
	bottom: 0;
	padding-bottom: 20px;
	margin-bottom: -20px;
	-webkit-mask-image: url("../images/shape_menu_1.svg");
}

.site-header__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 992px) {
	.site-header__inner {
		align-items: center;
		justify-content: center;
	}
}

.site-header__logo {
	margin-bottom: -80px;
	position: relative;
	z-index: 9;
}

@media only screen and (min-width: 992px) {
	.site-header__logo {
		align-self: center;
		flex-basis: 200px;
		flex-grow: 0;
	}
}

.site-header__logo a {
	display: block;
}

.site-header__logo a img {
	transition: all 0.3s;
	width: 80px;
	height: auto;
}

@media only screen and (min-width: 992px) {
	.site-header__logo a img {
		width: 180px;
	}
}

@media only screen and (min-width: 992px) {
	.site-header__toggle {
		display: none;
	}
}

.site-header__nav {
	flex-basis: 0;
	flex-grow: 1;
	display: flex;
}

@media only screen and (max-width: 991px) {
	.site-header__nav {
		display: none;
	}
}

.site-header__nav--left {
	justify-content: flex-end;
}

.site-header__nav--right {
	justify-content: flex-start;
}

.site-header__nav .menu {
	display: flex;
	gap: 10px;
}

.site-header__nav .menu li {
	position: relative;
}

.site-header__nav .menu li a {
	color: var(--text-body);
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
}

.site-header__nav .menu li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 100%;
	background: var(--white);
	min-width: 230px;
	z-index: 99;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	top: 10px;
	transition: all 0.3s;
	padding: 6px 0;
	text-align: center;
}

.site-header__nav .menu li ul::before {
	content: '';
	border: 3px solid var(--primary);
	border-radius: 10px;
	top: 3px;
	left: 3px;
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	opacity: 0.7;
	z-index: -1;
}

.site-header__nav .menu li ul li + li::before {
	content: '';
	width: 34px;
	height: 2px;
	background: var(--primary);
	top: 0;
	left: calc(50% - 17px);
	position: absolute;
	opacity: 0.7;
}

.site-header__nav .menu li:hover > ul {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.site-header__nav .menu li:hover > a, .site-header__nav .menu li.current-menu-ancestor > a, .site-header__nav .menu li.current-menu-item > a, .site-header__nav .menu li.current-menu-parent > a {
	color: var(--primary);
}

@media only screen and (min-width: 768px) {
	.site-header__nav .menu li .toogle-sub-menu {
		display: none;
	}
}

.site-header__nav .menu > li > ul {
	left: 0;
	top: calc(100% + 10px);
}

.site-header__nav .menu > li > a {
	font-size: 24px;
	border-radius: 100px;
	padding: 4px 12px 0;
	font-weight: 700;
	font-family: "Dancing Script", sans-serif;
}

@media only screen and (min-width: 992px) {
	.site-header__nav .menu > li > a {
		padding: 7px 20px 0;
	}
}

.site-header__nav .menu > li:hover > a, .site-header__nav .menu > li.current-menu-parent > a, .site-header__nav .menu > li.current-menu-item > a {
	color: var(--primary);
	background: var(--white);
}

.site-header__nav .menu > li:hover > ul {
	top: 100%;
}

.site-header__nav .menu > li li.menu-item-has-children > a {
	position: relative;
	padding-right: 25px;
}

.site-header__nav .menu > li li.menu-item-has-children > a::after {
	content: '\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 14px;
}

.site-header__nav--mobile {
	width: 100%;
	background: var(--white);
	padding: 60px 0 10px;
	display: none;
}

@media only screen and (min-width: 992px) {
	.site-header__nav--mobile {
		display: none !important;
	}
}

.site-header__nav--mobile ul li a {
	font-size: 18px;
	color: var(--text-body);
	display: block;
	padding: 5px 0;
}

.site-header__nav--mobile ul.menu > li > a {
	font-weight: 700;
}

.site-header__nav--mobile ul.menu ul {
	padding-left: 20px;
}

.site-header__nav--mobile-inner {
	max-height: 65vh;
	overflow-y: auto;
}

.site-header__search {
	width: 32px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-header__search .toggle-search {
	color: var(--primary);
}

.site-header__search form {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	padding: 15px;
	background: var(--white);
	border-radius: 10px;
	display: flex;
	gap: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	padding: 20px 25px;
	z-index: 9;
}

.site-header__search form::before {
	content: '';
	border: 3px solid var(--primary);
	border-radius: 10px;
	top: 3px;
	left: 3px;
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	opacity: 0.7;
	z-index: -1;
}

.site-header__search form input,
.site-header__search form select {
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid #e3e3e3;
}

.site-header__search form button {
	background: var(--primary);
	color: var(--white);
	border-radius: 5px;
	border: 0;
	transition: all 0.3s;
	padding: 0 20px;
}

.site-header__search form button:hover {
	opacity: 0.8;
}

.site-header__search.shown form {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.site-footer {
	-webkit-mask-image: url("../images/style_1_1.svg");
	-webkit-mask-position: top;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	background: #303339;
	color: var(--white);
	padding: 70px 0 30px;
	position: relative;
	z-index: 5;
	margin-top: -30px;
}

@media only screen and (min-width: 992px) {
	.site-footer {
		padding: 120px 0 60px;
		margin-top: -60px;
	}
}

.site-footer .container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
	.site-footer .container {
		gap: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .container {
		gap: 40px;
	}
}

.site-footer .widget {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.site-footer .widget {
		width: calc(50% - 15px);
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .widget {
		width: calc(25% - 30px);
	}
}

.site-footer .widget .wp-block-heading {
	color: var(--white);
	font-size: 26px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}

.site-footer .widget a {
	color: var(--white);
}

.site-footer .widget h4.wp-block-heading {
	font-size: 20px;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.site-footer .widget .wp-block-group {
		text-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .widget:nth-child(1) {
		width: calc(30% - 30px);
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .widget:nth-child(2) {
		width: calc(22% - 30px);
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .widget:nth-child(3) {
		width: calc(18% - 30px);
	}
}

@media only screen and (min-width: 992px) {
	.site-footer .widget:nth-child(4) {
		width: calc(30% - 30px);
	}
}

.footer-bottom {
	background: #222429;
	color: var(--white);
	text-align: center;
	padding: 20px 0;
}

.footer-bottom p {
	margin: 0;
}

.btn-figure {
	border: 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 6px 50px;
	font-size: 24px;
	font-family: "Dancing Script", sans-serif;
	font-weight: 700;
	margin: 15px 0;
	color: var(--pink-dark);
	transition: all 0.3s;
	border-radius: 30px;
	background: var(--white);
}

.btn-figure::before, .btn-figure::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: calc(50% - 20px);
	box-sizing: border-box;
	overflow: hidden;
	border: 3px solid var(--pink-dark);
	border-color: inherit;
	transition: all 0.3s;
}

.btn-figure::before {
	left: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right-color: transparent !important;
}

.btn-figure::after {
	right: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left-color: transparent !important;
}

.btn-figure strong {
	position: relative;
	z-index: 3;
}

.btn-figure span {
	position: absolute;
	z-index: 1;
	left: 0;
	height: 15px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-color: inherit;
}

.btn-figure span::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	border: 3px solid var(--pink-dark);
	border-radius: 50%;
	border-color: inherit;
	transition: all 0.3s;
}

.btn-figure span:first-child {
	top: -15px;
}

.btn-figure span:first-child::before {
	top: 3px;
}

.btn-figure span:last-child {
	bottom: -15px;
}

.btn-figure span:last-child::before {
	bottom: 3px;
}

.btn-figure:hover {
	color: var(--white);
	background: var(--pink-dark);
}

.btn-figure:hover::before, .btn-figure:hover::after {
	border-color: var(--pink-dark);
}

.btn-figure:hover span:first-child::before, .btn-figure:hover span:last-child::before {
	background: var(--pink-dark);
	border-color: var(--pink-dark);
}

/** Pages */
.woocommerce ul.products[class*=columns-] {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

.woocommerce ul.products[class*=columns-]::before, .woocommerce ul.products[class*=columns-]::after {
	display: none;
}

.woocommerce ul.products[class*=columns-] li.product {
	text-align: center;
	width: calc(50% - 15px);
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product {
		width: calc(25% - 22.5px);
	}
}

.woocommerce ul.products[class*=columns-] li.product img {
	border-radius: 20px;
}

.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
	font-size: 18px;
	padding: 0;
	margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
		margin: 30px 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
		font-size: 24px;
	}
}

/** Sections */
.section {
	padding: 80px 0 100px;
}

@media only screen and (min-width: 768px) {
	.section {
		padding: 120px 0 150px;
	}
}

.heading-section {
	text-align: center;
	margin: 0 0 32px;
}

@media only screen and (min-width: 768px) {
	.heading-section {
		font-size: 48px;
		margin: 0 0 48px;
	}
}

.heading-section img {
	max-height: 32px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.heading-section img {
		max-height: 45px;
	}
}

.heading-section h2 {
	font-size: 32px;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.heading-section h2 {
		font-size: 48px;
	}
}

.bg-dark {
	color: var(--white);
}

.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
	color: var(--white);
}

.bg-dark a {
	color: var(--white);
}

.bg-wave {
	-webkit-mask-image: url("../images/shape_menu_1.svg");
	-webkit-mask-position: bottom;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-bottom: -40px;
}

.bg-shape-top-1 {
	-webkit-mask-image: url("../images/style_1_1.svg");
	-webkit-mask-position: top;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-top: -56px;
}

.bg-shape-top-2 {
	-webkit-mask-image: url("../images/style_8.svg");
	-webkit-mask-position: top;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-top: -56px;
}

.bg-shape-top-3 {
	-webkit-mask-image: url("../images/style_6_1.svg");
	-webkit-mask-position: top;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-top: -300px;
}

.bg-shape-bottom-1 {
	-webkit-mask-image: url("../images/style_6_2.svg");
	-webkit-mask-position: bottom;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-bottom: -56px;
}

.bg-shape-bottom-2 {
	-webkit-mask-image: url("../images/style_1_2.svg");
	-webkit-mask-position: bottom;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	margin-bottom: -56px;
}

.banner-slider__item {
	position: relative;
	z-index: 1;
}

.banner-slider__item figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner-slider__item figure img {
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-slider__item .container {
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-slider__item--body {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.banner-slider__item--body h1 {
	font-size: 50px;
	margin: 0;
	color: var(--white);
	text-shadow: 0 0 5px #222;
}

@media only screen and (min-width: 768px) {
	.banner-slider__item--body h1 {
		font-size: 70px;
	}
}

@media only screen and (min-width: 1200px) {
	.banner-slider__item--body h1 {
		font-size: 5vw;
	}
}

.banner-slider__item--body img {
	margin: 0;
	-webkit-filter: drop-shadow(0 0 5px #222);
	filter: drop-shadow(0 0 5px #222);
	max-width: 50vw;
}

.banner-slider__item--body p {
	margin: 20px 0 0;
	max-width: 500px;
	color: var(--white);
	font-size: 16px;
	text-shadow: 0 0 5px #222;
}

@media only screen and (min-width: 1200px) {
	.banner-slider__item--body p {
		font-size: 20px;
	}
}

.content-section {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

@media only screen and (min-width: 992px) {
	.content-section {
		font-size: 20px;
	}
}

.content-section .container {
	max-width: 800px;
}

.categories-section {
	background: url("../images/bg-2.jpg") no-repeat 50% 50%/cover;
	position: relative;
	z-index: 1;
	padding-bottom: calc(20vw + 50px);
}

@media only screen and (min-width: 992px) {
	.categories-section {
		padding-bottom: calc(20vw + 90px);
	}
}

.categories-section::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(67, 183, 156, 0.8);
}

.categories-section__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.categories-section__item {
	width: calc(50% - 15px);
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.categories-section__item {
		width: calc(25% - 22.5px);
	}
}

.categories-section__item figure {
	width: 130px;
	height: 130px;
	position: relative;
	margin: 0 auto 20px;
}

@media only screen and (min-width: 992px) {
	.categories-section__item figure {
		width: 180px;
		height: 180px;
	}
}

.categories-section__item figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-mask-image: url("../images/mark-category.svg");
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
}

.categories-section__item figure a img {
	object-fit: cover;
	transform: scale(1);
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.categories-section__item figure a svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	stroke: #fff;
	fill: transparent;
	stroke-width: 24px;
	transition: all 0.3s;
	z-index: 3;
}

.categories-section__item h3 {
	font-size: 22px;
}

@media only screen and (min-width: 992px) {
	.categories-section__item h3 {
		font-size: 32px;
	}
}

.categories-section__item:hover img {
	transform: scale(1.2);
}

.products-section {
	background: var(--white);
	position: relative;
	z-index: 2;
	margin-top: -20vw;
}

.testimonials {
	position: relative;
	z-index: 4;
	background: #FF91A4;
}

.testimonials__inner {
	max-width: 700px;
	margin: 0 auto !important;
	padding-bottom: 30px;
}

.testimonials__item {
	text-align: center;
	font-size: 16px;
}

@media only screen and (min-width: 992px) {
	.testimonials__item {
		font-size: 18px;
	}
}

.testimonials__item h3 {
	font-size: 22px;
}

@media only screen and (min-width: 992px) {
	.testimonials__item h3 {
		font-size: 32px;
	}
}

.testimonials__item figure {
	height: 60px;
	width: 60px;
	margin: 20px auto 10px;
}

.testimonials__item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.page-title {
	background: url("../images/bg-0.jpg") no-repeat 50% 50%/cover;
	text-align: center;
}

.page-title .container {
	padding-block: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

.page-title .container h1 {
	font-size: 52px;
	color: var(--white);
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	margin: 0 0 5px;
}

#breadcrumbs {
	color: var(--white);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#breadcrumbs a {
	color: var(--white);
}

.form-row {
	margin-bottom: 20px;
}

.form-row label {
	display: block;
	margin: 0 0 5px;
}

.form-row input,
.form-row textarea,
.form-row select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	border-radius: 5px;
}

.form-submit input {
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 16px 25px;
	font-weight: 700;
}

.form-submit input:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}

.contact {
	padding: 50px 0 70px;
}

@media only screen and (min-width: 768px) {
	.contact {
		padding: 70px 0 120px;
	}
}

.contact h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
	.contact h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.contact__inner {
		display: flex;
		justify-content: space-between;
	}
}

.contact__info {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.contact__info {
		width: 48%;
		margin-bottom: 0;
	}
}

.contact__info--body p {
	margin-bottom: 10px;
}

.contact__info--body a {
	text-decoration: none;
	color: var(--text-body);
}

.contact__info--body a:hover {
	color: var(--primary);
}

@media only screen and (min-width: 768px) {
	.contact__form {
		width: 48%;
	}
}

.contact__map {
	margin-top: 30px;
}

.contact__map iframe {
	width: 100%;
	height: 320px;
}

/*# sourceMappingURL=styles.css.map */