.wg-quantity .btn-quantity {
    border: none !important;
}

.countdown__label {
    padding-left: 4px;
    color: #d42324e6 !important;
}

#addBasketBtn span {
    transition: all 200ms ease-in-out;
}

#addBasketBtn:hover span {
    color: white;
    transition: all 200ms ease-in-out;
}

#addBasketBtn:hover {
    background-color: #be061d !important;
    transition: all 200ms ease-in-out;
}

.tf-product-info-countdown .countdown-wrap {
    border: 1px solid black;
}

.ps p {
    font-size: 16px;
}

.pronameTitle {
    font-size: 23px;
    line-height: 30px;
}

.cm-product-favorite {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin-left: 12px;
    border: 1px solid #f0d6d6;
    border-radius: 50%;
    background: #ffffff;
    color: #9ca3af;
    font-size: 18px;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cm-product-favorite:hover,
.cm-product-favorite:focus-visible {
    border-color: #ed3d4a;
    background: #fff2f3;
    color: #ed3d4a;
    transform: translateY(-1px);
}

.cm-product-favorite.is-favorite {
    border-color: #ed3d4a;
    background: #ed3d4a;
    color: #ffffff;
}

.cm-product-favorite.is-loading {
    cursor: wait;
    opacity: 0.65;
}

.ingredient-swiper {
    padding: 6px 4px 16px;
}

.ingredient-card {
    position: relative;
    width: 100%;
    min-height: 138px;
    padding: 18px 10px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: white !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.25s ease;
    overflow: hidden;
}

.ingredient-card::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -42px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.14);
    pointer-events: none;
}

.ingredient-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.45);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}

.ingredient-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    padding: 7px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 0 0 5px #f4f7fb, 0 8px 18px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ingredient-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    transition: transform 0.25s ease;
}

.ingredient-card:hover .ingredient-avatar img {
    transform: scale(1.08);
}

.ingredient-info {
    margin-top: 12px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.ingredient-title {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    color: #1f2937;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Okları daha premium hale getir */
.hover-sw-nav .nav-sw {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.10);
    color: #1f2937;
}

.hover-sw-nav .nav-sw:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #111827;
}

/* Mobil uyum */
@media (max-width: 767px) {
    .ingredient-card {
        min-height: 118px;
        padding: 14px 8px 12px;
        border-radius: 16px;
    }

    .ingredient-avatar {
        width: 64px;
        height: 64px;
        padding: 5px;
    }

    .ingredient-title {
        font-size: 11px;
        min-height: 14px;
    }
}

.ingredient-section-head {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 9px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #fffaf0 100%);
    /* box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    position: relative;
    overflow: hidden;
}

.ingredient-section-head::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -48px;
    top: -54px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.16);
    pointer-events: none;
}

.ingredient-section-head::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 74px;
    height: 3px;
    border-radius: 20px 20px 0 0;
    background: #ffc107;
}

.ingredient-section-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.ingredient-section-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: #fff7dd;
    border: 1px solid rgba(255, 193, 7, 0.35);
    color: #d99a00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.65);
}

.ingredient-section-icon i,
.ingredient-section-icon span {
    font-size: 20px;
    line-height: 1;
}

.ingredient-section-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.02em;
}

.ingredient-section-subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
    color: #3f4041;
    font-weight: 500;
}

.ingredient-section-badge {
    position: relative;
    z-index: 1;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

/* Mobil */
@media (max-width: 767px) {
    .ingredient-section-head {
        padding: 14px 14px;
        border-radius: 16px;
        align-items: flex-start;
    }

    .ingredient-section-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 12px;
    }

    .ingredient-section-title {
        font-size: 17px;
    }

    .ingredient-section-subtitle {
        font-size: 12px;
    }

    .ingredient-section-badge {
        padding: 6px 9px;
        font-size: 11px;
    }
}
.cm-shipping-box {
    margin-top: 18px;
    border-radius: 8px;
    border: 1px solid #d9e4f9a6;
    /*background: linear-gradient(135deg, #f8fafc 0%, #ffffff 55%, #fff6dc7d 100%);*/
    /* box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07); */
    overflow: hidden;
}

.cm-shipping-main {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 10px;
}

.cm-shipping-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cm-shipping-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.cm-shipping-desc {
    font-size: 13px;
    color: #475569;
    margin: 0;
    line-height: 1.45;
}

.cm-shipping-date {
    font-weight: 800;
    color: #0284c7;
}

