/* ==================================================
   CUSTOM.CSS – FINAL CLEAN v10
   Blocksy + WooCommerce + Homepage Components
   Production-ready
   Homepage left unchanged
================================================== */

:root {
    /* Brand */
    --akj-primary: #b80000;
    --akj-primary-hover: #000000;

    /* Text */
    --akj-text-light: #ffffff;
    --akj-text-muted: rgba(255, 255, 255, 0.72);
    --akj-text-subtle: rgba(255, 255, 255, 0.62);

    /* Section layout */
    --akj-home-section-max-w: 1400px;
    --akj-home-section-radius: 22px;
    --akj-home-section-padding: 48px 28px;
    --akj-home-section-line: rgba(255, 255, 255, 0.16);
    --akj-home-section-line-strong: rgba(255, 255, 255, 0.30);
    --akj-home-section-glow: rgba(184, 0, 0, 0.16);
    --akj-home-section-panel: rgba(255, 255, 255, 0.025);
    --akj-home-section-panel-hover: rgba(255, 255, 255, 0.04);

    /* Hero */
    --akj-hero-max-w: 1600px;
    --akj-hero-gap: 40px;
    --akj-hero-text-width: 58%;
    --akj-hero-image-width: 42%;
    --akj-hero-image-max: 480px;

    /* Newsletter */
    --akj-home-newsletter-border: rgba(255, 255, 255, 0.92);
    --akj-nl-bg: #ffffff;
    --akj-nl-bg-soft: #f7f7f8;
    --akj-nl-text: #111111;
    --akj-nl-muted: #666666;
    --akj-nl-border: #e6e6e6;
    --akj-nl-accent: #b80000;
    --akj-nl-accent-hover: #000000;
    --akj-nl-radius: 20px;
    --akj-nl-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);

    /* Footer */
    --akj-footer-heading-size: 18px;
    --akj-footer-heading-line-height: 1.2;
    --akj-footer-heading-spacing: 0.4px;
    --akj-footer-link-size: 15px;
    --akj-footer-link-line-height: 1.65;
    --akj-footer-logo-height: 30px;
    --akj-footer-logo-height-mobile: 24px;
}

/* ==================================================
   1. SCROLL ANIMATIONS
================================================== */

.fade-in-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==================================================
   2. HERO / HOMEPAGE BANNER
   Supports:
   - .akj-hero-banner .hero-inner
   - .akj-hero-banner .stk-5cc302c-column
================================================== */

