.elementor-1411 .elementor-element.elementor-element-4262e3b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1411 .elementor-element.elementor-element-3019319b{text-align:center;}.elementor-1411 .elementor-element.elementor-element-3019319b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:500;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1411 .elementor-element.elementor-element-3019319b > .elementor-widget-container{padding:10px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7b854375 */.product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 20px 20px 20px;
  max-width: 340px;
  background: ;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 2px 12px 0 #eef2f7;
  text-align: center;
}
.product-card img {
  max-width: 180px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.product-card .button {
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 8px 16px;
  background: #0E1F6F;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  
}
.product-card .button-outline {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 8px 16px;
  background: #fff;
  color: #0E1F6F;
  border: 1px solid #0E1F6F;
  border-radius: 5px;
  text-decoration: none;
  }
.product-price {
  font-size: 18px;
  margin-top: 10px;
}

.product-card .button:hover {
  background: #182b80;         /* темно-синий при наведении */
  color: #fff !important;      /* белый текст */
}/* End custom CSS */