<!DOCTYPE html>
<style>
    :root {
        --bs-blue: #0d6efd;
        --bs-indigo: #6610f2;
        --bs-purple: #6f42c1;
        --bs-pink: #d63384;
        --bs-red: #dc3545;
        --bs-orange: #fd7e14;
        --bs-yellow: #ffc107;
        --bs-green: #198754;
        --bs-teal: #20c997;
        --bs-cyan: #0dcaf0;
        --bs-black: #000;
        --bs-white: #fff;
        --bs-gray: #6c757d;
        --bs-gray-dark: #343a40;
        --bs-gray-100: #f8f9fa;
        --bs-gray-200: #e9ecef;
        --bs-gray-300: #dee2e6;
        --bs-gray-400: #ced4da;
        --bs-gray-500: #adb5bd;
        --bs-gray-600: #6c757d;
        --bs-gray-700: #495057;
        --bs-gray-800: #343a40;
        --bs-gray-900: #212529;
        --bs-primary: #0d6efd;
        --bs-secondary: #6c757d;
        --bs-success: #198754;
        --bs-info: #0dcaf0;
        --bs-warning: #ffc107;
        --bs-danger: #dc3545;
        --bs-light: #f8f9fa;
        --bs-dark: #212529;
        --bs-primary-rgb: 13,110,253;
        --bs-secondary-rgb: 108,117,125;
        --bs-success-rgb: 25,135,84;
        --bs-info-rgb: 13,202,240;
        --bs-warning-rgb: 255,193,7;
        --bs-danger-rgb: 220,53,69;
        --bs-light-rgb: 248,249,250;
        --bs-dark-rgb: 33,37,41;
        --bs-white-rgb: 255,255,255;
        --bs-black-rgb: 0,0,0;
        --bs-body-color-rgb: 33,37,41;
        --bs-body-bg-rgb: 255,255,255;
        --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
        --bs-body-font-family: var(--bs-font-sans-serif);
        --bs-body-font-size: 1rem;
        --bs-body-font-weight: 400;
        --bs-body-line-height: 1.5;
        --bs-body-color: #212529;
        --bs-body-bg: #fff;
        --bs-border-width: 1px;
        --bs-border-style: solid;
        --bs-border-color: #dee2e6;
        --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
        --bs-border-radius: 0.375rem;
        --bs-border-radius-sm: 0.25rem;
        --bs-border-radius-lg: 0.5rem;
        --bs-border-radius-xl: 1rem;
        --bs-border-radius-2xl: 2rem;
        --bs-border-radius-pill: 50rem;
        --bs-link-color: #0d6efd;
        --bs-link-hover-color: #0a58ca;
        --bs-code-color: #d63384;
        --bs-highlight-bg: #fff3cd;
    }

    *,::after,::before {
        box-sizing: border-box;
    }

    @media (prefers-reduced-motion:no-preference) {
        :root {
            scroll-behavior: smooth;
        }
    }

    body {
        margin: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .h1,h1 {
        font-size: calc(1.375rem + 1.5vw);
    }


    .h2,h2 {
        font-size: calc(1.325rem + .9vw);
    }


    .h4,h4 {
        font-size: calc(1.275rem + .3vw);
    }


    .h5,h5 {
        font-size: 1.25rem;
    }


    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ol,ul {
        padding-left: 2rem;
    }

    ol,ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ol ol,ol ul,ul ol,ul ul {
        margin-bottom: 0;
    }

    b,strong {
        font-weight: bolder;
    }

    .small,small {
        font-size: .875em;
    }

    a {
        color: var(--bs-link-color);
        text-decoration: underline;
    }


    img,svg {
        vertical-align: middle;
    }

    button {
        border-radius: 0;
    }


    button,input,select,textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button,select {
        text-transform: none;
    }


    [type=button],[type=reset],[type=submit],button {
        -webkit-appearance: button;
    }

    [type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
        cursor: pointer;
    }




    .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 1140px;
        }
    }

    @media (min-width:1400px) {
        .container {
            max-width: 1320px;
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }


    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    @media (min-width:576px) {

        .col-sm-6 {
            flex: 0 0 auto;
            width: 50%;
        }
    }

    @media (min-width:768px) {

        .col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-md-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-md-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }
    }

    @media (min-width:992px) {

        .col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-lg-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }

        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }

        .col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }

        .col-lg-12 {
            flex: 0 0 auto;
            width: 100%;
        }
    }



    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }



    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }





    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .input-group>.form-control,.input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }


    .input-group .btn {
        position: relative;
        z-index: 2;
    }

    .input-group .btn:focus {
        z-index: 5;
    }

    .input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .25rem;
    }

    .input-group-sm>.form-select {
        padding-right: 3rem;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


    .btn {
        --bs-btn-padding-x: 0.75rem;
        --bs-btn-padding-y: 0.375rem;
        --bs-btn-font-family: ;
        --bs-btn-font-size: 1rem;
        --bs-btn-font-weight: 400;
        --bs-btn-line-height: 1.5;
        --bs-btn-color: #212529;
        --bs-btn-bg: transparent;
        --bs-btn-border-width: 1px;
        --bs-btn-border-color: transparent;
        --bs-btn-border-radius: 0.375rem;
        --bs-btn-hover-border-color: transparent;
        --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
        --bs-btn-disabled-opacity: 0.65;
        --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
        display: inline-block;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        font-weight: var(--bs-btn-font-weight);
        line-height: var(--bs-btn-line-height);
        color: var(--bs-btn-color);
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
        border-radius: var(--bs-btn-border-radius);
        background-color: var(--bs-btn-bg);
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #0d6efd;
        --bs-btn-border-color: #0d6efd;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #0b5ed7;
        --bs-btn-hover-border-color: #0a58ca;
        --bs-btn-focus-shadow-rgb: 49,132,253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #0a58ca;
        --bs-btn-active-border-color: #0a53be;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #0d6efd;
        --bs-btn-disabled-border-color: #0d6efd;
    }


    .btn-light {
        --bs-btn-color: #000;
        --bs-btn-bg: #f8f9fa;
        --bs-btn-border-color: #f8f9fa;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #d3d4d5;
        --bs-btn-hover-border-color: #c6c7c8;
        --bs-btn-focus-shadow-rgb: 211,212,213;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #c6c7c8;
        --bs-btn-active-border-color: #babbbc;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #000;
        --bs-btn-disabled-bg: #f8f9fa;
        --bs-btn-disabled-border-color: #f8f9fa;
    }

    .btn-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: 0.25rem;
    }

    .fade {
        transition: opacity .15s linear;
    }

    @media (prefers-reduced-motion:reduce) {
        .fade {
            transition: none;
        }
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .dropdown {
        position: relative;
    }


    .card {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: 0.5rem;
        --bs-card-border-width: 1px;
        --bs-card-border-color: var(--bs-border-color-translucent);
        --bs-card-border-radius: 0.375rem;
        --bs-card-box-shadow: ;
        --bs-card-inner-border-radius: calc(0.375rem - 1px);
        --bs-card-cap-padding-y: 0.5rem;
        --bs-card-cap-padding-x: 1rem;
        --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
        --bs-card-cap-color: ;
        --bs-card-height: ;
        --bs-card-color: ;
        --bs-card-bg: #fff;
        --bs-card-img-overlay-padding: 1rem;
        --bs-card-group-margin: 0.75rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        height: var(--bs-card-height);
        word-wrap: break-word;
        background-color: var(--bs-card-bg);
        background-clip: border-box;
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: var(--bs-card-border-radius);
    }


    .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
    }

    .card-header {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        margin-bottom: 0;
        color: var(--bs-card-cap-color);
        background-color: var(--bs-card-cap-bg);
        border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    }

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
    }


    .offcanvas {
        --bs-offcanvas-zindex: 1045;
        --bs-offcanvas-width: 400px;
        --bs-offcanvas-height: 30vh;
        --bs-offcanvas-padding-x: 1rem;
        --bs-offcanvas-padding-y: 1rem;
        --bs-offcanvas-color: ;
        --bs-offcanvas-bg: #fff;
        --bs-offcanvas-border-width: 1px;
        --bs-offcanvas-border-color: var(--bs-border-color-translucent);
        --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }

    @media (prefers-reduced-motion:reduce) {
        .offcanvas {
            transition: none;
        }
    }

    .offcanvas.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas.show:not(.hiding) {
        transform: none;
    }

    .offcanvas.hiding,.offcanvas.show {
        visibility: visible;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    }

    .offcanvas-title {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        overflow-y: auto;
    }


    .d-block {
        display: block!important;
    }

    .d-grid {
        display: grid!important;
    }

    .d-flex {
        display: flex!important;
    }

    .d-inline-flex {
        display: inline-flex!important;
    }

    .d-none {
        display: none!important;
    }

    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .position-relative {
        position: relative!important;
    }

    .position-absolute {
        position: absolute!important;
    }

    .top-50 {
        top: 50%!important;
    }

    .translate-middle {
        transform: translate(-50%,-50%)!important;
    }

    .border {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    }

    .border-0 {
        border: 0!important;
    }

    .border-top {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    }

    .border-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    }

    .border-secondary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important;
    }

    .w-50 {
        width: 50%!important;
    }

    .w-75 {
        width: 75%!important;
    }

    .w-100 {
        width: 100%!important;
    }

    .w-auto {
        width: auto!important;
    }

    .h-100 {
        height: 100%!important;
    }

    .flex-column {
        flex-direction: column!important;
    }

    .flex-wrap {
        flex-wrap: wrap!important;
    }

    .justify-content-end {
        justify-content: flex-end!important;
    }

    .justify-content-center {
        justify-content: center!important;
    }

    .justify-content-between {
        justify-content: space-between!important;
    }

    .justify-content-around {
        justify-content: space-around!important;
    }

    .align-items-start {
        align-items: flex-start!important;
    }

    .align-items-center {
        align-items: center!important;
    }

    .m-0 {
        margin: 0!important;
    }

    .mx-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }

    .mx-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .my-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .my-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }

    .my-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }

    .mt-2 {
        margin-top: .5rem!important;
    }

    .mt-3 {
        margin-top: 1rem!important;
    }

    .mt-4 {
        margin-top: 1.5rem!important;
    }

    .mt-5 {
        margin-top: 3rem!important;
    }

    .me-1 {
        margin-right: .25rem!important;
    }

    .me-2 {
        margin-right: .5rem!important;
    }

    .mb-0 {
        margin-bottom: 0!important;
    }

    .mb-1 {
        margin-bottom: .25rem!important;
    }

    .mb-2 {
        margin-bottom: .5rem!important;
    }

    .mb-3 {
        margin-bottom: 1rem!important;
    }

    .mb-4 {
        margin-bottom: 1.5rem!important;
    }

    .ms-1 {
        margin-left: .25rem!important;
    }

    .ms-2 {
        margin-left: .5rem!important;
    }

    .p-0 {
        padding: 0!important;
    }

    .p-2 {
        padding: .5rem!important;
    }

    .p-3 {
        padding: 1rem!important;
    }

    .p-4 {
        padding: 1.5rem!important;
    }

    .px-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .px-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }

    .px-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .px-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }

    .py-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .py-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .py-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }

    .py-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }

    .pt-3 {
        padding-top: 1rem!important;
    }

    .pt-4 {
        padding-top: 1.5rem!important;
    }

    .pt-5 {
        padding-top: 3rem!important;
    }

    .pb-1 {
        padding-bottom: .25rem!important;
    }

    .pb-2 {
        padding-bottom: .5rem!important;
    }

    .pb-3 {
        padding-bottom: 1rem!important;
    }

    .pb-4 {
        padding-bottom: 1.5rem!important;
    }

    .ps-3 {
        padding-left: 1rem!important;
    }

    .gap-2 {
        gap: .5rem!important;
    }

    .gap-3 {
        gap: 1rem!important;
    }

    .gap-4 {
        gap: 1.5rem!important;
    }

    .fs-1 {
        font-size: calc(1.375rem + 1.5vw)!important;
    }

    .fs-3 {
        font-size: calc(1.3rem + .6vw)!important;
    }

    .fs-5 {
        font-size: 1.25rem!important;
    }

    .fs-6 {
        font-size: 1rem!important;
    }

    .fw-bold {
        font-weight: 700!important;
    }

    .text-start {
        text-align: left!important;
    }

    .text-end {
        text-align: right!important;
    }

    .text-center {
        text-align: center!important;
    }

    .text-decoration-none {
        text-decoration: none!important;
    }

    .text-decoration-line-through {
        text-decoration: line-through!important;
    }

    .text-uppercase {
        text-transform: uppercase!important;
    }

    .text-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
    }

    .text-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important;
    }

    .text-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
    }

    .text-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
    }

    .text-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
    }

    .text-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
    }

    .text-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important;
    }

    .text-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    }

    .text-muted {
        --bs-text-opacity: 1;
        color: #6c757d!important;
    }

    .bg-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
    }

    .bg-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    }

    .bg-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    }

    .rounded {
        border-radius: var(--bs-border-radius)!important;
    }

    .rounded-0 {
        border-radius: 0!important;
    }

    .rounded-2 {
        border-radius: var(--bs-border-radius)!important;
    }

    .rounded-3 {
        border-radius: var(--bs-border-radius-lg)!important;
    }

    .rounded-circle {
        border-radius: 50%!important;
    }

    .visible {
        visibility: visible!important;
    }

    @media (min-width:768px) {

        .d-md-block {
            display: block!important;
        }

        .flex-md-column {
            flex-direction: column!important;
        }

        .justify-content-md-end {
            justify-content: flex-end!important;
        }

        .text-md-center {
            text-align: center!important;
        }
    }

    @media (min-width:992px) {

        .d-lg-block {
            display: block!important;
        }

        .d-lg-flex {
            display: flex!important;
        }

        .d-lg-none {
            display: none!important;
        }

        .flex-lg-row {
            flex-direction: row!important;
        }

        .flex-lg-nowrap {
            flex-wrap: nowrap!important;
        }
    }

    @media (min-width:1200px) {
        .fs-1 {
            font-size: 2.5rem!important;
        }

        .fs-3 {
            font-size: 1.75rem!important;
        }
    }

    :root {
        --primary-color: #0d6efd;
    }

    .breadcrumb {
        --bs-breadcrumb-item-padding-x: .3rem;
    }

    * {
        font-family: 'Lato', Helvetica, sans-serif;
    }

    body {
        /* background-color: #f2f2f2; */
    }

    p {
        margin: 0;
        font-family: 'Lato', sans-serif;
    }

    a {
        text-decoration: none;
    }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
    }

    h6 {
        line-height: 1.33;
    }

    select:focus-visible {
        outline: none;
    }

    input:focus {
        box-shadow: none !important;
    }

    /* Chrome, Safari, Edge, Opera */

    input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */

    input[type=number] {
        -moz-appearance: textfield;
    }

    /*=============================
        [02. Helper Classes]
    ===============================*/

    .rounded-3px {
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        -o-border-radius: 3px !important;
    }

    .rotate-90 {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    /* Background */

    .bg-light-silver {
        background-color: #f5f6f8;
    }

    .border-silver {
        border-color: #eee !important;
    }

    .bg-image-center {
        background-size: cover;
        background-position: center;
    }

    /* Text */

    .title-max-45 {
        max-height: 45px;
        overflow: hidden;
    }

    .text-dark-lead,.text-dark-lead a {
        color: #333 !important;
    }

    .footer-list.text-dark li a {
        color: #1d1d1d;
    }

    .text-silver-lead {
        color: #ddd !important;
    }

    .text-gray {
        color: #333;
    }

    .xx-small {
        font-size: .7rem;
    }

    .smaller {
        font-size: 11px;
    }


    /* --- Icons --- */

    .x-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
    }

    .x-icon {
        width: 32px;
        height: 32px;
        font-size: .85rem;
    }



    .group-circle {
        border-radius: 50px;
    }

    .group-circle .form-control {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-right: 0;
        border: 0;
    }

    .group-circle .form-control:focus {
        box-shadow: none;
    }

    .group-circle button {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .group-py-3 {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .badge-circle {
        position: absolute;
        width: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #E1306C;
        border-radius: 50%;
        font-size: 0.68rem;
        font-weight: 500;
        top: -7%;
        left: 60%;
    }

    .w-85 {
        width: 85%;
    }

    .hidden {
        display: none;
    }


    .product-card {
        overflow: hidden;
    }

    .product-card .card-header {
        overflow: hidden;
        background-color: transparent;
    }

    /*--- Thumb Hover Affects ---*/

    .price-18px {
        font-size: 1.1rem;
    }

    .bg-white {
        background-color: #fff;
    }


    .cart-ovelay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

    .cart-offcanvas {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 3;
        right: -30%;
        visibility: hidden;
        transition: all .3s;
    }

    .cart-offcanvas.show {
        right: 0;
        visibility: visible;
    }

    .calculate-shipping {
        display: none;
    }


    /*=============================
        [14. Recent Purchase]
    ===============================*/

    .recent-purchase {
        background-color: #fff;
        display: flex;
        width: 300px;
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        z-index: 3;
        transition: all .7s;
    }

    .recent-purchase.left {
        left: -100%;
    }

    .recent-purchase.left.show {
        left: 1rem;
    }

    .recent-purchase.bottom {
        bottom: -50%;
    }

    .recent-purchase.bottom.show {
        bottom: 1rem;
    }

    .recent-purchase img {
        width: 80px;
    }

    .recent-purchase .purchase-close {
        display: block;
        position: absolute;
        top: .3rem;
        right: .6rem;
        color: silver;
        font-size: .8rem;
        cursor: pointer;
    }

    /*=============================
        [14. Breadcrump]
    ===============================*/

    .breadcrump-light .breadcrumb-item.active {
        display: flex;
        align-items: baseline;
        color: var(--primary-color);
    }

    .breadcrump-light .breadcrumb-item.active::before {
        content: '\F285';
        font-family: bootstrap-icons !important;
        vertical-align: middle;
        font-size: 10px;
        color: #666;
        float: none;
    }

    .orders td {
        padding: 2rem 0;
    }

    /*=============================
        [15. Footer]
    ===============================*/

    .footer-list li a {
        display: block;
        margin-bottom: 1rem;
    }

    .offcanvas-border-light {
        border-bottom: 1px solid #f1f2f2;
    }

    .offcanvas-295 {
        width: 295px !important;
    }

    .mobile-menu .nav-item {
        border-bottom: 1px solid #f1f2f2;
    }

    .mobile-menu .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem .5rem;
    }

    .mobile-menu ul {
        padding: .5rem;
        border-top: 1px solid #f1f2f2;
    }

    .mobile-menu .dropdown-item {
        padding: .5rem .8rem;
    }

    .mobile-menu .nav-link .arrow {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    /* Slider */

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,.slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,.slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }
    @font-face {
        font-display: block;
        font-family: bootstrap-icons;
        src: url("/web/20260215192839im_/https://repladiesbags.com/common/productstatic/css/bootstrap-icons.woff2") format("woff2"),url("/web/20260215192839im_/https://repladiesbags.com/common/productstatic/css/bootstrap-icons.woff") format("woff");
    }

    .bi::before,[class*=" bi-"]::before,[class^=bi-]::before {
        display: inline-block;
        font-family: bootstrap-icons!important;
        font-style: normal;
        font-weight: 400!important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .bi-bag::before {
        content: "\f179";
    }

    .bi-envelope::before {
        content: "\f32f";
    }

    .bi-geo-alt::before {
        content: "\f3e8";
    }

    .bi-house-door::before {
        content: "\f423";
    }

    .bi-list::before {
        content: "\f479";
    }

    .bi-shield-check::before {
        content: "\f52f";
    }

    .bi-star-fill::before {
        content: "\f586";
    }

    .bi-telephone-inbound::before {
        content: "\f5b8";
    }

    .bi-truck::before {
        content: "\f5ea";
    }


    .bi-cash-coin::before {
        content: "\f632";
    }


</style>
<!DOCTYPE html>
<html lang="en">
<head>
    <link rel="preload" href="./common/cfg/logo3.webp" as="image" type="image/jpeg" media="(min-width: 0)">
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="index, follow">    <link rel="icon" href="./common/cfg/logo.png" type="image/png">

    
    <title>Repladies | Replica Louis Luxury Handbags Online Shop</title>
    <meta name="description" content="Discover Repladies and Replica Louis – Luxury handbags with unbeatable prices. Fashionable, reliable, and affordable for all fashion lovers!">
            <meta name="keywords" content="luxe hd handbags,top lv">
        <link rel="canonical" href="./index.html">


    <meta property="og:url" content="./index.html">
    <meta property="og:title" content="Repladies | Replica Louis Luxury Handbags Online Shop">
    <meta property="og:type" content="website">
    <meta property="og:description"  content="Discover Repladies and Replica Louis – Luxury handbags with unbeatable prices. Fashionable, reliable, and affordable for all fashion lovers!">
    <meta property="og:locale" content="en_US">
    <meta property="og:image" content="/common/cfg/logo.png">
    <meta property="og:image:secure_url" content="/common/cfg/logo.png">
    <meta property="article:published_time" content="2025-01-24T02:18:41-05:00"><meta property="article:modified_time" content="2025-03-12T11:00:00-04:00">
    <meta property="article:publisher" content="/repladiesbags.com">

    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@repladiesbags.com">
    <meta name="twitter:title" content="Repladies | Replica Louis Luxury Handbags Online Shop">
    <meta name="twitter:description" content="Discover Repladies and Replica Louis – Luxury handbags with unbeatable prices. Fashionable, reliable, and affordable for all fashion lovers!">
    <meta name="twitter:creator" content="@repladiesbags.com">
    <meta name="twitter:image" content="/common/cfg/logo.png">

    
    <script type="application/ld+json">
    {
    "@context": "https:\/\/schema.org\/",
    "@type": "Product",
    "name": "Repladies | Replica Louis Luxury Handbags Online Shop",
    "image": [
        "\/common\/cfg\/logo.png"
    ],
    "description": "Discover Repladies and Replica Louis – Luxury handbags with unbeatable prices. Fashionable, reliable, and affordable for all fashion lovers!",
    "sku": "100001",
    "brand": {
        "@type": "Brand",
        "name": "Repladies"
    },
    "offers": {
        "@type": "Offer",
        "priceCurrency": "USD",
        "price": 99,
        "stock_status": "in-stock",
        "itemCondition": "https:\/\/schema.org\/NewCondition",
        "availability": "https:\/\/schema.org\/InStock",
        "priceValidUntil": "2025-09-09",
        "shippingDetails": {
            "@type": "OfferShippingDetails",
            "shippingRate": {
                "@type": "MonetaryAmount",
                "value": "0.00",
                "currency": "USD"
            },
            "deliveryTime": {
                "@type": "ShippingDeliveryTime",
                "businessDays": "0-5",
                "handlingTime": {
                    "@type": "QuantitativeValue",
                    "minValue": 0,
                    "maxValue": 1,
                    "unitCode": "DAY"
                },
                "transitTime": {
                    "@type": "QuantitativeValue",
                    "minValue": 1,
                    "maxValue": 5,
                    "unitCode": "DAY"
                }
            },
            "shippingDestination": [
                {
                    "@type": "DefinedRegion",
                    "name": "United States",
                    "addressCountry": "US"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Canada",
                    "addressCountry": "CA"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "United Kingdom",
                    "addressCountry": "GB"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Australia",
                    "addressCountry": "AU"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Germany",
                    "addressCountry": "DE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "France",
                    "addressCountry": "FR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Italy",
                    "addressCountry": "IT"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Spain",
                    "addressCountry": "ES"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Netherlands",
                    "addressCountry": "NL"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Switzerland",
                    "addressCountry": "CH"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Japan",
                    "addressCountry": "JP"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "China",
                    "addressCountry": "CN"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "South Korea",
                    "addressCountry": "KR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "India",
                    "addressCountry": "IN"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Brazil",
                    "addressCountry": "BR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Mexico",
                    "addressCountry": "MX"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "South Africa",
                    "addressCountry": "ZA"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Russia",
                    "addressCountry": "RU"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Singapore",
                    "addressCountry": "SG"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Argentina",
                    "addressCountry": "AR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "New Zealand",
                    "addressCountry": "NZ"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Norway",
                    "addressCountry": "NO"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Sweden",
                    "addressCountry": "SE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Belgium",
                    "addressCountry": "BE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Austria",
                    "addressCountry": "AT"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Ireland",
                    "addressCountry": "IE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Poland",
                    "addressCountry": "PL"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Finland",
                    "addressCountry": "FI"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Denmark",
                    "addressCountry": "DK"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Portugal",
                    "addressCountry": "PT"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Czech Republic",
                    "addressCountry": "CZ"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Hungary",
                    "addressCountry": "HU"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Romania",
                    "addressCountry": "RO"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Bulgaria",
                    "addressCountry": "BG"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Croatia",
                    "addressCountry": "HR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Slovenia",
                    "addressCountry": "SI"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Slovakia",
                    "addressCountry": "SK"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Estonia",
                    "addressCountry": "EE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Latvia",
                    "addressCountry": "LV"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Lithuania",
                    "addressCountry": "LT"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Luxembourg",
                    "addressCountry": "LU"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Malta",
                    "addressCountry": "MT"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Cyprus",
                    "addressCountry": "CY"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Ukraine",
                    "addressCountry": "UA"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Chile",
                    "addressCountry": "CL"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Colombia",
                    "addressCountry": "CO"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Turkey",
                    "addressCountry": "TR"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Israel",
                    "addressCountry": "IL"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Egypt",
                    "addressCountry": "EG"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Thailand",
                    "addressCountry": "TH"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Malaysia",
                    "addressCountry": "MY"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Vietnam",
                    "addressCountry": "VN"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Indonesia",
                    "addressCountry": "ID"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Pakistan",
                    "addressCountry": "PK"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Philippines",
                    "addressCountry": "PH"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Saudi Arabia",
                    "addressCountry": "SA"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Qatar",
                    "addressCountry": "QA"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Kuwait",
                    "addressCountry": "KW"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Jordan",
                    "addressCountry": "JO"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "United Arab Emirates",
                    "addressCountry": "AE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Oman",
                    "addressCountry": "OM"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Bahrain",
                    "addressCountry": "BH"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Lebanon",
                    "addressCountry": "LB"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Iraq",
                    "addressCountry": "IQ"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Yemen",
                    "addressCountry": "YE"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Jordan",
                    "addressCountry": "JO"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Kazakhstan",
                    "addressCountry": "KZ"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Azerbaijan",
                    "addressCountry": "AZ"
                },
                {
                    "@type": "DefinedRegion",
                    "name": "Armenia",
                    "addressCountry": "AM"
                }
            ]
        },
        "hasMerchantReturnPolicy": [
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "US"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "CN"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "JP"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "DE"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "IN"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "GB"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "FR"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "IT"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "BR"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "CA"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "KR"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "RU"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "AU"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "ES"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "MX"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "ZA"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "NG"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "PL"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            },
            {
                "@type": "MerchantReturnPolicy",
                "returnPolicyCategory": "https:\/\/schema.org\/MerchantReturnUnlimitedWindow",
                "applicableCountry": [
                    "SG"
                ],
                "returnMethod": [
                    "https:\/\/schema.org\/ReturnAtKiosk",
                    "https:\/\/schema.org\/ReturnByMail",
                    "https:\/\/schema.org\/ReturnInStore"
                ],
                "returnFees": "https:\/\/schema.org\/FreeReturn"
            }
        ]
    },
    "size": "OS",
    "category": "L",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 5,
        "reviewCount": 74
    },
    "tags": [
        ""
    ]
}    </script>



    <!-- Preconnect to essential domains to reduce connection time -->
