@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%; /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 18px;
}

body {
  margin: 0;
  color: #435057;
  background-color: #F8F8F8;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
}

blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 30px;
  content: "“";
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

.admin-bar #wpadminbar #wp-admin-bar-tns-admin-logo a {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.admin-bar #wpadminbar #wp-admin-bar-tns-admin-logo a img {
  max-height: 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media (min-width: 1550px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1470px;
  }
}
.site-footer {
  background: #fff;
  color: #435057;
  font-size: 16px;
}

.footer-main {
  padding: 78px 0 36px;
}
.footer-main__row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer-main__column--brand {
  border-right: 1px solid #d3d3d3;
}
.footer-main__column--contact {
  padding-left: 58px;
}
.footer-main__column--links {
  padding-left: 38px;
}

.footer-brand__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.footer-brand__logo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 120px;
}
.footer-brand__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.footer-brand__logo {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-brand__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.footer-brand__name {
  color: #0287CD;
  font-size: 28px;
  font-weight: 700;
}
.footer-brand__tagline {
  font-size: 20px;
  font-weight: 500;
}
.footer-brand__description {
  margin-top: 18px;
  font-size: 16px;
}
.footer-brand__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.footer-brand__badge {
  max-width: 116px;
  max-height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.footer-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 4px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.footer-social__link:hover, .footer-social__link:focus {
  background: #E21728;
  color: #fff;
}
.footer-social__link img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-contact,
.footer-navigation {
  padding-top: 2px;
}
.footer-contact__title,
.footer-navigation__title {
  margin: 0 0 24px;
  color: #435057;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact__hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 18px;
}
.footer-contact__hotline a {
  color: #E21728;
  font-size: 27px;
  font-weight: 700;
}
.footer-contact__hotline span {
  font-size: 16px;
  font-weight: 500;
}
.footer-contact__address {
  margin: 10px 0 15px;
  font-size: 16px;
}
.footer-contact__address li {
  line-height: 1.65;
  margin-bottom: 5px;
}
.footer-contact__email {
  color: #0287CD;
  font-size: 16px;
  font-weight: 700;
}
.footer-contact__email:hover, .footer-contact__email:focus {
  color: #E21728;
}

.footer-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-navigation__item {
  position: relative;
  padding-left: 14px;
}
.footer-navigation__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0287CD;
  content: "";
}
.footer-navigation__item a {
  color: #435057;
  font-size: 16px;
}
.footer-navigation__item a:hover, .footer-navigation__item a:focus {
  color: #E21728;
}

.footer-copyright {
  border-top: 1px solid #f2f2f2;
}
.footer-copyright p {
  margin: 0;
  padding: 24px 0;
  text-align: right;
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer-main {
    padding-top: 46px;
  }
  .footer-main__column--brand {
    border-right: 0;
    padding-bottom: 32px;
  }
  .footer-main__column--contact, .footer-main__column--links {
    padding-left: 15px;
  }
  .footer-main__column--contact {
    padding-bottom: 28px;
  }
  .footer-copyright p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-main {
    padding: 36px 0 28px;
  }
  .footer-brand {
    padding-right: 0;
  }
  .footer-brand__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .footer-brand__logo-column {
    padding-bottom: 18px;
  }
  .footer-brand__name {
    font-size: 17px;
  }
  .footer-brand__tagline {
    font-size: 16px;
  }
  .footer-contact__hotline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.tns-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
  min-width: 220px;
  min-height: 58px;
  padding: 8px 12px 8px 28px;
  border-radius: 999px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.tns-button__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.tns-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.tns-button__icon img {
  width: 16px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tns-button:hover, .tns-button:focus {
  background: #E21728;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tns-button:hover .tns-button__icon, .tns-button:focus .tns-button__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.site-header {
  background: #fff;
}

.header-main {
  border-bottom: 1px solid #edf0f1;
}
.header-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  min-height: 88px;
}
.header-main__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
}
.header-main__logo {
  max-width: 82px;
  max-height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-main__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e8ecee;
  border-radius: 999px;
}
.header-main__search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 12px 20px;
  border: 0;
  background: transparent;
  color: #435057;
  font-size: 16px;
  outline: 0;
}
.header-main__search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  border: 0;
  background: transparent;
}
.header-main__search button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-main__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.header-main__contacts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-main__contacts div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-main__contacts div img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-main__contacts small {
  color: #435057;
  font-size: 16px;
}
.header-main__contacts strong {
  color: #435057;
  font-size: 16px;
}
.header-main__cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f4f6f7;
}
.header-main__cart img {
  width: 26px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-main__cart-count {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 50%;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.header-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 660px;
  gap: 0;
}
.header-navigation__list li a {
  display: block;
  padding: 17px 0;
  color: #435057;
  font-size: 16px;
  font-weight: 500;
}
.header-navigation__list .current-menu-item a, .header-navigation__list li a:hover {
  color: #0287CD;
}
.header-navigation__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 20px;
}
.header-navigation__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e9f1f5;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header-navigation__social li a:hover, .header-navigation__social li a:focus-visible {
  background: #0287CD;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.header-navigation__social li a:hover img, .header-navigation__social li a:focus-visible img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-navigation__social img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.header-navigation__catalog-wrap {
  position: relative;
}
.header-navigation__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 24px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.header-navigation__catalog img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-navigation__catalog:hover {
  background: #E21728;
  color: #fff;
}
.header-navigation__catalog-menu {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  min-width: 260px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.header-navigation__catalog-list li a {
  display: block;
  padding: 10px 18px;
  color: #435057;
  font-size: 16px;
}
.header-navigation__catalog-list li a:hover {
  background: #f3f9ff;
  color: #0287CD;
}
.header-navigation__catalog-wrap:hover .header-navigation__catalog-menu, .header-navigation__catalog-wrap:focus-within .header-navigation__catalog-menu {
  display: block;
}

.header-navigation__list > li {
  position: relative;
}
.header-navigation__list > li > a {
  display: block;
}
.header-navigation__list .sub-menu {
  display: none;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.header-navigation__list .sub-menu li {
  position: relative;
}
.header-navigation__list .sub-menu li a {
  padding: 10px 18px;
  color: #435057;
  white-space: nowrap;
}
.header-navigation__list .sub-menu li a:hover, .header-navigation__list .sub-menu .current-menu-item > a {
  background: #f3f9ff;
  color: #0287CD;
}
.header-navigation__list > li:hover > .sub-menu, .header-navigation__list > li:focus-within > .sub-menu {
  display: block;
}
.header-navigation__list .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}
.header-navigation__list .sub-menu li:hover > .sub-menu, .header-navigation__list .sub-menu li:focus-within > .sub-menu {
  display: block;
}

.header-main__mobile-toggle {
  display: none;
}

.header-main__mobile-catalog {
  display: none;
}

#mobile-menu:not(.mm-menu) {
  display: none;
}

