/*
Copyright (C) flashcomp.cz - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Martin Maly <malymartin90@gmail.com>, 10-09-2017
*/
/* 
    Created on : 10.9.2017, 23:53:22
    Author     : malik
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

:root {
    --ls-font-primary: "Playfair Display", Georgia, "Times New Roman", serif;
}

html{
    position: relative;
    min-height: 100%;

}
.navbar-header .navbar-brand{
    margin-left: 0 !important;
}
.btn{
    background-image: none;
}
body{
    background-color: var(--bs-body-bg);
}
.background-white{
    background-color: #fff;
}
.row{
    margin: 0;
}
.container-topbar{
    width: 100% !important;
    padding: 0;
}
.navbar{
    /*height: 50px;*/
    border: 0;
}
.navbar-toggle, .navbar-toggle > .icon-bar{
    border: 1px solid #fff;
}

.black-line{
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-dark) 100%);
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border: 0;
}
.navbar-brand{
    height: auto;
}
.navbar-logo{
    background-color: var(--bs-primary);
    border: 3px solid white;
    border-top: 0;
    margin-top: 0;
    height: 200px;
}
.navbar-logo img{
    height: 200px;
    width: 230px;
}
.navbar-brand{
    padding: 0;
}
.navbar-custom{
    margin-bottom: 113px;
}
.navbar-custom, nav, navbar, .navbar-black{
    /*background-color: #000 !important;*/
}
.navbar-black{
    height: 50px;
}
.navbar-text{
    color: white;
    font-weight: bold;

}
.navbar-text p{
    margin-bottom: 0 !important;
    line-height: normal !important;
}
.navbar-text-tnc{
    padding-left: 15px;
}
.navbar-text-tnc-volat{
    background-color: #ff9933;
    color: black;
    font-size: 1.2em;

}
.navbar-logout{
    position: absolute;
    right: 0px;
    color: grey;
    font-size: 0.8em;

}
.navbar-logout i{
    color: grey;
    font-size: 1.1em;
}
.navbar-logout span{
    color: grey;
    font-size: 1.1em;
}
.navbar-logout a{
    margin-right: 10px;
    padding-right: 5px;
    border-right: 2px solid grey;
    text-decoration: none;
}
.navbar-logout a:last-child{
    margin-right: 10px;
    padding-right: 5px;
    border-right: none;
}


/*nove*/
#navbar.under-nav-container.collapse.in{
    width: 100%;
    background-color: #666666;
}


.search-bar span, button{
    background-color: transparent;
    border-radius: 0;
}

.search-bar button{
    border: none;

}
.under-nav-container{

}
.under-nav{

    display: inline-block;
    text-align: right;
    max-width: 100%;
}

.under-nav .menu-note{
    font-size: 9px;
    color: grey;
}
.under-nav .menu-text{
    font-weight: bold;
}
#sidebar-button{
    position: absolute;
    top: 8px;
    right: 0;
}
#sidebar{
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 100;

}
#sidebar a{
    font-weight: bold;
    margin-bottom: 5px;
}
#right-links{
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
}
.under-nav div{
    text-align: center;
    display: inline-block;

}
.under-nav div.orage{
    width: auto;
}
.under-nav a{
    text-decoration: inherit;
    color: inherit;
    text-transform: none;
}
.under-nav hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    box-sizing: content-box;
    border-top: 1px solid #000;
}
.under-nav div:last-child{

}
.under-nav a.orage{
    color: var(--bs-secondary);

}
p.orage {
    color: var(--bs-secondary);

}
.under-nav div.public-nav a{

}
.under-nav div.public-nav{
    width: 100%;
    text-align: right;
}
.search-bar{
    text-align: left;
    height: 20px;

}
.search-bar input{
    border-radius: 0;
}
.search-bar button{
    background-color: transparent;
}

footer{
    color: white;
    background-color: var(--bs-dark);
    min-height: 100px;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    margin: 40px 0 0 0;
    padding: 20px 0 20px 0; 
    width: 100%;
}
footer a {
    color: rgba(255, 255, 255, .55);
}
footer a:hover {
    color: var(--bs-gold-light);
}
.footer-fake{
    height: 0px;
    height: 275px;
}
footer row{
    width: 80%;
}
footer ul{
    list-style: none;
}
.footer-s{
    text-align: center;
}
.footer-s div{
    margin: 0px auto 20px auto;
}
.footer-s img{
    width: 168px;
    height: 174px;
}
.pgRow {

    display: flex;  /* make the row a flex container */
    align-items: center; /* vertically center each flex item in the container */
    margin: 0 10% 0 10%;
}
.pgRow > div{
    display: flex;  /* make the row a flex container */
    align-items: center;
    text-align: center;
}
.footer-t input, button, select{
    border-radius: 0;
}
.footer-t button{
    height: 35px;
    background-color: var(--bs-secondary);
    border: none;
}
.footer-t select{
    background-color: var(--bs-dark);

    height: 35px;
    border-style: none;
    border: 2px solid var(--bs-secondary);
}
.footer-t{
    display: flex;  /* make the row a flex container */
    align-items: center;
}
.footer-mail-select{
    margin-top: 10px;
}
.footer-form{
    margin: 0 20px 0 20px;
}

select.footer-selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;

    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;

}
.footer h3{
    font-size: 1.2em;
    font-weight: bold;
}
.footer-f ul{
    padding: 0
}

/* Redesign: footer */
.ls-trust-bar {
    display: grid;
    width: 100%;
    margin-top: 40px;
    padding: 0 48px;
    color: #fff;
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-dark) 100%);
    border-top: 2px solid var(--bs-secondary);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-trust-item {
    display: flex;
    min-width: 0;
    min-height: 204px;
    align-items: center;
    gap: 18px;
    padding: 40px 28px;
    border-right: 1px solid rgba(var(--bs-secondary-rgb), .15);
}

.ls-trust-item:last-child {
    border-right: 0;
}

.ls-trust-icon {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), .1);
    border: 1px solid rgba(var(--bs-secondary-rgb), .25);
    border-radius: 50%;
}

.ls-trust-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.ls-trust-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.ls-trust-text strong {
    color: #fff;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.35;
}

.ls-trust-text span {
    color: rgba(255, 255, 255, .48);
    font-size: .74rem;
    font-weight: 300;
    line-height: 1.45;
}

footer.ls-footer {
    width: 100%;
    min-height: 0;
    margin: 40px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .42);
    background: #060f1c;
    border-top: 1px solid rgba(var(--bs-secondary-rgb), .12);
}

.ls-trust-bar + footer.ls-footer {
    margin-top: 0;
}

.ls-footer-top {
    display: grid;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 48px 48px;
    grid-template-columns: minmax(220px, 280px) repeat(4, minmax(120px, 1fr));
    gap: clamp(28px, 3vw, 48px);
}

