.elementor-10749 .elementor-element.elementor-element-e0f2328{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e774b13 */body {
  margin: 0;
  font-family: "IRANyekan", sans-serif;
  
}

.empty-cart-pro {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
    justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

.empty-cart-content {
  background: linear-gradient(135deg, #04052e, #140152);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  padding: 50px 30px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  animation: fadeIn 0.8s ease-in;
}

.empty-cart-icon {
  margin-bottom: 30px;
  animation: floatIcon 3s ease-in-out infinite;
}

.empty-cart-icon svg {
  width: 72px;
  height: 72px;
  stroke: #ffffff;
}

.empty-cart-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.empty-cart-desc {
  font-size: 16px;
  color: #e2e8f0;
  margin-bottom: 30px;
  line-height: 1.8;
}

.woodmart-btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #ffffff;
  color: #1e3a8a;
  display: inline-block;
}

.woodmart-btn:hover {
  background-color: #1e3a8a;
  color: #fff;
}

@keyframes floatIcon {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .empty-cart-title { font-size: 20px; }
  .empty-cart-desc { font-size: 14px; }
}/* End custom CSS */