/*
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>, 26-10-2017
*/
/* 
    Created on : 26.10.2017, 0:02:56
    Author     : malik
*/


.navbar-header .navbar-brand{
    margin-left: 15px !important;
}

.grey-border{
    border: 1px solid #bdb6b6;
}
.ls-home-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 740px;
    margin-top: -35px;
    margin-left: -50vw;
    overflow: hidden;
    background: #edf1f7;
}
.ls-home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 1.2s cubic-bezier(.2, .65, .3, 1);
}
.ls-home-hero:hover .ls-home-hero-image {
    transform: scale(1.025);
}
.ls-home-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(100deg, rgba(255, 255, 255, .97) 0%, rgba(247, 248, 250, .92) 30%, rgba(240, 244, 250, .6) 52%, transparent 70%);
}
.ls-home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(580px, 50vw);
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 48px 64px 190px;
}
.ls-home-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--bs-secondary);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.ls-home-hero-eyebrow::before {
    width: 28px;
    height: 1px;
    background: var(--bs-secondary);
    content: "";
}
.ls-home-hero-title {
    margin: 0 0 14px;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: clamp(2.75rem, 5.5vw, 4.75rem);
    font-weight: 400;
    line-height: 1.05;
}
.ls-home-hero-title span,
.ls-home-hero-title em {
    display: block;
}
.ls-home-hero-title em {
    color: var(--bs-secondary);
    font-weight: 400;
}
.ls-home-hero-subtitle {
    margin: 0 0 16px;
    color: #4a5e7a;
    font-family: inherit;
    font-size: clamp(1.25rem, 2.5vw, 1.875rem);
    font-weight: 400;
    line-height: 1.2;
}
.ls-home-hero-text {
    max-width: 420px;
    margin: 0 0 32px;
    color: #4a5e7a;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.8;
}
.ls-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ls-home-hero-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 2px solid var(--bs-primary);
    border-radius: var(--bs-border-radius);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.ls-home-hero-button:hover,
.ls-home-hero-button:focus {
    transform: translateY(-2px);
}
.ls-home-hero-button--primary {
    color: var(--bs-dark);
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.ls-home-hero-button--primary:hover,
.ls-home-hero-button--primary:focus {
    color: var(--bs-dark);
    background: var(--bs-gold-light);
    border-color: var(--bs-gold-light);
}
.ls-home-hero-button--secondary {
    color: #fff;
    background: var(--bs-primary);
}
.ls-home-hero-button--secondary:hover,
.ls-home-hero-button--secondary:focus {
    color: #fff;
    background: var(--bs-info);
    border-color: var(--bs-info);
}
.ls-home-hero .ls-home-benefits {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}
.ls-home-benefits {
    position: relative;
    left: 50%;
    display: grid;
    width: 100vw;
    margin-left: -50vw;
    background: #0d3d60;
    border-top: 1px solid rgba(var(--bs-secondary-rgb), .35);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ls-home-benefit {
    display: flex;
    min-width: 0;
    min-height: 170px;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    color: #fff;
    border-right: 1px solid rgba(var(--bs-secondary-rgb), .18);
    flex-direction: column;
    text-align: center;
}
.ls-home-benefit:last-child {
    border-right: 0;
}
.ls-home-benefit strong {
    color: var(--bs-secondary);
    font-family: var(--ls-font-primary);
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.35;
}
.ls-home-benefit small {
    margin-top: 7px;
    color: #6d8a9f;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}
.ls-home-benefit span {
    margin-top: 7px;
    color: #6d8a9f;
    font-size: .7rem;
    font-weight: 300;
    line-height: 1.45;
}
.homepage-category{
    background-color: white;

}
.homepage-category > img{
    background-color: white;
    width: 100%;
}
.ls-home-categories {
    padding: 72px 8px;
    background: #fff;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .08);
}
.ls-home-categories-header {
    margin-bottom: 28px;
    padding: 0 8px;
}
.ls-home-categories-title {
    margin: 0;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 400;
    line-height: 1.15;
}
.ls-home-categories-title em {
    color: var(--bs-secondary);
    font-weight: 400;
}
.ls-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: var(--bs-secondary);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.ls-section-eyebrow::before {
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
}
.ls-home-categories-grid {
    display: grid;
    grid-auto-rows: 280px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 8px;
    gap: 12px;
}
.ls-home-category-tile {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f8fa;
    border: 2px solid rgba(var(--bs-secondary-rgb), .22);
    border-radius: var(--bs-border-radius);
    text-decoration: none;
    transition: border-color .3s ease;
}
.ls-home-category-tile:hover,
.ls-home-category-tile:focus {
    border-color: var(--bs-secondary);
}
.ls-home-category-image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}
.ls-home-category-tile:hover .ls-home-category-image,
.ls-home-category-tile:focus .ls-home-category-image {
    transform: scale(1.04);
}
.ls-home-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--bs-primary-rgb), .78) 0%, rgba(var(--bs-primary-rgb), .12) 52%, transparent 100%);
    transition: opacity .3s ease;
}
.ls-home-category-tile:hover .ls-home-category-overlay,
.ls-home-category-tile:focus .ls-home-category-overlay {
    opacity: .72;
}
.ls-home-category-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 22px;
}
.ls-home-category-name {
    color: #fff;
    font-family: var(--ls-font-primary);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.15;
}
.ls-home-category-description {
    display: -webkit-box;
    overflow: hidden;
    color: var(--bs-gold-light);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ls-home-product-section {
    padding: 72px 8px 80px;
    background: #fff;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .08);
}
.ls-home-product-section--tint {
    background: rgba(var(--bs-secondary-rgb), .1);
}
.ls-home-product-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 0 8px;
}
.ls-home-product-section-copy {
    min-width: 0;
}
.ls-home-product-section-title {
    margin: 0;
    color: var(--bs-primary);
    font-family: var(--ls-font-primary);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15;
}
.ls-home-product-section-description {
    max-width: 760px;
    margin: 10px 0 0;
    color: #4a5e7a;
    font-size: .86rem;
    font-weight: 300;
    line-height: 1.75;
}
.ls-home-product-section-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: auto;
    padding: 8px 0;
    color: var(--bs-primary);
    background: transparent;
    border: 0;
    border-radius: var(--bs-border-radius);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.ls-home-product-section-link span {
    color: var(--bs-secondary);
    font-size: 1rem;
    line-height: 1;
}
.ls-home-product-section-link:hover,
.ls-home-product-section-link:focus {
    color: var(--bs-secondary);
    background: transparent;
    transform: translateY(-1px);
}
.ls-home-product-section-link:hover span,
.ls-home-product-section-link:focus span {
    color: var(--bs-gold-light);
}
.ls-home-product-section > .row.justify-content-end {
    display: flex;
}
.homepage-category-look{
    min-height: 40px;
    overflow: hidden;
    color: var(--bs-primary);
    background: transparent;
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius);
    float: right;
    display: inline-flex;
    margin: 24px 15px 0 0;
    align-items: stretch;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.homepage-category-look .sipka-look{
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    order: 2;
    padding: 0;
    color: var(--bs-secondary);
    border-left: 1px solid rgba(var(--bs-primary-rgb), .18);
    font-size: 1.15rem;
    line-height: 1;
}
.homepage-category-look .sipka-look i{
    display: none;
}
.homepage-category-look .sipka-look::before{
    content: '\2192';
}
.homepage-category-look .text-look{
    display: flex;
    align-items: center;
    order: 1;
    padding: 0 18px;
    color: var(--bs-primary);
    background: transparent;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}
