#desktop_logo {
  max-width: 320px;
}

#desktop_logo img {
  width: 100%;
  height: auto;
}

.fa {
  color: #1f1f1f;
}

.header-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-miniature .thumbnail-container {
  position: relative;
  background-color: rgb(241, 241, 241);
}

.js-product-miniature-wrapper {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.product-miniature-wishlist-top {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.product-card-description {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding-top: 10px;
  row-gap: 8px;
}

.product-card-brand {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000 !important;
}

.products-grid .product-miniature .product-brand.product-card-brand {
  display: block !important;
}

.product-card-brand a {
  color: #000 !important;
  text-decoration: none;
}

.product-miniature .product-title {
  text-align: center;
  margin: 0 !important;
  line-height: 1.4;
}

.product-miniature .product-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: capitalize !important;
}

.product-card-footer {
  margin: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.product-card-price {
  padding-left: 45px;
  display: flex;
  align-items: center;
}

.product-card-cart {
  padding-right: 45px;
  display: flex;
  align-items: center;
}

body#index .elementor-products .product-card-price {
  padding-left: 70px;
}

body#index .elementor-products .product-card-cart {
  padding-right: 80px;
}

.product-card-description > .product-card-brand,
.product-card-description > .product-title,
.product-card-description > .product-card-footer {
  margin: 0 !important;
}

.product-card-description::after {
  content: "";
  display: block;
  flex: 1 1 auto;
}

.product-card-price .product-price {
  font-size: 15px;
  font-weight: 700;
}

.product-card-price a {
  color: inherit;
  text-decoration: none;
}

.product-card-cart form {
  margin: 0;
}

.product-card-cart-btn {
  min-width: 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.block-facets .facet-title .facet-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}

.block-facets .facet-title .facet-toggle .drop-icon {
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}

.block-facets .facet-title .facet-toggle.collapsed .drop-icon {
  transform: rotate(-90deg);
}

.block .block-content ul li::before,
.block .block-content ul li a::before {
  content: none !important;
  display: none !important;
}

.block-links ul > li a {
  padding-left: 0 !important;
}

@media screen and (min-width: 1920px) {
  .ms-grid .brand {
    width: 20% !important;
  }

  #main {
    position: relative;
    overflow: visible;
  }

  body #main::before,
  body #main::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 250px !important;
    height: 1009px !important;
    max-height: 100% !important;
    background-image: url('/themes/warehousechild/assets/img/linda_aroma.gif') !important;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    pointer-events: none;
    z-index: 0;
  }

  body #main::before {
    left: calc((100vw - 100%) / -2) !important;
  }

  body #main::after {
    right: calc((100vw - 100%) / -2) !important;
    transform: scaleX(-1) !important;
  }

  body #wrapper::before,
  body #wrapper::after,
  body #content-wrapper::after {
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    display: none !important;
  }

  /* Override defensivo: nunca fixed */
  #main::before,
  #main::after,
  #content-wrapper::after,
  #wrapper::before,
  #wrapper::after {
    position: absolute !important;
  }

  #main > .container,
  #content,
  #content-wrapper,
  #left-column,
  #right-column {
    position: relative;
    z-index: 1;
  }
}
