@charset "UTF-8";
:root {
  --font-family: 'Inter', sans-serif;
  --content-width: 1266px;
  --container-offset: 15px;
  --container-width: calc(
  	var(--content-width) + (var(--container-offset) * 2)
  );
  --color-light: #fff;
  --color-text: #393939;
  --color-accent: #ffb800;
  --trs: all 0.4s ease-in-out;
}
:root :root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family, sans-serif);
}
body.is-fixed {
  overflow: hidden;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: clip;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

/* stylelint-disable */
.caption {
  font-size: 13px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
}

.return-to-shop {
  display: flex;
  margin-bottom: 50px;
}

.woocommerce-notices-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 55%;
  /* по умолчанию 45% */
}

.woocommerce-checkout p + p {
  margin-top: 0 !important;
}

.woocommerce-shipping-fields {
  margin-top: 30px;
}

.woocommerce-additional-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.form-row {
  margin: 0 15px 30px;
}
@media (max-width: 576px) {
  .form-row {
    margin: 0 15px 30px;
  }
}
.form-row__col {
  width: calc(100% - 30px);
}
.form-row__col-two {
  width: calc(50% - 30px);
}
@media (max-width: 576px) {
  .form-row__col-two {
    width: 100%;
  }
}
.form-row .notes {
  width: 100%;
}
.form-row.place-order {
  margin: 0;
  padding: 0;
}
.form-row.privacy {
  margin: 0 0 10px;
  padding: 0;
}
.form-row.privacy label {
  align-items: flex-start;
}
.form-row.privacy label .input-checkbox {
  height: 24px !important;
}

.checkout .form-row.privacy label {
  display: inline-flex;
}

.cart-collaterals {
  position: relative;
  width: 100%;
}

.wc_payment_method {
  list-style-type: none;
}
.wc_payment_method::marker {
  display: none;
}

.woocommerce-input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper .select2-selection--single,
.woocommerce-input-wrapper select {
  display: flex;
  align-items: center;
  border: 1px solid rgb(var(--color-text), 0.2);
  width: 100%;
  min-height: 40px;
}
.woocommerce-input-wrapper input::-moz-placeholder,
.woocommerce-input-wrapper .select2-selection--single::-moz-placeholder,
.woocommerce-input-wrapper select::-moz-placeholder {
  padding: 0 !important;
}
.woocommerce-input-wrapper input::-moz-placeholder, .woocommerce-input-wrapper .select2-selection--single::-moz-placeholder, .woocommerce-input-wrapper select::-moz-placeholder {
  padding: 0 !important;
}
.woocommerce-input-wrapper input::placeholder,
.woocommerce-input-wrapper .select2-selection--single::placeholder,
.woocommerce-input-wrapper select::placeholder {
  padding: 0 !important;
}

.woocommerce-invalid input,
.woocommerce-invalid .select2-selection--single,
.woocommerce-invalid select {
  border: 1px solid #f00 !important;
}

.woocommerce form .form-row .input-checkbox {
  position: relative;
  flex: 0 0 16px;
  vertical-align: top;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-height: 16px;
}
.woocommerce form .form-row .input-checkbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  max-width: 10px;
  max-height: 10px;
  background-size: 10px 10px;
  transform: translate(-50%, -50%);
}
.woocommerce form .form-row .input-checkbox:checked::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTUuNTU2IDUxNS41NTYiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDI3NC4yMjYgMTc2LjU0OSAxNzYuODg2IDMzOS4wMDctMzM4LjY3Mi00OC42Ny00Ny45OTctMjkwLjMzNyAyOTAtMTI4LjU1My0xMjguNTUyeiIvPjwvc3ZnPg==");
}

.wc-terms-and-conditions span {
  display: flex;
  font-size: 14px;
}
.wc-terms-and-conditions span a {
  margin-left: 3px;
  text-decoration: underline;
}

.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
}
.woocommerce-privacy-policy-text a,
.woocommerce-privacy-policy-text p a {
  text-decoration: underline;
  color: var(--color-accent);
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 12px;
}
.woocommerce-form__label-for-checkbox:hover {
  border-color: #dee2e6;
  background: #e9ecef;
}
.woocommerce-form__label-for-checkbox .input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox .input-checkbox:checked {
  border-color: var(--color-accent, #007cba);
  background: var(--color-accent, #007cba);
}
.woocommerce-form__label-for-checkbox .input-checkbox:checked::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  transform: translate(-50%, -50%);
}
.woocommerce-form__label-for-checkbox .input-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.woocommerce-form__label-for-checkbox .input-checkbox:hover {
  border-color: var(--color-accent, #007cba);
}
.woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #495057;
}
.woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-accent, #007cba);
}
.woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover {
  text-decoration: none;
}
.woocommerce-form__label-for-checkbox .required {
  margin-left: 4px;
  font-weight: 700;
  color: #dc3545;
}
.woocommerce-form__label-for-checkbox.woocommerce-invalid {
  border-color: #dc3545;
  background: #fff5f5;
}
.woocommerce-form__label-for-checkbox.woocommerce-invalid .input-checkbox {
  border-color: #dc3545;
}

.woocommerce form .form-row .required {
  border-bottom: 0 !important;
  text-decoration: none;
}

@media (max-width: 576px) {
  ul.woocommerce-order-overview {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
  }
}
ul.woocommerce-order-overview li {
  list-style-type: none !important;
}
@media (max-width: 576px) {
  ul.woocommerce-order-overview li {
    border-right: none !important;
    border-bottom: 1px dashed #d3ced2;
    padding-bottom: 15px;
  }
}

.wc-account {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .wc-account {
    flex-direction: column;
  }
}
.wc-account-sidebar {
  width: 230px;
}
@media (max-width: 1024px) {
  .wc-account-sidebar {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .wc-account-sidebar {
    margin-bottom: 50px;
  }
}
.wc-account-sidebar ul {
  margin-right: 20px;
}
.wc-account-sidebar ul li {
  padding: 5px 0;
}
.wc-account-sidebar ul li.is-active a {
  color: var(--color-accent);
}
.wc-account-sidebar ul li a {
  display: block;
  padding: 5px;
  color: #000;
}
.wc-account-sidebar ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wc-account-content {
  width: calc(100% - 250px);
}
@media (max-width: 1024px) {
  .wc-account-content {
    width: 100%;
  }
}

.order-total-inner {
  display: flex;
  justify-content: space-between;
}
.woocommerce-additional-fields {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .woocommerce-additional-fields {
    margin-top: 0;
  }
}

.woocommerce-page,
.woocommerce-cart {
  position: relative;
}
.woocommerce-page ins,
.woocommerce-cart ins {
  text-decoration: none;
}
.woocommerce-page body:not(.archive, .tax-collections) h1,
.woocommerce-cart body:not(.archive, .tax-collections) h1 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--color-text);
}
.woocommerce-page h2,
.woocommerce-cart h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-transform: none;
}
.woocommerce-page h3,
.woocommerce-cart h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
}
.woocommerce-page h4,
.woocommerce-cart h4 {
  font-weight: 400;
}

.woocommerce-cart-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .woocommerce-cart-right {
    justify-content: flex-start;
  }
}

#place_order,
.checkout-button {
  display: inline-block;
  border: none;
  border-radius: 60px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #239d3d;
}
#place_order:hover,
.checkout-button:hover {
  color: #fff;
  background-color: rgba(35, 157, 61, 0.8);
}

.empty_cart,
.update_cart {
  float: right;
  border: none;
  border-radius: 2px;
  padding: 10px 25px;
  font-size: 16px;
  color: var(--color-text);
  transition: var(--trs);
}
@media (max-width: 576px) {
  .empty_cart,
  .update_cart {
    width: 100%;
    text-align: center;
  }
}
.empty_cart.update,
.update_cart.update {
  color: #fff;
  background-color: var(--color-accent);
}

.update_cart {
  display: none !important;
}

.woocommerce .text-info {
  font-size: 14px;
  line-height: 18px;
  color: #808d9a;
}

.woocommerce small.note {
  display: block;
  margin-top: 10px;
  font-size: 0.857em;
  color: #767676;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
@media (max-width: 576px) {
  .woocommerce .quantity .qty {
    flex: auto;
  }
}

.woocommerce div.product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--color-text);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  display: inline-block;
  font-weight: 400;
  background: inherit;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline-block;
  text-decoration: none !important;
}

.woocommerce div.product p.stock {
  margin-top: 30px;
  font-size: 20px;
}

.woocommerce div.product .stock {
  color: #77a464;
}

.woocommerce div.product .out-of-stock {
  color: #f00;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display: inline-block;
  width: 25%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 9;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  box-sizing: content-box;
  font-size: 2em;
  text-indent: -9999px;
  background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  display: block;
  border: 2px solid #000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 19px;
  display: block;
  border-radius: 6px;
  width: 2px;
  height: 8px;
  box-sizing: content-box;
  background: #000;
  transform: rotate(-45deg);
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: left;
  list-style: none;
  margin: 0;
  width: 25%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  margin: 0;
  opacity: 0.5;
  cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}

.woocommerce div.product div.social {
  margin: 0 0 1em;
  text-align: right;
}

.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
  margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin: 0 0 1.618em;
  padding: 0 0 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 -5px;
  border: 1px solid #d3ced2;
  border-radius: 4px 4px 0 0;
  padding: 0 1em;
  background-color: #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 400;
  text-decoration: none;
  color: #515151;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6a6b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  border-bottom-color: #fff;
  background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  text-shadow: inherit;
  color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  border: 1px solid #d3ced2;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-width: 0 1px 1px 0;
  border-bottom-right-radius: 4px;
  box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-width: 0 0 1px 1px;
  border-bottom-left-radius: 4px;
  box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-bottom: 1px solid #d3ced2;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

.woocommerce div.product p.cart {
  margin-bottom: 2em;
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
  content: " ";
  display: table;
}

.woocommerce div.product p.cart::after {
  clear: both;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}

.woocommerce div.product form.cart::after {
  clear: both;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
@media (max-width: 576px) {
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
  }
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
  padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: top;
  border: 0;
  line-height: 2em;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

.woocommerce div.product form.cart .variations select {
  display: inline-block;
  margin-right: 1em;
  min-width: 75%;
  max-width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 0.83em;
  visibility: hidden;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}

.woocommerce div.product form.cart .button {
  float: left;
  vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  border: 0;
  padding-bottom: 0.5em;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  transform: scale(1.5, 1.5);
}

.woocommerce span.onsale {
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  z-index: 9;
  margin: 0;
  border-radius: 100%;
  padding: 0.202em;
  min-width: 3.236em;
  min-height: 3.236em;
  font-weight: 400;
  font-size: 0.857em;
  line-height: 3.236;
  text-align: center;
  color: #fff;
  background-color: #77a464;
}

.woocommerce .products ul,
.woocommerce ul.products {
  clear: both;
  list-style: none outside;
  margin: 0 0 1em;
  padding: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: " ";
  display: table;
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}

.woocommerce ul.products li.product .onsale {
  left: auto;
  right: 0;
  top: 0;
  margin: -0.5em -0.5em 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1em;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  display: block;
  margin: 0 0 1em;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce ul.products li.product strong {
  display: block;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 0.857em;
  color: #77a464;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  color: inherit;
  opacity: 0.5;
}

.woocommerce ul.products li.product .price ins {
  display: inline-block;
  font-weight: 400;
  background: 0 0;
}

.woocommerce ul.products li.product .price .from {
  margin: -2px 0 0;
  font-size: 0.67em;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #8a7e88;
  background: #ebe9eb;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background-color: var(--color-accent);
}

.woocommerce #reviews h2 small {
  float: right;
  margin: 10px 0 0;
  font-size: 15px;
  color: #767676;
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}

.woocommerce #reviews h3 {
  margin: 0;
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce #reviews #comment {
  height: 75px;
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments .add_review::after {
  clear: both;
}

.woocommerce #reviews #comments h2 {
  clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
  list-style: none;
  margin: 0;
  width: 100%;
  background: 0 0;
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li {
  position: relative;
  margin: 0 0 20px;
  border: 0;
  padding: 0;
  background: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
  color: #767676;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  margin: 0;
  border: 1px solid #e4e1e3;
  padding: 3px;
  width: 32px;
  height: auto;
  box-shadow: none;
  background: #ebe9eb;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
  margin: 20px 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}

.woocommerce .star-rating {
  position: relative;
  float: right;
  overflow: hidden;
  width: 5.4em;
  height: 1em;
  font-family: "star";
  font-size: 1em;
  line-height: 1;
}

.woocommerce .star-rating::before {
  content: "sssss";
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  color: #d3ced2;
}

.woocommerce .star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
  content: "SSSSS";
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce .woocommerce-product-rating {
  display: block;
  line-height: 2;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-product-rating::after {
  clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0.5em 4px 0 0;
}

.woocommerce .products .star-rating {
  display: block;
  float: none;
  margin: 0 0 0.5em;
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  background: transparent none;
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}

.woocommerce #review_form #respond::after {
  clear: both;
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
}

.woocommerce #review_form #respond textarea {
  width: 100%;
  box-sizing: border-box;
}

.woocommerce p.stars a {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-decoration: none;
  text-indent: -999em;
}

.woocommerce p.stars a::before {
  content: "\e021";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  font-family: "WooCommerce";
  line-height: 1;
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}

.woocommerce p.stars:hover a::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}

.woocommerce table.shop_attributes {
  margin-bottom: 1.618em;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  width: 100%;
}

.woocommerce table.shop_attributes th {
  margin: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 150px;
  font-weight: 400;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td {
  margin: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 0;
  font-style: italic;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}

.woocommerce table.shop_table {
  margin: 0 -1px 24px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  background: #fff;
}

@media (max-width: 576px) {
  .woocommerce table.shop_table thead {
    display: none;
  }
}

.woocommerce table.shop_table th {
  padding: 9px 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.woocommerce table.shop_table td {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  line-height: 1.5em;
}

.woocommerce table.shop_table td small {
  font-weight: 400;
}

.woocommerce table.shop_table td del {
  font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.woocommerce table.my_account_orders {
  font-size: 0.85em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  vertical-align: middle;
  padding: 15px 10px;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  display: inline-block;
  clear: both;
  float: none;
  list-style: none outside;
  margin-right: 0.25em;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}

.woocommerce td.product-quantity {
  min-width: 80px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 400;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 1em;
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: none;
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  clear: left;
  margin: 0 4px 0 0;
  padding: 0 0 0.25em;
  font-weight: 400;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  display: inline-block;
  min-width: 40px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  position: relative;
  padding-top: 0;
  padding-left: 2em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table;
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
  clear: both;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}

.woocommerce ul#shipping_method {
  display: flex;
  flex-direction: column;
  list-style: none outside;
  margin: 0;
  padding: 15px 0 0;
}

.woocommerce ul#shipping_method li {
  display: flex;
  align-items: flex-start;
  list-style: none outside;
  margin: 0 0 0.5em;
  font-size: 16px;
  line-height: 1.5em;
}
.woocommerce ul#shipping_method li .shipping-radio_wrap {
  width: 24px;
}

.woocommerce ul#shipping_method li input {
  vertical-align: middle;
  margin: -3px 15px 0 0;
}

.woocommerce ul#shipping_method li label {
  display: inline;
  width: calc(100% - 24px);
  font-size: 14px;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 400;
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce ul.order_details {
  list-style: none;
  margin: 20px 0 3em;
}
@media (max-width: 576px) {
  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table;
}

.woocommerce ul.order_details::after {
  clear: both;
}

.woocommerce ul.order_details li {
  float: left;
  list-style-type: none;
  margin-right: 2em;
  margin-left: 0;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  padding-left: 0;
  font-size: 0.715em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .woocommerce ul.order_details li {
    margin-right: 0;
    margin-bottom: 2em;
    border-right: 0;
    border-bottom: 1px dashed #d3ced2;
    padding-right: 0;
    padding-bottom: 2em;
    width: 100%;
  }
}

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.5;
  text-transform: none;
}

.woocommerce ul.order_details li:last-of-type {
  border: none;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 400;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 5px;
  padding: 6px 12px;
  width: 100%;
  font-style: normal;
  text-align: left;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  content: "\e037";
  position: absolute;
  margin-right: 0.618em;
  margin-left: -1.5em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1.75;
  text-decoration: none;
  text-transform: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: "\e02d";
  position: absolute;
  margin-right: 0.618em;
  margin-left: -1.5em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1.75;
  text-decoration: none;
  text-transform: none;
}