.ls-footer--public .ls-footer-top {
    grid-template-columns: minmax(220px, 320px) repeat(3, minmax(150px, 1fr));
}

.ls-footer-brand,
.ls-footer-column {
    min-width: 0;
}

.ls-footer-logo {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 18px;
    align-items: center;
}

.ls-footer-logo img {
    display: block;
    width: auto;
    max-width: 210px;
    height: 56px;
    object-fit: contain;
}

.ls-footer-tagline {
    max-width: 280px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .38);
    font-size: .78rem;
    font-weight: 300;
    line-height: 1.8;
}

.ls-footer-newsletter p {
    margin: 0;
}

.ls-footer-newsletter a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: var(--bs-secondary);
    border: 1px solid rgba(var(--bs-secondary-rgb), .45);
    border-radius: var(--bs-border-radius);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.ls-footer-newsletter a::after {
    content: "\2192";
    font-size: .9rem;
}

.ls-footer-newsletter a:hover,
.ls-footer-newsletter a:focus {
    color: var(--bs-dark);
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.ls-footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
}

.ls-footer-title,
.ls-footer-localized-title h2 {
    margin: 0 0 14px;
    color: var(--bs-secondary);
    font-family: var(--bs-body-font-family);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ls-footer-localized-title {
    margin: 0;
}

.ls-footer-localized-title h2 {
    margin-bottom: 14px;
}

.ls-footer-link,
.ls-footer a.ls-footer-link {
    padding: 4px 0;
    color: rgba(255, 255, 255, .45);
    font-size: .78rem;
    font-weight: 300;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.ls-footer-link:hover,
.ls-footer-link:focus,
.ls-footer a.ls-footer-link:hover,
.ls-footer a.ls-footer-link:focus {
    color: rgba(255, 255, 255, .9);
    transform: translateX(2px);
}

.ls-footer-contact-line {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .45);
    font-size: .78rem;
    font-weight: 300;
    line-height: 1.55;
}

.ls-footer-contact-line::before {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    background: var(--bs-secondary);
    content: "";
    transform: rotate(45deg) translateY(-1px);
}

.ls-footer-bottom {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    gap: 12px;
    padding: 16px 48px;
    color: rgba(255, 255, 255, .24);
    border-top: 1px solid rgba(255, 255, 255, .06);
    font-size: .68rem;
    font-weight: 400;
    line-height: 1.4;
}

.ls-footer-bottom a {
    color: rgba(255, 255, 255, .3);
    text-decoration: none;
    transition: color .2s ease;
}

.ls-footer-bottom a:hover,
.ls-footer-bottom a:focus {
    color: var(--bs-secondary);
}

.ls-footer-bottom-separator {
    opacity: .45;
}

@media (max-width: 1199.98px) {
    .ls-trust-bar {
        padding: 0 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ls-trust-item {
        min-height: 140px;
        padding: 30px 24px;
    }

    .ls-trust-item:nth-child(2) {
        border-right: 0;
    }

    .ls-trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .15);
    }

    .ls-footer-top,
    .ls-footer--public .ls-footer-top {
        grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ls-footer-top,
    .ls-footer--public .ls-footer-top {
        padding: 48px 28px 38px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 28px;
    }

    .ls-footer-brand {
        grid-column: 1 / -1;
    }

    .ls-footer-bottom {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 18px 28px;
    }
}

@media (max-width: 575.98px) {
    .ls-trust-bar {
        padding: 0 20px;
        grid-template-columns: 1fr;
    }

    .ls-trust-item {
        min-height: 0;
        padding: 26px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .15);
    }

    .ls-trust-item:last-child {
        border-bottom: 0;
    }

    .ls-footer-top,
    .ls-footer--public .ls-footer-top {
        padding: 42px 20px 32px;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ls-footer-brand {
        grid-column: auto;
    }

    .ls-footer-bottom {
        gap: 8px;
        padding: 16px 20px;
    }
}

.page-content{
    height: 100%;
    position: relative;
    margin: 35px 0 10px 0px;
}
    
.item-catalog-box{
    /*    height: 435px;*/
    /*border: 1px yellowgreen solid;*/
}
.item-catalog-box:active,.item-catalog-box:hover{
    background-color: rgba(180, 160, 130,.1);
    transition: background-color 0.2s ease;
}
.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.item-image-box{
    /*width: 320px;*/
    height: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-image-box img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.no-margin-padding{
    margin:0;
    padding: 0;
}
.cart-buttons *{
    border: none;
    box-shadow: none;

}
.cart-buttons input{
    background: none;
}
.cart-buttons span{
    color: white;
}
.cart-buttons button{
    background-color: black;
}
.cart-money{
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px 0 5px;
    font-size: 1.1em;
}
.cart-money.public{
    color: var(--bs-secondary);
    text-align: right;
    margin-top: 0;
    padding-right: 15px;
}

.cart-summary-lines img{
    /*height: 75px;*/
}

.item-catalog-box-name{
    font-size: 0.9em;
    padding: 5px;
    height: 60px;
}
.item-catalog-box-code{
    font-size: 0.9em;
    padding: 5px;
    height: 20px;
}
.item-catalog-box-code.public{
    color:#333333;
}
.item-catalog-box-name.public{
    color:#333333;
}
.item-catalog-box-shopping{
    height: 35px;
}
.item-catalog-box-shopping input{
    min-width: 30px;
}
.cursor-pointer{
    cursor: pointer;
}
.bar-top-right{
    position: fixed;
    top: 70px;
    right: 0px;
    width: 180px;
    height: 270px;
    text-align: right;
    align-items: flex-end;
    z-index: 2;


}
#toggle-hide{
    transition-timing-function: ease-in-out;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    background-color: rgba(252, 251, 250, 0.8);
    height: 190px;
}
.bar-top-right img{
    width: 160px;
    height: 183px;
    position: absolute;
    left: 0;
    top: 0;
}
.bar-top-right-hidden{
    width: 0px;
    display: none;

}
.items-cart-count-holder{
    width: 43px;
    position: absolute;
    left: 105px;
    top: 20px;
    text-align: center;
    height: 30px;
    font-size: 20px;
}
#items-cart-count{
    color: white;
    font-weight: bold;
}
.bar-top-right-hidden .to-hide *, .bar-top-right-hidden .to-hide {
    visibility: hidden;
    overflow: hidden;
    width: 0;
}