.home .akj-hero-banner {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .akj-hero-banner .hero-inner,
.home .akj-hero-banner .stk-5cc302c-column {
    width: 100%;
    max-width: var(--akj-hero-max-w) !important;
    margin: 0 auto !important;
    padding: 0 8px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    column-gap: var(--akj-hero-gap) !important;
    row-gap: var(--akj-hero-gap) !important;
}

.home .akj-hero-banner .hero-content {
    flex: 0 0 var(--akj-hero-text-width) !important;
    max-width: var(--akj-hero-text-width) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    align-self: center !important;
}

.home .akj-hero-banner .hero-image {
    flex: 0 0 var(--akj-hero-image-width) !important;
    max-width: var(--akj-hero-image-width) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .akj-hero-banner .hero-content > *,
.home .akj-hero-banner .hero-content .stk-20d545a-container,
.home .akj-hero-banner .hero-content .stk-20d545a-inner-blocks {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.home .akj-hero-banner .hero-content .stk-block-text__text,
.home .akj-hero-banner .hero-content .stk-block-heading__text,
.home .akj-hero-banner .hero-content .wp-block-heading,
.home .akj-hero-banner .hero-content h1,
.home .akj-hero-banner .hero-content h2,
.home .akj-hero-banner .hero-content h3,
.home .akj-hero-banner .hero-content p,
.home .akj-hero-banner .hero-content .wp-block-buttons {
    max-width: 100%;
    text-align: left !important;
}

.home .akj-hero-banner .hero-title {
    max-width: 900px !important;
    margin-bottom: 28px !important;
}

.home .akj-hero-banner .hero-title .stk-block-heading__text {
    font-size: 72px !important;
    line-height: 1.14 !important;
}

.home .akj-hero-banner .hero-text {
    max-width: 560px !important;
    margin-bottom: 42px !important;
}

.home .akj-hero-banner .hero-text .stk-block-text__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.home .akj-hero-banner .hero-kicker .stk-block-text__text {
    font-size: 22px !important;
    text-align: left !important;
}

.home .akj-hero-banner .hero-cta,
.home .akj-hero-banner .stk-button-group {
    justify-content: flex-start !important;
    text-align: left !important;
}

.home .akj-hero-banner .hero-image .stk-9ee6bb3-container,
.home .akj-hero-banner .hero-image .stk-9ee6bb3-inner-blocks {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.home .akj-hero-banner .hero-image figure {
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.home .akj-hero-banner .hero-image .stk-img-wrapper {
    width: 100% !important;
    max-width: var(--akj-hero-image-max) !important;
    height: auto !important;
}

.home .akj-hero-banner .hero-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: var(--akj-hero-image-max);
    object-fit: contain !important;
    margin: 0 !important;
}

/* ==================================================
   3. PRODUCT GRID – WHITE TEXT
================================================== */

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .ct-card-product h2,
.woocommerce ul.products li.product .ct-card-product h2 a,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price *,
.woocommerce ul.products li.product .ct-short-description,
.woocommerce ul.products li.product .ct-stock-info,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .ct-card-product h2,
ul.products li.product .ct-card-product h2 a,
ul.products li.product .price,
ul.products li.product .price *,
ul.products li.product .ct-short-description,
ul.products li.product .ct-stock-info {
    color: #ffffff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
    text-shadow: none !important;
}

/* Force meta/category text white in all product cards */
.woocommerce ul.products li.product .ct-taxonomies,
.woocommerce ul.products li.product .ct-taxonomies *,
.woocommerce ul.products li.product .product-categories,
.woocommerce ul.products li.product .product-categories *,
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .posted_in *,
.woocommerce ul.products li.product .ct-product-categories,
.woocommerce ul.products li.product .ct-product-categories *,
ul.products li.product .ct-taxonomies,
ul.products li.product .ct-taxonomies *,
ul.products li.product .product-categories,
ul.products li.product .product-categories *,
ul.products li.product .posted_in,
ul.products li.product .posted_in *,
ul.products li.product .ct-product-categories,
ul.products li.product .ct-product-categories * {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.woocommerce ul.products li.product .ct-taxonomies,
.woocommerce ul.products li.product .product-categories,
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .ct-product-categories,
ul.products li.product .ct-taxonomies,
ul.products li.product .product-categories,
ul.products li.product .posted_in,
ul.products li.product .ct-product-categories {
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

.woocommerce ul.products li.product .ct-taxonomies a,
.woocommerce ul.products li.product .product-categories a,
.woocommerce ul.products li.product .posted_in a,
.woocommerce ul.products li.product .ct-product-categories a,
ul.products li.product .ct-taxonomies a,
ul.products li.product .product-categories a,
ul.products li.product .posted_in a,
ul.products li.product .ct-product-categories a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.woocommerce ul.products li.product:hover .ct-taxonomies,
.woocommerce ul.products li.product:hover .ct-taxonomies *,
.woocommerce ul.products li.product:hover .product-categories,
.woocommerce ul.products li.product:hover .product-categories *,
.woocommerce ul.products li.product:hover .posted_in,
.woocommerce ul.products li.product:hover .posted_in *,
.woocommerce ul.products li.product:hover .ct-product-categories,
.woocommerce ul.products li.product:hover .ct-product-categories *,
ul.products li.product:hover .ct-taxonomies,
ul.products li.product:hover .ct-taxonomies *,
ul.products li.product:hover .product-categories,
ul.products li.product:hover .product-categories *,
ul.products li.product:hover .posted_in,
ul.products li.product:hover .posted_in *,
ul.products li.product:hover .ct-product-categories,
ul.products li.product:hover .ct-product-categories *,
.woocommerce ul.products li.product .ct-taxonomies a:hover,
.woocommerce ul.products li.product .product-categories a:hover,
.woocommerce ul.products li.product .posted_in a:hover,
.woocommerce ul.products li.product .ct-product-categories a:hover,
ul.products li.product .ct-taxonomies a:hover,
ul.products li.product .product-categories a:hover,
ul.products li.product .posted_in a:hover,
ul.products li.product .ct-product-categories a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* ==================================================
   4. PRODUCT CARDS – DARK LAYOUT
================================================== */

.ct-card-product {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    background: #111111;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ct-card-product:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.ct-card-product .ct-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.ct-card-product .ct-image-container img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ct-card-product:hover .ct-image-container img {
    transform: scale(1.05);
}

.ct-card-product .woocommerce-loop-product__title {
    min-height: 64px;
    margin-bottom: 10px;
    padding: 0 15px;
    line-height: 1.35;
}

.ct-card-product .price {
    display: block;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.ct-card-product .ct-woo-card-actions {
    margin-top: auto;
    padding: 20px 15px;
}

.ct-card-product .ct-woo-card-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
}

/* ==================================================
   5. HOMEPAGE BLOG – MODERN CARDS
================================================== */

.home .entries,
.home .wp-block-query .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px 22px;
    align-items: stretch;
}

.home .entries .entry-card,
.home .wp-block-query .wp-block-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 !important;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, #0d0d14 0%, #090910 100%);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    overflow: hidden;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.home .entries .entry-card:hover,
.home .wp-block-query .wp-block-post:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 0, 0, 0.42);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(184, 0, 0, 0.12) inset;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        linear-gradient(180deg, #101019 0%, #0a0a12 100%);
}

.home .entries .entry-card .entry-card-content,
.home .entries .entry-card .ct-entry-box,
.home .wp-block-query .wp-block-post .wp-block-post-excerpt {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home .entries .entry-card .ct-image-container,
.home .entries .entry-card .post-thumbnail,
.home .entries .entry-card .wp-block-post-featured-image,
.home .entries .entry-card [class*="featured-image"],
.home .wp-block-query .wp-block-post .wp-block-post-featured-image {
    aspect-ratio: 1 / 1;
    min-height: 220px;
    margin: 0 0 16px;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02) !important;
}

.home .entries .entry-card .ct-image-container img,
.home .entries .entry-card .post-thumbnail img,
.home .entries .entry-card .wp-block-post-featured-image img,
.home .entries .entry-card [class*="featured-image"] img,
.home .wp-block-query .wp-block-post .wp-block-post-featured-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.28s ease;
}

.home .entries .entry-card:hover .ct-image-container img,
.home .entries .entry-card:hover .post-thumbnail img,
.home .entries .entry-card:hover .wp-block-post-featured-image img,
.home .entries .entry-card:hover [class*="featured-image"] img,
.home .wp-block-query .wp-block-post:hover .wp-block-post-featured-image img {
    transform: scale(1.04);
}

/* Force all blog text white */
.home .entries .entry-card,
.home .entries .entry-card *,
.home .wp-block-query .wp-block-post,
.home .wp-block-query .wp-block-post * {
    color: #ffffff !important;
}

.home .entries .entry-card .ct-category,
.home .entries .entry-card .meta-categories,
.home .entries .entry-card .meta-categories a,
.home .entries .entry-card .entry-categories,
.home .entries .entry-card .entry-categories a,
.home .entries .entry-card .ct-taxonomies,
.home .entries .entry-card .ct-taxonomies a,
.home .entries .entry-card .post-categories,
.home .entries .entry-card .post-categories a,
.home .entries .entry-card .entry-taxonomies,
.home .entries .entry-card .entry-taxonomies a,
.home .wp-block-query .wp-block-post .wp-block-post-terms,
.home .wp-block-query .wp-block-post .wp-block-post-terms a {
    display: block;
    min-height: 18px;
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.home .entries .entry-card:hover .ct-category,
.home .entries .entry-card:hover .meta-categories,
.home .entries .entry-card:hover .meta-categories a,
.home .entries .entry-card:hover .entry-categories,
.home .entries .entry-card:hover .entry-categories a,
.home .entries .entry-card:hover .ct-taxonomies,
.home .entries .entry-card:hover .ct-taxonomies a,
.home .entries .entry-card:hover .post-categories,
.home .entries .entry-card:hover .post-categories a,
.home .entries .entry-card:hover .entry-taxonomies,
.home .entries .entry-card:hover .entry-taxonomies a,
.home .wp-block-query .wp-block-post:hover .wp-block-post-terms,
.home .wp-block-query .wp-block-post:hover .wp-block-post-terms a,
.home .entries .entry-card .meta-categories a:hover,
.home .entries .entry-card .entry-categories a:hover,
.home .entries .entry-card .ct-taxonomies a:hover,
.home .entries .entry-card .post-categories a:hover,
.home .entries .entry-card .entry-taxonomies a:hover,
.home .wp-block-query .wp-block-post .wp-block-post-terms a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.home .entries .entry-card .entry-title,
.home .entries .entry-card .entry-title a,
.home .entries .entry-card .ct-entry-title,
.home .entries .entry-card .ct-entry-title a,
.home .wp-block-query .wp-block-post .wp-block-post-title,
.home .wp-block-query .wp-block-post .wp-block-post-title a {
    display: block;
    min-height: 74px;
    margin: 0 0 14px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    text-wrap: balance;
}

.home .entries .entry-card .entry-excerpt,
.home .entries .entry-card .entry-excerpt p,
.home .entries .entry-card .ct-entry-content,
.home .entries .entry-card .ct-entry-content p,
.home .entries .entry-card .entry-content,
.home .entries .entry-card .entry-content p,
.home .wp-block-query .wp-block-post .wp-block-post-excerpt,
.home .wp-block-query .wp-block-post .wp-block-post-excerpt p {
    min-height: 112px;
    margin: 0;
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 14px;
    line-height: 1.7;
}

.home .entries .entry-card .entry-meta,
.home .entries .entry-card .entry-meta *,
.home .entries .entry-card .ct-meta,
.home .entries .entry-card .ct-meta *,
.home .wp-block-query .wp-block-post .wp-block-post-date,
.home .wp-block-query .wp-block-post .wp-block-post-date *,
.home .wp-block-query .wp-block-post .wp-block-post-author,
.home .wp-block-query .wp-block-post .wp-block-post-author * {
    margin-top: auto;
    padding-top: 14px;
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff !important;
    opacity: 1 !important;
}

.home .entries .entry-card a:hover,
.home .wp-block-query .wp-block-post a:hover {
    color: #ffffff !important;
    opacity: 0.92 !important;
}

/* ==================================================
   6. HOMEPAGE SECTIONS + NEWSLETTER FRAME
================================================== */

.home .akj-home-section {
    position: relative;
    z-index: 1;
    max-width: var(--akj-home-section-max-w);
    margin: 0 auto;
    padding: var(--akj-home-section-padding);
    isolation: isolate;
}

.home .akj-home-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    z-index: 2;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--akj-home-section-line-strong) 12%,
        var(--akj-home-section-line) 50%,
        var(--akj-home-section-line-strong) 88%,
        transparent 100%
    );
}

.home .akj-home-section--newsletter {
    padding: 40px 34px;
    border: 1.5px solid var(--akj-home-newsletter-border);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

/* ==================================================
   7. NEWSLETTER BLOCK
================================================== */

.newsletter.akj-newsletter-box {
    max-width: 1280px;
    margin: 40px auto;
    padding: 0 20px;
}

.newsletter.akj-newsletter-box .newsletter-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    border-radius: var(--akj-nl-radius);
    background: var(--akj-nl-bg);
    box-shadow: var(--akj-nl-shadow);
    overflow: hidden;
}

.newsletter.akj-newsletter-box .newsletter-left {
    padding: 48px 42px;
}

.newsletter.akj-newsletter-box .newsletter-header {
    margin-bottom: 24px;
}

.newsletter.akj-newsletter-box .newsletter-title {
    margin-bottom: 20px;
    color: var(--akj-nl-text);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.3;
}

.newsletter.akj-newsletter-box .newsletter-desc,
.newsletter.akj-newsletter-box .newsletter-description {
    margin: 0;
    color: var(--akj-nl-text);
    font-size: 15px;
    line-height: 1.6;
}

.newsletter.akj-newsletter-box .newsletter-form {
    display: block;
    margin: 0;
}

.newsletter.akj-newsletter-box .newsletter-form-row {
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 16px;
}

.newsletter.akj-newsletter-box .newsletter-input {
    flex: 1 1 auto;
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 2px solid #111111;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    appearance: none;
    -webkit-appearance: none;
}

.newsletter.akj-newsletter-box .newsletter-input::placeholder {
    color: #999999;
}

.newsletter.akj-newsletter-box .newsletter-input:focus {
    outline: none;
    border-color: #000000;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.12),
        0 0 0 3px rgba(0, 0, 0, 0.08);
}

.newsletter.akj-newsletter-box .newsletter-submit {
    flex: 0 0 auto;
    min-width: 168px;
    min-height: 56px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    background: var(--akj-nl-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 0;
}

.newsletter.akj-newsletter-box .newsletter-submit:hover {
    background: var(--akj-nl-accent-hover);
}

.newsletter.akj-newsletter-box .newsletter-submit:active {
    transform: translateY(1px);
}

.newsletter.akj-newsletter-box .newsletter-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.newsletter.akj-newsletter-box .newsletter-message {
    min-height: 24px;
    margin-top: 8px;
}

.newsletter.akj-newsletter-box .newsletter-footer {
    margin-top: 18px;
}

.newsletter.akj-newsletter-box .newsletter-privacy {
    margin: 0;
    color: var(--akj-nl-text);
    font-size: 14px;
    line-height: 1.6;
}

.newsletter.akj-newsletter-box .newsletter-right {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.newsletter.akj-newsletter-box .newsletter-media {
    width: 100%;
    height: 100%;
    margin: 0;
}

.newsletter.akj-newsletter-box .newsletter-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ==================================================
   8. HOMEPAGE PRODUCTS – MODERN GRID
================================================== */

.home .woocommerce ul.products,
.home ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 28px 20px;
}

.home .woocommerce ul.products li.product,
.home ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #0d0d14 0%, #090910 100%);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home .woocommerce ul.products li.product:hover,
.home ul.products li.product:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 0, 0, 0.42);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

/* ==================================================
   9. MEDIA – IMAGE & VIDEO FIXES
================================================== */

.home .ct-media-container,
.home [class*="media-container"],
.home .wp-video {
    max-width: 100%;
    height: auto;
}

.woocommerce ul.products li.product .ct-media-container {
    aspect-ratio: 1 / 1 !important;
}

.woocommerce ul.products li.product .ct-media-container img.wp-post-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ==================================================
   10. PROMO BLOCK – CLEAN HTML VERSION
================================================== */

.home .akj-promo-block {
    max-width: 1240px;
    margin: -40px auto 0;
    padding: 0 10px;
}

.home .akj-promo-block .promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px 42px;
    background: #b80000;
    border-radius: 0;
}

