.more-from-category.single.widget {
  margin-top: 0;
  border: 1px solid #eee;
}

.more-from-category.single.widget .widget-title {
  padding: 12px 15px;
  font-size: 14px;
  background: #f1f1f1;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

/* Guards against ".more-from-category.single.widget ul" (display:flex/
   flex-direction:column/max-height:390px/overflow:hidden — defined in the
   sibling featured-product plugins' stylesheets, meant for a different,
   non-slider widget list style) leaking onto this element when one of
   those plugins' CSS also happens to load on the same page — all these
   widgets share the "more-from-category single widget" base classes.
   !important because load order between separate plugins' stylesheets
   isn't guaranteed. */
.more-from-category.single.widget .lap-prod-list.owl-carousel {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
}

.more-from-category.single.widget.lap-section .widget-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  padding-right: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
}

.more-from-category.single.widget.lap-section .widget-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-left: 5px;
}

.more-from-category.single.widget.lap-section .lap-carousel-btn-container {
  display: flex;
  gap: 6px;
  margin: 0;
}

.more-from-category.single.widget.lap-section .lap-carousel-btn {
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-from-category.single.widget.lap-section .lap-carousel-btn:focus,
.more-from-category.single.widget.lap-section .lap-carousel-btn:hover {
  outline: 2px solid #222;
  color: #c36;
}

.more-from-category.single.widget.lap-section .lap-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.more-from-category.single.widget.lap-section .lap-carousel-viewport {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

/* Owl Carousel owns sliding/positioning (via .owl-stage transforms) — this
   resets list defaults. Item width/count-per-view is controlled entirely
   by the widget's owlCarousel({ responsive: {...} }) config, not CSS
   breakpoints. */
.more-from-category.single.widget.lap-section .lap-prod-list.owl-carousel {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.more-from-category.single.widget.lap-section .lap-prod-card {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 16px;
  text-align: center;
  min-height: 360px;
  transition: transform 0.2s;
}

.more-from-category.single.widget.lap-section .lap-prod-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.more-from-category.single.widget.lap-section .lap-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #7e4deb;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  pointer-events: none;
}

.more-from-category.single.widget.lap-section .lap-prod-title {
  font-size: 1.1rem;
  margin: 12px 0 8px;
  min-height: 70px;
}

.more-from-category.single.widget.lap-section .lap-prod-card p {
  color: #444;
  margin-bottom: 10px;
}

.more-from-category.single.widget.lap-section .lap-prod-card a.but-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.more-from-category.single.widget.lap-section .lap-prod-card a.but-btn:hover {
  background: #444;
}
