@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap);
@charset "UTF-8";
.component-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 54px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  background-color: #0399c7;
  color: #ffffff;
}
.component-button:hover {
  color: rgba(255, 255, 255, 0.88);
  background-color: #007aa0;
}
.component-button--outline {
  background-color: transparent;
  color: #0399c7;
  border: 2px solid #0399c7;
}
.component-button--outline:hover {
  color: #ffffff;
  background-color: #0399c7;
}
.component-button--small {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  padding: 11px 22px;
  white-space: nowrap;
}
.nav-dropdown .component-button.header-menu-button {
  margin-bottom: 10px !important;
}
.nav-dropdown .component-button.header-menu-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0399c7;
  margin-top: 10px;
}

.component-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}

.sub-menu.nav-dropdown {
  background: rgb(5, 39, 49);
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.sub-menu.nav-dropdown .header-menu-button:not([hidden]) + .ux-menu-link {
  border-top: 1px solid #0399c7;
  padding-top: 10px !important;
}
.sub-menu.nav-dropdown .ux-menu-link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  display: block !important;
  height: auto !important;
  line-height: 1.2 !important;
}
.sub-menu.nav-dropdown .ux-menu-link a {
  color: #ffffff;
}
.sub-menu.nav-dropdown .ux-menu-link:not(.megamenu-menu_heading) {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
}
.sub-menu.nav-dropdown .ux-menu-link:not(.megamenu-menu_heading):last-child {
  margin-bottom: 0 !important;
}
.sub-menu.nav-dropdown .megamenu-menu_heading {
  text-transform: uppercase;
  border-bottom: 1px solid #0399c7;
  padding-bottom: 8px !important;
  margin-bottom: 24px !important;
  width: 100%;
}
.sub-menu.nav-dropdown .megamenu-shopall {
  color: #0399c7;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.sub-menu.nav-dropdown .megamenu-shopall a {
  color: #0399c7 !important;
}
.sub-menu.nav-dropdown .megamenu-shopall::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M15 1L8 8L1 1' fill='none' stroke='%230399C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  transform: rotate(-90deg);
}
.sub-menu.nav-dropdown .row.row-collapse {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  max-width: 1570px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 40px 20px 60px 20px !important;
  box-sizing: border-box !important;
}
@media (max-width: 1400px) {
  .sub-menu.nav-dropdown .row.row-collapse {
    flex-direction: column;
    gap: 24px;
  }
}
.sub-menu.nav-dropdown .row.row-collapse > .col {
  width: auto !important;
  flex: 0 0 auto !important;
  margin-right: 60px !important;
}
@media (max-width: 1400px) {
  .sub-menu.nav-dropdown .row.row-collapse > .col {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.sub-menu.nav-dropdown .row.row-collapse > .col > .col-inner {
  padding: 0 !important;
}
.sub-menu.nav-dropdown .row.row-collapse > .col.megamenu-shopall-col {
  margin-right: 0 !important;
  margin-left: 120px !important;
}
.sub-menu.nav-dropdown .row.row-collapse > .col:has(+ .megamenu-shopall-col) {
  margin-right: 0 !important;
}
.sub-menu.nav-dropdown .ux-menu-link.megamenu-shopall {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}
.sub-menu.nav-dropdown .megamenu-shopall .ux-menu-link__link {
  display: flex !important;
  align-items: center !important;
}
.sub-menu.nav-dropdown .ux-menu-link__link {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sub-menu.nav-dropdown .ux-menu-link.caliber-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 0 !important;
  border-bottom: 1px solid transparent;
}
.sub-menu.nav-dropdown .ux-menu-link.caliber-trigger .ux-menu-link__link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
}

.header-search-form {
  margin-right: 40px !important;
}
.header-search-form .searchform-wrapper {
  width: 265px;
  height: 42px;
  border: 1px solid #111111;
  border-radius: 50px;
  overflow: hidden;
  background: #ffffff;
}
.header-search-form .search-field {
  height: 40px;
  padding-left: 32px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.header-search-form .search-field::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.header-search-form .search-field::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.header-search-form .ux-search-submit {
  background: transparent !important;
  color: #111111 !important;
  box-shadow: none !important;
  border: none !important;
  margin-right: 16px !important;
}
.header-search-form .ux-search-submit:hover {
  color: #0399c7 !important;
}
.header-search-form .ux-search-submit .icon-search {
  color: transparent !important;
  font-size: 0 !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.0002 19.0002'%3E%3Cpath d='M18.5002 18.5002L14.1572 14.1572M14.1572 14.1572C14.9001 13.4143 15.4894 12.5324 15.8914 11.5618C16.2935 10.5911 16.5004 9.55081 16.5004 8.50021C16.5004 7.4496 16.2935 6.40929 15.8914 5.43866C15.4894 4.46803 14.9001 3.58609 14.1572 2.84321C13.4143 2.10032 12.5324 1.51103 11.5618 1.10898C10.5911 0.706931 9.55081 0.5 8.50021 0.5C7.4496 0.5 6.40929 0.706931 5.43866 1.10898C4.46803 1.51103 3.58609 2.10032 2.84321 2.84321C1.34288 4.34354 0.5 6.37842 0.5 8.50021C0.5 10.622 1.34288 12.6569 2.84321 14.1572C4.34354 15.6575 6.37842 16.5004 8.50021 16.5004C10.622 16.5004 12.6569 15.6575 14.1572 14.1572Z' fill='none' stroke='%23111111' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  vertical-align: middle !important;
}
@media (max-width: 850px) {
  .header-search-form {
    margin-right: 0 !important;
  }
}

.header-bottom-nav {
  height: 100%;
  align-items: stretch;
}
.header-bottom-nav > li {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.header-bottom-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #111111 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.header-bottom-nav > li:hover > a,
.header-bottom-nav > li.has-dropdown:hover > a,
.header-bottom-nav > li.current-menu-item > a,
.header-bottom-nav > li.current-menu-ancestor > a {
  background-color: #052731;
  color: #ffffff !important;
}
.header-bottom-nav .icon-angle-down {
  color: transparent !important;
  font-size: 0 !important;
  display: inline-block !important;
  width: 13px !important;
  height: 7px !important;
  margin-left: 8px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23111111' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  vertical-align: middle !important;
}
.header-bottom-nav > li:hover .icon-angle-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
@media (min-width: 850px) {
  .header-bottom-nav > li.current-menu-item > a,
  .header-bottom-nav > li.current-menu-ancestor > a {
    background-color: transparent !important;
    color: #111111 !important;
  }
  .header-bottom-nav > li:not(.current-menu-item):not(.current-menu-ancestor):hover > a {
    background-color: rgb(5, 39, 49) !important;
    color: rgb(255, 255, 255) !important;
  }
  .header-bottom-nav > li.current-menu-item:hover > a,
  .header-bottom-nav > li.current-menu-ancestor:hover > a {
    background-color: rgb(5, 39, 49) !important;
    color: rgb(255, 255, 255) !important;
  }
}

.account-link.account-login,
.nav-top-not-logged-in,
.header-cart-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #111111 !important;
}

.account-link.account-login .icon-user {
  color: transparent;
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.5003 21.5'%3E%3Cpath d='M8.75013 8.75C10.9593 8.75 12.7501 6.95914 12.7501 4.75C12.7501 2.54086 10.9593 0.75 8.75013 0.75C6.541 0.75 4.75013 2.54086 4.75013 4.75C4.75013 6.95914 6.541 8.75 8.75013 8.75Z' fill='none' stroke='%230399C7' stroke-width='1.5'/%3E%3Cpath d='M16.7501 16.25C16.7501 18.735 16.7501 20.75 8.75013 20.75C0.750134 20.75 0.750134 18.735 0.750134 16.25C0.750134 13.765 4.33213 11.75 8.75013 11.75C13.1681 11.75 16.7501 13.765 16.7501 16.25Z' fill='none' stroke='%230399C7' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.nav-top-not-logged-in::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 16px;
  height: 20px;
  color: transparent;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.5003 21.5'%3E%3Cpath d='M8.75013 8.75C10.9593 8.75 12.7501 6.95914 12.7501 4.75C12.7501 2.54086 10.9593 0.75 8.75013 0.75C6.541 0.75 4.75013 2.54086 4.75013 4.75C4.75013 6.95914 6.541 8.75 8.75013 8.75Z' fill='none' stroke='%230399C7' stroke-width='1.5'/%3E%3Cpath d='M16.7501 16.25C16.7501 18.735 16.7501 20.75 8.75013 20.75C0.750134 20.75 0.750134 18.735 0.750134 16.25C0.750134 13.765 4.33213 11.75 8.75013 11.75C13.1681 11.75 16.7501 13.765 16.7501 16.25Z' fill='none' stroke='%230399C7' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-cart-link .cart-icon {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M5.25 6.65385V5.11538C5.25 3.89131 5.75045 2.71737 6.64124 1.85182C7.53204 0.986262 8.74022 0.5 10 0.5C11.2598 0.5 12.468 0.986262 13.3588 1.85182C14.2496 2.71737 14.75 3.89131 14.75 5.11538V6.65385M1.29167 6.65385C1.0817 6.65385 0.88034 6.73489 0.731874 6.87915C0.583408 7.02341 0.5 7.21906 0.5 7.42308V17.8077C0.5 19.2615 1.77458 20.5 3.27083 20.5H16.7292C18.2254 20.5 19.5 19.3216 19.5 17.8678V7.42308C19.5 7.21906 19.4166 7.02341 19.2681 6.87915C19.1197 6.73489 18.9183 6.65385 18.7083 6.65385H1.29167Z' fill='none' stroke='%230399C7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.header-cart-link .cart-icon strong {
  position: absolute;
  top: 4px;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  border: none !important;
  background: none !important;
  color: #0399c7 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1;
  width: auto;
  height: auto;
  text-align: center;
}
.header-cart-link .cart-icon strong::after {
  content: none !important;
  display: none !important;
  border: none !important;
}
.header-cart-link .woocommerce-Price-amount {
  font-weight: 400 !important;
}

.header-divider {
  border-left: 1px solid #111111 !important;
}

.header-bottom {
  align-items: stretch !important;
}
.header-bottom .flex-row.container {
  align-items: stretch;
  height: auto !important;
  justify-content: flex-end !important;
}
.header-bottom .flex-row.container > div:has(.header-bottom-nav > li) {
  flex-grow: 0 !important;
  flex-basis: auto !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.caliber-menu-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}
.caliber-menu-row > .col {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 40% !important;
  padding: 0 !important;
}
.caliber-menu-row > .col > .col-inner {
  padding: 0 !important;
}

.caliber-group--rifle {
  margin-right: 60px;
}

.caliber-group--bigbore {
  margin-right: 120px;
}

.caliber-group .col-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 40px;
}

.caliber-group-title-menu {
  flex: 0 0 100% !important;
  margin: 0 !important;
}

.caliber-group__title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  display: block !important;
  height: auto !important;
  padding-bottom: 8px !important;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #0399c7;
}

