/* Reset */
/* @font-face {
  font-family: lg;
  src: url(../../fonts/lg.woff2) format("woff2"), url(../../fonts/lg.ttf) format("truetype"), url(../../fonts/lg.woff) format("woff"), url(../../fonts/lg.svg#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
} */
.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-text {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 20px 0 0;
  text-align: center;
  padding: 0px;
}

.grecaptcha-text a {
  text-decoration: underline;
  color: #000;
}


h1 {
  font-size: 36px !important;
}

@media(max-width:767px) {
  h1 {
    font-size: 30px !important;
  }
}


h2 {
  font-size: 28px !important;
}

@media(max-width:767px) {
  h2 {
    font-size: 26px !important;
  }
}


h3 {
  font-size: 24px !important;
}

@media(max-width:767px) {
  h3 {
    font-size: 22px !important;
  }
}


h4 {
  font-size: 20px !important;
}

@media(max-width:767px) {
  h4 {
    font-size: 20px !important;
  }
}

@media(max-width:767px) {
  .hidden-on-mobile {
    display: none;
  }
}




@media(max-width:767px) {
  body.body-scrollbar-hide {
    position: fixed;
    overflow: hidden;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}


figure {
  margin: 20px 0;
}

.wp-block-table {
  overflow: auto;
}

.wp-block-table thead th {
  padding: 8px;
  border: 1px solid #B3BDBC;
  text-align: left;
}


.wp-block-embed.is-type-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.line-separator {
  display: flex;
  align-items: center;
  margin: 0 12px;
}


.line-separator span {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 22px;
  background: #E6E9E9;
}



/* Tippy popup for single post links to rest api calls */
.tippy-box[data-animation="shift-toward-subtle"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="shift-toward-subtle"][data-state="hidden"][data-placement^="bottom"][data-state="hidden"] {
  transform: translateY(15px);
}

.tippy-box {
  background-color: #fff;
  color: #000;
}

.tippy-content {
  border: 1px solid #0b1014;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0px;
}

.popup-holder {
  padding: 0px;
  position: relative;
}

.popup-holder_content {
  padding: 10px 15px 20px;
}

.popup-holder_content p {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  padding-right: 30px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;

}

.popup-holder_content p::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 20px;
  background-color: transparent;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 40%);
}


.popup-holder__link {
  display: block;
  background: #fafafa;
}


.popup-holder__link img {
  display: block;
  width: 300px;
  height: 188px;
  background: #ccc;
  margin: 0px !important;
  mix-blend-mode: darken;
}


.popup-holder__link::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.popup-holder__link.read-more {
  display: inline-block;
  position: absolute;
  width: 90px;
  right: 0;
  bottom: 0;
}

.popup-holder__link.read-more span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 5px;
  background: #fff;
}

@media(max-width:767px) {
  .featured-tabs-block .tabs-list {
    margin-bottom: 20px;
  }
}

@media(max-width:440px) {
  .tabs-list a {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.select__list li {
  margin-bottom: 0px;
}

.bg-stripped:nth-child(even) {
  background: #E6E9E9;
}

.bg-stripped:nth-child(odd) {
  background: #fff;
}



.summary-block {
  margin: 20px 0px;
  padding: 20px 20px 20px 28px;
  border-left: 4px solid #FF7B1B;
  background: #f9f9f9;
}

.summary-block__title {
  color: #FF7B1B;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.summary-block__text {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}


.contact-form .form-item p {
  margin: 0px;
}


.contact-form input.custom-checkbox {
  display: none;
}

.contact-form .form-item__flex .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  cursor: default;
  font-size: 14px;
}


.contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}

.contact-form .wpcf7-acceptance a:hover {
  color: #FF3D00;
}



.contact-form .form-item__flex input:checked+.wpcf7-list-item-label svg {
  opacity: 1;
}

body .wpcf7-not-valid-tip {
  color: #ffc107;
  font-size: 16px;
  display: block;
  margin: 5px 0 0;
}

body .wpcf7 form .wpcf7-response-output {
  border: 2px solid #000;
  margin: 10px 0 0;
  padding: 10px;
  background: #ffc107;
  text-align: center;
}

.header-inner {
  position: relative;
  z-index: 12;
}

@media (min-width: 900px) {
  .header-inner .logo {
    margin-right: 24px;
  }
}

/* .blog-wrapp .header-inner {
  padding: 0px;
} */

/* .blog-wrapp .header-inner>.container {
  height: 57px;
} */

@media(max-width:901px) {
  .blog-wrapp .header-inner {
    position: relative;
  }
}

.page-header {
  padding-bottom: 10px;
  border-bottom: solid 1px #B3BDBC;
}

.page-header__title {
  gap: 12px;
  margin: 0px;
}

@media(max-width: 767px) {
  body .wrapp .page-header {
    margin-bottom: 24px;
  }

  body .wrapp .page-header__title {
    font-size: 22px !important;
    line-height: 30px;
  }
}


/* Author Page */
body.author {
  height: 100%;
  display: block;
  margin: 0px;
  gap: 0px;
}

@media(max-width: 900px) {
  .author-heading-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  }
}

body.author .author-heading__content {
  max-width: 880px;
}

body.author .author-heading__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}


body.author .author-heading__title {
  margin-bottom: 16px;
}

body.author .author-heading__sidebar {
  max-width: 294px;
  padding: 24px 20px 24px 20px;
  background: #fff;
  border-width: 8px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(13, 154, 136, 1);
}

body.author .author-heading__sidebar-item:not(:last-child) {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: solid 1px #E6E9E9;
}

body.author .author-heading__sidebar-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0D9A88;
  text-transform: uppercase;
}

body.author .author-heading__sidebar-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #4D6562;
}

body.author .main-block {
  padding: 40px 0px;
}


body.author .author-blog-list__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0 8px;
  margin: 0 0 20px;
  border-bottom: 1px solid #B3BDBC;
}


/* Search Page */
.search-page .blog-block--search-results {
  padding: 0 0 60px;
}

.search-page .blog-list {
  margin-bottom: 40px;

}


.search-page .page-header {
  border: none;
  padding: 0px;
  margin-bottom: 28px;
}

@media(max-width:767px) {
  .search-page .page-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    margin: 0 -20px 24px;
    border-bottom: 1px solid #80918F;
  }
}


.search-page .page-header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #000;
  display: block;
  margin: 20px 0 0;
}

@media(max-width:767px) {
  .search-page .page-header__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
  }
}

.search-page .page-header__title span {
  color: #0D9A88;
}


/* Page - Reviews */

.page-reviews-heading {
  background: #E6E9E9;
  padding: 40px 0px;
  margin: 0 0 15px;
}

@media(max-width:767px) {
  .page-reviews-heading {
    padding: 20px 0px;
    margin: 0 0 20px;
  }
}

.page-reviews-heading__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 0px;
  text-align: center;
}

.page-reviews-container {
  max-width: 735px;
  padding: 0 15px;
  margin: 0 auto 40px;
}

/* Breadcrumbs */
.breadcrumbs {
  border-bottom: 1px solid #B3BDBC;
}

.breadcrumbs-list {
  padding: 10px 0;
}

@media(max-width:767px) {
  .breadcrumbs-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0px;
    padding: 8px 0;
    gap: 5px;

  }
}

.breadcrumbs-list li {
  margin-bottom: 0px;
}

@media(max-width:767px) {
  .breadcrumbs-list li {
    gap: 5px;
  }
}


.breadcrumbs-list .separator {
  display: none;
}


