/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #E6E7E8;
  --blue: #014a81;
  --red: #ff0000;
  --primary: #F2F0EC;
  --second: #575756;
  --third: #EEEDF3;
  --text-body: #575756;
}

/* Base Setting
---------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  font-family: new-atten, sans-serif;
  margin: 0;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.78;
  position: relative;
  width: 100%;
  background: var(--white);
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.73;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: #575756;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
}
@media only screen and (min-width: 992px) {
  body.bg-nav::before {
    opacity: 0.6;
    visibility: visible;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: var(--second);
}

p {
  margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  color: var(--text-body);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 2px;
}

h1 {
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (min-width: md) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.45;
}
@media only screen and (min-width: md) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

figure {
  margin: 10px 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 15px 15px;
}

embed,
iframe,
object {
  max-width: 100%;
}

fieldset {
  padding: 3.5px 7.5px 6.25px;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.woocommerce-notices-wrapper, .container-fluid, .container {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.locations__result--item ul, .newsletter-section__socials ul, .banner-slider__breadcrumb, .woocommerce-account .woocommerce-MyAccount-navigation ul, .sidebar .widget ul,
.sidebar .widget ol, #comments ol,
#comments ul, .footer-site__col nav ul, .header-site__nav nav .menu li ul, .header-site__nav nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locations__search--inner h2, .popup-latest-news__content h2, .map-section__info h2, .content-columns .container > h2, .content-columns .woocommerce-notices-wrapper > h2, .content-slider h2, .content-section .container h2, .content-section .woocommerce-notices-wrapper h2, .images-title .container h2, .images-title .woocommerce-notices-wrapper h2, .single-product div.product .related-products h2 {
  font-size: 23px;
  line-height: 30px;
  font-size: 23px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--text-body);
  letter-spacing: 2px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .locations__search--inner h2, .popup-latest-news__content h2, .map-section__info h2, .content-columns .container > h2, .content-columns .woocommerce-notices-wrapper > h2, .content-slider h2, .content-section .container h2, .content-section .woocommerce-notices-wrapper h2, .images-title .container h2, .images-title .woocommerce-notices-wrapper h2, .single-product div.product .related-products h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 25px;
  }
}

.accordion-section .container h2, .accordion-section .woocommerce-notices-wrapper h2, .content-rows .container h2, .content-rows .woocommerce-notices-wrapper h2, .form-section h2 {
  font-size: 23px;
  line-height: 30px;
  font-size: 23px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--text-body);
  letter-spacing: 2px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .accordion-section .container h2, .accordion-section .woocommerce-notices-wrapper h2, .content-rows .container h2, .content-rows .woocommerce-notices-wrapper h2, .form-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 25px;
  }
}

label {
  margin: 0 0 5px;
  display: inline-block;
}

.input, .sidebar .widget .wp-block-search .wp-block-search__input input,
input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=date],
input[type=url],
input[type=number],
input[type=tel],
textarea,
select {
  height: 50px;
  background-color: var(--primary);
  border: 0;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 14px;
  outline: none;
  font-family: new-atten, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

textarea {
  padding: 10px 20px;
}

select {
  -moz-appearance: none;
       appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding-right: 45px;
  color: var(--second);
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

textarea {
  height: 150px;
}

.btn, .woocommerce table.shop_table td.product-subtotal .product-remove a, .sidebar .widget .wp-block-search .wp-block-search__input button,
button,
input[type=button],
input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--white);
  padding: 13px 30px;
  text-align: center;
  display: inline-block;
  outline: none !important;
  background: var(--primary);
  border: 0;
  font-weight: normal;
  border-radius: 0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover, .woocommerce table.shop_table td.product-subtotal .product-remove a:hover, .sidebar .widget .wp-block-search .wp-block-search__input button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg, .woocommerce table.shop_table td.product-subtotal .product-remove a svg, .sidebar .widget .wp-block-search .wp-block-search__input button svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white, .woocommerce table.shop_table td.product-subtotal .product-remove a.btn-white, .sidebar .widget .wp-block-search .wp-block-search__input button.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline, .form__row--submit .wpcf7-submit, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .woocommerce .cart__product-meta .product-remove a {
  border: 1px solid var(--second);
  color: var(--second);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.7;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-outline:hover, .form__row--submit .wpcf7-submit:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce .cart__product-meta .product-remove a:hover {
  background: var(--primary);
  color: var(--second);
  border-color: var(--primary);
}
.btn-outline--hover-white:hover {
  background: var(--white);
  color: var(--second);
  border-color: var(--white);
}

.container-fluid {
  max-width: 100%;
}
@media only screen and (min-width: md) {
  .container-fluid {
    padding: 0 15px;
  }
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.featured-image figure img {
  width: 100%;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background: var(--second);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 0.5px);
  left: calc(50% - 7px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  height: 1px;
  background: var(--second);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -6px;
}
.hamburger.active span {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.hamburger.active span::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

.dots-full-wrap .slick-slider.slick-dotted, .slick-slider.slick-dotted.dots-full {
  margin-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .dots-full-wrap .slick-slider.slick-dotted, .slick-slider.slick-dotted.dots-full {
    margin-bottom: 52px;
  }
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots, .slick-slider.slick-dotted.dots-full .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(87, 87, 86, 0.25);
  width: calc(100% - 30px);
  max-width: 1136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -47px;
  gap: 16px;
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots::before, .slick-slider.slick-dotted.dots-full .slick-dots::before, .dots-full-wrap .slick-slider.slick-dotted .slick-dots::after, .slick-slider.slick-dotted.dots-full .slick-dots::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dots-full-wrap .slick-slider.slick-dotted .slick-dots, .slick-slider.slick-dotted.dots-full .slick-dots {
    bottom: -52px;
  }
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots li, .slick-slider.slick-dotted.dots-full .slick-dots li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  margin: 0;
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots li button, .slick-slider.slick-dotted.dots-full .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--second);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots li button::after, .slick-slider.slick-dotted.dots-full .slick-dots li button::after {
  display: none;
}
.dots-full-wrap .slick-slider.slick-dotted .slick-dots li.slick-active button, .slick-slider.slick-dotted.dots-full .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider.slick-dotted .slick-dots {
  bottom: 10px;
}
.slick-slider.slick-dotted .slick-dots li button {
  min-width: auto;
  background: none;
}
.slick-slider.slick-dotted .slick-dots li button::before {
  display: none;
}
.slick-slider.slick-dotted .slick-dots li button::after {
  content: "";
  font-size: 12px;
  width: 14px;
  height: 14px;
  background: var(--white);
  opacity: 0.7;
  border-radius: 50%;
  display: block;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button::after, .slick-slider.slick-dotted .slick-dots li:hover button::after {
  opacity: 1;
}
.slick-slider .slick-arrow {
  z-index: 9;
  width: 45px;
  height: 45px;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/icons/arrow-long-white-left.svg") no-repeat 50% 50%/18px auto var(--second);
  left: 0;
}
.slick-slider .slick-arrow.slick-prev:hover {
  background: url("../images/icons/arrow-long-white-left-dark.svg") no-repeat 50% 50%/18px auto var(--primary);
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/icons/arrow-long-white-right.svg") no-repeat 50% 50%/18px auto var(--second);
  right: 0;
}
.slick-slider .slick-arrow.slick-next:hover {
  background: url("../images/icons/arrow-long-white-right-dark.svg") no-repeat 50% 50%/18px auto var(--primary);
}
.slick-slider.slick-vertical .slick-arrow {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .slick-slider.slick-vertical .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-slider.slick-vertical .slick-arrow.slick-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 8px;
  top: 0;
  left: calc(50% - 12px);
}
@media only screen and (min-width: 992px) {
  .slick-slider.slick-vertical .slick-arrow.slick-prev {
    background-size: 13px;
    left: calc(50% - 15px);
  }
}
.slick-slider.slick-vertical .slick-arrow.slick-next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 8px;
  top: auto;
  bottom: 0;
  left: calc(50% - 12px);
}
@media only screen and (min-width: 992px) {
  .slick-slider.slick-vertical .slick-arrow.slick-next {
    background-size: 13px;
    left: calc(50% - 15px);
  }
}

.slick-arrows-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.slick-arrows-custom .slick-arrow {
  z-index: 9;
  width: 18px;
  height: 15px;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.slick-arrows-custom .slick-arrow::before {
  display: none;
}
.slick-arrows-custom .slick-arrow.slick-prev {
  background: url("../images/icons/arrow-long-gray-left.svg") no-repeat 50% 50%/18px auto transparent;
}
.slick-arrows-custom .slick-arrow.slick-next {
  background: url("../images/icons/arrow-long-gray-right.svg") no-repeat 50% 50%/18px auto transparent;
}

.radio-wrap {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
}
.radio-wrap > input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-wrap > input:checked ~ span {
  border-color: var(--primary);
}
.radio-wrap > input:checked ~ span:before {
  opacity: 1;
}
.radio-wrap > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-body);
}
.radio-wrap > span::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  position: absolute;
  background: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radio-wrap:hover > span {
  border-color: var(--primary);
}

.checkbox-wrap {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
}
.checkbox-wrap > input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-wrap > input:checked ~ span {
  border-color: var(--primary);
  background: var(--primary);
}
.checkbox-wrap > input:checked ~ span:before {
  opacity: 1;
}
.checkbox-wrap > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-body);
}
.checkbox-wrap > span::before {
  content: "";
  top: 2px;
  left: 5px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid var(--second);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 7px;
  opacity: 0;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3px;
}
.rating span {
  width: 15px;
  height: 14px;
  background: url("../images/icons/star.svg") no-repeat 0 0/100%;
}
.rating span:not(.rating--active) {
  opacity: 0.5;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-none {
  background: none;
}

.single__header .container::after, .single__header .woocommerce-notices-wrapper::after, .banner-slider__content::before, .banner-section figure::before, .page__header::after {
  content: "";
  background: url("../images/stamp.svg") no-repeat 50% 50%/100%;
  position: absolute;
  width: 132px;
  height: 132px;
  z-index: 1;
  -webkit-animation: rotation 20s infinite linear;
          animation: rotation 20s infinite linear;
}
@media only screen and (min-width: 992px) {
  .single__header .container::after, .single__header .woocommerce-notices-wrapper::after, .banner-slider__content::before, .banner-section figure::before, .page__header::after {
    width: 164px;
    height: 164px;
  }
}

.clearfix {
  clear: both;
}

.select2 .select2-selection {
  border: 0;
  height: auto;
}
.select2 .select2-selection .select2-selection__rendered {
  background: var(--primary);
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  font-size: 14px;
}
.select2 .select2-selection .select2-selection__arrow {
  height: 100%;
}

.select2-container .select2-dropdown {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}

.swiper__wrap {
  position: relative;
}

.swiper {
  padding-bottom: 56px;
}
.swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  background: none;
  height: 9px;
}
.swiper .swiper-scrollbar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D5D5D4;
  top: 4px;
  left: 0;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: none;
  z-index: 5;
  cursor: pointer;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--second);
  top: 4px;
  left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background: url("../images/icons/arrow-long-white-left.svg") no-repeat 50% 50%/18px auto var(--second);
  left: 0;
}
.swiper-button-prev:hover {
  background: url("../images/icons/arrow-long-white-left-dark.svg") no-repeat 50% 50%/18px auto var(--primary);
}

.swiper-button-next {
  background: url("../images/icons/arrow-long-white-right.svg") no-repeat 50% 50%/18px auto var(--second);
  right: 0;
}
.swiper-button-next:hover {
  background: url("../images/icons/arrow-long-white-right-dark.svg") no-repeat 50% 50%/18px auto var(--primary);
}

body.admin-bar .header-site {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .header-site {
    top: 32px;
  }
}
body.shown-nav .header-site {
  background: var(--white);
}

.img-bold {
  display: none;
}

.header-site {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-site .container, .header-site .woocommerce-notices-wrapper {
  max-width: 1330px;
}
.header-site__top {
  background: var(--text-body);
  color: var(--white);
  font-size: 13px;
  padding: 6px 0;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.header-site__top--inner {
  padding: 0 15px;
}
.header-site__top a {
  color: var(--white);
  text-decoration: underline;
}
.header-site__top p {
  margin: 0;
}
.header-site__top::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.header-site__top::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.header-site__top::-webkit-scrollbar-thumb {
  background: #888;
}
.header-site .find-a-stockist {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-site .find-a-stockist img {
  max-height: 20px;
}
.header-site .find-a-stockist:hover .img-normal {
  display: none;
}
.header-site .find-a-stockist:hover .img-bold {
  display: block;
}
.header-site .search-form {
  position: relative;
}
.header-site .search-form a img {
  display: block;
}
.header-site .search-form a img.img-bold {
  display: none;
}
.header-site .search-form__inner {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-site .search-form__inner form input {
  background: rgba(255, 255, 255, 0.9);
  width: 260px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .header-site .search-form__inner form input {
    width: 290px;
    background: var(--primary);
  }
}
.header-site .search-form:hover:hover a img.img-normal {
  display: none;
}
.header-site .search-form:hover:hover a img.img-bold {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header-site .search-form:hover .search-form__inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-site .search-form.shown .search-form__inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.header-site .mini-cart-wrapper a {
  position: relative;
}
.header-site .mini-cart-wrapper a .mini-cart-count-wrap {
  position: absolute;
  top: -4px;
  right: -8px;
}
.header-site .mini-cart-wrapper a .mini-cart-count-wrap .mini-cart-count {
  font-size: 12px;
  width: 14px;
  height: 14px;
  line-height: 1;
  border-radius: 100%;
  background: #ff0000;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-site .mini-cart-wrapper a:hover .img-normal {
  display: none;
}
.header-site .mini-cart-wrapper a:hover .img-bold {
  display: block;
}
.header-site__main {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .header-site__main {
    padding: 0 32px;
  }
}
.header-site__main--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--second);
  padding: 17px 0;
}
@media only screen and (min-width: 992px) {
  .header-site__main--inner {
    padding: 29px 0;
  }
}
.header-site__main--left {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .header-site__main--left {
    width: 30%;
  }
}
.header-site__main--left a {
  text-decoration: none;
  color: var(--text-body);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header-site__main--left .find-a-stockist {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__main--left .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__main--left .search-form {
    display: none;
  }
}
.header-site__main--left .search-form .search-form__inner {
  right: auto;
  left: 0;
}
.header-site__main--center {
  width: 53%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .header-site__main--center {
    width: 30%;
  }
}
.header-site__main--center a {
  display: inline-block;
}
.header-site__main--center img {
  max-height: 22px;
  display: block;
}
.header-site__main--right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .header-site__main--right {
    width: 30%;
  }
}
.header-site__main--right a {
  text-decoration: none;
  color: var(--text-body);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  min-width: 14px;
}
.header-site__main--right a img {
  max-height: 16px;
}
@media only screen and (max-width: 991px) {
  .header-site__main--right a span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__main--right a span {
    display: block;
    margin-top: 5px;
    line-height: 1;
  }
}
.header-site__main--right a:hover img.img-normal {
  display: none;
}
.header-site__main--right a:hover img.img-bold {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header-site__main--right .search-form {
    display: none;
  }
}
.header-site__nav {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .header-site__nav {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 991px) {
  .header-site__nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
  }
}
.header-site__nav .find-a-stockist {
  padding: 7px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .header-site__nav .find-a-stockist {
    display: none;
  }
}
.header-site__nav .find-a-stockist img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 991px) {
  .header-site__nav nav {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-site__nav nav .menu li {
  position: relative;
}
.header-site__nav nav .menu li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 0;
  text-shadow: 0 0 0 var(--text-body);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-wrap: normal;
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li a {
    padding: 7px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-site__nav nav .menu li a {
    padding: 7px 43px;
  }
}
.header-site__nav nav .menu li a .menu-text-width {
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header-site__nav nav .menu li ul {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li ul {
    position: absolute;
    top: 10px;
    left: 100%;
    z-index: 10;
    background: var(--white);
    padding: 14px 0;
    width: 100%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 991px) {
  .header-site__nav nav .menu li ul {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li:hover > a {
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li.current-menu-ancestor > a, .header-site__nav nav .menu li.current-menu-item > a {
    font-weight: 700;
  }
}
@media only screen and (max-width: 991px) {
  .header-site__nav nav .menu li.shown-sub > ul {
    display: block;
  }
}
.header-site__nav nav .menu li.shown-sub > .toogle-sub-menu {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .header-site__nav nav .menu li.menu-item-has-children > a {
    padding-right: 55px;
  }
}
.header-site__nav nav .menu li .toogle-sub-menu {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  height: 38px;
  width: 40px;
  background: url("../images/icons/arrow-down-gray.svg") no-repeat 50% 50%/7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu li .toogle-sub-menu {
    display: none;
  }
}
.header-site__nav nav .menu > li > a {
  padding: 7px 0;
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu > li > a {
    padding: 18px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .header-site__nav nav .menu > li > a {
    padding: 18px 43px;
  }
}
.header-site__nav nav .menu > li > a .menu-text-width {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu > li > ul {
    top: calc(100% + 10px);
    left: 0;
    border-top: 1px solid #9A9A9A;
  }
}
@media only screen and (min-width: 992px) {
  .header-site__nav nav .menu > li:hover > ul {
    top: 100%;
  }
}
.header-site.shown-nav .header-site__nav {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.footer-site {
  color: var(--white);
  background: url("../images/logo-bg.svg") no-repeat 100% 100% var(--second);
  padding: 45px 0 65px;
}
@media only screen and (max-width: 767px) {
  .footer-site {
    background-size: calc(100% - 30px);
    background-position: 15px 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-site {
    padding: 73px 0 97px;
  }
}
.footer-site a {
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .footer-site .container, .footer-site .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer-site .container, .footer-site .woocommerce-notices-wrapper {
    padding: 0 45px;
  }
}
.footer-site h3 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: new-atten, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 8px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .footer-site h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-site h3 {
    font-size: 15px;
  }
}
.footer-site__col {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .footer-site__col {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 992px) {
  .footer-site__col {
    width: auto;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-site__col--2 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-site__col--2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.footer-site__col nav ul li a {
  font-size: 14px;
  line-height: 30px;
}
.footer-site__col nav ul li a:hover {
  font-weight: 700;
}
.footer-site__col--menu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-site__col--menu h3 {
    cursor: pointer;
    position: relative;
  }
  .footer-site__col--menu h3::before {
    content: "";
    width: 7px;
    height: 6px;
    background: url("../images/icons/arrow-down-white.svg") no-repeat 0 0/100%;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .footer-site__col--menu.shown h3::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.footer-site__col--content {
  margin-bottom: 0;
}
.footer-site__col--body {
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
}
.footer-site__col--body p {
  margin: 0 0 13px;
}
@media only screen and (max-width: 767px) {
  .footer-site__col--menu nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-site__col--menu nav {
    display: block !important;
  }
}

.footer-bottom .container, .footer-bottom .woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-block: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer-bottom .container, .footer-bottom .woocommerce-notices-wrapper {
    padding-block: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom .container p, .footer-bottom .woocommerce-notices-wrapper p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__col--copyright {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer-bottom__col img {
  max-height: 32px;
}

.page-template-default .entry-header,
.error404 .entry-header {
  background: var(--primary);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-template-default .entry-header,
  .error404 .entry-header {
    width: calc(100% - 30px);
    margin: 0 auto 65px;
    padding: 0 15px;
  }
}
.page-template-default .entry-header .entry-title,
.error404 .entry-header .entry-title {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-template-default .entry-header .entry-title,
  .error404 .entry-header .entry-title {
    font-size: 35px;
  }
}
.page-template-default .entry-header .container, .page-template-default .entry-header .woocommerce-notices-wrapper,
.error404 .entry-header .container,
.error404 .entry-header .woocommerce-notices-wrapper {
  position: relative;
  padding-block: 60px;
}
.page-template-default .entry-header .container::before, .page-template-default .entry-header .woocommerce-notices-wrapper::before,
.error404 .entry-header .container::before,
.error404 .entry-header .woocommerce-notices-wrapper::before {
  content: "";
  width: 145px;
  height: 145px;
  position: absolute;
  z-index: 1;
  bottom: -72.5px;
  right: 0;
  background: url("../images/stamp.svg") no-repeat 0 0/100%;
  -webkit-animation: rotation 20s infinite linear;
          animation: rotation 20s infinite linear;
}
@media only screen and (min-width: 768px) {
  .page-template-default .entry-header .container::before, .page-template-default .entry-header .woocommerce-notices-wrapper::before,
  .error404 .entry-header .container::before,
  .error404 .entry-header .woocommerce-notices-wrapper::before {
    width: 164px;
    height: 164px;
    bottom: -82px;
  }
}
.page-template-default .site-main .entry-content,
.error404 .site-main .entry-content {
  max-width: 944px;
  font-size: 15px;
  line-height: 26px;
}
.page-template-default .site-main .entry-content p,
.error404 .site-main .entry-content p {
  margin: 0 0 26px;
}

.content-page {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .content-page {
    padding: 76px 0;
  }
}

.page-template-template-flexible .content-page {
  padding: 0;
}

.page-header {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page-header {
    margin-bottom: 45px;
  }
}
.page-header h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 40px;
  }
}

.page-header--cart {
  margin-bottom: 10px;
}

.page-header--cart + .woocommerce-info {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page-header--cart + .woocommerce-info {
    margin-bottom: 45px;
  }
}
.page-header--cart + .woocommerce-info a:hover {
  text-decoration: underline;
}

.page__header {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  padding-inline: 20px;
}
@media (min-width: 48em) {
  .page__header {
    padding-top: 85px;
    padding-bottom: 85px;
    min-height: 346px;
    padding-inline: 0;
  }
}
.page__header .container, .page__header .woocommerce-notices-wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page__header .container, .page__header .woocommerce-notices-wrapper {
    padding-inline: 15px;
  }
}
.page__header::before {
  content: "";
  background: #F2F0EC;
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 48em) {
  .page__header::before {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .page__header::before {
    left: 15px;
  }
}
.page__header::after {
  left: calc(87% - 66px);
  top: 30%;
}
@media only screen and (min-width: 992px) {
  .page__header::after {
    left: calc(87% - 82px);
  }
}
@media only screen and (max-width: 767px) {
  .page__header::after {
    top: calc(100% - 65px);
    left: calc(100% - 170px);
  }
}
.page__header span {
  font-size: 15px;
  font-weight: 500;
}
.page__header h2 {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.13em;
}
.page__header p {
  max-width: 616px;
}

.cc-floating .cc-message {
  font-size: 14px;
  line-height: 1.78;
}
@media only screen and (min-width: 768px) {
  .cc-floating .cc-message {
    font-size: 15px;
    line-height: 1.73;
  }
}
.cc-floating .cc-compliance {
  font-size: 14px;
  outline: none;
  font-family: new-atten, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  height: 50px;
}

.post .entry-footer span + span {
  margin-left: 10px;
}
.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  margin: 0 0 10px;
}
.post .entry-meta a {
  color: #777;
}
.post .entry-meta div + div {
  margin-left: 15px;
}
.post .entry-meta div i {
  margin-right: 5px;
}

.site-main article.post + article.post {
  margin: 50px 0 0;
}
.site-main article.post a {
  text-decoration: none;
}
.site-main article.post .post-thumbnail img {
  width: 100%;
}
.site-main article.post .entry-title h2 {
  margin: 10px 0;
}
.site-main article.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  margin: 0 0 10px;
}
.site-main article.post .entry-meta a {
  color: #777;
}
.site-main article.post .entry-meta div + div {
  margin-left: 15px;
}
.site-main article.post .entry-meta div i {
  margin-right: 5px;
}
.site-main article.post .entry-content {
  margin-bottom: 15px;
}

/** Partials **/
#comments {
  margin-top: 50px;
}
#comments ol li,
#comments ul li {
  margin-top: 30px;
}
#comments ol.children,
#comments ul.children {
  padding-left: 20px;
}
@media only screen and (min-width: md) {
  #comments ol.children,
  #comments ul.children {
    padding-left: 40px;
  }
}
#comments a {
  text-decoration: none;
}
#comments .comment-body {
  padding: 20px;
  background: #f5f5f5;
}
#comments .comments-title {
  border-bottom: 2px solid var(--primary);
  margin-bottom: 30px;
}
#comments .comment-author h4 {
  margin: 0;
  font-size: 18px;
}
#comments .comment-meta {
  margin-bottom: 10px;
}
#comments .comment-meta__time {
  color: #7b7b7b;
  font-style: italic;
}
#comments .comment-meta .comment-edit-link {
  margin-left: 15px;
}
#comments #cancel-comment-reply-link {
  margin-left: 20px;
  font-weight: 400;
}