.caliber-subcol {
  order: 1;
  margin: 0 !important;
}

.caliber-subcol--rifle-1 {
  width: 106px;
}

.caliber-subcol--rifle-2 {
  width: 100.5px;
  order: 3;
}

.caliber-subcol--bigbore-1 {
  width: 91px;
}

.caliber-subcol--bigbore-2 {
  width: 100.5px;
  order: 3;
}

.caliber-trigger:hover {
  color: #0399c7;
}
.caliber-trigger::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M15 1L8 8L1 1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
}
.caliber-trigger.is-active {
  color: #0399c7 !important;
  padding-bottom: 10px !important;
  border-bottom-color: transparent !important;
}
.caliber-trigger.is-active::after {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M15 1L8 8L1 1' fill='none' stroke='%230399C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.caliber-flyout {
  order: 2;
  display: none !important;
  margin: 0 !important;
  margin-left: -16px !important;
}
.caliber-flyout.pos-after-col2 {
  order: 4;
}
.caliber-flyout.is-open {
  display: block !important;
  width: -moz-max-content;
  width: max-content;
  max-width: 220px;
}
.caliber-flyout.is-open.is-wide {
  width: 50%;
  max-width: 50%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.caliber-flyout__link {
  display: block !important;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}
.caliber-flyout__link .ux-menu-link__link {
  display: block !important;
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.caliber-flyout__link:hover .ux-menu-link__link {
  color: #0399c7;
}

.caliber-shopall .ux-menu {
  margin: 0;
}

.mobile-sidebar .menu-item-813869069822 {
  position: relative;
}

.mobile-caliber-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.mobile-caliber-toggle.is-open .mobile-caliber-arrow {
  transform: rotate(180deg);
}

.mobile-caliber-arrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mobile-caliber-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 12px 24px;
}
.mobile-caliber-list.is-open {
  display: block;
}

.mobile-caliber-group-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.6;
  padding: 10px 0 6px;
}

.mobile-caliber-item {
  list-style: none;
}

.mobile-caliber-link {
  display: block;
  padding: 6px 0;
  text-decoration: none;
}

body.tax-product_tag .shop-page-title,
body.tax-product_tag .block-html-after-header,
body.tax-product_cat.term-bullet .shop-page-title,
body.tax-product_cat.term-bullet .block-html-after-header {
  display: none;
}

.archive-hero {
  position: relative;
  height: 312px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #111111;
  background-size: cover;
  background-position: center;
}

.archive-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.4);
}