.breadcrumbs-list a:hover {
  text-decoration: underline;
  color: #FF3D00;
}

@media(max-width:767px) {

  .breadcrumbs-list li a,
  .breadcrumbs-list li span {
    font-size: 12px;
  }
}

@media(max-width:767px) {

  .single-post .breadcrumbs-list li a,
  .single-post .breadcrumbs-list li span {
    font-size: 14px;
  }
}


/* Blog Page */


.blog-item__thumb {
  background: #fafafa;
}

.blog-item__thumb img {
  mix-blend-mode: darken;
}


.footer-inner--blog .footer-nav .footer-nav__title svg {
  display: none;
}

@media(min-width:1250px) {

  .footer-inner--blog {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 60px;
  }

  .footer-inner--blog .footer-right {
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 100%;
    gap: 80px;
  }

  .footer-inner--blog .footer-nav {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex: 1;
  }

  .footer-inner--blog .footer-nav:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: auto;
    background: #4D6562;
  }


  .footer-inner--blog .footer-nav .footer-nav__title {
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }

  .footer-inner--blog .footer-nav .footer-nav__title svg {
    display: inline-block;
  }

}


.blog-block--featured-posts {
  padding: 28px 0;
}


.blog-block--featured-posts .blog-list {
  margin-bottom: 0px;
}


@media only screen and (max-width: 767px) {
  .swiper-container-wrapper .blog-list .blog-item {
    height: 100%;
  }
}

.swiper-container-wrapper .blog-list .swiper-slide {
  height: auto;
}


/* @media(min-width: 901px) {
  .blog-header .header-nav .header-nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
} */

/* .blog-header .header-nav .header-nav__list .header-nav__link svg {
  transform: none;
} */


/* .blog-header .header-nav .header-nav__list .header-nav__link svg path {
  fill: #fff;
} */

/* @media(min-width:901px) {
  .blog-header .blog-head-search--mobile {
    display: none;
  }

  .blog-header .header-nav {
    display: block;
    background: transparent;
    border: none;
    padding: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .blog-header .header-nav .header-nav__item:not(:last-of-type)::after {
    display: none;
  }

  .blog-header .header-nav .header-nav__list .header-nav__link {
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    margin: 0px;
  }

  .blog-header .header-nav .header-nav__list .header-nav__link:hover {
    color: #FF3D00;
  }

  .blog-header .header-nav .header-nav__list .header-nav__link:hover svg path {
    fill: #FF3D00;
  }
} */


/* .blog-header .header-nav .blog-head-shop-button {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  height: auto;
} */

.copyright--blog-header {
  display: none;
}

@media(max-width:900px) {
  /* .blog-header .header-nav {
    top: 97px;
    border-top: 1px solid #4D6562;
  }

  .blog-header .header-nav .button {
    width: 100%;
    font-size: 17px;
    height: 43px;
  }

  .blog-header .header-nav .header-nav__list li.blog-head-search {
    display: none !important;
  } */


  /*
  .blog-header .header-nav .header-nav__list .header-nav__item.has-child>a svg {
    margin: 0px;
    transform: none;
    -webkit-transform: none;
  }

  .blog-header .header-nav .header-nav__list .header-nav__item:last-child {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    display: block !important;
    width: 100%;
    bottom: 130px;
    padding: 0 20px;
  }

  .blog-header .header-nav .blog-head-shop-button {
    width: 100%;
    margin: 0px;
  }

  .blog-header .header-nav .copyright--blog-header {
    display: block;
    font-size: 14px;
    color: #B3BDBC;
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: solid 1px #80918F;
    text-align: center;
  } */
}


.main-6-block .blog-item {
  background: #fff;
}

.blog-category-heading {
  background: #e6e9e9 url(../png/blog-cat-banner-v3.png) no-repeat right top;
  background-size: cover;
  padding: 70px 0;
}

@media(max-width:767px) {
  .blog-category-heading {
    background: #e6e9e9;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}


@media(max-width:360px) {
  .blog-category-heading__title {
    font-size: 22px;
  }

  .blog-heading-inner-search {
    position: relative;
    max-width: 360px;
    margin-top: 30px;
  }

  .blog-heading-inner-search input {
    font-size: 16px;
    height: 45px;
    padding: 5px 35px 5px 16px;
  }

  .blog-heading-inner-search__btn {
    height: 45px;
  }

}

.blog-heading-inner__text span {
  color: #0D9A88;
}

@media(max-width: 767px) {
  .blog-heading-inner__text {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .blog-heading-inner-search {
    margin-top: 16px;
  }
}


.blog-wrapp .terminology-slide__content {
  font-size: 16px;
}


.blog-list .blog-item__thumb img {
  width: 100%;
}


.blog-list--grey .blog-item .blog-item__inner {
  background: #F0F2F2;
}

.blog-item:hover .blog-item__title {
  text-decoration: none;
}

@media(max-width: 767px) {
  .blog-list .blog-item {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 24px;
  }

  .mobile-small-grid {
    display: block;
  }

  .mobile-small-grid .blog-item {
    -webkit-flex-direction: row;
    flex-direction: row;
    background: transparent !important;
    border: none !important;
  }

  .mobile-small-grid .blog-item .blog-item__inner {
    padding: 0 0 0 10px;
    display: block;
  }

  .mobile-small-grid .blog-item__thumb {
    border-radius: 4px;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 150px;
  }

  .mobile-small-grid .blog-item .blog-item__title {
    font-size: 17px;
    font-weight: 700;
    min-height: auto;
    margin: 0 0 6px;
  }

  .mobile-small-grid .blog-item .blog-item__author {
    color: #4f6662;
  }

  .mobile-small-grid .blog-item .blog-item__label {
    display: inline-flex;
    position: relative;
    left: 0px;
    top: -3px;
    font-size: 12px;
    background: transparent;
    padding: 0px;
    color: #0D9A88;
  }

  .mobile-small-grid .blog-item .blog-item__label svg {
    display: none;
  }

  .mobile-small-grid .blog-item .blog-item__date {
    display: none;
  }
}

.blog-item__title {
  margin-bottom: 10px;
}


.blog-item__date {
  font-size: 12px;
}

.blog-item__content {
  margin: 0 0 10px;
}

.blog-item__content p {
  margin: 0px;
}

.blog-item__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  color: #81918f;
}


.blog-item__author span {
  font-weight: 700;
  color: #4f6662;
}

.blog-item--small {
  background: #fff !important;
}

.blog-item--small .blog-item__inner {
  padding: 10px 15px;
  justify-content: center;
}


.latest-block {
  padding-top: 30px;
  padding-bottom: 40px;
}


/* Highlight box */
.highlight {
  position: relative;
  background: #f0f2f2;
}

.highlight>.container {
  position: relative;
}

.highlight__box {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 392px;
}

@media (max-width: 1280px) {
  .highlight__box {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    min-height: auto;
    padding: 40px 0 0;
  }
}

.highlight__content {
  flex: 0 1 50%;
}

@media (min-width: 1280px) {
  .highlight__content {
    flex: 0 1 754px;
  }
}

.highlight__content-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0b1014;
  margin: 0 0 10px;
}

@media (max-width: 1280px) {
  .highlight__content-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }
}

.highlight__content-title-icon {
  display: inline-block;
  width: 40px;
  height: 41px;
  margin-right: 12px;
}

.highlight__content-title-icon svg {
  display: inline-block;
}

.highlight__content-text {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  padding-top: 25px;
}

.highlight__content-text p {
  margin: 0px;
}

