This commit is contained in:
2025-09-25 03:03:31 +05:00
commit ae480cf2f6
2768 changed files with 1485826 additions and 0 deletions

View File

@@ -0,0 +1,113 @@
<script>
window.Lara = {
locale: '{{ app()->getLocale() }}',
auth: {
status: {{ auth()->check() ? 'true' : 'false' }},
user: {
first_name: '{{ auth()->check() ? auth()->user()->first_name : '' }}',
last_name: '{{ auth()->check() ? auth()->user()->last_name : '' }}',
phone_number: '{{ auth()->check() ? auth()->user()->phone_number : '' }}',
}
},
user: {
products: {}
},
routes: {
app: {
globalSearch: '{{ route('web.global-search') }}'
},
auth: {
twoFactor: '{{ route('web.login-two-factor') }}',
login: '{{ route('web.login') }}',
logout: '{{ route('web.logout') }}'
},
user: {
likes: '{{ route('web.user.likes') }}',
likesCount: '{{ route('web.user.likes.count') }}',
carts: '{{ route('web.user.carts') }}'
},
likes: {
clear: '{{ route('web.user.likes.clear') }}'
},
categories: {
show: '{{ route('web.categories.show', ['category' => 'slug']) }}',
products: '{{ route('web.categories.products', ['category' => 'slug']) }}'
},
carts: {
add: '{{ route('web.carts.add') }}',
update: '{{ route('web.carts.update') }}',
remove: '{{ route('web.carts.remove') }}'
},
products: {
show: '{{ route('web.products.show', ['product' => 'slug']) }}',
getImage: '{{ route('web.products.get-image') }}',
like: '{{ route('web.products.like') }}',
likeCount: '{{ route('web.products.like-count') }}',
loadColor: '{{ route('web.products.load-color') }}'
},
orders: {
checkout: '{{ route('web.orders.checkout') }}'
},
additional_pages: {
becomeSeller: '{{ route('web.become-seller') }}'
},
provinces: '{{ route('web.provinces.index') }}',
branches: '{{ route('web.branches.index') }}',
api: {
{{--
route('api.entrepreneur.register')
route('api.entrepreneur.verify-phone')
route('api.entrepreneur.verify-email')
--}}
entrepreneur: {
register: '',
verifyPhone: '',
verifyEmail: ''
}
}
},
messages: {
success: '{{ __('Successfully done') }}'
},
translations: {
region: '{{ __('Region') }}',
order: '{{ __('Order') }}',
name: '{{ __('Name') }}',
phone: '{{ __('Phone') }}',
address: '{{ __('Address') }}',
note: '{{ __('Note') }}',
time: '{{ __('Time') }}',
paymentType: '{{ __('Payment type') }}',
nonVirtual: '{{ __('Non virtual') }}',
cash: '{{ __('Cash') }}',
atm: '{{ __('ATM') }}',
online: '{{ __('Online') }}',
altynAsyr: '{{ __('Altyn Asyr') }}',
confirm: '{{ __('Confirm') }}',
deliveryType: '{{ __('Delivery type') }}',
delivery: {
standart: '{{ __('Standart') }}',
onOwn: '{{ __('Self Pickup') }}',
express: '{{ __('Express') }}'
},
regions: {
'ag': '{{ __('Ashgabat') }}',
'mr': '{{ __('Mary') }}',
'ah': '{{ __('Ahal') }}',
'dz': '{{ __('Daşoguz') }}',
'lb': '{{ __('Lebap') }}',
'bn': '{{ __('Balkan') }}',
},
province: '{{ __('Province') }}',
provinces: '{{ __('Provinces') }}',
branches: '{{ __('Post Branches') }}',
branch: '{{ __('Post Branch') }}',
favouries: {
liked: '{{ __('Added to wishlist') }}',
unliked: '{{ __('Removed from wishlist') }}',
}
}
};
localStorage.removeItem('wishlist-guest');
</script>

View File

@@ -0,0 +1,10 @@
{{-- Asynchronously load fonts --}}
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.dsmcdn.com" crossorigin>
<link rel="stylesheet" href="/web/themes/shella/start-style.css">
<link rel="stylesheet" href="/web/themes/td/nav.css">
<link rel="stylesheet" href="/web/themes/oz/categories-dropdown.css">
<link rel="stylesheet" href="/web/themes/ty/product-grid.css">
<link rel="stylesheet" href="/web/shella/styles/cs-style.css">

View File

@@ -0,0 +1,6 @@
<link rel="shortcut icon" href="/favicon.png" type="image/png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">

View File

@@ -0,0 +1,22 @@
<div class="col-lg-2 px-0 d-lg-block">
<div class="footer__border border-top w-100 mb-45 d-lg-none"></div>
<div class="footer__social-media">
<h5 class="d-lg-block mb-10 text-uppercase">{{ __('Mobile APPS') }}</h5>
<div class="row justify-content-center" style="margin-right: 10px;">
<div class="col-6 row px-0 text-center m-auto">
<div class="col-12 px-2">
<img src="/assets/images/appstore.png" onclick="window.location.href = 'https://apps.apple.com/tm/app/postshop/id1634851719';" alt="">
{{-- <span style="color: #575454;">APP STORE</span> --}}
</div>
<div class="col-12 px-0"><img src="/assets/images/app_qr_codes/postshop_app_store.png" alt=""></div>
</div>
<div class="col-6 row px-0 text-center">
<div class="col-12 px-2">
<img src="/assets/images/googleplay.png" onclick="window.location.href = 'https://play.google.com/store/apps/details?id=tm.gov.turkmenpost.shop&hl=en&gl=US';" alt="">
{{-- <span style="color: #575454;">GOOGLE PLAY</span> --}}
</div>
<div class="col-12 px-0"><img src="/assets/images/app_qr_codes/postshop_google_play.png" alt=""></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,12 @@
<div class="footer__logo w-100 m-auto ml-lg-0 mr-lg-15" style="max-width: 64px;">
<a href="#" class="d-block text-hide">
<img src="/logo.png" alt="">
</a>
</div>
<div class="footer__copyright pt-lg-0 mt-20 mt-lg-0">
<p class="mb-0">
&copy; {{ date('Y') }} POSTHOP &trade;. {{ __('All Rights Reserved') }}.
<br class="d-none d-lg-block">
Powered by <a href="http://webulgam.com.tm" class="btn-link">WebUlgam</a>.
</p>
</div>

View File

@@ -0,0 +1,56 @@
<div class="col-lg-4">
{{-- Border --}}
<div class="footer__border border-top row d-lg-none"></div>
<div class="footer__custom-html">
<div class="footer__section" data-js-accordion="only-mobile">
<div class="footer__section-head position-relative" data-js-accordion-button>
<h5 class="py-10 py-lg-0 mb-0 mb-lg-10 text-uppercase">{{ __('Here to help') }}</h5>
<div class="footer__section-btn d-flex d-lg-none position-absolute align-items-center justify-content-center">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-188" viewBox="0 0 24 24">
<path d="M7.158 12.206a.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186h3.75v-3.75a.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439v3.75h3.75c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75v3.75a.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186.597.597 0 0 1-.439-.186.598.598 0 0 1-.186-.439v-3.75h-3.75a.598.598 0 0 1-.439-.186z"/>
</svg>
</i>
</div>
</div>
<div class="footer__section-content d-none d-lg-block" data-js-accordion-content>
<div class="d-flex d-lg-block flex-column align-items-center pt-10 pt-lg-0 pb-15 pb-lg-0">
{{ __('Have a question? You may find an answer in our') }}: <a href="{{ route('web.faq') }}" class="btn-link">{{ __('FAQ') }}</a>.<br>
<p class="d-flex justify-content-center justify-content-lg-start mb-15">
<i class="mr-10">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-197" viewBox="0 0 24 24">
<path d="M17.625 21.729c-2.148 0-4.174-.41-6.074-1.23a15.799 15.799 0 0 1-4.971-3.35c-1.413-1.413-2.529-3.069-3.35-4.971S2 8.253 2 6.104c0-.078.016-.156.049-.234a.864.864 0 0 1 .127-.215L5.301 2.53a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l4.375 4.375c.117.13.176.28.176.449s-.059.319-.176.449l-2.695 2.676 5.371 5.371 2.676-2.695a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l4.375 4.375c.117.13.176.28.176.449s-.059.319-.176.449l-3.125 3.125a.91.91 0 0 1-.215.127.596.596 0 0 1-.234.049zM5.75 3.858l-2.5 2.5c.039 1.927.433 3.74 1.182 5.439a14.528 14.528 0 0 0 3.037 4.463c1.275 1.276 2.764 2.288 4.463 3.037s3.512 1.143 5.439 1.182l2.5-2.5-3.496-3.496-2.676 2.695a.654.654 0 0 1-.449.176.65.65 0 0 1-.449-.176l-6.25-6.25c-.117-.13-.176-.28-.176-.449s.059-.319.176-.449l2.695-2.676L5.75 3.858z"/>
</svg>
</i>{{ __('Call us') }}: +993 (12) 92-14-95
</p>
<p class="d-flex justify-content-center justify-content-lg-start mb-15">
<i class="mr-10">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-234" viewBox="0 0 24 24">
<path d="M16.053 3.083a10.212 10.212 0 0 1 3.174 2.148c.905.905 1.621 1.963 2.148 3.174s.791 2.507.791 3.887-.264 2.676-.791 3.887-1.244 2.269-2.148 3.174c-.905.905-1.963 1.621-3.174 2.148s-2.507.791-3.887.791-2.676-.264-3.887-.791-2.269-1.243-3.174-2.148c-.905-.905-1.621-1.963-2.148-3.174s-.791-2.506-.791-3.887c0-1.38.264-2.676.791-3.887S4.2 6.136 5.105 5.231c.906-.905 1.964-1.621 3.175-2.148s2.506-.791 3.887-.791c1.38 0 2.675.263 3.886.791zm-3.261 17.92a8.722 8.722 0 0 0 5.557-2.529 8.728 8.728 0 0 0 2.529-5.557h-2.461a.598.598 0 0 1-.439-.186.6.6 0 0 1-.186-.439.6.6 0 0 1 .186-.439.6.6 0 0 1 .439-.186h2.461a8.742 8.742 0 0 0-2.529-5.557 8.742 8.742 0 0 0-5.557-2.529v2.461a.598.598 0 0 1-.186.439.601.601 0 0 1-.439.186.598.598 0 0 1-.439-.186.6.6 0 0 1-.186-.439V3.581A8.728 8.728 0 0 0 5.985 6.11a8.722 8.722 0 0 0-2.529 5.557h2.461a.6.6 0 0 1 .439.186.601.601 0 0 1 .186.439.598.598 0 0 1-.186.439.601.601 0 0 1-.439.186H3.456a8.614 8.614 0 0 0 .781 3.047c.442.951 1.025 1.787 1.748 2.51s1.559 1.306 2.51 1.748c.95.443 1.966.703 3.047.781v-2.461a.6.6 0 0 1 .186-.439.6.6 0 0 1 .439-.186.6.6 0 0 1 .439.186.601.601 0 0 1 .186.439v2.461zm3.564-9.151a.601.601 0 0 1 .186.439.598.598 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75a.58.58 0 0 1-.283-.068.736.736 0 0 1-.225-.186l-3.75-5a.56.56 0 0 1-.117-.458.609.609 0 0 1 .254-.42.57.57 0 0 1 .459-.117.61.61 0 0 1 .419.254l3.555 4.746h3.438c.169 0 .315.062.439.185z"/>
</svg>
</i>
<span class="text-left">
{{ __('Mon-Fri') }}: 09:00-19:00 <br>{{ __('Sat') }}: 09:00-18:00<br>{{ __('Sun') }}: 09:0016:00
</span>
</p>
<p class="d-flex justify-content-center justify-content-lg-start mb-15">
<i class="mr-10">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-153" viewBox="0 0 24 24">
<path d="M22.072 4.807c.013.026.02.049.02.068v.068c.013.026.02.046.02.059v13.75c0 .17-.062.316-.186.439a.601.601 0 0 1-.439.186H2.736a.598.598 0 0 1-.439-.186.598.598 0 0 1-.186-.439V5.002c0-.013.006-.032.02-.059v-.068c0-.019.006-.042.02-.068a.125.125 0 0 0 .029-.049.444.444 0 0 1 .029-.068.145.145 0 0 0 .02-.059c.013 0 .022-.003.029-.01a.04.04 0 0 0 .01-.029l.038-.039a.214.214 0 0 1 .059-.039l.039-.039c.013-.013.032-.02.059-.02a.125.125 0 0 1 .049-.029.184.184 0 0 1 .049-.01c.026-.013.049-.02.068-.02s.042-.006.068-.02H21.525c.026.014.049.02.068.02s.042.007.068.02c.013 0 .029.004.049.01.02.007.036.017.049.029.026 0 .045.007.059.02l.039.039a.286.286 0 0 1 .059.039l.039.039c0 .014.003.023.01.029.006.007.016.01.029.01 0 .014.006.033.02.059a.587.587 0 0 0 .039.068.102.102 0 0 1 .019.049zm-1.211 13.32V6.232l-8.379 6.152a.57.57 0 0 1-.176.088.659.659 0 0 1-.566-.088L3.361 6.232v11.895h17.5zM4.65 5.627l7.461 5.469 7.461-5.469H4.65z"/>
</svg>
</i>
<a href="mailto:contact@post.shop.tm" class="btn-link">{{ __('Send us an email') }}.</a></p>
</p>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,6 @@
<div id="theme-loader" class="d-none">
<div class="loader js-loader">
<div class="loader__bg" data-js-loader-bg></div>
<div class="loader__spinner" data-js-loader-spinner><img src="/web/shella/images/shella-preloader.svg" alt="Pre-loader"></div>
</div>
</div>

