@charset "UTF-8";

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --bs-yellow: #f4bc04;
  --bs-yellow-rgb: 244, 188, 4;
  --bs-blue: #4a90e2;
  --bs-red: #d0021b;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray-dark: #343a40;
  --bs-primary: #f4bc04;
  --bs-gray: #9b9b9b;
  --bs-gray-400: #cdcdcd;
  --bs-gray-400-rgb: 205, 205, 205;
  --bs-gray-500: #a7a7a7;
  --bs-gray-700: #555555;
  --bs-pink: #f04d61;
  /* --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  
    --bs-gray-600: #6c757d;
  
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529; */
  /* 
  --bs-orange: #fd7e14;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529; */
  /* --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd; */
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", sans-serif;
  /* --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3;
  --bs-body-color: #363431;
  --bs-body-color-rgb: 54, 52, 49;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-secondary-color: rgb(189, 189, 189);
  --bs-secondary-color-rgb: 189, 189, 189;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;

  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #000;
  --bs-link-color: #4a90e2;
  --bs-link-color-rgb: 54, 52, 49;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #f0bb6b;
  --bs-link-hover-color-rgb: 240, 187, 107;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #979797;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.125rem 0.375rem rgba(54, 52, 49, 0.4);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #1dae1d;
  --bs-form-valid-border-color: #1dae1d;
  --bs-form-invalid-color: #d0021b;
  --bs-form-invalid-border-color: #d0021b;

  /* --swiper-theme-color: #ccc; */
  --swiper-pagination-bullet-height: 0.875rem;
  --swiper-pagination-bullet-width: 0.875rem;
  --swiper-pagination-bottom: 1.25rem;

  --bs-dropdown-zindex: 1000;
  --col-gap: 1.25rem;

  --bs-gutter-x: 1.875rem;

  --wvs-single-product-item-width: 3.75rem;
  --wvs-single-product-item-height: 3.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html,
body {
  height: 100% !important;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 
* {
  outline: 1px dotted red;
} */

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.8125rem;
}

h3,
.h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

h4,
.h4 {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}

h5,
.h5 {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}

h6,
.h6 {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}

.not-found__title {
  font-size: 7rem;
  text-align: center;
}

.not-found__container {
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul ul,
ol ol {
  margin-block: .5rem;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: var(--bs-link-color);
  text-underline-offset: 2px;
  transition: 0.3s;
}

a:focus,
a:focus-visible {
  outline: 0;
}

a:focus-visible {
  outline: 1px dashed var(--bs-red);
}

a[class] {
  text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

@media (any-hover:hover) {
  a:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none;
  }
}

@media (any-hover:none) {
  a:active {
    color: var(--bs-link-active-color);
    text-decoration: none;
  }
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

form {
  font-size: 1rem;
}

label,
.form-check-label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.28;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
  max-width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

/* 1200px */

@media (min-width: 75rem) {
  legend {
    font-size: 1.5rem;
  }

}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

a[href^="tel:"] {
  text-decoration: none;
}

a[href^="mailto:"],
a[href^="tel:"] {
  white-space: nowrap;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container,
.container-fluid {
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 73.125rem;
  /* max-width: 1170px; */
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.4rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>tbody {
  vertical-align: inherit;
}

.table.woocommerce-table--order-details>tbody {
  vertical-align: middle;
}

.table>thead {
  vertical-align: bottom;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

.form-label {
  font-size: 1rem;
  color: var(--bs-black);
  line-height: 1;
  margin-bottom: 0.8125rem;
}

.modal .form-label {
  display: block;
  text-align: center;
}

.modal-auth-form .form-label {
  text-align: left;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: inherit !important;
  /* Цвет текста */
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  /* "Фон" */
  box-shadow: 0 0 0px 1000px #fff inset !important;
  /* Для надежности */
  transition: background-color 5000s ease-in-out 0s;
  /* Трюк для предотвращения сброса */
}

body input#yith-wcwtl-email.form-control,
.form-control {
  display: block;
  width: 100%;
  padding: 0.49rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.285;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-yellow);
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-check {
  display: block;
  min-height: 1.75rem;
  font-size: 1rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check--agree {
  color: var(--bs-gray-700);
  margin-bottom: 0;
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.wpfCheckbox {
  display: block;
  min-height: 1.75rem;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-reverse {
  padding-right: 1.75em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.75em;
  margin-left: 0;
}

.wpfFilterWrapper input:checked[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body #yith-wcwtl-output input#yith-wcwtl-policy-check {
  display: inline-block;
}

.woocommerce-form__input-checkbox,
#yith-wcwtl-policy-check,
.wpfFilterWrapper input[type=checkbox],
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid #4a4845;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.wpfFilterWrapper input[type=checkbox] {
  margin-top: 0;
}

.catalog__aside .widget p {
  margin: 0;
}

form.woocommerce-ordering {
  flex-shrink: 0;
  font-size: 0.875rem;
  flex-basis: max-content;
  min-height: 34px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected=true],
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(244, 188, 4, 0.5);
  color: var(--bs-body-color);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected=false] {
  background-color: rgba(155, 155, 155, 0.2);
  color: var(--bs-body-color);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 1.8rem;
  height: 2rem;
  top: 2px;
}

body .select2-results__option {
  padding: 0.5rem 1rem;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body .select2-dropdown {
  border-color: var(--bs-gray-400);
  z-index: 998;
}

body .select2-container--default .select2-selection--single {
  border-color: var(--bs-body-color);
  border-radius: 0;
}

form.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: var(--bs-border-color);
  height: 2.375rem;
}

body .select2-container .select2-selection--single {
  height: 2.125rem;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bs-body-color);
  line-height: 2.125rem;
  padding-inline: 1rem 1.625rem;
}

.select2-container {
  min-width: 13rem;
  min-height: 2.125rem;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--bs-body-color) transparent transparent transparent;
  border-width: 0.5rem 0.375rem 0 0.375rem;
  margin-left: -0.75rem;
  margin-top: -3px;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--bs-body-color) transparent;
  border-width: 0 0.375rem 0.5rem 0.375rem;
  margin-top: -0.25rem;
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -0.125rem;
}

form.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -0.25rem;
}

.select2-selection {
  min-width: 13rem !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection__rendered {
  width: 100% !important;
  min-width: 13rem !important;
}

.select2-dropdown {
  min-width: 13rem !important;
  width: auto !important;
}

.select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpfCheckbox {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
}

.woocommerce-form__input-checkbox,
.wpfFilterWrapper input[type=checkbox],
.form-check-input[type=checkbox] {
  border-radius: 0.125em;
}

.wpfFilterWrapper input[type=radio],
.form-check-input[type=radio] {
  border-radius: 50%;
}

.wpfFilterWrapper input:checked[type=checkbox]:active,
.form-check-input:active {
  filter: brightness(90%);
}

.wpfClearButton.wpfButton {
  background: none;
  padding-block: 5px 2px;
  margin: auto;
  font-weight: 700;
  border: 1px solid var(--bs-body-color);
}

body .wpfFilterButton.wpfButton,
body .wpfClearButton.wpfButton {
  display: block;
  width: 100%;
  margin: 0;
}

.wpfFilterVerScroll li+li {
  margin-top: 0.625rem;
}

.wpfFilterWrapper .wfpTitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--bs-black);
}

body .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
  padding-left: 2px !important;
}

.form-check-input:focus {
  border-color: var(--bs-yellow);
  outline: 0;
}

.woocommerce-form__input-checkbox:checked,
#yith-wcwtl-policy-check:checked,
.wpfFilterWrapper input[type=checkbox]:checked,
.form-check-input:checked {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}

.woocommerce-form__input-checkbox:checked,
.wpfFilterWrapper input:checked[type=checkbox],
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none' viewBox='0 0 13 10'%3E%3Cpath stroke='%23363431' stroke-linecap='round' stroke-linejoin='round' d='m.5 4.5 5 5 7-9'/%3E%3C/svg%3E");
}

#yith-wcwtl-policy-check:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none' viewBox='0 0 13 10'%3E%3Cpath stroke='%23363431' stroke-linecap='round' stroke-linejoin='round' d='m.5 4.5 5 5 7-9'/%3E%3C/svg%3E");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%231dae1d' d='M4.163 8.7a.746.746 0 0 0-1.024.16.7.7 0 0 0 .164.998c1.143.806 2.079 2.063 2.845 3.721.258.558 1.07.562 1.334.008 1.495-3.134 3.663-6.163 6.262-8.33a.7.7 0 0 0 .08-1.007.747.747 0 0 0-1.034-.078c-2.412 2.01-4.453 4.685-5.982 7.52C6.073 10.44 5.203 9.433 4.163 8.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-yellow);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-yellow);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: inherit;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
}

.wpcf7-not-valid-tip,
.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  /* padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); */
}

.form-control.wpcf7-not-vali:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

#yith-wcwtl-policy-check.is-invalid,
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

#yith-wcwtl-policy-check.is-invalid:checked,
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

#yith-wcwtl-policy-check.is-invalid:focus,
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

