/* _content/PoisonLily/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rroe5m2oyk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rroe5m2oyk] {
    flex: 1;
}

.sidebar[b-rroe5m2oyk] {
    background: linear-gradient( 180deg, #eef7e8 0%, #dceecf 38%, #c9e1bd 72%, #b8d5aa 100% );
    border-right: 1px solid rgba(74, 92, 63, 0.24);
}

.top-row[b-rroe5m2oyk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rroe5m2oyk]  a,
    .top-row[b-rroe5m2oyk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rroe5m2oyk]  a:hover,
        .top-row[b-rroe5m2oyk]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rroe5m2oyk]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-rroe5m2oyk] {
        justify-content: space-between;
    }

        .top-row[b-rroe5m2oyk]  a,
        .top-row[b-rroe5m2oyk]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-rroe5m2oyk] {
        flex-direction: row;
    }

    .sidebar[b-rroe5m2oyk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rroe5m2oyk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rroe5m2oyk]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rroe5m2oyk],
    article[b-rroe5m2oyk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PoisonLily/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5kgxy7d8va] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 20;
    border: 1px solid rgba(23, 58, 31, 0.14);
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0.45rem 1rem rgba(23, 58, 31, 0.08);
    background-image: linear-gradient(#173a1f, #173a1f), linear-gradient(#173a1f, #173a1f), linear-gradient(#173a1f, #173a1f);
    background-repeat: no-repeat;
    background-size: 1.35rem 0.16rem, 1.35rem 0.16rem, 1.35rem 0.16rem;
    background-position: center calc(50% - 0.42rem), center 50%, center calc(50% + 0.42rem);
}

    .navbar-toggler:hover[b-5kgxy7d8va] {
        background-color: rgba(255, 255, 255, 0.72);
    }

    .navbar-toggler:checked[b-5kgxy7d8va] {
        background-color: rgba(255, 255, 255, 0.9);
        background-image: linear-gradient(45deg, transparent 44%, #173a1f 44%, #173a1f 56%, transparent 56%), linear-gradient(-45deg, transparent 44%, #173a1f 44%, #173a1f 56%, transparent 56%);
        background-size: 1.2rem 1.2rem, 1.2rem 1.2rem;
        background-position: center center, center center;
    }

.top-row[b-5kgxy7d8va] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, #b7d7aa 0%, #dbeed2 45%, #f3faee 100%);
}

.navbar-brand[b-5kgxy7d8va] {
    font-family: "Merienda", cursive;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #173a1f;
}

.bi[b-5kgxy7d8va] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex: 0 0 auto;
}

.bi-house-door-fill-nav-menu[b-5kgxy7d8va] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f4a32' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.nav-scrollable[b-5kgxy7d8va] {
    display: none;
    background: linear-gradient(180deg, #eaf7df 0%, #d5ebc9 48%, #b9d9ae 100%);
}

.navbar-toggler:checked ~ .nav-scrollable[b-5kgxy7d8va] {
    display: block;
}

.nav-scrollable nav[b-5kgxy7d8va] {
    padding-top: 0.75rem;
}

.nav-item[b-5kgxy7d8va] {
    font-size: 1.05rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5kgxy7d8va] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-5kgxy7d8va] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5kgxy7d8va]  .nav-link,
    .nav-item .nav-link[b-5kgxy7d8va] {
        font-family: "Merienda", cursive;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0;
        color: #173a1f;
        background: rgba(255, 255, 255, 0.42);
        border: none;
        border-radius: 1rem;
        min-height: 3rem;
        line-height: 1.3rem;
        display: flex;
        align-items: center;
        padding: 0.75rem 1rem;
        margin-bottom: 0.25rem;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
    }

    .nav-item[b-5kgxy7d8va]  a.active {
        background-color: rgba(255, 255, 255, 0.7);
        color: #102d17;
        font-weight: 900;
    }

    .nav-item[b-5kgxy7d8va]  .nav-link:hover,
    .nav-item .nav-link:hover[b-5kgxy7d8va] {
        background-color: rgba(255, 255, 255, 0.62);
        color: #102d17;
    }

.foldable-menu[b-5kgxy7d8va] {
    width: 100%;
}

.foldable-menu-toggle[b-5kgxy7d8va] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.foldable-row[b-5kgxy7d8va] {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 1rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
    box-sizing: border-box;
}

    .foldable-row[b-5kgxy7d8va]  .foldable-main-link,
    .foldable-row .foldable-main-link[b-5kgxy7d8va] {
        flex: 1 1 auto;
        min-height: 3rem;
        display: flex;
        align-items: center;
        padding: 0.75rem 0.75rem 0.75rem 1rem;
        box-sizing: border-box;
        font-family: "Merienda", cursive;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.3rem;
        color: #173a1f;
        text-decoration: none;
        background: transparent;
    }

        .foldable-row[b-5kgxy7d8va]  .foldable-main-link:hover,
        .foldable-row .foldable-main-link:hover[b-5kgxy7d8va] {
            color: #102d17;
            background: rgba(255, 255, 255, 0.28);
        }

        .foldable-row[b-5kgxy7d8va]  .foldable-main-link.active {
            color: #102d17;
            font-weight: 900;
        }

.foldable-arrow-button[b-5kgxy7d8va] {
    flex: 0 0 3.25rem;
    width: 3.25rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    border-left: 1px solid rgba(23, 58, 31, 0.08);
}

    .foldable-arrow-button:hover[b-5kgxy7d8va] {
        background: rgba(255, 255, 255, 0.28);
    }

.foldable-chevron[b-5kgxy7d8va] {
    width: 0;
    height: 0;
    flex: 0 0 auto;
}

.foldable-chevron-closed[b-5kgxy7d8va] {
    border-left: 0.42rem solid transparent;
    border-right: 0.42rem solid transparent;
    border-top: 0.62rem solid #173a1f;
}

.foldable-chevron-open[b-5kgxy7d8va] {
    display: none;
    border-left: 0.42rem solid transparent;
    border-right: 0.42rem solid transparent;
    border-bottom: 0.62rem solid #173a1f;
}

.foldable-submenu[b-5kgxy7d8va] {
    display: none;
    margin: 0.75rem 0 0.5rem 2.35rem;
    padding-left: 0;
    gap: 0.6rem;
    width: calc(100% - 2.35rem);
    box-sizing: border-box;
}

.foldable-menu-toggle:checked ~ .foldable-submenu[b-5kgxy7d8va] {
    display: flex;
}

.foldable-menu-toggle:checked ~ .foldable-row .foldable-chevron-closed[b-5kgxy7d8va] {
    display: none;
}

.foldable-menu-toggle:checked ~ .foldable-row .foldable-chevron-open[b-5kgxy7d8va] {
    display: inline-block;
}

.foldable-submenu .nav-item[b-5kgxy7d8va] {
    width: 100%;
    padding: 0;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.foldable-submenu .nav-link[b-5kgxy7d8va],
.foldable-submenu[b-5kgxy7d8va]  .nav-link {
    width: 100%;
    max-width: 100%;
    min-height: 3.25rem;
    height: auto;
    box-sizing: border-box;
    padding: 0.75rem 0.9rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25rem;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.42);
    color: #173a1f;
    font-family: "Merienda", cursive;
    font-size: 0.92rem;
    font-weight: 500;
}

    .foldable-submenu .nav-link:hover[b-5kgxy7d8va],
    .foldable-submenu[b-5kgxy7d8va]  .nav-link:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.62);
        color: #102d17;
        font-weight: 500;
    }

.foldable-submenu[b-5kgxy7d8va]  a.active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #102d17;
    font-weight: 600;
}

.complements-submenu[b-5kgxy7d8va] {
    margin-top: 0;
    margin-bottom: 0;
    gap: 0;
}

    .complements-submenu:empty[b-5kgxy7d8va] {
        display: none;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-5kgxy7d8va] {
        display: none;
    }

    .nav-scrollable[b-5kgxy7d8va] {
        display: block;
        height: calc(150vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PoisonLily/Components/Pages/Complementos.razor.rz.scp.css */
.accessories-page[b-3b7ue7e7ta] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.accessories-hero[b-3b7ue7e7ta] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.accessories-hero-content[b-3b7ue7e7ta] {
    max-width: 58rem;
}

.eyebrow[b-3b7ue7e7ta] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.accessories-hero h1[b-3b7ue7e7ta],
.section-heading h2[b-3b7ue7e7ta],
.feature-content h2[b-3b7ue7e7ta],
.accessories-banner h2[b-3b7ue7e7ta] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.accessories-hero h1[b-3b7ue7e7ta] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-3b7ue7e7ta] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-3b7ue7e7ta] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-3b7ue7e7ta],
.secondary-button[b-3b7ue7e7ta] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-3b7ue7e7ta] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-3b7ue7e7ta] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-3b7ue7e7ta],
    .secondary-button:hover[b-3b7ue7e7ta] {
        transform: translateY(-2px);
    }

.accessories-hero-visual[b-3b7ue7e7ta],
.feature-visual[b-3b7ue7e7ta] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-card[b-3b7ue7e7ta],
.feature-panel[b-3b7ue7e7ta] {
    width: 100%;
    min-height: 24rem;
    padding: 2rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.92), transparent 16rem), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(239, 245, 231, 0.92) 100%);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.visual-card[b-3b7ue7e7ta] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.visual-chip-row[b-3b7ue7e7ta] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.visual-chip[b-3b7ue7e7ta] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 0.9rem 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 58, 31, 0.08);
    font-family: "Merienda", cursive;
    font-size: 1.05rem;
    font-weight: 800;
    color: #173a1f;
}

.visual-chip-large[b-3b7ue7e7ta] {
    min-height: 5rem;
    font-size: 1.35rem;
}

.visual-note[b-3b7ue7e7ta] {
    margin: 0.35rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.7;
    color: #4a5d4c;
}

.accessories-intro[b-3b7ue7e7ta] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-3b7ue7e7ta] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-3b7ue7e7ta]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-3b7ue7e7ta] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-3b7ue7e7ta] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.accessories-feature[b-3b7ue7e7ta] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-3b7ue7e7ta] {
    max-width: 42rem;
}

    .feature-content h2[b-3b7ue7e7ta] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-3b7ue7e7ta] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.feature-panel[b-3b7ue7e7ta] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.feature-tag[b-3b7ue7e7ta] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.75rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(23, 58, 31, 0.08);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #173a1f;
}

    .feature-tag.muted[b-3b7ue7e7ta] {
        color: #6d806f;
    }

.collection-section[b-3b7ue7e7ta] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-3b7ue7e7ta] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-3b7ue7e7ta] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-3b7ue7e7ta] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.collection-grid[b-3b7ue7e7ta] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.collection-card[b-3b7ue7e7ta] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
}

a.collection-card[b-3b7ue7e7ta] {
    text-decoration: none;
    color: #173a1f;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    a.collection-card:hover[b-3b7ue7e7ta],
    a.collection-card:focus-visible[b-3b7ue7e7ta] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
        text-decoration: none;
    }

.collection-media[b-3b7ue7e7ta] {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    padding: 1.25rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 14rem), #e8f0df;
    overflow: hidden;
}

    .collection-media img[b-3b7ue7e7ta] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.placeholder-pendants[b-3b7ue7e7ta] {
    background: radial-gradient(circle at top left, rgba(248, 222, 227, 0.92), transparent 14rem), linear-gradient(180deg, #f7efe8 0%, #e7f0df 100%);
}

.placeholder-necklaces[b-3b7ue7e7ta] {
    background: radial-gradient(circle at top left, rgba(233, 223, 245, 0.92), transparent 14rem), linear-gradient(180deg, #f5eef8 0%, #e7f0df 100%);
}

.placeholder-bags[b-3b7ue7e7ta] {
    background: radial-gradient(circle at top left, rgba(235, 228, 214, 0.92), transparent 14rem), linear-gradient(180deg, #f7f1e8 0%, #e5eee1 100%);
}

.placeholder-accessories[b-3b7ue7e7ta] {
    background: radial-gradient(circle at top left, rgba(229, 232, 244, 0.92), transparent 14rem), linear-gradient(180deg, #f5f4ee 0%, #e4ede3 100%);
}

.media-label[b-3b7ue7e7ta] {
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 58, 31, 0.08);
    font-family: "Merienda", cursive;
    font-size: 1.05rem;
    font-weight: 800;
    color: #173a1f;
    text-align: center;
}

.collection-content[b-3b7ue7e7ta] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.collection-kicker[b-3b7ue7e7ta] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.collection-content h3[b-3b7ue7e7ta] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.collection-content p:not(.collection-kicker)[b-3b7ue7e7ta] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.collection-link[b-3b7ue7e7ta] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.muted-link[b-3b7ue7e7ta] {
    color: #789469;
}

.accessories-banner[b-3b7ue7e7ta] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .accessories-banner div[b-3b7ue7e7ta] {
        max-width: 44rem;
    }

    .accessories-banner h2[b-3b7ue7e7ta] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .accessories-banner p:not(.eyebrow)[b-3b7ue7e7ta] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .accessories-hero[b-3b7ue7e7ta],
    .accessories-feature[b-3b7ue7e7ta] {
        grid-template-columns: 1fr;
    }

    .collection-grid[b-3b7ue7e7ta] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .accessories-intro[b-3b7ue7e7ta] {
        grid-template-columns: 1fr;
    }

    .accessories-banner[b-3b7ue7e7ta] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .accessories-page[b-3b7ue7e7ta] {
        padding: 1.5rem 1rem 3rem;
    }

    .accessories-hero[b-3b7ue7e7ta] {
        padding-top: 1.5rem;
    }

    .visual-card[b-3b7ue7e7ta],
    .feature-panel[b-3b7ue7e7ta] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-3b7ue7e7ta],
    .collection-card[b-3b7ue7e7ta],
    .accessories-banner[b-3b7ue7e7ta] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-3b7ue7e7ta] {
        flex-direction: column;
    }

    .primary-button[b-3b7ue7e7ta],
    .secondary-button[b-3b7ue7e7ta] {
        width: 100%;
    }

    .collection-grid[b-3b7ue7e7ta] {
        grid-template-columns: 1fr;
    }

    .visual-chip-row[b-3b7ue7e7ta] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/Pendientes.razor.rz.scp.css */
.earrings-page[b-0e6r0zb9kw] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.earrings-hero[b-0e6r0zb9kw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.earrings-hero-content[b-0e6r0zb9kw] {
    max-width: 58rem;
}

.eyebrow[b-0e6r0zb9kw] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.earrings-hero h1[b-0e6r0zb9kw],
.section-heading h2[b-0e6r0zb9kw],
.feature-content h2[b-0e6r0zb9kw],
.earrings-banner h2[b-0e6r0zb9kw] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.earrings-hero h1[b-0e6r0zb9kw] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-0e6r0zb9kw] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-0e6r0zb9kw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-0e6r0zb9kw],
.secondary-button[b-0e6r0zb9kw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-0e6r0zb9kw] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-0e6r0zb9kw] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-0e6r0zb9kw],
    .secondary-button:hover[b-0e6r0zb9kw] {
        transform: translateY(-2px);
    }

.earrings-hero-image[b-0e6r0zb9kw],
.feature-image[b-0e6r0zb9kw] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 18rem), #f0eadf;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .earrings-hero-image img[b-0e6r0zb9kw],
    .feature-image img[b-0e6r0zb9kw],
    .collection-image img[b-0e6r0zb9kw] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.earrings-intro[b-0e6r0zb9kw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-0e6r0zb9kw] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-0e6r0zb9kw]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-0e6r0zb9kw] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-0e6r0zb9kw] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.earrings-feature[b-0e6r0zb9kw] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-0e6r0zb9kw] {
    max-width: 42rem;
}

    .feature-content h2[b-0e6r0zb9kw] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-0e6r0zb9kw] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.collection-section[b-0e6r0zb9kw] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-0e6r0zb9kw] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-0e6r0zb9kw] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-0e6r0zb9kw] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.collection-grid[b-0e6r0zb9kw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    gap: 1.25rem;
}

.collection-card[b-0e6r0zb9kw] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    text-decoration: none;
    color: #173a1f;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .collection-card:hover[b-0e6r0zb9kw] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

        .collection-card:hover .collection-image img[b-0e6r0zb9kw] {
            transform: scale(1.035);
        }

.collection-image[b-0e6r0zb9kw] {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 18rem), #f0eadf;
}

    .collection-image img[b-0e6r0zb9kw] {
        transition: transform 220ms ease;
    }

.collection-content[b-0e6r0zb9kw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.collection-kicker[b-0e6r0zb9kw] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.collection-content h3[b-0e6r0zb9kw] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.collection-content p:not(.collection-kicker)[b-0e6r0zb9kw] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.collection-link[b-0e6r0zb9kw] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.earrings-banner[b-0e6r0zb9kw] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .earrings-banner div[b-0e6r0zb9kw] {
        max-width: 44rem;
    }

    .earrings-banner h2[b-0e6r0zb9kw] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .earrings-banner p:not(.eyebrow)[b-0e6r0zb9kw] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .earrings-hero[b-0e6r0zb9kw],
    .earrings-feature[b-0e6r0zb9kw] {
        grid-template-columns: 1fr;
    }

    .collection-grid[b-0e6r0zb9kw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .earrings-intro[b-0e6r0zb9kw] {
        grid-template-columns: 1fr;
    }

    .earrings-banner[b-0e6r0zb9kw] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .earrings-page[b-0e6r0zb9kw] {
        padding: 1.5rem 1rem 3rem;
    }

    .earrings-hero[b-0e6r0zb9kw] {
        padding-top: 1.5rem;
    }

    .earrings-hero-image[b-0e6r0zb9kw],
    .feature-image[b-0e6r0zb9kw] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-0e6r0zb9kw],
    .collection-card[b-0e6r0zb9kw],
    .earrings-banner[b-0e6r0zb9kw] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-0e6r0zb9kw] {
        flex-direction: column;
    }

    .primary-button[b-0e6r0zb9kw],
    .secondary-button[b-0e6r0zb9kw] {
        width: 100%;
    }

    .collection-grid[b-0e6r0zb9kw] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/CulturaPop.razor.rz.scp.css */
.pop-collection-page[b-6bpp1s1kgd] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at 8% 10%, rgba(255, 222, 0, 0.28), transparent 18rem), radial-gradient(circle at 92% 12%, rgba(255, 0, 128, 0.22), transparent 20rem), radial-gradient(circle at 15% 88%, rgba(0, 168, 255, 0.22), transparent 18rem), radial-gradient(circle at 85% 82%, rgba(57, 255, 20, 0.16), transparent 18rem), linear-gradient(180deg, #fff7d9 0%, #ffe9f3 26%, #f2f6ff 58%, #fff5de 100%);
    color: #173a1f;
    position: relative;
    overflow: hidden;
}

    .pop-collection-page[b-6bpp1s1kgd]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(12, 41, 20, 0.09) 1.1px, transparent 1.1px);
        background-size: 18px 18px;
        opacity: 0.22;
        pointer-events: none;
    }

    .pop-collection-page[b-6bpp1s1kgd]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.22) 48% 52%, transparent 52% 100%);
        opacity: 0.16;
        pointer-events: none;
    }

.pop-hero[b-6bpp1s1kgd],
.pop-intro[b-6bpp1s1kgd],
.pop-feature[b-6bpp1s1kgd],
.products-section[b-6bpp1s1kgd],
.pop-spotlight[b-6bpp1s1kgd],
.pop-banner[b-6bpp1s1kgd] {
    position: relative;
    z-index: 1;
}

.pop-hero[b-6bpp1s1kgd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.92fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.pop-hero-content[b-6bpp1s1kgd] {
    max-width: 58rem;
}

.eyebrow[b-6bpp1s1kgd] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4d7d42;
}

.pop-hero h1[b-6bpp1s1kgd],
.section-heading h2[b-6bpp1s1kgd],
.feature-content h2[b-6bpp1s1kgd],
.spotlight-copy h2[b-6bpp1s1kgd],
.pop-banner h2[b-6bpp1s1kgd] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.pop-hero h1[b-6bpp1s1kgd] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.8rem, 7vw, 6rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-6bpp1s1kgd] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #304833;
}

.hero-actions[b-6bpp1s1kgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-tags[b-6bpp1s1kgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.hero-tag[b-6bpp1s1kgd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 0.5rem 1.2rem rgba(28, 38, 23, 0.08);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #102d17;
}

.hero-tag-yellow[b-6bpp1s1kgd] {
    background: rgba(255, 224, 58, 0.92);
}

.hero-tag-pink[b-6bpp1s1kgd] {
    background: rgba(255, 90, 170, 0.88);
    color: #ffffff;
}

.hero-tag-blue[b-6bpp1s1kgd] {
    background: rgba(54, 170, 255, 0.9);
    color: #ffffff;
}

.hero-tag-green[b-6bpp1s1kgd] {
    background: rgba(115, 255, 60, 0.88);
}

.primary-button[b-6bpp1s1kgd],
.secondary-button[b-6bpp1s1kgd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-6bpp1s1kgd] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-6bpp1s1kgd] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-6bpp1s1kgd],
    .secondary-button:hover[b-6bpp1s1kgd] {
        transform: translateY(-2px);
    }

.pop-hero-media[b-6bpp1s1kgd] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-collage[b-6bpp1s1kgd] {
    position: relative;
    width: 100%;
    min-height: 34rem;
}

.shape[b-6bpp1s1kgd] {
    position: absolute;
    border-radius: 999px;
    opacity: 0.88;
    pointer-events: none;
}

.shape-yellow[b-6bpp1s1kgd] {
    width: 12rem;
    height: 12rem;
    top: 0.3rem;
    left: 0.2rem;
    background: radial-gradient(circle at center, rgba(255, 221, 0, 0.96) 0 50%, rgba(255, 221, 0, 0.18) 68%, transparent 74%);
}

.shape-pink[b-6bpp1s1kgd] {
    width: 9.5rem;
    height: 9.5rem;
    right: 0.4rem;
    top: 1.6rem;
    background: radial-gradient(circle at center, rgba(255, 43, 144, 0.9) 0 50%, rgba(255, 43, 144, 0.14) 68%, transparent 74%);
}

.shape-blue[b-6bpp1s1kgd] {
    width: 10.5rem;
    height: 10.5rem;
    left: 3rem;
    bottom: 0.7rem;
    background: radial-gradient(circle at center, rgba(0, 170, 255, 0.82) 0 50%, rgba(0, 170, 255, 0.14) 68%, transparent 74%);
}

.shape-green[b-6bpp1s1kgd] {
    width: 6.5rem;
    height: 6.5rem;
    right: 4.6rem;
    bottom: 2rem;
    background: radial-gradient(circle at center, rgba(122, 255, 61, 0.86) 0 50%, rgba(122, 255, 61, 0.14) 68%, transparent 74%);
}

.media-card[b-6bpp1s1kgd] {
    overflow: hidden;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 234, 0.96));
    border: 2px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.14);
    position: absolute;
}

    .media-card[b-6bpp1s1kgd]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255, 221, 0, 0.16), transparent 28%, rgba(255, 43, 144, 0.14) 62%, rgba(0, 170, 255, 0.14));
        pointer-events: none;
        z-index: 1;
    }

    .media-card img[b-6bpp1s1kgd],
    .feature-poster img[b-6bpp1s1kgd],
    .product-image img[b-6bpp1s1kgd] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.media-card-main[b-6bpp1s1kgd] {
    top: 1.5rem;
    left: 2rem;
    width: min(100%, 24rem);
    height: 22rem;
    transform: rotate(-4deg);
    z-index: 2;
}

.media-card-secondary[b-6bpp1s1kgd] {
    right: 1rem;
    bottom: 1.5rem;
    width: min(100%, 18.5rem);
    height: 16rem;
    transform: rotate(5deg);
    z-index: 3;
}

.pop-intro[b-6bpp1s1kgd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-6bpp1s1kgd] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.08);
    overflow: hidden;
}

    .intro-card[b-6bpp1s1kgd]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.2rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
    }

.intro-card-yellow[b-6bpp1s1kgd] {
    background: linear-gradient(180deg, rgba(255, 245, 205, 0.82) 0%, rgba(255, 255, 255, 0.72) 100%);
}

    .intro-card-yellow[b-6bpp1s1kgd]::before {
        background: linear-gradient(90deg, #f0c13a, rgba(240, 193, 58, 0.18));
    }

.intro-card-pink[b-6bpp1s1kgd] {
    background: linear-gradient(180deg, rgba(255, 228, 238, 0.82) 0%, rgba(255, 255, 255, 0.72) 100%);
}

    .intro-card-pink[b-6bpp1s1kgd]::before {
        background: linear-gradient(90deg, #f16aa1, rgba(241, 106, 161, 0.18));
    }

.intro-card-blue[b-6bpp1s1kgd] {
    background: linear-gradient(180deg, rgba(228, 240, 255, 0.82) 0%, rgba(255, 255, 255, 0.72) 100%);
}

    .intro-card-blue[b-6bpp1s1kgd]::before {
        background: linear-gradient(90deg, #59a8ff, rgba(89, 168, 255, 0.18));
    }

.intro-card h2[b-6bpp1s1kgd] {
    margin: 0 0 0.75rem;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    color: #102d17;
}

.intro-card p[b-6bpp1s1kgd] {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.7;
    color: #3d533f;
}

.pop-feature[b-6bpp1s1kgd] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-6bpp1s1kgd] {
    max-width: 42rem;
}

    .feature-content h2[b-6bpp1s1kgd] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-6bpp1s1kgd] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.feature-poster[b-6bpp1s1kgd] {
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(23, 58, 31, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 243, 234, 0.92));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.12);
    min-height: 24rem;
}

    .feature-poster img[b-6bpp1s1kgd] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.products-section[b-6bpp1s1kgd] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-6bpp1s1kgd] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-6bpp1s1kgd] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-6bpp1s1kgd] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.products-grid[b-6bpp1s1kgd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-6bpp1s1kgd] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    text-decoration: none;
    color: #173a1f;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-6bpp1s1kgd],
    .product-card:focus-visible[b-6bpp1s1kgd] {
        transform: translateY(-4px);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
        text-decoration: none;
    }

    .product-card.theme-yellow[b-6bpp1s1kgd] {
        background: linear-gradient(180deg, rgba(255, 245, 205, 0.86) 0%, rgba(255, 255, 255, 0.74) 100%);
    }

    .product-card.theme-pink[b-6bpp1s1kgd] {
        background: linear-gradient(180deg, rgba(255, 227, 238, 0.86) 0%, rgba(255, 255, 255, 0.74) 100%);
    }

.product-image[b-6bpp1s1kgd] {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(248, 243, 234, 0.9));
}

.product-content[b-6bpp1s1kgd] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-6bpp1s1kgd] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-6bpp1s1kgd] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
    text-decoration: none;
}

.product-content p:not(.product-kicker)[b-6bpp1s1kgd] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
    text-decoration: none;
}

.product-link[b-6bpp1s1kgd] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
    text-decoration: none;
}

.pop-spotlight[b-6bpp1s1kgd] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.spotlight-copy[b-6bpp1s1kgd] {
    max-width: 42rem;
}

    .spotlight-copy h2[b-6bpp1s1kgd] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .spotlight-copy p:not(.eyebrow)[b-6bpp1s1kgd] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.spotlight-art[b-6bpp1s1kgd] {
    position: relative;
    min-height: 18rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(248, 243, 234, 0.88));
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    overflow: hidden;
}

.art-circle[b-6bpp1s1kgd] {
    position: absolute;
    border-radius: 999px;
}

