/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/sections.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.page-section {
  background-image: url(../images/page-section.efc2dd62.jpg);
  height: 20rem;
}
@media only screen and (min-width: 639px) {
  .page-section {
    height: 26rem;
  }
}
@media only screen and (min-width: 1279px) {
  .page-section {
    height: 36rem;
  }
}
.page-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-section__container {
  max-width: 140rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1439px) {
  .page-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section__heading-container {
  position: relative;
  padding-top: 4rem;
}
.page-section__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 400;
}
@media only screen and (min-width: 639px) {
  .page-section__heading {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .page-section__heading {
    font-size: 6rem;
  }
}

.hero-section {
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5137254902);
  position: absolute;
}
@media only screen and (min-width: 1279px) {
  .hero-section::after {
    display: none;
  }
}
@media only screen and (min-width: 639px) {
  .hero-section {
    height: 55rem;
  }
}
.hero-section__container {
  width: 100%;
  max-width: 140rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 1439px) {
  .hero-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section__headline {
  font-size: 2.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 639px) {
  .hero-section__headline {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 959px) {
  .hero-section__headline {
    font-size: 4rem;
  }
}
.hero-section__subtitle {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .hero-section__subtitle {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 959px) {
  .hero-section__subtitle {
    font-size: 2.4rem;
  }
}

.shop-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.shop-section__heading {
  text-align: center;
}
.shop-section__text {
  width: 80%;
  text-align: center;
  margin: 0 auto 6rem;
}
.shop-section__items-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  justify-content: center;
}
.shop-section__item {
  width: 100%;
  padding: 4rem 2rem;
  border: 1px solid #333;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 639px) {
  .shop-section__item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .shop-section__item {
    width: calc(33% - 3rem);
  }
}
.shop-section__item-content {
  margin-bottom: 3rem;
}
.shop-section__item-heading {
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
}
.shop-section__item-text {
  text-align: center;
}

.why-us {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.why-us__heading {
  text-align: center;
  margin-bottom: 6rem;
}
.why-us__items-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  justify-content: center;
  margin-bottom: 4rem;
}
.why-us__item {
  width: 100%;
  padding: 4rem 2rem;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 639px) {
  .why-us__item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .why-us__item {
    width: calc(33% - 3rem);
  }
}
.why-us__item-content {
  margin-bottom: 3rem;
}
.why-us__item-image {
  width: 6rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
}
.why-us__item-heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  text-align: center;
}
.why-us__item-text {
  text-align: center;
}
.why-us__bottom-heading {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
.why-us__bottom-text {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 959px) {
  .why-us__bottom-text {
    width: 70%;
  }
}

.about-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.about-section__heading {
  margin-bottom: 2rem;
}

.mission-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.mission-section__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 1279px) {
  .mission-section__container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-bottom: 6rem;
  }
}
.mission-section__column {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .mission-section__column {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .mission-section__column {
    width: calc(50% - 2rem);
  }
}
.mission-section__column.first {
  order: 2;
}
@media only screen and (min-width: 959px) {
  .mission-section__column.first {
    order: 1;
  }
}
.mission-section__column.second {
  order: 1;
}
@media only screen and (min-width: 959px) {
  .mission-section__column.second {
    order: 2;
  }
}
.mission-section__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.mission-section .image {
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.32);
  border: 2px solid #fff;
}

