.flag.flag-discount:before {
  display: none;
}

.flags-extra .flag {
  width: 55px !important;
  height: 55px !important;
  border-radius: 100% !important;
}

.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
  font-size: 14px;
}

.flags-extra {
  top: -10px;
}

.p-image-wrapper .flags-extra {
  top: 10px;
}

.flag.flag-discount {
  background: #f80120;
}

.p-image-wrapper .flags-extra .flag-discount .price-save {
  font-size: 16px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save sub {
  font-size: 16px;
}

body.multiple-columns-body.type-detail
  .p-image-wrapper
  .flags-extra
  .flag-discount
  .price-save {
  font-size: 18px;
}

.flags-extra .flag .price-save:before {
  content: "Zľava";
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .flags-extra .flag .price-save:before {
    content: "Zľava až";
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .flags-extra .flag {
    width: 75px !important;
    height: 75px !important;
  }
  .flags-extra .flag .price-standard,
  .flags-extra .flag .price-save {
    font-size: 20px;
  }
  .p-image-wrapper .flags-extra .flag-discount .price-save {
    font-size: 20px;
  }

  .p-image-wrapper .flags-extra .flag-discount .price-save sub {
    font-size: 20px;
  }
  .flags-extra {
    top: -20px;
    right: -20px;
  }
}

.flag-na-predajni {
  display: none !important;
}

.image360,
.p-image {
  margin-bottom: 15px;
}

.jt-store-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  padding: 10px 14px;
  margin-bottom: 14px;

  border-radius: 6px;
  background: var(--color-primary);

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jt-store-banner__icon {
  width: 48px;
  height: 38px;
  margin-right: 10px;
}

.jt-store-banner__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jt-store-banner__text {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

/* produkt list */
.product .jt-store-banner {
  margin: 0 -15px;
  border-radius: 0;
}

.product .jt-store-banner__icon {
  width: 38px;
  height: 28px;
  margin-right: 6px;
}

.product .jt-store-banner__text {
  font-size: 13px;
  flex: 1;
}

/* responsive */
@media (min-width: 768px) {
  .jt-store-banner__text {
    font-size: 17px;
  }

  .product .jt-store-banner {
    margin: 0 -28px;
  }
}

@media (max-width: 480px) {
  .product .jt-store-banner {
    padding: 6px;
  }

  .product .jt-store-banner__icon {
    width: 28px;
    height: 20px;
  }

  .product .jt-store-banner__text {
    font-size: 11px;
  }
}