#mobile-menu {
  --mm-color-background: #fff;
  --mm-color-border: #e8ecee;
  --mm-color-text: #435057;
  --mm-color-button: #0287CD;
}

#mobile-menu .mm-navbar {
  color: #0287CD;
  font-size: 16px;
  font-weight: 700;
}

#mobile-menu .mm-listitem__text {
  color: #435057;
  font-size: 16px;
}

#mobile-menu .mm-listitem_selected > .mm-listitem__text {
  color: #0287CD;
}

@media (max-width: 991px) {
  .header-main__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    min-height: 76px;
    padding: 12px 0;
  }
  .header-main__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .header-main__logo {
    max-height: 54px;
  }
  .header-main__search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }
  .header-main__mobile-catalog {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
  .header-main__mobile-catalog summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 48px;
    padding: 0 18px;
    cursor: pointer;
    list-style: none;
    background: #0287CD;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .header-main__mobile-catalog summary::-webkit-details-marker {
    display: none;
  }
  .header-main__mobile-catalog summary img {
    width: 22px;
    height: 22px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header-main__mobile-catalog[open] summary {
    background: #E21728;
  }
  .header-main__mobile-catalog-menu {
    position: absolute;
    z-index: 40;
    top: 100%;
    right: 0;
    left: 0;
    padding: 8px 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }
  .header-main__mobile-catalog-list li a {
    display: block;
    padding: 11px 18px;
    color: #435057;
    font-size: 16px;
  }
  .header-main__mobile-catalog-list li a:hover {
    background: #f3f9ff;
    color: #0287CD;
  }
  .header-main__contacts {
    display: none;
  }
  .header-main__cart {
    margin-left: auto;
  }
  .header-main__mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #0287CD;
  }
  .header-main__mobile-toggle img {
    width: 24px;
    height: 24px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header-navigation {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-main__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 0;
  }
  .header-main__contacts {
    margin-left: auto;
  }
  .header-navigation__list {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .header-main__brand {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .header-main__search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-main__contacts {
    display: none;
  }
  .header-navigation__list {
    overflow-x: auto;
    gap: 20px;
  }
  .header-navigation__catalog {
    padding: 0 14px;
  }
  .header-navigation__catalog span {
    display: none;
  }
}
.tns-cart-toast {
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: calc(100% - 32px);
  padding: 16px 18px;
  border-left: 4px solid #0287CD;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(67, 80, 87, 0.2);
          box-shadow: 0 12px 30px rgba(67, 80, 87, 0.2);
  color: #435057;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tns-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tns-cart-toast--error {
  border-left-color: #E21728;
}
.tns-cart-toast__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tns-cart-toast__link {
  color: #0287CD;
  font-weight: 700;
  white-space: nowrap;
}
.tns-cart-toast__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f4f6f7;
  color: #435057;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 575px) {
  .tns-cart-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 10px;
    padding: 14px;
  }
}
.archive-product {
  padding: 16px 0 64px;
}
.archive-product__hero {
  min-height: 188px;
  padding: 68px 88px;
  border-radius: 5px;
  background: #0287CD center/cover no-repeat;
  color: #fff;
}
.archive-product__title {
  margin: 0 0 10px;
  color: inherit;
  font-size: 24px;
  font-weight: 700;
}
.archive-product__breadcrumb, .archive-product__breadcrumb a {
  color: #fff;
  font-size: 16px;
}
.archive-product__breadcrumb span {
  margin: 0 7px;
}
.archive-product__content {
  padding-top: 34px;
}
.archive-product__main {
  padding-right: 14px;
}
.archive-product__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
  margin-bottom: 14px;
  padding: 0 18px;
  border-radius: 5px;
  background: #f7f8f9;
}
.archive-product__count, .archive-product__count p {
  margin: 0;
  color: #435057;
  font-size: 16px;
}
.archive-product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.archive-product__sort-label {
  color: #435057;
  font-size: 16px;
}
.archive-product .woocommerce-ordering {
  margin: 0;
}
.archive-product .woocommerce-ordering select {
  min-height: 32px;
  border: 0;
  background: transparent;
  color: #435057;
  font-size: 16px;
  outline: 0;
}
.archive-product__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #aeb8bd;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.archive-product__view:hover, .archive-product__view:focus-visible, .archive-product__view.is-active {
  background: #0287CD;
  color: #fff;
}
.archive-product__column {
  margin-bottom: 16px;
}
.archive-product .product-card {
  min-height: 100%;
  border: 1px solid #edf0f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.archive-product__pagination {
  margin-top: 24px;
}
.archive-product__pagination .woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0;
  border: 0;
}
.archive-product__pagination .woocommerce-pagination ul li {
  float: none;
  border: 0;
}
.archive-product__pagination .woocommerce-pagination ul li a, .archive-product__pagination .woocommerce-pagination ul li span {
  min-width: 32px;
  padding: 6px 9px;
  border: 1px solid #edf0f1;
  border-radius: 4px;
  color: #435057;
  font-size: 16px;
}
.archive-product__pagination .woocommerce-pagination ul li span.current {
  border-color: #0287CD;
  background: #fff;
  color: #0287CD;
}
.archive-product__sidebar {
  padding-left: 16px;
}
.archive-product__sidebar h2 {
  margin: 7px 0 17px;
  color: #435057;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.archive-product__categories {
  margin-bottom: 34px;
}
.archive-product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-product__categories li {
  margin-bottom: 11px;
}
.archive-product__categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #435057;
  font-size: 16px;
  line-height: 1.35;
}
.archive-product__categories li a span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #dfe5e8;
  border-radius: 4px;
}
.archive-product__categories li.is-current a, .archive-product__categories li a:hover {
  color: #0287CD;
}
.archive-product__categories li.is-current a span {
  border-color: #0287CD;
  background: #0287CD;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.archive-product__latest h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.archive-product__latest h2 span {
  padding: 4px 12px;
  border-radius: 3px;
  background: #E21728;
  color: #fff;
  font-size: 16px;
}
.archive-product__latest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.archive-product__latest-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 1px solid #edf0f1;
  border-radius: 5px;
  overflow: hidden;
}
.archive-product__latest-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive-product__latest-item h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.archive-product__latest-item h3 a {
  color: #435057;
}
.archive-product__latest-item h3 a:hover {
  color: #0287CD;
}
.archive-product__latest-rating {
  color: #f8ba16;
  font-size: 16px;
  line-height: 1;
}
.archive-product__latest-rating .star-rating {
  float: none;
  margin: 0;
}
.archive-product--list .archive-product__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.archive-product--list .product-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 220px;
}
.archive-product--list .product-card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
}
.archive-product--list .product-card__body {
  padding: 22px 12px;
}
.archive-product--list .product-card__title {
  font-size: 20px;
}