.archive-hero__content {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.archive-hero__breadcrumb .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
.archive-hero__breadcrumb .woocommerce-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.archive-hero__breadcrumb .woocommerce-breadcrumb a:hover {
  color: #fff;
}
.archive-hero__breadcrumb .archive-hero__breadcrumb-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.archive-hero__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.archive-hero__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  max-width: 1240px;
  margin: 0;
}

.hero-section {
  position: relative;
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0.04%, rgba(24, 24, 24, 0.76) 35.4%, rgba(49, 49, 49, 0.61) 56.88%, rgba(102, 102, 102, 0.3) 99.97%);
}
.hero-section__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero-section__container {
  position: relative;
  z-index: 3;
}
.hero-section__buttons {
  display: flex;
  gap: 16px;
}
.hero-section__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hero-section__heading {
    font-size: 64px;
    max-width: 650px;
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .two-columns {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.two-columns__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 768px) {
  .two-columns__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.two-columns__column-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  padding: 24px 24px 40px 24px;
}
@media (min-width: 768px) {
  .two-columns__column-content {
    padding: 24px 24px 60px 24px;
  }
}
.two-columns__column-image-container {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .two-columns__column-image-container {
    margin-bottom: 60px;
  }
}
.two-columns__column-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
}
.two-columns__column-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.two-columns__column-title {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 30px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .two-columns__column-title {
    font-size: 56px;
    margin-bottom: 40px;
  }
}
.two-columns__column-description {
  flex-grow: 1;
}
.two-columns__column-description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .two-columns__column-description p {
    font-size: 24px;
  }
}
.two-columns__column-button {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .two-columns__column-button {
    margin-top: 36px;
  }
}