<!--    <script src="./common/productstatic/js/popup.js"></script>-->
    
    <link rel="preconnect" href="./index.html" crossorigin="">
    <link rel="preconnect" href="./index.html" crossorigin="">

    <!-- Critical CSS: Load first to ensure fast page rendering -->
<!--    <link href="./common/productstatic/css/css2.css" rel="stylesheet">-->
    <!--    <link href="./common/productstatic/css/bootstrap.min.css?v=1.0.1" rel="stylesheet">-->
    <!--    <link rel="stylesheet" href="./common/productstatic/css/bootstrap-icons.min.css">-->
<!--    <link href="./common/productstatic/css/all.min.css" rel="stylesheet">-->
    
    <!-- Additional non-critical CSS files: Load after the core CSS -->
<!--    <link href="./common/productstatic/css/animate.min.css" rel="stylesheet">-->


<!--    -->
<!--    --><!--    <link href="./common/productstatic/css/nouislider.min.css" rel="stylesheet">-->
    
    <!-- Non-blocking CSS: Load with 'media' attribute to defer loading -->
<!--    <link rel="stylesheet" href="./common/productstatic/css/style.css?v=1.0.2">-->
</head>

<body>
<div class="py-2 top-header bg-light-silver text-dark-lead">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-5 col-md-6">
                <span class="fa-solid fa-truck-fast me-2"></span> <span class="small">Repladies, Replica Louis | FREE SHIPPING ON ALL ORDERS !</span>
            </div>
            <div class="col-lg-7 col-md-6">
                <div class="xx-small d-flex flex-wrap flex-lg-nowrap gap-3 align-items-center justify-content-center justify-content-md-end">
                    <ul class="d-none  d-lg-flex align-items-center gap-3">
                        <li><a class="ee" href="./cart">Shopping Cart</a></li>
                        <li><a class="ee" href="./checkout">Checkout</a></li>
                        <li><a class="ee" href="./contact-us">Contact Us</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