.homepage-category-look .text-look span{
    line-height: inherit;
}
.homepage-category-look .text-look.bg-info{
    background: transparent !important;
}
.homepage-category-look.border-info{
    border-color: var(--bs-primary) !important;
}
.homepage-category-look:hover,
.homepage-category-look:focus-within{
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    transform: translateY(-1px);
}
.homepage-category-look:hover .text-look,
.homepage-category-look:focus-within .text-look{
    color: #fff;
}
.homepage-category-look:hover .sipka-look,
.homepage-category-look:focus-within .sipka-look{
    color: var(--bs-gold-light);
    border-left-color: rgba(255, 255, 255, .18);
}



@media (min-width: 768px) {
    .equal {
        display: flex;
        flex-wrap: wrap;
    }

}
@media (max-width: 991.98px) {
    .ls-home-hero {
        height: auto;
    }
    .ls-home-hero-content {
        width: min(660px, 72vw);
        min-height: 540px;
        height: auto;
        padding: 56px 40px;
    }
    .ls-home-hero .ls-home-benefits {
        position: relative;
    }
    .ls-home-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-home-benefit:nth-child(2) {
        border-right: 0;
    }
    .ls-home-benefit:nth-child(-n+2) {
        border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .18);
    }
    .ls-home-categories-grid {
        grid-auto-rows: 250px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .ls-home-hero-image {
        object-position: 62% center;
    }
    .ls-home-hero-overlay {
        background: linear-gradient(100deg, rgba(255, 255, 255, .97) 0%, rgba(247, 248, 250, .9) 55%, rgba(240, 244, 250, .55) 100%);
    }
    .ls-home-hero-content {
        width: 100%;
        min-height: 600px;
        padding: 52px 20px;
    }
    .ls-home-hero-title {
        font-size: clamp(2.5rem, 14vw, 3.5rem);
    }
    .ls-home-hero-actions,
    .ls-home-hero-button {
        width: 100%;
    }
    .ls-home-benefits {
        grid-template-columns: 1fr;
    }
    .ls-home-benefit,
    .ls-home-benefit:nth-child(2) {
        min-height: 108px;
        border-right: 0;
        border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .18);
    }
    .ls-home-benefit:last-child {
        border-bottom: 0;
    }
    .ls-home-categories {
        padding: 36px 4px;
    }
    .ls-home-categories-grid {
        grid-auto-rows: 220px;
        grid-template-columns: 1fr;
    }
    .ls-home-category-content {
        padding: 18px;
    }
    .ls-home-product-section {
        padding: 36px 4px;
    }
    .ls-home-product-section-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 8px;
    }
    .ls-home-product-section-link {
        width: 100%;
        justify-content: center;
    }
}
.equal{
    margin-bottom: 40px;
}
.all-products{
    margin: 0;

    height: 100px;
}
.all-products-look{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100px;
    border: 1px solid var(--bs-primary);
}
.all-products-look .text-look{
    font-size: 2em;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.all-products-look .sipka-look{

    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

@media (max-width: 1439px) and (min-width: 990px) {
    .homepage-category .item-catalog-box{
        height: 320px;
    }
    .homepage-category .item-catalog-box .item-image-box{
            width: 200px;
            height: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
    }
    .homepage-category .item-catalog-box .cart-buttons{
        margin-left: -25px;
    }
}
