/* MODUŁ TYP 3 — karta produktu (natywne + sekcje Mamezi) */

.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a.row::before,
.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a.row::after,
.emag-module-t3.emag-carousel .boximgsize.row::before,
.emag-module-t3.emag-carousel .boximgsize.row::after,
.emag-module-t3.emag-carousel .productnamewrap.row::before,
.emag-module-t3.emag-carousel .productnamewrap.row::after,
.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a > .productname.row::before,
.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a > .productname.row::after {
  display: none !important;
  content: none !important;
}

.emag-module-t3.emag-carousel .boximgsize {
  flex: 0 0 210px;
  height: 210px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.emag-module-t3.emag-carousel .boximgsize > img,
.emag-module-t3.emag-carousel .boximgsize .wce_carousel-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  flex: none;
}

.emag-module-t3.emag-carousel {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.shop_product .centercol.s-grid-9 .product-modules .emag-module-t3.emag-carousel {
  width: 133.333%;
  margin-left: -33.333%;
  max-width: 1320px;
}

.shop_product .centercol.s-grid-6 .product-modules .emag-module-t3.emag-carousel {
  width: 200%;
  margin-left: -50%;
  max-width: 1320px;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .productnamewrap {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 7px 0 0;
  padding: 0;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .productnamewrap .productname {
  font-size: 0.88em;
  font-weight: 500;
  text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  max-height: calc(1.35em * 2);
  word-break: break-word;
  box-sizing: border-box;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product > .product__buy-row {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 6px;
}

.emag-module-t3.emag-carousel .product {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Mobile landscape: więcej kolumn niż w pionie (portrait = 2 w user.css) */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .shop_product .emag-module-t3.emag-carousel {
    --emag-carousel-visible: 3;
  }
}
