/*
* Theme name: Vesna
* Author name: Vesna Agency
*/
:root {
  --heading-font-family: "Forum", sans-serif;
  --body-font-family: "Mariupol", sans-serif;
  --body-color: #FFFFFF;
  --light-blue: #E0ECFF;
  --dark-blue: #021D48;
  --light-brown: #808EA3;
  --dark-brown: #B78E70;
  --white-1: #fff;
  --white-2: #fff;
  --white-40: rgba(255, 250, 239, 0.4);
  --light-green: #D9EFDB;
  --green: #0CBA65;
  --white-st: #FFF1F1;
  --red: #D03631;
  --wc-form-color-background: transparent;
  --color-white-background: #FFFAF0;
}

@font-face {
  font-family: "Forum";
  src:
    url("./assets/fonts/Forum.woff2") format("woff2"),
    url("./assets/fonts/Forum.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src:
    url("./assets/fonts/Mariupol-Medium.woff") format("woff"),
    url("./assets/fonts/Mariupol-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src:
    url("./assets/fonts/Mariupol-Regular.woff") format("woff"),
    url("./assets/fonts/Mariupol-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html.lenis {
  height: auto;
}

.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: hidden;
}

.lenis-scrolling iframe {
  pointer-events: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body.noscroll {
    overflow: hidden;
    height: 100vh;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*reset for mobile browsers */
  font-weight: normal;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: cover;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
	/*
		8.53 = 960 * 16 / (ширина макета)
		7,47 = 16 - 8,53
		840 = ширина макету - мінімальна ширина екрана (тобто 960)
	*/
  font-size: calc(8.53px + 7.47 * ((100vw - 960px) / 840));
}

.container {
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

section.wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

section.wrapper--large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 959px) {
  html {
    font-size: calc(14.66px + 1.34 * ((100vw - 360px) / 15));
  }

  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  section.wrapper,
  section.wrapper--large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body {
    padding-bottom: 4.75rem;
  }
}

svg path {
  fill: inherit;
  stroke: inherit;
}

body {
  min-width: 360px;
  overflow-x: hidden;
  font-family: var(--body-font-family);
  background: var(--body-color);
  font-weight: 400;
  font-style: normal;
}

/* HEIGHT & WIDTH */
.h--full {
  height: 100%;
}

.w-full {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .w-full--mobile {
    width: 100%;
  }
}

/* FLEX CLASSES */
.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--column {
  flex-direction: column;
}
.flex.items--center {
  justify-content: center;
  align-items: center;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--center {
  align-items: center;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.justify--start {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--end {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}
.flex--grow {
  flex-grow: 1;
}
@media screen and (min-width: 960px) {
  .flex.flex--row--desktop {
    flex-direction: row;
  }
  .flex.flex--row-reverse--desktop {
    flex-direction: row-reverse;
  }
  .flex.flex--column--desktop {
    flex-direction: column;
  }
  .flex.items--center--desktop {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--desktop {
    align-items: flex-start;
  }
  .flex.align--center--desktop {
    align-items: center;
  }
  .flex.align--end--desktop {
    align-items: flex-end;
  }
  .flex.justify--start--desktop {
    justify-content: flex-start;
  }
  .flex.justify--center--desktop {
    justify-content: center;
  }
  .flex.justify--end--desktop {
    justify-content: flex-end;
  }
  .flex.justify--between--desktop {
    justify-content: space-between;
  }
  .flex.wrap--desktop {
    flex-wrap: wrap;
  }
  .flex.nowrap--desktop {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .flex.flex--row--mobile {
    flex-direction: row;
  }
  .flex.flex--row-reverse--mobile {
    flex-direction: row-reverse;
  }
  .flex.flex--column--mobile {
    flex-direction: column;
  }
  .flex.items--center--mobile {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--mobile {
    align-items: flex-start;
  }
  .flex.align--center--mobile {
    align-items: center;
  }
  .flex.align--end--mobile {
    align-items: flex-end;
  }
  .flex.justify--start--mobile {
    justify-content: flex-start;
  }
  .flex.justify--center--mobile {
    justify-content: center;
  }
  .flex.justify--end--mobile {
    justify-content: flex-end;
  }
  .flex.justify--between--mobile {
    justify-content: space-between;
  }
  .flex.wrap--mobile {
    flex-wrap: wrap;
  }
  .flex.nowrap--mobile {
    flex-wrap: nowrap;
  }
}

/* SPACING */
.gap--4 {
  gap: 4px;
}

.gap--5 {
  gap: 0.3125rem;
}

.gap--8 {
  gap: 0.5rem;
}

.gap--12 {
  gap: 0.75rem;
}

.gap--16 {
  gap: 1rem;
}

.gap--20 {
  gap: 1.25rem;
}

.gap--24 {
  gap: 1.5rem;
}

.gap--32 {
  gap: 2rem;
}

.gap--40 {
  gap: 2.5px;
}

.gap--48 {
  gap: 3rem;
}

.gap--56 {
  gap: 3.5rem;
}

.gap--64 {
  gap: 4rem;
}

@media screen and (max-width: 959px) {
  .gap--4--m {
    gap: 4px;
  }

  .gap--8--m {
    gap: 0.5rem;
  }

  .gap--12--m {
    gap: 0.75rem;
  }

  .gap--16--m {
    gap: 1rem;
  }

  .gap--20--m {
    gap: 1.25rem;
  }

  .gap--32--m {
    gap: 2rem;
  }

  .gap--40--m {
    gap: 2.5rem;
  }

  .gap--48--m {
    gap: 3rem;
  }

  .gap--64--m {
    gap: 4rem;
  }
}

/*MARGIN*/
.mb--8 {
  margin-bottom: 0.5rem;
}

.mb--20 {
  margin-bottom: 1.25rem;
}

.mb--24 {
  margin-bottom: 24px;
}

.mb--32 {
  margin-bottom: 2rem;
}

.mb--36 {
  margin-bottom: 2.25rem;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--48 {
  margin-bottom: 3rem;
}

.mb--64 {
  margin-bottom: 4rem;
}

.mt--40 {
  margin-top: 40px;
}

/* --- MARGINS --- */
/* Top */
.mt--8 {
  margin-top: 0.5rem;
}
.mt--16 {
  margin-top: 1rem;
}
.mt--24 {
  margin-top: 1.5rem;
}
.mt--32 {
  margin-top: 2rem;
}
.mt--40 {
  margin-top: 2.5rem;
}
.mt--48 {
  margin-top: 3rem;
}
.mt--64 {
  margin-top: 4rem;
}

/* Bottom */
.mb--8 {
  margin-bottom: 0.5rem;
}
.mb--16 {
  margin-bottom: 1rem;
}
.mb--24 {
  margin-bottom: 1.5rem;
}
.mb--32 {
  margin-bottom: 2rem;
}
.mb--40 {
  margin-bottom: 2.5rem;
}
.mb--48 {
  margin-bottom: 3rem;
}
.mb--64 {
  margin-bottom: 4rem;
}

/* Left */
.ml--8 {
  margin-left: 0.5rem;
}
.ml--16 {
  margin-left: 1rem;
}
.ml--24 {
  margin-left: 1.5rem;
}
.ml--32 {
  margin-left: 2rem;
}

/* Right */
.mr--8 {
  margin-right: 0.5rem;
}
.mr--16 {
  margin-right: 1rem;
}
.mr--24 {
  margin-right: 1.5rem;
}
.mr--32 {
  margin-right: 2rem;
}

/* --- PADDINGS --- */
/* All sides */
.p--16 {
  padding: 1rem;
}
.p--24 {
  padding: 1.5rem;
}
.p--32 {
  padding: 2rem;
}
.p--48 {
  padding: 3rem;
}

/* Top & Bottom (Vertical) */
.py--16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py--24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py--32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py--48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py--64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Left & Right (Horizontal) */
.px--16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px--24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px--32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* --- MOBILE ADAPTIVE (max-width: 959px) --- */
@media screen and (max-width: 959px) {
  /* Margins Mobile */
  .mt--0--m {
    margin-top: 0 !important;
  }
  .mt--16--m {
    margin-top: 1rem;
  }
  .mt--24--m {
    margin-top: 1.5rem;
  }
  .mt--32--m {
    margin-top: 2rem;
  }

  .mb--16--m {
    margin-bottom: 1rem;
  }
  .mb--24--m {
    margin-bottom: 1.5rem;
  }
  .mb--32--m {
    margin-bottom: 2rem;
  }

  /* Paddings Mobile */
  .p--16--m {
    padding: 1rem;
  }
  .p--24--m {
    padding: 1.5rem;
  }

  .py--24--m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py--32--m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .px--16--m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* HEADINGS */
.heading {
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.04em;
}

.heading strong {
  font-weight: 600;
}

.heading-1 {
  font-size: 4rem;
  line-height: 90%;
}

.heading-2 {
  font-size: 4rem;
  line-height: 85%;
}

.heading-3 {
  font-size: 4.6875rem;
  line-height: 85%;
}

.heading-4 {
  font-family: var(--body-font-family);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
}

/* TEXT */
.text {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 1.5rem;
  letter-spacing: -0.02rem;
}

.text.text--large {
  font-size: 1.25rem;
}

.text.text--medium {
  font-size: 1rem;
}

.text.text--small {
  font-size: 0.875rem;
}

.text--center {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .heading-1,
  .heading-1--mobile {
    font-size: 2.6875rem;
    line-height: 95%;
  }

  .heading-2,
  .heading-2--mobile {
    font-size: 2.6875rem;
    line-height: 95%;
  }

  .heading-3,
  .heading-3--mobile {
    font-size: 2.375rem;
    line-height: 95%;
  }

  .heading-4,
  .heading-4--mobile {
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: -0.02rem;
  }

  .text.text--large {
    font-size: 1.125rem;
  }

  .text.text--medium {
    font-size: 1rem;
  }

  .text.text--small {
    font-size: 0.875rem;
  }
}

/* COLORS */
.color--light-blue {
  color: var(--light-blue);
}
.color--dark-blue {
  color: var( --dark-blue);
}
.color--light-brown {
  color: var(--light-brown);
}
.color--dark-brown {
  color: var(--dark-brown);
}
.color--white-1 {
  color: var(--white-1);
}
.color--white-2 {
  color: var(--white-2);
}
.color--white-40 {
  color: var(--white-40);
}
.color--white-st {
  color: var(--white-st);
}
.color--light-green {
  color: var(--light-green);
}
.color--green {
  color: var(--green);
}
.color--red {
  color: var(--red);
}

/* BORDER RADIUS */
.br--5 {
  border-radius: 0.3125rem;
}
.br--20 {
  border-radius: 1.25rem;
}
.br--24 {
  border-radius: 1.5rem;
}
.br--32 {
  border-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .br--16--m {
    border-radius: 1rem;
  }
  .br--20--m {
    border-radius: 1.25rem;
  }
  .br--24--m {
    border-radius: 1.5rem;
  }
  .br--32--m {
    border-radius: 2rem;
  }
}

/* BUTTON */
.btn{
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;	
	cursor: pointer;
    background-color: transparent;
	border: none;
}

.btn .btn__text{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 2.25rem;
  height: 4.6875rem;
  font-size: 1.25rem;
  font-family: "Mariupol";
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 110%;
  border-radius: 0.3125rem;
  transition: all .3s linear;
}

.btn .btn__text svg{
	height: 1.5rem;
	width: auto;
}

.btn .btn__icon{
  width: 4.6875rem;
  height: 4.6875rem;
	
  display: inline-flex;
  align-items: center;
  justify-content: center;
	border-radius: 0.3125rem;
	transition: all .3s linear;
}

.btn .btn__icon svg,
.btn .btn__text svg{
	fill: inherit;
	stroke: inherit;
}

.btn.btn--primary .btn__text,
.btn.btn--primary .btn__icon
{
  background: var(--light-blue);
  color: var(--dark-blue);
	
  fill: var(--dark-blue);
}

.btn.btn--white .btn__text,
.btn.btn--white .btn__icon{
  background: var(--white-2);
  color: var(--dark-blue);
	
  fill: var(--dark-blue);
}

.btn.btn--stroke .btn__text,
.btn.btn--stroke .btn__icon{
	border: 0.125rem solid var(--light-brown);
	background-color: transparent;
}

.btn.btn--overlay .btn__text{
    height: auto;
    width: 100%;
    background: var(--white-2);
    color: var(--dark-blue);
}

.btn.btn--large .btn__text{
    font-size: 1.5rem;
	height: 5.5rem;
}

.btn:hover .btn__icon,
.btn:hover .btn__text{
	background-color: var(--dark-blue);
	color: var(--white-1);
	fill: var(--white-1);
}

.btn.btn--text .btn__text{
	position: relative;
	color: var(--dark-blue);
	padding: 0px;
	height: auto;
}

.btn.btn--text .btn__text::before{
	display: block;
	content: "";
	position: absolute;
	bottom: -0.25rem;
	left: 0px; 
	width: 100%;
	height: 0.0625rem; 
	background-color: var(--dark-blue);
	transition: all .3s linear;
}

.btn.btn--text:hover .btn__text{
	background-color: transparent;
	color: var(--dark-blue);
}

.btn.btn--text:hover .btn__text::before{
	width: 0px;
}

@media screen and (max-width: 959px) {
	.btn{
		width: 100%;
		}
  .btn .btn__text{
	  flex: 1 1 auto;
    padding: 1.5625rem 2rem;
    font-size: 1.125rem;
	  /*height: auto;*/
	  height: 4rem;
  }
	.btn .btn__icon{
		flex: 0 0 auto;
		height: 4rem;
	}
	.btn.btn--large .btn__text,
	.btn.btn--large .btn__icon{
		font-size: 1.125rem;
		height: auto;
	}
}
/* ICON */
.icon {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  background-color: var(--light-green);
  border-radius: 100%;
  flex-shrink: 0;
}

.icon img,
.icon svg {
  width: 2.25rem;
  height: 2.25rem;
}

@media screen and (max-width: 959px) {
  .icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .icon img,
  .icon svg {
    width: 1.203125rem;
    height: 1.203125rem;
  }

  .icon.icon--large {
    width: 4rem;
    height: 4rem;
  }

  .icon.icon--large img,
  .icon.icon--large svg {
    width: 2rem;
    height: 2rem;
  }
}

/* MEDIA */
.media {
  position: relative;
  overflow: hidden;
}

.media img,
.media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FORM */
form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
}

form input:not([type="submit"]):not([type="button"]):not([type="number"]),
form select{
  padding: 2.4375rem 2.1875rem;
  border: 2px solid var(--light-brown);
  border-radius: 0.3125rem;
  background-color: transparent;
  width: 100%;

  color: var(--dark-blue);
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01125rem;
}

form input::placeholder{
	 color: var(--light-brown);
}

form select{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select option[disabled] {
  display: none;
}

form select option {
  color: var(--dark-brown);
}

form select + .select_arrow {
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  fill: var(--dark-blue);
  transform: translateY(-50%);
  pointer-events: none; 
  transition: transform 0.3s ease;
  height: 0.9375rem;
}

form select:focus + .select_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.field-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.field-checkbox input {
	display: none;
}

.field-checkbox::before {
  content: "";
  display:block;
  position: relative;
  width: 1.5625rem;   
  height: 1.5625rem;   
  border: 2px solid var(--light-brown);
  border-radius: 0.3125rem;       
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.field-checkbox:has(input:checked)::before{
	border-color: var(--dark-blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Crect x='1' y='1' width='13' height='13' rx='1' fill='%23021D48' stroke='%23021D48' stroke-width='2'/%3E%3C/svg%3E");
}

form .form__terms {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

form .form__terms a {
  font-weight: 700;
  color: var(--white);
}

form label:has(+ input),
form label:has(+ select),
form label:has(+ .select_custom_container),
.form-row label,
.woocommerce form .form-row label{
  display: block;
  color: var(--dark-blue);
  font-size: 1.5rem;
  font-family: "Mariupol";
  font-weight: 500;
	line-height: 100%;
  margin-bottom: 1.5625rem;
}

.form .form__fields{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.1875rem;
    width: 100%;
}

.woocommerce form .form-row{
	width: 100%;
}

@media screen and (max-width: 959px) {
  form .form__bottom p {
    width: 100%;
    text-align: center;
  }
	
	form input:not([type="submit"]):not([type="button"]):not([type="number"]),
	form select{
	  padding: 1.625rem 1.5625rem;
	  font-size: 1rem;
	  letter-spacing: -0.01125rem;
	}

  form .form__bottom input[type="submit"] {
    width: 100%;
  }
	
	form label:has(+ input),
	form label:has(+ select),
	form label:has(+ .select_custom_container),
	.form-row label{
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
	}
	
	form label:has(+ input),
	form label:has(+ select),
	form label:has(+ .select_custom_container),
	.form-row label,
	.woocommerce form .form-row label{
	  font-size: 1.125rem;
	  margin-bottom: 1rem;
	}	
}

.wpcf7 {
  position: relative;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: white;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.invalid input:not([type="submit"]):not([type="button"]) {
  border-color: #ff0000;
}

section .wpcf7 form.sent .wpcf7-response-output {
  margin-left: 0px;
  margin-right: 0px;
  background-color: var(--green);
  border-color: var(--green);
  border-radius: 1rem;
  padding: 1rem;
}

.swiper-container-block .swiper-container,
.swiper-container-block {
  max-width: 100%;
	width: 100%;
}
.swiper-container {
  position: relative;
}
.swiper-container div.swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.swiper-container div.swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.swiper-container div.swiper .swiper-slide {
  flex-shrink: 0;
}
.swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--dark-blue);
    width: 3.875rem;
    height: 3.9375rem;
    border-radius: 0.3125rem;
    z-index: 5;
    cursor: pointer;
  }
  .swiper-button.swiper-button-prev {
    left: 1rem;
  }
  .swiper-button.swiper-button-next {
    right: 1rem;
  }
  .swiper-button svg {
    stroke: var(--white-1);
    fill: none;
    transition: all 0.3s linear;
    cursor: pointer;
  }
@media screen and (min-width: 960px) {
  .swiper-container .swiper-button {
    top: 50%;
    width: 4.6875rem;
    height: 4.6875rem;
  }
  .swiper-button.swiper-button-prev {
    left: -1.71875rem;
  }
  .swiper-button.swiper-button-next {
    right: -1.71875rem;
  }
}
/*Popup*/
.popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  min-height: 100vh;
  z-index: -1;

  opacity: 0;
  visibility: hidden;


  transition: all 0.3s linear;
  overflow-y: hidden;
}
.popup.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.popup .popup__container {
  padding: 2.125rem 0rem 3.4375rem;
  flex: 0 0 auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(2, 29, 72, 0.76);
  backdrop-filter: blur(1.25rem);
  overflow-y: auto;
  display: flex;
  align-items: center;
	justify-content: center;
}

.popup .popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  background-color: var(--white-2);
}

.popup .popup__body .popup__table{
	max-width: 100%;
	overflow-x: auto;
}

.popup.popup-small .popup__body{
	width: auto;
	height: auto;
}

.popup .popup__bottom {
  width: 100%;
}
.popup .popup__bottom p {
  opacity: 0.5;
  font-weight: 400;
  line-height: 100%;
}
.popup .popup__close {
	position: relative;
	z-index: 10;
 	cursor: pointer;
	align-self: flex-end;
	margin-bottom: 1.5625rem;
}
.popup .popup__close svg {
  stroke:  var(--dark-blue);
  width: 1.5625rem;
  height: 1.5625rem;
  transition: all 0.3s linear;
}

/* PRODUCT */
.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;
}

.product-card .card__bottom p,
.product-card .card__bottom svg,
.product-card .card__post .card__image {
  transition: all 0.3s ease;
}

.product-card .card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.product-card .card__image {
  width: 100%;
  height: 31.25rem;
  display: block;
  border-radius: 0.3125rem;
  object-fit: cover; 
  transition: all .3s linear;
}

.product-card .card__name,
.product-card .card__price {
  font-family: "Mariupol";
  font-size: 1.5rem;
}

.product-card .card__name {
  margin-bottom: auto;
  min-height: 1em;
  font-weight: 500;
}

.product-card .card__price {
  font-weight: 300;
}

.product-card .card__bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  flex-grow: 1;
  color: var(--dark-blue);
  padding-top: 1.5625rem;
  gap: 0.9375rem;
}

.product-card .card__bottom svg {
  width: 1.125rem;
  height: 0.9375rem;
  stroke: var(--dark-blue);
}

.product-card .card__badges {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
}

.product-card .card__badges .badge {
  padding: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Mariupol";
}

.product-card .card__badges .badge--bestseller {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.product-card .card__badges .badge--out-of-stock {
  background-color: var(--white-st);
  color: var(--dark-blue);
}
.product-card .card__overlay-button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
@media screen and (min-width: 959px) {
.product-card:hover .card__overlay-button {
  opacity: 1;
}

.product-card:hover .card__overlay-button .btn__text{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.product-card:hover .card__image {
  transform: scale(1.05);
}
}
@media screen and (max-width: 959px) {
  .product-card .card__post {
    flex: 0 0 17.5rem;
  }

  .product-card .card__image {
    height: 25rem;
  }

  .product-card .card__content {
    padding: 0;
  }

  .product-card .card__badges .badge {
    font-size: 0.875rem;
  }
  .product-card .card__name, .product-card .card__price {
    font-family: "Mariupol";
    font-size: 1.125rem;
  }
	
	.product-card .card__overlay-button{
		width: auto;
	}
	
	.product-card .card__bottom {
	  gap: 0.625rem;
	  padding-top: 1rem;
	}
}

/* HEADER */
.header {
  position: fixed;
  top: 0.9375rem;
  left: 0px;
  width: 100%;
  z-index: 5000;
  color: var(--dark-blue);
}

.header .header__content {
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  gap: 0.3125rem;
}

.header .header__menu{
  display: none;
}

.header .header__logo{
  border: 1px solid #e0ecff94;
}

.header .header__logo img{
	height: 2.6875rem;
	width: auto;
}

.header__buttons{
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0.3125rem;
}

.header .header__profile-btn,
.header .header__card-btn{
  background-color: var(--light-blue);
  width: 4.6875rem;
  border: none;
  transition: all .3s linear;
}
.header .header__profile-btn svg,
.header .header__card-btn svg{
  stroke: var(--dark-blue);
  height: 1.5625rem;
  width: auto;
}

.header .header__profile-btn:hover,
.header .header__profile-btn:focus,
.header .header__card-btn:hover,
.header .header__card-btn:focus{
  box-shadow: 0 0 10px 2px var(--white-1);
}

.header__burger-btn.btn-burger {
  cursor: pointer;
  background-color: var(--dark-blue);
  color: var(--white-2);
  border-radius: 0.3125rem;
  padding: 0;
  font-size: 1rem;
  line-height: 110%;
  border: none;
  gap: 0.625rem;
}
.header__burger-btn.btn-burger svg{
  stroke: var(--white-2);
}

.btn-burger .btn-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
	
}

.btn-burger:not(.header__burger-btn-open) .btn-burger-close{
    padding: 1.25rem 3.5rem;
    display: none;
}
.btn-burger .btn-burger-open{
  padding: 1.25rem 1.3125rem;
}
.btn-burger .btn-burger-close{
    padding: 1.25rem 3.5rem;
}
.btn-burger.header__burger-btn-open .btn-burger-open{
    display: none;
}
.header .menu_padd{
  background: var(--white-2);
  border: 1px solid #e0ecff94;
  height: 4.6875rem;
  align-items: center;
  width: 100%;
  
}
.burger-menu.show{
    z-index: 4999;
}
.burger-menu .popup__container{
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.burger-menu.popup--from-bottom .popup__container{
	justify-content: flex-end;
	align-items: center;
	height: calc(100dvh - 4.9275rem);
}

.burger-menu.popup--from-bottom .popup__container::after{
	display: block;
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'><path d='M7.06366 0.5C7.44856 -0.166666 8.41081 -0.166667 8.79571 0.5L15.7239 12.5C16.1088 13.1667 15.6277 14 14.8579 14H1.00148C0.231684 14 -0.249442 13.1667 0.135458 12.5L7.06366 0.5Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center;
	width: 58%;
	height: 0.875rem;
	transform: rotate(180deg);
}
.burger-menu.popup--from-bottom .popup__container::before {
    display: none;
}
.burger-menu .popup__container::after {
    display: none;
}
.burger-menu .popup__container::before{
	display: block;
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'><path d='M7.06366 0.5C7.44856 -0.166666 8.41081 -0.166667 8.79571 0.5L15.7239 12.5C16.1088 13.1667 15.6277 14 14.8579 14H1.00148C0.231684 14 -0.249442 13.1667 0.135458 12.5L7.06366 0.5Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center;
	width: 58%;
	height: 0.875rem;
}
.burger-menu.popup--from-bottom .popup__body {
    padding: 1.5rem 0.5rem 0 0.5rem;
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 0.3125rem;
}
.burger-menu .popup__body {
    padding: 1.5rem 0.5rem 0 0.5rem;
    width: 11.58rem;
    height: auto;
    min-height: auto;
    border-radius: 0.3125rem;
}
  
.burger-menu ul{
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.burger-menu ul li{
    font-size: 1.125rem;
    font-family: "Mariupol";
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid var(--light-brown);
    text-align: center;
    width: fit-content;
}
.burger-menu ul li a{
    color: var(--dark-blue);
    text-decoration: none;
}

@media screen and (max-width: 959px) {
  .header .header__content {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
    gap: 0rem;
    background-color: var(--white-2);
	  border: 1px solid #e0ecff94;
  }
  .header .menu_padd{
    display: none;
  }
   .burger-menu .popup__container{
        padding: 5.5rem 1rem 0px;
    } 
	.burger-menu.popup--from-bottom .popup__container {
		padding: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.burger-menu.burger-menu--mobile-bar-opened{
		z-index: 2999;
	}
	
	.burger-menu.burger-menu--mobile-bar-opened .popup__container{
		padding: 0 1rem 5.5rem ;
		flex-direction: column-reverse;
	}
	
	.burger-menu.burger-menu--mobile-bar-opened .popup__container::before{
		transform: rotate(180deg);
	}
	
	.burger-menu.burger-menu--mobile-bar-opened ~ .header{
		z-index: 2998;
	}
  .header .header__profile-btn{
	  flex-shrink: 0;
    width: 3rem;
	height: 3rem;
  }
	.header .header__logo{
		border: none;
	}
	
	.header .header__logo img{
		height: 2.0625rem;
	}
	
	.btn-burger .btn-burger-open,
	.btn-burger .btn-burger-close{
		height: 3rem;
	}
	
	.header .header__profile-btn svg{
		height: 1.125rem;
	}


}

@media screen and (min-width: 960px) {
  .header {
    top: 1.5625rem;
  }
  .header .header__menu {
    display: flex;
    padding: 0px;
    flex-direction: row;
    list-style: none;
    gap: 1.25rem;
    flex: 1;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    
    position: absolute;
  }
  .header .header__menu li a{
    color: var(--dark-blue);
    text-decoration: none;
    font-size: 1.25rem;
    font-family: "Mariupol";
    font-weight: 400;
  }
  .header__logo{
    flex: 0 0 auto;
    background-color: var(--white-2);
    padding: 0rem 1.5625rem;
    height: 4.6875rem;
  }
  .header .header__actions {
    gap: 1.14rem;
  }
  .header .header__profile-btn,
  .header .header__card-btn{
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

/* MINICART */
.mini-cart-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(2, 29, 72, 0.76); 
  backdrop-filter: blur(0.3125rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 6000;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: -45rem;
  width: 43.75rem;
  height: 57.1875rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  z-index: 6001;
  padding: 2.5rem;
  height: 100%;
}

.mini-cart.active {
  right: 0;
  overflow-y: auto;
}

.mini-cart-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--dark-blue);
}

.mini-cart__count{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 1.875rem;
	min-width: 1.875rem; 
	background-color: var(--light-blue);
	border-radius: 0.3125rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-left: 0.625rem;
}

.mini-cart__close {
  background: none;
  border: none;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mini-cart__close svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke:var(--dark-blue);
}

.custom-mini-cart-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3.6875rem;
}
.mini-cart__content ul{
  padding-left: 0;
	list-style: none;
}
.mini-cart__content ul li + li{
	border-top: 1px solid #D8CEBD;
	padding-top: 1.5rem;
}
.mini-cart__content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex:1 1;
}
.custom-mini-cart-items{
	padding-bottom: 2.0625rem;
}
.mini-cart__content .mini-cart--empty.mini-cart__wrapper{
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mini-cart__content .mini-cart--empty.mini-cart__wrapper svg{
	height: 9.375rem;
	width: auto;
	stroke: #BCB09A;
}
.custom-mini-cart-item__img{
	flex-shrink: 0;
}
.custom-mini-cart-item__img img {
  width: 7.8125rem;
  height: 9.8125rem;
  border-radius: 0.3125rem;
  object-fit: cover;
}

.custom-mini-cart-item__details {
  display: flex;
  flex-direction: row;
  gap: 2.1875rem;
  width: 100%;
}

.custom-mini-cart-item__attributes{
	display: flex;
	gap: 0.25rem;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--dark-blue);
	margin-top: 0.75rem;
}

.custom-mini-cart-item__attributes .cart-attr-color{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.3125rem;
}

.custom-mini-cart-item__details .custom-mini-cart-item__data{
	flex: 1 1 auto;
}

.custom-mini-cart-item__name {
   font-size: 1.75rem;
	font-weight: 500;
    color: var(--dark-blue);
    text-wrap: wrap;
}

.custom-mini-cart-item__name a {
  color: inherit;
  text-decoration: none;
}

.custom-mini-cart-item__right {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  font-size: 1.75rem;
  font-weight: normal;
  color: var(--dark-blue);
}

.custom-qty {
    border: 2px solid var(--light-brown);
	border-radius: 0.3125rem;
    max-width: 10.9375rem;
    height: 4.6875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem; 
    box-sizing: border-box;
}

.custom-qty .qty-control {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.3s;
}

.custom-qty .qty-control:disabled {
    opacity: 0.3;
}

.custom-qty .qty-control svg {
    display: block;
	width: 1.25rem;
	height: auto;
	stroke: var(--dark-blue);
}

.custom-qty input {
    border: none;
    background: transparent;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--dark-blue);
    pointer-events: none;
    width: 2.5rem; 
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
}

.custom-qty input::-webkit-outer-spin-button,
.custom-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-mini-cart-item__remove {
  display: inline-flex;
  align-items: start;
  justify-content: start;
  cursor: pointer;
  border: none; 
	background-color: transparent;
}
.custom-mini-cart-item__remove img{
  width: auto;
  height: 1.3125rem;
}
.custom-mini-cart-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.custom-mini-cart-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 2.0625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 0;
}

.custom-mini-cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.75rem;
  color: var(--dark-blue);
  font-weight: 400;
}

.custom-mini-cart-total strong{
	font-weight: 500;
}

.custom-mini-cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  margin-top: 2.8125rem;
  font-size: 1.375rem;
}

.btn__cart {
  display: block;
  text-align: center;
  padding: 0.9rem 0;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.custom-mini-cart-buttons .btn--text{
  font-size: 1.375rem;
}
.btn--text{
  font-size: 1.375rem !important;
}
.btn--checkout {
  background: none;
  color: var(--text-dark);
  text-decoration: underline;
  text-underline-offset: 1rem;
  cursor: pointer;
  font-size: 1.375rem;
}

.custom-mini-cart-empty {
  text-align: start;
  font-size: 1.75rem;
  color: var(--dark-blue);
  margin-top: 1.5625rem;
  font-weight: 500;
}


@media (max-width: 959px) {
	.custom-qty .qty-control svg {
	width: 1.0625rem;
}
	.mini-cart-overlay{
		display: none;
	}
	
  .mini-cart {
    width: 100%;
    right: -100%;
    height: 100dvh;
    padding: 1.25rem;
    overflow-y: auto;
  }

  .mini-cart.active {
    right: 0;
  }

	.mini-cart__count{
	height: 1.5rem;
	min-width: 1.5rem; 
	font-size: 1.25rem;
	line-height: 1.25rem;
}
	
  .mini-cart__title {
    font-size: 1.25rem;
  }
  .custom-mini-cart-item {
    margin-top: 2.1875rem;
  }
  .custom-mini-cart-item__img {
    margin-right: 0.9375rem;;
  }
  .custom-mini-cart-item__img img {
    width: 6.25rem;
    height: 100%;
  }

  .custom-mini-cart-item__name {
    font-size: 1.25rem;
  }
  .custom-mini-cart-item__details {
    gap: 0;
  }

  .custom-mini-cart-item__right {
    margin-left: 0;
    font-size: 1rem;
  }

  .custom-qty input {
    font-size: 1.25rem;
  }

  .custom-mini-cart-total {
    font-size: 1.25rem;
  }

  .custom-qty {
    width: 6.5625rem;
    height: 3.5rem;
    margin-top: 1rem;
  }
  .custom-mini-cart-item__remove img{
    height: 1.1875rem;
  }
  .custom-mini-cart-footer {
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 1.5rem;
    gap: 1.5rem;
  }
	.checkout__summary .custom-mini-cart-item__right .woocommerce-Price-amount{
		font-size: 1.125rem;
		color: var(--dark-blue);
	}

  .custom-mini-cart-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .btn__cart,
  .btn--text,
  .btn--checkout {
    font-size: 1rem !important;
    padding: 1rem;
	width: auto;
  }

  .custom-mini-cart-empty {
    font-size: 1.25rem;
    margin-top: 1rem;
    text-align: start;
  }
	
	.custom-mini-cart-empty svg{
		height: 7.8125rem;
		width: 7.8125rem;
	}
	
	.custom-mini-cart-item__attributes{
		font-size: 1.125rem;
		margin-top: 0.6125rem;
	}

	.custom-mini-cart-item__attributes .cart-attr-color{
		width: 1rem;
		height: 1rem;
	}
	
	.custom-mini-cart-item .custom-qty{
		width: auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.upsells-heading {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5625rem;
    color: var(--dark-blue);
}
.upsells-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.9375rem;
}
.upsell-card {
    text-decoration: none;
    color: inherit;
}

.upsell-img-box {
    background: #F4F4F4;
    margin-bottom: 0.9375rem;
    overflow: hidden;
}

.upsell-img-box img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
	border-radius: 0.3125rem;
}

.upsell-item-title {
    font-size: 1.125rem;
    margin: 0 0 0.625rem 0;
    color: var(--dark-blue);
	font-weight: 500;
}

.upsell-item-price {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--dark-blue);
    margin-top: auto;
}
.upsell-info {
    flex-grow: 1; 
	display: flex;
	flex-direction: column;
}
.upsell-img-box {
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
}

.upsell-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 959px){
	.upsells-heading {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

/* FOOTER */
.footer { 
  position: relative;
  padding: 1.5625rem;
  background: var(--dark-blue);
}

.footer .footer__content {
  background: #fff;
  padding: 2.8125rem;
  gap: 12.1875rem;
}
.footer .logo_footer{
  margin-right: 21.5rem;
}
.footer .footer__logo_box {
  width: 12.5rem;
  height: 6.25rem;
}
.footer .footer__logo_box img{
  width: 100%;
  height: 100%;
}

.footer .footer__top .footer__label {
  color: var(--white);
}
.footer .footer__top .footer__block {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.footer .footer__top .footer__block .block__content {
  display: flex;
  flex-direction: column;
}
.footer .footer__top .footer__block .block__title,
.footer .footer__top .footer__block .block__content p {
  color: var(--white);
}
.footer .footer__bottom p,
.footer .footer__bottom a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer__bottom {
  color: #FFFFFF;
}
.footer .footer__brend{
  gap: 2.8125rem;
}
.footer .footer__label_options{
  font-family: "Mariupol";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--dark-blue);
  text-decoration: none;
}
.footer__label_menu{
  font-size: 1.5rem;
  font-family: "Mariupol";
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 2.1875rem;
}

.footer .footer__menu-columns .footer__menu-column{
  flex-shrink: 0;
  font-size: 1.5rem;
  font-family: "Mariupol";
  color: var(--dark-blue);
  font-weight: 400;
}

.footer__menu-column {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu-column li {
  margin-bottom: 1.5625rem;
}

.footer__social_networks {
  gap: 0.625rem;
}

.footer__social_networks img,
.footer__social_networks a img{
	display: block;
  width: 3rem;
  height: 3rem;
}

.footer .top__left{
 width: 100%;
  gap: 2.8125rem;
}
.footer .menu_blocks{
  gap: 9.4375rem;
}
.footer__menu-column a {
  text-decoration: none; 
  color: var(--dark-blue);
}

.footer svg {
  width: 100%;      
  height: auto;     
  display: block;
}
.footer__bottom{
  margin-top: 4.6875rem;
  font-size: 1.5rem;
  font-family: "Mariupol";
  align-items: center;
}
.footer__bottom .footer__website-designer{
  gap: 1.5625rem;
  text-decoration: none;
  align-items: baseline;
}
.footer__bottom .footer__website-designer .footer_dev{
  gap: 0.625rem;
  font-weight: 400;
  align-items: center;
}
.footer__bottom .footer__website-designer .footer_dev img{
  width: 1.875rem;
  height: 1.875rem;
}
.footer__bottom .footer_text_small{
  font-weight: 400;
  opacity: 40%;

}
.footer__social_networks img {
  transition: all 0.3s ease;
}

@media screen and (max-width: 959px) {
  .footer { 
    padding: 0.9375rem 0.9375rem 2.5rem 0.9375rem;
  }
  .footer .footer__menu-columns{
    width: 100%;
    justify-content: space-between;
  }
	.footer .top__left {
    flex-direction: column;
  }
  .footer .top__left > div{
    width: 100%;
  }
  .footer .logo_footer{
    margin-right: 0;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom .footer__website-designer{
    flex-direction: column;
  }
  .footer .footer__logo_box {
    height: 3.125rem;
    width: 6.25rem;
  }
  .footer__label_menu{
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }

  .footer .footer__menu-columns .footer__menu-column{
    font-size: 1.125rem;
  }
  .footer__menu-column li {
    margin-bottom: 0.9375rem;
  }
  .footer .menu_blocks{
    gap: 2.8125rem;
  }
  .footer .footer__content {
    padding: 1.5625rem 0.9375rem;
    gap: 2.5rem;
  }
  .footer__social_networks a,
	.footer__social_networks a img{
    width: 3.875rem;
    height: 3.875rem;
  }
  .footer .footer__brend{
    flex-direction: column;
    font-size: 1.125rem;
    gap: 0.9375rem;
  }
  .footer__bottom{
    margin-top: 2.5rem;
    font-size: 1.125rem;
    align-items: flex-start;
    gap: 1.5625rem;
  }
  .footer__bottom .mobile_footer_text_small{
    gap: 0.9375rem;
  }
  .footer__bottom .footer_text_small .text_bold{
    font-weight: 500;
    opacity: 100%;
  }
  .footer__bottom .footer__website-designer{
    gap: 0.5625rem;
  }
  .footer__bottom .mobile_des{
    gap: 0.3125rem;
    align-items: center;
  }
  .footer .footer__label_options {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
    

  .footer .footer__top .footer__label {
    width: 39.625rem;
    margin-left: 3.5rem;
  }
  .footer .footer__top .top__right {
    gap: 1.8125rem;
  }
  .footer .footer__top .footer__block {
    gap: 0.9375rem;
  }
  .footer .footer__top .footer__block .block__content {
    width: 15.5625rem;
    gap: 0.625rem;
  } 
  .footer .top__left{
    width: auto;
    gap: 9.4375rem;
  }
  
  .footer__social_networks a,
	.footer__social_networks a img{
    width: 4.6875rem;
    height: 4.6875rem;
  }
    
}
.social-link {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
}

.instagram {
  background-image: url('assets/images/instagram.png');
}

.instagram:hover {
    background-image: url('assets/images/instagram-hover.png');
}

.facebook {
  background-image: url('assets/images/facebook.png');
}

.facebook:hover {
    background-image: url('assets/images/facebook-hover.png');
}

.tiktok {
  background-image: url('assets/images/tiktok.png');
}

.tiktok:hover {
    background-image: url('assets/images/tiktok-hover.png');
}

.product-card--out-of-stock .card__image {
    opacity: 0.5;
    filter: grayscale(30%); 
    transition: opacity 0.3s ease;
}

.product-card--out-of-stock .card__overlay-button {
    /*background-color: rgba(2, 29, 72, 0.5) !important;*/
}


.footer__menu-column li a {
    display: inline-block; 
    transition: transform 0.3s ease;
}
.footer__menu-column li a:hover {
    transform: translateY(-5px); 
}

@media screen and (max-width: 960px){
    .mobile-bar{
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        padding: 0.875rem 1rem;
        border-top: 1px solid rgba(211, 209, 203, 0.5);
        
        z-index: 3000;
    }
    
    .mobile-bar .bar__action{
        display: flex;
        flex-direction: column;
     	align-items: center;
     	justify-content: space-between;
     	gap: 0.3125rem;
     	color: var(--dark-blue);
		font-weight: 500;
		text-decoration: none;
		font-size: 0.8rem;
		position: relative;
    }
    
    .mobile-bar .bar__action svg{
        stroke: var(--dark-blue);
        fill: none;
		height: 1.25rem;
		width: auto;
    }
}

.bar__action .cart-count {
  position: absolute;
  top: 0.75rem;
  right: 10.8rem;
  background: var(--dark-blue);
  color: #fff;
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Mariupol";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 960px){
	.bar__action .cart-count {
	  top: -0.4rem;
      right: 0rem;
	}
}
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  background-color: var(--body-color);
}
.preloader .preloader__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(32px + 38 * ((100vw - 1024px) / 896)) 0;
}
.preloader .logo__image {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .logo__image img{
  height: 100%;
  object-fit: contain;
}
.preloader .preloader__number {
  flex: 0 0 auto;
  font-family: "Forum";
  font-size: calc(38px + 34 * ((100vw - 1024px) / 896));
  font-weight: normal;
  font-style: normal;
  line-height: 85%;
  letter-spacing: -0.03em;
  color: var(--dark-blue);
}
@media screen and (max-width: 1023px) {
  .preloader .preloader__content {
    padding: calc(48px + 16 * ((100vw - 768px) / 255)) 0;
  }
  .preloader .preloader__number {
    font-size: calc(42px + 14 * ((100vw - 768px) / 255));
  }
}
@media screen and (max-width: 767px) {
  .preloader .preloader__content {
    padding: calc(48px + 54 * ((100vw - 360px) / 407));
  }
  .preloader .preloader__number {
    font-size: calc(57px + 64 * ((100vw - 360px) / 407));
  }

}
@media screen and (min-width: 960px){
    .mobile-bar{
        display: none;
    }
}
@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
    main.container, main {
        /*margin: 2.5rem auto;*/
    }
    h2.wp-block-heading {
        font-size: 1.375rem;
    }
}

form .form__notification {
  position: absolute;
  top: -9.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-main-background);
  display: none;
  height: 100%;
  z-index: 5;
}
form .form__notification.show {
  display: flex;
	justify-content: flex-end;
}
form .form__notification .notification__icon {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.25rem;
}
form .form__notification .notification__title {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}

form .form__notification .notification__text {
  width: 100%;
  color: var(--dark-blue);
  text-align: center;
}
form input:not([type="submit"]):not([type="button"]):not([type="number"]), form select {
    padding: 0 2.1875rem;
    height: 4.9375rem;
}

@media screen and (max-width: 959px) {
	
  .form .form__privacy-policies {
    margin-top: 1.25rem;
  }

  .form .form__notification {
    padding: 0px 1.25rem;
  }

  .form .form__notification .notification__text {
    text-align: center;
  }
	
	.form .form__submit {
		margin-top: 1.25rem;
	}
	
	form .form__notification .notification__title,
	form .form__notification .notification__text {
	  width: 100%;
	}
	
	form input:not([type="submit"]):not([type="button"]):not([type="number"]), form select {
		height: 3.9375rem;
	}
}