.woocommerce .woocommerce-widget-layered-nav-list {
  list-style: none outside;
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  list-style: none;
  padding: 0 0 1px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: "\e013";
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #a00;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}

.woocommerce .widget_layered_nav_filters ul {
  list-style: none outside;
  overflow: hidden;
  margin: 0;
  border: 0;
  padding: 0;
  zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  list-style: none;
  padding: 0 1em 1px 1px;
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  content: "\e013";
  vertical-align: inherit;
  margin-right: 0.5em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #a00;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 0.8751em;
  line-height: 2.4;
  text-align: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1.15em;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  margin-right: 0.5em;
  margin-left: 0.5em;
  text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -0.3em;
  z-index: 2;
  margin-left: -0.5em;
  outline: 0;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  cursor: ew-resize;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 1em;
  font-size: 0.7em;
  background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 0;
  border-radius: 1em;
  background-color: #462940;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce .widget_rating_filter ul {
  list-style: none outside;
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce .widget_rating_filter ul li {
  list-style: none;
  padding: 0 0 1px;
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table;
}

.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  display: inline-block;
  float: none;
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
  content: "\e013";
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #a00;
}

.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  list-style: none outside;
  margin: 30px 0 2em;
  border-top: 3px solid #a46497;
  border-radius: 0 0 15px 20px;
  padding: 1em 2em;
  width: auto;
  word-wrap: break-word;
  color: var(--color-text);
  background: #fafafa;
}
@media (max-width: 576px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 1em;
  }
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  unicode-bidi: embed;
  direction: ltr;
}

.woocommerce-message {
  border-top-color: #239d3d;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error li {
  font-size: 14px;
}
.woocommerce-error > li > span > span > ins {
  white-space: nowrap;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: " ";
  display: table;
}

.woocommerce-account .woocommerce::after {
  clear: both;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title::after {
  clear: both;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  margin-bottom: 0;
  font-weight: 400;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
  content: "\e00a";
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}
@media (max-width: 576px) {
  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    display: block;
    width: 100%;
  }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  height: auto;
  box-shadow: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  margin: 0 4px 0 0;
  outline: 0;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  box-sizing: border-box;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  vertical-align: middle;
  margin: 0;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table;
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both;
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0;
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  font-size: 0.83em;
  color: #767676;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0 0 6px;
  border-collapse: separate;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-right: 0;
  border-left: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  clear: none;
  float: left;
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-weight: 400;
  font-size: 11px;
  color: #767676;
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  clear: left;
  padding: 0;
  width: 100%;
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fafafa;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none outside;
  margin: 0;
  padding: 1em;
  text-align: left;
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table;
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li + li,
.woocommerce-cart #payment ul.payment_methods li + li,
.woocommerce-checkout #payment ul.payment_methods li + li {
  margin-top: 15px;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  display: flex;
  align-items: center;
}
#add_payment_method #payment ul.payment_methods li label img,
.woocommerce-cart #payment ul.payment_methods li label img,
.woocommerce-checkout #payment ul.payment_methods li label img {
  order: -1;
  margin-right: 15px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  position: relative;
  float: left;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
#add_payment_method #payment ul.payment_methods li input::before,
.woocommerce-cart #payment ul.payment_methods li input::before,
.woocommerce-checkout #payment ul.payment_methods li input::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
#add_payment_method #payment ul.payment_methods li input:checked::before,
.woocommerce-cart #payment ul.payment_methods li input:checked::before,
.woocommerce-checkout #payment ul.payment_methods li input:checked::before {
  background-color: var(--color-accent);
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  position: relative;
  vertical-align: middle;
  margin: 2px 0 0 0.5em;
  padding: 0;
  max-height: 20px;
  box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  margin: 1em 0;
  border-radius: 2px;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.92em;
  line-height: 1.5;
  color: #515151;
  background-color: #ececec;
}
#add_payment_method #payment div.payment_box > p,
.woocommerce-cart #payment div.payment_box > p,
.woocommerce-checkout #payment div.payment_box > p {
  margin-bottom: 20px;
}
#add_payment_method #payment div.payment_box > p:first-child,
.woocommerce-cart #payment div.payment_box > p:first-child,
.woocommerce-checkout #payment div.payment_box > p:first-child {
  margin-left: 13px;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}

#add_payment_method #payment div.payment_box ::input-placeholder,
.woocommerce-cart #payment div.payment_box ::input-placeholder,
.woocommerce-checkout #payment div.payment_box ::input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :placeholder,
.woocommerce-cart #payment div.payment_box :placeholder,
.woocommerce-checkout #payment div.payment_box :placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :input-placeholder,
.woocommerce-cart #payment div.payment_box :input-placeholder,
.woocommerce-checkout #payment div.payment_box :input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  position: relative;
  vertical-align: middle;
  margin: -3px 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 1em 0 0;
  border: 0;
  padding: 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  padding: 8px;
  font-size: 1.5em;
  background-position: right 0.618em center;
  background-size: 32px 20px;
  background-repeat: no-repeat;
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-weight: 400;
  font-size: 0.857em;
  color: #767676;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.75em;
  display: block;
  margin: -1em 0 0 2em;
  border: 1em solid #ececec;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  font-size: 0.83em;
  line-height: 52px;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  vertical-align: middle;
  max-height: 52px;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.woocommerce-password-strength {
  padding: 3px 0.5em;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
}

.woocommerce-password-strength.strong {
  border-color: #83c373;
  background-color: #c1e1b9;
}

.woocommerce-password-strength.short {
  border-color: #e35b5b;
  background-color: #f1adad;
}

.woocommerce-password-strength.bad {
  border-color: #f78b53;
  background-color: #fbc5a9;
}

.woocommerce-password-strength.good {
  border-color: #ffc733;
  background-color: #ffe399;
}

.woocommerce-password-hint {
  display: block;
  margin: 0.5em 0 0;
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}

.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.twentysixteen .price ins {
  color: inherit;
  background: inherit;
}

.addresses {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .addresses {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.addresses-col {
  width: calc(50% - 20px);
}

fieldset {
  display: block;
  margin: 30px 0;
  border: none;
}
fieldset legend {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

.woocommerce .wc_payment_methods .wc_payment_method input.input-radio {
  position: absolute;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.woocommerce .wc_payment_methods .wc_payment_method label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  line-height: 1.4;
  cursor: pointer;
}
.woocommerce .wc_payment_methods .wc_payment_method label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.woocommerce .wc_payment_methods .wc_payment_method label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.woocommerce .wc_payment_methods .wc_payment_method label img {
  order: -1;
  vertical-align: middle;
  margin: 0 15px 0 5px !important;
}
.woocommerce .wc_payment_methods .wc_payment_method input:checked + label::before {
  border-color: var(--color-accent);
  background: #fff;
}
.woocommerce .wc_payment_methods .wc_payment_method input:checked + label::after {
  opacity: 1;
}
.woocommerce .wc_payment_methods .wc_payment_method:hover label::before {
  border-color: var(--color-accent);
}

.yandex-pay-and-split_button_container + button {
  display: none !important;
}

.section-category__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.section-category__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  height: 350px;
  text-decoration: none;
}
.section-category__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 84px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.898) 0%, transparent 100%);
  pointer-events: none;
}
.section-category__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.section-category__img--mob {
  display: none;
}
.section-category__item:hover .section-category__img {
  transform: scale(1.04);
}
.section-category__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section-category__subtitle {
  display: block;
  margin-top: 4px;
  margin-bottom: -15px;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  color: #9e9e9e;
}
@media (max-width: 768px) {
  .section-category__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-category__item {
    height: 186px;
  }
  .section-category__item::after {
    height: 80px;
  }
  .section-category__item[data-has-mob] .section-category__img--desk {
    display: none;
  }
  .section-category__img--mob {
    display: block;
  }
  .section-category__name {
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
  }
  .section-category__subtitle {
    font-size: 10px;
  }
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 25px 35px;
  min-width: 230px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: var(--trs);
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 576px) {
  .btn {
    padding: 15px;
    font-size: 16px;
  }
}
.btn ins {
  text-decoration: none;
}
.btn-primary {
  color: var(--color-accent);
  background: var(--color-light);
}
.btn-primary:hover {
  color: var(--color-light);
  background: var(--color-accent);
}
.btn-secondary {
  color: #fff;
  background: #6c757d;
}
.btn-secondary:hover {
  color: var(--color-light);
  background: var(--color-accent);
}
.btn-transparent {
  color: #fff;
  background: transparent;
}
.btn-transparent:hover {
  color: var(--color-light);
  background: var(--color-accent);
}
.btn-small {
  padding: 15px 35px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 576px) {
  .btn-small {
    width: 100%;
    font-size: 14px;
  }
}
.btn-accent {
  white-space: nowrap;
  color: #af6963;
  background: rgba(175, 105, 99, 0.1);
  transition: var(--trs);
  backdrop-filter: blur(10px);
}
.btn-accent:hover {
  color: #fff;
  background: #af6963;
}
.btn-order {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  padding: 20px 25px;
  width: 100%;
  font-size: 16px;
  background: #000;
  gap: 0;
}
.btn-order span {
  white-space: nowrap;
  color: #fff;
}
.btn-order.added {
  background: #239d3d;
}
.btn-order.loading {
  position: relative;
}
.btn-order.loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/svg/loading-btn.svg");
  background-size: 24px 24px;
  transform: translate(-50%, -50%);
}
.btn-order.loading span {
  white-space: nowrap;
  color: #fff;
  opacity: 0 !important;
}
.btn-order.loading svg {
  width: 0;
  height: 0;
  visibility: none;
}
.btn-order__card {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -10px;
  border-radius: 50px;
  width: 58px;
  height: 58px;
  background: #000;
  gap: 0;
}
@media (max-width: 576px) {
  .btn-order__card {
    width: 40px;
    height: 40px;
  }
}
.btn-order__card svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: #fff;
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .btn-order__card svg {
    width: 16px;
    height: 16px;
  }
}
.btn-order__card span {
  width: 0;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .btn-order__card span {
    display: none;
  }
}
.btn-order__card.added {
  background: #239d3d;
}
.btn-order__card.loading {
  position: absolute;
}
.btn-order__card.loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/svg/loading-btn.svg");
  background-size: 24px 24px;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .btn-order__card.loading::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.btn-order__card.loading span {
  width: 0 !important;
  white-space: nowrap;
  color: #fff;
  opacity: 0 !important;
  visibility: hidden !important;
}
.btn-order__card.loading svg {
  width: 0;
  height: 0;
  visibility: none;
}
.btn-oneclick {
  display: block;
  margin-top: 20px;
  border: 1px solid rgba(238, 164, 177, 0.08);
  border-radius: 60px;
  padding: 17px 40px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #fd3737;
  transition: var(--trs);
}
.btn-oneclick:hover {
  color: #fff;
  background-color: #fa2020;
}
.btn-oneclick.adding {
  position: relative;
}
.btn-oneclick.adding::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  background-image: url("../../assets/img/svg/loading-btn.svg");
  background-size: 32px 32px;
  transform: translate(-50%, -50%);
}
.btn-oneclick.adding span {
  visibility: hidden;
}
.btn-video {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 16px;
  padding: 14px 20px;
  text-decoration: none;
  color: #fff;
  background: #25d366;
  transition: var(--trs);
  gap: 14px;
}
@media (max-width: 576px) {
  .btn-video {
    padding: 12px 16px;
    gap: 10px;
  }
}
.btn-video svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: #fff;
}
.btn-video__wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 3px;
}
.btn-video span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.btn-video p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.9;
}
.btn-video:hover {
  color: #fff;
  background: #1da851;
  transform: translateY(-1px);
}

.callback {
  position: relative;
  padding: 72px 0;
}
@media (max-width: 576px) {
  .callback {
    padding: 30px 0;
  }
}
.callback__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1184px;
}
.callback__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.callback__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.callback__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.callback-desc {
  width: 100%;
  max-width: 684px;
  text-align: center;
}
@media (max-width: 576px) {
  .callback-desc {
    padding: 0 15px;
  }
}
.callback-desc__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.callback-desc__inner.center {
  justify-content: center;
}
.callback-desc__title {
  display: block;
  margin-top: 67px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 576px) {
  .callback-desc__title {
    margin-top: 0;
    font-size: 32px;
  }
}
.callback-desc__subtitle {
  display: block;
  margin-top: 30px;
  margin-bottom: 47px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 576px) {
  .callback-desc__subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.callback-desc__phone {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 576px) {
  .callback-desc__phone {
    font-size: 32px;
  }
}
.callback-desc-textleft {
  text-align: left;
}
.callback-desc small {
  display: block;
  margin-top: 17px;
  margin-bottom: 74px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 576px) {
  .callback-desc small {
    margin-bottom: 30px;
  }
}
.callback-table__wrap {
  display: flex;
  align-items: center;
  max-width: 580px;
  gap: 30px;
}
@media (max-width: 576px) {
  .callback-table__wrap {
    flex-direction: column;
  }
}
.callback-table__wrap > .callback-table__list {
  flex: 1;
  max-width: 300px;
}
@media (max-width: 576px) {
  .callback-table__wrap > .callback-table__list {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
}
.callback-table__item {
  display: flex;
  font-size: 14px;
  line-height: 24px;
}
.callback-table__item.hidden {
  display: none !important;
}
.callback-table__item span {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 576px) {
  .callback-table__item span {
    max-width: 120px;
  }
}
.callback-table__item strong {
  font-weight: 700;
}
.callback-table-preview {
  position: relative;
  overflow: hidden;
}
.callback-table-preview__title {
  padding: 5px;
  font-size: 14px;
}
.callback-table-preview__wrap {
  display: flex;
  gap: 10px;
}
.callback-table-preview--podstolie, .callback-table-preview--texture {
  width: 120px;
}
@media (max-width: 576px) {
  .callback-table-preview--podstolie, .callback-table-preview--texture {
    width: calc(50% - 5px);
  }
}
.callback-table-preview--podstolie img, .callback-table-preview--texture img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1/1;
}
.callback-table-preview--podstolie span, .callback-table-preview--texture span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 14px;
}
.callback-table-preview--podstolie span ins, .callback-table-preview--texture span ins {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: none;
}
.callback-table table {
  margin-top: 50px;
  width: 100%;
  max-width: 580px;
  color: #fff;
}
@media (max-width: 576px) {
  .callback-table table {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.callback-table .price-table table,
.callback-table th,
.callback-table td {
  border: 2px solid white;
  padding: 8px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .callback-table .price-table table,
  .callback-table th,
  .callback-table td {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1px;
    font-size: 13px;
  }
}
.callback-form {
  flex-grow: 1;
  margin-left: auto;
  border-radius: 16px;
  padding: 86px 64px 54px;
  max-width: 484px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .callback-form {
    padding: 20px;
  }
}
.callback-form__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 576px) {
  .callback-form__title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .callback-form__title br {
    display: none;
  }
}
.callback-form__info {
  display: block;
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 576px) {
  .callback-form__info {
    margin-top: 10px;
  }
}
.callback-form__tel input {
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 72px;
  max-width: 356px;
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  text-align: center;
  background: #f9f5f2;
}
.callback-form__tel input::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  color: var(--color-text);
  opacity: 1;
}
.callback-form__tel input::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  color: var(--color-text);
  opacity: 1;
}
.callback-form__submit {
  margin-top: 24px;
}
.callback-form__submit input {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 72px;
  max-width: 356px;
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background: #ffd057;
}
.callback-form__submit input::-moz-placeholder {
  font-size: 19px;
  line-height: 160%;
  color: var(--color-text);
  opacity: 1;
}
.callback-form__submit input::placeholder {
  font-size: 19px;
  line-height: 160%;
  color: var(--color-text);
  opacity: 1;
}
.callback-form__privacy {
  text-align: center;
}
.callback-form__privacy span {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
}
.callback-form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 43px 0;
}
@media (max-width: 576px) {
  .callback-form-switch {
    margin: 30px 0;
  }
}
.callback-form-switch__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.callback-form-switch__item + .callback-form-switch__item {
  margin-left: 32px;
}
.callback-form-switch__item.active svg {
  fill: var(--color-text);
}
.callback-form-switch__item.active span {
  color: var(--color-text);
}
.callback-form-switch__item svg {
  width: 40px;
  height: 40px;
  fill: var(--color-text);
  transition: var(--trs);
}
.callback-form-switch__item span {
  display: block;
  margin-top: 7px;
  font-weight: 700;
  font-size: 11px;
  line-height: 160%;
  color: var(--color-text);
  transition: var(--trs);
}

:root {
  --header-height: 110px;
}