View File

@@ -0,0 +1,20 @@
<div class="popup-navigation__head pt-20 pb-10 px-10 d-lg-none">
<div class="container">
<div class="popup-navigation__button d-flex align-items-center"
data-js-popup-navigation-button="close">
<i class="popup-navigation__close cursor-pointer" data-js-popup-close
data-button-content="close">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<i class="popup-navigation__back cursor-pointer d-lg-none" data-button-content="back">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-012" viewBox="0 0 24 24">
<path d="M21.036 12.569a.601.601 0 0 1-.439.186H4.601l4.57 4.551c.117.13.176.28.176.449a.652.652 0 0 1-.176.449.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .877.877 0 0 1-.215-.127l-5.625-5.625a2.48 2.48 0 0 1-.068-.107c-.02-.032-.042-.068-.068-.107a.736.736 0 0 1 0-.468 2.48 2.48 0 0 0 .068-.107c.02-.032.042-.068.068-.107l5.625-5.625a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-4.57 4.551h15.996a.6.6 0 0 1 .439.186.601.601 0 0 1 .186.439.599.599 0 0 1-.186.437z"/>
</svg>
</i>
</div>
</div>
</div>

View File

@@ -0,0 +1,88 @@
<div class="d-lg-none mt-25">
<div class="footer__social-media-mobile">
<div class="social-media d-flex flex-wrap justify-content-center justify-content-lg-start">
<a href="https://www.facebook.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-facebook" viewBox="0 0 264 512">
<path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"/>
</svg>
</i>
</a><a href="https://twitter.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-twitter" viewBox="0 0 512 512">
<path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/>
</svg>
</i>
</a><a href="https://plus.google.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-google" viewBox="0 0 640 512">
<path d="M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"/>
</svg>
</i>
</a><a href="https://www.instagram.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-instagram" viewBox="0 0 448 512">
<path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
</svg>
</i>
</a><a href="https://www.youtube.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-pinterest" viewBox="0 0 496 512">
<path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"/>
</svg>
</i>
</a><a href="https://www.instagram.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-youtube" viewBox="0 0 576 512">
<path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/>
</svg>
</i>
</a><a href="https://www.behance.net/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-behance" viewBox="0 0 576 512">
<path d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"/>
</svg>
</i>
</a><a href="https://www.skype.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-skype" viewBox="0 0 448 512">
<path d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"/>
</svg>
</i>
</a></div>
</div>
</div>

View File

@@ -0,0 +1,15 @@
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="delivery-return" data-popup-center>
<div class="popup-delivery-return position-relative py-30 px-15" data-popup-content>
<i class="popup-delivery-return__close position-absolute cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164"
viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<div class="popup-delivery-return__content mx-auto">
<div class="rte">
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,213 @@
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="size-guide" data-popup-center>
<div class="popup-size-guide position-relative py-30 px-15" data-popup-content>
<i class="popup-size-guide__close position-absolute cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164"
viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<div class="popup-size-guide__content mx-auto">
<div class="rte">
<h4 class="mb-15 text-center">{{ __('Size guide') }}</h4>
<p class="mb-20 text-center">
{{ __('This is an approximate conversion table to help you find your size. If you have already purchased an item by our brand, we recommend you select the same size as indicated on its label.') }}
</p>
<h4 class="mb-15 text-center text-uppercase">{{ __("Women's apparel sizing") }}</h4>
<div class="table-wrap mb-10">
<table class="table-size-guide responsive-table table-center">
<tbody>
<tr>
<th class="text-uppercase">{{ __('International') }}</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
<th>XXXL</th>
</tr>
<tr>
<td>{{ __('Europe') }}</td>
<td>32</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>44</td>
</tr>
<tr>
<td>{{ __('US') }}</td>
<td>0</td>
<td>2</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>10</td>
<td>12</td>
</tr>
<tr>
<td>{{ __('Chest fit (inches)') }}</td>
<td>28"</td>
<td>30"</td>
<td>32"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
</tr>
<tr>
<td>{{ __('Chest fit (cm)') }}</td>
<td>716</td>
<td>76</td>
<td>81</td>
<td>86</td>
<td>91.5</td>
<td>96.5</td>
<td>101.1</td>
</tr>
<tr>
<td>{{ __('Waist fir (inches)') }}</td>
<td>21"</td>
<td>23"</td>
<td>25"</td>
<td>27"</td>
<td>29"</td>
<td>31"</td>
<td>33"</td>
</tr>
<tr>
<td>{{ __('Waist fir (cm)') }}</td>
<td>53.5</td>
<td>58.5</td>
<td>63.5</td>
<td>68.5</td>
<td>74</td>
<td>79</td>
<td>84</td>
</tr>
<tr>
<td>{{ __('Hips fir (inches)') }}</td>
<td>33"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
<td>42"</td>
<td>44"</td>
</tr>
<tr>
<td>{{ __('Hips fir (cm)') }}</td>
<td>81.5</td>
<td>86.5</td>
<td>91.5</td>
<td>96.5</td>
<td>101</td>
<td>106.5</td>
<td>111.5</td>
</tr>
<tr>
<td>{{ __('Skort lengths (sm)') }}</td>
<td>36.5</td>
<td>38</td>
<td>39.5</td>
<td>41</td>
<td>42.5</td>
<td>44</td>
<td>45.5</td>
</tr>
</tbody>
</table>
</div>
<h4 class="mb-15 text-center">{{ __("Men's apparel sizing") }}</h4>
<div class="table-wrap">
<table class="table-size-guide responsive-table table-center">
<tbody>
<tr>
<th>{{ __('International') }}</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
<th>XXXL</th>
</tr>
<tr>
<td>{{ __('Europe') }}</td>
<td>32</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>44</td>
</tr>
<tr>
<td>{{ __('US') }}</td>
<td>0</td>
<td>2</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>10</td>
<td>12</td>
</tr>
<tr>
<td>{{ __('Chest fit (inches)') }}</td>
<td>33-35"</td>
<td>36-38"</td>
<td>39-41"</td>
<td>42-44"</td>
<td>45-47"</td>
<td>48-50"</td>
<td>51-53"</td>
</tr>
<tr>
<td>{{ __('Chest fit (cm)') }}</td>
<td>84-89</td>
<td>91-97</td>
<td>88-104</td>
<td>107-112</td>
<td>114-119</td>
<td>122-127</td>
<td>129-134</td>
</tr>
<tr>
<td>{{ __('Waist fir (inches)') }}</td>
<td>28"</td>
<td>30"</td>
<td>32"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
</tr>
<tr>
<td>{{ __('Waist fir (cm)') }}</td>
<td>71</td>
<td>76</td>
<td>81</td>
<td>86</td>
<td>91.5</td>
<td>96.5</td>
<td>101.5</td>
</tr>
<tr>
<td>{{ __('Skort lengths (sm)') }}</td>
<td>76</td>
<td>77.5</td>
<td>79</td>
<td>81</td>
<td>82.5</td>
<td>84</td>
<td>85.5</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,15 @@
<div class="col-lg-12">
<div class="footer__subscription row align-items-center mb-25">
<div class="col-lg-6 mb-10 mb-lg-0">
<h5 class="mb-10 text-uppercase">{{ __('Newsletter subscription') }}</h5>
<p class="mb-10">{{ __('Sign up for Postshop updates to receive information about new arrivals, future events and specials.') }}</p>
</div>
<div class="col-lg-6">
<form action="{{ route('web.newsletter-subscription') }}" method="POST" class="d-flex flex-column flex-lg-row mb-10" onsubmit="subscribeUserToNewsletter(event)">
@csrf
<input type="email" name="email" id="FooterSubscribe" class="mb-10 mb-lg-0 mr-lg-10" placeholder="{{ __('Enter Your Email Address') }}" required="required">
<input type="submit" class="btn px-lg-20 text-white" value="{{ __('SUBSCRIBE') }}!">
</form>
</div>
</div>
</div>

View File

@@ -0,0 +1,67 @@
<div class="col-lg-6 d-flex flex-column flex-lg-row align-items-lg-center pt-20 pb-15 py-lg-0">
<div class="footer__payments d-flex flex-wrap justify-content-center justify-content-lg-start align-items-center ml-lg-auto">
<a href="https://halkbank.gov.tm" class="px-5"
data-js-tooltip
data-tippy-content="Halkbank"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/halbank.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">Halkbank</span>
</a>
<a href="https://www.cbt.tm" class="px-5"
data-js-tooltip
data-tippy-content="Central bank of Turkmenistan"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/presidentbank.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">Central bank of Turkmenistan</span>
</a>
<a href="https://www.senagatbank.com.tm" class="px-5"
data-js-tooltip
data-tippy-content="Senagatbank"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/senagat.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">Senagatbank</span>
</a>
<a href="https://www.tnbk.tm" class="px-5"
data-js-tooltip
data-tippy-content="Türkmenistanbank"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/turkmenbank.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">Türkmenistanbank</span>
</a>
<a href="https://tbbank.gov.tm" class="px-5"
data-js-tooltip
data-tippy-content="TÜRKMENBAŞY BANK"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/turkmenbashy.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">TÜRKMENBAŞY BANK</span>
</a>
<a href="https://www.turkmenturkbank.com.tm" class="px-5"
data-js-tooltip
data-tippy-content="Türkmen-türk bank"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/turkmenturk.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none">Türkmen-türk bank</span>
</a>
<a href="https://www.tfeb.gov.tm/en" class="px-5"
data-js-tooltip
data-tippy-content="DAŞARY YKDYSADY IŞ BANKY"
data-tippy-placement="top"
data-tippy-distance="6">
<img src="/assets/images/bank-credit-carts/tveb.png" class="lazyload" style="max-width:60px;" alt="">
<span class="d-none"> DAŞARY YKDYSADY BANKY</span>
</a>
</div>

