.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F3B0CC;--e-global-color-text:#FA9687;--e-global-color-accent:#45D3FF;--e-global-color-ebf6325:#FFF2F0;--e-global-typography-primary-font-family:"kalameh";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"kalameh";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"kalameh";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"kalameh";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-message {
  background-color: #FCE5EF; /* صورتی خیلی ملایم */
  color: #A03C6B; /* صورتی تیره‌تر برای متن */
  border: 2px solid #F3B0CC; /* حاشیه با رنگ دقیق شما */
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  animation: fadeInSlide 0.5s ease-in-out;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* آیکن قبل از پیام */
.woocommerce-message::before {
  content: '✓ ';  /* تیک بدون ایموجی */
  font-size: 18px;
  margin-right: 5px;
}/* End custom CSS */