.bar-top-right-phone{
    margin: 5px;
    box-shadow: 5px 5px 2px #888888;
    overflow: hidden;
    width: 150px;
}
.bar-top-right-phone i{
    font-size: 25px;
}
.bar-top-right-phone span{
    padding: 5px;
}
.bar-top-right-cart{
    color: var(--bs-secondary);
    margin: 5px;
    font-size: 1.3em;
    overflow: hidden;
    width: 150px;
}
.bar-top-right-cart i{
    color: black;

}
.bar-top-right-cart a{
    color: var(--bs-secondary);
}
.bar-top-right-discount-holder{
    width: 100%;
    overflow: hidden;
}
.bar-top-right-discount{
    width: 70px;
    text-align: center;
    margin: 5px;
    box-shadow: 5px 5px 2px #888888;
    float: right;

}
.bar-top-right-discount-value{
    font-size: 20px;
    color: white; 
    width: 70px;
    padding: 10px;
    background-color: #ff9933;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 0;
}
.bar-top-right-discount-text{
    font-size: 8px;
    margin-bottom: 0;
}
.right-bar-togglator{
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0px;
    padding: 5px 5px 0 0;
    margin: 10px 0 10px 10px;
    border-radius: 3px;
    text-align: center;

}
.right-bar-togglator i{
    display: block;
}
.bar-top-right-backgroud{
    /*background-color: #ece7df;*/
}
.bar-top-right .blink {
    background: #ff9933;
    -webkit-transition: background 1.0s ease-in-out;
    -moz-transition: background 1.0s ease-in-out;
    -ms-transition: background 1.0s ease-in-out;
    transition: background 1.0s ease-in-out;
}
.right-bar-togglator .fa{
    font-size: 35px;
}

.navbar-header button{
    color: white;
    border: 1px solid white;
}
.navbar-header .icon-bar{
    border: 1px solid white;
}
.stock-state-square{
    height: 0;
    color: #888888;
    font-size: 11px;
    text-align: right;
    vertical-align: top;
    line-height: 12px;
    position: absolute;
    right: 10px;
    /*top: 20px;*/
    margin-top: 20px;

}
.stock-state-detail{
    color: #888888;
}

@media (min-width: 1440px) {
    .search-bar div{
        width: 765px;
    }
}
@media (max-width: 1439px) {
    .search-bar div{
        padding-right: 15px;
    }
    #navbar > a > div{
        margin-left: 5px;
    }
}
div.loader{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    z-index: 10;

}
.loader .loading-circle {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid var(--bs-secondary);
    border-left: 16px solid var(--bs-primary);
    border-bottom: 16px solid var(--bs-secondary);
    border-right: 16px solid var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    animation: spin 2s linear infinite;
    z-index: 20;
    display: inline-block;

}


.menu-tree ul.tree, .menu-tree ul.tree ul {
    list-style-type: none; 
    background: url(/static/images/vline-b45f1266e07b23e287224eef1a567981.png) repeat-y;
    margin: 0;
    padding: 0; 
    max-width: 100%;
} 
.menu-tree ul.stage-one{
    background: none;
}
.menu-tree ul.stage-two{
    margin-left: 5px;
}
.menu-tree ul.tree ul {
    margin-left: 15px;
}

.menu-tree ul.tree li {
    margin: 0;
    padding: 0 12px;
}
.menu-tree ul.stage-one li{
    margin-top: 10px;
}
.menu-tree ul, .menu-tree li{
    -webkit-transition:500ms ease;
    -moz-transition:500ms ease;
    -o-transition:500ms ease;
    transition:500ms ease;
}
.menu-tree li, .filter-tree li{
    display: inline-block;
    width:  100%;
}
.filter-tree ul.tree, .filter-tree ul.tree ul {
    list-style-type: none; 
    background: url(/static/images/vline-b45f1266e07b23e287224eef1a567981.png) repeat-y;
    margin: 0;
    padding: 0; 
    max-width: 100%;
} 
.filter-tree ul.stage-one{
    background: none;
    margin-bottom: 20px;
}
.filter-tree ul.stage-two{
    margin-left: 5px;
}
.filter-tree ul.tree ul {
    margin-left: 15px;
}

.filter-tree ul.tree li {
    margin: 0;
    padding: 0 12px;
}
.filter-tree ul.stage-one li{
    margin-top: 10px;
}
.filter-tree ul, .filter-tree li{
    -webkit-transition:500ms ease;
    -moz-transition:500ms ease;
    -o-transition:500ms ease;
    transition:500ms ease;
}
.selected-filter-option{
    background-color: #ece7df;

}
.catalogue-filter{
    margin-top: 50px;
}
.menu-tree, .filter-tree{
    color: #333333;
}
.tl-row{
    margin-top: 40px;
    margin-bottom: 20px;
}
a.link-trade-terms{
    line-height: 20px;
    font-size: 10px;
    margin: 0;
    color: white;
}
a.link-trade-terms span{
    margin-bottom: 20px;
    display: inline-block;
}

.navbar-public{

    color: grey;

}
.navbar-public i{
    color: grey;
    font-size: 1.1em;
}
.navbar-public span{
    color: grey;
    font-size: 1.1em;
}
.navbar-public > span{
    height: 20px;
}
.navbar-public div{
    border: 2px solid;
    display: inline;
    width: auto;
    margin-right: 10px;
    padding: 3px;
}
.navbar-public a{
    /*height: 20px;*/
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

.navbar-public .select-drop button{
    background-color: rgba(0,0,0,0);
    border: none;
    color: grey;
    text-decoration: none;
    text-shadow: none;  
    font-weight: bold;
    font-size: 1.1em;
}
.navbar-public .select-drop ul{
    min-width: auto;
}
/*.navbar-public .select-drop ul li a{
    margin: auto 0 auto 0;
}*/
/*.navbar-public .select-drop a{
    margin: 0 7px 0 7px;
}*/
.navbar-public .dropdown-menu{
    background-color: grey;
}

.navbar-public .dropdown-menu > li > a:focus,.navbar-public .dropdown-menu > li > a:hover{
    background-image: none;
    background-color: #333333;
}


.public-add-button{
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: none;
    font-weight: bold;
    margin-left: 30px;
    font-size: 18px;
}
.item-catalog-box-shopping-public > div{
    display: inline-block;
}
.item-catalog-box-shopping-public{
    display: flex;
}

.select-sex{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.no-margin-padding-lr{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.no-margin-padding-l{
    margin-left: 0;
    padding-left: 0;
}

.center-block{
    margin-right: auto;
    margin-left: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.banner-top{
    width: 100%;
    margin-bottom: 20px;
}
.banner{
    width: 100%;
    margin-bottom: 60px;
}

.item-image-change{
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.item-secondary-image{
    object-fit: cover;
}
.bg-grey{
    background-color: #F0F0F0;
}

.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
    position:relative;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:translatZ(0) scale(1.10); /* Opera */
    transform:translatZ(0) scale(1.10);
}
.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url(/static/image_loader-35250c83228cf34cc563812c7a6910bc.gif) no-repeat center;
}

/* LAVVU.STORE redesign: shared top bar and navigation */
.ls-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.ls-topbar,
.ls-main-nav {
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-dark) 100%);
}

.ls-topbar {
    height: 36px;
    border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .22);
}

