.horeka-related-slider-wrapper{margin:18px 0}
.horeka-product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.06);padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center}
.horeka-product-card .hp-image{display:block;width:100%;padding:6px 6px 0}
.horeka-product-card img{width:100%;height:160px;object-fit:cover;border-radius:8px;transition:transform .28s ease}
.horeka-product-card:hover img{transform:scale(1.06)}
.hp-body{padding:8px 6px 6px;width:100%}
.hp-title{display:block;font-weight:700;color:#111;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}
.hp-price{color:#2c8515;font-weight:700}
.horeka-sale-badge{position:absolute;background:#ffbb56;color:#111;padding:6px 8px;border-radius:6px;font-weight:700;margin:8px;z-index:2}
.swiper-button-next, .swiper-button-prev{color:#111;background:#ffbb56;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.08)}
.swiper-button-next::after, .swiper-button-prev::after{font-size:16px;color:#111}
@media (max-width:480px){.horeka-product-card img{height:140px}}