.art-circle-yellow[b-6bpp1s1kgd] {
    width: 7.5rem;
    height: 7.5rem;
    top: 2rem;
    left: 2rem;
    background: rgba(255, 221, 0, 0.9);
}

.art-circle-pink[b-6bpp1s1kgd] {
    width: 5rem;
    height: 5rem;
    top: 2.8rem;
    right: 3.2rem;
    background: rgba(255, 43, 144, 0.82);
}

.art-circle-blue[b-6bpp1s1kgd] {
    width: 6rem;
    height: 6rem;
    bottom: 2rem;
    left: 7rem;
    background: rgba(0, 170, 255, 0.8);
}

.art-circle-green[b-6bpp1s1kgd] {
    width: 4rem;
    height: 4rem;
    bottom: 3rem;
    right: 5.5rem;
    background: rgba(122, 255, 61, 0.8);
}

.art-star[b-6bpp1s1kgd] {
    position: absolute;
    right: 7rem;
    bottom: 2.5rem;
    width: 4rem;
    height: 4rem;
    background: rgba(255, 221, 0, 0.92);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.art-zigzag[b-6bpp1s1kgd] {
    position: absolute;
    right: 1.8rem;
    bottom: 1.8rem;
    width: 7rem;
    height: 4rem;
    background: linear-gradient(135deg, transparent 0 18%, rgba(23, 58, 31, 0.12) 18% 22%, transparent 22% 38%, rgba(23, 58, 31, 0.12) 38% 42%, transparent 42% 58%, rgba(23, 58, 31, 0.12) 58% 62%, transparent 62% 78%, rgba(23, 58, 31, 0.12) 78% 82%, transparent 82% 100%);
}

.art-bolt[b-6bpp1s1kgd] {
    position: absolute;
    left: 12rem;
    top: 4rem;
    width: 3.4rem;
    height: 6rem;
    background: rgba(255, 43, 144, 0.82);
    clip-path: polygon(45% 0%, 100% 0%, 67% 42%, 100% 42%, 35% 100%, 48% 58%, 15% 58%);
}

.pop-banner[b-6bpp1s1kgd] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(255, 224, 168, 0.35), transparent 16rem), radial-gradient(circle at bottom right, rgba(255, 180, 215, 0.25), transparent 16rem), radial-gradient(circle at center right, rgba(104, 181, 255, 0.18), transparent 16rem), linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94));
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .pop-banner div[b-6bpp1s1kgd] {
        max-width: 44rem;
    }

    .pop-banner h2[b-6bpp1s1kgd] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .pop-banner p:not(.eyebrow)[b-6bpp1s1kgd] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .pop-hero[b-6bpp1s1kgd],
    .pop-feature[b-6bpp1s1kgd],
    .pop-spotlight[b-6bpp1s1kgd] {
        grid-template-columns: 1fr;
    }

    .products-grid[b-6bpp1s1kgd] {
        grid-template-columns: 1fr;
    }

    .hero-collage[b-6bpp1s1kgd] {
        min-height: 30rem;
    }
}

@media (max-width: 960px) {
    .pop-intro[b-6bpp1s1kgd] {
        grid-template-columns: 1fr;
    }

    .pop-banner[b-6bpp1s1kgd] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .pop-collection-page[b-6bpp1s1kgd] {
        padding: 1.5rem 1rem 3rem;
    }

    .pop-hero[b-6bpp1s1kgd] {
        padding-top: 1.5rem;
    }

    .hero-collage[b-6bpp1s1kgd] {
        min-height: 26rem;
    }

    .media-card[b-6bpp1s1kgd],
    .feature-poster[b-6bpp1s1kgd],
    .spotlight-art[b-6bpp1s1kgd] {
        border-radius: 1.5rem;
    }

    .media-card-main[b-6bpp1s1kgd] {
        top: 1rem;
        left: 0.75rem;
        width: calc(100% - 4.5rem);
        height: 15rem;
    }

    .media-card-secondary[b-6bpp1s1kgd] {
        right: 0.5rem;
        bottom: 1rem;
        width: 11.5rem;
        height: 10rem;
    }

    .intro-card[b-6bpp1s1kgd],
    .product-card[b-6bpp1s1kgd],
    .pop-banner[b-6bpp1s1kgd] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-6bpp1s1kgd] {
        flex-direction: column;
    }

    .primary-button[b-6bpp1s1kgd],
    .secondary-button[b-6bpp1s1kgd] {
        width: 100%;
    }

    .hero-tags[b-6bpp1s1kgd] {
        gap: 0.45rem;
    }

    .hero-tag[b-6bpp1s1kgd] {
        font-size: 0.76rem;
    }

    .feature-poster[b-6bpp1s1kgd] {
        min-height: 18rem;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/CulturaPopPages/HappyPop.razor.rz.scp.css */
.happypop-page[b-55rdepq8ve] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at 8% 10%, rgba(255, 214, 0, 0.22), transparent 22rem), radial-gradient(circle at 88% 12%, rgba(0, 183, 255, 0.18), transparent 20rem), radial-gradient(circle at 84% 82%, rgba(255, 72, 158, 0.18), transparent 18rem), radial-gradient(circle at 18% 78%, rgba(105, 234, 113, 0.14), transparent 18rem), linear-gradient(180deg, #faf6ea 0%, #f2ecdf 100%);
    color: #173a1f;
    position: relative;
    overflow: hidden;
}

    .happypop-page[b-55rdepq8ve]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(16, 45, 23, 0.045) 1.2px, transparent 1.3px);
        background-size: 28px 28px;
        pointer-events: none;
        opacity: 0.45;
    }

.happypop-product-hero[b-55rdepq8ve],
.happypop-story[b-55rdepq8ve],
.happypop-banner[b-55rdepq8ve] {
    position: relative;
    z-index: 1;
}

.happypop-product-hero[b-55rdepq8ve] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0 4rem;
}

.happypop-gallery-panel[b-55rdepq8ve] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.happypop-main-frame[b-55rdepq8ve] {
    overflow: hidden;
    min-height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 220, 0.92));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .happypop-main-frame img[b-55rdepq8ve] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.happypop-thumbs[b-55rdepq8ve] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.25rem, 1fr));
    gap: 0.8rem;
}

.happypop-thumb[b-55rdepq8ve] {
    padding: 0;
    overflow: hidden;
    border: 2px solid rgba(23, 58, 31, 0.12);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.65rem 1.4rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

    .happypop-thumb:hover[b-55rdepq8ve],
    .happypop-thumb:focus-visible[b-55rdepq8ve] {
        transform: translateY(-2px);
        border-color: rgba(255, 72, 158, 0.9);
    }

    .happypop-thumb.is-active[b-55rdepq8ve] {
        border-color: #ff489e;
        box-shadow: 0 0 0 0.18rem rgba(255, 72, 158, 0.18);
    }

    .happypop-thumb img[b-55rdepq8ve] {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

.happypop-summary[b-55rdepq8ve] {
    max-width: 38rem;
}

.eyebrow[b-55rdepq8ve] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #857d24;
}

.collection-tag[b-55rdepq8ve] {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 0.6rem 1.4rem rgba(28, 38, 23, 0.06);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #173a1f;
}

.happypop-summary h1[b-55rdepq8ve],
.story-copy h2[b-55rdepq8ve],
.summary-card h2[b-55rdepq8ve],
.happypop-banner h2[b-55rdepq8ve] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.happypop-summary h1[b-55rdepq8ve] {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.summary-text[b-55rdepq8ve] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.12rem);
    line-height: 1.8;
    color: #344b38;
}

.summary-cards[b-55rdepq8ve] {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.summary-card[b-55rdepq8ve] {
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

    .summary-card h2[b-55rdepq8ve] {
        margin: 0 0 0.55rem;
        font-size: 1.18rem;
        font-weight: 800;
    }

    .summary-card p[b-55rdepq8ve] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.hero-actions[b-55rdepq8ve] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.primary-button[b-55rdepq8ve],
.secondary-button[b-55rdepq8ve] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-55rdepq8ve] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-55rdepq8ve] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-55rdepq8ve],
    .secondary-button:hover[b-55rdepq8ve] {
        transform: translateY(-2px);
    }

.happypop-story[b-55rdepq8ve] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 5rem;
}

.story-copy h2[b-55rdepq8ve] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.story-copy p:not(.eyebrow)[b-55rdepq8ve] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.8;
    color: #344b38;
}

.story-image[b-55rdepq8ve] {
    overflow: hidden;
    min-height: clamp(22rem, 30vw, 30rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 220, 0.92));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .story-image img[b-55rdepq8ve] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.happypop-banner[b-55rdepq8ve] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(255, 214, 0, 0.26), transparent 16rem), radial-gradient(circle at center right, rgba(0, 183, 255, 0.18), transparent 16rem), radial-gradient(circle at 70% 30%, rgba(255, 72, 158, 0.16), transparent 14rem), linear-gradient(135deg, rgba(255, 252, 233, 0.94), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .happypop-banner div[b-55rdepq8ve] {
        max-width: 44rem;
    }

    .happypop-banner h2[b-55rdepq8ve] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .happypop-banner p:not(.eyebrow)[b-55rdepq8ve] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .happypop-product-hero[b-55rdepq8ve],
    .happypop-story[b-55rdepq8ve] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .happypop-banner[b-55rdepq8ve] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .happypop-page[b-55rdepq8ve] {
        padding: 1.5rem 1rem 3rem;
    }

    .happypop-main-frame[b-55rdepq8ve],
    .story-image[b-55rdepq8ve] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .summary-card[b-55rdepq8ve],
    .happypop-banner[b-55rdepq8ve],
    .happypop-thumb[b-55rdepq8ve] {
        border-radius: 1.15rem;
    }

    .happypop-thumbs[b-55rdepq8ve] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-actions[b-55rdepq8ve] {
        flex-direction: column;
    }

    .primary-button[b-55rdepq8ve],
    .secondary-button[b-55rdepq8ve] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/CulturaPopPages/Lightning.razor.rz.scp.css */
.lightning-page[b-3pu4xqd2i0] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at 10% 10%, rgba(255, 221, 0, 0.22), transparent 22rem), radial-gradient(circle at 90% 12%, rgba(0, 191, 255, 0.18), transparent 20rem), radial-gradient(circle at 85% 85%, rgba(255, 69, 0, 0.12), transparent 18rem), linear-gradient(180deg, #f8f4ea 0%, #f2ecdf 100%);
    color: #173a1f;
    position: relative;
    overflow: hidden;
}

    .lightning-page[b-3pu4xqd2i0]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(16, 45, 23, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 45, 23, 0.025) 1px, transparent 1px);
        background-size: 26px 26px;
        pointer-events: none;
        opacity: 0.55;
    }

.lightning-product-hero[b-3pu4xqd2i0],
.lightning-story[b-3pu4xqd2i0],
.lightning-banner[b-3pu4xqd2i0] {
    position: relative;
    z-index: 1;
}

.lightning-product-hero[b-3pu4xqd2i0] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0 4rem;
}

.lightning-gallery-panel[b-3pu4xqd2i0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lightning-main-frame[b-3pu4xqd2i0] {
    overflow: hidden;
    min-height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(10, 16, 20, 0.92), rgba(24, 33, 39, 0.95));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .lightning-main-frame img[b-3pu4xqd2i0] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lightning-thumbs[b-3pu4xqd2i0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.25rem, 1fr));
    gap: 0.8rem;
}

.lightning-thumb[b-3pu4xqd2i0] {
    padding: 0;
    overflow: hidden;
    border: 2px solid rgba(23, 58, 31, 0.12);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.65rem 1.4rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

    .lightning-thumb:hover[b-3pu4xqd2i0],
    .lightning-thumb:focus-visible[b-3pu4xqd2i0] {
        transform: translateY(-2px);
        border-color: rgba(255, 211, 41, 0.9);
    }

    .lightning-thumb.is-active[b-3pu4xqd2i0] {
        border-color: #ffd329;
        box-shadow: 0 0 0 0.18rem rgba(255, 211, 41, 0.22);
    }

    .lightning-thumb img[b-3pu4xqd2i0] {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

.lightning-summary[b-3pu4xqd2i0] {
    max-width: 38rem;
}

.eyebrow[b-3pu4xqd2i0] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #857d24;
}

.collection-tag[b-3pu4xqd2i0] {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 0.6rem 1.4rem rgba(28, 38, 23, 0.06);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #173a1f;
}

.lightning-summary h1[b-3pu4xqd2i0],
.story-copy h2[b-3pu4xqd2i0],
.summary-card h2[b-3pu4xqd2i0],
.lightning-banner h2[b-3pu4xqd2i0] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.lightning-summary h1[b-3pu4xqd2i0] {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.summary-text[b-3pu4xqd2i0] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.12rem);
    line-height: 1.8;
    color: #344b38;
}

.summary-cards[b-3pu4xqd2i0] {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.summary-card[b-3pu4xqd2i0] {
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

    .summary-card h2[b-3pu4xqd2i0] {
        margin: 0 0 0.55rem;
        font-size: 1.18rem;
        font-weight: 800;
    }

    .summary-card p[b-3pu4xqd2i0] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.hero-actions[b-3pu4xqd2i0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.primary-button[b-3pu4xqd2i0],
.secondary-button[b-3pu4xqd2i0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-3pu4xqd2i0] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-3pu4xqd2i0] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-3pu4xqd2i0],
    .secondary-button:hover[b-3pu4xqd2i0] {
        transform: translateY(-2px);
    }

.lightning-story[b-3pu4xqd2i0] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 5rem;
}

.story-copy h2[b-3pu4xqd2i0] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.story-copy p:not(.eyebrow)[b-3pu4xqd2i0] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.8;
    color: #344b38;
}

.story-image[b-3pu4xqd2i0] {
    overflow: hidden;
    min-height: clamp(22rem, 30vw, 30rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(10, 16, 20, 0.92), rgba(24, 33, 39, 0.95));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .story-image img[b-3pu4xqd2i0] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lightning-banner[b-3pu4xqd2i0] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(255, 221, 0, 0.26), transparent 16rem), radial-gradient(circle at center right, rgba(0, 191, 255, 0.18), transparent 16rem), linear-gradient(135deg, rgba(255, 252, 233, 0.94), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .lightning-banner div[b-3pu4xqd2i0] {
        max-width: 44rem;
    }

    .lightning-banner h2[b-3pu4xqd2i0] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .lightning-banner p:not(.eyebrow)[b-3pu4xqd2i0] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .lightning-product-hero[b-3pu4xqd2i0],
    .lightning-story[b-3pu4xqd2i0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .lightning-banner[b-3pu4xqd2i0] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .lightning-page[b-3pu4xqd2i0] {
        padding: 1.5rem 1rem 3rem;
    }

    .lightning-main-frame[b-3pu4xqd2i0],
    .story-image[b-3pu4xqd2i0] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .summary-card[b-3pu4xqd2i0],
    .lightning-banner[b-3pu4xqd2i0],
    .lightning-thumb[b-3pu4xqd2i0] {
        border-radius: 1.15rem;
    }

    .lightning-thumbs[b-3pu4xqd2i0] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-actions[b-3pu4xqd2i0] {
        flex-direction: column;
    }

    .primary-button[b-3pu4xqd2i0],
    .secondary-button[b-3pu4xqd2i0] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/Garden.razor.rz.scp.css */
.garden-page[b-72ayrq384l] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.garden-hero[b-72ayrq384l] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.garden-hero-content[b-72ayrq384l] {
    max-width: 58rem;
}

.eyebrow[b-72ayrq384l] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.garden-hero h1[b-72ayrq384l],
.section-heading h2[b-72ayrq384l],
.feature-content h2[b-72ayrq384l],
.garden-banner h2[b-72ayrq384l] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.garden-hero h1[b-72ayrq384l] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-72ayrq384l] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-72ayrq384l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-72ayrq384l],
.secondary-button[b-72ayrq384l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-72ayrq384l] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-72ayrq384l] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-72ayrq384l],
    .secondary-button:hover[b-72ayrq384l] {
        transform: translateY(-2px);
    }

.garden-hero-visual[b-72ayrq384l],
.feature-visual[b-72ayrq384l] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-panel[b-72ayrq384l] {
    width: 100%;
    min-height: 24rem;
    padding: 2rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.92), transparent 16rem), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(239, 245, 231, 0.92) 100%);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.image-panel[b-72ayrq384l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

    .image-panel img[b-72ayrq384l] {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 1rem;
        object-fit: cover;
    }

.garden-intro[b-72ayrq384l] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-72ayrq384l] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-72ayrq384l]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-72ayrq384l] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-72ayrq384l] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.garden-feature[b-72ayrq384l] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-72ayrq384l] {
    max-width: 42rem;
}

    .feature-content h2[b-72ayrq384l] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-72ayrq384l] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.collection-section[b-72ayrq384l] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-72ayrq384l] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-72ayrq384l] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-72ayrq384l] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.collection-grid[b-72ayrq384l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.collection-card[b-72ayrq384l] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
}

a.collection-card[b-72ayrq384l] {
    text-decoration: none;
    color: #173a1f;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    a.collection-card:hover[b-72ayrq384l],
    a.collection-card:focus-visible[b-72ayrq384l] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
        text-decoration: none;
    }

.collection-media[b-72ayrq384l] {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 1.25rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 14rem), #e8f0df;
}

.collection-media-image[b-72ayrq384l] {
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 14rem), #e8f0df;
}

.collection-media img[b-72ayrq384l] {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 1.05rem;
}

.placeholder-bees[b-72ayrq384l] {
    background: radial-gradient(circle at top left, rgba(245, 223, 125, 0.88), transparent 14rem), linear-gradient(180deg, #fbf4cf 0%, #e7f0df 100%);
}

.placeholder-butterflies[b-72ayrq384l] {
    background: radial-gradient(circle at top left, rgba(226, 203, 245, 0.88), transparent 14rem), linear-gradient(180deg, #f6eefc 0%, #e7f0df 100%);
}

.placeholder-dragonflies[b-72ayrq384l] {
    background: radial-gradient(circle at top left, rgba(186, 225, 235, 0.9), transparent 14rem), linear-gradient(180deg, #eef9fb 0%, #e7f0df 100%);
}

.media-label[b-72ayrq384l] {
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 58, 31, 0.08);
    font-family: "Merienda", cursive;
    font-size: 1.05rem;
    font-weight: 800;
    color: #173a1f;
    text-align: center;
}

.collection-content[b-72ayrq384l] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.collection-kicker[b-72ayrq384l] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.collection-content h3[b-72ayrq384l] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.collection-content p:not(.collection-kicker)[b-72ayrq384l] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.collection-link[b-72ayrq384l] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.muted-link[b-72ayrq384l] {
    color: #789469;
}

.garden-banner[b-72ayrq384l] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .garden-banner div[b-72ayrq384l] {
        max-width: 44rem;
    }

    .garden-banner h2[b-72ayrq384l] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .garden-banner p:not(.eyebrow)[b-72ayrq384l] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1180px) {
    .collection-grid[b-72ayrq384l] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .garden-hero[b-72ayrq384l],
    .garden-feature[b-72ayrq384l] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .garden-intro[b-72ayrq384l] {
        grid-template-columns: 1fr;
    }

    .garden-banner[b-72ayrq384l] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .garden-page[b-72ayrq384l] {
        padding: 1.5rem 1rem 3rem;
    }

    .garden-hero[b-72ayrq384l] {
        padding-top: 1.5rem;
    }

    .feature-panel[b-72ayrq384l] {
        min-height: 18rem;
        border-radius: 1.5rem;
        padding: 1.25rem;
    }

    .intro-card[b-72ayrq384l],
    .collection-card[b-72ayrq384l],
    .garden-banner[b-72ayrq384l] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-72ayrq384l] {
        flex-direction: column;
    }

    .primary-button[b-72ayrq384l],
    .secondary-button[b-72ayrq384l] {
        width: 100%;
    }

    .collection-grid[b-72ayrq384l] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/GardenPages/AbstractLadybug.razor.rz.scp.css */
.product-page[b-8xdiwjmek9] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-8xdiwjmek9] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-8xdiwjmek9] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-8xdiwjmek9] {
    width: 100%;
}

.main-image-option[b-8xdiwjmek9] {
    display: none;
}

#abstractladybug-gallery-1:checked ~ .gallery-display .main-image-option-1[b-8xdiwjmek9],
#abstractladybug-gallery-2:checked ~ .gallery-display .main-image-option-2[b-8xdiwjmek9],
#abstractladybug-gallery-3:checked ~ .gallery-display .main-image-option-3[b-8xdiwjmek9],
#abstractladybug-gallery-4:checked ~ .gallery-display .main-image-option-4[b-8xdiwjmek9] {
    display: block;
}

.main-image[b-8xdiwjmek9] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-8xdiwjmek9] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-8xdiwjmek9],
.gallery-thumbnail img[b-8xdiwjmek9],
.detail-image img[b-8xdiwjmek9] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-image-contain img[b-8xdiwjmek9] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-8xdiwjmek9] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-8xdiwjmek9] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#abstractladybug-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-8xdiwjmek9],
#abstractladybug-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-8xdiwjmek9],
#abstractladybug-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-8xdiwjmek9],
#abstractladybug-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-8xdiwjmek9] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-8xdiwjmek9] {
    max-width: 44rem;
}

.eyebrow[b-8xdiwjmek9] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-8xdiwjmek9],
.product-intro h2[b-8xdiwjmek9],
.detail-content h2[b-8xdiwjmek9],
.section-heading h2[b-8xdiwjmek9],
.product-banner h2[b-8xdiwjmek9] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-8xdiwjmek9] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-8xdiwjmek9] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-8xdiwjmek9] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-8xdiwjmek9],
.highlight-value[b-8xdiwjmek9] {
    display: block;
}

.highlight-label[b-8xdiwjmek9] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-8xdiwjmek9] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-8xdiwjmek9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-8xdiwjmek9],
.secondary-button[b-8xdiwjmek9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-8xdiwjmek9] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-8xdiwjmek9] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-8xdiwjmek9],
    .secondary-button:hover[b-8xdiwjmek9] {
        transform: translateY(-2px);
    }

.product-intro[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-8xdiwjmek9] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-8xdiwjmek9]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-8xdiwjmek9] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-8xdiwjmek9] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-8xdiwjmek9] {
    max-width: 42rem;
}

    .detail-content h2[b-8xdiwjmek9] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-8xdiwjmek9] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-8xdiwjmek9] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.detail-image-contain[b-8xdiwjmek9] {
    background: #ffffff;
    box-shadow: none;
}

.use-section[b-8xdiwjmek9],
.details-grid-section[b-8xdiwjmek9] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-8xdiwjmek9] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-8xdiwjmek9] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-8xdiwjmek9] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.details-grid[b-8xdiwjmek9] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-8xdiwjmek9] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-8xdiwjmek9] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-8xdiwjmek9] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-8xdiwjmek9] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-8xdiwjmek9] {
        max-width: 44rem;
    }

    .product-banner h2[b-8xdiwjmek9] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-8xdiwjmek9] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-8xdiwjmek9],
    .product-detail-section[b-8xdiwjmek9] {
        grid-template-columns: 1fr;
    }

    .main-image[b-8xdiwjmek9],
    .detail-image[b-8xdiwjmek9] {
        height: 24rem;
    }

    .details-grid[b-8xdiwjmek9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-8xdiwjmek9],
    .use-grid[b-8xdiwjmek9] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-8xdiwjmek9] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-8xdiwjmek9] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-8xdiwjmek9] {
        padding-top: 1.5rem;
    }

    .main-image[b-8xdiwjmek9],
    .detail-image[b-8xdiwjmek9] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-8xdiwjmek9] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-8xdiwjmek9] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-8xdiwjmek9],
    .details-grid[b-8xdiwjmek9] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-8xdiwjmek9],
    .detail-card[b-8xdiwjmek9],
    .product-banner[b-8xdiwjmek9] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-8xdiwjmek9] {
        flex-direction: column;
    }

    .primary-button[b-8xdiwjmek9],
    .secondary-button[b-8xdiwjmek9] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/GardenPages/HoneyBee.razor.rz.scp.css */
.product-page[b-g2sn4i5rne] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-g2sn4i5rne] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-g2sn4i5rne] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-g2sn4i5rne] {
    width: 100%;
}

.main-image-option[b-g2sn4i5rne] {
    display: none;
}

#honeybee-gallery-1:checked ~ .gallery-display .main-image-option-1[b-g2sn4i5rne],
#honeybee-gallery-2:checked ~ .gallery-display .main-image-option-2[b-g2sn4i5rne],
#honeybee-gallery-3:checked ~ .gallery-display .main-image-option-3[b-g2sn4i5rne],
#honeybee-gallery-4:checked ~ .gallery-display .main-image-option-4[b-g2sn4i5rne] {
    display: block;
}

.main-image[b-g2sn4i5rne] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-g2sn4i5rne] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-g2sn4i5rne],
.gallery-thumbnail img[b-g2sn4i5rne],
.detail-image img[b-g2sn4i5rne] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-g2sn4i5rne],
.detail-image-contain img[b-g2sn4i5rne] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-g2sn4i5rne] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-g2sn4i5rne] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#honeybee-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-g2sn4i5rne],
#honeybee-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-g2sn4i5rne],
#honeybee-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-g2sn4i5rne],
#honeybee-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-g2sn4i5rne] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-g2sn4i5rne] {
    max-width: 44rem;
}

.eyebrow[b-g2sn4i5rne] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-g2sn4i5rne],
.product-intro h2[b-g2sn4i5rne],
.detail-content h2[b-g2sn4i5rne],
.section-heading h2[b-g2sn4i5rne],
.product-banner h2[b-g2sn4i5rne] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-g2sn4i5rne] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-g2sn4i5rne] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-g2sn4i5rne] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-g2sn4i5rne],
.highlight-value[b-g2sn4i5rne] {
    display: block;
}

.highlight-label[b-g2sn4i5rne] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-g2sn4i5rne] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-g2sn4i5rne] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-g2sn4i5rne],
.secondary-button[b-g2sn4i5rne] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-g2sn4i5rne] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-g2sn4i5rne] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-g2sn4i5rne],
    .secondary-button:hover[b-g2sn4i5rne] {
        transform: translateY(-2px);
    }

.product-intro[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-g2sn4i5rne] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-g2sn4i5rne]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-g2sn4i5rne] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-g2sn4i5rne] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-g2sn4i5rne] {
    max-width: 42rem;
}

    .detail-content h2[b-g2sn4i5rne] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-g2sn4i5rne] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-g2sn4i5rne] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.detail-image-contain[b-g2sn4i5rne] {
    background: #ffffff;
    box-shadow: none;
}

.use-section[b-g2sn4i5rne],
.details-grid-section[b-g2sn4i5rne] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-g2sn4i5rne] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-g2sn4i5rne] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-g2sn4i5rne] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.details-grid[b-g2sn4i5rne] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-g2sn4i5rne] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-g2sn4i5rne] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-g2sn4i5rne] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-g2sn4i5rne] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-g2sn4i5rne] {
        max-width: 44rem;
    }

    .product-banner h2[b-g2sn4i5rne] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-g2sn4i5rne] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-g2sn4i5rne],
    .product-detail-section[b-g2sn4i5rne] {
        grid-template-columns: 1fr;
    }

    .main-image[b-g2sn4i5rne],
    .detail-image[b-g2sn4i5rne] {
        height: 24rem;
    }

    .details-grid[b-g2sn4i5rne] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-g2sn4i5rne],
    .use-grid[b-g2sn4i5rne] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-g2sn4i5rne] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-g2sn4i5rne] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-g2sn4i5rne] {
        padding-top: 1.5rem;
    }

    .main-image[b-g2sn4i5rne],
    .detail-image[b-g2sn4i5rne] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-g2sn4i5rne] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-g2sn4i5rne] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-g2sn4i5rne],
    .details-grid[b-g2sn4i5rne] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-g2sn4i5rne],
    .detail-card[b-g2sn4i5rne],
    .product-banner[b-g2sn4i5rne] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-g2sn4i5rne] {
        flex-direction: column;
    }

    .primary-button[b-g2sn4i5rne],
    .secondary-button[b-g2sn4i5rne] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/GardenPages/Mariquitas.razor.rz.scp.css */