<div  id="navbar" class="py-4 bg-white shadow-sm responsive-nav">
    <div class="container">
        <div class="row align-items-center" style="height: 60px">
            <div class="responsive-image-out col-lg-2 col-md-3 col-6">
                <a class="logo" href="./common/cfg/logo2.webp"
                         alt="Logo">                </a>
            </div>
            <div style="height: 60px" class="col-md-7 d-none d-md-block">
                <div class="border input-group group-circle mx-auto w-85">
                                        <input id="searchInput" class="form-control group-py-3 ps-3 border-0" type="text" placeholder="Search" value="">
                    <button class="btn px-4" type="button" onclick="performSearch()" aria-label="search">
                        🔍
                    </button>
                </div>
            </div>
            <div style="height: 60px;margin-left: auto" class="col-lg-3 col-md-2 col-6 small">
                <div class="d-flex gap-4 text-dark-lead align-items-center justify-content-end" style="margin-top: -14px">
<!--                    <a style="max-width: 1px;" aria-label="Blog" class="d-flex flex-column  align-items-center position-relative" href="./blog">-->
<!--                        <p  style="color: white;margin-top: 100px font-size: 1px">b</p>-->
                        <!--                        <i class="bi bi-pencil-square" style="font-size: 24px; color: #007bff;"></i>-->
                        <!--                        <span class="small d-none d-lg-block">Blog</span>-->
<!--                    </a>-->
                    <a aria-label="Index" class="d-flex flex-column " href="./i>
                    </a>

                    <a aria-label=/index.html"Cart" class="d-flex flex-column btn-cart-offcanvas align-items-center position-relative" href="#">
                        <i class="bi bi-bag h4 m-0"></i>
                        <span class="badge-circle text-white" id="cartSum">0</span>
                        <span class="small d-none d-lg-block">Cart</span>
                    </a>

                    <a aria-label="Category" class="d-lg-none d-flex flex-column align-items-center" href="#" data-bs-toggle="offcanvas" data-bs-target="#offcanvasScrolling" aria-controls="offcanvasScrolling">
                        <i class="bi bi-list h4 m-0"></i>
                    </a>
                </div>
            </div>
        </div>
    </div>
    <!DOCTYPE html>
<html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">

    <link href="./common/productstatic/css/nav.css?v=1.0.1"
          media="all"
          rel="stylesheet"/>
    <style>
        .builder-item--primary-menu {
            --hovercolor: rgba(3, 22, 222, 0.63);
            --activecolor: #090909;
            --spacing: 20px;
            --height: 25px;
            --padding: 0;
            --margin: 0;
            --fontsize: 1em;
            --lineheight: 1.6em;
            --letterspacing: 0px;
            --fontweight: 600;
            --texttransform: uppercase;
            --iconsize: 1em;
        }
    </style>
