@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;
}
@font-face {
  font-family: "TCM Brand";
  src: url("../fonts/TCMBrandBold.woff2") format("woff2"), url("../fonts/TCMBrandBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCM Brand";
  src: url("../fonts/TCMBrandLight.woff2") format("woff2"), url("../fonts/TCMBrandLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCM Brand";
  src: url("../fonts/TCMBrandSemiBold.woff2") format("woff2"), url("../fonts/TCMBrandSemiBold.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: #333;
  background-color: #F8F8F8;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}

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: 1520px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.site-header-main {
  position: relative;
  background: #fff;
  padding-top: 18px;
}
@media (max-width: 1199px) {
  .site-header-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.site-header-main::after {
  position: absolute;
  z-index: 2;
  right: calc(50% + 190px);
  bottom: -28px;
  left: 0;
  height: 29px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 29' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0H120C90 0 90 29 60 29H0Z'/%3E%3C/svg%3E");
  background-image: linear-gradient(#fff, #fff), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 29' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0H120C90 0 90 29 60 29H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: calc(100% - 119px) 100%, 120px 29px;
  content: "";
  pointer-events: none;
}
.site-header-main__inner {
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.site-header-brand {
  min-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.site-header-brand__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #333;
}
.site-header-brand__image {
  width: 117px;
  max-height: 117px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header-brand__logo-text {
  font-size: 24px;
  font-weight: 800;
}
.site-header-brand__name {
  margin: 0 0 5px;
  color: #212429;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "TCM Brand", sans-serif;
}
.site-header-brand__tagline {
  margin: 0;
  color: #212429;
  font-size: 18px;
  font-size: 600;
  line-height: 1.4;
}

.site-header-search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px;
  min-width: 220px;
}
.site-header-search__input {
  width: 100%;
  height: 60px;
  padding: 0 24px 0 30px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #212429;
  font: inherit;
  font-size: 16px;
  border: 1px solid #EAECEF;
  font-weight: 500;
}
.site-header-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #101820;
  font-size: 19px;
  cursor: pointer;
}

.site-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.site-header-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #212429;
  font-size: 17px;
  line-height: 1.25;
  white-space: nowrap;
}
.site-header-contact__item:hover {
  color: #e5233c;
}
.site-header-contact__item small {
  display: block;
  color: #212429;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "TCM Brand", sans-serif;
}
.site-header-contact__item strong {
  font-weight: 700;
}
.site-header-contact__icon {
  color: #e5233c;
  font-size: 27px;
}
.site-header-contact__icon-image {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header-nav {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ed0a0a), color-stop(51%, #e5233c));
  background: linear-gradient(90deg, #ed0a0a 0 32%, #e5233c 51% 100%);
}
.site-header-nav__inner {
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 390px;
}

.site-header-desktop-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.site-header-desktop-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.site-header-desktop-menu .menu-item {
  position: relative;
}
.site-header-desktop-menu .menu-item > a {
  height: 70px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.site-header-desktop-menu .menu-item > a:hover,
.site-header-desktop-menu .current-menu-item > a,
.site-header-desktop-menu .current-menu-ancestor > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.site-header-desktop-menu .menu-item-has-children > a::after {
  margin-left: 7px;
  font-family: "Font Awesome 6 Free";
  font-size: 9px;
  font-weight: 900;
  content: "\f078";
}
.site-header-desktop-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-top: 3px solid #e5233c;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.site-header-desktop-menu .sub-menu .menu-item > a {
  height: auto;
  min-height: 42px;
  padding: 9px 18px;
  color: #252525;
}
.site-header-desktop-menu .sub-menu .menu-item > a:hover {
  background: #f5f5f5;
  color: #e5233c;
}
.site-header-desktop-menu .sub-menu .menu-item-has-children > a::after {
  margin-left: auto;
  content: "\f054";
}
.site-header-desktop-menu .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
}
.site-header-desktop-menu .menu-item:hover > .sub-menu,
.site-header-desktop-menu .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.site-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 0 0 0 20px;
}

.site-header-social a {
  width: 30px;
  height: 30px;
  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;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 11px;
}

.site-header-social img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header-mobile-actions,
.site-header-mobile-menu {
  display: none;
}

.site-search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18vh 20px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.site-search-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.site-search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.site-search-modal__panel {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 38px 28px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
          box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.site-search-modal__title {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center;
}

.site-search-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 22px;
  cursor: pointer;
}

.site-search-modal__form {
  position: relative;
}

.site-search-modal__input {
  width: 100%;
  height: 50px;
  padding: 0 56px 0 16px;
  border: 1px solid #ddd;
  border-radius: 7px;
  font: inherit;
  font-size: 14px;
}

.site-search-modal__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 50px;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: #e5233c;
  color: #fff;
  cursor: pointer;
}

body.has-search-modal {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .site-header-main__inner {
    gap: 22px;
  }
  .site-header-brand {
    min-width: 340px;
  }
  .site-header-brand__image {
    width: 74px;
  }
  .site-header-brand__name {
    font-size: 17px;
  }
  .site-header-contact {
    gap: 20px;
  }
  .site-header-desktop-menu .menu-item > a {
    padding-right: 22px;
    padding-left: 22px;
  }
  .site-header-nav__inner {
    padding-left: 330px;
  }
  .site-header-main::after {
    right: calc(50% + 145px);
  }
}
@media (max-width: 1199px) {
  .site-header-main {
    border-bottom: 3px solid #e5233c;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  }
  .site-header-main::after {
    display: none;
  }
  .site-header-main__inner {
    min-height: 76px;
    gap: 16px;
  }
  .site-header-brand {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 12px;
  }
  .site-header-brand__image {
    width: 58px;
    max-height: 64px;
  }
  .site-header-brand__name {
    font-size: 15px;
    white-space: normal;
  }
  .site-header-brand__tagline {
    font-size: 11px;
  }
  .site-header-search,
  .site-header-contact,
  .site-header-nav {
    display: none;
  }
  .site-header-mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .site-header-action {
    width: 40px;
    height: 40px;
    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;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #e5233c;
    font-size: 18px;
    cursor: pointer;
  }
  .site-header-action:hover {
    background: #e5233c;
    color: #fff;
  }
  .site-header-mobile-menu {
    display: block;
  }
}
@media (max-width: 575px) {
  .site-header-main__inner {
    min-height: 68px;
  }
  .site-header-brand__copy {
    display: none;
  }
  .site-header-brand__image {
    width: 54px;
  }
  .site-search-modal {
    padding-top: 14vh;
  }
  .site-search-modal__panel {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.home-hero {
  padding: 35px 0 28px;
  background: #f8f8f8;
}
.home-hero__main {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -8px;
  margin-left: -8px;
}
.home-hero__catalogue-column, .home-hero__slider-column {
  padding-right: 8px;
  padding-left: 8px;
}
.home-hero__catalogue-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-hero__catalogue, .home-hero__slider {
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
}
.home-hero__catalogue {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(25, 32, 38, 0.08);
          box-shadow: 0 2px 8px rgba(25, 32, 38, 0.08);
  overflow: visible;
}
.home-hero__catalogue-toggle {
  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;
  width: 100%;
  height: 60px;
  padding: 0 21px;
  border: 0;
  border-radius: 16px 16px 0 0;
  background: #212429;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.home-hero__categories, .home-hero__categories .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-hero__categories {
  padding: 10px 22px;
  border-radius: 0 0 16px 16px;
  background: #fff;
}
.home-hero__categories > .menu-item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 18px;
}
.home-hero__categories > .menu-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.home-hero__categories > .menu-item.is-open > a, .home-hero__categories > .menu-item:hover > a {
  color: #ed233c;
}
.home-hero__categories > .menu-item.is-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.home-hero__categories > .menu-item > a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  min-height: 45px;
  color: #212429;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.home-hero__categories > .menu-item > a > img {
  grid-column: 1;
  justify-self: center;
  width: auto;
  height: auto;
  max-width: 34px;
  max-height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-hero__categories > .menu-item > a > span {
  grid-column: 2;
  min-width: 0;
}
.home-hero__categories > .menu-item-has-children > a::after {
  grid-column: 3;
  content: "\f054";
  color: #b9bdc0;
  font-family: "Font Awesome 6 Free";
  font-size: 9px;
  font-weight: 900;
}
.home-hero__categories > .menu-item > .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  width: calc(300% + 32px);
  height: 100%;
  padding: 34px 30px;
  border-radius: 11px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(25, 32, 38, 0.16);
          box-shadow: 0 8px 24px rgba(25, 32, 38, 0.16);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.home-hero__categories > .menu-item > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 16px;
  height: 100%;
}
.home-hero__categories > .menu-item > .sub-menu > .menu-item {
  float: left;
  width: 33.3333%;
  padding: 0 14px 24px;
}
.home-hero__categories > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  margin: 0 0 12px;
  color: #22272b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.home-hero__categories > .menu-item > .sub-menu > .menu-item > .sub-menu li + li {
  margin-top: 8px;
}
.home-hero__categories > .menu-item > .sub-menu > .menu-item > .sub-menu a {
  color: #62686d;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.home-hero__categories > .menu-item > .sub-menu > .menu-item > .sub-menu a:hover {
  color: #ed233c;
}
.home-hero__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1074/520;
}
.home-hero__slider .slick-list,
.home-hero__slider .slick-track,
.home-hero__slider .slick-slide,
.home-hero__slider .slick-slide > div,
.home-hero__slider .home-hero__slide,
.home-hero__slider .home-hero__slide > a {
  height: 100%;
}
.home-hero__slider .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-hero__slider .slick-dots li {
  margin: 0 4px;
}
.home-hero__slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.home-hero__slider .slick-dots .slick-active button {
  background: #fff;
}
.home-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  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: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #20262b;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.home-hero__arrow--prev {
  left: 15px;
}
.home-hero__arrow--next {
  right: 15px;
}
.home-hero__slider:hover .home-hero__arrow {
  opacity: 1;
}
.home-hero__highlights {
  margin: 24px -8px 0;
}
.home-hero__highlight-column {
  padding: 0 8px;
}
.home-hero__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  padding: 30px 25px;
  border-radius: 11px;
  color: #fff;
}
@media (max-width: 991px) {
  .home-hero__highlight {
    margin-bottom: 15px;
  }
}
.home-hero__highlight--1 {
  background: #ed374e;
}
.home-hero__highlight--2 {
  background: #679bd6;
}
.home-hero__highlight--3 {
  background: #55b7e5;
}
.home-hero__highlight-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 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  background: #fff;
  color: #008ce2;
  font-size: 23px;
}
.home-hero__highlight-icon img {
  display: block;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-hero__highlight-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
  font-size: 18px;
  font-weight: 400;
}
.home-hero__highlight-copy strong {
  font-size: 20px;
}
@media (max-width: 991px) {
  .home-hero {
    padding-top: 14px;
  }
  .home-hero__catalogue-column {
    margin-bottom: 14px;
  }
  .home-hero__catalogue {
    height: auto;
  }
  .home-hero__catalogue-toggle {
    border-radius: 10px;
  }
  .home-hero__categories {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: auto;
    max-height: 70vh;
    padding: 8px 18px;
    -webkit-box-shadow: 0 8px 24px rgba(25, 32, 38, 0.18);
            box-shadow: 0 8px 24px rgba(25, 32, 38, 0.18);
    overflow: auto;
  }
  .home-hero.is-catalogue-open .home-hero__categories {
    display: block;
  }
  .home-hero__categories > .menu-item > .sub-menu {
    position: static;
    display: none;
    width: auto;
    height: auto;
    margin: 0 -8px 10px;
    padding: 18px;
    border-radius: 8px;
    background: #f6f7f8;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .home-hero__categories > .menu-item.is-open > .sub-menu {
    display: block;
  }
  .home-hero__arrow {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding-bottom: 20px;
  }
  .home-hero__slider {
    height: auto;
  }
  .home-hero__highlights {
    margin-top: 14px;
  }
  .home-hero__highlight-column + .home-hero__highlight-column {
    margin-top: 10px;
  }
  .home-hero__highlight {
    min-height: 82px;
  }
  .home-hero__highlight-icon {
    width: 48px;
    height: 48px;
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
  }
}
@media (max-width: 480px) {
  .home-hero__categories > .menu-item > .sub-menu > .menu-item {
    float: none;
    width: 100%;
  }
}

