Adds standard styling for header, cart, and search

Applies new styling to the header, shopping cart, and search bar components.
Creates new scss files for header and swiper layouts.
Replaces x.svg.

These changes create a more consistent and modern user interface.
This commit is contained in:
2025-12-18 12:02:00 +01:00
parent 97b88c111c
commit f6df65fbb3
11 changed files with 202 additions and 8 deletions

View File

@ -49,12 +49,17 @@
data-target="#mobile_top_menu_wrapper"
>
<div class="header-top__icon-container">
<span class="header-top__icon material-icons">menu</span>
{capture name="svg_output"}{svg_icon file='hamburger-menu.svg'}{/capture}
{if $smarty.capture.svg_output}
{$smarty.capture.svg_output nofilter}
{else}
<span class="header-top__icon material-icons">menu</span>
{/if}
</div>
</a>
</div>
<div class="col-md-4 col header-top__block header-top__block--logo">
<div class="col col-md-auto col header-top__block header-top__block--logo">
<a href="{$urls.pages.index}">
{images_block webpEnabled=$webpEnabled}
<img