/* ============================================================
   Arız Ticaret - Ek Elementor Widget Tasarımları (v1.6.0)
   ============================================================ */

.ariz-results,
.ariz-campaign,
.ariz-category-slider,
.ariz-results *,
.ariz-campaign *,
.ariz-category-slider * {
    box-sizing: border-box;
}

/* ---------- ÜST KAMPANYA VİTRİNİ ---------- */
.ariz-campaign {
    --ariz-navy: #071f4a;
    --ariz-blue: #12489e;
    --ariz-light-blue: #8eb9ff;
    width: 100%;
    font-family: inherit;
}

.ariz-campaign-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.08fr) minmax(300px, .98fr);
    gap: 18px;
    align-items: stretch;
}

.ariz-campaign-main {
    position: relative;
    min-width: 0;
    min-height: 520px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--ariz-navy);
    box-shadow: 0 18px 46px rgba(7,31,74,.16);
}

.ariz-campaign-slides,
.ariz-campaign-slide {
    position: absolute;
    inset: 0;
}

.ariz-campaign-slide {
    display: flex;
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity .55s ease, visibility .55s ease, transform 1.1s ease;
}

.ariz-campaign-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.ariz-campaign-overlay,
.ariz-promo-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ariz-campaign-overlay {
    background: linear-gradient(90deg, rgba(4,19,48,.96) 0%, rgba(4,28,70,.82) 35%, rgba(4,28,70,.2) 70%, rgba(4,28,70,.04) 100%);
}

.ariz-campaign-content {
    position: relative;
    z-index: 2;
    width: min(54%, 560px);
    min-height: inherit;
    padding: clamp(34px, 5vw, 68px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}

.ariz-campaign-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #a9c9ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.ariz-campaign-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 3.1vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.8px;
    text-wrap: balance;
}

.ariz-campaign-content p {
    max-width: 470px;
    margin: 20px 0 0;
    color: #d7e5ff;
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.65;
}

.ariz-campaign-button,
.ariz-promo-button {
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
    min-height: 42px !important;
    margin: 26px 0 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #0a2f6b !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.14) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.ariz-campaign-button:hover,
.ariz-campaign-button:focus,
.ariz-promo-button:hover,
.ariz-promo-button:focus {
    color: #0a2f6b !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0,0,0,.2) !important;
    outline: 0 !important;
}

.ariz-campaign-arrow,
.ariz-campaign-dots button,
.ariz-category-arrow {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
}

.ariz-campaign-arrow {
    position: absolute !important;
    z-index: 4 !important;
    bottom: 18px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.58) !important;
    border-radius: 50% !important;
    background: rgba(4,22,55,.35) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    line-height: 1 !important;
    backdrop-filter: blur(7px);
    transition: background .18s ease, border-color .18s ease !important;
}

.ariz-campaign-arrow:hover,
.ariz-campaign-arrow:focus {
    border-color: #fff !important;
    background: #fff !important;
    color: #0a2f6b !important;
    outline: 0 !important;
}

.ariz-campaign-arrow.is-prev { left: 18px !important; }
.ariz-campaign-arrow.is-next { right: 18px !important; }

.ariz-campaign-arrow svg,
.ariz-category-arrow svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.ariz-campaign-button svg,
.ariz-promo-button svg,
.ariz-category-link svg {
    display: block;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ariz-campaign-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.ariz-campaign-dots button {
    position: static !important;
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.52) !important;
    color: transparent !important;
    transform: none !important;
    transition: width .18s ease, border-radius .18s ease, background .18s ease !important;
}

.ariz-campaign-dots button.is-active {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    border-radius: 999px !important;
    background: #fff !important;
}

.ariz-campaign-promos {
    display: grid;
    grid-auto-rows: minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
}

.ariz-promo-card {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 14px 38px rgba(7,31,74,.13);
    isolation: isolate;
}

.ariz-promo-card.is-dark .ariz-promo-overlay {
    background: linear-gradient(90deg, rgba(4,24,62,.98) 0%, rgba(4,35,88,.78) 49%, rgba(4,35,88,.06) 83%);
}

.ariz-promo-card.is-light .ariz-promo-overlay {
    background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(241,248,255,.9) 48%, rgba(241,248,255,.08) 86%);
}