.highlight__content-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 110px;
  height: 4px;
  background: #2e9c88;
  border-radius: 6px;
}

.highlight__content-text strong {
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
}

.highlight__content a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #FF3D00;
  transition: color 0.25s ease-in-out;
}


.highlight__content a:hover {
  color: rgba(255, 61, 0, 0.7);
}

.highlight__content a:hover svg path {
  fill: rgba(255, 61, 0, 0.7);
}



.highlight__img {
  flex: 0 1 auto;
}

.highlight__img img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1280px) {
  .highlight__img img {
    position: relative;
  }
}


/* Page Blog - Newsleter form */

.subscribe-block--blog {
  background: #05241f;
  margin-bottom: 0px;
  padding: 0px;

}


.subscribe-block--blog .container {
  text-align: center;
  display: block;
  gap: 0px;
  padding: 64px 15px;

}

@media (max-width: 767px) {
  .subscribe-block--blog .container {
    text-align: left;
    padding: 32px 24px;

  }
}


.subscribe-block--blog .subscribe-block__title {
  color: #fff;
  border-bottom: none;
  margin: 0 0 12px;
  font-size: 28px;
}

.subscribe-block--blog .subscribe-form__description {
  color: #B3BDBC;
}



/* Search Page */

.search-page.error-holder {
  max-width: 620px;
}

@media (max-width: 767px) {
  .search-page.error-holder {
    padding: 24px 0px 32px;
  }
}

.search-page.error-holder .blog-heading-inner-search {
  margin: 24px auto 0;
}


.search-page .page-header-error {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .search-page .page-header-error {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 16px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}


.search-page.error-holder .page-header__title {
  margin: 0 0 28px;
}

.search-page.error-holder .content-area {
  margin: 0px;
}

.search-page.error-holder .content-area p {
  text-align: center;
  color: #80918F;
  font-weight: 700;
  margin: 0px;
}

.search-page.error-holder .content-area p {
  text-align: center;
  color: #80918F;
  margin: 0px;
}

.search-page.error-holder .content-area .error-holder-searchform form {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
}

.search-page.error-holder .content-area .error-holder-searchform__title {
  font-weight: 700;
  color: #000;
  margin: 0 0 8px;
}

.search-page.error-holder .content-area .search-page-error-icon {
  display: block;
  margin: 24px 0;
  line-height: 1;
}

/* Single Post */


.single-post .content-area .img-blend-wrapper {
  display: inline-block;
  background: #fafafa;
}

.single-post .content-area .img-blend-wrapper img {
  mix-blend-mode: darken;
}


@media(max-width:767px) {

  .single-post .article-wrapp {
    padding-top: 0px;
  }

  .single-post .wrapp--no-top.article-wrapp {
    padding-top: 0px;
  }

  .single-post .article-wrapp>.container {
    padding: 0px;
  }

  .single-post .article-content {
    padding: 0 15px;
  }


  .single-post .article-right {
    padding: 0 15px;
  }

  .single-post .featured-image {
    margin: 0 -15px 20px !important;
  }
}




.single-post figcaption {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #888;
  width: 100%;
  font-weight: 400;
}

@media(max-width: 767px) {
  .single-post figcaption {
    padding: 0 15px;
  }
}


.single-post figcaption a {
  font-weight: 400;
}

@media(max-width: 767px) {
  .single-post .article-holder {
    margin-top: 20px;
  }
}


@media(min-width: 767px) {
  #single-post__shop-notice {
    display: none !important;
  }
}


#single-post__shop-notice {
  height: 40px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: #ccd3d2;
  color: #4D6562;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

#single-post__shop-notice.active {
  position: fixed;
  top: 0;
  opacity: 1;
}

#single-post__shop-notice.hidden {
  top: 0;
  opacity: 0;
}


/* .wrapp.wrapp--no-top #single-post__shop-notice {
  top: 57px;
}

.wrapp.wrapp--no-top #single-post__shop-notice.active {
  top: 0;
} */


.single-post .article-content p {
  margin: 16px 0;
}


.single-post .content-area .wp-block-image {
  margin: 20px 0;
}

.single-post .content-area .wp-block-image img {
  border-radius: 6px;
}

.single-post .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .single-post .content-area .wp-block-image {
    margin: 20px -20px;
  }

  .single-post .content-area .wp-block-image img {
    border-radius: 0px;
  }

}

.single-post .content-area img {
  margin-bottom: 5px;
}

.single-post .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}


.single-post figcaption {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #888;
  width: 100%;
  font-weight: 400;
}

.single-post figcaption a {
  font-weight: 400;
}


.single-post .article-content__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 12px;
  text-align: left;
}

@media(max-width:767px) {
  .single-post .article-content__title {
    font-size: 30px;
  }
}

.single-post .article-content__heading-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.single-post .article-content__heading-info {
  display: block;
  gap: 0px;
  padding: 0;
  margin: 0;
  border: none;
}



.single-post .article-content__heading-group:first-of-type {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: solid 1px #B3BDBC;
}




.single-post .article-content__heading-group:last-of-type {
  margin: 0 0 20px;
}

.single-post .article-content__heading-group:last-of-type {
  margin: 0 0 20px;
}


.single-post .article-content__heading-group .single-user-popup {
  cursor: pointer;
  border-bottom: dashed 1px #0b1014;
  color: #01231F;
  text-decoration: none;
}

.single-post .article-content__heading-group .single-user-popup:hover {
  color: #FF3D00;
  border-bottom: solid 1px #FF3D00;
}