.footer-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 33, 48, 0.9);
  z-index: -1;
}
.footer-wrapper__container {
  position: relative;
  z-index: 2;
}
.footer-wrapper .footer-title {
  font-family: "TCM Brand", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-title {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .footer-wrapper .footer-title {
    font-size: 18px;
  }
}
.footer-wrapper .footer-widget {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widget {
    padding-top: 15px;
  }
}
.footer-wrapper .footer-contact {
  padding-top: 0;
}
.footer-wrapper .footer-contact .footer-title {
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-contact .footer-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-contact .footer-title {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .footer-wrapper .footer-contact .footer-title {
    font-size: 24px;
  }
}
.footer-wrapper .footer-contact__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.footer-wrapper .footer-contact__list li {
  margin-bottom: 18px;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-contact__list li {
    font-size: 16px;
  }
}
.footer-wrapper .footer-contact__list li strong {
  margin-right: 5px;
  color: #fff;
}
.footer-wrapper .footer-contact__list li.footer-contact__address {
  padding-left: 19px;
  margin-bottom: 33px;
}
.footer-wrapper .footer-contact__icon {
  width: 16px;
  height: auto;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-wrapper .footer-contact__dot {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.footer-wrapper .footer-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.footer-wrapper .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}
.footer-wrapper .footer-social a {
  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;
  width: 41px;
  height: 41px;
  background-color: #00071C;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-wrapper .footer-social a:hover {
  background-color: #f72c3d;
}
.footer-wrapper .footer-social a img {
  width: 18px;
  height: auto;
}
.footer-wrapper .footer-copyright-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-copyright-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.footer-wrapper .footer-copyright-logo .footer-bct {
  width: 145px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-wrapper .footer-copyright-text {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.footer-wrapper .footer-copyright-text p {
  margin: 0 0 10px;
  line-height: 1.4;
}
.footer-wrapper .footer-copyright-text p:last-child {
  margin-bottom: 0;
}
.footer-wrapper .footer-nav-row {
  margin-bottom: 40px;
}
.footer-wrapper .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper .footer-menu li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}
.footer-wrapper .footer-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-wrapper .footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-menu li a {
    font-size: 16px;
  }
}
.footer-wrapper .footer-menu li a:hover {
  color: #fff;
}
.footer-wrapper .footer-menu--2-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-menu--2-cols {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (max-width: 425px) {
  .footer-wrapper .footer-menu--2-cols {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.footer-wrapper .footer-menu--2-cols li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.footer-wrapper .footer-form-wrapper {
  margin-top: 10px;
}
.footer-wrapper .footer-form__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: "TCM Brand", sans-serif;
}
.footer-wrapper .footer-form {
  /* CF7 Form Styling */
}
.footer-wrapper .footer-form .wpcf7 {
  max-width: 560px;
  width: 100%;
}
.footer-wrapper .footer-form .wpcf7 form {
  margin: 0;
}
.footer-wrapper .footer-form .wpcf7 p {
  margin: 0;
}
.footer-wrapper .footer-form .wpcf7 .custom-footer-form {
  width: 100%;
}
.footer-wrapper .footer-form .wpcf7 .custom-footer-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 425px) {
  .footer-wrapper .footer-form .wpcf7 .custom-footer-form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
  }
}
.footer-wrapper .footer-form .wpcf7 .custom-footer-form br {
  display: none !important;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  display: block;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text {
  width: 100%;
  padding: 12px 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px) brightness(1.21);
  -webkit-backdrop-filter: blur(6px) brightness(1.21);
  color: #fff;
  height: 61px;
  outline: none;
  border-radius: 0;
  font-size: 17px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-form .wpcf7 .wpcf7-text {
    height: 50px;
  }
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text::-webkit-input-placeholder {
  color: #e5e7eb;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text::-moz-placeholder {
  color: #e5e7eb;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text:-ms-input-placeholder {
  color: #e5e7eb;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text::-ms-input-placeholder {
  color: #e5e7eb;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-text::placeholder {
  color: #e5e7eb;
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-submit {
  background-color: #ED233C;
  color: #fff;
  border: none;
  padding: 0 35px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  height: 61px;
  width: 155px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-form .wpcf7 .wpcf7-submit {
    height: 50px;
    width: 120px;
    padding: 0 15px;
  }
}
@media (max-width: 425px) {
  .footer-wrapper .footer-form .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-submit:hover {
  background-color: rgb(204.2857142857, 16.7142857143, 39.9285714286);
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #fca5a5;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
@media (max-width: 425px) {
  .footer-wrapper .footer-form .wpcf7 .wpcf7-not-valid-tip {
    position: static;
    margin-top: 5px;
    white-space: normal;
  }
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 425px) {
  .footer-wrapper .footer-form .wpcf7 .wpcf7-spinner {
    right: 15px;
  }
}
.footer-wrapper .footer-form .wpcf7 .wpcf7-response-output {
  margin: 35px 0 0;
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
}

.entry-content .woocommerce {
  padding: 60px 0 30px 0;
  font-size: 16px;
  color: #33334F;
  overflow: hidden;
}
.entry-content .woocommerce .col-1, .entry-content .woocommerce .col-2 {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
}
.entry-content .woocommerce button, .entry-content .woocommerce .button {
  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;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  height: 49px;
  border-radius: 7px;
  border: 1px solid #0FAFE9;
  background-color: #0FAFE9;
  color: #FFFFFF;
  font-weight: 400;
  padding: 5px 20px;
}
.entry-content .woocommerce button:hover, .entry-content .woocommerce .button:hover {
  background-color: #57C7F0;
  border-color: #57C7F0;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #EBEBEB;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FF1D0E;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #0FAFE9;
  color: #FFFFFF;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 20px;
  color: #12151A;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #EBEBEB;
  color: #12151A;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link {
  display: block;
  background-color: #E7F7FD;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link i {
  font-size: 76px;
  color: #0FAFE9;
  margin-bottom: 30px;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link span {
  display: block;
  color: #33334F;
  font-weight: 600;
  font-size: 18px;
}
.entry-content .woocommerce form label {
  font-size: 14px;
  color: #33334F;
  display: block;
  margin-bottom: 10px;
}
.entry-content .woocommerce form input, .entry-content .woocommerce form textarea {
  width: 100%;
  display: block;
  height: 49px;
  border-radius: 7px;
  border: 1px solid #EBEBEB;
  padding: 5px 20px;
  color: #33334F;
}
.entry-content .woocommerce form textarea {
  height: auto;
  min-height: 150px;
}
.entry-content .woocommerce form fieldset {
  padding: 0;
}
.entry-content .woocommerce form.woocommerce-cart-form {
  overflow-x: auto;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail img {
  max-width: 80px;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity input.qty {
  width: 100px;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #FF1D0E;
  background-color: #EBEBEB;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove:hover {
  color: #0FAFE9;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon label {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input {
  -ms-flex-basis: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon button {
  -ms-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  max-width: 120px;
}
.entry-content .woocommerce table {
  border: 1px solid #EBEBEB;
}
.entry-content .woocommerce table thead tr {
  background-color: #E7F7FD;
  color: #33334F;
}
.entry-content .woocommerce table thead tr th, .entry-content .woocommerce table thead tr td, .entry-content .woocommerce table tbody tr th, .entry-content .woocommerce table tbody tr td, .entry-content .woocommerce table tfoot tr th, .entry-content .woocommerce table tfoot tr td {
  padding: 10px 20px;
}
.entry-content th.product-name {
  width: 30%;
}
.entry-content table {
  word-break: inherit;
}

/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }
  .woocommerce-page table.shop_table td.product-thumbnail {
    border-top: 0 !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    position: relative;
    padding-left: 30% !important;
    text-align: right;
  }
  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }
  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  /*
  Label the data
  */
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "Xoá";
  }
  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "Ảnh";
  }
  .woocommerce-page table.shop_table td.product-name:before {
    content: "Sản phẩm";
  }
  .woocommerce-page table.shop_table td.product-price:before {
    content: "Giá";
  }
  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "Số lượng";
  }
  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "Tạm tính";
  }
  .woocommerce-page table.shop_table td.product-total:before {
    content: "Tổng cộng";
  }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
  }
  .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
}
.post-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-item__thumbnail {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}
.post-item__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  aspect-ratio: 464/279;
}
.post-item__thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-item__placeholder {
  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: 464/279;
  background: #edf6fa;
  color: #8fcce5;
  font-size: 52px;
}
.post-item__date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  color: #909090;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 0 12px 0 0;
}
.post-item__date img {
  width: 19px;
  height: 16px;
}
.post-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  color: #212429;
}
.post-item__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.post-item__title a:hover {
  color: #ED233C;
}
.post-item__excerpt {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-post {
  padding: 120px 0;
  background-color: #f8f9fa;
}
@media (max-width: 767px) {
  .home-post {
    padding: 40px 0;
  }
}
.home-post__header {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .home-post__header {
    margin-bottom: 30px;
  }
}
.home-post__title {
  font-family: "TCM Brand", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .home-post__title {
    font-size: 24px;
  }
}
.home-post__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.home-post__dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.home-post__dots span:nth-child(1) {
  background-color: #ED233C;
}
.home-post__dots span:nth-child(2) {
  background-color: #5DBBEF;
}
.home-post__dots span:nth-child(3) {
  background-color: #212429;
}
.home-post__footer {
  text-align: center;
  margin-top: 30px;
}
.home-post .btn-view-all {
  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;
  padding: 17px 13px 17px 25px;
  background-color: #fff;
  color: #212429;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid #5DBBEF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 266px;
}
.home-post .btn-view-all .icon-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.home-post .btn-view-all .icon-circle img {
  width: 20px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-post .btn-view-all:hover {
  color: #5DBBEF;
  -webkit-box-shadow: 0 4px 15px rgba(93, 187, 239, 0.25);
          box-shadow: 0 4px 15px rgba(93, 187, 239, 0.25);
  border-color: rgb(69.7921348315, 177.2584269663, 236.7078651685);
}
.home-post .btn-view-all:hover .icon-circle img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.home-banners .home-banners-wrapper {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-banners .home-banners-wrapper {
    padding: 40px 0;
  }
}
.home-banners__item {
  position: relative;
  display: block;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 708/200;
}
@media (max-width: 767px) {
  .home-banners__item {
    margin-bottom: 20px;
  }
}
.home-banners__item:hover .home-banners__icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-banners__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-banners__overlay--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#980000), to(transparent));
  background: linear-gradient(to top, #980000, transparent);
}
.home-banners__overlay--2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#212429), to(transparent));
  background: linear-gradient(to top, #212429, transparent);
}
.home-banners__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-banners__title {
    font-size: 20px;
    left: 20px;
  }
}
.home-banners__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  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;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .home-banners__icon {
    bottom: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.home-banners__icon svg {
  width: 22px;
  height: 22px;
  color: #ED233C;
  margin-left: 2px;
}

.woocommerce ul.products li.product-card {
  list-style: none;
  margin-bottom: 40px;
}
.woocommerce ul.products li.product-card .product-card__inner {
  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%;
}
.woocommerce ul.products li.product-card .product-card__image {
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product-card .product-card__image {
    margin-bottom: 15px;
  }
}
.woocommerce ul.products li.product-card .product-card__image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product-card .product-card__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.woocommerce ul.products li.product-card .product-card__image a {
  display: inline;
}
.woocommerce ul.products li.product-card .product-card__image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.woocommerce ul.products li.product-card .product-card__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce ul.products li.product-card .product-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 22px;
  line-height: 1.5;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product-card .product-card__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product-card .product-card__title {
    font-size: 18px;
  }
}
.woocommerce ul.products li.product-card .product-card__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.woocommerce ul.products li.product-card .product-card__title a:hover {
  color: #ED233C;
}
.woocommerce ul.products li.product-card .product-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 26px;
  color: #fbbc04;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product-card .product-card__rating {
    margin-bottom: 15px;
  }
}
.woocommerce ul.products li.product-card .product-card__star {
  display: block;
  width: 18px;
  height: 17.158px;
}
.woocommerce ul.products li.product-card .product-card__price {
  margin-top: auto;
  font-size: 22px;
  font-weight: 700;
  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: 6px;
  font-family: "TCM Brand", sans-serif;
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product-card .product-card__price {
    font-size: 16px;
  }
}
.woocommerce ul.products li.product-card .product-card__price .price-label {
  color: #212429;
}
.woocommerce ul.products li.product-card .product-card__price .woocommerce-Price-amount,
.woocommerce ul.products li.product-card .product-card__price .price-contact {
  color: #ED233C;
}
.woocommerce ul.products li.product-card .product-card__price del {
  color: #9ca3af;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}
.woocommerce ul.products li.product-card .product-card__price del .woocommerce-Price-amount {
  color: #9ca3af;
}
.woocommerce ul.products li.product-card .product-card__price ins {
  text-decoration: none;
}

.home-product-sections {
  padding: 78px 0 40px;
  background: #f8f8f8;
}

.home-product-section {
  padding-bottom: 90px;
}
.home-product-section:last-child {
  padding-bottom: 0;
}
.home-product-section__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;
  min-height: 64px;
  margin-bottom: 34px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
}
.home-product-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.home-product-section__icon {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 38px;
  overflow: hidden;
  border-radius: 16px;
  background: #ed233c;
  color: #fff;
  font-size: 35px;
}
.home-product-section__icon-image {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-product-section__title {
  font-family: "TCM Brand";
  margin: 0;
  color: #212429;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.home-product-section__more {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 174px;
  height: 46px;
  padding: 8px 12px 8px 24px;
  border: 1px solid #5dbbef;
  border-radius: 12px;
  background: #fff;
  color: #212429;
  font-size: 16px;
  font-weight: 500;
}
.home-product-section__more:hover, .home-product-section__more:focus {
  border-color: #ed233c;
  color: #ed233c;
}
.home-product-section__more:hover .home-product-section__more-icon img, .home-product-section__more:focus .home-product-section__more-icon img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.home-product-section__more-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.home-product-section__more-icon img {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-product-section__column {
  margin-bottom: 34px;
}
.home-product-section ul.products.home-product-section__product-list {
  margin: 0;
}
.home-product-section ul.products.home-product-section__product-list::before, .home-product-section ul.products.home-product-section__product-list::after {
  display: none;
}
.home-product-section ul.products.home-product-section__product-list li.product.product-card {
  float: none;
  width: 100%;
  margin: 0;
}
.home-product-section .product-card__image {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  padding: 0;
  border-color: #e4e4e4;
  border-radius: 10px;
}
.home-product-section .product-card__image a,
.home-product-section .product-card__image img {
  width: 100%;
  height: 100%;
}
.home-product-section .product-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-product-section .product-card__title {
  min-height: 48px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.45;
}
.home-product-section .product-card__rating {
  margin-bottom: 10px;
  font-size: 14px;
}
.home-product-section .product-card__price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  font-size: 14px;
  gap: 4px;
}
.home-product-section .product-card__price .price-label {
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-product-sections {
    padding: 45px 0 25px;
  }
  .home-product-section {
    padding-bottom: 60px;
  }
  .home-product-section__header {
    min-height: 56px;
    margin-bottom: 22px;
  }
  .home-product-section__icon {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 9px;
    font-size: 18px;
  }
  .home-product-section__title {
    font-size: 18px;
  }
  .home-product-section__more {
    width: 140px;
    height: 40px;
    padding: 6px 9px 6px 16px;
  }
  .home-product-section__column {
    margin-bottom: 28px;
  }
  .home-product-section .product-card__title {
    min-height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .home-product-section__more span {
    display: none;
  }
  .home-product-section__more .home-product-section__more-icon {
    display: block;
    margin-left: 0;
  }
  .home-product-section__more {
    width: 42px;
    padding: 10px;
  }
}
.product-archive {
  padding: 34px 0 72px;
  background: #f8f8f8;
}
.product-archive__layout {
  margin-right: -10px;
  margin-left: -10px;
}
.product-archive__sidebar, .product-archive__main {
  padding-right: 10px;
  padding-left: 10px;
}
.product-archive__catalogue-shell {
  padding: 0;
  background: transparent;
}
.product-archive__catalogue {
  height: auto;
  margin-bottom: 42px;
}
.product-archive__new-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.product-archive__new-header h2 {
  margin: 0 0 0 14px;
  color: #212429;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "TCM Brand", sans-serif;
}
.product-archive__new-badge {
  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-width: 44px;
  height: 28px;
  padding: 2px 10px;
  border-radius: 20px;
  background: #ED233C;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-archive__new-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-archive__new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.product-archive__new-image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 90px;
  margin-right: 25px;
  overflow: hidden;
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  background: #fff;
}
.product-archive__new-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-archive__new-content {
  min-width: 0;
}
.product-archive__new-content h3 {
  font-family: "TCM Brand", sans-serif;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.product-archive__new-content h3 a {
  color: #212429;
}
.product-archive__new-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.product-archive__new-rating img {
  width: 12px;
  height: auto;
}
.product-archive__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  margin: 10px 0 28px;
}
.product-archive__header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.product-archive__heading-line {
  width: 100%;
  height: 1px;
  background: #bdbdbd;
}
.product-archive__column {
  margin-bottom: 36px;
}
.product-archive ul.products.product-archive__product-list {
  margin: 0;
}
.product-archive ul.products.product-archive__product-list::before, .product-archive ul.products.product-archive__product-list::after {
  display: none;
}
.product-archive ul.products.product-archive__product-list li.product.product-card {
  float: none;
  width: 100%;
  margin: 0;
}
.product-archive .product-card__image {
  margin-bottom: 18px;
  padding-bottom: 100%;
  border-color: #e1e1e1;
  border-radius: 10px;
}
.product-archive .product-card__title {
  min-height: 48px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.45;
}
.product-archive .product-card__rating {
  margin-bottom: 10px;
}
.product-archive .product-card__price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  font-size: 14px;
  gap: 4px;
}
.product-archive__pagination {
  padding-top: 10px;
}
.product-archive__pagination .woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.product-archive__pagination .woocommerce-pagination ul.page-numbers li {
  border: 0;
}
.product-archive__pagination .page-numbers a,
.product-archive__pagination .page-numbers span {
  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: 52px;
  height: 52px;
  border-radius: 9px;
  background: #ececec;
  color: #212429;
  font-size: 20px;
}
.product-archive__pagination .page-numbers .current {
  background: #fff;
  color: #ed233c;
}

@media (max-width: 991px) {
  .product-archive {
    padding-top: 24px;
  }
  .product-archive__sidebar {
    margin-bottom: 35px;
  }
  .product-archive__catalogue .home-hero__categories > .menu-item > .sub-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .product-archive {
    padding-bottom: 45px;
  }
  .product-archive__header {
    gap: 14px;
  }
  .product-archive__header h1 {
    font-size: 19px;
  }
  .product-archive__column {
    margin-bottom: 28px;
  }
  .product-archive .product-card__title {
    min-height: 42px;
    font-size: 14px;
  }
  .product-archive__pagination .page-numbers a,
  .product-archive__pagination .page-numbers span {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }
}
.single-product-page {
  background: #f7f7f7;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
}

.single-product-hero {
  padding: 40px 0 58px;
}
.single-product-hero__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -30px;
  margin-left: -30px;
}
.single-product-hero__gallery-column, .single-product-hero__summary-column {
  padding-right: 30px;
  padding-left: 30px;
}