label:has(input#yith-wcwtl-policy-check.is-invalid),
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.form-row:not(:first-child) {
  margin-top: 1rem;
}

.form-row--submit {
  margin-top: 1.875rem;
}

.form__title {
  font-size: 1.25rem;
  color: var(--bs-black);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.25rem;
}

.wpcf7-response-output {
  display: none !important;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: var(--bs-body-font-family);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.125;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.5;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: 0;
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check+.btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
}

.btn:not(.btn.disabled):focus-visible {
  outline: 1px dashed var(--bs-red);
}

.btn-check:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible+.btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f4bc04;
  --bs-btn-border-color: #f4bc04;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(244, 188, 4, 0.5);
  --bs-btn-hover-border-color: rgba(244, 188, 4, 0.5);
  --bs-btn-focus-shadow-rgb: 208, 2, 27;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(244, 188, 4, 0.5);
  --bs-btn-active-border-color: rgba(244, 188, 4, 0.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(54, 52, 49, .5);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: rgba(54, 52, 49, .5);
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.btn-outline-primary {
  --bs-btn-color: #363431;
  --bs-btn-border-color: #f4bc04;
  --bs-btn-hover-color: #363431;
  --bs-btn-hover-bg: #fbf5e3;
  /* --bs-btn-hover-bg: rgba(244, 188, 4, 0.1); */
  --bs-btn-hover-border-color: #f4bc04;
  --bs-btn-focus-shadow-rgb: 208, 2, 27;
  --bs-btn-active-color: #363431;
  --bs-btn-active-bg: #fbf5e3;
  --bs-btn-active-border-color: #fbf5e3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-bla);
  --bs-btn-border-color: #363431;
  --bs-btn-hover-color: var(--bs-bla);
  --bs-btn-hover-bg: #f4f4f4;
  --bs-btn-hover-border-color: #363431;
  --bs-btn-focus-shadow-rgb: 240, 77, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.cart__table th.product-remove .cart-clear-link::after,
.product-remove .remove,
.btn-close {
  --bs-btn-close-color: var(--bs-black);
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  font-size: 1rem;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  opacity: var(--bs-btn-close-opacity);
}

.cart__table th.product-remove .cart-clear-link:hover,
.cart__table th.product-remove .cart-clear-link:hover::after,
.product-remove .remove:hover,
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.cart__table th.product-remove .cart-clear-link:focus,
.product-remove .remove:focus,
.btn-close:focus {
  outline: 1px dashed var(--bs-red);
  opacity: var(--bs-btn-close-focus-opacity);
}

.cart__table th.product-remove .cart-clear-link:disabled::after,
.product-remove .remove:disabled,
.product-remove .remove.disabled,
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0 3.125rem 1.875rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1.875rem 1.125rem 0;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: #fff;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

/* 576px */

@media (min-width: 36rem) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }

  .modal-md {
    --bs-modal-width: 340px;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}


.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-black);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.7;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}


.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 1px dashed var(--bs-red);
  /* outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}


.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  --bs-nav-link-padding-y: 2px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.wp-block-accordion,
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #cdcdcd;
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-black);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23363431' stroke-linecap='round' stroke-linejoin='round' d='M7.5.5v14M.5 7.5h14'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke-linecap='round'%3E%3Cpath stroke='%23979797' d='m2 3 10.607 10.607'/%3E%3Cpath stroke='%23363431' d='m2 3 10.607 10.607'/%3E%3Cpath stroke='%23979797' d='M12.607 3 2.001 13.607'/%3E%3Cpath stroke='%23363431' d='M12.607 3 2.001 13.607'/%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-white);
}

.wp-block-accordion-heading__toggle,
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.125rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.wp-block-accordion-heading__toggle {
  align-items: start;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #979797;
}

.is-open.wp-block-accordion-heading__toggle-icon::after,
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.wp-block-accordion-heading__toggle-icon::after,
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 1.25rem;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {

  .wp-block-accordion-heading__toggle-icon::after,
  .accordion-button::after {
    transition: none;
  }
}

.wp-block-accordion-heading__toggle:hover,
.accordion-button:hover {
  z-index: 2;
}

.wp-block-accordion-heading__toggle:focus,
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

body .wp-block-accordion-heading__toggle-icon {
  text-indent: -99999em;
  width: auto;
  height: auto;
}

body .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

body .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: rotate(0);
}

body .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

.wp-block-accordion-heading,
.accordion-header {
  margin-bottom: 0;
}

.wp-block-accordion-item {
  --bs-accordion-border-color: #979797;
}

.wp-block-accordion-item,
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.wp-block-accordion-panel {
  color: #555;
  padding: 0 1rem var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.wp-block-accordion-item,
.accordion-flush>.accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.wp-block-accordion-item,
.accordion-flush>.accordion-item:first-child {
  border-top: 0;
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.main .accordion-body p:not(:last-child) {
  margin-bottom: 0.375rem;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}


.header {
  background-color: #fff;
}

.main {
  flex-shrink: 0;
  background-image: url(../img/pattern.svg);
  background-color: #fff;
  background-origin: border-box;
}

.main>*:last-child {
  padding-bottom: 3.75rem;
}

.main p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

.page-template .entry-content {
  font-size: 1rem;
}

.wrapper {
  max-width: 88%;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 1.875rem;
}

.header__logo--sticky,
.header__menu--sticky {
  display: none;
}

.header__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__inner {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header__wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-right: 40px;
}

.header__logo {
  margin-right: auto;
}

.logo-link {
  display: block;
}

.header__logo-image {
  width: 200px;
  height: 68px;
  /* width: 12.5rem;
  height: 4.25rem; */
}

.hours {
  white-space: nowrap;
}

.hours,
.header__phone-link {
  position: relative;
  font-size: 1rem;
  color: var(--bs-black);
  line-height: 1.25;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.hours::after,
.header__phone-link::after {
  display: inline-flex;
  content: '';
  width: 1rem;
  height: 1rem;
  background-image: url(../img/triangle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.hours:hover::after,
.header__phone-link:hover::after {
  transform: rotateX(180deg);
  transition: 0.3 ease;
}

.phone__info {
  font-size: 0.75rem;
  color: var(--bs-gray);
}

.order-info {
  position: relative;
  cursor: pointer;
}

.order-info__dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 100%;
  right: -1rem;
  min-width: 20.625rem;
  background-color: #fff;
  padding: 1.875rem 1.875rem 2.5rem;
  z-index: var(--bs-dropdown-zindex);
  box-shadow: 0 2px 6px rgba(54, 52, 49, 0.4);
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.order-info:hover .order-info__dropdown {
  transform: translateY(1px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.order-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.29;
}

.order-info__item:first-child {
  font-size: 1rem;
  line-height: 1.125;
}

.order-info__item p+p {
  margin-top: 0.6rem;
}

.order-info__item:first-child>:not(:first-child) {
  margin-top: 0.375rem;
}

.order-info__item:not(:first-child) {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid var(--bs-gray-400);
}

.header__phone {
  position: relative;
}

.contacts-info {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--bs-black);
  min-width: 16.25rem;
  text-align: center;
  background-color: #fff;
  padding: 1.875rem;
  box-shadow: var(--bs-box-shadow);
  z-index: var(--bs-dropdown-zindex);
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.contacts-info a {
  color: inherit;
}

.header__phone:hover .contacts-info {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.contacts-info__title {
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.contacts-info__item:not(:first-child) {
  margin-top: 1rem;
}

.contacts-info__button-wrap {
  margin-top: 1.875rem;
}

.contacts-info__button {
  width: 100%;
}

.contacts-info__descr {
  font-size: 0.75rem;
  color: var(--bs-gray);
}

.socials__list--header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.header-menu__list {
  flex-wrap: nowrap;
  column-gap: 1.5rem;
}

.header-menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.375rem;
}

.header-menu__link-minicart {
  position: relative;
}

.header-menu__link::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transition: background-image .3s;
}

.header-menu__link-search::before {
  background-image: url(../img/search.svg);
}

.header-menu__link-login::before {
  background-image: url(../img/user.svg);
}

.header-menu__link-wishlist::before {
  background-image: url(../img/wish.svg);
}

.header-menu__link-minicart::before {
  background-image: url(../img/cart.svg);
  padding-right: 2em;
}

@media (any-hover: hover) {
  .header-menu__link-login:hover::before {
    background-image: url(../img/user-yellow.svg);
  }

  .header-menu__link-wishlist:hover::before {
    background-image: url(../img/wish-red.svg);
  }

  .header-menu__link-minicart:hover::before {
    background-image: url(../img/cart-yellow.svg);
  }

}

.current-menu-item .header-menu__link-login::before,
.logged-in .header-menu__link-login::before {
  background-image: url(../img/user-yellow.svg);
}

.current-menu-item .header-menu__link-wishlist::before {
  background-image: url(../img/wish-red.svg);
}

.current-menu-item .header-menu__link-minicart::before {
  background-image: url(../img/cart-yellow.svg);
}

.minicart__quantity {
  position: absolute;
  right: 0;
  top: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 1;
  font-size: 0.75rem;
  width: 1.5em;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  color: var(--bs-black);
  line-height: 0;
}

.header-menu__txt {
  display: none;
  font-size: 0.875rem;
  line-height: 1.2857;
  color: var(--bs-body-color);
}

.header .top-search-block {
  background-color: rgba(244, 188, 4, 0.3);
}

.header .ysm-smart-search-input-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ysm-search-widget .search-submit {
  position: static;
}

.header .ysm-search-widget-1 .search-field[type="search"] {
  border: 0;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.1;
  font-style: normal;
  color: var(--bs-black);
}

.header .smart-search-popup {
  left: 50%;
  transform: translateX(-50%);
}

.header .ysm-smart-search-input-holder {
  text-align: center;
}

.header .ysm-search-widget .search-submit:before {
  color: var(--bs-body-color);
}

.ysm-search-widget-1 .smart-search-view-all {
  background-color: rgba(244, 188, 4, 0.5);
  font-weight: 700;
  font-size: 1rem;
}

.smart-search-clear {
  display: none;
}

.smart-search-results .smart-search-results-inner {
  top: 1.5rem;
}

.smart-search-popup {
  width: 100% !important;
}

/* 576px */
@media (min-width: 36rem) {

  .smart-search-popup {
    width: 30rem !important;
  }

  .smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion {
    padding-left: 1.875rem;
    padding-right: 1.8rem;
  }
}

.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: none;
}

.smart-search-post-icon {
  float: none;
}

.smart-search-results {
  max-height: 23rem !important;
  height: 23rem !important;
}

.smart-search-post-title,
.smart-search-post-excerpt {
  margin-bottom: 0;
  color: #4A4A4A;
  line-height: 1.125;
  transition: color 0.3s;
}

.smart-search-post {
  padding: 12px 8px;
  display: flex;
  gap: 0.625rem;
  color: #4A4A4A;
  align-items: flex-start;
  padding-block: 0;
  padding-left: 0;
  line-height: 1.125;
}

.smart-search-post-price {
  float: none;
  font-size: 0.875rem;
}

.smart-search-post-title {
  margin-bottom: 2px;
}

.ysm-search-widget-1 .smart-search-suggestions .smart-search-post-icon {
  flex-shrink: 0;
  margin: 0;
  width: 3.125rem;
}

.smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion {
  border-bottom: 0;
}

.smart-search-results .smart-search-suggestions .autocomplete-suggestion>a:hover .smart-search-post-price,
.smart-search-results .smart-search-suggestions .autocomplete-suggestion>a:hover .smart-search-post-price .woocommerce-Price-amount,
.smart-search-results .smart-search-suggestions .autocomplete-suggestion>a:hover .smart-search-post-price .woocommerce-Price-currencySymbol,
.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected .smart-search-post-title,
.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected .smart-search-post-excerpt,
.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected .smart-search-post {
  color: var(--bs-yellow) !important;
}

.main-menu__nav {
  position: relative;
}

.main-menu__wrapper {
  background-color: #f4f4f4;
}

.main-menu__nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.main-menu__nav a {
  text-decoration: none;
}

.main-menu__nav--mobile .menu-item-has-children {
  position: relative;
}

.main-menu__nav--mobile>ul>li {
  display: block;
}

.main-menu__nav--mobile .sub-menu i {
  transform: rotate(-90deg);
  right: 1.5rem;
}

.main-menu__nav--mobile>ul>li:not(:last-child) {
  margin-right: 0;
}

.main-menu__nav--mobile li {
  border-bottom: 1px solid var(--bs-gray-400);
}

.main-menu__nav--mobile li:first-child {
  border-top: 1px solid var(--bs-gray-400);
}

.main-menu__nav--mobile .sub-menu a {
  padding: 0.375rem 1.5rem;
}

.main-menu__nav--mobile .sub-menu .menu-item-has-children a {
  padding-right: 2.125rem;
}

.main-menu__nav--mobile>ul>li>a {
  padding: 0.75rem 0;
}

.main-menu__nav--mobile a {
  --bs-nav-link-hover-color: #D0021B;
  --bs-link-active-color: #D0021B;
  font-size: 1rem;
  color: var(--bs-body-color);
  line-height: 1.5;
  display: block;
}

.main-menu__nav--mobile>ul>.menu-item-has-children>a {
  padding-right: 2.125rem;
}

.main-menu__nav--mobile i {
  font-size: 0.625rem;
  pointer-events: none;
  user-select: none;
  position: absolute;
  color: var(--bs-black);
  top: calc(50% - 0.3125rem);
}

.main-menu__nav--mobile>ul>li>i {
  right: 0;
}

.main-menu__nav--mobile .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 14.375rem;
  padding: 0.9375rem 0;
  box-shadow: 0 0 5px hsla(0, 0%, 100%, 0.5);
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}

.main-menu__nav--mobile i {
  height: 2.125rem;
  width: 2.125rem;
  border: 1px solid #fbba00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  top: 0.4375rem;
}

.main-menu__nav--mobile i::before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.625rem;
  flex-shrink: 0;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.main-menu__nav--mobile .menu-item-has-children.active>i {
  background-color: #fbba00;
  transform: rotate(180deg);
}

.main-menu__nav--mobile .sub-menu {
  position: static;
  opacity: 1;
  transform: none;
  visibility: visible;
  padding: 0;
  transition: none;
  box-shadow: none;
  width: 100%;
  display: none;
}

.main-menu__nav--mobile .menu-item-has-children.active>.sub-menu {
  display: block;
}

.main-menu__nav--mobile .sub-menu li:last-child {
  border: none;
}

.main-menu__nav--mobile .sub-menu a {
  padding: 0.75rem 0 0.75rem 0.9375rem;
}

.main-menu__nav--mobile .sub-menu .sub-menu a {
  padding-left: 1.875rem;
}

.main-menu__nav--mobile .sub-menu .sub-menu .sub-menu a {
  padding-left: 2.8rem;
}

.main-menu__nav--mobile .sub-menu span {
  background-image: none;
}

.main-menu__nav--mobile .sub-menu i {
  transform: none;
  right: 0;
}

.main-menu__nav--mobile .current-menu-item>a,
.main-menu__nav--mobile .current-menu-ancestor>a {
  color: var(--bs-yellow);
}

.header-menu__item-minicart {
  position: relative;
}

.minicart {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: -1rem;
  top: 100%;
  color: var(--bs-black);
  min-width: 21.25rem;
  /* overflow-y: auto;
  max-height: calc(100vh - 80px); */
  background-color: #fff;
  padding: 1.875rem;
  box-shadow: var(--bs-box-shadow);
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: var(--bs-dropdown-zindex);
}

.header--sticky .minicart {
  right: calc(var(--bs-gutter-x) * -0.4);
}

.header-menu__item-minicart:hover .minicart {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.minicart__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-black);
  text-align: center;
  line-height: 1.125rem;
  margin: 0;
}

.minicart__list {
  list-style: none;
  margin: 1rem 0;
  padding: 0 1rem 0 0;
  max-height: 15rem;
  overflow: hidden auto;
}

.minicart__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding-right: 2.25rem;
  color: var(--bs-black);
}