@media(max-width:767px) {
  .single-post .article-content__heading-group {
    padding: 0px;
    margin: 0 0 10px;
    border: none;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .single-post .article-content__heading-group:first-of-type {
    padding: 0px;
    border: none;
  }

  .single-post .article-content__heading-group:last-of-type {
    padding: 0px;
    margin: 0px;
    border: none;
  }


  .single-post .article-content__heading-info {
    display: block;
    gap: 0px;
    padding: 8px 0;
    margin: 16px 0;
    border-top: solid 1px #B3BDBC;
    border-bottom: solid 1px #B3BDBC;
  }

  .single-post .article-content__heading-group .line-separator {
    display: none;
  }
}


.single-post .featured-image {
  margin-bottom: 15px;
  background: #fafafa;
}

.single-post .featured-image img {
  mix-blend-mode: darken;
}



@media(min-width:900px) {
  .single-post .article-right {
    max-width: 260px;
  }
}


.single-post .article-right .article-right-item {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E6E9E9;
}

.single-post .article-right .blog-list {
  display: block;
}

.single-post .article-right .blog-list .blog-item {
  max-width: 100%;
  width: 100%;
  border: none;
  border-radius: 0px;
  background: transparent;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.single-post .article-right .blog-list .blog-item .blog-item__inner {
  padding: 8px 12px;
  background: #F5F2EF;
  margin: -30px 5px 16px;
  position: relative;
}

.single-post .article-right .blog-list .blog-item .blog-item__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  text-decoration: none;
}

.single-post .article-right .related-posts-sidebar-title {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
}

@media(min-width:901px) {
  .single-post .article-right {
    position: sticky;
    top: 100px;
  }
}


@media(max-width:900px) {
  .single-post .article-right {
    display: none;
  }
}

.single-post .related-posts {
  margin-top: 60px;
}

@media(max-width:767px) {
  .single-post .related-posts {
    margin-top: 0px;
  }
}


.single-post .page-header--related-posts {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.single-post .page-header--related-posts .page-header__title {
  font-size: 28px !important;
  line-height: 120%;
}


@media(max-width:767px) {
  .single-post .page-header--related-posts .page-header__title {
    font-size: 22px !important;
  }
}



/* Single Post - Tippy Js */
.single-post .article-content__heading-info .tippy-box {
  min-width: 400px !important;
}

.single-post .article-content__heading-info .tippy-content {
  padding: 20px 20px 15px;
  background: #ffffff;
  border: 1px solid #0b1014;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.single-post .article-content__heading-info .author-popup-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

.single-post .article-content__heading-info .author-popup-info {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

.single-post .article-content__heading-info .author-popup-text {
  width: 100%;
}

.single-post .article-content__heading-info .author-popup-info .author-popup-text-bio-link a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin: 10px 0 0;
  text-decoration: none;
  color: #FF3D00;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single-post .article-content__heading-info .author-popup-info .author-popup-text-bio-link a:hover {
  color: #ff8b66;
}

.single-post .article-content__heading-info .author-popup-info .author-popup-text-bio-link a:hover>svg path {
  fill: #ff8b66;
}

.single-post .article-content__heading-info .author-popup-img {
  overflow: hidden;
  flex: 1 0 100%;
  max-width: 84px;
}

.single-post .article-content__heading-info .author-popup-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.single-post .article-content__heading-info .author-popup-editorial-link a {
  text-decoration: none;
  color: #FF3D00;
  font-weight: 700;
}

.single-post .article-content__heading-info .author-popup-editorial-link a:hover {
  color: #ff8b66;
}

.single-post .article-content__heading-info .author-popup-editorial-link a:hover>svg path {
  fill: #ff8b66;
}

.single-post .article-content__heading-info .author-popup-editorial-link a svg {
  margin-left: 2px;
}


.single-post .subscribe-block--single {
  padding: 24px 32px;
  margin: 20px 0;
}

.single-post .subscribe-block--single .subscribe-form__title {
  color: #F5F2EF;
  margin: 0 0 15px;
  padding: 0px;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
}

.single-post .subscribe-block--single .subscribe-form__text {
  color: #B3BDBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin: 0 0 15px;
}


.single-post .subscribe-block--single .klaviyo-form {
  color: #fff;
}

/* Terminology */
.wiki-holder .wiki-inner {
  flex: 1;
}

.wiki-holder .wiki-item__content {
  font-size: 16px;
}

.wiki-holder .wiki-section__title {
  min-width: 55px;
}

.wiki-page-link {
  width: 150px;
}

@media(min-width:360px) {
  .wiki-heading-search {
    position: relative;
    max-width: 360px;
  }

  .wiki-heading-search__field {
    font-size: 16px;
    height: 45px;
    padding: 5px 35px 5px 16px;
  }

  .wiki-heading-search__btn {
    height: 45px;
  }
}

.wiki-item--no-index:hover {
  border-color: #B3BDBC;
}

.wiki-item--no-index:hover .wiki-item__title {
  color: #000;
}

/* Homepage */
@media(min-width:996px) {
  .page-header__link {
    font-size: 12px;
  }
}

@media(min-width:1300px) {
  .featured-block .container {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}


/* Page - Brands */
.brand-item__title:hover {
  color: #000;
}

/* Page - European Swords */
.featured-tabs-block .product-item {
  max-width: 100%;
}

/* Page - Real Swords */

@media(max-width:900px) {
  .real-swords--material {
    padding: 25px 0;
  }
}


/* Page - FAQ */
.faq-item__content {
  font-size: 16px;
}


.mobile-search-handler {
  display: none;
  cursor: pointer;
}

.search .search-dropdown #search-product-no-results {
  display: block;
  margin: 0px;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

@media(max-width: 900px) {
  .sub-nav__item.main a {
    color: #fff;
    text-transform: capitalize;
  }
}

@media(max-width: 900px) {

  .mobile-search-handler {
    display: inline-block;
  }

  .search .search__field {
    width: 100%;
  }

  .search.active {
    overflow: auto;
    width: 100vw;
  }

  .search .search-dropdown {
    height: auto;
    width: auto;
  }

  .search .search-dropdown.no-results {
    height: auto;
  }

  .search .search-dropdown #search-product-no-results {
    margin: -20px 0 0;
    padding: 0px;
  }

  .search .search-sidebar {
    order: 2;
  }

  .search .search-dropdown-inner {
    order: 1;
  }

  #search-brands {
    min-height: 450px;
  }
}


#search-form .search__icon {
  cursor: pointer;
}

.post-search .post-search__button {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}


@media only screen and (max-width: 900px) {
  .post-search {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
}

.blog-head-shop-button {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  .blog-head-shop-button {
    display: none !important;
  }
}

@media(min-width:900px) {
  .header-nav .header-nav__item {
    position: relative;
  }

  .header-nav .header-nav__item:not(:last-of-type)::before {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 24px;
    background: #ffffff40;
  }

  .header-nav .blog-head-search::before {
    display: none;
  }

  .header-nav .header-nav__item.has-child>a svg {
    margin-top: -3px;
    transform: none !important;
    -webkit-transform: none !important;
  }

  .sub-menu .sub-menu .sub-nav__item:not(:last-child) .sub-nav__link {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B3BDBC;
  }

}



@media(max-width:900px) {
  .header-nav .header-nav__list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 0px;
    height: 80vh;
  }




  .header-nav .header-nav__link {
    gap: 10px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: none;
    transition: none;
  }


  .header-nav__link.active {
    text-transform: uppercase;
    justify-content: space-between;
    color: #fff;
    font-size: 22px;
  }

  .header-nav__link svg.header-nav__link-arrow {
    width: 18px;
    height: 18px;
    margin-left: auto !important;
  }

  .header-nav .sub-nav {
    padding: 15px 0;
  }

  .header-nav .sub-nav .sub-nav__item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #80918F;
  }

  .header-nav .sub-nav .sub-nav__link {
    font-size: 17px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    border-bottom: none;
  }

  .header-nav .sub-nav .sub-nav__link svg {
    -webkit-transform: none;
    transform: none;
  }

  .header-nav .sub-nav li:last-child {
    margin-bottom: 0px;
  }


}

#search-product-error {
  display: inline-block;
  background: #FF3D00;
  position: absolute;
  left: 10px;
  top: 100%;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0;
  color: #fff;
}

#search-product-error::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #FF3D00;
  left: 10px;
  top: -15px;
  z-index: 22;
}

#search-form .search__loader {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 20px;
  margin: 0;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #f72314 94%, #0000) top / 4px 4px no-repeat, conic-gradient(#0000 30%, #f72314);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: searchSpinner 1s infinite linear;
}

@keyframes searchSpinner {
  100% {
    transform: rotate(1turn)
  }
}


@media(min-width:900px) {
  .search-dropdown {
    padding-left: 0px;
  }
}


.search-dropdown .search-dropdown-inner {
  flex: 1;
}

.search .search-sidebar__list .ss-topcat {
  color: #000;
}

.search .search-sidebar__list .ss-topcat:hover {
  color: #FF3D00;
}


.search .search-result__thumb img {
  max-height: 100%;
}










/* Block - Sources */
.accordion-sources {
  border-top: solid 1px #B3BDBC;
  margin-top: 40px;
  padding-top: 20px;
}

.accordion-sources .faq-item__heading {
  font-size: 22px;
  line-height: 120%;
  border: none;
}

@media only screen and (max-width: 767px) {
  .accordion-sources .faq-item__heading {
    font-size: 20px;
  }
}

.accordion-sources .faq-item.active {
  border: none;
}

.accordion-sources .faq-item.active .faq-item__heading {
  border: none;
}