@media (max-width: 900px) {
  .two-columns-bg-img {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.two-columns-bg-img__columns {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .two-columns-bg-img__columns {
    grid-template-columns: 1fr 1fr;
  }
  .two-columns-bg-img__columns:before {
    content: "";
    position: absolute;
    top: 120px;
    left: -30px;
    right: -30px;
    bottom: -60px;
    background-color: rgba(3, 153, 199, 0.2);
    z-index: 1;
  }
}
.two-columns-bg-img__column-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .two-columns-bg-img__column-content {
    padding: 100px 60px;
  }
}
.two-columns-bg-img__column-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.two-columns-bg-img__column-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.two-columns-bg-img__column-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-columns-bg-img__column-title {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .two-columns-bg-img__column-title {
    font-size: 56px;
  }
}
.two-columns-bg-img__column-description {
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
.two-columns-bg-img__column-description p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.two-columns-bg-img__column-description strong,
.two-columns-bg-img__column-description b {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.two-columns-bg-img__column-button {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .two-columns-bg-img__column-button {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .three-columns {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.three-columns__title {
  margin: 0 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {
  .three-columns__title {
    font-size: 56px;
    margin: 0 0 60px 0;
  }
}
.three-columns__slider {
  position: relative;
}
.three-columns__slides {
  overflow: hidden;
}
.three-columns__columns {
  display: flex;
  width: 100%;
  box-sizing: content-box;
}
.three-columns__column {
  flex-shrink: 0;
  height: auto;
}
.three-columns__column-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.three-columns__column-image-container {
  overflow: hidden;
  position: relative;
}
.three-columns__column-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
}
.three-columns__column-image {
  display: block;
  width: 100%;
  aspect-ratio: 366/210;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-columns__column-title {
  margin: 24px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .three-columns__column-title {
    font-size: 20px;
  }
}
.three-columns__column-description {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
}
.three-columns__column-description p {
  margin: 0 0 1em;
}
.three-columns__column-description p:last-child {
  margin-bottom: 0;
}
.three-columns__slider-nav-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1360px) {
  .three-columns__slider-nav-button {
    background-color: #0399c7;
  }
}
.three-columns__slider-nav-button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #A3A3A3;
  border-right: 1px solid #A3A3A3;
  transition: all 0.2s ease;
  transform: rotate(135deg);
}
@media (max-width: 1360px) {
  .three-columns__slider-nav-button:before {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.three-columns__slider-nav-button:hover {
  opacity: 0.7;
}
.three-columns__slider-nav-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.three-columns__slider-nav-button--prev {
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1360px) {
  .three-columns__slider-nav-button--prev {
    left: 0px;
  }
}
.three-columns__slider-nav-button--next {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1360px) {
  .three-columns__slider-nav-button--next {
    right: 0px;
  }
}

.testimonials-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonials-slider {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.testimonials-slider__title {
  margin: 0 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .testimonials-slider__title {
    font-size: 56px;
    margin: 0 0 60px 0;
  }
}
.testimonials-slider__slider {
  position: relative;
  background-color: #ffffff;
  background-image: url("../../resources/images/lines-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonials-slider__slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonials-slider__columns {
  display: flex;
  width: 100%;
  box-sizing: content-box;
}
.testimonials-slider__column {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.testimonials-slider__column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials-slider__column-content {
    padding: 60px 0 100px 0;
  }
}
.testimonials-slider__stars {
  width: 200px;
  height: 40px;
  margin-bottom: 60px;
  background-color: #0399c7;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") repeat-x left center/40px 40px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") repeat-x left center/40px 40px;
}
@media (max-width: 767px) {
  .testimonials-slider__stars {
    width: 150px;
    height: 30px;
    margin-bottom: 32px;
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
  }
}
.testimonials-slider__column-description {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .testimonials-slider__column-description {
    font-size: 24px;
  }
}
.testimonials-slider__column-description p {
  margin: 0 0 1em;
}
.testimonials-slider__column-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .testimonials-slider__column-description {
    font-size: 18px;
  }
}
.testimonials-slider__column-title {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  font-family: "Roboto", sans-serif;
  margin-right: auto;
}
.testimonials-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.testimonials-slider__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease;
}
.testimonials-slider__pagination .swiper-pagination-bullet:hover, .testimonials-slider__pagination .swiper-pagination-bullet:focus {
  background-color: #ffffff;
}
.testimonials-slider__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.testimonials-slider__button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .testimonials-slider__button-container {
    margin-top: 60px;
  }
}

.archive-product-shell {
  background: #eff7f8;
  padding: 100px 0;
}
.archive-product-shell .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive-filter-bar__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .archive-filter-bar__controls {
    gap: 24px;
  }
}

.archive-product-shell .term-description {
  margin: 0 0 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #111111;
}

.archive-filter-bar__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 350px;
}
@media (max-width: 767px) {
  .archive-filter-bar__field {
    width: 100%;
  }
}
.archive-filter-bar__field label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
}
.archive-filter-bar__field form.woocommerce-ordering {
  display: contents;
}
.archive-filter-bar__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 8px 40px 8px 20px;
  border: 1px solid #0399c7;
  border-radius: 100px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 20px center;
  background-size: 13px 8px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.archive-filter-bar__field select:focus {
  outline: none;
  border-color: #007aa0;
}

.archive-filter-bar__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.archive-filter-bar__meta .woocommerce-result-count {
  margin: 0 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #111111;
}

.archive-filter-bar__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  background: #fff;
  border: 1px solid #0399c7;
  border-radius: 50px;
  height: 42px;
  width: 380px;
  padding: 12px 16px 12px 32px;
}
@media (max-width: 767px) {
  .archive-filter-bar__search {
    width: 100%;
  }
}
.archive-filter-bar__search input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 0;
  height: auto;
  box-shadow: none !important;
  background: transparent;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}
.archive-filter-bar__search input[type=search]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.archive-filter-bar__search input[type=search]::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.archive-filter-bar__search input[type=search]:focus {
  outline: none;
}
.archive-filter-bar__search button {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.0002 19.0002'%3E%3Cpath d='M18.5002 18.5002L14.1572 14.1572M14.1572 14.1572C14.9001 13.4143 15.4894 12.5324 15.8914 11.5618C16.2935 10.5911 16.5004 9.55081 16.5004 8.50021C16.5004 7.4496 16.2935 6.40929 15.8914 5.43866C15.4894 4.46803 14.9001 3.58609 14.1572 2.84321C13.4143 2.10032 12.5324 1.51103 11.5618 1.10898C10.5911 0.706931 9.55081 0.5 8.50021 0.5C7.4496 0.5 6.40929 0.706931 5.43866 1.10898C4.46803 1.51103 3.58609 2.10032 2.84321 2.84321C1.34288 4.34354 0.5 6.37842 0.5 8.50021C0.5 10.622 1.34288 12.6569 2.84321 14.1572C4.34354 15.6575 6.37842 16.5004 8.50021 16.5004C10.622 16.5004 12.6569 15.6575 14.1572 14.1572Z' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}

.archive-product-shell .products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
@media (max-width: 900px) {
  .archive-product-shell .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .archive-product-shell .products {
    grid-template-columns: 1fr;
  }
}

.archive-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0;
}

.archive-product-card__media {
  display: block;
  height: 320px;
}
.archive-product-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.archive-product-card__content {
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}

.archive-product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.archive-product-card__badges > *,
.archive-product-card__badges #in-stock-overlay,
.archive-product-card__badges .out-of-stock-label {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
}
.archive-product-card__badges #in-stock-overlay {
  color: #0399c7;
  border-color: #0399c7;
}
.archive-product-card__badges .out-of-stock-label {
  color: #b3261e;
  border-color: #b3261e;
}