.ladybugs-page[b-j4zjpz27ed] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.72), transparent 28rem), radial-gradient(circle at bottom right, rgba(255, 214, 214, 0.38), transparent 24rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.ladybugs-hero[b-j4zjpz27ed] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.ladybugs-hero-content[b-j4zjpz27ed] {
    max-width: 58rem;
}

.eyebrow[b-j4zjpz27ed] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.ladybugs-hero h1[b-j4zjpz27ed],
.section-heading h2[b-j4zjpz27ed],
.ladybugs-banner h2[b-j4zjpz27ed] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.ladybugs-hero h1[b-j4zjpz27ed] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-j4zjpz27ed] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-j4zjpz27ed] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-j4zjpz27ed],
.secondary-button[b-j4zjpz27ed] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-j4zjpz27ed] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-j4zjpz27ed] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-j4zjpz27ed],
    .secondary-button:hover[b-j4zjpz27ed] {
        transform: translateY(-2px);
    }

.ladybugs-hero-visual[b-j4zjpz27ed] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-panel[b-j4zjpz27ed] {
    width: 100%;
    min-height: 24rem;
    padding: 2rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(255, 228, 228, 0.82), transparent 14rem), linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(239, 245, 231, 0.94) 100%);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.image-panel[b-j4zjpz27ed] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

    .image-panel img[b-j4zjpz27ed] {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 1rem;
        object-fit: cover;
    }

.ladybugs-intro[b-j4zjpz27ed] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-j4zjpz27ed] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-j4zjpz27ed]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #c96d6d, rgba(201, 109, 109, 0.18));
    }

    .intro-card h2[b-j4zjpz27ed] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-j4zjpz27ed] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.styles-section[b-j4zjpz27ed] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-j4zjpz27ed] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-j4zjpz27ed] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-j4zjpz27ed] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.styles-grid[b-j4zjpz27ed] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.style-card[b-j4zjpz27ed] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
}

a.style-card[b-j4zjpz27ed] {
    text-decoration: none;
    color: #173a1f;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    a.style-card:hover[b-j4zjpz27ed],
    a.style-card:focus-visible[b-j4zjpz27ed] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
        text-decoration: none;
    }

.style-media[b-j4zjpz27ed] {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 1.25rem;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.9), transparent 14rem), #e8f0df;
}

.style-media-image[b-j4zjpz27ed] {
    background: radial-gradient(circle at top left, rgba(255, 224, 224, 0.86), transparent 14rem), linear-gradient(180deg, #fbf3ef 0%, #e8f0df 100%);
}

.style-media img[b-j4zjpz27ed] {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 1.05rem;
}

.placeholder-abstract[b-j4zjpz27ed] {
    background: radial-gradient(circle at top left, rgba(255, 232, 232, 0.9), transparent 14rem), linear-gradient(180deg, #fdf4f2 0%, #e8f0df 100%);
}

.media-label[b-j4zjpz27ed] {
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 58, 31, 0.08);
    font-family: "Merienda", cursive;
    font-size: 1.05rem;
    font-weight: 800;
    color: #173a1f;
    text-align: center;
}

.style-content[b-j4zjpz27ed] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.style-kicker[b-j4zjpz27ed] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.style-content h3[b-j4zjpz27ed] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.style-content p:not(.style-kicker)[b-j4zjpz27ed] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.style-link[b-j4zjpz27ed] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.muted-link[b-j4zjpz27ed] {
    color: #789469;
}

.ladybugs-banner[b-j4zjpz27ed] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 245, 240, 0.94)), radial-gradient(circle at top right, rgba(238, 176, 176, 0.55), transparent 24rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .ladybugs-banner div[b-j4zjpz27ed] {
        max-width: 44rem;
    }

    .ladybugs-banner h2[b-j4zjpz27ed] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .ladybugs-banner p:not(.eyebrow)[b-j4zjpz27ed] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .ladybugs-hero[b-j4zjpz27ed] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .ladybugs-intro[b-j4zjpz27ed],
    .styles-grid[b-j4zjpz27ed] {
        grid-template-columns: 1fr;
    }

    .ladybugs-banner[b-j4zjpz27ed] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .ladybugs-page[b-j4zjpz27ed] {
        padding: 1.5rem 1rem 3rem;
    }

    .ladybugs-hero[b-j4zjpz27ed] {
        padding-top: 1.5rem;
    }

    .feature-panel[b-j4zjpz27ed] {
        min-height: 18rem;
        border-radius: 1.5rem;
        padding: 1.25rem;
    }

    .intro-card[b-j4zjpz27ed],
    .style-card[b-j4zjpz27ed],
    .ladybugs-banner[b-j4zjpz27ed] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-j4zjpz27ed] {
        flex-direction: column;
    }

    .primary-button[b-j4zjpz27ed],
    .secondary-button[b-j4zjpz27ed] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/ComplementosPages/PendientesCollections/GardenPages/MariquitasCartoon.razor.rz.scp.css */
.ladybugcartoon-page[b-w2bu734d5j] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at 8% 10%, rgba(214, 236, 201, 0.42), transparent 22rem), radial-gradient(circle at 88% 12%, rgba(237, 97, 83, 0.16), transparent 20rem), radial-gradient(circle at 84% 82%, rgba(246, 210, 190, 0.22), transparent 18rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
    position: relative;
    overflow: hidden;
}

    .ladybugcartoon-page[b-w2bu734d5j]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(16, 45, 23, 0.04) 1.2px, transparent 1.3px);
        background-size: 28px 28px;
        pointer-events: none;
        opacity: 0.42;
    }

.ladybugcartoon-product-hero[b-w2bu734d5j],
.ladybugcartoon-story[b-w2bu734d5j],
.ladybugcartoon-banner[b-w2bu734d5j] {
    position: relative;
    z-index: 1;
}

.ladybugcartoon-product-hero[b-w2bu734d5j] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0 4rem;
}

.ladybugcartoon-gallery-panel[b-w2bu734d5j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ladybugcartoon-main-frame[b-w2bu734d5j] {
    overflow: hidden;
    min-height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 220, 0.92));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .ladybugcartoon-main-frame img[b-w2bu734d5j] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ladybugcartoon-thumbs[b-w2bu734d5j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.25rem, 1fr));
    gap: 0.8rem;
}

.ladybugcartoon-thumb[b-w2bu734d5j] {
    padding: 0;
    overflow: hidden;
    border: 2px solid rgba(23, 58, 31, 0.12);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.65rem 1.4rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

    .ladybugcartoon-thumb:hover[b-w2bu734d5j],
    .ladybugcartoon-thumb:focus-visible[b-w2bu734d5j] {
        transform: translateY(-2px);
        border-color: rgba(237, 97, 83, 0.9);
    }

    .ladybugcartoon-thumb.is-active[b-w2bu734d5j] {
        border-color: #ed6153;
        box-shadow: 0 0 0 0.18rem rgba(237, 97, 83, 0.18);
    }

    .ladybugcartoon-thumb img[b-w2bu734d5j] {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

.ladybugcartoon-summary[b-w2bu734d5j] {
    max-width: 38rem;
}

.eyebrow[b-w2bu734d5j] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.collection-tag[b-w2bu734d5j] {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 0.6rem 1.4rem rgba(28, 38, 23, 0.06);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #173a1f;
}

.ladybugcartoon-summary h1[b-w2bu734d5j],
.story-copy h2[b-w2bu734d5j],
.summary-card h2[b-w2bu734d5j],
.ladybugcartoon-banner h2[b-w2bu734d5j] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.ladybugcartoon-summary h1[b-w2bu734d5j] {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.summary-text[b-w2bu734d5j] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.12rem);
    line-height: 1.8;
    color: #344b38;
}

.summary-cards[b-w2bu734d5j] {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.summary-card[b-w2bu734d5j] {
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 45, 23, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

    .summary-card h2[b-w2bu734d5j] {
        margin: 0 0 0.55rem;
        font-size: 1.18rem;
        font-weight: 800;
    }

    .summary-card p[b-w2bu734d5j] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.hero-actions[b-w2bu734d5j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.primary-button[b-w2bu734d5j],
.secondary-button[b-w2bu734d5j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-w2bu734d5j] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-w2bu734d5j] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-w2bu734d5j],
    .secondary-button:hover[b-w2bu734d5j] {
        transform: translateY(-2px);
    }

.ladybugcartoon-story[b-w2bu734d5j] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 5rem;
}

.story-copy h2[b-w2bu734d5j] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.story-copy p:not(.eyebrow)[b-w2bu734d5j] {
    margin: 1.15rem 0 0;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.8;
    color: #344b38;
}

.story-image[b-w2bu734d5j] {
    overflow: hidden;
    min-height: clamp(22rem, 30vw, 30rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 220, 0.92));
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .story-image img[b-w2bu734d5j] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ladybugcartoon-banner[b-w2bu734d5j] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(237, 97, 83, 0.18), transparent 16rem), radial-gradient(circle at center right, rgba(214, 236, 201, 0.52), transparent 16rem), linear-gradient(135deg, rgba(255, 245, 240, 0.94), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .ladybugcartoon-banner div[b-w2bu734d5j] {
        max-width: 44rem;
    }

    .ladybugcartoon-banner h2[b-w2bu734d5j] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .ladybugcartoon-banner p:not(.eyebrow)[b-w2bu734d5j] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .ladybugcartoon-product-hero[b-w2bu734d5j],
    .ladybugcartoon-story[b-w2bu734d5j] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .ladybugcartoon-banner[b-w2bu734d5j] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .ladybugcartoon-page[b-w2bu734d5j] {
        padding: 1.5rem 1rem 3rem;
    }

    .ladybugcartoon-main-frame[b-w2bu734d5j],
    .story-image[b-w2bu734d5j] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .summary-card[b-w2bu734d5j],
    .ladybugcartoon-banner[b-w2bu734d5j],
    .ladybugcartoon-thumb[b-w2bu734d5j] {
        border-radius: 1.15rem;
    }

    .ladybugcartoon-thumbs[b-w2bu734d5j] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-actions[b-w2bu734d5j] {
        flex-direction: column;
    }

    .primary-button[b-w2bu734d5j],
    .secondary-button[b-w2bu734d5j] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/Decor.razor.rz.scp.css */
.decor-page[b-r5e9zwqpmw] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.decor-hero[b-r5e9zwqpmw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.decor-hero-content[b-r5e9zwqpmw] {
    max-width: 58rem;
}

.eyebrow[b-r5e9zwqpmw] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.decor-hero h1[b-r5e9zwqpmw],
.section-heading h2[b-r5e9zwqpmw],
.feature-content h2[b-r5e9zwqpmw],
.decor-banner h2[b-r5e9zwqpmw] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.decor-hero h1[b-r5e9zwqpmw] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-r5e9zwqpmw] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-r5e9zwqpmw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-r5e9zwqpmw],
.secondary-button[b-r5e9zwqpmw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-r5e9zwqpmw] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-r5e9zwqpmw] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-r5e9zwqpmw],
    .secondary-button:hover[b-r5e9zwqpmw] {
        transform: translateY(-2px);
    }

.decor-hero-visual[b-r5e9zwqpmw],
.feature-visual[b-r5e9zwqpmw] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.decor-intro[b-r5e9zwqpmw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-r5e9zwqpmw] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-r5e9zwqpmw]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-r5e9zwqpmw] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-r5e9zwqpmw] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.decor-feature[b-r5e9zwqpmw] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-r5e9zwqpmw] {
    max-width: 42rem;
}

    .feature-content h2[b-r5e9zwqpmw] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-r5e9zwqpmw] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.feature-panel[b-r5e9zwqpmw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    min-height: 24rem;
    padding: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(244, 230, 225, 0.92), transparent 16rem), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(239, 245, 231, 0.92) 100%);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .feature-panel img[b-r5e9zwqpmw] {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 1.35rem;
        object-fit: cover;
    }

.category-section[b-r5e9zwqpmw] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-r5e9zwqpmw] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-r5e9zwqpmw] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-r5e9zwqpmw] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.category-grid[b-r5e9zwqpmw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.category-card[b-r5e9zwqpmw] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .category-card:hover[b-r5e9zwqpmw] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.category-image[b-r5e9zwqpmw] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .category-image img[b-r5e9zwqpmw] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 220ms ease;
    }

.category-card:hover .category-image img[b-r5e9zwqpmw] {
    transform: scale(1.035);
}

.category-content[b-r5e9zwqpmw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.category-kicker[b-r5e9zwqpmw] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.category-content h3[b-r5e9zwqpmw] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.category-content p:not(.category-kicker)[b-r5e9zwqpmw] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.category-link[b-r5e9zwqpmw] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.decor-banner[b-r5e9zwqpmw] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .decor-banner div[b-r5e9zwqpmw] {
        max-width: 44rem;
    }

    .decor-banner h2[b-r5e9zwqpmw] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .decor-banner p:not(.eyebrow)[b-r5e9zwqpmw] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .decor-hero[b-r5e9zwqpmw],
    .decor-feature[b-r5e9zwqpmw] {
        grid-template-columns: 1fr;
    }

    .category-grid[b-r5e9zwqpmw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .decor-intro[b-r5e9zwqpmw] {
        grid-template-columns: 1fr;
    }

    .decor-banner[b-r5e9zwqpmw] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .decor-page[b-r5e9zwqpmw] {
        padding: 1.5rem 1rem 3rem;
    }

    .decor-hero[b-r5e9zwqpmw] {
        padding-top: 1.5rem;
    }

    .feature-panel[b-r5e9zwqpmw] {
        min-height: 18rem;
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .category-grid[b-r5e9zwqpmw] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-r5e9zwqpmw],
    .category-card[b-r5e9zwqpmw],
    .decor-banner[b-r5e9zwqpmw] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-r5e9zwqpmw] {
        flex-direction: column;
    }

    .primary-button[b-r5e9zwqpmw],
    .secondary-button[b-r5e9zwqpmw] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/Bandejas.razor.rz.scp.css */
.trays-page[b-i2qacmgvgg] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.trays-hero[b-i2qacmgvgg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.trays-hero-content[b-i2qacmgvgg] {
    max-width: 58rem;
}

.eyebrow[b-i2qacmgvgg] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.trays-hero h1[b-i2qacmgvgg],
.section-heading h2[b-i2qacmgvgg],
.feature-content h2[b-i2qacmgvgg],
.trays-banner h2[b-i2qacmgvgg] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.trays-hero h1[b-i2qacmgvgg] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-i2qacmgvgg] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-i2qacmgvgg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-i2qacmgvgg],
.secondary-button[b-i2qacmgvgg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-i2qacmgvgg] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-i2qacmgvgg] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-i2qacmgvgg],
    .secondary-button:hover[b-i2qacmgvgg] {
        transform: translateY(-2px);
    }

.trays-hero-image[b-i2qacmgvgg],
.feature-image[b-i2qacmgvgg] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .trays-hero-image img[b-i2qacmgvgg],
    .feature-image img[b-i2qacmgvgg],
    .product-image img[b-i2qacmgvgg] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.trays-intro[b-i2qacmgvgg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-i2qacmgvgg] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-i2qacmgvgg]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-i2qacmgvgg] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-i2qacmgvgg] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.trays-feature[b-i2qacmgvgg] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-i2qacmgvgg] {
    max-width: 42rem;
}

    .feature-content h2[b-i2qacmgvgg] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-i2qacmgvgg] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-i2qacmgvgg] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-i2qacmgvgg] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-i2qacmgvgg] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-i2qacmgvgg] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-i2qacmgvgg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-i2qacmgvgg] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-i2qacmgvgg] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-i2qacmgvgg] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-i2qacmgvgg] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-i2qacmgvgg] {
    transform: scale(1.035);
}

.product-content[b-i2qacmgvgg] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-i2qacmgvgg] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-i2qacmgvgg] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-i2qacmgvgg] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-i2qacmgvgg] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.trays-banner[b-i2qacmgvgg] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .trays-banner div[b-i2qacmgvgg] {
        max-width: 44rem;
    }

    .trays-banner h2[b-i2qacmgvgg] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .trays-banner p:not(.eyebrow)[b-i2qacmgvgg] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .trays-hero[b-i2qacmgvgg],
    .trays-feature[b-i2qacmgvgg] {
        grid-template-columns: 1fr;
    }

    .trays-hero-image[b-i2qacmgvgg],
    .feature-image[b-i2qacmgvgg] {
        min-height: 24rem;
    }

    .product-grid[b-i2qacmgvgg] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .trays-intro[b-i2qacmgvgg] {
        grid-template-columns: 1fr;
    }

    .trays-banner[b-i2qacmgvgg] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .trays-page[b-i2qacmgvgg] {
        padding: 1.5rem 1rem 3rem;
    }

    .trays-hero[b-i2qacmgvgg] {
        padding-top: 1.5rem;
    }

    .trays-hero-image[b-i2qacmgvgg],
    .feature-image[b-i2qacmgvgg] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-i2qacmgvgg],
    .product-card[b-i2qacmgvgg],
    .trays-banner[b-i2qacmgvgg] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-i2qacmgvgg] {
        flex-direction: column;
    }

    .primary-button[b-i2qacmgvgg],
    .secondary-button[b-i2qacmgvgg] {
        width: 100%;
    }

    .product-grid[b-i2qacmgvgg] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/BandejasProducts/Tidee.razor.rz.scp.css */
.product-page[b-21z9hmcj5a] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-21z9hmcj5a] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-21z9hmcj5a] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-21z9hmcj5a] {
    width: 100%;
}

.main-image-option[b-21z9hmcj5a] {
    display: none;
}

#tidee-gallery-1:checked ~ .gallery-display .main-image-option-1[b-21z9hmcj5a],
#tidee-gallery-2:checked ~ .gallery-display .main-image-option-2[b-21z9hmcj5a],
#tidee-gallery-3:checked ~ .gallery-display .main-image-option-3[b-21z9hmcj5a] {
    display: block;
}

.main-image[b-21z9hmcj5a] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-21z9hmcj5a] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-21z9hmcj5a],
.gallery-thumbnail img[b-21z9hmcj5a],
.detail-image img[b-21z9hmcj5a],
.colour-image img[b-21z9hmcj5a] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-3 img[b-21z9hmcj5a],
.colour-image img[b-21z9hmcj5a] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-21z9hmcj5a] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-21z9hmcj5a] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#tidee-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-21z9hmcj5a],
#tidee-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-21z9hmcj5a],
#tidee-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-21z9hmcj5a] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-21z9hmcj5a] {
    max-width: 44rem;
}

.eyebrow[b-21z9hmcj5a] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-21z9hmcj5a],
.product-intro h2[b-21z9hmcj5a],
.detail-content h2[b-21z9hmcj5a],
.section-heading h2[b-21z9hmcj5a],
.product-banner h2[b-21z9hmcj5a] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-21z9hmcj5a] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-21z9hmcj5a] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-21z9hmcj5a] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-21z9hmcj5a],
.highlight-value[b-21z9hmcj5a] {
    display: block;
}

.highlight-label[b-21z9hmcj5a] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-21z9hmcj5a] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-21z9hmcj5a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-21z9hmcj5a],
.secondary-button[b-21z9hmcj5a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-21z9hmcj5a] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-21z9hmcj5a] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-21z9hmcj5a],
    .secondary-button:hover[b-21z9hmcj5a] {
        transform: translateY(-2px);
    }

.product-intro[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-21z9hmcj5a] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-21z9hmcj5a]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-21z9hmcj5a] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-21z9hmcj5a] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-21z9hmcj5a] {
    max-width: 42rem;
}

    .detail-content h2[b-21z9hmcj5a] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-21z9hmcj5a] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-21z9hmcj5a] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-21z9hmcj5a],
.colour-section[b-21z9hmcj5a],
.details-grid-section[b-21z9hmcj5a] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-21z9hmcj5a] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-21z9hmcj5a] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-21z9hmcj5a] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-21z9hmcj5a] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-21z9hmcj5a] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-21z9hmcj5a] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-21z9hmcj5a] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-21z9hmcj5a] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-21z9hmcj5a] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-21z9hmcj5a] {
        max-width: 44rem;
    }

    .product-banner h2[b-21z9hmcj5a] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-21z9hmcj5a] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-21z9hmcj5a],
    .product-detail-section[b-21z9hmcj5a] {
        grid-template-columns: 1fr;
    }

    .main-image[b-21z9hmcj5a],
    .detail-image[b-21z9hmcj5a] {
        height: 24rem;
    }

    .details-grid[b-21z9hmcj5a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-21z9hmcj5a],
    .use-grid[b-21z9hmcj5a] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-21z9hmcj5a] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-21z9hmcj5a] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-21z9hmcj5a] {
        padding-top: 1.5rem;
    }

    .main-image[b-21z9hmcj5a],
    .detail-image[b-21z9hmcj5a] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-21z9hmcj5a] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-21z9hmcj5a] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-21z9hmcj5a],
    .details-grid[b-21z9hmcj5a] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-21z9hmcj5a],
    .detail-card[b-21z9hmcj5a],
    .colour-image[b-21z9hmcj5a],
    .product-banner[b-21z9hmcj5a] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-21z9hmcj5a] {
        flex-direction: column;
    }

    .primary-button[b-21z9hmcj5a],
    .secondary-button[b-21z9hmcj5a] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/BandejasProducts/Voronis.razor.rz.scp.css */
.product-page[b-9t6k4rf5ln] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-9t6k4rf5ln] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-9t6k4rf5ln] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-9t6k4rf5ln] {
    width: 100%;
}

.main-image-option[b-9t6k4rf5ln] {
    display: none;
}

#voronis-gallery-1:checked ~ .gallery-display .main-image-option-1[b-9t6k4rf5ln],
#voronis-gallery-2:checked ~ .gallery-display .main-image-option-2[b-9t6k4rf5ln],
#voronis-gallery-3:checked ~ .gallery-display .main-image-option-3[b-9t6k4rf5ln] {
    display: block;
}

.main-image[b-9t6k4rf5ln] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-9t6k4rf5ln] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-9t6k4rf5ln],
.gallery-thumbnail img[b-9t6k4rf5ln],
.detail-image img[b-9t6k4rf5ln],
.colour-image img[b-9t6k4rf5ln] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colour-image img[b-9t6k4rf5ln],
.no-image-shadow img[b-9t6k4rf5ln] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-9t6k4rf5ln] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-9t6k4rf5ln] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#voronis-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-9t6k4rf5ln],
#voronis-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-9t6k4rf5ln],
#voronis-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-9t6k4rf5ln] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-9t6k4rf5ln] {
    max-width: 44rem;
}

.eyebrow[b-9t6k4rf5ln] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-9t6k4rf5ln],
.product-intro h2[b-9t6k4rf5ln],
.detail-content h2[b-9t6k4rf5ln],
.section-heading h2[b-9t6k4rf5ln],
.product-banner h2[b-9t6k4rf5ln] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-9t6k4rf5ln] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-9t6k4rf5ln] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-9t6k4rf5ln] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-9t6k4rf5ln],
.highlight-value[b-9t6k4rf5ln] {
    display: block;
}

.highlight-label[b-9t6k4rf5ln] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-9t6k4rf5ln] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-9t6k4rf5ln] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-9t6k4rf5ln],
.secondary-button[b-9t6k4rf5ln] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-9t6k4rf5ln] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-9t6k4rf5ln] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-9t6k4rf5ln],
    .secondary-button:hover[b-9t6k4rf5ln] {
        transform: translateY(-2px);
    }

.product-intro[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-9t6k4rf5ln] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-9t6k4rf5ln]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-9t6k4rf5ln] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-9t6k4rf5ln] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-9t6k4rf5ln] {
    max-width: 42rem;
}

    .detail-content h2[b-9t6k4rf5ln] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-9t6k4rf5ln] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-9t6k4rf5ln] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-9t6k4rf5ln],
.colour-section[b-9t6k4rf5ln],
.details-grid-section[b-9t6k4rf5ln] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-9t6k4rf5ln] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-9t6k4rf5ln] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-9t6k4rf5ln] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-9t6k4rf5ln] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-9t6k4rf5ln] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-9t6k4rf5ln] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-9t6k4rf5ln] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-9t6k4rf5ln] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-9t6k4rf5ln] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-9t6k4rf5ln] {
        max-width: 44rem;
    }

    .product-banner h2[b-9t6k4rf5ln] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-9t6k4rf5ln] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-9t6k4rf5ln],
    .product-detail-section[b-9t6k4rf5ln] {
        grid-template-columns: 1fr;
    }

    .main-image[b-9t6k4rf5ln],
    .detail-image[b-9t6k4rf5ln] {
        height: 24rem;
    }

    .details-grid[b-9t6k4rf5ln] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-9t6k4rf5ln],
    .use-grid[b-9t6k4rf5ln] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-9t6k4rf5ln] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-9t6k4rf5ln] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-9t6k4rf5ln] {
        padding-top: 1.5rem;
    }

    .main-image[b-9t6k4rf5ln],
    .detail-image[b-9t6k4rf5ln] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-9t6k4rf5ln] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-9t6k4rf5ln] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-9t6k4rf5ln],
    .details-grid[b-9t6k4rf5ln] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-9t6k4rf5ln],
    .detail-card[b-9t6k4rf5ln],
    .colour-image[b-9t6k4rf5ln],
    .product-banner[b-9t6k4rf5ln] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-9t6k4rf5ln] {
        flex-direction: column;
    }

    .primary-button[b-9t6k4rf5ln],
    .secondary-button[b-9t6k4rf5ln] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/Bano.razor.rz.scp.css */
.bathroom-page[b-81kcnnymrh] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.bathroom-hero[b-81kcnnymrh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.bathroom-hero-content[b-81kcnnymrh] {
    max-width: 58rem;
}

.eyebrow[b-81kcnnymrh] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.bathroom-hero h1[b-81kcnnymrh],
.section-heading h2[b-81kcnnymrh],
.feature-content h2[b-81kcnnymrh],
.bathroom-banner h2[b-81kcnnymrh] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.bathroom-hero h1[b-81kcnnymrh] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-81kcnnymrh] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-81kcnnymrh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-81kcnnymrh],
.secondary-button[b-81kcnnymrh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-81kcnnymrh] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-81kcnnymrh] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-81kcnnymrh],
    .secondary-button:hover[b-81kcnnymrh] {
        transform: translateY(-2px);
    }

.bathroom-hero-image[b-81kcnnymrh] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .bathroom-hero-image img[b-81kcnnymrh] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bathroom-intro[b-81kcnnymrh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-81kcnnymrh] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-81kcnnymrh]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-81kcnnymrh] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-81kcnnymrh] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.bathroom-feature[b-81kcnnymrh] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-image[b-81kcnnymrh] {
    overflow: hidden;
    min-height: 28rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .feature-image img[b-81kcnnymrh] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.feature-content[b-81kcnnymrh] {
    max-width: 40rem;
}

    .feature-content h2[b-81kcnnymrh] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-81kcnnymrh] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-81kcnnymrh] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-81kcnnymrh] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-81kcnnymrh] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-81kcnnymrh] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-81kcnnymrh] {
    display: grid;
    grid-template-columns: minmax(0, 420px);
    gap: 1.25rem;
}

