@charset "UTF-8";
/* Colors */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4, h5 {
  text-wrap: balance;
  font-family: "Gilroy";
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html, body {
  font-family: "Open Sans";
}

/* Header Tags */
h3 {
  font-size: 26px;
  margin: 0;
}

/* Forms */
form {
  position: relative;
}
form input {
  border-radius: 5px;
  border: 0;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  padding: 5px 10px;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout-container {
  position: relative;
}

.block-page-title-block {
  background: #f1eeea;
}
.block-page-title-block .block-title {
  padding: 20px 0;
}
.block-page-title-block .block-title h1 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

.page-node-type-page .field--name-field-content table {
  width: 100%;
  border-collapse: collapse;
}
.page-node-type-page .field--name-field-content table th, .page-node-type-page .field--name-field-content table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

body.path-protected-page .region-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
body.path-protected-page .protected-pages-enter-password {
  padding: 30px 0;
  margin: 30px 0;
  text-align: center;
  background: #f7efe2;
  border-radius: 10px;
}
body.path-protected-page .protected-pages-enter-password fieldset {
  border: 0;
}
body.path-protected-page .protected-pages-enter-password fieldset legend {
  display: none;
}
body.path-protected-page .protected-pages-enter-password fieldset input[type=text],
body.path-protected-page .protected-pages-enter-password fieldset input[type=email],
body.path-protected-page .protected-pages-enter-password fieldset input[type=tel],
body.path-protected-page .protected-pages-enter-password fieldset input[type=password],
body.path-protected-page .protected-pages-enter-password fieldset select {
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
  max-width: 200px;
  display: inline-block;
}
body.path-protected-page .protected-pages-enter-password fieldset input.form-submit {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
  cursor: pointer;
}
body.path-protected-page .protected-pages-enter-password fieldset input.form-submit:hover {
  background: #f1eeea;
  color: #fff;
  border-color: #f1eeea;
  color: #1e1e1e;
}

.text-formatted a {
  color: #52AC54;
}
.text-formatted a:hover {
  color: #ef3931;
}

header.page-header {
  padding: 15px 0;
  background: #fff;
}
header.page-header .container {
  display: grid;
  grid-template-columns: 1fr 8fr;
  gap: 70px;
}
header.page-header .page-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
header.page-header .page-header__links ul, header.page-header .page-header__links li {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
header.page-header .page-header__links ul {
  display: flex;
  gap: 15px;
}
header.page-header .page-header__links a {
  font-size: 13px;
  color: #1e1e1e;
  text-decoration: none;
}
header.page-header .page-header__links a:hover {
  text-decoration: underline;
}
header.page-header .page-header__links a.distributor-login {
  background: url("../images/icons/header_distributor.png") no-repeat left center;
  padding-right: 15px;
  border-right: 1px solid #1e1e1e;
  padding-left: 22px;
}
header.page-header .page-header__links a.dealer-login {
  background: url("../images/icons/header_login.png") no-repeat left center;
  padding-right: 15px;
  border-right: 1px solid #1e1e1e;
  padding-left: 22px;
}
header.page-header .page-header__links a.become-dealer {
  background: url("../images/icons/header_user.png") no-repeat left center;
  padding-left: 22px;
}
header.page-header .page-header__search {
  display: flex;
  align-items: center;
  gap: 10px;
}
header.page-header .page-header__search .page-header_fb svg {
  width: 24px;
  height: 24px;
}
header.page-header .page-header__search input {
  background: #f1eeea;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  width: 290px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
header.page-header .page-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.page-header .page-header__bottom .page-header__menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}
header.page-header .page-header__bottom .page-header__menu ul.menu a {
  font-size: 15px;
  color: #1e1e1e;
  text-decoration: none;
}
header.page-header .page-header__bottom .page-header__menu ul.menu a:hover {
  color: #52AC54;
}
header.page-header .page-header__bottom .page-header__categories a {
  font-size: 14px;
  color: #1e1e1e;
  text-decoration: none;
  background: url("../images/icons/header_categories.png") no-repeat left center;
  padding: 3px 0 3px 32px;
}
header.page-header .page-header__bottom .page-header__categories a:hover {
  color: #52AC54;
}

.page-footer {
  background: #1e1e1e;
  color: #ccc;
  padding: 30px 0;
  font-size: 13px;
  position: relative;
  line-height: 1.8;
}
.page-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.page-footer .container a {
  color: #fff;
  text-decoration: none;
}
.page-footer .container a:hover {
  text-decoration: underline;
}
.page-footer .container ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.page-footer .container ul.menu li {
  margin: 0;
  padding: 0;
}
.page-footer .container ul.menu li a {
  font-size: 14px;
}

/* Product - Teaser */
.node--type-product.node--view-mode-teaser {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: 100px;
}
.node--type-product.node--view-mode-teaser h2 {
  font-size: 48px;
  margin: 0 0 15px 0;
}
.node--type-product.node--view-mode-teaser h3 p {
  margin: 0;
}
.node--type-product.node--view-mode-teaser .field--name-field-description p {
  font-size: 20px;
  line-height: 1.6;
}
.node--type-product.node--view-mode-teaser .product-teaser--buttons {
  margin-top: 25px;
}
.node--type-product.node--view-mode-teaser .product-teaser--buttons a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #ef3931;
  color: #fff;
  border-color: #ef3931;
}
.node--type-product.node--view-mode-teaser .product-teaser--buttons a:hover {
  background: #fff;
  color: #ef3931;
  border-color: #ef3931;
}

/* Product - Thumbnail */
.node--type-product.node--view-mode-thumbnail .product-thumbnail--title {
  text-align: center;
  padding: 10px 0;
  background: #f7efe2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.node--type-product.node--view-mode-thumbnail .product-thumbnail--images {
  margin: 0 40px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.node--type-product.node--view-mode-thumbnail .product-thumbnail--images .product-thumbnail--image01,
.node--type-product.node--view-mode-thumbnail .product-thumbnail--images .product-thumbnail--image02 {
  height: 100px;
  width: 100%;
  max-width: 150px;
}
.node--type-product.node--view-mode-thumbnail .product-thumbnail--images .product-thumbnail--image01 img,
.node--type-product.node--view-mode-thumbnail .product-thumbnail--images .product-thumbnail--image02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product - Full */
.node--type-product.node--view-mode-full .product--menu {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #ccc;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__title h1 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__items ul, .node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__items li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__items ul {
  display: flex;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__items a {
  display: block;
  padding: 20px 20px;
  font-size: 15px;
  text-decoration: none;
  color: #1e1e1e;
  border-left: 1px solid #777;
  font-weight: 600;
}
.node--type-product.node--view-mode-full .product--menu .product--menu__inner .product--menu__items a:hover {
  color: #52AC54;
}
.node--type-product.node--view-mode-full .product--overview {
  background: #1e1e1e;
  color: #fff;
  padding: 35px 0 0 0;
}
.node--type-product.node--view-mode-full .product--overview h2 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 34px;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__inner {
  display: flex;
  gap: 25px;
  padding-bottom: 100px;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__image {
  flex-shrink: 0;
  max-width: 720px;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-media-image {
  border-radius: 10px;
  overflow: hidden;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__content {
  width: 100%;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__brand {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 20px 5px 10px;
  display: inline-flex;
  gap: 25px;
  align-items: center;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__brand a {
  font-size: 13px;
  color: #1e1e1e;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.node--type-product.node--view-mode-full .product--overview .product--overview__brand a:hover {
  color: #52AC54;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-short-description {
  font-size: 19px;
  line-height: 1.6;
  max-width: 500px;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-product-variations {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  row-gap: 5px;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-available-addons-options {
  font-size: 16px;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-available-addons-options .field__item {
  margin-bottom: 5px;
}
.node--type-product.node--view-mode-full .product--overview .field--name-field-available-addons-options .field__item:before {
  display: inline-block;
  content: "• ";
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #52AC54;
}
.node--type-product.node--view-mode-full .product--information {
  background: #434e2f;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner {
  border-radius: 20px;
  background: #f1eeea;
  padding: 20px;
  position: relative;
  top: -50px;
  z-index: 2;
  color: #1e1e1e;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__description {
  line-height: 1.6;
  font-size: 19px;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__description p {
  margin-top: 0;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__features {
  margin-top: 25px;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__features .field--name-field-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  font-size: 16px;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__features .field--name-field-features .field__item {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__features .field--name-field-features .field__item:before {
  display: inline-block;
  content: "> ";
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ef3931;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__additional {
  padding-top: 15px;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__brand {
  line-height: 1.5;
}
.node--type-product.node--view-mode-full .product--information .product--information__inner .product--information__additional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.node--type-product.node--view-mode-full .product--specifications {
  background: #fff;
  padding: 30px 0;
  color: #1e1e1e;
}
.node--type-product.node--view-mode-full .product--specifications table {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 15px;
}
.node--type-product.node--view-mode-full .product--specifications table td {
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.node--type-product.node--view-mode-full .product--specifications table tr th {
  font-weight: 600;
  color: #434e2f;
  font-size: 16px;
  padding: 15px 10px;
}
.node--type-product.node--view-mode-full .product--downloads {
  background: #f1eeea;
  padding: 50px 0;
  color: #1e1e1e;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding-top: 20px;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals .field--name-field-manuals {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 15px;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals a {
  padding: 5px;
  display: block;
  border: 1px solid #52AC54;
}
.node--type-product.node--view-mode-full .product--gallery {
  background: #fff;
  color: #1e1e1e;
  padding: 50px 0;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  cursor: zoom-in;
  border: 1px solid #ddd;
  padding: 0;
  background: transparent;
  width: 100%;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__item--video {
  position: relative;
  background: #111;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__item--video:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__video-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 180px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.node--type-product.node--view-mode-full .product--gallery .product--gallery__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.node--type-product.node--view-mode-full .product-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
}
.node--type-product.node--view-mode-full .product-lightbox__image {
  max-width: min(1300px, 85vw);
  max-height: 85vh;
  border-radius: 10px;
}
.node--type-product.node--view-mode-full .product-lightbox__video {
  max-width: min(1300px, 85vw);
  max-height: 85vh;
  border-radius: 10px;
}
.node--type-product.node--view-mode-full .product-lightbox__close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
.node--type-product.node--view-mode-full .product-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.45);
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.node--type-product.node--view-mode-full .product-lightbox__nav--prev {
  left: 25px;
}
.node--type-product.node--view-mode-full .product-lightbox__nav--next {
  right: 25px;
}
.node--type-product.node--view-mode-full .product--related {
  background: #f1eeea;
  padding: 50px 0;
  color: #1e1e1e;
}
.node--type-product.node--view-mode-full .product--related .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 100px;
  padding-top: 25px;
}
.node--type-product.node--view-mode-full .product--related .view-content .views-field-title a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600;
}

body.has-product-lightbox-open {
  overflow: hidden;
}

.product-lightbox[hidden] {
  display: none !important;
}

.page-node-type-brand .brand__top {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding: 40px 0 80px;
  gap: 50px;
  align-items: center;
}
.page-node-type-brand .brand__description {
  font-size: 17px;
  line-height: 1.5;
}
.page-node-type-brand .brand__main {
  background: #434e2f;
  position: relative;
}
.page-node-type-brand .brand__main .brand__inner {
  background: #f1eeea;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
  top: -30px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 30px;
}
.page-node-type-brand .brand__main .brand__left {
  border-right: 3px solid #fff;
  padding-right: 25px;
  position: sticky;
  top: 1.5rem;
}
.page-node-type-brand .brand__main .brand__menu {
  margin-bottom: 30px;
}
.page-node-type-brand .brand__main .brand__menu h4 {
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: 600;
}
.page-node-type-brand .brand__main .brand__menu a {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
  text-decoration: none;
  padding: 5px 0;
}
.page-node-type-brand .brand__main .brand__menu a:hover {
  color: #ef3931;
}
.page-node-type-brand .brand__main .brand__menu ul, .page-node-type-brand .brand__main .brand__menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-node-type-brand .brand__main .brand__right #products,
.page-node-type-brand .brand__main .brand__right #manuals {
  margin-bottom: 40px;
}
.page-node-type-brand .brand__main .brand__right h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
}
.page-node-type-brand .brand__main .brand__right .field--name-field-product-blurb {
  line-height: 1.5;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products {
  padding-top: 30px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .views-row {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .views-field-title a {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ef3931;
  color: #1e1e1e;
  text-decoration: none;
  display: block;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .views-field-title a:hover {
  color: #ef3931;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner img {
  display: block;
  border-radius: 10px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner .brand-product__right {
  font-size: 13px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner .brand-product__right p {
  margin: 0;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner .brand-product__right .more-info {
  display: block;
  background: #434e2f;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  margin-top: 5px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner .brand-product__right .more-info span {
  margin-left: 5px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-products .view-content .brand-product__inner .brand-product__right .more-info:hover {
  background: #ef3931;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals {
  margin-top: 10px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table {
  width: 100%;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #434e2f;
  color: #52AC54;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table tr {
  display: none;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table tr.row-1 {
  display: block;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table .views-field.views-field-title {
  font-weight: 600;
  min-width: 250px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table td {
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table td a {
  color: #1e1e1e;
  text-decoration: none;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table td a:hover {
  color: #ef3931;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-manuals table td article {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-videos .view-content {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-brand .brand__main .brand__right .view-brands-page-videos .view-content video {
  max-width: 300px;
  height: 225px;
  margin: 0 25px 25px 0;
}

.paragraph--type--listings {
  background: #434e2f;
  padding: 10px 0 40px;
  position: relative;
}
.paragraph--type--listings .container {
  position: relative;
  z-index: 2;
}

body.path-frontpage .paragraph--type--listings:before {
  width: 100%;
  height: 50px;
  background: #1e1e1e;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Paragraph CTA */
.paragraph--type--cta {
  background: #434e2f;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.paragraph--type--cta .field--name-field-content {
  text-wrap: balance;
  margin-bottom: 24px;
}
.paragraph--type--cta .field--name-field-content p {
  font-size: 16px;
  line-height: 1.8;
}
.paragraph--type--cta .field--name-field-link a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #ef3931;
  color: #fff;
  border-color: #ef3931;
}
.paragraph--type--cta .field--name-field-link a:hover {
  background: #fff;
  color: #ef3931;
  border-color: #ef3931;
}

/* Hero : Simple */
.paragraph--type--hero-simple {
  color: #fff;
  padding: 225px 0 80px;
  position: relative;
}
.paragraph--type--hero-simple.alignment-right {
  text-align: right;
}
.paragraph--type--hero-simple.alignment-center {
  text-align: right;
}
.paragraph--type--hero-simple .background-images:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.paragraph--type--hero-simple .background-images {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.paragraph--type--hero-simple .background-images .splide, .paragraph--type--hero-simple .background-images .splide__track {
  width: 100%;
  height: 100%;
}
.paragraph--type--hero-simple .background-images ul, .paragraph--type--hero-simple .background-images li {
  width: 100%;
  margin: 0;
}
.paragraph--type--hero-simple .background-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type--hero-simple .container {
  position: relative;
  z-index: 2;
}
.paragraph--type--hero-simple .container h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
.paragraph--type--hero-simple .container h1 span {
  font-size: 30px;
}
.paragraph--type--hero-simple .container .field--name-field-links {
  display: inline-flex;
  gap: 30px;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(even) a {
  background: #fff;
  color: #434e2f;
  border-color: #434e2f;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(even) a:hover {
  background: #fff;
  color: #ef3931;
  border-color: #ef3931;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(odd) a {
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(odd) a:hover {
  background: #f1eeea;
  color: #fff;
  border-color: #f1eeea;
}

/* Product : Teaser */
.paragraph--type--product-teaser-slider {
  position: relative;
  margin: 20px 0 60px 0;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs {
  padding-bottom: 40px;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs ul, .paragraph--type--product-teaser-slider .product-ts-thumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs ul {
  display: flex;
  justify-content: center;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs li {
  cursor: pointer;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs li.active .product-thumbnail--title {
  position: relative;
}
.paragraph--type--product-teaser-slider .product-ts-thumbs li.active .product-thumbnail--title:after {
  content: "";
  height: 3px;
  width: 50%;
  bottom: -3px;
  background: #434e2f;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--product-teaser-slider .product-ts-content {
  background: #434e2f;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.paragraph--type--product-teaser-slider .product-ts-content:before {
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  background: url(../images/component-bg-top-primary.png) center center repeat-x;
  display: block;
  position: absolute;
}
.paragraph--type--product-teaser-slider .product-ts-content:after {
  content: "";
  width: 100%;
  height: 15px;
  bottom: -15px;
  background: url(../images/component-bg-bottom-primary.png) center center repeat-x;
  display: block;
  position: absolute;
}
.paragraph--type--product-teaser-slider .splide__slide {
  padding: 0 80px;
  display: flex;
}
.paragraph--type--product-teaser-slider .splide__arrows {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.paragraph--type--product-teaser-slider .splide__arrows .splide__arrow {
  display: block;
  height: 40px;
  width: 40px;
  border: 0;
  cursor: pointer;
}
.paragraph--type--product-teaser-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.paragraph--type--product-teaser-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url(../images/arrow-left.png);
}
.paragraph--type--product-teaser-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background: url(../images/arrow-right.png);
}
.paragraph--type--product-teaser-slider .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

/* Product : Entity Slider */
.paragraph--type--product-entity-slider {
  margin: 20px 0 60px 0;
}
.paragraph--type--product-entity-slider h3 {
  text-align: center;
}
.paragraph--type--product-entity-slider .view-product-variations-slider {
  padding: 40px 80px 0;
  position: relative;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__track {
  z-index: 11;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide {
  max-width: 400px;
  text-align: center;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide .views-field-field-image-with-transparent-bg {
  background: #f7efe2;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide .views-field-field-image-with-transparent-bg a {
  display: block;
  padding: 0 15px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide .views-field-label {
  font-size: 20px;
  font-family: "Gilroy";
  font-weight: 600;
  margin-bottom: 5px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide .views-field-field-subtitle {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__slide .views-field-field-description {
  color: #777;
  font-size: 14px;
  font-weight: 600;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows {
  position: absolute;
  margin-top: 65px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows .splide__arrow {
  display: block;
  height: 40px;
  width: 40px;
  border: 0;
  cursor: pointer;
  position: relative;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url(../images/arrow-left.png);
  left: -80px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background: url(../images/arrow-right.png);
  right: -80px;
}
.paragraph--type--product-entity-slider .view-product-variations-slider .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

/* Form */
.paragraph--type--form {
  padding: 20px 0 60px 0;
}
.paragraph--type--form.one_column .form__container {
  grid-template-columns: 1fr;
}
.paragraph--type--form.one_column .form__container .form__first {
  order: 2;
}
.paragraph--type--form.one_column .form__container .form__second {
  order: 1;
}
.paragraph--type--form .form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.paragraph--type--form .form__container a {
  color: #ef3931;
}
.paragraph--type--form .field--name-field-introduction {
  font-size: 18px;
  margin-bottom: 20px;
}
.paragraph--type--form .field--name-field-form {
  background: #f7efe2;
  padding: 24px;
  border-radius: 12px;
}
.paragraph--type--form .field--name-field-form input[type=text],
.paragraph--type--form .field--name-field-form input[type=email],
.paragraph--type--form .field--name-field-form input[type=tel],
.paragraph--type--form .field--name-field-form input[type=date],
.paragraph--type--form .field--name-field-form select {
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
}
.paragraph--type--form .field--name-field-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.paragraph--type--form .field--name-field-form .iti {
  width: 100%;
}
.paragraph--type--form .field--name-field-form .iti input {
  padding-left: 52px;
}
.paragraph--type--form .field--name-field-form textarea {
  padding: 24px;
  border-radius: 12px;
  border: 0;
}
.paragraph--type--form .field--name-field-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.paragraph--type--form .field--name-field-form .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
  cursor: pointer;
}
.paragraph--type--form .field--name-field-form .form-actions input:hover {
  background: #f1eeea;
  color: #fff;
  border-color: #f1eeea;
}

/* Text */
body.path-frontpage .paragraph--type--text {
  background: #1e1e1e;
  color: #fff;
}

.paragraph--type--text {
  padding: 30px 0 30px 0;
  background: #f7efe2;
  color: #1e1e1e;
  padding: 20px;
}
.paragraph--type--text .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.paragraph--type--text .text-formatted p {
  font-size: 16px;
  line-height: 1.8;
}

.text-formatted a.button--primary {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #434e2f;
  border-color: #434e2f;
}
.text-formatted a.button--primary:hover {
  background: #fff;
  color: #ef3931;
  border-color: #ef3931;
}

.text-formatted a.button--secondary {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
}
.text-formatted a.button--secondary:hover {
  background: #f1eeea;
  color: #fff;
  border-color: #f1eeea;
}

.paragraph--type--hero-brands {
  height: 500px;
  background-size: cover;
  background-position: bottom center;
}
.paragraph--type--hero-brands .container {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 50px;
  align-items: center;
  height: 100%;
}
.paragraph--type--hero-brands .container h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  text-shadow: 3px 3px 8px #000;
}
.paragraph--type--hero-brands .container .field--name-field-links {
  margin-top: 15px;
  display: flex;
  gap: 20px;
}
.paragraph--type--hero-brands .container .field--name-field-links .field__item:nth-child(1) a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #434e2f;
  border-color: #434e2f;
  font-size: 13px;
}
.paragraph--type--hero-brands .container .field--name-field-links .field__item:nth-child(2) a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
  font-size: 13px;
}
.paragraph--type--hero-brands .container .hero-bands__brands .view-bre-brands .view-content {
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  backdrop-filter: blur(3px);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
}
.paragraph--type--hero-brands .container .hero-bands__brands .view-bre-brands .view-content .views-row {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.paragraph--type--hero-brands .container .hero-bands__brands .view-bre-brands .view-content .views-row .node--type-brand {
  height: 100%;
  position: relative;
}
.paragraph--type--hero-brands .container .hero-bands__brands .view-bre-brands .view-content .views-row .node--type-brand .brand_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.paragraph--type--hero-brands .container .hero-bands__brands .view-bre-brands .view-content .views-row:hover .node--type-brand .brand_overlay {
  height: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.paragraph--type--file-downloads {
  padding: 30px 0 30px 0;
  background: #f7efe2;
  color: #1e1e1e;
  padding: 20px;
}
.paragraph--type--file-downloads .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.paragraph--type--file-downloads a {
  color: #52AC54;
}
.paragraph--type--file-downloads a:hover {
  color: #ef3931;
}
.paragraph--type--file-downloads .field--name-field-file-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.paragraph--type--file-downloads .field--name-field-file-downloads > .field__item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.paragraph--type--file-downloads .field--name-field-file-downloads > .field__item a {
  color: #1e1e1e;
}
.paragraph--type--file-downloads .field--name-field-file-downloads > .field__item a:hover {
  color: #ef3931;
}

/* Manuals Views */
.view-manuals {
  padding-bottom: 40px;
}
.view-manuals .views-row {
  padding-bottom: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
.view-manuals .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 50px;
}
.view-manuals .views-field-nothing .field-content .manuals__image img {
  border-radius: 10px;
  border: 1px solid #777;
}
.view-manuals .views-field-nothing .field-content .manuals__content p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}
.view-manuals .views-field-nothing .field-content .manuals__content .manuals__download {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #434e2f;
  border-color: #434e2f;
  font-size: 14px;
}
.view-manuals .views-field-nothing .field-content .manuals__content .manuals__download:hover {
  background: #fff;
  color: #ef3931;
  border-color: #ef3931;
}
.view-manuals .views-field-nothing .field-content .manuals__related ul, .view-manuals .views-field-nothing .field-content .manuals__related li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-manuals .views-field-nothing .field-content .manuals__related a {
  display: block;
  padding: 8px 0;
  color: #f1eeea;
  font-size: 14px;
  text-decoration: none;
}
.view-manuals .views-field-nothing .field-content .manuals__related a:hover {
  color: #434e2f;
}
.view-manuals .views-field-nothing .field-content .manuals__related a:before {
  content: "»";
}

/* Cherokee Products */
.view-cherokee-products .views-row {
  padding-bottom: 25px;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
}

.view-id-bre_product_categories.view-display-id-embed_parents {
  padding: 25px;
  border-radius: 10px;
  background: #f1eeea;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-header {
  margin-bottom: 20px;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content > .views-row {
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content > .views-row h4 {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content > .views-row a.product-category__title {
  text-align: center;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ef3931;
  margin: 0 15px 15px 15px;
  text-decoration: none;
  color: #1e1e1e;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content > .views-row a.product-category__title:hover {
  color: #434e2f;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content .product-category__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 0 15px;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content .product-category__inner .view-id-bre_product_categories.view-display-id-embed_child a {
  color: #1e1e1e;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 13px;
}
.view-id-bre_product_categories.view-display-id-embed_parents > .view-content .product-category__inner .view-id-bre_product_categories.view-display-id-embed_child a:hover {
  color: #434e2f;
}

.view-display-id-br_equipment {
  padding: 20px;
  background: #f1eeea;
  border-radius: 10px;
}
.view-display-id-br_equipment .view-header {
  margin-bottom: 20px;
}
.view-display-id-br_equipment .view-filters label {
  margin-right: 10px;
}
.view-display-id-br_equipment .view-content table {
  font-size: 17px;
  line-height: 1.8;
  width: 100%;
}
.view-display-id-br_equipment .view-content table img {
  max-width: 100px;
}
.view-display-id-br_equipment .view-content table a {
  color: #434e2f;
}
.view-display-id-br_equipment .view-content table a:hover {
  color: #ef3931;
}
.view-display-id-br_equipment .view-content table th, .view-display-id-br_equipment .view-content table td {
  padding: 10px 10px;
  border-bottom: 1px solid #1e1e1e;
  text-align: left;
}
.view-display-id-br_equipment .view-content table th p, .view-display-id-br_equipment .view-content table td p {
  margin: 0;
}
.view-display-id-br_equipment .view-content table th {
  background: #52AC54;
}

/* Main product listing at /products/ */
.view-br-equipment-product-listing {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 8fr;
  gap: 50px;
  align-items: start;
  background: #f1eeea;
  padding: 0 20px;
  border-radius: 15px;
}
.view-br-equipment-product-listing .main-view__primary {
  min-width: 0;
}
.view-br-equipment-product-listing .view-filters label {
  font-weight: 600;
  font-size: 18px;
}
.view-br-equipment-product-listing .view-filters .form-item-search {
  padding-bottom: 50px;
}
.view-br-equipment-product-listing .view-filters .form-item-search label {
  margin-bottom: 5px;
  display: block;
}
.view-br-equipment-product-listing .view-filters .form-item-search input {
  max-width: 100%;
}
.view-br-equipment-product-listing .view-filters select {
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
}
.view-br-equipment-product-listing .view-filters .form-item {
  width: 100%;
}
.view-br-equipment-product-listing .view-filters .form-actions {
  position: absolute;
  left: 0;
  top: 70px;
}
.view-br-equipment-product-listing .view-filters .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #434e2f;
  color: #fff;
  border-color: #434e2f;
  cursor: pointer;
}
.view-br-equipment-product-listing .view-filters .form-actions input:hover {
  background: #f1eeea;
  color: #fff;
  border-color: #f1eeea;
}
.view-br-equipment-product-listing .view-filters .form-actions input[id^=edit-reset] {
  background: #fff;
  color: #1e1e1e;
}
.view-br-equipment-product-listing .view-filters .form-actions input[id^=edit-reset]:hover {
  color: #ef3931;
}
.view-br-equipment-product-listing .view-filters .form-item-category a[id^=edit-category-all] {
  color: #52AC54;
}
.view-br-equipment-product-listing .view-filters .form-item-category ul, .view-br-equipment-product-listing .view-filters .form-item-category li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-br-equipment-product-listing .view-filters .form-item-category ul {
  margin-top: 10px;
}
.view-br-equipment-product-listing .view-filters .form-item-category ul li ul {
  margin-top: 0;
  padding: 5px 0 10px 0;
}
.view-br-equipment-product-listing .view-filters .form-item-category ul li ul a {
  padding: 5px 10px;
  font-size: 13px;
  border-bottom: 0;
  color: #1e1e1e;
}
.view-br-equipment-product-listing .view-filters .form-item-category a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #434e2f;
  border-bottom: 1px solid #52AC54;
  font-weight: 600;
}
.view-br-equipment-product-listing .view-filters .form-item-category a:hover {
  color: #ef3931;
}
.view-br-equipment-product-listing .view-filters .form-item-category a.bef-link--selected {
  border-bottom: 0;
  border-radius: 5px;
  background: #ef3931;
  color: #fff;
}
.view-br-equipment-product-listing .view-content {
  padding-top: 30px;
}
.view-br-equipment-product-listing .view-content .views-row {
  margin-bottom: 30px;
}
.view-br-equipment-product-listing .view-content .views-field-nothing {
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 50px;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content .product_category {
  font-size: 12px;
  text-transform: uppercase;
  color: #434e2f;
  font-weight: 600;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content h3 {
  padding: 5px 0;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content h3 a {
  color: #434e2f;
  text-decoration: none;
  font-weight: 600;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content h3 a:hover {
  color: #ef3931;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content .product_description p {
  font-size: 14px;
  margin: 0;
}
.view-br-equipment-product-listing .view-content .views-field-nothing .field-content .product_variations {
  font-size: 13px;
  margin-top: 10px;
  color: #666;
}

/*# sourceMappingURL=style.css.map */
