.gorelka-detail-ready .product-slider { background: #fff; }
.gorelka-detail-ready .product-slider { min-height: min(56vw, 610px); }
.gorelka-detail-ready .product-images.gorelka-gallery {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: min(56vw, 610px) !important;
  transform: none !important;
  overflow: hidden;
}
.gorelka-detail-ready .product-images.gorelka-gallery > .product-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: none !important;
}
.gorelka-detail-ready .product-images.gorelka-gallery > .product-image.active { display: block !important; }
.gorelka-detail-ready .product-images img.product-image {
  width: 100%;
  height: min(56vw, 610px);
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.gorelka-detail-ready .product-slider[style] { pointer-events: auto !important; }
.gorelka-detail-ready .gorelka-product-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: #f5f8ff;
  color: #0046aa;
}
.gorelka-detail-ready .gorelka-product-summary img { width: 40px; height: 40px; object-fit: contain; }
.gorelka-detail-ready .gorelka-product-summary p { margin: 0; }
.gorelka-detail-ready .coffee-info .lno i { background: #ff4664 !important; }
.gorelka-detail-ready .gorelka-spec-list li { border-bottom-color: rgba(0,70,170,.16); }
.gorelka-detail-ready .gorelka-detail-price .current,
.gorelka-detail-ready .filter-price .price { color: #00503c !important; }
.gorelka-detail-ready .infobox-desc p { white-space: normal; line-height: 1.65; }
.gorelka-detail-equipment .infobox-valuer,
.gorelka-detail-equipment .infobox-roasting-profile { display: none; }
@media (max-width: 767px) {
  .gorelka-detail-ready .product-slider { min-height: 360px; }
  .gorelka-detail-ready .product-images.gorelka-gallery { height: 360px !important; }
  .gorelka-detail-ready .product-images img.product-image { height: 360px; }
  .gorelka-detail-ready .gorelka-product-summary { border-radius: 14px; }
}