<body class="home page-template-default page page-id-311 wp-custom-logo theme-neve woocommerce-no-js woo-variation-swatches wvs-behavior-blur wvs-theme-neve wvs-show-label wvs-tooltip  nv-blog-default nv-sidebar-full-width nv-without-title menu_sidebar_slide_left">
<div class="wrapper">
    <div class="hfg_header site-header">
        <div class="header--row header-bottom hide-on-mobile hide-on-tablet layout-full-contained has-center header--row"
             data-row-id="bottom" data-show-on="desktop">
            <div
                    class="header--row-inner header-bottom-inner">
                <div style="margin-left: 100px; margin-right:100px" class="container">
                    <div
                            class="row row--wrapper"
                            data-section="hfg_header_layout_bottom">
                        <div class="hfg-slot left"></div>
                        <div class="hfg-slot center">
                            <div class="builder-item has-nav">
                                <div class="item--inner builder-item--primary-menu has_menu"
                                     data-item-id="primary-menu"
                                     data-section="header_menu_primary">
                                    <div class="nv-nav-wrap">
                                        <div aria-label="Primary Menu"
                                             class="nav-menu-primary style-border-bottom m-style"
                                             role="navigation">
                                            <ul class="primary-menu-ul nav-ul menu-desktop"
                                                id="nv-primary-navigation-bottom">
                                                <li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="/">HOME</a></div></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./louis-vuitton"><span class="menu-item-title-wrap dd-title">louis vuitton</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/louis-vuitton-other-series">louis vuitton other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/alma">alma</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/box">box</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/capucines">capucines</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/chain-wallet">chain wallet</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/coussin">coussin</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/dauphine">dauphine</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/favorite">favorite</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/graceful">graceful</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/keepall">keepall</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/lockme">lockme</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/lv-backpack">lv backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/lv-wallet-clutch">lv wallet clutch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/messenger">messenger</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/montaigne">montaigne</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/neonoe">neonoe</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/neverfull">neverfull</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/onthego">onthego</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/petite-malle">petite malle</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/petite-boite-chapeau">petite boite chapeau</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/pochette-metis">pochette metis</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/pochette-felicie">pochette felicie</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/soft-trunk">soft trunk</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/speedy">speedy</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/toiletry-bag">toiletry bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./louis-vuitton/twist">twist</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./cl"><span class="menu-item-title-wrap dd-title">cl</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/boy-bag">boy bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/chain-wallets">chain wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/cl-vanity-case">cl vanity case</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/cl-other-series">cl other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/cl-backpack-27455">cl backpack 27455</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/cl-19">cl 19</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/flap-bag">flap bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/gabrielle">gabrielle</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/handle-bags">handle bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/small-bags">small bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/the-bucket-bag">the bucket bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/tote-bags">tote bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./cl/wallet-clutch">wallet clutch</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./men"><span class="menu-item-title-wrap dd-title">men</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./men/men">men</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./ysl"><span class="menu-item-title-wrap dd-title">ysl</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/cassandra">cassandra</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/cassandre-matelasse">cassandre matelasse</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/clutch">clutch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/college">college</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/envelope">envelope</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/kate">kate</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/loulou-puffer">loulou puffer</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/niki">niki</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/solferino">solferino</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/sunset">sunset</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/up-town">up town</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/ysl-wallets">ysl wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/ysl-backpack">ysl backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./ysl/ysl-other-series">ysl other series</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./dior"><span class="menu-item-title-wrap dd-title">dior</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/bobby">bobby</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/camp">camp</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/caro">caro</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/dior-other-series">dior other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/dior-cosmetic-case">dior cosmetic case</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/diro-backpack">diro backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/diro-tote-bags">diro tote bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/lady-dior">lady dior</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/montaigne">montaigne</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/oblique">oblique</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/pouch">pouch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./dior/saddle-bag">saddle bag</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./chloe"><span class="menu-item-title-wrap dd-title">chloe</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/aby">aby</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/c-bag">c bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/chloe-other-series">chloe other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/drew">drew</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/faye">faye</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/nile">nile</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/tess">tess</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./chloe/the-bucket-bag">the bucket bag</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./fendi"><span class="menu-item-title-wrap dd-title">fendi</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/baguette">baguette</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/belt-bags">belt bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/by-the-way">by the way</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/fendi-wallets">fendi wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/fendi-other-series">fendi other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/fendi-backpack-19797">fendi backpack 19797</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/kan-i">kan i</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/mon-tresor">mon tresor</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/peekaboo">peekaboo</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./fendi/tote-bags">tote bags</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./gucci"><span class="menu-item-title-wrap dd-title">gucci</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/1955-1969-1961">1955 1969 1961</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/adidas-x-gucci">adidas x gucci</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/blondie">blondie</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/clutch">clutch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/diana">diana</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/dionysus">dionysus</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/disco-bags">disco bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/disney-x-gucci">disney x gucci</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gg-supreme">gg supreme</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gg-marmont">gg marmont</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-wallets">gucci wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-other-series">gucci other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-travel-box-11488">gucci travel box 11488</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-chain-wallet-19355">gucci chain wallet 19355</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-tote-bag-29260">gucci tote bag 29260</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/gucci-backpack-29250">gucci backpack 29250</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/jumbo-gg">jumbo gg</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/off-the-grid">off the grid</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/ophidia">ophidia</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/padlock">padlock</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/queen-margaret">queen margaret</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/rajah">rajah</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/signature">signature</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./gucci/sylvie">sylvie</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./loewe"><span class="menu-item-title-wrap dd-title">loewe</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/flamenco-bags">flamenco bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/gate-bags">gate bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/hammock">hammock</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/lazo">lazo</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/loewe-backpack">loewe backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/loewe-other-series">loewe other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/loewe-tote-bags-29092">loewe tote bags 29092</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./loewe/puzzle-bags">puzzle bags</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./prada"><span class="menu-item-title-wrap dd-title">prada</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/bucket-bags">bucket bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/cahier">cahier</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/galleria">galleria</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/monochrome">monochrome</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/panier">panier</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/prada-wallets">prada wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/prada-shoulder-bag">prada shoulder bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/prada-other-series">prada other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/prada-re-nylon-shoulder-bag">prada re nylon shoulder bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/prada-backpack-30187">prada backpack 30187</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/re-edition">re edition</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./prada/spectrum">spectrum</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./shoes"><span class="menu-item-title-wrap dd-title">shoes</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/balenciaga-shoes&amp;track">balenciaga shoes&amp;track</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/balenciaga-shoes&amp;speed">balenciaga shoes&amp;speed</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/balenciaga-shoes&amp;runner">balenciaga shoes&amp;runner</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/balenciaga-shoes&amp;triple-s">balenciaga shoes&amp;triple s</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/balenciaga-shoes&amp;ddfender">balenciaga shoes&amp;ddfender</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/boots">boots</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/bv">bv</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/celin-shoes">celin shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/chloe-shoes">chloe shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/christianlouboutin-shoes">christianlouboutin shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/cl-shoes-29085&amp;cl-sneakers">cl shoes 29085&amp;cl sneakers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/cl-shoes-29085&amp;cl-heels-pumps">cl shoes 29085&amp;cl heels pumps</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/cl-shoes-29085&amp;cl-sandals-slides">cl shoes 29085&amp;cl sandals slides</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/cl-shoes-29085&amp;cl-espadriles-slingbacks-others">cl shoes 29085&amp;cl espadriles slingbacks others</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/cl-shoes-29085&amp;cl-boots-31276">cl shoes 29085&amp;cl boots 31276</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;boots">diro shoes&amp;boots</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;dior-b30">diro shoes&amp;dior b30</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;dior-b22">diro shoes&amp;dior b22</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;loafers">diro shoes&amp;loafers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;high-heels">diro shoes&amp;high heels</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;sandals-slides">diro shoes&amp;sandals slides</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/diro-shoes&amp;other-sneakers">diro shoes&amp;other sneakers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/fendi-shoes">fendi shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/givenchy-shoes">givenchy shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/gucci-shoes&amp;gucci-heels-pump">gucci shoes&amp;gucci heels pump</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/gucci-shoes&amp;gucci-sandals-slides">gucci shoes&amp;gucci sandals slides</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/gucci-shoes&amp;gucci-loafers-espadrille-others">gucci shoes&amp;gucci loafers espadrille others</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/gucci-shoes&amp;gucci-boots-1">gucci shoes&amp;gucci boots 1</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/gucci-shoes&amp;gucci-sneaker-29621">gucci shoes&amp;gucci sneaker 29621</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/hermes-shoes">hermes shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/isabel-marant">isabel marant</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/jordan&amp;jordan-1">jordan&amp;jordan 1</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/jordan&amp;jordan-3">jordan&amp;jordan 3</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/jordan&amp;jordan-4">jordan&amp;jordan 4</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/jordan&amp;jordan-11">jordan&amp;jordan 11</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/lanvin">lanvin</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/loafers">loafers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/lv-shoes&amp;lv-boots">lv shoes&amp;lv boots</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/lv-shoes&amp;lv-sneakers">lv shoes&amp;lv sneakers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/lv-shoes&amp;lv-heels-pumps">lv shoes&amp;lv heels pumps</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/lv-shoes&amp;lv-sandals-slides">lv shoes&amp;lv sandals slides</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/mcqueen-shoes">mcqueen shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/new-balance-30526">new balance 30526</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/other-brands-shoes">other brands shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/prada-shoes">prada shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/pumps">pumps</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/rene-caovilla">rene caovilla</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/rick-owens">rick owens</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/sandals-slippers">sandals slippers</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/sneakers&amp;men">sneakers&amp;men</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/sneakers&amp;women">sneakers&amp;women</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/valentino-shoes">valentino shoes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/yeezy">yeezy</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./shoes/ysl-shoes">ysl shoes</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./celine"><span class="menu-item-title-wrap dd-title">celine</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/16">16</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/ava">ava</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/belt-mini-micro-nano">belt mini micro nano</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/cabas">cabas</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/celin-other-series">celin other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/classic">classic</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/cuir-triomphe">cuir triomphe</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/luggage">luggage</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/the-bucket-bag">the bucket bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./celine/triomphe">triomphe</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./goyard"><span class="menu-item-title-wrap dd-title">goyard</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/goyard-hobo">goyard hobo</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/goyard-tote-bags">goyard tote bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/goyard-wallet-pouch">goyard wallet pouch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/goyard-other-series">goyard other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/goyard-backpack-25894">goyard backpack 25894</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/saigon">saigon</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/travel">travel</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./goyard/trunk">trunk</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./hermes"><span class="menu-item-title-wrap dd-title">hermes</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/birkin">birkin</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/bolide">bolide</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/constance">constance</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/evelyne">evelyne</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/halzan">halzan</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/herbag">herbag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/hermes-other-series">hermes other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/hermes-wallets-clutch">hermes wallets clutch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/kelly">kelly</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/lindy">lindy</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/picotin">picotin</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./hermes/roulis">roulis</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./bvlgari"><span class="menu-item-title-wrap dd-title">bvlgari</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bvlgari/bvlgari">bvlgari</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./burberry"><span class="menu-item-title-wrap dd-title">burberry</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/buberry-wallets">buberry wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/buberry-backpack">buberry backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/buberry-tote-bags">buberry tote bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/bum-bags">bum bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/burberry-other-series">burberry other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/chess">chess</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/crossbody-bags">crossbody bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/knight">knight</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/lola-bag">lola bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/the-tb-bag">the tb bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/the-banner">the banner</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/the-monogram-collection">the monogram collection</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./burberry/title">title</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./suitcase"><span class="menu-item-title-wrap dd-title">suitcase</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./suitcase/gucci-suitcase">gucci suitcase</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./suitcase/lv-suitcase">lv suitcase</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./suitcase/rimowa">rimowa</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./valentino"><span class="menu-item-title-wrap dd-title">valentino</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/clutches">clutches</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/loco">loco</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/one-stud">one stud</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/rockstud">rockstud</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/rockstud-spike">rockstud spike</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/roman-stud">roman stud</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/stud-sign">stud sign</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/supervee">supervee</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/valentino-wallets">valentino wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/valentino-tote-bags">valentino tote bags</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/valentino-other-series">valentino other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./valentino/vlogo-bags">vlogo bags</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./balenciaga"><span class="menu-item-title-wrap dd-title">balenciaga</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/backpack">backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/balenciaga-other-series">balenciaga other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/bl-wallets">bl wallets</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/classic-city">classic city</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/everyday">everyday</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/hourglass">hourglass</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/le-cagole">le cagole</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/superbusy">superbusy</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./balenciaga/ville">ville</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./accessories"><span class="menu-item-title-wrap dd-title">accessories</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/bag-charm">bag charm</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/belt">belt</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/clothes">clothes</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/hat">hat</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/jewelery">jewelery</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/silk-scarves">silk scarves</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/strap">strap</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/sunglasses">sunglasses</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/tights">tights</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./accessories/watch">watch</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./bottega-veneta"><span class="menu-item-title-wrap dd-title">bottega veneta</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/arco">arco</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/bv-backpack">bv backpack</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/bv-other-series">bv other series</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/cassette">cassette</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/double-knot">double knot</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/jodie">jodie</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/loop">loop</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/point">point</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/sardine-top-handle-bag">sardine top handle bag</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/shell">shell</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./bottega-veneta/the-pouch">the pouch</a></div></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><div class="wrap"><a href="./other-brand-handbags"><span class="menu-item-title-wrap dd-title">other brand handbags</span></a></div><ul class="sub-menu" style="background-color: #ffffff;"><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/alexander-wang">alexander wang</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/alexander-mcqueen">alexander mcqueen</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/coach">coach</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/delvaux">delvaux</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/givenchy">givenchy</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/jacquemus">jacquemus</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/mach-mach">mach mach</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/miu-miu">miu miu</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/the-row">the row</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/tory-burch">tory burch</a></div></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./other-brand-handbags/versace">versace</a></div></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><div class="wrap"><a href="./new">new</a></div></li>                                            </ul>

                                                                                    </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    </header>
</div>
<style>
    .wrapper {
        margin-bottom: -15px;
    }
    .sub-menu {
        font-size: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 600px;
        overflow-y: auto;
        right:-50px !important;
    }



</style>

<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"27fb65e61b044d3ba6e182a4c5373f7a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html></div>


<div class="hidden cart-ovelay"></div>
<div class="hidden- cart-offcanvas bg-white h-100 shadow-sm" style="width:320px;z-index: 2000">
    <div class="p-4">
        <div class="pb-3 border-bottom d-flex align-items-center justify-content-between">
            <p class="text-uppercase fs-6 fw-bold m-0">Shopping Cart</p><a class="close-cart-offcanvas text-muted small" href="">
                Close<i class="ms-1 fa-solid fa-arrow-right-long"></i></a>
        </div>
        <div class="cart-footer" id="cart-table-total">

        </div>
        <div id="header-cart-body" class="cart-body">

        </div>
        <tbody class="align-middle" id="cart-table-body">
        </tbody>

    </div>
</div>

