body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin: 0px 10px;
  padding: 9px 12px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  border-color: #fff;
}

.brand {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  padding-top: 17px;
  padding-bottom: 80px;
}

.section.shop-home {
  margin-bottom: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.store-section {
  margin-bottom: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
}

.cms-section---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 89px;
  padding-bottom: 89px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.product-collection-wrapper {
  max-width: 1200px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-collection-wrapper.archive-page {
  width: 70%;
}

.product-collection-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ebeaea;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product-card-wrapper:hover {
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.13);
}

.link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-decoration: none;
}

.post-title {
  margin-bottom: 0px;
  font-family: Neueeinstellung, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.product-price-wf {
  padding: 2px 8px 2px 9px;
  border-radius: 0px;
  background-color: #44c07f;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.product-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.product-add-to-cart:hover {
  box-shadow: 0 4px 19px 0 hsla(0, 0%, 81.2%, 0.4);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.cart-button-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.spin-wheel {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 2px;
  border-radius: 100px;
  background-color: #4cd3ad;
}

.button-5 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #ebebeb;
  background-color: #f3f3f3;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  width: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.button-4:hover {
  background-color: #f3f3f3;
}

.div-block-44 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-6 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

.button-6:hover {
  background-color: #fff;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxed-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boxed-container-2.navigation {
  display: none;
  width: 100%;
  max-width: 1800px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  margin-bottom: 14px;
}

.tab-link-tab-1 {
  margin-right: 10px;
  border-radius: 4px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.tab-link-tab-2 {
  border-radius: 4px;
  background-color: #ddd;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-2:hover {
  background-color: #000;
}

.tab-link-tab-2.w--current {
  color: #fff;
}

.tab-pane-tab-1 {
  padding: 2px 14px;
  border: 1px none #eee;
  border-radius: 4px;
}

.product-gallery {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.lightbox-link-3 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
}

.image-11 {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.slider {
  width: 380px;
  height: 380px;
}

.single-product-add-to-cart {
  margin-top: 10px;
  font-family: Neueeinstellung, sans-serif;
  font-weight: 300;
}

.rating-full {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/star-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.rating-empty {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/star.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shortcode---copy-this {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-57 {
  font-family: Lato, sans-serif;
}

.div-block-101 {
  position: absolute;
  z-index: 9999999999999;
  width: 300px;
  height: auto;
  padding: 27px 19px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-toggle {
  padding: 19px 20px;
}

.dropdown-toggle:hover {
  opacity: 0.5;
}

.dropdown-toggle.w--open {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.empty-state {
  border-radius: 4px;
  text-align: center;
}

.dropdown {
  padding-left: 0px;
}

.image-26 {
  opacity: 1;
}

.image-26:hover {
  opacity: 1;
}

.badge {
  position: absolute;
  top: 11px;
  right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #44c07f;
}

.dropdown-17 {
  padding-left: 11px;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-102 {
  margin-top: 40px;
}

.collection-list-wrapper-4 {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.category-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state-3 {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-39 {
  display: none;
}

.cat-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.cat-card:hover {
  box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: auto;
  min-height: 220px;
  min-width: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.div-block-20:hover {
  border-color: #fff;
  box-shadow: 1px 1px 28px 0 rgba(0, 0, 0, 0.09);
}

.category-heading {
  position: relative;
  z-index: 1;
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.category-heading.v2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

.category-paragraph {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.overlay:hover {
  opacity: 1;
}

.featured-background-image {
  width: 100%;
  height: 226px;
  margin-bottom: 0px;
  background-image: url('../images/imani-clovis-234736-unsplash_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.category-menu-wrapper {
  display: none;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-menu-icon {
  width: 40px;
  margin-bottom: 10px;
}

.category-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -5px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.category-item {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 24%;
  -webkit-flex: 24%;
  -ms-flex: 24%;
  flex: 24%;
}

.collection-list-wrapper-5 {
  max-width: 1200px;
}

.collection-list-5 {
  display: block;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-7 {
  margin-bottom: 30px;
}

.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cart-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.master-button {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #f08402;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Neueeinstellung, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.master-button:hover {
  background-color: #000;
  box-shadow: 0 10px 26px -7px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.sidebar {
  width: 28%;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #ebeaea;
  border-radius: 10px;
  background-color: #fff;
}

.shop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-family: Lato, sans-serif;
}

.global-container {
  margin-bottom: 26px;
}

.dynamic-slider---copy-this {
  width: 100%;
  height: 40vh;
  margin-bottom: 30px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.slide-2.new-picture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.tick {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.cat-menu-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 6px 16px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.cat-menu-card:hover {
  box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.cat-menu-card:focus {
  background-color: #4cd3ad;
}

.big-text {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
}

.clipped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cart-button {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #e7e7e7;
  border-radius: 8px;
  background-color: #f08402;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-button:hover {
  background-color: #f8f5f5;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-108 {
  margin-bottom: 22px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph {
  width: 60%;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.text-block-58 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.collection-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f1f1f1;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.dropdown-list-2 {
  position: static;
  right: 0px;
  bottom: 0px;
  height: 200px;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: -119px;
  top: 44px;
  right: 75px;
  width: 270px;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
}

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

.text-block-60 {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 10px;
}

.dropdown-18 {
  padding-left: 2px;
}

.remove-product-link-2 {
  width: 20px;
  height: 20px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #ff5f5f;
  background-image: url('../images/cancel.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.text-block-61 {
  font-family: Lato, sans-serif;
  color: #969696;
}

.success-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 5px 1px 0px;
  border-color: #30d69a #000 #000;
  background-color: #eefff9;
}

.image-29 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-block-30 {
  border-bottom: 0px solid #000;
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.error-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 26px;
  border-top: 5px solid #ff6767;
  background-color: #ffe7e7;
}

.text-block-62 {
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.general-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #1b9bff;
  background-color: #e2f3ff;
}

.text-block-63 {
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
}

.breadcrumbs-container---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  text-align: center;
}

.text-block-15 {
  padding-right: 10px;
  color: #333;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-transform: uppercase;
}

.list-item-3 {
  float: none;
}

.link-block-3 {
  padding: 7px 13px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-3:hover {
  opacity: 0.75;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  padding-right: 5px;
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 200;
}

.text-block-28 {
  color: #333;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.product_title {
  margin-bottom: 0px;
  font-family: Neueeinstellung, sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.slide-3 {
  background-image: url('../images/belt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-top: 5px;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.current-image-2 {
  width: 380px;
  height: 380px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url('../images/cap.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.not-active-image-2 {
  width: 90px;
  height: 90px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url('../images/beanie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.not-active-image-2:hover {
  opacity: 1;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-summary-2 {
  display: none;
  margin-top: 15px;
  font-family: Neueeinstellung, sans-serif;
  text-align: center;
}

.product-rating-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price-2 {
  font-family: Neueeinstellung, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #eee;
  font-family: Lato, sans-serif;
  color: #000;
}

.collection-list-wrapper-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 20px 20px 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}

.categories:hover {
  border-style: solid;
  border-color: #fff;
  box-shadow: 1px 1px 28px 0 rgba(0, 0, 0, 0.09);
}

.categories.home {
  padding-right: 30px;
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d3d3d;
  text-decoration: none;
}

.image {
  display: inline-block;
}

.text-block-64 {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
}

.text-block-64.home {
  color: #333;
  font-weight: 400;
}

.tags-2 {
  margin-right: 10px;
  margin-left: 0px;
  padding: 7px 13px;
  border-radius: 5px;
  background-color: #ff0085;
  color: #fff;
  text-decoration: none;
}

.tags-2.red {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #7d70d4;
}

.tags-2.red:hover {
  opacity: 0.75;
}

.text-block-22 {
  min-width: auto;
  text-transform: uppercase;
}

.cms-section---copy-this-2 {
  display: block;
  max-width: 1280px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 89px;
  padding-bottom: 89px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-10 {
  margin-top: 56px;
  margin-bottom: 20px;
  font-family: Neueeinstellung, sans-serif;
  text-transform: none;
}

.collection-item-3 {
  margin-bottom: 30px;
}

.heading-11 {
  margin-top: 52px;
  font-family: Neueeinstellung, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Neueeinstellung, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.rich-text-block {
  font-family: Neueeinstellung, sans-serif;
  font-size: 14px;
}

.rich-text-block p {
  font-size: 14px;
}

.div-block-114 {
  padding: 30px;
}

.div-block-115 {
  padding: 30px;
}

.div-block-116 {
  padding: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-category {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.main-category:hover {
  background-color: #000;
  box-shadow: 0 10px 26px -7px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}

.tabs {
  margin-top: 0px;
}

.div-block-117 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 2px auto 2px auto;
  grid-template-rows: auto auto auto;
}

.div-block-118 {
  padding: 30px;
}

.div-block-119 {
  padding: 30px;
}

.container-6 {
  display: none;
}

.search-2 {
  display: inline-block;
  width: 200px;
  margin: 0px 0px 0px 10px;
  color: #fff;
}

.search-input-2 {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.search-input-2:focus {
  border-color: #bf63d3;
}

.search-button-3 {
  display: none;
  padding-bottom: 0px;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-sample {
  z-index: 1;
  padding: 0px 50px;
  background-color: #e82965;
  box-shadow: 1px 1px 34px -2px rgba(0, 0, 0, 0.09), 1px 1px 9px -2px rgba(0, 0, 0, 0.47);
}

.menu-sample.sample-3 {
  z-index: 4;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f08402;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.sample-link {
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
}

.sample-link:hover {
  background-color: #e94477;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.sample-link.with-icon {
  width: 160px;
  margin-top: 5px;
  padding-top: 15px;
  padding-left: 34px;
  background-image: url('../images/favourites-filled-star-symbol.svg');
  background-position: 22% 46%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
  text-align: center;
}

.sample-link.with-icon:hover {
  background-color: #2ec2d7;
}

.sample-link.with-icon.sample3:hover {
  background-color: #872f9b;
}

.sample-link.sample3 {
  margin: 10px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Neueeinstellung, sans-serif;
  font-weight: 400;
}

.sample-link.sample3:hover {
  background-color: #272727;
}

.sample-link.sample3.w--current {
  color: #fff;
}

.logo-sample {
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 200ms cubic-bezier(.55, .085, .68, .53);
}

.logo-sample:hover {
  opacity: 0.75;
}

.search-3 {
  display: inline-block;
  width: 200px;
  margin: 10px 0px 0px 10px;
  color: #fff;
}

.search-form---copy-this {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  text-align: left;
}

.search-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 33px 33px 65px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url('../images/magnifying-glass-1_1.svg');
  background-position: 21px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  color: #352b85;
  font-size: 18px;
}

.search-input:focus {
  box-shadow: 1px 1px 19px 0 #201846;
}

.search-input.udeslyshop {
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 21px 50%;
  background-size: 28px;
  box-shadow: 1px 1px 23px -5px rgba(0, 0, 0, 0.2);
}

.search-button {
  display: none;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-3 {
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
}

.heading-12 {
  font-family: Neueeinstellung, sans-serif;
}

.result {
  width: 60%;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.text-block-54 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.link-11 {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #08d46b;
  font-family: Neueeinstellung, sans-serif;
  font-weight: 700;
}

.collection-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f1f1f1;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart {
  padding: 0px 40px 0px 0px;
}

.mini-cart:hover {
  opacity: 0.5;
}

.dropdown---copy-this {
  z-index: 90;
  padding-left: 11px;
}

.badge-2 {
  position: absolute;
  left: 15px;
  top: -6px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #47d68c;
}

.link-12 {
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 4px;
  background-color: #08d46b;
  font-family: Neueeinstellung, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.text-block-55 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-52 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9px;
}

.dropdown-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
}

.dropdown-list.w--open {
  position: absolute;
  left: auto;
  top: 44px;
  right: 75px;
  bottom: auto;
  z-index: 99999;
  width: 270px;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
}

.mini-cart-2 {
  padding: 0px 40px 0px 0px;
}

.mini-cart-2:hover {
  opacity: 0.5;
}

.dropdown---copy-this-2 {
  position: static;
  display: inline-block;
  overflow: visible;
  margin-top: 19px;
  padding-left: 11px;
}

.badge-3 {
  position: absolute;
  left: 16px;
  top: -6px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #47d68c;
}

.product-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cart-image-2 {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-2 {
  padding-top: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-apiary.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bg-apiary.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.custom-container-2 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 68px 40px 118px;
}

.heading {
  display: block;
  margin-top: 27px;
  margin-bottom: 22px;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.text-block {
  width: 600px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
}

.button-main {
  display: block;
  width: 300px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.29);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.brand-2 {
  margin-top: 14px;
  margin-bottom: 16px;
}

.body {
  font-family: Neueeinstellung, sans-serif;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-9 {
  height: auto;
  margin-right: 6px;
  margin-bottom: 30px;
  margin-left: 6px;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 340px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 33px 0 rgba(0, 0, 0, 0.1);
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-5 {
  margin-top: 14px;
  font-family: Lato, sans-serif;
  color: #333;
  text-decoration: none;
}

.post-title-2 {
  height: 50px;
  font-family: Neueeinstellung, sans-serif;
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.product-price {
  margin-top: 5px;
  font-family: Neueeinstellung, sans-serif;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.product-add-to-cart-2 {
  display: none;
  padding: 11px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f08402;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.product-add-to-cart-2:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.text-block-51 {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.image-2 {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-left: 6px;
}

.div-block-122 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.salesautopilot-form {
  display: block;
  width: 540px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
}

.boldd-text-7 {
  color: #1c1c1c;
  font-size: 32px;
  line-height: 30px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 14px;
  margin-left: 0px;
  background-color: #c91036;
}

.image-30 {
  margin-right: 28px;
  margin-left: 0px;
}

.footer {
  margin-right: 35px;
  margin-left: 35px;
  padding-top: 0px;
  padding-bottom: 18px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.image-12 {
  display: block;
  margin-right: 36px;
  padding-bottom: 12px;
}

.html-embed {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  display: inline-block;
  margin-left: -9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #7d7d7d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-5 {
  display: block;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.link {
  color: #f08402;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link.footerlink {
  margin-right: 23px;
  margin-left: 23px;
}

.footer-card {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin: -35px auto -48px;
  padding: 30px 14px 30px 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.3);
}

.div-block-6 {
  display: block;
  padding-right: 34px;
  padding-bottom: 18px;
  padding-left: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.09);
}

.text-block-6 {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #1c1c1c;
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
  text-transform: none;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-2 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 18px;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}

.div-block-124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-31 {
  display: block;
  margin: 40px 16px 0px 50px;
}

.link-13 {
  margin-left: 40px;
  color: #f08402;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-65 {
  display: block;
  margin-right: 14px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7b7b7b;
  font-weight: 400;
  text-align: right;
}

.link-14 {
  color: #f08402;
  text-decoration: none;
}

.link-15 {
  color: #f08402;
  text-decoration: none;
}

.link-16 {
  color: #f08402;
  text-decoration: none;
}

.link-17 {
  color: #f08402;
  text-decoration: none;
}

.text-span {
  color: #f0102b;
  font-weight: 700;
}

.div-block-126 {
  margin-top: 30px;
}

.text-block-66 {
  padding: 12px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f08402), to(#f08402));
  background-image: linear-gradient(180deg, #f08402, #f08402);
  color: #000;
}

.text-block-67 {
  font-family: Neueeinstellung, sans-serif;
}

.text-block-68 {
  font-family: Neueeinstellung, sans-serif;
}

.cart-2 {
  position: static;
  display: none;
  overflow: visible;
  margin-top: 19px;
  padding-left: 11px;
}

.image-26-a {
  opacity: 1;
}

.image-26-a:hover {
  opacity: 1;
}

.badge-3-a {
  position: absolute;
  left: 16px;
  top: -6px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #47d68c;
}

.dropdown-list-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
}

.dropdown-list-mobile.w--open {
  position: absolute;
  left: auto;
  top: 44px;
  right: 75px;
  bottom: auto;
  z-index: 99999;
  width: 270px;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
}

.section-3 {
  height: 600px;
}

.container-8 {
  height: auto;
  padding: 40px 28px;
  font-family: Neueeinstellung, sans-serif;
}

.link-block-6 {
  display: none;
}

.text-block-contact-footer {
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-128 {
  width: 400px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-70 {
  display: block;
  margin-right: 14px;
  margin-bottom: 8px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Neueeinstellung, sans-serif;
  color: #bbb;
  font-weight: 400;
  text-align: center;
}

.text-block-contact-footer-2 {
  display: block;
  margin-top: 7px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-32 {
  display: block;
  max-width: 100%;
  margin: 0px 0px -11px;
}

.link-4 {
  font-family: Neueeinstellung, sans-serif;
  color: #bbb;
  font-weight: 400;
  text-decoration: none;
}

.link-18 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #f2ad1b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-2 {
  font-family: Neueeinstellung, sans-serif;
  color: #bbb;
}

.div-block-130 {
  width: 400px;
  margin-top: 17px;
  margin-bottom: 20px;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 28px 34px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.18);
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cms-section {
  display: block;
  max-width: 1280px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-10 {
  height: auto;
  margin-right: 6px;
  margin-bottom: 30px;
  margin-left: 6px;
  padding-right: 0px;
  padding-left: 0px;
}

.product-price-3 {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #595959;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}

.product-add-to-cart-3 {
  display: none;
  padding: 11px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f08402;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.product-add-to-cart-3:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.card-wrapper-2 {
  display: block;
  width: 230px;
  height: 319px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 33px 0 rgba(0, 0, 0, 0.1);
}

.link-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-decoration: none;
}

.post-title-3 {
  display: block;
  height: 52px;
  margin-right: 11px;
  margin-left: 11px;
  font-family: Neueeinstellung, sans-serif;
  color: #595959;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.spin-wheel-2 {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 2px;
  border-radius: 100px;
  background-color: #4cd3ad;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.featured-background-image-2 {
  width: 230px;
  height: 230px;
  margin-bottom: 0px;
  background-image: url('../images/imani-clovis-234736-unsplash_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-8 {
  margin-top: 6px;
  font-family: Lato, sans-serif;
  color: #333;
  text-decoration: none;
}

.product-gallery-2 {
  width: 50%;
}

.slide {
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.current-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/imani-clovis-111111-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.not-active-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/imani-clovis-234736-unsplash_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.not-active-image:hover {
  opacity: 1;
}

.slider-2 {
  width: 380px;
  height: 380px;
}

.heading-13 {
  margin-bottom: 20px;
}

.heading-14 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.paragraph-4 {
  font-size: 14px;
}

.section-3-copy {
  height: auto;
}

.list-item-7 {
  font-family: Neueeinstellung, sans-serif;
}

.unordered-list {
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-5 {
  margin-top: 34px;
  font-family: Neueeinstellung, sans-serif;
  color: #f08402;
  font-weight: 400;
  text-decoration: none;
}

.bold-text {
  color: #f08402;
  text-decoration: underline;
}

.unordered-list-2 {
  font-family: Neueeinstellung, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.youtube {
  width: 370px;
  height: 100px;
}

.div-block-136 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-15 {
  font-family: Neueeinstellung, sans-serif;
}

.heading-16 {
  font-family: Neueeinstellung, sans-serif;
}

.heading-17 {
  margin-top: 0px;
  line-height: 39px;
}

.bold-text-2 {
  font-size: 50px;
}

.section-4 {
  background-image: url('../images/varroa-atka.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-17-copy {
  margin-top: 0px;
  color: #000;
  line-height: 47px;
}

.container-9 {
  height: auto;
  padding: 40px 28px;
  font-family: Neueeinstellung, sans-serif;
}

.button-main-v2 {
  margin-top: 12px;
  padding: 14px 30px;
  border-radius: 8px;
  background-color: #f08402;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-139 {
  width: 400px;
  margin-top: 40px;
}

.div-block-177 {
  display: -ms-grid;
  display: grid;
  margin-top: 55px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-top {
  height: auto;
}

.text-block-71 {
  font-size: 16px;
  line-height: 30px;
}

.bold-text-3 {
  font-size: 20px;
}

.section-5 {
  margin-bottom: -25px;
  background-image: linear-gradient(333deg, #f08402, #ffb052);
}

.bold-text-4 {
  color: #f08402;
}

.div-block-179 {
  margin: 40px 15px;
}

.oxal-roadshow {
  margin-bottom: 0px;
  background-image: url('../images/oxal-roadshow-background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.oxal-roadshow-c {
  padding-top: 48px;
  padding-bottom: 48px;
}

.heading-18 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
}

.html-embed-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-33 {
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}

.container-10 {
  padding-bottom: 47px;
}

.bold-text-5 {
  color: #333;
  text-decoration: none;
}

.bold-text-6 {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cms-section---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-collection-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-collection-item {
    width: 50%;
  }
  .boxed-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .boxed-container-2.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dropdown-toggle {
    display: none;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    background-color: #fafafa;
    text-align: center;
  }
  .image-26 {
    display: block;
    overflow: visible;
  }
  .collection-list-wrapper-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category-menu-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .category-menu-item {
    float: none;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: auto;
    min-height: 200px;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-background-image {
    width: 100%;
  }
  .category-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-item {
    display: block;
    float: none;
  }
  .collection-list-wrapper-5 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-7 {
    width: 70%;
    height: auto;
  }
  .dynamic-slider---copy-this {
    height: 40vh;
  }
  .dropdown-18 {
    display: inline-block;
    overflow: visible;
  }
  .text-block-15 {
    display: none;
  }
  .cms-section---copy-this-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-3 {
    width: 70%;
    height: auto;
  }
  .icon {
    color: #fff;
  }
  .search-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .line-3.simple {
    top: 38px;
    width: 35px;
    background-color: #fff;
  }
  .simple-menu-button {
    width: 60px;
    height: 60px;
    float: right;
    background-color: transparent;
  }
  .simple-menu-button.w--open {
    background-color: transparent;
  }
  .line-1.simple {
    top: 18px;
    width: 35px;
    background-color: #fff;
  }
  .nav-menu-2 {
    background-color: #e73167;
  }
  .nav-menu-2.sample-dropdown {
    background-color: #e73167;
    text-align: center;
  }
  .nav-menu-2.sample-dropdown.sample3 {
    background-color: #f08402;
  }
  .line-2.simple {
    width: 35px;
    background-color: #fff;
  }
  .sample-link {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .sample-link.with-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sample-link.sample3 {
    width: auto;
    text-align: left;
  }
  .logo-sample {
    padding-top: 0px;
  }
  .search-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search-form---copy-this {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
  .mini-cart {
    display: none;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    background-color: #fafafa;
    text-align: center;
  }
  .mini-cart-2 {
    display: inline;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    background-color: #fafafa;
    text-align: center;
  }
  .badge-3 {
    position: absolute;
    left: 15px;
    top: -28px;
    right: 0px;
    display: block;
  }
  .custom-container-2 {
    padding-top: 66px;
    padding-right: 34px;
    padding-left: 34px;
  }
  .heading {
    margin-top: 51px;
  }
  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-9 {
    width: auto;
    height: auto;
  }
  .div-block-7 {
    margin-bottom: 14px;
    margin-left: 0px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
  }
  .image-12 {
    padding-bottom: 12px;
  }
  .text-block-5 {
    margin-top: 14px;
  }
  .link.footerlink {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-card {
    margin-top: -36px;
    margin-bottom: -11px;
  }
  .div-block-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-6 {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .div-block-123 {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-2 {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
  }
  .div-block-124 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-65 {
    margin-top: 14px;
  }
  .image-26-a {
    display: block;
    overflow: visible;
  }
  .badge-3-a {
    position: absolute;
    left: 15px;
    top: -28px;
    right: 0px;
    display: block;
  }
  .text-block-contact-footer {
    margin-top: 14px;
  }
  .text-block-70 {
    margin-bottom: 7px;
  }
  .text-block-contact-footer-2 {
    margin-top: 14px;
  }
  .link-4 {
    color: #bbb;
    font-weight: 400;
    text-decoration: none;
  }
  .text-span-2 {
    color: #bbb;
    text-decoration: none;
  }
  .div-block-130 {
    margin-top: 14px;
  }
  .div-block-10 {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-133 {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cms-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-list-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-10 {
    width: auto;
    height: auto;
  }
  .link-block-7 {
    width: 230px;
  }
  .featured-background-image-2 {
    width: 100%;
  }
  .div-block-135 {
    width: 340px;
  }
  .slider-2 {
    width: 340px;
    height: 340px;
  }
  .oxal-roadshow-c {
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cms-section---copy-this {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .boxed-container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .boxed-container-2.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tabs-menu {
    margin-right: 16px;
    margin-left: 16px;
  }
  .div-block-101 {
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.21);
  }
  .image-26 {
    display: block;
  }
  .collection-list-wrapper-4 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .category-menu-list {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-menu-item {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-20 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category-menu-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .category-collection-list {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-item {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .global-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dynamic-slider---copy-this {
    height: 40vh;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-18 {
    position: absolute;
    top: 17px;
    right: 63px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .text-block-30 {
    font-family: Neueeinstellung, sans-serif;
  }
  .text-block-62 {
    font-family: Neueeinstellung, sans-serif;
  }
  .text-block-63 {
    font-family: Neueeinstellung, sans-serif;
  }
  .breadcrumbs-container---copy-this {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-106 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-113 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .categories {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-64 {
    padding-left: 10px;
    font-size: 14px;
  }
  .text-block-64.home {
    font-size: 18px;
  }
  .cms-section---copy-this-2 {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .heading-10 {
    text-align: center;
  }
  .container-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .icon {
    color: #fff;
  }
  .menu-sample {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-sample.sample-3 {
    padding-top: 0px;
  }
  .nav-menu-2.sample-dropdown.sample3 {
    background-color: #db7c08;
  }
  .sample-link.sample3 {
    display: block;
  }
  .search-form---copy-this {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
  .mini-cart-2 {
    display: inline-block;
    width: 30px;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .badge-3 {
    top: 8px;
  }
  .section-2 {
    background-position: 55% 0px;
  }
  .custom-container-2 {
    padding: 4px 20px 45px;
    text-align: center;
  }
  .heading {
    display: block;
    margin-top: 23px;
    margin-right: auto;
    margin-left: auto;
    font-size: 27px;
    line-height: 34px;
  }
  .text-block {
    width: 420px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  .button-main {
    position: static;
    display: block;
    width: 320px;
    margin-top: 26px;
    margin-bottom: 12px;
    text-align: center;
  }
  .brand-2 {
    margin-top: 0px;
    padding-top: 16px;
    padding-left: 18px;
  }
  .div-block-122 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .salesautopilot-form {
    width: 350px;
  }
  .boldd-text-7 {
    font-size: 22px;
    line-height: 30px;
  }
  .div-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-30 {
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .footer {
    padding-top: 45px;
    padding-bottom: 14px;
    text-align: center;
  }
  .image-12 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text-block-3 {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .text-block-5 {
    display: block;
    margin-top: 22px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .link {
    margin-top: 18px;
  }
  .footer-card {
    position: static;
    top: 0px;
    width: 400px;
    margin-top: -65px;
    margin-bottom: -63px;
    padding-right: 22px;
    box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.3);
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .text-block-6 {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 25px;
    line-height: 36px;
    text-align: left;
  }
  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .footer-2 {
    padding-top: 45px;
    padding-bottom: 14px;
    text-align: center;
  }
  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .image-31 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-13 {
    margin-top: 18px;
    margin-left: 41px;
  }
  .text-block-65 {
    display: block;
    margin-top: 22px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .text-block-67 {
    font-family: Neueeinstellung, sans-serif;
  }
  .text-block-68 {
    font-family: Neueeinstellung, sans-serif;
  }
  .cart-2 {
    position: absolute;
    top: 0px;
    right: 14%;
    bottom: 0px;
    display: none;
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-26-a {
    display: none;
  }
  .badge-3-a {
    top: -6px;
    display: none;
  }
  .dropdown-list-mobile.w--open {
    position: static;
    top: 44px;
    right: 145px;
    bottom: 44px;
    display: block;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-127 {
    position: absolute;
    right: 14%;
    width: 50px;
  }
  .link-block-6 {
    position: absolute;
    top: 0px;
    right: 14%;
    bottom: 0px;
    display: block;
    width: 50px;
    padding-top: 16px;
  }
  .text-block-contact-footer {
    display: block;
    margin-top: 22px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-block-128 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .div-block-129 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-70 {
    display: block;
    margin-top: 22px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .text-block-contact-footer-2 {
    display: block;
    margin-top: 22px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-block-131 {
    padding-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-32 {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .link-18 {
    margin-top: 18px;
    margin-left: 0px;
  }
  .div-block-130 {
    margin-top: 7px;
    margin-bottom: 14px;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 114px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-block-133 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .cms-section {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .product-gallery-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-135 {
    display: none;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slider-2 {
    display: block;
    width: 360px;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .unordered-list-2 {
    text-align: left;
  }
  .youtube {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-136 {
    display: block;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .heading-15 {
    font-family: Neueeinstellung, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }
  .heading-16 {
    font-family: Neueeinstellung, sans-serif;
  }
  .heading-17-copy {
    font-size: 22px;
    line-height: 37px;
  }
  .container-9 {
    text-align: center;
  }
  .button-main-v2 {
    position: static;
    display: block;
    width: 280px;
    margin: 26px auto 12px;
    text-align: center;
  }
  .button-main-v2.w--current {
    width: 280px;
    line-height: 24px;
  }
  .div-block-137 {
    text-align: center;
  }
  .div-block-138 {
    margin-bottom: 27px;
  }
  .div-block-177 {
    display: block;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .div-block-178 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section-5 {
    margin-bottom: -114px;
  }
  .oxal-roadshow-c {
    padding-top: 21px;
    padding-bottom: 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  .image-33 {
    margin-bottom: 1px;
  }
  .bold-text-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cms-section---copy-this {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .product-collection-list {
    display: block;
  }
  .product-collection-item {
    width: 90%;
  }
  .column-8 {
    display: none;
  }
  .column-7 {
    padding-left: 0px;
  }
  .boxed-container-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .boxed-container-2.navigation {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slider {
    width: 100%;
    height: auto;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 220px;
    min-width: auto;
    margin-bottom: 20px;
  }
  .featured-background-image {
    height: 200px;
  }
  .category-menu-wrapper {
    display: block;
  }
  .collection-item-7 {
    width: 90%;
  }
  .global-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dynamic-slider---copy-this {
    height: 40vh;
  }
  .dropdown-18 {
    position: static;
    display: none;
  }
  .product_title {
    font-size: 22px;
    line-height: 36px;
  }
  .div-block-106 {
    width: auto;
  }
  .current-image-2 {
    width: auto;
    height: auto;
  }
  .not-active-image-2 {
    width: auto;
  }
  .div-block-113 {
    max-width: 310px;
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .categories {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-block-4.home {
    font-size: 18px;
  }
  .text-block-64 {
    padding-left: 5px;
  }
  .text-block-64.home {
    padding-left: 15px;
    font-size: 18px;
  }
  .cms-section---copy-this-2 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .heading-10 {
    margin-top: 52px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .collection-item-3 {
    width: 90%;
  }
  .tabs {
    margin-top: 10px;
  }
  .container-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .icon {
    color: #fff;
  }
  .menu-sample {
    padding-right: 0px;
    padding-left: 0px;
  }
  .simple-menu-button {
    background-color: transparent;
  }
  .logo-sample {
    max-width: 80%;
    margin-left: 8px;
    padding-left: 0px;
  }
  .search-form---copy-this {
    width: 100%;
    box-shadow: none;
  }
  .search-input {
    width: 100%;
  }
  .section-2 {
    padding-top: 0px;
    background-position: 57% 0px;
    background-size: 1024px;
  }
  .custom-container-2 {
    padding-top: 30px;
  }
  .heading {
    width: 290px;
    margin-top: 64px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 33px;
  }
  .text-block {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .button-main {
    width: 280px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand-2 {
    padding-left: 8px;
  }
  .collection-item-9 {
    width: 90%;
  }
  .div-block-122 {
    grid-template-areas: "." ".";
    -ms-grid-columns: minmax(210px, 100%);
    grid-template-columns: minmax(210px, 100%);
  }
  .salesautopilot-form {
    width: 280px;
  }
  .image-30 {
    margin-bottom: 17px;
  }
  .image-12 {
    margin-top: 36px;
  }
  .text-block-3 {
    margin-bottom: 21px;
    text-align: center;
  }
  .link {
    margin-top: 16px;
  }
  .footer-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    margin-top: -72px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-6 {
    display: block;
    overflow: visible;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    clear: none;
    font-size: 22px;
    text-align: center;
  }
  .div-block-123 {
    width: 250px;
  }
  .div-block-124 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-31 {
    margin-top: 68px;
  }
  .link-13 {
    margin-top: 16px;
  }
  .cart-2 {
    right: 17%;
  }
  .container-8 {
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
  }
  .link-block-6 {
    display: block;
  }
  .text-block-70 {
    font-size: 13px;
  }
  .div-block-131 {
    padding-top: 0px;
  }
  .image-32 {
    margin-top: 5px;
  }
  .link-18 {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .div-block-130 {
    width: auto;
  }
  .div-block-10 {
    margin-top: 11px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-133 {
    width: 250px;
  }
  .cms-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .collection-item-10 {
    width: auto;
  }
  .featured-background-image-2 {
    width: 230px;
    height: 230px;
  }
  .product-gallery-2 {
    width: 100%;
  }
  .slider-2 {
    width: 320px;
    height: 320px;
  }
  .rich-text-block-2 {
    overflow: hidden;
  }
  .unordered-list-2 {
    padding-left: 22px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .youtube {
    width: 300px;
  }
  .heading-15 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 48px;
  }
  .heading-16 {
    margin-top: 8px;
    font-size: 21px;
  }
  .heading-17 {
    font-size: 22px;
  }
  .bold-text-2 {
    font-size: 30px;
    text-align: center;
  }
  .heading-17-copy {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
  }
  .container-9 {
    padding: 14px 6px 25px;
    text-align: center;
  }
  .button-main-v2 {
    width: 280px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .button-main-v2.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-138 {
    margin-bottom: 27px;
  }
  .section-5 {
    margin-bottom: -14px;
  }
  .div-block-179 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .oxal-roadshow-c {
    padding-right: 8px;
    padding-left: 8px;
  }
  .heading-18 {
    margin-top: 8px;
    font-size: 29px;
    line-height: 34px;
  }
  .paragraph-6 {
    font-size: 15px;
  }
}

#w-node-e7ff586943d8-296cecd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3d9fc55b4e28-296cecd0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-3d9fc55b4e28-296cecd0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-9f307d200175-296cecd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-9f307d200175-296cecd0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-fdda2f1e4002-296cecd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-14df8e78f284-296cecd0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Bold.woff2') format('woff2'), url('../fonts/NeueEinstellung-Bold.eot') format('embedded-opentype'), url('../fonts/NeueEinstellung-Bold.woff') format('woff'), url('../fonts/NeueEinstellung-Bold.ttf') format('truetype'), url('../fonts/NeueEinstellung-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Black.woff2') format('woff2'), url('../fonts/NeueEinstellung-Black.eot') format('embedded-opentype'), url('../fonts/NeueEinstellung-Black.woff') format('woff'), url('../fonts/NeueEinstellung-Black.ttf') format('truetype'), url('../fonts/NeueEinstellung-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Normal.woff2') format('woff2'), url('../fonts/NeueEinstellung-Normal.eot') format('embedded-opentype'), url('../fonts/NeueEinstellung-Normal.woff') format('woff'), url('../fonts/NeueEinstellung-Normal.ttf') format('truetype'), url('../fonts/NeueEinstellung-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}