:root {
  /*  Brand */
  --brand-50: #E8F0FC;
  --brand-100: #D6E4FA;
  --brand-200: #ADCAF5;
  --brand-300: #84AFF1;
  --brand-400: #5B94EC;
  --brand-500: #3179E7;
  --brand-600: #175EC9;
  --brand-700: #124697;
  --brand-800: #0C2F64;
  --brand-900: #061732;
  --brand-950: #030B17;
  /* Neutral */
  --neutral-0: #FFFFFF;
  --neutral-50: #FAFAFA;
  --neutral-100: #E5E5E5;
  --neutral-200: #C9C9C9;
  --neutral-300: #B0B0B0;
  --neutral-400: #989898;
  --neutral-500: #808080;
  --neutral-600: #666666;
  --neutral-700: #4B4B4B;
  --neutral-800: #323232;
  --neutral-900: #1D1D1D;
  --neutral-950: #111111;
  --neutral-1000: #000000;
  --color-green-200: #c3e6cb;
  --color-green-900: #155724;
  --color-red-200: #f5c6cb;
  --color-red-900: #bd1727;
  --text-danger: var(--color-red-900);
  /* Display xl */
  --display-size-xl: 5rem;
  --display-height-xl: 6rem;
  --display-letter-spacing-xl: -3%;
  --display-paragraph-spacing-xl: 5rem;
  /* Display lg */
  --display-size-lg: 4rem;
  --display-height-lg: 5rem;
  --display-letter-spacing-lg: -2%;
  --display-paragraph-spacing-lg: 4rem;
  /* Display md */
  --display-size-md: 3.5rem;
  --display-height-md: 4.5rem;
  --display-letter-spacing-md: -2%;
  --display-paragraph-spacing-md: 3.5rem;
  /* Display sm */
  --display-size-sm: 3rem;
  --display-height-sm: 3.5rem;
  --display-letter-spacing-sm: -1%;
  --display-paragraph-spacing-sm: 3rem;
  /* heading lg */
  --heading-size-lg: 2.25rem;
  --heading-line-height-lg: 3rem;
  --heading-letter-spacing-lg: 0%;
  --heading-paragraph-spacing-lg: 1.5rem;
  /* heading md */
  --heading-size-md: 1.5rem;
  --heading-line-height-md: 2.25rem;
  --heading-letter-spacing-md: 0%;
  --heading-paragraph-spacing-md: 1.5rem;
  /* heading sm */
  --heading-size-sm: 1.25rem;
  --heading-line-height-sm: 2rem;
  --heading-letter-spacing-sm: 0%;
  --heading-paragraph-spacing-sm: 1.25rem;
  /* text lg */
  --text-size-lg: 1.1125rem;
  --text-line-height-lg: 1.75rem;
  --text-letter-spacing-lg: 0%;
  --text-paragraph-spacing-lg: 1rem;
  /* text md */
  --text-size-md: 1rem;
  --text-line-height-md: 1.5rem;
  --text-letter-spacing-md: 0%;
  --text-paragraph-spacing-md: 1rem;
  /* text sm */
  --text-size-sm: 0.875rem;
  --text-line-height-sm: 1.375rem;
  --text-letter-spacing-sm: 0%;
  --text-paragraph-spacing-sm: 1rem;
  /* text xs */
  --text-size-xs: 0.75rem;
  --text-line-height-xs: 1.25rem;
  --text-letter-spacing-xs: 0%;
  --text-paragraph-spacing-xs: 0.875rem;
  /* breakpoints */
  --sm: 375px;
  --md: 768px;
  --lg: 1200px;
  --xl: 1400px;
}

/* Breakpoints */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Figtree", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --accent-color: var(--brand-500);
}

* {
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-block: 0;
  font-weight: 500;
  font-style: normal;
  color: var(--neutral-900);
  margin-bottom: 1rem;
}

p {
  margin: 0 0 1rem 0;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}

.accent {
  color: var(--accent-color);
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  padding-top: 100px;
  flex: 1;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-Black.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../assets/fonts/Figtree-Regular.woff2") format("woff2"), url("../../assets/fonts/Figtree-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-Light.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../assets/fonts/Figtree-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Figtree-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../assets/fonts/Figtree-Light.woff2") format("woff2"), url("../../assets/fonts/Figtree-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-Bold.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../assets/fonts/Figtree-Medium.woff2") format("woff2"), url("../../assets/fonts/Figtree-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../assets/fonts/Figtree-Bold.woff2") format("woff2"), url("../../assets/fonts/Figtree-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-Medium.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-Regular.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../../assets/fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --radius-card: 1.125rem;
  --radius-input: 0.75rem;
  --border-soft: rgba(16,24,40,.10);
  --border-softer: rgba(16,24,40,.07);
  --shadow-soft: 0 1.25rem 3.125rem rgba(16,24,40,.08);
  --text-muted: rgba(16,24,40,.65);
}