<div class="offcanvas offcanvas-start offcanvas-295" id="offcanvasScrolling" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" aria-labelledby="offcanvasScrollingLabel">
    <div class="offcanvas-header offcanvas-border-light">
        <div class="offcanvas-title col-5" id="offcanvasScrollingLabel"> <a class="logo" href="#"><img class="max-width-180-" src="" alt=""></a></div>
        <button class="btn btn-light btn-sm rounded-circle x-icon small d-flex align-items-center justify-content-center" type="button" data-bs-dismiss="offcanvas" aria-label="Close"><i class="fa-solid fa-xmark"></i></button>
    </div>
    <div class="offcanvas-body">
        <div class="border input-group group-circle mx-auto w-100">
            <input id="searchInput2" class="form-control border-0" type="text" placeholder="Search" value="">
            <button class="btn px-3" type="button" onclick="performSearch2()" aria-label="search">
                🔍
            </button>
        </div>
        <div class="menu-container"><ul class="menu-list"><li><a href="/">HOME</a></li><li class="dropdown"><a href="./louis-vuitton">louis-vuitton</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./louis-vuitton/louis-vuitton-other-series">louis-vuitton-other-series</a></li><li><a href="./louis-vuitton/alma">alma</a></li><li><a href="./louis-vuitton/box">box</a></li><li><a href="./louis-vuitton/capucines">capucines</a></li><li><a href="./louis-vuitton/chain-wallet">chain-wallet</a></li><li><a href="./louis-vuitton/coussin">coussin</a></li><li><a href="./louis-vuitton/dauphine">dauphine</a></li><li><a href="./louis-vuitton/favorite">favorite</a></li><li><a href="./louis-vuitton/graceful">graceful</a></li><li><a href="./louis-vuitton/keepall">keepall</a></li><li><a href="./louis-vuitton/lockme">lockme</a></li><li><a href="./louis-vuitton/lv-backpack">lv-backpack</a></li><li><a href="./louis-vuitton/lv-wallet-clutch">lv-wallet-clutch</a></li><li><a href="./louis-vuitton/messenger">messenger</a></li><li><a href="./louis-vuitton/montaigne">montaigne</a></li><li><a href="./louis-vuitton/neonoe">neonoe</a></li><li><a href="./louis-vuitton/neverfull">neverfull</a></li><li><a href="./louis-vuitton/onthego">onthego</a></li><li><a href="./louis-vuitton/petite-malle">petite-malle</a></li><li><a href="./louis-vuitton/petite-boite-chapeau">petite-boite-chapeau</a></li><li><a href="./louis-vuitton/pochette-metis">pochette-metis</a></li><li><a href="./louis-vuitton/pochette-felicie">pochette-felicie</a></li><li><a href="./louis-vuitton/soft-trunk">soft-trunk</a></li><li><a href="./louis-vuitton/speedy">speedy</a></li><li><a href="./louis-vuitton/toiletry-bag">toiletry-bag</a></li><li><a href="./louis-vuitton/twist">twist</a></li></ul></div></ul></li><li class="dropdown"><a href="./cl">cl</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./cl/boy-bag">boy-bag</a></li><li><a href="./cl/chain-wallets">chain-wallets</a></li><li><a href="./cl/cl-vanity-case">cl-vanity-case</a></li><li><a href="./cl/cl-other-series">cl-other-series</a></li><li><a href="./cl/cl-backpack-27455">cl-backpack-27455</a></li><li><a href="./cl/cl-19">cl-19</a></li><li><a href="./cl/flap-bag">flap-bag</a></li><li><a href="./cl/gabrielle">gabrielle</a></li><li><a href="./cl/handle-bags">handle-bags</a></li><li><a href="./cl/small-bags">small-bags</a></li><li><a href="./cl/the-bucket-bag">the-bucket-bag</a></li><li><a href="./cl/tote-bags">tote-bags</a></li><li><a href="./cl/wallet-clutch">wallet-clutch</a></li></ul></div></ul></li><li class="dropdown"><a href="./men">men</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./men/men">men</a></li></ul></div></ul></li><li class="dropdown"><a href="./ysl">ysl</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./ysl/cassandra">cassandra</a></li><li><a href="./ysl/cassandre-matelasse">cassandre-matelasse</a></li><li><a href="./ysl/clutch">clutch</a></li><li><a href="./ysl/college">college</a></li><li><a href="./ysl/envelope">envelope</a></li><li><a href="./ysl/kate">kate</a></li><li><a href="./ysl/loulou-puffer">loulou-puffer</a></li><li><a href="./ysl/niki">niki</a></li><li><a href="./ysl/solferino">solferino</a></li><li><a href="./ysl/sunset">sunset</a></li><li><a href="./ysl/up-town">up-town</a></li><li><a href="./ysl/ysl-wallets">ysl-wallets</a></li><li><a href="./ysl/ysl-backpack">ysl-backpack</a></li><li><a href="./ysl/ysl-other-series">ysl-other-series</a></li></ul></div></ul></li><li class="dropdown"><a href="./dior">dior</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./dior/bobby">bobby</a></li><li><a href="./dior/camp">camp</a></li><li><a href="./dior/caro">caro</a></li><li><a href="./dior/dior-other-series">dior-other-series</a></li><li><a href="./dior/dior-cosmetic-case">dior-cosmetic-case</a></li><li><a href="./dior/diro-backpack">diro-backpack</a></li><li><a href="./dior/diro-tote-bags">diro-tote-bags</a></li><li><a href="./dior/lady-dior">lady-dior</a></li><li><a href="./dior/montaigne">montaigne</a></li><li><a href="./dior/oblique">oblique</a></li><li><a href="./dior/pouch">pouch</a></li><li><a href="./dior/saddle-bag">saddle-bag</a></li></ul></div></ul></li><li class="dropdown"><a href="./chloe">chloe</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./chloe/aby">aby</a></li><li><a href="./chloe/c-bag">c-bag</a></li><li><a href="./chloe/chloe-other-series">chloe-other-series</a></li><li><a href="./chloe/drew">drew</a></li><li><a href="./chloe/faye">faye</a></li><li><a href="./chloe/nile">nile</a></li><li><a href="./chloe/tess">tess</a></li><li><a href="./chloe/the-bucket-bag">the-bucket-bag</a></li></ul></div></ul></li><li class="dropdown"><a href="./fendi">fendi</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./fendi/baguette">baguette</a></li><li><a href="./fendi/belt-bags">belt-bags</a></li><li><a href="./fendi/by-the-way">by-the-way</a></li><li><a href="./fendi/fendi-wallets">fendi-wallets</a></li><li><a href="./fendi/fendi-other-series">fendi-other-series</a></li><li><a href="./fendi/fendi-backpack-19797">fendi-backpack-19797</a></li><li><a href="./fendi/kan-i">kan-i</a></li><li><a href="./fendi/mon-tresor">mon-tresor</a></li><li><a href="./fendi/peekaboo">peekaboo</a></li><li><a href="./fendi/tote-bags">tote-bags</a></li></ul></div></ul></li><li class="dropdown"><a href="./gucci">gucci</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./gucci/1955-1969-1961">1955-1969-1961</a></li><li><a href="./gucci/adidas-x-gucci">adidas-x-gucci</a></li><li><a href="./gucci/blondie">blondie</a></li><li><a href="./gucci/clutch">clutch</a></li><li><a href="./gucci/diana">diana</a></li><li><a href="./gucci/dionysus">dionysus</a></li><li><a href="./gucci/disco-bags">disco-bags</a></li><li><a href="./gucci/disney-x-gucci">disney-x-gucci</a></li><li><a href="./gucci/gg-supreme">gg-supreme</a></li><li><a href="./gucci/gg-marmont">gg-marmont</a></li><li><a href="./gucci/gucci-wallets">gucci-wallets</a></li><li><a href="./gucci/gucci-other-series">gucci-other-series</a></li><li><a href="./gucci/gucci-travel-box-11488">gucci-travel-box-11488</a></li><li><a href="./gucci/gucci-chain-wallet-19355">gucci-chain-wallet-19355</a></li><li><a href="./gucci/gucci-tote-bag-29260">gucci-tote-bag-29260</a></li><li><a href="./gucci/gucci-backpack-29250">gucci-backpack-29250</a></li><li><a href="./gucci/jumbo-gg">jumbo-gg</a></li><li><a href="./gucci/off-the-grid">off-the-grid</a></li><li><a href="./gucci/ophidia">ophidia</a></li><li><a href="./gucci/padlock">padlock</a></li><li><a href="./gucci/queen-margaret">queen-margaret</a></li><li><a href="./gucci/rajah">rajah</a></li><li><a href="./gucci/signature">signature</a></li><li><a href="./gucci/sylvie">sylvie</a></li></ul></div></ul></li><li class="dropdown"><a href="./loewe">loewe</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./loewe/flamenco-bags">flamenco-bags</a></li><li><a href="./loewe/gate-bags">gate-bags</a></li><li><a href="./loewe/hammock">hammock</a></li><li><a href="./loewe/lazo">lazo</a></li><li><a href="./loewe/loewe-backpack">loewe-backpack</a></li><li><a href="./loewe/loewe-other-series">loewe-other-series</a></li><li><a href="./loewe/loewe-tote-bags-29092">loewe-tote-bags-29092</a></li><li><a href="./loewe/puzzle-bags">puzzle-bags</a></li></ul></div></ul></li><li class="dropdown"><a href="./prada">prada</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./prada/bucket-bags">bucket-bags</a></li><li><a href="./prada/cahier">cahier</a></li><li><a href="./prada/galleria">galleria</a></li><li><a href="./prada/monochrome">monochrome</a></li><li><a href="./prada/panier">panier</a></li><li><a href="./prada/prada-wallets">prada-wallets</a></li><li><a href="./prada/prada-shoulder-bag">prada-shoulder-bag</a></li><li><a href="./prada/prada-other-series">prada-other-series</a></li><li><a href="./prada/prada-re-nylon-shoulder-bag">prada-re-nylon-shoulder-bag</a></li><li><a href="./prada/prada-backpack-30187">prada-backpack-30187</a></li><li><a href="./prada/re-edition">re-edition</a></li><li><a href="./prada/spectrum">spectrum</a></li></ul></div></ul></li><li class="dropdown"><a href="./shoes">shoes</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./shoes/balenciaga-shoes&track">balenciaga-shoes&track</a></li><li><a href="./shoes/balenciaga-shoes&speed">balenciaga-shoes&speed</a></li><li><a href="./shoes/balenciaga-shoes&runner">balenciaga-shoes&runner</a></li><li><a href="./shoes/balenciaga-shoes&triple-s">balenciaga-shoes&triple-s</a></li><li><a href="./shoes/balenciaga-shoes&ddfender">balenciaga-shoes&ddfender</a></li><li><a href="./shoes/boots">boots</a></li><li><a href="./shoes/bv">bv</a></li><li><a href="./shoes/celin-shoes">celin-shoes</a></li><li><a href="./shoes/chloe-shoes">chloe-shoes</a></li><li><a href="./shoes/christianlouboutin-shoes">christianlouboutin-shoes</a></li><li><a href="./shoes/cl-shoes-29085&cl-sneakers">cl-shoes-29085&cl-sneakers</a></li><li><a href="./shoes/cl-shoes-29085&cl-heels-pumps">cl-shoes-29085&cl-heels-pumps</a></li><li><a href="./shoes/cl-shoes-29085&cl-sandals-slides">cl-shoes-29085&cl-sandals-slides</a></li><li><a href="./shoes/cl-shoes-29085&cl-espadriles-slingbacks-others">cl-shoes-29085&cl-espadriles-slingbacks-others</a></li><li><a href="./shoes/cl-shoes-29085&cl-boots-31276">cl-shoes-29085&cl-boots-31276</a></li><li><a href="./shoes/diro-shoes&boots">diro-shoes&boots</a></li><li><a href="./shoes/diro-shoes&dior-b30">diro-shoes&dior-b30</a></li><li><a href="./shoes/diro-shoes&dior-b22">diro-shoes&dior-b22</a></li><li><a href="./shoes/diro-shoes&loafers">diro-shoes&loafers</a></li><li><a href="./shoes/diro-shoes&high-heels">diro-shoes&high-heels</a></li><li><a href="./shoes/diro-shoes&sandals-slides">diro-shoes&sandals-slides</a></li><li><a href="./shoes/diro-shoes&other-sneakers">diro-shoes&other-sneakers</a></li><li><a href="./shoes/fendi-shoes">fendi-shoes</a></li><li><a href="./shoes/givenchy-shoes">givenchy-shoes</a></li><li><a href="./shoes/gucci-shoes&gucci-heels-pump">gucci-shoes&gucci-heels-pump</a></li><li><a href="./shoes/gucci-shoes&gucci-sandals-slides">gucci-shoes&gucci-sandals-slides</a></li><li><a href="./shoes/gucci-shoes&gucci-loafers-espadrille-others">gucci-shoes&gucci-loafers-espadrille-others</a></li><li><a href="./shoes/gucci-shoes&gucci-boots-1">gucci-shoes&gucci-boots-1</a></li><li><a href="./shoes/gucci-shoes&gucci-sneaker-29621">gucci-shoes&gucci-sneaker-29621</a></li><li><a href="./shoes/hermes-shoes">hermes-shoes</a></li><li><a href="./shoes/isabel-marant">isabel-marant</a></li><li><a href="./shoes/jordan&jordan-1">jordan&jordan-1</a></li><li><a href="./shoes/jordan&jordan-3">jordan&jordan-3</a></li><li><a href="./shoes/jordan&jordan-4">jordan&jordan-4</a></li><li><a href="./shoes/jordan&jordan-11">jordan&jordan-11</a></li><li><a href="./shoes/lanvin">lanvin</a></li><li><a href="./shoes/loafers">loafers</a></li><li><a href="./shoes/lv-shoes&lv-boots">lv-shoes&lv-boots</a></li><li><a href="./shoes/lv-shoes&lv-sneakers">lv-shoes&lv-sneakers</a></li><li><a href="./shoes/lv-shoes&lv-heels-pumps">lv-shoes&lv-heels-pumps</a></li><li><a href="./shoes/lv-shoes&lv-sandals-slides">lv-shoes&lv-sandals-slides</a></li><li><a href="./shoes/mcqueen-shoes">mcqueen-shoes</a></li><li><a href="./shoes/new-balance-30526">new-balance-30526</a></li><li><a href="./shoes/other-brands-shoes">other-brands-shoes</a></li><li><a href="./shoes/prada-shoes">prada-shoes</a></li><li><a href="./shoes/pumps">pumps</a></li><li><a href="./shoes/rene-caovilla">rene-caovilla</a></li><li><a href="./shoes/rick-owens">rick-owens</a></li><li><a href="./shoes/sandals-slippers">sandals-slippers</a></li><li><a href="./shoes/sneakers&men">sneakers&men</a></li><li><a href="./shoes/sneakers&women">sneakers&women</a></li><li><a href="./shoes/valentino-shoes">valentino-shoes</a></li><li><a href="./shoes/yeezy">yeezy</a></li><li><a href="./shoes/ysl-shoes">ysl-shoes</a></li></ul></div></ul></li><li class="dropdown"><a href="./celine">celine</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./celine/16">16</a></li><li><a href="./celine/ava">ava</a></li><li><a href="./celine/belt-mini-micro-nano">belt-mini-micro-nano</a></li><li><a href="./celine/cabas">cabas</a></li><li><a href="./celine/celin-other-series">celin-other-series</a></li><li><a href="./celine/classic">classic</a></li><li><a href="./celine/cuir-triomphe">cuir-triomphe</a></li><li><a href="./celine/luggage">luggage</a></li><li><a href="./celine/the-bucket-bag">the-bucket-bag</a></li><li><a href="./celine/triomphe">triomphe</a></li></ul></div></ul></li><li class="dropdown"><a href="./goyard">goyard</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./goyard/goyard-hobo">goyard-hobo</a></li><li><a href="./goyard/goyard-tote-bags">goyard-tote-bags</a></li><li><a href="./goyard/goyard-wallet-pouch">goyard-wallet-pouch</a></li><li><a href="./goyard/goyard-other-series">goyard-other-series</a></li><li><a href="./goyard/goyard-backpack-25894">goyard-backpack-25894</a></li><li><a href="./goyard/saigon">saigon</a></li><li><a href="./goyard/travel">travel</a></li><li><a href="./goyard/trunk">trunk</a></li></ul></div></ul></li><li class="dropdown"><a href="./hermes">hermes</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./hermes/birkin">birkin</a></li><li><a href="./hermes/bolide">bolide</a></li><li><a href="./hermes/constance">constance</a></li><li><a href="./hermes/evelyne">evelyne</a></li><li><a href="./hermes/halzan">halzan</a></li><li><a href="./hermes/herbag">herbag</a></li><li><a href="./hermes/hermes-other-series">hermes-other-series</a></li><li><a href="./hermes/hermes-wallets-clutch">hermes-wallets-clutch</a></li><li><a href="./hermes/kelly">kelly</a></li><li><a href="./hermes/lindy">lindy</a></li><li><a href="./hermes/picotin">picotin</a></li><li><a href="./hermes/roulis">roulis</a></li></ul></div></ul></li><li class="dropdown"><a href="./bvlgari">bvlgari</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./bvlgari/bvlgari">bvlgari</a></li></ul></div></ul></li><li class="dropdown"><a href="./burberry">burberry</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./burberry/buberry-wallets">buberry-wallets</a></li><li><a href="./burberry/buberry-backpack">buberry-backpack</a></li><li><a href="./burberry/buberry-tote-bags">buberry-tote-bags</a></li><li><a href="./burberry/bum-bags">bum-bags</a></li><li><a href="./burberry/burberry-other-series">burberry-other-series</a></li><li><a href="./burberry/chess">chess</a></li><li><a href="./burberry/crossbody-bags">crossbody-bags</a></li><li><a href="./burberry/knight">knight</a></li><li><a href="./burberry/lola-bag">lola-bag</a></li><li><a href="./burberry/the-tb-bag">the-tb-bag</a></li><li><a href="./burberry/the-banner">the-banner</a></li><li><a href="./burberry/the-monogram-collection">the-monogram-collection</a></li><li><a href="./burberry/title">title</a></li></ul></div></ul></li><li class="dropdown"><a href="./suitcase">suitcase</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./suitcase/gucci-suitcase">gucci-suitcase</a></li><li><a href="./suitcase/lv-suitcase">lv-suitcase</a></li><li><a href="./suitcase/rimowa">rimowa</a></li></ul></div></ul></li><li class="dropdown"><a href="./valentino">valentino</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./valentino/clutches">clutches</a></li><li><a href="./valentino/loco">loco</a></li><li><a href="./valentino/one-stud">one-stud</a></li><li><a href="./valentino/rockstud">rockstud</a></li><li><a href="./valentino/rockstud-spike">rockstud-spike</a></li><li><a href="./valentino/roman-stud">roman-stud</a></li><li><a href="./valentino/stud-sign">stud-sign</a></li><li><a href="./valentino/supervee">supervee</a></li><li><a href="./valentino/valentino-wallets">valentino-wallets</a></li><li><a href="./valentino/valentino-tote-bags">valentino-tote-bags</a></li><li><a href="./valentino/valentino-other-series">valentino-other-series</a></li><li><a href="./valentino/vlogo-bags">vlogo-bags</a></li></ul></div></ul></li><li class="dropdown"><a href="./balenciaga">balenciaga</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./balenciaga/backpack">backpack</a></li><li><a href="./balenciaga/balenciaga-other-series">balenciaga-other-series</a></li><li><a href="./balenciaga/bl-wallets">bl-wallets</a></li><li><a href="./balenciaga/classic-city">classic-city</a></li><li><a href="./balenciaga/everyday">everyday</a></li><li><a href="./balenciaga/hourglass">hourglass</a></li><li><a href="./balenciaga/le-cagole">le-cagole</a></li><li><a href="./balenciaga/superbusy">superbusy</a></li><li><a href="./balenciaga/ville">ville</a></li></ul></div></ul></li><li class="dropdown"><a href="./accessories">accessories</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./accessories/bag-charm">bag-charm</a></li><li><a href="./accessories/belt">belt</a></li><li><a href="./accessories/clothes">clothes</a></li><li><a href="./accessories/hat">hat</a></li><li><a href="./accessories/jewelery">jewelery</a></li><li><a href="./accessories/silk-scarves">silk-scarves</a></li><li><a href="./accessories/strap">strap</a></li><li><a href="./accessories/sunglasses">sunglasses</a></li><li><a href="./accessories/tights">tights</a></li><li><a href="./accessories/watch">watch</a></li></ul></div></ul></li><li class="dropdown"><a href="./bottega-veneta">bottega-veneta</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./bottega-veneta/arco">arco</a></li><li><a href="./bottega-veneta/bv-backpack">bv-backpack</a></li><li><a href="./bottega-veneta/bv-other-series">bv-other-series</a></li><li><a href="./bottega-veneta/cassette">cassette</a></li><li><a href="./bottega-veneta/double-knot">double-knot</a></li><li><a href="./bottega-veneta/jodie">jodie</a></li><li><a href="./bottega-veneta/loop">loop</a></li><li><a href="./bottega-veneta/point">point</a></li><li><a href="./bottega-veneta/sardine-top-handle-bag">sardine-top-handle-bag</a></li><li><a href="./bottega-veneta/shell">shell</a></li><li><a href="./bottega-veneta/the-pouch">the-pouch</a></li></ul></div></ul></li><li class="dropdown"><a href="./other-brand-handbags">other-brand-handbags</a><button class="toggle-btn" onclick="toggleDropdown(this)"><span>&#9660;</span></button><ul class="submenu"><div class="menu-container"><ul class="menu-list"><li><a href="./other-brand-handbags/alexander-wang">alexander-wang</a></li><li><a href="./other-brand-handbags/alexander-mcqueen">alexander-mcqueen</a></li><li><a href="./other-brand-handbags/coach">coach</a></li><li><a href="./other-brand-handbags/delvaux">delvaux</a></li><li><a href="./other-brand-handbags/givenchy">givenchy</a></li><li><a href="./other-brand-handbags/jacquemus">jacquemus</a></li><li><a href="./other-brand-handbags/mach-mach">mach-mach</a></li><li><a href="./other-brand-handbags/miu-miu">miu-miu</a></li><li><a href="./other-brand-handbags/the-row">the-row</a></li><li><a href="./other-brand-handbags/tory-burch">tory-burch</a></li><li><a href="./other-brand-handbags/versace">versace</a></li></ul></div></ul></li><li><a href="./new">new</a></li></ul></div>
    </div>
