.elementor-kit-9{--e-global-color-primary:#FF0000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#EBEAEA;--e-global-color-accent:#181818;--e-global-typography-primary-font-family:"Gandom";font-feature-settings:"numr";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANYekanX";--e-global-typography-secondary-font-size:0px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Shabnam";--e-global-typography-text-font-size:0px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arad";--e-global-typography-accent-font-size:0px;--e-global-typography-accent-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-secondary );border-radius:10px 10px 10px 10px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background: #f5f5f5;
}

.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.woocommerce ul.products li.product img {
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.15);
}/* End custom CSS */