/* Block - Blockquote */
.blockquote-block {
  display: block;
  position: relative;
  background: #fcf6ec;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 24px;
  color: #0b1014;
  /* font-style: italic; */
  font-weight: 400;
  margin: 0 0 30px;
  padding: 20px 20px 20px 74px;
}


.blockquote-block:before {
  content: "";
  background-image: url(../webp/exclamation.webp);
  width: 38px;
  height: 38px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 20px;
  background-repeat: no-repeat;
}

/* Block - Expert Quote */
.blockquote__author-title {
  font-size: 16px;
}








/* Block - Comparison */
@media only screen and (max-width: 767px) {
  .comparison-table__head-cell {
    position: relative;
  }

  .comparison-table__head-title {
    position: absolute;
    left: 0;
  }

  .comparison-table__cell--features span {
    border-right: none;
  }
}

/* Klaviyo forms */
.subscribe-form .klaviyo-form * {
  font-family: "Public Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.subscribe-form .klaviyo-form button {
  font-weight: 700 !important;
}

.subscribe-form .klaviyo-form button:hover>svg path {
  fill: #ff3d00;
}

/* Klaviyo Footer and Homepage forms */
.subscribe-form .klaviyo-form div[data-testid="form-row"] {
  display: block !important;
  margin-bottom: 20px !important;
}

.subscribe-form .klaviyo-form div[data-testid="form-component"]:first-child {
  margin-bottom: 15px;
}

@media(min-width: 767px) {
  .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  .subscribe-form .klaviyo-form div[data-testid="form-component"]:first-child {
    margin-bottom: 0px;
  }
}

.subscribe-form .klaviyo-form label {
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 135% !important;
  color: #80918F !important;
  margin-bottom: 4px;
  display: block;
  padding: 0px !important;
}

.subscribe-form .klaviyo-form input {
  padding: 0 16px !important;
  font-size: 17px !important;
}

.subscribe-form .klaviyo-form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 100% !important;
}