.minicart__item:not(:first-child) {
  margin-top: 1.25rem;
}

.minicart__img-wrap {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}

.minicart__img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}

.minicart__product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.minicart__variation-select {
  margin-top: 2px;
}

.minicart__remove-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.remove {
  display: flex;
  color: var(--bs-body-color);
}

@media (any-hover:hover) {
  .remove:hover {
    color: var(--bs-red);
  }
}

.remove:focus {
  color: var(--bs-red);
}

.remove:active {
  color: var(--bs-red);
}

.remove__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.minicart__footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  border-top: 1px solid var(--bs-gray-400);
  margin-top: 1rem;
}

.minicart__count {
  color: var(--bs-gray);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}

.minicart__total {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 2px;
}

.minicart__price {
  color: var(--bs-gray);
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 4px;
}

.minicart__wrap-btn {
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-gray-400);
}

.minicart__to-cart {
  width: 100%;
}

.account-navigation__header {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: -2.5rem;
  top: 100%;
  min-width: 15.6875rem;
  color: var(--bs-black);
  font-size: 1.125rem;
  padding: 1.875rem 2.5rem 2rem;
  box-shadow: var(--bs-box-shadow);
  background-color: #fff;
  z-index: var(--bs-dropdown-zindex);
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.header-menu__item-login {
  position: relative;
}

.header-menu__item-login:hover .account-navigation__header {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.account-navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-navigation__item {
  position: relative;
  line-height: 1;
}

.account-navigation__item:not(:first-child) {
  margin-top: 1.4375rem;
}

.account-navigation__list a {
  color: inherit;
}

.account-navigation__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.account-navigation__link::before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transition: background-image .3s;
}

.account-navigation__link--orders::before {
  background-image: url(../img/cart.svg);
}

.account-navigation__link--edit-account::before {
  background-image: url(../img/user.svg);
}

.account-navigation__link--edit-address::before {
  background-image: url(../img/location.svg);
}

.account-navigation__link--customer-logout::before {
  background-image: url(../img/exit.svg);
}

.account-navigation__link--orders:hover::before {
  background-image: url(../img/cart-yellow.svg);
}

.account-navigation__link--edit-account:hover::before {
  background-image: url(../img/user-yellow.svg);
}

.account-navigation__link--edit-address:hover::before {
  background-image: url(../img/location-yellow.svg);
}

.account-navigation__link--customer-logout:hover::before {
  background-image: url(../img/exit-red.svg);
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 0;
  min-height: 3.75rem;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


.header--sticky .main-menu__wrapper {
  background-color: #fff;
}

.header--sticky .header__inner,
.header--sticky .header-menu__txt {
  display: none !important;
}

.header--sticky .header__logo--sticky {
  display: block;
}

.header__logo-image--sticky {
  width: 7.75rem;
  height: 2.625rem;
}

.header--sticky .header__menu--sticky {
  display: block !important;
}

.header--sticky .header-menu__list {
  /* column-gap: 1.2rem; */
  column-gap: 0.4rem;
}

.header--sticky .header-menu__link {
  padding-inline: 0.4rem;
}

.header--sticky .main-menu__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header--sticky .main-menu__list {
  justify-content: center;
  column-gap: 1rem;
}

.header--sticky .main-menu__list,
.header--sticky .main-menu__nav {
  position: static;
}

.header--sticky .main-menu__list>.menu-item>a {
  font-size: 1rem;
  line-height: 1.25;
}

.section__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

body .swiper,
.swiper__brands,
.products-sales__swiper,
.products__swiper,
.recently-viewed__swiper {
  width: 100%;
}

.swiper-wrapper__main-slider {
  max-height: 23.75rem;
}

.swiper-slide img,
.swiper-slide picture {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-pagination-bullet-active {
  background-color: var(--bs-pink);
}

.swiper-buttons-wrapper {
  position: absolute;
  height: 3.125rem;
  bottom: 1.25rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper__button-controls {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 3.125rem;
  color: #fff;
  flex-shrink: 0;
  margin-block: 0;
}

@media (any-hover:hover) {

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: var(--bs-yellow);
  }
}

@media (any-hover: none) {

  .swiper-button-prev:active,
  .swiper-button-next:active {
    color: var(--bs-yellow);
  }
}

.main-slider__button-prev,
.main-slider__button-next {
  position: static;
  margin-top: 0 !important;
}

.main-slider__button-prev:hover,
.main-slider__button-next:hover {
  color: var(--bs-yellow);
}

.main-slider__button-prev svg.custom,
.main-slider__button-next svg.custom {
  width: 3.125rem;
  height: 3.125rem;
}

.advantages {
  margin-top: 1.5rem;
}

.advantages__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  align-items: start;
  align-content: start;
}

.advantages__list {
  grid-column: 2 / 12;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9rem, 100%), 1fr));
  align-content: start;
  align-items: start;
  gap: 1rem;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem 1rem;
}

