| @@ -1,10 +1,23 @@ | |||||
| .is-act-cartpage { | .is-act-cartpage { | ||||
| .cart-add-product-container { | |||||
| @media (min-width: 768px) { | |||||
| max-width: 50%; | |||||
| flex: 0 0 50%; | |||||
| } | |||||
| .cart-add-product { | |||||
| max-width: 100%; | |||||
| .btn-secondary { | |||||
| background-color: $sw-color-brand-primary; | |||||
| border-color: $sw-color-brand-primary; | |||||
| } | |||||
| } | |||||
| } | |||||
| .checkout { | .checkout { | ||||
| .cart-item { | .cart-item { | ||||
| &.is-discount { | &.is-discount { | ||||
| .cart-item-remove { | .cart-item-remove { | ||||
| form { | form { | ||||
| display: none; | |||||
| display: none; | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -11,6 +11,20 @@ | |||||
| } %} | } %} | ||||
| {% block zen_page_product_detail_custom_field_global_content %} | {% block zen_page_product_detail_custom_field_global_content %} | ||||
| {% if page.product.translated.customFields.custom_ingredients_content|length > 0 %} | |||||
| <div> | |||||
| <h3>{{ "customFields.custom_ingredients_content"|trans }}:</h3> | |||||
| {{ page.product.translated.customFields.custom_ingredients_content|raw }} | |||||
| {% block page_product_detail_description_content_properties %} | |||||
| <div class="mt-3"> | |||||
| {% if page.product.sortedProperties|length > 0 %} | |||||
| {% sw_include '@Storefront/storefront/page/product-detail/properties.html.twig' %} | |||||
| {% endif %} | |||||
| </div> | |||||
| {% endblock %} | |||||
| </div> | |||||
| {% endif %} | |||||
| {% if page.product.translated.customFields.custom_nutrition_energy_kcal|length > 0 %} | {% if page.product.translated.customFields.custom_nutrition_energy_kcal|length > 0 %} | ||||
| <h3>{{ "customFields.custom_nutrition"|trans }} pro 100 {% if (page.product.unit.name == "kg") or (page.product.unit.name == "g") %}g{% elseif page.product.unit.name == "Liter" %}ml{% endif %}:</h3> | <h3>{{ "customFields.custom_nutrition"|trans }} pro 100 {% if (page.product.unit.name == "kg") or (page.product.unit.name == "g") %}g{% elseif page.product.unit.name == "Liter" %}ml{% endif %}:</h3> | ||||
| <table class="table table-striped product-detail-properties-table"> | <table class="table table-striped product-detail-properties-table"> | ||||
| @@ -71,7 +71,7 @@ | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| .is-lo-full-width .container { | |||||
| .header-inner .container { | |||||
| max-width: 1120px; | max-width: 1120px; | ||||
| } | } | ||||
| .nav-header>.container { | .nav-header>.container { | ||||
| @@ -1,4 +1,17 @@ | |||||
| .is-act-cartpage { | .is-act-cartpage { | ||||
| .cart-add-product-container { | |||||
| @media (min-width: 768px) { | |||||
| max-width: 50%; | |||||
| flex: 0 0 50%; | |||||
| } | |||||
| .cart-add-product { | |||||
| max-width: 100%; | |||||
| .btn-secondary { | |||||
| background-color: $sw-color-brand-primary; | |||||
| border-color: $sw-color-brand-primary; | |||||
| } | |||||
| } | |||||
| } | |||||
| .checkout { | .checkout { | ||||
| .cart-item { | .cart-item { | ||||
| &.is-discount { | &.is-discount { | ||||
| @@ -1,4 +1,10 @@ | |||||
| .is-ctl-product { | .is-ctl-product { | ||||
| .cms-page { | |||||
| @media (min-width: 992px) { | |||||
| padding-left: 36px; | |||||
| padding-right: 36px; | |||||
| } | |||||
| } | |||||
| .product-detail-media { | .product-detail-media { | ||||
| padding-right: 40px; | padding-right: 40px; | ||||
| .gallery-slider-image { | .gallery-slider-image { | ||||
| @@ -11,6 +11,20 @@ | |||||
| } %} | } %} | ||||
| {% block zen_page_product_detail_custom_field_global_content %} | {% block zen_page_product_detail_custom_field_global_content %} | ||||
| {% if page.product.translated.customFields.custom_ingredients_content|length > 0 %} | |||||
| <div> | |||||
| <h3>{{ "customFields.custom_ingredients_content"|trans }}:</h3> | |||||
| {{ page.product.translated.customFields.custom_ingredients_content|raw }} | |||||
| {% block page_product_detail_description_content_properties %} | |||||
| <div class="mt-3"> | |||||
| {% if page.product.sortedProperties|length > 0 %} | |||||
| {% sw_include '@Storefront/storefront/page/product-detail/properties.html.twig' %} | |||||
| {% endif %} | |||||
| </div> | |||||
| {% endblock %} | |||||
| </div> | |||||
| {% endif %} | |||||
| {% if page.product.translated.customFields.custom_nutrition_energy_kcal|length > 0 %} | {% if page.product.translated.customFields.custom_nutrition_energy_kcal|length > 0 %} | ||||
| <h3>{{ "customFields.custom_nutrition"|trans }} pro 100 {% if (page.product.unit.name == "kg") or (page.product.unit.name == "g") %}g{% elseif page.product.unit.name == "Liter" %}ml{% endif %}:</h3> | <h3>{{ "customFields.custom_nutrition"|trans }} pro 100 {% if (page.product.unit.name == "kg") or (page.product.unit.name == "g") %}g{% elseif page.product.unit.name == "Liter" %}ml{% endif %}:</h3> | ||||
| <table class="table table-striped product-detail-properties-table"> | <table class="table table-striped product-detail-properties-table"> | ||||