    .btn:hover {
        color: black;
        background-color: white;
        border-color: #111;
    }

    .expert-box {
        display: grid;
        grid-template-columns: 1fr 360px;
        gap: 26px;
        align-items: center;
        border: 1px solid #ececec;
        background: #fafafa;
        padding: 28px;
    }

    .category-hero {
        background-color: white;
        margin-top: 18px;
    }

    .faq {
        max-width: 940px;
        margin: 0 auto;
        display: grid;
        gap: 14px;
    }

    .faq-item {
        border: 1px solid #ececec;
        background: #fff;
        padding: 20px 22px;
    }

    .faq-item h3 {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 600;
    }

    .faq-item p {
        margin: 0;
        color: #666;
        font-size: 15px;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .feature-box {
        border: 1px solid #eaeaea;
        background: #fafafa;
        padding: 22px;
    }

    .feature-box h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 600;
    }

    .feature-box p {
        margin: 0;
        color: #666;
        font-size: 14px;
    }

    .eyebrow {
        display: inline-block;
        margin-bottom: 14px;
        padding: 7px 12px;
        border: 1px solid rgba(255, 255, 255, .16);
        font-size: 12px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
        color: #d9eadd;
    }

    .hero {
        background: linear-gradient(135deg, rgba(17, 17, 17, .92), rgba(30, 30, 30, .88)), linear-gradient(135deg, #1c5a43, #0f1a17);
        color: #fff;
        padding: 74px 0 62px;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 34px;
        align-items: center;
    }

    .hero h1 {
        margin: 0 0 16px;
        font-size: 48px;
        line-height: 1.08;
        max-width: 760px;
    }

    .hero h2 {
        margin: 0 0 18px;
        font-size: 22px;
        line-height: 1.35;
        font-weight: 600;
        color: #f0f0f0;
    }

    .hero p {
        margin: 0 0 22px;
        max-width: 720px;
        color: #d8d8d8;
        font-size: 17px;
    }

    .hero-actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-top:1rem;
    }

    .btn {
        display: inline-block;
        padding: 13px 18px;
        border: 1px solid #111;
        background: white;
        color: black;
        font-size: 14px;
        font-weight: 700;
    }

    .btn-outline {
        background: transparent;
        border-color: rgba(255, 255, 255, .34);
        color: #fff;
    }

    .term-description {
        text-align: center;
    }

    .price bdi,
    .price del {
        font-weight: bold;
    }


    .woocommerce ul.products::before {
        content: none !important;
        display: none !important;
    }


    .woocommerce ul.products::after {
        content: none !important;
        display: none !important;
    }

    .products {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .woocommerce-products-header {
        display: block;
        padding: 48px 0;
    }

    .col-lg-8 {
        margin: auto;
        text-align: center;
    }

    .et-shop-title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .entry-content h2 {
        margin-top: 0.83em;
        margin-bottom: 0.83em;
    }

    .page-padding p {
        font-size: 16px;
    }

    .entry-content h3 {
        font-size: 24px;
        margin-top: 1em;
        margin-bottom: 1em;
        color: #282828;
    }

    .entry-content ul {
        list-style: disc;
        font-size: 16px;
    }

    .entry-content ul a {
        color: #282828;
    }

    .entry-content ul a:hover {
        text-decoration: underline;
    }

    .entry-content {
        color: #686868;
    }

    .entry-content b {
        font-weight: bold;
    }

    .archive .row {
        display: block;
        padding: 0 30px;
    }

    .onsale {
        display: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        background-color: white;
        padding: 12px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 12px;
        transform: translateY(0px);
        transition: all .3s ease;
    }

    .woocommerce-page ul.products li.product:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.15);
    }

    .woocommerce ul.products li.product a img {
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .woocommerce ul.products li.product .button {
        font-size: 16px;
        border: none;
        width: 100%;
        text-align: center;
        color: black;
    }

    .term-description h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }