<div id="popupBrandbox" class="brandbox-popup modal fade">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<img class="brandbox-popup-logo" src="{{ getImageURL(offer.getOnlineOrderPopupLogoMedia(), 350, 175) }}" alt="brandbox-popup-logo">
<h3 class="brandbox-popup-title">Рады приветствовать в форме быстрого заказа!</h3>
<p class="brandbox-popup-descr">
доступна оплата: {{ offer.getOnlineOrderSettings().getAllowedPaymentMethodsString() }}
</p>
<div class="brandbox-popup-btns">
<div class="delivery-btns-container">
<div id="delivery_teaser" class="brandbox-popup-btn">
<span class="brandbox-popup-btn-text">Доставка</span>
<span class="brandbox-popup-btn-sale">{{ offer.getDiscountDeliveryPopup() }}</span>
</div>
<div id="pickup_teaser" class="brandbox-popup-btn">
<span class="brandbox-popup-btn-text">Самовывоз</span>
<span class="brandbox-popup-btn-sale">{{ offer.getDiscountPickupPopup() }}</span>
</div>
</div>
{% if offer.isGiftCertificateOnlineOrderAllowedOnSite() and offer.isFoodOnlineOrderAllowedOnSite() %}
<a href="/gift-certificate/select/{{ offer.getID() }}" id="pickup_certificate"
class="brandbox-popup-btn certificate-delivery-btn">
<span class="brandbox-popup-btn-text">СЕРТИФИКАТЫ</span>
<span class="brandbox-popup-btn-sale">{{ offer.getDiscountPickupPopup() }}</span>
</a>
{% endif %}
</div>
{% if offer.hasCategory(constant('Slivki\\Repository\\SeoRepository::FLOWERS_CATEGORY_ID')) %}
<img class="brandbox-popup-img" src="/images/flowersPopup.png" alt="brandbox-popup-img">
{% else %}
<img class="brandbox-popup-img" src="/images/popupBrandboxImg.svg" alt="brandbox-popup-img">
{% endif %}
</div>
</div>
</div>