.advantages__img-wrap {
  width: 130px;
  height: 109px;
  flex-shrink: 0;
}

.advantages__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.14;
}

/* Woocommerce */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* ------------- */
.products__top-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: start;
  /* justify-content: space-between; */
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-gray-400);
}

.tinv-wishlist .products__top-wrap:has(.products__top-right):not(:has(.wp-pagenavi)) {
  padding-bottom: 0;
  border-bottom: 0;
}

.products__top-right {
  display: flex;
  flex-direction: column;
  row-gap: 0.125rem;
  align-items: flex-end;
  margin-left: auto;
}

.products__list--grid~.products__top-wrap {
  padding-bottom: 1.875rem;
  padding-top: 0.75rem;
  margin-top: 1.5625rem;
  border-top: 1px solid var(--bs-gray-400);
}

.wpfFilterButtons.wpfFilterButtonsTop {
  margin-top: 0.25rem;
  margin-bottom: 0.9375rem;
}

body .wpfFilterWrapper[data-filter-type] {
  padding: 0;
}

body .wpfFilterWrapper {
  margin-block: 0;
}

body .wpfFilterTitle {
  line-height: 1;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid var(--bs-gray-400);
}

.wpfFilterButtonsTop .wpfButton+.wpfFilterWrapper {
  border-top: 1px solid var(--bs-gray-400);
}

.wpfFilterWrapper {
  border-bottom: 1px solid var(--bs-gray-400);
}

body .wpfFilterWrapper i {
  font-size: 1.25rem;
}

body .wpfFilterWrapper .wpfValue {
  padding-left: 10px !important;
}

body .wpfMainWrapper .fa-plus::before,
body .wpfMainWrapper .fa-minus::before {
  content: "";
  display: flex;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23363431' stroke-linecap='round' stroke-linejoin='round' d='M7.5.5v14M.5 7.5h14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

body .wpfMainWrapper .fa-minus::before {
  transform: rotate(45deg);
}

.wpfFilterButtons.wpfFilterButtonsBottom {
  margin-top: 1.25rem;
}

.wpfCheckboxHier {
  padding-block: 1rem 1.25rem;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterTitle {
  padding-top: 1.25rem;
  border-bottom: 0;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
  padding-bottom: 1.25rem;
}

.wpfBlockAnimated.wpfHide {
  margin-bottom: -1px;
}

body .ui-slider.ui-widget-content .ui-slider-handle {
  border-width: 2px !important;
  border-color: var(--bs-yellow) !important;
  border-radius: 50%;
}

body .wpfFilterWrapper .ui-slider-horizontal {
  height: .26em;
}

body .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: var(--bs-gray);
  border: 0;
}

body .wpfFilterWrapper .ui-slider-horizontal {
  margin-top: 0.375rem !important;
}

body .ui-widget-header {
  background-color: var(--bs-yellow) !important;
}

body .wpfPriceRangeField#wpfMinPrice,
body .wpfPriceRangeField#wpfMaxPrice {
  color: var(--bs-gray-700);
  text-align: center;
}

body .ui-slider .ui-slider-handle {
  width: 1em;
  height: 1em;
}

body .ui-slider.ui-widget-content .ui-slider-handle:hover,
body .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
body .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
  border-color: var(--bs-black) !important;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
  border: none;
}

body .wp-pagenavi a {
  color: var(--bs-body-color);
}

.woocommerce-result-count {
  color: var(--bs-gray-500);
}

.home .products,
.home .brands,
.single-product__products {
  margin-top: 1.25rem;
}

.home .products__container,
.home .brands__container {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--bs-gray-400);
}

.products__wrapper {
  position: relative;
}

.products__inner {
  padding-inline: 4.5625rem;
  position: relative;
  display: flex;
  align-items: center;
}

.products__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.products__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(13.75rem, 100%), 1fr));
  /* grid-template-columns: repeat(4, 1fr); */
  column-gap: 1.25rem;
  /* row-gap: 2.5rem; */
  row-gap: 1.5rem;
  align-items: start;
  align-content: start;
}

.products__top-wrap+.products__list--grid {
  margin-top: 0.625rem;
}

.products__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 0.625rem;
  overflow: hidden;
}

.products__item.swiper-slide {
  height: auto !important;
}

.products__item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.products__image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.products__link {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 220px;
  max-height: 220px;
  aspect-ratio: 1;
  text-decoration: none;
  overflow: hidden;
}

.products__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  flex-grow: 1;
}

.products__item-title {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.143;
  color: var(--bs-gray-700);
  margin: 1rem 0 0;
}

.products__item-title a {
  text-decoration: none;
  --bs-link-color: var(--bs-gray-700);
  /* --bs-nav-link-hover-color: #f4bc04;
  --bs-link-active-color: #f4bc04; */
  transition: color 0.2s;
}

.products__item-title a:hover {
  text-decoration: underline;
}

.products__descr {
  font-size: 0.875rem;
  line-height: 1.143;
  color: var(--bs-gray);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

ins {
  text-decoration: none;
}

.products__price {
  color: var(--bs-gray-700);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 2px;
}

.products__price del {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

.products__price ins {
  color: var(--bs-red);
}

.products__price .price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.added_to_cart.wc-forward {
  display: none;
}

.products__add-to-cart {
  font-size: 0.875rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.products__extra-link-hover {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* 1025px */
@media (min-width: 64.0625rem) and (pointer: fine) and (prefers-reduced-motion: no-preference) {

  .products__extra-link-hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  }

  .products__item-inner:focus .products__extra-link-hover,
  .products__item-inner:hover .products__extra-link-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.tinvwl_add_to_wishlist_button {
  text-decoration: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  max-width: 1.125rem;
  max-height: 1.0625rem;
}

.tinv-wishlist .tinv-lists-nav {
  margin-block: 0;
}

.products__load-more-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

.products__load-more-btn {
  --bs-btn-hover-bg: #fbf5e3;
  --bs-btn-hover-border-color: #f4bc04;

  display: block;
  color: var(--bs-body-color);
  width: 100%;
  max-width: 13.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.28;
  margin-inline: auto;
  padding-block: 6px 2px;
}

.related__button-prev,
.related__button-next,
.products__button-prev,
.products__button-next,
.products-sales__button-prev,
.products-sales__button-next,
.recently-viewed__button-next,
.recently-viewed__button-prev {
  position: static;
  pointer-events: all;
}

.section__title-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 1.25rem;
}

.section__title-wrap .section__title {
  margin-bottom: 0;
}

.link-all {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--bs-link-color);
  min-width: fit-content;
  margin-left: auto;
}

.brands__wrapper {
  position: relative;
}

.brands__inner {
  padding-inline: 4.5625rem;
  position: relative;
  display: flex;
  align-items: center;
}

.brands__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  background: #fff;
  user-select: none;
}

.brands__image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: contain;
}

.brands__button-prev,
.brands__button-next {
  position: static;
  pointer-events: all;
}

.socials__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.socials__item {
  display: inline-flex;
}

.socials__link {
  display: inline-flex;
  font-size: 0;
}

.socials__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.catalog__container {
  border-top: 1px solid var(--bs-gray-400);
  padding-top: 1.375rem;
}

.catalog__wrap {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  gap: var(--col-gap);
  align-items: start;
  align-content: start;
}

#breadcrumbs {
  color: var(--bs-gray-400);
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}

#breadcrumbs a {
  text-decoration: none;
  color: var(--bs-gray-700);
}

.breadcrumb_last:focus {
  outline: 0;
}

.woocommerce .star-rating span::before {
  color: var(--bs-yellow);
}

.woocommerce .star-rating::before {
  color: var(--bs-yellow);
}

.woocommerce .star-rating span::before {
  color: var(--bs-yellow);
}

.woocommerce .star-rating::before {
  color: var(--bs-yellow);
}

.wcmv-variables--image .wcmv-item-content,
.wcmv-variables--button .wcmv-item-content {
  margin-bottom: 0;
}

.wcmv-variables {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.wcmv-variables--button {
  gap: 1rem 1.25rem;
  margin-bottom: 0.75rem;
}

.wcmv-variables>* {
  flex: 0 0 auto;
}

.wcmv-variables--button>* {
  flex: 0 0 7.125rem;
}

.wcmv-variables.wcmv-variables--button .wcmv-item {
  padding-left: 0;
  padding-right: 0;
}

.wcmv-content .wcmv-variables--image .wcmv-item {
  padding: 0;
  width: 3.75rem;
  height: 3.75rem;
}

.wcmv-variables--image .wcmv-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-notices-wrapper .woocommerce-notice {
  margin-bottom: .6rem;
}

/* Single product */
.woocommerce-Reviews-title {
  display: none !important;
}

#yith-wcwtl-output.subscribed {
  margin-top: .6rem;
  padding: 1rem;
  border-radius: 0;
  background-color: rgba(244, 188, 4, 0.1);
}

.subscribed .yith-wcwtl-notices:not(:has(> *)) {
  display: none;
}

#yith-wcwtl-output.subscribed p:has(+ .yith-wcwtl-notices:empty) {
  margin-bottom: 0 !important;
}

.woocommerce-message:focus-visible {
  outline: 1px dashed var(--bs-yellow);
}

.single-product__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-black);
  line-height: 1.25;
}

.out-of-stock {
  color: var(--bs-red);
}

.woocommerce .summary .star-rating {
  float: none;
  margin-bottom: 0.8125rem;
}

.product-additional-excerpt {
  margin-bottom: 1.875rem;
}

.btn-link.btn__waitlist {
  padding: 0;
  font-size: 0.875rem;
  text-decoration: none;
}

