/* Separator tylko na kartach produktu */
.projector_page #content,
.projector_page div#content.col-12 {
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

#projector_express_checkout span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#projector_express_checkout span::before{
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;

    background-color: currentColor;

    -webkit-mask-image: url('/gfx/standards/payment_group_card.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url('/gfx/standards/payment_group_card.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

/* Ukrycie sekcji 1-Click na karcie produktu */
.projector_details__oneclick {
    display: none !important;
}

/* Pogrubienie zgody na e-mail newsletter w place-order.html */
label.f-label[for="client_mailing_checkbox"] {
    font-weight: 600;
}

/* Zmiana koloru tła labeli % i W promocji */
.label.--promo {
    background-color: #CC00CC;
    color: #FFFFFF;
}