/* Start custom CSS for shortcode, class: .elementor-element-056843d */.elementor-8025 .elementor-element.elementor-element-e07f01e:not(.elementor-motion-effects-element-type-background), .elementor-8025 .elementor-element.elementor-element-e07f01e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #354777!important;
}

.elementor-8119 .elementor-element.elementor-element-056843d .elementor-kit-8097 a {
    color: #ffffff!important;
}


div#ebw-cats {
    display: none!important;
}
/* Radeecal Furniture Minimal UI */

.raf-wrap,
.ebw-rental-wrap {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Inter, Arial, sans-serif;
}

.raf-header,
.ebw-app-header {
  box-shadow: none !important;
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 18px;
}

.raf-search input,
.ebw-search input {
  height: 52px;
  border-radius: 14px !important;
  border: 1px solid #e3e7ef !important;
  box-shadow: none !important;
  font-size: 15px;
}

.raf-category,
.ebw-category {
  background: #fff !important;
  color: #0d1b3f !important;
  border: 1px solid #e5e9f2 !important;
  border-radius: 14px !important;
  min-width: 115px !important;
  height: 72px !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.raf-category.active,
.ebw-category.active {
  background: #0d1b3f !important;
  color: #fff !important;
}

.raf-product-card,
.ebw-product-card {
  display: grid !important;
  grid-template-columns: 120px 1fr 190px;
  gap: 22px;
  align-items: center;
  background: #fff !important;
  border: 1px solid #e8ecf3 !important;
  border-radius: 18px !important;
  padding: 18px !important;
  box-shadow: 0 8px 24px rgba(13, 27, 63, 0.06) !important;
  margin-bottom: 16px !important;
}

.raf-product-card img,
.ebw-product-card img {
  width: 120px !important;
  height: 120px !important;
  object-fit: contain !important;
  border-radius: 14px !important;
  background: #f7f8fb !important;
}

.raf-product-title,
.ebw-product-title {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin-bottom: 8px !important;
}

.raf-product-desc,
.ebw-product-desc {
  font-size: 13px !important;
  color: #6b7280 !important;
  line-height: 1.4 !important;
}

.raf-product-desc p,
.ebw-product-desc p {
  margin: 0 !important;
}

.raf-product-price,
.ebw-product-price {
  font-size: 21px !important;
  font-weight: 800 !important;
  color: #ef0037 !important;
  margin-top: 10px !important;
}

.raf-badge,
.ebw-rental-badge {
  display: inline-block;
  background: #fff1f4 !important;
  color: #ef0037 !important;
  border: 1px solid #ffd2dc !important;
  border-radius: 30px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
}

.raf-qty,
.ebw-qty {
  display: flex !important;
  height: 42px !important;
  border: 1px solid #dce2ec !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 10px !important;
}

.raf-qty button,
.ebw-qty button {
  width: 42px !important;
  background: #0d1b3f !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 18px !important;
}

.raf-qty input,
.ebw-qty input {
  width: 70px !important;
  border: 0 !important;
  text-align: center !important;
  font-weight: 700 !important;
}

.raf-add-btn,
.ebw-add-btn,
button.raf-add,
button.ebw-add {
  width: 100% !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: #ef0037 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.raf-cart-sidebar,
.ebw-cart-sidebar {
  background: #fff !important;
  border: 1px solid #e8ecf3 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 34px rgba(13, 27, 63, 0.08) !important;
}

/* Mobile */
@media (max-width: 768px) {
  .raf-product-card,
  .ebw-product-card {
    grid-template-columns: 90px 1fr !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .raf-product-card img,
  .ebw-product-card img {
    width: 90px !important;
    height: 90px !important;
  }

  .raf-product-title,
  .ebw-product-title {
    font-size: 16px !important;
  }

  .raf-product-price,
  .ebw-product-price {
    font-size: 17px !important;
  }

  .raf-product-actions,
  .ebw-product-actions {
    grid-column: 2 !important;
    width: 100% !important;
  }

  .raf-category,
  .ebw-category {
    min-width: 92px !important;
    height: 62px !important;
    font-size: 12px !important;
  }

  .raf-cart-sidebar,
  .ebw-cart-sidebar {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 9999 !important;
    border-radius: 18px !important;
  }
}/* End custom CSS */