.header {
  position: sticky;
  top: calc(-1 * var(--header-top-height, 60px));
  z-index: 100;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--color-light);
  transition: box-shadow var(--trs);
}
.header--sticky {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.header__top {
  width: 100%;
  background-color: var(--color-light);
}
@media (max-width: 1024px) {
  .header__top {
    height: 70px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 25px 0;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 48px 1fr 48px;
    grid-template-rows: 70px;
    padding: 0;
    height: 70px;
    gap: 0;
  }
}

.header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.header__logo img {
  display: block;
  width: 144px;
  height: auto;
}
@media (max-width: 1024px) {
  .header__logo {
    justify-self: center;
    grid-column: 2;
    grid-row: 1;
  }
}

.header__primary-nav {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__primary-nav {
    display: none;
  }
}

.header__primary-list {
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 30px;
  backdrop-filter: blur(4.375px);
  gap: 50px;
}
.header__primary-list > .menu-item > a,
.header__primary-list > .menu-item > .menu-item__wrap > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  color: #444;
  transition: color var(--trs);
  gap: 6px;
}
.header__primary-list > .menu-item > a:hover,
.header__primary-list > .menu-item > .menu-item__wrap > a:hover {
  color: var(--color-text);
}
.header__primary-list > .menu-item.menu-item-has-children {
  position: relative;
}
.header__primary-list > .menu-item.menu-item-has-children:hover > .sub-menu, .header__primary-list > .menu-item.menu-item-has-children:hover > .nav__sub {
  list-style: none;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.header__primary-list .sub-menu,
.header__primary-list .nav__sub {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  list-style: none;
  border-radius: 12px;
  padding: 16px 0 8px;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background-color: var(--color-light);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
}
.header__primary-list .sub-menu .menu-item > a,
.header__primary-list .nav__sub .menu-item > a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #444;
  transition: background-color 0.15s;
}
.header__primary-list .sub-menu .menu-item > a:hover,
.header__primary-list .nav__sub .menu-item > a:hover {
  background-color: #f5f5f5;
}

.menu-item__wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
}

.header__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header__actions {
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
    gap: 0;
  }
}

.header__phone {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 8px 14px;
  white-space: nowrap;
  background-color: rgba(241, 241, 241, 0.6);
  transition: background-color var(--trs);
  backdrop-filter: blur(4.375px);
}
.header__phone:hover {
  background-color: rgba(241, 241, 241, 0.9);
}
@media (max-width: 1024px) {
  .header__phone {
    display: none;
  }
}

.header__phone-number {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-text);
}

.header__phone-label {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #444;
}

.header__social-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: opacity var(--trs);
}
.header__social-btn:hover {
  opacity: 0.85;
}
.header__social-btn .icon {
  width: 24px;
  height: 24px;
}
.header__social-btn--tg {
  background-color: #29b6f6;
}
.header__social-btn--tg .icon {
  color: #fff;
  fill: #fff;
}
.header__social-btn--max {
  background: linear-gradient(74deg, #4cf 0%, #53e 66.2%, #93d 100%), radial-gradient(50% 121.35% at -2.38% -43.92%, #00f 0%, rgba(0, 0, 0, 0) 100%), #00b0f2;
}
.header__social-btn--max .icon {
  color: #fff;
  fill: #fff;
}
@media (max-width: 1024px) {
  .header__social-btn {
    display: none;
  }
}

.header__cart {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #f1f1f1;
  transition: background-color var(--trs);
}
.header__cart:hover {
  background-color: #e5e5e5;
}
.header__cart .icon {
  width: 24px;
  height: 24px;
  fill: var(--color-text);
}

.header__cart-count {
  position: absolute;
  right: 2px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 3px;
  height: 18px;
  min-width: 18px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  color: var(--color-text);
  background-color: var(--color-accent);
}
.header__cart-count--hidden {
  display: none;
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: #f1f1f1;
  transition: background-color var(--trs);
  cursor: pointer;
  gap: 5px;
}
.header__burger:hover {
  background-color: #e5e5e5;
}
@media (max-width: 1024px) {
  .header__burger {
    display: flex;
    justify-self: start;
    grid-column: 1;
    grid-row: 1;
  }
}

.burger__line {
  display: block;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  background-color: var(--color-text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger--active {
  background-color: #e5e5e5;
}
.burger--active .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger--active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--active .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__catalog-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: var(--color-light);
}
@media (max-width: 1024px) {
  .header__catalog-bar {
    display: none;
  }
}

.header__catalog-nav {
  width: 100%;
}

.header__catalog-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 50px;
  gap: 10px;
}
.header__catalog-list > .menu-item {
  position: static;
  display: flex;
  align-items: stretch;
}
.header__catalog-list > .menu-item.menu-item-has-children:not(.nav__item--has-mega) {
  position: relative;
}
.header__catalog-list > .menu-item.menu-item-has-children:not(.nav__item--has-mega):hover > .nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.header__catalog-list > .menu-item:not(.nav__item--has-mega) > .nav__sub {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 100;
  list-style: none;
  border-radius: 12px;
  padding: 16px 0 8px;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background-color: var(--color-light);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
}
.header__catalog-list > .menu-item:not(.nav__item--has-mega) > .nav__sub .menu-item > a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #444;
  transition: background-color 0.15s;
}
.header__catalog-list > .menu-item:not(.nav__item--has-mega) > .nav__sub .menu-item > a:hover {
  background-color: #f5f5f5;
}

.nav__link {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  color: var(--color-text);
  transition: color var(--trs);
  gap: 5px;
}
.nav__link:hover {
  color: var(--color-accent);
}

.nav__chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.nav__item--mega-open > .nav__link .nav__chevron,
.nav__item--accordion-open > .nav__link .nav__chevron,
.menu-item-has-children.nav__item--accordion-open > .menu-item__wrap .nav__chevron {
  transform: rotate(180deg);
}

.mega-menu {
  position: fixed;
  left: 0;
  top: var(--header-height);
  z-index: 99;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: var(--color-light);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
}
.mega-menu--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .mega-menu {
    position: static;
    overflow: hidden;
    border-top: none;
    max-height: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.35s ease;
    pointer-events: auto;
  }
  .mega-menu .container {
    padding: 0;
    max-width: none;
  }
}

.mega-menu__grid {
  display: flex;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .mega-menu__grid {
    flex-direction: column;
    padding: 0;
  }
}

.mega-menu__col {
  flex: 1;
  padding: 15px 10px;
}
.mega-menu__col:first-child {
  border-left: none;
}
@media (max-width: 1024px) {
  .mega-menu__col {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    padding: 12px 0 12px 16px;
  }
  .mega-menu__col:first-child {
    border-top: none;
  }
}

.mega-menu__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #444;
}

.mega-menu__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .mega-menu__links {
    gap: 10px;
  }
}

.mega-menu__link {
  font-size: 16px;
  color: #444;
  transition: color var(--trs);
}
.mega-menu__link:hover {
  color: var(--color-text);
}
@media (max-width: 1024px) {
  .mega-menu__link {
    font-size: 15px;
  }
}

.header__drawer {
  display: none;
}
@media (max-width: 1024px) {
  .header__drawer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: var(--color-light);
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__drawer.menu--active {
    transform: translateX(0);
  }
}

.header__drawer-top {
  display: grid;
  align-items: center;
  grid-template-columns: 48px 1fr 48px;
  padding: 0 20px;
  height: 70px;
}
.header__drawer-top .header__logo {
  justify-self: center;
  grid-column: 2;
}
.header__drawer-top .header__cart {
  justify-self: end;
  grid-column: 3;
}

.header__drawer-close {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #f1f1f1;
  cursor: pointer;
}
.header__drawer-close .icon {
  width: 20px;
  height: 20px;
}

.header__drawer-body {
  overflow: hidden auto;
  padding: 0 0 30px;
  height: calc(100% - 70px);
  -webkit-overflow-scrolling: touch;
}

.header__mob-catalog-list,
.header__mob-primary-list {
  padding: 0 20px;
}
.header__mob-catalog-list > .menu-item > .nav__link,
.header__mob-catalog-list > .menu-item > a,
.header__mob-primary-list > .menu-item > .nav__link,
.header__mob-primary-list > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  padding: 14px 0;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
}
.header__mob-catalog-list > .menu-item > .nav__link .nav__chevron,
.header__mob-catalog-list > .menu-item > a .nav__chevron,
.header__mob-primary-list > .menu-item > .nav__link .nav__chevron,
.header__mob-primary-list > .menu-item > a .nav__chevron {
  display: none;
}
.header__mob-catalog-list > .menu-item,
.header__mob-primary-list > .menu-item {
  display: flex;
  flex-direction: column;
}
.header__mob-catalog-list .nav__item--has-mega > .nav__link,
.header__mob-catalog-list .nav__item--has-mega > .menu-item__wrap > a,
.header__mob-catalog-list .menu-item-has-children > .nav__link,
.header__mob-catalog-list .menu-item-has-children > .menu-item__wrap > a,
.header__mob-primary-list .nav__item--has-mega > .nav__link,
.header__mob-primary-list .nav__item--has-mega > .menu-item__wrap > a,
.header__mob-primary-list .menu-item-has-children > .nav__link,
.header__mob-primary-list .menu-item-has-children > .menu-item__wrap > a {
  padding-right: 0;
}
.header__mob-catalog-list .nav__item--has-mega,
.header__mob-catalog-list .menu-item-has-children,
.header__mob-primary-list .nav__item--has-mega,
.header__mob-primary-list .menu-item-has-children {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
}
.header__mob-catalog-list .nav__item--has-mega > .nav__link,
.header__mob-catalog-list .nav__item--has-mega > .menu-item__wrap,
.header__mob-catalog-list .menu-item-has-children > .nav__link,
.header__mob-catalog-list .menu-item-has-children > .menu-item__wrap,
.header__mob-primary-list .nav__item--has-mega > .nav__link,
.header__mob-primary-list .nav__item--has-mega > .menu-item__wrap,
.header__mob-primary-list .menu-item-has-children > .nav__link,
.header__mob-primary-list .menu-item-has-children > .menu-item__wrap {
  grid-column: 1;
  grid-row: 1;
  border-bottom: none;
  padding: 14px 0;
}
.header__mob-catalog-list .nav__item--has-mega > .nav__accordion-toggle,
.header__mob-catalog-list .menu-item-has-children > .nav__accordion-toggle,
.header__mob-primary-list .nav__item--has-mega > .nav__accordion-toggle,
.header__mob-primary-list .menu-item-has-children > .nav__accordion-toggle {
  grid-column: 2;
  grid-row: 1;
}
.header__mob-catalog-list .nav__item--has-mega > .mega-menu,
.header__mob-catalog-list .nav__item--has-mega > .nav__sub,
.header__mob-catalog-list .nav__item--has-mega > .sub-menu,
.header__mob-catalog-list .menu-item-has-children > .mega-menu,
.header__mob-catalog-list .menu-item-has-children > .nav__sub,
.header__mob-catalog-list .menu-item-has-children > .sub-menu,
.header__mob-primary-list .nav__item--has-mega > .mega-menu,
.header__mob-primary-list .nav__item--has-mega > .nav__sub,
.header__mob-primary-list .nav__item--has-mega > .sub-menu,
.header__mob-primary-list .menu-item-has-children > .mega-menu,
.header__mob-primary-list .menu-item-has-children > .nav__sub,
.header__mob-primary-list .menu-item-has-children > .sub-menu {
  grid-column: 1/-1;
  grid-row: 2;
}
.header__mob-catalog-list .nav__sub,
.header__mob-catalog-list .sub-menu,
.header__mob-primary-list .nav__sub,
.header__mob-primary-list .sub-menu {
  list-style: disc;
  overflow: hidden;
  padding: 0 0 8px 28px;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.header__mob-catalog-list .nav__sub .menu-item,
.header__mob-catalog-list .sub-menu .menu-item,
.header__mob-primary-list .nav__sub .menu-item,
.header__mob-primary-list .sub-menu .menu-item {
  color: var(--color-accent);
}
.header__mob-catalog-list .nav__sub .menu-item > a,
.header__mob-catalog-list .sub-menu .menu-item > a,
.header__mob-primary-list .nav__sub .menu-item > a,
.header__mob-primary-list .sub-menu .menu-item > a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  color: #444;
}

.nav__accordion-toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: transform 0.25s ease;
  cursor: pointer;
}
.nav__accordion-toggle svg {
  transition: transform 0.25s ease;
}
.nav__accordion-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.header__mob-primary {
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
}

.header__mob-primary-list > .menu-item > a,
.header__mob-primary-list > .menu-item > .nav__link,
.header__mob-primary-list > .menu-item > .menu-item__wrap > a {
  font-weight: 400;
  font-size: 16px;
  color: #444;
}

.header__mob-phone {
  margin: 16px 20px 0;
  border-radius: 15px;
  padding: 15px;
  background-color: rgba(241, 241, 241, 0.6);
  backdrop-filter: blur(4px);
}
.header__mob-phone a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header__mob-phone-number {
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
}

.header__mob-phone-label {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #444;
}

.header__mob-social {
  display: flex;
  padding: 16px 20px 0;
  gap: 12px;
}
.header__mob-social .header__social-btn {
  display: flex;
}

.header__overlay {
  display: none;
}
@media (max-width: 1024px) {
  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 199;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s;
  }
}

.menu--active ~ .header__overlay {
  opacity: 1;
  visibility: visible;
}

.section {
  position: relative;
  display: block;
}
.section-title {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .section-title {
    margin-bottom: 15px;
  }
}
.section-title--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.section-title h1,
.section-title h2 {
  margin: 0;
  font-family: var(--font-family, sans-serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .section-title h1,
  .section-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  }
}
.section-title h6 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-accent);
}
.section-title blockquote {
  font-weight: 500;
}
.section-title p {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .section-title p br {
    display: none !important;
  }
}
.section-hero {
  padding-top: 25px;
}
.section-hero__slider {
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .section-hero__slider {
    border-radius: 0;
  }
}
.section-hero__nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .section-hero__nav {
    display: none;
  }
}
.section-hero__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.05);
  transition: var(--trs);
  cursor: pointer;
}
.section-hero__nav-btn svg {
  width: 24px;
  height: 24px;
}
.section-hero__nav-btn--prev {
  color: #231f1f;
  background: #fff;
}
.section-hero__nav-btn--next {
  color: #fff;
  background: #ffb800;
}
.section-hero__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 6px;
}
.section-hero__pagination.swiper-pagination-bullets {
  position: static;
  bottom: auto;
}
.section-hero__pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: rgba(255, 184, 0, 0.4);
  opacity: 1;
  transition: var(--trs);
}
.section-hero__pagination .swiper-pagination-bullet-active {
  border-radius: 8px;
  width: 20px;
  height: 8px;
  background: #ffb800;
}
.section .hero-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .section .hero-slide {
    height: 372px;
  }
}
.section .hero-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section .hero-slide__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section .hero-slide__bg-img--mob {
  display: none;
}
@media (max-width: 768px) {
  .section .hero-slide__bg-img--mob {
    display: block;
  }
}
.section .hero-slide__bg-img--desk {
  display: block;
}
@media (max-width: 768px) {
  .section .hero-slide__bg-img--desk {
    display: none;
  }
}
.section .hero-slide__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 73%;
  height: 100%;
  background: linear-gradient(90deg, #271d14 0%, rgba(39, 29, 20, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .section .hero-slide__overlay {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 66%;
    background: linear-gradient(180deg, rgba(43, 36, 29, 0) 0%, #2b241d 100%);
  }
}
.section .hero-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 120px;
  height: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .section .hero-slide__content {
    justify-content: flex-end;
    padding: 25px;
    gap: 10px;
  }
}
.section .hero-slide__text {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  gap: 15px;
}
@media (max-width: 768px) {
  .section .hero-slide__text {
    max-width: 100%;
  }
}
.section .hero-slide__title {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-light);
}
@media (max-width: 768px) {
  .section .hero-slide__title {
    font-size: 24px;
    text-align: center;
  }
}
.section .hero-slide__desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-light);
}
@media (max-width: 768px) {
  .section .hero-slide__desc {
    display: none;
  }
}
.section .hero-slide__btns {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 768px) {
  .section .hero-slide__btns {
    gap: 10px;
  }
}
.section .hero-slide__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 48px;
  min-width: 234px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: var(--trs);
}
@media (max-width: 768px) {
  .section .hero-slide__btn {
    flex: 1;
    min-width: 0;
  }
}
.section .hero-slide__btn--primary {
  color: #61504d;
  background: #ffd057;
}
.section .hero-slide__btn--secondary {
  color: #61504d;
  background: #fff;
}
@media (max-width: 768px) {
  .section .hero-slide__btn--secondary {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-light);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(44px);
  }
}
.section-category {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .section-category {
    padding: 25px 0;
  }
}
.section-vk {
  overflow: hidden;
  padding: 50px 0 30px;
  color: #000;
  background: linear-gradient(360deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.section-vk .section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 25px;
}
@media (max-width: 576px) {
  .section-vk .section__title {
    margin-bottom: 0;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .section-vk .section__title a {
    height: 32px;
  }
}
@media (max-width: 576px) {
  .section-vk .section__title img {
    height: 32px;
  }
}
.section-vk .swiper-wrapper .swiper-slide {
  height: unset;
}
.section-vk .swiper-wrapper {
  align-items: stretch;
  box-sizing: border-box;
}
.section-vk .loop-swiper-button-arrow {
  position: absolute;
  top: 45%;
  z-index: 10;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
  background: #fafafa;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .section-vk .loop-swiper-button-arrow {
    top: 30%;
  }
}
.section-vk .loop-swiper-button-arrow.swiper-button-disabled {
  opacity: 0.2;
}
.section-vk .loop-swiper-button-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  fill: var(--color-accent);
  transform: translate(-50%, -50%);
}
.section-vk .loop-swiper-button-prev {
  left: -10px;
}
.section-vk .loop-swiper-button-prev svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.section-vk .loop-swiper-button-next {
  right: -10px;
}
.section-vk .vk-post {
  /* Фиксированная высота для постов */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px;
  height: auto;
  text-align: center;
  color: #fff;
  background-color: #fff;
  gap: 15px;
}
.section-vk .vk-post img {
  border-radius: 8px;
  height: 100%;
  max-width: 100%;
  max-height: 274.5px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section-vk .vk-post img {
    height: 300px;
  }
}
.section-vk .vk-post p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  color: #000;
  /* Ограничение количества строк текста */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section-vk .vk-post a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: inherit;
  gap: 20px;
}
.section-vk .vk-video-thumbnail {
  position: relative;
}
.section-vk .vk-video-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 274.5px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section-vk .vk-video-thumbnail img {
    height: 300px;
  }
}
.section-vk .vk-video-thumbnail .vk-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background: url("../../assets/img/svg/icon--vk-play.svg") no-repeat center center;
  background-size: 24px 24px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}
