.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20 .elementor-element.elementor-element-4fe51bf{text-align:center;}.elementor-20 .elementor-element.elementor-element-4fe51bf .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:38px;font-weight:600;color:#1D5580;}.elementor-20 .elementor-element.elementor-element-771fb53{text-align:center;}.elementor-20 .elementor-element.elementor-element-771fb53 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:38px;font-weight:600;color:#1D5580;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-91f5257 *//* =========================
   FURNIQUE HERO
========================= */

.furnique-hero {
    width: 100%;
    background: #FFFBE8;
    overflow: hidden;
}

.furnique-hero-inner {
    max-width: 1500px;
    min-height: 680px;
    margin: 0 auto;
    padding: 70px 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}


/* LEFT SIDE */

.furnique-hero-content {
    width: 44%;
    position: relative;
    z-index: 3;
}

.furnique-hero-small {
    margin: 0 0 22px;

    color: #1D5580;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 3px;
}


/* HEADING */

.furnique-hero-title {
    margin: 0 0 25px;

    color: #1D5580;

    font-size: 68px;
    line-height: 1.08;
    font-weight: 700;

    letter-spacing: -1.5px;
}


/* RED HEADING WORD */

.furnique-hero-title .hero-red {
    color: #C82038;
}


/* DESCRIPTION */

.furnique-hero-text {
    max-width: 590px;

    margin: 0 0 34px;

    color: #333333;

    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}


/* BUTTONS */

.furnique-hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.furnique-btn {
    display: inline-block;

    padding: 16px 30px;

    background: #C82038;

    border: 2px solid #C82038;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;

    transition: all .25s ease;
}

.furnique-btn:hover {
    background: #1D5580;
    border-color: #1D5580;
    color: #ffffff !important;
}


/* SECOND BUTTON */

.furnique-btn-outline {
    background: transparent;

    border-color: #1D5580;

    color: #1D5580 !important;
}

.furnique-btn-outline:hover {
    background: #1D5580;
    color: #ffffff !important;
}


/* =========================
   IMAGE AREA
========================= */

.furnique-hero-image-wrap {
    width: 56%;
    position: relative;

    padding: 25px 25px 30px 0;
}


/* MAIN IMAGE */

.furnique-hero-image {
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius: 6px 55px 6px 55px;

    box-shadow: 0 18px 45px rgba(0,0,0,0.13);
}