.cm-countdown-wrap {
    padding: 16px 18px 4px 18px;
}

.cm-countdown-label {
    font-size: 12px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cm-countdown-wrap .tf-countdown {
    width: 100%;
}

.cm-countdown-wrap .js-countdown {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cm-shipping-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0px 0px 17px 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.cm-shipping-card {
    border: 1px solid #e5e7eb8f;
    border-radius: 10px;
    background: #ffffff;
    padding: 6px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.cm-shipping-card-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.cm-shipping-card-icon.cold {
    background: #e0f2fe;
    color: #0369a1;
}

.cm-shipping-card-icon.free {
    background: #dcfce7;
    color: #166534;
}

.cm-shipping-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 3px;
}

.cm-shipping-card-text {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .cm-shipping-main {
        align-items: flex-start;
    }

    .cm-shipping-cards {
        grid-template-columns: 1fr;
    }
}

.cm-shipping-card-icon.natural {
    background: #f0fdf4;
    color: #15803d;
}

.cm-shipping-card-icon.additive-free {
    background: #fff7ed;
    color: #c2410c;
}

.cm-shipping-card {
    transition: all 0.22s ease;
}

.cm-shipping-card:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.countdown__timer {
    justify-content: start !important;
}
.cm-consumption-box {
    width: 100%;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.cm-consumption-head {
    background: #111111;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 18px;
}

.cm-consumption-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 18px;
    padding: 14px 16px 18px;
}

.cm-calculator-wizard {
    min-height: 340px;
    padding: 34px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fffdf7 0%, #fff8e7 55%, #ffffff 100%);
}

.cm-calculator-step {
    width: 100%;
    max-width: 560px;
    text-align: center;
}

.cm-calculator-step-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff1bd;
    color: #8b6500;
    font-size: 12px;
    font-weight: 800;
}

.cm-calculator-step h3 {
    margin: 0;
    color: #111111;
    font-size: 24px;
    font-weight: 800;
}

.cm-calculator-step > p {
    margin: 10px auto 22px;
    max-width: 460px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.cm-calculator-wizard-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.cm-calculator-wizard-input input {
    width: 160px;
    height: 54px;
    border: 1px solid #e8cf7e;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    outline: none;
}

.cm-calculator-wizard-input input:focus {
    border-color: #f5bd00;
    box-shadow: 0 0 0 3px rgba(245, 189, 0, 0.18);
}

.cm-calculator-wizard-input span {
    color: #5b6472;
    font-size: 16px;
    font-weight: 800;
}

.cm-calculator-wizard-error {
    color: #d92d20 !important;
    font-size: 13px !important;
    font-weight: 700;
}

.cm-calculator-wizard-button {
    min-width: 170px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #f5bd00;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.cm-calculator-wizard-button i {
    margin-left: 5px;
}

.cm-calculator-type-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cm-calculator-type-option {
    min-height: 112px;
    padding: 18px;
    border: 1px solid #ecd58c;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cm-calculator-type-option:hover {
    border-color: #f5bd00;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
    transform: translateY(-2px);
}

.cm-calculator-type-option strong,
.cm-calculator-type-option span {
    display: block;
}

.cm-calculator-type-option strong {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
}

.cm-calculator-type-option span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.cm-consumption-left {
    min-width: 0;
}

.cm-consumption-right {
    min-width: 0;
}

/* Tabs */
.cm-consumption-tabs {
    width: 100%;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 22px;
}

.cm-consumption-tab {
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #8b95a5;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cm-consumption-tab span {
    font-size: 10px;
    font-weight: 800;
    opacity: 0.75;
}

.cm-consumption-tab.active {
    background: #ffffff;
    color: #111111;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.16);
}

/* Range */
.cm-consumption-range-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.cm-consumption-kg-label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 800;
}

.cm-consumption-range {
    width: 100%;
    height: 6px;
    appearance: none;
    -webkit-appearance: none;
    background: #111111;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
}

.cm-consumption-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #111111;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.25);
}

.cm-consumption-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #111111;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.25);
}

.cm-consumption-kg-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.cm-consumption-kg-input {
    width: 54px;
    height: 50px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    outline: none;
}

.cm-consumption-kg-input:focus {
    border-color: #111111;
}

.cm-consumption-kg-control span {
    font-size: 11px;
    color: #6b7280;
    font-weight: 800;
}