@media(min-width: 767px) {
  .subscribe-form .klaviyo-form button {
    width: 245px;
    padding: 0px !important;
    height: 43px !important;
    cursor: pointer;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

/* Klaviyo Single post forms */
.article-subscribe__form.subscribe-form .klaviyo-form div[data-testid="form-row"] {
  margin-bottom: 12px !important;
}

.article-subscribe__form.subscribe-form .klaviyo-form div[data-testid="form-row"]:last-child {
  margin-bottom: 0px !important;
  height: 40px;
}

.article-subscribe__form.subscribe-form .klaviyo-form label {
  color: #B3BDBC !important;
  margin-bottom: 8px !important;
}

.article-subscribe__form.subscribe-form .klaviyo-form label {
  color: #B3BDBC !important;
  margin-bottom: 8px !important;
}

.article-subscribe__form.subscribe-form .klaviyo-form input {
  background: #F0F2F2 !important;
  font-size: 14px !important;
  height: 40px !important;
  border: 1px solid #B3BDBC !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.article-subscribe__form.subscribe-form .klaviyo-form button {
  font-size: 12px !important;
  height: 40px !important;

}



.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  gap: 20px;
}


@media(max-width:768px) {
  .subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child {
    display: block !important;
    text-align: center;
  }
}

.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div {
  flex: 0 1 auto !important;
}

.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(1) {
  width: 312px;
}

@media(max-width:768px) {
  .subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(1) {
    width: 100% !important;
  }
}

.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(2) {
  width: 206px;
}

@media(max-width:768px) {
  .subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(2) {
    width: 100% !important;
  }
}

.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child button {
  width: 100% !important;
}

@media(max-width:768px) {
  .subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child button {
    height: 42px !important;
  }
}


.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child input[type="email"] {
  height: 47px !important;
  border-radius: 2px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}



.subscribe-block--single .subscribe-form .klaviyo-form div[data-testid="form-row"] {
  margin-bottom: 0px !important;
}

.subscribe-block--single .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(1) {
  width: 100% !important;
}


.subscribe-block--blog .subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child div:nth-child(2) {
  width: 206px;
}


.footer-subscribe.subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child {
  gap: 16px;
}

.footer-subscribe.subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child button {
  padding: 0 40px !important;
  height: 46px !important;
}


@media(max-width:768px) {
  .footer-subscribe.subscribe-form .klaviyo-form div[data-testid="form-row"]:first-child button {
    padding: 0 5px !important;
  }
}

/* Swipper */
.swiper-container-wrapper {
  position: relative;
}

.swiper-slide .product-item__thumb {
  text-align: center;
}

.swiper-slide .product-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-slider {
  margin-right: 0;
}

.products-slider .product-item {
  width: 100% !important;
}

.products-slider .swiper-slide {
  width: 240px;
}

.products-slider .swiper-slide:not(:last-child) {
  margin-right: 20px;
}

.featured-list {
  gap: 0;
}

.featured-list .swiper-slide {
  max-width: 240px;
}

.featured-list .product-item {
  width: 100%;
}

.similar-products-list .swiper-slide {
  width: 168px !important;
}

.similar-products-list .swiper-slide .product-item {
  width: 100% !important;
}

.similar-products .swiper-buttons,
.similar-products .swiper-pagination {
  display: none;
}


.brands-list {
  margin-right: 0;
}

@media(max-width: 1250px) {
  .brands-list {
    flex-wrap: wrap;
    gap: 20px
  }
}


.brands-list .brands-item {
  width: auto !important;
  margin: 0;
  display: block;
  text-align: center;
}


@media(max-width: 992px) {
  .brands-list .brands-item {
    flex: 1 1 20%;
  }
}


.brands-item__thumb {
  margin-left: auto;
  margin-right: auto;
}


.product-thumb-nav-wrapper {
  position: relative;
  height: 360px;
}

@media only screen and (max-width: 768px) {
  .product-thumb-nav-wrapper {
    display: none;
    height: auto;
  }
}

.product-thumb-nav {
  width: 100%;
  height: 100%;
}

.product-thumb-nav .swiper-slide-thumb-active .product-thumb-nav__item {
  border-color: #FF3D00;
}

.product-thumb-nav-wrapper .swiper-button-prev {
  bottom: unset;
  top: -35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-thumb-nav-wrapper .swiper-button-prev {
  transform: rotate(90deg);
}

.product-thumb-nav-wrapper .swiper-button-next {
  top: unset;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-thumb-nav-wrapper .swiper-button-next {
  transform: rotate(90deg);
}


.product-thumb .product-image-mobile-swiper-pagination {
  display: none;
}

.product-thumb .swiper-buttons {
  display: block;
}


.product-thumb .swiper-buttons {
  display: block;
}


@media(max-width: 767px) {
  .product-thumb {
    display: none;
    /* gap: 0px;
    margin: 16px 0px;
    padding: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: unset; */
  }
}


.product-thumb--mobile {
  display: none;
}

@media(max-width: 767px) {
  .product-thumb--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-thumb--mobile .product-image-mobile-swiper-pagination {
    display: block;
  }

  .product-thumb--mobile .swiper-buttons {
    display: none;
  }
}

.category-page-types-list .swiper-wrapper {
  padding: 0px;
}

.category-page-types .cptl-swiper-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45px;
  margin-bottom: 5px;
}

.category-page-types .cptl-swiper-buttons .swiper-button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 20px;
  margin: 0px;
}

.types-block-list.slider {
  overflow: hidden;
  margin: 0 !important;
}

/* .types-block-list.slider .swiper-wrapper {
  padding: 0px;
  gap: 20px;
}

.types-block-list.slider .swiper-slide {
  max-width: unset;
  width: auto;
} */

.types-block-list.slider .types-block-card {
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 400px) {
  .types-block-list.slider .swiper-slide {
    max-width: 160px;
  }
}


.terminology-slider .swiper-wrapper {
  padding: 0px;
}



.terminology-slider .swiper-buttons {
  right: 0;
  top: 0;
  height: 24px;
  display: flex;
  justify-content: flex-end;
}

@media(max-width: 900px) {
  .terminology-slider .swiper-buttons {
    margin-right: 15px;
  }
}

.terminology-slider .swiper-buttons .swiper-button {
  height: 100%;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin-top: 0px;
  background-size: contain;
}

.terminology-slider .swiper-buttons .swiper-button-prev {
  margin-right: 10px;
}

.swiper-buttons {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media(max-width:900px) {
  .swiper-buttons {
    display: none;
  }
}






.swiper-button {
  position: absolute;
  width: 21px;
  height: 36px;
  z-index: 10;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  z-index: 1;
  color: transparent;
}

.swiper-button-prev {
  right: 0;
  left: -35px;
  margin-right: 20px;
  background-image: url(../svg/swiper-arrow-prev.svg);
}

.swiper-button-next {
  right: -35px;
  background-image: url(../svg/swiper-arrow-next.svg);
}



@media(max-width:1360px) {
  .swiper-button-prev {
    left: 15px;
  }

  .swiper-button-next {
    right: 15px;
  }
}

@media(max-width:1200px) {
  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }
}

body .swiper-pagination {
  position: relative;
  margin-top: 10px;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.swiper-pagination-wrapper {
  display: none;
}

@media(max-width:900px) {
  .swiper-pagination-wrapper {
    display: block;
  }
}

body .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

body .swiper-pagination .swiper-pagination-bullet {
  background: #FF3D00;
  transform: none;
}



.header-cart .cart-item .select {
  height: 34px;
  border-color: #B3BDBC;
}

.header-cart .cart-item .select__list {
  top: auto;
  bottom: 100%;
}

.cart-item__amount-top .select {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .cart-item__amount-top {
    margin-left: 116px;
  }

  .cart-item__amount-top .product-amount .select {
    height: auto;
  }
}




/* Select2 custom */




body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 5px;
  width: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

body .select2-container .select2-selection__arrow b {
  display: none !important;
}

body .select2-container .select2-selection__arrow::after {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "";
  display: block;
  position: relative;
  height: 0;
  width: 0;
  border-top: 5px solid #01231F;
  border-left: 4.16667px solid transparent;
  border-right: 4.16667px solid transparent;
  margin-top: 2px;
}


body .select2-container.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


body .select2-container:focus {
  border-color: #666;
}

.select2 .selection .select2-selection {
  background-color: #fff;
  border: none;
  border-radius: 2px;
}

.select2 .selection .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  border: 1px solid #4D6562;
  text-overflow: initial;
}


.select2-container--open .select2-dropdown {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  border: 1px solid #80918F;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 245px;
}


.select2-container--open .select2-dropdown .select2-results__option {
  position: relative;
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.select2-container--open .select2-dropdown .select2-results__option:not(:last-child) {
  border-bottom: solid 1px #F0F2F2;
}



.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  /* font-weight: inherit; */
  background: #eee !important;
  font-weight: 700;
}

.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted:hover {
  background: #efefef !important;
}

.select2-container--open .select-option-dropdown {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  top: 4px;
}


.single-product .product-option select,
.single-product .product-option select.select2-hidden-accessible {
  display: block;
  overflow: hidden;
  color: #999;
  font-size: 17px;
  text-overflow: initial;
  width: 100% !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0px 20px 0px 8px !important;
  border: 1px solid #4D6562 !important;
  margin: 0px !important;
  left: 0;
  bottom: 0;
}


.single-product .product-amount select,
.single-product .product-amount select.select2-hidden-accessible {
  background: #E6E9E9;
  text-align: center;
  color: #444;
  display: block;
  text-overflow: initial;
  font-size: 17px;
  width: 47px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0px 20px 0px 8px !important;
  border: 1px solid #4D6562 !important;
  border-radius: 2px !important;
  margin: 0 0 -4px !important;
}



.cart-item__amount-top select,
.cart-item__amount-top select.select2-hidden-accessible {
  background: #E6E9E9;
  text-align: center;
  color: #444;
  display: block;
  text-overflow: initial;
  font-size: 14px;
  width: 47px !important;
  height: 34px !important;
  line-height: 34px !important;
  padding: 0px 10px 0px 0px !important;
  border: 1px solid #4D6562 !important;
  margin: 0px !important;
}



.single-product .product-option .select2-selection__rendered.error {
  border: solid 1px #ff0000;
}

.single-product .product-option__error.active {
  display: block;
}

.single-product .product-option__error {
  color: #ff0000;
  display: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}


/* Single product - extra options select2 */
.product-option .select2.select2-container {
  height: 42px;
}

.product-option .select2 .selection .select2-selection {
  height: 42px;
  line-height: 42px;
}

.product-option .select2 .selection .select2-selection__rendered {
  line-height: 42px;
  height: 42px;
}


.product-option .select2-selection__rendered span.extra-option {
  color: #FF3D00;
  margin-left: auto;
}

.product-option-dropdown.select2-dropdown {
  margin-top: 5px;
}

.product-option-dropdown.select2-dropdown .select2-results__option {
  font-size: 17px;
}

/* .product-option-dropdown.select2-dropdown .select2-results__option:first-child {
  background: #fff;
  font-weight: 400;
} */

/* .product-option-dropdown.select2-dropdown .select2-results__option:first-child::after {
  display: none;
} */

.product-option-dropdown.select2-dropdown .select2-results__option[aria-selected=true] span.extra-option {
  /* display: none; */
  color: #FF3D00;
}

/* .product-option-dropdown.select2-dropdown .select2-results__option[aria-selected=true]::after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9585 14.9998L3.2085 10.2498L4.396 9.06234L7.9585 12.6248L15.6043 4.979L16.7918 6.1665L7.9585 14.9998Z' fill='%23FF3D00'/%3E%3C/svg%3E");
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
} */

.extra-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}



span.extra-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 10px;
  padding-left: 8px;
  font-weight: 700;
  color: #000;
}

span.extra-option__name {
  padding-left: 0px;
  margin-right: auto;
  margin-left: 0px;
  line-height: 1;
  display: flex;
  align-items: center;
}

span.extra-option__name svg {
  margin-right: 6px;
}

span.extra-option__price {
  margin-right: 0px;
  margin-left: 0px;
}


span.extra-option-label {
  background: #0d9a88;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 2px;
  line-height: 1.15;
}

.extra-option-wrap.highlighted span.extra-option-title {
  font-weight: 500;
}

/* Product quantity select2 */


.cart-wrapper .select2-container {
  height: 34px;
}

.cart-wrapper .select2 .selection .select2-selection {
  width: 47px;
  height: 34px;
}

.cart-wrapper .select2 .selection .select2-selection__rendered {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #E6E9E9;
  line-height: 34px;
  padding: 0 10px 0 0;
}

.product-amount .select2-container .select2-selection__arrow {
  right: -3px;
}

.add-to-cart-block .product-amount .select2-container {
  height: 50px;
}

.add-to-cart-block .product-amount .select2 .selection .select2-selection {
  width: 47px;
  height: 50px;
}