.promo-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #474c51;
}
.promo-section__container {
  max-width: 140rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 1439px) {
  .promo-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.promo-section__heading {
  color: #fff;
  font-size: 2.4rem;
  margin-top: 2rem;
  text-align: center;
  font-weight: 400;
}
.promo-section__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media only screen and (min-width: 959px) {
  .promo-section__items {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 4rem;
  }
}
.promo-section__text {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.promo-section__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 2rem;
}
@media only screen and (min-width: 639px) {
  .promo-section__item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 959px) {
  .promo-section__item {
    width: calc(50% - 2rem);
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .promo-section__item {
    width: calc(25% - 3rem);
  }
}
.promo-section__image {
  width: 5rem;
  height: auto;
}

.newsletter-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6d7176;
}
@media only screen and (min-width: 639px) {
  .newsletter-section {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjIxNSIgdmlld0JveD0iMCAwIDEyOCAyMTUiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzkwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MCIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIyMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzIgMzY5NCkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIj48L3JlY3Q+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iTWFza19Hcm91cF80IiBkYXRhLW5hbWU9Ik1hc2sgR3JvdXAgNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMyIC0zNjk0KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPGcgaWQ9Ikdyb3VwXzE3MiIgZGF0YS1uYW1lPSJHcm91cCAxNzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTggLTMpIj4KICAgICAgPGcgaWQ9Ikdyb3VwXzIxMSIgZGF0YS1uYW1lPSJHcm91cCAyMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQgLTE4KSI+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfNTUiIGRhdGEtbmFtZT0iUGF0aCA1NSIgZD0iTTM1MC44NTYsMTA3LjM5MmwtMy4wNDgsNjAuNDE5LDYwLjQxOS02MC40MTktNTkuMTQ5LTU5LjE1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NS4xOTcgMzcxNSkiIGZpbGw9IiNmNmY2ZjYiPjwvcGF0aD4KICAgICAgICA8cGF0aCBpZD0iUGF0aF81NCIgZGF0YS1uYW1lPSJQYXRoIDU0IiBkPSJNMzAwLjgzNiwwbC02LjE5Myw1MS4xNzksNTYuMjEzLDU2LjIxM0wyOTMuNjI4LDE2NC42Mmw3LjIwOCw1MC4xNjRMNDA4LjIyOCwxMDcuMzkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMC4xOTcgMzcxNSkiIGZpbGw9IiNkMjI2MzAiPjwvcGF0aD4KICAgICAgICA8cGF0aCBpZD0iUGF0aF81NiIgZGF0YS1uYW1lPSJQYXRoIDU2IiBkPSJNMzgwLjU0MSwxMzUuMDc5bDI3LjY4Ny0yNy42ODdMMzgxLjM3OSw4MC41NDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg2LjE5NyAzNzE1KSIgZmlsbD0iIzQ3NGM1MSI+PC9wYXRoPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
}
.newsletter-section__inner-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.newsletter-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media only screen and (min-width: 639px) {
  .newsletter-section__container {
    padding-left: 14rem;
  }
}
@media only screen and (min-width: 959px) {
  .newsletter-section__container {
    padding-left: 14rem;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .newsletter-section__container {
    padding-left: 10rem;
    flex-direction: row;
  }
}
.newsletter-section__column {
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .newsletter-section__column {
    width: 50%;
  }
}
.newsletter-section__heading {
  color: #fff;
  font-size: 2.4rem;
  margin-top: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1279px) {
  .newsletter-section__heading {
    font-size: 3.6rem;
  }
}
.newsletter-section__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.newsletter-section form {
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter-section .form-newsletter {
  position: relative;
  max-width: 40rem;
}
.newsletter-section .form-newsletter .input {
  font-size: 1.6rem;
  padding: 2rem 0px 2rem 2.4rem;
  height: 4.4rem;
  width: 100%;
  color: #2a2a2a;
  border: 1px solid #d8d8d8;
  padding-right: 5rem;
  background-color: #fff;
  box-shadow: none;
}
.newsletter-section .form-newsletter .input::-moz-placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.newsletter-section .form-newsletter .input::placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.newsletter-section .form-newsletter .input:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
}
.newsletter-section .form-newsletter input[type=submit] {
  position: absolute;
  right: 0;
  height: auto;
  top: 0;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  height: 100%;
  transition: all 0.3s ease;
  background: #D22630;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.4rem;
  border-color: #474C51;
}
.newsletter-section .form-newsletter input[type=submit]:hover {
  background: #474C51;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjUwNCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01MDMuNjY4IDQ2NC41MjZMMzU3LjM0IDMxOC4yQzM4Ny41NzcgMjc4LjA1NSA0MDEuNDY1IDIyNy45MzcgMzk2LjIwNCAxNzcuOTU0QzM5MC45NDIgMTI3Ljk3MiAzNjYuOTIxIDgxLjg0NDUgMzI4Ljk4NyA0OC44NzYyQzI5MS4wNTIgMTUuOTA3OCAyNDIuMDI3IC0xLjQ0ODM1IDE5MS43OTkgMC4zMDg0NjVDMTQxLjU3MSAyLjA2NTI4IDkzLjg3ODMgMjIuODA0MyA1OC4zNDAxIDU4LjM0MjVDMjIuODAxOSA5My44ODA3IDIuMDYyODQgMTQxLjU3NCAwLjMwNjAyNCAxOTEuODAyQy0xLjQ1MDc5IDI0Mi4wMjkgMTUuOTA1NCAyOTEuMDU1IDQ4Ljg3MzcgMzI4Ljk4OUM4MS44NDIxIDM2Ni45MjMgMTI3Ljk2OSAzOTAuOTQ0IDE3Ny45NTIgMzk2LjIwNkMyMjcuOTM0IDQwMS40NjggMjc4LjA1MiAzODcuNTc5IDMxOC4xOTggMzU3LjM0Mkw0NjQuNTI3IDUwMy42N0w1MDMuNjY4IDQ2NC41MjZaTTIwMC40NjggMzQxLjk0NkMxNzIuNDkxIDM0MS45NDYgMTQ1LjE0MyAzMzMuNjUxIDEyMS44ODEgMzE4LjEwOEM5OC42MTkxIDMwMi41NjYgODAuNDg4MiAyODAuNDc0IDY5Ljc4MDkgMjU0LjYyOEM1OS4wNzM3IDIyOC43ODEgNTYuMjcxMSAyMDAuMzQgNjEuNzI3NCAxNzIuOTAxQzY3LjE4MzggMTQ1LjQ2MSA4MC42NTQgMTIwLjI1NiAxMDAuNDM1IDEwMC40NzJDMTIwLjIxNiA4MC42ODgyIDE0NS40MTkgNjcuMjEzOSAxNzIuODU3IDYxLjc1MzNDMjAwLjI5NiA1Ni4yOTI2IDIyOC43MzcgNTkuMDkwNyAyNTQuNTg2IDY5Ljc5MzhDMjgwLjQzNCA4MC40OTY5IDMwMi41MjggOTguNjI0MyAzMTguMDc0IDEyMS44ODRDMzMzLjYyMSAxNDUuMTQzIDM0MS45MjEgMTcyLjQ5IDM0MS45MjUgMjAwLjQ2N0MzNDEuODgyIDIzNy45NzMgMzI2Ljk2NSAyNzMuOTMgMzAwLjQ0NiAzMDAuNDUzQzI3My45MjggMzI2Ljk3NSAyMzcuOTc0IDM0MS44OTggMjAwLjQ2OCAzNDEuOTQ2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.newsletter-section .form-newsletter input[type=submit] svg {
  width: 2.1rem;
  height: 2.1rem;
}
.newsletter-section .form-newsletter .wpcf7-spinner {
  display: none;
}
.newsletter-section .form-acceptance {
  padding-top: 1rem;
}
.newsletter-section .form-acceptance .wpcf7-list-item-label {
  color: #fff;
}
.newsletter-section .form-acceptance .wpcf7-list-item {
  margin: 0;
  width: 50%;
  font-size: 1.2rem;
}

.contact-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.contact-section__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 1279px) {
  .contact-section__container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.contact-section__column {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .contact-section__column {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .contact-section__column {
    width: calc(50% - 2rem);
  }
}
.contact-section__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-section__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 1rem;
}
.contact-section__item-image {
  width: 3rem;
  height: auto;
}
.contact-section__item-text {
  margin: 0;
}
.contact-section__item-text a {
  text-decoration: none;
  color: #333;
}
.contact-section__item-text a:hover {
  color: red;
}
.contact-section .form-control {
  position: relative;
  max-width: 52rem;
  display: flex;
  margin-bottom: 1rem;
}
.contact-section .form-control span {
  width: 100%;
}
.contact-section .form-control input[type=text], .contact-section .form-control input[type=tel], .contact-section .form-control input[type=email] {
  font-size: 1.6rem;
  padding: 0px 2rem;
  height: 4.4rem;
  width: 100%;
  color: #2a2a2a;
  border: 1px solid #d8d8d8;
  padding-right: 5rem;
  background-color: #fff;
  box-shadow: none;
}
.contact-section .form-control input[type=text]::-moz-placeholder, .contact-section .form-control input[type=tel]::-moz-placeholder, .contact-section .form-control input[type=email]::-moz-placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.contact-section .form-control input[type=text]::placeholder, .contact-section .form-control input[type=tel]::placeholder, .contact-section .form-control input[type=email]::placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.contact-section .form-control input[type=text]:focus, .contact-section .form-control input[type=tel]:focus, .contact-section .form-control input[type=email]:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
}
.contact-section .form-control textarea {
  font-size: 1.6rem;
  padding: 2rem;
  height: 4.4rem;
  width: 100%;
  color: #2a2a2a;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: none;
  height: 10rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-section .form-control textarea::-moz-placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.contact-section .form-control textarea::placeholder {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.contact-section .form-control textarea:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
}
.contact-section .form-control .wpcf7-spinner {
  display: none;
}
.contact-section input[type=submit] {
  color: #fff;
  border-radius: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  height: 100%;
  transition: all 0.3s ease;
  background: #D22630;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 1rem;
  width: 20rem;
  height: 4.4rem;
  border-color: #474C51;
}
.contact-section input[type=submit]:hover {
  background: #474C51;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjUwNCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01MDMuNjY4IDQ2NC41MjZMMzU3LjM0IDMxOC4yQzM4Ny41NzcgMjc4LjA1NSA0MDEuNDY1IDIyNy45MzcgMzk2LjIwNCAxNzcuOTU0QzM5MC45NDIgMTI3Ljk3MiAzNjYuOTIxIDgxLjg0NDUgMzI4Ljk4NyA0OC44NzYyQzI5MS4wNTIgMTUuOTA3OCAyNDIuMDI3IC0xLjQ0ODM1IDE5MS43OTkgMC4zMDg0NjVDMTQxLjU3MSAyLjA2NTI4IDkzLjg3ODMgMjIuODA0MyA1OC4zNDAxIDU4LjM0MjVDMjIuODAxOSA5My44ODA3IDIuMDYyODQgMTQxLjU3NCAwLjMwNjAyNCAxOTEuODAyQy0xLjQ1MDc5IDI0Mi4wMjkgMTUuOTA1NCAyOTEuMDU1IDQ4Ljg3MzcgMzI4Ljk4OUM4MS44NDIxIDM2Ni45MjMgMTI3Ljk2OSAzOTAuOTQ0IDE3Ny45NTIgMzk2LjIwNkMyMjcuOTM0IDQwMS40NjggMjc4LjA1MiAzODcuNTc5IDMxOC4xOTggMzU3LjM0Mkw0NjQuNTI3IDUwMy42N0w1MDMuNjY4IDQ2NC41MjZaTTIwMC40NjggMzQxLjk0NkMxNzIuNDkxIDM0MS45NDYgMTQ1LjE0MyAzMzMuNjUxIDEyMS44ODEgMzE4LjEwOEM5OC42MTkxIDMwMi41NjYgODAuNDg4MiAyODAuNDc0IDY5Ljc4MDkgMjU0LjYyOEM1OS4wNzM3IDIyOC43ODEgNTYuMjcxMSAyMDAuMzQgNjEuNzI3NCAxNzIuOTAxQzY3LjE4MzggMTQ1LjQ2MSA4MC42NTQgMTIwLjI1NiAxMDAuNDM1IDEwMC40NzJDMTIwLjIxNiA4MC42ODgyIDE0NS40MTkgNjcuMjEzOSAxNzIuODU3IDYxLjc1MzNDMjAwLjI5NiA1Ni4yOTI2IDIyOC43MzcgNTkuMDkwNyAyNTQuNTg2IDY5Ljc5MzhDMjgwLjQzNCA4MC40OTY5IDMwMi41MjggOTguNjI0MyAzMTguMDc0IDEyMS44ODRDMzMzLjYyMSAxNDUuMTQzIDM0MS45MjEgMTcyLjQ5IDM0MS45MjUgMjAwLjQ2N0MzNDEuODgyIDIzNy45NzMgMzI2Ljk2NSAyNzMuOTMgMzAwLjQ0NiAzMDAuNDUzQzI3My45MjggMzI2Ljk3NSAyMzcuOTc0IDM0MS44OTggMjAwLjQ2OCAzNDEuOTQ2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-section input[type=submit] svg {
  width: 2.1rem;
  height: 2.1rem;
}

.blog-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.blog-section__heading {
  text-align: center;
  margin-bottom: 0;
}

.news-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: var(--white);
}
.news-section__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1279px) {
  .news-section__container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.news-section__heading {
  margin-bottom: 2rem;
  font-weight: 400;
}

.categories-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--white);
}
.categories-section__heading {
  margin-bottom: 2rem;
  font-weight: 400;
}