.home .akj-promo-block .promo-icon {
    flex: 0 0 90px;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .akj-promo-block .promo-icon img {
    display: block;
    width: 100%;
    max-width: 80px;
    height: auto;
    object-fit: contain;
}

.home .akj-promo-block .promo-content {
    flex: 1 1 auto;
    min-width: 0;
}

.home .akj-promo-block .promo-title {
    margin: 0 0 14px;
    padding: 14px 18px;
    border: 2px solid #111111;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.home .akj-promo-block .promo-subtitle {
    display: inline-block;
    margin: 0;
    padding: 10px 14px;
    background: #111111;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
}

.home .akj-promo-block .promo-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home .akj-promo-block .promo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 2px solid #ffffff;
    background: #0f0e17;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home .akj-promo-block .promo-cta:hover,
.home .akj-promo-block .promo-cta:focus {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

/* ==================================================
   11. FOOTER – TYPOGRAPHY + PAYMENT + DELIVERY
================================================== */

#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget-title,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .ct-widget-title,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-heading,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-title,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .ct-widget-title,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-heading,
#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title {
    color: #ffffff !important;
    font-size: var(--akj-footer-heading-size) !important;
    line-height: var(--akj-footer-heading-line-height) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: var(--akj-footer-heading-spacing) !important;
}

#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget li,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget p,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget span,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .menu a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-navigation a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-page-list a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-list a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget li,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget p,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget span,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .menu a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-navigation a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-page-list a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-list a {
    color: #ffffff !important;
    font-size: var(--akj-footer-link-size) !important;
    line-height: var(--akj-footer-link-line-height) !important;
}