.add-to-cart-block .select2 .selection .select2-selection__rendered {
  line-height: 50px;
  background: #E6E9E9;
  text-align: center;
}


.product-amount-dropdown {
  border: 1px solid #e8e8e8 !important;
  width: 55px !important;
}

.product-amount-dropdown .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;

}

.product-amount-dropdown ul.select2-results__options {
  overflow-x: hidden;
}

.product-amount-dropdown .select2-results__options .select2-results__option {
  position: relative;
  padding: 3px 7px;
  font-size: 17px;
}




/* Page -  Editorial */
.editorial {
  position: relative;
  padding: 40px 0 0;
}

.editorial__intro {
  background: #e6e9e9 url(../png/blog-cat-banner-v2.png) no-repeat right top;
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 992px) {
  .editorial__intro {
    background: #e6e9e9;
  }
}

@media(max-width: 767px) {
  .editorial__intro {
    padding: 36px 16px;
  }
}

.editorial__intro h1 {
  text-align: center;
  font-size: 32px;
  color: #0D9A88;
  margin: 0 0 16px;
}


.editorial__box {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .editorial__box {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .editorial__box {
    text-align: center;
  }
}



.editorial__box p {
  font-size: 16px;
  color: #000;
  line-height: 21.6px;
  padding: 0px;
  margin-top: 0px;
}

.editorial__content {
  position: relative;
  margin-bottom: 80px;
}


@media (max-width: 767px) {
  .editorial__content {
    margin-bottom: 40px;
  }
}

.ed-intro-facts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
  margin: 32px 0 0;
  color: #0b1014;
  gap: 24px;

}

@media (max-width: 767px) {
  .ed-intro-facts {
    padding: 15px;
    margin: 36px 0 0;
  }
}

.ed-intro-facts__item {
  position: relative;
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #80918F;
}


@media (max-width: 767px) {
  .ed-intro-facts__item:first-child {
    flex: 1;
  }

  .ed-intro-facts__item:last-child {
    flex: 1.5;
  }
}


.ed-intro-facts__item:first-child::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #dcd8d2;
}


.ed-intro-facts__item span {
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #FF3D00;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .ed-intro-facts__item span {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;

  }
}

.ed-featured {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 80px;
  gap: 10px;
}

@media (max-width: 767px) {
  .ed-featured {
    margin: 0 0 40px;
  }
}

.editorial .headline {
  font-size: 32px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
}

.editorial .mobile-full {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editorial .headline {
    font-size: 22px;
    line-height: 26px;
  }
}



.editorial .team__item {
  border-bottom: 1px solid #E6E9E9;
  padding: 30px 0;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .editorial .team__item {
    padding: 30px 0 20px;
    margin: 0 20px;
  }
}

.editorial .team__ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .editorial .team__ava {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}

.editorial .team__item-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .editorial .team__item-top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
}


.editorial .author-heading__social {
  margin-bottom: 15px;
}


.editorial .team__item-name {
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .editorial .team__item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.editorial .team__item-label {
  padding: 4px 16px;
  background: #4D6562;
  color: #fff;
  border-radius: 99px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.editorial .team__item-link {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 15px;
  margin-right: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  color: #FF3D00;
}

@media (max-width: 767px) {
  .editorial .team__item-link {
    margin-left: -80px;
  }
}

.editorial .team__item-info {
  color: #01231F;
  font-size: 16px;
  line-height: 22px;
}


@media (max-width: 767px) {
  .editorial .team__item-info {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .editorial .team__item-top ul.social {
    position: absolute;
    right: 0;
    top: 3px;
  }

  .editorial .team__item-top ul.social li:not(:last-child) {
    margin-right: 10px;
  }
}

.editorial .team__item-label.team__item-label--expert {
  background: #FF3D00;
  color: #fff;
}

.ed-join-team {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #f5f2ef;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .ed-join-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.ed-join-team__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ed-join-team__header {
    margin-bottom: 12px;
  }
}

.ed-join-team__header span {
  font-weight: 700;
  color: #FF3D00;
  font-size: 19px;
  line-height: 24px;
  margin-left: 8px;
}

.ed-join-team__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .ed-join-team__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.ed-join-team__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 32px 0;
  padding: 25px 20px 15px;
  border: 1px solid #B3BDBC;
  border-radius: 4px;
  font-size: 17px;
}

.ed-join-team__list:last-child {
  margin-top: 0px;
}

.ed-join-team__list--pros {
  background: #e7ede9;
}

.ed-join-team__list--cons {
  background: #f5e6e1;
}

@media (max-width: 767px) {
  .ed-join-team__list {
    display: flex;
    align-items: flex-start;
  }
}

.ed-join-team__list span:first-child {
  display: block;
  margin-right: 12px;
}

.ed-join-team__list span {
  display: block;
  margin-right: 15px;
}

.ed-join-team__separator {
  background: #9ba7a1;
  border: none;
  height: 1px;
  margin: 20px 0;
}

.ed-join-team__footer a {
  font-weight: 700;
  color: #0D9A88;
  text-decoration: none;
}


.team {
  position: relative;
}

.team__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #0b1014;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .team__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}


.editorial .team__list {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.editorial .team__list:first-of-type {
  border-bottom: solid 1px #E6E9E9;
}


@media only screen and (max-width: 767px) {
  .editorial .team__list {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.team__item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E6E9E9;
}

@media only screen and (max-width: 767px) {
  .team__item {
    border-width: 2px;
    padding: 16px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.team__item:first-child {
  padding-top: 0;
}

.team__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.team__ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .team__ava {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}

.team__ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__item-box {
  position: relative;
}

.team__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.team__item-name {
  font-weight: 900;
  color: #0b1014;
  font-size: 36px;
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .team__item-name {
    line-height: 22px;
  }
}

.team__item-info {
  position: relative;
}

/* Rank Math TOC block */
#toc_container #toc-toggler {
  display: none;
}


@media(max-width: 1100px) {

  #toc_container {
    position: relative;
  }

  #toc_container .article-left__title {
    margin: 0px;
    padding: 0px;
    border: none;
  }

  #toc_container #toc-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: block !important;
    height: 100%;
  }


  #toc_container #toc-toggler::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }


  #toc_container #toc-toggler svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
  }

  #toc_container #toc-toggler::before {
    display: none;
  }

  #toc_container .article-nav__icon {
    display: none;
  }

  #toc_container {
    display: flex;
    margin: 20px 0;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #80918F;
    background: #F0F2F2;
  }

  #toc_container .toc_container-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;

    width: 100%;
    margin: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
  }

  #toc_container .toc_title {
    margin: 0px;
  }

  #toc_container .toc_title {
    margin: 0px;
  }

  #toc_container #toc-toggler {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  }

  #toc_container #toc-toggler::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #toc_container .toc_list {
    list-style-type: decimal;
    border-top: solid 1px #B3BDBC;
    width: 100%;
    padding: 10px 0 0 20px;
    margin: 0;
  }

  #toc_container .toc_list li {
    padding: 0 0 12px;
    margin: 0px;
    font-size: 14px;
  }

  #toc_container .toc_list li::before {
    display: none;
  }


  #toc_container .toc_list li:last-child {
    padding: 0px;
  }

  #toc_container .toc_list li::marker {
    color: #000;
    font-weight: 700;
  }

  #toc_container .toc_list li a {
    text-decoration: underline;
    gap: 0px;
    font-weight: 400;
    font-size: 16px;
  }
}


/* reviews.io */
.ruk-icon-percentage-star--0 {
  color: #80918F !important;
}