.single-product.woo-variation-swatches.wvs-show-label .variations th label {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.single-product.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
  font-weight: 700;
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0;
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper {
  gap: 1rem 1.25rem;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 0;
  margin: 0;
  height: auto;
  box-shadow: none;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  /* flex: 0 0 7.125rem; */
  border: 1px solid #c5c5c5;
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: 7.125rem;
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0;
  white-space: nowrap;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
  display: none;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  box-shadow: none;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: var(--bs-body-color);
  color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus-visible {
  outline: 1px dashed var(--bs-red);
}

.summary .price+.product-action,
.summary .woocommerce-variation-price,
.woocommerce-variation-availability {
  margin-top: 0.75rem;
}

.summary .cart__controls,
.summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  align-items: center;
  margin-top: 1.25rem;
}

.single_add_to_cart_button.btn {
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 1rem 1.25rem 0.75rem;
}

.woocommerce-variation-add-to-cart-disabled .quantity {
  opacity: 0.5;
  pointer-events: none;
}

.summary .woocommerce-variation-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-body-color);
}

.summary .price {
  color: var(--bs-body-color);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0;
}

.summary .price+.cart {
  margin-top: 0.75rem;
}

.summary .price del {
  font-size: 1rem;
  font-weight: 400;
}

.summary .price ins {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-red);
  margin-left: 0.7rem;
}

body .product-action .count-text {
  padding-inline: 10px;
}

.single-product__products {
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-gray-400);
}

.single-product__products:last-child {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bs-gray-400);
}

.single-product__inner {
  padding-top: 1.25rem;
}

.single-product__short-descr {
  color: var(--bs-gray-500);
  font-size: 0.875rem;
  line-height: 1.28;
}

.woocommerce .main .quantity .plus,
.woocommerce .quantity .qty,
.woocommerce .main .quantity .minus {
  color: var(--bs-body-color);
}

.woocommerce .main .quantity {
  width: 5.3125rem;
  height: 2.875rem;
  padding-inline: 0.5rem;
}

.wcmv-modal .variations_button .quantity .minus,
.wcmv-modal .variations_button .quantity .plus,
.woocommerce .quantity input[type="button"] {
  position: relative;
  z-index: 2;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff !important;
  text-indent: -99999em;
  flex-shrink: 0;
  background-color: transparent;
}

.wcmv-modal .variations_button .quantity .plus:focus-visible,
.wcmv-modal .variations_button .quantity .minus:focus-visible {
  background-repeat: no-repeat;
  background-size: contain;
}

body .wcmv-modal .variations_button .quantity {
  align-items: center;
  max-width: 5.875rem;
  padding-inline: 0.4rem;
}

body .quantity .qty:focus-visible:not(:disabled),
.wcmv-modal .variations_button .quantity .plus:focus-visible:not(:disabled),
.wcmv-modal .variations_button .quantity .minus:focus-visible:not(:disabled),
.woocommerce .quantity input.plus:focus-visible:not(:disabled),
.woocommerce .quantity input.minus:focus-visible:not(:disabled) {
  outline: 1px dashed var(--bs-red);
}

.wcmv-modal .variations_button .quantity .plus:not(:disabled),
.quantity input[type="button"].plus:not(:disabled) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M10 4H8v4H4v2h4v4h2v-4h4V8h-4z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23363431' fill-rule='evenodd' d='M10 4H8v4H4v2h4v4h2v-4h4V8h-4z' clip-rule='evenodd'/%3E%3Cpath fill='%23363431' d='M8 4V3H7v1zm2 0h1V3h-1zM8 8v1h1V8zM4 8V7H3v1zm0 2H3v1h1zm4 0h1V9H8zm0 4H7v1h1zm2 0v1h1v-1zm0-4V9H9v1zm4 0v1h1v-1zm0-2h1V7h-1zm-4 0H9v1h1zM8 4v1h2V3H8zm0 4h1V4H7v4zM4 8v1h4V7H4zm0 2h1V8H3v2zm4 0V9H4v2h4zm0 4h1v-4H7v4zm2 0v-1H8v2h2zm0-4H9v4h2v-4zm4 0V9h-4v2h4zm0-2h-1v2h2V8zm-4 0v1h4V7h-4zm0-4H9v4h2V4z' mask='url(%23a)'/%3E%3C/svg%3E");
}

.wcmv-modal .variations_button .quantity .minus:not(:disabled),
.quantity input[type="button"].minus:not(:disabled) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23363431' d='M5.5 8.5h7v1h-7z'/%3E%3C/svg%3E");
}

.wcmv-modal .variations_button .quantity .plus:hover:not(:disabled),
.woocommerce .quantity input.plus:hover:not(:disabled) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M10 4H8v4H4v2h4v4h2v-4h4V8h-4z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23d0021b' fill-rule='evenodd' d='M10 4H8v4H4v2h4v4h2v-4h4V8h-4z' clip-rule='evenodd'/%3E%3Cpath fill='%23d0021b' d='M8 4V3H7v1zm2 0h1V3h-1zM8 8v1h1V8zM4 8V7H3v1zm0 2H3v1h1zm4 0h1V9H8zm0 4H7v1h1zm2 0v1h1v-1zm0-4V9H9v1zm4 0v1h1v-1zm0-2h1V7h-1zm-4 0H9v1h1zM8 4v1h2V3H8zm0 4h1V4H7v4zM4 8v1h4V7H4zm0 2h1V8H3v2zm4 0V9H4v2h4zm0 4h1v-4H7v4zm2 0v-1H8v2h2zm0-4H9v4h2v-4zm4 0V9h-4v2h4zm0-2h-1v2h2V8zm-4 0v1h4V7h-4zm0-4H9v4h2V4z' mask='url(%23a)'/%3E%3C/svg%3E");
}

.wcmv-modal .variations_button .quantity .minus:hover:not(:disabled),
.woocommerce .quantity input.minus:hover:not(:disabled) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23d0021b' d='M5.5 8.5h7v1h-7z'/%3E%3C/svg%3E");
}

.product__row-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  align-items: start;
}

.single-product__summary-col {
  order: 2;
}

.product__description-col {
  order: 3;
}

.product__gallery-col {
  order: 1;
}

.product-gallery__main {
  height: 16rem;
}

.product-gallery__main-image {
  display: block;
  margin-inline: auto;
}

.product__details {
  margin-top: 0.875rem;
}

.recently-viewed__swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swiper-slide img {
  user-select: none;
  /* Запрет выделения */
  -webkit-user-select: none;
  /* Для Safari */
  -moz-user-select: none;
  /* Для Firefox */
  -ms-user-select: none;
  /* Для IE/Edge */
  pointer-events: none;
}

.product-gallery__thumbnails-inner {
  position: relative;
  padding-inline: 1.875rem;
}

.product-gallery__thumbnails-image {
  max-width: 6.875rem;
  margin-inline: auto;
}

.product-gallery__main-swiper {
  width: 100%;
  height: 100%;
}

.product-gallery__main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__button-next,
.product-gallery__button-prev {
  --swiper-navigation-size: 1.5rem;
  --swiper-navigation-sides-offset: 0;
  color: var(--bs-body-color);
}

.product-gallery__button-next:focus-visible,
.product-gallery__button-prev:focus-visible {
  outline: 1px dashed var(--bs-red);
}

.nav-underline {
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-size: 1rem;
  --bs-link-color: #747474;
}

.tab-content {
  padding-top: 1.25rem;
}

.tab-content>.active:focus-visible {
  outline: 1px dashed var(--bs-red);
}

.btn__add-reviews {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}

.btn-link.btn__load-more-reviews {
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0.75rem;
  margin-bottom: 0.625rem;
}

.woocommerce-Reviews {
  padding-top: 1rem;
}

.commentlist {
  padding: 0;
}

.page-comments__top-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: start;
  justify-content: space-between;
}

.page-comments-pagination-top .page-comments__top-wrap {
  border-bottom: 1px solid var(--bs-gray-400);
  padding-bottom: 0.5rem;
}

.page .main #reviews #comments ol.commentlist li .comment-text {
  color: var(--bs-gray-700);
  border-radius: 0;
  border: 0;
  margin-left: 0;
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-gray-400);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child,
.woocommerce .main #reviews #comments ol.commentlist li {
  margin-bottom: 0;
}

.woocommerce .main #reviews #comments ol.commentlist li .comment-text {
  color: var(--bs-gray-700);
  border-radius: 0;
  border: 0;
  margin-left: 0;
  border-top: 1px solid var(--bs-gray-400);
  padding: 1rem 0;
}

.woocommerce .main #reviews #comments ol.commentlist li:last-child .comment-text {
  border-bottom: 1px solid var(--bs-gray-400);
}

.woocommerce .main #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: start;
  column-gap: 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: 1.25rem;
}

.page-comments-pagination-bottom .page-comments__top-wrap {
  padding-top: 0.75rem;
  border-top: 1px solid var(--bs-gray-400);
}

.woocommerce #review_form #respond p {
  text-align: center;
}

.modal .woocommerce #review_form #respond p.stars {
  margin-bottom: 0;
}

.comment-form__submit {
  min-width: 12.625rem;
}

.woocommerce .main p.stars a {
  color: var(--bs-yellow);
}