#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .menu a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-navigation a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-page-list a,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-list a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .menu a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-navigation a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-page-list a,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-list a {
    text-decoration: none !important;
}

#footer.ct-footer[data-id="type-1"] [data-row="top"] .widget a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .menu a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-navigation a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-page-list a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-list a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .menu a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-navigation a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-page-list a:hover,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-list a:hover {
    color: #ffffff !important;
    opacity: 0.86;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-column] {
    align-items: flex-start;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"],
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"],
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 {
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-6"],
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-6"],
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-6 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: flex-start;
    margin-left: auto;
    width: auto;
    max-width: max-content;
    flex: 0 0 auto;
    text-align: left;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-6"] > *,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-6"] > *,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-6 > *,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-6"] .widget,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-6"] .widget,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-6 .widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] img,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] svg,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] img,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] svg,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 img,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 svg,
#footer.ct-footer[data-id="type-1"] .akj-footer-payment-logos img,
#footer.ct-footer[data-id="type-1"] .akj-footer-payment-logos svg,
#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos img,
#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos svg {
    display: block;
    width: auto !important;
    height: var(--akj-footer-logo-height) !important;
    max-height: var(--akj-footer-logo-height) !important;
    max-width: none !important;
    object-fit: contain !important;
    flex: 0 0 auto;
}