.ls-topbar-message {
    display: inline-grid;
    height: 36px;
    grid-template-columns: 4px max-content;
    grid-template-rows: 16px;
    align-content: center;
    align-items: center;
    column-gap: .5rem;
    color: rgba(var(--bs-secondary-rgb), .82);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-left: 0;
}

@media (min-width: 992px) {
    .ls-topbar-message {
        margin-left: 137px;
    }
}

@media (min-width: 1200px) {
    .ls-topbar-message {
        margin-left: 145px;
    }
}

.ls-topbar-message::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    grid-column: 1;
    grid-row: 1;
    background: currentColor;
    transform: rotate(45deg);
}

.ls-topbar-message-text {
    display: block;
    height: 16px;
    grid-column: 2;
    grid-row: 1;
    line-height: 16px;
    white-space: nowrap;
}

.ls-topbar-link {
    color: rgba(255, 255, 255, .48);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
    transition: color .2s ease;
}

.ls-topbar-link:hover,
.ls-topbar-link:focus {
    color: var(--bs-gold-light);
}

.ls-topbar-separator {
    color: rgba(255, 255, 255, .15);
    font-size: .7rem;
}

.ls-main-nav.navbar {
    position: relative;
    min-height: 86px;
    padding: 0;
    border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .22);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .14);
}

.ls-nav-logo {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    align-self: stretch;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.ls-nav-logo img {
    display: block;
    width: auto;
    height: 86px;
    max-width: 96px;
    object-fit: contain;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}

.ls-nav-search {
    flex: 1 1 420px;
    max-width: 500px;
}

.ls-search-shell {
    position: relative;
    width: 100%;
}

.ls-search-shell > .input-group {
    width: 100%;
}

.ls-search-suggestions {
    position: absolute;
    z-index: 1080;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    color: #25344a;
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .14);
    border-radius: .45rem;
    box-shadow: 0 16px 42px rgba(14, 30, 54, .2);
}

.ls-search-suggestions[hidden] {
    display: none !important;
}

.ls-search-suggestion {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .75rem;
    padding: .65rem .8rem;
    color: #25344a;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .08);
    text-decoration: none;
}

.ls-search-suggestion:last-child {
    border-bottom: 0;
}

.ls-search-suggestion:hover,
.ls-search-suggestion:focus,
.ls-search-suggestion.is-active {
    color: var(--bs-primary);
    background: rgba(var(--bs-secondary-rgb), .12);
    outline: 0;
}

.ls-search-suggestion-image {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    color: rgba(var(--bs-primary-rgb), .45);
    background: #f7f8fa;
    border-radius: .3rem;
}

.ls-search-suggestion-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ls-search-suggestion-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.25;
}

.ls-search-suggestion-content strong,
.ls-search-suggestion-content small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-search-suggestion-content strong {
    font-size: .88rem;
}

.ls-search-suggestion-content small {
    margin-top: .2rem;
    color: #6a788b;
    font-size: .72rem;
}

.ls-search-suggestion--category {
    min-height: 42px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .84rem;
}

.ls-search-suggestion--category i {
    width: 48px;
    color: var(--bs-secondary);
    text-align: center;
}

.ls-search-suggestion--all {
    color: var(--bs-primary);
    background: #f7f8fa;
    font-size: .84rem;
    font-weight: 600;
}

.ls-search-suggestion--all span {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-search-suggestion--all kbd {
    color: #69778b;
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .14);
    font-size: .66rem;
    font-weight: 500;
}

.ls-nav-search-input.form-control {
    height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    border-right: 0;
    font-size: .85rem;
}

.ls-nav-search-input.form-control::placeholder {
    color: rgba(255, 255, 255, .32);
}

.ls-nav-search-input.form-control:focus {
    color: #fff;
    background: rgba(var(--bs-secondary-rgb), .06);
    border-color: var(--bs-secondary);
    box-shadow: none;
}

.ls-nav-search-button.btn {
    width: 44px;
    color: var(--bs-dark);
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.ls-nav-search-button.btn:hover,
.ls-nav-search-button.btn:focus {
    color: var(--bs-dark);
    background: var(--bs-gold-light);
    border-color: var(--bs-gold-light);
}

.ls-nav-action {
    display: flex;
    min-width: 64px;
    min-height: 52px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    padding: .35rem .7rem;
    color: rgba(255, 255, 255, .58);
    background: transparent;
    border: 0;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
}

.ls-nav-action i {
    font-size: 1.2rem;
}

.ls-nav-action:hover,
.ls-nav-action:focus,
.ls-nav-action.show {
    color: var(--bs-gold-light);
    background: rgba(255, 255, 255, .05);
}

.ls-account-trigger {
    min-width: 52px;
    flex-direction: row;
    gap: .25rem;
}

.ls-account-trigger .ls-account-trigger-arrow {
    font-size: .7rem;
}

.ls-wholesale-button {
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin: 0 .35rem;
    padding: .45rem 1rem;
    color: var(--bs-gold-light);
    background: transparent;
    border: 1px solid rgba(var(--bs-secondary-rgb), .45);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ls-wholesale-button:hover,
.ls-wholesale-button:focus {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .45);
}

.ls-account-menu {
    min-width: 220px;
    padding: 0;
    border: 1px solid var(--bs-border-color);
    border-top: 2px solid var(--bs-secondary);
    box-shadow: 0 8px 32px rgba(var(--bs-primary-rgb), .13);
}

.ls-account-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .75rem 1rem;
    color: #4a5e7a;
    border-bottom: 1px solid var(--bs-border-color);
    font-size: .82rem;
}

.ls-account-menu .dropdown-item i {
    width: 1rem;
    color: var(--bs-secondary);
    text-align: center;
}

.ls-account-menu .dropdown-item:hover,
.ls-account-menu .dropdown-item:focus {
    color: var(--bs-primary);
    background: rgba(var(--bs-secondary-rgb), .15);
}

.ls-cart-button {
    position: relative;
    display: grid;
    width: auto;
    min-width: 116px;
    height: 52px;
    flex: 0 0 auto;
    grid-template-columns: 26px max-content;
    grid-template-rows: 26px;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    margin-left: .45rem;
    padding: 0 18px;
    color: var(--bs-dark);
    background: var(--bs-secondary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .15s ease;
}

.ls-cart-button > .ls-cart-glyph {
    display: block;
    width: 26px;
    height: 26px;
    grid-column: 1;
    grid-row: 1;
    font-size: 1.45rem;
    line-height: 26px;
    text-align: center;
    transform: translateY(-2px);
}

.ls-cart-button > .ls-cart-label {
    display: block;
    height: 26px;
    grid-column: 2;
    grid-row: 1;
    line-height: 26px;
    white-space: nowrap;
}

.ls-cart-button:hover,
.ls-cart-button:focus {
    color: var(--bs-dark);
    background: var(--bs-gold-light);
    transform: translateY(-1px);
}

.ls-cart-count {
    position: absolute;
    top: -.7rem;
    right: -.7rem;
    min-width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    color: #fff;
    background: var(--bs-danger);
    border: 2px solid #fff;
    border-radius: 50rem;
    box-shadow: 0 2px 8px rgba(var(--bs-danger-rgb), .55);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
}

.ls-mobile-action,
.ls-mobile-menu-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--bs-gold-light);
    background: transparent;
    border: 1px solid rgba(var(--bs-secondary-rgb), .35);
    font-size: 1.15rem;
}