.commentlist .star-rating {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.page__wrap {
  display: grid;
  grid-template-columns: 1fr 13.75rem;
  column-gap: 5rem;
  align-items: start;
  align-content: start;
}

.news__wrap {
  display: grid;
  grid-template-columns: 1fr 13.75rem;
  column-gap: 5rem;
  align-items: start;
  align-content: start;
}

.news__pagenavi:first-of-type {
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.news__pagenavi:last-of-type {
  padding-top: 0.5625rem;
  border-top: 1px solid var(--bs-border-color);
}

.news__item {
  padding-block: 1rem 1.25rem;
}

.news__item:not(:first-child) {
  border-top: 1px solid var(--bs-border-color);
}

.news__caption {
  line-height: 1.25;
}

.news__link {
  font-size: 1.125rem;
  color: var(--bs-black);
  display: inline;
  background-image: linear-gradient(var(--bs-gray-dark), var(--bs-gray-dark)), linear-gradient(var(--bs-gray-dark), var(--bs-gray-dark));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}

.news__link:hover {
  color: inherit;
  background-size: 0 1px, 100% 1px;
}

.news__content {
  color: var(--bs-body-color);
  display: flex;
  align-items: start;
  gap: 1.25rem;
  margin-top: 0.8125rem;
}

.news__img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}

.news__date {
  color: var(--bs-gray);
  margin-bottom: 0.5rem;
}

.new__date {
  color: var(--bs-gray);
  margin-top: 0.5rem;
}

.new__img {
  margin-top: 1rem;
}

button.btn+.widget_reviews_stats {
  margin-top: 2.5rem;
}

.widget__title+.widget__box {
  margin-top: 0.5rem;
}

.table__reviews-wdg {
  margin-bottom: 0;
  border: 1px solid var(--bs-yellow);
  width: auto;
}

.reviews-wdg__percent {
  color: var(--bs-gray);
}

.reviews-wdg__link {
  display: inline-block;
  text-wrap: nowrap;
}

.stati__list {
  display: grid;
  gap: 1.875rem 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  grid-auto-rows: 1fr;
  align-items: start;
  align-content: start;
  margin-block: 1.875rem;
}

.stati__pagenavi:first-of-type {
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.stati__pagenavi:last-of-type {
  padding-top: 0.5625rem;
  border-top: 1px solid var(--bs-border-color);
}

.stati__item {
  color: #333;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stati__caption {
  margin-bottom: 0;
  margin-top: 1rem;
  flex-grow: 1;
  line-height: 1;
}

.stati__link-caption {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  line-height: 1.285;
  vertical-align: top;
}

.stati__excerpt {
  margin-top: 0.25rem;
  line-height: 1;
}

.stati__link-excerpt {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--bs-gray);
  line-height: 1.285;
  vertical-align: top;
}

.stati__link {
  display: inline;
  background-image: linear-gradient(var(--bs-gray-dark), var(--bs-gray-dark)), linear-gradient(var(--bs-gray-dark), var(--bs-gray-dark));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}

.stati__link:hover {
  color: inherit;
  background-size: 0 1px, 100% 1px;
}

.stati__image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
}

/* 
.stati__image-wrap:not(:has(img)) {
  flex-grow: 0;
} */

.stati__img {
  flex-shrink: 0;
  max-height: 100%;
  object-fit: contain;
  margin-inline: auto;
}

.stati__content {
  color: var(--bs-body-color);
  /* display: flex;
  flex-direction: column;
  align-items: start; */
  gap: 1.25rem;
}


.stati__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-top: 0.5rem;
}

.stati__right {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.stati__comments,
.stati__view {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.stati__comments>*,
.stati__view>* {
  flex-shrink: 0;
}

.stati__view>i,
.stati__comments>i,
.add-comments>i {
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
}

.stati__comments>i,
.add-comments>i {
  background-image: url(../img/comments.svg);
}

.stati__view>i {
  background-image: url(../img/eye.svg);
}

.add-comments {
  display: flex;
  align-items: start;
  column-gap: 0.5rem;
  margin-top: 0.75rem;
}

.add-comments>i {
  flex-shrink: 0;
}

a.add-comments__link {
  color: #555;
  text-decoration: underline;
}

a.add-comments__link:hover {
  text-decoration: none;
}

.wp-block-social-link {
  border-radius: 0 !important;
}

.news__wrap+.comments {
  border-top: 1px solid var(--bs-gray-400);
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

.news__wrap+.comments h2 {
  font-size: 1.375rem;
  color: var(--bs-black);
  font-weight: 700;
  margin-bottom: 1px;
}

.comments .page-noreviews {
  margin-block: 1rem 0.75rem;
}

.comments__load-more-wrap {
  padding-top: 1.875rem;
  border-top: 1px solid var(--bs-gray-400);
  text-align: center;
}

.modal #yith-wcwtl-output {
  padding: 0;
}

.waitlist__modal-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-black);
  line-height: 1.25;
  text-align: center;
}

.modal #yith-wcwtl-output {
  background-color: var(--bs-body-bg);
  margin-bottom: 0;
}

.waitlist__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-black);
  line-height: 1.25;
  margin-top: 1.25rem;
}

.modal .yith-wcwtl-variation-name {
  font-size: 1rem;
  color: var(--bs-body-color);
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  margin-top: 0.625rem;
}

.modal .yith-wcwtl-product-image>img {
  margin-inline: auto;
}

.modal--waitlist .form-row--submit {
  margin-top: 1.25rem;
}

.suggestions-promo {
  display: none !important;
}

body .suggestions-suggestions {
  text-align: left;
  max-height: 18rem;
  padding-bottom: .7rem;
  overflow-y: auto;
}

.woocommerce-cart-form {
  padding: 0 1.25rem 0;
  border: 1px solid var(--bs-gray-400);
}

.cart__table {
  --bs-border-color: var(--bs-gray-400);
  font-size: 0.875rem;
  color: var(--bs-body-color);
  margin-bottom: 1.875rem;
}

.cart__table th {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 0.75rem;
}

.table.cart__table th:first-child,
.table.cart__table td:first-child {
  padding-left: 0;
  padding-right: 0;
}

.table.cart__table th:last-child,
.table.cart__table td:last-child {
  padding-right: 0;
}

.cart__table th.product-name {
  text-align: left;
}

.cart__table a {
  text-decoration: none;
}

.cart__table .cart-item__name-parent>a {
  color: inherit;
}

.cart-item__name-variation {
  font-size: 1rem;
  line-height: 1.125;
  color: var(--bs-body-color);
  margin-top: 0.5625rem;
}

.cart__table a.cart-item__change-link {
  font-size: 1rem;
  display: inline-block;
}

.cart__table .woocommerce-Price-amount {
  white-space: nowrap;
}

.cart__table .product-thumbnail img {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  object-fit: contain;
  margin-inline: auto;
}

.cart__table td.product-price,
.cart__table td.product-subtotal {
  text-align: center;
}

.cart__table td.product-subtotal {
  font-weight: 700;
}

.cart__table .product-quantity {
  text-align: center;
}

.woocommerce .cart__table .quantity {
  border: 0;
  height: 38px;
  width: 94px;
}

.cart__table .quantity input[type="button"].plus {
  margin-left: 10px;
}

.cart__table .quantity input[type="button"].minus {
  margin-right: 10px;
}

.woocommerce .cart__table .quantity .qty {
  border: 1px solid #8a8a8a;
  width: 37px;
}

.cart__table .cart-table-body tr:last-child td {
  border: 0;
  padding-bottom: 0;
}

.cart__table th.product-remove .cart-clear-link {
  --bs-btn-close-color: var(--bs-black);
  --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e);
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  color: #9a9998;
  display: flex;
  column-gap: 4px;
  align-items: center;
  justify-content: flex-end;
}

.cart__table th.product-remove .cart-clear-link::after {
  content: '';
  display: inline-flex;
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  opacity: var(--bs-btn-close-opacity);
}

.cart__table th.product-remove .cart-clear-link .remove__icon {
  margin-left: 0.5rem;
}

.product-remove .remove {
  margin-left: auto;
}

.form-control--coupon_code {
  display: inline-flex;
}