.product-info-rating .rating i {
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.product-info-rating .ruk-rating-snippet-count {
  display: none;
}

#reviews-io-polaris-modal-widget1 .ElementsWidget {
  margin-bottom: 0px;
}


/* .product-item .ruk_rating_snippet i.ruk-icon-percentage-star--0 {
  display: none;
} */

.footer__reviewsLogo-container {
  display: none !important;
}


/* Product sliders - swiper slide auto height */
.featured-list .swiper-slide,
.products-slider .swiper-slide {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-list .swiper-slide .product-item,
.products-slider .swiper-slide .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-list .swiper-slide .product-item__thumb,
.products-slider .swiper-slide .product-item__thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-list .swiper-slide .product-item__inner,
.products-slider .swiper-slide .product-item__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-list .swiper-slide .product-item__footer,
.products-slider .swiper-slide .product-item__footer {
  margin-top: auto;
}

/* Landing page - Custom sword */

.landing-heading {
  max-width: 840px;
  margin: 0 auto 32px;
  text-align: center;
}

.landing-heading__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .landing-heading__title {
    font-size: 32px;
  }
}

.landing-heading__caption {
  max-width: 611px;
  margin: 0 auto;
  line-height: 155%;
}

.landing-container {
  max-width: 1070px;
}

.landing-items {
  display: flex;
  gap: 80px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .landing-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}

.landing-item {
  width: calc(50% - 40px);
  max-width: 470px;
}

.landing-item__thumb {
  margin-bottom: 20px;
}

.landing-item__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 155%;
  color: #01231f;
}

.landing-item__caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  color: #4d6562;
}

@media (max-width: 767px) {
  .landing-item {
    width: 100%;
  }
}

.triggers {
  display: flex;
  gap: 80px;
}

.triggers-item {
  width: calc(33.3333% - 160px/3);
  max-width: 287px;
}

.triggers-item__thumb {
  margin-bottom: 16px;
}

.triggers-item__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 155%;
  color: #01231f;
}

.triggers-item__caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  color: #4d6562;
}

@media (max-width: 767px) {
  .triggers-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .triggers-item:nth-child(2) {
    align-items: flex-end;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .triggers {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
}

.choose-sword .page-header {
  border: none;
  justify-content: center;
}

.choose-sword .types-block-list {
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .choose-sword .types-block-list {
    justify-content: center;
    gap: 16px;
  }
}

.choose-sword .types-block-card {
  position: relative;
  width: calc(25% - 10px);
  max-width: 290px;
}



.choose-sword .types-block-card.not-available {
  pointer-events: none;
}

.choose-sword .types-block-card.not-available:hover,
.choose-sword .types-block-card.not-available:focus {
  border: 1px solid #B3BDBC;
}

.choose-sword .types-block-card.not-available .types-block-card__thumb img,
.choose-sword .types-block-card.not-available .types-block-card__title {
  opacity: 0.5;
}

@media (max-width: 900px) {
  .choose-sword .types-block-card {
    width: calc(50% - 10px);
  }
}

.choose-sword .types-block-card__labels {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}

.choose-sword .types-block-card__labels .types-block-card__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #4D6562;
  border-radius: 2px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
}




.sword-request {
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  margin: 0 auto;
  padding: 20px 40px;
}

.sword-request__thumb {
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 600px) {
  .sword-request__thumb {
    max-width: 82px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

.sword-request__marker {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff3d00;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
}

.sword-request__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .sword-request__title {
    padding-left: 100px;
    margin-bottom: 40px;
  }
}

.sword-request__caption {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 8px;
}

.sword-request .page-header__link {
  font-size: 16px;
  text-transform: none;
}

.sword-request .page-header__link:hover {
  color: #ff8b66;
}


.sword-request .page-header__link::after {
  width: 100%;
  bottom: -1px;
}

@media (max-width: 600px) {
  .sword-request {
    max-width: 382px;
    position: relative;
    display: block;
    padding: 30px 20px 20px;
  }
}

.brands-swordsmiths {
  border-top: 1px solid #B3BDBC;
  border-bottom: 1px solid #B3BDBC;
}

.brands-swordsmiths__heading {
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: center;
}

.brands-swordsmiths__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #01231f;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .brands-swordsmiths__title {
    font-size: 22px;
  }
}

.brands-swordsmiths__caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #4d6562;
}

@media (max-width: 767px) {
  .brands-swordsmiths__caption {
    font-size: 14px;
  }
}

.brands-swordsmiths-list {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .brands-swordsmiths-list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.brands-swordsmiths-item {
  background: #fff;
  border: 1px solid #B3BDBC;
  width: calc(33.3333% - 80px/3);
  max-width: 400px;
}

.brands-swordsmiths-item__heading,
.brands-swordsmiths-item__inner {
  padding: 16px;
}

.brands-swordsmiths-item__heading {
  border-bottom: 1px solid #B3BDBC;
}

.brands-swordsmiths-item__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  color: #0d9a88;
  margin-bottom: 8px;
}

.brands-swordsmiths-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #01231f;
}

.brands-swordsmiths-item__thumb {
  margin-bottom: 20px;
}

.brands-swordsmiths-item__caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 20px;
}

.brands-swordsmiths-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #0d9a88;
  height: 39px;
  padding: 0 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  border: none;
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brands-swordsmiths-item__btn svg {
  transition: all 0.3s ease-in-out;
}

.brands-swordsmiths-item__btn:hover {
  background: #01231f;
}

.brands-swordsmiths-item__btn.active {
  background: #01231f;
}

.brands-swordsmiths-item__btn.active svg {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .brands-swordsmiths-item {
    width: 100%;
  }
}

.brands-swordsmiths-portfolio {
  width: 100%;
}

.brands-swordsmiths-portfolio__list {
  width: 100%;
  background: #F0F2F2;
  border: 1px solid transparent;
  padding: 0 24px;
  height: 0;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}

.brands-swordsmiths-portfolio__list.active {
  height: 660px;
  padding: 24px;
  border-color: #B3BDBC;
}

.brands-swordsmiths-portfolio-item {
  margin: 0 auto 20px;
  max-width: 240px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #01231f;
}

.brands-swordsmiths-portfolio-item__slider {
  position: relative;

}

.brands-swordsmiths-portfolio-item__title {
  margin-top: 8px;
}


.brands-swordsmiths-portfolio-item figure {
  position: relative;
}

.brands-swordsmiths-portfolio-item figure svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.brands-swordsmiths-portfolio-item .swiper-buttons {
  display: block;
}


.brands-swordsmiths-portfolio-item .swiper-button-prev {
  left: -30px;
}

@media (max-width: 767px) {
  .brands-swordsmiths-portfolio-item .swiper-button-prev {
    left: -25px;
  }
}

.brands-swordsmiths-portfolio-item .swiper-button-next {
  right: -30px;
}

@media (max-width: 767px) {
  .brands-swordsmiths-portfolio-item .swiper-button-next {
    right: -25px;
  }
}

.request-sword {
  background: #4d6562;
  padding: 60px 15px;
}

@media (max-width: 767px) {
  .request-sword {
    padding: 40px 15px;
  }
}

.request-sword-form {
  max-width: 620px;
  margin: 0 auto;
}

.request-sword .button {
  width: 100%;
}



#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

@media(max-width:767px) {
  #video-popup-container {
    width: 90%;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
  }
}


#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

@media(max-width:767px) {
  #video-popup-iframe-container {
    padding-bottom: 100%;
  }
}



#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}



.footer__social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__social li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .footer__social li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}