.aeb-widget { margin: 10px 0 20px; }
.aeb-title { margin-bottom: 12px; font-weight: 700; }
.aeb-item {
  border: 1px solid #eef3f8;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.aeb-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); transform: translateY(-2px); }
.aeb-image { display: block; margin-bottom: 8px; }
.aeb-name { font-size: 0.95rem; line-height: 1.3; min-height: 2.4em; margin: 6px 0; }
.aeb-price { margin: 6px 0 10px; font-weight: 600; }
.aeb-cart .button { width: 100%; }

.aeb-swiper { overflow: hidden; }
.aeb-swiper .swiper-slide { height: auto; }
.aeb-swiper .swiper-button-prev,
.aeb-swiper .swiper-button-next { color: #4a5b6b; }
.aeb-swiper .swiper-pagination-bullet-active { background: #4a5b6b; }