.product-card[b-81kcnnymrh] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-81kcnnymrh] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-81kcnnymrh] {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-81kcnnymrh] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-81kcnnymrh] {
    transform: scale(1.035);
}

.product-content[b-81kcnnymrh] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-81kcnnymrh] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-81kcnnymrh] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-81kcnnymrh] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-81kcnnymrh] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.bathroom-banner[b-81kcnnymrh] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .bathroom-banner div[b-81kcnnymrh] {
        max-width: 44rem;
    }

    .bathroom-banner h2[b-81kcnnymrh] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .bathroom-banner p:not(.eyebrow)[b-81kcnnymrh] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .bathroom-hero[b-81kcnnymrh],
    .bathroom-feature[b-81kcnnymrh] {
        grid-template-columns: 1fr;
    }

    .bathroom-hero-image[b-81kcnnymrh],
    .feature-image[b-81kcnnymrh] {
        min-height: 24rem;
    }
}

@media (max-width: 960px) {
    .bathroom-intro[b-81kcnnymrh] {
        grid-template-columns: 1fr;
    }

    .bathroom-banner[b-81kcnnymrh] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .bathroom-page[b-81kcnnymrh] {
        padding: 1.5rem 1rem 3rem;
    }

    .bathroom-hero[b-81kcnnymrh] {
        padding-top: 1.5rem;
    }

    .bathroom-hero-image[b-81kcnnymrh],
    .feature-image[b-81kcnnymrh] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-81kcnnymrh],
    .product-card[b-81kcnnymrh],
    .bathroom-banner[b-81kcnnymrh] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-81kcnnymrh] {
        flex-direction: column;
    }

    .primary-button[b-81kcnnymrh],
    .secondary-button[b-81kcnnymrh] {
        width: 100%;
    }

    .product-grid[b-81kcnnymrh] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/BanoProducts/Dentia.razor.rz.scp.css */
.product-page[b-455dermf2r] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-455dermf2r] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-455dermf2r] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-455dermf2r] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-455dermf2r] {
    width: 100%;
}

.main-image-option[b-455dermf2r] {
    display: none;
}

#dentia-gallery-1:checked ~ .gallery-display .main-image-option-1[b-455dermf2r],
#dentia-gallery-2:checked ~ .gallery-display .main-image-option-2[b-455dermf2r],
#dentia-gallery-3:checked ~ .gallery-display .main-image-option-3[b-455dermf2r],
#dentia-gallery-4:checked ~ .gallery-display .main-image-option-4[b-455dermf2r],
#dentia-gallery-5:checked ~ .gallery-display .main-image-option-5[b-455dermf2r] {
    display: block;
}

.main-image[b-455dermf2r] {
    overflow: hidden;
    min-height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .main-image img[b-455dermf2r],
    .gallery-thumbnail img[b-455dermf2r],
    .detail-image img[b-455dermf2r],
    .colour-image img[b-455dermf2r] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-grid[b-455dermf2r] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-455dermf2r] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-455dermf2r] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#dentia-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-455dermf2r],
#dentia-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-455dermf2r],
#dentia-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-455dermf2r],
#dentia-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-455dermf2r],
#dentia-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-455dermf2r] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-455dermf2r] {
    max-width: 44rem;
}

.eyebrow[b-455dermf2r] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-455dermf2r],
.product-intro h2[b-455dermf2r],
.detail-content h2[b-455dermf2r],
.section-heading h2[b-455dermf2r],
.product-banner h2[b-455dermf2r] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-455dermf2r] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-455dermf2r] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-455dermf2r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-455dermf2r] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-455dermf2r],
.highlight-value[b-455dermf2r] {
    display: block;
}

.highlight-label[b-455dermf2r] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-455dermf2r] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-455dermf2r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-455dermf2r],
.secondary-button[b-455dermf2r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-455dermf2r] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-455dermf2r] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-455dermf2r],
    .secondary-button:hover[b-455dermf2r] {
        transform: translateY(-2px);
    }

.product-intro[b-455dermf2r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-455dermf2r] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-455dermf2r]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-455dermf2r] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-455dermf2r] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-455dermf2r] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-455dermf2r] {
    max-width: 42rem;
}

    .detail-content h2[b-455dermf2r] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-455dermf2r] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-455dermf2r] {
    overflow: hidden;
    min-height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-455dermf2r],
.details-grid-section[b-455dermf2r] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-455dermf2r] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-455dermf2r] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-455dermf2r] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-455dermf2r] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.11);
}

.details-grid[b-455dermf2r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-455dermf2r] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-455dermf2r] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-455dermf2r] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-455dermf2r] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-455dermf2r] {
        max-width: 44rem;
    }

    .product-banner h2[b-455dermf2r] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-455dermf2r] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-455dermf2r],
    .product-detail-section[b-455dermf2r] {
        grid-template-columns: 1fr;
    }

    .main-image[b-455dermf2r],
    .detail-image[b-455dermf2r] {
        min-height: 24rem;
    }

    .details-grid[b-455dermf2r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-455dermf2r] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-455dermf2r] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-455dermf2r] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-455dermf2r] {
        padding-top: 1.5rem;
    }

    .main-image[b-455dermf2r],
    .detail-image[b-455dermf2r] {
        min-height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-455dermf2r] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-455dermf2r] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-455dermf2r],
    .details-grid[b-455dermf2r] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-455dermf2r],
    .detail-card[b-455dermf2r],
    .colour-image[b-455dermf2r],
    .product-banner[b-455dermf2r] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-455dermf2r] {
        flex-direction: column;
    }

    .primary-button[b-455dermf2r],
    .secondary-button[b-455dermf2r] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/Iluminacion.razor.rz.scp.css */
.lighting-page[b-5t7yuv53ds] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.lighting-hero[b-5t7yuv53ds] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.lighting-hero-content[b-5t7yuv53ds] {
    max-width: 58rem;
}

.eyebrow[b-5t7yuv53ds] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.lighting-hero h1[b-5t7yuv53ds],
.section-heading h2[b-5t7yuv53ds],
.feature-content h2[b-5t7yuv53ds],
.lighting-banner h2[b-5t7yuv53ds] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.lighting-hero h1[b-5t7yuv53ds] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-5t7yuv53ds] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-5t7yuv53ds] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-5t7yuv53ds],
.secondary-button[b-5t7yuv53ds] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-5t7yuv53ds] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-5t7yuv53ds] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-5t7yuv53ds],
    .secondary-button:hover[b-5t7yuv53ds] {
        transform: translateY(-2px);
    }

.lighting-hero-image[b-5t7yuv53ds],
.feature-image[b-5t7yuv53ds] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .lighting-hero-image img[b-5t7yuv53ds],
    .feature-image img[b-5t7yuv53ds],
    .product-image img[b-5t7yuv53ds] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lighting-intro[b-5t7yuv53ds] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-5t7yuv53ds] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-5t7yuv53ds]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-5t7yuv53ds] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-5t7yuv53ds] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.lighting-feature[b-5t7yuv53ds] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-5t7yuv53ds] {
    max-width: 42rem;
}

    .feature-content h2[b-5t7yuv53ds] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-5t7yuv53ds] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-5t7yuv53ds] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-5t7yuv53ds] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-5t7yuv53ds] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-5t7yuv53ds] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-5t7yuv53ds] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-5t7yuv53ds] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-5t7yuv53ds] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-5t7yuv53ds] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-5t7yuv53ds] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-5t7yuv53ds] {
    transform: scale(1.035);
}

.product-content[b-5t7yuv53ds] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-5t7yuv53ds] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-5t7yuv53ds] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-5t7yuv53ds] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-5t7yuv53ds] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.lighting-banner[b-5t7yuv53ds] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .lighting-banner div[b-5t7yuv53ds] {
        max-width: 44rem;
    }

    .lighting-banner h2[b-5t7yuv53ds] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .lighting-banner p:not(.eyebrow)[b-5t7yuv53ds] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .lighting-hero[b-5t7yuv53ds],
    .lighting-feature[b-5t7yuv53ds] {
        grid-template-columns: 1fr;
    }

    .lighting-hero-image[b-5t7yuv53ds],
    .feature-image[b-5t7yuv53ds] {
        min-height: 24rem;
    }

    .product-grid[b-5t7yuv53ds] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .lighting-intro[b-5t7yuv53ds] {
        grid-template-columns: 1fr;
    }

    .lighting-banner[b-5t7yuv53ds] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .lighting-page[b-5t7yuv53ds] {
        padding: 1.5rem 1rem 3rem;
    }

    .lighting-hero[b-5t7yuv53ds] {
        padding-top: 1.5rem;
    }

    .lighting-hero-image[b-5t7yuv53ds],
    .feature-image[b-5t7yuv53ds] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-5t7yuv53ds],
    .product-card[b-5t7yuv53ds],
    .lighting-banner[b-5t7yuv53ds] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-5t7yuv53ds] {
        flex-direction: column;
    }

    .primary-button[b-5t7yuv53ds],
    .secondary-button[b-5t7yuv53ds] {
        width: 100%;
    }

    .product-grid[b-5t7yuv53ds] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/IluminacionProducts/Ilumina.razor.rz.scp.css */
.product-page[b-5suolkva6l] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-5suolkva6l] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-5suolkva6l] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-5suolkva6l] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-5suolkva6l] {
    width: 100%;
}

.main-image-option[b-5suolkva6l] {
    display: none;
}

#ilumina-gallery-1:checked ~ .gallery-display .main-image-option-1[b-5suolkva6l],
#ilumina-gallery-2:checked ~ .gallery-display .main-image-option-2[b-5suolkva6l],
#ilumina-gallery-3:checked ~ .gallery-display .main-image-option-3[b-5suolkva6l],
#ilumina-gallery-4:checked ~ .gallery-display .main-image-option-4[b-5suolkva6l],
#ilumina-gallery-5:checked ~ .gallery-display .main-image-option-5[b-5suolkva6l] {
    display: block;
}

.main-image[b-5suolkva6l] {
    overflow: hidden;
    min-height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-5suolkva6l] {
    box-shadow: none;
}

.main-image img[b-5suolkva6l],
.gallery-thumbnail img[b-5suolkva6l],
.detail-image img[b-5suolkva6l],
.colour-image img[b-5suolkva6l] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-grid[b-5suolkva6l] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-5suolkva6l] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-5suolkva6l] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#ilumina-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-5suolkva6l],
#ilumina-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-5suolkva6l],
#ilumina-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-5suolkva6l],
#ilumina-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-5suolkva6l],
#ilumina-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-5suolkva6l] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-5suolkva6l] {
    max-width: 44rem;
}

.eyebrow[b-5suolkva6l] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-5suolkva6l],
.product-intro h2[b-5suolkva6l],
.detail-content h2[b-5suolkva6l],
.section-heading h2[b-5suolkva6l],
.product-banner h2[b-5suolkva6l] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-5suolkva6l] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-5suolkva6l] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-5suolkva6l] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-5suolkva6l] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-5suolkva6l],
.highlight-value[b-5suolkva6l] {
    display: block;
}

.highlight-label[b-5suolkva6l] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-5suolkva6l] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-5suolkva6l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-5suolkva6l],
.secondary-button[b-5suolkva6l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-5suolkva6l] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-5suolkva6l] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-5suolkva6l],
    .secondary-button:hover[b-5suolkva6l] {
        transform: translateY(-2px);
    }

.product-intro[b-5suolkva6l] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-5suolkva6l] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-5suolkva6l]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-5suolkva6l] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-5suolkva6l] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-5suolkva6l] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-5suolkva6l] {
    max-width: 42rem;
}

    .detail-content h2[b-5suolkva6l] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-5suolkva6l] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-5suolkva6l] {
    overflow: hidden;
    min-height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-5suolkva6l],
.details-grid-section[b-5suolkva6l] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-5suolkva6l] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-5suolkva6l] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-5suolkva6l] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-5suolkva6l] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: transparent;
    box-shadow: none;
}

.details-grid[b-5suolkva6l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-5suolkva6l] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-5suolkva6l] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-5suolkva6l] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-5suolkva6l] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-5suolkva6l] {
        max-width: 44rem;
    }

    .product-banner h2[b-5suolkva6l] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-5suolkva6l] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-5suolkva6l],
    .product-detail-section[b-5suolkva6l] {
        grid-template-columns: 1fr;
    }

    .main-image[b-5suolkva6l],
    .detail-image[b-5suolkva6l] {
        min-height: 24rem;
    }

    .details-grid[b-5suolkva6l] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-5suolkva6l] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-5suolkva6l] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-5suolkva6l] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-5suolkva6l] {
        padding-top: 1.5rem;
    }

    .main-image[b-5suolkva6l],
    .detail-image[b-5suolkva6l] {
        min-height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-5suolkva6l] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-5suolkva6l] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-5suolkva6l],
    .details-grid[b-5suolkva6l] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-5suolkva6l],
    .detail-card[b-5suolkva6l],
    .colour-image[b-5suolkva6l],
    .product-banner[b-5suolkva6l] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-5suolkva6l] {
        flex-direction: column;
    }

    .primary-button[b-5suolkva6l],
    .secondary-button[b-5suolkva6l] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/IluminacionProducts/Origanis.razor.rz.scp.css */
.product-page[b-9x1kyca3tx] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-9x1kyca3tx] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-9x1kyca3tx] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-9x1kyca3tx] {
    width: 100%;
}

.main-image-option[b-9x1kyca3tx] {
    display: none;
}

#origanis-gallery-1:checked ~ .gallery-display .main-image-option-1[b-9x1kyca3tx],
#origanis-gallery-2:checked ~ .gallery-display .main-image-option-2[b-9x1kyca3tx],
#origanis-gallery-3:checked ~ .gallery-display .main-image-option-3[b-9x1kyca3tx],
#origanis-gallery-4:checked ~ .gallery-display .main-image-option-4[b-9x1kyca3tx],
#origanis-gallery-5:checked ~ .gallery-display .main-image-option-5[b-9x1kyca3tx] {
    display: block;
}

.main-image[b-9x1kyca3tx] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.main-image-option-5[b-9x1kyca3tx],
.no-image-shadow[b-9x1kyca3tx] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-9x1kyca3tx],
.gallery-thumbnail img[b-9x1kyca3tx],
.detail-image img[b-9x1kyca3tx],
.colour-image img[b-9x1kyca3tx] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-9x1kyca3tx],
.colour-image img[b-9x1kyca3tx] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-9x1kyca3tx] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-9x1kyca3tx] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#origanis-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-9x1kyca3tx],
#origanis-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-9x1kyca3tx],
#origanis-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-9x1kyca3tx],
#origanis-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-9x1kyca3tx],
#origanis-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-9x1kyca3tx] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-9x1kyca3tx] {
    max-width: 44rem;
}

.eyebrow[b-9x1kyca3tx] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-9x1kyca3tx],
.product-intro h2[b-9x1kyca3tx],
.detail-content h2[b-9x1kyca3tx],
.section-heading h2[b-9x1kyca3tx],
.product-banner h2[b-9x1kyca3tx] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-9x1kyca3tx] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-9x1kyca3tx] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-9x1kyca3tx] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-9x1kyca3tx],
.highlight-value[b-9x1kyca3tx] {
    display: block;
}

.highlight-label[b-9x1kyca3tx] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-9x1kyca3tx] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-9x1kyca3tx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-9x1kyca3tx],
.secondary-button[b-9x1kyca3tx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-9x1kyca3tx] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-9x1kyca3tx] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-9x1kyca3tx],
    .secondary-button:hover[b-9x1kyca3tx] {
        transform: translateY(-2px);
    }

.product-intro[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-9x1kyca3tx] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-9x1kyca3tx]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-9x1kyca3tx] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-9x1kyca3tx] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-9x1kyca3tx] {
    max-width: 42rem;
}

    .detail-content h2[b-9x1kyca3tx] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-9x1kyca3tx] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-9x1kyca3tx] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-9x1kyca3tx],
.details-grid-section[b-9x1kyca3tx] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-9x1kyca3tx] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-9x1kyca3tx] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-9x1kyca3tx] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-9x1kyca3tx] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-9x1kyca3tx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-9x1kyca3tx] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-9x1kyca3tx] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-9x1kyca3tx] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-9x1kyca3tx] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-9x1kyca3tx] {
        max-width: 44rem;
    }

    .product-banner h2[b-9x1kyca3tx] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-9x1kyca3tx] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-9x1kyca3tx],
    .product-detail-section[b-9x1kyca3tx] {
        grid-template-columns: 1fr;
    }

    .main-image[b-9x1kyca3tx],
    .detail-image[b-9x1kyca3tx] {
        height: 24rem;
    }

    .details-grid[b-9x1kyca3tx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-9x1kyca3tx] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-9x1kyca3tx] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-9x1kyca3tx] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-9x1kyca3tx] {
        padding-top: 1.5rem;
    }

    .main-image[b-9x1kyca3tx],
    .detail-image[b-9x1kyca3tx] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-9x1kyca3tx] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-9x1kyca3tx] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-9x1kyca3tx],
    .details-grid[b-9x1kyca3tx] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-9x1kyca3tx],
    .detail-card[b-9x1kyca3tx],
    .colour-image[b-9x1kyca3tx],
    .product-banner[b-9x1kyca3tx] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-9x1kyca3tx] {
        flex-direction: column;
    }

    .primary-button[b-9x1kyca3tx],
    .secondary-button[b-9x1kyca3tx] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/Jarrones.razor.rz.scp.css */
.vases-page[b-m2rsekcvut] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.vases-hero[b-m2rsekcvut] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.vases-hero-content[b-m2rsekcvut] {
    max-width: 58rem;
}

.eyebrow[b-m2rsekcvut] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.vases-hero h1[b-m2rsekcvut],
.section-heading h2[b-m2rsekcvut],
.feature-content h2[b-m2rsekcvut],
.vases-banner h2[b-m2rsekcvut] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.vases-hero h1[b-m2rsekcvut] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-m2rsekcvut] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-m2rsekcvut] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-m2rsekcvut],
.secondary-button[b-m2rsekcvut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-m2rsekcvut] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-m2rsekcvut] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-m2rsekcvut],
    .secondary-button:hover[b-m2rsekcvut] {
        transform: translateY(-2px);
    }

.vases-hero-image[b-m2rsekcvut],
.feature-image[b-m2rsekcvut] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .vases-hero-image img[b-m2rsekcvut],
    .feature-image img[b-m2rsekcvut],
    .product-image img[b-m2rsekcvut] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.vases-intro[b-m2rsekcvut] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-m2rsekcvut] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-m2rsekcvut]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-m2rsekcvut] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-m2rsekcvut] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.vases-feature[b-m2rsekcvut] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-m2rsekcvut] {
    max-width: 42rem;
}

    .feature-content h2[b-m2rsekcvut] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-m2rsekcvut] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-m2rsekcvut] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-m2rsekcvut] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-m2rsekcvut] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-m2rsekcvut] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-m2rsekcvut] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-m2rsekcvut] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-m2rsekcvut] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-m2rsekcvut] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-m2rsekcvut] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-m2rsekcvut] {
    transform: scale(1.035);
}

.product-content[b-m2rsekcvut] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-m2rsekcvut] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-m2rsekcvut] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-m2rsekcvut] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-m2rsekcvut] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.disabled-link[b-m2rsekcvut] {
    color: #789469;
}

.vases-banner[b-m2rsekcvut] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .vases-banner div[b-m2rsekcvut] {
        max-width: 44rem;
    }

    .vases-banner h2[b-m2rsekcvut] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .vases-banner p:not(.eyebrow)[b-m2rsekcvut] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .vases-hero[b-m2rsekcvut],
    .vases-feature[b-m2rsekcvut] {
        grid-template-columns: 1fr;
    }

    .vases-hero-image[b-m2rsekcvut],
    .feature-image[b-m2rsekcvut] {
        min-height: 24rem;
    }

    .product-grid[b-m2rsekcvut] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .vases-intro[b-m2rsekcvut] {
        grid-template-columns: 1fr;
    }

    .vases-banner[b-m2rsekcvut] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .vases-page[b-m2rsekcvut] {
        padding: 1.5rem 1rem 3rem;
    }

    .vases-hero[b-m2rsekcvut] {
        padding-top: 1.5rem;
    }

    .vases-hero-image[b-m2rsekcvut],
    .feature-image[b-m2rsekcvut] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-m2rsekcvut],
    .product-card[b-m2rsekcvut],
    .vases-banner[b-m2rsekcvut] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-m2rsekcvut] {
        flex-direction: column;
    }

    .primary-button[b-m2rsekcvut],
    .secondary-button[b-m2rsekcvut] {
        width: 100%;
    }

    .product-grid[b-m2rsekcvut] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Briza.razor.rz.scp.css */
.product-page[b-zpa8pp5sdd] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-zpa8pp5sdd] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-zpa8pp5sdd] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-zpa8pp5sdd] {
    width: 100%;
}

.main-image-option[b-zpa8pp5sdd] {
    display: none;
}

#briza-gallery-1:checked ~ .gallery-display .main-image-option-1[b-zpa8pp5sdd],
#briza-gallery-2:checked ~ .gallery-display .main-image-option-2[b-zpa8pp5sdd],
#briza-gallery-3:checked ~ .gallery-display .main-image-option-3[b-zpa8pp5sdd],
#briza-gallery-4:checked ~ .gallery-display .main-image-option-4[b-zpa8pp5sdd] {
    display: block;
}

.main-image[b-zpa8pp5sdd] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-zpa8pp5sdd] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-zpa8pp5sdd],
.gallery-thumbnail img[b-zpa8pp5sdd],
.detail-image img[b-zpa8pp5sdd],
.colour-image img[b-zpa8pp5sdd] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-zpa8pp5sdd],
.colour-image img[b-zpa8pp5sdd] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-zpa8pp5sdd] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-zpa8pp5sdd] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#briza-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-zpa8pp5sdd],
#briza-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-zpa8pp5sdd],
#briza-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-zpa8pp5sdd],
#briza-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-zpa8pp5sdd] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-zpa8pp5sdd] {
    max-width: 44rem;
}

.eyebrow[b-zpa8pp5sdd] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-zpa8pp5sdd],
.product-intro h2[b-zpa8pp5sdd],
.detail-content h2[b-zpa8pp5sdd],
.section-heading h2[b-zpa8pp5sdd],
.product-banner h2[b-zpa8pp5sdd] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-zpa8pp5sdd] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-zpa8pp5sdd] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-zpa8pp5sdd] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-zpa8pp5sdd],
.highlight-value[b-zpa8pp5sdd] {
    display: block;
}

.highlight-label[b-zpa8pp5sdd] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-zpa8pp5sdd] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-zpa8pp5sdd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-zpa8pp5sdd],
.secondary-button[b-zpa8pp5sdd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-zpa8pp5sdd] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-zpa8pp5sdd] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-zpa8pp5sdd],
    .secondary-button:hover[b-zpa8pp5sdd] {
        transform: translateY(-2px);
    }

.product-intro[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-zpa8pp5sdd] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-zpa8pp5sdd]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-zpa8pp5sdd] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-zpa8pp5sdd] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-zpa8pp5sdd] {
    max-width: 42rem;
}

    .detail-content h2[b-zpa8pp5sdd] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-zpa8pp5sdd] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-zpa8pp5sdd] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-zpa8pp5sdd],
.details-grid-section[b-zpa8pp5sdd] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-zpa8pp5sdd] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-zpa8pp5sdd] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-zpa8pp5sdd] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-zpa8pp5sdd] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-zpa8pp5sdd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-zpa8pp5sdd] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-zpa8pp5sdd] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-zpa8pp5sdd] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-zpa8pp5sdd] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-zpa8pp5sdd] {
        max-width: 44rem;
    }

    .product-banner h2[b-zpa8pp5sdd] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-zpa8pp5sdd] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-zpa8pp5sdd],
    .product-detail-section[b-zpa8pp5sdd] {
        grid-template-columns: 1fr;
    }

    .main-image[b-zpa8pp5sdd],
    .detail-image[b-zpa8pp5sdd] {
        height: 24rem;
    }

    .details-grid[b-zpa8pp5sdd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-zpa8pp5sdd] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-zpa8pp5sdd] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-zpa8pp5sdd] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-zpa8pp5sdd] {
        padding-top: 1.5rem;
    }

    .main-image[b-zpa8pp5sdd],
    .detail-image[b-zpa8pp5sdd] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-zpa8pp5sdd] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-zpa8pp5sdd] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-zpa8pp5sdd],
    .details-grid[b-zpa8pp5sdd] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-zpa8pp5sdd],
    .detail-card[b-zpa8pp5sdd],
    .colour-image[b-zpa8pp5sdd],
    .product-banner[b-zpa8pp5sdd] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-zpa8pp5sdd] {
        flex-direction: column;
    }

    .primary-button[b-zpa8pp5sdd],
    .secondary-button[b-zpa8pp5sdd] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Puffra.razor.rz.scp.css */
.product-page[b-tlumi0iojp] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-tlumi0iojp] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-tlumi0iojp] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-tlumi0iojp] {
    width: 100%;
}

.main-image-option[b-tlumi0iojp] {
    display: none;
}

#puffra-gallery-1:checked ~ .gallery-display .main-image-option-1[b-tlumi0iojp],
#puffra-gallery-2:checked ~ .gallery-display .main-image-option-2[b-tlumi0iojp],
#puffra-gallery-3:checked ~ .gallery-display .main-image-option-3[b-tlumi0iojp],
#puffra-gallery-4:checked ~ .gallery-display .main-image-option-4[b-tlumi0iojp],
#puffra-gallery-5:checked ~ .gallery-display .main-image-option-5[b-tlumi0iojp],
#puffra-gallery-6:checked ~ .gallery-display .main-image-option-6[b-tlumi0iojp] {
    display: block;
}

.main-image[b-tlumi0iojp] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-tlumi0iojp] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-tlumi0iojp],
.gallery-thumbnail img[b-tlumi0iojp],
.detail-image img[b-tlumi0iojp],
.colour-image img[b-tlumi0iojp] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-tlumi0iojp],
.main-image-option-6 img[b-tlumi0iojp],
.colour-image img[b-tlumi0iojp] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-tlumi0iojp] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-tlumi0iojp] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#puffra-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-tlumi0iojp],
#puffra-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-tlumi0iojp],
#puffra-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-tlumi0iojp],
#puffra-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-tlumi0iojp],
#puffra-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-tlumi0iojp],
#puffra-gallery-6:checked ~ .gallery-grid .gallery-thumbnail-6[b-tlumi0iojp] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-tlumi0iojp] {
    max-width: 44rem;
}

.eyebrow[b-tlumi0iojp] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-tlumi0iojp],
.product-intro h2[b-tlumi0iojp],
.detail-content h2[b-tlumi0iojp],
.section-heading h2[b-tlumi0iojp],
.product-banner h2[b-tlumi0iojp] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-tlumi0iojp] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-tlumi0iojp] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-tlumi0iojp] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-tlumi0iojp],
.highlight-value[b-tlumi0iojp] {
    display: block;
}

.highlight-label[b-tlumi0iojp] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-tlumi0iojp] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-tlumi0iojp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-tlumi0iojp],
.secondary-button[b-tlumi0iojp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-tlumi0iojp] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-tlumi0iojp] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-tlumi0iojp],
    .secondary-button:hover[b-tlumi0iojp] {
        transform: translateY(-2px);
    }

