:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8b8267a *//* =====================================
   FABSPHERE HERO BANNER
===================================== */

.fs-hero,
.fs-hero * {
    box-sizing: border-box;
}

.fs-hero {
    --espresso: #1B120C;
    --brown: #8A3F10;
    --cream: #F4EAD8;
    --off-white: #F7F5F1;

    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 72% 35%,
            #A85C2D 0%,
            #70340F 28%,
            transparent 48%
        ),
        linear-gradient(
            115deg,
            #160E09 0%,
            #25150C 43%,
            #71340F 100%
        );

    font-family: Arial, Helvetica, sans-serif;
}


/* BACKGROUND GLOW */

.fs-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -180px;
    top: -250px;
    border-radius: 50%;
    background: rgba(244, 234, 216, 0.10);
    filter: blur(10px);
}


/* MAIN CONTAINER */

.fs-hero-inner {
    position: relative;
    z-index: 2;

    width: min(1500px, 94%);
    min-height: 720px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
}


/* =====================================
   LEFT CONTENT
===================================== */

.fs-content {
    position: relative;
    z-index: 20;
    padding: 80px 0 80px 25px;
}


/* SMALL TOP TEXT */

.fs-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: #D8B995;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.fs-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: #C98B55;
}


/* MAIN HEADING */

.fs-title {
    margin: 0;

    max-width: 650px;

    color: var(--cream);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 68px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -2px;
}


/* DESCRIPTION */

.fs-description {
    max-width: 520px;

    margin: 24px 0 32px;

    color: #E3D6C7;

    font-size: 17px;
    line-height: 1.7;
}


/* =====================================
   BUTTONS
===================================== */

.fs-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;
    min-height: 56px;

    padding: 15px 24px;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;

    transition: all 0.3s ease;
}


/* PRIMARY BUTTON */

.fs-btn-primary {
    background: var(--brown);
    border: 1px solid var(--brown);

    color: #FFFFFF !important;
}

.fs-btn-primary:hover {
    background: #A04B13;
    border-color: #A04B13;

    transform: translateY(-3px);
}


/* SECONDARY BUTTON */

.fs-btn-secondary {
    background: transparent;

    border: 1px solid rgba(244, 234, 216, 0.55);

    color: var(--cream) !important;
}

.fs-btn-secondary:hover {
    background: var(--cream);

    color: var(--espresso) !important;

    transform: translateY(-3px);
}


/* =====================================
   RIGHT VISUAL AREA
===================================== */

.fs-visual {
    position: relative;
    height: 720px;

    perspective: 1200px;
}


/* CREAM BACKGROUND SHAPE */

.fs-back-shape {
    position: absolute;

    width: 560px;
    height: 610px;

    right: 20px;
    top: 55px;

    border-radius: 280px 280px 30px 30px;

    background:
        linear-gradient(
            145deg,
            #F5EAD8,
            #D9BD9D
        );

    opacity: 0.94;

    transform: rotate(4deg);

    box-shadow:
        -35px 35px 80px rgba(0, 0, 0, 0.25),
        inset 0 0 70px rgba(255, 255, 255, 0.2);
}


/* =====================================
   MODEL IMAGES
===================================== */

.fs-model {
    position: absolute;

    overflow: hidden;

    background: #DDDDDD;

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.40);
}

.fs-model img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.fs-model:hover img {
    transform: scale(1.035);
}


/* MODEL ONE */

.fs-model-one {
    width: 340px;
    height: 510px;

    right: 300px;
    top: 95px;

    z-index: 4;

    transform:
        rotate(-5deg)
        translateZ(40px);

    border: 8px solid rgba(244, 234, 216, 0.92);
}


/* MODEL TWO */

.fs-model-two {
    width: 330px;
    height: 490px;

    right: 30px;
    top: 135px;

    z-index: 5;

    transform:
        rotate(5deg)
        translateZ(70px);

    border: 8px solid rgba(244, 234, 216, 0.92);
}


/* =====================================
   FLOATING BELT CARDS
===================================== */

.fs-product {
    position: absolute;

    z-index: 10;

    width: 210px;
    height: 150px;

    padding: 10px;

    background: rgba(247, 245, 241, 0.96);

    border: 1px solid rgba(255, 255, 255, 0.7);

    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.38),
        0 3px 0 rgba(255, 255, 255, 0.3) inset;

    backdrop-filter: blur(8px);

    transition: all 0.35s ease;
}

.fs-product img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* WOMEN BELT */

.fs-product-women {
    left: 25px;
    bottom: 38px;

    transform:
        rotate(-7deg)
        translateZ(100px);
}


/* MEN BELT */

.fs-product-men {
    right: 5px;
    bottom: 28px;

    transform:
        rotate(7deg)
        translateZ(120px);
}


/* HOVER EFFECT */

.fs-product:hover {
    transform:
        translateY(-8px)
        rotate(0deg) !important;
}


/* VERTICAL TEXT */

