.home .header .bg-container {
    background-attachment: fixed;
    background-position:center;
    background-image: url('../images/home/2025/jul/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display:flex;
}

@media(max-width:767px) {
    .home .header .bg-container {
        background-position: center;
        background-size: cover;
        background-attachment: inherit;
    }
}

.main {
    padding-left: 0;
    padding-right: 0;
}

/* Furniture */

.furniture {
    max-width:1920px;
    margin-bottom:10rem;
    width:100%;
    padding-top:0 !important;
}

.furniture .top {
    width:100%;
}

.furniture h2 {
    font-size: 9.896vw;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5.759162303664921vh;
    z-index:1;
    width:fit-content;
    margin: 0 auto;
    position: relative;
}

.furniture .content {
    display:flex;
    flex-direction: row-reverse;
    width:100%;
}

.furniture .content .img-container {
    flex: 0 0 50%;
    display:flex;
    justify-content: flex-end;
    position: relative;
    z-index: -1;
}

.furniture .content .text {
    flex: 0 0 50%;
    display:flex;
    justify-content: flex-end;
}

.furniture .content .text .text-inner {
    max-width: 520px;
    margin: 0 15px 0 auto;
    align-self:flex-end;
}

@media(max-width:1200px) {
    .furniture h2 {
        padding-top: 3vh;
    }
}

@media(max-width:991px) {
    .furniture .content .text .text-inner {
        width:80%;
        margin-top: 0;
        margin-left: auto !important;
        margin-right: auto;
        margin-bottom:0;
        padding-left: 15px;
        padding-right:15px;
    }
}

@media(max-width:767px) {
    .furniture h2 {
        padding-top: 2vh;
    }
    .furniture {
        margin-bottom: 5rem;
    }

    .furniture .content {
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .furniture .content .img-container {
        flex: 0 0 100%;
    }

    .furniture .content .text {
        flex: 0 0 100%;
        margin-top: 5vh !important;
    }

    .furniture .content .text .text-inner {
        text-align:center;
        width:100%;
    }
}

@media(min-width:992px) {
    .furniture .content {
        margin-top: unset;
    }

    .furniture .content .text {
        padding-left: unset;
        padding-top: 0;
    }
}



/* Wall Decor */

.wall-decor {
    margin: 0 auto 10rem;
}

.wall-decor h2 {
    width: 100%;
    text-align: center;
    font-size: 9.896vw;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 5.759162303664921vh;
    z-index:1;
    position: relative;
}

@media(max-width: 1200px) {
    .wall-decor h2 {
        padding-top:3vh;
    }
}

@media(max-width:991px) {

    .wall-decor .text  {
        max-width:80%;
    }
}


@media(max-width:767px) {
    .wall-decor h2 {
        padding-top:2vh;
    }

    .wall-decor {
        margin-bottom:5rem;
    }

    .wall-decor .text {
        margin-top: 5vh !important;
    }
}

/* Sculpture */

.sculpture {
    width:100%;
    margin: 0 auto 10rem;
    max-width:1920px;
}

.sculpture h2 {
    position: relative;
    z-index:1;
    width: 100%;
    text-align: center;
    font-size: 9.896vw;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 5.759162303664921vh;
}

.sculpture .content {
    flex-direction: row;
    width:100%;
    position: relative;
}

.sculpture .content .img-container {
    z-index: -1;
    position:relative;
    flex: 0 0 50%;
    min-width: unset;
}

.sculpture .content .text {
    width:100%;
    flex: 0 0 50%;
    padding-left:15px;
    padding-right: 15px;
    align-self:center;
}

.sculpture .content .text .text-inner {
    max-width:530px;
    margin: 0 auto;
}

@media( max-width:1200px) {
    .sculpture h2 {
        padding-top:3vh;
    }
}

@media(max-width: 991px) {
    .sculpture .content .text .text-inner {
        width:80%;
        margin: 0 auto;
    }
}


@media(max-width:767px) {

    .sculpture h2 {
        padding-top:2vh;
    }

    .sculpture {
        margin-bottom: 5rem;
    }

    .sculpture .content {
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .sculpture .content .img-container {
        flex: 0 0 100%;
    }

    .sculpture .content .text {
        flex: 0 0 100%;
        margin-top: 5vh !important;
    }

    .sculpture .content .text .text-inner {
        text-align:center;
        width:100%;
    }
}






















.product-link {
    display:block;
    padding-top:75px;
    font-family: 'Museosans_700';
    font-size: 0.938vw;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}



.product-link a {
    display:flex;
}

.product-link a .a-text {
    align-self: center;
}

@media (min-width:992px) {
    .product-link {
        float:left;
        clear:left;
    }
}

.icon-container {
    height: 30px;
    width:30px;
    background-color: #ef444b;
    border-radius:50%;
    display:inline-block;
    align-self: center;
    margin-left:30px;
}

.product-link a:hover .icon-container {
    background-color: #F1666C;
}

.icon-container .icn-arrow-right-simple {
    font-family: 'Custom Icons', 'FontAwesome', sans-serif;
    font-style: normal;
    color:#fff;
    display:flex;
    width:30px;
    text-align:center;
    font-size: 0.729vw;
    align-self: center;
    height:30px;
}

.icon-container .icn-arrow-right-simple:before {
    align-self: center;
    text-align:center;
    width: 30px !important;
    display:block;
    position:relative;
    top:1px;
    left:2px;
}






/* Wall Decor */

.wall-decor {
    max-width: 100%;
}

.wall-decor .maintain {
    padding:15px;
}

h4.new-in {
    display:block;
    font-family: 'Museosans_900';
    font-size: 0.833vw;
    line-height: 1.75;
    margin: 0 auto;
    text-align:center;
    width: 150px;
    text-transform: uppercase;
    border-bottom: 1px solid #ef444b;
    height: fit-content;
}

.wall-decor .text {
    margin: 0 auto;
    text-align:center;
}

.wall-decor .text div {
    font-family: 'Museosans_100';
    font-size: 1.771vw;
    line-height: 1.24;
}

.wall-decor .text div span {
    font-family: 'Museosans_100_Italic';
}

.wall-decor .text .product-link {
    float: none;
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 90px;
}

.wall-decor .image img {
    margin-bottom:5%;
}

@media(max-width:1200px) {
    .wall-decor h2 {
        padding-top:3vh;
    }
}

@media(min-width:992px) {
    .wall-decor {
        max-width: 1400px;
    }
}

@media(max-width:767px) {
    .wall-decor h2 {
        padding-top:2vh;
    }
}


/* Accessories */

.accessories {
    margin: 0 auto 10rem;
}

.accessories .parallax-container {
    width:100%;
    z-index:2;
    position:relative;
}

.accessories .new-in {
    border-bottom: 1px solid #c5a98c;
}

.accessories h2 {
    font-family: 'Museosans_900';
    font-size: 10.313vw;
    line-height: 1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #e0c88b;
    z-index:2;
    position: relative;
    padding-top:5.759162303664921vh;
}

.accessories .content {
    top: -100px;
    position:relative;
}



.accessories .content img.right {
    max-width: 44%;
    z-index:1;
    float:right;
    display:block;
}

.accessories .content img.left {
    display:block;
    margin: 0 auto;
}

.accessories .content .text {
    align-self: flex-end;
    font-family: 'Museosans_100';
    font-size: 1.615vw;
    line-height: 1.5;
    font-weight: 100;
    padding: 0 15px;
}

.accessories .content .text .product-link {
    float:left;
}

.accessories .content .text .product-link a {
    color: #e0c88b;
}

.accessories .content .text .product-link a .icon-container {
    background-color: #e0c88b;
}

.accessories .content .text .product-link a:hover {
    color: #FAE2A5;
}

.accessories .content .text .product-link a:hover .icon-container {
    background-color: #FAE2A5;
}

@media(max-width:1200px) {
    .accessories h2 {
        padding-top:3vh;
    }
}

@media(max-width:991px) {

    .accessories .content {
        display:flex;
        flex-direction: row-reverse;
        top:0;
    }

    .accessories .text {
        display:flex;
    }

    .accessories .text .text-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .accessories .text .mw {
        max-width:50%;
    }
    .accessories .content img.left {
        max-width:40%;
        margin-left:0;
        position:relative;
        top:20px;
    }

    .accessories .content img.left {
        display:none;
    }
}

@media (max-width:767px) {

    .accessories h2 {
        padding-top:2vh;
    }

    .accessories {
        margin-bottom:5rem;
    }

    .accessories .content {
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .accessories .text .mw {
        max-width:100%;
    }

    .accessories .content img.right {
        max-width:100%;
        margin: 0 auto;
        float:none;
        height: -webkit-fill-available;
    }
    .accessories .content img.left {
        display:none;
    }

    .accessories .content .text {
        margin-top:5vh;
        text-align:center;
    }

    .accessories .content .text .product-link {
        float:none;
    }

}

@media(min-width:992px) {
    .accessories .content {
        display:flex;
        flex-direction: row-reverse;
    }

    .accessories .content img.right {
        max-width: 44%;
        z-index:1;

    }

    .accessories .content img.left {
        max-width: 25%;
        max-height: 820px;
        align-self: flex-end;
    }

    .accessories .content .text {
        padding: 0 40px;
        margin-top:0;
    }

    .accessories .content .text .product-link {
        margin-bottom: 0;
    }
}



@media(max-width: 768px) {
    .product-link {
        padding-top:50px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .product-link {
        padding-top:25px;
    }

    .furniture .product-link,
    .sculpture .product-link {
        margin-left:0;
    }

    .accessories .product-link {
        width:50%;
    }
}

@media(min-width:992px) {
    .sculpture .content {
        display: flex;
    }

    .sculpture .content .text {
        padding-right: 60px;
    }
}

@media(min-width:1921px) {

    h4.new-in {
        width:200px !important;
    }
}

@media(max-width:1200px) {
    .product-link {
        padding-top:50px;
    }
}

@media(max-width:767px) {
    .product-link {
        padding-top:25px;
    }
}