.section-vk .vk-post-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-vk .swiper {
  overflow: visible;
  padding-bottom: 30px;
}
.section-vk .swiper-pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.5;
}
.section-vk .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.section-product-video {
  margin-top: 50px;
}
.section-product-video__video {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
  max-width: 1366px;
  max-height: auto;
  aspect-ratio: 16/9;
}
.section-product-video__video:hover .section-product-video__btn {
  background: rgba(255, 255, 255, 0.9);
}
.section-product-video__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.section-product-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 80px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: var(--trs);
  cursor: pointer;
}
@media (max-width: 576px) {
  .section-product-video__btn {
    width: 80px;
    height: 80px;
  }
}
.section-product-video__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 40px solid rgba(0, 0, 0, 0.7);
  width: 0;
  height: 0;
  transform: translate(-45%, -50%);
}
@media (max-width: 576px) {
  .section-product-video__btn::before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 28px solid rgba(0, 0, 0, 0.7);
  }
}
.section-product-video a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  background: #fafafa;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__row {
    flex-direction: column;
    margin: 0 15px;
    gap: 20px;
  }
}
.footer__col {
  width: 25%;
}
@media (max-width: 1024px) {
  .footer__col {
    padding: 10px 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__col {
    padding: 0 0 10px;
  }
}
@media (max-width: 1024px) {
  .footer__col:nth-child(1) {
    order: 4;
  }
}
.footer__col:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .footer__col:nth-child(2) {
    padding-left: 0;
  }
}
.footer__col:nth-child(3) {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .footer__col:nth-child(3) {
    padding-left: 0;
  }
}
.footer__col:nth-child(4) {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .footer__col:nth-child(4) {
    padding-left: 0;
  }
}
.footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer__bottom {
    flex-direction: column;
    margin: 30px 15px 0;
    border-top: 1px solid transparent;
    gap: 20px;
  }
}
.footer__logo img.logo {
  display: block;
  width: auto;
  height: 40px;
}
.footer__logo span {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  color: #000;
}
.footer__social {
  margin-left: 0;
  gap: 10px;
}
.footer__copy {
  font-size: 14px;
  color: #000;
}
.footer__google {
  flex: 0 0 350px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 1024px) {
  .footer__google {
    flex: auto;
  }
}
.footer__google a {
  color: rgba(0, 0, 0, 0.4);
}
.footer__google a:hover {
  color: #000;
}
.footer__dev {
  position: relative;
  display: flex;
  flex: 0 0 315px;
  justify-content: flex-end;
  width: 315px;
  white-space: nowrap;
  color: #000;
}
@media (max-width: 1024px) {
  .footer__dev {
    flex: 1;
    justify-content: flex-start;
  }
}
.footer__dev a {
  display: inline-block;
  color: #000;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .footer__dev a {
    display: block;
  }
}
.footer__dev a:hover {
  opacity: 0.7;
}
.footer__dev a strong {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 30px 0 #000;
}
.footer .container {
  position: relative;
}
.footer-nav__title {
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media (max-width: 576px) {
  .footer-nav__title {
    font-size: 20px;
  }
}
.footer-nav__title a {
  color: currentcolor;
  cursor: default;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav ul li {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.footer-nav ul li a {
  font-size: inherit;
  color: currentcolor;
}
.footer-nav ul li a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.footer-nav ul li a.phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  transition: all 0.3s ease !important;
}
.footer-nav ul li a.phone:hover {
  background: linear-gradient(90deg, #000 0%, #000 100%);
  opacity: 1;
}
.footer-nav ul li span {
  display: block;
}
.footer-nav ul li strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.footer-nav ul li .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 2px solid var(--color-text);
  border-radius: 15px;
  padding: 10px 15px;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text);
  background: transparent;
  transition: var(--trs);
  cursor: pointer;
  gap: 10px;
}
.footer-nav ul li .btn:hover {
  color: #fff;
  background: var(--color-text);
}

.modal {
  /* делаем прозрачным */
  position: fixed;
  /* делаем блок фиксированным */
  inset: 0;
  /* фон для затемнения */
  z-index: 9999;
  display: block;
  background: rgba(18, 18, 18, 0.8);
  /* скрываем модальное окно */
  opacity: 0;
  /* начальные стили */
  visibility: hidden;
  /* перекрываем все элементы */
  transition: visibility 0s 0.25s, opacity 0.25s;
  /* добавляем для плавного перехода */
}
.modal__wrapper {
  /* блок обертка для центрирования контентной части модального окна */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal__body {
  /* добавляем полосу прокрутки при недостаточной высоте */
  position: relative;
  /* еще один блок обертка для возможности прокрутки контента, если модальное окно не помещается по высоты */
  overflow-y: auto;
  margin: 0 24px;
  max-width: 380px;
  /* боковые отступы для мобильных экранов */
  max-height: 100%;
  -ms-overflow-style: none;
  /* скрываем полосу прокрутки */
  scrollbar-width: none;
  /* скрываем полосу прокрутки */
}
.modal__body::-webkit-scrollbar {
  /* скрываем полосу прокрутки */
  display: none;
}
.modal__inner {
  position: relative;
  /* стилизуем контентную часть */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
  border-radius: 30px;
  padding: 64px 24px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--color-text);
  background: #fff;
  /* отступы сверху и снизу, чтобы контентная часть модального окна не прилипала к границам браузера при недостаточной высоте */
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.modal__close svg {
  width: 16px;
  height: 16px;
}
.modal__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.modal__text {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.modal__text .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.modal__text .wpcf7-spinner {
  display: none !important;
}
.modal__text input[type=email],
.modal__text input[type=text],
.modal__text input[type=tel] {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  background-color: var(--color-text);
}
.modal__text input[type=email]::-moz-placeholder,
.modal__text input[type=text]::-moz-placeholder,
.modal__text input[type=tel]::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.modal__text input[type=email]::-moz-placeholder, .modal__text input[type=text]::-moz-placeholder, .modal__text input[type=tel]::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.modal__text input[type=email]::placeholder,
.modal__text input[type=text]::placeholder,
.modal__text input[type=tel]::placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.modal__text input[type=submit] {
  width: 100%;
}
@media (max-width: 576px) {
  .modal__text input[type=submit] {
    margin-top: 15px;
  }
}
.modal__privacy {
  display: block;
  margin: 15px auto 0;
  max-width: 300px;
  font-size: 14px;
  text-align: center;
}
.modal_active {
  /* активный класс модального окна */
  opacity: 1;
  /* убираем прозрачность */
  visibility: visible;
  /* отображаем блок модального окна */
  transition: visibility 0s 0s, opacity 0.25s;
  /* добавляем для плавного перехода */
}

.popup {
  position: relative;
  z-index: 210;
  display: none;
}
.popup__close {
  position: fixed;
  right: 12px;
  top: 10px;
  z-index: 110;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.popup__close svg {
  width: inherit;
  height: inherit;
  fill: black;
  opacity: 0.5;
}
.popup__wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 110;
  overflow-y: auto;
  border-radius: 3px;
  width: 450px;
  max-height: 100vh;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: translate(-50%, -50%);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 1024px) {
  .popup__wrap {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .popup__wrap {
    inset: 0;
    border-radius: 0;
    padding: 20px;
    width: 100%;
    max-height: none;
    transform: translate(0, 0);
  }
}
.popup__wrap.text {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 768px;
  max-height: 90vh;
}
@media (max-width: 576px) {
  .popup__wrap.text {
    flex-direction: row;
    max-height: none;
  }
}
.popup__overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.popup__subtitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.popup-container {
  overflow-y: auto;
  max-height: 696px;
}
.popup-container__wrap {
  margin: 32px 50px 72px;
}
@media (max-width: 576px) {
  .popup-container__wrap {
    margin: 0;
  }
}
.popup-container__wrap * + h3 {
  padding-top: 30px;
}
.popup-container__wrap h3 {
  font-weight: 500;
  font-size: 24px;
}
.popup-container__wrap h3 + * {
  margin-top: 30px;
}
.popup-container__wrap table {
  margin: 32px 0;
  border-collapse: collapse;
  width: 100%;
}
.popup-container__wrap table thead {
  color: #9e9e9e;
}
.popup-container__wrap table thead td {
  border: 0;
  padding: 24px 0;
  padding-top: 24px;
  padding-right: 0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.popup-container__wrap table thead td:not(:last-child) {
  padding-right: 48px;
}
.popup-container__wrap table td {
  border: 0;
  padding: 24px 0;
  padding-right: 0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.popup-form {
  position: relative;
}
.popup-form__field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.popup-form__field input {
  border: 0;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
  max-width: 340px;
  box-sizing: content-box;
  text-align: center;
  background: #f6f6f6;
}
.popup-form__field input::-moz-placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.popup-form__field input::placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.popup-form__field + .popup-form__field {
  margin-top: 15px;
}
.popup-form__btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.popup-form__btn .wpcf7-submit {
  border: 0;
  border-radius: 30px;
  padding: 10px 70px;
  width: 100%;
  max-width: 340px;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  background-color: #27ae60;
}
.popup-form__btn .wpcf7-spinner {
  display: none !important;
}
.popup-form__privacy {
  position: relative;
  margin: 15px 0;
  font-size: 12px;
  text-align: center;
}
.popup .wpcf7 {
  position: relative;
}
.popup .wpcf7 p {
  margin: 0;
  padding: 0;
}
.popup .wpcf7 input[type=text],
.popup .wpcf7 input[type=tel],
.popup .wpcf7 input[type=submit] {
  width: 100%;
}
.popup .wpcf7 input[type=submit]:disabled {
  color: var(--color-accent);
}
.popup .ajax-loader {
  display: none !important;
}

.popup-content {
  border-radius: 5px;
  padding: 20px;
  width: 300px;
  text-align: center;
  background: #fff;
}

.social {
  display: flex;
  gap: 15px;
}
.social__item {
  position: relative;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
}
@media (min-width: 1025px) {
  .social__item {
    width: 32px;
    height: 32px;
  }
}
.social__item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.social__item--white {
  transition: var(--trs);
}
.social__item--white:hover {
  background: rgba(255, 255, 255, 0.3);
}
.social__item--white svg {
  width: 16px;
  height: 16px;
  fill: var(--color-text) !important;
}
.social__item.telegram {
  background: #00b0f2;
}
.social__item.whatsapp {
  background: #25d366;
}
.social__item.instagram {
  background: linear-gradient(45deg, #faad4f 0%, #dd2a7b 35%, #9537b0 62%, #515bd4 100%);
}
.social__item.vk {
  background: #07f;
}
.social__item.youtube {
  background: #25d366;
}
.social__item.pinterest {
  background: #cb1f27;
}
.social__item.max {
  background: linear-gradient(270deg, #9642de 0%, #378dff 100%);
}
.social__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .social__item svg {
    width: 28px;
    height: 28px;
  }
}

.textures {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.textures-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
  gap: 20px;
}
@media (max-width: 1024px) {
  .textures-controls {
    flex-direction: column;
    gap: 15px;
  }
}
.textures-selected-info {
  margin-bottom: 25px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
}
.textures-selected-info h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-accent);
}
@media (max-width: 576px) {
  .textures-selected-info h3 {
    font-size: 18px;
  }
}
.textures-selected-info p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #6c757d;
}
@media (max-width: 576px) {
  .textures-selected-info p {
    font-size: 12px;
  }
}
.textures-selected-info .btn {
  padding: 8px 16px;
  font-size: 14px;
}
.textures-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .textures-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.textures-search__title {
  font-size: 14px;
  white-space: nowrap;
  color: #666;
}
@media (max-width: 576px) {
  .textures-search__input {
    width: 100%;
  }
}
.textures-search__input input {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 9px 25px 9px 10px;
  height: 40px;
  font-size: 14px;
  background: transparent;
  transform: translateZ(0);
  transition: border 0.3s;
}
@media (max-width: 576px) {
  .textures-search__input input {
    width: 100%;
  }
}
.textures-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .textures-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.textures-filter__title {
  font-size: 14px;
  white-space: nowrap;
}
.textures-filter__buttons {
  display: flex;
  gap: 8px;
}
@media (max-width: 576px) {
  .textures-filter__buttons {
    width: 100%;
  }
}
.textures-filter__btn {
  border: 1px solid #b6736e;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12px;
  color: #b6736e;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 576px) {
  .textures-filter__btn {
    flex: 1;
    text-align: center;
  }
}
.textures-filter__btn:hover {
  background: rgba(182, 115, 110, 0.12);
}
.textures-filter__btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(182, 115, 110, 0.3);
}
.textures-filter__btn.active {
  color: #fff;
  background: #b6736e;
}
.textures-item {
  position: relative;
  margin: 0 8px 15px;
  width: calc(25% - 16px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1024px) {
  .textures-item {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 576px) {
  .textures-item {
    width: calc(50% - 16px);
  }
}
.textures-item.hidden {
  display: none !important;
}
.textures-item__alt {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-text);
}
.textures-item__type {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 11px;
  color: #b6736e;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
.textures-item.selectable {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}
.textures-item.selectable:hover {
  border-color: rgb(173.4610091743, 98.623853211, 93.0389908257);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.textures-item.selectable a {
  cursor: pointer;
  pointer-events: none;
}
.textures-item.selected {
  border-color: #b6736e;
  background: rgba(182, 115, 110, 0.1);
}
.textures-item.selected::before {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #af6963;
  transform: translate(-50%, -50%);
}
.textures-item img {
  border-radius: 10px;
}

.manager-panel {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid rgba(175, 105, 99, 0.2);
  border-radius: 0 0 16px 16px;
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}
.manager-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #af6963, rgb(200.9322033898, 153.6228813559, 149.5677966102), #af6963);
}
.manager-panel h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #2d3436;
}
@media (max-width: 576px) {
  .manager-panel h4 {
    font-size: 18px;
  }
}
.manager-panel .manager-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  gap: 15px;
}
@media (max-width: 576px) {
  .manager-panel .manager-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.manager-panel .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(175, 105, 99, 0.3);
  border-radius: 10px;
  padding: 12px 24px;
  min-width: 140px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  font-size: 13px;
  color: #af6963;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (max-width: 576px) {
  .manager-panel .btn {
    padding: 14px 20px;
    width: 100%;
    min-width: auto;
  }
}
.manager-panel .btn:hover {
  border-color: rgba(175, 105, 99, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
  transform: translateY(-1px);
}
.manager-panel .btn:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
}
.manager-panel .btn.active {
  border-color: #af6963;
  box-shadow: 0 3px 12px rgba(175, 105, 99, 0.3);
  color: #fff;
  background: linear-gradient(135deg, #af6963 0%, rgb(200.9322033898, 153.6228813559, 149.5677966102) 100%);
}
.manager-panel .btn.active:hover {
  box-shadow: 0 5px 16px rgba(175, 105, 99, 0.4);
  background: linear-gradient(135deg, rgb(200.9322033898, 153.6228813559, 149.5677966102) 0%, #af6963 100%);
  transform: translateY(-1px);
}
.manager-panel .selected-count {
  margin-top: 10px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2d3436;
  background: rgba(175, 105, 99, 0.1);
}
.manager-panel .selected-count span {
  font-weight: 700;
  color: #af6963;
}
.manager-panel .generated-link {
  margin-top: 15px;
  border: 1px solid rgba(175, 105, 99, 0.2);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.manager-panel .generated-link label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #2d3436;
}
.manager-panel .generated-link .link-input-wrapper {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 10px;
}
@media (max-width: 576px) {
  .manager-panel .generated-link .link-input-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}
.manager-panel .generated-link .link-input {
  flex: 1;
  border: 1px solid rgba(175, 105, 99, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #2d3436;
  background: #fff;
  transition: all 0.2s ease;
}
.manager-panel .generated-link .link-input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(175, 105, 99, 0.15);
}
.manager-panel .hidden {
  display: none !important;
}

.related-products {
  margin-top: 40px;
}

.product {
  position: relative;
}
.product-card {
  position: relative;
  transition: var(--trs);
}
.product-card__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.product-card__loop {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 576px) {
  .product-card__loop {
    width: calc(50% - 5px);
  }
}
.product-card__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
.product-card__thumb .swiper-pagination {
  left: 50%;
  display: flex;
  border-radius: 10px;
  padding: 5px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
}
.product-card__thumb .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
}
.product-card__thumb .swiper-pagination-bullet-active {
  background: #fff;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.product-card__thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-card__slide {
  margin: 0;
  padding: 0;
}
.product-card__link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.product-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  color: var(--color-text);
}
.product-card__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50px;
  background: #fff;
  gap: 8px;
}
.product-card__price .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  color: #000;
}
.product-card__price .price ins {
  text-decoration: none;
}
.product-card__price .price.price__newprice {
  order: 1;
  font-weight: 600;
  font-size: 16px;
  color: #fd3737;
}
.product-card__price .price.price__oldprice {
  position: relative;
  order: 2;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6);
}
.product-card__price .price.price__oldprice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
}
.product-card:hover .btn {
  width: calc(100% - 30px);
  background: rgb(238, 164, 177);
  gap: 10px;
}
@media (max-width: 576px) {
  .product-card:hover .btn {
    width: auto;
    aspect-ratio: 1/1;
  }
}
.product-card:hover .btn.added {
  background: #239d3d;
}
.product-card:hover .btn span {
  width: auto;
  opacity: 1;
  visibility: visible;
}
.product-card .btn {
  z-index: 20;
}
.product-bage {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 90;
  border-radius: 13px;
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 576px) {
  .product-bage {
    padding: 2px 5px;
    font-size: 10px;
  }
}
.product-bage.new {
  background-color: #00aa52;
}
.product-bage.sale {
  background-color: #ffb300;
}
.product-bage.hit {
  background-color: #8e7cc3;
}
.product__wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px;
}
@media (max-width: 576px) {
  .product__wrap {
    margin: 0 0 30px;
  }
}
.product__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 576px) {
  .product__row {
    flex-direction: column;
  }
}
.product__price {
  margin-top: 20px;
}
.product__price p.price {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 36px;
}
.product__price p.price .screen-reader-text {
  display: none !important;
}
.product__price p.price > del {
  position: relative;
  order: 2;
  margin-left: 10px;
  font-size: 20px;
  color: rgb(var(--color-text), 0.9);
  opacity: 1;
}
.product__price p.price > del::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--color-text);
  transform: translate(-50%, -50%);
}
.product__price p.price > ins {
  order: 1;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #fd3737;
}
.product-gallery {
  position: relative;
  margin-right: 50px;
  max-width: 701px;
}
@media (max-width: 1024px) {
  .product-gallery {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.product-gallery__wrap {
  position: sticky;
  top: 50px;
  display: flex;
  gap: 26px;
}
.product-gallery img {
  width: 100%;
  height: auto;
}
.product-slider-big {
  border-radius: 20px;
  width: 512px;
  aspect-ratio: 3/4;
}
@media (max-width: 576px) {
  .product-slider-big {
    width: 100%;
    height: auto;
  }
}
.product-slider-big:hover .product-slider-big__nav-btn {
  opacity: 1;
  pointer-events: auto;
}
.product-slider-big.swiper {
  padding-bottom: 0;
}
.product-slider-big__pagination,
.product-slider-big .product-slider-big__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 10;
  display: none;
}
.product-slider-big__pagination.swiper-pagination, .product-slider-big__pagination,
.product-slider-big .product-slider-big__pagination.swiper-pagination,
.product-slider-big .product-slider-big__pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.product-slider-big__pagination .swiper-pagination-bullet,
.product-slider-big .product-slider-big__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.product-slider-big__pagination .swiper-pagination-bullet-active,
.product-slider-big .product-slider-big__pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media (max-width: 576px) {
  .product-slider-big .product-slider-big__pagination,
  .product-slider-big .product-slider-big__pagination.swiper-pagination {
    display: flex;
  }
}
.product-slider-big__nav-btn {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #000;
  background: #fff;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}
.product-slider-big__nav-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  background: #f8f8f8;
}
.product-slider-big__nav-btn--prev {
  left: 20px;
}
.product-slider-big__nav-btn--next {
  right: 20px;
}
.product-slider-big__nav-btn:disabled, .product-slider-big__nav-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-slider-big__nav-btn svg {
  width: 18px;
  height: 18px;
}
.product-slider-big img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
.product-slider-thumbs {
  order: -1;
  overflow: hidden;
  width: 100px;
  height: 683px;
  max-height: 683px;
}
@media (max-width: 576px) {
  .product-slider-thumbs {
    display: none;
  }
}
.product-slider-thumbs__item {
  position: relative;
  overflow: hidden;
  border-radius: 16.6667px;
  width: 100px;
  height: auto;
  aspect-ratio: 3/4;
}
@media (max-width: 576px) {
  .product-slider-thumbs__item {
    border-radius: 10px;
    width: 50px;
    height: auto;
  }
}
.product-slider-thumbs__item:hover .product-slider-thumbs__item--icon {
  background: rgba(255, 255, 255, 0.9);
}
.product-slider-thumbs__item--icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: var(--trs);
  cursor: pointer;
}
.product-slider-thumbs__item img {
  width: inherit;
  height: inherit;
}
.product-slider-thumbs-nav {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.product-slider-thumbs-nav__btn {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #000;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: all;
}
.product-slider-thumbs-nav__btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  background: #f8f8f8;
}
.product-slider-thumbs-nav__btn--prev {
  top: 20px;
}
.product-slider-thumbs-nav__btn--next {
  bottom: 20px;
}
.product-slider-thumbs-nav__btn:disabled, .product-slider-thumbs-nav__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-slider-thumbs-nav__btn svg {
  width: 18px;
  height: 18px;
}
.product-slider-thumbs .swiper-slide {
  width: 100px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 576px) {
  .product-slider-thumbs .swiper-slide {
    width: 50px;
    height: auto;
  }
}
.product-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.7;
  cursor: default;
}
.product-slider-thumbs .swiper-slide img {
  width: inherit;
  height: inherit;
}
.product-summary {
  border-radius: 35px;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 576px) {
  .product-summary {
    margin-top: 30px;
  }
}
.product-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .product-title {
    justify-content: flex-start;
  }
}
.product-title__share {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .product-title__share {
    display: none;
  }
}
.product-title h1 {
  margin: 0 !important;
  padding-right: 40px;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 120% !important;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 576px) {
  .product-title h1 {
    padding-right: 40px;
    line-height: 150% !important;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .product-title h1 {
    font-size: 6vw !important;
  }
}
.product-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  gap: 20px;
}
@media (max-width: 576px) {
  .product-group {
    flex-direction: column;
    margin-top: 30px;
  }
}
.product-group .quantity {
  margin-left: auto !important;
}
.product-group.oneprice .quantity {
  margin-left: 0 !important;
}
.product-group .price {
  display: flex;
  align-items: center;
}
.product-group .price .screen-reader-text {
  display: none !important;
}
.product-group .price bdi {
  order: 1;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.03em;
}
.product-group .price bdi ins {
  font-weight: 600 !important;
}
.product-group .price ins {
  font-size: 36px;
  color: #fd3737;
}
.product-group .price del {
  position: relative;
  order: 2;
  margin-left: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.product-group .price del::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--color-text);
  transform: translate(-50%, -50%);
}
.product-group .price del bdi {
  font-size: 20px !important;
}
.product-group .btn-order {
  flex: 1;
  font-size: 14px;
}
@media (max-width: 576px) {
  .product-group .btn-order {
    display: flex;
    padding: 15px;
    width: 100%;
    height: 50px;
  }
}
.product-block {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px;
}
.product-block__item.active .product-block__title ins {
  transform: rotate(180deg);
}
.product-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-block__title:hover span {
  color: var(--color-accent);
}
.product-block__title span {
  font-weight: 500;
  font-size: 24px;
  transition: var(--trs);
}
.product-block__title ins {
  width: 24px;
  height: 24px;
  background: url("../../assets/img/svg/icon--arrow-select.svg") no-repeat center center;
  background-size: 16px 16px;
  transition: var(--trs);
}
.product-block__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.product-block__text {
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  text-wrap: pretty;
}
.product-block__text > ul {
  padding-top: 15px;
}
.product-block__text p {
  padding-top: 15px;
}
.product-block__video video {
  margin-top: 15px;
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 576px) {
  .product-btn-order {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    gap: 5px;
  }
}
.product-btn-order .btn-oneclick {
  display: none;
}
@media (max-width: 576px) {
  .product-btn-order .btn-oneclick {
    display: flex;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .product-btn-order .btn {
    flex: 1;
    border-radius: 15px;
    padding: 17px 10px;
    min-width: calc(50% - 10px);
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-btns .btn-oneclick {
    display: none;
  }
}
.product-market {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  background: #fafafa;
  gap: 25px;
}
@media (max-width: 576px) {
  .product-market {
    justify-content: center;
    padding: 10px;
  }
}
.product-market + .product-market {
  margin-top: 15px;
}
.product-market__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
.product-market__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-market__icon svg {
  width: 100%;
  height: 100%;
  fill: #61504d;
}
.product-market__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: var(--color-text);
  gap: 5px;
}
.product-market__text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 576px) {
  .product-market__text span {
    font-size: 12px;
  }
}
.product-market__text strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text);
}
.product .container {
  width: 100%;
}