.fs-vertical {
    position: absolute;

    right: -4px;
    top: 65px;

    z-index: 12;

    color: rgba(244, 234, 216, 0.30);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;

    text-transform: uppercase;

    writing-mode: vertical-rl;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1100px) {

    .fs-hero,
    .fs-hero-inner {
        min-height: 650px;
    }

    .fs-hero-inner {
        grid-template-columns: 45% 55%;
    }

    .fs-title {
        font-size: 52px;
    }

    .fs-visual {
        height: 650px;
    }

    .fs-back-shape {
        width: 430px;
        height: 540px;
    }

    .fs-model-one {
        width: 270px;
        height: 430px;
        right: 210px;
    }

    .fs-model-two {
        width: 260px;
        height: 410px;
    }

    .fs-product {
        width: 170px;
        height: 125px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .fs-hero {
        min-height: auto;
    }

    .fs-hero-inner {
        width: 100%;
        min-height: auto;

        display: flex;
        flex-direction: column;
    }

    .fs-content {
        width: 100%;

        padding: 55px 24px 35px;

        text-align: center;
    }

    .fs-eyebrow {
        justify-content: center;
        font-size: 11px;
    }

    .fs-title {
        max-width: 100%;

        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .fs-description {
        margin: 20px auto 28px;

        font-size: 15px;
    }

    .fs-buttons {
        justify-content: center;
    }

    .fs-btn {
        width: 100%;
        max-width: 330px;
        min-width: 0;
    }

    .fs-visual {
        width: 100%;
        height: 500px;
    }

    .fs-back-shape {
        width: 85%;
        height: 420px;

        right: 5%;
        top: 35px;
    }

    .fs-model-one {
        width: 47%;
        height: 340px;

        left: 7%;
        right: auto;
        top: 65px;

        border-width: 5px;
    }

    .fs-model-two {
        width: 47%;
        height: 330px;

        right: 6%;
        top: 85px;

        border-width: 5px;
    }

    .fs-product {
        width: 135px;
        height: 100px;

        padding: 6px;
    }

    .fs-product-women {
        left: 15px;
        bottom: 15px;
    }

    .fs-product-men {
        right: 15px;
        bottom: 10px;
    }

    .fs-vertical {
        display: none;
    }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

    .fs-title {
        font-size: 36px;
    }

    .fs-visual {
        height: 440px;
    }

    .fs-back-shape {
        height: 370px;
    }

    .fs-model-one {
        height: 300px;
    }

    .fs-model-two {
        height: 290px;
    }

    .fs-product {
        width: 115px;
        height: 88px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e31227 *//* =====================================================
   FABSPHERE COLLECTION SECTION
===================================================== */

.fs-shop-section,
.fs-shop-section * {
    box-sizing: border-box;
}

.fs-shop-section {
    width: 100%;
    margin: 0;
    padding: 35px 25px 38px;

    background: #F7F5F1;

    font-family: Arial, Helvetica, sans-serif;
}

.fs-shop-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


/* =====================================================
   HEADING
===================================================== */

.fs-shop-heading {
    max-width: 760px;
    margin: 0 auto 20px;

    text-align: center;
}


/* SMALL LABEL */

.fs-shop-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin: 0 0 10px;

    color: #8A3F10;

    font-size: 12px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 3px;

    text-transform: uppercase;
}

.fs-shop-label::before,
.fs-shop-label::after {
    content: "";

    display: block;

    width: 42px;
    height: 1px;

    background: #8A3F10;
}


/* TITLE */

.fs-shop-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #1B120C !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 50px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -1px;
}


/* DESCRIPTION */

.fs-shop-text {
    max-width: 680px;

    margin: 13px auto 0 !important;

    color: #66584E;

    font-size: 15px;
    line-height: 1.6;
}


/* =====================================================
   MEN / WOMEN TABS
===================================================== */

.fs-shop-tabs {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 22px 0 27px;
}


/* NORMAL TAB */

.fs-shop-section .fs-shop-tab {
    min-width: 170px;

    padding: 14px 22px;

    background: transparent !important;

    border: 1px solid rgba(138, 63, 16, 0.35) !important;

    border-radius: 0 !important;

    color: #1B120C !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.6px;

    text-transform: uppercase;

    cursor: pointer;

    outline: none !important;
    box-shadow: none !important;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* ACTIVE TAB */

.fs-shop-section .fs-shop-tab.active,
.fs-shop-section .fs-shop-tab.active:focus,
.fs-shop-section .fs-shop-tab.active:active {

    background: #1B120C !important;

    border-color: #1B120C !important;

    color: #F4EAD8 !important;

    outline: none !important;

    box-shadow: none !important;
}


/* NORMAL TAB HOVER */

.fs-shop-section .fs-shop-tab:not(.active):hover {

    background: #8A3F10 !important;

    border-color: #8A3F10 !important;

    color: #FFFFFF !important;

    transform: translateY(-2px);
}


/* ACTIVE TAB HOVER */

.fs-shop-section .fs-shop-tab.active:hover {

    background: #1B120C !important;

    border-color: #1B120C !important;

    color: #F4EAD8 !important;
}


/* REMOVE DEFAULT BLUE FOCUS */

.fs-shop-section .fs-shop-tab:focus-visible {

    outline: 1px solid #8A3F10 !important;

    outline-offset: 2px !important;
}


/* =====================================================
   PANELS
===================================================== */

.fs-shop-panel {
    display: none;
}

.fs-shop-panel.active {
    display: block;
}

.fs-products-wrap {
    width: 100%;
    margin: 0 auto;
}


/* =====================================================
   WOOCOMMERCE
===================================================== */

.fs-shop-section .woocommerce {

    width: 100% !important;

    max-width: 1200px !important;

    margin: 0 auto !important;
}


/* =====================================================
   THREE PRODUCTS PER ROW
===================================================== */

.fs-shop-section .woocommerce ul.products {

    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 26px !important;

    width: 100% !important;

    margin: 0 auto !important;

    padding: 0 !important;

    list-style: none !important;
}


.fs-shop-section .woocommerce ul.products::before,
.fs-shop-section .woocommerce ul.products::after {

    display: none !important;

    content: none !important;
}


/* =====================================================
   PRODUCT CARD
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product {

    position: relative !important;

    float: none !important;

    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding: 10px 10px 18px !important;

    background: #FFFFFF !important;

    border:
        1px solid rgba(138, 63, 16, 0.12) !important;

    border-radius: 0 !important;

    overflow: hidden !important;

    text-align: left !important;

    box-shadow:
        0 7px 22px rgba(27, 18, 12, 0.06) !important;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease !important;
}


/* CARD HOVER */

.fs-shop-section
.woocommerce ul.products li.product:hover {

    transform: translateY(-5px);

    border-color:
        rgba(138, 63, 16, 0.30) !important;

    box-shadow:
        0 18px 38px
        rgba(27, 18, 12, 0.12) !important;
}


/* =====================================================
   PRODUCT LINK
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.woocommerce-loop-product__link {

    display: block !important;

    text-decoration: none !important;

    color: inherit !important;
}


/* =====================================================
   PRODUCT IMAGE
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product img {

    display: block !important;

    width: 100% !important;

    height: auto !important;

    aspect-ratio: 1 / 1 !important;

    object-fit: contain !important;

    margin: 0 0 15px !important;

    padding: 12px !important;

    background: #F1EDE8 !important;

    box-shadow: none !important;

    transition:
        transform 0.45s ease !important;
}


/* IMAGE HOVER */

.fs-shop-section
.woocommerce ul.products li.product:hover img {

    transform: scale(1.035) !important;

    box-shadow: none !important;
}


/* =====================================================
   PRODUCT CATEGORY
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.ast-woo-product-category {

    display: block !important;

    margin: 0 7px 6px !important;

    color: #9A7A63 !important;

    font-size: 11px !important;

    line-height: 1.4 !important;

    font-weight: 600 !important;

    letter-spacing: 0.6px;

    text-transform: uppercase;
}


/* =====================================================
   PRODUCT TITLE
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.woocommerce-loop-product__title {

    margin: 0 7px 8px !important;

    padding: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 17px !important;

    line-height: 1.35 !important;

    font-weight: 600 !important;

    transition: color 0.3s ease !important;
}


/* TITLE HOVER */

.fs-shop-section
.woocommerce ul.products li.product:hover
.woocommerce-loop-product__title {

    color: #8A3F10 !important;
}


/* =====================================================
   PRODUCT PRICE
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.price {

    display: block !important;

    margin: 0 7px !important;

    color: #1B120C !important;

    font-size: 15px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;
}


.fs-shop-section
.woocommerce ul.products li.product
.price ins {

    color: #1B120C !important;

    text-decoration: none !important;

    font-weight: 700 !important;
}


.fs-shop-section
.woocommerce ul.products li.product
.price del {

    margin-right: 6px !important;

    color: #998D84 !important;

    opacity: 1 !important;

    font-weight: 400 !important;
}


/* =====================================================
   STAR RATING
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.star-rating {

    margin: 7px 7px 0 !important;

    color: #8A3F10 !important;
}


/* =====================================================
   SALE BADGE
===================================================== */

.fs-shop-section
.woocommerce span.onsale {

    position: absolute !important;

    top: 20px !important;
    left: 20px !important;

    z-index: 5 !important;

    min-width: auto !important;
    min-height: auto !important;

    margin: 0 !important;

    padding: 7px 11px !important;

    background: #8A3F10 !important;

    color: #FFFFFF !important;

    border-radius: 0 !important;

    font-size: 10px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


/* =====================================================
   HIDE DEFAULT ADD TO CART
===================================================== */

.fs-shop-section
.woocommerce ul.products li.product
.button {

    display: none !important;
}


/* =====================================================
   VIEW ALL BUTTON AREA
===================================================== */

.fs-shop-view {

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 26px 0 0;
}


/* =====================================================
   FABSPHERE HERO-STYLE BUTTON
===================================================== */

.fs-shop-section .fs-main-btn,
.fs-shop-section .fs-main-btn:visited,
.fs-shop-section .fs-main-btn:focus {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 200px;
    min-height: 56px;

    padding: 15px 26px;

    background: #8A3F10 !important;

    border: 1px solid #8A3F10 !important;

    border-radius: 0 !important;

    color: #FFFFFF !important;

    text-decoration: none !important;

    text-transform: uppercase;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.7px;

    outline: none !important;

    box-shadow: none !important;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* BUTTON HOVER */

.fs-shop-section .fs-main-btn:hover {

    background: #A04B13 !important;

    border-color: #A04B13 !important;

    color: #FFFFFF !important;

    transform: translateY(-3px);
}


/* =====================================================
   REMOVE EXTRA SPACING
===================================================== */

.fs-shop-section .woocommerce,
.fs-shop-section .woocommerce ul.products {

    margin-bottom: 0 !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .fs-shop-section {

        padding: 30px 20px 32px;
    }


    .fs-shop-title {

        font-size: 42px;
    }


    .fs-shop-section
    .woocommerce ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 20px !important;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .fs-shop-section {

        padding: 25px 14px 28px;
    }


    .fs-shop-heading {

        margin-bottom: 16px;
    }


    .fs-shop-label {

        margin-bottom: 8px;

        font-size: 10px;

        letter-spacing: 2px;
    }


    .fs-shop-label::before,
    .fs-shop-label::after {

        width: 28px;
    }


    .fs-shop-title {

        font-size: 34px;
    }


    .fs-shop-text {

        margin-top: 9px !important;

        font-size: 14px;

        line-height: 1.5;
    }


    /* TABS */

    .fs-shop-tabs {

        gap: 7px;

        margin: 18px 0 22px;
    }


    .fs-shop-section
    .fs-shop-tab {

        min-width: 0;

        padding: 12px 14px;

        font-size: 11px;
    }


    /* TWO PRODUCTS PER ROW */

    .fs-shop-section
    .woocommerce ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 14px 10px !important;
    }


    /* CARD */

    .fs-shop-section
    .woocommerce ul.products li.product {

        padding: 6px 6px 12px !important;
    }


    /* IMAGE */

    .fs-shop-section
    .woocommerce ul.products li.product img {

        padding: 6px !important;

        margin-bottom: 10px !important;
    }


    /* CATEGORY */

    .fs-shop-section
    .woocommerce ul.products li.product
    .ast-woo-product-category {

        margin: 0 4px 4px !important;

        font-size: 9px !important;
    }


    /* TITLE */

    .fs-shop-section
    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {

        margin: 0 4px 6px !important;

        font-size: 14px !important;

        line-height: 1.3 !important;
    }


    /* PRICE */

    .fs-shop-section
    .woocommerce ul.products li.product
    .price {

        margin: 0 4px !important;

        font-size: 13px !important;
    }


    /* VIEW BUTTON */

    .fs-shop-view {

        margin-top: 20px;
    }


    .fs-shop-section .fs-main-btn {

        min-width: 185px;

        min-height: 52px;

        padding: 14px 20px;

        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a98ebc5 *//* ==================================================
   FABSPHERE
   MEN'S & WOMEN'S COLLECTION INTRODUCTION
================================================== */

.fs-about-collections,
.fs-about-collections * {
    box-sizing: border-box;
}


/* MAIN SECTION */

.fs-about-collections {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #F7F5F1;

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* ==================================================
   ROW LAYOUT
================================================== */

.fs-about-row {
    display: grid;

    grid-template-columns: 50% 50%;

    width: 100%;

    min-height: 520px;

    margin: 0;
    padding: 0;
}


/* ==================================================
   IMAGE SIDE
================================================== */

.fs-about-image {
    position: relative;

    width: 100%;
    height: 520px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #F1EDE8;
}


.fs-about-image img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    object-fit: cover;

    object-position: center;

    transition: transform 0.7s ease;
}


/* SUBTLE IMAGE HOVER */

.fs-about-row:hover
.fs-about-image img {
    transform: scale(1.025);
}


/* ==================================================
   CONTENT SIDE
================================================== */

.fs-about-content {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    width: 100%;

    min-height: 520px;

    margin: 0;

    padding: 60px 70px;

    background: #F4EAD8;
}


/* SLIGHT DIFFERENCE FOR SECOND ROW */

.fs-about-row-reverse
.fs-about-content {
    background: #EFE2CD;
}


/* ==================================================
   SMALL COLLECTION LABEL
================================================== */

.fs-about-label {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0 0 15px;

    color: #8A3F10;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


/* SMALL LINE BEFORE LABEL */

.fs-about-label::before {
    content: "";

    display: block;

    width: 35px;
    height: 1px;

    background: #8A3F10;
}


/* ==================================================
   HEADING
================================================== */

.fs-about-title {
    margin: 0 0 20px !important;

    padding: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 48px !important;

    line-height: 1.08 !important;

    font-weight: 700 !important;

    letter-spacing: -1px;
}


/* ==================================================
   PARAGRAPHS
================================================== */

.fs-about-content p {
    width: 100%;

    max-width: 620px;

    margin: 0 0 15px !important;

    padding: 0 !important;

    color: #66584E !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 400;
}


/* REMOVE SPACE AFTER LAST PARAGRAPH */

.fs-about-content p:last-child {
    margin-bottom: 0 !important;
}


/* ==================================================
   NO BUTTONS
================================================== */

.fs-about-content a,
.fs-about-content button {
    display: none !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .fs-about-row {
        min-height: 440px;
    }


    .fs-about-image {
        height: 440px;
    }


    .fs-about-content {
        min-height: 440px;

        padding: 45px 40px;
    }


    .fs-about-title {
        font-size: 40px !important;
    }


    .fs-about-content p {
        font-size: 14px;

        line-height: 1.65;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    /* STACK EACH ROW */

    .fs-about-row {
        display: flex;

        flex-direction: column;

        width: 100%;

        min-height: auto;
    }


    /* IMAGE */

    .fs-about-image {
        width: 100%;

        height: 390px;
    }


    /* CONTENT */

    .fs-about-content {
        width: 100%;

        min-height: auto;

        padding: 38px 24px 40px;
    }


    /* WOMEN'S SECTION:
       IMAGE FIRST, CONTENT SECOND */

    .fs-about-row-reverse
    .fs-about-image {
        order: 1;
    }


    .fs-about-row-reverse
    .fs-about-content {
        order: 2;
    }


    /* LABEL */

    .fs-about-label {
        margin-bottom: 11px;

        font-size: 10px;

        letter-spacing: 2px;
    }


    .fs-about-label::before {
        width: 28px;
    }


    /* HEADING */

    .fs-about-title {
        margin-bottom: 15px !important;

        font-size: 35px !important;
    }


    /* TEXT */

    .fs-about-content p {
        max-width: 100%;

        margin-bottom: 12px !important;

        font-size: 14px;

        line-height: 1.65;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .fs-about-image {
        height: 330px;
    }


    .fs-about-content {
        padding: 32px 20px 35px;
    }


    .fs-about-title {
        font-size: 31px !important;
    }


    .fs-about-content p {
        font-size: 13.5px;

        line-height: 1.6;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1cce3c *//* ==========================================
   FABSPHERE INFORMATION SECTION
========================================== */

.fs-info-section,
.fs-info-section * {
    box-sizing: border-box;
}

.fs-info-section {
    width: 100%;
    margin: 0;
    padding: 55px 0 0;

    background: #F7F5F1;

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* ==========================================
   HEADER
========================================== */

.fs-info-header {
    max-width: 720px;

    margin: 0 auto 42px;

    padding: 0 25px;

    text-align: center;
}


/* SMALL LABEL */

.fs-info-label {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-bottom: 12px;

    color: #8A3F10;

    font-size: 11px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.fs-info-label::before,
.fs-info-label::after {
    content: "";

    width: 35px;
    height: 1px;

    background: #8A3F10;
}


/* HEADING */

.fs-info-header h2 {
    margin: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 46px !important;

    line-height: 1.1 !important;

    font-weight: 700 !important;

    letter-spacing: -1px;
}


/* DESCRIPTION */

.fs-info-header p {
    max-width: 620px;

    margin: 14px auto 0 !important;

    color: #66584E;

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================
   CARDS GRID
========================================== */

.fs-info-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    width: 100%;

    border-top:
        1px solid rgba(138, 63, 16, 0.30);

    border-bottom:
        1px solid rgba(138, 63, 16, 0.30);
}


/* ==========================================
   INDIVIDUAL CARD
========================================== */

.fs-info-card {
    position: relative;

    min-height: 330px;

    padding: 42px 35px 38px;

    background: #F7F5F1;

    border-right:
        1px solid rgba(138, 63, 16, 0.50);

    transition:
        background 0.35s ease,
        transform 0.35s ease;
}


/* REMOVE LAST BORDER */

.fs-info-card:last-child {
    border-right: 0;
}


/* HOVER */

.fs-info-card:hover {
    background: #F4EAD8;
}


/* ==========================================
   CARD NUMBER
========================================== */

.fs-card-number {
    display: block;

    margin-bottom: 27px;

    color: #8A3F10;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* ==========================================
   CARD HEADING
========================================== */

.fs-info-card h3 {
    margin: 0 0 17px !important;

    padding: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 27px !important;

    line-height: 1.25 !important;

    font-weight: 600 !important;
}


/* ==========================================
   CARD DESCRIPTION
========================================== */

.fs-info-card p {
    max-width: 390px;

    margin: 0 0 35px !important;

    padding: 0 !important;

    color: #66584E !important;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================
   BOTTOM LABEL
========================================== */

.fs-card-bottom {
    position: absolute;

    left: 35px;
    bottom: 35px;

    color: #8A3F10;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* SMALL LINE */

.fs-card-bottom::before {
    content: "";

    display: inline-block;

    width: 20px;
    height: 1px;

    margin-right: 9px;

    vertical-align: middle;

    background: #8A3F10;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1024px) {

    .fs-info-section {
        padding-top: 45px;
    }

    .fs-info-header h2 {
        font-size: 40px !important;
    }

    .fs-info-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .fs-info-card {
        min-height: 300px;
    }

    .fs-info-card:nth-child(2) {
        border-right: 0;
    }

    .fs-info-card:nth-child(1),
    .fs-info-card:nth-child(2) {
        border-bottom:
            1px solid rgba(138, 63, 16, 0.50);
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .fs-info-section {
        padding-top: 35px;
    }

    .fs-info-header {
        margin-bottom: 30px;

        padding: 0 20px;
    }

    .fs-info-label {
        font-size: 10px;

        letter-spacing: 2px;
    }

    .fs-info-label::before,
    .fs-info-label::after {
        width: 25px;
    }

    .fs-info-header h2 {
        font-size: 34px !important;
    }

    .fs-info-header p {
        font-size: 14px;

        line-height: 1.6;
    }


    /* ONE CARD PER ROW */

    .fs-info-grid {
        grid-template-columns: 1fr;
    }

    .fs-info-card {
        min-height: 250px;

        padding: 30px 24px 55px;

        border-right: 0;

        border-bottom:
            1px solid rgba(138, 63, 16, 0.45);
    }

    .fs-info-card:last-child {
        border-bottom: 0;
    }

    .fs-info-card h3 {
        font-size: 24px !important;
    }

    .fs-info-card p {
        margin-bottom: 20px !important;

        font-size: 14px;
    }

    .fs-card-number {
        margin-bottom: 18px;
    }

    .fs-card-bottom {
        left: 24px;
        bottom: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72f2d06 *//* ==================================================
   FABSPHERE FEATURED PRODUCT
================================================== */

.fs-featured-heading,
.fs-featured-heading * {
    box-sizing: border-box;
}


/* MAIN HEADING AREA */

.fs-featured-heading {
    width: 100%;

    margin: 0;

    padding: 45px 20px 28px;

    background: #F7F5F1;

    font-family: Arial, Helvetica, sans-serif;
}


.fs-featured-heading-inner {
    width: 100%;

    max-width: 750px;

    margin: 0 auto;

    text-align: center;
}


/* ==================================================
   SMALL LABEL
================================================== */

.fs-featured-label {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    margin: 0 0 11px;

    color: #8A3F10;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.fs-featured-label::before,
.fs-featured-label::after {
    content: "";

    display: block;

    width: 38px;
    height: 1px;

    background: #8A3F10;
}


/* ==================================================
   MAIN HEADING
================================================== */

.fs-featured-heading h2 {
    margin: 0 !important;

    padding: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 48px !important;

    line-height: 1.1 !important;

    font-weight: 700 !important;

    letter-spacing: -1px;
}


/* ==================================================
   INTRO TEXT
================================================== */

.fs-featured-heading p {
    max-width: 620px;

    margin: 13px auto 0 !important;

    padding: 0 !important;

    color: #66584E !important;

    font-size: 15px;

    line-height: 1.65;
}


/* ==================================================
   FEATURED PRODUCT WIDGET
================================================== */

.fs-featured-product {
    width: 100% !important;

    margin: 0 !important;

    padding: 15px 30px 50px !important;

    background: #F7F5F1 !important;
}


/* PRODUCT CONTAINER */

.fs-featured-product .woocommerce {
    width: 100% !important;

    max-width: 1250px !important;

    margin: 0 auto !important;
}


.fs-featured-product
.woocommerce div.product {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 65px;

    align-items: center;

    width: 100% !important;

    margin: 0 auto !important;

    padding: 30px !important;

    background: #F4EAD8 !important;

    border:
        1px solid rgba(138, 63, 16, 0.12);

    box-shadow:
        0 12px 35px rgba(27, 18, 12, 0.07);
}


/* ==================================================
   PRODUCT IMAGE SIDE
================================================== */

.fs-featured-product
.woocommerce div.product
.woocommerce-product-gallery {
    float: none !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 15px !important;

    background: #FFFFFF;
}


.fs-featured-product
.woocommerce div.product
.woocommerce-product-gallery img {
    display: block;

    width: 100% !important;

    height: auto !important;

    margin: 0 !important;

    object-fit: contain;

    box-shadow: none !important;
}


/* ==================================================
   PRODUCT INFORMATION SIDE
================================================== */

.fs-featured-product
.woocommerce div.product
.summary {
    float: none !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 20px 20px 20px 0 !important;
}


/* ==================================================
   PRODUCT TITLE
================================================== */

.fs-featured-product
.woocommerce div.product
.product_title {
    margin: 0 0 14px !important;

    padding: 0 !important;

    color: #1B120C !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 38px !important;

    line-height: 1.15 !important;

    font-weight: 700 !important;

    letter-spacing: -0.5px;
}


/* ==================================================
   PRICE
================================================== */

.fs-featured-product
.woocommerce div.product
p.price,

.fs-featured-product
.woocommerce div.product
span.price {
    margin: 0 0 20px !important;

    color: #1B120C !important;

    font-size: 20px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;
}


.fs-featured-product
.woocommerce div.product
.price ins {
    color: #1B120C !important;

    text-decoration: none !important;
}


.fs-featured-product
.woocommerce div.product
.price del {
    margin-right: 7px;

    color: #998D84 !important;

    opacity: 1 !important;

    font-weight: 400 !important;
}


/* ==================================================
   SHORT DESCRIPTION
================================================== */

.fs-featured-product
.woocommerce-product-details__short-description {
    margin: 0 0 22px !important;

    color: #66584E !important;

    font-size: 15px;

    line-height: 1.7;
}


.fs-featured-product
.woocommerce-product-details__short-description p {
    margin-bottom: 12px !important;

    color: #66584E !important;
}


/* ==================================================
   VARIATIONS / SELECTS
================================================== */

.fs-featured-product
.variations {
    margin: 0 0 20px !important;
}


.fs-featured-product
.variations th,
.fs-featured-product
.variations td {
    padding: 7px 8px 7px 0 !important;
}


.fs-featured-product
.variations label {
    color: #1B120C !important;

    font-size: 13px;

    font-weight: 700;
}


.fs-featured-product
.variations select {
    min-height: 45px;

    padding: 8px 12px;

    background: #FFFFFF;

    border:
        1px solid rgba(138, 63, 16, 0.30);

    border-radius: 0;

    color: #1B120C;

    outline: none;
}


/* ==================================================
   QUANTITY
================================================== */

.fs-featured-product
.quantity .qty {
    min-height: 54px !important;

    border:
        1px solid rgba(138, 63, 16, 0.30) !important;

    border-radius: 0 !important;

    background: #FFFFFF !important;

    color: #1B120C !important;
}


/* ==================================================
   ADD TO CART
   SAME FABSPHERE BUTTON STYLE
================================================== */

.fs-featured-product
.woocommerce div.product
button.single_add_to_cart_button,

.fs-featured-product
.woocommerce div.product
.single_add_to_cart_button {
    min-height: 54px !important;

    padding: 15px 26px !important;

    background: #8A3F10 !important;

    border: 1px solid #8A3F10 !important;

    border-radius: 0 !important;

    color: #FFFFFF !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 13px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: 0.7px;

    text-transform: uppercase;

    box-shadow: none !important;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.fs-featured-product
.woocommerce div.product
button.single_add_to_cart_button:hover,

.fs-featured-product
.woocommerce div.product
.single_add_to_cart_button:hover {
    background: #A04B13 !important;

    border-color: #A04B13 !important;

    color: #FFFFFF !important;

    transform: translateY(-3px);
}


/* ==================================================
   PRODUCT META
================================================== */

.fs-featured-product
.product_meta {
    margin-top: 22px !important;

    padding-top: 18px;

    border-top:
        1px solid rgba(138, 63, 16, 0.18);

    color: #66584E !important;

    font-size: 12px;
}


.fs-featured-product
.product_meta a {
    color: #8A3F10 !important;

    text-decoration: none !important;
}


/* ==================================================
   SALE BADGE
================================================== */

.fs-featured-product
.woocommerce span.onsale {
    min-width: auto !important;
    min-height: auto !important;

    padding: 8px 12px !important;

    background: #8A3F10 !important;

    color: #FFFFFF !important;

    border-radius: 0 !important;

    font-size: 10px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}


/* ==================================================
   HIDE EXTRA PRODUCT PAGE CONTENT
   INSIDE FEATURED SECTION
================================================== */

.fs-featured-product
.woocommerce-tabs {
    display: none !important;
}


.fs-featured-product
.related.products {
    display: none !important;
}


.fs-featured-product
.up-sells {
    display: none !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .fs-featured-heading {
        padding-top: 38px;
    }


    .fs-featured-heading h2 {
        font-size: 41px !important;
    }


    .fs-featured-product {
        padding:
            10px 20px 40px !important;
    }


    .fs-featured-product
    .woocommerce div.product {
        gap: 35px;

        padding: 25px !important;
    }


    .fs-featured-product
    .woocommerce div.product
    .product_title {
        font-size: 32px !important;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .fs-featured-heading {
        padding:
            30px 18px 20px;
    }


    .fs-featured-label {
        font-size: 10px;

        letter-spacing: 2px;
    }


    .fs-featured-label::before,
    .fs-featured-label::after {
        width: 27px;
    }


    .fs-featured-heading h2 {
        font-size: 34px !important;
    }


    .fs-featured-heading p {
        margin-top: 10px !important;

        font-size: 14px;

        line-height: 1.55;
    }


    .fs-featured-product {
        padding:
            5px 14px 30px !important;
    }


    /* STACK PRODUCT */

    .fs-featured-product
    .woocommerce div.product {
        display: block !important;

        padding: 12px !important;
    }


    /* IMAGE */

    .fs-featured-product
    .woocommerce div.product
    .woocommerce-product-gallery {
        margin-bottom: 25px !important;

        padding: 8px !important;
    }


    /* CONTENT */

    .fs-featured-product
    .woocommerce div.product
    .summary {
        padding:
            0 8px 15px !important;
    }


    .fs-featured-product
    .woocommerce div.product
    .product_title {
        font-size: 29px !important;
    }


    .fs-featured-product
    .woocommerce div.product
    p.price {
        font-size: 18px !important;
    }


    .fs-featured-product
    .woocommerce-product-details__short-description {
        font-size: 14px;

        line-height: 1.6;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8b43136 *//* ==========================================
   FABSPHERE FEATURED PRODUCT
   Elementor Shortcode Widget
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 {
    width: 100%;
    padding: 25px 30px 45px;
    margin: 0;
    background: #F7F5F1;
}


/* MAIN WOOCOMMERCE AREA */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto !important;
}


/* PRODUCT LAYOUT */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product {
    display: grid !important;
    grid-template-columns: 48% 52% !important;
    gap: 55px !important;
    align-items: center !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 35px !important;

    background: #F4EAD8 !important;

    border: 1px solid rgba(138, 63, 16, 0.15);

    box-shadow: 0 12px 35px rgba(27, 18, 12, 0.06);
}


/* ==========================================
   PRODUCT IMAGE / GALLERY
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product div.images,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .woocommerce-product-gallery {
    display: block !important;
    visibility: visible !important;

    float: none !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 15px !important;

    background: #FFFFFF !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product div.images img,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-gallery img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 auto !important;

    object-fit: contain !important;

    opacity: 1 !important;
    visibility: visible !important;

    box-shadow: none !important;
}


/* ==========================================
   PRODUCT INFORMATION
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .summary,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product div.summary {
    display: block !important;
    visibility: visible !important;

    float: none !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 15px 25px 15px 0 !important;
}


/* ==========================================
   PRODUCT TITLE - FORCE SHOW
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_title,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product h1.product_title,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .summary .product_title {
    display: block !important;
    visibility: visible !important;

    width: 100% !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    color: #1B120C !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 38px !important;
    line-height: 1.15 !important;

    font-weight: 700 !important;

    letter-spacing: -0.5px !important;

    opacity: 1 !important;
}


/* ==========================================
   PRICE
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product p.price,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product span.price {
    display: block !important;

    margin: 0 0 20px !important;

    color: #1B120C !important;

    font-size: 21px !important;
    line-height: 1.4 !important;

    font-weight: 700 !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .price ins {
    color: #1B120C !important;
    text-decoration: none !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .price del {
    margin-right: 7px;

    color: #8C8179 !important;

    opacity: 1 !important;
}


/* ==========================================
   SHORT DESCRIPTION
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description {
    margin: 0 0 22px !important;

    color: #66584E !important;

    font-size: 15px !important;
    line-height: 1.7 !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description p,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description li {
    color: #66584E !important;

    font-size: 15px !important;
    line-height: 1.7 !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description ul {
    margin: 0 0 20px 20px !important;
    padding: 0 !important;
}


/* ==========================================
   QUANTITY
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce .quantity {
    margin-right: 10px !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce .quantity .qty {
    width: 70px !important;
    height: 54px !important;

    padding: 8px !important;

    background: #FFFFFF !important;

    border: 1px solid rgba(138, 63, 16, 0.30) !important;
    border-radius: 0 !important;

    color: #1B120C !important;

    font-size: 15px !important;

    box-shadow: none !important;
}


/* ==========================================
   ADD TO CART
   SAME FABSPHERE COLOR
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product
.single_add_to_cart_button,
.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product
button.single_add_to_cart_button {
    min-height: 54px !important;

    padding: 15px 28px !important;

    background: #8A3F10 !important;

    border: 1px solid #8A3F10 !important;
    border-radius: 0 !important;

    color: #FFFFFF !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: 0.6px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;

    transition: 0.3s ease !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product
.single_add_to_cart_button:hover {
    background: #A04B13 !important;

    border-color: #A04B13 !important;

    color: #FFFFFF !important;

    transform: translateY(-2px);
}


/* ==========================================
   PRODUCT META
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_meta {
    margin-top: 20px !important;
    padding-top: 17px !important;

    border-top: 1px solid rgba(138, 63, 16, 0.20);

    color: #66584E !important;

    font-size: 12px !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_meta a {
    color: #8A3F10 !important;

    text-decoration: none !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_meta a:hover {
    color: #1B120C !important;
}


/* ==========================================
   REMOVE DEFAULT BLUE LINKS
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce a {
    color: #8A3F10;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce a:hover {
    color: #1B120C;
}


/* ==========================================
   VARIATIONS
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product form.cart {
    margin-top: 20px !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product table.variations {
    margin-bottom: 18px !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product table.variations label {
    color: #1B120C !important;

    font-weight: 700 !important;
}


.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product table.variations select {
    min-height: 45px;

    background: #FFFFFF !important;

    border: 1px solid rgba(138, 63, 16, 0.30) !important;
    border-radius: 0 !important;

    color: #1B120C !important;

    box-shadow: none !important;
}


/* ==========================================
   HIDE EXTRA SINGLE PRODUCT SECTIONS
========================================== */

.elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-tabs {
    display: none !important;
}

.elementor-20 .elementor-element.elementor-element-8b43136 .related.products {
    display: none !important;
}

.elementor-20 .elementor-element.elementor-element-8b43136 .up-sells {
    display: none !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1024px) {

    .elementor-20 .elementor-element.elementor-element-8b43136 {
        padding: 20px;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product {
        grid-template-columns: 48% 52% !important;

        gap: 30px !important;

        padding: 25px !important;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_title {
        font-size: 31px !important;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .elementor-20 .elementor-element.elementor-element-8b43136 {
        padding: 10px 14px 30px;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product {
        display: block !important;

        padding: 12px !important;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product div.images,
    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product
    .woocommerce-product-gallery {
        margin-bottom: 24px !important;

        padding: 8px !important;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .summary {
        padding: 8px !important;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce div.product .product_title {
        font-size: 29px !important;
    }

    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description,
    .elementor-20 .elementor-element.elementor-element-8b43136 .woocommerce-product-details__short-description li {
        font-size: 14px !important;

        line-height: 1.6 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64bf5c6 *//* ==================================================
   FABSPHERE LEATHER CARE VIDEO
================================================== */

.fs-care-video,
.fs-care-video * {
    box-sizing: border-box;
}


/* MAIN VIDEO SECTION */

.fs-care-video {
    position: relative;

    width: calc(100% - 60px);
    max-width: 1320px;

    height: 590px;

    margin: 45px auto;

    overflow: hidden;

    background: #1B120C;

    border-radius: 3px;
}


/* ==================================================
   BACKGROUND VIDEO
================================================== */

.fs-care-video-bg {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 1;
}


/* ==================================================
   OVERLAY
================================================== */

.fs-care-overlay {
    position: absolute;

    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            90deg,
            rgba(27, 18, 12, 0.64) 0%,
            rgba(27, 18, 12, 0.43) 50%,
            rgba(27, 18, 12, 0.35) 100%
        );
}


/* ==================================================
   CONTENT
================================================== */

.fs-care-content {
    position: relative;

    z-index: 3;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 820px;

    height: 100%;

    margin: 0 auto;

    padding: 50px 30px;

    text-align: center;
}


/* ==================================================
   SMALL LABEL
================================================== */

.fs-care-label {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 0 0 17px;

    color: #F4EAD8;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* LINES BESIDE LABEL */

.fs-care-label::before,
.fs-care-label::after {
    content: "";

    display: block;

    width: 35px;
    height: 1px;

    background: #F4EAD8;
}


/* ==================================================
   HEADING
================================================== */

.fs-care-content h2 {
    max-width: 750px;

    margin: 0 !important;
    padding: 0 !important;

    color: #FFFFFF !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 54px !important;
    line-height: 1.08 !important;

    font-weight: 700 !important;

    letter-spacing: -1px;
}


/* ==================================================
   DESCRIPTION
================================================== */

.fs-care-content p {
    max-width: 620px;

    margin: 19px auto 0 !important;
    padding: 0 !important;

    color: #F4EAD8 !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 16px;
    line-height: 1.7;

    font-weight: 400;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .fs-care-video {
        width: calc(100% - 40px);

        height: 500px;

        margin: 35px auto;
    }


    .fs-care-content {
        max-width: 700px;

        padding: 40px 30px;
    }


    .fs-care-content h2 {
        font-size: 45px !important;
    }


    .fs-care-content p {
        font-size: 15px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .fs-care-video {
        width: calc(100% - 28px);

        height: 450px;

        margin: 28px auto;
    }


    .fs-care-video-bg {
        object-position: center;
    }


    .fs-care-overlay {
        background:
            rgba(27, 18, 12, 0.48);
    }


    .fs-care-content {
        padding: 35px 22px;
    }


    .fs-care-label {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    .fs-care-label::before,
    .fs-care-label::after {
        width: 25px;
    }


    .fs-care-content h2 {
        font-size: 36px !important;

        line-height: 1.12 !important;
    }


    .fs-care-content p {
        max-width: 450px;

        margin-top: 15px !important;

        font-size: 14px;

        line-height: 1.6;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .fs-care-video {
        width: calc(100% - 20px);

        height: 400px;

        margin: 22px auto;
    }


    .fs-care-content {
        padding: 30px 18px;
    }


    .fs-care-content h2 {
        font-size: 31px !important;
    }


    .fs-care-content p {
        font-size: 13.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f688e8 *//* =========================================
   FABSPHERE - CRAFT & DETAIL
========================================= */

.fs-craft-section,
.fs-craft-section * {
    box-sizing: border-box;
}

.fs-craft-section {
    width: 100%;
    margin: 0;
    padding: 45px 30px;
    background: #F7F5F1;
    font-family: Arial, Helvetica, sans-serif;
}


/* MAIN LAYOUT */

.fs-craft-wrap {
    display: grid;
    grid-template-columns: 55% 45%;
    width: 100%;
    max-width: 1400px;
    min-height: 560px;
    margin: 0 auto;
    overflow: hidden;
}


/* =========================================
   IMAGE SIDE
========================================= */

.fs-craft-image {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    background: #1B120C;
}

.fs-craft-image img {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.7s ease;
}

.fs-craft-wrap:hover .fs-craft-image img {
    transform: scale(1.025);
}


/* =========================================
   CONTENT SIDE
========================================= */

.fs-craft-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    min-height: 560px;

    padding: 65px 70px;

    background: #F4EAD8;
}


/* SMALL LABEL */

.fs-craft-label {
    display: flex;
    align-items: center;
    gap: 13px;

    margin: 0 0 16px;

    color: #8A3F10;

    font-size: 11px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.fs-craft-label::before {
    content: "";

    display: block;

    width: 36px;
    height: 1px;

    background: #8A3F10;
}


/* =========================================
   HEADING
========================================= */

.fs-craft-content h2 {
    max-width: 560px;

    margin: 0 0 22px !important;
    padding: 0 !important;

    color: #1B120C !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 48px !important;
    line-height: 1.08 !important;

    font-weight: 700 !important;
    letter-spacing: -1px;
}


/* =========================================
   TEXT
========================================= */

.fs-craft-content p {
    width: 100%;
    max-width: 550px;

    margin: 0 0 15px !important;
    padding: 0 !important;

    color: #66584E !important;

    font-size: 15px;
    line-height: 1.75;

    font-weight: 400;
}

.fs-craft-content p:last-of-type {
    margin-bottom: 28px !important;
}


/* =========================================
   BUTTON
========================================= */

.fs-craft-section .fs-craft-btn,
.fs-craft-section .fs-craft-btn:visited,
.fs-craft-section .fs-craft-btn:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;

    padding: 15px 27px;

    background: #8A3F10 !important;

    border: 1px solid #8A3F10 !important;
    border-radius: 0 !important;

    color: #FFFFFF !important;

    font-size: 13px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 0.7px;

    text-decoration: none !important;
    text-transform: uppercase;

    box-shadow: none !important;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.fs-craft-section .fs-craft-btn:hover {
    background: #A04B13 !important;
    border-color: #A04B13 !important;
    color: #FFFFFF !important;

    transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .fs-craft-section {
        padding: 35px 20px;
    }

    .fs-craft-wrap {
        grid-template-columns: 52% 48%;
        min-height: 500px;
    }

    .fs-craft-image,
    .fs-craft-content {
        min-height: 500px;
    }

    .fs-craft-content {
        padding: 45px 40px;
    }

    .fs-craft-content h2 {
        font-size: 40px !important;
    }

    .fs-craft-content p {
        font-size: 14px;
        line-height: 1.65;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .fs-craft-section {
        padding: 25px 14px;
    }

    .fs-craft-wrap {
        display: block;
        min-height: auto;
    }

    .fs-craft-image {
        min-height: 390px;
    }

    .fs-craft-content {
        min-height: auto;
        padding: 40px 25px 44px;
    }

    .fs-craft-label {
        margin-bottom: 12px;

        font-size: 10px;
        letter-spacing: 2px;
    }

    .fs-craft-label::before {
        width: 28px;
    }

    .fs-craft-content h2 {
        margin-bottom: 17px !important;
        font-size: 35px !important;
    }

    .fs-craft-content p {
        max-width: 100%;

        font-size: 14px;
        line-height: 1.65;
    }

    .fs-craft-content p:last-of-type {
        margin-bottom: 24px !important;
    }

    .fs-craft-section .fs-craft-btn {
        min-height: 50px;

        padding: 14px 22px;

        font-size: 12px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .fs-craft-section {
        padding: 20px 10px;
    }

    .fs-craft-image {
        min-height: 320px;
    }

    .fs-craft-content {
        padding: 34px 20px 38px;
    }

    .fs-craft-content h2 {
        font-size: 31px !important;
    }

    .fs-craft-content p {
        font-size: 13.5px;
    }
}/* End custom CSS */