.woocommerce-no-products-found {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-no-products-found .dp-wc-empty-state {
  position: relative;
  display: grid;
  grid-template-columns: 46px auto auto;
  justify-content: start;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 90px;
  box-sizing: border-box;
  padding: 16px 20px;
  overflow: hidden;
  color: #26311f;
  background: #fff;
  border: 0;
  border-top: 1px solid #dfe9d4;
  border-radius: 0;
  box-shadow: none;
}

.dp-wc-empty-state__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  box-sizing: border-box;
  color: #59751f;
  background: #fff;
  border: 1px solid #c5d7b4;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(89,117,31,.09);
}

.dp-wc-empty-state__icon svg {
  width: 28px;
  height: 28px;
  fill: rgba(127,177,29,.10);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dp-wc-empty-state__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.dp-wc-empty-state__content h3 {
  margin: 0 0 5px !important;
  color: #26311f !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -.01em;
}

.dp-wc-empty-state__content p {
  margin: 0 !important;
  color: #737c6b !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.dp-wc-empty-state__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  margin-left: 76px;
  box-sizing: border-box;
  padding: 8px 14px;
  color: #fff !important;
  background: var(--mkdf-main-color,#7fb11d);
  border: 1px solid var(--mkdf-main-color,#7fb11d);
  border-radius: 8px;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .03em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color .2s ease,border-color .2s ease,transform .2s ease;
}

.dp-wc-empty-state__button:hover {
  color: #fff !important;
  background: #6ca016;
  border-color: #6ca016;
  transform: translateY(-1px);
}

.dp-wc-empty-state__button span {
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 700px) {
  .woocommerce-no-products-found .dp-wc-empty-state {
    grid-template-columns: 50px minmax(0,1fr);
    gap: 14px;
    min-height: 0;
    padding: 20px 17px 20px 33px;
  }

  .dp-wc-empty-state__icon {
    width: 48px;
    height: 48px;
  }

  .dp-wc-empty-state__icon svg {
    width: 31px;
    height: 31px;
  }

  .dp-wc-empty-state__content h3 {
    font-size: 18px !important;
  }

  .dp-wc-empty-state__content p {
    font-size: 13px !important;
  }

  .dp-wc-empty-state__button {
    grid-column: 2;
    justify-self: start;
    width: auto;
    min-height: 34px;
    margin: 6px 0 0;
    padding: 7px 13px;
  }
}
