:root {
  --dark-bg: #ee1700;
  --link_color: #8EA604;
  --text-color: #673b15;
}
.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;
  }
}
.fallback_logo {
  filter: brightness(100);
}
#headerSection {
  height: 70px;
}
#headerSection .wrapper_logo {
  position: relative;
  bottom: 8px;
}
#lightbox {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#headerTop {
  background: #F4F5F6;
}
#headerTop a {
  color: var(--dark-bg);
}
.bg_light_blue {
  background: #C1DADE;
}
.bg_red_gradient {
  background: transparent linear-gradient(292deg, #F87E23 0%, #F1191A 100%) 0 0 no-repeat padding-box;
}
.circle_start {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.btn.pH8 {
  padding-left: 8px;
  padding-right: 8px;
}
.btn.pH16 {
  padding-left: 16px;
  padding-right: 16px;
}
.btn.pH4pV12 {
  padding: 4px 12px !important;
}
.static_blog .btn,
.private .btn,
.btn.mR4 {
  padding: 4px 12px;
}
.btn.mT8 {
  margin-top: 0;
}
#footer .bg_dark {
  background: #f5f3f1 !important;
  color: var(--text-color) !important;
}
#footer .usp_headline,
#footer .white,
#footer .white a {
  color: var(--text-color) !important;
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: var(--text-color);
  font-size: 24px;
}
.shop_product_detail .h3 {
  font-size: 22px;
}
@media (max-width: 900px) {
  #headerTop {
    display: block !important;
  }
  .h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
  }
}
