/* 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] {
  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: #182a14;
  padding-top: 150px;
}
.block-page-title-block .block-title {
  background: #355e2c;
  padding: 10px 0 10px 0;
  position: relative;
  margin-bottom: 50px;
}
.block-page-title-block .block-title h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-family: "Gilroy";
  font-weight: bold;
}
.block-page-title-block .block-title:after {
  content: "";
  width: 100%;
  height: 15px;
  bottom: -15px;
  background: url(../images/component-bg-bottom-primary.png) center center repeat-x;
  display: block;
  position: absolute;
}
.block-page-title-block .block-title:before {
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  background: url("../images/component-bg-top-primary.png") center center repeat-x;
  display: block;
  position: absolute;
}

header.page-header {
  padding: 25px 0;
  /* background: $color-secondary; */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header.page-header .region-header {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  width: 100%;
}
header.page-header .menu {
  display: flex;
  gap: 45px;
  padding: 0;
  margin: 20px 0 0 0;
}
header.page-header .menu a {
  color: #fff;
  text-decoration: none;
  font-family: "Gilroy";
  font-weight: 600;
}
header.page-header .menu a:hover {
  color: #96c88b;
}
header.page-header form input[type=text] {
  text-align: center;
  font-size: 14px;
  padding: 7px 10px;
}
header.page-header form label {
  display: none;
}
header.page-header form .form-actions {
  position: absolute;
  top: 3px;
  right: 11px;
}
header.page-header form .form-actions input {
  text-indent: -9999px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: #355e2c url(../images/icon-search.png) 6px center no-repeat;
}
header.page-header form .form-actions input:hover {
  background-color: #182a14;
}

.page-footer {
  background: #182a14;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
.page-footer:before {
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  background: url(../images/component-bg-top-secondary.png) center center repeat-x;
  display: block;
  position: absolute;
}
.page-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.page-footer .container p {
  margin: 0;
}
.page-footer .container .footer-first {
  max-width: 580px;
  line-height: 1.8;
  font-size: 15px;
  flex-shrink: 0;
}
.page-footer .container .footer-first a {
  color: #fff;
  text-decoration: none;
}
.page-footer .container .footer-first a:hover {
  text-decoration: underline;
}
.page-footer .container .footer-first .footer-copyright {
  color: #96c88b;
  font-size: 13px;
  font-weight: 600;
}
.page-footer .container .footer-second {
  display: flex;
  align-items: center;
}
.page-footer .container .footer-second .footer-logo {
  flex-shrink: 0;
}
.page-footer .container .footer-second .footer-logo img {
  max-width: 120px;
}
.page-footer .container .footer-second .footer-blurb {
  max-width: 580px;
  line-height: 1.8;
  font-size: 15px;
  padding: 10px 0 10px 15px;
  margin-left: 15px;
  border-left: 2px solid #96c88b;
}

/* 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: #ca203b;
  color: #fff;
  border-color: #ca203b;
}
.node--type-product.node--view-mode-teaser .product-teaser--buttons a:hover {
  background: #fff;
  color: #ca203b;
  border-color: #ca203b;
}

/* 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 {
  padding-bottom: 50px;
}
.node--type-product.node--view-mode-full .product--main {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 50px;
  margin-bottom: 50px;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-description {
  font-size: 18px;
  line-height: 1.8;
}
.node--type-product.node--view-mode-full .product--variations {
  background: #f7efe2;
  padding: 25px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 50px;
}
.node--type-product.node--view-mode-full .product--variations table {
  width: 100%;
}
.node--type-product.node--view-mode-full .product--variations table td, .node--type-product.node--view-mode-full .product--variations table th {
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
}
.node--type-product.node--view-mode-full .product--variations table th {
  border-bottom: 1px solid #333;
}

/* Paragraph CTA */
.paragraph--type--cta {
  background: #355e2c;
  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: #ca203b;
  color: #fff;
  border-color: #ca203b;
}
.paragraph--type--cta .field--name-field-link a:hover {
  background: #fff;
  color: #ca203b;
  border-color: #ca203b;
}

/* 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: #355e2c;
  border-color: #355e2c;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(even) a:hover {
  background: #fff;
  color: #ca203b;
  border-color: #ca203b;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(odd) a {
  background: #355e2c;
  color: #fff;
  border-color: #355e2c;
}
.paragraph--type--hero-simple .container .field--name-field-links .field__item:nth-of-type(odd) a:hover {
  background: #182a14;
  color: #fff;
  border-color: #182a14;
}

/* 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: #355e2c;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--product-teaser-slider .product-ts-content {
  background: #355e2c;
  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;
}

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