.btn-video {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 16px;
  padding: 14px 20px;
  text-decoration: none;
  color: #fff;
  background: #25d366;
  transition: var(--trs);
  gap: 14px;
}
@media (max-width: 576px) {
  .btn-video {
    padding: 12px 16px;
    gap: 10px;
  }
}
.btn-video svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: #fff;
}
.btn-video__wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.btn-video span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.btn-video p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.9;
}
.btn-video:hover {
  color: #fff;
  background: #1da851;
  transform: translateY(-1px);
}

.user-photos {
  position: relative;
}
.user-photos__title {
  margin-bottom: 25px;
}
.user-photos__title h3 {
  font-weight: 500 !important;
  font-size: 24px !important;
  transition: var(--trs);
}
@media (max-width: 576px) {
  .user-photos__title h3 {
    font-size: 24px;
  }
}
.user-photos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 576px) {
  .user-photos__row {
    gap: 10px;
  }
}
.user-photos__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: calc(20% - 12px);
  max-width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .user-photos__item {
    width: calc(25% - 11.25px);
  }
}
@media (max-width: 576px) {
  .user-photos__item {
    width: calc(33.333% - 6.67px);
  }
}
.user-photos__item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.user-photos__item--hidden {
  display: none;
}
.user-photos__item--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.user-photos__item--overlay .user-photos__count {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-photos__item--overlay .user-photos__count span {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 576px) {
  .user-photos__item--overlay .user-photos__count span {
    font-size: 20px;
  }
}
.user-photos__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.user-photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.user-photos__item:hover img {
  transform: scale(1.05);
}

.tabs {
  position: relative;
}

.tabs__list {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  border-bottom: 2px solid #f4e9e1;
  padding: 0;
  gap: 25px;
}
@media (max-width: 576px) {
  .tabs__list {
    overflow-x: scroll;
    margin: 0 -15px;
    gap: 0;
    scrollbar-width: none;
  }
}
.tabs__list::-webkit-scrollbar {
  display: none;
}

.tabs__item {
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .tabs__item {
    padding: 0 15px;
  }
}

.tabs__btn {
  position: relative;
  border: none;
  padding: 15px 45px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .tabs__btn {
    padding: 15px 0;
  }
}
.tabs__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border-bottom: 2px solid transparent;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: var(--trs);
}
.tabs__btn:hover {
  color: #000;
  background-color: #fff;
}

.tabs__btn--active {
  color: #000;
  background-color: #fff;
  pointer-events: none;
}
.tabs__btn--active::before {
  border-bottom: 2px solid var(--color-accent, #af6963);
}

.tabs__content {
  display: none;
  background-color: #fff;
}

.tabs__content--active {
  display: block;
}

.product-desc {
  padding: 30px 0;
}
.product-desc p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
}
.product-desc p:last-child {
  margin-bottom: 0;
}

.product-desc__preview,
.product-desc__full {
  margin-bottom: 20px;
}