.archive-product-card__badge--new {
  color: #c6744e;
  border-color: #c6744e;
}

.archive-product-card .archive-product-card__title {
  margin: 0 0 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #111111;
}
.archive-product-card .archive-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.archive-product-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.archive-product-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.archive-product-card__stars {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  color: #d6d6d6;
}
.archive-product-card__stars::before {
  content: "★★★★★";
}
.archive-product-card__stars::after {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating, 0%);
  overflow: hidden;
  white-space: nowrap;
  color: #0399c7;
}

.archive-product-card__reviews {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(17, 17, 17, 0.35);
}

.archive-product-card__price {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #111111;
}
.archive-product-card__price .woocommerce-Price-amount {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.archive-product-card__price del {
  color: rgba(17, 17, 17, 0.35);
  margin-right: 4px;
}

.archive-product-card__footer {
  padding: 24px 20px;
  margin-top: auto;
}
.archive-product-card__footer .add_to_cart_button,
.archive-product-card__footer .button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0399c7;
}
.archive-product-card__footer .add_to_cart_button:hover,
.archive-product-card__footer .button:hover {
  color: #007aa0 !important;
  background: transparent;
  box-shadow: none !important;
}

.woocommerce-pagination {
  margin-top: 60px;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.woocommerce-pagination .page-numbers,
.woocommerce-pagination .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #111111;
  text-decoration: none;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-number.current {
  background: #0399c7;
  color: #fff;
  font-weight: 700;
}
.woocommerce-pagination .page-numbers.dots,
.woocommerce-pagination .page-number.dots {
  width: auto;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-number.next,
.woocommerce-pagination .page-number.prev {
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border: 1px solid #0399c7;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/13px 8px;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(-90deg);
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-number.prev {
  transform: rotate(90deg);
}

.side-by-side {
  overflow: hidden;
}
@media (max-width: 600px) {
  .side-by-side {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.side-by-side__container {
  display: flex;
  align-items: stretch;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}
.side-by-side__container > *:first-child {
  margin-right: 60px;
}
@media (max-width: 900px) {
  .side-by-side__container {
    flex-direction: column;
  }
  .side-by-side__container > *:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.side-by-side__media {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  min-height: 481px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .side-by-side__media {
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .side-by-side__media {
    height: 240px;
  }
}
.side-by-side__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-by-side__overlay {
  position: absolute;
  inset: 0;
}

.side-by-side__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  min-width: 0;
}
@media (max-width: 900px) {
  .side-by-side__content {
    gap: 32px;
  }
}

.side-by-side__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .side-by-side__text {
    gap: 24px;
  }
}

.side-by-side__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .side-by-side__heading {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .side-by-side__heading {
    font-size: 32px;
  }
}

.side-by-side__description {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.side-by-side__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .side-by-side__description {
    font-size: 18px;
  }
}

.side-by-side__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 54px;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 0.2s ease;
}
.side-by-side__button:hover {
  filter: brightness(0.88);
}
@media (max-width: 600px) {
  .side-by-side__button {
    width: 100%;
  }
}

.product-table__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}

.product-table__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .product-table__heading {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .product-table__heading {
    font-size: 28px;
  }
}

.product-table__panel {
  display: flex;
  align-items: stretch;
}

.product-table__products {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 80px;
  width: 167px;
  padding: 80px 16px;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

.product-table__products-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  white-space: nowrap;
}

.product-table__pills {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.product-table__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  width: 100%;
  padding: 8px;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
  box-sizing: border-box;
}

.product-table__attributes-shadow {
  display: flex;
  flex: 1;
  min-width: 0;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

.product-table__attributes {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 0 20px 20px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.product-table__attribute {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 140px;
  padding: 56px 16px 54px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}
.product-table__attribute:not(:last-child) {
  margin-right: 16px;
}

.product-table__attribute-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
}

.product-table__values {
  width: 100%;
}

.product-table__value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  padding: 0 8px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}
.product-table__value:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.product-table:not(.is-expanded) .product-table__value--last-visible {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.product-table__row--extra {
  display: none;
}

.product-table.is-expanded .product-table__row--extra {
  display: flex;
}

.product-table__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.product-table__toggle-icon {
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.product-table.is-expanded .product-table__toggle-icon {
  transform: rotate(90deg);
}

.product-table__toggle-label--less {
  display: none;
}

.product-table.is-expanded .product-table__toggle-label--more {
  display: none;
}

.product-table.is-expanded .product-table__toggle-label--less {
  display: inline;
}

.faq-block__container {
  display: flex;
  flex-direction: column;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-block__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-block__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .faq-block__heading {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .faq-block__heading {
    font-size: 28px;
  }
}

.faq-block__description {
  max-width: 800px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 60px;
}
.faq-block__description p {
  margin: 0 0 1em;
}
.faq-block__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .faq-block__description {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.faq-block__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.faq-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 16px 24px;
  border: 0 solid rgba(51, 51, 51, 0.1);
  border-top-width: 1px;
}
.faq-block__item:last-child {
  border-bottom-width: 1px;
}

.faq-block__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faq-block__question-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
}

.faq-block__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.2s ease;
}

.faq-block__item.is-open .faq-block__icon {
  transform: rotate(180deg);
}

.faq-block__answer {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  transition: grid-template-rows 0.25s ease;
}

.faq-block__item.is-open .faq-block__answer {
  grid-template-rows: 1fr;
}

.faq-block__answer-inner {
  overflow: hidden;
}
.faq-block__answer-inner p {
  margin: 16px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.slider-block {
  position: relative;
  overflow: hidden;
}
.slider-block:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/slider-block-lines.webp") no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.4;
  pointer-events: none;
}

.slider-block__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}

.slider-block__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  .slider-block__header {
    margin-bottom: 40px;
  }
}

.slider-block__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .slider-block__heading {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .slider-block__heading {
    font-size: 28px;
  }
}

.slider-block__description {
  max-width: 800px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}
.slider-block__description p {
  margin: 0 0 1em;
}
.slider-block__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .slider-block__description {
    font-size: 18px;
  }
}

.slider-block__slider {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 34px;
  margin-right: 100px;
}
@media (max-width: 900px) {
  .slider-block__slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.slider-block__slides {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-block__slides .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition-property: transform, height;
  box-sizing: content-box;
}

.slider-block__slide {
  position: relative;
  display: flex !important;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .slider-block__slide {
    flex-direction: column;
  }
}

.slider-block__image {
  position: absolute;
  left: 0;
  top: 33px;
  width: 199px;
  height: 282px;
  flex-shrink: 0;
  overflow: hidden;
}
.slider-block__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 900px) {
  .slider-block__image {
    position: static;
    width: 150px;
    height: 235px;
    margin: 0 auto 24px;
  }
  .slider-block__image img {
    -o-object-position: center;
       object-position: center;
  }
}

.slider-block__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
  margin-left: 66px;
  padding: 60px 60px 60px 150px;
}
@media (max-width: 900px) {
  .slider-block__card {
    gap: 32px;
    margin-left: 0;
    width: 100%;
    padding: 40px 24px;
  }
}