.single-product-gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  background: #fff;
}
.single-product-gallery__stage .slick-list,
.single-product-gallery__stage .slick-track {
  height: 100%;
}
.single-product-gallery__slide {
  display: block;
  height: 100%;
}
.single-product-gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product-gallery__thumbs {
  margin-top: 28px;
  padding-bottom: 4px;
}
.single-product-gallery__thumbs:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: hidden;
}
.single-product-gallery__thumbs .slick-slide {
  margin: 0 12px;
}
.single-product-gallery__thumbs .slick-list {
  margin: 0 -12px;
}
.single-product-gallery__thumbs .slick-slide.slick-current .single-product-gallery__thumb {
  border-color: #ed233c;
}
.single-product-gallery__thumb {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.single-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product-gallery__stage:not(.slick-initialized) .single-product-gallery__slide:not(:first-child) {
  display: none;
}

.single-product-summary {
  padding-top: 38px;
}
.single-product-summary__title {
  margin: 0 0 35px;
  color: #212429;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.32;
  font-family: "TCM Brand", sans-serif;
}
.single-product-summary__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}
.single-product-summary__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.single-product-summary__sku {
  color: #666666;
  font-size: 18px;
}
.single-product-summary__stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 38px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}
.single-product-summary__stock.is-in-stock {
  background: #E2FCF3;
  color: #008768;
}
.single-product-summary__stock.is-out-of-stock {
  background: #fce7e9;
  color: #ed233c;
}
.single-product-summary__excerpt {
  margin-bottom: 30px;
  color: #666666;
  font-size: 18px;
  line-height: 1.85;
}
.single-product-summary__excerpt p:last-child {
  margin-bottom: 0;
}
.single-product-summary__contact {
  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-width: 264px;
  min-height: 60px;
  padding: 15px 35px;
  border-radius: 100px;
  background: #ED233C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -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;
}
.single-product-summary__contact:hover {
  background: #cf1830;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-product-details {
  padding: 0 0 72px;
}
.single-product-details__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product-details__tab {
  position: relative;
  min-width: 240px;
  padding: 15px 24px;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  background: transparent;
  color: #bbb;
  font-size: 16px;
  cursor: pointer;
}
.single-product-details__tab::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 4px;
  background: transparent;
  content: "";
}
.single-product-details__tab.is-active {
  color: #212429;
}
.single-product-details__tab.is-active::after {
  background: #ed233c;
}
.single-product-details__panels {
  padding: 80px 110px;
  border-radius: 24px;
  background: #fff;
}
.single-product-details__panel {
  display: none;
  color: #666;
  font-size: 18px;
  line-height: 1.85;
}
.single-product-details__panel.is-active {
  display: block;
}
.single-product-details__panel > :last-child {
  margin-bottom: 0;
}
.single-product-details__panel table.shop_attributes {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.single-product-details__panel table.shop_attributes th,
.single-product-details__panel table.shop_attributes td {
  padding: 13px 18px;
  border: 1px solid #ececec;
  text-align: left;
}
.single-product-details__panel table.shop_attributes th {
  width: 32%;
  color: #212429;
}
.single-product-details__panel table.shop_attributes p {
  margin: 0;
}

.single-product-related {
  padding: 20px 0 72px;
}
.single-product-related__header {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.single-product-related__header h2 {
  margin: 0;
  padding-bottom: 24px;
  color: #212429;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product-related__column {
  margin-bottom: 30px;
}
.single-product-related ul.products.single-product-related__list {
  margin: 0;
}
.single-product-related ul.products.single-product-related__list::before, .single-product-related ul.products.single-product-related__list::after {
  display: none;
}
.single-product-related ul.products.single-product-related__list li.product.product-card {
  float: none;
  width: 100%;
  margin: 0;
}
.single-product-related .product-card__image {
  margin-bottom: 18px;
  border-radius: 10px;
}
.single-product-related .product-card__title {
  min-height: 48px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.45;
}
.single-product-related .product-card__rating {
  margin-bottom: 10px;
}
.single-product-related .product-card__price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .single-product-hero {
    padding-top: 28px;
  }
  .single-product-hero__row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .single-product-hero__gallery-column, .single-product-hero__summary-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-product-summary {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .single-product-gallery__stage {
    border-radius: 16px;
  }
  .single-product-summary__title {
    font-size: 28px;
  }
  .single-product-details__tab {
    min-width: 0;
    width: 50%;
    padding: 13px 8px;
    font-size: 14px;
  }
  .single-product-details__panels {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 16px;
  }
  .single-product-related__header h2 {
    font-size: 24px;
  }
  .single-product-related .product-card__title {
    min-height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .single-product-hero {
    padding-bottom: 42px;
  }
  .single-product-gallery__thumbs {
    margin-top: 16px;
  }
  .single-product-gallery__thumb {
    height: 60px;
  }
  .single-product-summary__title {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .single-product-summary__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 18px;
  }
  .single-product-summary__contact {
    width: 100%;
    min-width: 0;
  }
  .single-product-details {
    padding-bottom: 48px;
  }
  .single-product-details__panel table.shop_attributes th,
  .single-product-details__panel table.shop_attributes td {
    display: block;
    width: 100%;
  }
  .single-product-related {
    padding-bottom: 45px;
  }
}
.page-default {
  padding: 72px 0 90px;
  background: #f8f8f8;
}
.page-default__header {
  margin-bottom: 38px;
  text-align: center;
}
.page-default__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ed233c;
  font-family: "TCM Brand", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-default__title {
  margin-bottom: 18px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.page-default__line {
  display: block;
  width: 62px;
  height: 4px;
  margin: 0 auto;
  border-radius: 4px;
  background: #5dbbef;
}
.page-default__content {
  padding: 52px 62px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}
.page-default__content > :last-child {
  margin-bottom: 0;
}
.page-default__content h2,
.page-default__content h3,
.page-default__content h4 {
  color: #212429;
  font-family: "TCM Brand", sans-serif;
}
.page-default__content a {
  color: #ed233c;
}
.page-default__content ul,
.page-default__content ol {
  margin: 0 0 30px 24px;
}
.page-default__content li {
  margin-bottom: 8px;
  list-style: inherit;
}
.page-default__content img {
  border-radius: 14px;
}
.page-default__pages {
  padding-top: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page-default {
    padding: 45px 0 60px;
  }
  .page-default__title {
    font-size: 30px;
  }
  .page-default__content {
    padding: 30px 24px;
    border-radius: 16px;
    font-size: 16px;
  }
}
.single-post-page {
  padding: 65px 0 90px;
  background: #f8f8f8;
}
.single-post-page__header {
  margin-bottom: 38px;
  text-align: center;
}
.single-post-page__layout {
  margin-right: -15px;
  margin-left: -15px;
}
.single-post-page__main,
.single-post-page .single-post-sidebar {
  padding-right: 15px;
  padding-left: 15px;
}
.single-post-page__categories {
  margin-bottom: 16px;
}
.single-post-page__categories a {
  display: inline-block;
  margin: 0 3px 6px;
  padding: 7px 14px;
  border-radius: 20px;
  background: #e5f7fd;
  color: #168fc0;
  font-size: 14px;
  font-weight: 600;
}
.single-post-page__title {
  margin: 0 auto 22px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
}
.single-post-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  color: #858585;
  font-size: 15px;
}
.single-post-page__meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.single-post-page__meta i {
  color: #ed233c;
}
.single-post-page__featured {
  overflow: hidden;
  margin-bottom: 36px;
  border-radius: 22px;
  background: #fff;
}
.single-post-page__featured img {
  display: block;
  width: 100%;
  max-height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-page__content {
  padding: 45px 48px;
  border-radius: 22px;
  background: #fff;
  color: #555;
  font-size: 17px;
  line-height: 1.85;
}
.single-post-page__content > :last-child {
  margin-bottom: 0;
}
.single-post-page__content h2,
.single-post-page__content h3,
.single-post-page__content h4 {
  color: #212429;
  font-family: "TCM Brand", sans-serif;
}
.single-post-page__content a {
  color: #ed233c;
}
.single-post-page__content ul,
.single-post-page__content ol {
  margin: 0 0 30px 24px;
}
.single-post-page__content li {
  margin-bottom: 8px;
  list-style: inherit;
}
.single-post-page__content blockquote {
  margin: 35px 0;
  padding: 24px 30px;
  border-left: 4px solid #ed233c;
  border-radius: 0 12px 12px 0;
  background: #f7f7f7;
}
.single-post-page__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
.single-post-page__navigation > div {
  width: 48%;
}
.single-post-page__navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 26px;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  background: #fff;
  color: #212429;
  font-weight: 700;
}
.single-post-page__navigation a:hover {
  border-color: #5dbbef;
  color: #ed233c;
}
.single-post-page__navigation span {
  margin-bottom: 5px;
  color: #999;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-post-page__next a {
  text-align: right;
}

.single-post-sidebar__inner {
  position: sticky;
  top: 30px;
}
.single-post-sidebar__section {
  margin-bottom: 28px;
  padding: 28px 24px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
}
.single-post-sidebar__section:last-child {
  margin-bottom: 0;
}
.single-post-sidebar__section--products .single-post-sidebar__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post-sidebar__title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 14px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post-sidebar__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: #ed233c;
  content: "";
}
.single-post-sidebar__list {
  margin: 0;
  padding: 0;
}
.single-post-sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ededed;
}
.single-post-sidebar__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.single-post-sidebar__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  width: 92px;
  height: 78px;
  margin-right: 15px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #edf6fa;
}
.single-post-sidebar__image img,
.single-post-sidebar__image span {
  width: 100%;
  height: 100%;
}
.single-post-sidebar__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-post-sidebar__image span {
  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;
  color: #8fcce5;
  font-size: 24px;
}
.single-post-sidebar__image:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.single-post-sidebar__item-content {
  min-width: 0;
}
.single-post-sidebar__item-content h3 {
  margin: 0 0 7px;
  font-family: "TCM Brand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.single-post-sidebar__item-content h3 a {
  color: #212429;
}
.single-post-sidebar__item-content h3 a:hover {
  color: #ed233c;
}
.single-post-sidebar__item-content time {
  color: #999;
  font-size: 13px;
}
.single-post-sidebar__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.single-post-sidebar__rating img {
  width: 12px;
  height: 12px;
}