.furnique-hero-image img {
    width: 100%;
    height: 510px;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* BLUE DECORATION */

.hero-decoration {
    position: absolute;

    width: 180px;
    height: 180px;

    right: 0;
    top: 0;

    background: #1D5580;

    border-radius: 50%;

    z-index: 1;
}


/* RED DECORATION */

.hero-red-box {
    position: absolute;

    width: 130px;
    height: 130px;

    left: -25px;
    bottom: 0;

    background: #C82038;

    border-radius: 5px 45px 5px 45px;

    z-index: 1;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

    .furnique-hero-inner {
        min-height: 580px;

        padding: 55px 35px;

        gap: 40px;
    }

    .furnique-hero-title {
        font-size: 50px;
    }

    .furnique-hero-text {
        font-size: 16px;
    }

    .furnique-hero-image img {
        height: 430px;
    }

    .hero-decoration {
        width: 140px;
        height: 140px;
    }

    .hero-red-box {
        width: 100px;
        height: 100px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .furnique-hero-inner {
        min-height: auto;

        padding: 45px 20px 50px;

        flex-direction: column;

        gap: 40px;

        text-align: center;
    }

    .furnique-hero-content,
    .furnique-hero-image-wrap {
        width: 100%;
    }

    .furnique-hero-small {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .furnique-hero-title {
        font-size: 42px;
        line-height: 1.1;
    }

    .furnique-hero-text {
        margin-left: auto;
        margin-right: auto;

        font-size: 16px;
    }

    .furnique-hero-buttons {
        justify-content: center;
    }

    .furnique-hero-image-wrap {
        padding: 15px;
    }

    .furnique-hero-image {
        border-radius: 5px 35px 5px 35px;
    }

    .furnique-hero-image img {
        height: 350px;
    }

    .hero-decoration {
        width: 100px;
        height: 100px;
    }

    .hero-red-box {
        width: 80px;
        height: 80px;

        left: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f784a8 *//* =====================================
   FURNIQUE INFORMATION BAR
===================================== */

.furnique-info-bar {
    width: 100%;
    background: #ffffff;
    padding: 38px 30px;
}

.furnique-info-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    align-items: stretch;
}


/* =====================================
   EACH ITEM
===================================== */

.furnique-info-item {
    position: relative;

    text-align: center;

    padding: 5px 35px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Vertical Divider */

.furnique-info-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 8%;

    width: 1px;
    height: 84%;

    background: #e5e5e5;
}


/* =====================================
   ICON
===================================== */

.furnique-info-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #C82038;
}

.furnique-info-icon svg {
    width: 55px;
    height: 55px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Number inside calendar */

.furnique-info-icon svg text {
    fill: #C82038;
    stroke: none;

    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}


/* =====================================
   HEADING
===================================== */

.furnique-info-item h3 {
    margin: 0 0 7px;

    color: #1D5580;

    font-size: 21px;
    line-height: 1.3;

    font-weight: 700;
}


/* =====================================
   DESCRIPTION
===================================== */

.furnique-info-item p {
    max-width: 270px;

    margin: 0 auto;

    color: #444444;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1024px) {

    .furnique-info-bar {
        padding: 35px 25px;
    }

    .furnique-info-inner {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 35px;
    }

    .furnique-info-item {
        padding: 10px 25px;
    }

    .furnique-info-item:nth-child(2)::after {
        display: none;
    }

    .furnique-info-icon {
        width: 58px;
        height: 58px;
    }

    .furnique-info-icon svg {
        width: 52px;
        height: 52px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .furnique-info-bar {
        padding: 20px 20px;
    }

    .furnique-info-inner {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .furnique-info-item {
        padding: 25px 10px;
    }


    /* Change vertical divider to horizontal */

    .furnique-info-item:not(:last-child)::after {
        display: block;

        top: auto;
        right: 15%;
        bottom: 0;

        width: 70%;
        height: 1px;

        background: #e5e5e5;
    }


    .furnique-info-icon {
        width: 55px;
        height: 55px;

        margin-bottom: 10px;
    }

    .furnique-info-icon svg {
        width: 50px;
        height: 50px;
    }


    .furnique-info-item h3 {
        font-size: 19px;

        margin-bottom: 6px;
    }


    .furnique-info-item p {
        max-width: 300px;

        font-size: 14px;
        line-height: 1.5;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c52371 *//* ==================================
   SHOP BY COLLECTION
================================== */

.furnique-collections {
    width: 100%;
    padding: 25px 40px 30px;
    background: #ffffff;
}


/* HEADING */

.furnique-collections-heading {
    text-align: center;
    margin-bottom: 25px;
}

.furnique-collections-heading span {
    display: block;
    margin-bottom: 7px;

    color: #C82038;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.furnique-collections-heading h2 {
    margin: 0;

    color: #1D5580;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


/* ==================================
   COLLECTION GRID
================================== */

.furnique-collection-grid {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


/* ==================================
   COLLECTION CARD
================================== */

.furnique-collection-card {
    position: relative;

    width: 100%;
    height: 500px;

    overflow: hidden;

    border-radius: 24px;

    background: #f4f4f4;

    cursor: default;
}


/* IMAGE */

.furnique-collection-card img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    pointer-events: none;

    transition: transform 0.5s ease;
}


/* IMAGE EFFECT */

.furnique-collection-card:hover img {
    transform: scale(1.03);
}


/* ==================================
   BOTTOM GRADIENT
================================== */

.furnique-collection-card::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 35%;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.42),
        rgba(0, 0, 0, 0)
    );

    pointer-events: none;
}


/* ==================================
   BOTTOM CONTENT
================================== */

.furnique-collection-overlay {
    position: absolute;

    left: 28px;
    right: 28px;
    bottom: 25px;

    z-index: 5;

    display: flex;
    align-items: center;
    gap: 15px;

    pointer-events: none;
}


/* ==================================
   COLLECTION NAME
================================== */

.furnique-collection-name {
    padding: 15px 25px;

    background: #ffffff;

    color: #222222;

    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    border-radius: 50px;

    white-space: nowrap;

    pointer-events: none;
}


/* ==================================
   VIEW COLLECTION BUTTON
   ONLY THIS IS CLICKABLE
================================== */

.furnique-view-btn {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-height: 58px;

    padding: 0 32px !important;

    background: #C82038 !important;

    border: 2px solid #C82038 !important;
    border-radius: 0 !important;

    color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-transform: uppercase;
    text-decoration: none !important;

    cursor: pointer !important;

    pointer-events: auto !important;

    transition: all 0.25s ease;
}


/* BUTTON HOVER */

.furnique-view-btn:hover {
    background: #1D5580 !important;

    border-color: #1D5580 !important;

    color: #ffffff !important;

    text-decoration: none !important;
}


/* ==================================
   TABLET
================================== */

@media (max-width: 1024px) {

    .furnique-collections {
        padding: 25px 25px 30px;
    }

    .furnique-collections-heading h2 {
        font-size: 34px;
    }

    .furnique-collection-card {
        height: 400px;
    }

    .furnique-collection-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .furnique-collection-name {
        padding: 13px 20px;
        font-size: 14px;
    }

    .furnique-view-btn {
        min-height: 54px;
        padding: 0 25px !important;

        font-size: 13px !important;
    }
}


/* ==================================
   MOBILE
================================== */

@media (max-width: 767px) {

    .furnique-collections {
        padding: 22px 15px 25px;
    }


    /* HEADING */

    .furnique-collections-heading {
        margin-bottom: 20px;
    }

    .furnique-collections-heading span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .furnique-collections-heading h2 {
        font-size: 30px;
    }


    /* ONE CARD PER ROW */

    .furnique-collection-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    /* CARD */

    .furnique-collection-card {
        height: 380px;
        border-radius: 18px;
    }


    /* CONTENT */

    .furnique-collection-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;

        gap: 10px;

        flex-wrap: wrap;
    }


    /* COLLECTION NAME */

    .furnique-collection-name {
        padding: 12px 18px;

        font-size: 14px;
    }


    /* BUTTON */

    .furnique-view-btn {
        min-height: 50px;

        padding: 0 20px !important;

        font-size: 12px !important;
    }
}


/* ==================================
   SMALL MOBILE
================================== */

@media (max-width: 480px) {

    .furnique-collection-card {
        height: 330px;
    }

    .furnique-collection-overlay {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5e07d04 *//* ==============================
   FEATURED PRODUCT TITLE
============================== */

.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title,
.woocommerce div.product .summary .product_title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    color: #1D5580 !important;

    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    height: auto !important;
    max-height: none !important;

    position: relative !important;
}


/* PRICE */

.woocommerce div.product .summary .price {
    color: #0C0D0E !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}


/* ADD TO CART BUTTON */

.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button {
    min-height: 58px !important;

    padding: 0 38px !important;

    background: #C82038 !important;
    border: 2px solid #C82038 !important;

    border-radius: 0 !important;

    color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}


/* BUTTON HOVER */

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover {
    background: #1D5580 !important;
    border-color: #1D5580 !important;

    color: #ffffff !important;
}


/* MOBILE */

@media (max-width: 767px) {

    .woocommerce div.product .product_title {
        font-size: 28px !important;
    }

    .woocommerce div.product .summary .price {
        font-size: 20px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b37dba *//* ==================================
   FEATURED PRODUCT VIDEO
================================== */

.furnique-product-video {
    width: 100%;
    background: #FFFBE8;
    padding: 45px 40px 55px;
}


/* HEADING */

.furnique-video-heading {
    max-width: 700px;
    margin: 0 auto 28px;
    text-align: center;
}

.furnique-video-heading span {
    display: block;
    margin-bottom: 8px;

    color: #C82038;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.furnique-video-heading h2 {
    margin: 0 0 12px;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.furnique-video-heading p {
    margin: 0;

    color: #444444;

    font-size: 16px;
    line-height: 1.6;
}


/* VIDEO */

.furnique-video-wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;

    overflow: hidden;

    border-radius: 22px;

    background: #000;
}

.furnique-video-wrap video {
    display: block;

    width: 100%;
    height: 620px;

    object-fit: cover;

    background: #000;
}


/* TABLET */

@media (max-width: 1024px) {

    .furnique-product-video {
        padding: 40px 25px 45px;
    }

    .furnique-video-heading h2 {
        font-size: 34px;
    }

    .furnique-video-wrap video {
        height: 500px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .furnique-product-video {
        padding: 32px 15px 35px;
    }

    .furnique-video-heading {
        margin-bottom: 22px;
    }

    .furnique-video-heading span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .furnique-video-heading h2 {
        font-size: 30px;
    }

    .furnique-video-heading p {
        font-size: 15px;
    }

    .furnique-video-wrap {
        border-radius: 15px;
    }

    .furnique-video-wrap video {
        height: auto;
        max-height: 500px;

        object-fit: contain;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cb46a3 *//* ==================================
   IMAGE + TEXT SECTION
================================== */

.furnique-lifestyle-section {
    width: 100%;
    background: #ffffff;
    padding: 40px 40px;
}


/* ==================================
   MAIN CONTAINER
================================== */

.furnique-lifestyle-inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;

    gap: 45px;
}


/* ==================================
   IMAGE AREA
================================== */

.furnique-lifestyle-photo {
    width: 100%;
    height: 540px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 5px 50px 5px 50px;
}


/* IMAGE */

.furnique-lifestyle-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    /* Main part of picture centered */
    object-position: 50% 40%;
}


/* ==================================
   TEXT AREA
================================== */

.furnique-lifestyle-text {
    width: 100%;

    padding: 40px 35px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


/* ==================================
   SMALL RED HEADING
================================== */

.furnique-lifestyle-text span {
    display: block;

    margin: 0 0 14px;

    color: #C82038;

    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 2.5px;
    text-transform: uppercase;
}


/* ==================================
   MAIN HEADING
================================== */

.furnique-lifestyle-text h2 {
    margin: 0 0 20px;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}


/* ==================================
   DESCRIPTION
================================== */

.furnique-lifestyle-text p {
    width: 100%;
    max-width: 560px;

    margin: 0;

    color: #333333;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}


/* ==================================
   TABLET
================================== */

@media (max-width: 1024px) {

    .furnique-lifestyle-section {
        padding: 35px 25px;
    }

    .furnique-lifestyle-inner {
        grid-template-columns: 52% 48%;
        gap: 25px;
    }

    .furnique-lifestyle-photo {
        height: 460px;
    }

    .furnique-lifestyle-photo img {
        object-position: 50% 40%;
    }

    .furnique-lifestyle-text {
        padding: 30px 20px;
    }

    .furnique-lifestyle-text h2 {
        font-size: 36px;
    }

    .furnique-lifestyle-text p {
        font-size: 16px;
        line-height: 1.7;
    }
}


/* ==================================
   MOBILE
================================== */

@media (max-width: 767px) {

    .furnique-lifestyle-section {
        padding: 25px 15px;
    }

    .furnique-lifestyle-inner {
        grid-template-columns: 1fr;

        gap: 0;
    }


    /* IMAGE */

    .furnique-lifestyle-photo {
        width: 100%;
        height: 400px;

        margin: 0 auto;

        border-radius: 5px 35px 5px 35px;
    }

    .furnique-lifestyle-photo img {
        width: 100%;
        height: 100%;

        object-fit: cover;

        object-position: 50% 40%;
    }


    /* TEXT */

    .furnique-lifestyle-text {
        padding: 30px 10px 10px;

        align-items: center;

        text-align: center;
    }


    /* SMALL HEADING */

    .furnique-lifestyle-text span {
        margin-bottom: 12px;

        font-size: 12px;

        letter-spacing: 2px;
    }


    /* MAIN HEADING */

    .furnique-lifestyle-text h2 {
        margin-bottom: 16px;

        font-size: 31px;
        line-height: 1.2;
    }


    /* DESCRIPTION */

    .furnique-lifestyle-text p {
        max-width: 500px;

        margin: 0 auto;

        font-size: 15px;
        line-height: 1.7;
    }
}


/* ==================================
   SMALL MOBILE
================================== */

@media (max-width: 480px) {

    .furnique-lifestyle-section {
        padding: 20px 12px;
    }

    .furnique-lifestyle-photo {
        height: 340px;
    }

    .furnique-lifestyle-photo img {
        object-position: 50% 40%;
    }

    .furnique-lifestyle-text h2 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-082f468 *//* =========================================
   FURNIQUE - EVERYDAY MOMENTS COLLAGE
========================================= */

.furnique-moments {
    width: 100%;
    background: #ffffff;

    padding: 45px 40px;
}


/* MAIN WRAPPER */

.furnique-moments-inner {
    width: 100%;
    max-width: 1450px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.45fr 0.8fr;

    gap: 18px;
}


/* =========================================
   LEFT LARGE IMAGE
========================================= */

.furnique-moment-main {
    position: relative;

    width: 100%;
    height: 650px;

    overflow: hidden;

    border-radius: 28px;
}


.furnique-moment-main > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.5s ease;
}


/* =========================================
   FLOATING CONTENT
========================================= */

.furnique-moment-content {
    position: absolute;

    left: 28px;
    bottom: 28px;

    width: calc(100% - 56px);
    max-width: 500px;

    padding: 28px 32px;

    background: #ffffff;

    border-radius: 3px 25px 3px 25px;
}


/* SMALL RED TEXT */

.furnique-moment-content span {
    display: block;

    margin: 0 0 10px;

    color: #C82038;

    font-family: Arial, sans-serif;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}


/* HEADING */

.furnique-moment-content h2 {
    margin: 0 0 12px;

    color: #1D5580;

    font-family: Arial, sans-serif;

    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}


/* DESCRIPTION */

.furnique-moment-content p {
    margin: 0;

    color: #333333;

    font-family: Arial, sans-serif;

    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================
   RIGHT SIDE
========================================= */

.furnique-moment-side {
    display: grid;

    grid-template-rows: repeat(2, 1fr);

    gap: 18px;
}


/* SMALL IMAGE BOX */

.furnique-moment-small {
    width: 100%;
    height: 316px;

    overflow: hidden;

    border-radius: 22px;
}


.furnique-moment-small img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.5s ease;
}


/* =========================================
   SUBTLE IMAGE HOVER
========================================= */

.furnique-moment-main:hover > img,
.furnique-moment-small:hover img {
    transform: scale(1.025);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .furnique-moments {
        padding: 35px 25px;
    }

    .furnique-moments-inner {
        grid-template-columns: 1.3fr 0.8fr;

        gap: 15px;
    }

    .furnique-moment-main {
        height: 560px;
    }

    .furnique-moment-small {
        height: 272px;
    }

    .furnique-moment-side {
        gap: 16px;
    }

    .furnique-moment-content {
        left: 20px;
        bottom: 20px;

        width: calc(100% - 40px);

        padding: 22px 24px;
    }

    .furnique-moment-content h2 {
        font-size: 29px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .furnique-moments {
        padding: 25px 15px;
    }


    /* STACK LAYOUT */

    .furnique-moments-inner {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    /* LARGE IMAGE */

    .furnique-moment-main {
        height: 500px;

        border-radius: 20px;
    }


    /* TEXT BOX */

    .furnique-moment-content {
        left: 15px;
        right: 15px;
        bottom: 15px;

        width: auto;
        max-width: none;

        padding: 20px;

        border-radius: 3px 20px 3px 20px;
    }


    .furnique-moment-content span {
        font-size: 11px;

        letter-spacing: 1.8px;
    }


    .furnique-moment-content h2 {
        font-size: 27px;

        margin-bottom: 10px;
    }


    .furnique-moment-content p {
        font-size: 14px;

        line-height: 1.6;
    }


    /* TWO SMALL IMAGES */

    .furnique-moment-side {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;

        gap: 12px;
    }


    .furnique-moment-small {
        height: 230px;

        border-radius: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .furnique-moment-main {
        height: 460px;
    }


    .furnique-moment-side {
        grid-template-columns: 1fr;
    }


    .furnique-moment-small {
        height: 280px;
    }


    .furnique-moment-content h2 {
        font-size: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-459acf1 *//* =========================================
   FURNIQUE - NEW ARRIVALS
========================================= */

/* PRODUCT GRID */
.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;

    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;

    gap: 28px !important;
}


/* =========================================
   PRODUCT CARD
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product {
    float: none !important;
    clear: none !important;

    width: calc(25% - 22px) !important;
    max-width: 340px !important;

    margin: 0 !important;
    padding: 0 0 20px !important;

    background: #ffffff;

    text-align: left !important;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product a img {
    display: block !important;

    width: 100% !important;
    height: 300px !important;

    margin: 0 auto 18px !important;

    object-fit: contain !important;
    object-position: center !important;

    background: #ffffff;

    transition: transform 0.3s ease;
}

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product:hover a img {
    transform: translateY(-3px);
}


/* =========================================
   PRODUCT TITLE
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product
.woocommerce-loop-product__title {

    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #1D5580 !important;

    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product a:hover
.woocommerce-loop-product__title {
    color: #C82038 !important;
}


/* =========================================
   PRICE
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .price {
    display: block !important;

    margin: 0 0 15px !important;

    color: #222222 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .price ins {
    color: #C82038 !important;
    text-decoration: none !important;
}

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .price del {
    color: #777777 !important;
    opacity: 1 !important;
}


/* =========================================
   BUTTON
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .button {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 58px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    background: #C82038 !important;

    border: 2px solid #C82038 !important;
    border-radius: 0 !important;

    color: #ffffff !important;

    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;
    text-decoration: none !important;

    box-shadow: none !important;

    transition: all 0.25s ease !important;
}


/* BUTTON HOVER */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .button:hover {
    background: #1D5580 !important;
    border-color: #1D5580 !important;

    color: #ffffff !important;
}


/* =========================================
   SALE BADGE
========================================= */

.elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce span.onsale {
    display: none !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products {
        gap: 25px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product {
        width: calc(50% - 15px) !important;
        max-width: 360px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product a img {
        height: 280px !important;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products {
        gap: 20px 14px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product {
        width: calc(50% - 8px) !important;
        max-width: none !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product a img {
        height: 200px !important;
        margin-bottom: 14px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 15px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .price {
        font-size: 15px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product .button {
        min-height: 48px !important;

        padding: 0 12px !important;

        font-size: 12px !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products {
        gap: 28px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product {
        width: 100% !important;
        max-width: 340px !important;
    }

    .elementor-20 .elementor-element.elementor-element-459acf1 .woocommerce ul.products li.product a img {
        height: 270px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c95042d *//* ==========================================
   FURNIQUE STATEMENT SECTION
========================================== */

.furnique-statement {
    width: 100%;
    padding: 45px 40px;
    background: #ffffff;
}


/* MAIN BOX */

.furnique-statement-inner {
    width: 100%;
    max-width: 1450px;

    margin: 0 auto;
    padding: 55px 70px;

    background: #f7f7f7;

    border-radius: 22px;

    text-align: center;
}


/* ==========================================
   DECORATIVE TOP CIRCLES
========================================== */

.furnique-statement-mark {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 22px;
}

.furnique-statement-mark span {
    width: 65px;
    height: 65px;

    display: block;

    border-radius: 50%;
}

.furnique-statement-mark span:first-child {
    background: #1D5580;

    margin-right: -12px;

    opacity: 0.95;
}

.furnique-statement-mark span:last-child {
    background: #C82038;

    opacity: 0.95;
}


/* ==========================================
   SMALL LABEL
========================================== */

.furnique-statement-label {
    margin-bottom: 12px;

    color: #C82038;

    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}


/* ==========================================
   HEADING
========================================== */

.furnique-statement h2 {
    margin: 0 0 20px;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


/* ==========================================
   DESCRIPTION
========================================== */

.furnique-statement p {
    width: 100%;
    max-width: 850px;

    margin: 0 auto;

    color: #333333;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}


/* ==========================================
   SMALL BOTTOM LINE
========================================== */

.furnique-statement-line {
    width: 45px;
    height: 2px;

    margin: 25px auto 14px;

    background: #C82038;
}


/* BOTTOM TEXT */

.furnique-statement-bottom {
    display: block;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 1.5px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1024px) {

    .furnique-statement {
        padding: 35px 25px;
    }

    .furnique-statement-inner {
        padding: 45px 40px;
    }

    .furnique-statement h2 {
        font-size: 34px;
    }

    .furnique-statement p {
        font-size: 16px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .furnique-statement {
        padding: 25px 15px;
    }

    .furnique-statement-inner {
        padding: 38px 20px;

        border-radius: 16px;
    }


    .furnique-statement-mark span {
        width: 50px;
        height: 50px;
    }


    .furnique-statement-label {
        font-size: 11px;

        letter-spacing: 1.7px;
    }


    .furnique-statement h2 {
        font-size: 29px;
    }


    .furnique-statement p {
        max-width: 500px;

        font-size: 15px;
        line-height: 1.7;
    }


    .furnique-statement-bottom {
        font-size: 11px;
        letter-spacing: 1px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6b3ce4 *//* =========================================
   FURNIQUE - CLOSING SECTION
   Designed to sit directly above footer
========================================= */

.furnique-closing {
    width: 100%;
    background: #ffffff;

    /* Less bottom space because footer follows */
    padding: 40px 40px 25px;
}


/* =========================================
   LIGHT BLUE CONTAINER
========================================= */

.furnique-closing-inner {
    width: 100%;
    max-width: 1450px;

    margin: 0 auto;

    padding: 48px 60px;

    background: #EDF8FC;

    border-radius: 18px;
}


/* =========================================
   HEADING
========================================= */

.furnique-closing-heading {
    max-width: 720px;

    margin: 0 auto 35px;

    text-align: center;
}


/* SMALL RED HEADING */

.furnique-closing-heading span {
    display: block;

    margin-bottom: 10px;

    color: #C82038;

    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 2.3px;
}


/* MAIN HEADING */

.furnique-closing-heading h2 {
    margin: 0 0 12px;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
}


/* DESCRIPTION */

.furnique-closing-heading p {
    max-width: 620px;

    margin: 0 auto;

    color: #333333;

    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================
   COLLECTION GRID
========================================= */

.furnique-closing-grid {
    width: 100%;
    max-width: 1080px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


/* =========================================
   COLLECTION ITEM
========================================= */

.furnique-closing-item {
    min-height: 175px;

    display: flex;
    align-items: flex-start;

    gap: 22px;

    padding: 30px 32px;

    background: #ffffff;

    border-radius: 14px;
}


/* =========================================
   NUMBER
========================================= */

.furnique-closing-number {
    flex: 0 0 auto;

    padding-top: 5px;

    color: #C82038;

    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================
   CARD CONTENT
========================================= */

.furnique-closing-content {
    position: relative;

    padding-left: 22px;
}


/* SMALL VERTICAL RED LINE */

.furnique-closing-content::before {
    content: "";

    position: absolute;

    left: 0;
    top: 4px;

    width: 2px;
    height: 48px;

    background: #C82038;
}


/* CARD HEADING */

.furnique-closing-content h3 {
    margin: 0 0 9px;

    color: #1D5580;

    font-family: Arial, sans-serif;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}


/* CARD DESCRIPTION */

.furnique-closing-content p {
    max-width: 390px;

    margin: 0;

    color: #333333;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .furnique-closing {
        padding: 35px 25px 20px;
    }

    .furnique-closing-inner {
        padding: 42px 35px;
    }

    .furnique-closing-heading h2 {
        font-size: 34px;
    }

    .furnique-closing-item {
        padding: 27px 25px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .furnique-closing {
        padding: 25px 15px 15px;
    }

    .furnique-closing-inner {
        padding: 35px 18px;

        border-radius: 14px;
    }


    /* HEADING */

    .furnique-closing-heading {
        margin-bottom: 25px;
    }

    .furnique-closing-heading span {
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .furnique-closing-heading h2 {
        font-size: 29px;
    }

    .furnique-closing-heading p {
        font-size: 15px;
    }


    /* STACK CARDS */

    .furnique-closing-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .furnique-closing-item {
        min-height: auto;

        padding: 25px 22px;

        gap: 15px;
    }

    .furnique-closing-content {
        padding-left: 17px;
    }

    .furnique-closing-content h3 {
        font-size: 22px;
    }

    .furnique-closing-content p {
        font-size: 14px;
    }
}/* End custom CSS */