
/*FRONT PAGE*/

.front-page .title-row {
    margin-bottom: 16px;
    position: relative;
}

.front-page .title-row .slidr {
    display: flex;
}

.front-page .title-row .slick-list {
    margin-bottom: 40px;
}

.front-page .title-row::after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #C49A6C;
}

.front-page .title-row .card {
    position: relative;
}

.front-page .title-row .card img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.front-page .title-row .card .title {
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    background: rgba(204, 204, 204, 0.6);
}

.front-page .title-row .slick-arrow {
    transform: unset; 
    top: unset; 
    left: unset;
    bottom: 40px;
    width: auto;
    height: auto;
    z-index: 999;
    background: rgba(204, 204, 204, 0.6);
    padding: 0 10px;
}

.front-page .title-row .slick-arrow.slick-next {
    right: 0;
}

.front-page .title-row .slick-arrow.slick-prev {
    right: 66px;
}

.front-page .title-row .slick-arrow::before {
    font-family: initial;
    font-size: 34px;
    color: #000;
}

.front-page .title-row #slide-info {
    padding: 10px 20px;
    background: rgba(204, 204, 204, 0.6);
    z-index: 999;
    position: absolute;
    bottom: 40px;
    right: 132px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.front-page .category-row .products {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.front-page .category-row .col {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.front-page .category-row .col img {
    height: 100%;
}

.front-page .category-row .col .title {
    /* position: absolute;
    top: 8px;
    left: calc(50% - 97.5px);
    width: 195px; */
    padding: 10px 0 0 0;
    /* background: rgba(196, 196, 196, 0.8); */
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    text-transform: uppercase;
    text-decoration: underline;
}

.front-page .quote {
    margin: 50px 0;
}

.front-page .quote-text {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #8f8f8f;
}

.front-page .quote-author {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #a7a7a7;
}

.front-page .inspiration .title,
.eapps-instagram-feed-title,
.sbi-header-type-text {
    margin-bottom: 32px;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 45px !important;
    text-align: left !important;
    font-family: 'Museo Sans' !important;
    color: #8f8f8f !important;
    padding-left: 0 !important;
}

.eapps-instagram-feed-title {
    margin-bottom: 0;
}

.front-page .inspiration .text {
    padding: 15px;
    background: #6c6c6c2f;
    font-size: 14px;
}

.front-page .inspiration .cards {
    padding: 15px;
    background: #6c6c6c2f;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.front-page .inspiration .cards .card {
    display: flex;
    flex-direction: column;
}

.front-page .inspiration .cards .card img {
    height: 100%;
}

.front-page .inspiration .card .caption {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}

#sb_instagram {
    height: auto !important;
}

@media(max-width: 768px) {
    .front-page .title-row .card img {
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    .front-page .title-row .card .title {
        font-size: 18px;
        margin: 15px 0;
    }
    .front-page .title-row #slide-info {
        font-size: 18px;
        line-height: 1;
        padding: 8px 16px;
        right: unset; 
        left: 120px;
    }
    .front-page .title-row .slick-list {
        margin-bottom: 80px;
    }
    .front-page .title-row .slick-arrow.slick-prev {
        right: unset;
        left: 0;
    }
    .front-page .title-row .slick-arrow.slick-next {
        right: unset;
        left: 60px;
    }
    .front-page .quote {
        margin: 30px 0;
    }
    .front-page .quote-text,
    .front-page .inspiration .title,
    .eapps-instagram-feed-title {
        font-size: 24px !important;
        line-height: 1 !important;
    }
    .front-page .quote-author {
        font-size: 16px;
    }
    .front-page .category-row .products {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .front-page .category-row img {
        height: 236px;
        object-fit: cover;
        width: 100%;
    }
    .front-page .category-row .col .title {
        font-size: 14px;
        line-height: 17px;
    }
    .front-page .inspiration .cards {
        flex-direction: column;
    }
    .front-page .inspiration .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}