@media (max-width: 991px) {
  .single-post-sidebar {
    margin-top: 38px;
  }
  .single-post-sidebar__inner {
    position: static;
  }
  .single-post-sidebar__section {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .single-post-page {
    padding: 42px 0 60px;
  }
  .single-post-page__title {
    font-size: 30px;
  }
  .single-post-page__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 18px;
  }
  .single-post-page__featured {
    border-radius: 16px;
  }
  .single-post-page__content {
    padding: 30px 24px;
    border-radius: 16px;
    font-size: 16px;
  }
  .single-post-page__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-post-page__navigation > div {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .single-post-sidebar__section {
    padding: 24px 18px;
    border-radius: 16px;
  }
  .single-post-sidebar__image {
    -ms-flex-preferred-size: 82px;
        flex-basis: 82px;
    width: 82px;
    height: 72px;
    margin-right: 12px;
  }
  .single-post-sidebar__item-content h3 {
    font-size: 15px;
  }
}
.post-listing {
  padding: 70px 0 90px;
  background: #f8f8f8;
}
.post-listing__header {
  margin-bottom: 52px;
  text-align: center;
}
.post-listing__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ed233c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-listing__title {
  margin-bottom: 16px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.post-listing__title span,
.post-listing__title a {
  color: inherit;
}
.post-listing__description {
  color: #777;
  font-size: 17px;
}
.post-listing__description p:last-child {
  margin-bottom: 0;
}
.post-listing__row {
  margin-right: -15px;
  margin-left: -15px;
}
.post-listing__column {
  margin-bottom: 44px;
  padding-right: 15px;
  padding-left: 15px;
}
.post-listing__pagination {
  padding-top: 10px;
}
.post-listing__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.post-listing__pagination .page-numbers {
  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-width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 9px;
  background: #ececec;
  color: #212429;
  font-weight: 600;
}
.post-listing__pagination .page-numbers.current, .post-listing__pagination .page-numbers:hover {
  background: #ed233c;
  color: #fff;
}
.post-listing__empty {
  padding: 70px 30px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}
.post-listing__empty i {
  margin-bottom: 22px;
  color: #5dbbef;
  font-size: 54px;
}
.post-listing__empty h2 {
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 28px;
}
.post-listing__empty p {
  color: #777;
}
.post-listing__empty a {
  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: 50px;
  padding: 10px 28px;
  border-radius: 25px;
  background: #ed233c;
  color: #fff;
  font-weight: 700;
}
.post-listing .post-item__thumbnail {
  background: #fff;
}

@media (max-width: 767px) {
  .post-listing {
    padding: 45px 0 60px;
  }
  .post-listing__header {
    margin-bottom: 34px;
  }
  .post-listing__title {
    font-size: 30px;
  }
  .post-listing__column {
    margin-bottom: 34px;
  }
}
.error-404 {
  padding: 80px 0 100px;
  background: #f8f8f8;
}
.error-404__panel {
  padding: 70px 40px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}
.error-404__code {
  display: block;
  margin-bottom: 4px;
  color: #ed233c;
  font-family: "TCM Brand", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 8px 8px 0 #e5f7fd;
}
.error-404 h1 {
  margin-bottom: 16px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 36px;
}
.error-404 p {
  margin-right: auto;
  margin-left: auto;
  color: #777;
  font-size: 17px;
}
.error-404__search {
  margin: 30px auto 24px;
}
.error-404__search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-404__search label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.error-404__search .search-field {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #ddd;
  border-radius: 26px 0 0 26px;
  outline: 0;
}
.error-404__search .search-field:focus {
  border-color: #5dbbef;
}
.error-404__search .search-submit {
  min-width: 120px;
  padding: 0 22px;
  border: 0;
  border-radius: 0 26px 26px 0;
  background: #5dbbef;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.error-404__home {
  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: 52px;
  padding: 10px 30px;
  border-radius: 26px;
  background: #ed233c;
  color: #fff;
  font-weight: 700;
}
.error-404__home:hover {
  background: #cf1830;
  color: #fff;
}

@media (max-width: 575px) {
  .error-404 {
    padding: 45px 0 60px;
  }
  .error-404__panel {
    padding: 50px 20px;
    border-radius: 16px;
  }
  .error-404__code {
    font-size: 82px;
  }
  .error-404 h1 {
    font-size: 28px;
  }
  .error-404__search .search-form {
    display: block;
  }
  .error-404__search label,
  .error-404__search .search-submit {
    display: block;
    width: 100%;
  }
  .error-404__search .search-field,
  .error-404__search .search-submit {
    border-radius: 26px;
  }
  .error-404__search .search-submit {
    height: 50px;
    margin-top: 10px;
  }
}
.contact-page {
  background: #f8f8f8;
}
.contact-page__main {
  padding: 72px 0 82px;
}
.contact-page__header {
  margin-bottom: 48px;
  text-align: center;
}
.contact-page__header h1 {
  margin-bottom: 16px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 42px;
  font-weight: 700;
}
.contact-page__header p {
  margin-bottom: 0;
  color: #777;
  font-size: 17px;
}
.contact-page__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ed233c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-page__row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -15px;
  margin-left: -15px;
}
.contact-page__info-column, .contact-page__form-column {
  padding-right: 15px;
  padding-left: 15px;
}
.contact-page__info, .contact-page__form-panel {
  height: 100%;
  padding: 42px;
  border-radius: 22px;
}
.contact-page__info {
  border: 1px solid #dceef5;
  background: linear-gradient(145deg, #edf9fd 0%, #fff 72%);
  color: #212429;
}
.contact-page__info h2 {
  margin-bottom: 14px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 30px;
}
.contact-page__info-intro {
  margin-bottom: 34px;
  color: #68747a;
  font-size: 15px;
  line-height: 1.75;
}
.contact-page__contact-list {
  margin: 0;
  padding: 0;
}
.contact-page__contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.contact-page__contact-list li:last-child {
  margin-bottom: 0;
}
.contact-page__contact-list strong {
  display: block;
  margin-bottom: 4px;
  color: #168fc0;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.contact-page__contact-list div {
  color: #35393d;
  font-size: 16px;
  line-height: 1.6;
}
.contact-page__contact-list a {
  color: #35393d;
}
.contact-page__contact-list a:hover {
  color: #ed233c;
}
.contact-page__contact-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
  background: #fff;
  color: #ed233c;
  -webkit-box-shadow: 0 5px 16px rgba(26, 104, 137, 0.12);
          box-shadow: 0 5px 16px rgba(26, 104, 137, 0.12);
}
.contact-page__contact-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-page__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 34px;
}
.contact-page__socials a {
  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;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ed233c;
  background: #ed233c;
  -webkit-box-shadow: 0 4px 12px rgba(237, 35, 60, 0.2);
          box-shadow: 0 4px 12px rgba(237, 35, 60, 0.2);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contact-page__socials a:hover {
  border-color: #cf1830;
  background: #cf1830;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact-page__socials img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-page__form-panel {
  border: 1px solid #ececec;
  background: #fff;
}
.contact-page__form-panel h2 {
  margin-bottom: 28px;
  color: #212429;
  font-family: "TCM Brand", sans-serif;
  font-size: 30px;
}
.contact-page__form .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.contact-page__form .contact-form__field {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page__form label {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
  font-weight: 600;
}
.contact-page__form input:not([type=submit]),
.contact-page__form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  color: #212429;
  outline: 0;
}
.contact-page__form input:not([type=submit]):focus,
.contact-page__form textarea:focus {
  border-color: #5dbbef;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(93, 187, 239, 0.12);
          box-shadow: 0 0 0 3px rgba(93, 187, 239, 0.12);
}
.contact-page__form input:not([type=submit]) {
  height: 52px;
  padding: 0 16px;
}
.contact-page__form textarea {
  min-height: 145px;
  padding: 14px 16px;
  resize: vertical;
}
.contact-page__form .wpcf7-submit {
  min-width: 190px;
  min-height: 54px;
  padding: 10px 26px;
  border: 0;
  border-radius: 28px;
  background: #ed233c;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.contact-page__form .wpcf7-submit:hover {
  background: #cf1830;
}
.contact-page__form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 13px;
}
.contact-page__form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 15px;
  border-radius: 8px;
}
.contact-page__map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #e8e8e8;
}
.contact-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .contact-page__info-column {
    margin-bottom: 28px;
  }
  .contact-page__info, .contact-page__form-panel {
    height: auto;
  }
}
@media (max-width: 575px) {
  .contact-page__main {
    padding: 45px 0 55px;
  }
  .contact-page__header {
    margin-bottom: 32px;
  }
  .contact-page__header h1 {
    font-size: 31px;
  }
  .contact-page__info, .contact-page__form-panel {
    padding: 28px 22px;
    border-radius: 16px;
  }
  .contact-page__info h2, .contact-page__form-panel h2 {
    font-size: 25px;
  }
  .contact-page__form .contact-form__row {
    display: block;
  }
  .contact-page__form .wpcf7-submit {
    width: 100%;
  }
  .contact-page__map {
    height: 360px;
  }
}