/* MODUŁ TYP 4 — siatka wielowierszowa (np. 6×2), wspólne przewijanie poziome */
.emag-module-t4.emag-carousel {
  --emag-carousel-rows: 2;
}

.emag-module-t4.emag-carousel .emag-carousel__slide {
  grid-template-rows: repeat(var(--emag-carousel-rows, 2), minmax(0, auto));
}

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

@media screen and (max-width: 767px) {
  .emag-module-t4.emag-carousel {
    --emag-carousel-visible: 3;
  }

  .emag-module-t4.emag-carousel .emag-carousel__arrow {
    display: none !important;
  }

  .emag-module-t4.emag-carousel .emag-carousel__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Badge poza .boximgsize — kontener ma overflow:hidden i przycinał etykietę + ramkę */
.emag-module-t3.emag-carousel .emag-carousel__slide > .product > a {
  position: relative;
}

.emag-module-t3.emag-carousel .emag-discount-badge,
#box_mainproducts.emag-carousel .emag-discount-badge,
#box_specialoffer.emag-carousel .emag-discount-badge,
#box_lastadded.emag-carousel .emag-discount-badge,
[id*="box_recommendations_"].emag-carousel .emag-discount-badge,
#box_bestsellers.emag-carousel .emag-discount-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  margin: 0;
  background-color: #c40000;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 7px;
  pointer-events: none;
  white-space: nowrap;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product > a,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product > a,
#box_lastadded.emag-carousel .emag-carousel__slide > .product > a,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product > a,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product > a {
  position: relative;
}

.emag-module-t3.emag-carousel .emag-cart-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.emag-module-t3.emag-carousel .emag-cart-btn__img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}

/* Mobile: kompaktowe zdjęcie (g01: height:0 + padding-bottom, img absolute) */
@media screen and (max-width: 767px) {
  .shop_product .emag-module-t3.emag-carousel .boximgsize {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: 0 !important;
    padding: 0 0 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .shop_product .emag-module-t3.emag-carousel .boximgsize > img,
  .shop_product .emag-module-t3.emag-carousel .boximgsize .wce_carousel-wrap > img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .shop_product .emag-module-t3.emag-carousel .emag-carousel__slide > .product > a {
    flex: 0 0 auto !important;
    position: relative !important;
    z-index: 0 !important;
  }

  .shop_product .emag-module-t3.emag-carousel .emag-carousel__slide > .product .productnamewrap {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
  }

  .shop_product .emag-module-t3.emag-carousel .emag-carousel__slide > .product > .product__buy-row {
    position: relative !important;
    z-index: 1 !important;
  }

  .shop_product .emag-module-t3.emag-carousel .emag-carousel__slide > .product {
    padding-top: 0 !important;
    padding-bottom: 6px !important;
  }
}