View File

@@ -0,0 +1,46 @@
{{-- <div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="subscription" data-popup-center>
<div class="popup-subscription position-relative pt-25 pb-30 px-15" data-popup-content
data-js-show-once="false" data-js-delay="8" data-js-cookies-life="1">
<i class="popup-subscription__close position-absolute cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164"
viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<div class="popup-subscription__content d-flex flex-column mx-auto text-center">
<p class="mb-10"><i class="popup-subscription__title-icon">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-153"
viewBox="0 0 24 24">
<path d="M22.072 4.807c.013.026.02.049.02.068v.068c.013.026.02.046.02.059v13.75c0 .17-.062.316-.186.439a.601.601 0 0 1-.439.186H2.736a.598.598 0 0 1-.439-.186.598.598 0 0 1-.186-.439V5.002c0-.013.006-.032.02-.059v-.068c0-.019.006-.042.02-.068a.125.125 0 0 0 .029-.049.444.444 0 0 1 .029-.068.145.145 0 0 0 .02-.059c.013 0 .022-.003.029-.01a.04.04 0 0 0 .01-.029l.038-.039a.214.214 0 0 1 .059-.039l.039-.039c.013-.013.032-.02.059-.02a.125.125 0 0 1 .049-.029.184.184 0 0 1 .049-.01c.026-.013.049-.02.068-.02s.042-.006.068-.02H21.525c.026.014.049.02.068.02s.042.007.068.02c.013 0 .029.004.049.01.02.007.036.017.049.029.026 0 .045.007.059.02l.039.039a.286.286 0 0 1 .059.039l.039.039c0 .014.003.023.01.029.006.007.016.01.029.01 0 .014.006.033.02.059a.587.587 0 0 0 .039.068.102.102 0 0 1 .019.049zm-1.211 13.32V6.232l-8.379 6.152a.57.57 0 0 1-.176.088.659.659 0 0 1-.566-.088L3.361 6.232v11.895h17.5zM4.65 5.627l7.461 5.469 7.461-5.469H4.65z"/>
</svg>
</i></p>
<h4 class="mb-10">NEWSLETTER SUBSCRIPTION</h4>
<p class="mb-25">Sign up for Shella updates to receive information about new arrivals, future events
and special.</p>
<form action="/subscribe/post?u=8a50b61e56896303a04d0243e&amp;id=3c3d06b907"
method="post" class="d-flex d-flex flex-column flex-lg-row mb-30 mb-lg-20" target="_blank">
<input type="email" name="EMAIL" id="PopupSubscribe" class="mb-10 mb-lg-0 mr-lg-10"
placeholder="Enter Please Your Email Address" required="required">
<input type="submit" class="btn btn--secondary" value="SUBSCRIBE!">
</form>
<label class="popup-subscription__checkbox input-checkbox position-relative d-inline-flex align-items-center mx-auto cursor-pointer">
<input type="checkbox" class="d-none" name="dont_show_again" id="PopupSubscribeDontShow"
data-js-popup-subscription-dont-show>
<span class="position-relative d-block mr-10 border"><i class="d-none"><svg aria-hidden="true"
focusable="false"
role="presentation"
class="icon icon-theme-146"
viewBox="0 0 24 24"><path
d="M9.703 15.489l-2.5-2.5a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449.13-.117.28-.176.449-.176s.319.059.449.176l2.051 2.07 5.801-5.82c.13-.117.28-.176.449-.176s.319.059.449.176c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-6.25 6.25a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .93.93 0 0 1-.215-.127z"/></svg></i></span>
<span>Don&#39;t show this popup again</span>
</label></div>
</div>
<script>
Loader.require({
type: "script",
name: "popup_subscription"
});
</script>
</div> --}}

View File

@@ -0,0 +1,537 @@
<div id="theme-section-footbar" class="theme-section">
<div data-section-id="footbar" data-section-type="footbar">
<div class="footbar d-flex flex-column align-items-lg-start position-fixed bottom-0 left-0 w-100 pointer-events-none">
<div class="notification position-relative js-notification">
<div class="notification__inner d-none px-sm-10 px-lg-15 mb-sm-10 mb-lg-15 js-notification-products"
data-js-delay="8" data-js-interval-min="10" data-js-interval-max="18" data-js-max-time-life="14"
data-js-notification-inner>
<div class="notification-products p-10 pointer-events-all">
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="blend-field-jacket">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/blend-field-jacket?variant=13520590012468" class="d-block w-100"
target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/3410534250_1_1_1_67eb2dce-35d8-4dfa-8d93-fee6c4b56c49_{width}x.progressive.jpg?v=1542543797"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/3410534250_1_1_1_67eb2dce-35d8-4dfa-8d93-fee6c4b56c49_120x.progressive.jpg?v=1542543797 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/3410534250_1_1_1_67eb2dce-35d8-4dfa-8d93-fee6c4b56c49_120x@2x.progressive.jpg?v=1542543797 2x"
data-scale="2"
alt="Blend Field Jacket">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/blend-field-jacket?variant=13520590012468"
target="_blank">Blend Field Jacket</a>
</h3>
</div>
<span class="font-italic">10 minutes ago from New York, USA</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/blend-field-jacket?variant=13520590012468"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="jersey-graphic-tee-1">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/jersey-graphic-tee-1?variant=13520580444212"
class="d-block w-100" target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2121900600_2_3_1_86b90065-d75b-4519-a95e-a02ae468f4e9_{width}x.progressive.jpg?v=1543244602"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2121900600_2_3_1_86b90065-d75b-4519-a95e-a02ae468f4e9_120x.progressive.jpg?v=1543244602 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2121900600_2_3_1_86b90065-d75b-4519-a95e-a02ae468f4e9_120x@2x.progressive.jpg?v=1543244602 2x"
data-scale="2"
alt="Jersey Graphic Tee">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/jersey-graphic-tee-1?variant=13520580444212"
target="_blank">Jersey Graphic Tee</a>
</h3>
</div>
<span class="font-italic">18 minutes ago from London, Great Britain</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/jersey-graphic-tee-1?variant=13520580444212"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="cotton-t-shirt-with-print">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/cotton-t-shirt-with-print?variant=13520570974260"
class="d-block w-100" target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2608851250_1_1_1_0401469c-1bd2-4f3d-846b-52b3862ccd7d_{width}x.progressive.jpg?v=1540480331"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2608851250_1_1_1_0401469c-1bd2-4f3d-846b-52b3862ccd7d_120x.progressive.jpg?v=1540480331 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2608851250_1_1_1_0401469c-1bd2-4f3d-846b-52b3862ccd7d_120x@2x.progressive.jpg?v=1540480331 2x"
data-scale="2"
alt="Cotton T-shirt with print">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/cotton-t-shirt-with-print?variant=13520570974260"
target="_blank">Cotton T-shirt with print</a>
</h3>
</div>
<span class="font-italic">12 minutes ago from New York, USA</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/cotton-t-shirt-with-print?variant=13520570974260"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="silk-voile-shirt">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/silk-voile-shirt?variant=13520548823092" class="d-block w-100"
target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/4857423800_1_1_1_3a7fe5ab-4b01-4209-8d29-24780235e105_{width}x.progressive.jpg?v=1540480049"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/4857423800_1_1_1_3a7fe5ab-4b01-4209-8d29-24780235e105_120x.progressive.jpg?v=1540480049 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/4857423800_1_1_1_3a7fe5ab-4b01-4209-8d29-24780235e105_120x@2x.progressive.jpg?v=1540480049 2x"
data-scale="2"
alt="Silk Voile Shirt">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/silk-voile-shirt?variant=13520548823092" target="_blank">Silk
Voile Shirt</a>
</h3>
</div>
<span class="font-italic">3 minutes ago from Amsterdam, Netherlands</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/silk-voile-shirt?variant=13520548823092"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="shoulder-tee">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/shoulder-tee?variant=13520561995828" class="d-block w-100"
target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2594443250_1_1_1_cf433b30-f0cf-4bdd-b346-e0f6e426278d_{width}x.progressive.jpg?v=1540480230"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2594443250_1_1_1_cf433b30-f0cf-4bdd-b346-e0f6e426278d_120x.progressive.jpg?v=1540480230 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2594443250_1_1_1_cf433b30-f0cf-4bdd-b346-e0f6e426278d_120x@2x.progressive.jpg?v=1540480230 2x"
data-scale="2"
alt="Shoulder Tee">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/shoulder-tee?variant=13520561995828" target="_blank">Shoulder
Tee</a>
</h3>
</div>
<span class="font-italic">6 minutes ago from Moscow, Russian</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/shoulder-tee?variant=13520561995828"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="nature-sweater">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/nature-sweater?variant=13520556064820" class="d-block w-100"
target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_3e100636-2c43-4790-bb22-02ebb4a24074_{width}x.progressive.jpg?v=1540480135"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_3e100636-2c43-4790-bb22-02ebb4a24074_120x.progressive.jpg?v=1540480135 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_3e100636-2c43-4790-bb22-02ebb4a24074_120x@2x.progressive.jpg?v=1540480135 2x"
data-scale="2"
alt="Nature Sweater">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/nature-sweater?variant=13520556064820" target="_blank">Nature
Sweater</a>
</h3>
</div>
<span class="font-italic">17 minutes ago from Rome, Italy</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/nature-sweater?variant=13520556064820"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="cotton-crewneck-sweater">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/cotton-crewneck-sweater?variant=13520511402036"
class="d-block w-100" target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2605987251_1_1_1_7af4f909-456b-4e53-8601-b726fc1bd01d_{width}x.progressive.jpg?v=1542544380"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2605987251_1_1_1_7af4f909-456b-4e53-8601-b726fc1bd01d_120x.progressive.jpg?v=1542544380 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/2605987251_1_1_1_7af4f909-456b-4e53-8601-b726fc1bd01d_120x@2x.progressive.jpg?v=1542544380 2x"
data-scale="2"
alt="Cotton Crewneck Sweater">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/cotton-crewneck-sweater?variant=13520511402036"
target="_blank">Cotton Crewneck Sweater</a>
</h3>
</div>
<span class="font-italic">11 minutes ago from Rome, Italy</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/cotton-crewneck-sweater?variant=13520511402036"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
<div class="d-none" data-js-notification-products-item>
<div class="product-notification d-flex position-relative" data-js-product
data-product-handle="shearling-double-breasted-coat">
<div class="product-notification__button-close position-absolute top-0 right-0 cursor-pointer"
data-js-action="close"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i></div>
<div class="product-notification__image d-flex mr-20 mr-sm-10">
<a href="products/shearling-double-breasted-coat?variant=13520509108276"
class="d-block w-100" target="_blank">
<div class="rimage" style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
class="rimage__img rimage__img--cover rimage__img--fade-in lazyload"
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/1431407625_1_1_1_2b2c2943-730a-4bce-990a-37ddae2cb3f0_{width}x.progressive.jpg?v=1540479381"
data-aspect-ratio="0.7798440311937612"
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/1431407625_1_1_1_2b2c2943-730a-4bce-990a-37ddae2cb3f0_120x.progressive.jpg?v=1540479381 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/1431407625_1_1_1_2b2c2943-730a-4bce-990a-37ddae2cb3f0_120x@2x.progressive.jpg?v=1540479381 2x"
data-scale="2"
alt="Shearling double-breasted coat">
</div>
</a>
</div>
<div class="product-notification__content d-flex flex-column justify-content-center align-items-start pr-20">
<span>Someone purched a</span>
<div class="product-notification__title mb-3">
<h3 class="h5 m-0">
<a href="products/shearling-double-breasted-coat?variant=13520509108276"
target="_blank">Shearling double-breasted coat</a>
</h3>
</div>
<span class="font-italic">4 minutes ago from Rome, Italy</span>
</div>
<div class="product-notification__button-quick-view position-absolute bottom-0 right-0"
data-js-action>
<a href="products/shearling-double-breasted-coat?variant=13520509108276"
class="button-quick-view d-flex flex-center rounded-circle js-popup-button"
data-js-popup-button="quick-view"
data-js-tooltip
data-tippy-content="Quick View"
data-tippy-placement="left"
data-tippy-distance="5">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-154" viewBox="0 0 24 24">
<path d="M8.528 17.238c-1.107-.592-2.074-1.25-2.9-1.973-.827-.723-1.491-1.393-1.992-2.012-.501-.618-.771-.96-.811-1.025a.571.571 0 0 1-.117-.352c0-.13.039-.247.117-.352.039-.064.306-.406.801-1.025.495-.618 1.159-1.289 1.992-2.012.833-.723 1.803-1.38 2.91-1.973a7.424 7.424 0 0 1 3.555-.889c1.263 0 2.448.297 3.555.889 1.106.593 2.073 1.25 2.9 1.973.827.723 1.491 1.394 1.992 2.012.501.619.771.961.811 1.025a.573.573 0 0 1 .117.352.656.656 0 0 1-.117.371c-.039.053-.31.391-.811 1.016-.501.625-1.169 1.296-2.002 2.012-.833.717-1.804 1.371-2.91 1.963a7.375 7.375 0 0 1-3.535.889 7.415 7.415 0 0 1-3.555-.889zm.869-9.746c-.853.41-1.631.889-2.334 1.436s-1.312 1.101-1.826 1.66c-.515.561-.889.99-1.123 1.289.234.3.608.729 1.123 1.289.514.561 1.123 1.113 1.826 1.66s1.484 1.025 2.344 1.436 1.751.615 2.676.615c.924 0 1.813-.205 2.666-.615.853-.41 1.634-.889 2.344-1.436.709-.547 1.318-1.1 1.826-1.66.508-.56.885-.989 1.133-1.289a41.634 41.634 0 0 0-1.133-1.289c-.508-.56-1.113-1.113-1.816-1.66s-1.484-1.025-2.344-1.436-1.751-.615-2.676-.615c-.937 0-1.833.205-2.686.615zm.04 7.031c-.736-.735-1.104-1.617-1.104-2.646 0-1.028.368-1.91 1.104-2.646.735-.735 1.618-1.104 2.646-1.104 1.028 0 1.911.368 2.646 1.104.735.736 1.104 1.618 1.104 2.646 0 1.029-.368 1.911-1.104 2.646-.736.736-1.618 1.104-2.646 1.104-1.029 0-1.911-.367-2.646-1.104zm.878-4.414a2.41 2.41 0 0 0-.732 1.768c0 .69.244 1.279.732 1.768s1.077.732 1.768.732c.69 0 1.279-.244 1.768-.732s.732-1.077.732-1.768c0-.689-.244-1.279-.732-1.768s-1.078-.732-1.768-.732-1.279.244-1.768.732z"/>
</svg>
</i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
Loader.require({
type: "script",
name: "notifications"
});
Loader.require({
type: "script",
name: "footbar"
});
</script>
<div class="notification position-relative js-notification">
<div class="notification__inner d-none px-sm-10 px-lg-15 mb-sm-10 mb-lg-15 js-notification-cookies"
data-js-show-once="true" data-js-delay="0" data-js-cookies-life="1" data-js-notification-inner>
<div class="notification-cookies position-relative p-20 text-center text-sm-left pointer-events-all">
<div class="notification-cookies__bg position-absolute absolute-stretch"></div>
<div class="position-relative">
<p class="mb-0">This is a standard cookie notice which you can easily adapt or disable as
you like in the admin. We use cookies to ensure that we give you the best experience on
our website.</p>
<div class="d-flex align-items-center justify-content-center justify-content-sm-end mt-15">
<a href="pages/cookie-policy" target="_blank"
class="notification-cookies__button-info btn-link py-10 py-sm-0 mr-20">PRIVACY
POLICY</a>
<div class="notification-cookies__button-close btn-link py-10 py-sm-0 d-flex align-items-center"
data-js-action="close">ACCEPT<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-146" viewBox="0 0 24 24">
<path d="M9.703 15.489l-2.5-2.5a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449.13-.117.28-.176.449-.176s.319.059.449.176l2.051 2.07 5.801-5.82c.13-.117.28-.176.449-.176s.319.059.449.176c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-6.25 6.25a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .93.93 0 0 1-.215-.127z"/>
</svg>
</i></div>
</div>
</div>
</div>
</div>
</div>
<script>
Loader.require({
type: "script",
name: "notifications"
});
Loader.require({
type: "script",
name: "footbar"
});
</script>
</div>
</div>
</div>