.product-intro[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-tlumi0iojp] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-tlumi0iojp]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-tlumi0iojp] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-tlumi0iojp] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-tlumi0iojp] {
    max-width: 42rem;
}

    .detail-content h2[b-tlumi0iojp] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-tlumi0iojp] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-tlumi0iojp] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-tlumi0iojp],
.details-grid-section[b-tlumi0iojp] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-tlumi0iojp] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-tlumi0iojp] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-tlumi0iojp] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-tlumi0iojp] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-tlumi0iojp] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-tlumi0iojp] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-tlumi0iojp] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-tlumi0iojp] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-tlumi0iojp] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-tlumi0iojp] {
        max-width: 44rem;
    }

    .product-banner h2[b-tlumi0iojp] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-tlumi0iojp] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-tlumi0iojp],
    .product-detail-section[b-tlumi0iojp] {
        grid-template-columns: 1fr;
    }

    .main-image[b-tlumi0iojp],
    .detail-image[b-tlumi0iojp] {
        height: 24rem;
    }

    .details-grid[b-tlumi0iojp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-tlumi0iojp] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-tlumi0iojp] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-tlumi0iojp] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-tlumi0iojp] {
        padding-top: 1.5rem;
    }

    .main-image[b-tlumi0iojp],
    .detail-image[b-tlumi0iojp] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-tlumi0iojp] {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .gallery-thumbnail[b-tlumi0iojp] {
        border-radius: 0.75rem;
    }

    .product-highlights[b-tlumi0iojp],
    .details-grid[b-tlumi0iojp] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-tlumi0iojp],
    .detail-card[b-tlumi0iojp],
    .colour-image[b-tlumi0iojp],
    .product-banner[b-tlumi0iojp] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-tlumi0iojp] {
        flex-direction: column;
    }

    .primary-button[b-tlumi0iojp],
    .secondary-button[b-tlumi0iojp] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Slozena.razor.rz.scp.css */
.product-page[b-y7ini3ut43] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-y7ini3ut43] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-y7ini3ut43] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-y7ini3ut43] {
    width: 100%;
}

.main-image-option[b-y7ini3ut43] {
    display: none;
}

#slozena-gallery-1:checked ~ .gallery-display .main-image-option-1[b-y7ini3ut43],
#slozena-gallery-2:checked ~ .gallery-display .main-image-option-2[b-y7ini3ut43],
#slozena-gallery-3:checked ~ .gallery-display .main-image-option-3[b-y7ini3ut43],
#slozena-gallery-4:checked ~ .gallery-display .main-image-option-4[b-y7ini3ut43],
#slozena-gallery-5:checked ~ .gallery-display .main-image-option-5[b-y7ini3ut43] {
    display: block;
}

.main-image[b-y7ini3ut43] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-y7ini3ut43] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-y7ini3ut43],
.gallery-thumbnail img[b-y7ini3ut43],
.detail-image img[b-y7ini3ut43],
.colour-image img[b-y7ini3ut43] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-y7ini3ut43],
.colour-image img[b-y7ini3ut43] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-y7ini3ut43] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-y7ini3ut43] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#slozena-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-y7ini3ut43],
#slozena-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-y7ini3ut43],
#slozena-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-y7ini3ut43],
#slozena-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-y7ini3ut43],
#slozena-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-y7ini3ut43] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-y7ini3ut43] {
    max-width: 44rem;
}

.eyebrow[b-y7ini3ut43] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-y7ini3ut43],
.product-intro h2[b-y7ini3ut43],
.detail-content h2[b-y7ini3ut43],
.section-heading h2[b-y7ini3ut43],
.product-banner h2[b-y7ini3ut43] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-y7ini3ut43] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-y7ini3ut43] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-y7ini3ut43] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-y7ini3ut43],
.highlight-value[b-y7ini3ut43] {
    display: block;
}

.highlight-label[b-y7ini3ut43] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-y7ini3ut43] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-y7ini3ut43] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-y7ini3ut43],
.secondary-button[b-y7ini3ut43] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-y7ini3ut43] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-y7ini3ut43] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-y7ini3ut43],
    .secondary-button:hover[b-y7ini3ut43] {
        transform: translateY(-2px);
    }

.product-intro[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-y7ini3ut43] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-y7ini3ut43]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-y7ini3ut43] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-y7ini3ut43] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-y7ini3ut43] {
    max-width: 42rem;
}

    .detail-content h2[b-y7ini3ut43] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-y7ini3ut43] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-y7ini3ut43] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-y7ini3ut43],
.details-grid-section[b-y7ini3ut43] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-y7ini3ut43] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-y7ini3ut43] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-y7ini3ut43] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-y7ini3ut43] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-y7ini3ut43] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-y7ini3ut43] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-y7ini3ut43] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-y7ini3ut43] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-y7ini3ut43] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-y7ini3ut43] {
        max-width: 44rem;
    }

    .product-banner h2[b-y7ini3ut43] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-y7ini3ut43] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-y7ini3ut43],
    .product-detail-section[b-y7ini3ut43] {
        grid-template-columns: 1fr;
    }

    .main-image[b-y7ini3ut43],
    .detail-image[b-y7ini3ut43] {
        height: 24rem;
    }

    .details-grid[b-y7ini3ut43] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-y7ini3ut43] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-y7ini3ut43] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-y7ini3ut43] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-y7ini3ut43] {
        padding-top: 1.5rem;
    }

    .main-image[b-y7ini3ut43],
    .detail-image[b-y7ini3ut43] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-y7ini3ut43] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .gallery-thumbnail[b-y7ini3ut43] {
        border-radius: 0.75rem;
    }

    .product-highlights[b-y7ini3ut43],
    .details-grid[b-y7ini3ut43] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-y7ini3ut43],
    .detail-card[b-y7ini3ut43],
    .colour-image[b-y7ini3ut43],
    .product-banner[b-y7ini3ut43] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-y7ini3ut43] {
        flex-direction: column;
    }

    .primary-button[b-y7ini3ut43],
    .secondary-button[b-y7ini3ut43] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Tessura.razor.rz.scp.css */
.product-page[b-4rkcv3bmrh] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-4rkcv3bmrh] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-4rkcv3bmrh] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-4rkcv3bmrh] {
    width: 100%;
}

.main-image-option[b-4rkcv3bmrh] {
    display: none;
}

#tessura-gallery-1:checked ~ .gallery-display .main-image-option-1[b-4rkcv3bmrh],
#tessura-gallery-2:checked ~ .gallery-display .main-image-option-2[b-4rkcv3bmrh],
#tessura-gallery-3:checked ~ .gallery-display .main-image-option-3[b-4rkcv3bmrh],
#tessura-gallery-4:checked ~ .gallery-display .main-image-option-4[b-4rkcv3bmrh] {
    display: block;
}

.main-image[b-4rkcv3bmrh] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-4rkcv3bmrh] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-4rkcv3bmrh],
.gallery-thumbnail img[b-4rkcv3bmrh],
.detail-image img[b-4rkcv3bmrh],
.colour-image img[b-4rkcv3bmrh] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-3 img[b-4rkcv3bmrh],
.main-image-option-4 img[b-4rkcv3bmrh],
.colour-image img[b-4rkcv3bmrh],
.detail-image-contain img[b-4rkcv3bmrh] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-4rkcv3bmrh] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-4rkcv3bmrh] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#tessura-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-4rkcv3bmrh],
#tessura-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-4rkcv3bmrh],
#tessura-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-4rkcv3bmrh],
#tessura-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-4rkcv3bmrh] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-4rkcv3bmrh] {
    max-width: 44rem;
}

.eyebrow[b-4rkcv3bmrh] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-4rkcv3bmrh],
.product-intro h2[b-4rkcv3bmrh],
.detail-content h2[b-4rkcv3bmrh],
.section-heading h2[b-4rkcv3bmrh],
.product-banner h2[b-4rkcv3bmrh] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-4rkcv3bmrh] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-4rkcv3bmrh] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-4rkcv3bmrh] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-4rkcv3bmrh],
.highlight-value[b-4rkcv3bmrh] {
    display: block;
}

.highlight-label[b-4rkcv3bmrh] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-4rkcv3bmrh] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-4rkcv3bmrh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-4rkcv3bmrh],
.secondary-button[b-4rkcv3bmrh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-4rkcv3bmrh] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-4rkcv3bmrh] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-4rkcv3bmrh],
    .secondary-button:hover[b-4rkcv3bmrh] {
        transform: translateY(-2px);
    }

.product-intro[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-4rkcv3bmrh] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-4rkcv3bmrh]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-4rkcv3bmrh] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-4rkcv3bmrh] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-4rkcv3bmrh] {
    max-width: 42rem;
}

    .detail-content h2[b-4rkcv3bmrh] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-4rkcv3bmrh] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-4rkcv3bmrh] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.detail-image-contain[b-4rkcv3bmrh] {
    background: #ffffff;
    box-shadow: none;
}

.use-section[b-4rkcv3bmrh],
.colour-section[b-4rkcv3bmrh],
.details-grid-section[b-4rkcv3bmrh] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-4rkcv3bmrh] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-4rkcv3bmrh] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-4rkcv3bmrh] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-4rkcv3bmrh] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.colour-image-wide[b-4rkcv3bmrh] {
    max-width: 860px;
}

    .colour-image-wide img[b-4rkcv3bmrh] {
        height: auto;
    }

.details-grid[b-4rkcv3bmrh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-4rkcv3bmrh] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-4rkcv3bmrh] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-4rkcv3bmrh] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-4rkcv3bmrh] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-4rkcv3bmrh] {
        max-width: 44rem;
    }

    .product-banner h2[b-4rkcv3bmrh] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-4rkcv3bmrh] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-4rkcv3bmrh],
    .product-detail-section[b-4rkcv3bmrh] {
        grid-template-columns: 1fr;
    }

    .main-image[b-4rkcv3bmrh],
    .detail-image[b-4rkcv3bmrh] {
        height: 24rem;
    }

    .details-grid[b-4rkcv3bmrh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-4rkcv3bmrh],
    .use-grid[b-4rkcv3bmrh] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-4rkcv3bmrh] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-4rkcv3bmrh] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-4rkcv3bmrh] {
        padding-top: 1.5rem;
    }

    .main-image[b-4rkcv3bmrh],
    .detail-image[b-4rkcv3bmrh] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-4rkcv3bmrh] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-4rkcv3bmrh] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-4rkcv3bmrh],
    .details-grid[b-4rkcv3bmrh] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-4rkcv3bmrh],
    .detail-card[b-4rkcv3bmrh],
    .colour-image[b-4rkcv3bmrh],
    .product-banner[b-4rkcv3bmrh] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-4rkcv3bmrh] {
        flex-direction: column;
    }

    .primary-button[b-4rkcv3bmrh],
    .secondary-button[b-4rkcv3bmrh] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Texturia.razor.rz.scp.css */
.product-page[b-fms942ruk4] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-fms942ruk4] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-fms942ruk4] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-fms942ruk4] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-fms942ruk4] {
    width: 100%;
}

.main-image-option[b-fms942ruk4] {
    display: none;
}

#texturia-gallery-1:checked ~ .gallery-display .main-image-option-1[b-fms942ruk4],
#texturia-gallery-2:checked ~ .gallery-display .main-image-option-2[b-fms942ruk4],
#texturia-gallery-3:checked ~ .gallery-display .main-image-option-3[b-fms942ruk4],
#texturia-gallery-4:checked ~ .gallery-display .main-image-option-4[b-fms942ruk4],
#texturia-gallery-5:checked ~ .gallery-display .main-image-option-5[b-fms942ruk4] {
    display: block;
}

.main-image[b-fms942ruk4] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-fms942ruk4] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-fms942ruk4],
.gallery-thumbnail img[b-fms942ruk4],
.detail-image img[b-fms942ruk4],
.colour-image img[b-fms942ruk4] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-fms942ruk4],
.colour-image img[b-fms942ruk4] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-fms942ruk4] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-fms942ruk4] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-fms942ruk4] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#texturia-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-fms942ruk4],
#texturia-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-fms942ruk4],
#texturia-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-fms942ruk4],
#texturia-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-fms942ruk4],
#texturia-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-fms942ruk4] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-fms942ruk4] {
    max-width: 44rem;
}

.eyebrow[b-fms942ruk4] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-fms942ruk4],
.product-intro h2[b-fms942ruk4],
.detail-content h2[b-fms942ruk4],
.section-heading h2[b-fms942ruk4],
.product-banner h2[b-fms942ruk4] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-fms942ruk4] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-fms942ruk4] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-fms942ruk4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-fms942ruk4] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-fms942ruk4],
.highlight-value[b-fms942ruk4] {
    display: block;
}

.highlight-label[b-fms942ruk4] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-fms942ruk4] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-fms942ruk4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-fms942ruk4],
.secondary-button[b-fms942ruk4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-fms942ruk4] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-fms942ruk4] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-fms942ruk4],
    .secondary-button:hover[b-fms942ruk4] {
        transform: translateY(-2px);
    }

.product-intro[b-fms942ruk4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-fms942ruk4] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-fms942ruk4]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-fms942ruk4] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-fms942ruk4] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-fms942ruk4] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-fms942ruk4] {
    max-width: 42rem;
}

    .detail-content h2[b-fms942ruk4] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-fms942ruk4] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-fms942ruk4] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-fms942ruk4],
.details-grid-section[b-fms942ruk4] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-fms942ruk4] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-fms942ruk4] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-fms942ruk4] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-fms942ruk4] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-fms942ruk4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-fms942ruk4] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-fms942ruk4] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-fms942ruk4] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-fms942ruk4] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-fms942ruk4] {
        max-width: 44rem;
    }

    .product-banner h2[b-fms942ruk4] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-fms942ruk4] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-fms942ruk4],
    .product-detail-section[b-fms942ruk4] {
        grid-template-columns: 1fr;
    }

    .main-image[b-fms942ruk4],
    .detail-image[b-fms942ruk4] {
        height: 24rem;
    }

    .details-grid[b-fms942ruk4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-fms942ruk4] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-fms942ruk4] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-fms942ruk4] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-fms942ruk4] {
        padding-top: 1.5rem;
    }

    .main-image[b-fms942ruk4],
    .detail-image[b-fms942ruk4] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-fms942ruk4] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .gallery-thumbnail[b-fms942ruk4] {
        border-radius: 0.75rem;
    }

    .product-highlights[b-fms942ruk4],
    .details-grid[b-fms942ruk4] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-fms942ruk4],
    .detail-card[b-fms942ruk4],
    .colour-image[b-fms942ruk4],
    .product-banner[b-fms942ruk4] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-fms942ruk4] {
        flex-direction: column;
    }

    .primary-button[b-fms942ruk4],
    .secondary-button[b-fms942ruk4] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/JarronesProducts/Twistlam.razor.rz.scp.css */
.product-page[b-1yj72o9mjq] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-1yj72o9mjq] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-1yj72o9mjq] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-1yj72o9mjq] {
    width: 100%;
}

.main-image-option[b-1yj72o9mjq] {
    display: none;
}

#twistlam-gallery-1:checked ~ .gallery-display .main-image-option-1[b-1yj72o9mjq],
#twistlam-gallery-2:checked ~ .gallery-display .main-image-option-2[b-1yj72o9mjq],
#twistlam-gallery-3:checked ~ .gallery-display .main-image-option-3[b-1yj72o9mjq],
#twistlam-gallery-4:checked ~ .gallery-display .main-image-option-4[b-1yj72o9mjq] {
    display: block;
}

.main-image[b-1yj72o9mjq] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-1yj72o9mjq] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-1yj72o9mjq],
.gallery-thumbnail img[b-1yj72o9mjq],
.detail-image img[b-1yj72o9mjq],
.colour-image img[b-1yj72o9mjq] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-1yj72o9mjq],
.colour-image img[b-1yj72o9mjq] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-1yj72o9mjq] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-1yj72o9mjq] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#twistlam-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-1yj72o9mjq],
#twistlam-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-1yj72o9mjq],
#twistlam-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-1yj72o9mjq],
#twistlam-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-1yj72o9mjq] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-1yj72o9mjq] {
    max-width: 44rem;
}

.eyebrow[b-1yj72o9mjq] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-1yj72o9mjq],
.product-intro h2[b-1yj72o9mjq],
.detail-content h2[b-1yj72o9mjq],
.section-heading h2[b-1yj72o9mjq],
.product-banner h2[b-1yj72o9mjq] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-1yj72o9mjq] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-1yj72o9mjq] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-1yj72o9mjq] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-1yj72o9mjq],
.highlight-value[b-1yj72o9mjq] {
    display: block;
}

.highlight-label[b-1yj72o9mjq] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-1yj72o9mjq] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-1yj72o9mjq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-1yj72o9mjq],
.secondary-button[b-1yj72o9mjq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-1yj72o9mjq] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-1yj72o9mjq] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-1yj72o9mjq],
    .secondary-button:hover[b-1yj72o9mjq] {
        transform: translateY(-2px);
    }

.product-intro[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-1yj72o9mjq] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-1yj72o9mjq]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-1yj72o9mjq] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-1yj72o9mjq] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-1yj72o9mjq] {
    max-width: 42rem;
}

    .detail-content h2[b-1yj72o9mjq] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-1yj72o9mjq] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-1yj72o9mjq] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-1yj72o9mjq],
.details-grid-section[b-1yj72o9mjq] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-1yj72o9mjq] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-1yj72o9mjq] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-1yj72o9mjq] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-1yj72o9mjq] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-1yj72o9mjq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-1yj72o9mjq] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-1yj72o9mjq] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-1yj72o9mjq] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-1yj72o9mjq] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-1yj72o9mjq] {
        max-width: 44rem;
    }

    .product-banner h2[b-1yj72o9mjq] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-1yj72o9mjq] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-1yj72o9mjq],
    .product-detail-section[b-1yj72o9mjq] {
        grid-template-columns: 1fr;
    }

    .main-image[b-1yj72o9mjq],
    .detail-image[b-1yj72o9mjq] {
        height: 24rem;
    }

    .details-grid[b-1yj72o9mjq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-1yj72o9mjq] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-1yj72o9mjq] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-1yj72o9mjq] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-1yj72o9mjq] {
        padding-top: 1.5rem;
    }

    .main-image[b-1yj72o9mjq],
    .detail-image[b-1yj72o9mjq] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-1yj72o9mjq] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-1yj72o9mjq] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-1yj72o9mjq],
    .details-grid[b-1yj72o9mjq] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-1yj72o9mjq],
    .detail-card[b-1yj72o9mjq],
    .colour-image[b-1yj72o9mjq],
    .product-banner[b-1yj72o9mjq] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-1yj72o9mjq] {
        flex-direction: column;
    }

    .primary-button[b-1yj72o9mjq],
    .secondary-button[b-1yj72o9mjq] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/Maceteros.razor.rz.scp.css */
.planters-page[b-l3nekeomx8] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.planters-hero[b-l3nekeomx8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.planters-hero-content[b-l3nekeomx8] {
    max-width: 58rem;
}

.eyebrow[b-l3nekeomx8] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.planters-hero h1[b-l3nekeomx8],
.section-heading h2[b-l3nekeomx8],
.feature-content h2[b-l3nekeomx8],
.planters-banner h2[b-l3nekeomx8] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.planters-hero h1[b-l3nekeomx8] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-l3nekeomx8] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-l3nekeomx8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-l3nekeomx8],
.secondary-button[b-l3nekeomx8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-l3nekeomx8] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-l3nekeomx8] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-l3nekeomx8],
    .secondary-button:hover[b-l3nekeomx8] {
        transform: translateY(-2px);
    }

.planters-hero-image[b-l3nekeomx8],
.feature-image[b-l3nekeomx8] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .planters-hero-image img[b-l3nekeomx8],
    .feature-image img[b-l3nekeomx8],
    .product-image img[b-l3nekeomx8] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.planters-intro[b-l3nekeomx8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-l3nekeomx8] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-l3nekeomx8]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-l3nekeomx8] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-l3nekeomx8] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.planters-feature[b-l3nekeomx8] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-l3nekeomx8] {
    max-width: 42rem;
}

    .feature-content h2[b-l3nekeomx8] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-l3nekeomx8] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-l3nekeomx8] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-l3nekeomx8] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-l3nekeomx8] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-l3nekeomx8] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-l3nekeomx8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-l3nekeomx8] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-l3nekeomx8] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-l3nekeomx8] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-l3nekeomx8] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-l3nekeomx8] {
    transform: scale(1.035);
}

.product-content[b-l3nekeomx8] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-l3nekeomx8] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-l3nekeomx8] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-l3nekeomx8] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-l3nekeomx8] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.planters-banner[b-l3nekeomx8] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .planters-banner div[b-l3nekeomx8] {
        max-width: 44rem;
    }

    .planters-banner h2[b-l3nekeomx8] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .planters-banner p:not(.eyebrow)[b-l3nekeomx8] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .planters-hero[b-l3nekeomx8],
    .planters-feature[b-l3nekeomx8] {
        grid-template-columns: 1fr;
    }

    .planters-hero-image[b-l3nekeomx8],
    .feature-image[b-l3nekeomx8] {
        min-height: 24rem;
    }

    .product-grid[b-l3nekeomx8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .planters-intro[b-l3nekeomx8] {
        grid-template-columns: 1fr;
    }

    .planters-banner[b-l3nekeomx8] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .planters-page[b-l3nekeomx8] {
        padding: 1.5rem 1rem 3rem;
    }

    .planters-hero[b-l3nekeomx8] {
        padding-top: 1.5rem;
    }

    .planters-hero-image[b-l3nekeomx8],
    .feature-image[b-l3nekeomx8] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-l3nekeomx8],
    .product-card[b-l3nekeomx8],
    .planters-banner[b-l3nekeomx8] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-l3nekeomx8] {
        flex-direction: column;
    }

    .primary-button[b-l3nekeomx8],
    .secondary-button[b-l3nekeomx8] {
        width: 100%;
    }

    .product-grid[b-l3nekeomx8] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Aeris.razor.rz.scp.css */
.product-page[b-z81y4xxq34] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-z81y4xxq34] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-z81y4xxq34] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-z81y4xxq34] {
    width: 100%;
}

.main-image-option[b-z81y4xxq34] {
    display: none;
}

#aeris-gallery-1:checked ~ .gallery-display .main-image-option-1[b-z81y4xxq34],
#aeris-gallery-2:checked ~ .gallery-display .main-image-option-2[b-z81y4xxq34],
#aeris-gallery-3:checked ~ .gallery-display .main-image-option-3[b-z81y4xxq34],
#aeris-gallery-4:checked ~ .gallery-display .main-image-option-4[b-z81y4xxq34] {
    display: block;
}

.main-image[b-z81y4xxq34] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-z81y4xxq34] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-z81y4xxq34],
.gallery-thumbnail img[b-z81y4xxq34],
.detail-image img[b-z81y4xxq34],
.colour-image img[b-z81y4xxq34] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-z81y4xxq34],
.colour-image img[b-z81y4xxq34] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-z81y4xxq34] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-z81y4xxq34] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#aeris-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-z81y4xxq34],
#aeris-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-z81y4xxq34],
#aeris-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-z81y4xxq34],
#aeris-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-z81y4xxq34] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-z81y4xxq34] {
    max-width: 44rem;
}

.eyebrow[b-z81y4xxq34] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-z81y4xxq34],
.product-intro h2[b-z81y4xxq34],
.detail-content h2[b-z81y4xxq34],
.section-heading h2[b-z81y4xxq34],
.product-banner h2[b-z81y4xxq34] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-z81y4xxq34] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-z81y4xxq34] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-z81y4xxq34] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-z81y4xxq34],
.highlight-value[b-z81y4xxq34] {
    display: block;
}

.highlight-label[b-z81y4xxq34] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-z81y4xxq34] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-z81y4xxq34] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-z81y4xxq34],
.secondary-button[b-z81y4xxq34] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-z81y4xxq34] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-z81y4xxq34] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-z81y4xxq34],
    .secondary-button:hover[b-z81y4xxq34] {
        transform: translateY(-2px);
    }

.product-intro[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-z81y4xxq34] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-z81y4xxq34]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-z81y4xxq34] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-z81y4xxq34] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-z81y4xxq34] {
    max-width: 42rem;
}

    .detail-content h2[b-z81y4xxq34] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-z81y4xxq34] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-z81y4xxq34] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.ventilation-section[b-z81y4xxq34],
.colour-section[b-z81y4xxq34],
.details-grid-section[b-z81y4xxq34] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-z81y4xxq34] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-z81y4xxq34] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-z81y4xxq34] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.ventilation-grid[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-z81y4xxq34] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-z81y4xxq34] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-z81y4xxq34] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-z81y4xxq34] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-z81y4xxq34] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-z81y4xxq34] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-z81y4xxq34] {
        max-width: 44rem;
    }

    .product-banner h2[b-z81y4xxq34] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-z81y4xxq34] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-z81y4xxq34],
    .product-detail-section[b-z81y4xxq34] {
        grid-template-columns: 1fr;
    }

    .main-image[b-z81y4xxq34],
    .detail-image[b-z81y4xxq34] {
        height: 24rem;
    }

    .details-grid[b-z81y4xxq34] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-z81y4xxq34],
    .ventilation-grid[b-z81y4xxq34] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-z81y4xxq34] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-z81y4xxq34] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-z81y4xxq34] {
        padding-top: 1.5rem;
    }

    .main-image[b-z81y4xxq34],
    .detail-image[b-z81y4xxq34] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-z81y4xxq34] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-z81y4xxq34] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-z81y4xxq34],
    .details-grid[b-z81y4xxq34] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-z81y4xxq34],
    .detail-card[b-z81y4xxq34],
    .colour-image[b-z81y4xxq34],
    .product-banner[b-z81y4xxq34] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-z81y4xxq34] {
        flex-direction: column;
    }

    .primary-button[b-z81y4xxq34],
    .secondary-button[b-z81y4xxq34] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Cofesia.razor.rz.scp.css */
.product-page[b-99pd1sq4nn] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-99pd1sq4nn] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-99pd1sq4nn] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-99pd1sq4nn] {
    width: 100%;
}

.main-image-option[b-99pd1sq4nn] {
    display: none;
}

#cofesia-gallery-1:checked ~ .gallery-display .main-image-option-1[b-99pd1sq4nn],
#cofesia-gallery-2:checked ~ .gallery-display .main-image-option-2[b-99pd1sq4nn],
#cofesia-gallery-3:checked ~ .gallery-display .main-image-option-3[b-99pd1sq4nn],
#cofesia-gallery-4:checked ~ .gallery-display .main-image-option-4[b-99pd1sq4nn] {
    display: block;
}

.main-image[b-99pd1sq4nn] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-99pd1sq4nn] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-99pd1sq4nn],
.gallery-thumbnail img[b-99pd1sq4nn],
.detail-image img[b-99pd1sq4nn],
.colour-image img[b-99pd1sq4nn] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-99pd1sq4nn],
.colour-image img[b-99pd1sq4nn] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-99pd1sq4nn] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-99pd1sq4nn] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#cofesia-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-99pd1sq4nn],
#cofesia-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-99pd1sq4nn],
#cofesia-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-99pd1sq4nn],
#cofesia-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-99pd1sq4nn] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-99pd1sq4nn] {
    max-width: 44rem;
}

.eyebrow[b-99pd1sq4nn] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-99pd1sq4nn],
.product-intro h2[b-99pd1sq4nn],
.detail-content h2[b-99pd1sq4nn],
.section-heading h2[b-99pd1sq4nn],
.product-banner h2[b-99pd1sq4nn] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-99pd1sq4nn] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-99pd1sq4nn] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-99pd1sq4nn] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-99pd1sq4nn],
.highlight-value[b-99pd1sq4nn] {
    display: block;
}

