﻿.breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #eeeeee;
        color: #333;
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 1.5rem 0.2rem 1.6rem;
    }

    .breadcrumb a,
    .breadcrumb li {
        color: #5f6f84;
    }

    .breadcrumb li:last-child {
        color: #163150;
        font-weight: 700;
    }

    .shop-sidebar .widget-collapsible {
        padding: 2rem 2rem 1.8rem;
        border: 1px solid rgba(214, 223, 235, 0.9);
        border-radius: 2rem;
        background: #ffffff;
        box-shadow: 0 18px 32px rgba(15, 39, 67, 0.08);
    }

    .shop-sidebar .widget-title,
    .shop-sidebar .widget-title span {
        color: #163150 !important;
        font-size: 1.7rem;
        font-weight: 800;
        letter-spacing: .01em;
    }

    .shop-sidebar .widget-body {
        padding-top: 1.4rem;
    }

    .shop-sidebar .widget-body li {
        color: #4e6077;
    }

    .shop-sidebar .widget-body li + li {
        margin-top: 1.1rem;
    }

    .shop-sidebar .widget-body a {
        color: #4e6077 !important;
        font-size: 1.42rem;
        line-height: 1.55;
        transition: color .2s ease, transform .2s ease;
    }

    .shop-sidebar .widget-body a:hover {
        color: #cf202f !important;
        transform: translateX(3px);
    }

    .shop-sidebar .widget-body a strong {
        color: #163150;
    }

    .shop-sidebar .widget-body i {
        color: #cf202f;
    }

    .product-wrapper.row[class*="cols-"] {
        align-items: stretch;
    }

    .product-wrapper .product-wrap {
        display: flex;
        margin-bottom: 2.2rem;
        height: 100%;
    }

    .product-wrapper .product-wrap .product {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 1.2rem 1.2rem 1.4rem;
        border: 1px solid #edf1f6;
        border-radius: 1.2rem;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 39, 67, 0.08);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .product-wrapper .product-wrap .product:hover {
        transform: translateY(-5px);
        border-color: #d9e3ef;
        box-shadow: 0 18px 34px rgba(15, 39, 67, 0.14);
    }

    .product-wrapper .product-wrap .product-media {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
        min-height: 25rem;
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 1rem;
        overflow: hidden;
        background: #ffffff;
        box-shadow: none;
    }

    .product-wrapper .product-wrap .product-media > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .product-wrapper .product-wrap .product-media img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .product-card__ribbons {
        position: absolute;
        inset: 1rem 1rem auto 1rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: .8rem;
        pointer-events: none;
    }

    .product-card__ribbon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3rem;
        padding: .55rem .9rem;
        border-radius: .7rem;
        background: #cf202f;
        color: #ffffff;
        font-size: 1.02rem;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: .04em;
        text-transform: uppercase;
        box-shadow: 0 10px 18px rgba(207, 32, 47, 0.2);
    }

    .product-card__discount {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 4.2rem;
        min-height: 3rem;
        padding: .45rem .8rem;
        border-radius: 999px;
        background: #63c114;
        color: #ffffff;
        font-size: 1.14rem;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 10px 18px rgba(99, 193, 20, 0.18);
    }

    .product-wrapper .product-wrap .product-action-horizontal {
        left: 50%;
        bottom: 1.2rem;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity .2s ease, transform .2s ease;
    }

    .product-wrapper .product-wrap .product:hover .product-action-horizontal {
        opacity: 1;
        transform: translateX(-50%) translateY(-2px);
    }

    .product-wrapper .product-wrap .product-action-horizontal .btn-product-icon {
        border-radius: 999px;
        box-shadow: 0 8px 18px rgba(15, 39, 67, 0.12);
    }

    .product-wrapper .product-wrap .product-details {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        width: 100%;
    }

    .product-wrapper .product-wrap .product-cat {
        width: 100%;
        margin-bottom: .45rem;
        color: #8f9cae;
        font-size: 1rem;
        letter-spacing: .03em;
        text-transform: uppercase;
    }

    .product-wrapper .product-wrap .product-cat a {
        color: inherit;
    }

    .product-wrapper .product-wrap .product-name {
        width: 100%;
        min-height: 4.8rem;
        margin-bottom: .75rem;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.4;
    }

    .product-wrapper .product-wrap .product-name a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #1d2735;
    }

    .product-wrapper .product-wrap .product-pa-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: .9rem;
        width: 100%;
        margin-top: auto;
    }

    .product-card__price-row {
        display: flex;
        align-items: flex-end;
        gap: .9rem;
        width: 100%;
    }

    .product-wrapper .product-wrap .product-price {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
        gap: .2rem .8rem;
        min-height: 4.2rem;
        flex: 1 1 auto;
        margin: 0 !important;
        font-size: 1.34em;
        font-weight: 700;
        color: #111111;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .product-wrapper .product-wrap .product-price .new-price,
    .product-wrapper .product-wrap .product-price .old-price,
    .product-wrapper .product-wrap .product-price ins,
    .product-wrapper .product-wrap .product-price del,
    .product-wrapper .product-wrap .product-price span {
        position: static !important;
        float: none !important;
    }

    .product-wrapper .product-wrap .product-price .old-price,
    .product-wrapper .product-wrap .product-price del {
        width: 100%;
        order: 1;
        font-size: .8em;
        color: #ef3b45;
        text-decoration-thickness: 2px;
    }

    .product-wrapper .product-wrap .product-price:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .product-wrapper .product-wrap .product-price .new-price,
    .product-wrapper .product-wrap .product-price ins,
    .product-wrapper .product-wrap .product-price > span:not(.old-price) {
        order: 2;
        font-size: 1em;
        color: #101010;
    }

    .product-card__badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: .55rem;
        width: 100%;
        margin-bottom: .75rem;
    }

    .product-card__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .42rem .8rem;
        border-radius: 999px;
        background: #f0f5fb;
        color: #3d587c;
        font-size: .98rem;
        font-weight: 700;
    }

    .product-card__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        margin-top: 0;
        min-height: 4.6rem;
        padding: 1rem 1.2rem;
        border-radius: .7rem !important;
        color: #fff !important;
        font-size: 1.24rem;
        font-weight: 800;
        letter-spacing: .03em;
    }

    @media (max-width: 767px) {
        .product-wrapper .product-wrap .product {
            padding: .85rem .75rem 1rem;
            border-radius: 1.2rem;
            box-shadow: 0 10px 22px rgba(15, 39, 67, 0.08);
        }

        .product-wrapper .product-wrap .product-media {
            min-height: 0;
            aspect-ratio: 1 / 1;
            padding: .7rem;
            margin-bottom: .85rem;
            border-radius: 1rem;
            background: #fff;
        }

        .product-wrapper .product-wrap .product-action-horizontal {
            display: none;
        }

        .product-wrapper .product-wrap .product-details {
            text-align: left;
        }

        .product-wrapper .product-wrap .product-name {
            min-height: 4.8rem;
            margin-bottom: .65rem;
            font-size: 1.2rem;
            line-height: 1.34;
            font-weight: 800;
        }

        .product-wrapper .product-wrap .product-name a {
            -webkit-line-clamp: 3;
            color: #102847;
        }

        .product-wrapper .product-wrap .product-price {
            min-height: 2.8rem;
            font-size: 1.28rem;
            line-height: 1.2;
        }

        .product-wrapper .product-wrap .product-cat {
            display: none;
        }

        .product-card__badges {
            gap: .45rem;
            margin-bottom: .65rem;
        }

        .product-card__badge {
            padding: .36rem .58rem;
            font-size: .9rem;
            line-height: 1.15;
        }

        .product-card__ribbons {
            inset: .7rem .7rem auto .7rem;
        }

        .product-card__ribbon {
            min-height: 2.5rem;
            padding: .42rem .58rem;
            font-size: .82rem;
        }

        .product-card__cta {
            min-height: 3.9rem;
            margin-top: .8rem;
            padding: .85rem .8rem;
            border-radius: .8rem !important;
            font-size: 1.05rem;
            letter-spacing: .01em;
        }

        .product-card__price-row {
            gap: .7rem;
        }

        .product-card__discount {
            min-width: 3.8rem;
            min-height: 2.7rem;
            font-size: 1.02rem;
        }
    }

    .product-wrapper .product-card__ribbons,
    .product-wrapper .product-action-horizontal,
    .product-wrapper .product-cat,
    .product-wrapper .product-card__badges,
    .product-wrapper .product-card__discount,
    .product-wrapper .old-price {
        display: none !important;
    }

    .product-wrapper .row[class*="cols-"] {
        gap: 3rem 2.4rem;
    }

    .product-wrapper .product-wrap .product {
        padding: .9rem .9rem 1.1rem !important;
        border: 1px solid #edf1f6 !important;
        border-radius: 1.4rem !important;
        background: #ffffff !important;
        box-shadow: 0 10px 24px rgba(15, 39, 67, 0.07) !important;
        overflow: hidden !important;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
    }

    .product-wrapper .product-wrap .product:hover {
        transform: translateY(-4px) !important;
        border-color: #dfe7f1 !important;
        box-shadow: 0 16px 34px rgba(15, 39, 67, 0.12) !important;
    }

    .product-wrapper .product-wrap .product-media {
        aspect-ratio: 1 / 1.2 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin-bottom: 1rem !important;
        border-radius: 1.1rem !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .product-wrapper .product-wrap .product-media img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .product-wrapper .product-card__ribbons {
        display: flex !important;
        inset: .95rem .95rem auto .95rem !important;
        z-index: 3;
    }

    .product-wrapper .product-card__ribbon {
        min-height: 2.8rem;
        padding: .5rem .82rem;
        border-radius: 999px;
        background: #111111;
        color: #ffffff;
        font-size: .94rem;
        font-weight: 900;
        letter-spacing: .02em;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    }

    .product-wrapper .product-card__ribbon--top-seller {
        background: #cf202f;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
    }

    .product-wrapper .product-card__ribbon--en-cok-satan {
        background: #cf202f;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
    }

    .product-wrapper .product-card__ribbon--cok-satilan {
        background: #0f1f44;
        box-shadow: 0 10px 20px rgba(15, 31, 68, 0.22);
    }

    .product-wrapper .product-card__ribbon--iyi-fiyat {
        background: #179a55;
        box-shadow: 0 10px 20px rgba(23, 154, 85, 0.22);
    }

    .product-wrapper .product-wrap .product-details {
        align-items: stretch !important;
        text-align: left !important;
    }

    .product-wrapper .product-wrap .product-name {
        min-height: 0 !important;
        margin: 0 0 1.7rem !important;
        font-size: 1.3rem !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    .product-wrapper .product-wrap .product-name a {
        -webkit-line-clamp: 2 !important;
        color: #000000 !important;
    }

    .product-wrapper .product-wrap .product-pa-wrapper {
        gap: 0 !important;
    }

    .product-wrapper .product-card__price-row {
        display: block !important;
    }

    .product-wrapper .product-wrap .product-price {
        display: block !important;
        min-height: 0 !important;
        margin: 0 !important;
        color: #000000 !important;
        font-size: 1.58rem !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
    }

    .product-wrapper .product-wrap .product-price .new-price,
    .product-wrapper .product-wrap .product-price ins,
    .product-wrapper .product-wrap .product-price > span:not(.old-price) {
        color: #000000 !important;
        font-size: 1em !important;
        font-weight: 900 !important;
        text-decoration: none !important;
    }

    .product-wrapper .product-card__cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 3.6rem !important;
        margin-top: 1.05rem !important;
        padding: .8rem 1.2rem !important;
        border: 1px solid #000000 !important;
        border-radius: .7rem !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-size: 1.08rem !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

    .product-wrapper .product-card__cta:hover,
    .product-wrapper .product-card__cta:focus {
        background: #000000 !important;
        color: #ffffff !important;
    }

    @media (max-width: 767px) {
        .product-wrapper .row[class*="cols-"] {
            gap: 2.2rem 1.4rem;
        }

        .product-wrapper .product-wrap .product-name {
            margin-bottom: 1.2rem !important;
            font-size: 1.08rem !important;
        }

        .product-wrapper .product-wrap .product-price {
            font-size: 1.35rem !important;
        }

        .product-wrapper .product-card__cta {
            min-height: 3.5rem !important;
            margin-top: .8rem !important;
            padding: .8rem !important;
            font-size: .98rem !important;
        }
    }

    .category-product-grid.product-wrapper {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 25.8rem), 1fr));
        gap: 3rem 2.4rem;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }

    .category-product-grid .product-wrap {
        display: flex !important;
        width: auto !important;
        max-width: none !important;
        height: 100%;
        margin-bottom: 0 !important;
        flex: initial !important;
    }

    .category-product-grid .product-wrap .product {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 1.2rem !important;
        border: 1px solid #e7ebf1 !important;
        border-radius: .9rem !important;
        background: #ffffff !important;
        box-shadow: 0 1rem 2.4rem rgba(15, 39, 67, .06) !important;
        text-align: left !important;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
    }

    .category-product-grid .product-wrap .product:hover {
        transform: translateY(-3px) !important;
        border-color: rgba(207, 32, 47, .24) !important;
        box-shadow: 0 1.6rem 3.4rem rgba(15, 39, 67, .1) !important;
    }

    .category-product-grid .product-wrap .product-media {
        position: relative;
        aspect-ratio: 4 / 3 !important;
        min-height: 0 !important;
        margin-bottom: 1.15rem !important;
        padding: 0 !important;
        border-radius: .72rem !important;
        background: #f8fafc !important;
        overflow: hidden;
    }

    .category-product-grid .product-wrap .product-media > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .category-product-grid .product-wrap .product-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        transform: scale(1.03);
        transition: transform .24s ease;
    }

    .category-product-grid .product-wrap .product:hover .product-media img {
        transform: scale(1.07);
    }

    .category-product-grid .product-action-vertical,
    .category-product-grid .ratings-container {
        display: none !important;
    }

    .category-product-grid .product-card__ribbon {
        position: absolute;
        top: .9rem;
        left: .9rem;
        z-index: 4;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 2.8rem;
        padding: .5rem .82rem;
        border-radius: 999px;
        background: #111111;
        color: #ffffff;
        font-size: .94rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .02em;
        pointer-events: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    }

    .category-product-grid .product-card__ribbon--en-cok-satan {
        background: #cf202f;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
    }

    .category-product-grid .product-card__ribbon--cok-satilan {
        background: #0f1f44;
        box-shadow: 0 10px 20px rgba(15, 31, 68, 0.22);
    }

    .category-product-grid .product-card__ribbon--iyi-fiyat {
        background: #179a55;
        box-shadow: 0 10px 20px rgba(23, 154, 85, 0.22);
    }

    .category-product-grid .product-card__ribbon--one-cikan {
        background: linear-gradient(135deg, #b7791f, #f2c14e);
        box-shadow: 0 10px 22px rgba(183, 121, 31, 0.32);
    }

    .category-product-grid .product--featured {
        border: 2px solid #d6a63a !important;
        background: linear-gradient(180deg, #fffdf6 0%, #ffffff 42%) !important;
        box-shadow: 0 18px 40px rgba(183, 121, 31, 0.2) !important;
    }

    .category-product-grid .product-card__tag {
        position: absolute;
        right: .8rem;
        bottom: .8rem;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        min-height: 2.8rem;
        padding: .5rem .75rem;
        border-radius: 999px;
        background: rgba(17, 24, 39, .9);
        color: #ffffff;
        font-size: .94rem;
        font-weight: 900;
        line-height: 1;
        pointer-events: none;
    }

    .category-product-grid .product-card__tag i {
        color: #7ee0a2;
        font-size: 1rem;
    }

    .category-product-grid .product-wrap .product-details {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch !important;
        width: 100%;
        text-align: left !important;
    }

    .category-product-grid .product-card__badges {
        display: flex !important;
        flex-wrap: wrap;
        gap: .55rem;
        margin-bottom: .9rem;
    }

    .category-product-grid .product-card__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.7rem;
        padding: .48rem .72rem;
        border-radius: 999px;
        background: #f3f6fa;
        color: #334155;
        font-size: .98rem;
        font-weight: 800;
        line-height: 1;
    }

    .category-product-grid .product-card__badge i {
        margin-right: .42rem;
        color: #cf202f;
        font-size: .98rem;
    }

    .category-product-grid .product-wrap .product-name {
        min-height: 0 !important;
        margin: 0 0 .75rem !important;
        font-size: 1.34rem !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
    }

    .category-product-grid .product-wrap .product-name a {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #111827 !important;
        white-space: normal !important;
        animation: none !important;
    }

    .category-product-grid .product-wrap .product-name a::after {
        display: none !important;
    }

    .category-product-grid .product-wrap .product-name.product-name--ticker {
        min-height: 2.4rem !important;
        overflow: hidden !important;
    }

    .category-product-grid .product-wrap .product-name.product-name--ticker a {
        display: inline-flex !important;
        align-items: center;
        width: max-content;
        min-width: max-content;
        max-width: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        -webkit-box-orient: initial !important;
        -webkit-line-clamp: unset !important;
        animation: grafProductNameTicker 10s linear infinite !important;
        will-change: transform;
    }

    .category-product-grid .product-wrap .product-name.product-name--ticker a::after {
        content: attr(data-title);
        display: inline-block !important;
        padding-left: 2.4rem;
    }

    @media (min-width: 768px) {
        .category-product-grid .product-wrap .product-name.product-name--ticker {
            min-height: 0 !important;
        }

        .category-product-grid .product-wrap .product-name.product-name--ticker a {
            display: -webkit-box !important;
            width: 100%;
            min-width: 0;
            max-width: 100% !important;
            overflow: hidden !important;
            -webkit-box-orient: vertical !important;
            -webkit-line-clamp: 2 !important;
            white-space: normal !important;
            animation: none !important;
        }

        .category-product-grid .product-wrap .product-name.product-name--ticker a::after {
            display: none !important;
        }
    }

    .category-product-grid .product-card__benefit {
        min-height: 4.2rem;
        margin: 0 0 1rem;
        color: #596579;
        font-size: 1.12rem;
        line-height: 1.55;
    }

    .category-product-grid .product-pa-wrapper {
        display: block !important;
        width: 100%;
        margin-top: auto;
    }

    .category-product-grid .product-card__price-label {
        display: block;
        margin-bottom: .25rem;
        color: #7b8494;
        font-size: .98rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .category-product-grid .product-card__old-price {
        display: block !important;
        margin-bottom: .25rem;
        color: #9ca3af;
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: line-through;
    }

    .category-product-grid .product-wrap .product-price {
        display: block !important;
        width: 100%;
        min-height: 0 !important;
        margin: 0 0 .15rem !important;
        color: #111827 !important;
        font-size: 1.68rem !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        white-space: nowrap;
        overflow: visible;
    }

    .category-product-grid .product-wrap .product-price span,
    .category-product-grid .product-wrap .product-price ins {
        display: inline-block;
        color: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit;
        text-decoration: none !important;
    }

    .category-product-grid .product-card__cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: .6rem;
        width: 100% !important;
        min-height: 4rem !important;
        margin-top: 1.05rem !important;
        padding: .9rem 1.2rem !important;
        border: 1px solid #cf202f !important;
        border-radius: 999px !important;
        background: #cf202f !important;
        color: #ffffff !important;
        font-size: 1.1rem !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: 0 1rem 2rem rgba(207, 32, 47, .18) !important;
    }

    .category-product-grid .product-card__cta:hover,
    .category-product-grid .product-card__cta:focus {
        border-color: #111827 !important;
        background: #111827 !important;
        color: #ffffff !important;
        box-shadow: 0 1.2rem 2.4rem rgba(17, 24, 39, .18) !important;
    }

    .category-product-grid .product-card__cta i {
        font-size: 1.12rem;
    }

    @media (max-width: 575px) {
        .category-product-grid.product-wrapper {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.6rem 1rem;
        }

        .category-product-grid .product-wrap .product {
            padding: 1rem !important;
        }

        .category-product-grid .product-wrap .product-media {
            aspect-ratio: 100 / 82 !important;
        }

        .category-product-grid .product-card__badges {
            gap: .45rem;
            margin-bottom: .75rem;
        }

        .category-product-grid .product-card__badge {
            min-height: 2.35rem;
            padding: .36rem .58rem;
            font-size: .86rem;
        }

        .category-product-grid .product-card__tag {
            right: .6rem;
            bottom: .6rem;
            min-height: 2.45rem;
            padding: .42rem .58rem;
            font-size: .82rem;
        }

        .category-product-grid .product-wrap .product-name {
            font-size: 1.18rem !important;
        }

        .category-product-grid .product-wrap .product-name.product-name--ticker {
            min-height: 2.1rem !important;
        }

        .category-product-grid .product-card__benefit {
            min-height: 0;
            font-size: 1.04rem;
        }

        .category-product-grid .product-wrap .product-price {
            font-size: 1.42rem !important;
        }

    .category-product-grid .product-card__cta {
            min-height: 3.8rem !important;
            margin-top: .8rem !important;
            padding: .8rem !important;
            font-size: .98rem !important;
        }
    }

    @media (max-width: 767px) {
        .category-product-grid .product-wrap .product-name.product-name--ticker a {
            display: -webkit-box !important;
            width: 100% !important;
            min-width: 0 !important;
            max-width: 100% !important;
            overflow: hidden !important;
            -webkit-box-orient: vertical !important;
            -webkit-line-clamp: 2 !important;
            white-space: normal !important;
            transform: none !important;
            animation: none !important;
        }

        .category-product-grid .product-wrap .product-name.product-name--ticker a::after {
            display: none !important;
            content: none !important;
        }
    }