View File

@@ -0,0 +1,28 @@
<div class="popup-navigation__search search pt-lg-25 pb-lg-35 px-10 px-lg-0 js-popup-search-ajax" data-js-max-products="6">
<div class="container">
<div class="d-none d-lg-flex align-items-lg-center mb-5 mb-lg-10">
<p class="m-0" style="color: black;font-size: 24px;line-height: 31px;">{{ __('What are you looking for') }}?</p>
<i class="search__close ml-auto cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164" viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
</div>
<form class="position-relative d-flex align-items-center pb-5 pb-lg-15 mb-0 border-bottom" action="/search" method="get" role="search">
<input type="search" class="border-0 p-0 mb-0" name="q" id="Search" value="" placeholder="{{ __('Search Products') }}...">
<label class="position-absolute right-0 mb-0 mr-0 m-lg-0 cursor-pointer" for="Search"><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-168" viewBox="0 0 24 24">
<path d="M13.261 2.475a8.177 8.177 0 0 1 2.588 1.738 8.172 8.172 0 0 1 1.738 2.588 7.97 7.97 0 0 1 .635 3.164 7.836 7.836 0 0 1-.527 2.861 8.355 8.355 0 0 1-1.426 2.412l4.902 4.902c.117.131.176.28.176.449s-.059.319-.176.449c-.065.052-.137.095-.215.127s-.156.049-.234.049-.156-.017-.234-.049-.149-.075-.215-.127l-4.902-4.902c-.703.6-1.507 1.074-2.412 1.426s-1.859.528-2.862.528a7.945 7.945 0 0 1-3.164-.635 8.144 8.144 0 0 1-2.588-1.738 8.15 8.15 0 0 1-1.738-2.588 7.962 7.962 0 0 1-.635-3.164 7.97 7.97 0 0 1 .635-3.164 8.172 8.172 0 0 1 1.738-2.588 8.15 8.15 0 0 1 2.588-1.738c.989-.423 2.044-.635 3.164-.635s2.174.212 3.164.635zM3.759 12.641c.358.834.85 1.563 1.475 2.188s1.354 1.117 2.188 1.475c.833.358 1.726.537 2.676.537s1.843-.179 2.676-.537c.833-.357 1.563-.85 2.188-1.475s1.116-1.354 1.475-2.188a6.705 6.705 0 0 0 .537-2.676c0-.95-.179-1.842-.537-2.676-.358-.833-.85-1.563-1.475-2.188s-1.354-1.116-2.188-1.475c-.835-.356-1.727-.536-2.677-.536s-1.843.18-2.676.537c-.833.358-1.563.85-2.188 1.475S4.117 6.456 3.759 7.289a6.694 6.694 0 0 0-.537 2.676c0 .951.178 1.843.537 2.676z"/>
</svg>
</i></label>
</form>
<div class="search__content">
<div class="search__result row pt-10 pt-lg-0 mt-20 mt-lg-30 d-none-important"></div>
<div class="search__view-all pb-20 pb-lg-0 mt-20 mt-lg-10 d-none-important">
<a href="search.html" class="btn-link">{{ __('View all products') }}</a>
</div>
</div>
<p class="search__empty pb-20 pb-lg-0 mt-20 mt-lg-30 mb-0 d-none-important">{{ __('Empty result') }}</p>
</div>
</div>

View File

