.tremml-category-seo-copy p {
    margin: 0;
}

.page-category #js-product-list-header .tremml-category-seo {
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
        #24261f;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, .16),
        inset 0 1px 0 rgba(255, 255, 255, .035);
}

#js-product-list-header #category-description.tremml-category-seo-copy p {
    color: #e8e9e3 !important;
    font-size: 1rem;
    line-height: 1.7;
}

#js-product-list-footer .tremml-category-content-modules {
    padding: 20px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
        #24261f;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .88);
}

.tremml-category-content-modules__content {
    display: grid;
    gap: clamp(20px, 3vw, 32px);
    max-width: none;
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    line-height: 1.7;
}

.tremml-seo-module {
    display: grid;
    gap: 16px;
}

.tremml-seo-module + .tremml-seo-module {
    padding-top: clamp(20px, 3vw, 32px);
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: clamp(20px, 3vw, 32px);
}

.tremml-seo-module h2,
.tremml-seo-module h3,
.tremml-seo-module p {
    margin: 0;
}

.tremml-seo-module h2 {
    color: #f7f7f2;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.025em;
}

.tremml-seo-module h3 {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 700;
}

.tremml-seo-module p,
.tremml-seo-module li,
.tremml-seo-tile > span:not(.tremml-seo-tile__title) {
    color: rgba(255, 255, 255, .82);
}

.tremml-seo-module ul:not(.tremml-seo-brands):not(.tremml-seo-links),
.tremml-seo-module ol {
    margin: 0;
    padding-left: 1.4rem;
}

.tremml-seo-module li::marker {
    color: #ffdf00;
}

.tremml-seo-module a:not(.tremml-seo-tile):not(.tremml-seo-cta) {
    color: #ffdf00;
    text-decoration-color: rgba(255, 223, 0, .5);
    text-underline-offset: 3px;
}

.tremml-seo-module a:not(.tremml-seo-tile):not(.tremml-seo-cta):hover,
.tremml-seo-module a:not(.tremml-seo-tile):not(.tremml-seo-cta):focus-visible {
    color: #fff176;
    text-decoration-color: currentColor;
}

.tremml-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tremml-seo-tile,
.tremml-seo-advice,
.tremml-seo-feature {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
}

.tremml-seo-tile {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.tremml-seo-tile:hover,
.tremml-seo-tile:focus-visible {
    border-color: rgba(255, 223, 0, .55);
    background: rgba(255, 223, 0, .06);
    color: rgba(255, 255, 255, .9);
    transform: translateY(-2px);
}

.tremml-seo-tile--static {
    opacity: .82;
}

.tremml-seo-tile__title {
    color: #ffdf00;
    font-size: 1.05rem;
    font-weight: 700;
}

.tremml-seo-brands,
.tremml-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tremml-seo-brands li,
.tremml-seo-links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid rgba(255, 223, 0, .32);
    border-radius: 999px;
    background: rgba(255, 223, 0, .055);
    color: #ffea55;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.tremml-seo-brands li {
    color: rgba(255, 255, 255, .9);
}

.tremml-seo-links a:hover,
.tremml-seo-links a:focus-visible {
    border-color: rgba(255, 223, 0, .7);
    background: rgba(255, 223, 0, .12);
    color: #fff176;
}

.tremml-seo-faq-list {
    display: grid;
    gap: 10px;
}

.tremml-seo-rich-text-section {
    display: grid;
    gap: 8px;
}

.tremml-seo-note {
    color: rgba(255, 255, 255, .76);
    font-size: .95rem;
}

.tremml-seo-faq {
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
}

.tremml-seo-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    color: #f7f7f2;
    font-weight: 700;
    list-style: none;
}

.tremml-seo-faq summary::-webkit-details-marker {
    display: none;
}

.tremml-seo-faq summary::after {
    content: '';
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-right: 2px solid #ffdf00;
    border-bottom: 2px solid #ffdf00;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.tremml-seo-faq[open] summary::after {
    transform: rotate(225deg);
}

.tremml-seo-faq p {
    padding-top: 12px;
}

.tremml-seo-cta {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ffdf00;
    color: #1f211b;
    font-weight: 800;
    text-decoration: none;
}

.tremml-seo-cta:hover,
.tremml-seo-cta:focus-visible {
    background: #ffe946;
    color: #1f211b;
}

@media (max-width: 767px) {
    .page-category #js-product-list-header .tremml-category-seo {
        padding: 20px;
        border-radius: 18px;
    }

    #js-product-list-footer .tremml-category-content-modules {
        padding: 20px;
        padding-bottom: 32px;
        border-radius: 20px;
    }

    .tremml-seo-grid {
        grid-template-columns: 1fr;
    }

    .tremml-seo-module + .tremml-seo-module {
        padding-top: 20px;
    }
}