#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] figure,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] figure,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 figure,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] .wp-block-image,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] .wp-block-image,
#footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 .wp-block-image {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 12px 12px 0 !important;
}

#footer.ct-footer[data-id="type-1"] .akj-footer-delivery {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    text-align: left;
    align-self: flex-start;
}

#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title {
    display: inline-block;
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 8px;
}

#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 3px;
    background-color: #b80000;
}

#footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: visible;
}

#site-footer .widget-area-6,
.akj-footer-row .widget-area-6 {
    margin-left: auto;
    width: auto;
    max-width: max-content;
}

/* ==================================================
   12. UTILITIES
================================================== */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.no-underline {
    text-decoration: none !important;
}

/* ==================================================
   13. RESPONSIVE
================================================== */

@media (max-width: 1360px) {
    .home .entries,
    .home .wp-block-query .wp-block-post-template {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .home .woocommerce ul.products,
    .home ul.products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .home .akj-hero-banner .hero-inner,
    .home .akj-hero-banner .stk-5cc302c-column {
        max-width: 1440px !important;
        column-gap: 28px !important;
        padding-left: 14px !important;
        padding-right: 18px !important;
    }

    .home .akj-hero-banner .hero-content {
        flex-basis: 58% !important;
        max-width: 58% !important;
    }

    .home .akj-hero-banner .hero-image {
        flex-basis: 42% !important;
        max-width: 42% !important;
    }
}

@media (max-width: 1023px) {
    .home .akj-hero-banner .hero-inner,
    .home .akj-hero-banner .stk-5cc302c-column {
        max-width: 100% !important;
        padding: 0 16px !important;
        column-gap: 24px !important;
        row-gap: 24px !important;
    }

    .home .akj-hero-banner .hero-content {
        flex-basis: 55% !important;
        max-width: 55% !important;
    }

    .home .akj-hero-banner .hero-image {
        flex-basis: 45% !important;
        max-width: 45% !important;
    }

    .home .akj-hero-banner .hero-title .stk-block-heading__text {
        font-size: 44px !important;
    }

    .home .akj-hero-banner .hero-kicker .stk-block-text__text {
        font-size: 18px !important;
    }

    .home .akj-hero-banner .hero-image .stk-img-wrapper,
    .home .akj-hero-banner .hero-image img {
        max-width: 340px !important;
    }

    .home .entries,
    .home .wp-block-query .wp-block-post-template {
        grid-template-columns: repeat(2, 1fr);
    }

    .home .woocommerce ul.products,
    .home ul.products {
        grid-template-columns: repeat(3, 1fr);
    }

    .newsletter.akj-newsletter-box .newsletter-inner {
        grid-template-columns: 1fr;
    }

    .newsletter.akj-newsletter-box .newsletter-left {
        padding: 36px 28px;
    }

    .newsletter.akj-newsletter-box .newsletter-title {
        font-size: clamp(24px, 3vw, 32px);
    }

    .newsletter.akj-newsletter-box .newsletter-form-row {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter.akj-newsletter-box .newsletter-submit {
        width: 100%;
    }

    .home .akj-promo-block {
        margin-top: 20px;
        padding: 0 16px;
    }

    .home .akj-promo-block .promo-inner {
        gap: 22px;
        padding: 28px 26px;
    }

    .home .akj-promo-block .promo-title {
        font-size: 22px;
    }

    .home .akj-promo-block .promo-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home .entries,
    .home .wp-block-query .wp-block-post-template {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home .woocommerce ul.products,
    .home ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }

    .ct-card-product .ct-image-container {
        min-height: 210px;
    }

    .home .akj-home-section {
        padding: 36px 16px;
    }

    .newsletter.akj-newsletter-box {
        padding: 0 12px;
    }

    .newsletter.akj-newsletter-box .newsletter-left {
        padding: 28px 20px;
    }

    .newsletter.akj-newsletter-box .newsletter-title {
        font-size: clamp(20px, 2.5vw, 28px);
    }

    .newsletter.akj-newsletter-box .newsletter-form-row {
        gap: 14px;
        margin-bottom: 14px;
    }

    .newsletter.akj-newsletter-box .newsletter-footer {
        margin-top: 16px;
    }

    .home .entries .entry-card .ct-image-container,
    .home .entries .entry-card .post-thumbnail,
    .home .entries .entry-card .wp-block-post-featured-image {
        min-height: 180px;
    }

    .home .akj-hero-banner .hero-inner,
    .home .akj-hero-banner .stk-5cc302c-column {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 14px !important;
        row-gap: 24px !important;
    }

    .home .akj-hero-banner .hero-content,
    .home .akj-hero-banner .hero-image {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .home .akj-hero-banner .hero-title .stk-block-heading__text {
        font-size: 34px !important;
        line-height: 1.18 !important;
    }

    .home .akj-hero-banner .hero-text {
        max-width: 100% !important;
    }

    .home .akj-hero-banner .hero-image {
        justify-content: center !important;
        align-items: flex-end !important;
    }

    .home .akj-hero-banner .hero-image figure {
        justify-content: center !important;
    }

    .home .akj-hero-banner .hero-image .stk-img-wrapper,
    .home .akj-hero-banner .hero-image img {
        max-width: 280px !important;
    }

    .home .akj-promo-block .promo-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }

    .home .akj-promo-block .promo-icon {
        max-width: 72px;
        flex-basis: auto;
    }

    .home .akj-promo-block .promo-title {
        font-size: 20px;
        padding: 12px 14px;
    }

    .home .akj-promo-block .promo-subtitle {
        display: block;
        width: 100%;
        font-size: 15px;
    }

    .home .akj-promo-block .promo-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .home .akj-promo-block .promo-cta {
        width: 100%;
        text-align: center;
    }

    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-6"],
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-6"],
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-6 {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        justify-content: flex-start;
    }

    #footer.ct-footer[data-id="type-1"] [data-row="top"] .widget-title,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .ct-widget-title,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-heading,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-title,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .ct-widget-title,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-heading,
    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title {
        font-size: 16px !important;
    }

    #footer.ct-footer[data-id="type-1"] [data-row="top"] .widget a,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .widget li,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .widget p,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .widget span,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .menu a,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-navigation a,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-page-list a,
    #footer.ct-footer[data-id="type-1"] [data-row="top"] .wp-block-list a,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget a,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget li,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget p,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget span,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .menu a,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-navigation a,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-page-list a,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .wp-block-list a {
        font-size: 14px !important;
    }

    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery {
        width: 100%;
    }

    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title {
        margin-bottom: 14px;
    }

    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-title::after {
        width: 105px;
    }

    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos {
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos::-webkit-scrollbar {
        height: 0;
    }

    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] img,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item="widget-area-5"] svg,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] img,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] [data-item*="widget-area-5"] svg,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 img,
    #footer.ct-footer[data-id="type-1"] [data-row="middle"] .widget-area-5 svg,
    #footer.ct-footer[data-id="type-1"] .akj-footer-payment-logos img,
    #footer.ct-footer[data-id="type-1"] .akj-footer-payment-logos svg,
    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos img,
    #footer.ct-footer[data-id="type-1"] .akj-footer-delivery-logos svg {
        height: var(--akj-footer-logo-height-mobile) !important;
        max-height: var(--akj-footer-logo-height-mobile) !important;
    }
}

