/* SVG eMAG w .emag-cart-btn__spacer — NIE .emag-cart-btn__icon (user.css: ico_cart_btn.png) */

.emag-module-t3.emag-carousel .emag-carousel__slide > .product > .product__buy-row {
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 43px;
  column-gap: 8px;
  align-items: end !important;
  width: 100%;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price {
  margin: 0 !important;
  padding: 0;
  align-self: end;
  text-align: left !important;
  width: 100%;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price p {
  margin: 0;
  line-height: 1;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price p em {
  display: block;
  line-height: 1;
  font-style: normal;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price p em.color {
  color: #c40000 !important;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price .emag-price-before {
  margin: 0 0 3px 0;
  line-height: 1;
  text-align: left !important;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price .emag-price-before del {
  display: block;
  color: #929292 !important;
  font-weight: 400 !important;
  font-style: normal;
  text-decoration: line-through;
  line-height: 1;
  text-align: left !important;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .price .hide {
  display: none !important;
}

.emag-module-t3.emag-carousel .emag-carousel__slide > .product .product__buy-row .emag-buy-row__basket {
  margin: 0;
  padding: 0;
  align-self: end;
  justify-self: end;
}

.emag-module-t3.emag-carousel .emag-buy-row__basket fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.emag-module-t3.emag-carousel .emag-cart-btn {
  width: 43px !important;
  height: 43px !important;
  min-width: 43px !important;
  max-width: 43px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  border: none !important;
  border-radius: 6px;
  box-shadow: none !important;
}

.emag-module-t3.emag-carousel .emag-cart-btn > span.hide,
.emag-module-t3.emag-carousel .emag-cart-btn img.px1 {
  display: none !important;
}

.emag-module-t3.emag-carousel .emag-cart-btn__spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: none !important;
  color: #fff;
  line-height: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.emag-module-t3.emag-carousel .emag-cart-btn__svg {
  width: 38px;
  height: 38px;
  display: block;
  fill: currentColor;
}

.emag-module-t3.emag-carousel .emag-cart-btn--unavailable {
  background-color: #929292 !important;
  background-image: none !important;
  border-color: #929292 !important;
}

.emag-module-t3.emag-carousel .emag-cart-btn--unavailable:hover,
.emag-module-t3.emag-carousel .emag-cart-btn--unavailable:focus-visible {
  background-color: #838383 !important;
  background-image: none !important;
  border-color: #838383 !important;
  filter: none;
}

/* TYP 1 / TYP 2 — ceny promocyjne jak TYP 3 (bez koszyka) */
#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price {
  margin: 0 !important;
  padding: 0;
  text-align: left !important;
  width: 100%;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price p,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price p,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price p,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price p,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price p {
  margin: 0;
  line-height: 1;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price p em,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price p em,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price p em,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price p em,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price p em {
  display: block;
  line-height: 1;
  font-style: normal;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price p em.color,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price p em.color,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price p em.color,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price p em.color,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price p em.color {
  color: #c40000 !important;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price .emag-price-before,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price .emag-price-before,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price .emag-price-before,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price .emag-price-before,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price .emag-price-before {
  margin: 0 0 3px 0;
  line-height: 1;
  text-align: left !important;
}

#box_mainproducts.emag-carousel .emag-carousel__slide > .product .price .emag-price-before del,
#box_specialoffer.emag-carousel .emag-carousel__slide > .product .price .emag-price-before del,
#box_lastadded.emag-carousel .emag-carousel__slide > .product .price .emag-price-before del,
[id*="box_recommendations_"].emag-carousel .emag-carousel__slide > .product .price .emag-price-before del,
#box_bestsellers.emag-carousel .emag-carousel__slide > .product .price .emag-price-before del {
  display: block;
  color: #929292 !important;
  font-weight: 400 !important;
  font-style: normal;
  text-decoration: line-through;
  line-height: 1;
  text-align: left !important;
}