.ariz-promo-content {
    position: relative;
    z-index: 2;
    width: 64%;
    min-height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ariz-promo-card.is-dark .ariz-promo-content { color: #fff; }
.ariz-promo-card.is-light .ariz-promo-content { color: #0a2f6b; }

.ariz-promo-kicker {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    opacity: .85;
}

.ariz-promo-content h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(18px, 1.45vw, 25px);
    font-weight: 800;
    line-height: 1.2;
}

.ariz-promo-content p {
    margin: 9px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.ariz-promo-content .ariz-promo-button {
    min-height: 34px !important;
    margin-top: 15px !important;
    padding: 0 13px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
}

.ariz-promo-card.is-light .ariz-promo-button {
    background: #12489e !important;
    color: #fff !important;
}

.ariz-promo-badge {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3,17,43,.9);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

/* ---------- SABİT KATEGORİ KARTLARI ---------- */
.ariz-category-slider {
    width: 100%;
    padding: 26px 0 10px;
    font-family: inherit;
}

.ariz-category-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ariz-category-header h2 {
    margin: 0;
    color: #0a2f6b;
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 800;
    line-height: 1.2;
}

.ariz-category-viewport {
    width: 100%;
}

.ariz-category-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    padding: 1px 1px 14px;
}

.ariz-category-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e5ebf4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(8,40,86,.06);
    display: flex;
    flex-direction: column;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ariz-category-card:hover {
    border-color: #b9d4ff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(8,40,86,.11);
}

.ariz-category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    padding: 18px 18px 6px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbfcfe 0%, #f6f8fb 100%);
}

.ariz-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
    transition: transform .35s ease;
}

.ariz-category-card:hover .ariz-category-image img { transform: scale(1.045); }

.ariz-category-body {
    min-width: 0;
    min-height: 112px;
    padding: 12px 16px 17px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.ariz-category-body h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 190px;
    margin: 0;
    color: #1a2b4a;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.28;
}

.ariz-category-link {
    flex: 0 0 auto;
    min-width: 92px;
    min-height: 34px;
    margin-top: 10px;
    padding: 0 18px;
    border: 1px solid #12489e;
    border-radius: 6px;
    background: #fff;
    color: #12489e !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ariz-category-link:hover,
.ariz-category-link:focus {
    border-color: #12489e;
    background: #12489e;
    color: #fff !important;
    transform: translateY(-1px);
    outline: 0;
}

/* ---------- ARAMA SONUÇLARI ---------- */
.ariz-results {
    width: 100%;
    padding: clamp(42px, 6vw, 82px) 20px;
    background: #f4f7fb;
    color: #1a2b4a;
    font-family: inherit;
}

.ariz-results-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.ariz-results-header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ariz-results-kicker {
    display: block;
    margin-bottom: 8px;
    color: #5f82bd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.ariz-results-header h1 {
    margin: 0;
    color: #0a2f6b;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.15;
}

.ariz-results-count {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #e7eef9;
    color: #12489e;
    font-size: 13px;
    font-weight: 700;
}

.ariz-results-grid {
    display: grid;
    grid-template-columns: repeat(var(--ariz-results-cols, 4), minmax(0, 1fr));
    gap: 20px;
}

.ariz-result-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4eaf3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,40,86,.06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ariz-result-card:hover {
    border-color: #b9d4ff;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(8,40,86,.12);
}

.ariz-result-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbfcfe 0%, #f1f5fa 100%);
}

.ariz-result-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform .35s ease;
}

.ariz-result-card:hover .ariz-result-image img { transform: scale(1.04); }

.ariz-result-placeholder {
    color: #9ab2d6;
}

.ariz-result-body {
    padding: 18px;
}

.ariz-result-body h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.ariz-result-body h2 a {
    color: #1a2b4a !important;
    text-decoration: none !important;
}

.ariz-result-body h2 a:hover { color: #12489e !important; }

.ariz-result-price {
    min-height: 26px;
    margin-top: 10px;
    color: #12489e;
    font-size: 17px;
    font-weight: 800;
}

.ariz-result-button {
    width: 100%;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 15px;
    border-radius: 9px;
    background: #12489e;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    font-weight: 800;
    transition: background .18s ease, transform .18s ease;
}

.ariz-result-button:hover,
.ariz-result-button:focus {
    background: #082856;
    color: #fff !important;
    transform: translateY(-1px);
    outline: 0;
}

.ariz-results-pagination {
    margin-top: 34px;
}

.ariz-results-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ariz-results-pagination a,
.ariz-results-pagination span {
    width: 40px;
    height: 40px;
    border: 1px solid #d9e2ef;
    border-radius: 9px;
    background: #fff;
    color: #12489e !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.ariz-results-pagination a:hover,
.ariz-results-pagination .current {
    border-color: #12489e;
    background: #12489e;
    color: #fff !important;
}

.ariz-results-empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 58px 30px;
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 38px rgba(8,40,86,.07);
}

.ariz-results-empty-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #eaf1fb;
    color: #12489e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ariz-results-empty h2 {
    margin: 0;
    color: #0a2f6b;
    font-size: 25px;
    font-weight: 800;
}