.comment-respond {
  margin-top: 30px;
}
@media only screen and (min-width: md) {
  .comment-respond {
    margin-top: 50px;
  }
}

.sidebar .widget {
  margin: 0 0 30px;
}
.sidebar .widget h2 {
  font-size: 20px;
  margin: 0 0;
}
.sidebar .widget .wp-block-search .wp-block-search__input input {
  border: 1px solid var(--gray);
}
.nav-links {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 54px;
}
@media (min-width: 48em) {
  .nav-links {
    margin-top: 75px;
    margin-bottom: 80px;
  }
}
.nav-links span,
.nav-links .page-numbers {
  font-size: 18px;
  border: 0;
  padding: 0;
  background: none;
  padding-inline: 10px;
  font-weight: 300;
}
.nav-links span.current,
.nav-links .page-numbers.current {
  font-weight: 500;
}
.nav-links .prev {
  background: url("../images/arrow-left-long-white.png") no-repeat 50% 50%/18px var(--second);
  color: var(--white);
  height: 45px;
  width: 45px;
  font-size: 0;
  margin-right: 10px;
}
.nav-links .next {
  background: url("../images/arrow-right-long-white.png") no-repeat 50% 50%/18px var(--second);
  color: var(--white);
  height: 45px;
  width: 45px;
  font-size: 0;
  margin-left: 10px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  color: var(--text-body);
  font-weight: 700;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--text-body);
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .product-accordion {
    margin: 0 -25px;
  }
}
.product-accordion__item {
  border-bottom: 1px solid var(--second);
}
.product-accordion__item + .product-accordion__item {
  margin-top: 18px;
}
.product-accordion__item h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px 10px 15px;
  position: relative;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0;
  font-family: new-atten, sans-serif;
}
@media only screen and (min-width: 768px) {
  .product-accordion__item h3 {
    padding: 14px 40px 14px 25px;
  }
}
.product-accordion__item h3::before {
  content: "";
  width: 6px;
  height: 4px;
  background: url("../images/arrow-down.svg") no-repeat 0 0/100%;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-accordion__item h3::before {
    right: 20px;
  }
}
.product-accordion__item--body {
  display: none;
  padding: 10px 0px 20px 15px;
}
@media only screen and (min-width: 768px) {
  .product-accordion__item--body {
    padding: 10px 0px 20px 25px;
  }
}
.product-accordion__item.shown h3::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-product .main-navigation {
  border-bottom: 1px solid var(--second);
}
.single-product #primary {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .single-product #primary {
    padding-top: 40px;
  }
}
.single-product .woocommerce-breadcrumb {
  max-width: 1166px;
  margin: 0 auto 15px;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .single-product .woocommerce-breadcrumb {
    margin: 0 auto 20px;
  }
}
.single-product .related {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .single-product div.product .container, .single-product div.product .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-product div.product div.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images {
    width: 50%;
    padding-right: 30px;
    position: sticky !important;
    top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.images {
    top: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product div.product div.images {
    padding-right: 65px;
  }
}
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.single-product div.product div.images .flex-viewport {
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images .flex-viewport {
    width: calc(100% - 96px);
  }
}
.single-product div.product div.images .flex-control-thumbs {
  width: 50px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images .flex-control-thumbs {
    width: 80px;
    margin-top: -7.5px;
  }
}
.single-product div.product div.images .flex-control-thumbs li {
  padding-block: 5px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images .flex-control-thumbs li {
    padding-block: 7.5px;
  }
}
.single-product div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
  border: 1px solid transparent;
}
.single-product div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: #707070;
}
.single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow.slick-prev {
  top: 6px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow.slick-prev {
    top: 8.5px;
  }
}
.single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow.slick-next {
  bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images .flex-control-thumbs.slick-vertical .slick-arrow.slick-next {
    bottom: 8.5px;
  }
}
.single-product div.product div.images .flex-control-thumbs.slick-vertical:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.single-product div.product div.entry-summary {
  padding-inline: 25px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary {
    width: 50%;
    padding-inline: 0;
  }
}
.single-product div.product div.entry-summary .product-title-group {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-title-group {
    margin-bottom: 20px;
  }
}
.single-product div.product div.entry-summary .product_title {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  line-height: 1.14;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary .product_title {
    font-size: 35px;
  }
}
.single-product div.product div.entry-summary .product_sub-title {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 1.14;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary .product_sub-title {
    font-size: 35px;
  }
}
.single-product div.product div.entry-summary .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-price {
    margin-bottom: 12px;
  }
}
.single-product div.product div.entry-summary .product-price .price {
  margin: 0;
}
.single-product div.product div.entry-summary .product-price .price .amount {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-body);
}
.single-product div.product div.entry-summary .product-price .product-code {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.single-product div.product div.entry-summary .product-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.single-product div.product div.entry-summary .product-delivery figure {
  max-width: 60px;
}
.single-product div.product div.entry-summary .product-delivery p {
  font-size: 13px;
  margin: 0;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary .product-delivery p {
    font-size: 15px;
  }
}
.single-product div.product div.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }
}
.single-product div.product div.entry-summary .product-stockist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 17px;
  margin-bottom: 12px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary .product-stockist {
    margin-top: 0;
    width: calc(100% - 210px);
  }
}
.single-product div.product div.entry-summary .product-stockist figure {
  margin: 0;
}
.single-product div.product div.entry-summary .product-stockist figure img {
  width: 15px;
  display: block;
}
.single-product div.product div.entry-summary .product-stockist p {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-stockist p {
    font-size: 14px;
  }
}
.single-product div.product div.entry-summary > .product-stockist {
  margin-block: 20px 25px;
}
@media only screen and (max-width: 991px) {
  .single-product div.product div.entry-summary > .product-stockist {
    display: none;
  }
}
.single-product div.product div.entry-summary .product-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-variations {
    margin-bottom: 25px;
  }
}
.single-product div.product div.entry-summary .product-variations .variations {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-variations .variations {
    width: 210px;
  }
}
.single-product div.product div.entry-summary .product-variations .variations tr {
  display: block;
}
.single-product div.product div.entry-summary .product-variations .variations .label {
  display: block;
  text-align: left;
  font-size: 14px;
}
.single-product div.product div.entry-summary .product-variations .variations .label label {
  margin: 0 0 10px;
  font-weight: 500;
}
.single-product div.product div.entry-summary .product-variations .variations .value {
  display: block;
}
.single-product div.product div.entry-summary .product-variations .variations .value input,
.single-product div.product div.entry-summary .product-variations .variations .value select {
  background-color: var(--white);
  border: 1px solid var(--second);
  padding: 5px 24px;
  height: 42px;
  font-size: 14px;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary .product-variations .variations .value input,
  .single-product div.product div.entry-summary .product-variations .variations .value select {
    height: 45px;
  }
}
.single-product div.product div.entry-summary .product-variations .variations .value select {
  padding-right: 45px;
}
.single-product div.product div.entry-summary .product-variations .variations .reset_variations {
  display: none !important;
}
.single-product div.product div.entry-summary .product-variations .product-stockist {
  display: none;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary .product-variations .product-stockist {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.single-product div.product div.entry-summary form.cart {
  margin-bottom: 40px;
}
.single-product div.product div.entry-summary form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .single-product div.product div.entry-summary form.cart .woocommerce-variation-add-to-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product div.product div.entry-summary form.cart .quantity {
  margin: 0;
  float: none;
}
.single-product div.product div.entry-summary form.cart .quantity input {
  background: var(--white);
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: 1px solid var(--second);
  padding: 5px;
  width: 42px;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary form.cart .quantity input {
    width: 50px;
    height: 50px;
  }
}
.single-product div.product div.entry-summary form.cart .quantity input::-webkit-outer-spin-button, .single-product div.product div.entry-summary form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product div.product div.entry-summary form.cart .single_add_to_cart_button {
  font-size: 14px;
  font-weight: 500;
  background: var(--second);
  color: var(--white);
  text-transform: uppercase;
  font-family: new-atten, sans-serif;
  border: 0;
  border-radius: 0;
  height: 42px;
  padding: 5px 10px;
  width: calc(100% - 42px);
  float: none;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.entry-summary form.cart .single_add_to_cart_button {
    height: 50px;
    padding: 5px 20px;
    width: 160px;
  }
}
.single-product div.product div.entry-summary form.cart .single_add_to_cart_button:hover {
  background: var(--primary);
  color: var(--second);
}
.single-product div.product div.entry-summary form.cart .product-wholesale-text {
  width: 100%;
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary form.cart .product-wholesale-text {
    font-size: 14px;
    padding-left: 30px;
    width: calc(100% - 210px);
  }
}
.single-product div.product div.entry-summary form.cart .product-wholesale-text a {
  text-decoration: underline;
}
.single-product div.product div.entry-summary form.cart .woocommerce-variation-price .amount {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .single-product div.product div.entry-summary form.cart .product-stockist {
    display: none;
  }
}
.single-product div.product div.entry-summary form.cart:not(.variations_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .single-product div.product div.entry-summary form.cart:not(.variations_form) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product div.product .related-products {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .single-product div.product .related-products .product__items .swiper-button-prev,
  .single-product div.product .related-products .product__items .swiper-button-next {
    top: 45vw;
  }
}
.single-product div.product .related-products .products {
  display: block;
}
.single-product div.product .related-products .products .product-slider {
  width: 100%;
}
.single-product div.product .related-products .products .slick-list {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 7px;
  width: 100%;
}
.single-product div.product .related-products .products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product div.product .related-products .products .product {
  width: auto;
  margin: 0;
  clear: none;
  float: left;
  padding: 0 8px;
}

.woocommerce-page.archive .shop-wrap {
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .shop-wrap {
    padding: 85px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .shop-wrap .container, .woocommerce-page.archive .shop-wrap .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .shop-wrap .shop__sidebar {
    width: 272px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .shop__sidebar.shown-all .shop__widget {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .shop__sidebar.shown-all .shop__filter::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .shop-wrap .shop__order {
    display: none;
  }
}
.woocommerce-page.archive .shop-wrap .shop__order .woocommerce-ordering {
  width: 100%;
  float: none;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .shop__order .woocommerce-ordering {
    display: block;
  }
}
.woocommerce-page.archive .shop-wrap .shop__order .woocommerce-ordering select {
  width: 100%;
}
.woocommerce-page.archive .shop-wrap .shop__filter {
  background: var(--second);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 13px 30px 13px 10px;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.woocommerce-page.archive .shop-wrap .shop__filter img {
  width: 20px;
}
.woocommerce-page.archive .shop-wrap .shop__filter h3 {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: new-atten, sans-serif;
}
.woocommerce-page.archive .shop-wrap .shop__filter::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url("../images/arrow-left-white.svg") no-repeat 0 0/100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 3.5px);
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .shop__filter::before {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.woocommerce-page.archive .shop-wrap .shop__widget {
  background: var(--primary);
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .shop__widget {
    display: none;
  }
}
.woocommerce-page.archive .shop-wrap .shop__widget-title {
  margin: 0;
  color: var(--text-body);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 30px 15px 25px;
  font-family: new-atten, sans-serif;
  position: relative;
  cursor: pointer;
}
.woocommerce-page.archive .shop-wrap .shop__widget-title::before {
  content: "";
  width: 7px;
  height: 4px;
  background: url("../images/arrow-down.svg") no-repeat 0 0/100%;
  position: absolute;
  right: 18px;
  top: calc(50% - 3.5px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.woocommerce-page.archive .shop-wrap .shop__widget-content {
  padding: 5px 25px 17px;
  display: none;
}
.woocommerce-page.archive .shop-wrap .shop__widget-content .facetwp-facet {
  margin: 0;
}
.woocommerce-page.archive .shop-wrap .shop__widget-content .facetwp-facet .facetwp-checkbox {
  background: none;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.woocommerce-page.archive .shop-wrap .shop__widget-content .facetwp-facet .facetwp-checkbox::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 0;
  background: var(--white);
}
.woocommerce-page.archive .shop-wrap .shop__widget-content .facetwp-facet .facetwp-checkbox::after {
  content: "";
  top: 5px;
  left: 7px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid var(--second);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 7px;
  opacity: 0;
}
.woocommerce-page.archive .shop-wrap .shop__widget-content .facetwp-facet .facetwp-checkbox.checked::after {
  opacity: 1;
  visibility: visible;
}
.woocommerce-page.archive .shop-wrap .shop__widget.shown .shop__widget-title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.woocommerce-page.archive .shop-wrap .woocommerce-ordering {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .woocommerce-ordering {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }
}
.woocommerce-page.archive .shop-wrap .woocommerce-ordering .orderby {
  border: 1px solid var(--second);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  height: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page.archive .shop-wrap .woocommerce-ordering .orderby {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .shop-wrap #primary {
    width: calc(100% - 288px);
  }
}
.woocommerce-page.archive .shop-wrap #primary .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-page.archive .shop-wrap #primary .products {
    gap: 12px;
    margin-bottom: 35px;
  }
}
.woocommerce-page.archive .shop-wrap #primary .products .product {
  -ms-flex-preferred-size: calc(50% - 3px);
      flex-basis: calc(50% - 3px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-page.archive .shop-wrap #primary .products .product {
    -ms-flex-preferred-size: calc(33.33% - 8px);
        flex-basis: calc(33.33% - 8px);
    margin: 0 0 30px;
  }
}
.woocommerce-page.archive .grid-images--promotion {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page.archive .grid-images--promotion {
    padding-top: 90px;
  }
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
  border: 0;
  padding: 0;
  background: none;
  min-width: 30px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span,
.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers {
  font-size: 18px;
  border: 0;
  padding: 0;
  background: none;
  font-weight: 300;
  font-family: brandon-grotesque, sans-serif;
  color: var(--second);
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.current,
.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination .page-numbers li .prev {
  background: url("../images/arrow-left-long-white.png") no-repeat 50% 50%/18px var(--second);
  color: var(--white);
  height: 45px;
  width: 45px;
  font-size: 0;
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li .next {
  background: url("../images/arrow-right-long-white.png") no-repeat 50% 50%/18px var(--second);
  color: var(--white);
  height: 45px;
  width: 45px;
  font-size: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce.archive .banner-slider__content {
    padding: 60px 30px 0;
  }
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--primary);
  border: 0;
  font-family: new-atten, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--second);
  font-weight: 500;
  padding: 11px 30px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--primary);
  color: var(--second);
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--second);
  vertical-align: top;
  background: transparent !important;
}
.woocommerce table.shop_table th {
  text-transform: uppercase;
  font-size: 18px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  padding: 13px 20px 13px 0;
}
.woocommerce table.shop_table th.product-name {
  width: 34%;
}
.woocommerce table.shop_table th.product-price {
  width: 17%;
}
.woocommerce table.shop_table td {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table td {
    padding: 40px 20px 40px 0;
  }
}
.woocommerce table.shop_table td.product-options .variation {
  margin: 0;
}
.woocommerce table.shop_table td.product-options .variation dd {
  margin: 0;
}
.woocommerce table.shop_table td.product-price .amount {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table td.product-price .amount {
    font-size: 20px;
    font-weight: 400;
  }
}
.woocommerce table.shop_table td.product-quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid var(--second);
  padding: 5px 10px;
  text-align: center;
}
.woocommerce table.shop_table td.product-subtotal .amount {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce table.shop_table td.product-subtotal .product-remove {
  text-align: left;
  margin-bottom: 25px;
}
.woocommerce table.shop_table td.product-subtotal .product-remove a {
  color: var(--second) !important;
  height: auto;
  width: 100%;
  max-width: 166px;
  padding: 18px 30px;
}
.woocommerce table.shop_table td.actions {
  padding: 0;
}
.woocommerce table.shop_table td.actions .coupon {
  padding: 20px 0;
}
.woocommerce table.shop_table td.actions .coupon label {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table td.actions .coupon input,
  .woocommerce table.shop_table td.actions .coupon button {
    min-width: initial !important;
    width: 100% !important;
    max-width: 48% !important;
    padding-inline: 10px !important;
  }
}
.woocommerce table.shop_table td.actions .coupon input {
  height: 45px;
  background: none;
  min-width: 200px;
  border: 1px solid var(--second);
  padding: 2px 15px;
}
.woocommerce table.shop_table td.actions .coupon button {
  height: 45px;
}
.woocommerce table.shop_table .title-table-sp {
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table .title-table-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .table-row-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.woocommerce table.shop_table.cart tr td::before {
  display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td, .woocommerce table.shop_table.woocommerce-table--order-details tr th,
.woocommerce table.shop_table.woocommerce-table--order-details tr td {
  padding: 20px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th.product-name, .woocommerce table.shop_table.woocommerce-table--order-details tr th.product-name {
  width: 70%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th.product-total, .woocommerce table.shop_table.woocommerce-table--order-details tr th.product-total {
  text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:last-child, .woocommerce table.shop_table.woocommerce-table--order-details tr td:last-child {
  text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .wc-item-meta, .woocommerce table.shop_table.woocommerce-table--order-details .wc-item-meta {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart__product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce .cart__product-image {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart__product-image {
    width: 48%;
    text-align: left;
  }
}
.woocommerce .cart__product-image img {
  min-width: 100%;
}
.woocommerce .cart__product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart__product-meta {
    width: 52%;
    padding-left: 16px;
  }
}
.woocommerce .cart__product-meta h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow-wrap: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart__product-meta h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0 0;
  }
}
.woocommerce .cart__product-meta .variation {
  display: none;
}
.woocommerce .cart__product-meta .product-remove {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart__product-meta .product-remove {
    display: none;
  }
}
.woocommerce .cart__product-meta .product-remove a {
  color: var(--second) !important;
  height: auto;
  width: 100%;
  max-width: 143px;
  padding: 10px 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
}
.woocommerce .cart__footer > a,
.woocommerce .cart__footer > button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart__footer > a,
  .woocommerce .cart__footer > button {
    width: 100%;
    display: block;
    margin-bottom: 17px;
  }
}
.woocommerce .cart__subtotal {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart__subtotal {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart-collaterals {
    margin-top: 33px;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals .text-terms-and-conditions {
  color: var(--red);
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals .text-terms-and-conditions {
    text-align: right;
  }
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout::before, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .checkout-button {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-terms-and-conditions-wrapper .checkbox {
  padding-left: 35px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-terms-and-conditions-wrapper .checkbox > span {
  top: 3px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-terms-and-conditions-wrapper .checkbox p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-terms-and-conditions-wrapper .checkbox strong {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-terms-and-conditions-wrapper .checkbox a {
  text-decoration: underline;
}
.woocommerce .woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  /*.woocommerce-shipping-methods {
            li {
                &:not(:first-child) {
                    display: none;
                }

                input {
                    display: none;
                }
            }
        }*/
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-checkout {
    gap: 30px;
    margin-bottom: 76px;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup ul {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-checkout #customer_details {
    width: calc(50% - 20px);
  }
}
.woocommerce .woocommerce-checkout #customer_details > div {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-checkout #order_review {
    width: calc(50% - 20px);
  }
}
.woocommerce .woocommerce-checkout #payment {
  border-radius: 0;
  background: var(--primary);
}
.woocommerce .woocommerce-checkout #payment button {
  background: var(--white);
}
.woocommerce .woocommerce-checkout .select2 .select2-selection {
  border: 0;
  height: auto;
}
.woocommerce .woocommerce-checkout .select2 .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout .select2 .select2-selection__arrow {
  height: 100%;
}
.woocommerce .select2-dropdown.select2-dropdown--below {
  border-radius: 0;
}

.woocommerce-checkout .site-main .entry-content {
  max-width: 100%;
}
.woocommerce-checkout .site-main .woocommerce-order-overview {
  padding: 0;
}
.woocommerce-checkout .site-main .woocommerce-order-overview li {
  margin-bottom: 15px;
}

.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-account:not(.logged-in) .entry-content {
  max-width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 460px;
  margin: 0 auto;
}
.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  display: none;
}
.woocommerce-account form.woocommerce-form .woocommerce-form-row {
  margin-bottom: 20px;
}
.woocommerce-account form.woocommerce-form .woocommerce-form-row.woocommerce-form-row--first, .woocommerce-account form.woocommerce-form .woocommerce-form-row.woocommerce-form-row--last {
  width: 100%;
  float: none;
}
.woocommerce-account form .woocommerce-form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: 14px;
  font-family: new-atten, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-account form .woocommerce-form-row label .required {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: var(--second);
}
.woocommerce-account form.woocommerce-form-login {
  border: 0;
  padding: 0;
}
.woocommerce-account form.woocommerce-form-login .login-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.woocommerce-account form.woocommerce-form-login .login-submit::before, .woocommerce-account form.woocommerce-form-login .login-submit::after {
  display: none;
}
.woocommerce-account form.woocommerce-form-login .login-submit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account form.woocommerce-form-login .login-submit__inner {
    gap: 33px;
  }
}
.woocommerce-account form.woocommerce-form-login .login-submit__inner button {
  min-width: 142px;
  margin: 0;
}
.woocommerce-account form.woocommerce-form-login .login-submit__inner a {
  font-size: 14px;
  text-decoration: underline;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme {
  padding-left: 32px;
  line-height: 22px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme span {
  background: var(--primary);
  border-color: var(--primary);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 272px;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--second);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: brandon-grotesque, sans-serif;
  display: block;
  padding: 31px 0;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 272px);
  padding-left: 110px;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses::before, .woocommerce-account .woocommerce-MyAccount-content .addresses::after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  border: 1px solid var(--second);
  padding: 20px;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: calc(50% - 15px);
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-color: var(--second);
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--second);
}
@media only screen and (max-width: 650px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    float: none !important;
    margin-top: 10px !important;
    display: block !important;
  }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: none;
}

.site-main .container .woocommerce-notices-wrapper, .site-main .woocommerce-notices-wrapper .woocommerce-notices-wrapper {
  padding: 0;
}

.out-of-stock {
  border: 1px solid;
  padding: 2px 10px;
  display: inline-block;
}

/** Sections **/
.banner-section {
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .banner-section {
    padding: 0 0 130px;
  }
}
.banner-section__wrapper {
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .banner-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .banner-section__content {
    width: 50%;
    padding-left: 15px;
  }
}
.banner-section__content--inner {
  max-width: 568px;
  padding: 70px 30px 40px;
}
@media only screen and (min-width: 768px) {
  .banner-section__content--inner {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .banner-section__content--inner {
    padding: 70px 0;
  }
}
.banner-section__content--body {
  max-width: 560px;
}
.banner-section__content h3 {
  font-size: 14px;
  line-height: 24px;
  font-family: new-atten, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .banner-section__content h3 {
    font-size: 15px;
  }
}
.banner-section__content h1 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .banner-section__content h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-section__content h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.banner-section figure {
  position: relative;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .banner-section figure {
    width: 45%;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .banner-section figure {
    width: 30%;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-section figure {
    width: 26%;
  }
}
.banner-section figure::before {
  bottom: -53.5px;
  right: 15px;
  width: 107px;
  height: 107px;
}
@media only screen and (min-width: 768px) {
  .banner-section figure::before {
    width: 130px;
    height: 130px;
    left: -65px;
    bottom: -65px;
    right: auto;
  }
}
.banner-section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section--yellow .banner-section__wrapper {
  background: var(--primary);
}

.woocommerce ul.products li.product img, .product-wrap .product img {
  margin: 0 0 20px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .product-wrap .product h2.woocommerce-loop-product__title {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.4;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title, .product-wrap .product h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 300;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title--sub, .product-wrap .product .woocommerce-loop-product__title--sub {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title--sub, .product-wrap .product .woocommerce-loop-product__title--sub {
    font-size: 18px;
    line-height: 23px;
  }
}
.woocommerce ul.products li.product h3, .product-wrap .product h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  font-family: brandon-grotesque, sans-serif;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product h3, .product-wrap .product h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.woocommerce ul.products li.product .price, .product-wrap .product .price {
  display: block;
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: var(--text-body);
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product .price, .product-wrap .product .price {
    margin: 5px 0 0;
    font-size: 14px;
  }
}
.woocommerce ul.products li.product .product__note-variable, .product-wrap .product .product__note-variable {
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product .product__note-variable, .product-wrap .product .product__note-variable {
    margin-top: 3px;
  }
}
.woocommerce ul.products li.product:hover img, .product-wrap .product:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-slide .product {
  float: none !important;
  width: 100% !important;
}

.product-wrap .product {
  text-align: center;
  display: block;
  float: none;
}

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product {
  text-align: center;
  display: block;
  float: none;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (max-width: 767px) {
  .banner-slider {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__inner {
    max-height: calc(100vh - 180px);
  }
}
.banner-slider__breadcrumb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__breadcrumb {
    font-size: 15px;
  }
}
.banner-slider__breadcrumb span {
  font-weight: 700;
}
.banner-slider__breadcrumb li + li::before {
  content: ">";
  margin-right: 5px;
}
.banner-slider__breadcrumb li a:hover {
  opacity: 0.7;
}
.banner-slider__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.banner-slider__note img {
  width: 60px;
}
.banner-slider__note span {
  width: calc(100% - 60px);
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .banner-slider__note span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__images {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__images .slick-list {
    height: 100%;
  }
}
.banner-slider__images .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .banner-slider__images .slick-track {
    height: 100%;
  }
}
.banner-slider__images picture {
  height: auto;
  display: block;
}
.banner-slider__images picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider__content {
  position: relative;
  z-index: 5;
  background: var(--primary);
  padding: 60px 30px 50px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content {
    width: 50%;
    padding: 30px 20px 30px 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6% 3% 5% 4%;
  }
}
.banner-slider__content::before {
  top: -66px;
  right: 13px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content::before {
    top: 25px;
    left: -66px;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__content::before {
    top: 32px;
    left: -82px;
  }
}
.banner-slider__content h3 {
  font-size: 14px;
  line-height: 24px;
  font-family: new-atten, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content h3 {
    font-size: 15px;
  }
}
.banner-slider__content h1,
.banner-slider__content .banner-slider__heading {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: brandon-grotesque, sans-serif;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content h1,
  .banner-slider__content .banner-slider__heading {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__content h1,
  .banner-slider__content .banner-slider__heading {
    font-size: 45px;
    line-height: 50px;
  }
}
.banner-slider__content--list {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content--list {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__content--inner {
    max-width: 444px;
  }
}
.banner-slider__content--inner .slick-list {
  padding-bottom: 1px;
}
.banner-slider__content--body {
  margin-bottom: 18px;
}
.banner-slider__content--body p {
  margin-bottom: 18px;
}
.banner-slider__content--item {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .banner-slider--reverse .banner-slider__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider--reverse .banner-slider__content {
    padding: 30px 0 30px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider--reverse .banner-slider__content {
    padding: 6% 0 5% 3%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider--reverse .banner-slider__content--inner {
    max-width: 568px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider--reverse .banner-slider__content--inner {
    padding-right: 14%;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider--reverse .banner-slider__content::before {
    left: auto;
    right: -66px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider--reverse .banner-slider__content::before {
    left: auto;
    right: -82px;
  }
}
.banner-slider--white .banner-slider__content {
  background: var(--white);
}

.slider-section {
  padding: 55px 0 50px;
}
@media only screen and (min-width: 768px) {
  .slider-section {
    padding: 74px 0 104px;
  }
}
.slider-section .slick-list {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 7px;
}
.slider-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-section h2 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 18px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .slider-section h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 27px;
  }
}
.slider-section__heading {
  max-width: 944px;
}
@media only screen and (max-width: 767px) {
  .slider-section__heading {
    padding-inline: 30px;
  }
}
.slider-section__content {
  border-top: 1px solid var(--second);
  padding-top: 28px;
  margin-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .slider-section__content {
    padding-top: 38px;
    margin-bottom: 66px;
  }
}
.slider-section__items .swiper-button-prev,
.slider-section__items .swiper-button-next {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}
.slider-section__item {
  height: auto;
  position: relative;
}
.slider-section__item figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.slider-section__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-section__item figure figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 210px;
  text-align: center;
  padding: 14px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-section__item figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slider-section__item figure:hover figcaption {
  background: var(--primary);
}

.grid-images {
  background: var(--primary);
  padding: 16px 0;
}
@media only screen and (min-width: 992px) {
  .grid-images {
    padding: 94px 0 100px;
  }
}
.grid-images .container, .grid-images .woocommerce-notices-wrapper {
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .grid-images .container, .grid-images .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.grid-images__item {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .grid-images__item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 991px) {
  .grid-images__item + .grid-images__item {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-images__item--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-images__item--full .grid-images__item--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18.8%;
  }
  .grid-images__item--full .grid-images__item--body p {
    margin: 0;
  }
  .grid-images__item--full .grid-images__item--body a {
    white-space: nowrap;
    margin: 0;
  }
}
.grid-images__item picture {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .grid-images__item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.grid-images__item picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--second);
  opacity: 0.65;
  z-index: 1;
  mix-blend-mode: multiply;
}
.grid-images__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-images__item--inner {
  z-index: 5;
  padding: 37px 32px;
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .grid-images__item--inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 30px;
  }
}
.grid-images__item--inner h3 {
  font-size: 23px;
  line-height: 32px;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 9px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .grid-images__item--inner h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-images__item--inner h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.grid-images__item--inner a {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .grid-images__item--inner a {
    margin-top: 10px;
  }
}
.grid-images__item--body {
  display: none;
}
@media only screen and (max-width: 991px) {
  .grid-images__item--body {
    display: block !important;
    padding-top: 0 !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .grid-images__item--body {
    padding-top: 24px;
  }
}
.grid-images--small {
  padding: 20px 0 40px;
}
.grid-images--white {
  background: var(--white);
}
.grid-images--promotion {
  padding: 0 0 50px;
  background: transparent;
}

.content-media {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .content-media {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content-media .container, .content-media .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .content-media .container, .content-media .woocommerce-notices-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-media__media {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-media__media {
    width: 50%;
  }
}
.content-media__media picture {
  width: calc(100% - 11px);
  position: relative;
  z-index: 1;
  background: var(--primary);
  margin: 0 11px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-media__media picture {
    width: calc(100% - 20px);
    margin: 0 20px 0 0;
  }
}
.content-media__media picture img {
  width: 100%;
  -webkit-transform: translate(11px, 11px);
          transform: translate(11px, 11px);
}
@media only screen and (min-width: 768px) {
  .content-media__media picture img {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
.content-media__content {
  padding: 60px 30px 0;
}
@media only screen and (min-width: 768px) {
  .content-media__content {
    width: 50%;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .content-media__content {
    padding: 20px 9% 20px 8.5%;
  }
}
.content-media__content h3 {
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .content-media__content h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 22px;
  }
}
.content-media__content .btn-outline, .content-media__content .form__row--submit .wpcf7-submit, .form__row--submit .content-media__content .wpcf7-submit, .content-media__content .woocommerce .cart__product-meta .product-remove a, .woocommerce .cart__product-meta .product-remove .content-media__content a, .content-media__content .woocommerce #respond input#submit, .woocommerce #respond .content-media__content input#submit,
.content-media__content .woocommerce a.button,
.woocommerce .content-media__content a.button,
.content-media__content .woocommerce button.button,
.woocommerce .content-media__content button.button,
.content-media__content .woocommerce input.button,
.woocommerce .content-media__content input.button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .content-media--reverse .container .content-media__media, .content-media--reverse .woocommerce-notices-wrapper .content-media__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .content-media--video {
    padding: 62px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content-media--video .content-media__media {
    width: 57.8%;
  }
}
@media only screen and (min-width: 768px) {
  .content-media--video .content-media__content {
    width: 42.2%;
  }
}
@media only screen and (min-width: 992px) {
  .content-media--video .content-media__content {
    padding: 20px 0 20px 10%;
  }
}

.find-stockist {
  padding: 25px 0 30px;
}
@media only screen and (min-width: 768px) {
  .find-stockist {
    padding: 50px 0;
  }
}
.find-stockist__inner {
  position: relative;
  z-index: 1;
  border: 1px solid var(--second);
  margin: 0 17px 17px 0;
}
@media only screen and (min-width: 768px) {
  .find-stockist__inner {
    margin: 0 20px 20px 0;
  }
}
.find-stockist__inner--bg {
  background: #EEEDF3;
  padding: 30px 40px 50px 30px;
  -webkit-transform: translate(17px, 17px);
          transform: translate(17px, 17px);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .find-stockist__inner--bg {
    padding: 46px 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
.find-stockist__inner h2 {
  margin: 0 0 26px;
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .find-stockist__inner h2 {
    width: calc(100% - 230px);
    padding-right: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .find-stockist__inner h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.find-stockist__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .find-stockist__inner form {
    width: 230px;
  }
}
.find-stockist__inner form input[type=text],
.find-stockist__inner form input[type=email] {
  background: var(--white);
  height: 50px;
  text-transform: uppercase;
  width: calc(100% - 50px);
}
.find-stockist__inner form input[type=submit],
.find-stockist__inner form input[type=button],
.find-stockist__inner form button {
  font-size: 0;
  background: url("../images/icons/arrow-right-white.svg") no-repeat 50% 50%/6px var(--second);
  width: 50px;
  padding: 0;
}

.images-title {
  padding: 25px 0 50px;
}
@media only screen and (min-width: 768px) {
  .images-title {
    padding: 50px 0;
  }
}
.images-title .container h2, .images-title .woocommerce-notices-wrapper h2 {
  margin: 0 0 50px;
}
.images-title__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 16px;
}
.images-title__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .images-title__item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
.images-title__item figure {
  margin: 0;
}
.images-title__item figure img {
  max-height: 78px;
}
@media only screen and (min-width: 1200px) {
  .images-title__item figure img {
    max-height: 112px;
  }
}
.images-title__item figure figcaption {
  line-height: 18px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .images-title__item figure figcaption {
    margin-top: 40px;
  }
}

.popup-newsletter {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: 0 auto;
  background: var(--primary);
  position: relative;
  padding: 45px 30px 30px;
}
.popup-newsletter .form-group p {
  display: block;
}
.popup-newsletter .form-group p .wpcf7-form-control-wrap {
  width: calc(100% - 65px);
  display: inline-block;
  float: left;
}
.popup-newsletter .form-group p .wpcf7-spinner {
  clear: both;
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.popup-newsletter .form-group p .wpcf7-spinner:after {
  content: "Loading..";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 10px;
}

.newsletter-section {
  background: var(--primary);
  padding: 41px 0 48px;
}
@media only screen and (min-width: 768px) {
  .newsletter-section {
    padding: 65px 0 56px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-section .container, .newsletter-section .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-section .container, .newsletter-section .woocommerce-notices-wrapper {
    padding: 0 45px;
  }
}
.newsletter-section h2 {
  font-size: 23px;
  line-height: 32px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--text-body);
  letter-spacing: 2px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .newsletter-section h2 {
    font-size: 32px;
    line-height: 38px;
    width: 28%;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-section h2 {
    width: 31%;
    font-size: 35px;
    line-height: 40px;
  }
}
.newsletter-section__content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .newsletter-section__content {
    width: 16%;
    font-size: 15px;
    margin-bottom: 0;
  }
}
.newsletter-section__content p {
  margin: 0;
}
.newsletter-section__form {
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  .newsletter-section__form {
    width: 38%;
    margin-bottom: 0;
  }
}
.newsletter-section__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .newsletter-section__form form {
    margin-bottom: 12px;
  }
}
.newsletter-section__form form p {
  width: 100%;
  color: #dc3232;
  margin: 5px 0 0;
  display: none;
}
.newsletter-section__form form input[type=text],
.newsletter-section__form form input[type=email] {
  background: var(--white);
  height: 45px;
  text-transform: uppercase;
  width: calc(100% - 50px);
}
.newsletter-section__form form input[type=submit],
.newsletter-section__form form input[type=button],
.newsletter-section__form form button {
  font-size: 0;
  background: url("../images/icons/arrow-right-white.svg") no-repeat 50% 50%/6px var(--second);
  width: 50px;
  padding: 0;
}
.newsletter-section__form form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.newsletter-section__form form.error p {
  display: block;
}
.newsletter-section__form p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.newsletter-section__form p a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .newsletter-section__socials {
    width: 14%;
    padding-top: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-section__socials {
    width: 12%;
  }
}
.newsletter-section__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .newsletter-section__socials ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.newsletter-section__socials ul li img {
  height: 19px;
}

.products-slider {
  padding: 35px 0 25px;
}
@media only screen and (min-width: 768px) {
  .products-slider {
    padding: 74px 0 55px;
  }
}
.products-slider h2 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .products-slider h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 20px;
  }
}
.products-slider .product__items .swiper-button-prev,
.products-slider .product__items .swiper-button-next {
  top: 45vw;
}
@media (min-width: 48em) {
  .products-slider .product__items .swiper-button-prev,
  .products-slider .product__items .swiper-button-next {
    top: 36% !important;
  }
}
.products-slider__list .slick-list {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 7px;
  width: 100%;
}
.products-slider__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-slider__list .woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  clear: none;
  float: left;
  padding: 0 8px;
}
.products-slider__list .woocommerce ul.products li.product img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.products-slider__list .woocommerce ul.products li.product a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content-section {
  padding: 30px 30px 20px;
}
@media only screen and (min-width: 768px) {
  .content-section {
    padding: 70px 0 50px;
  }
}
.content-section .container h2, .content-section .woocommerce-notices-wrapper h2 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--second);
}
.content-section .container p, .content-section .woocommerce-notices-wrapper p {
  margin: 0 0 26px;
}
.content-section .container .btn-outline, .content-section .container .form__row--submit .wpcf7-submit, .form__row--submit .content-section .container .wpcf7-submit, .content-section .woocommerce-notices-wrapper .btn-outline, .content-section .woocommerce-notices-wrapper .form__row--submit .wpcf7-submit, .form__row--submit .content-section .woocommerce-notices-wrapper .wpcf7-submit, .content-section .container .woocommerce .cart__product-meta .product-remove a, .woocommerce .cart__product-meta .product-remove .content-section .container a, .content-section .woocommerce-notices-wrapper .woocommerce .cart__product-meta .product-remove a, .woocommerce .cart__product-meta .product-remove .content-section .woocommerce-notices-wrapper a, .content-section .container .woocommerce #respond input#submit, .woocommerce #respond .content-section .container input#submit, .content-section .woocommerce-notices-wrapper .woocommerce #respond input#submit, .woocommerce #respond .content-section .woocommerce-notices-wrapper input#submit,
.content-section .container .woocommerce a.button,
.woocommerce .content-section .container a.button,
.content-section .woocommerce-notices-wrapper .woocommerce a.button,
.woocommerce .content-section .woocommerce-notices-wrapper a.button,
.content-section .container .woocommerce button.button,
.woocommerce .content-section .container button.button,
.content-section .woocommerce-notices-wrapper .woocommerce button.button,
.woocommerce .content-section .woocommerce-notices-wrapper button.button,
.content-section .container .woocommerce input.button,
.woocommerce .content-section .container input.button,
.content-section .woocommerce-notices-wrapper .woocommerce input.button,
.woocommerce .content-section .woocommerce-notices-wrapper input.button {
  margin-top: 5px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
  padding: 36px 0;
}
@media only screen and (min-width: 768px) {
  .video-section {
    padding: 86px 0;
  }
}
.video-section .container, .video-section .woocommerce-notices-wrapper {
  max-width: 973px;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  font-size: 14px;
  line-height: 19px;
  min-height: 20px;
}
.wpcf7-list-item label > input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.wpcf7-list-item label > input:checked ~ span:after {
  opacity: 1;
}
.wpcf7-list-item label > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-body);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7-list-item label > span::after {
  content: "";
  top: 3px;
  left: 7px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid var(--second);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 7px;
  opacity: 0;
}

.form-section {
  background: var(--primary);
  padding: 55px 30px 40px;
}
@media only screen and (min-width: 768px) {
  .form-section {
    padding: 68px 0 80px;
  }
}
.form-section .input, .sidebar .widget .wp-block-search .wp-block-search__input .form-section input,
.form-section .sidebar .widget .wp-block-search .wp-block-search__input input,
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=password],
.form-section input[type=phone],
.form-section input[type=search],
.form-section input[type=date],
.form-section input[type=url],
.form-section textarea,
.form-section select {
  background: var(--white);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-section h2 {
    margin: 0 0 20px;
  }
}
.form-section .container > p, .form-section .woocommerce-notices-wrapper > p {
  margin: 0 0 38px;
}

.form__row {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 16px;
  }
}
.form__row label {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.form__row .wpcf7-list-item label > span::before {
  border-color: var(--white);
  background: var(--white);
}
.form__row--submit {
  margin: 30px 0 0;
}
.form__row--submit label {
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .form__row--submit .form__col {
    margin-bottom: 20px;
  }
}
.form__row--submit .form__col--grow {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.form__row--submit .wpcf7-submit:hover {
  border-color: var(--text-body);
  background: var(--text-body);
  color: var(--white);
}
.form__row--submit .wpcf7-spinner {
  display: none;
}
.form__row--submit label {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .form__row--submit label {
    font-size: 12px;
    line-height: 16px;
  }
}
.form__row--submit label a {
  text-decoration: underline;
}
.form__col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .form__col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__col--grow {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.form__col p {
  margin: 0;
}
.form__col--child {
  width: 100%;
}
.form__col--child + .form__col--child {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .form__col--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.content-slider {
  background: var(--primary);
  padding: 35px 0 50px;
}
@media only screen and (min-width: 768px) {
  .content-slider {
    padding: 75px 0 85px;
  }
}
.content-slider h2 {
  margin: 0 0 35px;
}
.content-slider .slick-list {
  max-width: calc(100% - 90px);
  margin: 0 auto;
  padding: 0 7px;
}
@media only screen and (min-width: 992px) {
  .content-slider .slick-list {
    max-width: 1166px;
  }
}
.content-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-slider .slick-list .slick-track .content-slider__item {
  height: auto;
}
.content-slider .slick-list .slick-track .content-slider__item--inner {
  height: 100%;
}
.content-slider__items .swiper-button-prev,
.content-slider__items .swiper-button-next {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}
.content-slider__item {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .content-slider__item {
    padding: 0 40px;
  }
}
.content-slider__item--inner {
  background: var(--white);
  padding: 50px 40px 30px;
  height: 100%;
}
.content-slider__item h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: new-atten, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.content-slider__item .rating {
  margin-bottom: 30px;
}

.reviews-section {
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) {
  .reviews-section {
    padding: 100px 0 55px;
  }
}
.reviews-section h2 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 18px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .reviews-section h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 27px;
  }
}
.reviews-section__heading {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .reviews-section__heading {
    max-width: 960px;
  }
}
.reviews-section .slick-list {
  max-width: calc(100% - 110px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .reviews-section .slick-list {
    max-width: 960px;
  }
}
.reviews-section__item {
  border: 1px solid var(--text-body);
  overflow: visible;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.reviews-section__item--inner {
  padding: 86px 30px 35px;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  background: var(--third);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item--inner {
    padding: 110px 100px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .reviews-section__item--inner {
    -webkit-transform: translate(16px, 16px);
            transform: translate(16px, 16px);
  }
}
.reviews-section__item--inner::before {
  content: "";
  background: url("../images/icons/quote-icon.png") no-repeat 0 0/100%;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 30px;
  top: 42px;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item--inner::before {
    left: 100px;
    top: 70px;
  }
}
.reviews-section__item--inner .rating {
  position: absolute;
  right: 30px;
  top: 40px;
}
@media only screen and (min-width: 768px) {
  .reviews-section__item--inner .rating {
    right: 100px;
    top: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .content-columns__item:nth-child(4n) .content-columns__item--body h3::after, .content-columns__item:nth-child(4n-1) .content-columns__item--body h3::after, .content-columns__item--body h3::after {
    content: "";
    width: 100vw;
    height: 350px;
    position: absolute;
    bottom: -10px;
    background: var(--primary);
    z-index: -1;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.content-columns {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .content-columns {
    padding: 50px 0 60px;
  }
}
.content-columns__heading {
  background: var(--white);
  padding: 30px 30px 20px 30px;
}
.content-columns__heading .container h2, .content-columns__heading .woocommerce-notices-wrapper h2 {
  display: block;
  margin-bottom: 0 !important;
}
.content-columns__description {
  padding: 40px 30px 30px 30px;
  background: var(--primary);
}
@media only screen and (max-width: 767px) {
  .content-columns__list .container, .content-columns__list .woocommerce-notices-wrapper {
    padding: 0;
  }
}
.content-columns .container > h2, .content-columns .woocommerce-notices-wrapper > h2 {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .content-columns .container > h2, .content-columns .woocommerce-notices-wrapper > h2 {
    margin: 0 0 60px;
  }
}
.content-columns__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .content-columns__inner {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-columns__item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content-columns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 8px);
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .content-columns__item {
    margin-bottom: 0;
  }
  .content-columns__item > div {
    padding-top: 0;
  }
  .content-columns__item > div p {
    padding-inline: 45px;
    padding-block: 20px;
  }
  .content-columns__item h3,
  .content-columns__item figure {
    padding-inline: 45px;
    display: block;
    width: 100%;
  }
  .content-columns__item figure {
    padding-top: 30px;
  }
  .content-columns__item figure img {
    width: 100%;
  }
  .content-columns__item h3 {
    padding-block: 20px;
    margin: 0 !important;
  }
}
.content-columns__item figure {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .content-columns__item figure {
    width: 50%;
  }
}
.content-columns__item--body {
  padding: 20px 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-columns__item--body {
    width: 50%;
    padding: 16% 20px 0 35px;
  }
}
.content-columns__item--body h3 {
  font-size: 15px;
  line-height: 26px;
  font-family: new-atten, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-columns__item--body h3 {
    margin: 0 0 24px;
  }
}
.content-columns__item--body p {
  margin: 0;
}
.content-columns__item:nth-child(4n) figure, .content-columns__item:nth-child(4n-1) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 48em) {
  .content-columns__item:nth-child(4n) .content-columns__item--body, .content-columns__item:nth-child(4n-1) .content-columns__item--body {
    padding: 16% 35px 0 20px;
  }
}
.content-columns__item:nth-child(4n) .content-columns__item--body h3::after, .content-columns__item:nth-child(4n-1) .content-columns__item--body h3::after {
  bottom: initial;
  top: calc(100% + 10px);
}
.content-columns__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-columns__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-columns__item:nth-child(odd) h3,
  .content-columns__item:nth-child(odd) figure {
    background: var(--primary);
  }
}
@media only screen and (max-width: 767px) {
  .content-columns__item:nth-child(even) p {
    background: var(--primary);
  }
}
@media only screen and (max-width: 767px) {
  .content-columns__item:last-child {
    margin-bottom: 30px;
  }
}

.gallery-section {
  padding: 60px 0 40px;
}
@media only screen and (min-width: 768px) {
  .gallery-section {
    padding: 62px 0 90px;
  }
}
.gallery-section__primary {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .gallery-section__primary {
    margin-bottom: 16px;
  }
}
.gallery-section__primary .slick-list {
  max-width: 1136px;
  margin: 0 auto;
}
.gallery-section__primary figure {
  margin: 0;
}
.gallery-section__primary figure img {
  width: 100%;
}
.gallery-section__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.5px;
}
@media only screen and (min-width: 992px) {
  .gallery-section__thumbnails {
    gap: 15px;
  }
}
.gallery-section__thumbnails figure {
  width: calc(33.33% - 7px);
  margin: 0;
  opacity: 0.67;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .gallery-section__thumbnails figure {
    width: calc(16.66% - 8.75px);
  }
}
@media only screen and (min-width: 992px) {
  .gallery-section__thumbnails figure {
    width: calc(16.66% - 12.5px);
  }
}
.gallery-section__thumbnails figure img {
  width: 100%;
}
.gallery-section__thumbnails figure.active {
  opacity: 1;
}

.content-rows {
  background: var(--primary);
  padding: 40px 0 60px;
}
@media only screen and (min-width: 768px) {
  .content-rows {
    padding: 60px 0 90px;
  }
}
.content-rows__item {
  padding: 42px 0;
  border-top: 1px solid #575756;
}
@media only screen and (min-width: 768px) {
  .content-rows__item {
    padding: 60px 0;
  }
}
.content-rows__item:last-child {
  border-bottom: 1px solid #575756;
}
.content-rows__item h3 {
  font-size: 15px;
  line-height: 24px;
  font-family: new-atten, sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.content-rows__item p {
  margin: 0 0 20px;
}
.content-rows__item > a {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #575756;
}

.accordion-section {
  padding: 46px 0 30px;
}
@media only screen and (min-width: 768px) {
  .accordion-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-section .container h2, .accordion-section .woocommerce-notices-wrapper h2 {
    padding-inline: 30px;
  }
}
.accordion-section__inner {
  background: var(--third);
  padding: 35px 30px;
}
@media only screen and (min-width: 768px) {
  .accordion-section__inner {
    padding: 60px 96px 80px;
  }
}
.accordion-section__item + .accordion-section__item > h3 {
  border-top: 1px solid var(--second);
}
.accordion-section__item > h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  padding: 30px 50px 14px 24px;
  font-family: new-atten, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.accordion-section__item > h3::before {
  content: "";
  background: url("../images/icons/arrow-down.svg") no-repeat 0 0/100%;
  width: 7px;
  height: 4px;
  position: absolute;
  top: 37px;
  right: 24px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-section__item--body {
  padding: 10px 24px 35px;
  display: none;
}
.accordion-section__item--body h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  font-family: new-atten, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 24px;
}
.accordion-section__item--body p {
  margin: 0 0 20px;
}
.accordion-section__item--body > a {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #575756;
}
.accordion-section__item:last-child {
  border-bottom: 1px solid var(--second);
}
.accordion-section__item.shown > h3::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.border-seperate__inner {
  border-top: 1px solid #575756;
}

.image-columns {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .image-columns {
    padding: 90px 0;
  }
}
.image-columns::before {
  content: "";
  width: 100%;
  height: 75%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--primary);
}
@media only screen and (min-width: 768px) {
  .image-columns::before {
    height: 50%;
  }
}
.image-columns .container, .image-columns .woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .image-columns .container, .image-columns .woocommerce-notices-wrapper {
    gap: 16px;
  }
}
.image-columns__item {
  width: calc(50% - 7px);
}
@media only screen and (min-width: 768px) {
  .image-columns__item {
    width: calc(25% - 12px);
  }
}
.image-columns__item figure {
  margin: 0;
}
.image-columns__item figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .map-section {
    padding: 30px 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .map-section {
    padding: 90px 0 30px;
  }
}
.map-section #map {
  height: 375px;
}
@media only screen and (min-width: 992px) {
  .map-section #map {
    height: 455px;
  }
}
.map-section #mapbox-pin {
  display: none;
}
.map-section__inner {
  position: relative;
}
.map-section__info {
  padding: 35px 30px;
}
@media only screen and (min-width: 992px) {
  .map-section__info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: var(--white);
    max-width: 370px;
    padding: 55px 35px;
  }
}
.map-section__info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section__info--item + .map-section__info--item {
  margin-top: 15px;
}
.map-section__info--item figure {
  width: 50px;
}
.map-section__info--item > div {
  width: calc(100% - 50px);
  padding-left: 25px;
}
.map-section__info--item h3 {
  font-family: new-atten, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.map-section__info--item p {
  margin: 0;
  font-size: 15px;
}

.popup-latest-news {
  width: calc(100% - 30px);
  max-width: 725px;
  margin: 0 auto;
  background: var(--primary);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .popup-latest-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.popup-latest-news .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: url("../images/close.svg") no-repeat 50% 50%/12px;
}
@media only screen and (min-width: 768px) {
  .popup-latest-news picture {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.popup-latest-news picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-latest-news .wpcf7 {
  margin: 18px 0 20px;
}
.popup-latest-news__content {
  padding: 35px;
}
@media only screen and (min-width: 768px) {
  .popup-latest-news__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 45px 10px;
  }
}
.popup-latest-news__content h2 {
  margin: 0 0 10px;
}
.popup-latest-news__content small {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.popup-latest-news__content a {
  text-decoration: underline;
}

.form-group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group p .wpcf7-form-control-wrap {
  width: calc(100% - 50px);
}
.form-group p .wpcf7-form-control-wrap input {
  height: 45px;
  background: var(--white);
  width: 100%;
}
.form-group p .wpcf7-submit {
  width: 50px;
  height: 45px;
  font-size: 0;
  background: url("../images/arrow-right-white.svg") no-repeat 50% 50%/4px var(--second);
}
.form-group .wpcf7-spinner {
  display: none;
}

.error-404 {
  max-width: 848px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .error-404 {
    padding-bottom: 80px;
  }
}
.error-404 .btn, .error-404 .sidebar .widget .wp-block-search .wp-block-search__input button, .sidebar .widget .wp-block-search .wp-block-search__input .error-404 button, .error-404 .woocommerce table.shop_table td.product-subtotal .product-remove a, .woocommerce table.shop_table td.product-subtotal .product-remove .error-404 a {
  margin-top: 20px;
}

.blog .page__header span {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .blog .page__header span {
    font-size: 15px;
  }
}
.blog .page__header h1 {
  margin: 10px 0;
  font-size: 26px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .blog .page__header h1 {
    font-size: 45px;
  }
}

.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-inline: 20px;
}
@media (min-width: 48em) {
  .blogs {
    margin-top: 80px;
    row-gap: 45px;
    padding-inline: 0;
  }
}
.blogs article {
  width: 100%;
}
@media (min-width: 48em) {
  .blogs article {
    max-width: calc(50% - 8px);
  }
}
.blogs article.post {
  margin: 0 !important;
}
.blogs article .entry-header a {
  display: block;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .blogs article .entry-header a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.blogs .post-thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 48em) {
  .blogs .post-thumbnail img {
    height: 352px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blogs .post-thumbnail:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.blogs .post-date {
  font-size: 18px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #575756;
  padding-block: 10px;
  letter-spacing: 0.06em;
  color: #575756;
}

.single__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #F2F0EC;
}
@media only screen and (max-width: 767px) {
  .single__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: calc(100% - 40px);
    margin: 20px;
    padding-bottom: 70px;
  }
}
@media (min-width: 48em) {
  .single__header {
    min-height: 314px;
  }
}
.single__header .container, .single__header .woocommerce-notices-wrapper {
  max-width: 1180px;
  position: relative;
}
@media (min-width: 48em) {
  .single__header .container, .single__header .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single__header .container::after, .single__header .woocommerce-notices-wrapper::after {
  top: 100%;
  left: calc(100% - 160px);
}
@media only screen and (min-width: 768px) {
  .single__header .container::after, .single__header .woocommerce-notices-wrapper::after {
    top: auto;
    bottom: -85px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .single__header .container::after, .single__header .woocommerce-notices-wrapper::after {
    bottom: -110px;
  }
}
.single__header h1 {
  max-width: 656px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .single__header h1 {
    font-size: 26px;
  }
}
.single__header .post-thumbnail {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .single__header .post-thumbnail {
    padding: 0;
    position: absolute;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.single__header .post-thumbnail img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .single__header .post-thumbnail img {
    height: 314px;
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-blog {
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 48em) {
  .single-blog {
    padding-left: 190px;
    padding-right: 0;
  }
}
.single-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #575756;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.single-blog__meta h2 {
  line-height: 1;
  margin: 0;
}
.single-blog__meta span {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media (min-width: 48em) {
  .single-blog__meta span {
    display: block;
  }
}
.single-blog__link {
  display: block;
  margin-top: 20px;
}

.single-post .image-columns {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post .image-columns {
    margin-top: 50px;
    padding: 90px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .video-section {
    padding: 60px 0;
  }
}

.um {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .um .um-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.um .um-form form::after {
  content: "";
  display: block;
  clear: both;
}
.um .um-form .um-row {
  margin: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .um .um-form .um-row {
    margin: 0 0 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .um .um-form .um-row .um-field {
    margin: 0 0 20px;
  }
}
.um .um-form .um-row .um-field-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.um .um-form .um-row .um-field-checkbox input:checked ~ .um-field-checkbox-state {
  border-color: var(--primary);
  background: var(--primary);
}
.um .um-form .um-row .um-field-checkbox input:checked ~ .um-field-checkbox-state:before {
  opacity: 1;
}
.um .um-form .um-row .um-field-checkbox .um-field-checkbox-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-body);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.um .um-form .um-row .um-field-checkbox .um-field-checkbox-state::before {
  content: "";
  top: 2px;
  left: 5px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid var(--second);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 7px;
  opacity: 0;
}
.um .um-form .um-row .um-field-checkbox .um-field-checkbox-state i {
  display: none;
}
.um .um-form .um-row .select2.select2-container .select2-selection {
  height: 50px;
  border: 0 !important;
}
.um .um-form .um-row .select2.select2-container .select2-selection .select2-selection__rendered {
  height: 50px;
  min-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: new-atten, sans-serif;
  background: var(--white);
}
.um .um-form .um-row .select2.select2-container .select2-selection .select2-selection__arrow {
  background: url("../images/arrow-down.svg") no-repeat 50% 50%/7px !important;
}
.um .um-form .um-row .select2.select2-container .select2-selection .select2-selection__arrow::before {
  display: none;
}
.um .um-form .um-row .select2-container .select2-dropdown {
  -webkit-transform: none;
          transform: none;
}
.um .um-form .um-row .um-form-field,
.um .um-form .um-row input.um-form-field {
  min-height: 50px;
  font-size: 15px !important;
  border-radius: 0;
  border: 0 !important;
}
.um .um-form .um-col-alt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .um .um-form .um-col-alt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 300px;
  }
}
.um .um-form .um-col-alt .um-button {
  font-size: 14px;
  font-weight: 500 !important;
  background: none;
  border: 1px solid var(--second) !important;
  color: var(--second);
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 15px !important;
  min-width: 143px !important;
}
.um .um-form .um-col-alt .um-button:hover {
  border-color: var(--white) !important;
  background: var(--white) !important;
}
@media only screen and (min-width: 768px) {
  .um .um-form .row-bottom-form {
    width: calc(100% - 300px);
    margin: 0 !important;
  }
}
.um .um-form .row-bottom-form .um-field-half {
  width: 100%;
}
.um .um-form .um-field-error .um-field-arrow .um-faicon-caret-up {
  color: #C74A4A;
}

.page-template-template-register .entry-header {
  background: var(--primary);
  margin: 0;
  padding: 50px 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-register .entry-header {
    padding: 70px 0 10px;
  }
}
.page-template-template-register .entry-header .entry-title {
  margin: 0;
  font-size: 23px;
  font-weight: lighter;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-template-template-register .entry-header .entry-title {
    font-size: 40px;
  }
}
.page-template-template-register .site-main {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-register .site-main {
    padding-bottom: 55px;
  }
}
.page-template-template-register .um .um-form .um-row .um-field-checkbox input:checked ~ .um-field-checkbox-state {
  background: var(--white);
  border-color: var(--white);
}
.page-template-template-register .um .um-form .um-row .um-field-checkbox .um-field-checkbox-state {
  border-color: var(--white);
  background: var(--white);
}
.page-template-template-register .site-main {
  background: var(--primary);
}
.page-template-template-register .um-register {
  max-width: 100% !important;
}
.page-template-template-register .um-field {
  padding: 0;
}
.page-template-template-register .um-field .um-field-label {
  margin: 0 0 10px;
}
.page-template-template-register .um-field .um-field-label label {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  font-family: new-atten, sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-template-template-register .row-4-columns > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-template-register .row-4-columns > div .um-field {
    width: calc(25% - 12px);
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-register .row-2-columns > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-template-register .row-2-columns > div .um-field {
    width: calc(50% - 8px);
  }
}

.locations .mapboxgl-control-container {
  display: none;
}
@media only screen and (max-width: 991px) {
  .locations .container, .locations .woocommerce-notices-wrapper {
    padding: 0;
  }
}
.locations .mapboxgl-ctrl-attrib-button {
  padding: 0 !important;
}
.locations__map {
  position: relative;
}
.locations__map--detail {
  height: 330px;
  background: var(--primary);
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .locations__map--detail {
    height: 630px;
    margin-top: 0;
  }
}
.locations__map #locations-map {
  height: 100%;
}
.locations__map #locations-map .mapboxgl-marker {
  will-change: auto;
}
.locations__map #locations-map .mapboxgl-marker svg {
  display: block;
}
@media only screen and (min-width: 992px) {
  .locations__search {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    max-width: 413px;
    height: 190px;
    width: 100%;
  }
}
.locations__search--inner {
  width: 100%;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 45px 20px;
}
@media only screen and (min-width: 992px) {
  .locations__search--inner {
    padding: 0 5px;
    height: 190px;
  }
}
.locations__search--inner h2 {
  letter-spacing: 3px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .locations__search--inner h2 {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .locations__search--inner h2 {
    padding-top: 25px;
    border-top: 1px solid var(--second);
  }
}
.locations__search--inner .locations-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 338px;
}
.locations__search--inner .locations-search .suggestions-wrapper {
  display: none;
}
.locations__search--inner .locations-search input {
  height: 45px;
  border: 1px solid var(--second);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--white);
}
.locations__search--inner .locations-search__button {
  border-radius: 0;
  min-width: 50px;
  width: 50px;
  padding: 0;
  cursor: pointer;
  border: 1px solid var(--second);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locations__search--inner .locations-search__button svg {
  margin: 0;
}
.locations__search--inner .locations-search__button svg path {
  fill: var(--second);
}
.locations__search--inner .locations-search__button:hover, .locations__search--inner .locations-search__button:focus {
  background: var(--second);
}
.locations__search--inner .locations-search__button:hover svg path, .locations__search--inner .locations-search__button:focus svg path {
  fill: var(--white);
}
.locations__search--inner .locations-search .mapboxgl-ctrl svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .locations__search:hover .locations__result {
    visibility: visible;
    opacity: 1;
  }
}
.locations__result {
  max-height: 420px;
  background: var(--white);
  padding: 15px 15px 20px 45px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .locations__result {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 7px 0 0;
    max-height: initial;
    height: 440px;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .locations__result {
    display: none;
  }
}
.locations__result::before {
  content: "";
  border-bottom: 1px solid var(--second);
  position: absolute;
  top: 0;
  left: 45px;
  width: calc(100% - 90px);
}
@media only screen and (min-width: 992px) {
  .locations__result::before {
    left: 0;
    width: calc(100% - 40px);
  }
}
.locations__result--inner {
  max-height: 100%;
  overflow-y: auto;
}
.locations__result--inner::-webkit-scrollbar {
  width: 12px;
}
.locations__result--inner::-webkit-scrollbar-track {
  background: var(--primary);
  padding: 2px;
  width: 12px;
  border-radius: 100px;
}
.locations__result--inner::-webkit-scrollbar-thumb {
  background: var(--second);
  border-radius: 100px;
  width: 8px;
}
.locations__result--item {
  padding: 15px 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .locations__result--item {
    padding: 20px 30px 20px 5px;
  }
}
.locations__result--item h3 {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}
.locations__result--item ul li {
  font-size: 15px;
}
.locations__result--item ul li label {
  margin: 0 5px 0 0;
  font-weight: 700;
}
.locations__result--item ul li p {
  margin: 0;
}
.locations__result--item:hover {
  background: var(--primary);
}
.locations__result--item a:hover {
  text-decoration: underline;
}
.locations__result.shown {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .locations__result.shown {
    display: block;
  }
}

.lm-popup {
  padding: 10px 6px 0;
}
.lm-popup__title {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 15px;
}
/*# sourceMappingURL=styles.css.map */