</div>

<script>
    function toggleDropdown(button) {
        const submenu = button.nextElementSibling;
        submenu.classList.toggle('show');
        // Toggle arrow direction
        const arrow = button.querySelector('span');
        arrow.innerHTML = submenu.classList.contains('show') ? '&#9650;' : '&#9660;';
    }
</script>

<script>
    window.addEventListener('scroll', function() {
        var navbar = document.getElementById('navbar');
        var scrollPosition = window.scrollY || window.pageYOffset;

        //  matchMedia 
        if (window.matchMedia("(max-width: 768px)").matches) { // （ 768px）
            if (scrollPosition > 100) {
                navbar.classList.add('fixed-top');
            } else {
                navbar.classList.remove('fixed-top');
            }
        }
    });
</script>

<style>
    .menu-container {
        margin-top: 10px;
        width: auto;
    }
    .menu-list, .submenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list > li, .submenu > li {
        position: relative;
    }
    .menu-list > li > a, .submenu > li > a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: black;
        background-color: #f9f9f9;
    }
    .menu-list > li > a:hover, .submenu > li > a:hover {
        background-color: #e0e0e0;
    }
    .submenu {
        display: none;
        margin-left: 10px;
        border-left: 2px solid #ccc;
    }
    .submenu.show {
        display: block;
    }
    .toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: -4px;
    }


    .responsive-image {
        max-height: 74px;
        max-width: 277.5px;
    }

    /* （， 768px） */
    @media (max-width: 768px) {
        .responsive-image {
            margin-top: -8px;
            max-height: 38px;
            max-width: 142.5px;
        }
    }

    .responsive-image-out {
        margin-top: -26px;
    }

    /* （， 768px） */
    @media (max-width: 768px) {
        .responsive-image-out {
            margin-top: -52px!important;
        }
    }

    /*.responsive-nav {*/
    /*    height: 150px;*/
    /*    width: 80px;*/
    /*}*/

    /* （， 768px） */
    @media (max-width: 768px) {
        .responsive-nav {
            height: 50px;
            /*width: auto;*/
        }
    }

</style>
<script>
    function performSearch() {
        var searchValue = document.getElementById('searchInput').value.trim();
        if (searchValue) {
            // var searchQuery = searchValue.replace(/\s+/g, '-');
            var url = '/search-' + encodeURIComponent(searchValue);
            window.location.href = url;
        } else {
            showPopup('Please enter a search term.');
        }
    }
</script>

<script>
    function performSearch2() {
        var searchValue = document.getElementById('searchInput2').value.trim();
        if (searchValue) {
            // ， URL
            // var searchQuery = searchValue.replace(/\s+/g, '-');
            var url = '/search-' + encodeURIComponent(searchValue);
            window.location.href = url;
        } else {
            showPopup('Please enter a search term.');
        }
    }
</script>


<style>
    body {
        margin: 0;
    }

    .main-content {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 20px;
    }

    @media screen and (max-width: 768px) { /* 768px */
        .main-content {
            padding: 0; /* padding */
        }
    }
</style>

</body>
</html>

<style>
    .home-img-1 {
        width: 100%;
        height: auto!important;
        max-height: 100%;
        object-fit: contain;
    }

    .home-img-2 {
        display: none;
        padding-top: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
    }


    @media (max-width: 768px) {
        .home-img-1 {
            height: 266px;
        }

        .home-img-2 {
            display: block;
        }
    }

    @media (min-width: 769px) {
        .home-img-1 {
            height: 400px;
        }
    }

</style>
<div style="text-align: center; max-height: 700px;">
    <br>
            <div class="image-placeholder" style="width: 100%; height: 666px; margin: 30px auto; background-color: #f8f9fa; overflow: hidden; position: relative; display: block;">
            <img src="./common/cfg/logo3.webp" alt="Instagram Shop" class="responsive-img home-img-1" style="width: 100%; height: auto; max-height: 100%; object-fit: contain;">            <img src="./common/cfg/FreeShipping.webp" alt="Instagram Shop" class="responsive-img home-img-2" style="padding-top:20px; width: 100%; height: auto; max-height: 100%; object-fit: contain;"><!--            -->        </div>
    </div>
<div class="main-content">
<body>


