/* Luxury typography for category SEO descriptions */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600&display=swap');

.category-seo-content {
    position: relative;
    max-width: 1180px;
    margin: 60px auto 20px;
    padding: clamp(28px, 4vw, 56px);
    overflow: hidden;

    color: #292929;
    background:
        radial-gradient(circle at 100% 0, rgba(145, 0, 0, 0.045), transparent 35%),
        linear-gradient(145deg, #ffffff 0%, #fbfaf8 100%);

    border: 1px solid rgba(28, 28, 28, 0.1);
    box-shadow: 0 20px 55px rgba(20, 20, 20, 0.07);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.75;
}

/* Luxury red/gold line */
.category-seo-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        #760000 0%,
        #c60000 35%,
        #c7a263 50%,
        #c60000 65%,
        #760000 100%
    );
}

/* All section headings */
.category-seo-content h2 {
    margin: 42px 0 16px !important;
    color: #151515 !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
}

/* First heading */
.category-seo-content h2:first-child {
    margin-top: 0 !important;
    padding-bottom: 20px;
    font-size: clamp(34px, 3.4vw, 48px) !important;
    border-bottom: 1px solid rgba(135, 0, 0, 0.16);
}

/* Small red marker before headings */
.category-seo-content h2:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 3px;
    margin: 0 12px 9px 0;
    background: #a50000;
}

/* Normal readable paragraphs */
.category-seo-content p {
    margin: 0 0 18px !important;
    color: #575757 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(15px, 1.05vw, 17px) !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
}

/* Important words */
.category-seo-content strong {
    color: #1b1b1b;
    font-weight: 600;
}

/* Internal links */
.category-seo-content a {
    color: #8f0000 !important;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(143, 0, 0, 0.3);
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.category-seo-content a:hover {
    color: #d00000 !important;
    border-color: #d00000;
}

/* Lists */
.category-seo-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;

    margin: 22px 0 28px !important;
    padding: 0 !important;
    list-style: none !important;
}

.category-seo-content li {
    position: relative;
    min-width: 0;
    padding: 12px 14px 12px 25px;

    color: #303030;
    background: rgba(255, 255, 255, 0.7);
    border-left: 2px solid #9c0000;

    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.category-seo-content li::before {
    content: "◆";
    position: absolute;
    top: 14px;
    left: 9px;
    color: #b69860;
    font-size: 7px;
}

/* FAQ questions */
.category-seo-content h3 {
    position: relative;
    margin: 26px 0 10px !important;
    padding: 20px 48px 0 0;

    color: #202020 !important;
    border-top: 1px solid rgba(30, 30, 30, 0.11);

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(22px, 2vw, 28px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.category-seo-content h3::after {
    content: "Q";
    position: absolute;
    top: 17px;
    right: 4px;

    color: rgba(145, 0, 0, 0.18);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 767px) {
    .category-seo-content {
        margin: 35px auto 10px;
        padding: 30px 20px;
        font-size: 15px !important;
        box-shadow: 0 12px 35px rgba(20, 20, 20, 0.06);
    }

    .category-seo-content h2 {
        margin-top: 32px !important;
        font-size: 29px !important;
    }

    .category-seo-content h2:first-child {
        font-size: 34px !important;
    }

    .category-seo-content h2:not(:first-child)::before {
        width: 20px;
        margin-right: 8px;
    }

    .category-seo-content h3 {
        padding-right: 35px;
        font-size: 23px !important;
    }

    .category-seo-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .category-seo-content ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}




/* Remove broken calculated price from Add To Cart button */
button.btn-action-price > span {
    display: none !important;
}



/* Mobile horizontal screen movement fix */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
}

@supports (overflow-x: clip) {
    html,
    body {
        overflow-x: clip !important;
    }
}

@media (max-width: 767.98px) {
    #wrapper,
    main,
    footer,
    .container,
    .container-fluid,
    .tf-grid-layout,
    .tf-shop-control {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .row > *,
    .tf-grid-layout > *,
    .card-product {
        min-width: 0 !important;
    }

    img,
    video,
    iframe,
    svg {
        max-width: 100%;
    }

    .pagination,
    .wg-pagination {
        width: 100%;
        max-width: 100%;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 6px;
    }

    footer .list-payment,
    footer .payment-methods {
        max-width: 100%;
        flex-wrap: wrap !important;
    }

    .card-product .name-product,
    .card-product .title {
        overflow-wrap: anywhere;
    }
}