.superform-sag-ozet {
    position: sticky;
    top: 110px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(11, 57, 84, .06);
    font-family: inherit;
}

.superform-sag-ozet *,
.superform-sag-ozet *::before,
.superform-sag-ozet *::after {
    box-sizing: border-box;
}

.superform-sag-ozet-baslik {
    margin: 0 0 18px;
    color: #0b3954;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.superform-sag-fiyat-kutu {
    margin-bottom: 12px;
    padding: 18px;
    color: #fff;
    background: #ffb128;
    border: 1px solid #ffb128;
    border-radius: 12px;
}

.superform-sag-fiyat-kutu span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 1.3;
}

#superform-sag-kdv-fiyat {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.superform-sag-not {
    margin: 0 0 14px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.superform-sag-sepete-ekle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0 0 16px;
    padding: 12px 16px;
    color: #fff;
    background: #0b3954;
    border: 0;
    border-radius: 10px;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .15s ease, transform .15s ease;
}

.superform-whatsapp-teklif {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    margin: 0 0 16px;
    padding: 11px 16px;
    color: #fff;
    background: #25d366;
    border: 1px solid #1fb85a;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.superform-whatsapp-teklif:hover,
.superform-whatsapp-teklif:focus-visible {
    color: #fff;
    background: #1fb85a;
    border-color: #1aa34f;
    text-decoration: none;
}

.superform-whatsapp-teklif:active {
    transform: translateY(1px);
}

.superform-whatsapp-icon {
    display: inline-flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.superform-whatsapp-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.superform-sag-sepete-ekle:hover,
.superform-sag-sepete-ekle:focus-visible {
    color: #fff;
    background: #0b3954;
}

.superform-sag-sepete-ekle:active {
    transform: translateY(1px);
}

.superform-sag-bilgi {
    margin-bottom: 14px;
    padding: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.superform-sag-ozet .sf-uretim,
.superform-kargo-tahmin {
    display: flex;
    gap: 9px;
    color: #0b3954;
    font-size: 14px;
    line-height: 1.45;
}

.superform-sag-ozet .sf-uretim {
    align-items: center;
}

.superform-kargo-tahmin {
    align-items: flex-start;
    color: #6b7280;
}

.superform-kargo-bilgi {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 11px 12px;
    color: #0b3954;
    background: #fff4d6;
    border: 1px solid #ffe1a3;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.45;
}

.superform-kargo-bilgi-icon {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    color: #fff;
    background: #ffb128;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-style: normal;
}

.superform-sag-ozet .sf-uretim-icon {
    font-size: 16px;
    line-height: 1;
}

.superform-kargo-icon {
    margin-top: 1px;
    font-size: 20px;
    line-height: 1.2;
}

.superform-sag-ozet .sf-uretim-text,
.superform-kargo-tahmin span:last-child,
.superform-kargo-bilgi span:last-child {
    min-width: 0;
}

.superform-sag-ozet .sf-uretim-text strong {
    color: #0b3954;
    font-weight: 600;
}

.superform-kargo-tahmin strong {
    color: #0b3954;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .superform-sag-ozet {
        position: static;
        box-shadow: none;
    }
}

@media (max-width: 480px) {
    .superform-sag-ozet {
        padding: 18px;
        border-radius: 12px;
    }

    #superform-sag-kdv-fiyat {
        font-size: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .superform-sag-sepete-ekle,
    .superform-whatsapp-teklif {
        transition: none;
    }
}