.product-desc__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  border: 1px solid rgba(186, 139, 102, 0.2);
  border-radius: 12px;
  padding: 14px 28px;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(186, 139, 102, 0.15);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ba8b66;
  background: linear-gradient(135deg, #f4e9e1 0%, #f0e4d7 100%);
  transition: var(--trs);
  cursor: pointer;
}
.product-desc__toggle:hover {
  border-color: rgba(186, 139, 102, 0.3);
  box-shadow: 0 4px 16px rgba(186, 139, 102, 0.25);
  color: #a07050;
  background: linear-gradient(135deg, #f0e4d7 0%, #ecddd0 100%);
  transform: translateY(-1px);
}
.product-desc__toggle:focus {
  outline: none;
  border-color: rgba(186, 139, 102, 0.5);
  box-shadow: 0 0 0 3px rgba(186, 139, 102, 0.1);
}
.product-desc__toggle:active {
  background: linear-gradient(135deg, #ecddd0 0%, #e8d8c8 100%);
  transform: translateY(0);
}
@media (max-width: 576px) {
  .product-desc__toggle {
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 16px 24px;
    width: 100%;
    min-width: auto;
    max-width: none;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.attributes-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  gap: 0;
}
@media (max-width: 768px) {
  .attributes-ul {
    grid-template-columns: 1fr;
  }
}
.attributes-ul li {
  border-bottom: 1px solid #f4e9e1;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text);
}
.attributes-ul li:nth-child(odd) {
  border-right: 1px solid #f4e9e1;
}
@media (max-width: 768px) {
  .attributes-ul li:nth-child(odd) {
    border-right: none;
  }
}
.attributes-ul li strong {
  margin-right: 6px;
  font-weight: 600;
  color: #555;
}

.products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 24px;
}
@media (max-width: 576px) {
  .products {
    margin-bottom: 30px;
    gap: 30px 10px;
  }
}
.products.loading {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
  /* Отключает клики во время загрузки */
}
.products.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.products {
  /* Анимация для спиннера */
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.products__loop {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
}
@media (max-width: 576px) {
  .products__loop {
    gap: 6px;
  }
}
.products__loop .product-card__loop {
  flex: 1 1 calc(25% - 15px);
  height: unset;
}
@media (max-width: 1024px) {
  .products__loop .product-card__loop {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .products__loop .product-card__loop {
    flex: 1 1 calc(50% - 6px);
  }
}
.products .loop-swiper-button-prev {
  left: -22px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .products .loop-swiper-button-prev {
    left: 0;
  }
}
.products .loop-swiper-button-next {
  right: -22px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .products .loop-swiper-button-next {
    right: 0;
  }
}

.products-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.products-loader__spinner {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  gap: 10px;
}
.products-loader__spinner::before {
  content: "";
  border: 2px solid #f3f3f3;
  border-top: 2px solid #666;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catalog__filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  background: #f1f1f1;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 8px;
}
.catalog__filter-toggle:hover {
  background-color: #f8f9fa;
}
.catalog__filter-toggle svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .catalog__filter-toggle {
    display: flex;
  }
}

.catalog__filter-close {
  display: none;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 8px;
  cursor: pointer;
}
.catalog__filter-close svg {
  width: 24px;
  height: 24px;
  color: #666;
  transition: color 0.2s ease;
}
.catalog__filter-close:hover svg {
  color: #333;
}
@media (max-width: 1024px) {
  .catalog__filter-close {
    display: flex;
  }
}

.catalog-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .catalog-layout {
    flex-direction: column;
    gap: 20px;
  }
}
.catalog-layout__filters {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}
@media (max-width: 1024px) {
  .catalog-layout__filters {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    flex: none;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .catalog-layout__filters.is-open {
    transform: translateX(0);
  }
}
.catalog-layout__filters .br_widgets_sidebar {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  background-color: #f8f9fa;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget {
  margin-bottom: 25px;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget:last-child {
  margin-bottom: 0;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget .br_widget_title {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li {
  margin-bottom: 8px;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li:last-child {
  margin-bottom: 0;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  transition: color 0.2s ease;
  cursor: pointer;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li label:hover {
  color: #007cba;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li label input[type=checkbox],
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li label input[type=radio] {
  margin-top: 0;
  margin-right: 8px;
}
.catalog-layout__filters .br_widgets_sidebar .br_widget ul li label .count {
  margin-left: auto;
  font-size: 12px;
  color: #999;
}
.catalog-layout__filters .br_widgets_sidebar .br_apply_filters {
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #007cba;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.catalog-layout__filters .br_widgets_sidebar .br_apply_filters:hover {
  background-color: #005a87;
}
.catalog-layout__filters .br_widgets_sidebar .bapf_reset {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.catalog-layout__filters .br_widgets_sidebar .bapf_reset:hover {
  border-color: #999;
  background-color: #f8f9fa;
}
.catalog-layout__filters .berocket_single_filter_widget_7932 {
  position: sticky;
  bottom: 0;
}
.catalog-layout__filters .bapf_ckbox ul li + li {
  margin-top: 7px !important;
}
.catalog-layout__filters .checked.bapf_tax_pa_color {
  position: relative;
}
.catalog-layout__filters .checked.bapf_tax_pa_color::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.catalog-layout__filters .checked.bapf_tax_pa_color::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ffffff" stroke-width="2.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 13l4 4L19 7"/></svg>') no-repeat center/contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.catalog-layout__filters--apply {
  display: block;
  margin-top: 50px;
}
.catalog-layout__filters--apply button {
  border: none;
  border-radius: 6px;
  padding: 17px 40px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background: #28a745;
  transition: var(--trs);
}
.catalog-layout__filters--apply button:hover {
  color: #fff;
  background-color: var(--color-text);
}
.catalog-layout__filters .bapf_sfilter {
  display: block;
}
.catalog-layout__filters .bapf_sfilter button.bapf_reset {
  border: none;
  border-radius: 6px;
  padding: 17px 40px;
  width: 100%;
  font-weight: 700;
  color: #333;
  background: #f1f1f1;
  transition: var(--trs);
}
.catalog-layout__filters .bapf_sfilter button.bapf_reset:hover {
  color: #fff;
  background-color: var(--color-text);
}
.catalog-layout__products {
  flex: 1;
  min-width: 0;
}
@media (max-width: 576px) {
  .catalog-layout__products {
    width: 100%;
  }
}
.catalog-layout__products .woocommerce-result-count,
.catalog-layout__products .woocommerce-ordering {
  margin-bottom: 20px;
}
.catalog-layout__products .woocommerce-ordering {
  float: right;
}
@media (max-width: 576px) {
  .catalog-layout__products .woocommerce-ordering {
    float: none;
    width: 100%;
  }
}
.catalog-layout__products .woocommerce-ordering select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
}
.catalog-layout__products .woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.catalog-layout__products .woocommerce-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.catalog-layout__products .woocommerce-pagination .page-numbers:hover, .catalog-layout__products .woocommerce-pagination .page-numbers.current {
  border-color: #007cba;
  color: #fff;
  background-color: #007cba;
}

.products-slider-wrap {
  position: relative;
}

.products-slider .swiper-slide {
  height: auto;
}
.products-slider .product-card__link {
  pointer-events: none;
}
.products-slider .product-card__slide-link {
  display: block;
}

.loop-swiper-button-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: translateY(-50%);
  transition: var(--trs);
  cursor: pointer;
}
.loop-swiper-button-arrow:hover {
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.15);
  background-color: var(--color-accent);
  transition: var(--trs);
  cursor: pointer;
}
.loop-swiper-button-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.loop-swiper-button-arrow svg {
  width: 16px;
  height: 16px;
}
.loop-swiper-button-arrow.loop-swiper-button-prev {
  left: -16px;
}
.loop-swiper-button-arrow.loop-swiper-button-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .loop-swiper-button-arrow.loop-swiper-button-prev {
    left: 0;
  }
}
.loop-swiper-button-arrow.loop-swiper-button-next {
  right: -16px;
}
@media (max-width: 576px) {
  .loop-swiper-button-arrow.loop-swiper-button-next {
    right: 0;
  }
}

.section-hits-slider {
  padding: 50px 0;
}

.section-new-slider {
  padding: 50px 0;
  background: #fafafa;
}

.section-related-slider {
  padding: 50px 0;
}

.section-recently-viewed {
  padding: 50px 0;
  background: #fafafa;
}

.section-title--with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title__icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.section-title__link {
  font-size: 16px;
  text-decoration: none;
  color: #4b4342;
  transition: var(--trs);
}
.section-title__link:hover {
  opacity: 0.7;
}

.form {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
.form__center {
  justify-content: center;
}
.form__item {
  width: calc(100% - 15px);
}
.form__item + .form__item {
  margin: 10px 0 0;
}
.form__item-3 {
  margin: 0 7.5px;
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 576px) {
  .form__item-3 {
    margin: 0 7.5px 15px;
    width: 100%;
  }
}
.form__item-3 + .form__item-3 {
  margin: 0 7.5px;
}
.form__item input[type=email],
.form__item input[type=text],
.form__item input[type=tel] {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 25px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  background-color: #fafafa;
}
.form__item input[type=email]::-moz-placeholder,
.form__item input[type=text]::-moz-placeholder,
.form__item input[type=tel]::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.form__item input[type=email]::-moz-placeholder, .form__item input[type=text]::-moz-placeholder, .form__item input[type=tel]::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.form__item input[type=email]::placeholder,
.form__item input[type=text]::placeholder,
.form__item input[type=tel]::placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.form__item textarea {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 19px 15px 25px;
  width: 100%;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  background-color: #fafafa;
}
.form__item textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.form__item textarea::placeholder {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
@media (max-width: 576px) {
  .form__item input[type=submit] {
    margin-top: 15px;
  }
}
.form__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -7.5px;
}
.form-callback {
  margin: 0 auto 20px;
  max-width: 500px;
}

.wpcf7-form {
  position: relative;
  margin: 0 auto 70px;
}
.wpcf7-form.submitting {
  opacity: 0.5;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 20px auto 0;
  border-color: transparent !important;
  border-radius: 10px;
  padding: 30px;
  max-width: 1080px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.section-form-callback .wpcf7 form.sent .wpcf7-response-output,
.section-form-callback .wpcf7 form.failed .wpcf7-response-output,
.section-form-callback .wpcf7 form.aborted .wpcf7-response-output,
.section-form-callback .wpcf7 form.invalid .wpcf7-response-output {
  max-width: 500px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

.wpcf7-not-valid-tip {
  margin: 5px 0 0 15px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.03em;
  text-align: left;
}

.section-faq {
  padding: 80px 0 100px;
}
@media (max-width: 1024px) {
  .section-faq {
    padding: 50px 0 60px;
  }
}

.faq {
  margin: 30px auto 0;
  max-width: 840px;
}
@media (max-width: 1024px) {
  .faq {
    margin: 20px 0 0;
  }
}
.faq__item {
  padding: 25px 0;
}
.faq__item + .faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  border: none;
  width: 100%;
  font-weight: 400;
  font-size: 28px;
  line-height: 181%;
  letter-spacing: -0.06em;
  text-align: left;
  color: #fff;
  background: transparent;
  transition: var(--trs);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .faq__question {
    font-size: 20px;
    line-height: 150%;
  }
}
.faq__question:hover {
  color: var(--color-accent);
}
.faq__question .faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.faq__question .faq__icon svg {
  display: block;
  stroke: currentColor;
}
.faq__question--active {
  color: var(--color-accent);
}
.faq__question--active .faq__icon {
  transform: rotate(180deg);
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}
.faq__answer-content {
  padding: 8px 0 16px;
}
.faq__answer-content p {
  margin: 10px 0;
  font-size: 17px;
  line-height: 171%;
  letter-spacing: -0.01em;
  color: var(--color-text);
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .faq__answer-content p {
    font-size: 16px;
    line-height: 150%;
  }
}

.fancybox__backdrop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10%;
  height: 10%;
  background-image: var(--bg-image);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  filter: blur(2px);
  transform: scale(11);
}

.fancybox__toolbar {
  padding: 16px;
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-border-radius: 50%;
  --f-button-bg: rgb(91 78 76 / 64%);
  --f-button-hover-bg: rgb(91 78 76 / 74%);
  --f-button-active-bg: rgb(91 78 76 / 84%);
}

.fancybox__nav {
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-width: 48px;
  --f-thumb-height: 48px;
  --f-thumb-gap: 16px;
  --f-thumb-border-radius: 6px;
  --f-thumb-outline: 0;
}

.cart {
  position: relative;
}
.cart__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .cart__wrap {
    flex-direction: column;
  }
}
.cart__form {
  display: flex;
  flex-direction: column;
  width: calc(100% - 320px);
}
@media (max-width: 1440px) {
  .cart__form {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1024px) {
  .cart__form {
    width: 100%;
  }
}
.cart__forms {
  border-radius: 10px;
  padding: 30px 0 20px;
}
@media (max-width: 1024px) {
  .cart__forms {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cart__forms {
    padding: 30px 0 20px;
  }
}
.cart__forms .coupon {
  display: inline-block;
}
@media (max-width: 576px) {
  .cart__forms .coupon {
    width: 100%;
  }
}
.cart__forms .coupon__wrap {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 576px) {
  .cart__forms .coupon__wrap {
    flex-direction: column;
  }
}
.cart__forms .coupon__wrap .btn {
  margin-left: 10px;
  border: none;
  padding: 15px 25px;
}
@media (max-width: 576px) {
  .cart__forms .coupon__wrap .btn {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cart__forms .coupon__wrap .btn {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.cart__forms .coupon__wrap label {
  display: none;
}
.cart__forms .coupon__wrap input {
  border: none;
  border-radius: 60px;
  padding: 0;
  height: 60px;
  max-width: 410px;
  font-weight: 500;
  text-align: center;
  color: var(--color-text);
  background: #f5f5f5;
  padding-block: 0;
  padding-inline: 0;
}
@media (max-width: 576px) {
  .cart__forms .coupon__wrap input {
    width: 100%;
  }
}
.cart__forms .coupon__wrap input::-moz-placeholder {
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.3;
}
.cart__forms .coupon__wrap input::placeholder {
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.3;
}
.cart__table {
  margin-left: auto;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .cart__table {
    margin-top: 0;
    max-width: 100%;
  }
}
.cart__table table {
  background-color: #fafafa;
}
.cart_totals {
  margin-bottom: 30px;
  border-radius: 16px;
  padding: 20px 24px 16px;
  background-color: #fafafa;
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .cart-item {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.cart-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 576px) {
  .cart-inner {
    margin-top: 30px;
    width: 100%;
  }
}
.cart-thumbnail {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100px;
}
@media (max-width: 576px) {
  .cart-thumbnail {
    flex: 0 0 50px;
    margin-right: 0;
    width: 50px;
  }
}
.cart-thumbnail img {
  border-radius: 10px;
  width: 100px;
  height: auto;
}
@media (max-width: 576px) {
  .cart-thumbnail img {
    width: 50px;
    height: auto;
  }
}
.cart-name {
  flex: 0 0 auto;
  flex-grow: 1;
  padding-left: 15px;
  max-width: 340px;
}
@media (max-width: 576px) {
  .cart-name {
    flex: 0 0 0 calc(100% - 50px);
    margin-right: 0;
    padding-left: 15px;
    width: calc(100% - 50px);
  }
}
.cart-name__attr {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.cart-name a {
  font-size: 16px;
  color: var(--color-text);
}
.cart-quantity {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cart-quantity {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cart-quantity .pro-qty {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .cart-quantity .pro-qty .qty {
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cart-quantity .pro-qty .qty-btn {
    width: 32px;
    height: 42px;
  }
}
.cart-price {
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  color: var(--color-text);
}
.cart-price del {
  margin-right: 5px;
}
.cart-price-old {
  text-decoration: line-through;
  color: #f00;
}
.cart-price-new {
  position: relative;
  margin-left: 15px;
  font-weight: 500;
  cursor: default;
}
.cart-price-new:hover .cart-price-new-tooltip {
  display: block;
}
.cart-price-new-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  border-radius: 5px;
  padding: 5px;
  width: 180px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transform: translateX(-50%);
}
.cart-price-one {
  display: flex;
  padding: 15px 15px 0 0;
  width: auto;
}
@media (max-width: 576px) {
  .cart-price-one {
    padding: 5px 0 0;
    font-size: 14px;
  }
}
.cart-remove {
  position: relative;
}
.cart-remove .remove {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/svg/icon--cart-remove.svg");
  background-size: 24px 24px;
  opacity: 1;
  transition: var(--trs);
}
@media (max-width: 576px) {
  .cart-remove .remove {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.cart-remove .remove:hover {
  opacity: 0.8;
}
.cart .wc-forward {
  display: none !important;
}

.shipping-radio {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shipping-radio__wrap {
  display: flex;
  align-items: center;
}
.shipping-radio input[type=radio] {
  margin-bottom: -3px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.shipping-radio input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.shipping-radio p {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px 30px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.shipping .woocommerce-shipping-destination {
  padding: 10px 10px 10px 0;
  font-size: 14px;
  color: #666;
}

.checkout {
  position: relative;
}
.checkout__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .checkout__wrap {
    flex-direction: column;
  }
}
.checkout-detals {
  padding-right: 112px;
  width: calc(100% - 450px);
}
@media (max-width: 576px) {
  .checkout-detals {
    padding-right: 0;
    width: 100%;
  }
}
.checkout-order {
  width: 100%;
  max-width: 450px;
}

.doc {
  position: relative;
  margin: 30px 0 60px;
}
@media (max-width: 576px) {
  .doc {
    margin: 0 0 50px;
  }
}
.doc__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.doc__item {
  position: relative;
  margin: 0 15px 30px;
  width: calc(25% - 30px);
}
@media (max-width: 576px) {
  .doc__item {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
.doc__item a::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.doc__icon {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-accent);
  width: 100%;
  height: auto;
  transition: var(--trs);
  aspect-ratio: 3/4;
}
@media (max-width: 1024px) {
  .doc__icon {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .doc__icon {
    width: 100%;
    height: auto;
  }
}
.doc__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.doc__title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .doc__title {
    font-size: 14px;
  }
}

.single .section-quiz {
  padding: 50px 0;
}

.section-quiz {
  overflow: hidden;
  padding: 0 0 50px;
  background-color: #f9f5f2;
}

.quiz {
  position: relative;
  padding: 0 0 50px;
  background-color: #f9f5f2;
}
@media (max-width: 576px) {
  .quiz {
    padding: 0 0 50px;
  }
}
.quiz__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-text);
}
@media (max-width: 576px) {
  .quiz__title {
    font-size: 20px;
    line-height: 150%;
  }
}
.quiz__wrap {
  margin-top: 8px;
}
.quiz__box {
  display: none;
}
@media (max-width: 576px) {
  .quiz__box {
    flex-direction: column;
  }
}
.quiz__box.active {
  display: flex;
}
.quiz__box.showbtn .quiz-nav__next {
  opacity: 1;
  visibility: visible;
}
.quiz__content {
  width: 100%;
  max-width: 784px;
}
.quiz__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
  max-width: 784px;
}
.quiz__card {
  margin: 0 8px 50px;
  width: calc(25% - 16px);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .quiz__card {
    margin: 0 8px 15px;
    width: calc(50% - 16px);
  }
}
.quiz__card:hover .quiz__card-thumb::before {
  background-color: #e2d7cf;
}
.quiz__card.active .quiz__card-thumb::before {
  background-color: #ffd057;
}
.quiz__card.active .quiz__card-thumb::after {
  border: 3px solid #f2f2f2;
}
.quiz__card.black .quiz__card-thumb--black {
  display: block;
}
.quiz__card.black .quiz__card-thumb--white {
  display: none;
}
.quiz__card.black .quiz__card-thumb--nocircle {
  display: none;
}
.quiz__card.white .quiz__card-thumb--white {
  display: block;
}
.quiz__card.white .quiz__card-thumb--black {
  display: none;
}
.quiz__card.circle .quiz__card-thumb--circle {
  display: block;
}
.quiz__card.circle .quiz__card-thumb--nocircle {
  display: none;
}
.quiz__card.nocircle .quiz__card-thumb--nocircle {
  display: block;
}
.quiz__card.nocircle .quiz__card-thumb--circle {
  display: none;
}
.quiz__card-thumb {
  position: relative;
  border-radius: 6px;
}
.quiz__card-thumb::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 6px;
  background-color: transparent;
  transition: var(--trs);
}
.quiz__card-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 15;
  border: 3px solid transparent;
  border-radius: 6px;
  transition: var(--trs);
}
.quiz__card-thumb--square {
  aspect-ratio: 1/1;
}
.quiz__card-thumb--white {
  display: none;
}
.quiz__card-thumb img {
  position: relative;
  z-index: 10;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.quiz__card span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.quiz__info {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 284px;
}
@media (max-width: 576px) {
  .quiz__info {
    margin-top: 50px;
    max-width: 100%;
  }
}
.quiz__info--wrap {
  position: relative;
}
.quiz__desc {
  position: relative;
  z-index: 10;
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}
.quiz__desc--icon {
  margin-bottom: 10px;
}
.quiz__desc--icon svg {
  width: 48px;
  height: 48px;
  fill: #d8a580;
}
.quiz__desc--image {
  margin-bottom: 15px;
}
.quiz__desc--title {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.quiz__desc--wrap {
  margin-bottom: 16px;
}
.quiz__desc--wrap .quiz__desc--title {
  margin-bottom: 0 !important;
}
.quiz__desc--wrap span {
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 20px;
}
.quiz__desc--wrap span:last-child {
  margin: 0;
  padding: 0;
}
.quiz__desc--content p {
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 20px;
}
.quiz__desc--content p:last-child {
  margin: 0;
  padding: 0;
}
.quiz__image {
  position: absolute;
  left: -84px;
  bottom: -120px;
  width: 736px;
  height: 503px;
}
@media (max-width: 576px) {
  .quiz__image {
    display: none;
  }
}
.quiz__image img {
  width: 736px;
  height: 503px;
}
.quiz-nav {
  position: relative;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .quiz-nav {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.quiz-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  width: 100%;
  max-width: 184px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: #f4e9e1;
  transition: var(--trs);
  cursor: pointer;
}
@media (max-width: 576px) {
  .quiz-nav__btn {
    max-width: 170px;
  }
}
.quiz-nav__btn:hover {
  background: #ffd057;
}
.quiz-nav__btn svg {
  width: 20px;
  height: 20px;
}
.quiz-nav__disable {
  background: #f4e9e1 !important;
  opacity: 0.6;
  cursor: default;
}
.quiz-nav__prev svg {
  margin-right: 4px;
}
.quiz-nav__next {
  background: #ffd057;
  opacity: 0;
  visibility: hidden;
  transition: var(--trs);
}
.quiz-nav__next svg {
  margin-left: 4px;
}
.quiz-progress__count {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
  max-width: 784px;
}
@media (max-width: 576px) {
  .quiz-progress__count {
    margin: 0 -2px;
  }
}
.quiz-progress__count div {
  margin: 0 8px 60px;
  border-radius: 30px;
  width: calc(16.6666666667% - 16px);
  height: 8px;
  background: #ebe6e3;
}
@media (max-width: 576px) {
  .quiz-progress__count div {
    margin: 0 2px 30px;
    width: calc(16.6666666667% - 4px);
    height: 4px;
  }
}
.quiz-progress__count div.active {
  background: #ffd057;
}
.quiz-progress span {
  display: block;
  margin-bottom: 5px;
  padding-right: 16px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  text-align: right;
}
@media (max-width: 576px) {
  .quiz-progress span {
    padding-right: 4px;
  }
}
.quiz-color {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.quiz-color__title {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 110%;
}
.quiz-color__row {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.quiz-color__item {
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 5px;
  background: #fff;
  transition: var(--trs);
  cursor: pointer;
}
.quiz-color__item:hover {
  background: #f4e9e1;
}
.quiz-color__item.active {
  background: #ffd057 !important;
}
.quiz-color__item.black ins {
  border: 2px solid rgba(0, 0, 0, 0);
  background: #000;
}
.quiz-color__item.white ins {
  background: #fff;
}
.quiz-color__item ins {
  margin-right: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 24px;
  height: 24px;
}
.quiz-color__item span {
  padding: 5px 15px 5px 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
}
.quiz-color__item + .quiz-color__item {
  margin-left: 10px;
}
.quiz-filter__title {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 110%;
}
.quiz-filter__row {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.quiz-filter__item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .quiz-filter__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.quiz-filter__item--row {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
@media (max-width: 576px) {
  .quiz-filter__item--row {
    margin-left: 0;
  }
}
.quiz-filter__item--li {
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 5px;
  background: #fff;
  transition: var(--trs);
  cursor: pointer;
}
.quiz-filter__item--li:hover {
  background: #f4e9e1;
}
.quiz-filter__item--li.active {
  background: #ffd057 !important;
}
.quiz-filter__item--li.active ins {
  border: 2px solid rgba(0, 0, 0, 0);
  background: #000;
}
.quiz-filter__item--li ins {
  margin-right: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .quiz-filter__item--li ins {
    width: 16px;
    height: 16px;
  }
}
.quiz-filter__item--li span {
  padding: 5px 15px 5px 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .quiz-filter__item--li span {
    padding: 3px 6px 3px 3px;
  }
}
.quiz-filter__item--li + .quiz-filter__item--li {
  margin-left: 10px;
}
.quiz-filter__item--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 18px;
  padding: 5px 10px;
  background: #f4e9e1;
  transition: var(--trs);
  cursor: pointer;
}
.quiz-filter__item--btn:hover {
  background: #fff;
}
.quiz-filter__item--btn span {
  padding: 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .quiz-filter__item--btn span {
    padding: 3px 6px 3px 3px;
  }
}
.quiz-success {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffd057;
}
.quiz-success__close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999;
  border-radius: 6px;
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.quiz-success__close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.quiz-success.callback {
  overflow-y: auto;
}
@media (max-width: 576px) {
  .quiz-success.callback {
    overflow-y: auto;
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.quiz-success.callback .callback__bg {
  position: fixed;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
}
.badge-inline {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.badge span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 8px 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #18191c;
  gap: 10px;
}
.badge span.new {
  background: #01aaff;
}
.badge span.hit {
  background: #ff5d02;
}

.social {
  display: flex;
  gap: 10px;
}
.social__item {
  position: relative;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fafafa;
}
@media (max-width: 1024px) {
  .social__item {
    width: 40px;
    height: 40px;
  }
}
.social__item--white {
  transition: var(--trs);
}
.social__item--white:hover {
  background: rgba(30, 31, 35, 0.3);
}
.social__item--white svg {
  width: 20px;
  height: 20px;
  fill: var(--color-text) !important;
}
.social__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  fill: var(--color-light);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .social__item svg {
    width: 20px;
    height: 20px;
  }
}

.pro-qty {
  display: flex;
  align-items: center;
}
.pro-qty .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  transition: var(--trs);
  cursor: pointer;
}
.pro-qty .qty-btn:hover {
  color: #fff;
  background-color: var(--color-accent);
}
.pro-qty .qty-btn.dec {
  order: 1;
  border-radius: 60px 0 0 60px;
  font-weight: 500;
}
.pro-qty .qty-btn.inc {
  order: 3;
  border-radius: 0 60px 60px 0;
  font-weight: 500;
}
.pro-qty .qty {
  order: 2;
  margin: 0 1px;
  border: none;
  padding: 0;
  width: 100px;
  height: 60px;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  color: var(--color-text);
  background: #f1f1f1;
}

.added_to_cart {
  display: none !important;
}

.checkout_coupon p:first-child {
  display: none;
}
.checkout-coupon {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 576px) {
  .checkout-coupon {
    flex-direction: column;
  }
}
.checkout-coupon__text input {
  border: none !important;
  border-radius: 10px !important;
  padding-left: 16px !important;
  height: 50px !important;
  max-width: 410px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-text);
  background: #f5f5f5;
}
@media (max-width: 576px) {
  .checkout-coupon__text input {
    width: 100%;
  }
}
.checkout-coupon__text input::-moz-placeholder {
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.3;
}
.checkout-coupon__text input::placeholder {
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.3;
}
.checkout-coupon__btn {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .checkout-coupon__btn {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.checkout .form-row label {
  display: block;
  margin-bottom: 10px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
}
.checkout textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 19px 15px 25px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  background: #fafafa;
}
.checkout textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}
.checkout textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: var(--color-text);
  opacity: 1;
}

.woocommerce-input-wrapper input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 10px 25px;
  padding-left: 16px !important;
  height: 50px !important;
  max-width: 410px !important;
  font-weight: 400;
  color: var(--color-text);
  background: #fafafa;
}
.woocommerce-input-wrapper input::-moz-placeholder {
  color: var(--color-text);
  opacity: 0.6;
}
.woocommerce-input-wrapper input::placeholder {
  color: var(--color-text);
  opacity: 0.6;
}

.embed-container {
  /* IE6 workaround */
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  /* 16/9 ratio */
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  width: 100% !important;
  height: 100% !important;
}

.breadcrumbs {
  position: relative;
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
@media (max-width: 576px) {
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}

.rank-math-breadcrumb {
  position: relative;
  padding: 25px 0;
  font-weight: 400;
  font-size: 14px;
  color: #61504d;
}
@media (max-width: 576px) {
  .rank-math-breadcrumb {
    overflow: auto;
    padding: 15px 0;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.rank-math-breadcrumb a {
  color: currentcolor;
}
.rank-math-breadcrumb .separator {
  margin: 0 5px;
}
.rank-math-breadcrumb .last {
  opacity: 0.8 !important;
}

.posts,
.payments {
  position: relative;
  margin-top: 30px;
}
.posts__wrap,
.payments__wrap {
  border-radius: 10px;
  padding: 50px;
  background: linear-gradient(90deg, #fcfaf9 0%, rgba(252, 250, 249, 0) 100%);
}
@media (max-width: 1024px) {
  .posts__wrap,
  .payments__wrap {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .posts__wrap,
  .payments__wrap {
    padding: 15px;
  }
}
.posts__desc,
.payments__desc {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.posts__img,
.payments__img {
  position: absolute;
  right: 100px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .posts__img,
  .payments__img {
    position: static;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
}
.posts__img svg,
.posts__img img,
.payments__img svg,
.payments__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 380px;
}
.posts__row,
.payments__row {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 30px;
}
@media (max-width: 576px) {
  .posts__row,
  .payments__row {
    gap: 20px;
  }
}
.posts h2,
.payments h2 {
  margin-bottom: 15px;
}
.posts p,
.payments p {
  line-height: 150%;
}
.posts p:last-child,
.payments p:last-child {
  margin-bottom: 0;
}

.posts {
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 30px;
}
.posts__row {
  flex-wrap: wrap;
}
.posts__item {
  flex: 1;
}
@media (max-width: 576px) {
  .posts__item {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
.posts__item img {
  width: auto;
  height: 32px;
}
@media (max-width: 576px) {
  .posts__item img {
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
}

.woocommerce-order-received.page .entry-content {
  width: 100%;
}

.archive .section-block-seo {
  margin-top: 100px;
}

.page-contact {
  position: relative;
}
.page-contact__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px;
  height: 100%;
}
@media (max-width: 576px) {
  .page-contact__wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}
.page-contact-feedback {
  margin-bottom: 60px;
  width: 100%;
}
.page-contact-feedback__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .page-contact-feedback__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .page-contact-feedback__wrap {
    gap: 15px;
  }
}
.page-contact-feedback__wrap:first-child {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .page-contact-feedback__wrap:first-child {
    margin-top: 20px;
  }
}
.page-contact-feedback__wrap:last-child {
  grid-template-columns: 1fr auto;
}
.page-contact-feedback__wrap:last-child > * {
  align-self: end;
}
@media (max-width: 768px) {
  .page-contact-feedback__wrap:last-child {
    grid-template-columns: 1fr;
  }
  .page-contact-feedback__wrap:last-child > * {
    align-self: stretch;
  }
}
.page-contact-feedback__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 576px) {
  .page-contact-feedback__col {
    gap: 15px;
  }
}
.page-contact-feedback__item {
  position: relative;
  width: 100%;
}
.page-contact-feedback__item .wpcf7-list-item {
  margin: 0;
}
.page-contact-feedback__item input[type=text],
.page-contact-feedback__item input[type=email],
.page-contact-feedback__item input[type=tel] {
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 16px 20px;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text, #333);
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text],
  .page-contact-feedback__item input[type=email],
  .page-contact-feedback__item input[type=tel] {
    padding: 14px 18px;
    height: 50px;
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text]:focus,
.page-contact-feedback__item input[type=email]:focus,
.page-contact-feedback__item input[type=tel]:focus {
  outline: none;
  border-color: var(--color-accent, #007cba);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
  background: #fff;
}
.page-contact-feedback__item input[type=text]:hover:not(:focus),
.page-contact-feedback__item input[type=email]:hover:not(:focus),
.page-contact-feedback__item input[type=tel]:hover:not(:focus) {
  border-color: #e0e0e0;
}
.page-contact-feedback__item input[type=text]:-ms-input-placeholder,
.page-contact-feedback__item input[type=email]:-ms-input-placeholder,
.page-contact-feedback__item input[type=tel]:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text]:-ms-input-placeholder,
  .page-contact-feedback__item input[type=email]:-ms-input-placeholder,
  .page-contact-feedback__item input[type=tel]:-ms-input-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text]:-moz-placeholder,
.page-contact-feedback__item input[type=email]:-moz-placeholder,
.page-contact-feedback__item input[type=tel]:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text]:-moz-placeholder,
  .page-contact-feedback__item input[type=email]:-moz-placeholder,
  .page-contact-feedback__item input[type=tel]:-moz-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text]::-moz-placeholder,
.page-contact-feedback__item input[type=email]::-moz-placeholder,
.page-contact-feedback__item input[type=tel]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text]::-moz-placeholder,
  .page-contact-feedback__item input[type=email]::-moz-placeholder,
  .page-contact-feedback__item input[type=tel]::-moz-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text]::-webkit-input-placeholder,
.page-contact-feedback__item input[type=email]::-webkit-input-placeholder,
.page-contact-feedback__item input[type=tel]::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text]::-webkit-input-placeholder,
  .page-contact-feedback__item input[type=email]::-webkit-input-placeholder,
  .page-contact-feedback__item input[type=tel]::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text]::-moz-placeholder, .page-contact-feedback__item input[type=email]::-moz-placeholder, .page-contact-feedback__item input[type=tel]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
.page-contact-feedback__item input[type=text]::placeholder,
.page-contact-feedback__item input[type=email]::placeholder,
.page-contact-feedback__item input[type=tel]::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=text]::-moz-placeholder, .page-contact-feedback__item input[type=email]::-moz-placeholder, .page-contact-feedback__item input[type=tel]::-moz-placeholder {
    font-size: 15px;
  }
  .page-contact-feedback__item input[type=text]::placeholder,
  .page-contact-feedback__item input[type=email]::placeholder,
  .page-contact-feedback__item input[type=tel]::placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=text].wpcf7-not-valid,
.page-contact-feedback__item input[type=email].wpcf7-not-valid,
.page-contact-feedback__item input[type=tel].wpcf7-not-valid {
  border-color: #f44;
  background: #fff5f5;
}
.page-contact-feedback__item label {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.page-contact-feedback__item .wpcf7-form input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: absolute !important;
  margin: 0 !important;
  outline: none !important;
  border: none !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label,
.page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label,
.page-contact-feedback__item .wpcf7-form .wpcf7-list-item label {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding-left: 35px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #666 !important;
  cursor: pointer !important;
}
@media (max-width: 576px) {
  .page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label,
  .page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label,
  .page-contact-feedback__item .wpcf7-form .wpcf7-list-item label {
    padding-left: 30px !important;
    font-size: 13px !important;
  }
}
.page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label::before,
.page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label::before,
.page-contact-feedback__item .wpcf7-form .wpcf7-list-item label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  z-index: 10 !important;
  flex-shrink: 0 !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 4px !important;
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 576px) {
  .page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label::before,
  .page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label::before,
  .page-contact-feedback__item .wpcf7-form .wpcf7-list-item label::before {
    top: 1px !important;
    width: 18px !important;
    height: 18px !important;
  }
}
.page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label::after,
.page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label::after,
.page-contact-feedback__item .wpcf7-form .wpcf7-list-item label::after {
  content: "✓" !important;
  position: absolute !important;
  left: 4px !important;
  top: 1px !important;
  z-index: 11 !important;
  width: 12px !important;
  height: 16px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #fff !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 576px) {
  .page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label::after,
  .page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label::after,
  .page-contact-feedback__item .wpcf7-form .wpcf7-list-item label::after {
    left: 3px !important;
    top: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
.page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label a,
.page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label a,
.page-contact-feedback__item .wpcf7-form .wpcf7-list-item label a {
  text-decoration: underline !important;
  color: var(--color-accent, #007cba) !important;
}
.page-contact-feedback__item .wpcf7-form .wpcf7-acceptance label a:hover,
.page-contact-feedback__item .wpcf7-form .wpcf7-checkbox label a:hover,
.page-contact-feedback__item .wpcf7-form .wpcf7-list-item label a:hover {
  color: var(--color-accent-hover, #005a87) !important;
}
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked + label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked ~ label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked + span label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked ~ span label::before {
  border-color: var(--color-accent, #007cba) !important;
  background: var(--color-accent, #007cba) !important;
}
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked + label::after,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked ~ label::after,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked + span label::after,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:checked ~ span label::after {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:focus + label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:focus ~ label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:focus + span label::before,
.page-contact-feedback__item .wpcf7-form input[type=checkbox]:focus ~ span label::before {
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.2) !important;
}
.page-contact-feedback__item textarea {
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 16px 20px;
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text, #333);
  background: #fff;
  transition: all 0.3s ease;
  resize: vertical;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea {
    padding: 14px 18px;
    min-height: 100px;
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea:focus {
  outline: none;
  border-color: var(--color-accent, #007cba);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
  background: #fff;
}
.page-contact-feedback__item textarea:hover:not(:focus) {
  border-color: #e0e0e0;
}
.page-contact-feedback__item textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea:-ms-input-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea:-moz-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea::-moz-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
.page-contact-feedback__item textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  opacity: 1;
}
@media (max-width: 576px) {
  .page-contact-feedback__item textarea::-moz-placeholder {
    font-size: 15px;
  }
  .page-contact-feedback__item textarea::placeholder {
    font-size: 15px;
  }
}
.page-contact-feedback__item textarea.wpcf7-not-valid {
  border-color: #f44;
  background: #fff5f5;
}
.page-contact-feedback__item input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  height: 54px;
  min-width: 180px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  text-transform: none;
  color: #fff;
  background: var(--color-accent, #007cba);
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 576px) {
  .page-contact-feedback__item input[type=submit] {
    padding: 14px 24px;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
}
.page-contact-feedback__item input[type=submit]:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
  background: var(--color-accent-hover, #005a87);
  transform: translateY(-1px);
}
.page-contact-feedback__item input[type=submit]:active {
  transform: translateY(0);
}
.page-contact-feedback__item input[type=submit]:disabled {
  box-shadow: none;
  opacity: 0.6;
  transform: none;
  cursor: not-allowed;
}
.page-contact-feedback__item input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}
.page-contact-feedback__item.page-contact-feedback__submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-contact-feedback__item.page-contact-feedback__submit {
    justify-content: stretch;
  }
}
.page-contact-feedback__item.page-contact-feedback__submit .wpcf7-spinner {
  display: none;
}
.page-contact-feedback .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  border: 1px solid #fcc;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  color: #f44;
  background: #fff5f5;
}
.page-contact-feedback .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.5;
}
.page-contact-feedback .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #c3e6cb;
  color: #155724;
  background: #d4edda;
}
.page-contact-feedback .wpcf7-response-output.wpcf7-mail-sent-ng, .page-contact-feedback .wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f5c6cb;
  color: #721c24;
  background: #f8d7da;
}
.page-contact-feedback .wpcf7-response-output.wpcf7-spam-blocked {
  border: 1px solid #ffeaa7;
  color: #856404;
  background: #fff3cd;
}
.page-contact-feedback .wpcf7-form.submitting {
  position: relative;
  pointer-events: none;
}
.page-contact-feedback .wpcf7-form.submitting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 100;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
.page-contact-feedback .wpcf7-form.submitting::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  border: 4px solid #f0f0f0;
  border-top: 4px solid var(--color-accent, #007cba);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

.contacts {
  position: relative;
}
.contacts__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0;
  gap: 50px;
}
@media (max-width: 1024px) {
  .contacts__wrap {
    gap: 30px 0;
  }
}
@media (max-width: 576px) {
  .contacts__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__title h2 {
  margin-bottom: 15px;
}
.contacts__item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
@media (max-width: 1024px) {
  .contacts__item {
    flex: 0 0 100%;
    justify-content: flex-start;
    width: 100%;
  }
}
.contacts__item-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
.contacts__item-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--color-accent);
}
.contacts__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contacts__item-text span {
  font-size: 12px;
  line-height: 140%;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__item-text strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-text);
}
.contacts-form {
  display: block;
  margin: 30px 0 50px;
}

.panel-admin {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  display: flex;
}
.panel-admin__edit {
  position: relative;
  border-radius: 24px;
  width: 36px;
  height: 36px;
  background-color: gold;
}
.panel-admin__edit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  background-color: gold;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.panel-admin__edit:hover::before {
  width: 60px;
  height: 60px;
  opacity: 1;
}
.panel-admin__edit:hover span {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.panel-admin__edit span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTY5Ni4xNDNweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTY5Ni4xNjIgMTY5Ni4xNDM7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNjk2LjE2MiAxNjk2LjE0MyIgd2lkdGg9IjE2OTYuMTYycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJwZW4iPjxwYXRoIGQ9Ik0xNjQ4LjAxNiwzMDUuMzY3TDEzOTAuNzk1LDQ4LjE0OUMxMzU5Ljc0NywxNy4wOTgsMTMxOC40NjYsMCwxMjc0LjU1NSwwYy00My45MDcsMC04NS4xODgsMTcuMDk4LTExNi4yMzYsNDguMTQ4ICAgTDgxLjU4NSwxMTI0Ljg2NmMtMTAuMjIsMTAuMjItMTYuODA4LDIzLjUxMS0xOC43NSwzNy44MzNMMC42MDEsMTYyMS4xODZjLTIuNzc0LDIwLjQ0OCw0LjE2MSw0MS4wMTUsMTguNzUzLDU1LjYwNSAgIGMxMi40NzMsMTIuNDczLDI5LjMxMywxOS4zNTIsNDYuNzE0LDE5LjM1MmMyLjk1MiwwLDUuOTIzLTAuMTk3LDguODkxLTAuNjAxbDQ1OC40ODgtNjIuMjMxICAgYzE0LjMyNC0xLjk0NSwyNy42MTUtOC41MjksMzcuODM1LTE4Ljc1MkwxNjQ4LjAxNiw1MzcuODQ0YzMxLjA0OS0zMS4wNDgsNDguMTQ2LTcyLjMzLDQ4LjE0Ni0xMTYuMjM3ICAgQzE2OTYuMTYyLDM3Ny42OTYsMTY3OS4wNjQsMzM2LjQxNSwxNjQ4LjAxNiwzMDUuMzY3eiBNNDkzLjU5OCwxNTA1LjM2NmwtMzUwLjM4MSw0Ny41NThsNDcuNTYtMzUwLjM3Nkw5NTMuNzgsNDM5LjU1NyAgIGwzMDIuODE4LDMwMi44MTlMNDkzLjU5OCwxNTA1LjM2NnogTTE1NTQuNTc1LDQ0NC40MDRsLTIwNC41MzYsMjA0LjUzM2wtMzAyLjgyMS0zMDIuODE4bDIwNC41MzUtMjA0LjUzMiAgIGM4LjIyLTguMjE4LDE3LjgxNC05LjQ0NiwyMi44MDItOS40NDZjNC45ODgsMCwxNC41ODIsMS4yMjgsMjIuODAzLDkuNDQ2bDI1Ny4yMjEsMjU3LjIxOGM4LjIxNyw4LjIxNyw5LjQ0MywxNy44MTIsOS40NDMsMjIuNzk5ICAgUzE1NjIuNzk1LDQzNi4xODYsMTU1NC41NzUsNDQ0LjQwNHoiLz48L2c+PGcgaWQ9IkxheWVyXzEiLz48L3N2Zz4=");
  background-size: 16px 16px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.grecaptcha-badge {
  visibility: hidden;
}

.map {
  position: relative;
  margin: 0 0 50px;
  width: 100%;
}
.map__grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .map__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .map__grid {
    gap: 30px;
  }
}
.map__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  gap: 20px;
}
@media (max-width: 1024px) {
  .map__photos {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .map__photos {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.map__photo {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
@media (max-width: 576px) {
  .map__photo {
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .map__photo:not(.map__photo--large) {
    min-height: 210px;
  }
}
.map__photo:not(.map__photo--large) img {
  max-height: 210px;
}
.map__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.map__photo--large {
  grid-row: 1/-1;
}
@media (max-width: 576px) {
  .map__photo--large {
    grid-row: auto;
    min-height: 250px;
  }
}
.map__photo-group {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 20px;
}
@media (max-width: 1024px) {
  .map__photo-group {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .map__photo-group {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
}
.map__iframe {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 440px;
  background-color: #f1efee;
}
@media (max-width: 1024px) {
  .map__iframe {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .map__iframe {
    min-height: 350px;
  }
}
.map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pulse-black {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 141, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(55, 141, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(55, 141, 255, 0);
  }
}
.fixed-btn {
  position: fixed;
  right: -100%;
  bottom: 50px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-btn__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}
.fixed-btn__item {
  position: relative;
  display: flex;
  border-radius: 55px;
  width: 55px;
  height: 55px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fixed-btn__item:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.fixed-btn__item + .fixed-btn__item {
  margin-top: 15px;
}
.fixed-btn__item svg {
  width: 24px;
  height: 24px;
  fill: var(--color-accent);
  transition: fill 0.2s ease;
}
.fixed-btn__item:hover svg {
  fill: var(--color-accent-hover, var(--color-accent));
}
.fixed-btn__item .count {
  position: absolute;
  right: -6px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  width: 16px;
  height: 16px;
  font-weight: 600;
  font-size: 8px;
  line-height: 7px;
  color: var(--color-light);
  background-color: var(--color-accent);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.fixed-btn__item .count.active {
  opacity: 1;
  visibility: visible;
}
.fixed-btn.show {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.delivery__logo {
  display: grid;
  place-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 30px 0;
  gap: 30px;
}
@media (max-width: 1024px) {
  .delivery__logo {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .delivery__logo {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.delivery__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  min-height: 40px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .delivery__logo-item {
    padding: 12px 15px;
    min-height: 40px;
  }
}
.delivery__logo-item:hover {
  transform: translateY(-2px);
}
.delivery__logo-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 576px) {
  .delivery__logo-item img {
    max-height: 50px;
  }
}
@media (max-width: 576px) {
  .delivery__logo-item:empty {
    display: none;
  }
}

.gotop {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
@media (max-width: 576px) {
  .gotop {
    left: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}
.gotop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gotop:hover button {
  margin: -4px;
  width: 64px;
  height: 64px;
  opacity: 1;
}
.gotop button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #757575;
  opacity: 0.64;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 576px) {
  .gotop button {
    width: 40px;
    height: 40px;
  }
}
.gotop svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
}
@media (max-width: 576px) {
  .gotop svg {
    width: 16px;
    height: 16px;
  }
}

.gallery {
  position: relative;
}
.gallery__loading {
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 90;
  width: 52px;
  height: 52px;
  background-image: url("../../assets/img/svg/icon--loader-dark.svg");
  background-size: 52px 52px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.gallery__loading.hide {
  opacity: 0;
  visibility: hidden;
  transition: var(--trs);
}
.gallery__btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 99994;
  display: none;
  justify-content: center;
}
.gallery__btn button {
  border: none;
  min-width: auto;
  box-shadow: 0 4px 20px rgba(175, 105, 99, 0.4);
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color-text);
  background: var(--color-accent);
}
.gallery__btn button:hover {
  color: #fff;
  background: color-mix(in srgb, var(--color-accent) 85%, #000);
}
.gallery .grid {
  opacity: 0;
  visibility: hidden;
}
.gallery .grid.show {
  opacity: 1;
  visibility: visible;
}

.grid {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 576px) {
  .grid {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.grid-sizer {
  width: 33.3333333333%;
}
@media (max-width: 576px) {
  .grid-sizer {
    width: 50%;
  }
}
.grid-item {
  position: relative;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3333333333% !important;
}
@media (max-width: 576px) {
  .grid-item {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 50% !important;
  }
}
.grid-item:hover .btn-product,
.grid-item:hover .project__block,
.grid-item:hover button, .grid-item:focus .btn-product,
.grid-item:focus .project__block,
.grid-item:focus button {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (max-width: 576px) {
  .grid-item:hover .btn-product,
  .grid-item:hover .project__block,
  .grid-item:hover button, .grid-item:focus .btn-product,
  .grid-item:focus .project__block,
  .grid-item:focus button {
    bottom: 25px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
.grid-item:hover .grid-item-thumb::before, .grid-item:focus .grid-item-thumb::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}
.grid-item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .grid-item-thumb {
    border-radius: 15px;
  }
}
.grid-item-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--trs);
}
@media (max-width: 576px) {
  .grid-item-thumb::before {
    display: none;
  }
}
.grid-item-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.2);
  gap: 10px;
}
@media (max-width: 576px) {
  .grid-item-icon {
    left: 10px;
    top: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
  }
}
.grid-item-icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
@media (max-width: 576px) {
  .grid-item-icon svg {
    width: 24px;
    height: 24px;
  }
}
.grid-item-icon span {
  width: 64px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
@media (max-width: 576px) {
  .grid-item-icon span {
    font-size: 12px;
    line-height: 14px;
  }
}
.grid-item .btn-product,
.grid-item button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: none;
  min-width: auto;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 100%);
  transition: var(--trs);
}
@media (max-width: 576px) {
  .grid-item .btn-product,
  .grid-item button {
    display: none;
  }
}
.grid-item .btn-product.btn-accent,
.grid-item button.btn-accent {
  white-space: nowrap;
  color: var(--color-text);
  background: var(--color-accent);
}
.grid-item .btn-product.btn-accent:hover,
.grid-item button.btn-accent:hover {
  background: color-mix(in srgb, var(--color-accent) 85%, #000);
}
.grid-item .btn-product svg,
.grid-item button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .grid-item .btn-product svg,
  .grid-item button svg {
    display: block;
  }
}
@media (max-width: 576px) {
  .grid-item .btn-product span,
  .grid-item button span {
    display: none;
  }
}
.grid-item .panel-admin {
  right: 0;
  top: -10px;
}

.project__block {
  position: absolute;
  left: 50%;
  bottom: 110px;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 100%);
  transition: var(--trs);
}
@media (max-width: 576px) {
  .project__block {
    display: none;
  }
}

.project__title {
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
}

.project__price {
  font-size: inherit;
  color: inherit;
}
.project__price strong {
  font-weight: 700;
}

.section-chameleon {
  padding: 80px 0 60px;
  background: #202127;
}
@media (max-width: 576px) {
  .section-chameleon {
    padding: 30px 0;
  }
}

.chameleon__title {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 684px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #f9f5f2;
}
@media (max-width: 576px) {
  .chameleon__title {
    font-size: 20px;
  }
}
.chameleon__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .chameleon__btn {
    margin-top: 30px;
  }
}/*# sourceMappingURL=main.css.map */
