/* Start custom CSS for html, class: .elementor-element-6e4cb03 *//* =========================================================
   MAIN HEADING
   ========================================================= */

/* =========================================================
   PATTERN HERO — MAIN HEADING
   ========================================================= */

.pattern-hero-content h1 {

    margin: 0 0 25px;

    max-width: 620px;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(50px, 4.2vw, 64px);

    line-height: 1.05;

    letter-spacing: -2px;

    font-weight: 800;

    color: #202020 !important;

    -webkit-text-fill-color: #202020 !important;

}


/* FIRST LINE — BLACK */

.pattern-hero-content h1 {

    color: #202020 !important;

}


/* SECOND LINE — GRADIENT ONLY */

.pattern-hero-content h1 span {

    display: inline;

    white-space: nowrap;

    background: linear-gradient(
        90deg,
        #995594 0%,
        #A96591 50%,
        #C5904E 100%
    );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}


/* =========================================================
   DESKTOP — GIVE LEFT SIDE MORE SPACE
   ========================================================= */

.pattern-hero-inner {

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(380px, 0.9fr);

    gap: 55px;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .pattern-hero-inner {

        grid-template-columns: 1fr;

        gap: 50px;

    }

    .pattern-hero-content h1 {

        max-width: 700px;

        margin-left: auto;

        margin-right: auto;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .pattern-hero-content h1 {

        max-width: 100%;

        font-size: 43px;

        line-height: 1.08;

        letter-spacing: -1.5px;

    }

    .pattern-hero-content h1 span {

        white-space: normal;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .pattern-hero-content h1 {

        font-size: 43px;

        line-height: 1.05;

        letter-spacing: -1.5px;

        white-space: normal;

    }


    .pattern-hero-content h1 span {

        white-space: normal;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6262d51 */<style>

/* =========================================================
   FEATURED PATTERN COLLECTIONS
========================================================= */

.featured-patterns-section {
    width: 100%;
    padding: 75px 40px 80px;
    background: #ffffff;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.featured-patterns-header {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}


/* =========================================================
   MAIN BADGE
========================================================= */

.featured-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 18px;
    padding: 9px 22px;

    background: linear-gradient(
        90deg,
        #f8e9f4 0%,
        #fff0df 100%
    );

    border: 1px solid #e7cbe2;
    border-radius: 30px;

    color: #995594 !important;
    -webkit-text-fill-color: #995594 !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================================================
   MAIN HEADING - FULL GRADIENT
========================================================= */

.featured-patterns-header h2 {
    margin: 0 0 15px !important;
    padding: 0 !important;

    font-family: 'Poppins', Arial, sans-serif !important;

    font-size: clamp(40px, 4vw, 56px) !important;
    line-height: 1.1 !important;

    font-weight: 800 !important;
    letter-spacing: -1.5px !important;

    text-align: center;

    background: linear-gradient(
        90deg,
        #995594 0%,
        #A96591 50%,
        #C5904E 100%
    ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;

    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}


/* Heading span must follow same gradient */

.featured-patterns-header h2 span {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    background: none !important;

    color: inherit !important;
    -webkit-text-fill-color: inherit !important;

    font-size: inherit !important;
    font-weight: inherit !important;
}


/* =========================================================
   MAIN DESCRIPTION
========================================================= */

.featured-patterns-header p {
    max-width: 720px;

    margin: 0 auto;

    color: #4169A1 !important;

    font-size: 17px;
    line-height: 1.7;

    text-align: center;
}


/* =========================================================
   STORE BLOCK
========================================================= */

.featured-store-block {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto 55px;
}


/* =========================================================
   STORE HEADING
========================================================= */

.featured-store-heading {
    margin: 0 0 34px;
    padding: 0 0 15px;

    border-bottom: 1px solid #ead8e7;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Store badge */

.featured-store-heading::before {
    content: "✦ Pattern Collection ✦";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
    padding: 7px 16px;

    background: linear-gradient(
        90deg,
        #f8e9f4 0%,
        #fff0df 100%
    );

    border: 1px solid #e7cbe2;
    border-radius: 30px;

    color: #995594 !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}


/* Store name */

.featured-store-heading h3 {
    margin: 0 !important;
    padding: 0 !important;

    font-family: 'Poppins', Arial, sans-serif !important;

    font-size: 30px !important;
    line-height: 1.2 !important;

    font-weight: 800 !important;

    background: linear-gradient(
        90deg,
        #995594 0%,
        #A96591 50%,
        #C5904E 100%
    ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;

    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}


.featured-store-heading h3 span {
    background: none !important;

    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}


/* =========================================================
   PATTERN GRID
========================================================= */

.featured-pattern-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   PATTERN CARD
========================================================= */

.featured-pattern-card {
    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #ead8e7;
    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(60, 35, 55, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.featured-pattern-card:hover {
    transform: translateY(-6px);

    border-color: #d7b4d3;

    box-shadow:
        0 15px 35px rgba(153, 85, 148, 0.12);
}


/* =========================================================
   IMAGE
========================================================= */

.featured-pattern-image {
    width: 100%;
    height: 325px;

    background: #faf7fb;

    overflow: hidden;
}

.featured-pattern-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================================
   CONTENT
========================================================= */

.featured-pattern-content {
    padding: 26px 28px 28px;

    display: flex;
    flex-direction: column;

    flex: 1;
}


/* Pattern type */

.featured-pattern-type {
    display: inline-block;

    margin-bottom: 12px;

    color: #995594 !important;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Pattern title */

.featured-pattern-content h4 {
    margin: 0 0 12px !important;
    padding: 0 !important;

    color: #202020 !important;

    font-family: 'Poppins', Arial, sans-serif !important;

    font-size: 22px !important;
    line-height: 1.3 !important;

    font-weight: 700 !important;
}


/* Description */

.featured-pattern-content p {
    margin: 0 0 22px;

    color: #4169A1 !important;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   VIEW PATTERN BUTTON
========================================================= */

.featured-pattern-button {
    width: 100%;
    min-height: 52px;

    margin-top: auto;
    padding: 12px 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    background: #C5904E !important;

    color: #ffffff !important;

    border-radius: 11px;

    text-decoration: none !important;

    font-size: 15px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hover */

.featured-pattern-button:hover {
    background: #995594 !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(153, 85, 148, 0.20);
}


/* =========================================================
   REMOVE ARROW
========================================================= */

.featured-pattern-button {
    font-size: 0 !important;
}

.featured-pattern-button::before {
    content: "View Pattern";

    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .featured-patterns-section {
        padding: 65px 25px 70px;
    }

    .featured-pattern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .featured-patterns-section {
        padding: 55px 18px 60px;
    }

    .featured-patterns-header {
        margin-bottom: 42px;
    }

    .featured-patterns-header h2 {
        font-size: 34px !important;
    }

    .featured-patterns-header p {
        font-size: 15px;
    }

    .featured-store-block {
        margin-bottom: 45px;
    }

    .featured-store-heading h3 {
        font-size: 27px !important;
    }

    .featured-pattern-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .featured-pattern-image {
        height: 300px;
    }

    .featured-pattern-content {
        padding: 24px 22px;
    }

}

</style>/* End custom CSS */