/* Start custom CSS for html, class: .elementor-element-639f4d8 *//* =========================
   GLAMWIBE HOMEPAGE
   ========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fffafa;
    color: #351f25;
    overflow-x: hidden;
}

img {
    width: 100%;
    display: block;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}


/* =========================
   HERO
   ========================= */

.hero {
    width: 100%;
    min-height: 560px;
    display: grid;
    grid-template-columns: 45% 55%;
    background: #f8e4e2;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 7%;
}

.small-title {
    font-size: 13px;
    letter-spacing: 4px;
    color: #9c5660;
    margin-bottom: 15px;
}

.hero h1 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(65px, 7vw, 105px);
    line-height: .9;
    color: #8b3548;
    margin-bottom: 22px;
}

.hero h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(25px, 3vw, 42px);
    font-weight: 500;
    margin-bottom: 22px;
}

.hero-text {
    max-width: 520px;
    line-height: 1.8;
    font-size: 15px;
    color: #67474e;
    margin-bottom: 30px;
}

.main-btn {
    width: fit-content;
    background: #913d50;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .3s;
}

.main-btn:hover {
    background: #642837;
    transform: translateY(-2px);
}

.hero-image {
    height: 560px;
}

.hero-image img {
    height: 100%;
}


/* =========================
   BENEFITS
   ========================= */

.benefits {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    padding: 35px 5%;
    gap: 20px;
    border-bottom: 1px solid #f0d9d8;
}

.benefit {
    text-align: center;
    padding: 10px;
}

.benefit span {
    font-size: 27px;
    color: #a34b5c;
}

.benefit h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin: 10px 0 7px;
}

.benefit p {
    font-size: 12px;
    color: #80686d;
    line-height: 1.5;
}


/* =========================
   COMMON SECTION
   ========================= */

.section {
    width: 100%;
    padding: 75px 4%;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-heading p,
.label,
.product-type {
    color: #a24759;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
}

.section-heading h2 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 400;
    color: #532732;
    margin: 8px 0 12px;
}

.section-heading span {
    color: #8b7378;
    font-size: 13px;
}


/* =========================
   CATEGORY CARDS
   ========================= */

.category-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-card {
    background: #fff;
    border: 1px solid #efdada;
    overflow: hidden;
    transition: .3s;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(100, 45, 55, .12);
}

.category-card img {
    height: 280px;
}

.category-card div {
    padding: 22px;
    text-align: center;
}

.category-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    margin-bottom: 9px;
}

.category-card p {
    font-size: 11px;
    color: #806c70;
    margin-bottom: 17px;
}

.category-card a {
    color: #943f51;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* =========================
   FEATURE SECTIONS
   ========================= */

.feature {
    width: 100%;
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 520px;
    background: #f7e2e0;
}

.feature.reverse {
    grid-template-columns: 45% 55%;
    background: #fff;
}

.feature-image {
    min-height: 520px;
}

.feature-image img {
    height: 100%;
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 9%;
}

.feature-content h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: clamp(40px, 4vw, 65px);
    line-height: 1.05;
    color: #68303d;
    margin: 18px 0;
}

.feature-content > p:not(.label) {
    max-width: 500px;
    color: #765d62;
    font-size: 14px;
    line-height: 1.8;
}

.mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.mini-links span {
    background: #fff;
    border: 1px solid #e8c8c7;
    padding: 9px 13px;
    border-radius: 20px;
    font-size: 11px;
}

.outline-btn {
    width: fit-content;
    border: 1px solid #913d50;
    color: #913d50;
    padding: 13px 22px;
    font-size: 11px;
    letter-spacing: 1px;
    transition: .3s;
}

.outline-btn:hover {
    background: #913d50;
    color: white;
}


/* =========================
   PRODUCTS
   ========================= */

.products-section {
    background: #fff;
}

.product-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.product-card {
    background: #fff;
    border: 1px solid #efdede;
    padding-bottom: 22px;
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(70, 30, 40, .1);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    height: 300px;
    transition: .5s;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.heart {
    position: absolute;
    top: 14px;
    right: 14px;
    background: white;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
    color: #963f51;
}

.product-card .product-type,
.product-card h3,
.product-card .product-desc,
.product-card > a {
    margin-left: 20px;
    margin-right: 20px;
}

.product-card .product-type {
    margin-top: 20px;
    font-size: 9px;
}

.product-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    margin-top: 8px;
}

.product-desc {
    font-size: 11px;
    color: #897478;
    margin-top: 8px;
    margin-bottom: 17px;
}

.product-card > a {
    font-size: 10px;
    color: #963f51;
    font-weight: 600;
    letter-spacing: 1px;
}


/* =========================
   PROMO
   ========================= */

.promo {
    width: 100%;
    background: linear-gradient(90deg, #f4d7d5, #f9e9e6);
    padding: 70px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.promo p {
    font-size: 11px;
    letter-spacing: 3px;
    color: #9c4a5b;
}

.promo h2 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    color: #69303d;
    margin: 13px 0;
}

.promo span {
    color: #86676d;
    font-size: 13px;
}


/* =========================
   SMALL CARDS
   ========================= */

.small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.small-card {
    text-align: center;
    border: 1px solid #efdada;
    background: #fff;
    padding-bottom: 25px;
}

.small-card img {
    height: 280px;
}

.small-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin: 22px 0 8px;
}

.small-card p {
    color: #806b70;
    font-size: 12px;
    margin-bottom: 17px;
}

.small-card a {
    color: #943f51;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 900px) {

    .category-grid,
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .hero-image {
        height: 450px;
    }

    .feature,
    .feature.reverse {
        grid-template-columns: 1fr;
    }

    .feature-image {
        min-height: 400px;
    }

    .feature.reverse .feature-image {
        order: 0;
    }

    .promo {
        flex-direction: column;
        text-align: center;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .section {
        padding: 55px 18px;
    }

    .hero-content {
        padding: 55px 25px;
    }

    .hero h1 {
        font-size: 62px;
    }

    .hero-image {
        height: 380px;
    }

    .benefits {
        grid-template-columns: 1fr 1fr;
        padding: 25px 10px;
    }

    .benefit h3 {
        font-size: 15px;
    }

    .benefit p {
        font-size: 10px;
    }

    .category-grid,
    .product-grid,
    .small-grid {
        grid-template-columns: 1fr;
    }

    .category-card img,
    .product-image img,
    .small-card img {
        height: 330px;
    }

    .feature-content {
        padding: 55px 25px;
    }

    .promo {
        padding: 55px 20px;
    }
}/* End custom CSS */