1677 lines
195 KiB
PHP
1677 lines
195 KiB
PHP
<div id="theme-section-footer" class="theme-section">
|
||
<div data-section-id="footer" data-section-type="footer">
|
||
|
||
<footer id="footer" class="footer mt-0 text-center text-lg-left js-footer" data-js-footer-fixed>
|
||
|
||
{{-- Border --}}
|
||
<div class="footer__border border-top d-none d-lg-block"></div>
|
||
|
||
<div class="footer__content pt-lg-55 pb-lg-50">
|
||
<div class="container">
|
||
<div class="row">
|
||
|
||
{{-- Border --}}
|
||
<div class="footer__border border-top w-100 mb-45 d-lg-none"></div>
|
||
|
||
<img src="/assets/images/banner-footer.jpeg" class="m-w-100 lazyload" alt="">
|
||
|
||
{{-- Newsletter --}}
|
||
@include('web.themes.shella.layouts.additional.footer.newsletter')
|
||
|
||
{{-- Site-links --}}
|
||
@include('web.themes.shella.layouts.additional.footer.site-links')
|
||
|
||
{{-- Help --}}
|
||
@include('web.themes.shella.layouts.additional.footer.help')
|
||
|
||
{{-- Social-media --}}
|
||
{{-- @include('web.themes.shella.layouts.additional.footer.social-media') --}}
|
||
|
||
{{-- App QR codes --}}
|
||
@include('web.themes.shella.layouts.additional.footer.app-qr-codes')
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
{{-- Border --}}
|
||
<div class="footer__border border-top"></div>
|
||
|
||
<div class="footer__tape py-lg-15">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-lg-6 d-flex flex-column flex-lg-row align-items-lg-center py-40 py-lg-0">
|
||
|
||
{{-- Copyright --}}
|
||
@include('web.themes.shella.layouts.additional.footer.copyright')
|
||
|
||
{{-- Mobile social media --}}
|
||
{{-- @include('web.themes.shella.layouts.additional.footer.mobile-social-media') --}}
|
||
</div>
|
||
|
||
{{-- Border --}}
|
||
<div class="footer__border border-top w-100 d-lg-none"></div>
|
||
|
||
{{-- Payment methods --}}
|
||
@include('web.themes.shella.layouts.additional.footer.payment-methods')
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
{{-- To top --}}
|
||
@include('web.themes.shella.layouts.additional.footer.to-top')
|
||
|
||
</div>
|
||
|
||
<script>
|
||
Loader.require({
|
||
type: "script",
|
||
name: "footer"
|
||
});
|
||
</script>
|
||
|
||
</div>
|
||
|
||
<div id="theme-section-popup" class="theme-section">
|
||
<div class="popup fixed-stretch d-none js-popup" tabindex="0">
|
||
<div class="popup__bg fixed-stretch cursor-pointer pointer-events-none" data-js-popup-bg></div>
|
||
<div class="popup__body position-relative d-none flex-lg-column" data-js-popup-name="navigation" data-popup-mobile-left data-popup-desktop-top>
|
||
<div class="popup-navigation js-popup-navigation" data-popup-content>
|
||
|
||
{{-- Mobile close button --}}
|
||
@include('web.themes.shella.layouts.additional.footer.mobile-close-button')
|
||
|
||
{{-- Product search --}}
|
||
@include('web.themes.shella.layouts.additional.footer.product-search')
|
||
|
||
{{-- Mobile --}}
|
||
<div class="popup-navigation__menu d-lg-none py-25 px-10" data-js-menu-mobile>
|
||
<div class="container" data-js-position-mobile="menu"></div>
|
||
</div>
|
||
|
||
<div class="popup-navigation__currency d-lg-none px-10" data-js-position-mobile="currencies"></div>
|
||
<div class="popup-navigation__currency d-lg-none px-10" data-js-position-mobile="languages"></div>
|
||
</div>
|
||
</div>
|
||
|
||
{{-- Sidebar filters --}}
|
||
@include('web.themes.shella.components.sidebar.filters-sidebar')
|
||
|
||
<div class="popup__body position-relative d-none show visible" data-js-popup-name="sidebar-blog" data-popup-left="">
|
||
<div class="popup-sidebar popup-sidebar--width-md py-30 px-20" data-popup-content="">
|
||
<div class="popup-sidebar__head">
|
||
<div class="popup-sidebar__close d-flex align-items-center cursor-pointer" data-js-popup-close=""><i
|
||
class="mr-lg-5">
|
||
<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"></path>
|
||
</svg>
|
||
</i> <span class="d-none d-lg-inline">CLOSE</span></div>
|
||
</div>
|
||
<div class="popup-sidebar__content pt-50" data-js-position-mobile="sidebar-blog"></div>
|
||
</div>
|
||
</div>
|
||
|
||
{{-- Sidebar cart items --}}
|
||
{{-- @include('web.themes.shella.components.sidebar.cart-sidebar') --}}
|
||
|
||
{{-- Sidebar likes --}}
|
||
@include('web.themes.shella.components.sidebar.likes-sidebar')
|
||
|
||
{{-- Authentication sidebar --}}
|
||
@guest
|
||
@include('web.themes.shella.components.sidebar.authentication-sidebar')
|
||
@endguest
|
||
|
||
{{-- Client sidebar --}}
|
||
@include('web.themes.shella.components.sidebar.client-services-sidebar')
|
||
|
||
{{-- Subscribe email --}}
|
||
@include('web.themes.shella.layouts.additional.footer.popup-subscription')
|
||
|
||
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="quick-view" data-popup-center data-js-popup-ajax>
|
||
<div class="popup-quick-view position-relative px-15 pt-50 pb-25 pt-lg-30 overflow-hidden" data-popup-content>
|
||
<i class="popup-quick-view__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-quick-view__content mx-auto" data-js-quick-view>
|
||
<template>
|
||
<div class="quick-view">
|
||
<div class="container">
|
||
<div class="product-page-main" data-js-product="" data-js-product-json-preload=""
|
||
data-product-handle="belted-chino-trousers" data-product-variant-id="13793281441844"
|
||
data-js-product-clone-id="footbar">
|
||
<div class="row">
|
||
<div class="col-12 col-lg-6" data-sticky-sidebar-parent="">
|
||
<div>
|
||
<div data-sticky-sidebar-inner="">
|
||
|
||
<div class="product-page-gallery mx-auto pb-20"
|
||
data-js-product-gallery="" data-active-image="0">
|
||
<div class="d-flex">
|
||
<div class="product-page-gallery__preview position-relative d-none d-lg-block mr-10">
|
||
<div class="h-100 invisible"
|
||
data-js-product-gallery-preview="">
|
||
<div class="mb-10 cursor-lg-pointer current"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167742783540">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_{width}x.progressive.jpg?v=1542632590"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_100x.progressive.jpg?v=1542632590 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_100x@2x.progressive.jpg?v=1542632590 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743045684">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_{width}x.progressive.jpg?v=1542632591"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_100x.progressive.jpg?v=1542632591 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_100x@2x.progressive.jpg?v=1542632591 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743078452">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_{width}x.progressive.jpg?v=1542632593"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_100x.progressive.jpg?v=1542632593 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_100x@2x.progressive.jpg?v=1542632593 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743111220">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_{width}x.progressive.jpg?v=1542632594"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_100x.progressive.jpg?v=1542632594 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_100x@2x.progressive.jpg?v=1542632594 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743143988">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_{width}x.progressive.jpg?v=1542632595"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_100x.progressive.jpg?v=1542632595 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_100x@2x.progressive.jpg?v=1542632595 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743176756">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_{width}x.progressive.jpg?v=1542632596"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_100x.progressive.jpg?v=1542632596 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_100x@2x.progressive.jpg?v=1542632596 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743209524">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_{width}x.progressive.jpg?v=1542632598"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_100x.progressive.jpg?v=1542632598 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_100x@2x.progressive.jpg?v=1542632598 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743242292">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_{width}x.progressive.jpg?v=1542632600"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_100x.progressive.jpg?v=1542632600 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_100x@2x.progressive.jpg?v=1542632600 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743275060">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_{width}x.progressive.jpg?v=1542632602"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_100x.progressive.jpg?v=1542632602 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_100x@2x.progressive.jpg?v=1542632602 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743307828">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_{width}x.progressive.jpg?v=1542632603"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_100x.progressive.jpg?v=1542632603 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_100x@2x.progressive.jpg?v=1542632603 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743373364">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_{width}x.progressive.jpg?v=1542632605"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_100x.progressive.jpg?v=1542632605 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_100x@2x.progressive.jpg?v=1542632605 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743406132">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_{width}x.progressive.jpg?v=1542632606"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_100x.progressive.jpg?v=1542632606 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_100x@2x.progressive.jpg?v=1542632606 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743602740">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_{width}x.progressive.jpg?v=1542632609"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_100x.progressive.jpg?v=1542632609 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_100x@2x.progressive.jpg?v=1542632609 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743635508">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_{width}x.progressive.jpg?v=1542632610"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_100x.progressive.jpg?v=1542632610 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_100x@2x.progressive.jpg?v=1542632610 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743668276">
|
||
<div class="rimage"
|
||
style="padding-top:128.1538462%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_{width}x.progressive.jpg?v=1542632612"
|
||
data-aspect-ratio="0.78031212484994"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_100x.progressive.jpg?v=1542632612 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_100x@2x.progressive.jpg?v=1542632612 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743701044">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_{width}x.progressive.jpg?v=1542632613"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_100x.progressive.jpg?v=1542632613 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_100x@2x.progressive.jpg?v=1542632613 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743733812">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_{width}x.progressive.jpg?v=1542632614"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_100x.progressive.jpg?v=1542632614 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_100x@2x.progressive.jpg?v=1542632614 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743766580">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_{width}x.progressive.jpg?v=1542632619"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_100x.progressive.jpg?v=1542632619 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_100x@2x.progressive.jpg?v=1542632619 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743799348">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_{width}x.progressive.jpg?v=1542632621"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_100x.progressive.jpg?v=1542632621 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_100x@2x.progressive.jpg?v=1542632621 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743864884">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_{width}x.progressive.jpg?v=1542632622"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_100x.progressive.jpg?v=1542632622 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_100x@2x.progressive.jpg?v=1542632622 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743897652">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_{width}x.progressive.jpg?v=1542632624"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_100x.progressive.jpg?v=1542632624 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_100x@2x.progressive.jpg?v=1542632624 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743930420">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_{width}x.progressive.jpg?v=1542632625"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_100x.progressive.jpg?v=1542632625 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_100x@2x.progressive.jpg?v=1542632625 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743963188">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_{width}x.progressive.jpg?v=1542632626"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_100x.progressive.jpg?v=1542632626 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_100x@2x.progressive.jpg?v=1542632626 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167743995956">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_{width}x.progressive.jpg?v=1542632628"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_100x.progressive.jpg?v=1542632628 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_100x@2x.progressive.jpg?v=1542632628 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744028724">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_{width}x.progressive.jpg?v=1542632629"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_100x.progressive.jpg?v=1542632629 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_100x@2x.progressive.jpg?v=1542632629 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744061492">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_{width}x.progressive.jpg?v=1542632630"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_100x.progressive.jpg?v=1542632630 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_100x@2x.progressive.jpg?v=1542632630 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744094260">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_{width}x.progressive.jpg?v=1542632632"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_100x.progressive.jpg?v=1542632632 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_100x@2x.progressive.jpg?v=1542632632 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744159796">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_{width}x.progressive.jpg?v=1542632634"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_100x.progressive.jpg?v=1542632634 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_100x@2x.progressive.jpg?v=1542632634 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744192564">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_{width}x.progressive.jpg?v=1542632635"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_100x.progressive.jpg?v=1542632635 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_100x@2x.progressive.jpg?v=1542632635 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
<div class="mb-10 cursor-lg-pointer"
|
||
data-js-product-gallery-preview-image=""
|
||
data-js-product-gallery-image-id="4167744225332">
|
||
<div class="rimage"
|
||
style="padding-top:128.2307692%;"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
class="rimage__img rimage__img--fade-in lazyload"
|
||
data-master="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_{width}x.progressive.jpg?v=1542632637"
|
||
data-aspect-ratio="0.7798440311937612"
|
||
data-srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_100x.progressive.jpg?v=1542632637 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_100x@2x.progressive.jpg?v=1542632637 2x"
|
||
alt="Belted chino trousers polo">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-gallery__preview-arrows position-absolute bottom-0 w-100 d-flex flex-center">
|
||
<div class="d-flex cursor-lg-pointer"
|
||
data-js-product-gallery-preview-btn-prev=""><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="d-flex cursor-lg-pointer"
|
||
data-js-product-gallery-preview-btn-next=""><i>
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-230"
|
||
viewBox="0 0 24 24">
|
||
<path d="M8.149 14.264a.65.65 0 0 1-.449-.176.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l3.75-3.75a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l3.75 3.75c.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-3.301-3.32-3.301 3.32a.654.654 0 0 1-.449.176z"></path>
|
||
</svg>
|
||
</i></div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-gallery__main">
|
||
<div class="position-relative">
|
||
<div class="invisible" data-js-product-gallery-main=""
|
||
data-arrows="true" data-fullscreen="true"
|
||
data-index-id="[4167742783540,4167743045684,4167743078452,4167743111220,4167743143988,4167743176756,4167743209524,4167743242292,4167743275060,4167743307828,4167743373364,4167743406132,4167743602740,4167743635508,4167743668276,4167743701044,4167743733812,4167743766580,4167743799348,4167743864884,4167743897652,4167743930420,4167743963188,4167743995956,4167744028724,4167744061492,4167744094260,4167744159796,4167744192564,4167744225332,"video"]"
|
||
data-zoom-images="["//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_1920x.progressive.jpg?v=1542632590","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_1920x.progressive.jpg?v=1542632591","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_1920x.progressive.jpg?v=1542632593","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_1920x.progressive.jpg?v=1542632594","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_1920x.progressive.jpg?v=1542632595","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_1920x.progressive.jpg?v=1542632596","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_1920x.progressive.jpg?v=1542632598","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_1920x.progressive.jpg?v=1542632600","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_1920x.progressive.jpg?v=1542632602","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_1920x.progressive.jpg?v=1542632603","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_1920x.progressive.jpg?v=1542632605","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_1920x.progressive.jpg?v=1542632606","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_1920x.progressive.jpg?v=1542632609","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_1920x.progressive.jpg?v=1542632610","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_1920x.progressive.jpg?v=1542632612","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_1920x.progressive.jpg?v=1542632613","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_1920x.progressive.jpg?v=1542632614","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_1920x.progressive.jpg?v=1542632619","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_1920x.progressive.jpg?v=1542632621","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_1920x.progressive.jpg?v=1542632622","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_1920x.progressive.jpg?v=1542632624","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_1920x.progressive.jpg?v=1542632625","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_1920x.progressive.jpg?v=1542632626","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_1920x.progressive.jpg?v=1542632628","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_1920x.progressive.jpg?v=1542632629","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_1920x.progressive.jpg?v=1542632630","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_1920x.progressive.jpg?v=1542632632","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_1920x.progressive.jpg?v=1542632634","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_1920x.progressive.jpg?v=1542632635","//cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_1920x.progressive.jpg?v=1542632637"]"
|
||
data-zoom="true">
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_500x.progressive.jpg?v=1542632590 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_500x@2x.progressive.jpg?v=1542632590 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_1_1_1_1a617acf-fddc-4eca-b0d3-7bf75c86352e_1920x.progressive.jpg?v=1542632590"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_500x.progressive.jpg?v=1542632591 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_500x@2x.progressive.jpg?v=1542632591 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_1_1_76474f0c-ebb4-4050-b548-2f00e26d9cf3_1920x.progressive.jpg?v=1542632591"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_500x.progressive.jpg?v=1542632593 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_500x@2x.progressive.jpg?v=1542632593 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_2_1_8e304ec0-db0b-42a7-9c49-bfa01440a66b_1920x.progressive.jpg?v=1542632593"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_500x.progressive.jpg?v=1542632594 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_500x@2x.progressive.jpg?v=1542632594 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_3_1_6a0bab7d-3142-4c85-a4c6-bced75fa1dd1_1920x.progressive.jpg?v=1542632594"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_500x.progressive.jpg?v=1542632595 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_500x@2x.progressive.jpg?v=1542632595 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628250_2_4_1_8cf19689-fc45-44d4-b62b-723fbfb8f132_1920x.progressive.jpg?v=1542632595"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_500x.progressive.jpg?v=1542632596 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_500x@2x.progressive.jpg?v=1542632596 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_1_1_1_60109a69-19ae-4a8f-88a6-40ab656993b3_1920x.progressive.jpg?v=1542632596"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_500x.progressive.jpg?v=1542632598 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_500x@2x.progressive.jpg?v=1542632598 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_1_1_97a21b87-07ee-4ca0-adf0-1784ae5bf7e0_1920x.progressive.jpg?v=1542632598"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_500x.progressive.jpg?v=1542632600 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_500x@2x.progressive.jpg?v=1542632600 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_2_1_953fef6c-b7da-4ffe-803c-cb387c90debf_1920x.progressive.jpg?v=1542632600"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_500x.progressive.jpg?v=1542632602 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_500x@2x.progressive.jpg?v=1542632602 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_3_1_54d1a203-cfcb-4916-8713-e437b8fd1407_1920x.progressive.jpg?v=1542632602"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_500x.progressive.jpg?v=1542632603 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_500x@2x.progressive.jpg?v=1542632603 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628303_2_4_1_0621978b-19bb-4d84-938a-5e6567f4847a_1920x.progressive.jpg?v=1542632603"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_500x.progressive.jpg?v=1542632605 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_500x@2x.progressive.jpg?v=1542632605 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_1_1_1_b31903a5-03fd-4846-a624-5c9a8167976b_1920x.progressive.jpg?v=1542632605"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_500x.progressive.jpg?v=1542632606 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_500x@2x.progressive.jpg?v=1542632606 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_1_1_28640fe4-c5ff-4649-a785-de7cbf254013_1920x.progressive.jpg?v=1542632606"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_500x.progressive.jpg?v=1542632609 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_500x@2x.progressive.jpg?v=1542632609 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_2_1_fe38045b-b60e-4a95-b6d9-b3ac7c8a38bf_1920x.progressive.jpg?v=1542632609"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_500x.progressive.jpg?v=1542632610 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_500x@2x.progressive.jpg?v=1542632610 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_3_1_f885c20f-4483-4d2a-9cf3-fdb0d25af326_1920x.progressive.jpg?v=1542632610"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_500x.progressive.jpg?v=1542632612 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_500x@2x.progressive.jpg?v=1542632612 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628527_2_4_1_33a12128-d399-4c78-a9db-f1a2ed7a5a3c_1920x.progressive.jpg?v=1542632612"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_500x.progressive.jpg?v=1542632613 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_500x@2x.progressive.jpg?v=1542632613 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_1_1_1_7ce6eb92-a357-48c5-84df-0c655fcddfa4_1920x.progressive.jpg?v=1542632613"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_500x.progressive.jpg?v=1542632614 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_500x@2x.progressive.jpg?v=1542632614 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_1_1_8fa12348-986e-471f-9907-b1591c2e3f92_1920x.progressive.jpg?v=1542632614"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_500x.progressive.jpg?v=1542632619 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_500x@2x.progressive.jpg?v=1542632619 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_2_1_0d99a277-f03f-4c43-a91a-eca50da94d18_1920x.progressive.jpg?v=1542632619"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_500x.progressive.jpg?v=1542632621 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_500x@2x.progressive.jpg?v=1542632621 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_3_1_15542938-e107-4c96-9cbb-3b44985511ca_1920x.progressive.jpg?v=1542632621"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_500x.progressive.jpg?v=1542632622 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_500x@2x.progressive.jpg?v=1542632622 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628627_2_4_1_0a72f422-f82a-4d3d-9b82-b21b2cd782bf_1920x.progressive.jpg?v=1542632622"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_500x.progressive.jpg?v=1542632624 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_500x@2x.progressive.jpg?v=1542632624 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_1_1_1_e2af623e-9b9a-44a6-a42e-fb5251d43093_1920x.progressive.jpg?v=1542632624"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_500x.progressive.jpg?v=1542632625 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_500x@2x.progressive.jpg?v=1542632625 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_1_1_28203cd6-74ba-4d03-b2d0-53d448e2be9c_1920x.progressive.jpg?v=1542632625"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_500x.progressive.jpg?v=1542632626 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_500x@2x.progressive.jpg?v=1542632626 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_2_1_810e99b9-d38d-467b-b625-54ce702faa38_1920x.progressive.jpg?v=1542632626"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_500x.progressive.jpg?v=1542632628 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_500x@2x.progressive.jpg?v=1542632628 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_3_1_1a2b69a0-36ce-4234-a752-79d3d5b340c2_1920x.progressive.jpg?v=1542632628"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_500x.progressive.jpg?v=1542632629 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_500x@2x.progressive.jpg?v=1542632629 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628800_2_4_1_35784afd-b042-42a4-a6a1-d53e410cadfb_1920x.progressive.jpg?v=1542632629"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_500x.progressive.jpg?v=1542632630 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_500x@2x.progressive.jpg?v=1542632630 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_1_1_1_808cdeb0-37b7-4c41-88d5-afd9cbcbaf6d_1920x.progressive.jpg?v=1542632630"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_500x.progressive.jpg?v=1542632632 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_500x@2x.progressive.jpg?v=1542632632 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_1_1_137bcb72-2259-44f4-993e-50c806432e06_1920x.progressive.jpg?v=1542632632"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_500x.progressive.jpg?v=1542632634 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_500x@2x.progressive.jpg?v=1542632634 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_2_1_5f24d33e-a04e-4e65-b192-2bca70341275_1920x.progressive.jpg?v=1542632634"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_500x.progressive.jpg?v=1542632635 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_500x@2x.progressive.jpg?v=1542632635 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_3_1_3fc1e853-0ee4-4272-aa77-c95ee28e69c4_1920x.progressive.jpg?v=1542632635"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
|
||
srcset="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_500x.progressive.jpg?v=1542632637 1x, https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_500x@2x.progressive.jpg?v=1542632637 2x"
|
||
data-full="https://cdn.shopify.com/s/files/1/0026/2910/7764/products/0047628802_2_4_1_376dabc9-6aa4-4612-8b1d-025695f7b2c6_1920x.progressive.jpg?v=1542632637"
|
||
alt="Belted chino trousers polo">
|
||
|
||
|
||
<a href="https://www.youtube.com/watch?v=LbGgAxY1lRY&list=PLj-506KaR_vfRdRRBX0k8jYIt_VcxN-34"
|
||
data-video="true"></a>
|
||
|
||
|
||
</div>
|
||
<div class="absolute-stretch d-none d-lg-block"
|
||
data-js-product-gallery-zoom=""></div>
|
||
<div class="product-page-gallery__main-arrow position-absolute d-flex flex-center left-0 ml-10 rounded-circle overflow-hidden cursor-pointer"
|
||
data-js-product-gallery-main-btn-prev=""><i
|
||
class="position-relative mr-1">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-006"
|
||
viewBox="0 0 24 24">
|
||
<path d="M16.736 3.417a.652.652 0 0 1-.176.449l-8.32 8.301 8.32 8.301c.117.13.176.28.176.449s-.059.319-.176.449a.91.91 0 0 1-.215.127c-.078.032-.156.049-.234.049s-.156-.017-.234-.049a.93.93 0 0 1-.215-.127l-8.75-8.75a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l8.75-8.75a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"></path>
|
||
</svg>
|
||
</i></div>
|
||
<div class="product-page-gallery__main-arrow position-absolute d-flex flex-center right-0 mr-10 rounded-circle overflow-hidden cursor-pointer"
|
||
data-js-product-gallery-main-btn-next=""><i
|
||
class="position-relative ml-4">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-007"
|
||
viewBox="0 0 24 24">
|
||
<path d="M6.708 20.917c0-.169.059-.319.176-.449l8.32-8.301-8.32-8.301a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l8.75 8.75c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-8.75 8.75a.91.91 0 0 1-.215.127c-.078.032-.156.049-.234.049s-.156-.017-.234-.049a.91.91 0 0 1-.215-.127.652.652 0 0 1-.176-.449z"></path>
|
||
</svg>
|
||
</i></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-gallery__control d-none d-lg-flex justify-content-end align-items-center mt-20">
|
||
<div class="d-flex align-items-center cursor-pointer mb-3"
|
||
data-js-product-gallery-btn-fullscreen=""><i class="mr-3">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-166"
|
||
viewBox="0 0 24 24">
|
||
<path d="M13.316 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.858.527-2.861.527a7.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.164A7.97 7.97 0 0 1 2.663 6.8 8.16 8.16 0 0 1 4.4 4.213a8.177 8.177 0 0 1 2.588-1.738c.99-.423 2.044-.635 3.164-.635s2.175.212 3.164.635zM3.814 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-.834-.356-1.726-.536-2.677-.536s-1.842.18-2.675.537c-.833.358-1.563.85-2.188 1.475S4.173 6.456 3.814 7.289a6.712 6.712 0 0 0-.537 2.676c0 .951.179 1.843.537 2.676zm9.278-3.116a.601.601 0 0 1 .186.439c0 .17-.062.316-.186.439a.601.601 0 0 1-.439.186h-1.875v1.875c0 .17-.062.316-.186.439-.124.124-.271.186-.439.186s-.315-.062-.439-.186a.598.598 0 0 1-.186-.439V10.59H7.652a.6.6 0 0 1-.439-.186.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.6.6 0 0 1 .439-.186h1.875V7.465a.6.6 0 0 1 .186-.439c.124-.124.27-.186.439-.186s.315.063.439.186a.601.601 0 0 1 .186.439V9.34h1.875c.169 0 .316.062.44.185z"></path>
|
||
</svg>
|
||
</i>Zoom
|
||
</div>
|
||
<div class="ml-20 cursor-pointer"
|
||
data-js-product-gallery-btn-video=""><i>
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-211"
|
||
viewBox="0 0 24 24">
|
||
<path fill="#231F20"
|
||
d="M12.148 20.18h-.007a105.39 105.39 0 0 1-2.503-.059 53.952 53.952 0 0 1-2.318-.138 26.318 26.318 0 0 1-2.314-.28c-.985-.196-1.738-.611-2.255-1.236-.499-.603-.819-1.361-.95-2.253-.109-.844-.175-2.174-.201-4.076.026-1.917.092-3.248.2-4.083.133-.901.453-1.66.952-2.262.517-.625 1.27-1.04 2.24-1.234a26.488 26.488 0 0 1 2.33-.282 57.503 57.503 0 0 1 2.318-.138 117.44 117.44 0 0 1 2.503-.059c.97.013 1.805.033 2.518.059.717.027 1.49.073 2.318.138.836.067 1.614.161 2.314.279.985.197 1.739.612 2.256 1.237.499.604.819 1.361.95 2.253.109.845.174 2.175.201 4.076-.027 1.917-.092 3.248-.2 4.082-.133.901-.453 1.659-.952 2.263-.518.625-1.271 1.04-2.24 1.234-.721.123-1.5.216-2.33.282-.829.066-1.602.112-2.318.138-.713.026-1.548.046-2.503.059h-.009zm-.007-15.001c-.931.013-1.756.033-2.462.059-.703.026-1.46.071-2.272.135-.804.064-1.55.154-2.217.267-.71.143-1.236.423-1.592.854-.369.446-.608 1.022-.71 1.712-.1.772-.164 2.098-.189 3.932.025 1.818.09 3.145.191 3.925.101.681.339 1.257.708 1.703.357.432.882.711 1.607.856.657.111 1.403.202 2.202.265.812.065 1.569.11 2.271.135.704.026 1.527.046 2.47.059.942-.013 1.766-.032 2.47-.059.703-.025 1.46-.07 2.271-.135a24.923 24.923 0 0 0 2.217-.268c.709-.142 1.235-.422 1.592-.853.369-.447.608-1.022.71-1.712.099-.771.164-2.098.189-3.932-.026-1.818-.09-3.144-.191-3.926-.101-.68-.339-1.256-.708-1.702-.356-.431-.883-.711-1.608-.856a25.66 25.66 0 0 0-2.202-.264 54.865 54.865 0 0 0-2.271-.135c-.705-.027-1.531-.046-2.476-.06zM9.099 16.851V7.408l7.869 4.721-7.869 4.722zm1.099-7.5v5.558l4.631-2.779-4.631-2.779z"></path>
|
||
</svg>
|
||
</i></div>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
Loader.require({type: "style", name: "plugin_fotorama"});
|
||
Loader.require({type: "style", name: "plugin_slick"});
|
||
Loader.require({type: 'script', name: 'plugin_fotorama'});
|
||
</script>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-12 col-lg-6">
|
||
|
||
|
||
<div class="product-page-info">
|
||
<div class="product-page-info__labels d-flex justify-content-center justify-content-lg-start mb-15">
|
||
<div class="label label--hot mb-3 mr-3 text-nowrap d-none-important"
|
||
data-js-product-label-hot="">Hot
|
||
</div>
|
||
<div class="label label--new mb-3 mr-3 text-nowrap"
|
||
data-js-product-label-new="">New
|
||
</div>
|
||
<div class="label label--sale mb-3 mr-3 text-nowrap"
|
||
data-js-product-label-sale="">-30%
|
||
</div>
|
||
<div class="label label--in-stock mb-3 mr-3 text-nowrap"
|
||
data-js-product-label-in-stock="">In stock
|
||
</div>
|
||
<div class="label label--out-stock mb-3 mr-3 text-nowrap d-none-important"
|
||
data-js-product-label-out-stock="">Out Stock
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__collections mb-3 text-center text-lg-left">
|
||
<a href="collection.html">New Products,</a>
|
||
<a href="collection.html">Trousers</a>
|
||
|
||
</div>
|
||
<div class="product-page-info__title mb-15 text-center text-lg-left"><a
|
||
href="product.html" class="h3 m-0">Belted chino trousers polo</a>
|
||
</div>
|
||
<div class="product-page-info__reviews text-center text-lg-left">
|
||
<div class="spr spr--empty-hide d-flex flex-column">
|
||
<span class="shopify-product-reviews-badge"
|
||
data-id="1494579609652"></span>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__details mb-25 text-center text-lg-left">
|
||
<div class="product-page-info__sku mb-5">
|
||
<p class="m-0" data-js-product-sku="">SKU: <span>00116с-23</span>
|
||
</p>
|
||
</div>
|
||
<div class="product-page-info__barcode d-none-important mb-5">
|
||
<p class="m-0" data-js-product-barcode="">BARCODE: <span></span></p>
|
||
</div>
|
||
<div class="product-page-info__availability mb-5"><p class="m-0"
|
||
data-js-product-availability=""
|
||
data-availability="true">
|
||
AVAILABILITY: <span>In stock (1 item)</span></p>
|
||
</div>
|
||
<div class="product-page-info__type mb-5">
|
||
<p class="m-0" data-js-product-type="">PRODUCT TYPE:
|
||
<span>Polo</span></p>
|
||
</div>
|
||
<div class="product-page-info__vendor mb-5">
|
||
<p class="m-0" data-js-product-vendor="">VENDOR:
|
||
<span>Lacoste</span></p>
|
||
</div>
|
||
</div>
|
||
<div class="mb-25">
|
||
<div class="product-page-info__price text-center text-lg-left">
|
||
<span class="price price--sale" data-js-product-price=""><span><span
|
||
class="money">$451.00</span></span><span><span
|
||
class="money">$320.00</span></span></span>
|
||
</div>
|
||
<p class="product-page-info__price-sale-details mt-5 mt-lg-10 text-center text-lg-left"
|
||
data-js-product-price-sale-details="">You Save: <span class="money">$131.00</span>
|
||
(29%)
|
||
</p>
|
||
</div>
|
||
|
||
<div class="product-page-info__countdown mb-20">
|
||
|
||
<div class="d-none-important" data-js-product-countdown="">
|
||
<p class="h5 mb-10 text-center text-lg-left">Hurry up! Sales Ends
|
||
In</p>
|
||
<div class="countdown countdown--type-02 d-flex flex-wrap js-countdown justify-content-center justify-content-lg-start"
|
||
data-date="2019-03-31 17:10:09"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="product-page-info__stock-countdown mb-20">
|
||
<div class="stock-countdown" data-js-product-stock-countdown=""
|
||
data-min="10">
|
||
|
||
<p class="stock-countdown__title h5 mb-5 text-center text-lg-left"
|
||
data-js-product-stock-countdown-title="">Hurry! Only <span
|
||
class="stock-countdown__counter">1</span> Left in Stock!</p>
|
||
<div class="stock-countdown__range">
|
||
<div class="stock-countdown__progress"
|
||
data-js-product-stock-countdown-progress=""
|
||
style="width: 10.0%;"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="product-page-info__text-countdown mt-35 mb-25">
|
||
<div class="text-countdown px-8 py-3 text-center text-lg-left js-text-countdown"
|
||
data-reset-time="2" data-delivery-time="3">
|
||
|
||
|
||
<i class="mr-4">
|
||
<svg aria-hidden="true" focusable="false" role="presentation"
|
||
class="icon icon-theme-116" viewBox="0 0 24 24">
|
||
<path d="M21.93 6.088l.029.029c.007.007.01.017.01.029l.039.127a.47.47 0 0 1 .02.127v15a.6.6 0 0 1-.186.439.601.601 0 0 1-.439.186H2.652a.6.6 0 0 1-.439-.186.601.601 0 0 1-.186-.439v-15a.47.47 0 0 1 .02-.127l.039-.127c0-.013.003-.022.01-.029a.387.387 0 0 0 .029-.029.478.478 0 0 1 .049-.078.844.844 0 0 1 .049-.059l.02-.02 4.375-3.75a.776.776 0 0 1 .195-.117.575.575 0 0 1 .215-.039h10c.078 0 .149.013.215.039.065.026.13.065.195.117l4.375 3.75v.02a.19.19 0 0 1 .068.059.557.557 0 0 1 .049.078zm-1.153 14.687V7.025h-5.625v5.625a.598.598 0 0 1-.186.439.601.601 0 0 1-.439.186h-5a.6.6 0 0 1-.439-.186.6.6 0 0 1-.186-.439V7.025H3.277v13.75h17.5zM7.262 3.275l-2.93 2.5h4.805l1.25-2.5H7.262zm2.89 8.75h3.75v-5h-3.75v5zm1.641-8.75l-1.25 2.5h2.969l-1.25-2.5h-.469zm7.93 2.5l-2.93-2.5h-3.125l1.25 2.5h4.805z"></path>
|
||
</svg>
|
||
</i> Order in The Next <span class="text-countdown__counter"
|
||
data-js-text-countdown-counter=""></span>
|
||
to Get it By <span class="text-underline"
|
||
data-js-text-countdown-delivery=""></span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="product-page-info__visitors mt-25 mb-25">
|
||
<div class="visitors text-center text-lg-left js-visitors" data-min="10"
|
||
data-max="25" data-interval-min="2" data-interval-max="6"
|
||
data-stroke="4">
|
||
Real Time <span class="visitors__counter d-inline-block px-8"
|
||
data-js-counter="">16</span> Visitor Right Now
|
||
</div>
|
||
</div>
|
||
<div class="border-top border--dashed my-25"></div>
|
||
<div>
|
||
<form method="post" action="/cart/add" accept-charset="UTF-8"
|
||
class="d-flex flex-column w-100 m-0" enctype="multipart/form-data"
|
||
data-js-product-form=""><input type="hidden" name="form_type"
|
||
value="product"><input
|
||
type="hidden" name="utf8" value="✓">
|
||
<input type="hidden" name="variant_id" value="13793281441844"
|
||
data-js-product-variant-input="">
|
||
<div class="product-page-info__options mb-15">
|
||
<div class="product-options
|
||
product-options--type-page js-product-options" data-js-product-options="" data-js-change-history="">
|
||
<div><label>Color:</label>
|
||
<div class="product-options__section d-flex flex-wrap px-2"
|
||
data-style="color" data-property="color">
|
||
<div class="product-options__value product-options__value--circle standard-color-white rounded-circle text-hide cursor-pointer active lazyload"
|
||
data-js-option-value="" data-value="white"
|
||
data-bg="none" data-scale="2"
|
||
data-js-tooltip="" data-tippy-content="White"
|
||
data-tippy-placement="top"
|
||
data-tippy-distance="6">White
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--circle standard-color-green rounded-circle text-hide cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="green"
|
||
data-bg="none" data-scale="2"
|
||
data-js-tooltip="" data-tippy-content="Green"
|
||
data-tippy-placement="top"
|
||
data-tippy-distance="6">Green
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--circle standard-color-pink rounded-circle text-hide cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="pink"
|
||
data-bg="none" data-scale="2"
|
||
data-js-tooltip="" data-tippy-content="Pink"
|
||
data-tippy-placement="top"
|
||
data-tippy-distance="6">Pink
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--circle standard-color-black rounded-circle text-hide cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="black"
|
||
data-bg="none" data-scale="2"
|
||
data-js-tooltip="" data-tippy-content="Black"
|
||
data-tippy-placement="top"
|
||
data-tippy-distance="6">Black
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--circle standard-color-gainsboro rounded-circle text-hide cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="gainsboro"
|
||
data-bg="none" data-scale="2"
|
||
data-js-tooltip=""
|
||
data-tippy-content="Gainsboro"
|
||
data-tippy-placement="top"
|
||
data-tippy-distance="6">Gainsboro
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div><label>Size:</label>
|
||
<div class="product-options__section d-flex flex-wrap"
|
||
data-style="large-text" data-property="size">
|
||
<div class="product-options__value product-options__value--large-text d-flex flex-center border cursor-pointer active lazyload"
|
||
data-js-option-value="" data-value="30"
|
||
data-bg="none" data-scale="2">30
|
||
</div>
|
||
|
||
<div class="product-options__value product-options__value--large-text d-flex flex-center border cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="32"
|
||
data-bg="none" data-scale="2">32
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--large-text d-flex flex-center border cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="34"
|
||
data-bg="none" data-scale="2">34
|
||
</div>
|
||
|
||
|
||
<div class="product-options__value product-options__value--large-text d-flex flex-center border cursor-pointer lazyload"
|
||
data-js-option-value="" data-value="36"
|
||
data-bg="none" data-scale="2">36
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__variants mb-15 d-none">
|
||
<select name="id" class="m-0" data-js-product-variants="">
|
||
<option selected="selected" value="13793281441844">White /
|
||
30
|
||
</option>
|
||
<option value="13793286750260">White / 32</option>
|
||
<option value="13793286783028">White / 34</option>
|
||
<option value="13793286815796">White / 36</option>
|
||
<option value="13793286848564">Green / 30</option>
|
||
<option disabled="disabled" value="13793286881332">Green /
|
||
32
|
||
</option>
|
||
<option disabled="disabled" value="13793286914100">Green /
|
||
34
|
||
</option>
|
||
<option disabled="disabled" value="13793286946868">Green /
|
||
36
|
||
</option>
|
||
<option disabled="disabled" value="13793286979636">Pink /
|
||
30
|
||
</option>
|
||
<option disabled="disabled" value="13793287012404">Pink /
|
||
32
|
||
</option>
|
||
<option disabled="disabled" value="13793287045172">Pink /
|
||
34
|
||
</option>
|
||
<option value="13793287077940">Pink / 36</option>
|
||
<option value="13793287110708">Black / 30</option>
|
||
<option value="13793287143476">Black / 32</option>
|
||
<option value="13793287176244">Black / 34</option>
|
||
<option value="13793287209012">Black / 36</option>
|
||
<option value="13793287241780">Gainsboro / 30</option>
|
||
<option value="13793287274548">Gainsboro / 32</option>
|
||
<option value="13793287307316">Gainsboro / 34</option>
|
||
<option value="13793287340084">Gainsboro / 36</option>
|
||
</select>
|
||
</div>
|
||
<div class="product-page-info__details-buttons mb-30 mb-lg-15 d-flex flex-wrap justify-content-center justify-content-lg-start">
|
||
<div class="btn-link h6 mb-10 px-15 px-lg-10 js-popup-button"
|
||
data-js-popup-button="size-guide">SIZE GUIDE
|
||
</div>
|
||
<div class="btn-link h6 mb-10 px-15 px-lg-10 js-popup-button"
|
||
data-js-popup-button="delivery-return">DELIVERY &
|
||
RETURN
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__quantity mb-20">
|
||
<label>Quantity</label>
|
||
<div class="input-quantity input-quantity--type-01 d-flex js-product-quantity">
|
||
<input type="number" class="mb-0 mr-10" name="quantity"
|
||
value="1" min="1">
|
||
<div class="d-flex flex-center mr-10 border cursor-pointer"
|
||
data-control="-"><i>
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-189"
|
||
viewBox="0 0 24 24">
|
||
<path d="M7.13 12.206a.598.598 0 0 1-.186-.439.6.6 0 0 1 .186-.439.605.605 0 0 1 .439-.186h8.75c.169 0 .315.063.439.186a.601.601 0 0 1 .186.439c0 .17-.062.316-.186.439a.601.601 0 0 1-.439.186h-8.75a.6.6 0 0 1-.439-.186z"></path>
|
||
</svg>
|
||
</i></div>
|
||
<div class="d-flex flex-center border cursor-pointer"
|
||
data-control="+"><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"></path>
|
||
</svg>
|
||
</i></div>
|
||
</div>
|
||
</div>
|
||
<div data-js-footbar-product-limit="">
|
||
<div class="product-page-info__button-add-to-cart mb-10">
|
||
<button type="submit"
|
||
class="btn btn--secondary btn--full btn--status btn--animated js-product-button-add-to-cart"
|
||
name="add" data-js-product-button-add-to-cart="">
|
||
<span class="d-flex flex-center"><i
|
||
class="btn__icon mr-5 mb-4"><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"></path></svg></i><span
|
||
class="btn__text">ADD TO CART</span></span>
|
||
<span class="d-flex flex-center"
|
||
data-button-content="added"><i class="mr-5 mb-4"><svg
|
||
aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-110"
|
||
viewBox="0 0 24 24"><path
|
||
d="M19.855 5.998a.601.601 0 0 0-.439-.186h-3.75c0-1.028-.368-1.911-1.104-2.646-.735-.735-1.618-1.104-2.646-1.104s-1.911.369-2.646 1.104c-.736.736-1.104 1.618-1.104 2.647h-3.75a.6.6 0 0 0-.439.186.598.598 0 0 0-.186.439v15a.6.6 0 0 0 .186.439c.124.123.27.186.439.186h15a.6.6 0 0 0 .439-.186.601.601 0 0 0 .186-.439v-15a.602.602 0 0 0-.186-.44zm-9.707-1.953c.488-.488 1.077-.732 1.768-.732s1.279.244 1.768.732.732 1.078.732 1.768h-5c0-.69.244-1.28.732-1.768zm6.926 7.194l-6.25 6.25a.877.877 0 0 1-.215.127.596.596 0 0 1-.468 0 .896.896 0 0 1-.215-.127l-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.449z"></path></svg></i>ADDED</span>
|
||
<span class="d-flex flex-center"
|
||
data-button-content="sold-out">SOLD OUT</span>
|
||
</button>
|
||
</div>
|
||
<div class="buttons-group-grid-px-5 row">
|
||
<div class="col-12 col-md-6">
|
||
|
||
<div class="product-page-info__button-add-to-wishlist mb-10">
|
||
<a href="wishlist.html"
|
||
class="btn btn--full btn--status btn--animated js-store-lists-add-wishlist">
|
||
<span class="d-flex flex-center"><i
|
||
class="btn__icon mr-5 mb-2"><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"></path></svg></i><span
|
||
class="btn__text">ADD TO WISHLIST</span></span>
|
||
<span class="d-flex flex-center"
|
||
data-button-content="added"><i
|
||
class="mr-5 mb-2"><svg
|
||
aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon-theme-181"
|
||
viewBox="0 0 24 24"><path
|
||
d="M21.861 6.568a5.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.547-.964 1.169-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.499-.431-2.196z"></path></svg></i>ADDED TO WISHLIST</span>
|
||
</a></div>
|
||
|
||
</div>
|
||
<div class="col-12 col-md-6">
|
||
|
||
<div class="product-page-info__button-add-to-compare mb-10">
|
||
<a href="compare.html"
|
||
class="btn btn--full btn--status btn--animated js-store-lists-add-compare">
|
||
<span class="d-flex flex-center"><i
|
||
class="btn__icon mr-5 mb-6"><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"></path></svg></i><span
|
||
class="btn__text">ADD TO COMPARE</span></span>
|
||
<span class="d-flex flex-center"
|
||
data-button-content="added"><i
|
||
class="mr-5 mb-6"><svg
|
||
aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon-theme-235"
|
||
viewBox="0 0 24 24"><path
|
||
d="M23.4 19.8l-2.3-6.6c1.7-1.3 2.8-3.4 2.8-5.8 0-4.1-3.3-7.4-7.4-7.4-4 0-7.3 3.2-7.4 7.2H4.9v.1l-.1.4L.5 19.8l-.4 1.1c1.3.8 3.2 1.4 5.3 1.4 2.1 0 3.9-.5 5.3-1.4v-.1L6.3 8.5h2.9c.4 3.2 3 5.8 6.2 6.3l-2.1 6.1v.1c1.3.8 3.2 1.4 5.3 1.4 2.1 0 3.9-.5 5.3-1.4l-.5-1.2zm-14.1.5c-1.1.5-2.4.8-3.9.8-1.4 0-2.7-.3-3.8-.8l.3-.9H9l.3.9zm-.7-2H2.3l3.1-8.9 3.2 8.9zm6.6-6.9c-.1.1-.1.1-.2.1h-.2-.2c-.1 0-.1-.1-.2-.1l-2.5-2.5c-.1-.1-.2-.3-.2-.4s.1-.3.2-.4c.1-.1.3-.2.4-.2s.3.1.4.2l2.1 2.1 5.8-5.8c.1-.3.3-.4.4-.4s.3.1.4.2c.1.1.2.3.2.4s0 .4-.1.5l-6.3 6.3zm1.4 3.4c1.3 0 2.4-.3 3.5-.9l1.6 4.4h-6.3l1.2-3.5zm1.9 6.3c-1.4 0-2.8-.3-3.9-.8l.3-.9H22l.3.9c-1 .5-2.4.8-3.8.8z"></path></svg></i>ADDED TO COMPARE</span>
|
||
</a></div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__free-shipping mt-10 mb-15">
|
||
<div class="free-shipping position-relative px-6 py-3 text-center text-lg-left js-free-shipping"
|
||
data-value="20000">
|
||
<div class="free-shipping__progress position-absolute top-0 left-0 h-100"
|
||
data-js-progress="" style="width: 100%;"></div>
|
||
<div class="free-shipping__text position-relative">
|
||
<i class="mr-3">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-theme-127"
|
||
viewBox="0 0 24 24">
|
||
<path d="M21.648 12.672c.104.052.188.13.254.234a.62.62 0 0 1 .098.332v5a.602.602 0 0 1-.186.439.601.601 0 0 1-.439.186h-2.559a3.043 3.043 0 0 1-1.074 1.787 3.03 3.03 0 0 1-1.992.713c-.756 0-1.42-.238-1.992-.713a3.028 3.028 0 0 1-1.074-1.787h-1.309a.597.597 0 0 1-.439-.186.6.6 0 0 1-.186-.439V4.488H2.625a.597.597 0 0 1-.439-.186A.597.597 0 0 1 2 3.863a.6.6 0 0 1 .186-.439.597.597 0 0 1 .439-.186h8.75a.6.6 0 0 1 .439.186c.123.124.186.27.186.439v2.5h5a.614.614 0 0 1 .586.41l1.797 4.766 2.265 1.133zM9.314 9.674c.123.124.186.27.186.439a.602.602 0 0 1-.186.439.601.601 0 0 1-.439.186h-3.75a.597.597 0 0 1-.439-.186.597.597 0 0 1-.186-.439.6.6 0 0 1 .186-.439.598.598 0 0 1 .439-.186h3.75a.6.6 0 0 1 .439.186zm0 3.125c.123.124.186.27.186.439a.602.602 0 0 1-.186.439.601.601 0 0 1-.439.186h-2.5a.597.597 0 0 1-.439-.186.6.6 0 0 1-.186-.439.6.6 0 0 1 .186-.439.598.598 0 0 1 .439-.186h2.5a.6.6 0 0 1 .439.186zm11.436 4.814v-3.984l-2.148-1.074a.635.635 0 0 1-.195-.146.557.557 0 0 1-.117-.205l-1.719-4.59H12v10h.684a3.033 3.033 0 0 1 1.074-1.787 3.026 3.026 0 0 1 1.992-.713 3.03 3.03 0 0 1 1.992.713 3.041 3.041 0 0 1 1.074 1.787h1.934zm-3.936-6.064c.123.124.186.27.186.439a.602.602 0 0 1-.186.439.601.601 0 0 1-.439.186h-2.5a.597.597 0 0 1-.439-.186.6.6 0 0 1-.186-.439v-2.5a.6.6 0 0 1 .186-.439.598.598 0 0 1 .439-.186.6.6 0 0 1 .439.186c.123.124.186.27.186.439v1.875h1.875a.6.6 0 0 1 .439.186zm.264 8.017a1.81 1.81 0 0 0 .547-1.328 1.81 1.81 0 0 0-.547-1.328 1.812 1.812 0 0 0-1.328-.547 1.81 1.81 0 0 0-1.328.547 1.808 1.808 0 0 0-.547 1.328c0 .521.182.964.547 1.328.364.365.807.547 1.328.547s.963-.182 1.328-.547z"></path>
|
||
</svg>
|
||
</i> <span data-js-text="">Free Shipping</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-page-info__payments position-relative d-flex flex-wrap flex-center py-10 px-15 mt-20 mb-25 border">
|
||
<label class="position-absolute top-0 px-20 m-0 text-nowrap text-center">Guaranteed
|
||
safe checkout</label>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="Stripe" data-tippy-placement="bottom"
|
||
data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-power-by-stripe"
|
||
viewBox="0 0 200 100">
|
||
|
||
<path class="st0"
|
||
d="M29 13.8L0 19v39.7C2.5 64 6.2 68.9 11.3 73.3c5 4.3 10.9 7.8 17.7 10.5 6.7-2.7 12.7-6.2 17.7-10.5s8.8-9.2 11.3-14.6V19l-29-5.2z"></path>
|
||
<path class="st1"
|
||
d="M24.3 60.2l-12.8-14 4.6-3.5 8.1 5.8 17.5-15.1 4.6 2.3-22 24.5zM78.4 57.5c0-1.4 1.2-1.9 3.1-1.9 2.8 0 6.2.8 9 2.3v-8.6c-3-1.2-6-1.7-9-1.7-7.4 0-12.3 3.8-12.3 10.3 0 10 13.8 8.4 13.8 12.7 0 1.7-1.5 2.2-3.5 2.2-3 0-6.9-1.2-9.9-2.9v8.7c3.4 1.5 6.8 2.1 9.9 2.1 7.5 0 12.7-3.7 12.7-10.2 0-10.8-13.8-8.9-13.8-13zm24.5-17.1l-8.8 1.9v29.1c0 5.4 4 9.3 9.4 9.3 3 0 5.2-.6 6.3-1.2v-7.4c-1.2.5-6.9 2.1-6.9-3.2V56h6.9v-7.7h-6.9v-7.9zM121.1 51l-.6-2.7h-7.8v31.8h9.1V58.5c2.1-2.8 5.8-2.3 6.9-1.9v-8.4c-1.2-.3-5.4-1.1-7.6 2.8zm9.8-2.7h9.1v31.8h-9.1V48.3zm0-2.8l9.1-1.9v-7.4l-9.1 1.9v7.4zm28.1 2.2c-3.6 0-5.8 1.7-7.1 2.8l-.5-2.3h-8v42.4l9.1-1.9V78.4c1.3 1 3.2 2.3 6.4 2.3 6.5 0 12.4-5.2 12.4-16.7 0-10.6-5.9-16.3-12.3-16.3zm-2.2 25c-2.1 0-3.4-.8-4.3-1.7V57.5c1-1.1 2.3-1.8 4.3-1.8 3.3 0 5.6 3.7 5.6 8.5 0 4.9-2.2 8.5-5.6 8.5zm43.2-8.4c0-9.3-4.5-16.6-13.1-16.6-8.7 0-13.9 7.3-13.9 16.6 0 11 6.2 16.5 15 16.5 4.3 0 7.6-1 10.1-2.4v-7.3c-2.5 1.2-5.3 2-8.9 2-3.5 0-6.7-1.2-7.1-5.5h17.8c0-.5.1-2.4.1-3.3zm-17.9-3.4c0-4.1 2.5-5.8 4.8-5.8 2.2 0 4.6 1.7 4.6 5.8h-9.4zM70.7 18.7c.8-.2 1.9-.3 3.4-.3 1.7 0 3 .4 3.8 1.1.8.6 1.2 1.6 1.2 2.9 0 1.2-.4 2.2-1 2.9-.9 1-2.4 1.5-4.2 1.5-.5 0-1 0-1.4-.1v5.4h-1.7V18.7zm1.8 6.5c.4.1.9.2 1.5.2 2.1 0 3.4-1 3.4-2.9 0-1.8-1.3-2.7-3.2-2.7-.8 0-1.3.1-1.7.2v5.2zM89.7 27.1c0 3.6-2.5 5.2-4.8 5.2-2.7 0-4.7-1.9-4.7-5 0-3.3 2.1-5.2 4.8-5.2 2.8 0 4.7 2 4.7 5zm-7.7.1c0 2.1 1.2 3.8 3 3.8 1.7 0 3-1.6 3-3.8 0-1.7-.8-3.8-2.9-3.8-2.2 0-3.1 2-3.1 3.8zM92.5 22.3l1.3 5c.3 1.1.6 2.1.7 3.1h.1c.2-1 .6-2 .9-3.1l1.6-5h1.5l1.5 4.9c.4 1.2.6 2.2.9 3.2h.1c.2-1 .4-2 .8-3.2l1.4-4.9h1.7l-3.1 9.8h-1.6l-1.5-4.6c-.4-1.1-.6-2.1-.9-3.2-.2 1.2-.6 2.2-.9 3.2L95.3 32h-1.7l-2.9-9.8 1.8.1zM107.5 27.6c0 2.4 1.6 3.4 3.3 3.4 1.3 0 2-.2 2.7-.5l.3 1.3c-.6.3-1.7.6-3.3.6-3 0-4.8-2-4.8-4.9s1.7-5.3 4.6-5.3c3.2 0 4 2.8 4 4.6 0 .4 0 .6-.1.8h-6.7zm5.2-1.3c0-1.1-.5-2.9-2.5-2.9-1.8 0-2.6 1.7-2.7 2.9h5.2zM116.5 25.4c0-1.2 0-2.1-.1-3.1h1.5l.1 1.9h.1c.4-1.3 1.5-2.1 2.7-2.1.2 0 .4 0 .5.1v1.7c-.2 0-.4-.1-.6-.1-1.3 0-2.1 1-2.4 2.3 0 .2-.1.5-.1.8V32h-1.7v-6.6zM123.9 27.6c0 2.4 1.6 3.4 3.3 3.4 1.3 0 2-.2 2.7-.5l.3 1.3c-.6.3-1.7.6-3.3.6-3 0-4.8-2-4.8-4.9s1.7-5.3 4.6-5.3c3.2 0 4 2.8 4 4.6 0 .4 0 .6-.1.8h-6.7zm5.2-1.3c0-1.1-.5-2.9-2.5-2.9-1.8 0-2.6 1.7-2.7 2.9h5.2zM141.5 17.8v11.8c0 .9 0 1.9.1 2.5H140l-.1-1.7c-.6 1.1-1.7 1.9-3.3 1.9-2.3 0-4.2-2-4.2-5 0-3.3 2-5.2 4.4-5.2 1.5 0 2.5.7 2.9 1.5v-5.8h1.8zm-1.8 8.5c0-.2 0-.5-.1-.8-.3-1.1-1.2-2.1-2.6-2.1-1.8 0-2.9 1.6-2.9 3.8 0 2 1 3.6 2.9 3.6 1.2 0 2.3-.8 2.6-2.1.1-.2.1-.5.1-.8v-1.6zM148.6 32.1c0-.7.1-1.7.1-2.5V17.8h1.7v6.1c.6-1.1 1.7-1.8 3.3-1.8 2.4 0 4.1 2 4.1 5 0 3.5-2.2 5.2-4.4 5.2-1.4 0-2.5-.6-3.3-1.8h-.1l-.1 1.6h-1.3zm1.9-3.9c0 .2 0 .4.1.6.4 1.2 1.4 2.1 2.7 2.1 1.9 0 3-1.5 3-3.8 0-1.9-1-3.6-2.9-3.6-1.2 0-2.3.8-2.7 2.2 0 .2-.1.4-.1.7l-.1 1.8zM160.7 22.3l2.1 5.8c.2.6.5 1.4.6 2 .2-.6.4-1.3.6-2l1.9-5.7h1.9l-2.7 6.9c-1.3 3.3-2.1 5.1-3.3 6.1-.9.8-1.7 1.1-2.2 1.2l-.4-1.5c.4-.2 1-.4 1.5-.9.5-.4 1.1-1.1 1.5-2 .1-.2.2-.3.2-.4 0-.1 0-.2-.1-.5l-3.6-9h2z"></path>
|
||
</svg>
|
||
<span class="d-none">Power by stripe</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="Shopify Secure"
|
||
data-tippy-placement="bottom" data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-shopify-secure"
|
||
viewBox="0 0 200 100">
|
||
|
||
<path class="st1"
|
||
d="M65.5 42.5c1.1.7 3.3 1.5 5.3 1.3 1.7 0 2.9-.9 2.9-2.2 0-1.1-.7-2-2.6-3.1-2.4-1.3-4.2-3.3-4.2-5.9 0-4.6 4-7.7 9.4-7.7 2.4 0 4.4.5 5.5 1.1l-1.5 4.6c-.9-.5-2.4-.9-4-.9-1.7 0-3.1.9-3.1 2.2 0 1.1.9 1.7 2.4 2.6 2.4 1.5 4.6 3.5 4.6 6.2 0 5-4.2 8.1-9.9 7.9-2.6 0-5-.7-6.4-1.5l1.6-4.6zM81.6 47.8L88 14.9h6.4L92 28.1v.2c1.7-2 4-3.3 6.8-3.3 3.3 0 5.3 2.2 5.3 5.9 0 1.1-.2 2.6-.5 4l-2.4 12.9h-6.4l2.4-12.7c.2-.9.2-1.7.2-2.6 0-1.3-.7-2.4-2-2.4-2 0-4.2 2.4-5 6.6l-2.2 11h-6.6v.1zM127.4 34c0 7.9-5 14.7-12.7 14.7-5.7 0-8.8-4-8.8-9 0-7.9 5-14.7 12.9-14.7 5.8 0 8.6 4.4 8.6 9zm-15.1 5.7c0 2.4.9 4.2 3.1 4.2 3.5 0 5.3-6.2 5.3-10.1 0-2-.7-4-3.1-4-3.4.2-5.3 6.2-5.3 9.9zM125.7 56.6l4.4-22.8c.5-2.6 1.1-5.7 1.3-7.9h5.7l-.5 2.2c1.7-2.2 4.2-3.5 6.8-3.5 4.6 0 6.6 4.2 6.6 8.4 0 7.9-5 15.6-12.5 15.6-1.1.2-2.6-.7-3.3-.7h-.2l-1.7 8.8-6.6-.1zm9.2-13.6c.7.7 1.5.9 2.6.9 3.5 0 6.2-5.9 6.2-10.1 0-1.7-.7-3.5-2.6-3.5-2.2 0-4.4 2.6-5 6.6l-1.2 6.1zM150.7 47.8l4.4-22h6.6l-4.4 22h-6.6zm8.3-24.2c-1.7 0-3.1-1.7-3.1-3.7 0-2.2 1.5-4 3.7-4 2 0 3.3 1.7 3.3 3.5-.2 2.5-1.9 4.2-3.9 4.2zM162.7 47.8l3.5-17.6h-3.1l.9-4.4h3.1l.2-1.3c.5-2.6 1.5-5.5 3.7-7.4 1.7-1.5 4-2.2 6.4-2.2 1.5 0 2.9.2 3.5.5l-1.3 5c-.7-.2-1.3-.5-2-.5-2.2 0-3.5 2.2-3.7 4.4l-.7 1.5h4.4l-.9 4.4h-4.4l-3.5 17.6h-6.1zM185.8 25.9l1.1 10.1c.2 2.2.5 3.1.7 5.3.5-2.2.9-2.9 2-5.3l4-10.1h6.6l-7.9 16.7c-2.9 5.7-5.5 9.9-8.6 12.7-2.2 2.2-5 3.1-6.4 3.5l-1.7-5.5c1.1-.5 2.4-.9 3.7-1.7 1.5-1.1 2.9-2.4 3.5-4 .2-.2.2-.5.2-.9l-4-20.8h6.8z"></path>
|
||
<g>
|
||
<path class="st2"
|
||
d="M72.7 74.5l2.1-.2c.1.9.3 1.5.7 2.1.4.5 1 1 1.7 1.3.8.3 1.7.5 2.6.5.9 0 1.6-.1 2.3-.4s1.2-.6 1.5-1c.3-.5.5-.9.5-1.5 0-.5-.2-1-.5-1.4s-.8-.7-1.5-1c-.5-.2-1.5-.5-3-.8-1.6-.4-2.7-.7-3.3-1.1-.8-.4-1.4-1-1.8-1.6-.4-.6-.6-1.3-.6-2.1 0-.9.2-1.7.7-2.4.5-.7 1.2-1.3 2.2-1.7 1-.4 2-.6 3.1-.6 1.2 0 2.4.2 3.4.6 1 .4 1.7 1 2.2 1.8s.8 1.7.8 2.7l-2.2.2c-.1-1.1-.5-1.9-1.2-2.5-.7-.5-1.7-.8-3-.8-1.4 0-2.4.2-3 .7-.6.5-1 1.1-1 1.8 0 .6.2 1.1.7 1.5.4.4 1.6.8 3.4 1.2 1.8.4 3.1.8 3.8 1.1 1 .5 1.7 1 2.2 1.7.5.7.7 1.5.7 2.4 0 .9-.2 1.7-.8 2.6-.5.8-1.3 1.4-2.2 1.9-1 .5-2.1.7-3.3.7-1.5 0-2.8-.2-3.9-.7-1-.5-1.9-1.1-2.5-2-.5-.9-.8-1.9-.8-3zM93.2 80V62.9h12.4v2H95.4v5.2h9.4v2h-9.4V78h10.5v2H93.2zM125.1 74l2.2.6c-.5 1.9-1.3 3.3-2.6 4.2-1.2 1-2.7 1.5-4.5 1.5-1.8 0-3.3-.4-4.5-1.1-1.2-.7-2-1.8-2.6-3.2-.6-1.4-.9-3-.9-4.6 0-1.8.3-3.3 1-4.7.7-1.3 1.7-2.3 2.9-3 1.2-.7 2.6-1 4.2-1 1.7 0 3.2.4 4.3 1.3 1.2.9 2 2.1 2.5 3.7l-2.2.5c-.4-1.2-1-2.2-1.7-2.7-.7-.6-1.7-.8-2.8-.8-1.3 0-2.4.3-3.3 1-.9.6-1.5 1.5-1.9 2.5-.4 1.1-.5 2.2-.5 3.3 0 1.5.2 2.7.6 3.8.4 1.1 1.1 1.9 2 2.4.9.5 1.9.8 2.9.8 1.2 0 2.3-.4 3.2-1.1.8-.9 1.4-2 1.7-3.4zM145.2 62.9h2.2v9.9c0 1.7-.2 3.1-.6 4.1-.4 1-1.1 1.8-2.1 2.5-1 .6-2.3 1-4 1-1.6 0-2.9-.3-3.9-.8s-1.7-1.3-2.2-2.4c-.4-1-.7-2.5-.7-4.3V63h2.2v9.9c0 1.5.1 2.6.4 3.3.3.7.7 1.2 1.4 1.6s1.5.6 2.5.6c1.7 0 2.9-.4 3.6-1.1.7-.7 1.1-2.2 1.1-4.4v-10h.1zM155.1 80V62.9h7.6c1.5 0 2.7.2 3.5.5.8.3 1.4.8 1.9 1.6s.7 1.6.7 2.6c0 1.2-.4 2.2-1.2 3.1-.8.8-2 1.4-3.6 1.6.6.3 1 .6 1.4.8.7.6 1.3 1.4 1.9 2.3l3 4.7h-2.8l-2.2-3.6c-.7-1-1.2-1.8-1.6-2.4-.4-.5-.8-.9-1.2-1.1-.3-.2-.7-.4-1-.5-.2 0-.7-.1-1.2-.1h-2.6V80h-2.6zm2.2-9.6h4.9c1 0 1.8-.1 2.4-.3.6-.2 1-.5 1.3-1 .3-.5.5-1 .5-1.5 0-.8-.3-1.5-.9-2s-1.5-.8-2.8-.8h-5.4v5.6zM176.2 80V62.9h12.4v2h-10.1v5.2h9.4v2h-9.4V78H189v2h-12.8z"></path>
|
||
</g>
|
||
<path class="st0"
|
||
d="M50.9 29.9v-2.5h-.1c-2.7.7-5.5 1.4-8.4 1.9v-.2c0-8.9-6.6-14.8-15-15.3-8.4.5-15 6.4-15 15.3v.2c-2.9-.5-5.7-1.1-8.4-1.9v2.5c0 17.2-1.4 34-4 50.2h54.8c-2.5-16.2-3.9-33-3.9-50.2zM34.4 69.3H20.5l4.4-12.8a7.6 7.6 0 0 1-4.9-7.1c0-4.2 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5c0 3.2-2 6-4.9 7.1l4.3 12.8zm6.2-39.7c-4.2.6-8.7 1-13.2 1.1-4.5-.1-8.9-.5-13.2-1.1v-.5c0-7.9 5.8-13 13.2-13.5 7.4.4 13.2 5.5 13.2 13.4v.6z"></path>
|
||
</svg>
|
||
<span class="d-none">Shopify secure</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="AES 256bit" data-tippy-placement="bottom"
|
||
data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon-payment-aes-256bit"
|
||
viewBox="0 0 122.5 100">
|
||
|
||
<path class="st0"
|
||
d="M27 18.7l23 4.1v32.6c-2 4.2-5.1 8-9.1 11.5-3.9 3.4-8.6 6.3-13.9 8.5-5.3-2.2-10-5.1-13.9-8.5C9 63.4 6 59.6 3.9 55.4V22.9L27 18.7m0-3.3L.7 20.1v36c2.2 4.8 5.7 9.3 10.2 13.2 4.5 3.9 9.9 7.1 16 9.5 6.1-2.4 11.5-5.6 16-9.5 4.5-3.9 8-8.4 10.2-13.2v-36L27 15.4z"></path>
|
||
<path class="st1"
|
||
d="M70.6 21.4h6.7l6.8 31h-5.8L77 45.3h-6l-1.4 7.2h-5.9l6.9-31.1zm5.7 20.3l-2.3-13-2.3 13h4.6zM85.5 21.4h14.3v4h-8.1v8.9h6.4v3.9h-6.4v10.3h8.2v3.9H85.5v-31zM105.2 50.4c-1.5-1.6-2.4-3.9-2.5-7.1l5.4-.9c.1 2 .4 3.5 1 4.5s1.6 1.6 2.8 1.6c.9 0 1.7-.3 2.1-.8.5-.5.7-1.2.7-2.1 0-1.2-.3-2.3-.9-3.1-.6-.9-1.6-1.8-2.8-2.8l-4.3-3.4c-1.3-1-2.3-2.1-3-3.3-.7-1.2-1-2.6-1-4.2 0-2.4.8-4.3 2.3-5.6 1.6-1.3 3.7-2 6.5-2 2.9 0 5.1.8 6.4 2.3 1.3 1.5 2 3.6 2.2 6.1l-5.4.9c-.1-1.7-.3-2.9-.8-3.8-.4-.9-1.3-1.3-2.6-1.3-.9 0-1.6.3-2.1.8-.5.6-.8 1.2-.8 2.1 0 1 .2 1.8.7 2.5.4.7 1.1 1.4 2.1 2.2l4.3 3.4c1.6 1.2 2.8 2.6 3.7 4 .9 1.4 1.3 3.1 1.3 5 0 1.5-.4 2.8-1.1 3.9-.7 1.1-1.7 2-3 2.7s-2.8 1-4.5 1c-2.9-.2-5.2-1-6.7-2.6zM61.7 73.1l4.5-6.4c.1-.1.1-.2.2-.3 0-.1.1-.1.2-.2.5-.8.9-1.4 1.2-1.9.3-.5.4-1.1.4-1.7 0-1.3-.5-1.9-1.5-1.9-.7 0-1.2.2-1.4.7-.3.5-.4 1.1-.4 1.9v.7h-3v-.7c0-1.6.4-2.8 1.2-3.7.8-.9 2-1.3 3.7-1.3 1.5 0 2.7.4 3.5 1.1.8.8 1.2 1.8 1.2 3.2 0 .9-.2 1.6-.5 2.3-.3.7-.8 1.5-1.5 2.4l-.3.4-3.8 5.2H71v2.3h-9.1l-.2-2.1zM74.1 74.1c-.7-.9-1-2.1-1-3.7h3.1c0 .9.1 1.7.3 2.1.2.5.7.7 1.3.7.5 0 .9-.1 1.1-.4.2-.3.4-.7.5-1.2.1-.5.1-1.2.1-2.1 0-1.1-.1-1.9-.3-2.4-.2-.5-.7-.8-1.4-.8-.4 0-.8.1-1.1.4-.3.3-.5.6-.7 1.1h-2.7l.2-9.3h8.2V61h-5.6l-.1 4c.3-.3.6-.5 1.1-.6.5-.1 1-.2 1.6-.2 1.3 0 2.3.4 2.9 1.3s.9 2.2.9 3.8c0 1.3-.1 2.4-.4 3.2-.3.9-.8 1.6-1.4 2.1-.7.5-1.7.8-2.9.8-1.8 0-3-.4-3.7-1.3zM85.7 73.9c-.8-1-1.2-2.3-1.2-4V64c0-1.8.4-3.2 1.1-4.2.7-1 1.9-1.5 3.7-1.5 1.6 0 2.7.3 3.5 1 .7.7 1.1 1.8 1.1 3.1v.3h-3c0-.8-.1-1.4-.3-1.7-.2-.3-.6-.5-1.2-.5s-1 .3-1.3.8c-.2.5-.4 1.4-.4 2.7v2c.2-.3.6-.6 1-.8.4-.2 1-.3 1.6-.3 2.6 0 3.9 1.6 3.9 4.8 0 3.8-1.6 5.7-4.8 5.7-1.7 0-2.9-.5-3.7-1.5zm4.9-1.5c.2-.5.3-1.2.3-2.2 0-.8 0-1.3-.1-1.8 0-.4-.2-.8-.4-1-.2-.3-.6-.4-1.1-.4-.4 0-.7.1-1 .3-.3.2-.5.4-.7.6v2.6c0 .8.1 1.4.4 1.9s.7.7 1.3.7c.6.1 1.1-.2 1.3-.7zM96.4 58.5h4.5c1.7 0 3.1.3 4 1 .9.7 1.4 1.8 1.4 3.3 0 1-.2 1.8-.7 2.4-.5.6-1.1.9-2 1 2.1.4 3.2 1.8 3.2 4.1 0 1.6-.4 2.8-1.3 3.6-.9.8-2.1 1.2-3.8 1.2h-5.3V58.5zm4.5 6.8c1 0 1.6-.2 2-.6.4-.4.5-1 .5-1.9 0-.9-.2-1.4-.7-1.7-.5-.3-1.2-.5-2.3-.5h-.7v4.7h1.2zm.2 7.7c1 0 1.7-.2 2-.6.4-.4.6-1.1.6-2.1s-.2-1.7-.6-2.2c-.4-.5-1.1-.7-2.1-.7h-1.2V73h1.3zM109 59h3.1v2.3H109V59zm0 4.2h3.1v11.9H109V63.2zM115.8 74.5c-.5-.5-.7-1.3-.7-2.3v-7.1h-1.3v-1.8h1.3v-3.6h3.1v3.6h2v1.8h-2V72c0 .4.1.7.3.9.2.2.5.3.9.3s.7 0 .9-.1v2.2c-.6.1-1.3.1-2 .1-1.2-.1-2.1-.4-2.5-.9zM22.7 57.8L11.1 45.2l4.2-3.2 7.4 5.3 15.8-13.7 4.2 2.1-20 22.1z"></path>
|
||
</svg>
|
||
<span class="d-none">Aes 256bit</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="PayPal" data-tippy-placement="bottom"
|
||
data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-paypal"
|
||
viewBox="0 0 200 100">
|
||
|
||
<path class="st3"
|
||
d="M135.1 28h-15.4c-.9 0-1.8.9-2.3 1.8l-6.3 39.9c0 .9.5 1.4 1.4 1.4h8.2c.9 0 1.4-.5 1.4-1.4l1.8-11.3c0-.9.9-1.8 2.3-1.8h5c10.4 0 16.3-5 17.7-15 .9-4.1 0-7.7-1.8-10-2.9-2.2-7-3.6-12-3.6m1.9 15c-.9 5.4-5 5.4-9.1 5.4h-2.7L127 38c0-.5.5-.9 1.4-.9h.9c2.7 0 5.4 0 6.8 1.8.9.5.9 1.8.9 4.1"></path>
|
||
<path class="st1"
|
||
d="M24 28H8.6c-.9 0-1.8.9-2.3 1.8L0 69.7c0 .9.5 1.4 1.4 1.4h7.3c.9 0 1.8-.9 2.3-1.8l1.8-10.9c0-.9.9-1.8 2.3-1.8h5c10.4 0 16.3-5 17.7-15 .9-4.1 0-7.7-1.8-10-2.9-2.2-6.5-3.6-12-3.6m1.9 15c-.9 5.4-5 5.4-9.1 5.4h-2.3L16.3 38c0-.5.5-.9 1.4-.9h.9c2.7 0 5.4 0 6.8 1.8.5.5.9 1.8.5 4.1M70.7 42.5h-7.3c-.5 0-1.4.5-1.4.9l-.5 2.3-.5-.9c-1.8-2.3-5-3.2-8.6-3.2-8.2 0-15.4 6.3-16.8 15-.9 4.5.5 8.6 2.7 11.3 2.3 2.7 5.4 3.6 9.5 3.6 6.8 0 10.4-4.1 10.4-4.1l-.2 2.3c0 .9.5 1.4 1.4 1.4h6.8c.9 0 1.8-.9 2.3-1.8l4.1-25.4c-.5-.5-1.4-1.4-1.9-1.4M60.3 57c-.9 4.1-4.1 7.3-8.6 7.3-2.3 0-4.1-.9-5-1.8-.9-1.4-1.4-3.2-1.4-5.4.5-4.1 4.1-7.3 8.2-7.3 2.3 0 3.6.9 5 1.8 1.4 1.4 1.8 3.6 1.8 5.4"></path>
|
||
<path class="st3"
|
||
d="M181.4 42.5h-7.3c-.5 0-1.4.5-1.4.9l-.5 2.3-.5-.9c-1.8-2.3-5-3.2-8.6-3.2-8.2 0-15.4 6.3-16.8 15-.9 4.5.5 8.6 2.7 11.3 2.3 2.7 5.4 3.6 9.5 3.6 6.8 0 10.4-4.1 10.4-4.1l-.5 2.3c0 .9.5 1.4 1.4 1.4h6.8c.9 0 1.8-.9 2.3-1.8l4.1-25.4c-.2-.5-.7-1.4-1.6-1.4M171 57c-.9 4.1-4.1 7.3-8.6 7.3-2.3 0-4.1-.9-5-1.8-.9-1.4-1.4-3.2-1.4-5.4.5-4.1 4.1-7.3 8.2-7.3 2.3 0 3.6.9 5 1.8 1.8 1.4 2.2 3.6 1.8 5.4"></path>
|
||
<path class="st1"
|
||
d="M110.2 42.5h-7.7c-.9 0-1.4.5-1.8.9l-10 15.4-4.5-14.5c-.5-.9-.9-1.4-2.3-1.4h-7.3c-.9 0-1.4.9-1.4 1.8l8.2 24-7.7 10.9c-.5.9 0 2.3.9 2.3h7.3c.9 0 1.4-.5 1.8-.9l24.9-35.8c1.4-1.3.5-2.7-.4-2.7"></path>
|
||
<path class="st3"
|
||
d="M190 29.4l-6.3 40.8c0 .9.5 1.4 1.4 1.4h6.3c.9 0 1.8-.9 2.3-1.8l6.3-39.9c0-.9-.5-1.4-1.4-1.4h-7.3c-.4-.5-.8 0-1.3.9"></path>
|
||
</svg>
|
||
<span class="d-none">Paypal</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="Visa" data-tippy-placement="bottom"
|
||
data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation" class="icon icon-payment-visa"
|
||
viewBox="0 0 141.7 100">
|
||
|
||
<path class="st1"
|
||
d="M52 71.1l7-39.7h11.1l-6.9 39.7zM103.2 31.8c-2.2-.9-5.7-1.8-10.1-1.8-11 0-19 5.5-19 13.5 0 6 5.5 9 9.9 11s5.7 3.3 5.7 5.1c0 2.6-3.5 4-6.6 4-4.4 0-6.8-.7-10.6-2.2l-1.5-.7-1.5 9C72 70.9 76.9 72 82 72c11.7 0 19.4-5.5 19.4-13.9 0-4.6-2.9-8.2-9.5-11-4-2-6.4-3.1-6.4-5.1 0-1.8 2-3.5 6.4-3.5 3.8 0 6.4.7 8.4 1.5l1.1.4 1.8-8.6zM122.1 31.4c-2.6 0-4.6.2-5.7 2.9L99.8 71.1h11.9l2.2-6.6H128l1.3 6.6H140l-9.3-39.7h-8.6zm-5 26.5c.7-2 4.4-11.7 4.4-11.7l1.5-4 .7 3.8s2.2 9.9 2.6 12.1H117v-.2zM31.7 59.2l-1.1-5.7c-2-6.6-8.4-13.9-15.4-17.4L25 71.3h12l17.9-39.7h-12L31.7 59.2z"></path>
|
||
<path class="st3"
|
||
d="M30.5 49.3c0 .1.1.2.1.2l-.4-1.7L26.6 31c-.7-2.6-2.6-3.3-5.1-3.3H1l7 2.2c8.7 3.3 15.9 8.7 20 14.9 1 1.6 1.8 3.3 2.5 5v-.5z"></path>
|
||
</svg>
|
||
<span class="d-none">Visa</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="MasterCard" data-tippy-placement="bottom"
|
||
data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon-payment-mastercard"
|
||
viewBox="0 0 115.7 100">
|
||
|
||
<path class="st1"
|
||
d="M68 51.2C68 69.8 53 85 34.2 85 15.6 85 .4 69.8.4 51.2c0-18.6 15-33.8 33.6-33.8 19 0 34 15.2 34 33.8z"></path>
|
||
<path class="st3"
|
||
d="M113.6 51c0 18.7-15.1 34-34 34-18.7 0-34-15.3-34-34s15.1-34 33.8-34c19.1 0 34.2 15.3 34.2 34z"></path>
|
||
<path class="st1"
|
||
d="M68.1 51.2c0-2.5-.4-4.9-.7-7.2H46.5c.2-1.3.5-2.3.9-3.6h18.7c-.4-1.3-.9-2.5-1.4-3.6H48.9c.5-1.3 1.3-2.3 2-3.6H63c-.7-1.3-1.6-2.5-2.7-3.6h-6.7c1.1-1.3 2.2-2.3 3.4-3.4-5.8-5.4-13.6-8.6-22.1-8.8V85c8.6-.1 16.3-3.5 22.3-8.8 1.3-1.1 2.3-2.3 3.4-3.6h-7c-.9-1.1-1.8-2.3-2.5-3.4h12.1c.7-1.1 1.4-2.3 2-3.6H49c-.5-1.1-1.1-2.3-1.4-3.6h18.7c1.1-3.4 1.8-7 1.8-10.8z"></path>
|
||
<path class="st4"
|
||
d="M46.3 59.6l.5-3.1c-.2 0-.5.2-.9.2-1.3 0-1.4-.7-1.3-1.1l1.1-6.3h2l.5-3.4h-1.8l.4-2.2h-3.6S41 55.6 41 57c0 2.2 1.3 3.1 2.9 3.1 1.2.1 2.1-.3 2.4-.5zM47.6 53.9c0 5 3.4 6.3 6.3 6.3 2.7 0 3.8-.5 3.8-.5l.7-3.4s-2 .9-3.8.9c-4 0-3.2-2.9-3.2-2.9h7.4s.5-2.3.5-3.2c0-2.3-1.3-5.2-5.2-5.2-3.8-.5-6.5 3.5-6.5 8zm6.3-5.2c2 0 1.6 2.3 1.6 2.5h-4c.1-.2.4-2.5 2.4-2.5zM76.7 59.6l.7-4s-1.8.9-3.1.9c-2.5 0-3.6-2-3.6-4.1 0-4.3 2.2-6.7 4.7-6.7 1.8 0 3.2 1.1 3.2 1.1l.5-3.8s-2.2-.9-4.1-.9c-4.1 0-8.3 3.6-8.3 10.4 0 4.5 2.2 7.6 6.5 7.6 1.6.1 3.5-.5 3.5-.5zM26.6 45.4c-2.5 0-4.3.7-4.3.7l-.5 3.1s1.6-.7 4-.7c1.3 0 2.3.2 2.3 1.3 0 .7-.2.9-.2.9h-1.6c-3.1 0-6.5 1.3-6.5 5.4 0 3.2 2.2 4 3.4 4 2.5 0 3.6-1.6 3.8-1.6l-.2 1.4H30l1.4-9.9c0-4.4-3.6-4.6-4.8-4.6zm.7 8.1c0 .5-.4 3.4-2.5 3.4-1.1 0-1.4-.9-1.4-1.4 0-.9.5-2.2 3.2-2.2.5.2.7.2.7.2zM34.8 60c.9 0 5.4.2 5.4-4.7 0-4.5-4.3-3.6-4.3-5.4 0-.9.7-1.3 2-1.3.5 0 2.5.2 2.5.2l.5-3.2s-1.3-.4-3.4-.4c-2.7 0-5.4 1.1-5.4 4.7 0 4.1 4.5 3.8 4.5 5.4 0 1.1-1.3 1.3-2.2 1.3-1.6 0-3.2-.5-3.2-.5l-.5 3.2c.2.3 1.1.7 4.1.7zM106.6 42.5l-.7 4.9s-1.4-1.8-3.4-1.8c-3.2 0-6.1 4-6.1 8.6 0 2.9 1.4 5.9 4.5 5.9 2.2 0 3.4-1.4 3.4-1.4l-.2 1.3h3.6l2.7-17.3-3.8-.2zm-1.6 9.6c0 2-.9 4.5-2.9 4.5-1.3 0-2-1.1-2-2.9 0-2.9 1.3-4.7 2.9-4.7 1.3 0 2 .9 2 3.1zM6.9 59.8l2.2-13 .4 13H12l4.7-13-2 13h3.8l2.9-17.3h-5.9l-3.6 10.6-.2-10.6H6.4L3.5 59.8h3.4z"></path>
|
||
<path class="st4"
|
||
d="M62.7 59.8c1.1-5.9 1.3-10.8 3.8-9.9.4-2.3.9-3.2 1.3-4.1h-.7c-1.6 0-2.9 2.2-2.9 2.2l.4-2h-3.4l-2.3 14h4v-.2zM85 45.4c-2.5 0-4.3.7-4.3.7l-.5 3.1s1.6-.7 4-.7c1.3 0 2.3.2 2.3 1.3 0 .7-.2.9-.2.9h-1.6c-3.1 0-6.5 1.3-6.5 5.4 0 3.2 2.2 4 3.4 4 2.5 0 3.6-1.6 3.8-1.6l-.2 1.4h3.2l1.4-9.9c.3-4.4-3.5-4.6-4.8-4.6zm.9 8.1c0 .5-.4 3.4-2.5 3.4-1.1 0-1.4-.9-1.4-1.4 0-.9.5-2.2 3.2-2.2.5.2.5.2.7.2zM92.9 59.8c1.1-5.9 1.3-10.8 3.8-9.9.4-2.3.9-3.2 1.3-4.1h-.7c-1.6 0-2.9 2.2-2.9 2.2l.4-2h-3.4L89 60h4v-.2z"></path>
|
||
</svg>
|
||
<span class="d-none">Mastercard</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="Discover Network"
|
||
data-tippy-placement="bottom" data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-discover-network"
|
||
viewBox="0 0 200 100">
|
||
|
||
<circle class="st0" cx="106.1" cy="36.3"
|
||
r="16.8"></circle>
|
||
<path class="st1"
|
||
d="M9 20.5H0v31.6h9c4.8 0 8.4-1.3 11.3-3.5 3.5-2.9 5.8-7.4 5.8-12.3 0-9.3-6.7-15.8-17.1-15.8zm7.5 23.9c-2 1.6-4.6 2.6-8.4 2.6h-2V26h1.6c3.9 0 6.5.6 8.4 2.6 2.3 1.9 3.5 4.8 3.5 7.7.4 2.9-.9 6.2-3.1 8.1z"></path>
|
||
<path class="st1"
|
||
d="M29 20.5h6.1v31.6H29z"></path>
|
||
<path class="st1"
|
||
d="M50.6 32.8c-3.9-1.3-4.8-2.3-4.8-3.9 0-1.9 1.9-3.5 4.5-3.5 1.9 0 3.5.6 5.2 2.6l3.2-4.2c-2.6-2.3-5.8-3.5-9.4-3.5-5.5 0-10 3.9-10 9 0 4.5 1.9 6.5 7.7 8.7 2.6 1 3.5 1.3 4.2 1.9 1.3.6 1.9 1.9 1.9 3.2 0 2.6-1.9 4.5-4.8 4.5s-5.5-1.6-6.8-4.2l-3.9 3.9c2.9 4.2 6.5 6.1 11 6.1 6.5 0 11-4.2 11-10.3.1-5.5-1.9-7.7-9-10.3z"></path>
|
||
<path class="st1"
|
||
d="M61.6 36.3c0 9.4 7.4 16.5 16.8 16.5 2.6 0 4.8-.6 7.7-1.9v-7.4C83.5 46 81.3 47 78.7 47c-6.1 0-10.6-4.5-10.6-11 0-6.1 4.5-11 10.3-11 2.9 0 5.2 1 7.7 3.5v-7.4c-2.6-1.3-4.8-1.9-7.7-1.9-9 .7-16.8 8.1-16.8 17.1zM136.8 41.8l-8.4-21.3h-6.8l13.2 32.6h3.6l13.9-32.6h-6.8zM154.8 52.1h17.8V47h-11.3v-8.7h11v-5.5h-11V26h11.3v-5.5h-17.8zM190 38.9c4.8-1 7.4-4.2 7.4-9 0-5.8-4.2-9.4-11.3-9.4h-9.4v31.6h6.1V39.5h1l8.7 12.6h7.4L190 38.9zm-5.2-3.9h-1.9v-9.7h1.9c3.9 0 6.1 1.6 6.1 4.8.1 3.3-2.2 4.9-6.1 4.9z"></path>
|
||
<path class="st1"
|
||
d="M190 38.9c4.8-1 7.4-4.2 7.4-9 0-5.8-4.2-9.4-11.3-9.4h-9.4v31.6h6.1V39.5h1l8.7 12.6h7.4L190 38.9zm-5.2-3.9h-1.9v-9.7h1.9c3.9 0 6.1 1.6 6.1 4.8.1 3.3-2.2 4.9-6.1 4.9zM45.5 81.5V63.7l12.3 12.6V64.7h2.6v17.7L48.1 69.9v11.6h-2.6zM73.2 67.3h-6.8v3.9h6.5v2.6h-6.5v5.5h6.8v2.3h-9.4V64.7h9.4v2.6zM81.3 67.3v14.2h-2.6V67.3h-3.9V65h10.3v2.3h-3.8zM89 65l4.2 11.3 4.5-11.9 4.2 11.9 4.5-11.3h3.2l-7.4 17.7L98 70.8l-4.5 11.9-7-17.7H89zM110 73.1c0-2.3 1-4.5 2.6-6.1 1.6-1.6 3.9-2.6 6.1-2.6 2.3 0 4.5 1 6.1 2.6 1.6 1.6 2.6 3.9 2.6 6.1s-1 4.5-2.6 6.1c-1.6 1.6-3.9 2.6-6.1 2.6-2.3 0-4.2-.6-5.8-2.3-1.9-1.6-2.9-3.5-2.9-6.4zm2.6 0c0 1.9.6 3.2 1.9 4.5 1.3 1.3 2.6 1.9 4.2 1.9s3.2-.6 4.5-1.9c1.3-1.3 1.9-2.6 1.9-4.5s-.6-3.2-1.9-4.5c-1.3-1.3-2.6-1.9-4.5-1.9-1.6 0-3.2.6-4.5 1.9-1 1.3-1.6 2.9-1.6 4.5zM136.5 74.4l5.2 7.1h-3.2l-4.8-6.8h-.3v6.8h-2.6V64.7h2.9c2.3 0 3.9.3 4.8 1.3 1 1 1.6 2.3 1.6 3.5s-.3 2.3-1 2.9c-.7 1.3-1.7 2-2.6 2zm-3.3-1.9h.6c2.3 0 3.5-1 3.5-2.6s-1.3-2.6-3.5-2.6h-1v5.2h.4zM146.5 71.5l6.5-6.8h3.2l-7.4 7.4 7.4 9H153l-6.1-7.4-.6.6v6.8h-2.6V64.4h2.6v7.1h.2z"></path>
|
||
</svg>
|
||
<span class="d-none">Discover network</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="American Express"
|
||
data-tippy-placement="bottom" data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-american-express"
|
||
viewBox="0 0 190.7 100">
|
||
|
||
<path class="st1" d="M17.2 34.5h6.6L20.5 26z"></path>
|
||
<path class="st1"
|
||
d="M163.5 18.2v3.6l-1.8-3.6h-14.1v3.6l-1.8-3.6h-19.2c-3.3 0-6 .6-8.4 1.8v-1.8h-13.5V20c-1.5-1.2-3.3-1.8-5.7-1.8H50.5l-3.3 7.5-3.3-7.5H28.6v3.6l-1.8-3.6H13.9l-6 14.1L1 48h15.3l1.8-4.8h4.2l1.8 4.8h17.4v-3.6L43 48h8.7l1.5-3.6V48H95v-7.8h.6c.6 0 .6 0 .6.9v6.6h21.6v-1.8c1.8.9 4.5 1.8 8.1 1.8h9l1.8-4.8h4.2l1.8 4.8h17.4v-4.5l2.7 4.5H177V18.2h-13.5zM62 43.5h-5.1V26.9l-7.2 16.5h-4.5L38 26.9v16.5H27.7L25.6 39H15.4l-1.8 4.8H7.9l9-21.3h7.5l8.4 20.1V22.4h8.1l6.6 14.4 6-14.4H62v21.1zm20.4-16.6H70.7v3.9h11.4V35H70.7v4.2h11.7v4.5H65.6V22.4h16.8v4.5zm22.5 8.8c.6 1.2.9 2.1.9 3.9v4.2h-5.1v-2.7c0-1.2 0-3-.9-4.2-.9-.9-1.8-.9-3.6-.9h-5.4v7.8h-5.1V22.4h11.4c2.7 0 4.5 0 6 .9s2.4 2.4 2.4 4.8c0 3.3-2.1 5.1-3.6 5.7 1.5.4 2.4 1.3 3 1.9zm9 7.8h-5.1V22.1h5.1v21.4zm59.2 0h-7.2l-9.6-15.9v15.9H146l-1.8-4.5h-10.5l-1.8 4.8h-5.7c-2.4 0-5.4-.6-7.2-2.4-1.8-1.8-2.7-4.2-2.7-8.1 0-3 .6-6 2.7-8.4 1.5-1.8 4.2-2.4 7.5-2.4h4.8V27h-4.8c-1.8 0-2.7.3-3.9 1.2-.9.9-1.5 2.7-1.5 4.8 0 2.4.3 3.9 1.5 5.1.9.9 2.1 1.2 3.6 1.2h2.1l6.9-16.5h7.5l8.4 20.1V22.7h7.5l8.7 14.7V22.7h5.1v20.7l.7.1z"></path>
|
||
<path class="st1"
|
||
d="M135.5 34.5h6.9l-3.3-8.5zM84.5 77.7V60.6L76.7 69zM52.3 62.7v3.9h11.2v4.2H52.3v4.5h12.4l5.7-6.3-5.4-6.3z"></path>
|
||
<path class="st1"
|
||
d="M95.9 62.7h-6.3v5.4h6.6c1.8 0 3-.9 3-2.7-.3-1.8-1.5-2.7-3.3-2.7z"></path>
|
||
<path class="st1"
|
||
d="M188.7 67.8V54.3h-12.6c-2.7 0-4.8.6-6.3 1.8v-1.8H156c-2.1 0-4.8.6-6 1.8v-1.8h-24.3v1.8c-1.8-1.5-5.1-1.8-6.6-1.8h-16.2v1.8c-1.5-1.5-5.1-1.8-6.9-1.8H78l-4.2 4.5-3.9-4.5h-27v29.4h26.4l4.2-4.5 3.9 4.5h16.2v-6.9h2.1c2.1 0 4.8 0 6.9-.9V84H116v-7.8h.6c.9 0 .9 0 .9.9V84h40.8c2.7 0 5.4-.6 6.9-1.8V84h12.9c2.7 0 5.4-.3 7.2-1.5 3-1.8 4.8-5.1 4.8-9 .1-2.1-.5-4.2-1.4-5.7zm-93.1 4.8h-6v7.2H80l-6-6.9-6.3 6.9H47.8V58.5H68l6 6.9 6.3-6.9h15.9c3.9 0 8.4 1.2 8.4 6.9-.3 6-4.5 7.2-9 7.2zm30-1.2c.6.9.9 2.1.9 3.9v4.2h-5.1v-2.7c0-1.2 0-3.3-.9-4.2-.6-.9-1.8-.9-3.6-.9h-5.4v7.8h-5.1V58.2h11.4c2.4 0 4.5 0 6 .9s2.7 2.4 2.7 4.8c0 3.3-2.1 5.1-3.6 5.7 1.5.6 2.4 1.2 2.7 1.8zm20.7-8.7h-11.7v3.9H146v4.2h-11.4V75h11.7v4.5h-16.8V58.2h16.8v4.5zm12.6 16.8h-9.6V75h9.6c.9 0 1.5 0 2.1-.6.3-.3.6-.9.6-1.5s-.3-1.2-.6-1.5c-.3-.3-.9-.6-1.8-.6-4.8-.3-10.5 0-10.5-6.6 0-3 1.8-6.3 7.2-6.3h9.9V63h-9.3c-.9 0-1.5 0-2.1.3s-.6.9-.6 1.5c0 .9.6 1.2 1.2 1.5s1.2.3 1.8.3h2.7c2.7 0 4.5.6 5.7 1.8.9.9 1.5 2.4 1.5 4.5.1 4.5-2.6 6.6-7.8 6.6zm25.9-2.1c-1.2 1.2-3.3 2.1-6.3 2.1h-9.6V75h9.6c.9 0 1.5 0 2.1-.6.3-.3.6-.9.6-1.5s-.3-1.2-.6-1.5-.9-.6-1.8-.6c-4.8-.3-10.5 0-10.5-6.6 0-3 1.8-6.3 7.2-6.3h9.9V63h-9c-.9 0-1.5 0-2.1.3s-.6.9-.6 1.5c0 .9.3 1.2 1.2 1.5.6.3 1.2.3 1.8.3h2.7c2.7 0 4.5.6 5.7 1.8.3 0 .3.3.3.3.9 1.2 1.2 2.7 1.2 4.2 0 1.8-.6 3.3-1.8 4.5z"></path>
|
||
<path class="st1" d="M84.5 77.7V60.6L76.7 69z"></path>
|
||
<path class="st5" d="M162.9 46.8l.6.9h.3z"></path>
|
||
<path class="st1"
|
||
d="M117.8 62.7h-6.3v5.4h6.6c1.8 0 3-.9 3-2.7-.3-1.8-1.5-2.7-3.3-2.7z"></path>
|
||
<path class="st1"
|
||
d="M97.1 26.4h-6.3v5.4h6.6c1.8 0 3-.9 3-2.7-.3-1.8-1.5-2.7-3.3-2.7z"></path>
|
||
</svg>
|
||
<span class="d-none">American express</span></a>
|
||
|
||
|
||
<a href="#" class="px-5" data-js-tooltip=""
|
||
data-tippy-content="McAfee Secure"
|
||
data-tippy-placement="bottom" data-tippy-distance="8">
|
||
<svg aria-hidden="true" focusable="false"
|
||
role="presentation"
|
||
class="icon icon--wide icon-payment-mcafee-secure"
|
||
viewBox="0 0 200 100">
|
||
|
||
<path class="st0"
|
||
d="M67.9 21.6c-.5-.2-16.6-4.7-33.3-4.7S1.4 21.6 1.4 21.6c-4.3 52 33.1 64.7 33.1 64.7s37.7-12.8 33.4-64.7zM34.6 82.9S.7 71.4 4.6 24.3c0 0 14.9-4.3 30-4.3s29.7 4.1 30.1 4.3c4 47.1-30.1 58.6-30.1 58.6z"></path>
|
||
<path class="st1"
|
||
d="M34.6 77.1S6.2 66.7 9.5 27.2c0 0 12.5 1 25.1 1 12.7 0 24.9-1 25.3-1 3.2 39.4-25.3 49.9-25.3 49.9z"></path>
|
||
<path class="st4"
|
||
d="M19.4 60.1l4.1-26.5h6.7l8.3 26.5h-7.1l-3.6-13.7-2 13.7zM39.5 33.6h6.7l3.9 26.5h-6.4l-2.3-13.7-2.3 10.7-3.5-10.7z"></path>
|
||
<path class="st1"
|
||
d="M92.5 46.4h-5.2l-5-12.7-1.8 12.7h-5.7l3.7-23.7H84l8.5 23.7zm-3.7-12.1l4.3-11.6h5.7l3.3 23.7h-5.7l-1.6-12.7-3.3 7.6-2.7-7zM123.7 42.3l-1.4 4.1h-5.7l8-23.7h5.9l7.8 23.7h-5.7l-1.3-4.1h-7.6zm3.7-12.3l-2.3 7.5h4.5l-2.2-7.5zM166.9 39.3h-11.1c0 2.3 1.1 3.6 3.3 3.6 1.1 0 2-.4 2.5-1.5h5.1c-.4 1.9-1.5 3.3-2.8 4.2-1.4.9-3 1.3-4.7 1.3-4.9 0-8.6-3-8.6-8.6 0-5.4 3.4-8.6 8.2-8.6 5.2 0 8.2 3.4 8.2 9l-.1.6zm-4.8-3.3c-.3-1.5-1.6-2.6-3-2.6-1.5 0-2.8.9-3.1 2.6h6.1zM185.2 39.3h-11.1c0 2.3 1.1 3.6 3.3 3.6 1.1 0 2-.4 2.5-1.5h5.1c-.4 1.9-1.5 3.3-2.8 4.2-1.4.9-3 1.3-4.7 1.3-4.9 0-8.6-3-8.6-8.6 0-5.4 3.4-8.6 8.2-8.6 5.2 0 8.2 3.4 8.2 9l-.1.6zm-4.9-3.3c-.3-1.5-1.6-2.6-3-2.6-1.5 0-2.8.9-3.1 2.6h6.1zM185.9 27.1c0-2.3 1.8-4.1 4.1-4.1s4.1 1.8 4.1 4.1-1.8 4.1-4.1 4.1c-2.4-.1-4.1-1.8-4.1-4.1zm.6 0c0 1.9 1.5 3.4 3.4 3.4 1.8 0 3.4-1.5 3.4-3.4s-1.5-3.4-3.4-3.4c-1.8 0-3.4 1.5-3.4 3.4zm5.3 2.3h-.8l-1.1-2.1h-.9v2.1h-.7v-4.6h1.9c.8 0 1.6.2 1.6 1.2 0 .9-.6 1.2-1.2 1.2l1.2 2.2zm-2.8-3.9v1.1h.7c.6 0 1.5.1 1.5-.5s-.5-.6-1-.6H189z"></path>
|
||
<g>
|
||
<path class="st1"
|
||
d="M140.2 34.1h-3.1v-3.9h3.2v-1.9c0-4.8 2.1-6.4 6.3-6.4 1.1 0 2 .2 2.7.3L149 26c-.4-.2-.9-.2-1.6-.2-1.3 0-1.8 1-1.8 2.6v1.9h3.7v3.9h-3.7v12.2h-5.2l-.2-12.3z"></path>
|
||
</g>
|
||
<g>
|
||
<path class="st1"
|
||
d="M86.6 57.7c-1.7-.7-2.6-.9-4.3-.9-1.8 0-4 .7-4 3 0 4.3 9.9 3.3 9.9 10.6 0 4.7-3.8 6.6-8.4 6.6-1.6 0-3.2-.5-4.7-.9l.3-3c1.1.5 3.1 1.1 4.8 1.1 1.9 0 4.5-1 4.5-3.6 0-5-9.9-3.6-9.9-10.5 0-3.9 3.2-6 7.4-6 1.5 0 3.3.3 4.9.8l-.5 2.8zM92.7 54.3h12.9v2.8H96v6.5h8.7v2.8H96v7.3h9.6v2.8H92.7V54.3zM125.4 58c-1.5-.8-3.1-1.3-4.7-1.3-5.3 0-8.8 3.7-8.8 8.7 0 5.2 3.9 8.7 8.6 8.7 1.6 0 3.9-.4 5-1.1l.2 3.1c-1.8.7-3.9.8-5.2.8-7.3 0-12.1-4.5-12.1-11.6 0-6.9 5.1-11.4 12.1-11.4 1.8 0 3.5.3 5.2 1l-.3 3.1zM146.2 67.4c0 6.2-3.3 9.6-8.9 9.6s-8.9-3.4-8.9-9.6V54.3h3.3v12.6c0 4.3 1.4 7.2 5.6 7.2s5.6-2.9 5.6-7.2V54.3h3.3v13.1zM151.5 54.3h5.6c4.6 0 8.9.7 8.9 6 0 2.7-2.1 4.6-4.7 5.1v.1c1 .4 1.5.8 2.2 2.2l4.4 8.9h-3.8l-3.5-7.7c-1-2.2-2.1-2.2-3.9-2.2h-2v9.9h-3.3V54.3zm3.3 9.6h2.8c3.1 0 5-1.3 5-3.5 0-2-1.6-3.3-4.6-3.3h-3.2v6.8zM171.6 54.3h12.9v2.8h-9.6v6.5h8.7v2.8h-8.7v7.3h9.6v2.8h-12.9V54.3z"></path>
|
||
</g>
|
||
<path class="st1"
|
||
d="M115.2 35.3c-1-.6-1.9-.9-3.2-.9-2.3 0-4 1.6-4 4.4 0 2.6 2 4.2 4.3 4.2 1.2 0 2.4-.3 3.3-.8l.1 4.1c-1.3.5-2.9.7-4.2.7-5 0-8.8-3.1-8.8-8.4 0-5.3 3.8-8.4 8.8-8.4 1.6 0 2.9.3 4.1.9l-.4 4.2z"></path>
|
||
</svg>
|
||
<span class="d-none">Mcafee secure</span></a></div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
Loader.require({
|
||
type: 'style',
|
||
name: 'plugin_fotorama'
|
||
});
|
||
Loader.require({
|
||
type: 'style',
|
||
name: 'plugin_slick'
|
||
});
|
||
Loader.require({
|
||
type: 'script',
|
||
name: 'plugin_fotorama'
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
@include('web.themes.shella.layouts.additional.footer.modals.sizing-guide')
|
||
|
||
@include('web.themes.shella.layouts.additional.footer.modals.delivery-and-return')
|
||
|
||
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="confirm-transfer-data" data-popup-center>
|
||
<div class="popup-confirm-transfer-data position-relative py-30 px-15" data-popup-content>
|
||
<i class="popup-confirm-transfer-data__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-confirm-transfer-data__content d-flex flex-column mx-auto text-center">
|
||
<i class="popup-confirm-transfer-data__title-icon icon-314 mb-15"></i>
|
||
<h4 class="mb-15">WISH LIST AND COMPARE</h4>
|
||
<p class="mb-10">Do you want to add products to your personal account?</p>
|
||
<ul class="list-unstyled mb-20" data-js-transfer-data-info></ul>
|
||
<div class="row">
|
||
<div class="col-sm-6 mx-auto">
|
||
<div class="btn btn--full" data-js-button-transfer-data>YES</div>
|
||
<div class="btn btn--full" data-js-popup-close>NO</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
{{-- @include('web.themes.shella.layouts.additional.footer.product-purchased-notification') --}}
|
||
|
||
<template id="template-search-ajax">
|
||
<div class="col-12 col-lg-2">
|
||
|
||
<div class="product-search d-flex flex-row flex-lg-column align-items-start align-items-lg-stretch mb-10">
|
||
<div class="product-search__image position-relative mr-10 mr-lg-0">
|
||
<a href="#" class="d-block"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="></a>
|
||
</div>
|
||
<div class="product-search__content d-flex flex-column align-items-start mt-lg-15">
|
||
<div class="product-search__title mb-3">
|
||
<h3 class="h6 m-0">
|
||
<a href="#"></a>
|
||
</h3>
|
||
</div>
|
||
<div class="product-search__price mb-10">
|
||
<span class="price" data-js-product-price><span></span></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
|
||
<template id="template-cart-ajax">
|
||
<div>
|
||
|
||
<div class="product-cart d-flex flex-row align-items-start mb-20" data-js-product data-product-variant-id="">
|
||
<div class="product-cart__image mr-15">
|
||
<a href="#" class="d-block">
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=">
|
||
</a>
|
||
</div>
|
||
<div class="product-cart__content d-flex flex-column align-items-start">
|
||
<div class="product-cart__title mb-3">
|
||
<h3 class="h6 m-0">
|
||
<a href="#"></a>
|
||
</h3>
|
||
</div>
|
||
<div class="product-cart__variant"></div>
|
||
<div class="product-cart__price mt-10 mb-10">
|
||
<span class="product-cart__quantity"></span> <span>x</span> <span class="price"><span></span></span>
|
||
</div>
|
||
<a href="cart/change?line=&quantity=0"
|
||
class="product-cart__remove btn-link js-product-button-remove-from-cart">Remove</a></div>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
|
||
<template id="template-wishlist-ajax">
|
||
<div>
|
||
|
||
<div class="product-store-lists d-flex flex-row align-items-start mb-20" data-js-product data-product-handle=""
|
||
data-product-variant-id="">
|
||
<div class="product-store-lists__image mr-15">
|
||
<a href="#" class="d-block">
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=">
|
||
</a>
|
||
</div>
|
||
<div class="product-store-lists__content d-flex flex-column align-items-start">
|
||
<div class="product-store-lists__title mb-3">
|
||
<h3 class="h6 m-0">
|
||
<a href="#"></a>
|
||
</h3>
|
||
</div>
|
||
<div class="product-store-lists__variant"></div>
|
||
<div class="product-store-lists__price mt-10 mb-10">
|
||
<span class="price" data-js-product-price><span></span></span>
|
||
</div>
|
||
<span class="product-store-lists__remove btn-link js-store-lists-remove-wishlist">Remove</span></div>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
|
||
<template id="template-compare-ajax">
|
||
<div>
|
||
|
||
<div class="product-store-lists d-flex flex-row align-items-start mb-20" data-js-product data-product-handle=""
|
||
data-product-variant-id="">
|
||
<div class="product-store-lists__image mr-15">
|
||
<a href="#" class="d-block">
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=">
|
||
</a>
|
||
</div>
|
||
<div class="product-store-lists__content d-flex flex-column align-items-start">
|
||
<div class="product-store-lists__title mb-3">
|
||
<h3 class="h6 m-0">
|
||
<a href="#"></a>
|
||
</h3>
|
||
</div>
|
||
<div class="product-store-lists__variant"></div>
|
||
<div class="product-store-lists__price mt-10 mb-10">
|
||
<span class="price" data-js-product-price><span></span></span>
|
||
</div>
|
||
<span class="product-store-lists__remove btn-link js-store-lists-remove-compare">Remove</span></div>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
|
||
@include('web.themes.shella.layouts.additional.footer.loader')
|
||
|
||
<div class="scroll-offset-example"></div>
|
||
|
||
<div id="theme-icons" class="d-none">
|
||
<i>
|
||
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-006" viewBox="0 0 24 24">
|
||
<path d="M16.736 3.417a.652.652 0 0 1-.176.449l-8.32 8.301 8.32 8.301c.117.13.176.28.176.449s-.059.319-.176.449a.91.91 0 0 1-.215.127c-.078.032-.156.049-.234.049s-.156-.017-.234-.049a.93.93 0 0 1-.215-.127l-8.75-8.75a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449l8.75-8.75a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
|
||
</svg>
|
||
</i>
|
||
<i>
|
||
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-007" viewBox="0 0 24 24">
|
||
<path d="M6.708 20.917c0-.169.059-.319.176-.449l8.32-8.301-8.32-8.301a.652.652 0 0 1-.176-.449c0-.169.059-.319.176-.449a.65.65 0 0 1 .449-.176c.169 0 .318.059.449.176l8.75 8.75c.117.13.176.28.176.449a.652.652 0 0 1-.176.449l-8.75 8.75a.91.91 0 0 1-.215.127c-.078.032-.156.049-.234.049s-.156-.017-.234-.049a.91.91 0 0 1-.215-.127.652.652 0 0 1-.176-.449z"/>
|
||
</svg>
|
||
</i>
|
||
<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>
|
||
|
||
@verbatim
|
||
<script>
|
||
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
|
||
|
||
var body = document.body,
|
||
style_file = body.getAttribute('data-style-file');
|
||
|
||
Loader.require({
|
||
type: 'style',
|
||
name: 'text_font'
|
||
});
|
||
Loader.require({
|
||
type: 'style',
|
||
name: 'plugin_tippy'
|
||
});
|
||
Loader.require({
|
||
type: 'style',
|
||
name: style_file ? style_file : 'theme'
|
||
});
|
||
window.theme = {
|
||
strings: {
|
||
general: {
|
||
popups: {
|
||
cart: {
|
||
item_added: "{{ title }} was added to your shopping cart.",
|
||
limit_is_exceeded: "Maximum product quantity in cart items {{ limit }} added.",
|
||
count: "({{ count }})"
|
||
},
|
||
wishlist: {
|
||
count: "({{ count }})"
|
||
},
|
||
compare: {
|
||
count: "({{ count }})"
|
||
},
|
||
confirm_transfer_data: {
|
||
info: "{{ title }}: {{ count }} {{ name }}",
|
||
wishlist_title: "Wishlist",
|
||
compare_title: "Compare",
|
||
name_single: "product",
|
||
name_plural: "products"
|
||
}
|
||
}
|
||
},
|
||
layout: {
|
||
cart: {
|
||
items_count: {
|
||
one: "item",
|
||
other: "items"
|
||
}
|
||
}
|
||
},
|
||
addToCart: "{\u0026quot;title\u0026quot;=\u0026gt;\u0026quot;ADD TO CART\u0026quot;, \u0026quot;added\u0026quot;=\u0026gt;\u0026quot;ADDED\u0026quot;, \u0026quot;sold_out\u0026quot;=\u0026gt;\u0026quot;SOLD OUT\u0026quot;}",
|
||
soldOut: "translation missing: en.products.product.sold_out",
|
||
unavailable: "translation missing: en.products.product.unavailable",
|
||
priceSaleSeparator: " from",
|
||
availability_value_in_stock: "In stock ({{ count }} {{ item }})",
|
||
availability_value_out_stock: "Out of Stock",
|
||
stock_countdown: {
|
||
title: "Hurry! Only {{ quantity }} Left in Stock!"
|
||
},
|
||
countdown: {
|
||
years: "YRS",
|
||
months: "MTH",
|
||
weeks: "WK",
|
||
days: "DAYS",
|
||
hours: "HRS",
|
||
minutes: "MIN",
|
||
seconds: "SEC"
|
||
},
|
||
text_countdown: {
|
||
hours: "Hours",
|
||
minutes: "Minutes",
|
||
days_of_week: {
|
||
sunday: "Sunday",
|
||
monday: "Monday",
|
||
tuesday: "Tuesday",
|
||
wednesday: "Wednesday",
|
||
thursday: "Thursday",
|
||
friday: "Friday",
|
||
saturday: "Saturday"
|
||
}
|
||
},
|
||
header: {
|
||
cart_count_desktop: "Bag ({{ count }})"
|
||
},
|
||
label: {
|
||
sale: "-{{ percent }}%"
|
||
},
|
||
cart: {
|
||
general: {
|
||
shipping_calculator_data_info: "There is one shipping rate available for {{ data }}.",
|
||
free_shipping_html: "Spend {{ value }} to Free Shipping",
|
||
free_shipping_complete: "Free Shipping"
|
||
}
|
||
},
|
||
|
||
},
|
||
multipleСurrencies: true,
|
||
moneyFormat: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e",
|
||
customer: false,
|
||
animations: {
|
||
css: {
|
||
duration: 0.3
|
||
},
|
||
tooltip: {
|
||
type: "scale",
|
||
inertia: true,
|
||
show_duration: 0.2,
|
||
hide_duration: 0.1
|
||
},
|
||
sticky_header: {
|
||
duration: 0.2,
|
||
opacity: 0.9
|
||
},
|
||
header_tape: {
|
||
duration: 0
|
||
},
|
||
menu: {
|
||
duration: 0.4
|
||
},
|
||
dropdown: {
|
||
duration: 0.3
|
||
},
|
||
accordion: {
|
||
duration: 0.4
|
||
},
|
||
footbar_product: {
|
||
duration: 0.4
|
||
},
|
||
tabs: {
|
||
duration: 0.4,
|
||
scroll_duration: 0.4
|
||
},
|
||
backtotop: {
|
||
scroll_duration: 0.4
|
||
}
|
||
}
|
||
};
|
||
Loader.require({
|
||
type: 'script',
|
||
name: 'plugin_popper'
|
||
});
|
||
Loader.require({
|
||
type: 'script',
|
||
name: 'plugin_tippy'
|
||
});
|
||
Loader.require({
|
||
type: 'script',
|
||
name: 'tooltip'
|
||
});
|
||
|
||
Loader.load();
|
||
</script>
|
||
@endverbatim
|