.highlight-label[b-99pd1sq4nn] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-99pd1sq4nn] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-99pd1sq4nn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-99pd1sq4nn],
.secondary-button[b-99pd1sq4nn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-99pd1sq4nn] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-99pd1sq4nn] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-99pd1sq4nn],
    .secondary-button:hover[b-99pd1sq4nn] {
        transform: translateY(-2px);
    }

.product-intro[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-99pd1sq4nn] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-99pd1sq4nn]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-99pd1sq4nn] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-99pd1sq4nn] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-99pd1sq4nn] {
    max-width: 42rem;
}

    .detail-content h2[b-99pd1sq4nn] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-99pd1sq4nn] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-99pd1sq4nn] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.functional-points[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.functional-section .detail-card[b-99pd1sq4nn] {
    min-height: auto;
}

.colour-section[b-99pd1sq4nn],
.details-grid-section[b-99pd1sq4nn] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-99pd1sq4nn] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-99pd1sq4nn] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-99pd1sq4nn] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-99pd1sq4nn] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-99pd1sq4nn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-99pd1sq4nn] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-99pd1sq4nn] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-99pd1sq4nn] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-99pd1sq4nn] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-99pd1sq4nn] {
        max-width: 44rem;
    }

    .product-banner h2[b-99pd1sq4nn] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-99pd1sq4nn] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-99pd1sq4nn],
    .product-detail-section[b-99pd1sq4nn] {
        grid-template-columns: 1fr;
    }

    .main-image[b-99pd1sq4nn],
    .detail-image[b-99pd1sq4nn] {
        height: 24rem;
    }

    .details-grid[b-99pd1sq4nn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-99pd1sq4nn],
    .functional-points[b-99pd1sq4nn] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-99pd1sq4nn] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-99pd1sq4nn] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-99pd1sq4nn] {
        padding-top: 1.5rem;
    }

    .main-image[b-99pd1sq4nn],
    .detail-image[b-99pd1sq4nn] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-99pd1sq4nn] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-99pd1sq4nn] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-99pd1sq4nn],
    .details-grid[b-99pd1sq4nn] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-99pd1sq4nn],
    .detail-card[b-99pd1sq4nn],
    .colour-image[b-99pd1sq4nn],
    .product-banner[b-99pd1sq4nn] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-99pd1sq4nn] {
        flex-direction: column;
    }

    .primary-button[b-99pd1sq4nn],
    .secondary-button[b-99pd1sq4nn] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Eggia.razor.rz.scp.css */
.product-page[b-g4t8jlbv7r] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-g4t8jlbv7r] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-g4t8jlbv7r] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-g4t8jlbv7r] {
    width: 100%;
}

.main-image-option[b-g4t8jlbv7r] {
    display: none;
}

#eggia-gallery-1:checked ~ .gallery-display .main-image-option-1[b-g4t8jlbv7r],
#eggia-gallery-2:checked ~ .gallery-display .main-image-option-2[b-g4t8jlbv7r],
#eggia-gallery-3:checked ~ .gallery-display .main-image-option-3[b-g4t8jlbv7r] {
    display: block;
}

.main-image[b-g4t8jlbv7r] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-g4t8jlbv7r] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-g4t8jlbv7r],
.gallery-thumbnail img[b-g4t8jlbv7r],
.detail-image img[b-g4t8jlbv7r],
.colour-image img[b-g4t8jlbv7r] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-3 img[b-g4t8jlbv7r],
.colour-image img[b-g4t8jlbv7r] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-g4t8jlbv7r] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-g4t8jlbv7r] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#eggia-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-g4t8jlbv7r],
#eggia-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-g4t8jlbv7r],
#eggia-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-g4t8jlbv7r] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-g4t8jlbv7r] {
    max-width: 44rem;
}

.eyebrow[b-g4t8jlbv7r] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-g4t8jlbv7r],
.product-intro h2[b-g4t8jlbv7r],
.detail-content h2[b-g4t8jlbv7r],
.section-heading h2[b-g4t8jlbv7r],
.product-banner h2[b-g4t8jlbv7r] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-g4t8jlbv7r] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-g4t8jlbv7r] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-g4t8jlbv7r] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-g4t8jlbv7r],
.highlight-value[b-g4t8jlbv7r] {
    display: block;
}

.highlight-label[b-g4t8jlbv7r] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-g4t8jlbv7r] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-g4t8jlbv7r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-g4t8jlbv7r],
.secondary-button[b-g4t8jlbv7r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-g4t8jlbv7r] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-g4t8jlbv7r] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-g4t8jlbv7r],
    .secondary-button:hover[b-g4t8jlbv7r] {
        transform: translateY(-2px);
    }

.product-intro[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-g4t8jlbv7r] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-g4t8jlbv7r]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-g4t8jlbv7r] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-g4t8jlbv7r] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-g4t8jlbv7r] {
    max-width: 42rem;
}

    .detail-content h2[b-g4t8jlbv7r] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-g4t8jlbv7r] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-g4t8jlbv7r] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.functional-points[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.functional-section .detail-card[b-g4t8jlbv7r] {
    min-height: auto;
}

.colour-section[b-g4t8jlbv7r],
.details-grid-section[b-g4t8jlbv7r] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-g4t8jlbv7r] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-g4t8jlbv7r] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-g4t8jlbv7r] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-g4t8jlbv7r] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-g4t8jlbv7r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-g4t8jlbv7r] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-g4t8jlbv7r] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-g4t8jlbv7r] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-g4t8jlbv7r] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-g4t8jlbv7r] {
        max-width: 44rem;
    }

    .product-banner h2[b-g4t8jlbv7r] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-g4t8jlbv7r] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-g4t8jlbv7r],
    .product-detail-section[b-g4t8jlbv7r] {
        grid-template-columns: 1fr;
    }

    .main-image[b-g4t8jlbv7r],
    .detail-image[b-g4t8jlbv7r] {
        height: 24rem;
    }

    .details-grid[b-g4t8jlbv7r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-g4t8jlbv7r],
    .functional-points[b-g4t8jlbv7r] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-g4t8jlbv7r] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-g4t8jlbv7r] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-g4t8jlbv7r] {
        padding-top: 1.5rem;
    }

    .main-image[b-g4t8jlbv7r],
    .detail-image[b-g4t8jlbv7r] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-g4t8jlbv7r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-g4t8jlbv7r] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-g4t8jlbv7r],
    .details-grid[b-g4t8jlbv7r] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-g4t8jlbv7r],
    .detail-card[b-g4t8jlbv7r],
    .colour-image[b-g4t8jlbv7r],
    .product-banner[b-g4t8jlbv7r] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-g4t8jlbv7r] {
        flex-direction: column;
    }

    .primary-button[b-g4t8jlbv7r],
    .secondary-button[b-g4t8jlbv7r] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Morra.razor.rz.scp.css */
.product-page[b-2yfd19p1hf] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-2yfd19p1hf] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-2yfd19p1hf] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-2yfd19p1hf] {
    width: 100%;
}

.main-image-option[b-2yfd19p1hf] {
    display: none;
}

#morra-gallery-1:checked ~ .gallery-display .main-image-option-1[b-2yfd19p1hf],
#morra-gallery-2:checked ~ .gallery-display .main-image-option-2[b-2yfd19p1hf],
#morra-gallery-3:checked ~ .gallery-display .main-image-option-3[b-2yfd19p1hf],
#morra-gallery-4:checked ~ .gallery-display .main-image-option-4[b-2yfd19p1hf],
#morra-gallery-5:checked ~ .gallery-display .main-image-option-5[b-2yfd19p1hf] {
    display: block;
}

.main-image[b-2yfd19p1hf] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-2yfd19p1hf] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-2yfd19p1hf],
.gallery-thumbnail img[b-2yfd19p1hf],
.detail-image img[b-2yfd19p1hf],
.colour-image img[b-2yfd19p1hf] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-2yfd19p1hf],
.colour-image img[b-2yfd19p1hf] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-2yfd19p1hf] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-2yfd19p1hf] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#morra-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-2yfd19p1hf],
#morra-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-2yfd19p1hf],
#morra-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-2yfd19p1hf],
#morra-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-2yfd19p1hf],
#morra-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-2yfd19p1hf] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-2yfd19p1hf] {
    max-width: 44rem;
}

.eyebrow[b-2yfd19p1hf] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-2yfd19p1hf],
.product-intro h2[b-2yfd19p1hf],
.detail-content h2[b-2yfd19p1hf],
.section-heading h2[b-2yfd19p1hf],
.product-banner h2[b-2yfd19p1hf] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-2yfd19p1hf] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-2yfd19p1hf] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-2yfd19p1hf] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-2yfd19p1hf],
.highlight-value[b-2yfd19p1hf] {
    display: block;
}

.highlight-label[b-2yfd19p1hf] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-2yfd19p1hf] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-2yfd19p1hf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-2yfd19p1hf],
.secondary-button[b-2yfd19p1hf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-2yfd19p1hf] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-2yfd19p1hf] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-2yfd19p1hf],
    .secondary-button:hover[b-2yfd19p1hf] {
        transform: translateY(-2px);
    }

.product-intro[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-2yfd19p1hf] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-2yfd19p1hf]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-2yfd19p1hf] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-2yfd19p1hf] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-2yfd19p1hf] {
    max-width: 42rem;
}

    .detail-content h2[b-2yfd19p1hf] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-2yfd19p1hf] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-2yfd19p1hf] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.functional-points[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.functional-section .detail-card[b-2yfd19p1hf] {
    min-height: auto;
}

.colour-section[b-2yfd19p1hf],
.details-grid-section[b-2yfd19p1hf] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-2yfd19p1hf] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-2yfd19p1hf] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-2yfd19p1hf] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-2yfd19p1hf] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-2yfd19p1hf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-2yfd19p1hf] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-2yfd19p1hf] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-2yfd19p1hf] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-2yfd19p1hf] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-2yfd19p1hf] {
        max-width: 44rem;
    }

    .product-banner h2[b-2yfd19p1hf] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-2yfd19p1hf] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-2yfd19p1hf],
    .product-detail-section[b-2yfd19p1hf] {
        grid-template-columns: 1fr;
    }

    .main-image[b-2yfd19p1hf],
    .detail-image[b-2yfd19p1hf] {
        height: 24rem;
    }

    .details-grid[b-2yfd19p1hf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-2yfd19p1hf],
    .functional-points[b-2yfd19p1hf] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-2yfd19p1hf] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-2yfd19p1hf] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-2yfd19p1hf] {
        padding-top: 1.5rem;
    }

    .main-image[b-2yfd19p1hf],
    .detail-image[b-2yfd19p1hf] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-2yfd19p1hf] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-2yfd19p1hf] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-2yfd19p1hf],
    .details-grid[b-2yfd19p1hf] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-2yfd19p1hf],
    .detail-card[b-2yfd19p1hf],
    .colour-image[b-2yfd19p1hf],
    .product-banner[b-2yfd19p1hf] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-2yfd19p1hf] {
        flex-direction: column;
    }

    .primary-button[b-2yfd19p1hf],
    .secondary-button[b-2yfd19p1hf] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/MossBuddy.razor.rz.scp.css */
.product-page[b-rx9vtjy3r1] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-rx9vtjy3r1] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-rx9vtjy3r1] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-rx9vtjy3r1] {
    width: 100%;
}

.main-image-option[b-rx9vtjy3r1] {
    display: none;
}

#mossbuddy-gallery-1:checked ~ .gallery-display .main-image-option-1[b-rx9vtjy3r1],
#mossbuddy-gallery-2:checked ~ .gallery-display .main-image-option-2[b-rx9vtjy3r1],
#mossbuddy-gallery-3:checked ~ .gallery-display .main-image-option-3[b-rx9vtjy3r1],
#mossbuddy-gallery-4:checked ~ .gallery-display .main-image-option-4[b-rx9vtjy3r1],
#mossbuddy-gallery-5:checked ~ .gallery-display .main-image-option-5[b-rx9vtjy3r1],
#mossbuddy-gallery-6:checked ~ .gallery-display .main-image-option-6[b-rx9vtjy3r1] {
    display: block;
}

.main-image[b-rx9vtjy3r1] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-rx9vtjy3r1] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-rx9vtjy3r1],
.gallery-thumbnail img[b-rx9vtjy3r1],
.detail-image img[b-rx9vtjy3r1],
.colour-image img[b-rx9vtjy3r1] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-rx9vtjy3r1],
.colour-image img[b-rx9vtjy3r1] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-rx9vtjy3r1] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-rx9vtjy3r1] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#mossbuddy-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-rx9vtjy3r1],
#mossbuddy-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-rx9vtjy3r1],
#mossbuddy-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-rx9vtjy3r1],
#mossbuddy-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-rx9vtjy3r1],
#mossbuddy-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-rx9vtjy3r1],
#mossbuddy-gallery-6:checked ~ .gallery-grid .gallery-thumbnail-6[b-rx9vtjy3r1] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-rx9vtjy3r1] {
    max-width: 44rem;
}

.eyebrow[b-rx9vtjy3r1] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-rx9vtjy3r1],
.product-intro h2[b-rx9vtjy3r1],
.detail-content h2[b-rx9vtjy3r1],
.section-heading h2[b-rx9vtjy3r1],
.product-banner h2[b-rx9vtjy3r1] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-rx9vtjy3r1] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-rx9vtjy3r1] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-rx9vtjy3r1] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-rx9vtjy3r1],
.highlight-value[b-rx9vtjy3r1] {
    display: block;
}

.highlight-label[b-rx9vtjy3r1] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-rx9vtjy3r1] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-rx9vtjy3r1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-rx9vtjy3r1],
.secondary-button[b-rx9vtjy3r1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-rx9vtjy3r1] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-rx9vtjy3r1] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-rx9vtjy3r1],
    .secondary-button:hover[b-rx9vtjy3r1] {
        transform: translateY(-2px);
    }

.product-intro[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-rx9vtjy3r1] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-rx9vtjy3r1]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-rx9vtjy3r1] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-rx9vtjy3r1] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-rx9vtjy3r1] {
    max-width: 42rem;
}

    .detail-content h2[b-rx9vtjy3r1] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-rx9vtjy3r1] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-rx9vtjy3r1] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-rx9vtjy3r1],
.colour-section[b-rx9vtjy3r1],
.details-grid-section[b-rx9vtjy3r1] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-rx9vtjy3r1] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-rx9vtjy3r1] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-rx9vtjy3r1] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-rx9vtjy3r1] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.use-image[b-rx9vtjy3r1] {
    margin-bottom: 2rem;
}

.details-grid[b-rx9vtjy3r1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-rx9vtjy3r1] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-rx9vtjy3r1] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-rx9vtjy3r1] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-rx9vtjy3r1] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-rx9vtjy3r1] {
        max-width: 44rem;
    }

    .product-banner h2[b-rx9vtjy3r1] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-rx9vtjy3r1] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-rx9vtjy3r1],
    .product-detail-section[b-rx9vtjy3r1] {
        grid-template-columns: 1fr;
    }

    .main-image[b-rx9vtjy3r1],
    .detail-image[b-rx9vtjy3r1] {
        height: 24rem;
    }

    .details-grid[b-rx9vtjy3r1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-rx9vtjy3r1],
    .use-grid[b-rx9vtjy3r1] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-rx9vtjy3r1] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-rx9vtjy3r1] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-rx9vtjy3r1] {
        padding-top: 1.5rem;
    }

    .main-image[b-rx9vtjy3r1],
    .detail-image[b-rx9vtjy3r1] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-rx9vtjy3r1] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-rx9vtjy3r1] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-rx9vtjy3r1],
    .details-grid[b-rx9vtjy3r1] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-rx9vtjy3r1],
    .detail-card[b-rx9vtjy3r1],
    .colour-image[b-rx9vtjy3r1],
    .product-banner[b-rx9vtjy3r1] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-rx9vtjy3r1] {
        flex-direction: column;
    }

    .primary-button[b-rx9vtjy3r1],
    .secondary-button[b-rx9vtjy3r1] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Ropla.razor.rz.scp.css */
.product-page[b-3gxf1vtygx] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-3gxf1vtygx] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-3gxf1vtygx] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-3gxf1vtygx] {
    width: 100%;
}

.main-image-option[b-3gxf1vtygx] {
    display: none;
}

#ropla-gallery-1:checked ~ .gallery-display .main-image-option-1[b-3gxf1vtygx],
#ropla-gallery-2:checked ~ .gallery-display .main-image-option-2[b-3gxf1vtygx],
#ropla-gallery-3:checked ~ .gallery-display .main-image-option-3[b-3gxf1vtygx] {
    display: block;
}

.main-image[b-3gxf1vtygx] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-3gxf1vtygx] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-3gxf1vtygx],
.gallery-thumbnail img[b-3gxf1vtygx],
.detail-image img[b-3gxf1vtygx],
.colour-image img[b-3gxf1vtygx] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-3 img[b-3gxf1vtygx],
.colour-image img[b-3gxf1vtygx] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-3gxf1vtygx] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-3gxf1vtygx] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#ropla-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-3gxf1vtygx],
#ropla-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-3gxf1vtygx],
#ropla-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-3gxf1vtygx] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-3gxf1vtygx] {
    max-width: 44rem;
}

.eyebrow[b-3gxf1vtygx] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-3gxf1vtygx],
.product-intro h2[b-3gxf1vtygx],
.detail-content h2[b-3gxf1vtygx],
.section-heading h2[b-3gxf1vtygx],
.product-banner h2[b-3gxf1vtygx] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-3gxf1vtygx] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-3gxf1vtygx] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-3gxf1vtygx] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-3gxf1vtygx],
.highlight-value[b-3gxf1vtygx] {
    display: block;
}

.highlight-label[b-3gxf1vtygx] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-3gxf1vtygx] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-3gxf1vtygx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-3gxf1vtygx],
.secondary-button[b-3gxf1vtygx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-3gxf1vtygx] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-3gxf1vtygx] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-3gxf1vtygx],
    .secondary-button:hover[b-3gxf1vtygx] {
        transform: translateY(-2px);
    }

.product-intro[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-3gxf1vtygx] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-3gxf1vtygx]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-3gxf1vtygx] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-3gxf1vtygx] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-3gxf1vtygx] {
    max-width: 42rem;
}

    .detail-content h2[b-3gxf1vtygx] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-3gxf1vtygx] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-3gxf1vtygx] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-3gxf1vtygx],
.colour-section[b-3gxf1vtygx],
.details-grid-section[b-3gxf1vtygx] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-3gxf1vtygx] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-3gxf1vtygx] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-3gxf1vtygx] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-3gxf1vtygx] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-3gxf1vtygx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-3gxf1vtygx] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-3gxf1vtygx] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-3gxf1vtygx] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-3gxf1vtygx] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-3gxf1vtygx] {
        max-width: 44rem;
    }

    .product-banner h2[b-3gxf1vtygx] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-3gxf1vtygx] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-3gxf1vtygx],
    .product-detail-section[b-3gxf1vtygx] {
        grid-template-columns: 1fr;
    }

    .main-image[b-3gxf1vtygx],
    .detail-image[b-3gxf1vtygx] {
        height: 24rem;
    }

    .details-grid[b-3gxf1vtygx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-3gxf1vtygx],
    .use-grid[b-3gxf1vtygx] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-3gxf1vtygx] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-3gxf1vtygx] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-3gxf1vtygx] {
        padding-top: 1.5rem;
    }

    .main-image[b-3gxf1vtygx],
    .detail-image[b-3gxf1vtygx] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-3gxf1vtygx] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-3gxf1vtygx] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-3gxf1vtygx],
    .details-grid[b-3gxf1vtygx] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-3gxf1vtygx],
    .detail-card[b-3gxf1vtygx],
    .colour-image[b-3gxf1vtygx],
    .product-banner[b-3gxf1vtygx] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-3gxf1vtygx] {
        flex-direction: column;
    }

    .primary-button[b-3gxf1vtygx],
    .secondary-button[b-3gxf1vtygx] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Stramel.razor.rz.scp.css */
.product-page[b-sgplql5w3g] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-sgplql5w3g] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-sgplql5w3g] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-sgplql5w3g] {
    width: 100%;
}

.main-image-option[b-sgplql5w3g] {
    display: none;
}

#stramel-gallery-1:checked ~ .gallery-display .main-image-option-1[b-sgplql5w3g],
#stramel-gallery-2:checked ~ .gallery-display .main-image-option-2[b-sgplql5w3g],
#stramel-gallery-3:checked ~ .gallery-display .main-image-option-3[b-sgplql5w3g],
#stramel-gallery-4:checked ~ .gallery-display .main-image-option-4[b-sgplql5w3g],
#stramel-gallery-5:checked ~ .gallery-display .main-image-option-5[b-sgplql5w3g] {
    display: block;
}

.main-image[b-sgplql5w3g] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-sgplql5w3g] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-sgplql5w3g],
.gallery-thumbnail img[b-sgplql5w3g],
.detail-image img[b-sgplql5w3g],
.colour-image img[b-sgplql5w3g],
.function-image-card img[b-sgplql5w3g] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-sgplql5w3g],
.colour-image img[b-sgplql5w3g] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-sgplql5w3g] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-sgplql5w3g] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#stramel-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-sgplql5w3g],
#stramel-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-sgplql5w3g],
#stramel-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-sgplql5w3g],
#stramel-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-sgplql5w3g],
#stramel-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-sgplql5w3g] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-sgplql5w3g] {
    max-width: 44rem;
}

.eyebrow[b-sgplql5w3g] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-sgplql5w3g],
.product-intro h2[b-sgplql5w3g],
.detail-content h2[b-sgplql5w3g],
.section-heading h2[b-sgplql5w3g],
.product-banner h2[b-sgplql5w3g],
.function-card h3[b-sgplql5w3g],
.detail-card h3[b-sgplql5w3g] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-sgplql5w3g] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-sgplql5w3g] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-sgplql5w3g] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-sgplql5w3g],
.highlight-value[b-sgplql5w3g] {
    display: block;
}

.highlight-label[b-sgplql5w3g] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-sgplql5w3g] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-sgplql5w3g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-sgplql5w3g],
.secondary-button[b-sgplql5w3g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-sgplql5w3g] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-sgplql5w3g] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-sgplql5w3g],
    .secondary-button:hover[b-sgplql5w3g] {
        transform: translateY(-2px);
    }

.product-intro[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-sgplql5w3g] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-sgplql5w3g]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-sgplql5w3g] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-sgplql5w3g] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-sgplql5w3g] {
    max-width: 42rem;
}

    .detail-content h2[b-sgplql5w3g] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-sgplql5w3g] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-sgplql5w3g] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.functionality-section[b-sgplql5w3g],
.colour-section[b-sgplql5w3g],
.details-grid-section[b-sgplql5w3g] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-sgplql5w3g] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-sgplql5w3g] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-sgplql5w3g] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.functionality-grid[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.function-card[b-sgplql5w3g] {
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .function-card h3[b-sgplql5w3g] {
        margin: 0 0 0.75rem;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .function-card p[b-sgplql5w3g] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.function-image-card[b-sgplql5w3g] {
    overflow: hidden;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
    min-height: 22rem;
}

.colour-image[b-sgplql5w3g] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-sgplql5w3g] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-sgplql5w3g] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-sgplql5w3g] {
        margin: 0 0 0.6rem;
        font-size: 1.15rem;
        font-weight: 800;
    }

    .detail-card p[b-sgplql5w3g] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-sgplql5w3g] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-sgplql5w3g] {
        max-width: 44rem;
    }

    .product-banner h2[b-sgplql5w3g] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-sgplql5w3g] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-sgplql5w3g],
    .product-detail-section[b-sgplql5w3g] {
        grid-template-columns: 1fr;
    }

    .main-image[b-sgplql5w3g],
    .detail-image[b-sgplql5w3g] {
        height: 24rem;
    }

    .details-grid[b-sgplql5w3g] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-sgplql5w3g],
    .functionality-grid[b-sgplql5w3g] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-sgplql5w3g] {
        align-items: flex-start;
        flex-direction: column;
    }

    .function-image-card[b-sgplql5w3g] {
        min-height: 20rem;
    }
}

@media (max-width: 620px) {
    .product-page[b-sgplql5w3g] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-sgplql5w3g] {
        padding-top: 1.5rem;
    }

    .main-image[b-sgplql5w3g],
    .detail-image[b-sgplql5w3g] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-sgplql5w3g] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-sgplql5w3g] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-sgplql5w3g],
    .details-grid[b-sgplql5w3g] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-sgplql5w3g],
    .detail-card[b-sgplql5w3g],
    .function-card[b-sgplql5w3g],
    .function-image-card[b-sgplql5w3g],
    .colour-image[b-sgplql5w3g],
    .product-banner[b-sgplql5w3g] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-sgplql5w3g] {
        flex-direction: column;
    }

    .primary-button[b-sgplql5w3g],
    .secondary-button[b-sgplql5w3g] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Thalos.razor.rz.scp.css */
.product-page[b-7r9v1rhyes] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-7r9v1rhyes] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-7r9v1rhyes] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-7r9v1rhyes] {
    width: 100%;
}

.main-image-option[b-7r9v1rhyes] {
    display: none;
}

#thalos-gallery-1:checked ~ .gallery-display .main-image-option-1[b-7r9v1rhyes],
#thalos-gallery-2:checked ~ .gallery-display .main-image-option-2[b-7r9v1rhyes],
#thalos-gallery-3:checked ~ .gallery-display .main-image-option-3[b-7r9v1rhyes],
#thalos-gallery-4:checked ~ .gallery-display .main-image-option-4[b-7r9v1rhyes],
#thalos-gallery-5:checked ~ .gallery-display .main-image-option-5[b-7r9v1rhyes],
#thalos-gallery-6:checked ~ .gallery-display .main-image-option-6[b-7r9v1rhyes] {
    display: block;
}

.main-image[b-7r9v1rhyes] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-7r9v1rhyes] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-7r9v1rhyes],
.gallery-thumbnail img[b-7r9v1rhyes],
.detail-image img[b-7r9v1rhyes],
.colour-image img[b-7r9v1rhyes] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-6 img[b-7r9v1rhyes],
.colour-image img[b-7r9v1rhyes] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-7r9v1rhyes] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-7r9v1rhyes] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#thalos-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-7r9v1rhyes],
#thalos-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-7r9v1rhyes],
#thalos-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-7r9v1rhyes],
#thalos-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-7r9v1rhyes],
#thalos-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-7r9v1rhyes],
#thalos-gallery-6:checked ~ .gallery-grid .gallery-thumbnail-6[b-7r9v1rhyes] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-7r9v1rhyes] {
    max-width: 44rem;
}

.eyebrow[b-7r9v1rhyes] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-7r9v1rhyes],
.product-intro h2[b-7r9v1rhyes],
.detail-content h2[b-7r9v1rhyes],
.section-heading h2[b-7r9v1rhyes],
.product-banner h2[b-7r9v1rhyes] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-7r9v1rhyes] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-7r9v1rhyes] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-7r9v1rhyes] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-7r9v1rhyes],
.highlight-value[b-7r9v1rhyes] {
    display: block;
}

.highlight-label[b-7r9v1rhyes] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-7r9v1rhyes] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-7r9v1rhyes] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-7r9v1rhyes],
.secondary-button[b-7r9v1rhyes] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-7r9v1rhyes] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-7r9v1rhyes] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-7r9v1rhyes],
    .secondary-button:hover[b-7r9v1rhyes] {
        transform: translateY(-2px);
    }

