1580 lines
112 KiB
PHP
1580 lines
112 KiB
PHP
@extends('layouts.landing', ['title' => 'Marketplace'])
|
|
|
|
@section('content')
|
|
<div class="offcanvas offcanvas-top" id="searchBox" data-bs-backdrop="static" tabindex="-1">
|
|
<div class="offcanvas-header border-bottom p-0 py-lg-1">
|
|
<form class="container d-flex align-items-center">
|
|
<input type="search" class="form-control form-control-lg fs-lg border-0 rounded-0 py-3 ps-0"
|
|
placeholder="Search the products" data-autofocus="offcanvas">
|
|
<button type="reset" class="btn-close fs-lg" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</form>
|
|
</div>
|
|
<div class="offcanvas-body px-0">
|
|
<div class="container text-center">
|
|
<svg class="text-body-tertiary opacity-60 mb-4" xmlns="http://www.w3.org/2000/svg" width="60"
|
|
viewBox="0 0 512 512" fill="currentColor">
|
|
<path
|
|
d="M340.115,361.412l-16.98-16.98c-34.237,29.36-78.733,47.098-127.371,47.098C87.647,391.529,0,303.883,0,195.765S87.647,0,195.765,0s195.765,87.647,195.765,195.765c0,48.638-17.738,93.134-47.097,127.371l16.98,16.98l11.94-11.94c5.881-5.881,15.415-5.881,21.296,0l112.941,112.941c5.881,5.881,5.881,15.416,0,21.296l-45.176,45.176c-5.881,5.881-15.415,5.881-21.296,0L328.176,394.648c-5.881-5.881-5.881-15.416,0-21.296L340.115,361.412z M195.765,361.412c91.484,0,165.647-74.163,165.647-165.647S287.249,30.118,195.765,30.118S30.118,104.28,30.118,195.765S104.28,361.412,195.765,361.412z M360.12,384l91.645,91.645l23.88-23.88L384,360.12L360.12,384z M233.034,233.033c5.881-5.881,15.415-5.881,21.296,0c5.881,5.881,5.881,15.416,0,21.296c-32.345,32.345-84.786,32.345-117.131,0c-5.881-5.881-5.881-15.415,0-21.296c5.881-5.881,15.416-5.881,21.296,0C179.079,253.616,212.45,253.616,233.034,233.033zM135.529,180.706c-12.475,0-22.588-10.113-22.588-22.588c0-12.475,10.113-22.588,22.588-22.588c12.475,0,22.588,10.113,22.588,22.588C158.118,170.593,148.005,180.706,135.529,180.706z M256,180.706c-12.475,0-22.588-10.113-22.588-22.588c0-12.475,10.113-22.588,22.588-22.588s22.588,10.113,22.588,22.588C278.588,170.593,268.475,180.706,256,180.706z" />
|
|
</svg>
|
|
<h6 class="mb-2">Your search results will appear here</h6>
|
|
<p class="fs-sm mb-0">Start typing in the search field above to see instant search results.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="offcanvas offcanvas-end pb-sm-2 px-sm-2" id="shoppingCart" tabindex="-1"
|
|
aria-labelledby="shoppingCartLabel" style="width: 500px">
|
|
|
|
<!-- Header -->
|
|
<div class="offcanvas-header flex-column align-items-start py-3 pt-lg-4">
|
|
<div class="d-flex align-items-center justify-content-between w-100">
|
|
<h4 class="offcanvas-title" id="shoppingCartLabel">Cart (3)</h4>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Items -->
|
|
<div class="offcanvas-body d-flex flex-column gap-4 pt-2">
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/01.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">Multi device mockup PSD</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$27</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-1">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/02.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">Isometric device mockups</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$12</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/03.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">Modern poster with abstract shapes</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$8</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<div class="offcanvas-header flex-column align-items-start">
|
|
<div class="d-flex align-items-center justify-content-between w-100 mb-3 mb-md-4">
|
|
<span class="text-light-emphasis">Subtotal:</span>
|
|
<span class="h6 mb-0">$47</span>
|
|
</div>
|
|
<a class="btn btn-lg btn-dark w-100 rounded-pill" href="{{ route('second', ['checkout', 'marketplace']) }}">Checkout</a>
|
|
</div>
|
|
</div>
|
|
|
|
<header class="navbar navbar-expand-lg navbar-sticky z-fixed px-0" data-sticky-navbar='{"offset": 800}'>
|
|
<div class="container flex-nowrap">
|
|
|
|
<!-- Mobile offcanvas menu toggler (Hamburger) -->
|
|
<button type="button" class="navbar-toggler me-4 me-lg-0" data-bs-toggle="offcanvas"
|
|
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<!-- Navbar brand (Logo) -->
|
|
<a class="navbar-brand py-1 py-md-2 py-xl-1" href="/">
|
|
<span class="d-none d-sm-flex flex-shrink-0 text-primary me-2">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36">
|
|
<path
|
|
d="M36 18.01c0 8.097-5.355 14.949-12.705 17.2a18.12 18.12 0 0 1-5.315.79C9.622 36 2.608 30.313.573 22.611.257 21.407.059 20.162 0 18.879v-1.758c.02-.395.059-.79.099-1.185.099-.908.277-1.817.514-2.686C2.687 5.628 9.682 0 18 0c5.572 0 10.551 2.528 13.871 6.517 1.502 1.797 2.648 3.91 3.359 6.201.494 1.659.771 3.436.771 5.292z"
|
|
fill="currentColor" />
|
|
<g fill="#fff">
|
|
<path
|
|
d="M17.466 21.624c-.514 0-.988-.316-1.146-.829-.198-.632.138-1.303.771-1.501l7.666-2.469-1.205-8.254-13.317 4.621a1.19 1.19 0 0 1-1.521-.75 1.19 1.19 0 0 1 .751-1.521l13.89-4.818c.553-.197 1.166-.138 1.64.158a1.82 1.82 0 0 1 .85 1.284l1.344 9.183c.138.987-.494 1.994-1.482 2.33l-7.864 2.528-.375.04zm7.31.138c-.178-.632-.85-1.007-1.482-.81l-5.177 1.58c-2.331.79-3.28.02-3.418-.099l-6.56-8.412a4.25 4.25 0 0 0-4.406-1.758l-3.122.987c-.237.889-.415 1.777-.514 2.686l4.228-1.363a1.84 1.84 0 0 1 1.857.81l6.659 8.551c.751.948 2.015 1.323 3.359 1.323.909 0 1.857-.178 2.687-.474l5.078-1.54c.632-.178 1.008-.829.81-1.481z" />
|
|
<use href="#czlogo" />
|
|
<use href="#czlogo" x="8.516" y="-2.172" />
|
|
</g>
|
|
<defs>
|
|
<path id="czlogo"
|
|
d="M18.689 28.654a1.94 1.94 0 0 1-1.936 1.935 1.94 1.94 0 0 1-1.936-1.935 1.94 1.94 0 0 1 1.936-1.935 1.94 1.94 0 0 1 1.936 1.935z" />
|
|
</defs>
|
|
</svg>
|
|
</span>
|
|
Cartzilla
|
|
</a>
|
|
|
|
<!-- Main navigation that turns into offcanvas on screens < 992px wide (lg breakpoint) -->
|
|
<nav class="offcanvas offcanvas-start" id="navbarNav" tabindex="-1" aria-labelledby="navbarNavLabel">
|
|
<div class="offcanvas-header py-3">
|
|
<h5 class="offcanvas-title" id="navbarNavLabel">Browse Cartzilla</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
<div class="offcanvas-body pt-3 pb-4 py-lg-0 mx-lg-auto">
|
|
<ul class="navbar-nav position-relative">
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle active" aria-current="page" href="#" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Home</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'electronics']) }}">
|
|
<span class="fw-medium">Electronics Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Megamenu + Hero slider</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/electronics-light.jpg"
|
|
alt="Electronics Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/electronics-dark.jpg"
|
|
alt="Electronics Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'fashion-v1']) }}>
|
|
<span class="fw-medium">Fashion Store v.1</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero promo slider</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-1-light.jpg"
|
|
alt="Fashion Store v.1">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-1-dark.jpg"
|
|
alt="Fashion Store v.1">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'fashion-v2']) }}>
|
|
<span class="fw-medium">Fashion Store v.2</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero banner with hotspots</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-2-light.jpg"
|
|
alt="Fashion Store v.2">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-2-dark.jpg"
|
|
alt="Fashion Store v.2">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'furniture']) }}>
|
|
<span class="fw-medium">Furniture Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Fancy product carousel</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/furniture-light.jpg"
|
|
alt="Furniture Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/furniture-dark.jpg"
|
|
alt="Furniture Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'grocery']) }}>
|
|
<span class="fw-medium">Grocery Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero slider + Category cards</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/grocery-light.jpg" alt="Grocery Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/grocery-dark.jpg" alt="Grocery Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'marketplace']) }}">
|
|
<span class="fw-medium">Marketplace</span>
|
|
<span class="d-block fs-xs text-body-secondary">Multi-vendor, digital goods</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/marketplace-light.jpg" alt="Marketplace">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/marketplace-dark.jpg" alt="Marketplace">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'single-store']) }}>
|
|
<span class="fw-medium">Single Product Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Single product / mono brand</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/single-store-light.jpg"
|
|
alt="Single Product Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/single-store-dark.jpg"
|
|
alt="Single Product Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown position-static py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" aria-expanded="false">Shop</a>
|
|
<div class="dropdown-menu rounded-4 p-4" style="--cz-dropdown-spacer: .875rem">
|
|
<div class="d-flex flex-column flex-lg-row gap-4">
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Electronics Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'categories-electronics']) }}">Categories Page</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-electronics']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-general-electronics']) }}">Product General Info</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-details-electronics']) }}">Product Details</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-reviews-electronics']) }}">Product Reviews</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Fashion Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-fashion']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-fashion']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Furniture Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-furniture']) }}">Catalog with Top Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-furniture']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Grocery Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-grocery']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-grocery']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Marketplace</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Catalog with Top Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">Digital Product Page</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'marketplace']) }}">Cart / Checkout</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Checkout v.1</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-cart']) }}">Shopping Cart</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-delivery-1']) }}">Delivery Info (Step 1)</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-delivery-2']) }}">Delivery Info (Step 2)</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-shipping']) }}">Shipping Address</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-payment']) }}">Payment</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-thankyou']) }}">Thank You Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Checkout v.2</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-cart']) }}">Shopping Cart</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-delivery']) }}">Delivery Info</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-pickup']) }}">Pickup from Store</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-thankyou']) }}">Thank You Page</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" data-bs-auto-close="outside" aria-expanded="false">Account</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Auth
|
|
Pages</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'signin']) }}">Sign In</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'signup']) }}">Sign Up</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'password-recovery']) }}">Password
|
|
Recovery</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Shop
|
|
User</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'orders']) }}">Orders History</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'wishlist']) }}">Wishlist</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'payment']) }}">Payment Methods</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'reviews']) }}">My Reviews</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'info']) }}">Personal Info</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'addresses']) }}">Addresses</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'notifications']) }}">Notifications</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover"
|
|
aria-expanded="false">Marketplace User</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-dashboard']) }}">Dashboard</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-products']) }}">Products</a>
|
|
</li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-sales']) }}">Sales</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-payouts']) }}">Payouts</a>
|
|
</li>
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-purchases']) }}">Purchases</a></li>
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-favorites']) }}">Favorites</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-settings']) }}">Settings</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" data-bs-auto-close="outside" aria-expanded="false">Pages</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">About</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['about', 'v1']) }}">About v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['about', 'v2']) }}">About v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Blog</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'grid-v1']) }}">Grid View v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'grid-v2']) }}">Grid View v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'list']) }}">List View</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'single-v1']) }}">Single Post v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'single-v2']) }}">Single Post v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover"
|
|
aria-expanded="false">Contact</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v1']) }}">Contact v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v2']) }}">Contact v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v3']) }}">Contact v.3</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Help
|
|
Center</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'topics-v1']) }}">Help Topics v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'topics-v2']) }}">Help Topics v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'single-article-v1']) }}">Help Single
|
|
Article v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'single-article-v2']) }}">Help Single
|
|
Article v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">404
|
|
Error</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'electronics']) }}">404 Electronics</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'fashion']) }}">404 Fashion</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'furniture']) }}">404 Furniture</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'grocery']) }}">404 Grocery</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a class="dropdown-item" href="{{ route('any', 'terms-and-conditions')}}">Terms & Conditions</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Account button visible on screens < 768px wide (md breakpoint) -->
|
|
<div class="offcanvas-header nav border-top px-0 py-3 mt-3 d-md-none">
|
|
<a class="nav-link justify-content-center w-100" href="{{ route('second', ['account', 'signin']) }}">
|
|
<i class="ci-user fs-lg opacity-60 ms-n2 me-2"></i>
|
|
Account
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Button group -->
|
|
<div class="d-flex align-items-center">
|
|
|
|
<!-- Theme switcher (light/dark/auto) -->
|
|
<div class="dropdown">
|
|
<button type="button"
|
|
class="theme-switcher btn btn-icon btn-lg btn-outline-secondary fs-lg border-0 rounded-circle animate-scale"
|
|
data-bs-toggle="dropdown" aria-expanded="false" aria-label="Toggle theme (light)">
|
|
<span class="theme-icon-active d-flex animate-target">
|
|
<i class="ci-sun"></i>
|
|
</span>
|
|
</button>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-min-width: 9rem">
|
|
<li>
|
|
<button type="button" class="dropdown-item active" data-bs-theme-value="light"
|
|
aria-pressed="true">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-sun"></i>
|
|
</span>
|
|
<span class="theme-label">Light</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
<li>
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="dark"
|
|
aria-pressed="false">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-moon"></i>
|
|
</span>
|
|
<span class="theme-label">Dark</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
<li>
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="auto"
|
|
aria-pressed="false">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-auto"></i>
|
|
</span>
|
|
<span class="theme-label">Auto</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Search toggle button -->
|
|
<button type="button"
|
|
class="btn btn-icon btn-lg fs-xl btn-outline-secondary border-0 rounded-circle animate-shake"
|
|
data-bs-toggle="offcanvas" data-bs-target="#searchBox" aria-controls="searchBox"
|
|
aria-label="Toggle search bar">
|
|
<i class="ci-search animate-target"></i>
|
|
</button>
|
|
|
|
<!-- Account button visible on screens > 768px wide (md breakpoint) -->
|
|
<a class="btn btn-icon btn-lg fs-lg btn-outline-secondary border-0 rounded-circle animate-shake d-none d-md-inline-flex"
|
|
href="{{ route('second', ['account', 'signin']) }}">
|
|
<i class="ci-user animate-target"></i>
|
|
<span class="visually-hidden">Account</span>
|
|
</a>
|
|
|
|
<!-- Cart button -->
|
|
<button type="button"
|
|
class="btn btn-icon btn-lg fs-xl btn-outline-secondary position-relative border-0 rounded-circle animate-scale"
|
|
data-bs-toggle="offcanvas" data-bs-target="#shoppingCart" aria-controls="shoppingCart"
|
|
aria-label="Shopping cart">
|
|
<span class="position-absolute top-0 start-100 badge fs-xs text-bg-primary rounded-pill mt-1 ms-n4 z-2"
|
|
style="--cz-badge-padding-y: .25em; --cz-badge-padding-x: .42em">3</span>
|
|
<i class="ci-shopping-bag animate-target me-1"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="content-wrapper">
|
|
|
|
<!-- Hero -->
|
|
<section class="position-relative pb-5" style="margin-top: -76px; padding-top: 76px">
|
|
<div class="container position-relative z-1 py-md-3 py-lg-4 py-xl-5">
|
|
|
|
<!-- Title -->
|
|
<div class="row pt-4 pt-sm-5 pb-4 pb-md-5 my-2 mt-sm-0 mb-sm-3 mb-md-0 mb-xl-2 mb-xxl-4">
|
|
<div class="col-xl-10 pt-xxl-2">
|
|
<h1 class="display-3 mb-md-4">High-quality design resources tailored for busy creatives</h1>
|
|
<p class="fs-lg mb-0">Discover top-notch 3D and vector illustrations, photos images, designs and
|
|
mockups.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Categories -->
|
|
<div class="row row-cols-2 row-cols-sm-3 row-cols-lg-6 g-4 g-lg-3 g-xl-4 pb-2 mb-4">
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/01.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">Vecrots</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/02.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">Photos</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/03.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">3D illustrations</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/04.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">AI images</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/05.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">Templates</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
<div class="col">
|
|
<a class="vstack position-relative animate-underline hover-effect-scale rounded-4 overflow-hidden text-dark-emphasis fw-medium text-decoration-none"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="ratio z-2 overflow-hidden" style="--cz-aspect-ratio: calc(130 / 196 * 100%)">
|
|
<img src="/img/home/marketplace/categories/06.jpg" class="hover-effect-target"
|
|
alt="Image">
|
|
</div>
|
|
<div class="position-relative z-2 text-center py-3">
|
|
<div class="animate-target d-inline">Mockups</div>
|
|
</div>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none-dark"></span>
|
|
<span class="position-absolute top-0 start-0 w-100 h-100 bg-white d-none d-block-dark"
|
|
style="opacity: .07"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Formats -->
|
|
<div class="d-sm-flex align-items-center gap-4 pb-2 pb-sm-4">
|
|
<h2 class="fs-sm fw-medium mb-sm-0">Browse by most popular formats</h2>
|
|
<div class="d-flex gap-3">
|
|
<a class="ratio ratio-1x1 d-flex flex-shrink-0" href="#!" style="width: 20px">
|
|
<img src="/img/home/marketplace/formats/figma.png" alt="Figma">
|
|
</a>
|
|
<a class="ratio ratio-1x1 d-flex flex-shrink-0" href="#!" style="width: 20px">
|
|
<img src="/img/home/marketplace/formats/framer.png" alt="Framer">
|
|
</a>
|
|
<a class="ratio ratio-1x1 d-flex flex-shrink-0" href="#!" style="width: 20px">
|
|
<img src="/img/home/marketplace/formats/illustrator.png" alt="Illustrator">
|
|
</a>
|
|
<a class="ratio ratio-1x1 d-flex flex-shrink-0" href="#!" style="width: 20px">
|
|
<img src="/img/home/marketplace/formats/webflow.png" alt="Webflow">
|
|
</a>
|
|
<a class="ratio ratio-1x1 d-flex flex-shrink-0" href="#!" style="width: 20px">
|
|
<img src="/img/home/marketplace/formats/photoshop.png" alt="Photoshop">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Background -->
|
|
<div class="position-absolute top-0 start-0 w-100 h-100 d-none-dark"
|
|
style="background: linear-gradient(90deg, rgba(203,201,233, .6) 0%, rgba(227,232,251, .6) 50%, rgba(255,224,244, .6) 100%)">
|
|
</div>
|
|
<div class="position-absolute top-0 start-0 w-100 h-100 d-none d-block-dark"
|
|
style="background: linear-gradient(90deg, rgba(51,51,59, .6) 0%, rgba(44,48,62, .6) 50%, rgba(57,43,52, .6) 100%)">
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- Latest products carousel -->
|
|
<section class="container pt-2 pt-sm-3 pt-md-4 pt-lg-5 pb-5 my-xxl-3">
|
|
<div class="d-flex align-items-center justify-content-between gap-4 pt-5 pb-3 mb-1 mb-sm-2 mb-md-3">
|
|
<h2 class="h3 mb-0">Latest products</h2>
|
|
|
|
<!-- Prev/next buttons -->
|
|
<div class="d-flex gap-2">
|
|
<button type="button"
|
|
class="btn btn-icon btn-outline-secondary animate-slide-start bg-body rounded-circle me-1"
|
|
id="prod-prev" aria-label="Prev">
|
|
<i class="ci-chevron-left fs-lg animate-target"></i>
|
|
</button>
|
|
<button type="button"
|
|
class="btn btn-icon btn-outline-secondary animate-slide-end bg-body rounded-circle" id="prod-next"
|
|
aria-label="Next">
|
|
<i class="ci-chevron-right fs-lg animate-target"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Carousel -->
|
|
<div class="swiper"
|
|
data-swiper='{
|
|
"slidesPerView": 1,
|
|
"spaceBetween": 24,
|
|
"loop": true,
|
|
"navigation": {
|
|
"prevEl": "#prod-prev",
|
|
"nextEl": "#prod-next"
|
|
},
|
|
"breakpoints": {
|
|
"600": {
|
|
"slidesPerView": 2
|
|
}
|
|
}
|
|
}'>
|
|
<div class="swiper-wrapper">
|
|
|
|
<!-- Product -->
|
|
<div class="swiper-slide">
|
|
<div
|
|
class="card animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/home/marketplace/products/01.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Gradient 3D abstract shape
|
|
illustration</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h5 mb-0">$20</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/01.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Coderthemes
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Vectors</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">5 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="swiper-slide">
|
|
<div
|
|
class="card animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/home/marketplace/products/02.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Beautiful gaming wallpaper 4K
|
|
perfect for gaming monitors</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h5 mb-0">$13</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/02.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Magic FS
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">AI
|
|
images</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">17 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="swiper-slide">
|
|
<div
|
|
class="card animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/home/marketplace/products/03.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Glass effect 3D illustartion Cinema
|
|
4D</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h5 mb-0">$16</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/03.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
MD Studio
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">3D
|
|
illustartions</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">24 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- Design resources grid -->
|
|
<section class="container pt-2 pt-sm-3 pt-md-4 pt-lg-5 pb-5 my-xxl-3">
|
|
<div class="d-md-flex align-items-center justify-content-between gap-4 mb-1 mb-sm-2 mb-md-3">
|
|
<h2 class="h3">Explore design resources</h2>
|
|
<div class="overflow-x-auto pb-3">
|
|
<ul class="nav nav-pills flex-nowrap gap-2 text-nowrap">
|
|
<li class="nav-item me-1">
|
|
<a class="nav-link active" href="#!">Best sellers</a>
|
|
</li>
|
|
<li class="nav-item me-1">
|
|
<a class="nav-link" href="#!">New arrivals</a>
|
|
</li>
|
|
<li class="nav-item me-1">
|
|
<a class="nav-link" href="#!">Sale items</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Products grid -->
|
|
<div class="row row-cols-2 row-cols-md-3 row-cols-lg-4 g-3 g-sm-4 g-lg-3 g-xl-4">
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target" style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/12.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Gradient glassmorphism icons set</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$34</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/02.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Magic FS
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Vectors</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">119 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target" style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/02.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Smart watches series 9 mockup</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$15</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/03.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
MD Studio
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Mockups</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">132 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target" style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/09.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">A collection of colorful items</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$21</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/04.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Fireby
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">3D
|
|
illustration</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">78 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target" style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/13.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Multi device mockup PSD</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$27</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/01.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Coderthemes
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Mockups</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">43 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target" style="--cz-aspect-ratio: calc(220 / 304 * 100%)"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/14.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Gradient UI/UX landing page</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$30</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/04.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Fireby
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Templates</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">247 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/03.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">3D box mockup bold rebrand</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$16</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/01.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Coderthemes
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Mockups</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">56 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/06.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">A stunning set of tablet pro
|
|
mockups</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$18</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/03.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
MD Studio
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Mockups</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">33 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Product -->
|
|
<div class="col">
|
|
<div
|
|
class="card h-100 animate-underline hover-effect-opacity hover-effect-scale rounded-4 overflow-hidden">
|
|
<div class="card-img-top position-relative bg-body-tertiary overflow-hidden">
|
|
<a class="ratio d-block hover-effect-target"
|
|
style="--cz-aspect-ratio: calc(220 / 304 * 100%)" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<img src="/img/shop/marketplace/18.jpg" alt="Image">
|
|
</a>
|
|
<div
|
|
class="position-absolute top-0 end-0 z-2 hover-effect-target opacity-0 pt-1 pt-sm-0 pe-1 pe-sm-0 mt-2 mt-sm-3 me-2 me-sm-3">
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-light border-0 rounded-circle animate-pulse"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-3">
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 mb-2">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link text-truncate p-0" href="{{ route('second', ['shop', 'product-marketplace']) }}">
|
|
<span class="text-truncate animate-target">House plants website template</span>
|
|
</a>
|
|
</h3>
|
|
<div class="h6 mb-0">$35</div>
|
|
</div>
|
|
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
|
|
<div class="nav align-items-center gap-1 fs-xs">
|
|
<a class="nav-link fs-xs text-body gap-1 p-0" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<div class="flex-shrink-0 border rounded-circle" style="width: 22px">
|
|
<div class="ratio ratio-1x1 rounded-circle overflow-hidden">
|
|
<img src="/img/shop/marketplace/avatars/02.png" alt="Avatar">
|
|
</div>
|
|
</div>
|
|
Magic FS
|
|
</a>
|
|
<div class="text-body-secondary">in</div>
|
|
<a class="nav-link fs-xs text-body p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Templates</a>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">192 sales</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- View all button -->
|
|
<div class="text-center pt-3 mt-2 mt-sm-3">
|
|
<a class="btn btn-lg btn-dark rounded-pill animate-slide-end" href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
Explore all resources
|
|
<i class="ci-chevron-right animate-target fs-lg ms-1 me-n1"></i>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- Collections -->
|
|
<section class="container py-2 py-sm-3 py-md-4 py-lg-5 my-xxl-3">
|
|
<h2 class="h3 pb-1 pb-sm-2 pb-md-3">Best collections</h2>
|
|
<div class="row row-cols-2 row-cols-md-4 gy-4 gx-3 gx-sm-4 gx-md-3 gx-xl-4">
|
|
|
|
<!-- Collection -->
|
|
<div class="col">
|
|
<div class="position-relative animate-underline">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden mb-1"
|
|
style="--cz-aspect-ratio: calc(160 / 306 * 100%)">
|
|
<img src="/img/home/marketplace/collections/01.jpg" alt="Image">
|
|
</div>
|
|
<div class="d-flex gap-1">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/02.jpg" alt="Image">
|
|
</div>
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/03.jpg" alt="Image">
|
|
</div>
|
|
</div>
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 pt-3">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate stretched-link p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Vectors</span>
|
|
</a>
|
|
</h3>
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-transparent border-0 rounded-0 animate-pulse position-relative z-3"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">546 resources</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Collection -->
|
|
<div class="col">
|
|
<div class="position-relative animate-underline">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden mb-1"
|
|
style="--cz-aspect-ratio: calc(160 / 306 * 100%)">
|
|
<img src="/img/home/marketplace/collections/04.jpg" alt="Image">
|
|
</div>
|
|
<div class="d-flex gap-1">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/05.jpg" alt="Image">
|
|
</div>
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/06.jpg" alt="Image">
|
|
</div>
|
|
</div>
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 pt-3">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate stretched-link p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Glass effect</span>
|
|
</a>
|
|
</h3>
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-transparent border-0 rounded-0 animate-pulse position-relative z-3"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">112 resources</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Collection -->
|
|
<div class="col">
|
|
<div class="position-relative animate-underline">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden mb-1"
|
|
style="--cz-aspect-ratio: calc(160 / 306 * 100%)">
|
|
<img src="/img/home/marketplace/collections/07.jpg" alt="Image">
|
|
</div>
|
|
<div class="d-flex gap-1">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/08.jpg" alt="Image">
|
|
</div>
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/09.jpg" alt="Image">
|
|
</div>
|
|
</div>
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 pt-3">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate stretched-link p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Device mockups</span>
|
|
</a>
|
|
</h3>
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-transparent border-0 rounded-0 animate-pulse position-relative z-3"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">305 resources</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Collection -->
|
|
<div class="col">
|
|
<div class="position-relative animate-underline">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden mb-1"
|
|
style="--cz-aspect-ratio: calc(160 / 306 * 100%)">
|
|
<img src="/img/home/marketplace/collections/10.jpg" alt="Image">
|
|
</div>
|
|
<div class="d-flex gap-1">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/11.jpg" alt="Image">
|
|
</div>
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(160 / 151 * 100%)">
|
|
<img src="/img/home/marketplace/collections/12.jpg" alt="Image">
|
|
</div>
|
|
</div>
|
|
<div class="d-flex min-w-0 justify-content-between gap-2 gap-sm-3 pt-3">
|
|
<h3 class="nav min-w-0 mb-0">
|
|
<a class="nav-link fs-base text-truncate stretched-link p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">
|
|
<span class="text-truncate animate-target">Mockup resources</span>
|
|
</a>
|
|
</h3>
|
|
<button type="button"
|
|
class="btn btn-sm btn-icon btn-light bg-transparent border-0 rounded-0 animate-pulse position-relative z-3"
|
|
aria-label="Add to wishlist">
|
|
<i class="ci-heart animate-target fs-sm"></i>
|
|
</button>
|
|
</div>
|
|
<div class="fs-xs text-body-secondary">289 resources</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- View all button -->
|
|
<div class="text-center pt-3 mt-2 mt-sm-3 pb-5">
|
|
<a class="btn btn-lg btn-dark rounded-pill animate-slide-end" href="#!">
|
|
Explore all collections
|
|
<i class="ci-chevron-right animate-target fs-lg ms-1 me-n1"></i>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
@include('layouts.partials/footer3')
|
|
@endsection
|
|
|
|
@section('scripts')
|
|
@endsection
|