.form-row--coupon_code {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.coupon-error-notice {
  color: var(--bs-red);
  font-size: 0.75rem;
}

.woocommerce-checkout .coupon .btn-coupon,
.btn-coupon {
  font-weight: 400;
}

.cart-actions-total-label,
.cart-actions-total-amount {
  color: var(--bs-black);
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.cart-actions-total-amount {
  white-space: nowrap;
}

.checkout-review-label {
  font-size: 1rem;
  color: var(--bs-black);
  font-weight: 700;
}

.checkout .checkout-cart {
  font-size: 0.875rem;
}

.woocommerce-cart-form__cart-coupon .actions .coupon+p {
  margin-bottom: 0;
}

body .checkout__wrap .woocommerce-shipping-fields__field-wrapper {
  row-gap: 1.25rem;
}

.woocommerce-form__input-checkbox {
  float: left;
  margin-top: 0;
  margin-right: 0.5rem;
}

.wpfFilterWrapper input[type=checkbox]:focus-visible,
.woocommerce-form__input-checkbox:focus-visible {
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  outline: 1px dashed var(--bs-red);
}

.woocommerce-privacy-policy-text p {
  font-size: 0.75rem;
  color: #bdbdbd;
}

.woocommerce-checkout .coupon {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .2rem;
}

.place-order {
  margin-top: 0.75rem;
}

.woocommerce-thankyou-order-received {
  font-size: 1.375rem;
  font-weight: 700;
}

.woocommerce-order-details__title {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.woocommerce-thankyou-order-details,
.woocommerce-thankyou-order-details td,
.woocommerce-thankyou-order-details th {
  display: block;
}

.woocommerce-order .woocommerce-Price-amount {
  white-space: nowrap;
}

.woocommerce-thankyou-order-details tbody {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 0.75rem;
}

.woocommerce-thankyou-order-details tr {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  align-items: start;
  align-content: start;
  gap: 1rem;
}

.woocommerce-order-overview__label,
.order-details__totals th {
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-gray);
}

.woocommerce-order-overview__value {
  font-size: 1rem;
  color: var(--bs-body-color);
}

.woocommerce-order-overview__value strong {
  font-weight: 400;
}

.woocommerce-order-details {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 4px solid rgba(242, 242, 242, 0.5);
}

.woocommerce-table--order-details {
  --bs-table-border-color: var(--bs-gray-400);
  width: 100%;
}

.woocommerce-table--order-details thead th {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.woocommerce-table--order-details thead th.woocommerce-table__product-total,
.woocommerce-table--order-details .woocommerce-table__product-total,
.woocommerce-table--order-details .order-details__totals td {
  text-align: right;
}

.woocommerce-table--order-details .woocommerce-table__product-name {
  text-align: left;
}

.woocommerce-table--order-details .woocommerce-table__product-name a {
  text-decoration: none;
  color: var(--bs-body-color);
}

.woocommerce-table--order-details .woocommerce-table__product-price,
.woocommerce-table--order-details .woocommerce-table__product-quantity {
  text-align: center;
}

.woocommerce-table--order-details .order-details__totals {
  width: 100%;
  margin-block: 1rem;
}

.woocommerce-table--order-details .order-details__totals tbody {
  display: grid;
  justify-content: end;
  row-gap: 0.625rem;
  line-height: 1.25;
}

.woocommerce-table--order-details .order-details__totals tbody>tr {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  align-items: start;
  align-content: start;
  gap: 1rem;
}

.woocommerce-table--order-details .woocommerce-table__product-image img {
  width: 3.75rem;
  min-width: 3.75rem;
  object-fit: contain;
}

.woocommerce-checkout .select2-search--dropdown {
  display: none !important;
}

.woocommerce-checkout .submit-order-block .place-order {
  display: grid;
}

.woocommerce-checkout .place-order .submit-order-button {
  margin-left: auto;
}

.modal__auth .modal-body {
  padding: 1.25rem 2rem 2rem 2rem;
}

.modal-auth-form .woocommerce-form-login__submit {
  width: 100%;
}

.modal-auth-form__links {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  gap: 1rem;
  border-top: 1px solid var(--bs-gray-400);
}

.modal-auth-form__link {
  color: var(--bs-body-color);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 0.25rem 1rem;
  border: 1px solid var(--bs-body-color);
}

.form-check-label {
  color: #555;
}

.password-input {
  position: relative;
  display: block;
}

.show-password-input {
  position: absolute;
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  align-items: center;
  right: 0.625rem;
  top: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23363431' d='M15.907 6.61a.36.36 0 0 0-.036-.518.38.38 0 0 0-.53.035 8.1 8.1 0 0 1-2.762 1.986A8.8 8.8 0 0 1 9 8.856c-1.256 0-2.46-.25-3.578-.743a8.1 8.1 0 0 1-2.762-1.986.38.38 0 0 0-.53-.035.36.36 0 0 0-.036.519A8.8 8.8 0 0 0 4.29 8.37l-2.025 2.452a.36.36 0 0 0 .056.515.38.38 0 0 0 .528-.054l2.12-2.566.142.064a9.55 9.55 0 0 0 3.512.8v2.037c0 .203.168.368.376.368a.37.37 0 0 0 .376-.368V9.583a9.55 9.55 0 0 0 3.676-.876l2.096 2.574a.38.38 0 0 0 .528.059.36.36 0 0 0 .06-.516l-2.008-2.465a8.7 8.7 0 0 0 2.179-1.748'/%3E%3C/svg%3E");

  background-size: 1.125rem;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.show-password-input.display-password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23363431' d='M15.907 9.376a.36.36 0 0 1-.036.519.38.38 0 0 1-.53-.035 8.1 8.1 0 0 0-2.762-1.986A8.8 8.8 0 0 0 9 7.131c-1.256 0-2.46.25-3.578.743A8.1 8.1 0 0 0 2.659 9.86a.38.38 0 0 1-.53.035.36.36 0 0 1-.036-.519 8.8 8.8 0 0 1 2.198-1.76l.678-.347.143-.064a9.55 9.55 0 0 1 3.512-.8h.752a9.55 9.55 0 0 1 3.676.874l.676.35a8.7 8.7 0 0 1 2.179 1.747'/%3E%3Cpath fill='%23363431' d='M8.967 11.86C7.882 11.86 7 10.992 7 9.93 7 8.865 7.883 8 8.967 8s1.968.865 1.968 1.93-.882 1.93-1.968 1.93' opacity='.9'/%3E%3C/svg%3E");
}

.show-password-input:focus-visible {
  outline: 1px dashed var(--bs-red);
}

input[type=password] {
  padding-right: 1.75rem;
}

.footer {
  margin-top: auto !important;
  flex-shrink: 0;
  color: #fff;
  background-position: 0 94px;
  background-image: url(../img/pattern.svg);
  background-color: #fff;
  background-origin: border-box;
}

.footer__wrapper {
  padding-top: 0;
}

.footer__inner {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2.5rem;
}

.footer__logo-image {
  width: 171px;
  height: 64px;
  /* width: 10.6875rem;
  height: 4rem; */
}

.footer-column--offset {
  padding-bottom: 30px;
}

.footer__menu-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.5rem;
  line-height: 1.3;
  align-items: start;
  align-content: start;
  padding-left: 0;
  margin-bottom: 0;
}

.popup-callback,
.footer__menu-link {
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
  padding-bottom: 2px;
}

.footer__info-small {
  font-size: 0.75rem;
  color: #d4d4d4;
  margin-bottom: 0.3rem;
}

.footer__phone-link {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.popup-callback {
  color: #f6f6f6;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  display: inline-block;
  margin-top: 1rem;
}

.footer__copyright {
  font-size: 0.8rem;
  color: #d4d4d4;
  line-height: 1.1;
  margin-top: 0.2rem;
}

@media (any-hover:hover) {

  .footer__menu-link:hover,
  .popup-callback:hover {
    border-color: var(--bs-yellow);
  }
}

@media (any-hover:none) {

  .footer__menu-link:active,
  .popup-callback:active {
    color: var(--bs-yellow);
  }
}

.scrollup {
  position: fixed;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 1rem;
  bottom: -50%;
  width: 2.75rem;
  height: 2.75rem;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: var(--bs-black);
  border: 2px solid var(--bs-black);
  border-radius: 50%;
  z-index: 1080;
  overflow: hidden;
  transition: bottom .4s, transform .4s, left .4s, color .4s, opacity .4s;
}

.scrollup__icon {
  width: 23px;
  height: 21px;
  flex-shrink: 0;
}

@media (any-hover:hover) {

  .scrollup:hover {
    transform: translateY(-0.5rem);
    color: var(--bs-yellow);
    box-shadow: 0 2px 4px 0px rgba(244, 188, 4, 0.2);
    border-color: var(--bs-yellow);
  }
}

@media (any-hover:none) {

  .scrollup:active {
    transform: translateY(-0.5rem);
    color: var(--bs-yellow);
    box-shadow: 0 2px 4px 0px rgba(244, 188, 4, 0.2);
    border-color: var(--bs-yellow);
  }
}


.show-scroll {
  bottom: 1.75rem;
  left: auto;
  right: 1rem;
}

/* MOBILE STYLES */
/* 576px */
@media (min-width: 36rem) {

  .not-found__title {
    font-size: 10rem;
  }

  .product__row-summary {
    row-gap: 1.5rem;
  }

  .woocommerce-product-gallery__wrapper {
    --max-height-slider: 25.625rem;
    display: flex;
    column-gap: 1.25rem;
    align-items: flex-start;
  }

  .product-gallery__main {
    height: var(--max-height-slider);
    width: calc(100% - 6.875rem);
    flex: 1;
    min-width: 0;
  }

  .product-gallery__thumbnails-inner {
    padding-block: 1.875rem;
    padding-inline: 0;
  }

  .product-gallery__thumbnails {
    order: -1;
    flex-shrink: 0;
    width: 6.875rem;
  }

  .product-gallery__thumbnails-swiper {
    width: 6.875rem;
    max-height: calc(var(--max-height-slider) - 3.75rem) !important;
  }

  .swiper .product-gallery__main-image {
    max-height: var(--max-height-slider);
  }

  .modal__auth .modal-body {
    padding: 1.25rem 2.5rem 2.5rem 2.5rem;
  }

}

/* 768px */
@media (min-width:48rem) {

  .news__aside {
    position: sticky;
    top: 0;
  }

  .products__load-more-wrapper {
    margin-top: 2.5rem;
  }

  .product__row-summary {
    display: grid;
    column-gap: var(--col-gap);
    grid-template-columns: repeat(12, 1fr);
  }

  .product__gallery-col {
    grid-column: 2 / 12;
  }

  .product__description-col,
  .single-product__summary-col {
    grid-column: 1 / -1;
  }

  .product-gallery__main {
    width: calc(100% - 8.125rem);
  }

  .cart__table a.cart-item__change-link {
    margin-top: 0.375rem;
  }

  .cart__table .product-subtotal .woocommerce-Price-amount {
    position: relative;
    top: 0.375rem;
  }

  .cart__table .product-remove .remove {
    position: relative;
    top: 0.3125rem;
  }

  .table.cart__table> :not(caption) .woocommerce-cart-form__cart-coupon>td {
    padding-top: 1.875rem;
  }

  .woocommerce-cart-form__cart-coupon {
    vertical-align: middle;
  }

  .cart-actions-total-label,
  .cart-actions-total-amount {
    font-size: 1.5rem;
    line-height: 1.25rem;
  }

  .checkout__wrap {
    display: grid;
    grid-template-columns: 1fr 16.25rem;
    column-gap: 2.5rem;
    align-items: start;
    align-content: start;
  }

  .checkout-steps {
    margin-bottom: 1.875rem;
  }

  .show-scroll {
    right: 1.7rem;
  }

}

/* 992px */
@media (min-width: 62rem) {

  .header--sticky .header__logo--sticky {
    display: none;
  }

  .open-menu-btn {
    display: none;
  }

  .main-menu__nav--desktop .main-menu__list {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: calc(var(--bs-dropdown-zindex) - 1);
    justify-content: space-between;
  }

  .header--sticky .main-menu__container {
    column-gap: 1rem;
  }

  .main-menu__nav--desktop .main-menu__list .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .main-menu__nav--desktop .main-menu__list>.menu-item>a {
    position: relative;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
    color: var(--bs-body-color);
    padding-inline: 0.5rem;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }

  .main-menu__nav--desktop .main-menu__list>.menu-item>.nav-link::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-yellow);
    transition: 0.2s;
  }

  .main-menu__nav--desktop .main-menu__list>.menu-item>.nav-link:hover::after,
  .main-menu__nav--desktop .main-menu__list>.menu-item.current-menu-item>.nav-link::after,
  .main-menu__nav--desktop .main-menu__list>.menu-item.current-menu-ancestor>.nav-link::after,
  .main-menu__nav--desktop .main-menu__list>.menu-item.current-post-ancestor>.nav-link::after {
    left: 0;
    width: 100%;
  }

  .main-menu__nav--desktop .main-menu__list .sub-menu a {
    --bs-nav-link-padding-y: 0;
  }

  .main-menu__nav--desktop .main-menu__list .sub-menu>.menu-item-has-children>.nav-link {
    --bs-nav-link-padding-y: 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid var(--bs-yellow);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }

  .main-menu__nav--desktop .main-menu__list .sub-menu>.menu-item-has-children:not(:first-child)>.nav-link {
    margin-top: 30px;
  }

  .main-menu__nav--desktop .main-menu__list>.menu-item>.sub-menu {
    /* display: none; */
    columns: 4 13.75rem;
    background: #fff;
    padding: 1.875rem 2.5rem 1.4375rem;
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    z-index: var(--bs-dropdown-zindex);
    overflow-y: auto;
    min-width: 100%;
    min-height: 0;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
  }

  .main-menu__nav--desktop .main-menu__list .sub-menu a {
    --bs-nav-link-font-size: 0.875rem;
    --bs-nav-link-hover-color: #F4BC04;
    line-height: 1.42;
  }

  .main-menu__nav--desktop .main-menu__list>.menu-item:hover>.sub-menu {
    pointer-events: initial;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all 0.5s ease;
  }

  .home .products,
  .home .brands {
    margin-top: 1.875rem;
  }

  .product__row-summary {
    display: grid;
    column-gap: var(--col-gap);
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    align-items: start;
    align-content: start;
  }

  .single-product__summary-col {
    grid-column: 9 / -1;
    grid-row: 1 / 3;
  }

  .product__gallery-col {
    grid-column: 1 / 9;
    grid-row: 1;
  }

  .product__description-col {
    grid-column: 1 / 9;
    grid-row: 2;
    padding-top: 1rem;
  }

  .show-scroll {
    right: 3rem;
  }

}

/* 1100px */
@media (min-width: 68.75rem) {

  .main-menu__nav--desktop .main-menu__list>.menu-item>a {
    font-size: 1.125rem;
  }

  .cart__table {
    font-size: 1.125rem;
  }

  .table.cart__table> :not(caption)>*>* {
    padding: 1.25rem;
  }
}

/* 1280px */
@media (min-width: 80rem) {
  .header-menu__txt {
    display: block;
  }

  .header-menu__list {
    column-gap: 2.5rem;
  }

  .account-navigation__header {
    left: -2.5rem;
    top: 100%;
  }

  .product__row-summary {
    display: grid;
    column-gap: 3.75rem;
  }

  .product-gallery__main-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .product__description-col {
    padding-top: 1.875rem;
  }

  .scrollup {
    width: 3rem;
    height: 3rem;
  }

  .scrollup {
    right: 1rem;
  }

}

/* 1279.98px */

@media (max-width: 79.99875rem) {
  .wrapper {
    max-width: 93%;
  }
}

/* 1023.98px */

@media (max-width: 63.99875rem) {
  .wrapper {
    max-width: 96%;
  }

  .advantages__list {
    grid-column: 1 / -1;
  }
}

/* 991.98px */

@media (max-width: 61.99875rem) {
  .main-menu__nav--desktop {
    display: none;
  }

  .header__wrap {
    display: none;
  }

  .account-navigation {
    right: -2.6875rem;
    left: auto;
  }

  .header__container {
    justify-content: space-between;
  }

  .header:not(.header--sticky) {
    border-bottom: 1px solid var(--bs-gray-400);
  }

  .header--sticky {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: auto;
    padding-block: 0.5rem;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__logo-image {
    /* width: 9rem; */
    width: 144px;
    height: auto;
  }

  .header--sticky .main-menu__wrapper {
    flex-grow: 1;
  }

  .header__menu--sticky {
    margin-inline: auto;
  }

  .header-menu__list {
    column-gap: 1rem;
  }

  .open-menu-btn {
    display: inline-block;
    align-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: transparent;
  }

  .open-menu-btn--sticky {
    display: none;
  }

  .header--sticky .open-menu-btn--sticky {
    display: block;
    margin-right: 0.9375rem;
  }

  .open-menu-btn__img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .open-menu-btn__img {
    stroke: var(--green);
  }

  @media (any-hover) {
    .open-menu-btn:hover .open-menu-btn__img {
      stroke: var(--green-400);
    }
  }

  .footer__menu-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* 767.98px */

@media (max-width: 47.99875rem) {
  .wrapper {
    max-width: 100%;
  }

  .swiper-buttons-wrapper {
    position: static;
  }

  .products__list--grid {
    grid-template-columns: 1fr;
  }

  .catalog__wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .news__wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .news__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }

  .widget__box {
    max-width: 13.75rem;
  }

  .page__wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .cart__table th:not(.product-remove),
  .woocommerce-table--order-details>thead th {
    display: none;
  }

  .woocommerce-cart-form {
    padding: 0 1rem 0;
  }

  .cart__table,
  .cart__table thead,
  .cart__table tbody,
  .cart__table tr,
  .woocommerce-table--order-details,
  .woocommerce-table--order-details>thead,
  .woocommerce-table--order-details>tbody tr {
    display: block;
  }

  .woocommerce-table--order-details>tbody {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    align-items: start;
    align-content: start;
  }

  .cart-table-body td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .cart__table .woocommerce-cart-form__cart-coupon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }

  .cart__table .woocommerce-cart-form__cart-coupon .cart-actions-total-amount {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .cart-table-body .woocommerce-cart-form__cart-item {
    display: grid;
    align-items: start;
    align-content: start;
  }

  .cart-table-body .woocommerce-cart-form__cart-item>* {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .cart__table td.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: start;
    align-content: start;
  }

  .cart__table .product-quantity,
  .cart__table td.product-price,
  .cart__table td.product-subtotal {
    text-align: left;
  }

  .cart__table .product-thumbnail img {
    margin: 0;
  }

  .cart__table .woocommerce-Price-amount {
    position: static;
  }

  .cart__table .product-remove {
    border: 0;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    order: -1;
  }

  .cart__table .product-remove>* {
    margin-left: auto;
  }

  .cart__table tr td:not(.product-remove, .product-thumbnail, .actions, .cart-actions-total-label, .cart-actions-total-amount, .cart-actions-remove)::before {
    content: attr(data-title) ": ";
    font-size: 1rem;
    font-weight: 400;
    padding-right: 1rem;
    font-weight: 700;
  }

  .cart-table-body tr:not(:first-child) {
    margin-top: 1rem;
  }

  .woocommerce-table--order-details>tbody tr td:not(.woocommerce-table__product-name, .woocommerce-table__product-image)::before {
    content: attr(data-title) ": ";
    font-size: 1rem;
    font-weight: 400;
    padding-right: 1rem;
    font-weight: 700;
  }

  .woocommerce-table--order-details>tbody tr.product-row.order_item {
    display: grid;
    align-items: start;
    align-content: start;
  }

  .woocommerce-table--order-details .woocommerce-table__product-price,
  .woocommerce-table--order-details .woocommerce-table__product-total,
  .woocommerce-table--order-details .order-details__totals td .woocommerce-table--order-details .woocommerce-table__product-price,
  .woocommerce-table--order-details .woocommerce-table__product-quantity {
    text-align: left;
  }

  .woocommerce-checkout .checkout__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }

  .woocommerce-checkout .checkout__wrap .checkout-container {
    display: contents;
  }

  .woocommerce-table--order-details tfoot,
  .woocommerce-table--order-details tfoot>tr,
  .woocommerce-table--order-details tfoot td.order-totals-cell {
    display: block;
  }

  body .suggestions-wrapper {
    position: static;
  }

  .submit-order-block {
    order: 10;
  }


  .footer__container {
    justify-content: flex-start;
    gap: 1rem 4rem;
  }

  .footer__column--menu {
    display: none;
  }

  .footer__column--socials {
    margin-left: auto;
  }
}

/* 575.98px */

@media (max-width: 35.99875rem) {

  .modal {
    --bs-modal-header-padding: 1.5rem 1.125rem 0;
    --bs-modal-padding: 0 1.875rem 1.875rem;
  }

  .advantages__list {
    grid-template-columns: 1fr 1fr;
  }

  .section__title-wrap {
    display: inline-block;
  }

  .link-all--products {
    margin-left: 0;
  }

  .products__inner {
    padding-inline: 0;
    padding-bottom: .5rem;
  }

  .products__button-controls {
    transform: translateY(-100%);
  }

  .product-gallery__thumbnails {
    margin-top: 1.25rem;
  }

  .product-gallery__button-icon {
    transform: rotate(-90deg);
  }

  .product-gallery__thumbnails-swiper {
    height: 6.875rem;
  }

  .single-product__summary-col {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-gray-400);
  }

  .form-row--coupon_code .form-control--coupon_code,
  .form-row--coupon_code .btn-coupon {
    width: auto;
    flex-grow: 1;
  }

  .suggestions-suggestion span {
    white-space: normal !important;
  }

  .woocommerce-table--order-details .order-details__totals tbody {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 0.75rem;
  }


  .woocommerce-table--order-details .order-details__totals td,
  .woocommerce-thankyou-order-details tr,
  .woocommerce-table--order-details .order-details__totals tbody>tr {
    display: block;
  }

  .woocommerce-table--order-details .order-details__totals td {
    text-align: left;
  }

  .footer__container {
    gap: 1rem 2rem;
  }
}

/* 479.98px */

@media (max-width: 29.99875rem) {
  .advantages__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer__container {
    position: relative;
    display: grid;
    justify-content: center;
    align-content: start;
    align-items: start;
    text-align: center;
    gap: 0.5rem 2rem;
  }

  .footer__inner {
    padding-top: 1rem;
  }

  .footer__column--socials {
    margin-inline: auto;
  }

  .footer__column--socials {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
    top: 0;
  }

  .footer-column--offset {
    padding-bottom: 0;
  }

  .popup-callback {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 0;
    margin: 0;
  }

  .popup-callback::before {
    content: '';
    display: inline-flex;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/phone-callback-2.svg) no-repeat;
    background-size: contain;
    box-shadow: var(--bs-box-shadow);
    border-radius: 50%;
  }

  .popup-callback:hover {
    border: 0 !important;
    padding: 0 !important;
  }

}