.slider-block__slide-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.slider-block__slide-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
}

.slider-block__slide-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}
.slider-block__slide-description p {
  margin: 0 0 1em;
}
.slider-block__slide-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .slider-block__slide-description {
    font-size: 18px;
  }
}

.slider-block__button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 54px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 0.2s ease;
}
.slider-block__button:hover {
  filter: brightness(0.88);
}
@media (max-width: 600px) {
  .slider-block__button {
    width: 100%;
  }
}

.slider-block__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  height: 14px;
}

.slider-block__arrow {
  display: inline-block;
  flex-shrink: 0;
  line-height: unset;
  min-width: unset;
  min-height: unset;
  margin: 0;
  width: 12px;
  height: 6px;
  padding: 0;
  background-color: currentColor;
  border: 0;
  cursor: pointer;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.slider-block__arrow--prev {
  transform: rotate(90deg);
}

.slider-block__arrow--next {
  transform: rotate(-90deg);
}

.slider-block__counter {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
}

.slider-block__counter-divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: currentColor;
  opacity: 0.4;
  transform: rotate(20deg);
}

.restock-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.restock-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/restock-cta-lines.webp") no-repeat top center/cover;
  pointer-events: none;
}

.restock-cta__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: calc(1240px + 40px) !important;
  margin: 0 auto;
  padding: 0 20px;
}

.restock-cta__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .restock-cta__header {
    margin-bottom: 32px;
  }
}

.restock-cta__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .restock-cta__heading {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .restock-cta__heading {
    font-size: 28px;
  }
}

.restock-cta__description {
  max-width: 936px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}
.restock-cta__description p {
  margin: 0 0 1em;
}
.restock-cta__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .restock-cta__description {
    font-size: 18px;
  }
}

.restock-cta__form {
  max-width: 864px;
  margin-bottom: 40px;
}