@@ -0,0 +1,112 @@
<div class="col-lg-6">
<div class="footer__menus row flex-column flex-lg-row">
<div class="footer__border border-top d-lg-none"></div>
<div class="col-lg">
<div class="footer__section" data-js-accordion="only-mobile">
<div class="footer__section-head position-relative" data-js-accordion-button>
<h5 class="py-10 py-lg-0 mb-0 mb-lg-10 text-uppercase">{{ __('Categories') }}</h5>
<div class="footer__section-btn d-flex d-lg-none position-absolute align-items-center justify-content-center">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-188" viewBox="0 0 24 24">
<path d="M7.158 12.206a.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186h3.75v-3.75a.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439v3.75h3.75c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75v3.75a.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186.597.597 0 0 1-.439-.186.598.598 0 0 1-.186-.439v-3.75h-3.75a.598.598 0 0 1-.439-.186z"/>
</svg>
</i>
</div>
</div>
<div class="footer__section-content d-none d-lg-block" data-js-accordion-content>
<ul class="list-unstyled pb-15 pb-lg-0">
@foreach($categories->take(8) as $category)
<li class="py-5 py-lg-0">
<a class="text-lowercase text-first-capitalize" href="{{ $category->productsPage() }}">
{{ $category->name }}
</a>
</li>
@endforeach
</ul>
</div>
</div>
</div>
<div class="footer__border border-top d-lg-none"></div>
<div class="col-lg">
<div class="footer__section" data-js-accordion="only-mobile">
<div class="footer__section-head position-relative" data-js-accordion-button>
<h5 class="py-10 py-lg-0 mb-0 mb-lg-10 text-uppercase">{{ __('Informations') }}</h5>
<div class="footer__section-btn d-flex d-lg-none position-absolute align-items-center justify-content-center">
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-188" viewBox="0 0 24 24">
<path d="M7.158 12.206a.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186h3.75v-3.75a.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439v3.75h3.75c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75v3.75a.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186.597.597 0 0 1-.439-.186.598.598 0 0 1-.186-.439v-3.75h-3.75a.598.598 0 0 1-.439-.186z"/>
</svg>
</i>
</div>
</div>
<div class="footer__section-content d-none d-lg-block" data-js-accordion-content>
<ul class="list-unstyled pb-15 pb-lg-0">
<li class="py-5 py-lg-0 text-capitalize">
<a href="{{ route('web.contact-us') }}">
{{ __('Contact US') }}
</a>
</li>
<li class="py-5 py-lg-0">
<a href="{{ route('web.contact-us') }}">
{{ __('Become an official partner') }}
</a>
</li>
<li class="py-5 py-lg-0 text-capitalize">
<a href="{{ route('web.faq') }}">
{{ __('FAQ') }}
</a>
</li>
<li class="py-5 py-lg-0 text-capitalize">
<a href="{{ route('web.help') }}">
{{ __('Help') }}
</a>
</li>
<li class="py-5 py-lg-0 text-capitalize">
<a href="/docs/eltip-bermek-nyrhnamasy.pdf" target="_blank">
{{ __('Shipping rates') }}
</a>
</li>
<li class="py-5 py-lg-0 text-capitalize">
<a href="{{ route('web.privacy-policy') }}">
{{ __('Privacy Policy') }}
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer__border border-top d-lg-none"></div>
<div class="col-lg">
<div class="footer__section" data-js-accordion="only-mobile">
<div class="footer__section-head position-relative" data-js-accordion-button>
<h5 class="py-10 py-lg-0 mb-0 mb-lg-10 text-uppercase">{{ __('Sections') }}</h5>
<div class="footer__section-btn d-flex d-lg-none position-absolute align-items-center justify-content-center">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-188" viewBox="0 0 24 24">
<path d="M7.158 12.206a.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186h3.75v-3.75a.6.6 0 0 1 .186-.439.602.602 0 0 1 .439-.186c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439v3.75h3.75c.169 0 .315.063.439.186a.605.605 0 0 1 .186.439.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75v3.75a.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186.597.597 0 0 1-.439-.186.598.598 0 0 1-.186-.439v-3.75h-3.75a.598.598 0 0 1-.439-.186z"/>
</svg>
</i>
</div>
</div>
<div class="footer__section-content d-none d-lg-block" data-js-accordion-content>
<ul class="list-unstyled pb-15 pb-lg-0">
<li class="py-5 py-lg-0">
<a class="text-capitalize" href="{{ route('web.profile.index') }}">{{ __('My account') }}</a>
</li>
<li class="py-5 py-lg-0">
<a class="text-capitalize" href="{{ route('web.pages.favorites') }}">{{ __('Favourites') }}</a>
</li>
<li class="py-5 py-lg-0">
<a class="text-capitalize" href="{{ route('web.pages.cart') }}">{{ __('My Cart') }}</a>
</li>
<li class="py-5 py-lg-0">
<a class="text-capitalize" href="{{ route('web.profile.orders.index') }}">{{ __('My orders') }}</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,88 @@
<div class="col-lg-2 d-none d-lg-block">
<div class="footer__social-media"><h5 class="d-none d-lg-block mb-10 text-uppercase">Follow us</h5>
<div class="social-media d-flex flex-wrap flex-lg-column align-items-lg-start justify-content-center justify-content-lg-start">
<a href="https://www.facebook.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-facebook" viewBox="0 0 264 512">
<path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"/>
</svg>
</i> <span class="d-none d-lg-inline">Facebook</span>
</a><a href="https://twitter.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-twitter" viewBox="0 0 512 512">
<path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/>
</svg>
</i> <span class="d-none d-lg-inline">Twitter</span>
</a><a href="https://plus.google.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-google" viewBox="0 0 640 512">
<path d="M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"/>
</svg>
</i> <span class="d-none d-lg-inline">Google</span>
</a><a href="https://www.instagram.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-instagram" viewBox="0 0 448 512">
<path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
</svg>
</i> <span class="d-none d-lg-inline">Instagram</span>
</a><a href="https://www.youtube.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-pinterest" viewBox="0 0 496 512">
<path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"/>
</svg>
</i> <span class="d-none d-lg-inline">Pinterest</span>
</a><a href="https://www.instagram.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-youtube" viewBox="0 0 576 512">
<path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/>
</svg>
</i> <span class="d-none d-lg-inline">Youtube</span>
</a><a href="https://www.behance.net/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-behance" viewBox="0 0 576 512">
<path d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"/>
</svg>
</i> <span class="d-none d-lg-inline">Behance</span>
</a><a href="https://www.skype.com/" target="_blank"
class="d-flex align-items-center mb-6 mx-15 mx-lg-0 mr-lg-10"
>
<i class="mr-3">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-social-skype" viewBox="0 0 448 512">
<path d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"/>
</svg>
</i> <span class="d-none d-lg-inline">Skype</span>
</a></div>
</div>
</div>

View File

@@ -0,0 +1,9 @@
<a href="#header" class="footer__back-to-top d-flex position-lg-fixed flex-center" data-js-button-back-to-top="600">
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-014"
viewBox="0 0 24 24">
<path d="M11.791 21.505a.598.598 0 0 1-.439-.186.601.601 0 0 1-.186-.439V4.883l-4.551 4.57a.649.649 0 0 1-.449.177.652.652 0 0 1-.449-.176.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l5.625-5.625a2.48 2.48 0 0 1 .107-.068c.032-.02.068-.042.107-.068a.736.736 0 0 1 .468 0c.039.026.075.049.107.068.032.02.068.042.107.068l5.625 5.625c.117.13.176.28.176.449a.652.652 0 0 1-.176.449.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .877.877 0 0 1-.215-.127l-4.551-4.57V20.88a.6.6 0 0 1-.186.439.59.59 0 0 1-.437.186z"/>
</svg>
</i>
<span class="d-lg-none mt-4 ml-2 text-uppercase">{{ __('TOP') }}</span>
</a>

View File

@@ -0,0 +1,7 @@
<div class="header__logo header__logo--sticky-hidden d-flex align-items-center w-100" style="max-width: 64px;">
<h1 class="logo h6 w-100 m-0 text-hide" itemscope itemtype="http://schema.org/Organization" data-js-sticky-replace-element="logo">
<a href="/" itemprop="url" class="d-block text-hide">
<img src="/logo.png" class="lg:scale-2" alt="">
</a>
</h1>
</div>

View File

@@ -0,0 +1,7 @@
<span class="header__btn-menu d-flex align-items-center d-lg-none mr-20 cursor-pointer js-popup-button" data-js-popup-button="navigation">
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-191" viewBox="0 0 24 24">
<path d="M3.438 5.479h17.375v1.25H3.438zM3.438 11.104h17.375v1.25H3.438zM3.438 16.729h17.375v1.25H3.438z"/>
</svg>
</i>
</span>

View File

@@ -0,0 +1,17 @@
{{-- <div class="d-none js-header-tape" data-js-show-once="true" data-js-delay="0" data-js-cookies-life="1">
<div class="header__tape d-flex py-5">
<div class="container d-flex flex-center">
<div class="position-relative d-flex align-items-start align-items-lg-center px-35">
<p class="m-0 px-30 px-lg-0 text-center">FINAL CLEARANCE: Take 20% off Sale Must-Haves'</p>
<i class="header__tape-close position-absolute right-0 cursor-pointer"
data-js-action="close">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-190" viewBox="0 0 24 24">
<path d="M7.718 15.966a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l3.32-3.301-3.32-3.301a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l3.301 3.32 3.301-3.32a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176.117.131.176.28.176.449a.65.65 0 0 1-.176.449l-3.32 3.301 3.32 3.301c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-3.301-3.32-3.301 3.32a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .813.813 0 0 1-.215-.127z"/>
</svg>
</i>
</div>
</div>
</div>
<div class="header__border border-bottom d-none d-lg-block"></div>
</div> --}}

View File