/* Results */
.cm-consumption-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.cm-consumption-result-card {
    min-height: 56px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cm-consumption-result-card.dark {
    background: #111111;
    border-color: #111111;
}

.cm-consumption-result-label {
    font-size: 11px;
    line-height: 1;
    color: #8b95a5;
    font-weight: 800;
    margin-bottom: 6px;
}

.cm-consumption-result-value {
    color: #1f2937;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.cm-consumption-result-value small {
    font-size: 11px;
    font-weight: 800;
    color: #6b7280;
    margin-left: 2px;
}

.cm-consumption-result-card.dark .cm-consumption-result-label,
.cm-consumption-result-card.dark .cm-consumption-result-value,
.cm-consumption-result-card.dark .cm-consumption-result-value small {
    color: #ffffff;
}

.cm-consumption-note {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    color: #6b7280;
}

.cm-consumption-note strong {
    color: #111111;
    font-weight: 900;
}

/* Right Portion Card */
.cm-portion-card {
    height: 100%;
    min-height: 236px;
    border-radius: 14px;
    background: linear-gradient(180deg, #111111 0%, #181818 100%);
    color: #ffffff;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.cm-portion-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cm-portion-eyebrow {
    font-size: 10px;
    font-weight: 800;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 2px;
}

.cm-portion-title {
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
}

.cm-portion-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.cm-portion-calculation {
    margin-top: -4px;
    font-size: 11px;
    line-height: 1.35;
    color: #d6caa8;
    text-align: center;
    font-weight: 700;
}

.cm-portion-main {
    min-height: 62px;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cm-portion-main span {
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
}

.cm-portion-main small {
    font-size: 13px;
    font-weight: 900;
    margin-left: 4px;
    color: #64748b;
}

.cm-portion-desc {
    font-size: 11px;
    line-height: 1.45;
    color: #cbd5e1;
}

.cm-portion-product-card {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cm-portion-product-image {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

.cm-portion-product-title {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 3px;
}

.cm-portion-product-text {
    font-size: 10px;
    line-height: 1.35;
    color: #cbd5e1;
}

.cm-portion-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: auto;
}

.cm-portion-item {
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.cm-portion-item.active {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .cm-consumption-layout {
        grid-template-columns: 1fr;
    }

    .cm-portion-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .cm-consumption-head {
        padding: 15px;
        font-size: 14px;
    }

    .cm-calculator-wizard {
        min-height: 360px;
        padding: 26px 18px;
    }

    .cm-calculator-step h3 {
        font-size: 20px;
    }

    .cm-calculator-step > p {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .cm-calculator-wizard-input input {
        width: 142px;
    }

    .cm-calculator-type-options {
        grid-template-columns: 1fr;
    }

    .cm-calculator-type-option {
        min-height: auto;
        padding: 15px;
        text-align: center;
    }

    .cm-consumption-layout {
        padding: 12px;
    }

    .cm-consumption-range-wrap {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cm-consumption-kg-control {
        justify-content: center;
    }

    .cm-consumption-results {
        grid-template-columns: 1fr;
    }

    .cm-consumption-result-card {
        min-height: 58px;
    }

    .cm-portion-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ================================
Consumption Tool - Yellow / Black Theme Fix
================================ */

/* Ana kutu */
.cm-consumption-box {
    border-radius: 14px;
    border: 1px solid #f1e3b8;
    background: #fffaf0;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.06);
}

/* Siyah başlık */
.cm-consumption-head {
    background: #111111;
    color: #ffffff;
    border-bottom: 1px solid #111111;
}

/* İç gövde */
.cm-consumption-layout {
    background: linear-gradient(135deg, #fffdf7 0%, #fff8e7 55%, #ffffff 100%);
}

/* Sekme arkaplanı */
.cm-consumption-tabs {
    background: #f7edcf;
    border: 1px solid #f1dfaa;
}

/* Pasif tab */
.cm-consumption-tab {
    color: #9b8b66;
}

/* Aktif tab */
.cm-consumption-tab.active {
    background: #ffffff;
    color: #111111;
    box-shadow: 0 3px 10px rgba(17, 17, 17, 0.14);
}

/* Slider çizgisi */
.cm-consumption-range {
    background: #111111;
}

/* Slider yuvarlak */
.cm-consumption-range::-webkit-slider-thumb {
    background: #ffffff;
    border: 4px solid #111111;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.28);
}

.cm-consumption-range::-moz-range-thumb {
    background: #ffffff;
    border: 4px solid #111111;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.28);
}

/* KG input alanı - kesilme düzeltmesi */
.cm-consumption-range-wrap {
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 14px;
}

.cm-consumption-kg-control {
    min-width: 96px;
    justify-content: flex-end;
}

.cm-consumption-kg-input {
    width: 68px;
    min-width: 68px;
    height: 48px;
    padding: 0 6px;
    border-radius: 6px;
    border: 1px solid #ead9a5;
    background: #ffffff;
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.04);
}

.cm-consumption-kg-input:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.16);
}

.cm-consumption-kg-control span {
    color: #7c6f52;
    font-weight: 900;
}

/* Chrome number input oklarını istersen temizler */
.cm-consumption-kg-input::-webkit-outer-spin-button,
.cm-consumption-kg-input::-webkit-inner-spin-button {
    margin: 0;
}

/* Sonuç kartları */
.cm-consumption-result-card {
    background: #fffdf7;
    border: 1px solid #ead9a5;
}

.cm-consumption-result-label {
    color: #9b8b66;
}

.cm-consumption-result-value {
    color: #111111;
}

.cm-consumption-result-value small {
    color: #7c6f52;
}

/* Aylık siyah kart */
.cm-consumption-result-card.dark {
    background: #111111;
    border-color: #111111;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.cm-consumption-result-card.dark .cm-consumption-result-label {
    color: #facc15;
}

.cm-consumption-result-card.dark .cm-consumption-result-value,
.cm-consumption-result-card.dark .cm-consumption-result-value small {
    color: #ffffff;
}

/* Açıklama */
.cm-consumption-note {
    color: #6f654f;
}

.cm-consumption-note strong {
    color: #111111;
}

/* Sağ porsiyon kartı */
.cm-portion-card {
    background: linear-gradient(180deg, #111111 0%, #181818 100%);
    border: 1px solid #262626;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.20);
}

/* Tavsiye edilen küçük başlık */
.cm-portion-eyebrow {
    color: #facc15;
}

/* Sağ üst ikon */
.cm-portion-icon {
    background: #fff6d7;
    color: #111111;
}

/* Büyük porsiyon alanı */
.cm-portion-main {
    background: linear-gradient(135deg, #ffffff 0%, #fff8e1 100%);
    border: 1px solid #f1dfaa;
    color: #111111;
}

.cm-portion-main small {
    color: #7c6f52;
}

/* Ürün kartı */
.cm-portion-product-card {
    background: rgba(255, 248, 225, 0.09);
    border: 1px solid rgba(250, 204, 21, 0.24);
}

.cm-portion-product-image {
    background: #fff8e1;
    color: #111111;
}

/* Porsiyon seçenekleri */
.cm-portion-item {
    background: rgba(255, 255, 255, 0.08);
    color: #d6caa8;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cm-portion-item.active {
    background: #ffc107;
    color: #111111;
    border-color: #ffc107;
}

/* Hover */
.cm-portion-item:hover {
    background: rgba(255, 193, 7, 0.22);
    color: #ffffff;
}

/* Mobil düzeltme */
@media (max-width: 768px) {
    .cm-consumption-range-wrap {
        grid-template-columns: minmax(0, 1fr) 96px;
        gap: 10px;
    }

    .cm-consumption-kg-control {
        justify-content: flex-end;
        min-width: 96px;
    }

    .cm-consumption-kg-input {
        width: 68px;
        min-width: 68px;
    }

    .cm-consumption-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .cm-consumption-result-card {
        min-height: 58px;
    }

    .cm-consumption-result-label {
        font-size: 10px;
    }

    .cm-consumption-result-value {
        font-size: 16px;
    }

    .cm-consumption-result-value small {
        font-size: 10px;
    }
}
.tf-product-info-list{
    padding-left: 0px !important;
}
.pronameTitle{
    font-family: 'Google Sans' !important;
}
.tf-sticky-btn-atc.show{
    border-top: 4px solid #f9b700b5;
}
.tf-product-info-title{
    margin-bottom: 10px !important;
}
.custom-marquee {
    width: 100%;
    overflow: hidden;
    background-color: #e3e3e333;
    border-radius: 8px;
    padding: 12px 0;
    white-space: nowrap;
}

.custom-marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 32s linear infinite;
}

.custom-marquee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 40px;
}

.custom-marquee-content span {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    display: inline-flex;
    align-items: center;
}

.custom-marquee-content span::before {
    content: "";
    margin-right: 8px;
    color: #f5a800;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Hover olunca durmasını istersen */
.custom-marquee:hover .custom-marquee-track {
    animation-play-state: paused;
}
.tf-product-info-price .compare-at-price {
    line-height: 17px !important;
    color: #e12536;
    font-size: 15px !important;
    margin-top: 5px;
}
.text-desc-custom{
    font-size:17px;
}
.pro-name-first{
    font-size: 28px;
    font-weight: 500;
}
.d-bl-custom{
    font-size:22px;
}
.fs-main-title{
    font-size: 28px;
    font-weight: 500;
}
.ingredient-avatar {
    width: 110px !important;
    height: 110px !important;
    padding: 5px;
}
.ingredient-avatar-11 {
    width: 96px !important;
    height: 75px !important;
    padding: 5px;
}
@media screen and (max-width: 900px) {
    .ingredient-section-badge{
        display:none !important;;

    }
    .ingredient-section-head{
        flex-direction: column !important;
    }
    .product-status-content{
        text-align:center !important;
        justify-content: center !important;
    }
    .fs-main-title{
        font-size: 24px !important;
        font-weight: 500;
    }
    .prmobile{
        flex-direction: column !important;
    }
    .tf-top-bar{
        display: none !important;
    }
    .text-desc-custom{
        text-align: center !important;
        font-size:16px;
        display: flex;
        justify-content: center ;
    }
    .pro-name-first{
        text-align: center !important;
        font-size: 20px;
        font-weight: 500;
        display: flex;
        justify-content: center ;
    }
    .text-desc-container{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 6px;
    }

    .ingredient-section-head {
        padding: 12px 5px !important;

        border-radius: 16px !important;
        align-items: flex-start !important;
    }
    .ingredient-section-subtitle{
        font-size: 11px !important;
    }
    .py-custom{
        padding-top: 10px !important;
    }
    .tf-sticky-btn-atc{
        bottom:0px !important;
    }
    .tf-sticky-btn-atc .tf-sticky-atc-product {
        display: flex !important;
    }
    .tf-sticky-atc-product{

    }
    .tf-height-observer{
        display: flex;
        flex-direction: column;
    }
    .tf-sticky-btn-atc .tf-sticky-atc-img {
        width: 45px;
        height: 45px;
        border-radius: 5px !important;
        flex-shrink: 0;
    }
    .tf-sticky-btn-atc .tf-sticky-atc-img img{
        border-radius: 10px;
    }
    .tf-sticky-btn-atc .tf-sticky-atc-title {
        font-size: 14px;

        line-height: 19px;
        font-weight: 400 !important;
    }
    .wg-quantity input {
        width: 51px;
        height: 35px !important;
    }
    .wg-quantity .btn-quantity {
        width: 38px;
        height:35px !important;
    }
    .tf-btn:not(.btn-xl, .btn-md, .btn-line, .style-2, .style-3) {
        padding: 5px 24px !important;
    }
    .thumbs-slider1 .tf-product-media-thumbs .swiper-slide, .thumbs-slider2 .tf-product-media-thumbs .swiper-slide, .thumbs-slider3 .tf-product-media-thumbs .swiper-slide, .thumbs-slider4 .tf-product-media-thumbs .swiper-slide, .thumbs-slider .tf-product-media-thumbs .swiper-slide {
        width: auto;
        height: 60px !important;
    }
    .tf-sticky-atc-product{
     width:100% !important;
    }
    .pro-name-first-mobile{
        font-size: 14px !important;
    }
    .tf-sticky-btn-atc {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 70;
        box-shadow: 0px 6px 19px #000000b8;
        background-color: var(--white);
        transition: all 0.3s linear;
        transform: translateY(100%);
    }
    .tf-product-media-thumbs{
        display: none !important;
    }
    .d-bl-custom{
        font-size:22px !important;
    }
    .tf-countdown.style-1 .countdown__timer .countdown__item .countdown__value, .tf-countdown.style-1 .countdown__timer .countdown__item .countdown__label{
        font-size: 15px !important;
    }
    .ingredient-avatar {
        width: 89px !important;
        height: 90px !important;
        padding: 5px;
    }
    .ingredient-card::before{
        background: rgb(179 170 143 / 14%) !important;
    }
    .cm-countdown-label {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #232323;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0em !important;
        line-height: 19px;
    }
    .cm-shipping-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .cm-shipping-card-title {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #3f3f40 !important;
        margin-bottom: 0px !important;
        line-height: 16px !important;
    }
    .py-custom{
        padding-bottom: 0px !important;
    }
}
.compare-at-price{
    text-decoration: line-through !important;
}