.blog-page {
  background: #ffffff;
}
.blog-page__title {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #111111;
}
@media (min-width: 768px) {
  .blog-page__title {
    font-size: 56px;
  }
}
.blog-page__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-page__breadcrumb {
    margin-bottom: 40px;
  }
}
.blog-page__breadcrumb li + li {
  border-left: 1px solid #111111;
  padding-left: 10px;
}
.blog-page__breadcrumb li:first-child a {
  color: #555555;
}
.blog-page__breadcrumb li a {
  color: #111111;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
.blog-page__breadcrumb li a:hover {
  color: #0399c7;
}

.blog-page__empty {
  margin: 0;
  grid-column: 1/-1;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}

.spotlight-section {
  padding: 40px 0;
  background: #f2fafb;
}
@media (min-width: 768px) {
  .spotlight-section {
    padding: 60px 0;
  }
}
.spotlight-section__title {
  margin-bottom: 40px;
  font-size: 32px;
}
@media (max-width: 900px) {
  .spotlight-section__title {
    font-size: 24px;
  }
}
.spotlight-section__card {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(0, 1fr);
  min-height: 500px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .spotlight-section__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.spotlight-section__image {
  display: block;
  min-height: 500px;
  overflow: hidden;
  background: #f2fafb;
}
.spotlight-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .spotlight-section__image {
    min-height: 0;
  }
  .spotlight-section__image img {
    min-height: 260px;
    height: 260px;
  }
}
.spotlight-section__content {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}
@media (max-width: 767px) {
  .spotlight-section__content {
    padding: 24px 20px;
  }
}
.spotlight-section__post-title {
  margin: 0 0 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #111111;
}
.spotlight-section__post-title a {
  color: inherit;
  text-decoration: none;
}
.spotlight-section__post-title a:hover {
  color: #0399c7;
}
@media (max-width: 767px) {
  .spotlight-section__post-title {
    font-size: 24px;
  }
}
.spotlight-section__link:hover {
  text-decoration: underline;
}
.spotlight-section__excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #111111;
}
.spotlight-section__date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #111111;
  margin-top: auto;
}
.spotlight-section__button {
  margin-top: auto;
  width: auto;
  min-width: 214px;
  align-self: flex-start;
}

.blog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 40px;
}
.blog-tabs a {
  position: relative;
  padding: 0 8px 8px 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.2s ease;
}
.blog-tabs a.active, .blog-tabs a:hover {
  color: #C6744E;
}
.blog-tabs a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #C6744E;
  border-radius: 10px;
}

.blog-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 380px;
  height: 42px;
  margin: 0;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #0399c7;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .blog-search-form {
    width: 100%;
  }
}
.blog-search-form input[type=search] {
  flex: 1;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
  text-transform: uppercase;
}
.blog-search-form input[type=search]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
  text-transform: uppercase;
}
.blog-search-form input[type=search]::placeholder {
  color: rgba(51, 51, 51, 0.4);
  text-transform: uppercase;
}
.blog-search-form input[type=search]:focus {
  outline: none;
}
.blog-search-form__icon, .blog-search-form__submit {
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.blog-search-form__icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.0002 19.0002'%3E%3Cpath d='M18.5002 18.5002L14.1572 14.1572M14.1572 14.1572C14.9001 13.4143 15.4894 12.5324 15.8914 11.5618C16.2935 10.5911 16.5004 9.55081 16.5004 8.50021C16.5004 7.4496 16.2935 6.40929 15.8914 5.43866C15.4894 4.46803 14.9001 3.58609 14.1572 2.84321C13.4143 2.10032 12.5324 1.51103 11.5618 1.10898C10.5911 0.706931 9.55081 0.5 8.50021 0.5C7.4496 0.5 6.40929 0.706931 5.43866 1.10898C4.46803 1.51103 3.58609 2.10032 2.84321 2.84321C1.34288 4.34354 0.5 6.37842 0.5 8.50021C0.5 10.622 1.34288 12.6569 2.84321 14.1572C4.34354 15.6575 6.37842 16.5004 8.50021 16.5004C10.622 16.5004 12.6569 15.6575 14.1572 14.1572Z' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.blog-search-form__submit {
  width: 16px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M15 1L8 8L1 1' fill='none' stroke='%230399C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(-90deg);
}

.all-posts-section {
  background: #f2fafb;
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  .all-posts-section {
    padding: 0 0 60px 0;
  }
}
.all-posts-section__title {
  margin-bottom: 30px;
  font-size: 24px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media (min-width: 768px) {
  .all-posts-section__title {
    margin-bottom: 40px;
  }
}
.all-posts-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
  margin-bottom: 60px;
  transition: opacity 0.2s ease;
}
.all-posts-section__grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .all-posts-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .all-posts-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.blog-card__image {
  display: block;
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
  background: #f2fafb;
}
.blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 20px 0;
}
.blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.blog-card__category {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid var(--category-color);
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--category-color);
}
.blog-card__category--spotlight {
  font-size: 14px;
  line-height: normal;
  padding: 7px 15px;
}
.blog-card__title {
  margin: 0 0 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #111111;
  color: #111111;
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #0399c7;
}
@media (max-width: 767px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__date {
  display: block;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}
.blog-card__more {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0399c7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card__more:hover {
  color: #007aa0;
}
.blog-card__more:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M15 1L8 8L1 1' fill='none' stroke='%230399C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(-90deg);
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #111111;
  text-decoration: none;
}
.blog-pagination .page-numbers.current {
  background: #0399c7;
  color: #ffffff;
  font-weight: 700;
}
.blog-pagination .page-numbers.dots {
  width: auto;
}
.blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev {
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border: 1px solid #111111;
  background: none;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(-90deg);
}
.blog-pagination .page-numbers.next::before, .blog-pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111111;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/13px 8px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.20711'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' fill='none' stroke='%230399c7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/13px 8px;
}
.blog-pagination .page-numbers.prev {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .blog-pagination {
    gap: 18px;
  }
  .blog-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev {
    display: none;
  }
}

.ftr-outer-row {
  margin: 0 !important;
  overflow-x: hidden;
}

.ftr-outer-col {
  padding: 0 !important;
}