@@ -0,0 +1,172 @@
<div class="header__sidebar d-flex align-items-center ml-auto">
<a href="{{ route('web.become-seller') }}"
class="header__btn-services hide-on-mobile position-relative d-flex align-items-center ml-15 ml-lg-15"
data-js-tooltip
data-tippy-content="{{ __('Sell on POSTSHOP') }}"
data-tippy-placement="bottom"
data-tippy-distance="6">
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-088" viewBox="0 0 24 24">
<path d="M4.181 12.3c-.495-.156-.932-.472-1.309-.947-.378-.475-.566-1.136-.566-1.982 0-.064.003-.117.01-.156a.716.716 0 0 1 .049-.156l3.75-6.875a.849.849 0 0 1 .234-.225.596.596 0 0 1 .332-.088h10a.6.6 0 0 1 .332.088.863.863 0 0 1 .234.225l3.75 6.875a.934.934 0 0 1 .049.156c.006.039.01.092.01.156 0 .808-.189 1.452-.566 1.934-.378.482-.814.814-1.309.996v8.945c0 .183-.059.332-.176.449s-.268.176-.449.176h-5c-.183 0-.332-.059-.449-.176s-.176-.267-.176-.449v-3.75h-2.5v3.75c0 .183-.059.332-.176.449s-.268.176-.449.176h-5c-.183 0-.332-.059-.449-.176s-.176-.267-.176-.449V12.3zm-.625-2.812c.025.573.176 1.01.449 1.309.273.3.645.449 1.113.449.377 0 .732-.098 1.064-.293s.498-.514.498-.957c0-.182.059-.332.176-.449s.267-.176.449-.176.332.059.449.176.176.268.176.449c0 .443.169.762.508.957.338.195.709.293 1.113.293a2.02 2.02 0 0 0 1.035-.273c.313-.182.469-.508.469-.977 0-.182.059-.332.176-.449s.267-.176.449-.176.332.059.449.176.176.268.176.449c0 .469.156.795.469.977a2.01 2.01 0 0 0 1.035.273c.403 0 .774-.098 1.113-.293.338-.195.508-.514.508-.957 0-.182.059-.332.176-.449s.267-.176.449-.176.332.059.449.176.176.268.176.449c0 .443.166.762.498.957s.687.293 1.064.293c.469 0 .84-.149 1.113-.449.273-.299.423-.735.449-1.309L16.31 3.121H7.052L3.556 9.488zm14.375 11.133v-8.125a2.856 2.856 0 0 1-1.055-.273 2.552 2.552 0 0 1-.82-.605 2.336 2.336 0 0 1-.957.654c-.391.15-.82.225-1.289.225-.443 0-.847-.071-1.211-.215a2.507 2.507 0 0 1-.918-.605 2.498 2.498 0 0 1-.918.605 3.274 3.274 0 0 1-1.211.215c-.469 0-.898-.074-1.289-.225a2.33 2.33 0 0 1-.957-.654 2.585 2.585 0 0 1-.82.605 2.861 2.861 0 0 1-1.055.273v8.125h3.75v-3.75c0-.182.059-.332.176-.449s.267-.176.449-.176h3.75c.182 0 .332.059.449.176s.176.268.176.449v3.75h3.75z"></path>
</svg>
</i>
</a>
<a href="#"
class="header__btn-services hide-on-mobile position-relative d-flex align-items-center ml-15 ml-lg-15 js-popup-button"
data-js-popup-button="services"
data-js-tooltip
data-tippy-content="{{ __('Client service') }}"
data-tippy-placement="bottom"
data-tippy-distance="6">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-172" viewBox="0 0 24 24">
<path d="M12.139 5.929c-.742 0-1.426.205-2.051.615S9 7.498 8.701 8.175c-.065.156-.068.315-.01.478s.173.277.342.342c.156.078.313.085.469.02s.273-.176.352-.332c.195-.456.501-.82.918-1.094.417-.273.872-.41 1.367-.41.69 0 1.279.244 1.768.732s.732 1.077.732 1.768-.244 1.279-.732 1.768-1.078.732-1.768.732a.598.598 0 0 0-.439.186.601.601 0 0 0-.186.439v1.875a.6.6 0 0 0 .186.439.6.6 0 0 0 .439.186.6.6 0 0 0 .439-.186.601.601 0 0 0 .186-.439V13.37c.885-.144 1.627-.563 2.227-1.26a3.614 3.614 0 0 0 .898-2.432c0-1.028-.368-1.911-1.104-2.646-.736-.735-1.618-1.103-2.646-1.103z"/>
<path d="M21.348 7.917A10.212 10.212 0 0 0 19.2 4.743c-.905-.905-1.963-1.621-3.174-2.148s-2.507-.791-3.887-.791-2.676.264-3.887.791-2.269 1.243-3.174 2.148c-.905.905-1.621 1.963-2.148 3.174s-.791 2.507-.791 3.887.264 2.676.791 3.887 1.243 2.269 2.148 3.174c.905.905 1.963 1.621 3.174 2.148s2.506.791 3.887.791c1.38 0 2.676-.264 3.887-.791s2.269-1.243 3.174-2.148c.905-.905 1.621-1.963 2.148-3.174s.791-2.507.791-3.887-.264-2.676-.791-3.887zm-1.153 7.295a8.897 8.897 0 0 1-1.875 2.773 8.909 8.909 0 0 1-2.773 1.875c-1.062.462-2.197.693-3.408.693s-2.347-.231-3.409-.693a8.886 8.886 0 0 1-2.773-1.875 8.909 8.909 0 0 1-1.875-2.773c-.462-1.062-.693-2.197-.693-3.408s.231-2.347.693-3.408a8.902 8.902 0 0 1 1.875-2.774A8.909 8.909 0 0 1 8.73 3.747c1.061-.462 2.197-.693 3.408-.693s2.347.231 3.408.693a8.909 8.909 0 0 1 2.773 1.875 8.909 8.909 0 0 1 1.875 2.773c.462 1.062.693 2.197.693 3.408s-.23 2.347-.692 3.409z"/>
<circle cx="12.139" cy="17.438" r=".74"/>
</svg>
</i>
</a>
<a href="{{ route('web.profile.index') }}"
class="header__btn-account d-flex align-items-center position-relative ml-15 ml-lg-15 js-popup-button"
@guest data-js-popup-button="account" @endguest
data-js-tooltip
data-tippy-content="{{ __('Account') }}"
data-tippy-placement="bottom"
data-tippy-distance="6">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-201" viewBox="0 0 24 24">
<path d="M4.023 22.167h-1.25v-.625c0-1.042.163-2.034.488-2.979a9.524 9.524 0 0 1 1.357-2.588 9.366 9.366 0 0 1 2.061-2.031 9.58 9.58 0 0 1 2.598-1.328 5.588 5.588 0 0 1-1.992-2.002 5.413 5.413 0 0 1-.762-2.822c0-.781.146-1.51.439-2.188A5.707 5.707 0 0 1 9.96 2.606c.677-.293 1.406-.439 2.188-.439s1.51.146 2.188.439a5.724 5.724 0 0 1 2.998 2.998c.293.677.439 1.406.439 2.188 0 1.029-.254 1.97-.762 2.822a5.588 5.588 0 0 1-1.992 2.002 9.623 9.623 0 0 1 2.598 1.328 9.41 9.41 0 0 1 3.418 4.619c.325.944.488 1.937.488 2.979v.625h-1.25v-.625c0-1.12-.212-2.174-.635-3.164A8.172 8.172 0 0 0 17.9 15.79a8.172 8.172 0 0 0-2.588-1.738 7.966 7.966 0 0 0-3.164-.635c-1.12 0-2.175.212-3.164.635a8.15 8.15 0 0 0-2.588 1.738 8.155 8.155 0 0 0-1.738 2.588 7.966 7.966 0 0 0-.635 3.164v.625zM8.115 9.491a4.364 4.364 0 0 0 2.334 2.334 4.28 4.28 0 0 0 1.699.342 4.375 4.375 0 0 0 4.033-2.676 4.28 4.28 0 0 0 .342-1.699 4.28 4.28 0 0 0-.342-1.699 4.392 4.392 0 0 0-.938-1.396 4.4 4.4 0 0 0-1.396-.937 4.284 4.284 0 0 0-1.699-.342c-.599 0-1.166.114-1.699.342-.534.228-1 .541-1.396.937-.397.397-.71.863-.938 1.396a4.28 4.28 0 0 0-.342 1.699c0 .599.114 1.165.342 1.699z"/>
</svg>
</i>
</a>
<div class="ml-15 ml-lg-15">
<a href="#" class="header__btn-wishlist d-flex align-items-center position-relative text-nowrap js-popup-button"
@guest
data-js-popup-button="account"
@else
data-js-popup-button="wishlist" data-js-sticky-replace-element="wishlist"
@endguest
data-js-tooltip
data-tippy-content="{{ __('Wish list') }}"
data-tippy-placement="bottom"
data-tippy-distance="6">
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-180" viewBox="0 0 24 24">
<path d="M21.486 6.599a5.661 5.661 0 0 0-1.25-1.865c-.56-.56-1.191-.979-1.895-1.26a5.77 5.77 0 0 0-4.326 0c-.71.28-1.345.7-1.904 1.26-.026.039-.056.075-.088.107l-.107.107-.107-.107a.706.706 0 0 1-.088-.107c-.56-.56-1.194-.979-1.904-1.26s-1.433-.42-2.168-.42-1.455.14-2.158.42-1.335.7-1.895 1.26c-.547.546-.964 1.168-1.25 1.865s-.43 1.429-.43 2.197.144 1.501.43 2.197.703 1.318 1.25 1.865l7.871 7.871c.003.003.007.004.011.006l.439.436.439-.437c.003-.002.007-.003.01-.006l7.871-7.871c.547-.547.964-1.169 1.25-1.865s.43-1.429.43-2.197-.145-1.5-.431-2.196zm-1.162 3.916a4.436 4.436 0 0 1-.967 1.445l-7.441 7.441-7.441-7.441c-.417-.417-.739-.898-.967-1.445s-.342-1.12-.342-1.719.114-1.172.342-1.719.55-1.035.967-1.465c.442-.43.94-.755 1.494-.977s1.116-.332 1.689-.332a4.496 4.496 0 0 1 3.467 1.641c.098.117.186.241.264.371.117.169.293.254.527.254s.41-.085.527-.254c.078-.13.166-.254.264-.371s.198-.228.303-.332a4.5 4.5 0 0 1 3.164-1.309c.573 0 1.136.11 1.689.332s1.052.547 1.494.977c.417.43.739.918.967 1.465s.342 1.12.342 1.719-.114 1.172-.342 1.719z"/>
</svg>
</i>
<span class="header__counter" id="wishlist-count">
@auth
{{ cache('user_favorites_likes_count') }}
@else
0
@endauth
</span>
</a>
</div>
{{-- <div class="ml-15 ml-lg-15">
<a href="#"
class="header__btn-compare d-flex align-items-center position-relative text-nowrap js-popup-button"
data-js-popup-button="compare-full" data-js-sticky-replace-element="compare"
data-js-tooltip
data-tippy-content="Compare"
data-tippy-placement="bottom"
data-tippy-distance="6">
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-039" viewBox="0 0 24 24">
<path d="M23.408 19.784c-.01.007-.024.012-.035.02l-4.275-12.11.005-.014-.011-.004-.114-.323v-.061h-6.394v-4.75a.6.6 0 0 0-.186-.439c-.124-.124-.271-.186-.439-.186s-.315.062-.439.186a.601.601 0 0 0-.186.439v4.75H4.939v.062l-.114.322-.011.004.005.014L.544 19.803c-.01-.007-.025-.012-.035-.02l-.388 1.081c1.345.846 3.203 1.363 5.286 1.363 2.08 0 3.935-.515 5.279-1.359l-.019-.054.02-.007L6.326 8.458H17.59l-4.36 12.349.02.007-.019.054c1.344.844 3.199 1.359 5.279 1.359 2.083 0 3.941-.517 5.286-1.363l-.388-1.08zm-14.122.563c-1.085.486-2.434.781-3.88.781-1.423 0-2.749-.288-3.825-.761l.326-.924h7.06l.319.904zm-.71-2.013H2.299l3.138-8.888 3.139 8.888zm9.903-8.888l3.138 8.888h-6.276l3.138-8.888zm.031 11.682c-1.446 0-2.796-.295-3.88-.781l.319-.904h7.06l.326.924c-1.076.473-2.402.761-3.825.761z"/>
</svg>
</i>
<span class="header__counter" data-js-compare-count="0">0</span>
</a>
</div> --}}
<div class="ml-15 ml-lg-15">
<a href="{{ route('web.pages.cart') }}"
class="header__btn-cart position-relative d-flex align-items-center text-nowrap js-popup-button"
data-js-popup-button="cart" data-js-sticky-replace-element="cart"
>
<i class="mr-lg-7">
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-109" viewBox="0 0 24 24">
<path d="M19.884 21.897a.601.601 0 0 1-.439.186h-15a.6.6 0 0 1-.439-.186.601.601 0 0 1-.186-.439v-15a.6.6 0 0 1 .186-.439.601.601 0 0 1 .439-.186h3.75c0-1.028.368-1.911 1.104-2.646.735-.735 1.618-1.104 2.646-1.104s1.911.368 2.646 1.104c.735.736 1.104 1.618 1.104 2.646h3.75a.6.6 0 0 1 .439.186.601.601 0 0 1 .186.439v15a.604.604 0 0 1-.186.439zM18.819 7.083h-3.125v2.5a.598.598 0 0 1-.186.439c-.124.124-.271.186-.439.186s-.315-.062-.439-.186a.6.6 0 0 1-.186-.439v-2.5h-5v2.5a.598.598 0 0 1-.186.439c-.124.124-.271.186-.439.186s-.315-.062-.439-.186a.6.6 0 0 1-.186-.439v-2.5H5.069v13.75h13.75V7.083zm-8.642-3.018a2.409 2.409 0 0 0-.733 1.768h5c0-.69-.244-1.279-.732-1.768s-1.077-.732-1.768-.732-1.279.244-1.767.732z"/>
</svg>
</i>
<span class="header__counter top-header-cart-icons" data-js-cart-count-desktop="0">0</span>
</a>
</div>
{{-- @auth --}}
<div class="ml-15 ml-lg-15">
<a href="{{ route('web.profile.orders.index') }}" class="header__btn-cart position-relative d-flex align-items-center text-nowrap js-popup-button"
@guest data-js-popup-button="account" @endguest
data-js-tooltip
data-tippy-content="{{ __('My orders') }}"
data-tippy-placement="bottom"
data-tippy-distance="6"
>
{{-- mr-lg-7 --}}
<i class="">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-113" viewBox="0 0 24 24">
<path d="M22.111 8.227V16.4a.617.617 0 0 1-.098.332.62.62 0 0 1-.254.234l-8.75 4.375h-.02l-.117.039a.435.435 0 0 1-.137.02.435.435 0 0 1-.137-.02l-.117-.039h-.02l-10-5a.627.627 0 0 1-.254-.234.617.617 0 0 1-.098-.332V7.63v-.029c0-.006.006-.016.02-.029a.423.423 0 0 1 .039-.176v-.02c0-.013.006-.02.02-.02a.249.249 0 0 1 .06-.096l.078-.078c.013-.013.026-.02.039-.02l.039-.039a.223.223 0 0 1 .058-.039l8.75-4.375a.603.603 0 0 1 .273-.059c.104 0 .195.02.273.059l10 5a.25.25 0 0 1 .059.039l.039.039c.013 0 .026.007.039.02l.078.078a.235.235 0 0 1 .06.097c.013 0 .02.007.02.02v.02a.504.504 0 0 1 .039.176c.012.012.019.022.019.029zm-18.75 7.158l8.75 4.375v-6.719l-8.75-4.375v6.719zm9.375-3.438l3.086-1.543L7.404 6.01 4.142 7.65l8.594 4.297zm-1.25-7.968L8.771 5.326l8.438 4.395 2.871-1.445-8.594-4.297zm9.375 12.031V9.291l-7.5 3.75v6.719l7.5-3.75z"></path>
</svg>
</i>
{{-- <span class="header__counter" data-js-cart-count-desktop="0">0</span> --}}
</a>
</div>
{{-- @endauth --}}
{{-- <div class="position-lg-relative d-none d-lg-block ml-lg-15"
data-js-position-desktop="currencies">
<div class="js-position js-dropdown js-currencies-list"
data-js-position-name="currencies">
<div class="header__btn-currency position-relative d-none d-lg-flex align-items-lg-center cursor-pointer"
data-js-dropdown-button>
<span class="mt-lg-3" data-current-currency>US($)</span><i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-229" viewBox="0 0 24 24">
<path d="M11.783 14.088l-3.75-3.75a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l3.301 3.32 3.301-3.32a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .841.841 0 0 1-.215-.127z"/>
</svg>
</i></div>
<div class="header__dropdown dropdown d-lg-none position-lg-absolute top-lg-100 right-lg-0"
data-js-dropdown>
<ul class="list-unstyled w-100 px-15 py-30 py-lg-15">
<li class="active" data-button-name="US($)" data-currency-code="USD"><a
href="#USD">USD - US Dollar</a></li>
<li data-button-name="UE(€)" data-currency-code="EUR"><a href="#EUR">EUR -
Euro</a></li>
<li data-button-name="BP(£)" data-currency-code="GBP"><a href="#GBP">GBP -
British Pound</a></li>
</ul>
</div>
</div>
</div> --}}
<div class="position-lg-relative d-none d-lg-block ml-lg-15"
data-js-position-desktop="languages">
<div class="js-position js-dropdown js-languages-list"
data-js-position-name="languages">
<div class="header__btn-language position-relative d-none d-lg-flex align-items-lg-center cursor-pointer" data-js-dropdown-button="">
<span class="mt-lg-3">{{ config('app.locales')[app()->getLocale()] ?? 'Türkmen' }}</span>
<i>
<svg aria-hidden="true" focusable="false" role="presentation"
class="icon icon-theme-229" viewBox="0 0 24 24">
<path d="M11.783 14.088l-3.75-3.75a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l3.301 3.32 3.301-3.32a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .841.841 0 0 1-.215-.127z"></path>
</svg>
</i>
</div>
<div class="header__dropdown dropdown d-lg-none position-lg-absolute top-lg-100 right-lg-0"
data-js-dropdown="">
<ul class="list-unstyled w-100 px-15 pb-30 py-lg-15">
@foreach(config('app.locales') as $key => $value)
<li @class(['active' => app()->getLocale() == $key]) data-l="{{ $key }}"><a href="{{ route('web.locale.set', $key) }}"><span>{{ $value }}</span></a></li>
@endforeach
</ul>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,379 @@
@verbatim
<script>
var Loader = {
settings: {
scripts: {
carousel_articles: {
postload: true
},
carousel_products: {
postload: true
},
carousel_brands: {
postload: true
}
},
styles: {
theme: {
loaded_class: 'css-theme-loaded'
},
text_font: {
loaded_class: 'text-font-loaded'
}
}
},
main: {
scripts: ['vendor', 'theme'],
styles: []
},
includes: {
scripts: {
//plugins
plugin_popper: '/web/shella/scripts/plugin.popper.min.js',
plugin_tippy: '/web/shella/scripts/plugin.tippy.all.min.js',
plugin_fotorama: '/web/shella/scripts/plugin.fotorama.min.js',
plugin_instafeed: '/web/shella/scripts/plugin.instafeed.min.js',
plugin_ion_range_slider: '/web/shella/scripts/plugin.ion-range-slider.min.js',
plugin_masonry: '/web/shella/scripts/plugin.masonry.min.js',
plugin_revolution_slider: '/web/shella/scripts/plugin.revolution-slider.min.js',
plugin_sticky_sidebar: '/web/shella/scripts/plugin.sticky-sidebar.min.js',
//global
vendor: '/web/shella/scripts/vendor.min.js',
theme: '/web/shella/scripts/theme.js',
//modules
tooltip: '/web/shella/scripts/module.tooltip.min.js',
buttons_blocks_visibility: '/web/shella/scripts/module.buttons-blocks-visibility.min.js',
collections: '/web/shella/scripts/module.collections.min.js',
dynamic_checkout: '/web/shella/scripts/module.dynamic-checkout.min.js',
masonry: '/web/shella/scripts/module.masonry.min.js',
notifications: '/web/shella/scripts/module.notifications.min.js',
parallax: '/web/shella/scripts/module.parallax.min.js',
popup_subscription: '/web/shella/scripts/module.popup-subscription.min.js',
product_footbar: '/web/shella/scripts/module.product-footbar.min.js',
products_view: '/web/shella/scripts/module.products-view.min.js',
range_of_price: '/web/shella/scripts/module.range-of-price.min.js',
shipping_rates_calculation: '/web/shella/scripts/module.shipping-rates-calculation.min.js',
sticky_header: '/web/shella/scripts/module.sticky-header.min.js',
sticky_sidebar: '/web/shella/scripts/module.sticky-sidebar.min.js',
tabs: '/web/shella/scripts/module.tabs.min.js',
trigger: '/web/shella/scripts/module.trigger.min.js',
presentation: '/web/shella/scripts/module.presentation.min.js',
//sections
header: '/web/shella/scripts/section.header.min.js',
article_body: '/web/shella/scripts/section.article-body.min.js',
blog_body: '/web/shella/scripts/section.blog-body.min.js',
blog_sidebar: '/web/shella/scripts/section.blog-sidebar.min.js',
carousel_articles: '/web/shella/scripts/section.carousel-articles.min.js',
carousel_brands: '/web/shella/scripts/section.carousel-brands.min.js',
cs_carousel_brands: '/web/shella/scripts/cs/cs-carousel-brands.js',
carousel_products: '/web/shella/scripts/section.carousel-products.min.js',
collection_body: '/web/shella/scripts/section.collection-body.min.js',
collection_head: '/web/shella/scripts/section.collection-head.min.js',
collection_sidebar: '/web/shella/scripts/section.collection-sidebar.min.js',
gallery: '/web/shella/scripts/section.gallery.min.js',
home_builder: '/web/shella/scripts/section.home-builder.min.js',
list_collections: '/web/shella/scripts/section.list-collections.min.js',
lookbook: '/web/shella/scripts/section.lookbook.min.js',
password_page_content: '/web/shella/scripts/section.password-page-content.min.js',
product: '/web/shella/scripts/section.product.min.js',
slider_revolution: '/web/shella/scripts/section.slider-revolution.min.js',
sorting_collections: '/web/shella/scripts/section.sorting-collections.min.js',
footbar: '/web/shella/scripts/section.footbar.min.js',
footer: '/web/shella/scripts/section.footer.min.js',
mask_js: '/js/inputmask.min.js',
cs_functions: '/web/shella/scripts/cs_functions.js'
},
styles: {
//plugins
plugin_tippy: '/web/shella/styles/plugin.tippy.min.css',
plugin_fotorama: '/web/shella/styles/plugin.fotorama.min.css',
plugin_ion_range_slider: '/web/shella/styles/plugin.ion-range-slider.min.css',
plugin_revolution: '/web/shella/styles/plugin.revolution.min.css',
plugin_slick: '/web/shella/styles/plugin.slick.min.css',
//font
text_font: 'https://fonts.googleapis.com/css?family=Archivo',
//global
theme: '/web/shella/styles/theme.min.css',
theme_05: '/web/shella/styles/theme-05.min.css',
theme_06: '/web/shella/styles/theme-06.min.css',
theme_07: '/web/shella/styles/theme-07.min.css',
theme_08: '/web/shella/styles/theme-08.min.css',
theme_10: '/web/shella/styles/theme-10.min.css',
theme_11: '/web/shella/styles/theme-11.min.css',
theme_12: '/web/shella/styles/theme-12.min.css',
theme_14: '/web/shella/styles/theme-14.min.css',
theme_15: '/web/shella/styles/theme-15.min.css'
}
},
deps: {
scripts: {
//plugins
plugin_tippy: ['plugin_popper'],
//global
theme: ['vendor', 'plugin_fotorama'],
//modules
tooltip: ['plugin_tippy'],
collections: ['products_view'],
masonry: ['plugin_masonry'],
product_footbar: ['trigger'],
range_of_price: ['plugin_ion_range_slider', 'collections'],
sticky_sidebar: ['plugin_sticky_sidebar', 'sticky_header'],
tabs: ['plugin_sticky_sidebar', 'sticky_sidebar', 'sticky_header'],
//sections
header: ['sticky_header'],
blog_body: ['masonry'],
blog_sidebar: ['sticky_sidebar'],
collection_sidebar: ['range_of_price'],
gallery: ['plugin_fotorama', 'masonry'],
home_builder: ['plugin_instafeed', 'plugin_revolution_slider', 'parallax'],
list_collections: ['masonry'],
product: ['sticky_sidebar', 'tabs'],
article_body: ['plugin_slick'],
footbar: ['notifications', 'trigger', 'product_footbar']
},
styles: {
//global
theme: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme2: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme3: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme4: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme5: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme6: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme7: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme8: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme9: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme10: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme11: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme12: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme13: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme14: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick'],
theme15: ['plugin_tippy', 'plugin_fotorama', 'plugin_ion_range_slider', 'plugin_revolution', 'plugin_slick']
}
},
callback: {
scripts: {},
styles: {}
},
queue: {
scripts: [],
styles: []
},
initials: {
scripts: {},
styles: {}
},
loaded: {
scripts: {},
styles: {}
},
postload: {
scripts: {},
styles: {}
},
postload_offset: 400,
require: function (obj) {
var namespace;
switch (obj.type) {
case 'style':
{
namespace = 'styles';
break;
}
case 'script':
{
namespace = 'scripts';
break;
}
}
if (this.settings[namespace][obj.name] && this.settings[namespace][obj.name].postload) {
this.postload[namespace][obj.name] = true;
} else {
this.queue[namespace].push(obj.name);
}
this.initials[namespace][obj.name] = true;
},
load: function () {
var _ = this,
namespace,
i;
for (namespace in this.main) {
for (i = this.main[namespace].length - 1; i >= 0; i--) {
this.initials[namespace][this.main[namespace][i]] = true;
this.queue[namespace].unshift(this.main[namespace][i]);
}
}
function load_deps(namespace, name, j, callback) {
if (j < _.deps[namespace][name].length) {
if (_.initials[namespace][_.deps[namespace][name][j]]) {
delete _.initials[namespace][_.deps[namespace][name][j]];
_.loadTag(namespace, _.deps[namespace][name][j], function () {
j++;
load_deps(namespace, name, j, callback);
});
} else {
j++;
load_deps(namespace, name, j, callback);
}
} else {
if (callback) {
callback();
}
}
};
function iteration(namespace, i, callback) {
var name = _.queue[namespace][i];
if (i < _.queue[namespace].length && !_.initials[namespace][name]) {
i++;
iteration(namespace, i, callback);
return;
}
function load_deps_callback() {
delete _.initials[namespace][name];
_.loadTag(namespace, name, function () {
i++;
iteration(namespace, i, callback);
});
};
if (i < _.queue[namespace].length) {
if (_.checkDeps(namespace, name)) {
load_deps_callback();
} else {
load_deps(namespace, name, 0, load_deps_callback);
}
} else if (callback) {
callback();
}
};
iteration('styles', 0, function () {
iteration('scripts', 0);
});
function onPostload(namespace, name, elems, j) {
for (namespace in _.postload) {
for (name in _.postload[namespace]) {
elems = document.querySelectorAll('[data-postload="' + name + '"]');
for (j = 0; j < elems.length; j++) {
if (elems[j].getBoundingClientRect().top < window.innerHeight + _.postload_offset) {
_.queue[namespace].push(name);
delete _.postload[namespace][name];
continue;
}
}
}
}
iteration('styles', 0, function () {
iteration('scripts', 0);
});
};
window.addEventListener('load', function () {
onPostload();
window.addEventListener('scroll', onPostload);
});
},
checkDeps: function (namespace, name) {
var deps = this.deps[namespace][name],
clear_deps = true,
i;
if (deps) {
for (i = 0; i < deps.length; i++) {
if (!this.loaded[namespace][deps[i]] && this.initials[namespace][deps[i]] !== undefined) {
clear_deps = false;
break;
}
}
}
return clear_deps;
},
loadTag: function (namespace, name, callback) {
var _ = this,
tag,
onload;
if(document.querySelectorAll('[data-loader-name="' + namespace + '_' + name + '"]').length) {
/*console.log('double loading');*/
return;
}
onload = function () {
_.loaded[namespace][name] = true;
if (_.settings[namespace][name]) {
if (_.settings[namespace][name].loaded_class) {
document.getElementsByTagName('html')[0].classList.add(_.settings[namespace][name].loaded_class);
}
}
if (callback) {
if (_.callback[namespace][name]) {
_.callback[namespace][name](_);
}
callback();
}
//console.debug('loaded:', namespace, name);
};
switch (namespace) {
case 'styles':
{
tag = this.buildStyle(name, onload);
break;
}
case 'scripts':
{
tag = this.buildScript(name, onload);
break;
}
}
tag.setAttribute('data-loader-name', namespace + '_' + name);
document.head.insertBefore(tag, document.head.childNodes[document.head.childNodes.length - 1].nextSibling);
},
buildScript: function (name, onload) {
var tag = document.createElement('script');
tag.onload = onload;
tag.async = true;
tag.src = this.includes.scripts[name];
return tag;
},
buildStyle: function (name, onload) {
var tag = document.createElement('link');
tag.onload = onload;
tag.rel = 'stylesheet';
tag.href = this.includes.styles[name];
return tag;
}
};
window.page = {
default: {}
};
</script>
@endverbatim