.ls-mobile-action:hover,
.ls-mobile-menu-button:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
}

.ls-mobile-search-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--bs-dark);
    border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.ls-mobile-search-panel .container-fluid {
    padding-top: .75rem;
}

.ls-category-nav {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid var(--bs-border-color);
    box-shadow: 0 1px 0 rgba(var(--bs-secondary-rgb), .22);
}

.ls-category-nav-inner {
    display: flex;
    position: relative;
    width: 100%;
    align-items: stretch;
}

.ls-category-item {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    align-items: stretch;
    border-bottom: 2px solid transparent;
    transition: border-color .2s ease;
}

.ls-category-item-link,
.ls-category-nav-inner > .ls-category-all {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(.55rem, 1vw, 1.2rem);
    color: var(--bs-primary);
    border-bottom: 2px solid transparent;
    font-size: clamp(.7rem, .78vw, .84rem);
    font-weight: 700;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease;
}

.ls-category-item-link {
    gap: .4rem;
}

.ls-category-item-link i {
    color: rgba(var(--bs-primary-rgb), .42);
    font-size: .62rem;
    transition: color .2s ease, transform .2s ease;
}

.ls-category-item:hover {
    border-bottom-color: var(--bs-secondary);
}

.ls-category-item:hover .ls-category-item-link,
.ls-category-item-link:focus,
.ls-category-nav-inner > .ls-category-all:hover,
.ls-category-nav-inner > .ls-category-all:focus {
    color: var(--bs-secondary);
}

.ls-category-item:hover .ls-category-item-link i {
    color: var(--bs-secondary);
    transform: rotate(180deg);
}

.ls-category-nav-inner > .ls-category-all {
    flex: 0 1 auto;
    margin-left: auto;
    color: var(--bs-secondary);
    border-left: 1px solid var(--bs-border-color);
}

.ls-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1040;
    padding: 12px 32px 14px;
    background: #fff;
    border-top: 2px solid var(--bs-secondary);
    border-bottom: 3px solid var(--bs-gold-light);
    box-shadow: 0 14px 38px rgba(var(--bs-primary-rgb), .14);
}

.ls-category-item:hover .ls-category-dropdown,
.ls-category-item:focus-within .ls-category-dropdown {
    display: block;
}

.ls-category-dropdown-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0 32px;
}

.ls-category-dropdown a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
    color: rgba(var(--bs-primary-rgb), .65);
    border-bottom: 0;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color .15s ease, padding-left .15s ease;
}

.ls-category-dropdown a:hover,
.ls-category-dropdown a:focus {
    padding-left: 5px;
    color: var(--bs-secondary);
}

.ls-mobile-menu {
    color: #fff;
    background: var(--bs-dark);
}

.ls-mobile-menu .offcanvas-header {
    min-height: 72px;
    border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .25);
}

.ls-mobile-menu .offcanvas-title img {
    width: auto;
    height: 50px;
}

.ls-mobile-menu .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.ls-mobile-category-list,
.ls-mobile-account-links {
    display: flex;
    flex-direction: column;
}

