:root {
  --bg-body: #f8edd5;
  --dark-bg: #fc8e4f;
  --link_color: #8EA604;
  --text-color: #38312d;
}
.shop-product-details picture {
  max-width: 640px;
  margin: 0 auto;
}
#lightbox > div {
  max-width: 624px !important;
  min-width: 270px !important;
}
.filter_invert {
  filter: invert(100%);
}
.filter_bg_dark {
  filter: invert(13%) sepia(80%) saturate(5055%) hue-rotate(3deg) brightness(106%) contrast(104%);
}
.shop_product_detail select,
.shop_product_detail form .element > select:focus {
  border: 1px solid #23A800 !important;
}
.variation_table_wrap {
  max-height: none;
}
.btn {
  font-family: "Roboto Condensed", sans-serif;
  padding: 8px 24px;
  color: #fff;
}
.btn:hover {
  filter: none;
}
.btn_red {
  background: #ee1700;
  border: 1px solid #ee1700;
  color: #fff;
}
.btn_red:hover {
  color: #ee1700;
}
.fallback_logo {
  margin-left: 160px;
}
.product_list_normal {
  gap: 10px;
}
.product_list_normal .product_title {
  height: auto;
  max-height: none;
}
.product_list_normal .product_normal {
  box-shadow: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 12px 0;
}
.product_list_normal .add-wishlist {
  display: none;
}
.product_list_normal .price_final {
  font-size: 18px;
}
.product_list_normal .price_old {
  margin: 4px 0;
}
.product_list_normal .ribbon_sale {
  font-size: 14px;
}
#headerSection {
  padding: 8px;
}
.polygon_content {
  width: 460px;
  padding: 80px 34px 80px 16px;
}
.sub_cats,
.category-list .mobile-trigger {
  display: none;
}
.filter_headline {
  line-height: 1;
  font-size: 16px;
  padding: 10px 0;
}
.meter {
  height: 8px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.meter span {
  display: block;
  height: 100%;
}
.progress {
  background-color: var(--dark-bg);
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .polygon_content {
    width: auto;
  }
  .sub_cats {
    display: block;
  }
  /*
  NON STICKY GLOBAL?
   */
  .grand-total.shadowT_900,
  #section .sticky_bottom_900 {
    box-shadow: none !important;
    position: static !important;
    background: unset !important;
  }
  .shop_checkout .btn.btn_big {
    padding: 8px 28px;
  }
  .sticky_bottom_900 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .shop_product_detail .sticky_bottom_900,
  .grand-total.shadowT_900 {
    display: none !important;
  }
  .bg_none_900 {
    background: none !important;
  }
  .flex_center_900 {
    justify-content: center !important;
  }
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
#footer .bg_dark {
  background: var(--light-bg) !important;
}
#footer .bg_dark .white,
#footer .bg_dark .white a,
#footer .usp_headline {
  color: var(--text-color) !important;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.h3 {
  color: var(--text-color);
}
.usp_headline {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.bg_blue {
  background-color: #3D6CB4;
}
.width65 {
  width: 65%;
}
.start_opener {
  min-height: 226px;
  object-fit: cover;
  object-position: 48%;
}
.overlay_gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 63%, rgba(115, 115, 115, 0) 100%);
  margin: 0 16px 64px 0;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
  }
  .overlay_gradient {
    background: none;
  }
  .start_opener {
    min-height: 246px;
    object-fit: cover;
    object-position: 65%;
  }
}
