.elementor-kit-11{--e-global-color-primary:#E85A3C;--e-global-color-secondary:#B8895A;--e-global-color-text:#1C1C1C;--e-global-color-accent:#0B0B0B;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   ETHISUTRA GLOBAL DESIGN SYSTEM
   Modern Indian Luxury
   ========================================================= */

:root {

    /* BRAND */
    --es-maroon: #7A1723;
    --es-maroon-dark: #541019;
    --es-lotus: #C8322B;
    --es-gold: #B8955A;

    /* NEUTRALS */
    --es-ivory: #FAF7F2;
    --es-cream: #F5EFE7;
    --es-sand: #EFE5D9;
    --es-white: #FFFFFF;

    /* TEXT */
    --es-text: #252326;
    --es-text-soft: #66615D;
    --es-text-muted: #88817B;

    /* BORDERS */
    --es-border: #E5DDD4;
    --es-border-dark: #D5C9BE;

    /* STATUS */
    --es-success: #237A4B;
    --es-danger: #B42318;

    /* SHADOW */
    --es-shadow-sm: 0 3px 15px rgba(37,35,38,.06);
    --es-shadow-md: 0 12px 35px rgba(37,35,38,.10);
    --es-shadow-lg: 0 25px 60px rgba(37,35,38,.14);

    /* RADIUS */
    --es-radius-sm: 4px;
    --es-radius-md: 8px;
    --es-radius-lg: 12px;

    /* CONTAINER */
    --es-container: 1320px;

    /* SPACING */
    --es-section: 88px;

    /* TRANSITION */
    --es-transition: all .25s ease;
}


/* =========================================================
   RESET
   ========================================================= */

.es-store,
.es-store *,
.woocommerce,
.woocommerce * {
    box-sizing: border-box;
}


/* =========================================================
   BODY
   ========================================================= */

body {
    color: var(--es-text);
    background: var(--es-white);
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    color: var(--es-text);
    margin-top: 0;
}

p {
    line-height: 1.7;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.es-container {
    width: min(100% - 32px, var(--es-container));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.es-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;

    border: 1px solid var(--es-maroon);
    background: var(--es-maroon);
    color: #fff;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;

    text-decoration: none;
    border-radius: var(--es-radius-sm);

    transition: var(--es-transition);
}

.es-btn:hover {
    background: var(--es-maroon-dark);
    border-color: var(--es-maroon-dark);
    color: #fff;
    transform: translateY(-1px);
}


.es-btn-outline {
    background: transparent;
    color: var(--es-maroon);
}

.es-btn-outline:hover {
    background: var(--es-maroon);
    color: #fff;
}


/* =========================================================
   SECTION
   ========================================================= */

.es-section {
    padding: var(--es-section) 0;
}

.es-section-ivory {
    background: var(--es-ivory);
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.es-section-head {
    margin-bottom: 38px;
}

.es-section-kicker {
    margin-bottom: 8px;

    color: var(--es-maroon);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.es-section-title {
    margin: 0;

    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.15;
}

.es-section-description {
    max-width: 650px;
    margin: 12px auto 0;

    color: var(--es-text-soft);
    font-size: 14px;
}


/* =========================================================
   PRODUCT CARDS
   ========================================================= */

.es-product-card {
    position: relative;
}

.es-product-image {
    position: relative;
    overflow: hidden;
    background: var(--es-cream);
    aspect-ratio: 4 / 5;
}

.es-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .5s ease;
}

.es-product-card:hover .es-product-image img {
    transform: scale(1.035);
}

.es-product-info {
    padding-top: 13px;
}

.es-product-brand {
    margin-bottom: 5px;

    color: var(--es-text-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.es-product-title {
    margin: 0 0 7px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.es-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.es-price {
    font-size: 14px;
    font-weight: 700;
}

.es-old-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.es-discount {
    color: var(--es-maroon);
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   BADGES
   ========================================================= */

.es-badge {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;

    background: var(--es-maroon);
    color: #fff;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.es-badge-sale {
    background: var(--es-lotus);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:767px) {

    :root {
        --es-section: 50px;
    }

    .es-container {
        width: min(100% - 28px, var(--es-container));
    }

    .es-section-head {
        margin-bottom: 25px;
    }

    .es-section-title {
        font-size: 31px;
    }

    .es-btn {
        min-height: 44px;
        padding: 0 20px;
        font-size: 11px;
    }
}/* End custom CSS */