.ls-mobile-category-group {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ls-mobile-category-heading {
    display: flex;
    align-items: stretch;
}

.ls-mobile-category-heading > a {
    flex: 1 1 auto;
    border-bottom: 0;
}

.ls-mobile-category-heading > button {
    width: 52px;
    flex: 0 0 52px;
    color: rgba(255, 255, 255, .6);
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.ls-mobile-category-heading > button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.ls-mobile-subcategories {
    padding: 2px 0 6px;
    background: rgba(0, 0, 0, .12);
}

.ls-mobile-category-list .ls-mobile-subcategories a {
    min-height: 32px;
    padding: 5px 24px 5px 38px;
    color: rgba(255, 255, 255, .62);
    border-bottom: 0;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: none;
}

.ls-mobile-category-list a,
.ls-mobile-account-links a {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .95rem 1.5rem;
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.ls-mobile-category-list a:hover,
.ls-mobile-account-links a:hover {
    color: var(--bs-gold-light);
    background: rgba(255, 255, 255, .04);
}

.ls-mobile-category-list .ls-mobile-category-all {
    color: var(--bs-secondary);
}

.ls-mobile-account-links {
    border-top: 2px solid rgba(var(--bs-secondary-rgb), .3);
}

.ls-mobile-account-links i {
    width: 1rem;
    color: var(--bs-secondary);
    text-align: center;
}

.ls-mobile-option-group {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ls-mobile-option-group > span {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
    color: var(--bs-gold-light);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ls-mobile-option-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.ls-mobile-option-group button {
    min-width: 42px;
    padding: .35rem .55rem;
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: .7rem;
    font-weight: 700;
}

.ls-mobile-option-group button:hover {
    color: var(--bs-dark);
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

/* Public host: the updated mockup uses a light main navigation. */
.ls-site-header--public .ls-main-nav {
    background: #fff;
    border-bottom-color: rgba(var(--bs-primary-rgb), .08);
    box-shadow: 0 2px 12px rgba(var(--bs-primary-rgb), .08);
}

.ls-site-header--public .ls-nav-logo {
    border-right-color: rgba(var(--bs-primary-rgb), .08);
}

.ls-site-header--public .ls-nav-search-input.form-control {
    color: var(--bs-primary);
    background: #f7f8fa;
    border-color: rgba(var(--bs-primary-rgb), .13);
}

.ls-site-header--public .ls-nav-search-input.form-control::placeholder {
    color: rgba(var(--bs-primary-rgb), .5);
}

.ls-site-header--public .ls-nav-search-input.form-control:focus {
    color: var(--bs-primary);
    background: #fff;
    border-color: var(--bs-primary);
}

.ls-site-header--public .ls-nav-search-button.btn {
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.ls-site-header--public .ls-nav-search-button.btn:hover,
.ls-site-header--public .ls-nav-search-button.btn:focus {
    color: #fff;
    background: var(--bs-info);
    border-color: var(--bs-info);
}

.ls-site-header--public .ls-nav-action {
    color: #4a5e7a;
}

.ls-site-header--public .ls-nav-action:hover,
.ls-site-header--public .ls-nav-action:focus,
.ls-site-header--public .ls-nav-action.show {
    color: var(--bs-primary);
    background: #f7f8fa;
}

.ls-site-header--public .ls-nav-select {
    min-width: auto;
    min-height: 40px;
    flex-direction: row;
    gap: .35rem;
    padding: .4rem .55rem;
    color: var(--bs-primary);
    font-size: .68rem;
}

.ls-site-header--public .ls-nav-select > i {
    display: none;
}

.ls-site-header--public .ls-wholesale-button {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.ls-site-header--public .ls-wholesale-button:hover,
.ls-site-header--public .ls-wholesale-button:focus {
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.ls-site-header--public .ls-cart-button {
    color: #fff;
    background: var(--bs-primary);
}

.ls-site-header--public .ls-cart-button:hover,
.ls-site-header--public .ls-cart-button:focus {
    color: #fff;
    background: var(--bs-info);
}

.ls-site-header--public .ls-mobile-action,
.ls-site-header--public .ls-mobile-menu-button {
    color: var(--bs-primary);
    border-color: rgba(var(--bs-primary-rgb), .3);
}

.ls-site-header--public .ls-mobile-action:hover,
.ls-site-header--public .ls-mobile-menu-button:hover {
    color: var(--bs-info);
    border-color: var(--bs-primary);
}

.ls-site-header--public .ls-mobile-search-panel {
    background: #fff;
    border-bottom-color: rgba(var(--bs-primary-rgb), .12);
    box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), .12);
}

@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }

    .ls-main-nav.navbar {
        min-height: 64px;
    }

    .ls-nav-logo {
        padding-right: .75rem;
    }

    .ls-nav-logo img {
        width: auto;
        height: 58px;
        max-width: 86px;
    }

    .ls-cart-button {
        height: 46px;
        margin-left: 0;
        padding: 0 12px;
    }
}

@media (max-width: 575.98px) {
    .ls-main-nav .container-fluid {
        gap: .35rem;
    }

    .ls-nav-logo {
        margin-right: auto !important;
        padding-right: .4rem;
        border-right: 0;
    }

    .ls-nav-logo img {
        height: 54px;
        max-width: 74px;
    }

    .ls-mobile-action,
    .ls-mobile-menu-button {
        width: 36px;
        height: 38px;
    }

    .ls-cart-button {
        width: 42px;
        min-width: 42px;
        height: 40px;
        grid-template-columns: 26px;
        column-gap: 0;
        padding: 0;
    }

    .ls-cart-button > .ls-cart-label {
        display: none;
    }
}

/* LAVVU.STORE redesign: catalogue layout */
.ls-catalog-page,
.ls-catalog-page .page-content {
    background: #f7f8fa;
}

.ls-catalog-shell {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.ls-catalog-content,
.min-w-0 {
    min-width: 0;
}

.ls-catalog-sidebar {
    width: 240px;
    min-width: 240px;
    padding: 0;
    color: var(--bs-primary);
    background: #fff;
    border-right: 1px solid rgba(var(--bs-primary-rgb), .12);
}

.ls-catalog-categories {
    padding: 24px 0 20px;
    border-bottom: 2px solid rgba(var(--bs-primary-rgb), .1);
}

.ls-catalog-category-group + .ls-catalog-category-group {
    border-top: 1px solid rgba(var(--bs-primary-rgb), .08);
}

.ls-catalog-category-title,
.ls-catalog-category-link {
    display: block;
    color: rgba(var(--bs-primary-rgb), .68);
    text-decoration: none;
    transition: color .15s ease, background-color .15s ease;
}

.ls-catalog-category-title {
    padding: 10px 24px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .055em;
}

.ls-catalog-category-link {
    padding: 7px 20px 7px 34px;
    border-left: 2px solid transparent;
    font-size: .8rem;
}

.ls-catalog-category-title:hover,
.ls-catalog-category-link:hover {
    color: var(--bs-primary);
    background: rgba(var(--bs-secondary-rgb), .08);
}

.ls-catalog-category-title.is-active-parent,
.ls-catalog-category-title.is-active {
    color: var(--bs-primary);
}

.ls-catalog-category-link.is-active {
    padding-left: 32px;
    color: var(--bs-primary);
    background: rgba(var(--bs-secondary-rgb), .1);
    border-left-color: var(--bs-secondary);
    font-weight: 600;
}

.ls-catalog-category-children {
    margin-left: 24px;
    border-left: 2px solid var(--bs-secondary);
}

.ls-catalog-category-children .ls-catalog-category-link {
    margin-left: -2px;
}

.ls-catalog-filters {
    padding: 24px 24px 32px;
}

.ls-catalog-filters-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
}

.ls-catalog-filters-heading h2 {
    margin: 0;
    color: var(--bs-primary);
    font-size: .95rem;
    font-weight: 700;
}

.ls-catalog-filter-reset {
    padding: 0;
    color: rgba(var(--bs-primary-rgb), .55);
    background: transparent;
    border: 0;
    font-size: .7rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ls-catalog-filter-reset:hover {
    color: var(--bs-secondary);
}

.ls-catalog-filter-group {
    border-top: 1px solid rgba(var(--bs-primary-rgb), .1);
}

.ls-catalog-filter-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    color: var(--bs-primary);
    background: transparent;
    border: 0;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
}

.ls-catalog-filter-toggle i {
    color: rgba(var(--bs-primary-rgb), .45);
    transition: transform .15s ease;
}

.ls-catalog-filter-group:has(.ls-catalog-filter-options:not([hidden])) .ls-catalog-filter-toggle i {
    transform: rotate(180deg);
}

.ls-catalog-filter-options {
    margin: -2px 0 10px;
    padding: 0;
    list-style: none;
}

.ls-catalog-filter-options li {
    display: block;
    width: 100%;
    padding: 6px 8px;
    color: rgba(var(--bs-primary-rgb), .68);
    font-size: .78rem;
    transition: color .15s ease, background-color .15s ease;
}

.ls-catalog-filter-options li:hover,
.ls-catalog-filter-options li.selected-filter-option {
    color: var(--bs-primary);
    background: rgba(var(--bs-secondary-rgb), .1);
}

.ls-catalog-header {
    padding: 38px 40px 0;
}

.ls-catalog-header h1 {
    margin: 0;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1.12;
}

.ls-catalog-description {
    max-width: 780px;
    margin-top: 12px;
    color: rgba(var(--bs-primary-rgb), .55);
    font-size: .86rem;
    line-height: 1.65;
}

.ls-catalog-description > :last-child {
    margin-bottom: 0;
}

.ls-catalog-count {
    margin: 8px 0 0;
    color: rgba(var(--bs-primary-rgb), .5);
    font-size: .72rem;
}

.ls-catalog-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 40px 24px;
}

.ls-catalog-chip {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 6px 15px;
    color: rgba(var(--bs-primary-rgb), .72);
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .15);
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

.ls-catalog-chip:hover {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.ls-catalog-chip.is-active {
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.ls-catalog-related h2 {
    margin: 0;
    padding: 0 40px;
    color: var(--bs-primary);
    font-size: .86rem;
}

.ls-catalog-related .ls-catalog-chips {
    padding-top: 10px;
}

.ls-catalog-toolbar {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 40px;
    padding: 10px 0;
    border-top: 1px solid rgba(var(--bs-primary-rgb), .12);
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .12);
}

.ls-catalog-filter-button,
.ls-catalog-sort-button {
    color: var(--bs-primary);
    background: transparent;
    border: 0;
    font-size: .78rem;
    font-weight: 600;
}

.ls-catalog-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.ls-catalog-filter-button:hover,
.ls-catalog-sort-button:hover {
    color: var(--bs-secondary);
}

.ls-catalog-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ls-catalog-sort-label {
    color: rgba(var(--bs-primary-rgb), .55);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ls-catalog-sort-button {
    min-height: 34px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .15);
}

.ls-catalog-sort .dropdown-menu {
    border-color: rgba(var(--bs-primary-rgb), .12);
    box-shadow: 0 12px 28px rgba(var(--bs-primary-rgb), .1);
}

.ls-catalog-sort .dropdown-item {
    padding: 8px 16px;
    color: var(--bs-primary);
    font-size: .75rem;
}

.ls-catalog-sort .dropdown-item:hover {
    background: rgba(var(--bs-secondary-rgb), .1);
}

.ls-catalog-selected-filters {
    display: flex;
    flex-wrap: wrap;
    padding: 0 32px;
}

.ls-catalog-top-filters {
    margin: 16px 40px 0;
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .12);
}

.ls-catalog-top-filters[hidden] {
    display: none;
}

.ls-catalog-top-filters .ls-catalog-filters {
    padding-bottom: 24px;
}

.ls-catalog-top-filters .ls-catalog-filter-tree {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
}

.ls-catalog-note {
    margin: 8px 40px 48px;
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: .9rem;
    line-height: 1.7;
}

/* LAVVU.STORE redesign: catalogue product card */

.ls-catalog-grid {
    margin: 0;
    padding: 24px 32px 48px;
    background: #f7f8fa;
    border-top: 1px solid rgba(var(--bs-primary-rgb), .08);
}

@media (max-width: 991.98px) {
    .ls-catalog-sidebar {
        width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(var(--bs-primary-rgb), .12);
    }

    .ls-catalog-categories,
    .ls-catalog-filters {
        width: 50%;
        float: left;
    }

    .ls-catalog-filters {
        border-left: 1px solid rgba(var(--bs-primary-rgb), .12);
    }

    .ls-catalog-top-filters .ls-catalog-filter-tree {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ls-catalog-top-filters .ls-catalog-filters {
        width: 100%;
        float: none;
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .ls-catalog-categories,
    .ls-catalog-filters {
        width: 100%;
        float: none;
    }

    .ls-catalog-filters {
        border-left: 0;
    }

    .ls-catalog-top-filters {
        margin-right: 20px;
        margin-left: 20px;
    }

    .ls-catalog-top-filters .ls-catalog-filter-tree {
        grid-template-columns: 1fr;
    }

    .ls-catalog-header {
        padding: 28px 20px 0;
    }

    .ls-catalog-chips {
        padding: 16px 20px 20px;
    }

    .ls-catalog-related h2 {
        padding: 0 20px;
    }

    .ls-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin: 0 20px;
    }

    .ls-catalog-sort {
        width: 100%;
        justify-content: space-between;
    }

    .ls-catalog-selected-filters {
        padding: 0 12px;
    }

    .ls-catalog-note {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.ls-product-card-col {
    min-width: 0;
}

.ls-product-card {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    color: var(--bs-primary);
    background: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .08);
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease;
}

.ls-product-card:hover {
    box-shadow: 0 8px 32px rgba(var(--bs-primary-rgb), .1);
    transform: translateY(-2px);
}

.ls-product-card-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    color: inherit;
    background: #f7f8fa;
    text-decoration: none;
}

.ls-product-card-image-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.ls-product-card-img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    object-fit: contain;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94), opacity .3s ease;
}

.ls-product-card:hover .ls-product-card-img {
    transform: scale(1.05);
}

.ls-product-card-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    max-width: calc(100% - 20px);
    padding: 3px 8px;
    overflow: hidden;
    color: #4a5e7a;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(var(--bs-primary-rgb), .08);
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-card-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    max-width: calc(100% - 120px);
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.ls-product-card-tags small {
    padding: 3px 8px;
    overflow: hidden;
    color: #fff;
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-card-stock--available {
    color: #267548;
    background: rgba(232, 245, 238, .94);
}

.ls-product-card-body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 3px;
    padding: 14px 16px 16px;
}

.ls-product-card-brand {
    min-height: 14px;
    overflow: hidden;
    color: var(--bs-secondary);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-card-name {
    display: -webkit-box;
    min-height: 2.7em;
    overflow: hidden;
    color: var(--bs-primary);
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ls-product-card-name:hover,
.ls-product-card-name:focus {
    color: var(--bs-secondary);
}

.ls-product-card-code {
    overflow: hidden;
    color: #4a5e7a;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-product-card-footer {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(var(--bs-primary-rgb), .08);
}

.ls-product-card-price {
    min-width: 0;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.ls-product-card-action {
    flex: 0 0 auto;
}

.ls-public-cart-control .js-public-cart-buy:not(.d-none),
.ls-public-cart-control .js-public-cart-stepper:not(.d-none) {
    animation: ls-public-cart-control-enter .2s ease-out both;
}

@keyframes ls-public-cart-control-enter {
    from {
        opacity: 0;
        transform: translateY(3px) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ls-public-cart-control .js-public-cart-buy:not(.d-none),
    .ls-public-cart-control .js-public-cart-stepper:not(.d-none) {
        animation: none;
    }
}

.ls-product-card-action .right,
.ls-product-card-action .cart-buttons {
    margin: 0;
}

.ls-product-card-action .cart-buttons.input-group {
    display: grid;
    width: 90px;
    height: 30px;
    grid-template-columns: 28px 34px 28px;
    grid-template-rows: 28px;
    overflow: hidden;
    border: 1px solid rgba(var(--bs-primary-rgb), .12);
    flex-wrap: nowrap;
}

.ls-product-card-action .cart-buttons .input-group-btn {
    display: block;
    width: 28px;
    height: 28px;
}

.ls-product-card-action .cart-buttons button {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #4a5e7a !important;
    background: #f7f8fa;
    border: 0;
    font-size: .72rem;
}

.ls-product-card-action .cart-buttons button i {
    padding: 0 !important;
    line-height: 1;
}

.ls-product-card-action .cart-buttons .input-group-btn:last-child button {
    color: #fff !important;
    background: var(--bs-primary);
}

.ls-product-card-action .cart-buttons button:hover,
.ls-product-card-action .cart-buttons button:focus {
    color: var(--bs-primary) !important;
    background: rgba(var(--bs-primary-rgb), .08);
}

.ls-product-card-action .cart-buttons .input-group-btn:last-child button:hover,
.ls-product-card-action .cart-buttons .input-group-btn:last-child button:focus {
    color: #fff !important;
    background: var(--bs-info);
}

.ls-product-card-action .cart-buttons button:disabled,
.ls-product-card-action .cart-buttons button:disabled:hover,
.ls-product-card-action .cart-buttons button:disabled:focus {
    color: #4a5e7a !important;
    background: #f7f8fa;
    cursor: default;
    opacity: .25;
}

.ls-product-card-action .cart-buttons input.form-control {
    width: 34px;
    min-width: 34px;
    height: 28px;
    flex: 0 0 34px;
    padding: 0 2px;
    color: var(--bs-primary);
    background: #fff;
    border: 0;
    border-right: 1px solid rgba(var(--bs-primary-rgb), .08);
    border-left: 1px solid rgba(var(--bs-primary-rgb), .08);
    box-shadow: none;
    font-size: .72rem;
    font-weight: 700;
    line-height: 28px;
}

.ls-product-card-action > div > .input-group > button[data-bs-toggle="modal"] {
    width: auto;
    min-width: 96px;
    height: 30px;
    padding: 0 .65rem;
    color: var(--bs-primary);
    background: #fff !important;
    border: 1px solid var(--bs-primary) !important;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-card-add {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: .35rem .7rem;
    color: #fff;
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-card-add:hover,
.ls-product-card-add:focus {
    color: #fff;
    background: var(--bs-info);
    border-color: var(--bs-info);
}

.ls-product-card-action .js-public-cart-buy {
    min-height: 38px;
    padding: .55rem 1rem;
    font-size: .68rem;
    letter-spacing: .065em;
}

.ls-product-card-action .ls-public-cart-control .cart-buttons.input-group {
    height: 38px;
    grid-template-rows: 36px;
}

.ls-product-card-action .ls-public-cart-control .cart-buttons .input-group-btn,
.ls-product-card-action .ls-public-cart-control .cart-buttons button {
    height: 36px;
}

.ls-product-card-action .ls-public-cart-control .cart-buttons input.form-control {
    height: 36px;
    line-height: 36px;
}

.ls-product-variants-button {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: .35rem .7rem;
    color: var(--bs-primary);
    background: #fff;
    border: 1px solid var(--bs-primary);
    border-radius: 0;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-product-variants-button:hover,
.ls-product-variants-button:focus {
    color: #fff;
    background: var(--bs-primary);
}

.ls-variant-modal {
    --bs-modal-width: 820px;
}

.ls-variant-modal .modal-content {
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 24px 80px rgba(var(--bs-primary-rgb), .28);
}

.ls-variant-modal-header {
    min-height: 104px;
    padding: 18px 24px;
    color: var(--bs-primary);
    background: #fff;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .12);
}

.ls-variant-modal-product {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
}

.ls-variant-modal-image {
    display: flex;
    width: 136px;
    height: 136px;
    flex: 0 0 136px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #fff;
}

.ls-variant-modal-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ls-variant-modal-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--bs-secondary);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ls-variant-modal .modal-title {
    overflow: hidden;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: 1.45rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-variant-modal-body {
    max-height: min(62vh, 560px);
    padding: 6px 24px;
    overflow-y: auto;
}

.ls-variant-row {
    display: grid;
    min-height: 82px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .09);
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 22px;
}

.ls-variant-row:last-child {
    border-bottom: 0;
}

.ls-variant-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.ls-variant-info strong {
    color: var(--bs-primary);
    font-size: .78rem;
    letter-spacing: .04em;
}

.ls-variant-info span {
    overflow: hidden;
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-variant-info small {
    color: #27764d;
    font-size: .65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ls-variant-price {
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: .96rem;
    white-space: nowrap;
}

.ls-variant-action .right {
    margin: 0;
}

.ls-variant-action .cart-buttons.input-group {
    display: grid;
    width: 94px;
    height: 32px;
    overflow: hidden;
    border: 1px solid rgba(var(--bs-primary-rgb), .14);
    grid-template-columns: 30px 34px 30px;
    flex-wrap: nowrap;
}

.ls-variant-action .cart-buttons .input-group-btn,
.ls-variant-action .cart-buttons button {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.ls-variant-action .cart-buttons button {
    padding: 0;
    color: var(--bs-primary) !important;
    background: #f7f8fa;
    border: 0;
    font-size: .7rem;
}

.ls-variant-action .cart-buttons .input-group-btn:last-child button {
    color: #fff !important;
    background: var(--bs-primary);
}

.ls-variant-action .cart-buttons input.form-control {
    width: 34px;
    height: 30px;
    padding: 0;
    color: var(--bs-primary);
    background: #fff;
    border: 0;
    border-right: 1px solid rgba(var(--bs-primary-rgb), .08);
    border-left: 1px solid rgba(var(--bs-primary-rgb), .08);
    box-shadow: none;
    font-size: .72rem;
    font-weight: 700;
}

.ls-variant-action .cart-buttons button:disabled {
    opacity: .24;
}

.ls-variant-modal-footer {
    padding: 16px 24px;
    background: #f7f8fa;
    border-top: 1px solid rgba(var(--bs-primary-rgb), .09);
}

.ls-variant-modal-confirm {
    min-width: 150px;
    min-height: 44px;
    padding: 0 22px;
    color: #fff;
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 2px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ls-variant-modal-confirm:hover,
.ls-variant-modal-confirm:focus {
    color: var(--bs-primary);
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

@media (max-width: 575.98px) {
    .ls-catalog-grid {
        padding: 16px 0 32px;
    }

    .ls-product-card-body {
        padding: 12px;
    }

    .ls-product-card-footer {
        align-items: center;
        flex-direction: row;
    }

    .ls-product-card-action,
    .ls-product-card-add,
    .ls-product-variants-button {
        width: auto;
    }

    .ls-variant-modal .modal-dialog {
        margin: 12px;
    }

    .ls-variant-modal-header {
        min-height: 88px;
        padding: 14px 16px;
    }

    .ls-variant-modal-image {
        width: 96px;
        height: 96px;
        flex-basis: 96px;
    }

    .ls-variant-modal-body {
        padding: 4px 16px;
    }

    .ls-variant-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 14px;
    }

    .ls-variant-price {
        text-align: right;
    }

    .ls-variant-action {
        grid-column: 1 / -1;
    }

    .ls-variant-modal-footer {
        padding: 14px 16px;
    }

    .ls-variant-modal-confirm {
        width: 100%;
    }

    .ls-product-card-action .cart-buttons.input-group {
        width: 104px;
        grid-template-columns: 32px 40px 32px;
    }

    .ls-product-card-action .cart-buttons .input-group-btn,
    .ls-product-card-action .cart-buttons button {
        width: 32px;
    }

    .ls-product-card-action .cart-buttons input.form-control {
        width: 100%;
    }
}
