.term-penio-movos .woocommerce-products-header,
.term-vibratoriai-poroms .woocommerce-products-header {
    margin-right: 0;
    margin-bottom: 28px;
    margin-left: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.erospot-growth {
    --growth-ink: var(--ero-ink, #151316);
    --growth-paper: var(--ero-paper, #fff9fa);
    --growth-ox: var(--ero-ox, #a41432);
    --growth-coral: var(--ero-coral, #e84865);
    --growth-teal: var(--ero-teal, #277c78);
    --growth-line: var(--ero-line, #eadfe2);
    --growth-muted: var(--ero-muted, #716a6f);
    color: var(--growth-ink);
}

.erospot-growth-kicker {
    margin: 0 0 7px;
    color: var(--growth-coral) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: 1.35px;
    line-height: 1.3 !important;
}

.erospot-growth-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    gap: 0;
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid var(--growth-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(38, 18, 25, .07);
}

.erospot-growth-answer {
    padding: 34px 38px;
    background: linear-gradient(135deg, #fff 0%, var(--growth-paper) 100%);
}

.erospot-growth-answer h2,
.erospot-growth-finder h2,
.erospot-growth-guide h2 {
    margin: 0;
    color: var(--growth-ink);
    line-height: 1.15;
}

.erospot-growth-answer h2 {
    max-width: 670px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.erospot-growth-answer > p:not(.erospot-growth-kicker) {
    max-width: 730px;
    margin: 16px 0 20px;
    color: #4f484c;
    font-size: 15px;
    line-height: 1.75;
}

.erospot-growth-jump {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    color: var(--growth-ox);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.erospot-growth-jump span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.erospot-growth-finder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    align-content: start;
    padding: 28px;
    border-left: 1px solid var(--growth-line);
    background: #f6fbfa;
}

.erospot-growth-finder-heading,
.erospot-growth-stock,
.erospot-growth-finder-actions {
    grid-column: 1 / -1;
}

.erospot-growth-finder-heading h2 {
    font-size: 20px;
}

.erospot-growth-finder-heading > p:last-child {
    margin: 7px 0 3px;
    color: var(--growth-muted);
    font-size: 11px;
    line-height: 1.45;
}

.erospot-growth-price label {
    display: block;
    margin-bottom: 6px;
    color: var(--growth-ink);
    font-size: 10px;
    font-weight: 800;
}

.erospot-growth-price input {
    width: 100%;
    min-height: 44px;
    padding: 0 11px;
    border: 1px solid #cfc3c7;
    border-radius: 4px;
    background: #fff;
    color: var(--growth-ink);
    font-size: 16px;
}

.erospot-growth-stock {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid var(--growth-line);
    border-radius: 4px;
    background: #fff;
    color: var(--growth-ink);
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

.erospot-growth-stock input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--growth-teal);
}

.erospot-growth-finder-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.erospot-growth-finder-actions button {
    min-height: 46px;
    flex: 1;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--growth-ox);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.erospot-growth-finder-actions a {
    color: var(--growth-ink);
    font-size: 11px;
    font-weight: 750;
}

.erospot-growth-criteria {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--growth-line);
    list-style: none;
}

.erospot-growth-criteria li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 13px;
    min-width: 0;
    padding: 22px 24px;
    border-right: 1px solid var(--growth-line);
}

.erospot-growth-criteria li:last-child {
    border-right: 0;
}

.erospot-growth-criteria li > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--growth-ink);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.erospot-growth-criteria strong {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.erospot-growth-criteria p {
    margin: 0;
    color: var(--growth-muted);
    font-size: 11px;
    line-height: 1.55;
}

.erospot-growth-trust {
    grid-column: 1 / -1;
    display: flex;
    align-items: stretch;
    border-top: 1px solid var(--growth-line);
    background: var(--growth-ink);
}

.erospot-growth-trust a {
    display: grid;
    min-height: 64px;
    flex: 1;
    align-content: center;
    padding: 11px 24px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    text-decoration: none;
}

.erospot-growth-trust a:last-child {
    border-right: 0;
}

.erospot-growth-trust strong {
    font-size: 11px;
}

.erospot-growth-trust span {
    margin-top: 2px;
    color: #b9cfcd;
    font-size: 9px;
}

.erospot-growth-anchor {
    position: relative;
    top: -120px;
    visibility: hidden;
}

.erospot-growth-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(310px, .5fr);
    gap: 54px;
    max-width: 1180px;
    margin: 56px auto 74px;
    padding: 48px;
    border: 1px solid var(--growth-line);
    border-radius: 12px;
    background: #fff;
}

.erospot-growth-guide > article > h2 {
    max-width: 740px;
    font-size: clamp(29px, 3.2vw, 39px);
}

.erospot-growth-lead {
    max-width: 750px;
    margin: 17px 0 28px;
    color: #4f484c;
    font-size: 15px;
    line-height: 1.75;
}

.erospot-growth-guide-sections {
    border-top: 1px solid var(--growth-line);
}

.erospot-growth-guide-sections section {
    display: grid;
    grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr);
    gap: 28px;
    padding: 23px 0;
    border-bottom: 1px solid var(--growth-line);
}

.erospot-growth-guide-sections h3 {
    margin: 0;
    color: var(--growth-ink);
    font-size: 16px;
    line-height: 1.35;
}

.erospot-growth-guide-sections p {
    margin: 0;
    color: var(--growth-muted);
    font-size: 13px;
    line-height: 1.7;
}

.erospot-growth-guide > aside {
    align-self: start;
}

.erospot-growth-faq,
.erospot-growth-links {
    padding: 24px;
    border-radius: 7px;
    background: #f6fbfa;
}

.erospot-growth-faq h2 {
    margin-bottom: 14px;
    font-size: 22px;
}

.erospot-growth-faq details {
    border-top: 1px solid #d8e6e4;
}

.erospot-growth-faq summary {
    position: relative;
    padding: 14px 28px 14px 0;
    color: var(--growth-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}

.erospot-growth-faq summary::-webkit-details-marker {
    display: none;
}

.erospot-growth-faq summary::after {
    content: '+';
    position: absolute;
    top: 13px;
    right: 2px;
    color: var(--growth-teal);
    font-size: 18px;
    line-height: 1;
}

.erospot-growth-faq details[open] summary::after {
    content: '−';
}

.erospot-growth-faq details p {
    margin: -2px 0 15px;
    color: var(--growth-muted);
    font-size: 11px;
    line-height: 1.65;
}

.erospot-growth-links {
    display: grid;
    gap: 0;
    margin-top: 14px;
    background: var(--growth-paper);
}

.erospot-growth-links > strong {
    margin-bottom: 8px;
    font-size: 12px;
}

.erospot-growth-links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--growth-line);
    color: var(--growth-teal);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.erospot-growth a:hover,
.erospot-growth a:focus-visible {
    text-decoration: underline;
}

.erospot-growth a:focus-visible,
.erospot-growth button:focus-visible,
.erospot-growth input:focus-visible,
.erospot-growth summary:focus-visible {
    outline: 3px solid #176e6a;
    outline-offset: 3px;
}

@media (max-width: 980px) {
    .erospot-growth-intro,
    .erospot-growth-guide {
        grid-template-columns: 1fr;
    }

    .erospot-growth-finder {
        border-top: 1px solid var(--growth-line);
        border-left: 0;
    }

    .erospot-growth-guide {
        gap: 34px;
    }
}

@media (max-width: 782px) {
    .term-penio-movos .woocommerce-products-header,
    .term-vibratoriai-poroms .woocommerce-products-header {
        margin-right: -12px;
        margin-left: -12px;
    }

    .erospot-growth-intro {
        margin-right: -12px;
        margin-left: -12px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .erospot-growth-criteria {
        grid-template-columns: 1fr;
    }

    .erospot-growth-criteria li {
        border-right: 0;
        border-bottom: 1px solid var(--growth-line);
    }

    .erospot-growth-criteria li:last-child {
        border-bottom: 0;
    }

    .erospot-growth-trust {
        display: grid;
        grid-template-columns: 1fr;
    }

    .erospot-growth-trust a {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .erospot-growth-trust a:last-child {
        border-bottom: 0;
    }

    .erospot-growth-guide {
        margin: 38px -2px 54px;
        padding: 28px 20px;
    }
}

@media (max-width: 520px) {
    .erospot-growth-answer,
    .erospot-growth-finder {
        padding: 24px 18px;
    }

    .erospot-growth-finder {
        grid-template-columns: 1fr;
    }

    .erospot-growth-price {
        grid-column: 1;
    }

    .erospot-growth-guide-sections section {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .erospot-growth-faq,
    .erospot-growth-links {
        padding: 20px 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .erospot-growth * {
        scroll-behavior: auto !important;
    }
}