@media (max-width: 991px) {
  .archive-product__main {
    padding-right: 15px;
  }
  .archive-product__sidebar {
    margin-top: 30px;
    padding-left: 15px;
  }
  .archive-product__categories ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 767px) {
  .archive-product {
    padding-bottom: 42px;
  }
  .archive-product__hero {
    min-height: 150px;
    padding: 48px 28px;
  }
  .archive-product__content {
    padding-top: 24px;
  }
  .archive-product__toolbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
  .archive-product__controls {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive-product__grid {
    margin-right: -7px;
    margin-left: -7px;
  }
  .archive-product__column {
    padding-right: 7px;
    padding-left: 7px;
  }
  .archive-product__categories ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .archive-product--list .product-card {
    min-height: 0;
  }
  .archive-product--list .product-card__media {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    width: 120px;
  }
  .archive-product--list .product-card__body {
    padding: 12px;
  }
  .archive-product--list .product-card__title {
    font-size: 16px;
  }
}
.single-product-page {
  background: #fff;
  padding: 24px 0 64px;
}
.single-product-page__breadcrumb, .single-product-page__breadcrumb a {
  color: #435057;
  font-size: 16px;
}
.single-product-page__breadcrumb span {
  margin: 0 7px;
}
.single-product-page__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  padding: 36px 0 66px;
}
.single-product-page__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 570px;
          flex: 0 1 570px;
  gap: 16px;
  min-width: 0;
}
.single-product-page__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.single-product-page__thumbnail {
  width: 84px;
  height: 84px;
  padding: 5px;
  border: 1px solid #edf0f1;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
.single-product-page__thumbnail.is-active, .single-product-page__thumbnail:hover {
  border-color: #E21728;
}
.single-product-page__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product-page__main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  aspect-ratio: 1/1;
  padding: 22px;
  border: 1px solid #edf0f1;
  border-radius: 7px;
}
.single-product-page__main-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product-page__details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-top: 5px;
}
.single-product-page__title {
  margin: 0 0 18px;
  color: #435057;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
.single-product-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 20px;
  color: #435057;
  font-size: 16px;
}
.single-product-page__rating {
  color: #f8ba16;
}
.single-product-page__rating .star-rating {
  float: none;
  margin: 0;
}
.single-product-page__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.single-product-page__price {
  color: #E21728;
  font-size: 30px;
  font-weight: 700;
}
.single-product-page__price del {
  margin-right: 20px;
  color: #aeb4b7;
  font-size: 20px;
  font-weight: 400;
}
.single-product-page__price ins {
  text-decoration: none;
}
.single-product-page__stock {
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}
.single-product-page__stock.is-in-stock {
  background: #e3f9f2;
  color: #009b70;
}
.single-product-page__stock.is-out-of-stock {
  background: #fde8e9;
  color: #E21728;
}
.single-product-page__attributes {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.single-product-page__attributes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  color: #435057;
  font-size: 16px;
}
.single-product-page__attributes li:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: #aeb4b7;
}
.single-product-page__attributes li span {
  min-width: 100px;
}
.single-product-page__attributes li strong {
  font-weight: 500;
}
.single-product-page__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.single-product-page__cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 174px;
  height: 78px;
  border: 1px solid #cbd2d5;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(67, 80, 87, 0.06);
          box-shadow: 0 8px 16px rgba(67, 80, 87, 0.06);
  overflow: hidden;
}
.single-product-page__cart .quantity .qty {
  width: 64px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  color: #435057;
  font-size: 22px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.single-product-page__cart .quantity .qty::-webkit-outer-spin-button, .single-product-page__cart .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.single-product-page__cart .single-product-page__quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  min-height: 76px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #435057;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.single-product-page__cart .single-product-page__quantity-button:hover {
  background: #f4f6f7;
  color: #0287CD;
}
.single-product-page__cart > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  min-width: 374px;
  min-height: 78px;
  padding: 0 30px;
  border: 0;
  border-radius: 14px;
  background: #0287CD;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.single-product-page__cart > button:hover {
  background: #E21728;
}
.single-product-page__cart > button img {
  width: 32px;
  height: 30px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.single-product-page__tabs {
  margin-bottom: 56px;
  background: #fff;
}
.single-product-page__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.single-product-page__tab-list button {
  min-width: 220px;
  padding: 18px 24px;
  border: 0;
  border-radius: 7px 7px 0 0;
  background: #eaecef;
  color: #435057;
  font-size: 16px;
  font-weight: 500;
}
.single-product-page__tab-list button.is-active {
  background: #f8f8f8;
  color: #0287CD;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.single-product-page__tab-panel {
  display: none;
  min-height: 250px;
  padding: 54px 58px;
  background: #f8f8f8;
  color: #435057;
  font-size: 16px;
  line-height: 1.7;
}
.single-product-page__tab-panel.is-active {
  display: block;
}
.single-product-page__tab-panel table {
  width: 100%;
}
.single-product-page__tab-panel th, .single-product-page__tab-panel td {
  padding: 10px;
  border-bottom: 1px solid #e4e8ea;
  text-align: left;
}
.single-product-page__related {
  margin-bottom: 66px;
}
.single-product-page__related-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.single-product-page__related h2 {
  margin: 0;
  color: #435057;
  font-size: 28px;
  font-weight: 500;
}
.single-product-page__related-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single-product-page__related-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  color: #435057;
  font-size: 32px;
  line-height: 1;
}
.single-product-page__related-arrow:hover {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.single-product-page__related-slide {
  padding: 0 8px;
}
.single-product-page__related-slider {
  margin: 0 -8px;
}
.single-product-page__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid #edf0f1;
}
.single-product-page__benefits > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  color: #435057;
  font-size: 16px;
}
.single-product-page__benefits > div + div {
  padding-left: 42px;
  border-left: 1px solid #cfd6d9;
}
.single-product-page__benefits img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .single-product-page__summary {
    gap: 28px;
  }
  .single-product-page__title {
    font-size: 28px;
  }
  .single-product-page__gallery {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .single-product-page__benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-product-page__benefits > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
  .single-product-page__benefits > div + div {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .single-product-page {
    padding-top: 16px;
  }
  .single-product-page__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0 42px;
  }
  .single-product-page__gallery {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .single-product-page__main-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .single-product-page__thumbnails {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-bottom: 2px;
    overflow-x: auto;
  }
  .single-product-page__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    width: 58px;
    height: 58px;
    aspect-ratio: 1/1;
  }
  .single-product-page__price-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-page__price {
    font-size: 26px;
  }
  .single-product-page__price del {
    display: block;
    margin-right: 0;
  }
  .single-product-page__cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .single-product-page__cart .quantity {
    width: 148px;
    height: 58px;
  }
  .single-product-page__cart .quantity .qty {
    width: 52px;
    font-size: 18px;
  }
  .single-product-page__cart .single-product-page__quantity-button {
    width: 48px;
    min-height: 56px;
    font-size: 28px;
  }
  .single-product-page__cart > button {
    min-width: 0;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }
  .single-product-page__cart > button img {
    width: 24px;
    height: 22px;
  }
  .single-product-page__tab-list button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 14px 8px;
  }
  .single-product-page__tab-panel {
    min-height: 0;
    padding: 28px 20px;
  }
  .single-product-page__related h2 {
    font-size: 22px;
  }
  .single-product-page__related-arrow {
    width: 40px;
    height: 40px;
  }
  .single-product-page__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-page__benefits > div {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.content-page {
  padding: 28px 0 66px;
  background: #fff;
}
.content-page__breadcrumb, .content-page__breadcrumb a {
  color: #435057;
  font-size: 16px;
}
.content-page__breadcrumb span {
  margin: 0 7px;
}
.content-page__layout {
  margin-top: 26px;
}
.content-page__article {
  color: #435057;
}
.content-page__title {
  margin: 0 0 22px;
  color: #435057;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
.content-page__post-meta, .content-page__related-post-date {
  margin-bottom: 10px;
  color: #0287CD;
  font-size: 16px;
}
.content-page__featured-image {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 7px;
}
.content-page__featured-image img {
  width: 100%;
  height: auto;
}
.content-page__body {
  color: #435057;
  font-size: 16px;
  line-height: 1.75;
}
.content-page__body > *:first-child {
  margin-top: 0;
}
.content-page__body h2, .content-page__body h3 {
  color: #435057;
  font-weight: 700;
}
.content-page__body h2 {
  font-size: 26px;
}
.content-page__body h3 {
  font-size: 20px;
}
.content-page__body a {
  color: #0287CD;
  text-decoration: underline;
}
.content-page__sidebar {
  padding-left: 32px;
}
.content-page__sidebar-section + .content-page__sidebar-section {
  margin-top: 36px;
}
.content-page__sidebar-section h2 {
  margin: 0 0 18px;
  color: #435057;
  font-size: 20px;
  font-weight: 700;
}
.content-page__related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f1;
}
.content-page__related-post-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 68px;
  border-radius: 5px;
  overflow: hidden;
}
.content-page__related-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-page__related-post h3, .content-page__suggested-product h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.content-page__related-post h3 a, .content-page__suggested-product h3 a {
  color: #435057;
}
.content-page__related-post h3 a:hover, .content-page__suggested-product h3 a:hover {
  color: #0287CD;
}
.content-page__related-post-date {
  margin-bottom: 5px;
}
.content-page__suggested-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f1;
}
.content-page__suggested-product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border: 1px solid #edf0f1;
  border-radius: 5px;
  overflow: hidden;
}
.content-page__suggested-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-page__suggested-product .price {
  color: #E21728;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .content-page__sidebar {
    margin-top: 36px;
    padding-left: 15px;
  }
  .content-page__sidebar-section {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .content-page {
    padding: 20px 0 42px;
  }
  .content-page__title {
    font-size: 26px;
  }
  .content-page__body h2 {
    font-size: 22px;
  }
  .content-page__featured-image {
    margin-bottom: 20px;
  }
}
.contact-page {
  padding: 28px 0 66px;
  background: #fff;
}
.contact-page__breadcrumb, .contact-page__breadcrumb a {
  color: #435057;
  font-size: 16px;
}
.contact-page__breadcrumb span {
  margin: 0 7px;
}
.contact-page__header {
  margin: 24px 0 34px;
}
.contact-page__header h1 {
  margin: 0 0 12px;
  color: #435057;
  font-size: 34px;
  font-weight: 700;
}
.contact-page__header > div {
  color: #435057;
  font-size: 16px;
  line-height: 1.7;
}
.contact-page__form, .contact-page__info {
  height: 100%;
  padding: 34px;
  border-radius: 7px;
  background: #f8f8f8;
}
.contact-page__form h2, .contact-page__info h2 {
  margin: 0 0 24px;
  color: #435057;
  font-size: 24px;
  font-weight: 700;
}
.contact-page__form .wpcf7-form p {
  margin: 0 0 16px;
}
.contact-page__form input, .contact-page__form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #dfe5e8;
  border-radius: 5px;
  background: #fff;
  color: #435057;
  font-size: 16px;
}
.contact-page__form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-page__form input[type=submit] {
  width: auto;
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.contact-page__form input[type=submit]:hover {
  border-color: #E21728;
  background: #E21728;
}
.contact-page__info > div {
  margin-bottom: 20px;
  color: #435057;
  font-size: 16px;
}
.contact-page__info strong {
  display: block;
  margin-bottom: 5px;
  color: #435057;
}
.contact-page__info a {
  color: #0287CD;
  font-weight: 700;
}
.contact-page__info p {
  margin: 0 0 8px;
}
.contact-page__map {
  height: 400px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 7px;
}
.contact-page__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .contact-page__info-column {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .contact-page {
    padding: 20px 0 42px;
  }
  .contact-page__header h1 {
    font-size: 26px;
  }
  .contact-page__form, .contact-page__info {
    padding: 24px 20px;
  }
  .contact-page__form h2, .contact-page__info h2 {
    font-size: 22px;
  }
  .contact-page__map {
    height: 300px;
  }
}
.post-archive {
  padding: 48px 0 66px;
  background: #fff;
}
.post-archive__header {
  margin-bottom: 34px;
}
.post-archive__header h1 {
  margin: 0 0 12px;
  color: #435057;
  font-size: 34px;
  font-weight: 700;
}
.post-archive__header > div {
  color: #435057;
  font-size: 16px;
  line-height: 1.6;
}
.post-archive__column {
  margin-bottom: 30px;
}
.post-archive__pagination {
  margin-top: 10px;
}
.post-archive__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.post-archive__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 5px;
  border: 1px solid #e1e6e8;
  border-radius: 4px;
  color: #435057;
  font-size: 16px;
}
.post-archive__pagination .page-numbers.current, .post-archive__pagination .page-numbers:hover {
  border-color: #0287CD;
  color: #0287CD;
}
.post-archive__empty {
  padding: 48px;
  background: #f8f8f8;
  color: #435057;
  font-size: 16px;
}

