.elementor-6812 .elementor-element.elementor-element-29b33a0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6812 .elementor-element.elementor-element-1ae5b84{--display:flex;}/* Start custom CSS *//* Mickaili Shop Intro Premium Card */
.mick-shop-intro-card {
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 34px 38px;
  margin: 0 0 28px;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(circle at 12% 18%, rgba(0, 175, 193, 0.13), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(30, 77, 160, 0.13), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f6f9fd 48%, #eef4fb 100%);

  border: 1px solid rgba(30, 77, 160, 0.13);
  box-shadow:
    0 18px 42px rgba(15, 46, 94, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mick-shop-intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(135deg, rgba(30, 77, 160, 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.65;
}

.mick-shop-intro-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -90px;
  top: -110px;
  border-radius: 999px;
  border: 1px solid rgba(30, 77, 160, 0.12);
  background: rgba(255, 255, 255, 0.22);
  z-index: -1;
}

.mick-shop-intro-title {
  position: relative;
  margin: 0 0 14px !important;
  padding-right: 18px;
  color: #071936;
  font-family: IRANS, IRANSansX, IRANSans, sans-serif !important;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.6px;
}

.mick-shop-intro-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 5px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00AFC1, #1E4DA0);
  box-shadow: 0 8px 18px rgba(0, 175, 193, 0.22);
}

.mick-shop-intro-text {
  max-width: 680px;
  margin: 0 !important;
  color: #4B5870;
  font-family: IRANS, IRANSansX, IRANSans, sans-serif !important;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 2.1;
}

/* hover subtle premium effect */
.mick-shop-intro-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mick-shop-intro-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 175, 193, 0.22);
  box-shadow:
    0 22px 52px rgba(15, 46, 94, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Mobile */
@media (max-width: 767px) {
  .mick-shop-intro-card {
    padding: 24px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .mick-shop-intro-title {
    font-size: 23px;
    padding-right: 15px;
  }

  .mick-shop-intro-title::before {
    top: 8px;
    height: 31px;
  }

  .mick-shop-intro-text {
    font-size: 13.5px;
    line-height: 2;
  }
}/* End custom CSS */