.product-intro[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-7r9v1rhyes] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-7r9v1rhyes]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-7r9v1rhyes] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-7r9v1rhyes] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-7r9v1rhyes] {
    max-width: 42rem;
}

    .detail-content h2[b-7r9v1rhyes] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-7r9v1rhyes] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-7r9v1rhyes] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.ventilation-section[b-7r9v1rhyes],
.colour-section[b-7r9v1rhyes],
.details-grid-section[b-7r9v1rhyes] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-7r9v1rhyes] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-7r9v1rhyes] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-7r9v1rhyes] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-7r9v1rhyes] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-7r9v1rhyes] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-7r9v1rhyes] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-7r9v1rhyes] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-7r9v1rhyes] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-7r9v1rhyes] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-7r9v1rhyes] {
        max-width: 44rem;
    }

    .product-banner h2[b-7r9v1rhyes] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-7r9v1rhyes] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-7r9v1rhyes],
    .product-detail-section[b-7r9v1rhyes] {
        grid-template-columns: 1fr;
    }

    .main-image[b-7r9v1rhyes],
    .detail-image[b-7r9v1rhyes] {
        height: 24rem;
    }

    .details-grid[b-7r9v1rhyes] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-7r9v1rhyes] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-7r9v1rhyes] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-7r9v1rhyes] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-7r9v1rhyes] {
        padding-top: 1.5rem;
    }

    .main-image[b-7r9v1rhyes],
    .detail-image[b-7r9v1rhyes] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-7r9v1rhyes] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-7r9v1rhyes] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-7r9v1rhyes],
    .details-grid[b-7r9v1rhyes] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-7r9v1rhyes],
    .detail-card[b-7r9v1rhyes],
    .colour-image[b-7r9v1rhyes],
    .product-banner[b-7r9v1rhyes] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-7r9v1rhyes] {
        flex-direction: column;
    }

    .primary-button[b-7r9v1rhyes],
    .secondary-button[b-7r9v1rhyes] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/MaceterosProducts/Truhlik.razor.rz.scp.css */
.product-page[b-w2vuib8ook] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-w2vuib8ook] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-w2vuib8ook] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-w2vuib8ook] {
    width: 100%;
}

.main-image-option[b-w2vuib8ook] {
    display: none;
}

#truhlik-gallery-1:checked ~ .gallery-display .main-image-option-1[b-w2vuib8ook],
#truhlik-gallery-2:checked ~ .gallery-display .main-image-option-2[b-w2vuib8ook],
#truhlik-gallery-3:checked ~ .gallery-display .main-image-option-3[b-w2vuib8ook],
#truhlik-gallery-4:checked ~ .gallery-display .main-image-option-4[b-w2vuib8ook] {
    display: block;
}

.main-image[b-w2vuib8ook] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-w2vuib8ook] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-w2vuib8ook],
.gallery-thumbnail img[b-w2vuib8ook],
.detail-image img[b-w2vuib8ook],
.colour-image img[b-w2vuib8ook] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-w2vuib8ook],
.colour-image img[b-w2vuib8ook] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-w2vuib8ook] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-w2vuib8ook] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#truhlik-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-w2vuib8ook],
#truhlik-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-w2vuib8ook],
#truhlik-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-w2vuib8ook],
#truhlik-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-w2vuib8ook] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-w2vuib8ook] {
    max-width: 44rem;
}

.eyebrow[b-w2vuib8ook] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-w2vuib8ook],
.product-intro h2[b-w2vuib8ook],
.detail-content h2[b-w2vuib8ook],
.section-heading h2[b-w2vuib8ook],
.product-banner h2[b-w2vuib8ook] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-w2vuib8ook] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-w2vuib8ook] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-w2vuib8ook] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-w2vuib8ook],
.highlight-value[b-w2vuib8ook] {
    display: block;
}

.highlight-label[b-w2vuib8ook] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-w2vuib8ook] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-w2vuib8ook] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-w2vuib8ook],
.secondary-button[b-w2vuib8ook] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-w2vuib8ook] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-w2vuib8ook] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-w2vuib8ook],
    .secondary-button:hover[b-w2vuib8ook] {
        transform: translateY(-2px);
    }

.product-intro[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-w2vuib8ook] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-w2vuib8ook]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-w2vuib8ook] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-w2vuib8ook] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-w2vuib8ook] {
    max-width: 42rem;
}

    .detail-content h2[b-w2vuib8ook] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-w2vuib8ook] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-w2vuib8ook] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.functional-points[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.functional-section .detail-card[b-w2vuib8ook] {
    min-height: auto;
}

.colour-section[b-w2vuib8ook],
.details-grid-section[b-w2vuib8ook] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-w2vuib8ook] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-w2vuib8ook] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-w2vuib8ook] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-w2vuib8ook] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-w2vuib8ook] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-w2vuib8ook] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-w2vuib8ook] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-w2vuib8ook] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-w2vuib8ook] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-w2vuib8ook] {
        max-width: 44rem;
    }

    .product-banner h2[b-w2vuib8ook] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-w2vuib8ook] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-w2vuib8ook],
    .product-detail-section[b-w2vuib8ook] {
        grid-template-columns: 1fr;
    }

    .main-image[b-w2vuib8ook],
    .detail-image[b-w2vuib8ook] {
        height: 24rem;
    }

    .details-grid[b-w2vuib8ook] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-w2vuib8ook],
    .functional-points[b-w2vuib8ook] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-w2vuib8ook] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-w2vuib8ook] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-w2vuib8ook] {
        padding-top: 1.5rem;
    }

    .main-image[b-w2vuib8ook],
    .detail-image[b-w2vuib8ook] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-w2vuib8ook] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-w2vuib8ook] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-w2vuib8ook],
    .details-grid[b-w2vuib8ook] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-w2vuib8ook],
    .detail-card[b-w2vuib8ook],
    .colour-image[b-w2vuib8ook],
    .product-banner[b-w2vuib8ook] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-w2vuib8ook] {
        flex-direction: column;
    }

    .primary-button[b-w2vuib8ook],
    .secondary-button[b-w2vuib8ook] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresBelleza.razor.rz.scp.css */
.beauty-page[b-rf96cn882o] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.beauty-hero[b-rf96cn882o] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.beauty-hero-content[b-rf96cn882o] {
    max-width: 58rem;
}

.eyebrow[b-rf96cn882o] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.beauty-hero h1[b-rf96cn882o],
.section-heading h2[b-rf96cn882o],
.feature-content h2[b-rf96cn882o],
.beauty-banner h2[b-rf96cn882o] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.beauty-hero h1[b-rf96cn882o] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-rf96cn882o] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-rf96cn882o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-rf96cn882o],
.secondary-button[b-rf96cn882o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-rf96cn882o] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-rf96cn882o] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-rf96cn882o],
    .secondary-button:hover[b-rf96cn882o] {
        transform: translateY(-2px);
    }

.beauty-hero-image[b-rf96cn882o],
.feature-image[b-rf96cn882o] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .beauty-hero-image img[b-rf96cn882o],
    .feature-image img[b-rf96cn882o],
    .product-image img[b-rf96cn882o] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.beauty-intro[b-rf96cn882o] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-rf96cn882o] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-rf96cn882o]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-rf96cn882o] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-rf96cn882o] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.beauty-feature[b-rf96cn882o] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-rf96cn882o] {
    max-width: 42rem;
}

    .feature-content h2[b-rf96cn882o] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-rf96cn882o] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-rf96cn882o] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-rf96cn882o] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-rf96cn882o] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-rf96cn882o] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-rf96cn882o] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-rf96cn882o] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-rf96cn882o] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-rf96cn882o] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-rf96cn882o] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-rf96cn882o] {
    transform: scale(1.035);
}

.product-content[b-rf96cn882o] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-rf96cn882o] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-rf96cn882o] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-rf96cn882o] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-rf96cn882o] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.beauty-banner[b-rf96cn882o] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .beauty-banner div[b-rf96cn882o] {
        max-width: 44rem;
    }

    .beauty-banner h2[b-rf96cn882o] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .beauty-banner p:not(.eyebrow)[b-rf96cn882o] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .beauty-hero[b-rf96cn882o],
    .beauty-feature[b-rf96cn882o] {
        grid-template-columns: 1fr;
    }

    .beauty-hero-image[b-rf96cn882o],
    .feature-image[b-rf96cn882o] {
        min-height: 24rem;
    }

    .product-grid[b-rf96cn882o] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .beauty-intro[b-rf96cn882o] {
        grid-template-columns: 1fr;
    }

    .beauty-banner[b-rf96cn882o] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .beauty-page[b-rf96cn882o] {
        padding: 1.5rem 1rem 3rem;
    }

    .beauty-hero[b-rf96cn882o] {
        padding-top: 1.5rem;
    }

    .beauty-hero-image[b-rf96cn882o],
    .feature-image[b-rf96cn882o] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-rf96cn882o],
    .product-card[b-rf96cn882o],
    .beauty-banner[b-rf96cn882o] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-rf96cn882o] {
        flex-direction: column;
    }

    .primary-button[b-rf96cn882o],
    .secondary-button[b-rf96cn882o] {
        width: 100%;
    }

    .product-grid[b-rf96cn882o] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresBellezaProducts/Flowlis.razor.rz.scp.css */
.product-page[b-85hqvqtpl8] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-85hqvqtpl8] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-85hqvqtpl8] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-85hqvqtpl8] {
    width: 100%;
}

.main-image-option[b-85hqvqtpl8] {
    display: none;
}

#flowlis-gallery-1:checked ~ .gallery-display .main-image-option-1[b-85hqvqtpl8],
#flowlis-gallery-2:checked ~ .gallery-display .main-image-option-2[b-85hqvqtpl8] {
    display: block;
}

.main-image[b-85hqvqtpl8] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-85hqvqtpl8] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-85hqvqtpl8],
.gallery-thumbnail img[b-85hqvqtpl8],
.detail-image img[b-85hqvqtpl8],
.colour-image img[b-85hqvqtpl8] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colour-image img[b-85hqvqtpl8],
.no-image-shadow img[b-85hqvqtpl8] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-85hqvqtpl8] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-85hqvqtpl8] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#flowlis-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-85hqvqtpl8],
#flowlis-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-85hqvqtpl8] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-85hqvqtpl8] {
    max-width: 44rem;
}

.eyebrow[b-85hqvqtpl8] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-85hqvqtpl8],
.product-intro h2[b-85hqvqtpl8],
.detail-content h2[b-85hqvqtpl8],
.section-heading h2[b-85hqvqtpl8],
.product-banner h2[b-85hqvqtpl8] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-85hqvqtpl8] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-85hqvqtpl8] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-85hqvqtpl8] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-85hqvqtpl8],
.highlight-value[b-85hqvqtpl8] {
    display: block;
}

.highlight-label[b-85hqvqtpl8] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-85hqvqtpl8] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-85hqvqtpl8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-85hqvqtpl8],
.secondary-button[b-85hqvqtpl8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-85hqvqtpl8] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-85hqvqtpl8] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-85hqvqtpl8],
    .secondary-button:hover[b-85hqvqtpl8] {
        transform: translateY(-2px);
    }

.product-intro[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-85hqvqtpl8] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-85hqvqtpl8]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-85hqvqtpl8] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-85hqvqtpl8] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-85hqvqtpl8] {
    max-width: 42rem;
}

    .detail-content h2[b-85hqvqtpl8] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-85hqvqtpl8] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-85hqvqtpl8] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-85hqvqtpl8],
.colour-section[b-85hqvqtpl8],
.details-grid-section[b-85hqvqtpl8] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-85hqvqtpl8] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-85hqvqtpl8] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-85hqvqtpl8] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-85hqvqtpl8] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-85hqvqtpl8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-85hqvqtpl8] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-85hqvqtpl8] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-85hqvqtpl8] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-85hqvqtpl8] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-85hqvqtpl8] {
        max-width: 44rem;
    }

    .product-banner h2[b-85hqvqtpl8] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-85hqvqtpl8] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-85hqvqtpl8],
    .product-detail-section[b-85hqvqtpl8] {
        grid-template-columns: 1fr;
    }

    .main-image[b-85hqvqtpl8],
    .detail-image[b-85hqvqtpl8] {
        height: 24rem;
    }

    .details-grid[b-85hqvqtpl8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-85hqvqtpl8],
    .use-grid[b-85hqvqtpl8] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-85hqvqtpl8] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-85hqvqtpl8] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-85hqvqtpl8] {
        padding-top: 1.5rem;
    }

    .main-image[b-85hqvqtpl8],
    .detail-image[b-85hqvqtpl8] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-85hqvqtpl8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-85hqvqtpl8] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-85hqvqtpl8],
    .details-grid[b-85hqvqtpl8] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-85hqvqtpl8],
    .detail-card[b-85hqvqtpl8],
    .colour-image[b-85hqvqtpl8],
    .product-banner[b-85hqvqtpl8] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-85hqvqtpl8] {
        flex-direction: column;
    }

    .primary-button[b-85hqvqtpl8],
    .secondary-button[b-85hqvqtpl8] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresBellezaProducts/Jewtra.razor.rz.scp.css */
.product-page[b-469idgd5bf] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-469idgd5bf] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-469idgd5bf] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-469idgd5bf] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-469idgd5bf] {
    width: 100%;
}

.main-image-option[b-469idgd5bf] {
    display: none;
}

#jewtra-gallery-1:checked ~ .gallery-display .main-image-option-1[b-469idgd5bf],
#jewtra-gallery-2:checked ~ .gallery-display .main-image-option-2[b-469idgd5bf],
#jewtra-gallery-3:checked ~ .gallery-display .main-image-option-3[b-469idgd5bf],
#jewtra-gallery-4:checked ~ .gallery-display .main-image-option-4[b-469idgd5bf] {
    display: block;
}

.main-image[b-469idgd5bf] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-469idgd5bf] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-469idgd5bf],
.gallery-thumbnail img[b-469idgd5bf],
.detail-image img[b-469idgd5bf],
.colour-image img[b-469idgd5bf] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-469idgd5bf],
.colour-image img[b-469idgd5bf] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-469idgd5bf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-469idgd5bf] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-469idgd5bf] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#jewtra-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-469idgd5bf],
#jewtra-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-469idgd5bf],
#jewtra-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-469idgd5bf],
#jewtra-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-469idgd5bf] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-469idgd5bf] {
    max-width: 44rem;
}

.eyebrow[b-469idgd5bf] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-469idgd5bf],
.product-intro h2[b-469idgd5bf],
.detail-content h2[b-469idgd5bf],
.section-heading h2[b-469idgd5bf],
.product-banner h2[b-469idgd5bf] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-469idgd5bf] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-469idgd5bf] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-469idgd5bf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-469idgd5bf] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-469idgd5bf],
.highlight-value[b-469idgd5bf] {
    display: block;
}

.highlight-label[b-469idgd5bf] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-469idgd5bf] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-469idgd5bf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-469idgd5bf],
.secondary-button[b-469idgd5bf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-469idgd5bf] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-469idgd5bf] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-469idgd5bf],
    .secondary-button:hover[b-469idgd5bf] {
        transform: translateY(-2px);
    }

.product-intro[b-469idgd5bf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-469idgd5bf] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-469idgd5bf]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-469idgd5bf] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-469idgd5bf] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-469idgd5bf] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-469idgd5bf] {
    max-width: 42rem;
}

    .detail-content h2[b-469idgd5bf] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-469idgd5bf] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-469idgd5bf] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-469idgd5bf],
.colour-section[b-469idgd5bf],
.details-grid-section[b-469idgd5bf] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-469idgd5bf] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-469idgd5bf] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-469idgd5bf] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-469idgd5bf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-469idgd5bf] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-469idgd5bf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-469idgd5bf] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-469idgd5bf] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-469idgd5bf] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-469idgd5bf] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-469idgd5bf] {
        max-width: 44rem;
    }

    .product-banner h2[b-469idgd5bf] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-469idgd5bf] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-469idgd5bf],
    .product-detail-section[b-469idgd5bf] {
        grid-template-columns: 1fr;
    }

    .main-image[b-469idgd5bf],
    .detail-image[b-469idgd5bf] {
        height: 24rem;
    }

    .details-grid[b-469idgd5bf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-469idgd5bf],
    .use-grid[b-469idgd5bf] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-469idgd5bf] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-469idgd5bf] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-469idgd5bf] {
        padding-top: 1.5rem;
    }

    .main-image[b-469idgd5bf],
    .detail-image[b-469idgd5bf] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-469idgd5bf] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-469idgd5bf] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-469idgd5bf],
    .details-grid[b-469idgd5bf] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-469idgd5bf],
    .detail-card[b-469idgd5bf],
    .colour-image[b-469idgd5bf],
    .product-banner[b-469idgd5bf] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-469idgd5bf] {
        flex-direction: column;
    }

    .primary-button[b-469idgd5bf],
    .secondary-button[b-469idgd5bf] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresBellezaProducts/Stacksey.razor.rz.scp.css */
.product-page[b-op4811emwg] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-op4811emwg] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-op4811emwg] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-op4811emwg] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-op4811emwg] {
    width: 100%;
}

.main-image-option[b-op4811emwg] {
    display: none;
}

#stacksey-gallery-1:checked ~ .gallery-display .main-image-option-1[b-op4811emwg],
#stacksey-gallery-2:checked ~ .gallery-display .main-image-option-2[b-op4811emwg],
#stacksey-gallery-3:checked ~ .gallery-display .main-image-option-3[b-op4811emwg],
#stacksey-gallery-4:checked ~ .gallery-display .main-image-option-4[b-op4811emwg] {
    display: block;
}

.main-image[b-op4811emwg] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-op4811emwg] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-op4811emwg],
.gallery-thumbnail img[b-op4811emwg],
.detail-image img[b-op4811emwg],
.colour-image img[b-op4811emwg] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-4 img[b-op4811emwg],
.colour-image img[b-op4811emwg] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-op4811emwg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-op4811emwg] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-op4811emwg] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#stacksey-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-op4811emwg],
#stacksey-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-op4811emwg],
#stacksey-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-op4811emwg],
#stacksey-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-op4811emwg] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-op4811emwg] {
    max-width: 44rem;
}

.eyebrow[b-op4811emwg] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-op4811emwg],
.product-intro h2[b-op4811emwg],
.detail-content h2[b-op4811emwg],
.section-heading h2[b-op4811emwg],
.product-banner h2[b-op4811emwg] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-op4811emwg] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-op4811emwg] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-op4811emwg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-op4811emwg] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-op4811emwg],
.highlight-value[b-op4811emwg] {
    display: block;
}

.highlight-label[b-op4811emwg] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-op4811emwg] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-op4811emwg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-op4811emwg],
.secondary-button[b-op4811emwg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-op4811emwg] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-op4811emwg] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-op4811emwg],
    .secondary-button:hover[b-op4811emwg] {
        transform: translateY(-2px);
    }

.product-intro[b-op4811emwg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-op4811emwg] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-op4811emwg]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-op4811emwg] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-op4811emwg] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-op4811emwg] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-op4811emwg] {
    max-width: 42rem;
}

    .detail-content h2[b-op4811emwg] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-op4811emwg] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-op4811emwg] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.colour-section[b-op4811emwg],
.details-grid-section[b-op4811emwg] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-op4811emwg] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-op4811emwg] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-op4811emwg] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.colour-image[b-op4811emwg] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-op4811emwg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-op4811emwg] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-op4811emwg] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-op4811emwg] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-op4811emwg] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-op4811emwg] {
        max-width: 44rem;
    }

    .product-banner h2[b-op4811emwg] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-op4811emwg] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-op4811emwg],
    .product-detail-section[b-op4811emwg] {
        grid-template-columns: 1fr;
    }

    .main-image[b-op4811emwg],
    .detail-image[b-op4811emwg] {
        height: 24rem;
    }

    .details-grid[b-op4811emwg] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-op4811emwg] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-op4811emwg] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-op4811emwg] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-op4811emwg] {
        padding-top: 1.5rem;
    }

    .main-image[b-op4811emwg],
    .detail-image[b-op4811emwg] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-op4811emwg] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gallery-thumbnail[b-op4811emwg] {
        border-radius: 0.8rem;
    }

    .product-highlights[b-op4811emwg],
    .details-grid[b-op4811emwg] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-op4811emwg],
    .detail-card[b-op4811emwg],
    .colour-image[b-op4811emwg],
    .product-banner[b-op4811emwg] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-op4811emwg] {
        flex-direction: column;
    }

    .primary-button[b-op4811emwg],
    .secondary-button[b-op4811emwg] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresEscritorio.razor.rz.scp.css */
.desk-page[b-il15ykvlut] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.desk-hero[b-il15ykvlut] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.desk-hero-content[b-il15ykvlut] {
    max-width: 58rem;
}

.eyebrow[b-il15ykvlut] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.desk-hero h1[b-il15ykvlut],
.section-heading h2[b-il15ykvlut],
.feature-content h2[b-il15ykvlut],
.desk-banner h2[b-il15ykvlut] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.desk-hero h1[b-il15ykvlut] {
    margin: 0;
    max-width: 56rem;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-il15ykvlut] {
    margin: 1.35rem 0 0;
    max-width: 48rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.hero-actions[b-il15ykvlut] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-il15ykvlut],
.secondary-button[b-il15ykvlut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-il15ykvlut] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-il15ykvlut] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-il15ykvlut],
    .secondary-button:hover[b-il15ykvlut] {
        transform: translateY(-2px);
    }

.desk-hero-image[b-il15ykvlut],
.feature-image[b-il15ykvlut] {
    overflow: hidden;
    min-height: clamp(22rem, 34vw, 32rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

    .desk-hero-image img[b-il15ykvlut],
    .feature-image img[b-il15ykvlut],
    .product-image img[b-il15ykvlut] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.desk-intro[b-il15ykvlut] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-il15ykvlut] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-il15ykvlut]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-il15ykvlut] {
        margin: 0 0 0.75rem;
        font-family: "Merienda", cursive;
        font-size: 1.35rem;
        font-weight: 800;
        color: #102d17;
    }

    .intro-card p[b-il15ykvlut] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.desk-feature[b-il15ykvlut] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-il15ykvlut] {
    max-width: 42rem;
}

    .feature-content h2[b-il15ykvlut] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-il15ykvlut] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.product-section[b-il15ykvlut] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    scroll-margin-top: 1.5rem;
}

.section-heading[b-il15ykvlut] {
    max-width: 48rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-il15ykvlut] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-il15ykvlut] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.product-grid[b-il15ykvlut] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-card[b-il15ykvlut] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.6rem;
    text-decoration: none;
    color: #173a1f;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .product-card:hover[b-il15ykvlut] {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 1.5rem 3.5rem rgba(28, 38, 23, 0.14);
    }

.product-image[b-il15ykvlut] {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
}

    .product-image img[b-il15ykvlut] {
        transition: transform 220ms ease;
    }

.product-card:hover .product-image img[b-il15ykvlut] {
    transform: scale(1.035);
}

.product-content[b-il15ykvlut] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.product-kicker[b-il15ykvlut] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.product-content h3[b-il15ykvlut] {
    margin: 0;
    font-family: "Merienda", cursive;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #102d17;
}

.product-content p:not(.product-kicker)[b-il15ykvlut] {
    margin: 0.75rem 0 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.65;
    color: #3d533f;
}

.product-link[b-il15ykvlut] {
    margin-top: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #173a1f;
}

.desk-banner[b-il15ykvlut] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .desk-banner div[b-il15ykvlut] {
        max-width: 44rem;
    }

    .desk-banner h2[b-il15ykvlut] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .desk-banner p:not(.eyebrow)[b-il15ykvlut] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .desk-hero[b-il15ykvlut],
    .desk-feature[b-il15ykvlut] {
        grid-template-columns: 1fr;
    }

    .desk-hero-image[b-il15ykvlut],
    .feature-image[b-il15ykvlut] {
        min-height: 24rem;
    }

    .product-grid[b-il15ykvlut] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .desk-intro[b-il15ykvlut] {
        grid-template-columns: 1fr;
    }

    .desk-banner[b-il15ykvlut] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .desk-page[b-il15ykvlut] {
        padding: 1.5rem 1rem 3rem;
    }

    .desk-hero[b-il15ykvlut] {
        padding-top: 1.5rem;
    }

    .desk-hero-image[b-il15ykvlut],
    .feature-image[b-il15ykvlut] {
        min-height: 18rem;
        border-radius: 1.5rem;
    }

    .intro-card[b-il15ykvlut],
    .product-card[b-il15ykvlut],
    .desk-banner[b-il15ykvlut] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-il15ykvlut] {
        flex-direction: column;
    }

    .primary-button[b-il15ykvlut],
    .secondary-button[b-il15ykvlut] {
        width: 100%;
    }

    .product-grid[b-il15ykvlut] {
        grid-template-columns: 1fr;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresEscritorioProducts/Snoova.razor.rz.scp.css */
.product-page[b-7b5vpyikvb] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-7b5vpyikvb] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-7b5vpyikvb] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-7b5vpyikvb] {
    width: 100%;
}

.main-image-option[b-7b5vpyikvb] {
    display: none;
}

#snoova-gallery-1:checked ~ .gallery-display .main-image-option-1[b-7b5vpyikvb],
#snoova-gallery-2:checked ~ .gallery-display .main-image-option-2[b-7b5vpyikvb],
#snoova-gallery-3:checked ~ .gallery-display .main-image-option-3[b-7b5vpyikvb],
#snoova-gallery-4:checked ~ .gallery-display .main-image-option-4[b-7b5vpyikvb],
#snoova-gallery-5:checked ~ .gallery-display .main-image-option-5[b-7b5vpyikvb],
#snoova-gallery-6:checked ~ .gallery-display .main-image-option-6[b-7b5vpyikvb] {
    display: block;
}

.main-image[b-7b5vpyikvb] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-7b5vpyikvb] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-7b5vpyikvb],
.gallery-thumbnail img[b-7b5vpyikvb],
.detail-image img[b-7b5vpyikvb],
.colour-image img[b-7b5vpyikvb] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-7b5vpyikvb],
.main-image-option-6 img[b-7b5vpyikvb],
.colour-image img[b-7b5vpyikvb] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-7b5vpyikvb] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-7b5vpyikvb] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#snoova-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-7b5vpyikvb],
#snoova-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-7b5vpyikvb],
#snoova-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-7b5vpyikvb],
#snoova-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-7b5vpyikvb],
#snoova-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-7b5vpyikvb],
#snoova-gallery-6:checked ~ .gallery-grid .gallery-thumbnail-6[b-7b5vpyikvb] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-7b5vpyikvb] {
    max-width: 44rem;
}

.eyebrow[b-7b5vpyikvb] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-7b5vpyikvb],
.product-intro h2[b-7b5vpyikvb],
.detail-content h2[b-7b5vpyikvb],
.section-heading h2[b-7b5vpyikvb],
.product-banner h2[b-7b5vpyikvb] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-7b5vpyikvb] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-7b5vpyikvb] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-7b5vpyikvb] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-7b5vpyikvb],
.highlight-value[b-7b5vpyikvb] {
    display: block;
}

.highlight-label[b-7b5vpyikvb] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-7b5vpyikvb] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-7b5vpyikvb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-7b5vpyikvb],
.secondary-button[b-7b5vpyikvb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-7b5vpyikvb] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-7b5vpyikvb] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-7b5vpyikvb],
    .secondary-button:hover[b-7b5vpyikvb] {
        transform: translateY(-2px);
    }