View File

@@ -0,0 +1,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#4096f0">
<meta name="author" content="Nurmuhammet Allanov">
<meta name="msapplication-TileColor" content="#4096f0">
<meta name="description" content="POSTSHOP, Marketplace for Turkmenistan">
<meta name="csrf-token" value="{{ csrf_token() }}">

View File

@@ -0,0 +1,66 @@
<div
id="categories-dropdown-container"
class="c1p"
v-show="! categories_dropdown_hidden"
@mouseleave="hideCategoryDropdown()"
style="display: none; max-height: calc(100vh - 300px);"
>
<div class="pc1">
<div class="p1c" style="max-height:calc(100vh - 300px);">
<div>
@foreach($categories as $category)
{{-- pc --}}
<a target="_self"
href="{{ route('web.categories.products', ['category' => $category->slug]) }}"
:class="{a4: true, o8c: true, c9o: true, o9c: true, pc: activeLinks['{{ $category->slug }}']}"
@mouseenter="showCategoriesFor({{ $category->id }})"
>
<span class="oc9">{{ $category->name }}</span>
</a>
@endforeach
</div>
</div>
<div class="oc6" style="max-height:calc(100vh - 300px);">
<div class="o6c">
<div class="co7">
{{-- <a target="_self" href="https://www.ozon.ru/highlight/183670/" class="a4 o8c p0c">
<span class="oc9">Best Home Brands</span>
</a>
<a target="_self" href="https://www.ozon.ru/category/dom-i-sad-14500/?isnew=t" class="a4 o8c p0c">
<span class="oc9">Новинки</span>
</a>
<a target="_self" href="https://www.ozon.ru/category/dom-i-sad-14500/?isbest=t&amp;price=400.000%3B1814500.000" class="a4 o8c p0c">
<span class="oc9">Бестселлеры</span>
</a>
<a target="_self" href="https://www.ozon.ru/info/actions/?category=14500" class="a4 o8c p0c">
<span class="oc9">Акции</span>
</a> --}}
</div>
<div class="c8o">
<div class="c7o">
<div class="o7c oc7">
<template v-for="category in categories_to_show.children">
<div :class="{'o5c': true, 'mb-0': category.children.length < 1}">
<a target="_self" :href="categoryShowRouteFor(category.slug)" class="a4 o8c cp0">
<span class="oc9">@{{ category.name[locale] }}</span>
</a>
<div class="c6o">
<template v-for="child_category in category.children">
<a target="_self" :href="categoryShowRouteFor(child_category.slug)" class="a4 o8c c0p">
<span class="oc9">@{{ child_category.name[locale] }}</span>
</a>
</template>
</div>
</div>
</template>
</div>
<div class="oc7 co8">
{{-- <a target="_self" href="/brand/tefal-18819636/" class="a4 o8c co9" style="background-image: url(https://cdn1.ozone.ru/multimedia/wc100/1023444926.jpg);"></a> --}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,10 @@
<i class="d-none d-lg-inline position-lg-relative">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-229" viewBox="0 0 24 24">
<path d="M11.783 14.088l-3.75-3.75a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l3.301 3.32 3.301-3.32a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .841.841 0 0 1-.215-.127z"/>
</svg>
</i>
<i class="d-lg-none ml-auto">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-231" viewBox="0 0 24 24">
<path d="M10.806 7.232l3.75 3.75c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .877.877 0 0 1-.215-.127.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l3.32-3.301L9.907 8.13a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.058.45.176z"/>
</svg>
</i>

View File

@@ -0,0 +1,50 @@
<div class="menu__item menu__item--has-children">
<a href=#" class="d-flex align-items-center px-lg-7">
<span>Hello</span>
@include('web.themes.shella.layouts.additional.navigation.dropdown-icons')
</a>
<div class="menu__megamenu d-lg-none position-lg-absolute">
<div class="container py-lg-40">
<div class="menu__grid menu__list menu__level-02 row">
<div class="menu__item menu__back d-lg-none">
<a href="#">Hello</a>
</div>
<div class="menu__item menu__item--has-children col-lg-3">
<a href="index.html" class="menu__title d-flex align-items-center mb-lg-10">
<span>Frontpage Layouts</span>
<i class="d-lg-none ml-auto">
<svg aria-hidden="true" focusable="false"
role="presentation" class="icon icon-theme-231"
viewBox="0 0 24 24">
<path d="M10.806 7.232l3.75 3.75c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .877.877 0 0 1-.215-.127.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l3.32-3.301L9.907 8.13a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.058.45.176z"/>
</svg>
</i>
</a>
<div class="menu__list menu__level-03 row">
<div class="menu__item menu__back d-lg-none">
<a href="index.html">Frontpage Layouts</a>
</div>
<div class="col-lg">
<div class="menu__list--styled">
<div class="menu__item">
<a href="index.html" class="d-flex align-items-center px-lg-5">
<span>Home V1</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<div class="menu__item ">
<a href="http://bit.ly/2UXO8zH" class="d-flex align-items-center px-lg-7">
<span>Buy Now!</span>
</a>
</div>

View File

@@ -0,0 +1,58 @@
<div class="menu__item menu__item--has-children d-lg-none">
<a href=#" class="d-flex align-items-center px-lg-7">
<span>{{ $category->name }}</span>
@include('web.themes.shella.layouts.additional.navigation.dropdown-icons')
</a>
<div class="menu__megamenu d-lg-none position-lg-absolute">
<div class="container py-lg-40">
<div class="menu__grid menu__list menu__level-02 row">
<div class="menu__item menu__back d-lg-none">
<a href="{{ route('web.categories.products', ['category' => $category]) }}">{{ $category->name }}</a>
</div>
@if($category->children)
@foreach($category->children as $level_2_category)
<div class="menu__item menu__item--has-children col-lg-3">
<a href="index.html" class="menu__title d-flex align-items-center mb-lg-10">
<span>{{ $level_2_category->name }}</span>
<i class="d-lg-none ml-auto">
<svg aria-hidden="true" focusable="false"
role="presentation" class="icon icon-theme-231"
viewBox="0 0 24 24">
<path d="M10.806 7.232l3.75 3.75c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-3.75 3.75a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .877.877 0 0 1-.215-.127.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l3.32-3.301L9.907 8.13a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.058.45.176z"/>
</svg>
</i>
</a>
<div class="menu__list menu__level-03 row">
<div class="menu__item menu__back d-lg-none">
<a href="{{ route('web.categories.products', ['category' => $level_2_category->slug]) }}">{{ $level_2_category->name }}</a>
</div>
<div class="col-lg">
<div class="menu__list--styled">
@if($level_2_category->children)
@foreach($level_2_category->children as $level_3_category)
<div class="menu__item">
<a href="{{ route('web.categories.products', ['category' => $level_3_category->slug]) }}" class="d-flex align-items-center px-lg-5">
<span>{{ $level_3_category->name }}</span>
</a>
</div>
@endforeach
@endif
</div>
</div>
</div>
</div>
@endforeach
@endif
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,8 @@
<a href="search.html" class="header__btn-search d-none d-lg-flex align-items-lg-center ml-lg-auto js-popup-button" data-js-popup-button="navigation">
<span class="mr-lg-7 text-uppercase">{{ __('Search') }}</span>
<i>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-168" viewBox="0 0 24 24">
<path d="M13.261 2.475a8.177 8.177 0 0 1 2.588 1.738 8.172 8.172 0 0 1 1.738 2.588 7.97 7.97 0 0 1 .635 3.164 7.836 7.836 0 0 1-.527 2.861 8.355 8.355 0 0 1-1.426 2.412l4.902 4.902c.117.131.176.28.176.449s-.059.319-.176.449c-.065.052-.137.095-.215.127s-.156.049-.234.049-.156-.017-.234-.049-.149-.075-.215-.127l-4.902-4.902c-.703.6-1.507 1.074-2.412 1.426s-1.859.528-2.862.528a7.945 7.945 0 0 1-3.164-.635 8.144 8.144 0 0 1-2.588-1.738 8.15 8.15 0 0 1-1.738-2.588 7.962 7.962 0 0 1-.635-3.164 7.97 7.97 0 0 1 .635-3.164 8.172 8.172 0 0 1 1.738-2.588 8.15 8.15 0 0 1 2.588-1.738c.989-.423 2.044-.635 3.164-.635s2.174.212 3.164.635zM3.759 12.641c.358.834.85 1.563 1.475 2.188s1.354 1.117 2.188 1.475c.833.358 1.726.537 2.676.537s1.843-.179 2.676-.537c.833-.357 1.563-.85 2.188-1.475s1.116-1.354 1.475-2.188a6.705 6.705 0 0 0 .537-2.676c0-.95-.179-1.842-.537-2.676-.358-.833-.85-1.563-1.475-2.188s-1.354-1.116-2.188-1.475c-.835-.356-1.727-.536-2.677-.536s-1.843.18-2.676.537c-.833.358-1.563.85-2.188 1.475S4.117 6.456 3.759 7.289a6.694 6.694 0 0 0-.537 2.676c0 .951.178 1.843.537 2.676z"/>
</svg>
</i>
</a>