.ariz-results-empty p {
    margin: 10px 0 0;
    color: #66758e;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .ariz-campaign-layout {
        grid-template-columns: 1fr;
    }
    .ariz-campaign-promos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(230px, auto);
    }
    .ariz-category-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .ariz-results-grid {
        grid-template-columns: repeat(var(--ariz-results-cols-tablet, 2), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ariz-campaign-main {
        min-height: 430px;
        border-radius: 14px;
    }
    .ariz-campaign-slide {
        background-position: 68% center;
    }
    .ariz-campaign-overlay {
        background: linear-gradient(90deg, rgba(4,19,48,.96) 0%, rgba(4,28,70,.82) 52%, rgba(4,28,70,.25) 100%);
    }
    .ariz-campaign-content {
        width: 72%;
        padding: 28px 24px 68px;
    }
    .ariz-campaign-content h2 {
        font-size: clamp(28px, 9vw, 40px);
    }
    .ariz-campaign-content p {
        margin-top: 14px;
        font-size: 14px;
    }
    .ariz-campaign-button {
        margin-top: 20px !important;
    }
    .ariz-campaign-promos {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(230px, auto);
    }
    .ariz-promo-content {
        width: 70%;
    }
    .ariz-campaign-dots {
        bottom: 26px;
    }
    .ariz-category-slider {
        padding-top: 16px;
    }
    .ariz-category-header {
        margin-bottom: 13px;
    }
    .ariz-category-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .ariz-category-image {
        height: 165px;
        padding: 14px 14px 4px;
    }
    .ariz-category-body {
        min-height: 106px;
        padding: 10px 12px 15px;
    }
    .ariz-category-body h3 {
        min-height: 40px;
        font-size: 14px;
    }
    .ariz-category-link {
        min-width: 86px;
        min-height: 33px;
        padding: 0 15px;
        font-size: 11px;
    }
    .ariz-results {
        padding: 38px 15px 54px;
    }
    .ariz-results-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }
    .ariz-results-grid {
        grid-template-columns: repeat(var(--ariz-results-cols-mobile, 1), minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .ariz-campaign-content {
        width: 86%;
    }
    .ariz-campaign-arrow {
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
    }
    .ariz-campaign-arrow.is-prev { left: 12px !important; }
    .ariz-campaign-arrow.is-next { right: 12px !important; }
    .ariz-promo-content {
        width: 74%;
        padding: 20px;
    }
    .ariz-promo-badge {
        top: 12px;
        right: 12px;
        width: 46px;
        height: 46px;
    }
    .ariz-category-header h2 {
        font-size: 22px;
    }
    .ariz-category-track {
        grid-template-columns: 1fr;
    }
    .ariz-category-image {
        height: 185px;
    }
}

/* ============================================================
   WooCommerce ürün slider
   ============================================================ */
.ariz-products,
.ariz-products *,
.ariz-benefits,
.ariz-benefits * {
    box-sizing: border-box;
}

.ariz-products {
    --ariz-products-accent: #0b4598;
    width: 100%;
    padding: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5ebf3;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(10, 51, 111, .045);
    color: #172033;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.ariz-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.ariz-products-header h2 {
    margin: 0 !important;
    color: #172033;
    font-size: clamp(19px, 1.5vw, 24px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.ariz-products-header-actions,
.ariz-products-controls {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ariz-products-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b4598;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    transition: gap .2s ease, opacity .2s ease;
}

.ariz-products-all:hover {
    gap: 11px;
    opacity: .78;
}

.ariz-products-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--ariz-products-accent) !important;
    border-radius: 50% !important;
    outline: 0 !important;
    background: #fff !important;
    color: var(--ariz-products-accent) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ariz-products-arrow:hover,
.ariz-products-arrow:focus-visible {
    background: var(--ariz-products-accent) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.ariz-products-viewport {
    width: 100%;
    overflow: hidden;
}

.ariz-products-track {
    display: flex;
    gap: var(--ariz-product-gap, 12px);
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.ariz-products-track::-webkit-scrollbar {
    display: none;
}

.ariz-product-card {
    position: relative;
    display: flex;
    flex: 0 0 calc(var(--ariz-product-basis, 16.6667%) - var(--ariz-product-adjust, 10px));
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    scroll-snap-align: start;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ariz-product-card:hover {
    border-color: #b9cae1;
    box-shadow: 0 12px 30px rgba(11, 69, 152, .1);
    transform: translateY(-2px);
}

.ariz-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    padding: 18px 16px 6px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

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

.ariz-product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: contain;
    transition: transform .28s ease;
}

.ariz-product-card:hover .ariz-product-image img {
    transform: scale(1.025);
}

.ariz-product-badge {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 11px;
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 3px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    text-transform: uppercase;
}

.ariz-product-badge.is-popular { background: var(--ariz-products-accent); }
.ariz-product-badge.is-sale { background: #d83a3a; }
.ariz-product-badge.is-new { background: #68a947; }

.ariz-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 13px 13px;
}

.ariz-product-body h3 {
    min-height: 42px;
    margin: 0 0 12px !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.ariz-product-body h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: #2a3242;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ariz-product-body h3 a:hover {
    color: #0b4598;
}

.ariz-product-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}

.ariz-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 8px;
    color: #141c2b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.ariz-product-price .woocommerce-Price-amount {
    color: inherit;
}

.ariz-product-price del {
    order: 2;
    color: #8b94a3;
    font-size: 11px;
    font-weight: 500;
    opacity: 1;
}

.ariz-product-price ins {
    order: 1;
    color: #141c2b;
    text-decoration: none;
}

.ariz-product-details {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 82px !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 0 0 0 auto !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--ariz-products-accent) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 6px 14px rgba(11, 69, 152, .18);
    transition: background .2s ease, transform .2s ease;
}

.ariz-product-details svg {
    display: block;
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ariz-product-details:hover,
.ariz-product-details:focus-visible {
    background: var(--ariz-products-accent) !important;
    color: #fff !important;
    filter: brightness(.9);
    transform: translateY(-1px);
}

.ariz-widget-notice {
    padding: 18px 20px;
    border: 1px solid #dbe5f2;
    border-radius: 12px;
    background: #f7faff;
    color: #274464;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
}

/* ============================================================
   Hizmet avantajları
   ============================================================ */
.ariz-benefits {
    width: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5ebf3;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(10, 51, 111, .04);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.ariz-benefits-grid {
    display: grid;
    grid-template-columns: repeat(var(--ariz-benefit-cols, 4), minmax(0, 1fr));
}

.ariz-benefit-item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 7px 30px;
    color: inherit;
    text-decoration: none !important;
}

.ariz-benefit-item + .ariz-benefit-item {
    border-left: 1px solid #e4e9f0;
}

.ariz-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    color: #0b4598;
    transition: transform .25s ease;
}

a.ariz-benefit-item:hover .ariz-benefit-icon {
    transform: translateY(-2px);
}

.ariz-benefit-icon svg {
    display: block;
    width: 46px;
    height: 46px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ariz-benefit-content {
    display: block;
    min-width: 0;
}

.ariz-benefit-content h3 {
    margin: 0 0 3px !important;
    color: #0b4598;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
}

.ariz-benefit-content p {
    margin: 0 !important;
    color: #4b5565;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .ariz-benefit-item {
        padding-inline: 18px;
    }
    .ariz-benefit-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        margin-right: 12px;
    }
    .ariz-benefit-icon svg {
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 900px) {
    .ariz-product-card {
        flex-basis: calc(var(--ariz-product-basis-tablet, 33.3333%) - var(--ariz-product-adjust-tablet, 8px));
    }
    .ariz-benefits-grid {
        grid-template-columns: repeat(var(--ariz-benefit-cols-tablet, 2), minmax(0, 1fr));
    }
    .ariz-benefit-item {
        padding-block: 18px;
    }
    .ariz-benefit-item + .ariz-benefit-item {
        border-left: 0;
    }
    .ariz-benefit-item:nth-child(even) {
        border-left: 1px solid #e4e9f0;
    }
    .ariz-benefit-item:nth-child(n+3) {
        border-top: 1px solid #e4e9f0;
    }
}

@media (max-width: 600px) {
    .ariz-products {
        padding: 15px;
        border-radius: 13px;
    }
    .ariz-products-header {
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .ariz-products-header h2 {
        font-size: 19px;
    }
    .ariz-products-header-actions {
        align-items: flex-end;
        flex-direction: column;
        gap: 8px;
    }
    .ariz-products-controls {
        display: none;
    }
    .ariz-products-all {
        white-space: nowrap;
        font-size: 12px;
    }
    .ariz-product-card {
        flex-basis: calc(var(--ariz-product-basis-mobile, 86.9565%) - var(--ariz-product-adjust-mobile, 1.57px));
    }
    .ariz-product-image {
        height: 190px;
        padding: 16px 14px 4px;
    }
    .ariz-product-body {
        padding: 10px 12px 12px;
    }
    .ariz-product-body h3 {
        min-height: 40px;
        font-size: 12.5px;
    }
    .ariz-product-price {
        font-size: 15px;
    }
    .ariz-benefits {
        padding: 8px 18px;
        border-radius: 13px;
    }
    .ariz-benefits-grid {
        grid-template-columns: repeat(var(--ariz-benefit-cols-mobile, 1), minmax(0, 1fr));
    }
    .ariz-benefit-item {
        min-height: 92px;
        padding: 16px 4px;
    }
    .ariz-benefit-item:nth-child(even) {
        border-left: 0;
    }
    .ariz-benefit-item:nth-child(n+2) {
        border-top: 1px solid #e4e9f0;
    }
    .ariz-benefit-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }
    .ariz-benefit-icon svg {
        width: 41px;
        height: 41px;
    }
}