.product-intro[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-7b5vpyikvb] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-7b5vpyikvb]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-7b5vpyikvb] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-7b5vpyikvb] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-7b5vpyikvb] {
    max-width: 42rem;
}

    .detail-content h2[b-7b5vpyikvb] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-7b5vpyikvb] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-7b5vpyikvb] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-7b5vpyikvb],
.colour-section[b-7b5vpyikvb],
.details-grid-section[b-7b5vpyikvb] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-7b5vpyikvb] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-7b5vpyikvb] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-7b5vpyikvb] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-7b5vpyikvb] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-7b5vpyikvb] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-7b5vpyikvb] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-7b5vpyikvb] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-7b5vpyikvb] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-7b5vpyikvb] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-7b5vpyikvb] {
        max-width: 44rem;
    }

    .product-banner h2[b-7b5vpyikvb] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-7b5vpyikvb] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-7b5vpyikvb],
    .product-detail-section[b-7b5vpyikvb] {
        grid-template-columns: 1fr;
    }

    .main-image[b-7b5vpyikvb],
    .detail-image[b-7b5vpyikvb] {
        height: 24rem;
    }

    .details-grid[b-7b5vpyikvb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-7b5vpyikvb],
    .use-grid[b-7b5vpyikvb] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-7b5vpyikvb] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-7b5vpyikvb] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-7b5vpyikvb] {
        padding-top: 1.5rem;
    }

    .main-image[b-7b5vpyikvb],
    .detail-image[b-7b5vpyikvb] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-7b5vpyikvb] {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .gallery-thumbnail[b-7b5vpyikvb] {
        border-radius: 0.75rem;
    }

    .product-highlights[b-7b5vpyikvb],
    .details-grid[b-7b5vpyikvb] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-7b5vpyikvb],
    .detail-card[b-7b5vpyikvb],
    .colour-image[b-7b5vpyikvb],
    .product-banner[b-7b5vpyikvb] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-7b5vpyikvb] {
        flex-direction: column;
    }

    .primary-button[b-7b5vpyikvb],
    .secondary-button[b-7b5vpyikvb] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DecorPages/OrganizadoresEscritorioProducts/SnoovaCompact.razor.rz.scp.css */
.product-page[b-y7empe05u9] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.65), transparent 30rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

.product-hero[b-y7empe05u9] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.product-gallery[b-y7empe05u9] {
    display: grid;
    gap: 1rem;
}

.gallery-selector[b-y7empe05u9] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gallery-display[b-y7empe05u9] {
    width: 100%;
}

.main-image-option[b-y7empe05u9] {
    display: none;
}

#snoova-compact-gallery-1:checked ~ .gallery-display .main-image-option-1[b-y7empe05u9],
#snoova-compact-gallery-2:checked ~ .gallery-display .main-image-option-2[b-y7empe05u9],
#snoova-compact-gallery-3:checked ~ .gallery-display .main-image-option-3[b-y7empe05u9],
#snoova-compact-gallery-4:checked ~ .gallery-display .main-image-option-4[b-y7empe05u9],
#snoova-compact-gallery-5:checked ~ .gallery-display .main-image-option-5[b-y7empe05u9] {
    display: block;
}

.main-image[b-y7empe05u9] {
    overflow: hidden;
    height: clamp(24rem, 42vw, 38rem);
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.no-image-shadow[b-y7empe05u9] {
    background: #ffffff;
    box-shadow: none;
}

.main-image img[b-y7empe05u9],
.gallery-thumbnail img[b-y7empe05u9],
.detail-image img[b-y7empe05u9],
.colour-image img[b-y7empe05u9] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image-option-5 img[b-y7empe05u9],
.colour-image img[b-y7empe05u9] {
    object-fit: contain;
    background: #ffffff;
}

.gallery-grid[b-y7empe05u9] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-thumbnail[b-y7empe05u9] {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    background: #e3edd9;
    box-shadow: 0 0.75rem 1.75rem rgba(28, 38, 23, 0.08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

    .gallery-thumbnail:hover[b-y7empe05u9] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.12);
    }

#snoova-compact-gallery-1:checked ~ .gallery-grid .gallery-thumbnail-1[b-y7empe05u9],
#snoova-compact-gallery-2:checked ~ .gallery-grid .gallery-thumbnail-2[b-y7empe05u9],
#snoova-compact-gallery-3:checked ~ .gallery-grid .gallery-thumbnail-3[b-y7empe05u9],
#snoova-compact-gallery-4:checked ~ .gallery-grid .gallery-thumbnail-4[b-y7empe05u9],
#snoova-compact-gallery-5:checked ~ .gallery-grid .gallery-thumbnail-5[b-y7empe05u9] {
    border-color: rgba(23, 58, 31, 0.65);
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.16);
}

.product-hero-content[b-y7empe05u9] {
    max-width: 44rem;
}

.eyebrow[b-y7empe05u9] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.product-hero h1[b-y7empe05u9],
.product-intro h2[b-y7empe05u9],
.detail-content h2[b-y7empe05u9],
.section-heading h2[b-y7empe05u9],
.product-banner h2[b-y7empe05u9] {
    font-family: "Merienda", cursive;
    color: #102d17;
}

.product-hero h1[b-y7empe05u9] {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-text[b-y7empe05u9] {
    margin: 1.35rem 0 0;
    max-width: 42rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: #344b38;
}

.product-highlights[b-y7empe05u9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.highlight-card[b-y7empe05u9] {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1rem 2rem rgba(28, 38, 23, 0.06);
}

.highlight-label[b-y7empe05u9],
.highlight-value[b-y7empe05u9] {
    display: block;
}

.highlight-label[b-y7empe05u9] {
    margin-bottom: 0.35rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #789469;
}

.highlight-value[b-y7empe05u9] {
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #173a1f;
}

.hero-actions[b-y7empe05u9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-y7empe05u9],
.secondary-button[b-y7empe05u9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-y7empe05u9] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-y7empe05u9] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-y7empe05u9],
    .secondary-button:hover[b-y7empe05u9] {
        transform: translateY(-2px);
    }

.product-intro[b-y7empe05u9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-y7empe05u9] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .intro-card[b-y7empe05u9]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #8faf76, rgba(143, 175, 118, 0.18));
    }

    .intro-card h2[b-y7empe05u9] {
        margin: 0 0 0.75rem;
        font-size: 1.35rem;
        font-weight: 800;
    }

    .intro-card p[b-y7empe05u9] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #3d533f;
    }

.product-detail-section[b-y7empe05u9] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.detail-content[b-y7empe05u9] {
    max-width: 42rem;
}

    .detail-content h2[b-y7empe05u9] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .detail-content p:not(.eyebrow)[b-y7empe05u9] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.8;
        color: #344b38;
    }

.detail-image[b-y7empe05u9] {
    overflow: hidden;
    height: 30rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.9), transparent 18rem), #e3edd9;
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.13);
}

.use-section[b-y7empe05u9],
.colour-section[b-y7empe05u9],
.details-grid-section[b-y7empe05u9] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.section-heading[b-y7empe05u9] {
    max-width: 52rem;
    margin-bottom: 2rem;
}

    .section-heading h2[b-y7empe05u9] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .section-heading p:not(.eyebrow)[b-y7empe05u9] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        color: #344b38;
    }

.use-grid[b-y7empe05u9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.colour-image[b-y7empe05u9] {
    overflow: hidden;
    max-width: 760px;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: none;
}

.details-grid[b-y7empe05u9] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-card[b-y7empe05u9] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(28, 38, 23, 0.07);
}

    .detail-card h3[b-y7empe05u9] {
        margin: 0 0 0.6rem;
        font-family: "Merienda", cursive;
        font-size: 1.15rem;
        font-weight: 800;
        color: #102d17;
    }

    .detail-card p[b-y7empe05u9] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.65;
        color: #3d533f;
    }

.product-banner[b-y7empe05u9] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(28, 38, 23, 0.1);
}

    .product-banner div[b-y7empe05u9] {
        max-width: 44rem;
    }

    .product-banner h2[b-y7empe05u9] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 900;
    }

    .product-banner p:not(.eyebrow)[b-y7empe05u9] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #344b38;
    }

@media (max-width: 1080px) {
    .product-hero[b-y7empe05u9],
    .product-detail-section[b-y7empe05u9] {
        grid-template-columns: 1fr;
    }

    .main-image[b-y7empe05u9],
    .detail-image[b-y7empe05u9] {
        height: 24rem;
    }

    .details-grid[b-y7empe05u9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .product-intro[b-y7empe05u9],
    .use-grid[b-y7empe05u9] {
        grid-template-columns: 1fr;
    }

    .product-banner[b-y7empe05u9] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-page[b-y7empe05u9] {
        padding: 1.5rem 1rem 3rem;
    }

    .product-hero[b-y7empe05u9] {
        padding-top: 1.5rem;
    }

    .main-image[b-y7empe05u9],
    .detail-image[b-y7empe05u9] {
        height: 20rem;
        border-radius: 1.5rem;
    }

    .gallery-grid[b-y7empe05u9] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .gallery-thumbnail[b-y7empe05u9] {
        border-radius: 0.75rem;
    }

    .product-highlights[b-y7empe05u9],
    .details-grid[b-y7empe05u9] {
        grid-template-columns: 1fr;
    }

    .intro-card[b-y7empe05u9],
    .detail-card[b-y7empe05u9],
    .colour-image[b-y7empe05u9],
    .product-banner[b-y7empe05u9] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-y7empe05u9] {
        flex-direction: column;
    }

    .primary-button[b-y7empe05u9],
    .secondary-button[b-y7empe05u9] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/DefaultCategoryPage.razor.rz.scp.css */
.coming-page[b-88zsu89nu3] {
    width: 100%;
    min-height: 100vh;
    padding: 3rem clamp(1rem, 4vw, 4rem);
    background: radial-gradient(circle at top left, rgba(233, 221, 193, 0.55), transparent 28rem), linear-gradient(180deg, #fbf8f2 0%, #f3eee5 100%);
    color: #1f3028;
}

.coming-hero[b-88zsu89nu3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.coming-hero-content[b-88zsu89nu3] {
    max-width: 58rem;
}

.eyebrow[b-88zsu89nu3] {
    margin: 0 0 0.85rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8c876e;
}

.coming-hero h1[b-88zsu89nu3],
.coming-feature h2[b-88zsu89nu3],
.coming-banner h2[b-88zsu89nu3],
.intro-card h2[b-88zsu89nu3] {
    font-family: "Cormorant Garamond", serif;
    color: #1d2f27;
}

.coming-hero h1[b-88zsu89nu3] {
    margin: 0;
    max-width: 52rem;
    font-size: clamp(2.5rem, 6vw, 5.1rem);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-text[b-88zsu89nu3] {
    margin: 1.35rem 0 0;
    max-width: 46rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.12rem);
    line-height: 1.85;
    color: #49574f;
}

.hero-actions[b-88zsu89nu3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.primary-button[b-88zsu89nu3],
.secondary-button[b-88zsu89nu3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-88zsu89nu3] {
    color: #fbf8f2;
    background: #20342b;
    box-shadow: 0 1rem 2.25rem rgba(32, 52, 43, 0.18);
}

.secondary-button[b-88zsu89nu3] {
    color: #20342b;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(32, 52, 43, 0.12);
}

    .primary-button:hover[b-88zsu89nu3],
    .secondary-button:hover[b-88zsu89nu3] {
        transform: translateY(-2px);
    }

.coming-hero-image[b-88zsu89nu3],
.feature-image[b-88zsu89nu3] {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 2rem;
    background: radial-gradient(circle at top left, rgba(238, 229, 205, 0.9), transparent 18rem), #e9e0cf;
    box-shadow: 0 1.5rem 4rem rgba(35, 39, 32, 0.12);
}

    .coming-hero-image img[b-88zsu89nu3],
    .feature-image img[b-88zsu89nu3] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.coming-intro[b-88zsu89nu3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.intro-card[b-88zsu89nu3] {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(32, 52, 43, 0.08);
    box-shadow: 0 1.25rem 2.5rem rgba(35, 39, 32, 0.07);
}

    .intro-card[b-88zsu89nu3]::before {
        content: "";
        display: block;
        width: 3.2rem;
        height: 0.18rem;
        margin-bottom: 1.15rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #c5b48b, rgba(197, 180, 139, 0.18));
    }

    .intro-card h2[b-88zsu89nu3] {
        margin: 0 0 0.75rem;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .intro-card p[b-88zsu89nu3] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.75;
        color: #4e5b53;
    }

.coming-feature[b-88zsu89nu3] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.feature-content[b-88zsu89nu3] {
    max-width: 42rem;
}

    .feature-content h2[b-88zsu89nu3] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.5rem);
        line-height: 1.04;
        font-weight: 700;
        letter-spacing: -0.03em;
    }

    .feature-content p:not(.eyebrow)[b-88zsu89nu3] {
        margin: 1.15rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.85;
        color: #49574f;
    }

.coming-banner[b-88zsu89nu3] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(247, 241, 229, 0.96), rgba(255, 255, 255, 0.82)), radial-gradient(circle at top right, rgba(226, 213, 183, 0.9), transparent 26rem);
    border: 1px solid rgba(32, 52, 43, 0.08);
    box-shadow: 0 1.5rem 4rem rgba(35, 39, 32, 0.08);
}

    .coming-banner div[b-88zsu89nu3] {
        max-width: 44rem;
    }

    .coming-banner h2[b-88zsu89nu3] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.08;
        font-weight: 700;
    }

    .coming-banner p:not(.eyebrow)[b-88zsu89nu3] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.8;
        color: #49574f;
    }

    .coming-banner a[b-88zsu89nu3] {
        text-decoration: none;
    }

@media (max-width: 1080px) {
    .coming-hero[b-88zsu89nu3],
    .coming-feature[b-88zsu89nu3] {
        grid-template-columns: 1fr;
    }

    .coming-hero-image[b-88zsu89nu3],
    .feature-image[b-88zsu89nu3] {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 960px) {
    .coming-intro[b-88zsu89nu3] {
        grid-template-columns: 1fr;
    }

    .coming-banner[b-88zsu89nu3] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .coming-page[b-88zsu89nu3] {
        padding: 1.5rem 1rem 3rem;
    }

    .coming-hero[b-88zsu89nu3] {
        padding-top: 1.5rem;
    }

    .coming-hero-image[b-88zsu89nu3],
    .feature-image[b-88zsu89nu3] {
        aspect-ratio: 4 / 3;
        border-radius: 1.5rem;
    }

    .intro-card[b-88zsu89nu3],
    .coming-banner[b-88zsu89nu3] {
        border-radius: 1.25rem;
    }

    .hero-actions[b-88zsu89nu3] {
        flex-direction: column;
    }

    .primary-button[b-88zsu89nu3],
    .secondary-button[b-88zsu89nu3] {
        width: 100%;
    }
}
/* _content/PoisonLily/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-ggr9yyb5bv] {
    margin: -1.1rem;
    min-height: 100vh;
    padding: 0 0 3rem;
    overflow-x: clip;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.35), transparent 26rem), linear-gradient(180deg, #fbf8f0 0%, #f3efe5 100%);
    color: #173a1f;
}

    .home-page a[b-ggr9yyb5bv] {
        text-decoration: none;
    }

.home-shell[b-ggr9yyb5bv] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(0.9rem, 2.2vw, 1.4rem);
}

/* Banner */
.home-page .pl-hero[b-ggr9yyb5bv] {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    border-radius: 300px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(45, 39, 34, 0.38);
    background: transparent;
}

.home-page .pl-hero-img[b-ggr9yyb5bv] {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.085);
    transform-origin: center center;
}

.home-page .pl-hero-inner[b-ggr9yyb5bv] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Main intro */
.home-intro-shell[b-ggr9yyb5bv] {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home-intro-card[b-ggr9yyb5bv] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.62fr);
    gap: clamp(1.2rem, 3vw, 2.2rem);
    align-items: stretch;
    padding: clamp(1.35rem, 2.6vw, 1.95rem);
    border-radius: 2rem;
    background: rgba(255, 251, 244, 0.97);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.2rem 3rem rgba(28, 38, 23, 0.08);
    backdrop-filter: blur(8px);
}

.home-intro-copy[b-ggr9yyb5bv] {
    max-width: 44rem;
}

.eyebrow[b-ggr9yyb5bv] {
    margin: 0 0 0.8rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6f8f62;
}

.home-intro-copy h1[b-ggr9yyb5bv],
.section-card-copy h2[b-ggr9yyb5bv],
.home-cta h2[b-ggr9yyb5bv] {
    margin: 0;
    font-family: "Merienda", cursive;
    color: #102d17;
}

.home-intro-copy h1[b-ggr9yyb5bv] {
    max-width: 44rem;
    font-size: clamp(1.55rem, 3vw, 2.75rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.intro-text[b-ggr9yyb5bv] {
    margin: 1rem 0 0;
    max-width: 37rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(0.98rem, 1.02vw, 1.04rem);
    line-height: 1.72;
    color: #344b38;
}

.home-actions[b-ggr9yyb5bv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.primary-button[b-ggr9yyb5bv],
.secondary-button[b-ggr9yyb5bv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button[b-ggr9yyb5bv] {
    color: #f8f5eb;
    background: #173a1f;
    box-shadow: 0 1rem 2.25rem rgba(23, 58, 31, 0.18);
}

.secondary-button[b-ggr9yyb5bv] {
    color: #173a1f;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 58, 31, 0.12);
}

    .primary-button:hover[b-ggr9yyb5bv],
    .secondary-button:hover[b-ggr9yyb5bv] {
        transform: translateY(-2px);
    }

.home-intro-side[b-ggr9yyb5bv] {
    display: flex;
    align-items: stretch;
}

.intro-side-panel[b-ggr9yyb5bv] {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 1.45rem;
    border-radius: 1.55rem;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.42), transparent 12rem), linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(243, 247, 238, 0.96));
    border: 1px solid rgba(23, 58, 31, 0.08);
}

    .intro-side-panel[b-ggr9yyb5bv]::after {
        content: "";
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        width: 7.5rem;
        height: 7.5rem;
        background-image: url("/images/poisonlily-bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.16;
        pointer-events: none;
    }

.panel-eyebrow[b-ggr9yyb5bv],
.panel-tags[b-ggr9yyb5bv],
.panel-text[b-ggr9yyb5bv] {
    position: relative;
    z-index: 1;
}

.panel-eyebrow[b-ggr9yyb5bv] {
    margin: 0 0 1rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.panel-tags[b-ggr9yyb5bv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

    .panel-tags span[b-ggr9yyb5bv] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.35rem;
        padding: 0.52rem 0.92rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(23, 58, 31, 0.08);
        font-family: "Inter", Arial, sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: #173a1f;
    }

.panel-text[b-ggr9yyb5bv] {
    margin: 1rem 0 0;
    max-width: 20rem;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.72;
    color: #46604a;
}

/* Section cards */
.home-sections[b-ggr9yyb5bv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    max-width: 1160px;
    margin: 2.2rem auto 0;
}

.section-card[b-ggr9yyb5bv] {
    display: flex;
    min-height: 15rem;
    padding: 1.55rem;
    border-radius: 1.85rem;
    color: #173a1f;
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.25rem 3rem rgba(28, 38, 23, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .section-card:hover[b-ggr9yyb5bv] {
        transform: translateY(-4px);
        box-shadow: 0 1.6rem 3.4rem rgba(28, 38, 23, 0.12);
    }

.decor-card[b-ggr9yyb5bv] {
    background: radial-gradient(circle at top left, rgba(214, 236, 201, 0.64), transparent 18rem), linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(243, 248, 236, 0.94));
}

.accessories-card[b-ggr9yyb5bv] {
    background: radial-gradient(circle at top left, rgba(240, 228, 219, 0.58), transparent 18rem), linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 243, 236, 0.94));
}

.section-card-copy[b-ggr9yyb5bv] {
    max-width: 28rem;
    align-self: flex-end;
}

.section-kicker[b-ggr9yyb5bv] {
    margin: 0 0 0.55rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #789469;
}

.section-card-copy h2[b-ggr9yyb5bv] {
    font-size: clamp(1.45rem, 2.2vw, 2.05rem);
    line-height: 1.14;
    font-weight: 900;
}

.section-link[b-ggr9yyb5bv] {
    display: inline-flex;
    margin-top: 1rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #173a1f;
}

/* CTA */
.home-cta[b-ggr9yyb5bv] {
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 2.1rem auto 0;
}

.cta-copy[b-ggr9yyb5bv] {
    max-width: 48rem;
    padding: 1.45rem 1.65rem;
    border-radius: 1.85rem;
    background: linear-gradient(135deg, rgba(231, 245, 220, 0.92), rgba(255, 248, 232, 0.94)), radial-gradient(circle at top right, rgba(185, 217, 174, 0.9), transparent 26rem);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.3rem 3rem rgba(28, 38, 23, 0.09);
}

.home-cta h2[b-ggr9yyb5bv] {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.12;
    font-weight: 900;
}

.home-cta > a[b-ggr9yyb5bv] {
    flex-shrink: 0;
}

@media (max-width: 1080px) {
    .home-intro-card[b-ggr9yyb5bv],
    .home-sections[b-ggr9yyb5bv] {
        grid-template-columns: 1fr;
    }

    .home-cta[b-ggr9yyb5bv] {
        flex-direction: column;
        align-items: stretch;
    }

        .home-cta > a[b-ggr9yyb5bv] {
            align-self: flex-start;
        }
}

@media (max-width: 700px) {
    .home-intro-shell[b-ggr9yyb5bv],
    .home-sections[b-ggr9yyb5bv],
    .home-cta[b-ggr9yyb5bv] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-intro-card[b-ggr9yyb5bv],
    .intro-side-panel[b-ggr9yyb5bv],
    .section-card[b-ggr9yyb5bv],
    .cta-copy[b-ggr9yyb5bv] {
        border-radius: 1.25rem;
    }

    .home-actions[b-ggr9yyb5bv] {
        flex-direction: column;
    }

    .primary-button[b-ggr9yyb5bv],
    .secondary-button[b-ggr9yyb5bv] {
        width: 100%;
    }

    .home-sections[b-ggr9yyb5bv] {
        grid-template-columns: 1fr;
    }

    .section-card[b-ggr9yyb5bv] {
        min-height: 13rem;
        padding: 1.25rem;
    }

    .home-cta > a[b-ggr9yyb5bv] {
        align-self: stretch;
    }
}

/* 3D signature section */
.home-3d-shell[b-ggr9yyb5bv] {
    margin-top: 1.1rem;
}

.home-3d-card[b-ggr9yyb5bv] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(214, 236, 201, 0.56), transparent 22rem), linear-gradient(135deg, rgba(255, 251, 244, 0.98), rgba(244, 248, 238, 0.98));
}

.home-3d-copy[b-ggr9yyb5bv],
.home-3d-side[b-ggr9yyb5bv],
.home-3d-media[b-ggr9yyb5bv] {
    min-width: 0;
}

    .home-3d-copy h2[b-ggr9yyb5bv] {
        margin: 0;
        max-width: 42rem;
        font-family: "Merienda", cursive;
        font-size: clamp(1.45rem, 2.3vw, 2.25rem);
        line-height: 1.14;
        font-weight: 900;
        letter-spacing: -0.035em;
        color: #102d17;
    }

.home-3d-tags[b-ggr9yyb5bv] {
    margin-top: 1.45rem;
    max-width: 38rem;
}

.home-3d-side[b-ggr9yyb5bv] {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.home-3d-media[b-ggr9yyb5bv] {
    width: 100%;
    margin: 0;
    border-radius: 1.55rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 58, 31, 0.08);
    box-shadow: 0 1.1rem 2.4rem rgba(28, 38, 23, 0.11);
}

.home-3d-img[b-ggr9yyb5bv] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.home-3d-caption[b-ggr9yyb5bv] {
    margin: 0;
    padding: 0.85rem 1rem;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #24442a;
    background: rgba(255, 251, 244, 0.96);
    border-top: 1px solid rgba(23, 58, 31, 0.08);
}

@media (max-width: 1080px) {
    .home-3d-card[b-ggr9yyb5bv] {
        grid-template-columns: 1fr;
    }

    .home-3d-img[b-ggr9yyb5bv] {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 700px) {
    .home-3d-shell[b-ggr9yyb5bv] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-3d-card[b-ggr9yyb5bv] {
        padding: 1rem;
    }

    .home-3d-media[b-ggr9yyb5bv] {
        border-radius: 1.25rem;
    }

    .home-3d-img[b-ggr9yyb5bv] {
        aspect-ratio: 4 / 3;
    }
}
/* _content/PoisonLily/Components/Shared/ColourPalettePopup.razor.rz.scp.css */
.colour-modal-backdrop[b-hrpmj9g47v] {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(16, 45, 23, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.colour-modal-shell[b-hrpmj9g47v] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 4vw, 3rem);
    pointer-events: none;
}

.colour-modal-card[b-hrpmj9g47v] {
    position: relative;
    width: min(980px, 100%);
    max-height: min(82vh, 760px);
    overflow: auto;
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: 2rem;
    background: rgba(255, 251, 244, 0.96);
    border: 1px solid rgba(23, 58, 31, 0.1);
    box-shadow: 0 2rem 6rem rgba(16, 45, 23, 0.28);
    pointer-events: auto;
}

.colour-modal-close[b-hrpmj9g47v] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 58, 31, 0.1);
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    color: #173a1f;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease;
}

    .colour-modal-close:hover[b-hrpmj9g47v] {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, 0.96);
    }

.colour-modal-heading[b-hrpmj9g47v] {
    max-width: 48rem;
    padding-right: 3rem;
    margin-bottom: 1.5rem;
}

    .colour-modal-heading h2[b-hrpmj9g47v] {
        margin: 0;
        font-family: "Merienda", cursive;
        font-size: clamp(1.9rem, 4vw, 3.2rem);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.03em;
        color: #102d17;
    }

    .colour-modal-heading p:not(.eyebrow)[b-hrpmj9g47v] {
        margin: 1rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        line-height: 1.7;
        color: #344b38;
    }

.colour-modal-grid[b-hrpmj9g47v] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.colour-modal-colour[b-hrpmj9g47v] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(23, 58, 31, 0.09);
    box-shadow: 0 1rem 2.25rem rgba(28, 38, 23, 0.07);
}

.colour-modal-swatch[b-hrpmj9g47v] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid rgba(23, 58, 31, 0.08);
}

.colour-modal-swatch-image[b-hrpmj9g47v] {
    overflow: hidden;
    background: #ffffff;
}

    .colour-modal-swatch-image img[b-hrpmj9g47v] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.colour-modal-copy[b-hrpmj9g47v] {
    padding: 0.9rem;
}

    .colour-modal-copy h3[b-hrpmj9g47v] {
        margin: 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 0.95rem;
        font-weight: 800;
        line-height: 1.25;
        color: #173a1f;
    }

    .colour-modal-copy p[b-hrpmj9g47v] {
        margin: 0.35rem 0 0;
        font-family: "Inter", Arial, sans-serif;
        font-size: 0.86rem;
        color: #4b6150;
    }

@media (max-width: 1080px) {
    .colour-modal-grid[b-hrpmj9g47v] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .colour-modal-shell[b-hrpmj9g47v] {
        align-items: flex-end;
        padding: 0.75rem;
    }

    .colour-modal-card[b-hrpmj9g47v] {
        max-height: 86vh;
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .colour-modal-heading[b-hrpmj9g47v] {
        padding-right: 2.75rem;
    }

    .colour-modal-grid[b-hrpmj9g47v] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}
