.wb_btn:hover path {
  fill: #ffffff !important;
}

.blk_btn path {
  fill: #ffffff !important;
}

.blok_btn:hover,
.blok_btn:hover rect {
  fill: #000000 !important;
}

.arrow_list .elementor-icon-list-items li {
  margin-bottom: 15px;
}
.product_infos {
  padding: 20px;
}

/* Homepage Loader */
#dc-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#content .icobox {
  background-color: #111111 !important;
}

#dc-loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.dc-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dc-loader-hearts {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.dc-heart {
  opacity: 0.3;
  width: 45px;
  height: auto;
}
.dc-heart rect {
  fill: #ff5e00;
}
.dc-heart.active {
  opacity: 1;
}
.dc-loader-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 30px;
}
.dc-loader-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  max-width: 400px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .dc-loader-logo {
    max-width: 150px;
  }
  .dc-loader-text {
    font-size: 11px;
    padding: 0 20px;
  }
}

/* Shop View Switcher */
.dc-hidden {
  display: none !important;
}
.dc-view-switcher {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 20px 0 20px 0;
}

.dc-view-switcher .w_span {
  font-weight: bold;
  margin-right: 10px;
  letter-spacing: -1.4px;
}
.dc-view-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-view-square {
  display: block;
  background-color: #eeeeee;
  border: 1px solid #000;
  transition: background-color 0.2s ease;
}
.dc-view-btn.active .dc-view-square {
  background-color: #000000;
}
.dc-view-btn-3 .dc-view-square {
  width: 12px;
  height: 12px;
}
.dc-view-btn-2 .dc-view-square {
  width: 12px;
  height: 12px;
}
.dc-view-btn-1 .dc-view-square {
  width: 12px;
  height: 12px;
}

.footer_internal {
  padding-top: 35px;
}

.footer_internal .elementor-column {
}

.product_count_sup {
  font-family: Silkscreen, sans-serif;
  color: #b3b3b3;
  right: 14px;
  bottom: 14px;
}

sup {
  top: -1.2em !important;
}

.sup_comp_section {
  margin-top: 1.2em !important;
}

.discover_text {
  font-weight: 500 !important;
}
.elementor-element.elementor-element-5522b86.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  padding-left: 0 !important;
}

.traccia,
.traccia p {
  margin-bottom: 5px !important;
}

.dc-date-animation {
  color: #ff5e00;
  font-family: "Raster Forge", sans-serif;
  font-size: 12px;
}

#zigzag-svg path {
  stroke: #494949 !important;
}

@media (min-width: 769px) {
  .footer_internal {
    padding-left: 25% !important;
  }
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
  transition: opacity 0.4s ease-in-out;
}

.woocommerce ul.products li.product img.dc-hover-product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
}

.woocommerce
  ul.products
  li.product
  a.woocommerce-loop-product__link:hover
  img.dc-hover-product-image {
  opacity: 1;
}