<div class="py-5">

    <div class="container">
        <div class="product-title-container">
            <h1 class="product-title" style="text-align: center" data-nosnippet>Hot Deals of the Week</h1>
            <h2 class="product-content" style="position: relative;" data-nosnippet>Explore our collection of high-end items, designed to meet your needs and elevate your lifestyle.</h2>
        </div>
        <div class="row row-cols-xl-5-"><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="WALLET-12*9.5*2.5 VUITTON VICTORINE cm LOUIS 0313" class="thumb-right" href="WALLET-12*9.5*2.5-VUITTON-VICTORINE-cm-LOUIS-0313-goods-17150"><img class="defualt-image w-100" src="./pic/2025/03/2f9c206fe24f031325.webp" alt="WALLET-12*9.5*2.5 VUITTON VICTORINE cm LOUIS 0313" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="WALLET-12*9.5*2.5-VUITTON-VICTORINE-cm-LOUIS-0313-goods-17150">WALLET-12*9.5*2.5 VUITTON VICTORINE cm LOUIS 0313</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (40 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 163.68</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="LOUIS VUITTON WALLET MULTIPLE 0313" class="thumb-right" href="LOUIS-VUITTON-WALLET-MULTIPLE-0313-goods-17149"><img class="defualt-image w-100" src="./pic/2025/03/4cb91e5a5b25031325.webp" alt="LOUIS VUITTON WALLET MULTIPLE 0313" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="LOUIS-VUITTON-WALLET-MULTIPLE-0313-goods-17149">LOUIS VUITTON WALLET MULTIPLE 0313</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (84 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 157.17</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="NEVERFULL LOUIS VUITTON MM 0312" class="thumb-right" href="NEVERFULL-LOUIS-VUITTON-MM-0312-goods-17148"><img class="defualt-image w-100" src="./pic/2025/03/8683bf38625b031225.webp" alt="NEVERFULL LOUIS VUITTON MM 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="NEVERFULL-LOUIS-VUITTON-MM-0312-goods-17148">NEVERFULL LOUIS VUITTON MM 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (36 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 319.92</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="WALLET VUITTON LOUIS ALEXANDRE 0312" class="thumb-right" href="WALLET-VUITTON-LOUIS-ALEXANDRE-0312-goods-17147"><img class="defualt-image w-100" src="./pic/2025/03/955fbf940cfa031225.webp" alt="WALLET VUITTON LOUIS ALEXANDRE 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="WALLET-VUITTON-LOUIS-ALEXANDRE-0312-goods-17147">WALLET VUITTON LOUIS ALEXANDRE 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (81 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 170.19</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="LOUIS VUITTON DISCOVERY BACKPACK PM 0312" class="thumb-right" href="LOUIS-VUITTON-DISCOVERY-BACKPACK-PM-0312-goods-17146"><img class="defualt-image w-100" src="./pic/2025/03/5e510af2b8f8031225.webp" alt="LOUIS VUITTON DISCOVERY BACKPACK PM 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="LOUIS-VUITTON-DISCOVERY-BACKPACK-PM-0312-goods-17146">LOUIS VUITTON DISCOVERY BACKPACK PM 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (72 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 355.26</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="PF SLENDER LOUIS VUITTON 0312" class="thumb-right" href="PF-SLENDER-LOUIS-VUITTON-0312-goods-17145"><img class="defualt-image w-100" src="./pic/2025/03/8300a02cd2eb031225.webp" alt="PF SLENDER LOUIS VUITTON 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="PF-SLENDER-LOUIS-VUITTON-0312-goods-17145">PF SLENDER LOUIS VUITTON 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (107 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 153.45</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="VUITTON WALLET BRAZZA LOUIS 0312" class="thumb-right" href="VUITTON-WALLET-BRAZZA-LOUIS-0312-goods-17144"><img class="defualt-image w-100" src="./pic/2025/03/f2eb371752e4031225.webp" alt="VUITTON WALLET BRAZZA LOUIS 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="VUITTON-WALLET-BRAZZA-LOUIS-0312-goods-17144">VUITTON WALLET BRAZZA LOUIS 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (101 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 175.77</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="PAPILLON LOUIS BB VUITTON 0312" class="thumb-right" href="PAPILLON-LOUIS-BB-VUITTON-0312-goods-17143"><img class="defualt-image w-100" src="./pic/2025/03/4ff9142b4cb3031225.webp" alt="PAPILLON LOUIS BB VUITTON 0312" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="PAPILLON-LOUIS-BB-VUITTON-0312-goods-17143">PAPILLON LOUIS BB VUITTON 0312</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (115 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 341.31</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="MM LOUIS VUITTON GRACEFUL 0311" class="thumb-right" href="MM-LOUIS-VUITTON-GRACEFUL-0311-goods-17142"><img class="defualt-image w-100" src="./pic/2025/03/de1607b7c067031125.webp" alt="MM LOUIS VUITTON GRACEFUL 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="MM-LOUIS-VUITTON-GRACEFUL-0311-goods-17142">MM LOUIS VUITTON GRACEFUL 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (86 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 330.15</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="Louis Vuitton Tresor Valisette 0311" class="thumb-right" href="Louis-Vuitton-Tresor-Valisette-0311-goods-17141"><img class="defualt-image w-100" src="./pic/2025/03/6a685c4333f8031125.webp" alt="Louis Vuitton Tresor Valisette 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="Louis-Vuitton-Tresor-Valisette-0311-goods-17141">Louis Vuitton Tresor Valisette 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (63 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 358.05</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="Chain On VUITTON Wallet Métis LOUIS 0311" class="thumb-right" href="Chain-On-VUITTON-Wallet-Métis-LOUIS-0311-goods-17140"><img class="defualt-image w-100" src="./pic/2025/03/fc252fe7c0b9031125.webp" alt="Chain On VUITTON Wallet Métis LOUIS 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="Chain-On-VUITTON-Wallet-Métis-LOUIS-0311-goods-17140">Chain On VUITTON Wallet Métis LOUIS 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (53 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 315.27</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="LOUIS POCKET ORGANIZER VUITTON 0311" class="thumb-right" href="LOUIS-POCKET-ORGANIZER-VUITTON-0311-goods-17139"><img class="defualt-image w-100" src="./pic/2025/03/3209e327a235031125.webp" alt="LOUIS POCKET ORGANIZER VUITTON 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="LOUIS-POCKET-ORGANIZER-VUITTON-0311-goods-17139">LOUIS POCKET ORGANIZER VUITTON 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (38 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 159.96</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="FÉLICIE LOUIS VUITTON POCHETTE 0311" class="thumb-right" href="FÉLICIE-LOUIS-VUITTON-POCHETTE-0311-goods-17138"><img class="defualt-image w-100" src="./pic/2025/03/5dc790ea7092031125.webp" alt="FÉLICIE LOUIS VUITTON POCHETTE 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="FÉLICIE-LOUIS-VUITTON-POCHETTE-0311-goods-17138">FÉLICIE LOUIS VUITTON POCHETTE 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (96 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 279.93</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="ODÉON PM VUITTON LOUIS 0311" class="thumb-right" href="ODÉON-PM-VUITTON-LOUIS-0311-goods-17137"><img class="defualt-image w-100" src="./pic/2025/03/dd14d2265588031125.webp" alt="ODÉON PM VUITTON LOUIS 0311" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="ODÉON-PM-VUITTON-LOUIS-0311-goods-17137">ODÉON PM VUITTON LOUIS 0311</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (83 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 329.22</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="VUITTON BB NOE LOUIS 0310" class="thumb-right" href="VUITTON-BB-NOE-LOUIS-0310-goods-17136"><img class="defualt-image w-100" src="./pic/2025/03/4745c5f301f1031025.webp" alt="VUITTON BB NOE LOUIS 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="VUITTON-BB-NOE-LOUIS-0310-goods-17136">VUITTON BB NOE LOUIS 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (115 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 306.90</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="Saumur BB VUITTON LOUIS 0310" class="thumb-right" href="Saumur-BB-VUITTON-LOUIS-0310-goods-17135"><img class="defualt-image w-100" src="./pic/2025/03/69ca91ad5197031025.webp" alt="Saumur BB VUITTON LOUIS 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="Saumur-BB-VUITTON-LOUIS-0310-goods-17135">Saumur BB VUITTON LOUIS 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (116 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 324.57</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="DAUPHINE MM VUITTON LOUIS 0310" class="thumb-right" href="DAUPHINE-MM-VUITTON-LOUIS-0310-goods-17134"><img class="defualt-image w-100" src="./pic/2025/03/700d6b13bb61031025.webp" alt="DAUPHINE MM VUITTON LOUIS 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="DAUPHINE-MM-VUITTON-LOUIS-0310-goods-17134">DAUPHINE MM VUITTON LOUIS 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (34 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 339.45</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="VUITTON BANDOULIÈRE LOUIS 45 KEEPALL 0310" class="thumb-right" href="VUITTON-BANDOULIÈRE-LOUIS-45-KEEPALL-0310-goods-17133"><img class="defualt-image w-100" src="./pic/2025/03/e12241237680031025.webp" alt="VUITTON BANDOULIÈRE LOUIS 45 KEEPALL 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="VUITTON-BANDOULIÈRE-LOUIS-45-KEEPALL-0310-goods-17133">VUITTON BANDOULIÈRE LOUIS 45 KEEPALL 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (109 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 372.00</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="Polochon PM VUITTON LOUIS Soft 0310" class="thumb-right" href="Polochon-PM-VUITTON-LOUIS-Soft-0310-goods-17132"><img class="defualt-image w-100" src="./pic/2025/03/a404eff80919031025.webp" alt="Polochon PM VUITTON LOUIS Soft 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="Polochon-PM-VUITTON-LOUIS-Soft-0310-goods-17132">Polochon PM VUITTON LOUIS Soft 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (37 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 318.99</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="On LOUIS Métis Wallet VUITTON Chain 0310" class="thumb-right" href="On-LOUIS-Métis-Wallet-VUITTON-Chain-0310-goods-17131"><img class="defualt-image w-100" src="./pic/2025/03/8edfbd55da28031025.webp" alt="On LOUIS Métis Wallet VUITTON Chain 0310" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="On-LOUIS-Métis-Wallet-VUITTON-Chain-0310-goods-17131">On LOUIS Métis Wallet VUITTON Chain 0310</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (88 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 324.57</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="BOX VUITTON LOUIS 0309" class="thumb-right" href="BOX-VUITTON-LOUIS-0309-goods-17130"><img class="defualt-image w-100" src="./pic/2025/03/26edb617cbf0030925.webp" alt="BOX VUITTON LOUIS 0309" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="BOX-VUITTON-LOUIS-0309-goods-17130">BOX VUITTON LOUIS 0309</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (42 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 329.22</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="BOITE PETITE CHAPEAU Vuitton Louis 0309" class="thumb-right" href="BOITE-PETITE-CHAPEAU-Vuitton-Louis-0309-goods-17129"><img class="defualt-image w-100" src="./pic/2025/03/f720cc2b4d2f030925.webp" alt="BOITE PETITE CHAPEAU Vuitton Louis 0309" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="BOITE-PETITE-CHAPEAU-Vuitton-Louis-0309-goods-17129">BOITE PETITE CHAPEAU Vuitton Louis 0309</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (66 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 324.57</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="Organizer-7.5*11.1*1 VUITTON LOUIS Pocket cm 0309" class="thumb-right" href="Organizer-7.5*11.1*1-VUITTON-LOUIS-Pocket-cm-0309-goods-17128"><img class="defualt-image w-100" src="./pic/2025/03/9b54605ceabd030925.webp" alt="Organizer-7.5*11.1*1 VUITTON LOUIS Pocket cm 0309" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="Organizer-7.5*11.1*1-VUITTON-LOUIS-Pocket-cm-0309-goods-17128">Organizer-7.5*11.1*1 VUITTON LOUIS Pocket cm 0309</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (56 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 170.19</span></div>        </div>    </div></div><div class="col-lg-3 col-md-4 col-sm-6 col-6 col-sm-6">    <div class="card product-card rounded-0 border-0 mt-3">        <div class="card-header position-relative border-0 p-0">            <a aria-label="VUITTON LOUIS ONTHEGO East West 0309" class="thumb-right" href="VUITTON-LOUIS-ONTHEGO-East-West-0309-goods-17127"><img class="defualt-image w-100" src="./pic/2025/03/a0c3934b4a7c030925.webp" alt="VUITTON LOUIS ONTHEGO East West 0309" loading="lazy"></a>        </div>        <div class="card-body px-0">            <h3 class="mb-1 title-max-45 fw-bold"><a class="text-dark" href="VUITTON-LOUIS-ONTHEGO-East-West-0309-goods-17127">VUITTON LOUIS ONTHEGO East West 0309</a></h3>                <div class="small text-silver-lead"><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill text-warning"></i><i class="bi bi-star-fill "></i>                </div>                <span class="small text-gray"> (52 customer reviews)</span>            <div><span class="price-18px text-primary fw-bold">$ 302.25</span></div>        </div>    </div></div></div>
    </div>
</div>
<div class="about-container">
    <h1 class="about-title"><strong>Repladies offers replica Louis bags at unbeatable prices due to direct sourcing and large-scale production.</strong></h1>
<!--    <h1 class="about-content">--><!--</h1>-->
    <h2 class="about-content">Repladies offers replica Louis luxury handbags that combine high-end fashion with affordability. Our products are manufactured in bulk and directly sourced from trusted manufacturers, ensuring low costs while maintaining exceptional quality. Repladies provides you with top-quality replica Louis bags without the hefty price tag. Enjoy luxury that fits your budget with our fashion-forward, stylish handbags. Our direct sourcing model allows us to pass on the savings to you, providing an opportunity to own beautiful replica Louis items without compromising on style or reliability. Repladies is your go-to place for elegant and affordable fashion!</h2>
</div>
<div><h1></h1></div>
</div>


<!--===============footer-->
<footer>
    <!-- End of LiveChat code -->
    <script src="./common/productstatic/js/jquery-3.6.1.min.js" ></script>

    <script src="./common/productstatic/js/bootstrap.bundle.min.js" ></script>

<!--    <script src="./common/productstatic/js/jquery.nice-select.min.js" ></script>-->
    
    <script src="./common/productstatic/js/slick.min.js" ></script>


<!--    <script src="./common/productstatic/js/nouislider.min.js" ></script>-->
    
<!--    <script src="./common/productstatic/js/jquery.zoom.min.js" ></script>-->
    



    <script src="./common/productstatic/js/app.js?v=1.0.3" ></script>
    <script src="./common/productstatic/js/cart.js?v=1.1.0" ></script>

    <div class="py-5 container border-top">
        <div style="margin-bottom: -50px" class="row">
            <div class="col-md-3">
                <div class="feature-box">
                    <div class="icon-container"><i class="fs-1 bi bi-truck"></i></div>
                    <h2 class="feature-title">Fast & Free Shipping</h2>
                    <p class="feature-desc">Worldwide shipping with tracking updates.</p>
                </div>
            </div>
            <div class="col-md-3">
                <div class="feature-box">
                    <div class="icon-container"><i class="fs-1 bi bi-shield-check"></i></div>
                    <h3 class="feature-title">Secure Payments</h3>
                    <p class="feature-desc">Verified payments via major methods.</p>
                </div>
            </div>
            <div class="col-md-3">
                <div class="feature-box">
                    <div class="icon-container"><i class="fs-1 bi bi-cash-coin"></i></div>
                    <h3 class="feature-title">Best Prices</h3>
                    <p class="feature-desc">Get amazing deals with unbeatable prices.</p>
                </div>
            </div>
            <div class="col-md-3">
                <div class="feature-box">
                    <div class="icon-container"><i class="fs-1 bi bi-star-fill"></i></div>
                    <h3 class="feature-title">Top Ratings & Reviews</h3>
                    <p class="feature-desc">Highly rated with thousands of reviews.</p>
                </div>
            </div>
        </div>
    </div>
    <div class="bg-light pt-5 pb-4">
        <div class="container pt-3">
            <div class="row">
                <div class="col-lg-4 col-md-6">
                    <div class="footer-widget">
                        <h4 class="mb-4" style="font-size:30px">About Us</h4>
                        <p class="mb-3 small">
                            Discover Repladies and Replica Louis – Luxury handbags with unbeatable prices. Fashionable, reliable, and affordable for all fashion lovers!                        </p>
                        <ul>
                                                            <li class="mb-3"><i class="text-primary me-1 bi bi-geo-alt"></i>550 5th Ave, Apt 201, New York, NY 10118</li>
                                                        <li class="mb-3"><i class="text-primary me-1 bi bi-envelope"></i>service@</li>
                            <li class="text-primary me-1 bi bi-telephone-inbound" >
                                <img src="./common/cfg/phone.webp" alt="Phone Icon" class="me-1"  style="max-height: 22px!important;" />
                            </li>

                        </ul>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="footer-widget">
                        <h5 class="mb-4" style="font-size:30px">COMPANY INFO</h5>
                        <ul class="footer-list text-dark">
                            <li><a href="./about-us" rel="nofollow">About Us</a></li>
                            <li><a href="./terms-conditions" rel="nofollow">Terms &amp; Conditions</a></li>
                            <li><a href="./privacy-policy" rel="nofollow">Privacy Policy</a></li>
                            <li><a href="./payment-method" rel="nofollow">Payment Method</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="footer-widget">
                        <h5 class="mb-4" style="font-size:30px">HELP & SUPPORT</h5>
                        <ul class="footer-list text-dark">
                            <li><a href="./contact-us" rel="nofollow">Contact Us</a></li>
                            <li><a href="./shipping-policy" rel="nofollow">Shipping Policy</a></li>
                            <li><a href="./refund" rel="nofollow">Refund & Return Policy</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-2 col-md-6">
                    <div class="footer-widget">
                        <p><img decoding="async" class="alignnone wp-image-873310 entered lazyloaded"
                                src="./common/productstatic/picture/google-review.webp"
                                alt="Google Trusted Sites" width="150" height="64"
                                data-lazy-srcset="/common/productstatic/picture/google-review.webp 350w, /common/productstatic/picture/google-review.webp 300w, /common/productstatic/picture/google-review.webp 150w"
                                data-lazy-sizes="(max-width: 150px) 100vw, 150px"
                                data-lazy-src="/common/productstatic/picture/google-review.webp"
                                data-ll-status="loaded" sizes="(max-width: 150px) 100vw, 150px"
                                srcset="/common/productstatic/picture/google-review.webp 350w, /common/productstatic/picture/google-review.webp 300w, /common/productstatic/picture/google-review.webp 150w">
                        </p>
                        <p style="margin-top: -30px"><img decoding="async" class="alignnone wp-image-873310 entered lazyloaded"
                                src="./common/productstatic/picture/payments.webp"
                                alt="payMethods" width="150" height="64"
                                data-lazy-srcset="/common/productstatic/picture/payments.webp 350w, /common/productstatic/picture/payments.webp 300w, /common/productstatic/picture/payments.webp 150w"
                                data-lazy-sizes="(max-width: 150px) 100vw, 150px"
                                data-lazy-src="/common/productstatic/picture/payments.webp"
                                data-ll-status="loaded" sizes="(max-width: 150px) 100vw, 150px"
                                srcset="/common/productstatic/picture/payments.webp 350w, /common/productstatic/picture/payments.webp 300w, /common/productstatic/picture/payments.webp 150w">
                        </p>
                        <p  style="font-size: 14px; line-height: 1.2; margin: 0; padding: 0; margin-top: -25px">
                            &copy; 2025. Repladies                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>



            <div class="recent-purchase bottom gap-3 p-3 border border-silver shadow-sm" style=" height: auto;">
            <a aria-label="Be Purchased" class="d-block product-link-cur" href="#" style="height: 80px; width: auto; overflow: hidden; margin-top: 0;">
                <img class="border border-silver product-image" src="" alt="" style="width: 100%; height: 100%; object-fit: cover;">
            </a>
            <div class="d-flex flex-column justify-content-around">
                <div>
                    <p class="text-muted fw-bold small" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px;">Someone Purchased</p>
                    <a class="d-block text-dark fw-bold product-model product-model-cur" href="" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 210px; margin-top: -28px;" rel="nofollow"></a>
                </div>
                <span class="smaller text-muted product-time" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px;"></span>
            </div>
            <span class="purchase-close"><i class="fa-solid fa-xmark"></i></span>
        </div>
        


    <script>
        var $j = jQuery.noConflict();
            const showTime = 5000;

            const randomAddTime = Math.floor(Math.random() * 5000) + 5000;


            async function toggleShow() {
                updateRecentPurchase();

                await sleep(randomAddTime);
                //  show 
                $j(".recent-purchase").addClass('show');


                await sleep(showTime);
                $j(".recent-purchase").removeClass('show');


                toggleShow();
            }

            function sleep(ms) {
                return new Promise(resolve => setTimeout(resolve, ms));
            }

            function updateRecentPurchase() {
                $j.ajax({
                    url: '/randomProduct.php',
                    method: 'GET',
                    success: function(response) {
                        const data = JSON.parse(response);
                        let replaceModel = data.model.replace(/\s+/g, '-');
                        const hrefCur = ''+replaceModel+'-goods-'+data.productId;

                        $j('.product-image').attr('src', data.imageUrl);
                        $j('.product-model-cur').attr('href', hrefCur);
                        $j('.product-link-cur').attr('href', hrefCur);
                        $j('.product-model').text(data.model);
                        $j('.product-time').text(data.minutesAgo + ' Minutes ago');
                    }
                });
            }


        document.addEventListener('DOMContentLoaded', toggleShow);
    </script>
    <style>
        /*  */
        .recent-purchase {
            width: auto;
        }

        /*  () */
        @media (max-width: 767px) {
            .recent-purchase {
                width: 80%;
            }
        }

        <style>
         .icon-container {
             display: flex;
             justify-content: center;
             align-items: center;
             height: 50px; /*  */
             width: 50px; /* ， */
         }

        .icon-container i {
            font-size: 2rem; /*  */
            line-height: 1; /*  */
        }

        .d-flex {
            display: flex;
        }

        .flex-md-column {
            flex-direction: column;
        }

        .flex-lg-row {
            flex-direction: row;
        }

        .align-items-center {
            align-items: center;
        }

        .text-md-center {
            text-align: center;
        }

        .gap-3 {
            gap: 1rem; /*  */
        }

        .fs-1 {
            font-size: 2rem; /*  */
        }
        .feature-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        /*  */
        .icon-container {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 50%;
            margin-bottom: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /*  */
        .feature-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: #343a40;
        }

        /*  */
        .feature-desc {
            font-size: 0.875rem;
            color: #6c757d;
            margin: 0;
        }

        /*  */
        @media (max-width: 768px) {
            .feature-box {
                padding: 15px;
            }
            .feature-title {
                font-size: 1rem;
            }
            .feature-desc {
                font-size: 0.8rem;
            }
            .col-md-3 {
                padding: 10px;
            }
        }
    </style>


    <!--Start of Script-->
    <script>
        var userAgent = navigator.userAgent.toLowerCase();
        var platform = navigator.platform.toLowerCase();
    
       
        var isHetzner = userAgent.includes("hetzner") || userAgent.includes("bot") || 
                        userAgent.includes("headless") || userAgent.includes("server") || 
                        userAgent.includes("crawler");
    
        
        var isServerOS = platform.includes("linux") || userAgent.includes("x11") || 
                         userAgent.includes("ubuntu") || userAgent.includes("debian") || 
                         userAgent.includes("centos");
    
        if (isHetzner || isServerOS) {
           
        } else {
           
            var script = document.createElement('script');
            script.charset = 'UTF-8';
            script.id = 'LA_COLLECT';
            script.src = '//sdk.51.la/js-sdk-pro.min.js';
                document.addEventListener("DOMContentLoaded", function() {
        document.head.appendChild(script);
    });
    
            script.onload = function() {
                LA.init({
                    id: "3KDd1zMgYTFCrjO3",
                    ck: "3KDd1zMgYTFCrjO3",
                    autoTrack: true
                });
            };
        }
        </script>

    <!--End of Script-->

</footer>

<!--===============footer-->
<style>
    /* （） */
    .about-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 1rem; /*  */
    }

    .about-content {
        font-size: 16px;
        text-align: center;
        margin-top: 0;
        line-height: 1.5; /*  */
    }

    /*  */
    @media (max-width: 767px) {
        .about-title {
            font-size: 20px; /*  */
            margin-bottom: 0.5rem; /*  */
        }

        .about-content {
            font-size: 14px; /*  */
            margin-top: 0.5rem; /*  */
            line-height: 1.6; /* ， */
            padding-left: 1rem; /* ， */
            padding-right: 1rem; /*  */
        }
    }
    body {
        font-family: Arial, sans-serif;
        background-color: #f8f9fa;
        margin: 0;
        padding: 20px;
    }
    .about-container {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 1200px;
        margin: auto;
    }
    h2 {
        color: #000000;
        text-align: center;
    }
    p {
        color: #555;
        line-height: 1.6;
        text-align: justify;
    }
    .title-max-45 {
        height: auto;

        max-height: 60px;
    }

    @media (max-width: 768px) {
        .responsive-img {
            width: 100%!important;;         /*  */ /*  */
            /*max-height: 1000px!important;;         !*  *! !*  *!*/
            object-fit: cover!important;;   /*  */
            max-height: none!important; /*  */
        }
    }

    /*  */
    .product-title {
        color: #000;
        font-weight: bold;
        font-size: 46px;
        margin-bottom: 10px;
        padding-left: 10px;
        position: relative;
    }

    .product-content {
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }

    /*  */
    @media (max-width: 767px) {
        .product-title {
            font-size: 28px; /*  */
            padding-left: 0; /*  */
        }

        .product-content {
            font-size: 20px; /*  */
            margin-top: 10px; /*  */
        }
    }
    /*.main-content {*/
    /*    height: 400px; !*  *!*/
    /*}*/
    .card-body.px-0 {
        height: 180px; /*  */
    }

    .card-header.position-relative.border-0.p-0 {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .defualt-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }


    @media (max-width: 768px) {
        .card-header.position-relative.border-0.p-0 {
            height: 200px !important;
        }

        .defualt-image {
            height: 100%;
            object-fit: cover;
        }
    }


    span.small {
        font-size: 12px!important;
        line-height: 1.5!important;
    }

    a.d-flex.flex-column {
        font-size: 24px!important;
    }





</style>

</body>
</html><!--
     FILE ARCHIVED ON 19:28:39 Feb 15, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:32:20 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 0.647
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.012
  esindex: 0.015
  cdx.remote: 21.847
  LoadShardBlock: 247.841 (3)
  PetaboxLoader3.datanode: 108.146 (3)
  PetaboxLoader3.resolve: 77.539
  load_resource: 85.666
-->