@media (max-width: 575px) {
    .home .woocommerce ul.products,
    .home ul.products {
        grid-template-columns: 1fr;
    }

    .newsletter.akj-newsletter-box {
        margin: 30px auto;
    }

    .home .akj-hero-banner .hero-image .stk-img-wrapper,
    .home .akj-hero-banner .hero-image img {
        max-width: 260px !important;
    }
}

/* ==================================================
   HOMEPAGE ONLY – BLOCKSY PRODUCT META LINKS WHITE
   Fix taxonomy/category links under product price
================================================== */

.home .woocommerce ul.products li.product,
.home ul.products li.product,
.home .woocommerce ul.products li.product .ct-card-product,
.home ul.products li.product .ct-card-product {
    --theme-link-initial-color: #ffffff;
    --theme-link-hover-color: #ffffff;
}

/* Meta wrapper under price */
.home .woocommerce ul.products li.product .ct-taxonomies,
.home .woocommerce ul.products li.product .ct-product-categories,
.home .woocommerce ul.products li.product .product-categories,
.home .woocommerce ul.products li.product .posted_in,
.home ul.products li.product .ct-taxonomies,
.home ul.products li.product .ct-product-categories,
.home ul.products li.product .product-categories,
.home ul.products li.product .posted_in {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

/* All nested pieces including links/spans/separators */
.home .woocommerce ul.products li.product .ct-taxonomies *,
.home .woocommerce ul.products li.product .ct-product-categories *,
.home .woocommerce ul.products li.product .product-categories *,
.home .woocommerce ul.products li.product .posted_in *,
.home ul.products li.product .ct-taxonomies *,
.home ul.products li.product .ct-product-categories *,
.home ul.products li.product .product-categories *,
.home ul.products li.product .posted_in * {
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Direct links */
.home .woocommerce ul.products li.product .ct-taxonomies a,
.home .woocommerce ul.products li.product .ct-product-categories a,
.home .woocommerce ul.products li.product .product-categories a,
.home .woocommerce ul.products li.product .posted_in a,
.home ul.products li.product .ct-taxonomies a,
.home ul.products li.product .ct-product-categories a,
.home ul.products li.product .product-categories a,
.home ul.products li.product .posted_in a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Hover must stay white */
.home .woocommerce ul.products li.product .ct-taxonomies a:hover,
.home .woocommerce ul.products li.product .ct-product-categories a:hover,
.home .woocommerce ul.products li.product .product-categories a:hover,
.home .woocommerce ul.products li.product .posted_in a:hover,
.home ul.products li.product .ct-taxonomies a:hover,
.home ul.products li.product .ct-product-categories a:hover,
.home ul.products li.product .product-categories a:hover,
.home ul.products li.product .posted_in a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Ultimate homepage fallback for black taxonomy links */
.home .woocommerce ul.products li.product [rel="tag"],
.home ul.products li.product [rel="tag"],
.home .woocommerce ul.products li.product .entry-meta a,
.home ul.products li.product .entry-meta a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

/* ==================================================
   NEUE PRODUKTE PAGE – WHITE BACKGROUND TEXT FIX
   Page ID: 11553
================================================== */

body.page-id-11553 .woocommerce,
body.page-id-11553 .woocommerce-page,
body.page-id-11553 .entry-content,
body.page-id-11553 .site-content {
    color: #111111 !important;
}

/* Product cards inherit dark text on white background */
body.page-id-11553 .woocommerce ul.products li.product,
body.page-id-11553 ul.products li.product,
body.page-id-11553 .woocommerce ul.products li.product .ct-card-product,
body.page-id-11553 ul.products li.product .ct-card-product {
    --theme-link-initial-color: #111111;
    --theme-link-hover-color: #111111;
    color: #111111 !important;
}

/* Explicit white card background to avoid dark-text-on-dark-card conflict */
body.page-id-11553 .woocommerce ul.products li.product .ct-card-product,
body.page-id-11553 ul.products li.product .ct-card-product {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}

body.page-id-11553 .woocommerce ul.products li.product .ct-card-product .ct-image-container,
body.page-id-11553 ul.products li.product .ct-card-product .ct-image-container {
    background: #ffffff !important;
}

/* Product title */
body.page-id-11553 .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.page-id-11553 .woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.page-id-11553 .woocommerce ul.products li.product h2,
body.page-id-11553 .woocommerce ul.products li.product h2 a,
body.page-id-11553 ul.products li.product .woocommerce-loop-product__title,
body.page-id-11553 ul.products li.product .woocommerce-loop-product__title a,
body.page-id-11553 ul.products li.product h2,
body.page-id-11553 ul.products li.product h2 a {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}

/* Price */
body.page-id-11553 .woocommerce ul.products li.product .price,
body.page-id-11553 .woocommerce ul.products li.product .price *,
body.page-id-11553 ul.products li.product .price,
body.page-id-11553 ul.products li.product .price * {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}

/* Product meta under price */
body.page-id-11553 .woocommerce ul.products li.product .ct-taxonomies,
body.page-id-11553 .woocommerce ul.products li.product .ct-taxonomies *,
body.page-id-11553 .woocommerce ul.products li.product .product-categories,
body.page-id-11553 .woocommerce ul.products li.product .product-categories *,
body.page-id-11553 .woocommerce ul.products li.product .posted_in,
body.page-id-11553 .woocommerce ul.products li.product .posted_in *,
body.page-id-11553 .woocommerce ul.products li.product .ct-product-categories,
body.page-id-11553 .woocommerce ul.products li.product .ct-product-categories *,
body.page-id-11553 ul.products li.product .ct-taxonomies,
body.page-id-11553 ul.products li.product .ct-taxonomies *,
body.page-id-11553 ul.products li.product .product-categories,
body.page-id-11553 ul.products li.product .product-categories *,
body.page-id-11553 ul.products li.product .posted_in,
body.page-id-11553 ul.products li.product .posted_in *,
body.page-id-11553 ul.products li.product .ct-product-categories,
body.page-id-11553 ul.products li.product .ct-product-categories * {
    color: #111111 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #111111 !important;
}

/* Direct links in meta text */
body.page-id-11553 .woocommerce ul.products li.product .ct-taxonomies a,
body.page-id-11553 .woocommerce ul.products li.product .product-categories a,
body.page-id-11553 .woocommerce ul.products li.product .posted_in a,
body.page-id-11553 .woocommerce ul.products li.product .ct-product-categories a,
body.page-id-11553 .woocommerce ul.products li.product [rel="tag"],
body.page-id-11553 ul.products li.product .ct-taxonomies a,
body.page-id-11553 ul.products li.product .product-categories a,
body.page-id-11553 ul.products li.product .posted_in a,
body.page-id-11553 ul.products li.product .ct-product-categories a,
body.page-id-11553 ul.products li.product [rel="tag"] {
    color: #111111 !important;
    opacity: 1 !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #111111 !important;
}

/* Keep hover dark on white page */
body.page-id-11553 .woocommerce ul.products li.product a:hover,
body.page-id-11553 ul.products li.product a:hover {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}

/* Result count and ordering */
body.page-id-11553 .woocommerce-result-count,
body.page-id-11553 .woocommerce-ordering,
body.page-id-11553 .woocommerce-ordering label,
body.page-id-11553 .woocommerce-ordering span {
    color: #111111 !important;
}

/* Select field */
body.page-id-11553 .woocommerce-ordering select,
body.page-id-11553 select.orderby {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #cfcfcf !important;
}

/* Pagination */
body.page-id-11553 .page-numbers,
body.page-id-11553 .woocommerce-pagination .page-numbers a,
body.page-id-11553 .woocommerce-pagination .page-numbers span {
    color: #111111 !important;
    border-color: #d9d9d9 !important;
}

/* Buttons – merged final version */
body.page-id-11553 .woocommerce a.button,
body.page-id-11553 .woocommerce button.button,
body.page-id-11553 .woocommerce input.button,
body.page-id-11553 .woocommerce .add_to_cart_button,
body.page-id-11553 .woocommerce .product_type_simple,
body.page-id-11553 .woocommerce .single_add_to_cart_button,
body.page-id-11553 ul.products li.product .button,
body.page-id-11553 .wp-block-button__link {
    background-color: #b80000 !important;
    border-color: #b80000 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.page-id-11553 .woocommerce a.button:hover,
body.page-id-11553 .woocommerce a.button:focus,
body.page-id-11553 .woocommerce a.button:active,
body.page-id-11553 .woocommerce button.button:hover,
body.page-id-11553 .woocommerce button.button:focus,
body.page-id-11553 .woocommerce button.button:active,
body.page-id-11553 .woocommerce input.button:hover,
body.page-id-11553 .woocommerce input.button:focus,
body.page-id-11553 .woocommerce input.button:active,
body.page-id-11553 .woocommerce .add_to_cart_button:hover,
body.page-id-11553 .woocommerce .add_to_cart_button:focus,
body.page-id-11553 .woocommerce .add_to_cart_button:active,
body.page-id-11553 .woocommerce .product_type_simple:hover,
body.page-id-11553 .woocommerce .product_type_simple:focus,
body.page-id-11553 .woocommerce .product_type_simple:active,
body.page-id-11553 .woocommerce .single_add_to_cart_button:hover,
body.page-id-11553 .woocommerce .single_add_to_cart_button:focus,
body.page-id-11553 .woocommerce .single_add_to_cart_button:active,
body.page-id-11553 ul.products li.product .button:hover,
body.page-id-11553 ul.products li.product .button:focus,
body.page-id-11553 ul.products li.product .button:active,
body.page-id-11553 .wp-block-button__link:hover,
body.page-id-11553 .wp-block-button__link:focus,
body.page-id-11553 .wp-block-button__link:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
}