/* ****** WooCommerce: Buttons  ******** */
.woocommerce-checkout .wp-element-button,
.woocommerce-cart .wp-element-button {
  padding: 0.75rem 1rem;
  color: var(--neutral-0);
  font-weight: 500;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-cart .wp-element-button:hover,
.woocommerce-checkout .wp-element-button:hover {
  background: var(--brand-600);
  color: var(--neutral-0);
}

.add_to_cart_button.loading,
.single_add_to_cart_button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: cartSpin 0.6s linear infinite !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

@keyframes cartSpin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.wc-block-components-button:focus {
  outline: none !important;
  border: none;
  box-shadow: none !important;
}

/* ****** WooCommerce: product page  ******** */
body.single-product .main {
  background-image: url("../../assets/img/blue-bg.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

.single-product .product-type-simple {
  padding: 7rem 0;
}
.single-product .product-type-simple div.images img {
  border-radius: 1.25rem;
}
.single-product .summary {
  background: #fff;
  border-radius: 1.25rem;
  padding: 36px 34px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.single-product .product_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.single-product .price {
  font-size: 1.625rem !important;
  font-weight: 600;
  color: var(--brand-500) !important;
  margin-bottom: 1.25rem;
}
.single-product form.cart {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0 !important;
}
.single-product form.cart .quantity {
  height: 40px;
  display: flex;
  justify-content: center;
  border-right: 1.5px solid var(--neutral-200);
}
.single-product button.single_add_to_cart_button {
  height: 40px;
  padding: 0.75rem 2.3rem;
  color: var(--neutral-0) !important;
  font-weight: 600;
  border-radius: 0.5rem;
  background: var(--brand-500) !important;
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  transition: all 0.3s ease;
}
.single-product button.single_add_to_cart_button:hover {
  background: var(--brand-600) !important;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--neutral-600);
}
.single-product .woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: default;
}

/* ****** WooCommerce: cart page ****** */
.woocommerce-cart,
.woocommerce-checkout {
  background: var(--Neutral-50, #FAFAFA);
  padding: 5rem 0;
  font-family: Figtree, sans-serif;
}

.woocommerce-cart .wc-block-components-main,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  box-shadow: var(--shadow-soft);
  background: rgb(255, 255, 255);
  border: 0.0625rem solid var(--border-softer);
  border-radius: var(--radius-card);
  padding: 1.25rem;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.woocommerce-cart table.wc-block-cart-items td {
  vertical-align: middle;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 0.625rem;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total {
  justify-content: center;
  padding-left: 0 !important;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total span.wc-block-formatted-money-amount {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--brand-500);
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  color: var(--brand-900);
  font-weight: 600;
  font-size: 1rem !important;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices {
  font-weight: 700;
  color: var(--neutral-400);
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata {
  margin-bottom: 1rem;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata__description p {
  font-size: 0.825rem;
  line-height: 1.2;
  color: var(--neutral-600);
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-quantity-selector {
  margin-bottom: 0;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link {
  font-weight: 600 !important;
  font-size: 0.825rem !important;
  color: var(--brand-500) !important;
  transition: all 0.3s ease;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:hover {
  text-decoration: underline;
  color: var(--brand-600);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__input input {
  border-color: var(--neutral-100);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__label {
  font-size: 1rem;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__value {
  color: var(--brand-600);
  font-weight: 700;
}

/* ****** WooCommerce: chackout page ****** */
.woocommerce-checkout {
  background: var(--Neutral-50, #FAFAFA);
  padding: 5rem 0;
}
.woocommerce-checkout .wc-block-components-checkout-step:not(.wc-block-checkout__order-notes),
.woocommerce-checkout .wc-block-checkout__sidebar {
  box-shadow: var(--shadow-soft);
  background: rgb(255, 255, 255);
  border: 0.0625rem solid var(--border-softer);
  border-radius: var(--radius-card);
  padding: 1.25rem;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input input,
.woocommerce-checkout form.wc-block-checkout__form .wc-blocks-components-select select,
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-textarea {
  padding: 0 1.25rem !important;
  margin-top: 0.625rem;
  color: var(--neutral-400);
  font-family: Figtree, sans-serif;
  font-weight: 500;
  border-radius: 0.625rem;
  border: 1px solid var(--neutral-200);
  transition: box-shadow 0.12s ease, border-color 0.12s ease;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-textarea {
  padding-top: 1rem !important;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input input:focus {
  outline: none;
  border-color: var(--brand-500);
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input label,
.woocommerce-checkout form.wc-block-checkout__form .wc-blocks-components-select label {
  position: relative;
  left: 0;
  font-size: 0.825rem;
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 600;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: var(--neutral-900);
  top: 70%;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input input:-webkit-autofill,
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-text-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000rem #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
.woocommerce-checkout form.wc-block-checkout__form .wc-block-checkout__guest-checkout-notice,
.woocommerce-checkout form.wc-block-checkout__form .wc-block-components-address-form__address_2-toggle {
  margin-top: 1rem;
  font-size: 0.825rem;
  line-height: 1.2;
  color: var(--neutral-600);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill + label,
.woocommerce-checkout .wc-block-components-text-input.is-active label {
  transform: none !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--neutral-900);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  margin-left: 0;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--neutral-900);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-price {
  color: var(--neutral-600);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description p {
  font-weight: 400;
  font-size: 0.825rem;
  color: var(--neutral-600);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: var(--brand-500);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
  color: #fff;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary img {
  border-radius: 5px;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-product-price__value {
  color: var(--brand-500);
  font-weight: 600;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon {
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon__input input {
  border-color: var(--neutral-100);
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
  padding: 0;
}

/* ****** WooCommerce: success message (added to cart) ****** */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  max-width: 1200px;
  margin: 18px auto 30px;
  padding: 16px 18px;
  border-radius: 16px;
  padding-left: 3rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(47, 107, 255, 0.18);
  color: var(--brand-900);
  display: flex;
  align-items: center;
  gap: 12px;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  margin-right: 6px;
}

.woocommerce-message::before {
  color: var(--color-green-200);
}

.woocommerce-info::before {
  color: var(--brand-400);
}

.woocommerce-error::before {
  color: var(--text-danger);
}

.woocommerce-message {
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-error .button.wc-forward {
  margin-left: auto;
  padding: 0.75rem 1rem;
  color: var(--neutral-0);
  font-weight: 500;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-message .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover,
.woocommerce-error .button.wc-forward:hover {
  background: var(--brand-600);
  color: var(--neutral-0);
}

/* ****** EMPTY CART ****** */
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  color: var(--brand-900);
  font-size: 1.5rem;
  padding: 0 1rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
  color: var(--brand-600);
  font-size: 0.6rem;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon) {
  display: none;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  display: flex !important;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
  border-radius: 1.25rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  flex-direction: column;
  height: auto;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(47, 107, 255, 0.18);
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  color: var(--neutral-900);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .price {
  color: var(--brand-500);
  font-size: 0.875rem;
  font-weight: 600;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button {
  padding: 1rem;
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: all 0.3s;
  background: var(--brand-500);
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a:hover {
  background: var(--brand-600);
  color: #fff;
}

/* ****** MEDIA ****** */
@media (max-width: 640px) {
  .woocommerce-message::before,
  .woocommerce-info::before,
  .woocommerce-error::before {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    text-align: center;
  }
  .woocommerce-message .button.wc-forward,
  .woocommerce-info .button.wc-forward,
  .woocommerce-error .button.wc-forward {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .woocommerce-cart tr.wc-block-cart-items__row {
    grid-template-columns: 1fr !important;
    grid-template-areas: "img" "content" "total" !important;
    gap: 12px;
    align-items: start !important;
  }
  .woocommerce-cart td.wc-block-cart-item__total {
    justify-content: start !important;
  }
  .woocommerce-cart td.wc-block-cart-item__image {
    grid-area: img !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .woocommerce-cart td.wc-block-cart-item__image img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
    display: block;
  }
  .woocommerce-cart .wc-block-components-main td.wc-block-cart-item__product {
    grid-area: content !important;
    padding: 0 !important;
  }
  .woocommerce-cart .wc-block-components-main .wc-block-cart-item__quantity {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .woocommerce-cart .wc-block-components-main .wc-block-cart-items__row td.wc-block-cart-item__total {
    grid-area: total;
    padding-top: 0.825rem;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
  }
  .woocommerce-cart td.wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    font-size: 22px;
  }
  .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 0.875rem;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 0 !important;
  }
}
@media (max-width: 748px) {
  .woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 1rem;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title[role=button] {
    pointer-events: none !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-icon {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .single-product div.product div.images {
    margin-bottom: 0;
  }
  .single-product div.product-type-simple div.images img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .single-product .summary {
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 1.5rem;
    margin-bottom: 0;
  }
  .single-product .product_title {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .single-product .product-type-simple {
    padding: 5rem 0;
  }
}
@media (min-width: 900px) {
  .single-product .product-type-simple {
    gap: 35px;
  }
  .woocommerce-cart table.wc-block-cart-items td {
    padding: 1.825rem 0 1.825rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .product-type-simple {
    display: flex;
    gap: 2rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  background: #fff;
}
.header__row {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  cursor: pointer;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.header__lang-wrapper {
  position: relative;
}
.header__lang-wrapper:hover .header__lang-wrapper__lang-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang-btn {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.header__lang-btn:hover {
  transform: scale(1.05);
}
.header__lang-btn:active {
  transform: scale(0.95);
}
.header__lang {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.header__lang:hover {
  opacity: 0.8;
}
.header__lang-popup {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 1000;
  padding: 0.5rem;
  background: var(--neutral-0);
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  opacity: 0;
}
.header__lang-popup::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--neutral-0);
}
.header__lang-popup::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--neutral-100);
}
.header__lang-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang-option {
  display: flex;
  width: 100%;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 0.75rem;
  color: var(--neutral-900);
  font-size: 0.9375rem;
  font-weight: 500;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header__lang-option:hover {
  background: var(--neutral-50);
  transform: translateX(2px);
}
.header__lang-option:active {
  background: var(--neutral-100);
  transform: translateX(0);
}
.header__lang-option.active {
  color: var(--brand-600);
  background: var(--brand-50);
}
.header__lang-option.active .header__lang-flag {
  transform: scale(1.1);
}
.header__lang-option .header__lang-flag {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
.header__lang-option .header__lang-text {
  flex: 1;
  text-align: left;
}
.header__button {
  padding: 0.75rem 1rem;
  color: var(--neutral-0);
  font-weight: 500;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.header__button:hover {
  background: var(--brand-600);
}
.header__button:active {
  background: var(--brand-700);
}

.header-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.header-cart__icon {
  display: inline-flex;
}

.header-cart__count {
  position: absolute;
  top: -6px;
  left: 14px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: var(--brand-500);
  color: #fff;
}

.hero {
  padding: 1.5rem 0;
  margin: 0;
  background: #F8F8F8;
  background-image: url("../../assets/img/image.webp");
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 2rem 0;
    background-image: url("../../assets/img/blue-bg.webp");
    background-position: top right;
    background-size: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding: 5.25rem 0;
  }
}
.hero__row {
  display: flex;
  padding-bottom: 2rem;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__row {
    padding-bottom: 3.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero__row {
    flex-direction: row;
  }
}
.hero__content {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 375px) {
  .hero__content {
    width: 588px;
    align-items: flex-start;
  }
}
.hero__title {
  color: var(--brand-500);
  font-weight: 600;
  text-align: center;
  font-size: var(--heading-size-lg);
  line-height: var(--heading-line-height-lg);
  letter-spacing: var(--heading-letter-spacing-lg);
}
@media screen and (max-width: 767.98px) {
  .hero__title {
    align-self: center;
  }
}
.hero__title span {
  color: var(--neutral-900);
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: var(--heading-size-lg);
    line-height: var(--heading-line-height-lg);
    letter-spacing: var(--heading-letter-spacing-lg);
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: var(--display-size-md);
    line-height: var(--display-line-height-md);
    letter-spacing: var(--display-letter-spacing-md);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .hero__title {
    font-size: var(--display-size-md);
    line-height: var(--display-line-height-md);
    letter-spacing: var(--display-letter-spacing-md);
  }
}
.hero__text {
  margin-bottom: 1rem;
  color: var(--neutral-800);
  font-weight: 400;
  text-align: center;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
@media screen and (min-width: 1200px) {
  .hero__text {
    margin-bottom: 0;
    font-size: var(--text-size-lg);
    line-height: var(--text-line-height-lg);
    letter-spacing: var(--text-letter-spacing-lg);
    text-align: left;
  }
}
.hero__items {
  display: none;
}
@media screen and (min-width: 769px) {
  .hero__items {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .hero__items {
    margin-top: 4rem;
    gap: 1.5rem;
  }
}

.mobile__row {
  display: none;
  margin-top: 2rem;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.mobile__row .form-hero__button.mobile:last-child {
  color: var(--brand-600);
  background: #D6E4FA;
  box-shadow: none;
}
.mobile__row .form-hero__button.mobile:last-child:hover {
  background: #C4D8F7;
}
.mobile__row .form-hero__button.mobile:last-child:active {
  background: #B2CCF4;
}

.hero__form-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero__form-popup.active {
  opacity: 1;
  visibility: visible;
}
.hero__form-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.hero__form-popup-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  background: var(--neutral-0);
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__form-popup.active .hero__form-popup-content {
  transform: translateY(0);
}
.hero__form-popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--neutral-700);
  border: none;
  background: var(--neutral-100);
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.hero__form-popup-close:hover {
  color: var(--neutral-900);
  background: var(--neutral-200);
}
.hero__form-popup-close:active {
  transform: scale(0.95);
}
.hero__form-popup-title {
  margin-bottom: 0.75rem;
  padding-right: 3rem;
  color: var(--neutral-900);
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
  font-weight: 600;
}
.hero__form-popup-title span {
  color: #3179E7;
}
.hero__form-popup-text {
  margin-bottom: 1.5rem;
  color: var(--neutral-800);
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 400;
}
.hero__form-popup-form {
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero__form-popup-form .form-hero__row {
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hero__form-popup-form .form-hero__row {
    flex-direction: row;
  }
}
.hero__form-popup-form .form-hero__label,
.hero__form-popup-form .form-hero__input,
.hero__form-popup-form .form-hero__textarea,
.hero__form-popup-form .form-hero__button {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.hero__form-popup-form .form-hero__row > div {
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero__form-popup {
    display: none;
  }
}

.item-hero {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
  border-top: 1.5px solid var(--neutral-200);
  border-left: none;
}
.item-hero__title {
  flex: 1 1 auto;
  color: var(--brand-500);
  font-weight: 600;
  font-size: var(--heading-size-lg);
  line-height: var(--heading-line-height-lg);
  letter-spacing: var(--heading-letter-spacing-lg);
  white-space: nowrap;
}
.item-hero__text {
  color: var(--neutral-800);
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .item-hero {
    padding: 0 1rem;
    border-left: 1.5px solid var(--neutral-200);
    border-top: none;
  }
  .item-hero__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .item-hero {
    padding: 0 0.75rem;
  }
  .item-hero__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .item-hero__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.form-hero {
  display: block;
  padding: 32px;
  width: 482px;
  border-radius: 24px;
  background: #FFF;
}
@media screen and (max-width: 768.98px) {
  .form-hero {
    width: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .form-hero {
    width: auto;
    text-align: left;
  }
}
.form-hero__title {
  color: var(--neutral-900);
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .form-hero__title {
    display: none;
  }
}
.form-hero__subtitle {
  margin-bottom: 1.5rem;
  color: var(--neutral-800);
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
  font-weight: 400;
}
@media screen and (max-width: 768.98px) {
  .form-hero__subtitle {
    display: none;
  }
}
.form-hero__row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form-hero__row {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .form-hero__row {
    gap: 0.75rem;
  }
}
.form-hero__label {
  color: var(--neutral-900);
  font-family: Figtree, sans-serif;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 600;
}
.form-hero__label input[type=checkbox] {
  margin-top: 0.25rem;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.form-hero-checkbox--error {
  outline: 2px solid var(--text-danger);
  outline-offset: 2px;
}
.form-hero__input, .form-hero__textarea {
  display: flex;
  height: 50px;
  width: 100%;
  padding: 0 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: var(--neutral-400);
  font-family: Figtree, sans-serif;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 500;
  border-radius: 0.625rem;
  border: 1px solid var(--neutral-200);
  background: var(--neutral-0);
}
.form-hero__input::-moz-placeholder, .form-hero__textarea::-moz-placeholder {
  color: var(--neutral-400);
}
.form-hero__input::placeholder, .form-hero__textarea::placeholder {
  color: var(--neutral-400);
}
.form-hero__input:focus, .form-hero__textarea:focus {
  outline: none;
  border-color: var(--brand-500);
}
.form-hero select.form-hero__input {
  display: block;
  padding-right: 3rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-hero select.form-hero__input:focus {
  outline: none;
  border-color: var(--brand-500);
}
.form-hero select.form-hero__input option {
  padding: 0.5rem;
  color: var(--neutral-900);
}
.form-hero__textarea {
  height: 200px;
  padding: 1.25rem;
  align-items: flex-start;
}
.form-hero__button {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: var(--neutral-0);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.form-hero__button:hover {
  background: var(--brand-600);
}
.form-hero__button:active {
  background: var(--brand-700);
}
.form-hero__button {
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-hero__button {
    height: 56px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .form-hero__button {
    font-size: 1.0625rem;
    height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .form-hero__button {
    font-size: 1.125rem;
    height: 60px;
  }
}
.form-hero-input--error, .form-hero-textarea--error {
  border-color: var(--text-danger) !important;
  box-shadow: 0 0 0 3px rgba(114, 28, 36, 0.1) !important;
  background-color: var(--color-red-100);
}
.form-hero-input--error:focus, .form-hero-textarea--error:focus {
  border-color: var(--text-danger) !important;
  box-shadow: 0 0 0 3px rgba(114, 28, 36, 0.1) !important;
}
.form-hero-error {
  display: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  color: var(--text-danger);
  font-size: 0.75rem;
  line-height: 1.4;
  font-size: var(--header-size-sm);
  line-height: var(--header-line-height-sm);
  letter-spacing: var(--header-letter-spacing-sm);
  font-weight: 500;
}

.form-message {
  margin-bottom: 1rem;
}

.title {
  display: flex;
  flex-direction: column;
}
.title__body--center {
  display: flex;
  flex-direction: column;
}
.title--center {
  text-align: center;
  padding-top: 8rem;
}
.title--center .title__text {
  align-self: center;
}
.title--left {
  text-align: left;
}
.title__title {
  color: var(--brand-500);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: var(--display-size-md);
  line-height: var(--display-line-height-md);
  letter-spacing: var(--display-letter-spacing-md);
}
.title__title span {
  color: var(--neutral-900);
}
@media screen and (max-width: 767.98px) {
  .title__title {
    font-size: var(--heading-size-md);
    line-height: var(--heading-line-height-md);
    letter-spacing: var(--heading-letter-spacing-md);
  }
}
.title__text {
  max-width: 500px;
  color: var(--neutral-600);
  font-weight: 400;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .title--center {
    padding-top: 6rem;
  }
  .title__title {
    font-size: var(--display-size-md);
    line-height: var(--display-line-height-md);
    letter-spacing: var(--display-letter-spacing-md);
  }
  .title__text {
    font-size: var(--text-size-lg);
    line-height: var(--text-line-height-lg);
    letter-spacing: var(--text-letter-spacing-lg);
  }
}
@media screen and (max-width: 767.98px) {
  .title {
    max-width: 100%;
  }
  .title--center {
    padding-top: 3rem;
  }
  .title__text {
    font-size: var(--text-size-md);
    line-height: var(--text-line-height-md);
    letter-spacing: var(--text-letter-spacing-md);
  }
}
@media screen and (max-width: 374.98px) {
  .title {
    max-width: 100%;
    padding: 0 1rem;
  }
  .title--center {
    padding-top: 4rem;
  }
  .title__title {
    margin-bottom: 0.75rem;
    font-size: var(--heading-size-lg);
    line-height: var(--heading-line-height-lg);
    letter-spacing: var(--heading-letter-spacing-lg);
  }
  .title__text {
    max-width: 100%;
    font-size: var(--text-size-sm);
    line-height: var(--text-line-height-sm);
    letter-spacing: var(--text-letter-spacing-sm);
  }
}

@media screen and (max-width: 1199.98px) {
  .title--adaptive {
    text-align: center;
  }
}

.why {
  padding: 8rem 0;
}
.why__rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .why__rows {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .why__rows {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
.why__text span {
  color: var(--brand-500) !important;
}
.why__table {
  display: flex;
  padding: 2rem 2rem 1rem 2rem;
  flex-direction: column;
  border-radius: 24px;
  background: var(--Neutral-0, #FFF);
  box-shadow: 0 2px 12px 0 rgba(125, 125, 125, 0.15);
}
@media screen and (max-width: 767.98px) {
  .why__table {
    padding: 0;
    box-shadow: none;
  }
}
.why__row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  border-bottom: 1.5px solid var(--neutral-100);
}
.why__row:first-child {
  border-top: none;
}
@media screen and (max-width: 767.98px) {
  .why__row {
    grid-template-columns: 1.3fr 1fr 1fr;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .why__row--head {
    grid-template-columns: 1fr 1fr;
  }
  .why__row--head > div:first-child {
    display: none;
  }
  .why__row--head .why__title {
    text-align: center;
  }
  .why__row--head .why__price {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .why__row:not(.why__row--head) {
    display: flex;
    padding: 1rem 0;
    flex-wrap: wrap;
    gap: 0.75rem 0;
  }
  .why__row:not(.why__row--head) .why__name {
    padding: 0.5rem 0;
    flex: 0 0 100%;
    order: 1;
    justify-content: center;
    text-align: center;
  }
  .why__row:not(.why__row--head) .why__cost:nth-child(2) {
    padding-right: 0.5rem;
    flex: 0 0 50%;
    order: 2;
    text-align: center;
    box-sizing: border-box;
  }
  .why__row:not(.why__row--head) .why__cost:nth-child(3) {
    padding-left: 0.5rem;
    flex: 0 0 50%;
    order: 2;
    text-align: center;
    box-sizing: border-box;
  }
}
.why__name {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  gap: 0.5rem;
  color: var(--neutral-800);
  font-weight: 400;
  white-space: normal;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.why__cost {
  padding: 1rem 0;
  justify-self: end;
  color: var(--brand-500);
  font-weight: 600;
  text-align: right;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.why__title {
  color: var(--neutral-950);
  font-weight: 600;
  text-align: right;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.why__title span {
  color: var(--brand-500);
}
@media screen and (max-width: 767.98px) {
  .why__title {
    text-align: center;
  }
}
.why__price {
  margin: 0.5rem 0 1rem;
  color: var(--neutral-950);
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.why__price span {
  font-size: 2.25rem;
}
@media screen and (max-width: 767.98px) {
  .why__price span {
    font-size: 1.25rem;
  }
}
.why .darker {
  color: var(--neutral-400);
}

.why-calculate {
  margin-top: 2rem;
}
.why-calculate__title {
  color: var(--neutral-950);
  font-size: var(--heading-size-lg);
  line-height: var(--heading-line-height-lg);
  letter-spacing: var(--heading-letter-spacing-lg);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .why-calculate__title {
    padding-top: 1.5rem;
    font-size: var(--heading-size-md);
    line-height: var(--heading-line-height-md);
    letter-spacing: var(--heading-letter-spacing-md);
    text-align: center;
  }
}
.why-calculate__title span {
  color: var(--brand-500, #3179E7);
}
@media screen and (max-width: 767.98px) {
  .why-calculate__body {
    border-radius: 24px;
    background: var(--Neutral-0, #FFF);
    box-shadow: 0 2px 12px 0 rgba(125, 125, 125, 0.15);
  }
}
.why-calculate__form {
  display: flex;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  justify-content: space-between;
  border-radius: 12px;
  background: #fafafa;
}
@media screen and (max-width: 767.98px) {
  .why-calculate__form {
    margin-top: 1rem;
    flex-direction: column;
    gap: 1rem;
    background: none;
  }
}
.why-calculate__checkboxes {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .why-calculate__checkboxes {
    flex-direction: column;
  }
}
.why-calculate__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.why-calculate__checkbox input {
  margin-top: 0;
  flex-shrink: 0;
  align-self: center;
}
.why-calculate__checkbox label {
  line-height: 1.5;
}
.why-calculate__input {
  display: flex;
  height: 50px;
  width: 212px;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: var(--neutral-400);
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 500;
  border-radius: 0.625rem;
  border: 1px solid var(--neutral-200);
  background: var(--neutral-0);
}
@media screen and (max-width: 767.98px) {
  .why-calculate__input {
    width: 100%;
  }
}
.why-calculate__subtitle {
  margin-bottom: 1rem;
  color: var(--neutral-950);
  font-style: normal;
  font-weight: 600;
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
}
.why-calculate__row {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767.98px) {
  .why-calculate__row {
    flex-direction: column;
    gap: 1rem;
  }
}

.item-calculate__title {
  color: var(--neutral-950, #111);
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.item-calculate__cost {
  display: flex;
  padding: 8px 12px;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-size-xs);
  line-height: var(--text-line-height-xs);
  letter-spacing: var(--text-letter-spacing-xs);
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .item-calculate__cost {
    width: 100%;
  }
}
.item-calculate__cost--green {
  color: var(--green-500, #34C759);
  border: 1.5px solid var(--green-500, #34C759);
  background: var(--green-100, #D3F4D7);
}
.item-calculate__cost--red {
  color: var(--Red-300, #FF6565);
  border: 1.5px solid var(--Red-300, #FF6565);
  background: var(--Red-100, #FFE2E2);
}
.item-calculate__cost span {
  font-size: var(--heading-size-sm);
  line-height: var(--heading-line-height-sm);
  letter-spacing: var(--heading-letter-spacing-sm);
}
.item-calculate__text {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--Neutral-800, #323232);
  font-style: normal;
  font-weight: 400;
  font-size: var(--text-size-sm);
  line-height: var(--text-line-height-sm);
  letter-spacing: var(--text-letter-spacing-sm);
}
.item-calculate__text:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .sticky {
    position: sticky;
    top: 80px;
  }
}

.swiper-left {
  padding-top: 4rem;
}

.swiper-item__text,
.swiper-item__title {
  color: var(--neutral-900);
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}

.swiper-item__title {
  margin-top: 1rem;
  font-weight: 500;
}

.swiper-right {
  padding-top: 2rem;
}

.reviews-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  animation: scroll-left 60s linear infinite;
}

.reviews-track--reverse {
  animation: scroll-right 60s linear infinite;
}

.reviews-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.swiper-item {
  padding: 24px;
  flex: 0 0 350px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
  transition-duration: 0.5s;
  margin-bottom: 16px;
}
.swiper-item:hover {
  border: 2px solid var(--brand-600);
  transition-duration: 0.5s;
}

.contact {
  margin: 3rem 0;
  padding: 8rem 0;
}
@media screen and (max-width: 767.98px) {
  .contact {
    margin: 1.5rem 0;
    padding: 4rem 0;
    background: #fafafa;
    scroll-margin-top: 40px;
  }
}
.contact__wrapper {
  max-width: 1136px;
  margin: 0 auto;
}
.contact__container {
  padding: 2rem;
  border-radius: 48px;
  background: #FAFAFA;
}
@media screen and (max-width: 767.98px) {
  .contact__container {
    padding: 0;
  }
}
.contact__row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1050px) {
  .contact__row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .contact__row {
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact__row {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .contact__info {
    max-width: 420px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact__info {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}
.contact__form {
  flex: 1;
  max-width: 482px;
  padding: 2rem;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(210, 210, 210, 0.15);
}
@media screen and (max-width: 767.98px) {
  .contact__form {
    width: 100%;
    max-width: 100%;
  }
}
.contact__links {
  margin-top: 3.75rem;
}
.contact__faqs {
  display: flex;
  gap: 1rem;
}
.contact__title {
  color: var(--neutral-900);
  font-weight: 500;
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
}
.contact__subtitle {
  margin: 1rem 0 1.5rem;
  color: var(--neutral-800);
  font-weight: 400;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}
.contact__content {
  margin-top: 2rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 16px;
  background: var(--Neutral-0, #FFF);
  box-shadow: 0 2px 12px 0 rgba(230, 230, 230, 0.15);
}
.contact__link {
  display: flex;
  padding: 0.5rem 0.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--neutral-900);
  font-weight: 500;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  border-radius: 0.5rem;
  border: 2px solid var(--neutral-900);
  transition: all 0.3s ease;
}
.contact__link:hover {
  color: var(--neutral-0);
  background: var(--neutral-900);
}
.contact__button {
  display: flex;
  padding: 1rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--neutral-0);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.contact__button:hover {
  background: var(--brand-600);
}
.contact__button:active {
  background: var(--brand-700);
}

.link-contact {
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  border-radius: 16px;
  background: var(--Neutral-0, #FFF);
  box-shadow: 0 4px 16px 0 rgba(210, 210, 210, 0.15);
}
@media screen and (min-width: 768px) {
  .link-contact {
    max-width: 500px;
  }
}
.link-contact__img {
  margin-right: 1.75rem;
}
.link-contact__title {
  color: var(--neutral-800);
  font-weight: 400;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.link-contact__text {
  color: var(--neutral-950);
  font-weight: 500;
  font-size: var(--heading-size-sm);
  line-height: var(--heading-line-height-sm);
  letter-spacing: var(--heading-letter-spacing-sm);
}
@media screen and (max-width: 767.98px) {
  .link-contact__text {
    font-size: 1rem;
  }
}

.contact--v1 {
  align-items: center;
}

.contact--v2 {
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .contact--v2 {
    align-items: center;
  }
}

.form-contact-message {
  margin-bottom: 1rem;
}

.partners {
  padding: 5rem 0;
  background: var(--Neutral-50, #FAFAFA);
}
.partners__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .partners__row {
    flex-direction: column;
    gap: 2rem;
  }
}
.partners__text {
  white-space: nowrap;
  color: var(--neutral-900);
  font-weight: 500;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}

.swiper-slide {
  width: calc((100% - 5rem) / 5);
}

.partners-marquee {
  overflow: hidden;
  width: 100%;
}

.partners-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 64px;
  animation: partners-scroll 30s linear infinite;
}

.partners-slide {
  display: flex;
  width: 140px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.partners-slide img {
  max-width: 100%;
  height: auto;
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.offer {
  padding: 4rem 0;
}
.offer__row {
  display: flex;
  padding-top: 4rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.offer__item {
  flex: 1 1 calc(33.333% - 2rem);
}
@media (max-width: 1050px) {
  .offer__item {
    flex: 1 1 45%;
  }
}
@media screen and (max-width: 767.98px) {
  .offer__item {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media screen and (max-width: 599.98px) {
  .offer__item {
    flex: 1 1 100%;
  }
}

.item-offer {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: var(--Neutral-50, #FAFAFA);
  box-shadow: 0 2px 8px 0 rgba(156, 156, 156, 0.15);
}
.item-offer__content {
  margin: 1.5rem 2rem 2rem;
  flex: 1 0 auto;
}
@media screen and (max-width: 1199.98px) {
  .item-offer__content {
    margin: 0.5rem 1rem 1rem;
  }
}
.item-offer__title {
  color: var(--brand-500);
  font-weight: 600;
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
}
.item-offer__subtitle {
  margin: 1rem 0 0.5rem;
  color: var(--neutral-900);
  font-weight: 500;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}
.item-offer__text {
  color: var(--neutral-800);
  font-weight: 400;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.item-offer__img {
  width: 100%;
  border-radius: 1.5rem;
}

.forwhom {
  scroll-margin-top: 200px;
}
.forwhom__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.forwhom__text {
  padding-top: 2rem;
  color: var(--neutral-800);
  font-weight: 400;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  text-align: center;
}

.forwhom-item {
  display: flex;
  margin: 1rem;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}
.forwhom-item__img {
  width: 200px;
  height: 200px;
  padding-bottom: 0.75rem;
  border-radius: 50%;
}
.forwhom-item__title {
  color: var(--neutral-900);
  font-weight: 500;
  font-size: var(--text-size-lg);
  line-height: var(--text-line-height-lg);
  letter-spacing: var(--text-letter-spacing-lg);
}

.footer {
  background: var(--neutral-900);
}
.footer__row {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  padding: 3rem 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer__top {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.footer__info1 {
  display: flex;
  padding: 3rem 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199.98px) {
  .footer__info1 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.footer__content {
  display: flex;
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
  border-top: 1.5px solid var(--neutral-800);
}
@media screen and (max-width: 1199.98px) {
  .footer__content {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
}
.footer__contact {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  background: var(--neutral-800);
  border-radius: 1rem;
}
.footer__mail {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: space-between;
  color: var(--brand-500);
  font-weight: 500;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  box-shadow: 0 2px 12px 0 rgba(151, 151, 151, 0.15);
  cursor: pointer;
  border-radius: 0.5rem;
  border: 1.5px solid var(--neutral-300);
  background: var(--neutral-0);
}
.footer__label {
  margin-bottom: 1rem;
  color: var(--neutral-0);
  font-weight: 500;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.footer__button {
  padding: 0.5rem 0.75rem;
  color: var(--brand-500);
  font-weight: 500;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  border-radius: 0.5rem;
  background: var(--brand-100);
  box-shadow: 0 2px 12px 0 rgba(151, 151, 151, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.footer__button:hover {
  background: var(--brand-200);
}
.footer__text {
  color: var(--neutral-100);
  font-weight: 400;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  text-align: center;
}
.footer__text--option {
  margin-top: 1rem;
  max-width: 286px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__social {
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}
.footer__social:hover {
  opacity: 0.7;
}

.links-footer__row {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}
@media screen and (max-width: 767.98px) {
  .links-footer__row {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.links-footer__title {
  margin-bottom: 1rem;
  color: var(--neutral-500);
  font-weight: 400;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
}
.links-footer__list:nth-child(2) {
  margin-bottom: 2rem;
}
.links-footer__item {
  margin-bottom: 0.75rem;
}
.links-footer__item:last-child {
  margin-bottom: 0;
}
.links-footer__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--neutral-0);
  font-weight: 500;
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  transition: color 0.3s ease;
}
.links-footer__link:hover {
  color: var(--brand-400);
}

.cookies {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
  display: none;
  max-width: 500px;
  padding: 1.5rem;
  color: var(--neutral-900);
  background: var(--neutral-0);
  border-radius: 16px;
  border: 1.5px solid var(--neutral-100);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .cookies {
    max-width: 100%;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}
.cookies__text {
  margin-bottom: 1rem;
  color: var(--neutral-600);
  font-weight: 400;
  font-size: var(--text-size-sm);
  line-height: var(--text-line-height-sm);
  letter-spacing: var(--text-letter-spacing-sm);
}
.cookies__text a {
  color: var(--brand-500);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.cookies__text a:hover {
  color: var(--brand-600);
}
.cookies__buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .cookies__buttons {
    flex-direction: column;
  }
}
.cookies__button {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  font-size: var(--text-size-sm);
  line-height: var(--text-line-height-sm);
  letter-spacing: var(--text-letter-spacing-sm);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cookies__button--accept {
  color: var(--neutral-0);
  background: var(--brand-500);
  border: 1.5px solid var(--brand-500);
}
.cookies__button--accept:hover {
  background: var(--brand-600);
  border-color: var(--brand-600);
}
.cookies__button--reject {
  color: var(--neutral-700);
  background: var(--neutral-50);
  border: 1.5px solid var(--neutral-200);
}
.cookies__button--reject:hover {
  background: var(--neutral-100);
  border-color: var(--neutral-300);
}
.cookies.active {
  display: block;
  animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.cookies-toggle {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9998;
  display: none;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  border: none;
  border-radius: 50%;
  background: var(--brand-500);
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(49, 121, 231, 0.3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .cookies-toggle {
    bottom: 1rem;
    left: 1rem;
    width: 48px;
    height: 48px;
  }
}
.cookies-toggle:hover {
  background: var(--brand-600);
  box-shadow: 0 6px 20px 0 rgba(49, 121, 231, 0.4);
  transform: translateY(-2px);
}
.cookies-toggle:active {
  transform: translateY(0);
}
.cookies-toggle svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.98px) {
  .cookies-toggle svg {
    width: 20px;
    height: 20px;
  }
}
.cookies-toggle.active {
  display: flex;
  animation: fadeIn 0.3s ease-out;
}

.cookies-toggle img {
  width: 24px;
  height: 24px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9998;
  display: none;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 50%;
  background: #3179E7;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(49, 121, 231, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .scroll-top {
    bottom: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
  }
}
.scroll-top:hover {
  background: #175EC9;
  box-shadow: 0 6px 20px 0 rgba(49, 121, 231, 0.4);
  transform: translateY(-2px);
}

.scroll-top img {
  width: 24px;
  height: 24px;
}

.scroll-top.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.success-popup.active {
  opacity: 1;
  visibility: visible;
}
.success-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.success-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  padding: 2rem;
  text-align: center;
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%) scale(0.9);
}
@media screen and (max-width: 767.98px) {
  .success-popup__content {
    padding: 1.5rem;
    width: 95%;
  }
}
.success-popup.active .success-popup__content {
  transform: translate(-50%, -50%) scale(1);
}
.success-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--neutral-700);
  cursor: pointer;
  border: none;
  background: var(--neutral-100);
  border-radius: 50%;
  transition: all 0.2s ease;
}
.success-popup__close:hover {
  color: var(--neutral-900);
  background: var(--neutral-200);
}
.success-popup__close:active {
  transform: scale(0.95);
}
.success-popup__icon {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  align-items: center;
  justify-content: center;
  color: var(--brand-500);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  background: var(--brand-100);
}
@media screen and (max-width: 767.98px) {
  .success-popup__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.success-popup__title {
  margin-bottom: 0.75rem;
  color: var(--neutral-900);
  font-size: var(--heading-size-md);
  line-height: var(--heading-line-height-md);
  letter-spacing: var(--heading-letter-spacing-md);
  font-weight: 600;
}
.success-popup__title span {
  color: var(--brand-500);
}
@media screen and (max-width: 767.98px) {
  .success-popup__title {
    font-size: var(--heading-size-sm);
    line-height: var(--heading-line-height-sm);
    letter-spacing: var(--heading-letter-spacing-sm);
  }
}
.success-popup__text {
  margin-bottom: 1.5rem;
  color: var(--neutral-600);
  font-size: var(--text-size-md);
  line-height: var(--text-line-height-md);
  letter-spacing: var(--text-letter-spacing-md);
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .success-popup__text {
    margin-bottom: 1rem;
    font-size: var(--text-size-sm);
    line-height: var(--text-line-height-sm);
    letter-spacing: var(--text-letter-spacing-sm);
  }
}
.success-popup__button {
  padding: 0.75rem 2rem;
  color: var(--neutral-0);
  font-weight: 500;
  font-size: var(--text-size-sm);
  line-height: var(--text-line-height-sm);
  letter-spacing: var(--text-letter-spacing-sm);
  border-radius: 8px;
  border: none;
  background: var(--brand-500);
  cursor: pointer;
  transition: all 0.3s ease;
}
.success-popup__button:hover {
  background: var(--brand-600);
  box-shadow: 0 4px 12px 0 rgba(49, 121, 231, 0.3);
  transform: translateY(-2px);
}
.success-popup__button:active {
  transform: translateY(0);
}

.my-products .title--center {
  padding-top: 0;
}

.my-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  justify-content: center;
  gap: 30px;
  margin-top: 2rem !important;
}

.my-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
  border-radius: 1.25rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.my-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(47, 107, 255, 0.18);
}
.my-product-card:hover .my-product-card__actions .button {
  background: var(--brand-600);
}
.my-product-card .added_to_cart {
  text-align: center;
  display: block;
  padding: 12px;
  border: 1px solid var(--brand-500);
  margin-top: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  color: var(--brand-500);
  transition: all 0.3s;
}
.my-product-card .added_to_cart:hover {
  background: var(--brand-600);
  color: #fff;
}

.my-product-card__thumb {
  background: #f3f6ff;
  border-bottom: 1.5px solid var(--neutral-100);
}
.my-product-card__thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.my-product-card__body {
  padding: 1.625rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.my-product-card__title {
  color: var(--neutral-900);
  font-weight: 600;
  font-size: var(--heading-size-sm);
  line-height: 1.3;
}

.my-product-card__excerpt p {
  color: var(--neutral-600);
  font-weight: 400;
  font-size: 0.825rem;
  line-height: var(--text-line-height-sm);
  letter-spacing: var(--text-letter-spacing-sm);
}

.my-product-card__title a {
  text-decoration: none;
  color: inherit;
}

.my-product-card__price {
  color: var(--brand-500);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.my-product-card__actions {
  margin-top: auto;
}
.my-product-card__actions .button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1rem;
  color: var(--neutral-0);
  font-weight: 600;
  border-radius: 0.5rem;
  background: var(--brand-500);
  box-shadow: 0 2px 12px 0 rgba(0, 35, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.my-product-card__actions .button:hover {
  background: var(--brand-600);
}
.my-product-card__actions .button:active {
  background: var(--brand-700);
}

@media (max-width: 900px) {
  .my-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-product-card__body {
    padding: 1.125rem;
  }
}
@media (max-width: 600px) {
  .my-products__grid {
    grid-template-columns: 1fr;
  }
}
.consent-container .form-hero__label {
  display: flex;
  gap: 4px;
}

.consent-container .form-hero__consent-text br {
  display: none;
}

.consent-container .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}

.consent-container .form-hero__consent-click .wpcf7-list-item-label {
  display: none !important;
}

.form-hero__actions {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 1rem;
}

.wpcf7-response-output {
  display: none;
}

.required-start {
  color: red;
  font-size: 10px;
  line-height: 1.5;
  position: absolute;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}/*# sourceMappingURL=main.css.map */