.page-404 {
  padding: 80px 0;
  background: #fff;
}
.page-404__inner {
  margin: 0 auto;
  text-align: center;
}
.page-404__code {
  margin: 0;
  color: #0287CD;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}
.page-404__inner h1 {
  margin: 14px 0;
  color: #435057;
  font-size: 34px;
}
.page-404__inner > p:not(.page-404__code) {
  color: #435057;
  font-size: 16px;
  line-height: 1.6;
}
.page-404__search {
  margin: 26px auto 0;
}
.page-404__search input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #dfe5e8;
  border-radius: 5px;
  font-size: 16px;
}
.page-404__search input[type=submit] {
  width: auto;
  margin-top: 10px;
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}

@media (max-width: 767px) {
  .post-archive {
    padding: 32px 0 42px;
  }
  .post-archive__header h1 {
    font-size: 26px;
  }
  .page-404 {
    padding: 56px 0;
  }
  .page-404__code {
    font-size: 72px;
  }
  .page-404__inner h1 {
    font-size: 26px;
  }
}
.tns-woocommerce-page {
  padding: 28px 0 66px;
  background: #fff;
}
.tns-woocommerce-page__breadcrumb, .tns-woocommerce-page__breadcrumb a {
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page__breadcrumb span {
  margin: 0 7px;
}
.tns-woocommerce-page__title {
  margin: 24px 0 28px;
  color: #435057;
  font-size: 34px;
  font-weight: 700;
}
.tns-woocommerce-page__content {
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.tns-woocommerce-page .woocommerce-message, .tns-woocommerce-page .woocommerce-info, .tns-woocommerce-page .woocommerce-error {
  margin: 0 0 16px;
  padding: 14px 18px;
  border-top: 0;
  border-radius: 5px;
  background: #e8f6fe;
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-error {
  background: #fde8e9;
}
.tns-woocommerce-page .shop_table {
  width: 100%;
  border: 1px solid #e1e6e8;
  border-radius: 7px;
  overflow: hidden;
}
.tns-woocommerce-page .shop_table th {
  background: #f8f8f8;
  color: #435057;
  font-size: 16px;
  font-weight: 700;
}
.tns-woocommerce-page .shop_table td, .tns-woocommerce-page .shop_table th {
  padding: 16px;
  border-color: #e1e6e8;
}
.tns-woocommerce-page .shop_table a {
  color: #435057;
  font-size: 16px;
  font-weight: 600;
}
.tns-woocommerce-page .shop_table a:hover {
  color: #0287CD;
}
.tns-woocommerce-page .shop_table .product-thumbnail img {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tns-woocommerce-page .quantity .qty {
  min-height: 38px;
  border: 1px solid #dfe5e8;
  border-radius: 4px;
  font-size: 16px;
}
.tns-woocommerce-page .button, .tns-woocommerce-page button, .tns-woocommerce-page input[type=submit] {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.tns-woocommerce-page .button:hover, .tns-woocommerce-page button:hover, .tns-woocommerce-page input[type=submit]:hover {
  background: #E21728;
}
.tns-woocommerce-page .cart-collaterals .cart_totals, .tns-woocommerce-page .woocommerce-checkout-review-order {
  padding: 22px;
  border-radius: 7px;
  background: #f8f8f8;
}
.tns-woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.tns-woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 7px;
  background: #f8f8f8;
  overflow: hidden;
}
.tns-woocommerce-page .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 14px 18px;
  border-bottom: 1px solid #e1e6e8;
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-MyAccount-navigation li.is-active a, .tns-woocommerce-page .woocommerce-MyAccount-navigation li a:hover {
  background: #0287CD;
  color: #fff;
}
.tns-woocommerce-page .woocommerce-MyAccount-content {
  padding: 24px;
  border-radius: 7px;
  background: #f8f8f8;
}
.tns-woocommerce-page .form-row label {
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .form-row input, .tns-woocommerce-page .form-row select, .tns-woocommerce-page .form-row textarea {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #dfe5e8;
  border-radius: 5px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .tns-woocommerce-page {
    padding: 20px 0 42px;
  }
  .tns-woocommerce-page__title {
    font-size: 26px;
  }
  .tns-woocommerce-page .shop_table td, .tns-woocommerce-page .shop_table th {
    padding: 10px;
  }
  .tns-woocommerce-page .shop_table .product-thumbnail img {
    width: 54px;
    height: 54px;
  }
  .tns-woocommerce-page .woocommerce-MyAccount-content {
    margin-top: 20px;
    padding: 18px;
  }
}
.tns-woocommerce-page .woocommerce-cart-form__contents .product-name a {
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .product-price, .tns-woocommerce-page .woocommerce-cart-form__contents .product-subtotal {
  color: #E21728;
  font-size: 16px;
  font-weight: 700;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .product-remove a.remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e1e6e8;
  border-radius: 50%;
  color: #E21728;
  font-size: 22px;
  line-height: 1;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .product-remove a.remove:hover {
  border-color: #E21728;
  background: #E21728;
  color: #fff;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .actions {
  padding: 18px;
  background: #f8f8f8;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .coupon label {
  display: none;
}
.tns-woocommerce-page .woocommerce-cart-form__contents .coupon .input-text {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe5e8;
  border-radius: 5px;
  font-size: 16px;
}
.tns-woocommerce-page .cart-collaterals .cart_totals h2, .tns-woocommerce-page #order_review_heading {
  margin: 0 0 18px;
  color: #435057;
  font-size: 22px;
  font-weight: 700;
}
.tns-woocommerce-page .cart-collaterals .cart_totals table {
  margin: 0;
}
.tns-woocommerce-page .cart-collaterals .cart_totals th, .tns-woocommerce-page .cart-collaterals .cart_totals td {
  padding: 14px 16px;
  color: #435057;
  font-size: 16px;
  vertical-align: middle;
}
.tns-woocommerce-page .cart-collaterals .cart_totals th {
  text-align: left;
}
.tns-woocommerce-page .cart-collaterals .cart_totals td {
  text-align: right;
}
.tns-woocommerce-page .cart-collaterals .cart_totals .order-total {
  color: #E21728;
  font-size: 18px;
}
.tns-woocommerce-page .woocommerce-checkout .col2-set, .tns-woocommerce-page .woocommerce-checkout-review-order {
  border-radius: 7px;
  background: #f8f8f8;
}
.tns-woocommerce-page .woocommerce-checkout .col2-set {
  padding: 28px;
}
.tns-woocommerce-page .woocommerce-checkout .col2-set h3 {
  margin: 0 0 20px;
  color: #435057;
  font-size: 22px;
  font-weight: 700;
}
.tns-woocommerce-page .woocommerce-checkout .form-row {
  margin-bottom: 16px;
}
.tns-woocommerce-page .woocommerce-checkout .form-row .required {
  color: #E21728;
}
.tns-woocommerce-page .woocommerce-checkout-review-order {
  padding: 24px;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table th, .tns-woocommerce-page .woocommerce-checkout-review-order-table td {
  padding: 12px 0;
  border-color: #dfe5e8;
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table .order-total {
  color: #E21728;
  font-size: 18px;
}
.tns-woocommerce-page .woocommerce-checkout-payment {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #dfe5e8;
}
.tns-woocommerce-page .woocommerce-checkout-payment .payment_box {
  padding: 14px;
  border-radius: 5px;
  background: #e8f6fe;
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-MyAccount-content h2, .tns-woocommerce-page .woocommerce-MyAccount-content h3 {
  color: #435057;
  font-size: 22px;
  font-weight: 700;
}
.tns-woocommerce-page .woocommerce-MyAccount-content p {
  color: #435057;
  font-size: 16px;
  line-height: 1.65;
}
.tns-woocommerce-page .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
}
.tns-woocommerce-page .woocommerce-MyAccount-content table th, .tns-woocommerce-page .woocommerce-MyAccount-content table td {
  padding: 12px;
  border-bottom: 1px solid #dfe5e8;
  color: #435057;
  font-size: 16px;
}
.tns-woocommerce-page .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 8px;
}
.tns-woocommerce-page .woocommerce-order-details, .tns-woocommerce-page .woocommerce-customer-details {
  margin-top: 24px;
  padding: 24px;
  border-radius: 7px;
  background: #f8f8f8;
}
.tns-woocommerce-page .woocommerce-order-details h2, .tns-woocommerce-page .woocommerce-customer-details h2 {
  margin: 0 0 16px;
  color: #435057;
  font-size: 22px;
}
.tns-woocommerce-page .woocommerce-message::before, .tns-woocommerce-page .woocommerce-info::before, .tns-woocommerce-page .woocommerce-error::before {
  content: none;
}
.tns-woocommerce-page .woocommerce-message, .tns-woocommerce-page .woocommerce-info, .tns-woocommerce-page .woocommerce-error {
  padding-left: 18px;
}
.tns-woocommerce-page .woocommerce-error {
  list-style: none;
}
.tns-woocommerce-page .woocommerce-error li {
  margin: 0;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table {
  table-layout: auto;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table .product-name {
  width: auto;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table .product-total {
  width: 124px;
  white-space: nowrap;
  text-align: right;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table tfoot th {
  width: auto;
}
.tns-woocommerce-page .woocommerce-checkout-review-order-table tfoot td {
  white-space: nowrap;
  text-align: right;
}
.tns-woocommerce-page .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.tns-woocommerce-page .woocommerce-checkout-payment ul.payment_methods li {
  padding: 12px 0;
  border-bottom: 1px solid #dfe5e8;
}
.tns-woocommerce-page .woocommerce-checkout-payment ul.payment_methods li:last-child {
  border-bottom: 0;
}
.tns-woocommerce-page .woocommerce-checkout-payment ul.payment_methods li label {
  color: #435057;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tns-woocommerce-page .woocommerce-cart-form__contents .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tns-woocommerce-page .woocommerce-cart-form__contents .coupon .input-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .tns-woocommerce-page .woocommerce-cart-form__contents .actions > .button {
    width: 100%;
    margin-top: 10px;
  }
  .tns-woocommerce-page .woocommerce-checkout .col2-set, .tns-woocommerce-page .woocommerce-checkout-review-order {
    padding: 20px;
  }
  .tns-woocommerce-page .shop_table_responsive tr td::before {
    color: #435057;
    font-size: 16px;
    font-weight: 700;
  }
  .tns-woocommerce-page .woocommerce-checkout-review-order-table .product-total {
    width: 104px;
  }
}
body.woocommerce-page .tns-woocommerce-page .woocommerce a.button,
body.woocommerce-page .tns-woocommerce-page .woocommerce button.button,
body.woocommerce-page .tns-woocommerce-page .woocommerce input.button,
body.woocommerce-page .tns-woocommerce-page .woocommerce input[type=submit] {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-page .tns-woocommerce-page .woocommerce a.button:hover, body.woocommerce-page .tns-woocommerce-page .woocommerce a.button:focus,
body.woocommerce-page .tns-woocommerce-page .woocommerce button.button:hover,
body.woocommerce-page .tns-woocommerce-page .woocommerce button.button:focus,
body.woocommerce-page .tns-woocommerce-page .woocommerce input.button:hover,
body.woocommerce-page .tns-woocommerce-page .woocommerce input.button:focus,
body.woocommerce-page .tns-woocommerce-page .woocommerce input[type=submit]:hover,
body.woocommerce-page .tns-woocommerce-page .woocommerce input[type=submit]:focus {
  background: #E21728;
  color: #fff;
}

body.woocommerce-page .tns-woocommerce-page a.button,
body.woocommerce-page .tns-woocommerce-page button.button,
body.woocommerce-page .tns-woocommerce-page input.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: #0287CD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
body.woocommerce-page .tns-woocommerce-page a.button:hover, body.woocommerce-page .tns-woocommerce-page a.button:focus,
body.woocommerce-page .tns-woocommerce-page button.button:hover,
body.woocommerce-page .tns-woocommerce-page button.button:focus,
body.woocommerce-page .tns-woocommerce-page input.button:hover,
body.woocommerce-page .tns-woocommerce-page input.button:focus {
  background: #E21728;
  color: #fff;
}

body.woocommerce-page .tns-woocommerce-page .checkout-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-hero {
  position: relative;
  padding: 20px 0 0;
}
.home-hero .container {
  position: relative;
}
.home-hero__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 494px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-hero__slide::before {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.96)), color-stop(29%, rgba(255, 255, 255, 0.82)), color-stop(67%, rgba(255, 255, 255, 0.08)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 29%, rgba(255, 255, 255, 0.08) 67%);
  content: "";
}
.home-hero__slider {
  position: relative;
}
.home-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  padding: 48px 0 48px 82px;
}
.home-hero__title {
  margin: 0 0 16px;
  color: #435057;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
.home-hero__description {
  margin-bottom: 34px;
  color: #435057;
  font-size: 16px;
  line-height: 1.45;
}
.home-hero__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 42%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #edf0f1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #435057;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.home-hero__arrow span {
  display: block;
  margin-top: -3px;
}
.home-hero__arrow:hover, .home-hero__arrow:focus {
  background: #0287CD;
  color: #fff;
}
.home-hero__arrow--prev {
  left: -24px;
}
.home-hero__arrow--next {
  right: -24px;
}
.home-hero__benefits {
  padding: 25px 0;
}
.home-hero__benefit-column:not(:last-child) .home-hero__benefit {
  border-right: 1px solid #d8dde0;
}
.home-hero__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  min-height: 40px;
  color: #435057;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.home-hero__benefit-icon {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tns-button--hero {
  position: relative;
  min-width: 192px;
  min-height: 54px;
}
.tns-button--hero::after {
  position: absolute;
  inset: -9px;
  z-index: -1;
  border: 2px solid rgba(2, 135, 205, 0.58);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  -webkit-animation: tns-button-water-ripple 2.4s ease-out infinite;
          animation: tns-button-water-ripple 2.4s ease-out infinite;
}

@-webkit-keyframes tns-button-water-ripple {
  0% {
    opacity: 0.85;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes tns-button-water-ripple {
  0% {
    opacity: 0.85;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media (max-width: 991px) {
  .home-hero__content {
    width: 60%;
    padding-left: 46px;
  }
  .home-hero__benefit-column:nth-child(2) .home-hero__benefit {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .home-hero__slide {
    min-height: 430px;
  }
  .home-hero__slide::before {
    background: rgba(255, 255, 255, 0.82);
  }
  .home-hero__content {
    width: 100%;
    padding: 42px 30px;
  }
  .home-hero__title {
    font-size: 26px;
  }
  .home-hero__arrow {
    top: 38%;
    width: 42px;
    height: 42px;
  }
  .home-hero__arrow--prev {
    left: -8px;
  }
  .home-hero__arrow--next {
    right: -8px;
  }
  .home-hero__benefit-column:not(:last-child) .home-hero__benefit {
    border-right: 0;
  }
  .home-hero__benefit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.home-product-categories {
  padding: 82px 0 48px;
  background: #f8f8f8;
}
.home-product-categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.home-product-categories__title {
  margin: 0;
  color: #435057;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.home-product-categories__column {
  margin-bottom: 12px;
}
.home-product-categories__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-product-categories__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  color: #435057;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.home-product-categories__arrow span {
  display: block;
  margin-top: -3px;
}
.home-product-categories__arrow:hover, .home-product-categories__arrow:focus {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.home-product-categories__arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.home-product-categories__arrow.slick-disabled:hover, .home-product-categories__arrow.slick-disabled:focus {
  border-color: #e6e9eb;
  background: #fff;
  color: #435057;
}
.home-product-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 70px;
  padding: 14px 42px 14px 20px;
  border: 1px solid #e7ebed;
  border-radius: 4px;
  background: #fff;
  color: #435057;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.home-product-categories__item img {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 14px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.home-product-categories__item:hover, .home-product-categories__item:focus {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.home-product-categories__item:hover img, .home-product-categories__item:focus img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 767px) {
  .home-product-categories {
    padding: 52px 0 30px;
  }
  .home-product-categories__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-product-categories__title {
    font-size: 24px;
  }
  .home-product-categories__arrow {
    width: 42px;
    height: 42px;
  }
}
.home-best-selling-products {
  padding: 82px 0 48px;
  background: #f8f8f8;
}
.home-best-selling-products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.home-best-selling-products__title {
  margin: 0;
  color: #435057;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.home-best-selling-products__column {
  margin-bottom: 20px;
}
.home-best-selling-products__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-best-selling-products__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  color: #435057;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.home-best-selling-products__arrow span {
  display: block;
  margin-top: -3px;
}
.home-best-selling-products__arrow:hover, .home-best-selling-products__arrow:focus {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.home-best-selling-products__arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.home-best-selling-products__arrow.slick-disabled:hover, .home-best-selling-products__arrow.slick-disabled:focus {
  border-color: #e6e9eb;
  background: #fff;
  color: #435057;
}
.home-best-selling-products__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 12px;
  margin-top: 16px;
}
.home-best-selling-products__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-best-selling-products__dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-best-selling-products__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9dde0;
  color: transparent;
  font-size: 0;
}
.home-best-selling-products__dots .slick-active button {
  background: #0287CD;
}

@media (max-width: 767px) {
  .home-best-selling-products {
    padding: 52px 0 34px;
  }
  .home-best-selling-products__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-best-selling-products__title {
    font-size: 24px;
  }
  .home-best-selling-products__arrow {
    width: 42px;
    height: 42px;
  }
}
.home-promotion-coupons {
  padding: 30px 0 42px;
}
.home-promotion-coupons__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 12px;
  margin-bottom: 22px;
}
.home-promotion-coupons__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-promotion-coupons__dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-promotion-coupons__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9dde0;
  color: transparent;
  font-size: 0;
}
.home-promotion-coupons__dots .slick-active button {
  background: #0287CD;
}

.promotion-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  min-height: 96px;
  overflow: hidden;
  padding: 20px 34px;
  border: 1px dashed #0287CD;
  border-radius: 16px;
  background: #f3f9ff;
}
.promotion-coupon__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #e5f1fc;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.promotion-coupon__discount {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #0287CD;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.promotion-coupon__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.promotion-coupon__title {
  margin: 0 0 7px;
  color: #0287CD;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.promotion-coupon__description {
  margin: 0;
  color: #435057;
  font-size: 16px;
  line-height: 1.4;
}
.promotion-coupon__code {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #0287CD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .promotion-coupon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 20px;
    padding: 22px 20px;
  }
  .promotion-coupon__watermark {
    font-size: 78px;
  }
  .promotion-coupon__discount {
    font-size: 28px;
  }
  .promotion-coupon__content {
    -ms-flex-preferred-size: calc(100% - 92px);
        flex-basis: calc(100% - 92px);
  }
  .promotion-coupon__code {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.home-products {
  padding: 82px 0 56px;
}
.home-products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.home-products__title {
  margin: 0;
  color: #435057;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.home-products__column {
  margin-bottom: 20px;
}
.home-products__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.home-products__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-products__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  color: #435057;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.home-products__arrow span {
  display: block;
  margin-top: -3px;
}
.home-products__arrow:hover, .home-products__arrow:focus {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.home-products__arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.home-products__arrow.slick-disabled:hover, .home-products__arrow.slick-disabled:focus {
  border-color: #e6e9eb;
  background: #fff;
  color: #435057;
}

@media (max-width: 767px) {
  .home-products {
    padding: 52px 0 34px;
  }
  .home-products__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-products__title {
    font-size: 24px;
  }
  .home-products__arrow {
    width: 42px;
    height: 42px;
  }
}
.home-banners {
  padding: 56px 0 48px;
}
.home-banners__column {
  margin-bottom: 24px;
}

.home-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--home-banner-background);
}
.home-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 24px 30px 36px;
}
.home-banner__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 20px;
  padding: 8px 26px;
  border-radius: 999px;
  background: var(--home-banner-badge-background, #0287CD);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.home-banner__title {
  margin: 0 0 14px;
  color: #435057;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.home-banner__description {
  margin: 0 0 22px;
  color: #435057;
  font-size: 16px;
  line-height: 1.5;
}
.home-banner__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #435057;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.home-banner__link img {
  width: 17px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.home-banner__link:hover, .home-banner__link:focus {
  color: #0287CD;
}
.home-banner__link:hover img, .home-banner__link:focus img {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.home-banner__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 55%;
  height: 100%;
}
.home-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media (max-width: 767px) {
  .home-banners {
    padding: 40px 0 28px;
  }
  .home-banner {
    min-height: 300px;
  }
  .home-banner__content {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    padding: 26px 20px;
  }
  .home-banner__title {
    font-size: 22px;
  }
  .home-banner__media {
    width: 62%;
    opacity: 0.4;
  }
}
.home-posts {
  padding: 82px 0 88px;
}
.home-posts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.home-posts__title {
  margin: 0;
  color: #435057;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.home-posts__column {
  margin-bottom: 34px;
}
.home-posts__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.home-posts__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-posts__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  color: #435057;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.home-posts__arrow span {
  display: block;
  margin-top: -3px;
}
.home-posts__arrow:hover, .home-posts__arrow:focus {
  border-color: #0287CD;
  background: #0287CD;
  color: #fff;
}
.home-posts__arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.home-posts__arrow.slick-disabled:hover, .home-posts__arrow.slick-disabled:focus {
  border-color: #e6e9eb;
  background: #fff;
  color: #435057;
}

@media (max-width: 767px) {
  .home-posts {
    padding: 52px 0 58px;
  }
  .home-posts__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-posts__title {
    font-size: 24px;
  }
  .home-posts__column {
    margin-bottom: 28px;
  }
  .home-posts__arrow {
    width: 42px;
    height: 42px;
  }
}
.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.post-card__media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.post-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.post-card__media:hover .post-card__image, .post-card__media:focus .post-card__image {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.post-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 14px;
}
.post-card__date {
  color: #435057;
  font-size: 18px;
  line-height: 1.4;
}
.post-card__title {
  margin: 7px 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.post-card__title a {
  color: #435057;
}
.post-card__title a:hover, .post-card__title a:focus {
  color: #0287CD;
}
.post-card__excerpt {
  margin: 0 0 14px;
  color: #435057;
  font-size: 18px;
  line-height: 1.5;
}
.post-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #0287CD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.post-card__link:hover, .post-card__link:focus {
  color: #E21728;
}
.post-card__link:hover .post-card__arrow, .post-card__link:focus .post-card__arrow {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.post-card__arrow {
  width: 17px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.product-card__sale {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: 3px;
  background: #E21728;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.product-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.product-card__media:hover .product-card__image, .product-card__media:focus .product-card__image {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.product-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 30px;
}
.product-card__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}
.product-card__title a {
  color: #435057;
}
.product-card__title a:hover, .product-card__title a:focus {
  color: #0287CD;
}
.product-card__rating {
  min-height: 22px;
  margin-bottom: 7px;
  color: #f8ba16;
  font-size: 16px;
  line-height: 1;
}
.product-card__rating .star-rating {
  float: none;
  margin: 0;
}
.product-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}
.product-card__price {
  color: #E21728;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.product-card__price del {
  display: block;
  color: #a5adb2;
  font-size: 20px;
  font-weight: 400;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #f4f6f7;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.product-card__cart img {
  width: 24px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.product-card__cart:hover, .product-card__cart:focus-visible {
  background: #0287CD;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.product-card__cart:hover img, .product-card__cart:focus-visible img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}