.ftr-main-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1540px !important;
  margin: 0 auto !important;
}
.ftr-main-row > .col.ftr-caliber-col {
  position: relative;
  z-index: 0;
  flex: 0 0 690px;
  max-width: 690px;
  background-color: #0399c7;
  padding: 60px 33px 100px 24px !important;
  box-sizing: border-box;
}
.ftr-main-row > .col.ftr-caliber-col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background-color: #0399c7;
  z-index: -1;
}
.ftr-main-row > .col.ftr-links-col {
  flex: 0 0 321px;
  max-width: 321px;
  margin-left: 64px;
  padding-top: 100px !important;
  box-sizing: border-box;
}
.ftr-main-row > .col.ftr-brand-col {
  flex: 0 0 325px;
  max-width: 325px;
  margin-left: 40px;
  padding-top: 100px !important;
  padding-right: 61px !important;
  box-sizing: border-box;
}
.ftr-main-row > .col.ftr-brand-col:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1439px) {
  .ftr-main-row {
    max-width: 100% !important;
  }
  .ftr-main-row > .col.ftr-caliber-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 24px !important;
  }
  .ftr-main-row > .col.ftr-links-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 24px !important;
  }
  .ftr-main-row > .col.ftr-brand-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ftr-main-row > .col.ftr-links-col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .ftr-main-row > .col.ftr-brand-col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-left: 24px;
  }
}

@media (max-width: 1439px) {
  .ftr-pills-wrap {
    max-width: 100%;
  }
}
.ftr-caliber-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

.ftr-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 539px;
}

.ftr-pill {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #004459 !important;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 4px 8px !important;
  border-radius: 42px !important;
  margin: 0 4px 4px 0 !important;
  transition: background-color 0.2s;
  box-shadow: none !important;
  border: 0 !important;
  min-width: 0 !important;
}
.ftr-pill span {
  color: inherit !important;
  font: inherit !important;
  text-transform: inherit !important;
}
.ftr-pill:hover {
  background-color: #00303f;
  color: #ffffff !important;
}

.ftr-link {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  margin: 0 0 31px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.ftr-link:last-child {
  margin-bottom: 0 !important;
}
.ftr-link span {
  color: inherit !important;
  font: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
}
.ftr-link:hover {
  color: #0399c7 !important;
}

.ftr-licensed-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  color: #656565;
  margin: 60px 0 16px 0;
}

.ftr-logo-img {
  width: 264px !important;
  height: 85px !important;
  margin: 0 !important;
}
.ftr-logo-img .img-inner {
  padding-top: 0 !important;
  height: 85px !important;
  position: relative !important;
}
.ftr-logo-img img {
  position: static !important;
  width: 264px !important;
  height: 85px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.ftr-badge-img {
  display: block !important;
  float: left !important;
  margin: 0 12px 0 0 !important;
}
.ftr-badge-img .img-inner {
  padding-top: 0 !important;
  position: relative !important;
}
.ftr-badge-img img {
  position: static !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.ftr-badge-usa {
  clear: both !important;
  width: 102px !important;
  height: 70px !important;
}
.ftr-badge-usa .img-inner {
  height: 70px !important;
}
.ftr-badge-usa img {
  width: 102px !important;
  height: 70px !important;
}

.ftr-badge-montana {
  width: 80px !important;
  height: 74px !important;
}
.ftr-badge-montana .img-inner {
  height: 74px !important;
}
.ftr-badge-montana img {
  width: 80px !important;
  height: 74px !important;
}

.ftr-pay-img {
  display: block !important;
  float: left !important;
  margin: 0 12px 0 0 !important;
}
.ftr-pay-img .img-inner {
  padding-top: 0 !important;
  position: relative !important;
}
.ftr-pay-img img {
  position: static !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.ftr-pay-visa {
  width: 60px !important;
  height: 35px !important;
  margin-top: 60px !important;
  clear: both !important;
}
.ftr-pay-visa .img-inner {
  height: 35px !important;
}
.ftr-pay-visa img {
  width: 60px !important;
  height: 35px !important;
}

.ftr-pay-stripe {
  width: 55px !important;
  height: 35px !important;
  margin-top: 60px !important;
}
.ftr-pay-stripe .img-inner {
  height: 35px !important;
}
.ftr-pay-stripe img {
  width: 55px !important;
  height: 35px !important;
}

.ftr-pay-cod {
  width: 56px !important;
  height: 35px !important;
  margin-top: 60px !important;
}
.ftr-pay-cod .img-inner {
  height: 35px !important;
}
.ftr-pay-cod img {
  width: 56px !important;
  height: 35px !important;
}

.ftr-pay-mastercard {
  width: 57px !important;
  height: 35px !important;
  margin-top: 60px !important;
  margin-right: 0 !important;
}
.ftr-pay-mastercard .img-inner {
  height: 35px !important;
}
.ftr-pay-mastercard img {
  width: 57px !important;
  height: 35px !important;
}

.absolute-footer {
  display: none !important;
}

.row.row-collapse.ftr-copyright-row {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #111111;
}
.row.row-collapse.ftr-copyright-row > .col.ftr-copyright-col {
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 24px 0 24px 100px !important;
  box-sizing: border-box;
  float: none;
}
@media (max-width: 900px) {
  .row.row-collapse.ftr-copyright-row > .col.ftr-copyright-col {
    padding: 16px 24px !important;
  }
}

.ftr-copyright-text {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  margin: 0 !important;
}
.ftr-copyright-text strong {
  font-weight: 700 !important;
}

.footer-wrapper .ftr-links-col .button {
  margin-bottom: 0 !important;
}