.search-section {
  background-color: var(--white);
  padding-top: 9.6rem;
}
.search-section__container {
  padding-bottom: 9.6rem;
}
.search-section__header {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 6.4rem;
}
.search-section__heading {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .search-section__heading {
    font-size: 4rem;
  }
}
.search-section__search-container .search-form {
  margin: 0 auto;
  width: 100%;
  max-width: 40rem;
}
.search-section__search-container .search-form__input {
  color: var(--blue);
}
.search-section__search-container .search-form__input .search-form__input::-moz-placeholder {
  color: var(--blue);
}
.search-section__search-container .search-form__input .search-form__input::placeholder {
  color: var(--blue);
}
.search-section__search-container .search-form__button svg path {
  fill: var(--blue);
}

.search-result {
  background-color: var(--white);
}
.search-result__no-results {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.search-result__result-header {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.search-result__result-heading {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 639px) {
  .search-result__result-heading {
    font-size: 3.2rem;
  }
}
.search-result__product-list {
  margin: 0 auto;
  max-width: 134rem;
  display: flex;
  flex-direction: column;
}
.search-result__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  border-bottom: 1px solid #E7EBF0;
}
@media only screen and (min-width: 639px) {
  .search-result__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1279px) {
  .search-result__item {
    align-items: center;
  }
}
.search-result__item-header {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1279px) {
  .search-result__item-header {
    justify-content: center;
  }
}
.search-result__item-content {
  display: flex;
}
.search-result__thumbnail {
  width: 8rem;
  margin-right: 2rem;
  border-radius: 2rem;
}
@media only screen and (min-width: 959px) {
  .search-result__thumbnail {
    width: 12rem;
    margin-right: 6rem;
  }
}
.search-result__thumbnail img {
  border-radius: 2rem;
}
.search-result__product-title {
  margin: 0;
  padding-bottom: 0.4rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.search-result__item-purchase {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 639px) {
  .search-result__item-purchase {
    width: 30rem;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 959px) {
  .search-result__item-purchase {
    width: 36rem;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
  }
}
.search-result__price {
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
  margin-left: 2rem;
}
@media only screen and (min-width: 959px) {
  .search-result__price {
    margin-right: 3rem;
  }
}
.search-result__label {
  font-weight: 700;
  line-height: 1;
}
.search-result__product-rating {
  display: flex;
}
.search-result__regular-price {
  color: #aeaeae;
}
.search-result__sale-price {
  color: var(--red);
  font-size: 2rem;
  font-weight: 700;
}
.search-result .added_to_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #e3e3e3;
  padding: 0 2em;
  margin-top: 1rem;
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.35s ease, background 0.35s ease;
  z-index: 0;
  border-radius: 5rem;
  background-color: transparent;
  color: var(--primary-dark);
}
.search-result__pagination {
  max-width: 60rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 3rem 0;
}
.search-result__pagination a {
  color: var(--white);
  background-color: var(--red);
  margin: 0 2rem;
  text-decoration: none;
  border: 1px solid var(--red);
  padding: 1rem 2rem;
}
.search-result__pagination a:hover {
  background-color: var(--white);
  color: var(--red);
}

.favorites-section {
  background-color: #F7F7F7;
}
.favorites-section__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
.favorites-section__container {
  display: flex;
  position: relative;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
  max-width: 143rem;
  margin: 0 auto;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .favorites-section__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1439px) {
  .favorites-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.favorites-section__heading {
  font-size: 3rem;
  line-height: 3.9rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  color: var(--blue);
}
@media only screen and (min-width: 639px) {
  .favorites-section__heading {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
.favorites-section__item {
  background: var(--white);
  padding: 1rem;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
  width: 100%;
  position: relative;
}
.favorites-section__item:hover {
  background: var(--white);
}
.favorites-section__item:hover .other-slider__item-image-reverse {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 959px) {
  .favorites-section__item {
    padding: 3rem;
  }
}
@media only screen and (min-width: 639px) {
  .favorites-section__item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 959px) {
  .favorites-section__item {
    width: calc(33% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .favorites-section__item {
    width: calc(25% - 2rem);
  }
}
.favorites-section__item-price-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5rem;
  min-height: 6rem;
}
.favorites-section__button-container {
  display: flex;
  width: 100%;
  margin-top: 4rem;
  justify-content: center;
}
.favorites-section__button-link {
  display: flex;
  padding: 1.4rem 4rem;
  font-size: 2rem;
  line-height: 100%;
  text-decoration: none;
  text-transform: unset;
  border: 1px solid #012550;
  color: var(--blue);
  height: 5.2rem;
  background-color: #f7f7f7;
  border-radius: 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--blue);
}
.favorites-section__item-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 2.4rem;
  color: var(--blue);
  font-weight: 700;
}
.favorites-section__item-price del {
  font-size: 1.5rem;
  color: #AEAEAE;
  font-weight: 400;
}
.favorites-section__item-price ins {
  font-size: 2.4rem;
  color: var(--blue);
  font-weight: 700;
}
.favorites-section__item-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: var(--blue);
  padding-bottom: 1rem;
  height: 6rem;
}
.favorites-section__item-description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--blue);
}
.favorites-section__item-image {
  margin-bottom: 1.4rem;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.favorites-section__item-image img {
  transition: all 0.2s;
  border-radius: 1.5rem;
  border: 5px solid var(--white);
}
.favorites-section__item-image-reverse {
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  visibility: hidden;
}
.favorites-section__item-image-reverse img {
  transition: all 0.3s;
  border-radius: 1.5rem;
}
.favorites-section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.favorites-section__button svg path, .favorites-section__button svg line {
  transition: all 0.3s linear;
}
.favorites-section__button:hover {
  background-color: var(--blue);
}
.favorites-section__button:hover svg path {
  fill: var(--white);
}
.favorites-section__button:hover svg line {
  stroke: var(--white);
}
.favorites-section .added_to_cart {
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--gold);
}
.favorites-section__button svg {
  transition: all 0.2s linear;
  width: 2.5rem;
  height: auto;
}
.favorites-section__button svg path {
  transition: all 0.2s linear;
}

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