/* ===== HEADER SHOP FIX ===== */
.header .main-header .header-left .header-shop {
    width: auto !important;
    min-width: unset !important;
    padding-right: 0 !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

@media (max-width: 1550px) {
    .header .main-header .header-left .header-shop {
        width: auto !important;
    }
}

@media (max-width: 575.98px) {
    .header .main-header .header-left .header-shop {
        width: auto !important;
        min-width: unset !important;
    }
}



[class*="delfa-"] a,
a[class*="delfa-"],
.header a,
.main-menu li a,
.dropdown-account a,
.header-lang-curr a,
.footer a {
    text-decoration: none !important;
}

[class*="delfa-"] a:hover,
a[class*="delfa-"]:hover,
.header a:hover,
.main-menu li a:hover,
.dropdown-account a:hover,
.footer a:hover {
    text-decoration: none !important;
}

.dropdown-account .dac-nav-badge {
    margin-left: auto;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.dropdown-account li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== DELFA HEADER ===== */

.header .main-header {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

.header .main-header .header-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 14px 0;
    gap: 16px;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
}

/* Logo */
.header .main-header .header-left .header-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    max-width: 140px;
    margin-left: 0 !important;
}
.header .main-header .header-left .header-logo a {
    display: flex;
    align-items: center;
}
.header .main-header .header-left .header-logo a img {
    height: 90px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Search */
.header .main-header .header-left .header-search {
    flex: 1;
    min-width: 0;
    max-width: none !important;
}

/* Header shop */
.header .main-header .header-left .header-shop {
    width: auto !important;
    min-width: unset !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Shop item */
.delfa-hshop-item {
    position: relative;
}

/* Shop düymə/link */
.delfa-hshop-btn,
.delfa-hshop-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 14px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background .15s;
    text-decoration: none;
    color: #0E224D;
}
.delfa-hshop-btn:hover,
.delfa-hshop-link:hover {
    background: #f7f9fc;
}

/* İkon wrapper */
.delfa-hshop-ic {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #425A8B;
}
.delfa-hshop-ic svg {
    width: 22px;
    height: 22px;
    transition: color .2s;
}
.delfa-hshop-btn:hover .delfa-hshop-ic svg,
.delfa-hshop-link:hover .delfa-hshop-ic svg {
    color: #FD9636;
}

/* Badge */
.delfa-hshop-ic .number-item {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #FD9636;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 17px;
    height: 17px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}
.delfa-hshop-ic .number-item.is-empty {
    display: none !important;
}

/* Label */
.delfa-hshop-label {
    font-size: 11.5px;
    font-weight: 600;
    color: #425A8B;
    white-space: nowrap;
    letter-spacing: .1px;
}
.delfa-hshop-btn:hover .delfa-hshop-label,
.delfa-hshop-link:hover .delfa-hshop-label {
    color: #FD9636;
}

/* Separator */
.delfa-hshop-sep {
    width: 1px;
    height: 32px;
    background: #e7ecf3;
    margin: 0 8px;
    flex-shrink: 0;
}

.delfa-htrack-item .delfa-hshop-link {
    border: 1.5px solid #eef1f5 !important;
    border-radius: 5px !important;
    animation: desktopTrackBlink 2s ease-in-out infinite;
    padding: 6px 12px !important;
    gap: 6px !important;
    width: auto !important;
    height: auto !important;
    color: #0E224D;
}

.delfa-htrack-item .delfa-hshop-link:hover {
    animation: none;
    background: #fff7ed !important;
    border-color: #FD9636 !important;
    box-shadow: none !important;
}

@keyframes desktopTrackBlink {
    0%, 100% {
        background: #fff;
        border-color: #eef1f5;
        color: #0E224D;
    }
    50% {
        background: #fff7ed;
        border-color: #FD9636;
        color: #FD9636;
    }
}

.delfa-mob-track {
    margin-bottom: 16px;
}

.delfa-mob-track a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1.5px solid #eef1f5;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
    text-decoration: none;
    animation: mobTrackBlink 2s ease-in-out infinite;
}

.delfa-mob-track a:hover {
    animation: none;
    border-color: #FD9636;
    color: #FD9636;
    background: #fff7ed;
}



@keyframes mobTrackBlink {
    0%, 100% {
        background: #f8fafc;
        border-color: #eef1f5;
        color: #0E224D;
    }
    50% {
        background: #fff7ed;
        border-color: #FD9636;
        color: #FD9636;
    }
}

@media (max-width: 768px) {
    .delfa-htrack-item {
        display: none !important;
    }
}

.delfa-search .select2-search--dropdown {
    display: none !important;
}


.dot-step.is-active .dot-step-dot span,
.dac-progress-step.is-active .dac-progress-dot {
    position: relative;
}

.dot-step.is-active .dot-step-dot span::after,
.dac-progress-step.is-active .dac-progress-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FD9636;
    animation: activePulse 1.5s ease-out infinite;
}

@keyframes activePulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: .8; }
    100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}



/* ===== LANGUAGE SWITCHER ===== */
.delfa-hlang {
    position: relative;
    margin-left: 4px;
}
.delfa-hlang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: #fff;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background .2s;
    font-size: 13px;
    font-weight: 600;
    color: #425A8B;
    white-space: nowrap;
}
.delfa-hlang-btn:hover,
.delfa-hlang-btn:focus {
    border-color: #FD9636;
    box-shadow: 0 2px 8px rgba(253,150,54,.12);
    background: #fff7ed;
    outline: none;
}
.delfa-hlang-btn img {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    flex-shrink: 0;
}
.delfa-hlang-arrow {
    transition: transform .2s;
    color: #94a3b8;
    flex-shrink: 0;
}
.delfa-hlang-btn[aria-expanded="true"] .delfa-hlang-arrow {
    transform: rotate(180deg);
}
.delfa-hlang-btn.dropdown-toggle::after { display: none; }

/* Dropdown menyu */
.delfa-hlang-menu {
    min-width: 150px;
    border: 1.5px solid #e7ecf3 !important;
    border-radius: 5px !important;
    box-shadow: 0 8px 28px rgba(14,34,77,.1) !important;
    padding: 6px !important;
    margin-top: 8px !important;
    background: #fff;
}
.delfa-hlang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: background .15s, color .15s;
    cursor: pointer;
}
.delfa-hlang-item:hover {
    background: #fff7ed;
    color: #FD9636;
}
.delfa-hlang-item.is-active {
    background: #fff7ed;
    color: #FD9636;
    font-weight: 700;
}
.delfa-hlang-item img {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
    flex-shrink: 0;
}
.delfa-hlang-item svg { margin-left: auto; flex-shrink: 0; }





/* ===== NAV ===== */
.header-bottom .container { justify-content: center; }
.header-bottom .header-nav { width: auto; padding-left: 0; }
.header-bottom .header-nav .main-menu li a {
    font-size: 15.5px;
    padding: 9px 16px 5px 20px;
}

/* Has-children arrow fix */
.header .main-menu li.has-children > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.header .main-menu li.has-children > a::after {
    flex-shrink: 0 !important;
    margin-left: 2px !important;
}

/* Active nav */
.header-bottom .main-menu > li > a.active {
    color: #FD9636 !important;
    font-weight: 700;
    position: relative;
}
.header-bottom .main-menu > li > a.active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 0;
    height: 3px;
    background: #FD9636;
    border-radius: 3px;
}
.header-bottom .main-menu > li.active > a {
    color: #FD9636 !important;
    font-weight: 700;
}
.header-bottom .main-menu > li.active {
    position: relative;
}
.header-bottom .main-menu > li.active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 0;
    height: 3px;
    background: #FD9636;
    border-radius: 3px;
}

/* ===== SEARCH ===== */
.delfa-search .form-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    overflow: visible;
    height: 50px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.delfa-search .form-search:focus-within {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.1);
}

.delfa-search .box-category {
    flex: none;
    border-right: 1px solid #e7ecf3;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 0;
}

.delfa-search .box-category .select2-container { min-width: 150px; }

.delfa-search .box-category .select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    padding: 0 8px 0 18px;
}

.delfa-search .box-category .select2-selection__rendered {
    color: #425A8B !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    padding: 0 !important;
}

.delfa-search .box-category .select2-selection__arrow {
    height: 48px !important;
    right: 5px !important;
    border-left: none !important;
}

.delfa-search .box-keysearch {
    flex: 1;
    height: 100%;
    position: relative;
}

.delfa-search .box-keysearch input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100%;
    height: 100%;
    padding: 0 44px 0 18px;
    font-size: 14px;
    color: #0E224D;
    box-shadow: none !important;
}

.delfa-search .box-keysearch input::placeholder { color: #a8b3c7; }

.delfa-search .box-keysearch::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8b3c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.header .main-header .header-left .header-search .box-header-search {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Select2 dropdown rəng düzəlişi */
.select2-container--default .select2-results__option--highlighted {
    background-color: #fff7ed !important;
    color: #FD9636 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff7ed !important;
    color: #FD9636 !important;
}

/* Select2 search input-u gizlət */
.delfa-search .select2-search--dropdown {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1280px) {
    .header-bottom .header-nav .main-menu li a {
        font-size: 14.5px;
        padding: 9px 12px 5px;
    }
    .header .main-header .header-left .header-search {
        flex: 1;
        max-width: none;
    }
    .delfa-hshop-btn, .delfa-hshop-link { padding: 6px 10px; }
}

@media (max-width: 1199.98px) {
    .header .main-header .header-left .header-search {
        width: auto !important;
        flex: 1 !important;
        max-width: none !important;
    }
    .header .main-header .header-left .header-shop {
        width: auto !important;
        min-width: unset !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1100px) {
    .header .main-header .header-left .header-search {
        flex: 1;
        max-width: none;
    }
    .delfa-hshop-btn, .delfa-hshop-link { padding: 6px 8px; }
    .delfa-hshop-label { font-size: 11px; }
}

/* ===== MOBILE HEADER (≤768px) ===== */
@media (max-width: 768px) {

    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    /* ── Header bar ── */
    .header .main-header {
        padding: 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 64px;
    }

    .header .main-header .header-left {
        padding: 12px 16px !important;
        gap: 8px !important;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    }

    /* ── Logo ── */
    .header .main-header .header-left .header-logo {
        max-width: 100px !important;
        overflow: visible !important;
        height: auto !important;
        margin-left: 0 !important;
        flex-shrink: 0;
    }
    .header .main-header .header-left .header-logo a img {
        width: 100px !important;
        height: auto !important;
        object-fit: contain !important;
        margin-top: 0 !important;
    }

    /* ── Search gizlət ── */
    .header .main-header .header-left .header-search {
        display: none !important;
    }

    /* ── Shop ikonları ── */
    .header .main-header .header-left .header-shop {
        display: flex !important;
        align-items: center;
        gap: 4px !important;
        margin-left: 0 !important;
        width: auto !important;
        padding-right: 0 !important;
        flex-shrink: 0;
    }

    .delfa-hshop-btn,
    .delfa-hshop-link {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 5px !important;
        border: 1px solid #eef1f5 !important;
        justify-content: center !important;
        gap: 0 !important;
        background: #fff !important;
    }
    .delfa-hshop-btn:hover,
    .delfa-hshop-link:hover {
        border-color: #FD9636 !important;
        background: #fff7ed !important;
    }

    .delfa-hshop-label { display: none !important; }
    .delfa-hshop-ic svg { width: 20px !important; height: 20px !important; }
    .delfa-hshop-sep { display: none !important; }

    /* ── Lang düyməsi ── */
    .delfa-hlang { margin-left: 0 !important; }
    .delfa-hlang-btn {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 5px !important;
        justify-content: center !important;
        gap: 0 !important;
        border: 1px solid #eef1f5 !important;
        background: #fff !important;
    }
    .delfa-hlang-btn > span { display: none !important; }
    .delfa-hlang-btn img { width: 22px !important; height: 15px !important; }
    .delfa-hlang-arrow { display: none !important; }

    .delfa-hlang-menu {
        min-width: 100px !important;
    }

    .delfa-hlang-item {
        padding: 8px 10px !important;
        gap: 8px !important;
        font-size: 13px !important;
    }

    .delfa-hlang-item span {
        display: none !important;
    }

    .delfa-hlang-item img {
        width: 26px !important;
        height: 18px !important;
    }

    .delfa-hlang-item svg {
        width: 14px !important;
        height: 14px !important;
    }

    /* ── Burger — bağlı vəziyyət ── */
    .header .burger-icon {
        width: 40px !important;
        height: 40px !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid #eef1f5;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 1005;
    }
    .header .burger-icon > span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        position: static !important;
        background: #0E224D !important;
        border-radius: 2px;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .header .burger-icon > span::before,
    .header .burger-icon > span::after { display: none !important; }

    /* ── Burger — açıq vəziyyət (X ikon) ── */
    .burger-icon.burger-close {
        position: fixed !important;
        top: 14px !important;
        right: 16px !important;
        width: 40px !important;
        height: 40px !important;
        background: #fff !important;
        border: 1px solid #eef1f5 !important;
        border-radius: 5px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        z-index: 1005 !important;
    }
    .burger-icon.burger-close > span.burger-icon-top {
        display: block !important;
        opacity: 1 !important;
        width: 18px !important;
        height: 2px !important;
        position: static !important;
        background: #0E224D !important;
        transform: rotate(45deg) translate(1px, 1px) !important;
        transition: none !important;
    }
    .burger-icon.burger-close > span.burger-icon-mid {
        display: none !important;
    }
    .burger-icon.burger-close > span.burger-icon-bottom {
        display: block !important;
        opacity: 1 !important;
        width: 18px !important;
        height: 2px !important;
        position: static !important;
        background: #0E224D !important;
        transform: rotate(-45deg) translate(1px, -1px) !important;
        transition: none !important;
    }

    /* ── Category pills ── */
    .header-bottom {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 10px 16px;
        border-top: 1px solid #eef1f5;
    }
    .header-bottom::-webkit-scrollbar { display: none; }
    .header-bottom .container { padding: 0 !important; }
    .header-bottom .header-nav { padding-left: 0 !important; width: auto; }
    .header-bottom .header-nav .main-menu {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 0 !important;
    }
    .header-bottom .header-nav .main-menu li {
        float: none !important;
        display: inline-flex !important;
        flex-shrink: 0;
    }
    .header-bottom .header-nav .main-menu li a {
        background: #f7f9fc !important;
        border: 1px solid #eef1f5 !important;
        border-radius: 5px !important;
        padding: 7px 16px !important;
        font-size: 13px !important;
        white-space: nowrap;
        color: #425A8B !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center;
        transition: all .2s ease !important;
        text-decoration: none !important;
    }
    .header-bottom .header-nav .main-menu li a:hover {
        background: #fff7ed !important;
        border-color: #FD9636 !important;
        color: #FD9636 !important;
    }
    .header-bottom .header-nav .main-menu li a.active,
    .header-bottom .header-nav .main-menu li.active > a {
        background: #FD9636 !important;
        color: #fff !important;
        border-color: #FD9636 !important;
    }
    .header-bottom .header-nav .main-menu li a::after,
    .header-bottom .header-nav .main-menu li a.active::after,
    .header-bottom .main-menu > li.active::after { display: none !important; }
    .header-bottom .header-nav .main-menu li ul { display: none !important; }
    .header-bottom .header-nav .main-menu li.has-children > a::after { display: none !important; }

    /* ── Swiper, Footer overflow ── */
    .delfa-banner .box-swiper,
    .delfa-banner { overflow: hidden !important; max-width: 100vw !important; }
    .delfa-footer-top { grid-template-columns: 1fr !important; }
    .delfa-chat { right: 16px !important; bottom: 16px !important; }

    /* ── Mobile drawer ── */
    .mobile-header-wrapper-style {
        width: 85vw !important;
        max-width: 300px !important;
        right: 0 !important;
        left: auto !important;
        overflow: hidden !important;
        box-shadow: 0 0 40px rgba(14,34,77,.15) !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner {
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 0 0 60px !important;
        position: relative !important;
    }
    .mobile-header-wrapper-style .mobile-header-content-area {
        padding: 24px 20px !important;
    }
    .mobile-header-wrapper-style .perfect-scroll {
        height: auto !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        position: static !important;
    }

    /* Logo */
    .mobile-header-wrapper-style .mobile-logo {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eef1f5;
    }
    .mobile-header-wrapper-style .mobile-logo img {
        height: 48px !important;
        width: auto !important;
    }

    /* Info wrap */
    .mobile-header-wrapper-style .mobile-header-info-wrap {
        border: none !important;
        background: #f7f9fc;
        border-radius: 5px;
        padding: 14px 16px !important;
        margin-bottom: 20px !important;
    }
    .mobile-header-wrapper-style .single-mobile-header-info {
        margin-bottom: 10px !important;
    }
    .mobile-header-wrapper-style .single-mobile-header-info:last-child {
        margin-bottom: 0 !important;
    }
    .mobile-header-wrapper-style .single-mobile-header-info a {
        font-size: 13.5px !important;
        font-weight: 600 !important;
        color: #425A8B !important;
        display: flex !important;
        align-items: center;
        gap: 8px;
        text-decoration: none !important;
    }
    .mobile-header-wrapper-style .single-mobile-header-info a i {
        font-size: 16px;
        color: #FD9636;
    }
    .mobile-header-wrapper-style .single-mobile-header-info a:hover {
        color: #FD9636 !important;
    }

    /* Search */
    .mobile-header-wrapper-style .mobile-search {
        margin-bottom: 20px !important;
        border: none !important;
        padding-bottom: 0 !important;
    }
    .mobile-header-wrapper-style .mobile-search form {
        background: #f7f9fc !important;
        border-radius: 5px !important;
        border: 1px solid #eef1f5 !important;
        height: 46px !important;
        display: flex !important;
        align-items: center;
        padding: 0 14px !important;
    }
    .mobile-header-wrapper-style .mobile-search form input {
        background: transparent !important;
        border: none !important;
        font-size: 14px !important;
        color: #0E224D !important;
        flex: 1;
        padding: 0 30px !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .mobile-header-wrapper-style .mobile-search form button {
        background: transparent !important;
        border: none !important;
        color: #8C9EC5 !important;
        padding: 0 !important;
        font-size: 17px !important;
        cursor: pointer;
    }

    /* Nav menu */
    .mobile-header-wrapper-style .mobile-menu-wrap {
        border: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        padding: 0 !important;
        border: none !important;
        margin-bottom: 0 !important;
        position: relative !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #0E224D !important;
        padding: 12px 4px !important;
        display: block !important;
        border: none !important;
        text-decoration: none !important;
        transition: color .2s ease !important;
        line-height: 1.3 !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a:hover,
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a.active {
        color: #FD9636 !important;
        text-decoration: none !important;
    }

    /* Submenu */
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
        display: none !important;
        padding: 4px 0 8px 14px !important;
        border-left: 2px solid #FD9636 !important;
        margin: 0 0 8px 6px !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.active > ul {
        display: block !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
        padding: 0 !important;
        border: none !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
        font-size: 13.5px !important;
        font-weight: 500 !important;
        color: #425A8B !important;
        padding: 8px 4px !important;
        border: none !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover {
        color: #FD9636 !important;
    }

    /* Menu expand ikonu */
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
        position: absolute !important;
        top: 7px !important;
        right: 0 !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 5px !important;
        background: #f7f9fc !important;
        border: 1px solid #eef1f5 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        z-index: 2 !important;
        transition: none !important;
        cursor: pointer;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
        font-size: 14px !important;
        opacity: 1 !important;
        color: #425A8B !important;
        transition: none !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
        background: #fff7ed !important;
        border-color: #FD9636 !important;
    }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i {
        color: #FD9636 !important;
    }

    /* Account */
    .mobile-header-wrapper-style .mobile-account {
        border-top: 1px solid #eef1f5 !important;
        border-bottom: none !important;
        padding: 20px 0 0 !important;
        margin: 10px 0 0 !important;
    }
    .mobile-header-wrapper-style .mobile-header-top {
        margin-bottom: 14px !important;
    }
    .mobile-header-wrapper-style .user-account {
        display: flex !important;
        align-items: center;
        gap: 12px;
        background: #f7f9fc;
        border-radius: 5px;
        padding: 14px 16px !important;
    }
    .mobile-header-wrapper-style .user-account img {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 5px !important;
        object-fit: cover !important;
        border: 2px solid #eef1f5 !important;
    }
    .mobile-header-wrapper-style .user-account .user-name {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #0E224D !important;
        margin: 0 0 3px !important;
        line-height: 1.2 !important;
    }
    .mobile-header-wrapper-style .user-account .text-brand {
        color: #FD9636 !important;
    }
    .mobile-header-wrapper-style .user-account p {
        font-size: 12px !important;
        color: #8C9EC5 !important;
        margin: 0 !important;
    }
    .mobile-header-wrapper-style .mobile-account ul.mobile-menu li a {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #425A8B !important;
        padding: 10px 4px !important;
        border: none !important;
        text-decoration: none !important;
    }
    .mobile-header-wrapper-style .mobile-account ul.mobile-menu li a:hover {
        color: #FD9636 !important;
    }
    .mobile-header-wrapper-style .mobile-account ul.mobile-menu li:last-child a {
        color: #e5484d !important;
    }
    .mobile-header-wrapper-style .mobile-account ul.mobile-menu li:last-child a:hover {
        color: #c53030 !important;
    }

    /* Copyright */
    .mobile-header-wrapper-style .site-copyright {
        font-size: 12px !important;
        color: #a8b3c7 !important;
        margin-top: 24px !important;
        line-height: 1.5 !important;
    }

    /* Əsas səhifədə menu-expand görünməsin */
    body:not(.mobile-menu-active) .mobile-header-wrapper-style .menu-expand {
        display: none !important;
    }
}


/* ===== SEARCH DROPDOWN ===== */

.delfa-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: -170px;
    right: 0;
    background: #fff;
    border: 1.5px solid #eef1f5;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(14,34,77,.1);
    z-index: 999;
    overflow: hidden;
    min-width: 420px;
}

.dsd-section {
    padding: 8px 16px 4px;
    font-size: 11px;
    font-weight: 700;
    color: #8C9EC5;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.dsd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: #0E224D;
    font-size: 14px;
    transition: background .15s;
}

.dsd-item:hover { background: #f8fafc; }

.dsd-product img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eef1f5;
}

.dsd-product strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.dsd-product span {
    font-size: 12px;
    color: #FD9636;
    font-weight: 700;
}

.dsd-cat {
    gap: 8px;
    color: #425A8B;
    font-weight: 500;
}

.dsd-all {
    display: block;
    padding: 12px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #FD9636;
    border-top: 1px solid #eef1f5;
    text-decoration: none;
    background: #fafbfc;
}

.dsd-all:hover { background: #fff8f0; }

/* ===== SEARCH PAGE ===== */
.delfa-search-head {
    margin-bottom: 32px;
}

.delfa-search-head h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0E224D;
}

.delfa-search-head h1 span {
    color: #FD9636;
}

.delfa-search-empty {
    text-align: center;
    padding: 80px 0;
}

.delfa-search-empty h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0E224D;
    margin: 20px 0 8px;
}

.delfa-search-empty p {
    color: #6b7891;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .delfa-search-dropdown {
        left: 0;
        min-width: unset;
        right: 0;
    }
}


/* ===== DELFA banner ===== */
.delfa-banner {
    position: relative;
    padding: 24px 0;
}

.delfa-banner .box-swiper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.delfa-banner .swiper-container {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.delfa-banner .swiper-slide {
    height: auto;
}

.delfa-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 5px;
    pointer-events: none;

}

.delfa-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s ease;
}


.delfa-slide-btn {
    position: absolute;
    left: 5%;
    bottom: 16%;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 10px 24px rgba(253, 150, 54, .35);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    z-index: 3;
    pointer-events: all;
}

.delfa-slide-btn svg {
    stroke: #fff;
    transition: transform .2s ease;
}

.delfa-slide:hover .delfa-slide-btn {
    background: #0E224D;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(14, 34, 77, .25);
}

.delfa-slide:hover .delfa-slide-btn svg {
    transform: translateX(4px);
}

/* Pagination */
.delfa-banner .swiper-pagination-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    width: auto;
    text-align: center;
    z-index: 4;
}

.delfa-banner .swiper-pagination-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.5);
    opacity: 1;
    transition: all .2s ease;
}

.delfa-banner .swiper-pagination-1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}

/* MOBİL */
@media (max-width: 575px) {
    .delfa-banner { padding: 8px 0; }

    .delfa-slide {
        height: 170px;
        border-radius: 5px;
    }

    .delfa-slide-img {
        object-fit: cover;
        object-position: center center;
        transform-origin: center center;
    }

    .delfa-slide-btn {
        padding: 7px 14px;
        font-size: 10px;
        bottom: 8%;
        left: 2%;
        border-radius: 5px;
        gap: 5px;
        box-shadow: 0 4px 12px rgba(253,150,54,.3);
    }

    .delfa-slide-btn svg {
        width: 11px;
        height: 11px;
    }
}

@media (max-width: 991px) {
    .delfa-slide-img {
        object-fit: cover;
        object-position: left center;
    }
}


/* ===== DELFA service strip ===== */
.delfa-services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.delfa-service {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 18px 16px;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

/* Sol narıncı aksent xətti */
.delfa-service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #FD9636;
    border-radius: 3px 0 0 3px;
    transform: scaleY(0);
    transition: transform .25s ease;
}

.delfa-service:hover::before {
    transform: scaleY(1);
}

.delfa-service:hover {
    border-color: #FD9636;
    box-shadow: 0 8px 24px rgba(253, 150, 54, .12);
    transform: translateY(-3px);
}

.delfa-service-ic {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: #fff4e8;
    display: grid;
    place-items: center;
    transition: all .25s ease;
}

.delfa-service-ic svg {
    width: 22px;
    height: 22px;
}

.delfa-service:hover .delfa-service-ic {
    background: #FD9636;
}

.delfa-service:hover .delfa-service-ic svg {
    stroke: #fff;
}

.delfa-service-txt h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 3px;
    line-height: 1.2;
}

.delfa-service-txt p {
    font-size: 12px;
    color: #8C9EC5;
    margin: 0;
    line-height: 1.3;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .delfa-services {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .delfa-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 15px;
    }
    .delfa-service {
        padding: 14px 14px;
        border-radius: 5px;
    }
    .delfa-service-ic {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .delfa-service-ic svg {
        width: 19px;
        height: 19px;
    }
    .delfa-service-txt h5 {
        font-size: 13px;
    }
    .delfa-service-txt p {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .delfa-services {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 !important;
        margin: 8px !important;
        overflow: visible !important;
    }

    .delfa-service {
        flex: none !important;
        width: auto !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 5px !important;
    }

    .delfa-service::before {
        display: none !important;
    }

    .delfa-service-ic {
        width: 36px !important;
        height: 36px !important;
        border-radius: 5px !important;
        flex-shrink: 0;
    }

    .delfa-service-ic svg {
        width: 17px !important;
        height: 17px !important;
    }

    .delfa-service-txt h5 {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }

    .delfa-service-txt p {
        font-size: 10.5px !important;
        line-height: 1.3 !important;
    }
}


/* ===== DELFA categories ===== */
.delfa-cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    justify-content: center;
}

.delfa-cats:has(> :only-child),
.delfa-cats:has(> :nth-child(1):last-child) {
    grid-template-columns: repeat(1, 280px);
}

.delfa-cats:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 280px);
}

.delfa-cats:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 280px);
}

.delfa-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 28px 16px 22px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    text-decoration: none;
}

.delfa-cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #FD9636;
    transform: scaleX(0);
    transition: transform .25s ease;
}

.delfa-cat:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(14, 34, 77, .10);
    border-color: #FD9636;
}

.delfa-cat:hover::before {
    transform: scaleX(1);
}

.delfa-cat-img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    background: #f7f9fc;
    border: 1px solid #eef1f5;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    transition: background .25s ease, border-color .25s ease;
}

.delfa-cat:hover .delfa-cat-img {
    background: #fff4e8;
    border-color: #FD9636;
}

.delfa-cat-img img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    transition: transform .25s ease;
}

.delfa-cat:hover .delfa-cat-img img {
    transform: scale(1.06);
}

.delfa-cat-info h6 {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 4px;
    transition: color .2s ease;
}

.delfa-cat:hover .delfa-cat-info h6 {
    color: #FD9636;
}

.delfa-cat-info span {
    font-size: 12px;
    color: #8C9EC5;
    font-weight: 500;
}

.delfa-cat-arrow {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #FD9636;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .25s ease, transform .25s ease;
}

.delfa-cat-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
}

.delfa-cat:hover .delfa-cat-arrow {
    opacity: 1;
    transform: translateX(0);
}

.head-main h4 {
    font-size: 26px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 8px;
    letter-spacing: -.5px;
}

.head-main p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .delfa-cats {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .delfa-cats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .delfa-cat {
        padding: 20px 12px 18px;
        border-radius: 5px;
    }

    .delfa-cat-img {
        width: 84px;
        height: 84px;
        margin-bottom: 12px;
    }

    .delfa-cat-img img {
        max-width: 60px;
        max-height: 60px;
    }

    .delfa-cat-info h6 {
        font-size: 13px;
    }

    .delfa-cat-info span {
        font-size: 11px;
    }

    .delfa-cat-arrow {
        width: 24px;
        height: 24px;
        right: 10px;
        bottom: 10px;
    }

    .delfa-cat-arrow svg {
        width: 12px;
        height: 12px;
    }

    .delfa-cats:has(> :nth-child(1):last-child) {
        grid-template-columns: repeat(1, 200px) !important;
    }

    .delfa-cats:has(> :nth-child(2):last-child) {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .delfa-cats:has(> :nth-child(3):last-child) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 400px) {
    .delfa-cats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .delfa-cat {
        padding: 16px 10px 14px;
    }

    .delfa-cat-img {
        width: 72px;
        height: 72px;
    }

    .delfa-cat-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .delfa-cats:has(> :nth-child(1):last-child) {
        grid-template-columns: repeat(1, 180px) !important;
    }

    .delfa-cats:has(> :nth-child(2):last-child) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ===== DELFA "View All" link  and Head main===== */
.delfa-viewall {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 700;
    color: #425A8B;
    white-space: nowrap;
    padding: 8px 16px;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    transition: all .2s ease;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.delfa-viewall svg {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.delfa-viewall:hover {
    color: #FD9636;
    border-color: #FD9636;
    background: #fff7ed;
}

.delfa-viewall:hover svg {
    transform: translateX(4px);
}

.head-main h4 {
    font-size: 26px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 8px;
    letter-spacing: -.5px;
}

.head-main p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0;
    line-height: 1.5;
}

.head-main.text-center {
    margin-bottom: 16px;
}

/* ===== DELFA product grid ===== */
.delfa-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.delfa-hpcard {
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.delfa-hpcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(14, 34, 77, .10);
    border-color: #FD9636;
}

/* Media */
.delfa-hpcard-media {
    position: relative;
    background: #f7f9fc;
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid #eef1f5;
}

.delfa-hpcard-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FD9636;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 5px;
    z-index: 2;
}

.delfa-hpcard-badge.is-new {
    background: #0E224D;
}

.delfa-hpcard-imglink {
    display: block;
}

.delfa-hpcard-imglink img {
    max-height: 190px;
    width: auto;
    object-fit: contain;
    transition: transform .35s ease;
}

.delfa-hpcard:hover .delfa-hpcard-imglink img {
    transform: scale(1.05);
}


/* Action buttons */
.delfa-hpcard-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
}

.delfa-hpact {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eef1f5;
    color: #425A8B;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity .25s ease, transform .25s ease, background .2s ease, border-color .2s ease;
    text-decoration: none;
}

.delfa-hpact svg {
    width: 16px;
    height: 16px;
}

.delfa-hpact:hover {
    background: #FD9636;
    border-color: #FD9636;
    color: #fff;
}

.delfa-hpcard:hover .delfa-hpact {
    opacity: 1;
    transform: translateX(0);
}

/* Body */
.delfa-hpcard-body {
    padding: 16px 16px 18px;
}

.delfa-hpcard-cat {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #8C9EC5;
    display: block;
}

.delfa-hpcard-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.4;
    margin: 6px 0 10px;
    min-height: 40px;
    transition: color .2s ease;
    text-decoration: none;
}

.delfa-hpcard-title:hover {
    color: #FD9636;
}

.delfa-hpcard-rate {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.delfa-hpcard-rate .stars {
    color: #FD9636;
    font-size: 12px;
    letter-spacing: 1px;
}

.delfa-hpcard-rate .cnt {
    font-size: 11.5px;
    color: #8C9EC5;
}

.delfa-hpcard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delfa-hpcard-price strong {
    font-size: 17px;
    font-weight: 800;
    color: #0E224D;
}

.delfa-hpcard-price .old {
    font-size: 12.5px;
    color: #b0bacb;
    text-decoration: line-through;
    margin-left: 5px;
}

/* Cart button */
.delfa-pcard-cart {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background: #fff4e8;
    border: none;
    outline: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .2s ease;
    flex-shrink: 0;
}

.delfa-pcard-cart svg {
    width: 18px;
    height: 18px;
    color: #FD9636;
    transition: color .2s ease;
}

.delfa-pcard-cart:hover {
    background: #FD9636;
    transform: scale(1.05);
}

.delfa-pcard-cart:hover svg {
    color: #fff;
}

.delfa-pcard-cart:active {
    transform: scale(0.95);
}

.delfa-pcard-cart.is-loading {
    opacity: .6;
    pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .delfa-products {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .delfa-hpcard--desktop-only {
        display: none !important;
    }

    .delfa-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .delfa-hpact {
        opacity: 1 !important;
        transform: none !important;
    }

    .delfa-hpcard-media { padding: 18px; }
    .delfa-hpcard-imglink img { max-height: 150px; }
    .delfa-hpcard-body { padding: 12px 12px 14px; }
    .delfa-hpcard-title { font-size: 13px; margin: 4px 0 8px; min-height: 36px; }
    .delfa-hpcard-price strong { font-size: 15px; }
    .delfa-pcard-cart { width: 34px; height: 34px; }
    .delfa-pcard-cart svg { width: 16px; height: 16px; }
}

@media (max-width: 400px) {
    .delfa-products { gap: 10px; }
    .delfa-hpcard-media { padding: 14px; }
    .delfa-hpcard-imglink img { max-height: 120px; }
    .delfa-hpcard-body { padding: 10px 10px 12px; }
    .delfa-hpcard-title { font-size: 12.5px; }
    .delfa-hpcard-cat { font-size: 10px; }
    .delfa-hpcard-rate .stars { font-size: 11px; }
}

/* ===== DELFA Why ===== */
.delfa-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Sol: şəkil */
.delfa-why-media {
    position: relative;
}

.delfa-why-img-box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eef1f5;
}

.delfa-why-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.delfa-why-img-box:hover img {
    transform: scale(1.03);
}

/* Sağ: content */
.delfa-why-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FD9636;
    margin-bottom: 14px;
}

.delfa-why-tag i {
    width: 20px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-why-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.15;
    letter-spacing: -.5px;
    margin: 0 0 14px;
}

.delfa-why-content h3 .hl {
    color: #FD9636;
}

.delfa-why-lead {
    font-size: 14.5px;
    color: #5a6675;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Feature kartlar */
.delfa-why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.delfa-why-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.delfa-why-item:hover {
    border-color: #FD9636;
    box-shadow: 0 8px 24px rgba(253, 150, 54, .1);
}

.delfa-why-ic {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #fff4e8;
    display: grid;
    place-items: center;
}

.delfa-why-ic svg {
    width: 22px;
    height: 22px;
}

.delfa-why-txt h6 {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 4px;
    line-height: 1.2;
}

.delfa-why-txt p {
    font-size: 12.5px;
    color: #8C9EC5;
    line-height: 1.5;
    margin: 0;
}

/* CTA */
.delfa-why-cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

.delfa-why-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 28px;
    border-radius: 5px;
    transition: background .2s ease, transform .2s ease;
    text-decoration: none;
}

.delfa-why-btn svg {
    width: 15px;
    height: 15px;
    transition: transform .2s ease;
}

.delfa-why-btn:hover {
    background: #0E224D;
    color: #fff;
    transform: translateY(-2px);
}

.delfa-why-btn:hover svg {
    transform: translateX(3px);
}

.delfa-why-stat {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    border-left: 1px solid #eef1f5;
}

.delfa-why-stat strong {
    font-size: 22px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1;
}

.delfa-why-stat span {
    font-size: 12px;
    color: #8C9EC5;
    margin-top: 4px;
}

.delfa-video-wrap {
    aspect-ratio: 4 / 3;
    background: #0E224D;
}

.delfa-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .delfa-why {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .delfa-why-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .delfa-why-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .delfa-why-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .delfa-why-stat {
        padding-left: 0;
        border-left: none;
        padding-top: 16px;
        border-top: 1px solid #eef1f5;
        width: 100%;
    }
}

/* ===== DELFA compatibility ===== */
.delfa-compat {
    background: #f7f9fc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 48px 50px;
    position: relative;
    overflow: hidden;
}

.delfa-compat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #FD9636;
}

.delfa-compat-head {
    text-align: center;
    margin-bottom: 32px;
}

.delfa-compat-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FD9636;
    margin-bottom: 12px;
}

.delfa-compat-tag i {
    width: 20px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-compat-head h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 10px;
    line-height: 1.15;
    letter-spacing: -.5px;
}

.delfa-compat-head p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0 auto;
    max-width: 480px;
    line-height: 1.6;
}

.delfa-compat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.delfa-compat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 24px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    cursor: default;
}

.delfa-compat-card:hover {
    border-color: #FD9636;
    box-shadow: 0 8px 24px rgba(253, 150, 54, .12);
    transform: translateY(-3px);
}

.delfa-compat-ic {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #fff4e8;
    display: grid;
    place-items: center;
    transition: background .2s ease;
}

.delfa-compat-card:hover .delfa-compat-ic {
    background: #ffe7cc;
}

.delfa-compat-ic svg {
    width: 25px;
    height: 25px;
}

.delfa-compat-name {
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
    text-align: center;
    line-height: 1.3;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .delfa-compat {
        padding: 36px 28px;
    }
    .delfa-compat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .delfa-compat-head h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .delfa-compat {
        padding: 28px 20px;
    }
    .delfa-compat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .delfa-compat-head h3 {
        font-size: 20px;
    }
    .delfa-compat-card {
        padding: 18px 12px;
        gap: 10px;
    }
    .delfa-compat-ic {
        width: 42px;
        height: 42px;
    }
    .delfa-compat-ic svg {
        width: 21px;
        height: 21px;
    }
    .delfa-compat-name {
        font-size: 12px;
    }
}

/* ===== DELFA news/blog ===== */
.delfa-news-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FD9636;
    margin-bottom: 10px;
}

.delfa-news-tag h4 {
    margin-bottom: 10px;
}

.delfa-news-tag i {
    width: 20px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.delfa-news-card {
    display: block;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    text-decoration: none;
}

.delfa-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(14, 34, 77, .10);
    border-color: #FD9636;
}

/* Şəkil */
.delfa-news-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f7f9fc;
    border-bottom: 1px solid #eef1f5;
}

.delfa-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .4s ease;
    min-height: 100%;
}

.delfa-news-card:hover .delfa-news-img img {
    transform: scale(1.04);
}

.delfa-news-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FD9636;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 5px;
    z-index: 3;
}

.delfa-news-body {
    padding: 18px 18px 20px;
}

.delfa-news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #8C9EC5;
    margin-bottom: 10px;
}

.delfa-news-meta .dot {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #c3ccdb;
}

.delfa-news-body h5 {
    font-size: 15.5px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.45;
    margin: 0 0 16px;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s ease;
}

.delfa-news-card:hover .delfa-news-body h5 {
    color: #FD9636;
}

.delfa-news-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid #eef1f5;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #425A8B;
    text-decoration: none;
    transition: color .2s ease;
}

.delfa-news-more svg {
    width: 14px;
    height: 14px;
    transition: transform .2s ease;
}

.delfa-news-card:hover .delfa-news-more {
    color: #FD9636;
}

.delfa-news-card:hover .delfa-news-more svg {
    transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .delfa-news {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .delfa-news-body h5 {
        font-size: 14.5px;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .delfa-news {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .delfa-news-body {
        padding: 14px 14px 16px;
    }
    .delfa-news-body h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }
}


/* ===== DELFA footer ===== */
.delfa-footer {
    background: #f7f9fc;
    border-top: 1px solid #eef1f5;
    padding: 48px 0 0;
    margin-top: 50px;
}

.delfa-footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
    gap: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eef1f5;
}

/* Brand */
.delfa-footer-logo {
    height: auto !important;
    width: 160px !important;
    object-fit: contain;
    margin-bottom: 16px;
    display: block;
}

.delfa-footer-about {
    font-size: 14px;
    color: #6b7891;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 280px;
}

/* Newsletter */
.delfa-footer-nl {
    margin-bottom: 20px;
}

.delfa-footer-nl h6 {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 10px;
}

.delfa-footer-nl h6 .hl {
    color: #FD9636;
}

.delfa-footer-nlform {
    display: flex;
    max-width: 300px;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s ease;
}

.delfa-footer-nlform:focus-within {
    border-color: #FD9636;
}

.delfa-footer-nlform input {
    border: none;
    outline: none;
    flex: 1;
    padding: 11px 14px;
    font-size: 13.5px;
    color: #0E224D;
    background: transparent;
}

.delfa-footer-nlform input::placeholder {
    color: #a8b3c7;
}

.delfa-footer-nlform button {
    border: none;
    background: #FD9636;
    width: 46px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease;
    flex-shrink: 0;
}

.delfa-footer-nlform button svg {
    width: 16px !important;
    height: 16px !important;
}

.delfa-footer-nlform button:hover {
    background: #0E224D;
}

/* Socials */
.delfa-footer-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.delfa-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eef1f5;
    color: #425A8B;
    display: grid;
    place-items: center;
    transition: all .2s ease;
    text-decoration: none;
}

.delfa-footer-socials a svg {
    width: 16px !important;
    height: 16px !important;
}

.delfa-footer-socials a:hover {
    background: #FD9636;
    border-color: #FD9636;
    color: #fff;
    transform: translateY(-2px);
}

.delfa-footer-map {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.delfa-footer-map iframe {
    display: block;
    width: 100%;
    height: 180px;
}

/* Contact */
.delfa-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delfa-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13.5px;
    color: #425A8B;
    line-height: 1.55;
}

.delfa-footer-contact li svg {
    width: 17px !important;
    height: 17px !important;
    flex: none;
    margin-top: 2px;
}

/* Payment */
.delfa-footer-pay-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef1f5;
}

.delfa-fb-pay-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #8C9EC5;
    margin-bottom: 10px;
}

.delfa-fb-pay {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.pay-logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    margin: 10px;
}

.pay-logo:hover {
    filter: grayscale(0%);
}

.delfa-fb-pay .pay-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.delfa-fb-pay .pay-card svg {
    width: 60px !important;
    height: 35px !important;
    display: block;
    border-radius: 4px;
}

/* Columns */
.delfa-footer-col h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delfa-footer-col ul li {
    margin-bottom: 10px;
}

.delfa-footer-col ul li a {
    font-size: 14px;
    color: #6b7891;
    transition: color .2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.delfa-footer-col ul li a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #eef1f5;
    flex-shrink: 0;
    transition: background .2s ease;
}

.delfa-footer-col ul li a:hover {
    color: #FD9636;
}

.delfa-footer-col ul li a:hover::before {
    background: #FD9636;
}

/* Footer bottom */
.delfa-footer-bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.delfa-fb-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #7A879F;
    letter-spacing: .2px;
}

.delfa-fb-copy strong {
    color: #243B6B;
    font-weight: 700;
}

.delfa-fb-copy .divider {
    color: #C7D0E0;
}

.delfa-fb-copy a {
    color: #425A8B;
    font-weight: 600;
    text-decoration: none;
    transition: color .25s ease;
}

.delfa-fb-copy a:hover {
    color: #1F3566; /* Ağ deyil */
    text-decoration: underline;
}

.delfa-fb-copy a::after {
    content: "↗";
    margin-left: 4px;
    font-size: 10px;
    opacity: .6;
}

.delfa-fb-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delfa-fb-links a {
    font-size: 13px;
    color: #6b7891;
    transition: color .2s ease;
    text-decoration: none;
}

.delfa-fb-links a:hover {
    color: #FD9636;
}

.delfa-fb-links .sep {
    width: 1px;
    height: 12px;
    background: #d7dde6;
}

/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Responsive */
@media (max-width: 1199px) {
    .delfa-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .delfa-footer-brand {
        grid-column: 1 / -1;
    }

    .delfa-footer-about {
        max-width: 100%;
    }

    .delfa-footer-nlform {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .delfa-footer {
        padding: 36px 0 0;
    }

    .delfa-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .delfa-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .delfa-footer-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .delfa-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .delfa-fb-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .delfa-footer-col h5 {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .delfa-footer-nlform {
        max-width: 100%;
    }
}


/* ===== DELFA Contact ===== */
.delfa-contact .delfa-ab-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 16px;
}

.delfa-contact .delfa-ab-tag i {
    width: 22px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-ct-hero {
    text-align: center;
    padding: 56px 0 40px;
    max-width: 720px;
    margin: 0 auto;
}

.delfa-ct-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.12;
    letter-spacing: -1px;
    margin: 0 0 18px;
}

.delfa-ct-hero h1 .hl { color: #FD9636; }

.delfa-ct-cards-wrap { padding: 20px 0 40px; }

.delfa-ct-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.delfa-ct-card {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 30px 26px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.delfa-ct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(14, 34, 77, .1);
    border-color: transparent;
}

.delfa-ct-ic {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: linear-gradient(145deg, #fff4e8, #ffe7cc);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

.delfa-ct-ic svg { width: 26px; height: 26px; }

.delfa-ct-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 8px;
}

.delfa-ct-card p {
    font-size: 13.5px;
    color: #8C9EC5;
    margin: 0 0 10px;
    line-height: 1.5;
}

.delfa-ct-card a {
    font-size: 14px;
    font-weight: 700;
    color: #425A8B;
    transition: color .2s ease;
}

.delfa-ct-card a:hover { color: #FD9636; }

/* Form + Map grid */
.delfa-ct-main { padding: 30px 0 70px; }

.delfa-ct-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.delfa-ct-form {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 38px 36px;
}

.delfa-ct-form h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 8px;
}

.delfa-ct-form > p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0 0 26px;
}

.delfa-ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.delfa-ct-field { margin-bottom: 18px; }

.delfa-ct-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
    margin-bottom: 8px;
}

.delfa-ct-field input,
.delfa-ct-field textarea {
    width: 100%;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 13px 16px;
    font-size: 14px;
    color: #0E224D;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
    font-family: inherit;
    resize: vertical;
}

.delfa-ct-field input::placeholder,
.delfa-ct-field textarea::placeholder { color: #a8b3c7; }

.delfa-ct-field input:focus,
.delfa-ct-field textarea:focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253, 150, 54, .1);
}

.delfa-ct-submit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 34px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(253, 150, 54, .28);
    transition: background .2s ease, transform .2s ease;
    font-family: inherit;
}

.delfa-ct-submit svg { width: 16px; height: 16px; }

.delfa-ct-submit:hover {
    background: #0E224D;
    transform: translateY(-2px);
}

/* Map */
.delfa-ct-map-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.delfa-ct-map-info {
    background: #f7f9fc;
    border: 1px solid #edf0f5;
    border-radius: 5px 5px 0 0;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.delfa-ct-map-info svg {
    width: 22px;
    height: 22px;
    flex: none;
    margin-top: 2px;
    color: #FD9636;
}

.delfa-ct-map-info-text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    margin-bottom: 4px;
}

.delfa-ct-map-info-text span {
    font-size: 13.5px;
    color: #6b7891;
    line-height: 1.5;
}

.delfa-ct-map {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 1px solid #edf0f5;
    border-top: none;
}

.delfa-ct-map iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: 0;
    filter: grayscale(15%);
    transition: filter .3s ease;
}

.delfa-ct-map iframe:hover {
    filter: grayscale(0%);
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/* Alerts */
.delfa-ct-success {
    background: #e8f8f1;
    color: #1ca672;
    padding: 14px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.delfa-ct-error {
    background: #fde8e8;
    color: #c53030;
    padding: 14px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .delfa-ct-hero h1 { font-size: 32px; }
    .delfa-ct-cards { grid-template-columns: 1fr; }
    .delfa-ct-layout { grid-template-columns: 1fr; }
    .delfa-ct-map iframe { height: 320px; }
}

@media (max-width: 575px) {
    .delfa-ct-hero h1 { font-size: 26px; }
    .delfa-ct-row { grid-template-columns: 1fr; }
    .delfa-ct-form { padding: 28px 22px; }
}


/* ===== DELFA Breadcrumb ===== */
.delfa-breadcrumb {
    background: #f7f9fc;
    border-bottom: 1px solid #eef1f5;
    padding: 16px 0;
}

.delfa-breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.delfa-breadcrumb li {
    display: flex;
    align-items: center;
}

.delfa-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 600;
    color: #6b7891;
    transition: color .2s ease;
}

.delfa-breadcrumb a svg {
    width: 16px;
    height: 16px;
}

.delfa-breadcrumb a:hover {
    color: #FD9636;
}

.delfa-breadcrumb .sep {
    display: inline-flex;
    color: #c3ccdb;
}

.delfa-breadcrumb .sep svg {
    width: 15px;
    height: 15px;
}

.delfa-breadcrumb .current {
    font-size: 13.5px;
    font-weight: 700;
    color: #0E224D;
}

/* ===== DELFA About ===== */
.delfa-about .delfa-ab-subtag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 12px;
}

.delfa-ab-hero {
    text-align: center;
    padding: 60px 0 50px;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

.delfa-ab-hero::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #FD9636, #FFB866);
    border-radius: 2px;
    margin: 28px auto 0;
}

.delfa-ab-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 18px;
}

.delfa-ab-tag i {
    width: 22px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-ab-hero h1 {
    font-size: 44px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.12;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

.delfa-ab-hero h1 .hl {
    color: #FD9636;
}

.delfa-ab-hero p {
    font-size: 16px;
    color: #5a6675;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

/* Story */
.delfa-ab-story {
    padding: 50px 0;
}

.delfa-ab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.delfa-ab-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(14, 34, 77, .1);
}

.delfa-ab-img img {
    width: 100%;
    border-radius: 5px;
    display: block;
    transition: transform .5s ease;
}

.delfa-ab-img:hover img {
    transform: scale(1.04);
}

.delfa-ab-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FD9636, transparent);
    z-index: 2;
}

.delfa-ab-text h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.2;
    margin: 0 0 18px;
}

.delfa-ab-text p {
    font-size: 15px;
    color: #5a6675;
    line-height: 1.7;
    margin-bottom: 16px;
}

.delfa-ab-checks {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.delfa-ab-checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0E224D;
}

.delfa-ab-checks li svg {
    width: 18px;
    height: 18px;
    flex: none;
}

/* Stats */
.delfa-ab-stats-wrap {
    padding: 30px 0;
}

.delfa-ab-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    background: linear-gradient(135deg, #0E224D, #1c3a6e);
    border-radius: 5px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
}

.delfa-ab-stats::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -50px;
    width: 280px;
    height: 280px;
    border-radius: 5px;
    background: radial-gradient(circle, rgba(253, 150, 54, .22), transparent 65%);
}

.delfa-ab-stat {
    text-align: center;
    position: relative;
    z-index: 2;
}

.delfa-ab-stat strong {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    transition: transform .25s ease;
}

.delfa-ab-stat:hover strong {
    transform: scale(1.06);
}

.delfa-ab-stat strong small {
    font-size: 18px;
    color: #FFB866;
    font-weight: 700;
}

.delfa-ab-stat span {
    font-size: 14px;
    color: #b9c6dd;
}

/* Values */
.delfa-ab-values {
    padding: 60px 0;
}

.delfa-ab-vhead {
    text-align: center;
    margin-bottom: 40px;
}

.delfa-ab-vhead h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0E224D;
    margin: 0;
}

.delfa-ab-vgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.delfa-ab-vcard {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 30px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.delfa-ab-vcard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FD9636, #FFB866);
    transform: scaleX(0);
    transition: transform .3s ease;
}

.delfa-ab-vcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(14, 34, 77, .1);
    border-color: transparent;
}

.delfa-ab-vcard:hover::before {
    transform: scaleX(1);
}

.delfa-ab-vic {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: linear-gradient(145deg, #fff4e8, #ffe7cc);
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    transition: transform .25s ease;
}

.delfa-ab-vcard:hover .delfa-ab-vic {
    transform: scale(1.08);
}

.delfa-ab-vic svg {
    width: 28px;
    height: 28px;
}

.delfa-ab-vcard h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 10px;
}

.delfa-ab-vcard p {
    font-size: 13.5px;
    color: #8C9EC5;
    line-height: 1.6;
    margin: 0;
}

/* CTA */
.delfa-ab-cta-wrap {
    padding: 30px 0 70px;
}

.delfa-ab-cta {
    background: linear-gradient(135deg, #fff6ee, #ffe9d4);
    border-radius: 5px;
    padding: 48px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.delfa-ab-cta-text h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 8px;
}

.delfa-ab-cta-text p {
    font-size: 15px;
    color: #6b5535;
    margin: 0;
}

.delfa-ab-cta-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.delfa-ab-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 32px;
    border-radius: 5px;
    box-shadow: 0 12px 26px rgba(253, 150, 54, .3);
    transition: background .2s ease, transform .2s ease;
}

.delfa-ab-btn-primary svg {
    width: 16px;
    height: 16px;
}

.delfa-ab-btn-primary:hover {
    background: #0E224D;
    color: #fff;
    transform: translateY(-2px);
}

.delfa-ab-btn-ghost {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #0E224D;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #f0d9bf;
    transition: all .2s ease;
}

.delfa-ab-btn-ghost:hover {
    border-color: #FD9636;
    color: #DD7A0C;
}

/* Responsive */
@media (max-width: 991px) {
    .delfa-ab-hero h1 {
        font-size: 32px;
    }

    .delfa-ab-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .delfa-ab-stats {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
        padding: 36px 28px;
    }

    .delfa-ab-vgrid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .delfa-ab-hero h1 {
        font-size: 26px;
    }

    .delfa-ab-checks {
        grid-template-columns: 1fr;
    }

    .delfa-ab-stats {
        grid-template-columns: 1fr 1fr;
    }

    .delfa-ab-vgrid {
        grid-template-columns: 1fr;
    }

    .delfa-ab-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
    }
}


/* ===== DELFA Terms ===== */
.delfa-terms .delfa-ab-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 14px;
}

.delfa-terms .delfa-ab-tag i {
    width: 22px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-terms-hero {
    text-align: center;
    padding: 50px 0 36px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-terms-hero h1 {
    font-size: 40px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

.delfa-terms-hero p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0;
}

.delfa-terms-body {
    padding-top: 44px;
}

.delfa-terms-inner {
    max-width: 800px;
    margin: 0 auto;
    color: #3d4b63;
}

.delfa-terms-inner .lead {
    font-size: 18px;
    font-weight: 500;
    color: #0E224D;
    line-height: 1.65;
    margin: 0 0 36px;
    padding: 22px 26px;
    background: #f7f9fc;
    border-left: 4px solid #FD9636;
    border-radius: 0 5px 5px 0;
}

.delfa-terms-inner h2 {
    font-size: 21px;
    font-weight: 800;
    color: #0E224D;
    margin: 34px 0 14px;
}

.delfa-terms-inner p {
    font-size: 15.5px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.delfa-terms-inner a {
    color: #DD7A0C;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.delfa-terms-inner a:hover {
    color: #FD9636;
}

@media (max-width: 991px) {
    .delfa-terms-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .delfa-terms-hero h1 {
        font-size: 26px;
    }

    .delfa-terms-inner h2 {
        font-size: 19px;
    }

    .delfa-terms-inner .lead {
        font-size: 16px;
        padding: 18px 20px;
    }

    .delfa-terms-inner p {
        font-size: 14.5px;
    }
}



/* ===== DELFA Contact ===== */
.delfa-contact .delfa-ab-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 16px;
}

.delfa-contact .delfa-ab-tag i {
    width: 22px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-ct-hero {
    text-align: center;
    padding: 56px 0 40px;
    max-width: 720px;
    margin: 0 auto;
}

.delfa-ct-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.12;
    letter-spacing: -1px;
    margin: 0 0 18px;
}

.delfa-ct-hero h1 .hl {
    color: #FD9636;
}

.delfa-ct-hero p {
    font-size: 16px;
    color: #5a6675;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.delfa-ct-cards-wrap {
    padding: 20px 0 40px;
}

.delfa-ct-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.delfa-ct-card {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 30px 26px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.delfa-ct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(14, 34, 77, .1);
    border-color: transparent;
}

.delfa-ct-ic {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: linear-gradient(145deg, #fff4e8, #ffe7cc);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

.delfa-ct-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 8px;
}

.delfa-ct-card p {
    font-size: 13.5px;
    color: #8C9EC5;
    margin: 0 0 10px;
    line-height: 1.5;
}

.delfa-ct-card a {
    font-size: 14px;
    font-weight: 700;
    color: #425A8B;
    transition: color .2s ease;
}

.delfa-ct-card a:hover {
    color: #FD9636;
}

.delfa-ct-main {
    padding: 30px 0 70px;
}

.delfa-ct-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.delfa-ct-form {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 38px 36px;
}

.delfa-ct-form h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 8px;
}

.delfa-ct-form > p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0 0 26px;
}

.delfa-ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.delfa-ct-field {
    margin-bottom: 18px;
}

.delfa-ct-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
    margin-bottom: 8px;
}

.delfa-ct-field input,
.delfa-ct-field textarea {
    width: 100%;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 13px 16px;
    font-size: 14px;
    color: #0E224D;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
    font-family: inherit;
    resize: vertical;
}

.delfa-ct-field input::placeholder,
.delfa-ct-field textarea::placeholder {
    color: #a8b3c7;
}

.delfa-ct-field input:focus,
.delfa-ct-field textarea:focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253, 150, 54, .1);
}

.delfa-ct-submit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 34px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(253, 150, 54, .28);
    transition: background .2s ease, transform .2s ease;
}

.delfa-ct-submit svg {
    width: 16px;
    height: 16px;
}

.delfa-ct-submit:hover {
    background: #0E224D;
    transform: translateY(-2px);
}

.delfa-ct-map {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #edf0f5;
    min-height: 100%;
}

.delfa-ct-map iframe {
    width: 100%;
    height: 100%;
    min-height: 540px;
    display: block;
}

.delfa-ct-main .delfa-ct-form {
    max-width: 760px;
    margin: 0 auto;
}

.delfa-ct-success {
    background: #e8f8f1;
    color: #1ca672;
    padding: 14px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.delfa-field-err {
    color: #c53030;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

/* MOBİL */
@media (max-width: 991px) {
    .delfa-ct-hero h1 {
        font-size: 32px;
    }

    .delfa-ct-cards {
        grid-template-columns: 1fr;
    }

    .delfa-ct-grid {
        grid-template-columns: 1fr;
    }

    .delfa-ct-map iframe {
        min-height: 360px;
    }
}

.delfa-ct-error {
    background: #fde8e8;
    color: #c53030;
    padding: 14px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.delfa-pcard-media {
    position: relative;
}

.delfa-pcard-wish {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eef1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #5a6473;
    transition: all .2s ease;
}

.delfa-pcard-wish:hover {
    border-color: #FD9636;
    color: #FD9636;
}

.delfa-pcard-wish.is-active {
    background: #FD9636;
    border-color: #FD9636;
    color: #fff;
}


@media (max-width: 575px) {
    .delfa-ct-hero h1 {
        font-size: 26px;
    }

    .delfa-ct-row {
        grid-template-columns: 1fr;
    }

    .delfa-ct-form {
        padding: 28px 22px;
    }
}



/* ===== DELFA Blog ===== */
.delfa-blog .delfa-ab-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DD7A0C;
    margin-bottom: 14px;
}

.delfa-blog .delfa-ab-tag i {
    width: 22px;
    height: 2px;
    background: #FD9636;
    display: inline-block;
}

.delfa-blog-hero {
    text-align: center;
    padding: 50px 0 36px;
}

.delfa-blog-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -1px;
    margin: 0 0 14px;
}

.delfa-blog-hero h1 .hl {
    color: #FD9636;
}

.delfa-blog-hero p {
    font-size: 16px;
    color: #5a6675;
    margin: 0;
}

.delfa-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.delfa-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

.delfa-pagination a {
    min-width: 42px;
    height: 42px;
    padding: 0 6px;
    border-radius: 5px;
    border: 1px solid #e7ecf3;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #425A8B;
    transition: all .2s ease;
}

.delfa-pagination a svg {
    width: 18px;
    height: 18px;
}

.delfa-pagination a:hover {
    border-color: #FD9636;
    color: #FD9636;
}

.delfa-pagination a.active {
    background: #FD9636;
    border-color: #FD9636;
    color: #fff;
}

@media (max-width: 991px) {
    .delfa-blog-hero h1 {
        font-size: 32px;
    }

    .delfa-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .delfa-blog-hero h1 {
        font-size: 26px;
    }

    .delfa-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}




/* ===== DELFA Blog post (detail) ===== */
.delfa-post-wrap {
    padding: 40px 0 80px;
}

.delfa-post-inner {
    max-width: 780px;
    margin: 0 auto;
}

.delfa-post-head {
    margin-bottom: 30px;
}

.delfa-post-cat {
    display: inline-block;
    background: rgba(253, 150, 54, .12);
    color: #DD7A0C;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.delfa-post-head h1 {
    font-size: 38px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin: 0 0 22px;
}

.delfa-post-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-post-meta .delfa-post-date,
.delfa-post-meta .delfa-post-read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 500;
    color: #8C9EC5;
}

.delfa-post-meta .delfa-post-date svg {
    width: 16px;
    height: 16px;
}

.delfa-post-meta .dot {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #c3ccdb;
}

.delfa-post-share {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.delfa-post-share .share-label {
    font-size: 13px;
    font-weight: 700;
    color: #425A8B;
    margin-right: 2px;
}

.delfa-post-share a {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #f3f5f9;
    color: #425A8B;
    display: grid;
    place-items: center;
    transition: all .2s ease;
}

.delfa-post-share a svg {
    width: 15px;
    height: 15px;
}

.delfa-post-share a:hover {
    background: #FD9636;
    color: #fff;
    transform: translateY(-2px);
}

.delfa-post-feature {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 36px;
    box-shadow: 0 20px 50px rgba(14, 34, 77, .1);
}

.delfa-post-feature img {
    width: 100%;
    display: block;
}

.delfa-post-body {
    color: #3d4b63;
}

.delfa-post-body .lead {
    font-size: 19px;
    font-weight: 500;
    color: #0E224D;
    line-height: 1.6;
    margin: 0 0 26px;
}

.delfa-post-body p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 22px;
}

.delfa-post-body h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.3;
    margin: 36px 0 16px;
}

.delfa-post-body blockquote {
    margin: 30px 0;
    padding: 22px 28px;
    background: #f7f9fc;
    border-left: 4px solid #FD9636;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    color: #0E224D;
    line-height: 1.6;
}

.delfa-yt-embed {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    margin: 24px 0;
}

.delfa-yt-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.delfa-post-inline-img {
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 0;
}

.delfa-post-inline-img img {
    width: 100%;
    display: block;
}

.delfa-post-footer {
    margin-top: 40px;
    padding-top: 26px;
    border-top: 1px solid #eef1f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.delfa-post-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.delfa-post-tags a {
    font-size: 13px;
    font-weight: 600;
    color: #425A8B;
    background: #f3f5f9;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all .2s ease;
}

.delfa-post-tags a:hover {
    background: #FD9636;
    color: #fff;
}

.delfa-post-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #FD9636;
    transition: gap .2s ease;
}

.delfa-post-back svg {
    width: 17px;
    height: 17px;
}

.delfa-post-back:hover {
    gap: 12px;
    color: #DD7A0C;
}

/* Gallery */
.delfa-post-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 28px 0;
}

.delfa-post-gallery img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.delfa-pd-main-link {
    display: block;
    position: relative;
    cursor: zoom-in;
}

.delfa-pd-zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.9);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.delfa-pd-main-link:hover .delfa-pd-zoom-hint {
    opacity: 1;
}

.delfa-gallery-thumb {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    background: #f0f3f7;
}

.delfa-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
    display: block;
}

.delfa-gallery-thumb:hover img {
    transform: scale(1.06);
}

.delfa-gallery-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 14, 14, 0);
    transition: background .25s ease;
}

.delfa-gallery-zoom svg {
    width: 34px;
    height: 34px;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .25s ease, transform .25s ease;
}

.delfa-gallery-thumb:hover .delfa-gallery-zoom {
    background: rgba(14, 14, 14, .35);
}

.delfa-gallery-thumb:hover .delfa-gallery-zoom svg {
    opacity: 1;
    transform: scale(1);
}

/* Lightbox */
.delfa-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 12, .94);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.delfa-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.delfa-lb-stage {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delfa-lb-stage img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

.delfa-lb-counter {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    color: #cdd6e3;
    font-size: 13px;
    letter-spacing: .5px;
}

.delfa-lb-close,
.delfa-lb-prev,
.delfa-lb-next {
    position: absolute;
    border: none;
    background: rgba(255, 255, 255, .08);
    border-radius: 5px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.delfa-lb-close:hover,
.delfa-lb-prev:hover,
.delfa-lb-next:hover {
    background: rgba(255, 255, 255, .18);
    transform: scale(1.08);
}

.delfa-lb-close {
    top: 24px;
    right: 24px;
}

.delfa-lb-close svg { width: 20px; height: 20px; }

.delfa-lb-prev {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.delfa-lb-next {
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.delfa-lb-prev svg,
.delfa-lb-next svg {
    width: 24px;
    height: 24px;
}

/* Related */
.delfa-post-related {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eef1f5;
}

.delfa-post-related h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 24px;
}

/* Responsive */
@media (max-width: 640px) {
    .delfa-post-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .delfa-lb-prev { left: 10px; }
    .delfa-lb-next { right: 10px; }
    .delfa-lb-close { top: 14px; right: 14px; }
}

@media (max-width: 991px) {
    .delfa-post-head h1 {
        font-size: 30px;
    }

    .delfa-post-share {
        margin-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    .delfa-post-head h1 {
        font-size: 25px;
    }

    .delfa-post-body .lead {
        font-size: 17px;
    }

    .delfa-post-body p {
        font-size: 15px;
    }

    .delfa-post-body h2 {
        font-size: 21px;
    }

    .delfa-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== DELFA Shop ===== */
.delfa-shop-grid {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 32px;
    align-items: start;
}

/* Sidebar */
.delfa-shop-sidebar {
    position: sticky;
    top: 20px;
}

.delfa-filter-box {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 16px;
}

.delfa-filter-box h6 {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f3f7;
}

.delfa-filter-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delfa-filter-cats li {
    margin-bottom: 4px;
}

.delfa-filter-cats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #5a6675;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all .2s ease;
}

.delfa-filter-cats a span {
    font-size: 12px;
    color: #a8b3c7;
    background: #f3f5f9;
    padding: 1px 8px;
    border-radius: 5px;
}

.delfa-filter-cats a:hover {
    background: #f7f9fc;
    color: #0E224D;
}

.delfa-filter-cats a.active {
    background: #fff4e8;
    color: #DD7A0C;
    font-weight: 600;
}

.delfa-filter-cats a.active span {
    background: #FD9636;
    color: #fff;
}

.delfa-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delfa-filter-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.delfa-cb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5a6675;
    cursor: pointer;
}

.delfa-cb input {
    display: none;
}

.delfa-cb .box {
    width: 18px;
    height: 18px;
    border: 1.5px solid #d7dde6;
    border-radius: 5px;
    flex: none;
    position: relative;
    transition: all .2s ease;
}

.delfa-cb input:checked + .box {
    background: #FD9636;
    border-color: #FD9636;
}

.delfa-cb input:checked + .box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.delfa-filter-list em {
    font-style: normal;
    font-size: 12px;
    color: #a8b3c7;
}

.delfa-finish {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.delfa-finish a,
.delfa-finish-sw {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e3e8ef;
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.delfa-finish a:hover,
.delfa-finish-sw:hover {
    transform: scale(1.12);
    box-shadow: 0 0 0 2px #FD9636;
}

.delfa-finish-sw.active {
    box-shadow: 0 0 0 2px #FD9636;
}

.delfa-filter-clear {
    display: block;
    width: 100%;
    background: #fff;
    border: 1.5px solid #e7ecf3;
    color: #425A8B;
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    text-decoration: none;
}

.delfa-filter-clear:hover {
    border-color: #FD9636;
    color: #DD7A0C;
}

/* Toolbar */
.delfa-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 14px 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    gap: 12px;
}

.delfa-shop-count {
    font-size: 14px;
    color: #6b7891;
}

.delfa-shop-count strong {
    color: #0E224D;
}

.delfa-shop-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delfa-shop-sort label {
    font-size: 13px;
    color: #8C9EC5;
    font-weight: 600;
}

.delfa-shop-sort select {
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 8px 32px 8px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E224D;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23425A8B' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 15px;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.delfa-shop-sort select:focus {
    border-color: #FD9636;
}

/* Product grid */
.delfa-shop-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.delfa-pcard {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.delfa-pcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(14, 34, 77, .12);
    border-color: transparent;
}

.delfa-pcard-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #f6f8fc, #eef1f6);
    overflow: hidden;
}

.delfa-pcard-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
    transition: transform .4s ease;
}

.delfa-pcard:hover .delfa-pcard-media img {
    transform: scale(1.07);
}

.delfa-pcard-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FD9636;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 5px;
    z-index: 2;
}

.delfa-pcard-badge.is-new {
    background: #0E224D;
}

.delfa-pcard-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(12px);
    transition: all .25s ease;
    z-index: 2;
}

.delfa-pcard:hover .delfa-pcard-actions {
    opacity: 1;
    transform: translateX(0);
}

.delfa-pcard-actions a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    color: #425A8B;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 12px rgba(14, 34, 77, .12);
    transition: all .2s ease;
}

.delfa-pcard-actions a svg {
    width: 17px;
    height: 17px;
}

.delfa-pcard-actions a:hover {
    background: #FD9636;
    color: #fff;
}

.delfa-pcard-body {
    padding: 18px 18px 20px;
}

.delfa-pcard-cat {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #8C9EC5;
}

.delfa-pcard-title {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.4;
    margin: 6px 0 12px;
    min-height: 42px;
    transition: color .2s ease;
    text-decoration: none;
}

.delfa-pcard:hover .delfa-pcard-title {
    color: #DD7A0C;
}

.delfa-pcard-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.delfa-pcard-feats span {
    font-size: 11px;
    font-weight: 600;
    color: #5a6675;
    background: #f3f5f9;
    padding: 3px 9px;
    border-radius: 5px;
}

.delfa-pcard-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
}

.delfa-pcard-rating svg {
    width: 15px;
    height: 15px;
}

.delfa-pcard-rating strong {
    font-size: 13px;
    color: #0E224D;
}

.delfa-pcard-rating span {
    font-size: 12px;
    color: #a8b3c7;
}

.delfa-pcard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delfa-pcard-price strong {
    font-size: 19px;
    font-weight: 800;
    color: #0E224D;
}

.delfa-pcard-price span {
    font-size: 14px;
    color: #b0bacb;
    text-decoration: line-through;
    margin-left: 6px;
}

.delfa-pcard-cart {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #f7f9fc;
    display: grid;
    place-items: center;
    box-shadow: 0 1px 4px rgba(14, 14, 14, .06);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.delfa-pcard-cart svg {
    width: 19px;
    height: 19px;
    transition: transform .2s ease, color .2s ease;
    color: #425A8B;
}

.delfa-pcard-cart:hover {
    background: #FD9636;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(253, 150, 54, .4);
}

.delfa-pcard-cart:hover svg {
    color: #fff;
    transform: scale(1.1);
}

.delfa-pcard-cart:active {
    transform: translateY(0) scale(.95);
}

.delfa-pcard-cart.is-loading {
    opacity: .6;
    pointer-events: none;
}

/* Empty */
.delfa-shop-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #8C9EC5;
}

.delfa-shop-empty p {
    font-size: 16px;
    margin-bottom: 16px;
}

.delfa-shop-empty a {
    color: #FD9636;
    font-weight: 700;
}

/* Mobile filter button — desktop-da gizlət */
.delfa-mob-filter-btn {
    display: none;
}

/* ===== MOBILE SHOP FILTER ===== */
@media (max-width: 1100px) {
    .delfa-shop-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .delfa-mob-filter-btn,
    .delfa-mob-filter-panel {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .delfa-shop-sidebar {
        display: none;
    }

    .delfa-shop-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .delfa-shop-toolbar {
        position: sticky;
        top: 0;
        z-index: 100;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin: 0 -15px 20px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 10px 12px;
        padding: 14px 16px;
    }

    .delfa-mob-filter-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 42px;
        padding: 0 18px;
        background: #fff;
        color: #0E224D;
        border: 1.5px solid #e7ecf3;
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        cursor: pointer;
        transition: background .2s ease;
        grid-column: 1;
        grid-row: 1;
    }

    .delfa-shop-count {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        align-self: center;
    }

    .delfa-shop-sort {
        grid-column: 1 / -1;
        grid-row: 2;
        border-top: 1px solid #eef1f5;
        padding-top: 10px;
    }

    .delfa-shop-sort select {
        flex: 1;
        width: 100%;
    }

    .delfa-mob-filter-btn svg {
        width: 16px;
        height: 16px;
    }

    .delfa-mob-filter-btn:hover {
        background: #fff7ed;
        border-color: #FD9636;
        color: #DD7A0C;
    }

    .delfa-mob-filter-badge {
        font-size: 11px;
        font-weight: 700;
        width: 18px;
        height: 18px;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 2px;
        background: #FD9636;
        color: #fff;
    }

    .delfa-mob-filter-panel {
        display: none;
        background: #fff;
        border-bottom: 1px solid #eef1f5;
        margin: -20px -15px 20px;
        box-shadow: 0 8px 24px rgba(14, 34, 77, .08);
        max-height: 70vh;
        overflow-y: auto;
    }

    .delfa-mob-filter-panel.is-open {
        display: block;
        animation: delfaSlideDown .25s ease;
    }

    @keyframes delfaSlideDown {
        from { opacity: 0; transform: translateY(-10px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    .delfa-mob-filter-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #eef1f5;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .delfa-mob-filter-head strong {
        font-size: 16px;
        font-weight: 800;
        color: #0E224D;
    }

    .delfa-mob-filter-close {
        width: 34px;
        height: 34px;
        border: none;
        background: #f3f5f9;
        border-radius: 5px;
        display: grid;
        place-items: center;
        cursor: pointer;
        color: #425A8B;
        transition: all .2s ease;
    }

    .delfa-mob-filter-close:hover {
        background: #FD9636;
        color: #fff;
    }

    .delfa-mob-filter-close svg {
        width: 16px;
        height: 16px;
    }

    .delfa-mob-filter-body {
        padding: 8px 0;
    }

    .delfa-mob-acc-item {
        border-bottom: 1px solid #f0f3f7;
    }

    .delfa-mob-acc-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #0E224D;
        cursor: pointer;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
    }

    .delfa-mob-acc-head svg {
        width: 18px;
        height: 18px;
        color: #8C9EC5;
        transition: transform .2s ease;
        flex-shrink: 0;
    }

    .delfa-mob-acc-item.is-open .delfa-mob-acc-head svg {
        transform: rotate(180deg);
    }

    .delfa-mob-acc-body {
        display: none;
        padding: 4px 20px 16px;
    }

    .delfa-mob-acc-item.is-open .delfa-mob-acc-body {
        display: block;
    }

    .delfa-mob-filter-foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 16px 20px;
        border-top: 1px solid #eef1f5;
        position: sticky;
        bottom: 0;
        background: #fff;
    }

    .delfa-mob-filter-apply {
        height: 48px;
        border: none;
        background: #FD9636;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        border-radius: 5px;
        cursor: pointer;
        transition: background .2s ease;
        font-family: inherit;
    }

    .delfa-mob-filter-apply:hover {
        background: #e07f1e;
    }

    .delfa-mob-filter-reset {
        height: 48px;
        border: 1.5px solid #e7ecf3;
        background: #fff;
        color: #425A8B;
        font-size: 15px;
        font-weight: 700;
        border-radius: 5px;
        cursor: pointer;
        transition: all .2s ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .delfa-mob-filter-reset:hover {
        border-color: #FD9636;
        color: #DD7A0C;
    }
}

@media (max-width: 575px) {
    .delfa-shop-products {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .delfa-pcard-body {
        padding: 14px;
    }

    .delfa-pcard-title {
        font-size: 13.5px;
    }

    .delfa-pcard-feats {
        display: none;
    }
}

/* ===== DELFA Product Details ===== */
.delfa-pd-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: start;
}

/* ===== PRODUCT GALLERY ===== */
.delfa-pd-gallery {
    position: relative;
}

.delfa-pd-main {
    position: relative;
    background: linear-gradient(150deg, #f8fafc 0%, #f0f3f7 100%);
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    transition: box-shadow .3s ease;
    cursor: default;
}

.delfa-pd-main:hover {
    box-shadow: 0 16px 40px rgba(14, 34, 77, .08);
}

.delfa-pd-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 40px;
    display: block;
    transition: transform .4s ease;
}

.delfa-pd-main:hover img {
    transform: none;
}

.delfa-pd-label {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    background: #FD9636;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 5px 13px;
    border-radius: 5px;
}

.delfa-pd-zoom-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.92);
    border: 1px solid #eef1f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    transition: all .2s;
    color: #425A8B;
    opacity: 0;
    z-index: 5;

}

.delfa-pd-main:hover .delfa-pd-zoom-btn {
    opacity: 1;
}

.delfa-pd-zoom-btn:hover {
    background: #FD9636;
    border-color: #FD9636;
    color: #fff;
}

.delfa-pd-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.delfa-pd-thumb {
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    transition: border-color .2s ease;
}

.delfa-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    display: block;
}

.delfa-pd-thumb:hover { border-color: #c3ccdb; }
.delfa-pd-thumb.active { border-color: #FD9636; }

@media (max-width: 768px) {
    .delfa-pd-thumbs {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .delfa-pd-main img {
        padding: 20px;
    }
}

/* Info */
.delfa-pd-info { padding-top: 4px; }

.delfa-pd-cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #8C9EC5;
    margin-bottom: 10px;
}

.delfa-pd-info h1 {
    font-size: 31px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.25;
    letter-spacing: -.5px;
    margin: 0 0 16px;
}

.delfa-pd-rating {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-pd-rating .stars {
    display: inline-flex;
    gap: 2px;
}

.delfa-pd-rating .stars svg { width: 16px; height: 16px; }
.delfa-pd-rating strong { font-size: 14px; color: #0E224D; }
.delfa-pd-rating .reviews { font-size: 13px; color: #8C9EC5; }

.delfa-pd-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #1ca672;
    margin-left: auto;
}

.delfa-pd-stock .dot {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #1ca672;
}

.delfa-pd-stock.is-out { color: #d33; }
.delfa-pd-stock.is-out .dot { background: #d33; }

.delfa-pd-price {
    display: flex;
    align-items: baseline;
    gap: 13px;
    padding: 22px 0;
}

.delfa-pd-price strong {
    font-size: 36px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1;
    letter-spacing: -1px;
}

.delfa-pd-price strong small {
    font-size: 20px;
    font-weight: 700;
}

.delfa-pd-price .old {
    font-size: 17px;
    color: #b0bacb;
    text-decoration: line-through;
}

.delfa-pd-price .save {
    font-size: 12px;
    font-weight: 700;
    color: #DD7A0C;
    background: #fff4e8;
    padding: 5px 12px;
    border-radius: 5px;
}

.delfa-pd-desc {
    font-size: 15px;
    color: #5a6675;
    line-height: 1.75;
    margin: 0 0 24px;
    padding-top: 22px;
    border-top: 1px solid #eef1f5;
}

.delfa-pd-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.delfa-pd-highlights li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E224D;
}

.delfa-pd-highlights li svg { width: 18px; height: 18px; flex: none; }

/* Finish */
.delfa-pd-finish { margin-bottom: 28px; }

.delfa-pd-opt-label {
    font-size: 12px;
    font-weight: 700;
    color: #8C9EC5;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin: 0 0 12px;
}

.delfa-pd-opt-label span { color: #0E224D; }

.delfa-pd-finish ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.delfa-pd-finish li {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    cursor: pointer;
    background: var(--sw);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1.5px #e3e8ef;
    transition: all .2s ease;
}

.delfa-pd-finish li:hover { transform: scale(1.08); }
.delfa-pd-finish li.active { box-shadow: 0 0 0 2px #FD9636; }

/* Buy */
.delfa-pd-buy {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 14px;
}

.delfa-pd-qty {
    display: flex;
    align-items: center;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    overflow: hidden;
    flex: none;
}

.delfa-pd-qty button {
    width: 46px;
    height: 54px;
    border: none;
    background: #fff;
    font-size: 20px;
    color: #425A8B;
    cursor: pointer;
    transition: background .2s ease;
}

.delfa-pd-qty button:hover { background: #f7f9fc; }

.delfa-pd-qty input {
    width: 46px;
    height: 54px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
    outline: none;
    background: transparent;
}

.delfa-pd-cart {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FD9636;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 54px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background .2s ease;
}

.delfa-pd-cart svg { width: 20px; height: 20px; }
.delfa-pd-cart:hover { background: #e07f1e; color: #fff; }
.delfa-pd-cart.is-disabled { opacity: .5; pointer-events: none; }

.delfa-pd-buynow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color: #0E224D;
    font-weight: 700;
    font-size: 15px;
    height: 54px;
    border: 1.5px solid #d7dde6;
    border-radius: 5px;
    margin-bottom: 24px;
    transition: all .2s ease;
    text-decoration: none;
}

.delfa-pd-buynow:hover {
    border-color: #0E224D;
    color: #0E224D;
    background: #fafbfd;
}

.delfa-pd-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 24px;
}

.delfa-pd-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #425A8B;
    transition: color .2s ease;
}

.delfa-pd-actions a svg { width: 18px; height: 18px; }
.delfa-pd-actions a:hover { color: #FD9636; }
.delfa-pd-meta { font-size: 13px; color: #a8b3c7; }

/* Trust */
.delfa-pd-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.delfa-pd-trust div {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 14px 16px;
}

.delfa-pd-trust svg { width: 22px; height: 22px; flex: none; }

.delfa-pd-trust span {
    font-size: 12px;
    font-weight: 600;
    color: #425A8B;
    line-height: 1.35;
}

/* Tabs */
.delfa-pd-tabs-wrap { margin-top: 24px; }

.delfa-pd-tabcard {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 30px 40px 42px;
}

.delfa-pd-tabnav {
    display: flex;
    gap: 12px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.delfa-pd-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 30px;
    font-size: 15.5px;
    font-weight: 700;
    color: #6b7891;
    background: #f3f5f9;
    border: 1.5px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
    font-family: inherit;
}

.delfa-pd-tab em {
    font-style: normal;
    font-size: 12px;
    background: #e1e6ee;
    color: #6b7891;
    padding: 2px 9px;
    border-radius: 5px;
    transition: all .2s ease;
}

.delfa-pd-tab:hover { background: #e9edf3; color: #0E224D; }
.delfa-pd-tab.active { background: #0E224D; color: #fff; }

.delfa-pd-tab.active em {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.delfa-pd-pane { display: none; }
.delfa-pd-pane.active { display: block; }

.delfa-pd-pane h3 {
    font-size: 21px;
    font-weight: 800;
    color: #0E224D;
    margin: 30px 0 14px;
}

.delfa-pd-pane h3:first-child { margin-top: 0; }

.delfa-pd-pane p {
    font-size: 15.5px;
    color: #5a6675;
    line-height: 1.85;
    margin-bottom: 16px;
    max-width: 760px;
}

/* Spec table */
.delfa-pd-spectable {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eef1f5;
}

.delfa-pd-spectable td {
    padding: 15px 20px;
    font-size: 14.5px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-pd-spectable tr:last-child td { border-bottom: none; }
.delfa-pd-spectable tr:nth-child(even) { background: #f9fafc; }

.delfa-pd-spectable td:first-child {
    font-weight: 600;
    color: #0E224D;
    width: 38%;
}

.delfa-pd-spectable td:last-child { color: #5a6675; }

/* Reviews */
.delfa-pd-rev-summary {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 30px 34px;
    margin-bottom: 30px;
}

.delfa-pd-rev-score { text-align: center; }

.delfa-pd-rev-score strong {
    display: block;
    font-size: 50px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1;
}

.delfa-pd-rev-score .stars {
    display: inline-flex;
    gap: 2px;
    margin: 10px 0;
}

.delfa-pd-rev-score .stars svg { width: 17px; height: 17px; }

.delfa-pd-rev-score .count {
    display: block;
    font-size: 13px;
    color: #8C9EC5;
}

.delfa-pd-rev-bars {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.delfa-pd-rev-bars .bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delfa-pd-rev-bars .bar span {
    font-size: 13px;
    color: #5a6675;
    width: 28px;
}

.delfa-pd-rev-bars .track {
    flex: 1;
    height: 8px;
    background: #e7ecf3;
    border-radius: 5px;
    overflow: hidden;
}

.delfa-pd-rev-bars .track i {
    display: block;
    height: 100%;
    background: #FD9636;
    border-radius: 5px;
}

.delfa-pd-rev-bars .bar em {
    font-style: normal;
    font-size: 13px;
    color: #8C9EC5;
    width: 30px;
    text-align: right;
}

.delfa-pd-rev-item {
    padding: 22px 0;
    border-bottom: 1px solid #eef1f5;
}

.delfa-pd-rev-item:last-child { border-bottom: none; padding-bottom: 0; }

.delfa-pd-rev-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.delfa-pd-rev-head .who {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delfa-pd-rev-head .av {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #0E224D;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 16px;
}

.delfa-pd-rev-head .who strong { display: block; font-size: 14.5px; color: #0E224D; }
.delfa-pd-rev-head .stars-sm { font-size: 13px; color: #FD9636; letter-spacing: 1px; }
.delfa-pd-rev-head .date { font-size: 13px; color: #a8b3c7; }

.delfa-pd-rev-item p {
    font-size: 14.5px;
    color: #5a6675;
    line-height: 1.7;
    margin: 0;
}

.delfa-pd-rev-empty { color: #888; padding: 20px 0; }

.delfa-pd-related-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.member-badge {
    display: inline-block;
    background: #1ca672;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .delfa-pd-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .delfa-pd-info h1 { font-size: 25px; }

    .delfa-pd-rev-summary {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .delfa-pd-highlights { grid-template-columns: 1fr; }
    .delfa-pd-buy { flex-wrap: wrap; }
    .delfa-pd-trust { grid-template-columns: 1fr; }
    .delfa-pd-tabcard { padding: 24px 20px 30px; }
    .delfa-pd-tabnav { gap: 8px; }
    .delfa-pd-tab { padding: 12px 18px; font-size: 14px; }
}


/* ===== DELFA Cart ===== */
.delfa-cart-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 30px;
}

.delfa-cart-head h1 {
    font-size: 30px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -.5px;
    margin: 0;
}

.delfa-cart-count {
    font-size: 14px;
    font-weight: 600;
    color: #8C9EC5;
}

.delfa-cart-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 30px;
    align-items: start;
}

/* List */
.delfa-cart-list {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    overflow: hidden;
}

.delfa-cart-list-head {
    display: grid;
    grid-template-columns: 2.4fr 1fr 1.2fr 1fr 40px;
    gap: 16px;
    padding: 16px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #edf0f5;
}

.delfa-cart-list-head span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #8C9EC5;
}

.delfa-cart-item {
    display: grid;
    grid-template-columns: 2.4fr 1fr 1.2fr 1fr 40px;
    gap: 16px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f3f7;
}

.delfa-cart-item:last-child {
    border-bottom: none;
}

.delfa-ci-product {
    display: flex;
    align-items: center;
    gap: 16px;
}

.delfa-ci-img {
    width: 78px;
    height: 78px;
    border-radius: 5px;
    background: linear-gradient(145deg, #f6f8fc, #eef1f6);
    display: grid;
    place-items: center;
    flex: none;
    overflow: hidden;
}

.delfa-ci-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.delfa-ci-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.4;
    transition: color .2s ease;
}

.delfa-ci-name:hover {
    color: #DD7A0C;
}

.delfa-ci-meta {
    font-size: 13px;
    color: #8C9EC5;
}

.delfa-ci-price {
    font-size: 15px;
    font-weight: 600;
    color: #425A8B;
}

.delfa-ci-sub {
    font-size: 16px;
    font-weight: 800;
    color: #0E224D;
}

.delfa-ci-old {
    display: block;
    font-size: 13px;
    color: #8a95a5;
    text-decoration: line-through;
    margin-top: 2px;
}

.delfa-co-old,
.delfa-success-old {
    display: block;
    font-size: 12px;
    color: #8a95a5;
    text-decoration: line-through;
    margin-top: 2px;
}

/* Qty */
.delfa-cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    overflow: hidden;
}

.delfa-cart-qty button {
    width: 36px;
    height: 42px;
    border: none;
    background: #fff;
    font-size: 18px;
    color: #425A8B;
    cursor: pointer;
    transition: background .2s ease;
}

.delfa-cart-qty button:hover {
    background: #f7f9fc;
}

.delfa-cart-qty input {
    width: 40px;
    height: 42px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    outline: none;
    background: transparent;
}

/* Remove */
.delfa-ci-remove button {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #b0bacb;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s ease;
}

.delfa-ci-remove svg {
    width: 18px;
    height: 18px;
}

.delfa-ci-remove button:hover {
    background: #fff1f1;
    color: #e5484d;
}

/* Actions */
.delfa-cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 30px;
    flex-wrap: wrap;
    gap: 12px;
}

.delfa-cart-continue {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14.5px;
    font-weight: 700;
    color: #0E224D;
    transition: color .2s ease;
}

.delfa-cart-continue svg {
    width: 18px;
    height: 18px;
}

.delfa-cart-continue:hover {
    color: #FD9636;
}

.delfa-cart-clear {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #8C9EC5;
    cursor: pointer;
    transition: color .2s ease;
}

.delfa-cart-clear:hover {
    color: #e5484d;
}

/* Tools */
.delfa-cart-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.delfa-cart-tool {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 24px;
}

.delfa-cart-tool h5 {
    font-size: 16px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 5px;
}

.delfa-cart-tool p {
    font-size: 13px;
    color: #8C9EC5;
    margin: 0 0 16px;
}

.delfa-coupon,
.delfa-ship {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.delfa-coupon input,
.delfa-ship input,
.delfa-ship select {
    flex: 1;
    min-width: 120px;
    height: 46px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    color: #0E224D;
    outline: none;
    transition: border-color .2s ease;
}

.delfa-coupon input:focus,
.delfa-ship input:focus,
.delfa-ship select:focus {
    border-color: #FD9636;
}

.delfa-coupon button,
.delfa-ship button {
    height: 46px;
    padding: 0 22px;
    border: none;
    background: #0E224D;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: background .2s ease;
}

.delfa-coupon button:hover,
.delfa-ship button:hover {
    background: #1c3a6e;
}

.delfa-ship select {
    flex: 1 1 100%;
}

/* Summary */
.delfa-summary-card {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 28px 26px;
    position: sticky;
    top: 20px;
}

.delfa-summary-card h4 {
    font-size: 19px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-sum-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.delfa-sum-row span {
    font-size: 14.5px;
    color: #5a6675;
}

.delfa-sum-row strong {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
}

.delfa-sum-row strong.free {
    color: #1ca672;
}

.delfa-sum-row.discount strong {
    color: #DD7A0C;
}

.delfa-sum-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    margin-top: 6px;
    border-top: 1px solid #eef1f5;
    margin-bottom: 22px;
}

.delfa-sum-total span {
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
}

.delfa-sum-total strong {
    font-size: 24px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -.5px;
}

.delfa-sum-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    background: #FD9636;
    color: #fff;
    font-size: 15.5px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background .2s ease, transform .1s ease;
}

.delfa-sum-checkout svg {
    width: 19px;
    height: 19px;
}

.delfa-sum-checkout:hover {
    background: #e07f1e;
    color: #fff;
    transform: translateY(-1px);
}

.delfa-sum-checkout:active {
    transform: translateY(0);
}

.delfa-sum-checkout.is-loading {
    opacity: .6;
    pointer-events: none;
}

.delfa-sum-trust {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
    color: #5a6675;
    margin: 18px 0 0;
    line-height: 1.4;
}

.delfa-sum-trust svg {
    width: 18px;
    height: 18px;
    flex: none;
}

.delfa-sum-pay {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef1f5;
}

.delfa-sum-pay span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #8C9EC5;
    margin-bottom: 10px;
}

.delfa-sum-cards {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.delfa-sum-cards svg {
    width: 60px !important;
    height: 40px !important;
    display: block;
    border-radius: 4px;
}

/* Stripe / Card element */
.delfa-card-element {
    padding: 14px 16px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    background: #fff;
    transition: border-color .2s ease;
    min-height: 48px;
}

.delfa-card-element.StripeElement--focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253, 150, 54, .1);
}

.delfa-card-element.StripeElement--invalid {
    border-color: #e74c3c;
}

/* Shipping options */
.delfa-shipping-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    width: 100%;
    background: #fff;
}

.delfa-shipping-option:last-child {
    margin-bottom: 0;
}

.delfa-shipping-option input[type="radio"] {
    width: 17px;
    height: 17px;
    accent-color: #FD9636;
    flex-shrink: 0;
    margin: 0;
}

.delfa-shipping-option.selected {
    border-color: #FD9636;
    background: #fff8f2;
}

.delfa-shipping-option:hover {
    border-color: #FD9636;
}

.delfa-shipping-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 3px;
}

.delfa-shipping-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
}

.delfa-shipping-info small {
    font-size: 12.5px;
    color: #8C9EC5;
}

.delfa-shipping-price {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    white-space: nowrap;
}

/* Alerts / errors */
.delfa-co-alert {
    background: #fde8e8;
    color: #c53030;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.delfa-field-err {
    color: #c53030;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.delfa-co-paynote {
    color: #666;
    font-size: 14px;
    padding: 8px 0;
}

/* Related */
.delfa-cart-related {
    margin-top: 70px;
}

.delfa-cart-related h3 {
    font-size: 23px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 26px;
}

.delfa-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.delfa-rcard {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}



.delfa-rcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(14, 34, 77, .1);
}

.delfa-rcard-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    position: relative ;
}

.delfa-rcard-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.delfa-rcard-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FD9636;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 5px;
}

.number-item.is-empty {
    display: none !important;
}

.delfa-rcard-body {
    padding: 16px 18px 18px;
}

.delfa-rcard-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #8C9EC5;
}

.delfa-rcard-name {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.4;
    margin: 5px 0 12px;
    transition: color .2s ease;
}

.delfa-rcard-name:hover {
    color: #DD7A0C;
}

.delfa-rcard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delfa-rcard-price strong {
    font-size: 17px;
    font-weight: 800;
    color: #0E224D;
}

.delfa-rcard-price .old {
    font-size: 13px;
    color: #b0bacb;
    text-decoration: line-through;
    margin-left: 6px;
}

.delfa-rcard-cart {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff4e8;
    color: #FD9636;
    border: none;
    display: grid;
    place-items: center;
    transition: all .2s ease;
    cursor: pointer;
}

.delfa-rcard-cart svg {
    width: 18px;
    height: 18px;
}

.delfa-rcard-cart:hover {
    background: #FD9636;
    color: #fff;
}

/* Payment block label */
.delfa-co-block .delfa-field label {
    font-size: 13px;
    font-weight: 600;
    color: #5a6675;
    margin-bottom: 7px;
}

/* Responsive */
@media (max-width: 991px) {
    .delfa-cart-grid {
        grid-template-columns: 1fr;
    }

    .delfa-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delfa-cart-tools {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .delfa-cart-list-head {
        display: none;
    }

    .delfa-cart-item {
        grid-template-columns: 1fr;
        gap: 12px;
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .delfa-ci-product {
        padding-right: 44px;
    }

    .delfa-ci-price,
    .delfa-ci-qty,
    .delfa-ci-sub {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .delfa-ci-price::before,
    .delfa-ci-qty::before,
    .delfa-ci-sub::before {
        content: attr(data-label);
        font-size: 13px;
        font-weight: 600;
        color: #8C9EC5;
    }

    .delfa-ci-remove {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .delfa-ci-remove button {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 479px) {
    .delfa-related-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== CHECKOUT ===== */
.dco {
    background: #f8fafc;
    padding: 32px 0 80px;
    min-height: 100vh;
}

.dco-bc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #8C9EC5;
    margin-bottom: 24px;
}

.dco-bc a {
    color: #425A8B;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s;
}

.dco-bc a:hover { color: #FD9636; }

.dco-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

/* LEFT */
.dco-left {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(14,34,77,.04);
}

/* Tabs */
.dco-tabs {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #eef1f5;
    background: #fafbfc;
}

.dco-tab {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dco-tab-dot {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 2px solid #e7ecf3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .25s;
    position: relative;
}

.dco-tab-n {
    font-size: 12px;
    font-weight: 700;
    color: #8C9EC5;
    transition: opacity .2s;
}

.dco-check {
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    color: #fff;
}

.dco-tab.is-active .dco-tab-dot {
    background: #0E224D;
    border-color: #0E224D;
}

.dco-tab.is-active .dco-tab-n { color: #fff; }

.dco-tab.is-done .dco-tab-dot {
    background: #1ca672;
    border-color: #1ca672;
}

.dco-tab.is-done .dco-tab-n { opacity: 0; }
.dco-tab.is-done .dco-check { opacity: 1; }

.dco-tab-txt strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #8C9EC5;
    line-height: 1.2;
    transition: color .2s;
}

.dco-tab-txt small {
    font-size: 11px;
    color: #c0c8d8;
}

.dco-tab.is-active .dco-tab-txt strong,
.dco-tab.is-done .dco-tab-txt strong { color: #0E224D; }

.dco-tab-line {
    flex: 1;
    height: 1px;
    background: #e7ecf3;
    margin: 0 12px;
}

/* Panel */
.dco-panel { display: none; padding: 28px 24px; }
.dco-panel.is-active { display: block; }

.dco-ptitle {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f5;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* Fields */
.dco-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dco-field { display: flex; flex-direction: column; gap: 5px; }
.dco-field--full { grid-column: 1 / -1; }

.dco-field label {
    font-size: 12px;
    font-weight: 600;
    color: #5a6675;
}

.dco-field input,
.dco-field select {
    height: 46px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
    color: #0E224D;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.dco-field input::placeholder { color: #a8b3c7; }

.dco-field input:focus,
.dco-field select:focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.08);
}

.dco-field input.is-invalid {
    border-color: #e5484d;
    box-shadow: 0 0 0 3px rgba(229,72,61,.06);
}

/* Card elements */
.dco-card-el {
    height: 46px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 12px 14px;
    transition: border-color .18s, box-shadow .18s;
    background: #fff;
}

.dco-card-el.StripeElement--focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.08);
}

.dco-card-el.StripeElement--invalid {
    border-color: #e5484d;
}

.dco-card-err {
    color: #e5484d;
    font-size: 12px;
    min-height: 0;
    padding: 0;
}

/* Info box */
.dco-info-box {
    border: 1.5px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f8fafc;
}

.dco-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
}

.dco-info-sep { height: 1px; background: #eef1f5; }

.dco-info-val {
    flex: 1;
    font-size: 13px;
    color: #0E224D;
    font-weight: 500;
}

.dco-info-change {
    background: none;
    border: none;
    color: #FD9636;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
    flex-shrink: 0;
    transition: opacity .2s;
}

.dco-info-change:hover { opacity: .75; }

/* Shipping placeholder */
.dco-ship-placeholder {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 13px;
    color: #8C9EC5;
    background: #f8fafc;
    border-radius: 5px;
    border: 1.5px solid #eef1f5;
}

/* Pay head */
.dco-pay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.dco-pay-secure {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #1ca672;
    font-weight: 600;
}

.dco-pay-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dco-pay-icons img {
    height: 20px;
    width: auto;
    object-fit: contain;
    border-radius: 3px;
    border: 1px solid #eef1f5;
    padding: 1px 3px;
    background: #fff;
}

/* Actions */
.dco-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eef1f5;
}

.dco-link-back {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #8C9EC5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
    text-decoration: none;
    transition: color .2s;
}

.dco-link-back:hover { color: #FD9636; }

.dco-btn-next {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 28px;
    background: #0E224D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s;
}

.dco-btn-next:hover { background: #162f6b; }

.dco-btn-pay {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 32px;
    background: #FD9636;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s;
}

.dco-btn-pay:hover { background: #e07f1e; }

.dco-btn-pay.is-loading {
    opacity: .7;
    pointer-events: none;
}

/* Trust */
.dco-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eef1f5;
    flex-wrap: wrap;
}

.dco-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #8C9EC5;
    font-weight: 600;
}

/* RIGHT */
.dco-right { position: sticky; top: 24px; }

.dco-summary {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(14,34,77,.04);
}

.dco-sum-title {
    font-size: 16px;
    font-weight: 800;
    color: #0E224D;
    margin: 0 0 20px;
}

/* Items */
.dco-sum-items { margin-bottom: 0; }

.dco-sum-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.dco-sum-item:last-child { margin-bottom: 0; }

.dco-sum-img {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    background: #f8fafc;
    flex-shrink: 0;
    overflow: visible;
}

.dco-sum-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    border-radius: 5px;
}

.dco-sum-qty {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #FD9636;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border: 2px solid #fff;
}

.dco-sum-info { flex: 1; min-width: 0; }

.dco-sum-info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dco-sum-info span { font-size: 12px; color: #6b7891; }

.dco-sum-price {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    flex-shrink: 0;
}

/* Coupon */
.dco-coupon {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.dco-coupon input {
    flex: 1;
    height: 40px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 13px;
    font-family: inherit;
    background: #fff;
    color: #0E224D;
    outline: none;
    transition: border-color .18s;
}

.dco-coupon input::placeholder { color: #a8b3c7; }
.dco-coupon input:focus { border-color: #FD9636; }

.dco-coupon button {
    height: 40px;
    padding: 0 14px;
    background: #fff;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    color: #0E224D;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all .2s;
    white-space: nowrap;
}

.dco-coupon button:hover { border-color: #FD9636; color: #FD9636; }

.dco-coupon-msg {
    font-size: 12px;
    color: #1ca672;
    min-height: 16px;
    margin-bottom: 4px;
}

/* Separator */
.dco-sep { height: 1px; background: #eef1f5; margin: 16px 0; }

/* Rows */
.dco-rows { display: flex; flex-direction: column; gap: 8px; }

.dco-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #5a6675;
}

.dco-row span:last-child { font-weight: 600; color: #0E224D; }
.dco-green { color: #1ca672 !important; }

/* Total */
.dco-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dco-total > span {
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
}

.dco-total > div {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.dco-total small { font-size: 12px; color: #8C9EC5; }

.dco-total strong {
    font-size: 22px;
    font-weight: 800;
    color: #0E224D;
}

/* Secure */
.dco-sum-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    color: #8C9EC5;
    margin-top: 14px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 960px) {
    .dco-grid {
        grid-template-columns: 1fr;
    }

    .dco-right {
        position: static;
        order: -1;
    }

    .dco-tab-txt small { display: none; }

    .dco-actions {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 12px;
    }

    .dco-btn-next,
    .dco-btn-pay {
        justify-content: center;
        width: 100%;
    }

    .dco-link-back { justify-content: center; }
}


/* ===== CHECKOUT SUCCESS ===== */
.dco-success {
    background: #f8fafc;
    padding: 60px 0 80px;
    min-height: 70vh;
}

.dco-success-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.dco-success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #1ca672;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #1ca672;
}

.dco-success-head {
    text-align: center;
    margin-bottom: 40px;
}

.dco-success-tag {
    font-size: 13px;
    font-weight: 600;
    color: #1ca672;
    margin-bottom: 8px;
}

.dco-success-head h1 {
    font-size: 28px;
    font-weight: 800;
    color: #0E224D;
    margin-bottom: 10px;
}

.dco-success-sub {
    font-size: 15px;
    color: #6b7891;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

.dco-success-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: stretch;
}

.dco-success-left {
    display: contents;
}

.dco-success-right {
    display: contents;
}

.dco-success-left .dco-success-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.dco-success-left .dco-success-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.dco-success-right .dco-success-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.dco-success-right .dco-success-card:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
}

.dco-success-card {
    margin-bottom: 0 !important;
}

/* Card */
.dco-success-card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(14,34,77,.04);
}

.dco-success-card:last-child { margin-bottom: 0; }

.dco-success-card-title {
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f5;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* Items */
.dco-success-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.dco-success-item:last-child { margin-bottom: 0; }

.dco-success-item-img {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    background: #f8fafc;
    flex-shrink: 0;
    overflow: visible;
}

.dco-success-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    border-radius: 5px;
}

.dco-success-qty {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FD9636;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 17px;
    height: 17px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border: 2px solid #fff;
}

.dco-success-item-info { flex: 1; min-width: 0; }

.dco-success-item-info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dco-success-item-info span { font-size: 12px; color: #6b7891; }

.dco-success-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    flex-shrink: 0;
}

/* Sep */
.dco-success-sep { height: 1px; background: #eef1f5; margin: 14px 0; }

/* Rows */
.dco-success-rows { display: flex; flex-direction: column; gap: 8px; }

.dco-success-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #5a6675;
}

.dco-success-row span:last-child,
.dco-success-row strong { font-weight: 600; color: #0E224D; }

.dco-success-green { color: #1ca672 !important; }

/* Total */
.dco-success-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
}

.dco-success-total strong { font-size: 20px; font-weight: 800; }

/* Address */
.dco-success-addr {
    font-size: 14px;
    color: #5a6675;
    line-height: 1.8;
    margin: 0;
}

/* Steps */
.dco-success-steps { display: flex; flex-direction: column; gap: 0; }

.dco-success-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dco-success-step-dot {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #1ca672;
    border: 2px solid #1ca672;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.dco-success-step-dot--pending {
    background: #fff;
    border-color: #e7ecf3;
}

.dco-success-step-line {
    width: 2px;
    height: 20px;
    background: #e7ecf3;
    margin-left: 13px;
}

.dco-success-step div strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.3;
}

.dco-success-step div span {
    font-size: 12px;
    color: #8C9EC5;
}

/* Buttons */
.dco-success-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
    margin: 20px auto 0;
}

.dco-success-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    background: #FD9636;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
    width: 100%;
}

.dco-success-btn-primary:hover { background: #e07f1e; color: #fff; }

.dco-success-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #fff;
    color: #0E224D;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    width: 100%;
}

.dco-success-btn-secondary:hover {
    border-color: #FD9636;
    color: #FD9636;
}

/* Responsive */
@media (max-width: 768px) {
    .dco-success-grid {
        display: flex;
        flex-direction: column;
    }

    .dco-success-left,
    .dco-success-right {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .dco-success-left .dco-success-card,
    .dco-success-right .dco-success-card {
        margin-bottom: 0;
    }

    .dco-success-head h1 { font-size: 22px; }
}




/* ===== DELFA Wishlist ===== */
.delfa-wl-list {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    overflow: hidden;
}

.delfa-wl-list-head {
    display: grid;
    grid-template-columns: 2.6fr 1fr 1.2fr 1.4fr 40px;
    gap: 16px;
    padding: 16px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #edf0f5;
}

.delfa-wl-list-head span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #8C9EC5;
}

.delfa-wl-item {
    display: grid;
    grid-template-columns: 2.6fr 1fr 1.2fr 1.4fr 40px;
    gap: 16px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f3f7;
}

.delfa-wl-item:last-child {
    border-bottom: none;
}

.delfa-wl-product {
    display: flex;
    align-items: center;
    gap: 16px;
}

.delfa-wl-img {
    width: 78px;
    height: 78px;
    border-radius: 5px;
    background: linear-gradient(145deg, #f6f8fc, #eef1f6);
    display: grid;
    place-items: center;
    flex: none;
    overflow: hidden;
}

.delfa-wl-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.delfa-wl-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #8C9EC5;
}

.delfa-wl-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    line-height: 1.4;
    margin: 3px 0 4px;
    transition: color .2s ease;
}

.delfa-wl-name:hover {
    color: #DD7A0C;
}

.delfa-wl-stars {
    font-size: 13px;
    color: #FD9636;
    letter-spacing: 1px;
}

.delfa-wl-stars span {
    color: #8C9EC5;
    font-size: 12px;
}

.delfa-wl-price {
    font-size: 17px;
    font-weight: 800;
    color: #0E224D;
}

.delfa-wl-stock .in,
.delfa-wl-stock .out {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
}

.delfa-wl-stock .in { color: #1ca672; }
.delfa-wl-stock .out { color: #b0bacb; }

.delfa-wl-stock .dot {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: currentColor;
}

.delfa-wl-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    background: #FD9636;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background .2s ease;
}

.delfa-wl-cart svg {
    width: 17px;
    height: 17px;
}

.delfa-wl-cart:hover {
    background: #e07f1e;
    color: #fff;
}

.delfa-wl-cart.disabled {
    background: #f0f3f7;
    color: #b0bacb;
    pointer-events: none;
}

.delfa-wl-remove button {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #b0bacb;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s ease;
}

.delfa-wl-remove svg {
    width: 18px;
    height: 18px;
}

.delfa-wl-remove button:hover {
    background: #fff1f1;
    color: #e5484d;
}

.delfa-wl-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 0;
    flex-wrap: wrap;
    gap: 12px;
}

.delfa-wl-addall {
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 26px;
    background: #0E224D;
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 5px;
    transition: background .2s ease;
}

.delfa-wl-addall:hover {
    background: #1c3a6e;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .delfa-wl-list-head {
        display: none;
    }

    .delfa-wl-item {
        grid-template-columns: 1fr;
        gap: 14px;
        position: relative;
    }

    .delfa-wl-product {
        padding-right: 44px;
    }

    .delfa-wl-price,
    .delfa-wl-stock,
    .delfa-wl-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .delfa-wl-price::before,
    .delfa-wl-stock::before,
    .delfa-wl-action::before {
        content: attr(data-label);
        font-size: 13px;
        font-weight: 600;
        color: #8C9EC5;
    }

    .delfa-wl-cart {
        width: auto;
    }

    .delfa-wl-remove {
        position: absolute;
        top: 18px;
        right: 18px;
    }
}


/* ===== ACCOUNT ===== */
.dac {
    background: #f8fafc;
    padding: 40px 0 80px;
    min-height: 70vh;
}



.dac-wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: start;
}

/* Sidebar */
.dac-sidebar {
    position: sticky;
    top: 24px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(14,34,77,.04);
}

.dac-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid #eef1f5;
    background: #f8fafc;
}

.dac-avatar {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #0E224D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.dac-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dac-avatar span {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.dac-user-info strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.dac-user-info span {
    font-size: 11px;
    color: #8C9EC5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: block;
}

/* Nav */
.dac-nav {
    padding: 8px;
}

.dac-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 600;
    color: #425A8B;
    text-decoration: none;
    transition: all .15s;
    position: relative;
}

.dac-nav-item:hover .dac-nav-badge {
    color: #f8fafc;
    background: #0E224D;
}

.dac-nav-item.is-active {
    background: #fff7ed;
    color: #FD9636;
}

/* Sidebar notification badge */
.dac-nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: #FD9636;
    border-radius: 5px;
}
.dac-nav-badge[style*="display:none"] + .dac-nav-badge,
.dac-nav-badge:empty { display: none; }


.dac-nav-sep {
    height: 1px;
    background: #eef1f5;
    margin: 8px 0;
}

.dac-nav-logout {
    color: #e5484d;
}

.dac-nav-logout:hover {
    background: #fff5f5;
    color: #c53030;
}

/* Content */
.dac-content { min-width: 0; }

/* Welcome */
.dac-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.dac-welcome h2 {
    font-size: 22px;
    font-weight: 800;
    color: #0E224D;
    margin-bottom: 4px;
}

.dac-welcome p {
    font-size: 14px;
    color: #6b7891;
}

/* Stats */
.dac-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.dac-stat {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(14,34,77,.04);
}

.dac-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dac-stat-icon--blue { background: #eff6ff; color: #2563eb; }
.dac-stat-icon--orange { background: #fff7ed; color: #FD9636; }
.dac-stat-icon--green { background: #f0fdf4; color: #1ca672; }
.dac-stat-icon--red { background: #fff5f5; color: #e5484d; }

.dac-stat strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #0E224D;
    line-height: 1.2;
}

.dac-stat span {
    font-size: 12px;
    color: #8C9EC5;
    font-weight: 500;
}

/* Card */
.dac-card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(14,34,77,.04);
    margin-bottom: 20px;
}

.dac-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eef1f5;
}

.dac-card-head h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0E224D;
    margin: 0;
}

.dac-card-link {
    font-size: 13px;
    font-weight: 600;
    color: #FD9636;
    text-decoration: none;
}

.dac-card-link:hover { text-decoration: underline; }

/* Orders */
.dac-orders { padding: 8px; }

.dac-order-row {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto;
    align-items: center;
    gap: 16px;
    padding: 14px 12px;
    border-radius: 5px;
    transition: background .15s;
}

.dac-order-row:hover { background: #f8fafc; }

.dac-order-info strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
}

.dac-order-info span {
    font-size: 12px;
    color: #8C9EC5;
}

.dac-order-items {
    font-size: 13px;
    color: #6b7891;
}

.dac-order-total {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
}

/* Badge */
.dac-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
}

.dac-badge--delivered { background: #f0fdf4; color: #1ca672; }
.dac-badge--shipped,
.dac-badge--processing,
.dac-badge--confirmed { background: #eff6ff; color: #2563eb; }
.dac-badge--pending { background: #fffbeb; color: #d97706; }
.dac-badge--cancelled { background: #fff5f5; color: #c53030; }

/* Buttons */
.dac-btn {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    background: #FD9636;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
    border-color: #fff;
}

.dac-btn:hover {
    background: #0E224D;
    color: #fff;
}

.dac-order-actions {
    display: flex;
    gap: 8px;
}

.dac-btn-sm {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    background: #0E224D;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
    white-space: nowrap;
}

.dac-btn-sm:hover { background: #1a3a6e; color: #fff; }

.dac-btn-sm--ghost {
    background: #fff;
    color: #0E224D;
    border: 1.5px solid #e7ecf3;
}

.dac-btn-sm--ghost:hover {
    border-color: #FD9636;
    color: #FD9636;
    background: #fff;
}

/* Empty */
.dac-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    gap: 12px;
}

.dac-empty p {
    font-size: 14px;
    color: #8C9EC5;
    margin: 0;
}


/* Responsive */
@media (max-width: 768px) {
    .dac-wrap {
        grid-template-columns: 1fr;
    }

    .dac-sidebar {
        position: static;
    }

    .dac-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .dac-order-row {
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .dac-order-items,
    .dac-order-total { display: none; }
}


.dot-step.is-active .dot-step-dot {
    position: relative;
}

.dot-step.is-active .dot-step-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FD9636;
    animation: activePulse 1.5s ease-out infinite;
    z-index: -1;
}


/* Notifications */
.dac-notif-list { padding: 8px; }

.dac-notif-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 12px;
    border-radius: 5px;
    transition: background .15s;
    position: relative;
}

.dac-notif-item:hover { background: #f8fafc; }

.dac-notif-item.is-unread { background: #fffbf5; }

.dac-notif-ic {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dac-notif-ic--order { background: #f0fdf4; color: #1ca672; }
.dac-notif-ic--ship { background: #eff6ff; color: #2563eb; }
.dac-notif-ic--default { background: #fff7ed; color: #FD9636; }

.dac-notif-body { flex: 1; }

.dac-notif-body strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0E224D;
    margin-bottom: 3px;
}

.dac-notif-body p {
    font-size: 13px;
    color: #6b7891;
    margin: 0 0 4px;
    line-height: 1.5;
}

.dac-notif-time {
    font-size: 11px;
    color: #a8b3c7;
}

.dac-notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FD9636;
    flex-shrink: 0;
    margin-top: 4px;
}

/* Order items */
.dac-order-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f5;
}

.dac-order-item:last-child { border-bottom: none; }

.dac-order-item-img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    background: #f8fafc;
    flex-shrink: 0;
    overflow: hidden;
}

.dac-order-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.dac-order-item-info { flex: 1; }

.dac-order-item-info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0E224D;
}

.dac-order-item-info span {
    display: block;
    font-size: 12px;
    color: #8C9EC5;
}

.dac-order-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
    flex-shrink: 0;
}

/* Progress */
.dac-progress {
    display: flex;
    align-items: center;
}

.dac-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.dac-progress-dot {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 2px solid #e7ecf3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s;
}

.dac-progress-step.is-done .dac-progress-dot {
    background: #1ca672;
    border-color: #1ca672;
}

.dac-progress-step.is-active .dac-progress-dot {
    background: #FD9636;
    border-color: #FD9636;
}

.dac-progress-step > span {
    font-size: 11px;
    font-weight: 600;
    color: #8C9EC5;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.dac-progress-step.is-done > span,
.dac-progress-step.is-active > span { color: #0E224D; }

.dac-progress-line {
    flex: 1;
    height: 2px;
    background: #e7ecf3;
    margin-bottom: 18px;
}

.dac-progress-line.is-done { background: #1ca672; }

@media (max-width: 768px) {
    .dac-progress { overflow-x: auto; padding-bottom: 4px; }
}


/* Alert */
.dac-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.dac-alert--success {
    background: #f0fdf4;
    color: #1ca672;
    border: 1px solid #bbf7d0;
}

.dac-alert--error {
    background: #fff5f5;
    color: #e5484d;
    border: 1px solid #fecaca;
}

/* Form */
.dac-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.dac-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dac-form-field--full { grid-column: 1 / -1; }

.dac-form-field label {
    font-size: 12px;
    font-weight: 600;
    color: #5a6675;
}

.dac-form-field input,
.dac-form-field select {
    height: 46px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
    color: #0E224D;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.dac-form-field input:focus,
.dac-form-field select:focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.08);
}

.dac-form-err {
    font-size: 12px;
    color: #e5484d;
}

.dac-form-actions {
    display: flex;
    justify-content: flex-end;
}

/* Address items */
.dac-addr-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #eef1f6;
}
.dac-addr-item:last-child { border-bottom: none; }
.dac-addr-info p {
    margin: 6px 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}
.dac-addr-top {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.dac-addr-top strong { font-size: 14px; color: #0E224D; }
.dac-addr-label-tag,
.dac-addr-type-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 5px;
    background: #f1f5f9;
    color: #475569;
}
.dac-addr-default-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 5px;
    background: #fff7ed;
    color: #FD9636;
}
.dac-addr-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.dac-addr-edit {
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #425A8B;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all .15s;
}
.dac-addr-edit:hover { border-color: #FD9636; color: #FD9636; }
.dac-addr-delete {
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px 8px;
    cursor: pointer;
    color: #94a3b8;
    transition: all .15s;
}
.dac-addr-delete:hover { border-color: #ef4444; color: #ef4444; }
.dac-addr-empty {
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
    padding: 20px 0;
}
.dac-btn--sm {
    padding: 6px 14px !important;
    font-size: 12px !important;
}
.dac-btn--outline {
    background: transparent !important;
    border: 1px solid #cbd5e1 !important;
    color: #425A8B !important;
}
.dac-btn--outline:hover {
    border-color: #0E224D !important;
    color: #0E224D !important;
}

/* Preferences */
.dac-pref-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 16px;
}

.dac-pref-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0E224D;
    margin-bottom: 3px;
}

.dac-pref-item span {
    font-size: 13px;
    color: #6b7891;
}

/* Toggle */
.dac-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.dac-toggle input { opacity: 0; width: 0; height: 0; }

.dac-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #e7ecf3;
    border-radius: 5px;
    transition: .2s;
}

.dac-toggle-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 5px;
    transition: .2s;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

.dac-toggle input:checked + .dac-toggle-slider { background: #FD9636; }
.dac-toggle input:checked + .dac-toggle-slider::before { transform: translateX(20px); }

@media (max-width: 768px) {
    .dac-form-grid { grid-template-columns: 1fr; }
    .dac-welcome { flex-direction: column; gap: 12px; }
}



/* ===== DELFA Auth ===== */
.delfa-auth-wrap {
    padding: 70px 0 90px;
    background: radial-gradient(circle at 50% 0%, rgba(253, 150, 54, .05), transparent 55%), #f7f9fc;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.delfa-auth-card {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 46px 60px;
    box-shadow: 0 24px 70px rgba(14, 34, 77, .08);
}

.delfa-auth-badge {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: #fff4e8;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
}

.delfa-auth-badge svg {
    width: 28px;
    height: 28px;
}

.delfa-auth-head {
    text-align: center;
    margin-bottom: 28px;
}

.delfa-auth-head h1 {
    font-size: 25px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -.5px;
    margin: 0 0 7px;
}

.delfa-auth-head p {
    font-size: 14.5px;
    color: #8C9EC5;
    margin: 0;
}

.delfa-auth-social {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 22px;
}

.delfa-auth-soc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    background: #fff;
    font-size: 14.5px;
    font-weight: 700;
    color: #0E224D;
    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none;
}

.delfa-auth-soc:hover {
    border-color: #c3ccdb;
    background: #fafbfd;
    transform: translateY(-1px);
    color: #0E224D;
}

.delfa-auth-or {
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

.delfa-auth-or::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eef1f5;
}

.delfa-auth-or span {
    position: relative;
    background: #fff;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    color: #a8b3c7;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.delfa-auth-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.delfa-auth-fields .delfa-field input,
.delfa-auth-fields .delfa-field select {
    height: 48px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
    color: #0E224D;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.delfa-auth-fields .delfa-field input::placeholder { color: #a8b3c7; }

.delfa-auth-fields .delfa-field input:focus,
.delfa-auth-fields .delfa-field select:focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.08);
}

.delfa-auth-fields .delfa-field.full {
    grid-column: 1 / -1;
}

.delfa-auth-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.delfa-auth-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #5a6675;
    cursor: pointer;
}

.delfa-auth-check.full {
    grid-column: 1 / -1;
}

.delfa-auth-check input {
    width: 17px;
    height: 17px;
    accent-color: #FD9636;
}

.delfa-auth-check a {
    color: #FD9636;
    font-weight: 600;
}

.delfa-auth-forgot {
    font-size: 13.5px;
    font-weight: 600;
    color: #FD9636;
}

.delfa-auth-submit {
    grid-column: 1 / -1;
    width: 100%;
    height: 52px;
    border: none;
    background: #FD9636;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(253, 150, 54, .3);
    transition: background .2s ease, transform .2s ease;
    display: block;
    text-align: center;
}

.delfa-auth-submit:hover {
    background: #e07f1e;
    transform: translateY(-2px);
}

.delfa-auth-switch {
    text-align: center;
    font-size: 14px;
    color: #5a6675;
    margin: 26px 0 0;
}

.delfa-auth-switch a {
    color: #FD9636;
    font-weight: 700;
}

.delfa-auth-errors {
    background: #fdecec;
    color: #e5484d;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 13.5px;
    line-height: 1.6;
}

.delfa-auth-errors div {
    margin: 2px 0;
}

.delfa-auth-success {
    background: #e9f9ee;
    color: #2b8a4e;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 13.5px;
}

.delfa-auth-verify-text {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.delfa-pass-hints {
    list-style: none;
    padding: 8px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.delfa-pass-hints li {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 5px;
    background: #f1f5f9;
    color: #8C9EC5;
    transition: all .2s;
}

.delfa-pass-hints li.is-valid {
    background: #f0fdf4;
    color: #16a34a;
}

.delfa-pass-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.delfa-pass-wrap input {
    width: 100%;
    padding-right: 44px;
}

.delfa-pass-toggle {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #8C9EC5;
    padding: 0;
    display: flex;
    align-items: center;
    transition: color .2s;
}

.delfa-pass-toggle:hover { color: #FD9636; }

@media (max-width: 480px) {
    .delfa-auth-card {
        padding: 34px 24px;
        border-radius: 5px;
    }

    .delfa-auth-fields {
        grid-template-columns: 1fr;
    }
}



/* ===== CHAT WIDGET ===== */
.delfa-chat {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9998;
    font-family: inherit;
}

.delfa-chat-trigger {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #FD9636;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(253, 150, 54, .45);
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
}

.delfa-chat-trigger:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(253, 150, 54, .55);
}

.delfa-chat-trigger svg { width: 24px; height: 24px; }
.delfa-chat-icon-close { display: none; }
.delfa-chat.is-open .delfa-chat-icon-open { display: none; }
.delfa-chat.is-open .delfa-chat-icon-close { display: block; }

.delfa-chat-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #e5484d;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Window */
.delfa-chat-window {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 360px;
    height: 560px;
    max-height: 82vh;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 24px 64px rgba(14, 34, 77, .18);
    display: none;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #edf0f5;
}

.delfa-chat.is-open .delfa-chat-window { display: flex; }

/* Header */
.delfa-chat-header {
    background: #fff;
    border-bottom: 1px solid #eef1f5;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.delfa-chat-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delfa-chat-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #FD9636;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(253, 150, 54, .3);
}

.delfa-chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.delfa-chat-header-info strong {
    color: #0E224D;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

#delfaChatStatus {
    font-size: 12px;
    color: #8C9EC5;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.delfa-chat-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background: #22c55e;
    display: inline-block;
    flex-shrink: 0;
}

.delfa-chat-header-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Menu */
.delfa-chat-menu-wrap { position: relative; }

.delfa-chat-menu-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f5f9;
    border: none;
    cursor: pointer;
    color: #425A8B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.delfa-chat-menu-btn:hover { background: #e7ecf3; }
.delfa-chat-menu-btn svg { width: 16px; height: 16px; }

.delfa-chat-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(14, 34, 77, .12);
    min-width: 185px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    pointer-events: none;
}

.delfa-chat-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.delfa-chat-menu button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13.5px;
    font-weight: 600;
    color: #425A8B;
    font-family: inherit;
    text-align: left;
    transition: background .15s, color .15s;
}

.delfa-chat-menu button svg { width: 15px; height: 15px; flex-shrink: 0; }
.delfa-chat-menu button:hover { background: #f7f9fc; color: #0E224D; }
.delfa-chat-menu button.is-danger { color: #e5484d; }
.delfa-chat-menu button.is-danger:hover { background: #fff5f5; color: #c53030; }

/* Close btn */
.delfa-chat-close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f5f9;
    border: none;
    cursor: pointer;
    color: #425A8B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
}

.delfa-chat-close-btn:hover { background: #fee2e2; color: #e5484d; }
.delfa-chat-close-btn svg { width: 15px; height: 15px; }

/* Screens */
.delfa-chat-screen {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.delfa-chat-screen--form,
#delfaChatForm {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Messages */
.delfa-chat-messages {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f7f9fc;
}

.delfa-chat-msg {
    max-width: 80%;
    padding: 9px 13px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.55;
    word-break: break-word;
}

.delfa-chat-msg.visitor {
    background: #FD9636;
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    box-shadow: 0 2px 8px rgba(253, 150, 54, .2);
}

.delfa-chat-msg.bot,
.delfa-chat-msg.operator {
    background: #fff;
    color: #374151;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    border: 1px solid #eef1f5;
    box-shadow: 0 1px 3px rgba(14, 34, 77, .05);
}

.delfa-chat-msg time {
    display: block;
    font-size: 10px;
    opacity: .5;
    margin-top: 4px;
    text-align: right;
}

.delfa-chat-msg.bot time,
.delfa-chat-msg.operator time { text-align: left; }

/* Waiting */
.delfa-chat-waiting {
    flex-shrink: 0;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    font-size: 12px;
    color: #DD7A0C;
    font-weight: 500;
}

.delfa-chat-dots { display: flex; gap: 4px; }
.delfa-chat-dots span {
    width: 5px; height: 5px;
    border-radius: 5px;
    background: #FD9636;
    animation: delfaDot .8s infinite alternate;
}
.delfa-chat-dots span:nth-child(2) { animation-delay: .2s; }
.delfa-chat-dots span:nth-child(3) { animation-delay: .4s; }

@keyframes delfaDot {
    from { opacity: .3; transform: scale(.8); }
    to   { opacity: 1; transform: scale(1); }
}

/* Operator btn */
.delfa-chat-operator-btn {
    margin: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 14px;
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: #425A8B;
    cursor: pointer;
    transition: all .2s ease;
    font-family: inherit;
    width: calc(100% - 28px);
    flex-shrink: 0;
}

.delfa-chat-operator-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.delfa-chat-operator-btn:hover { border-color: #FD9636; color: #FD9636; background: #fff7ed; }
.delfa-chat-operator-btn.is-waiting {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #DD7A0C;
    pointer-events: none;
}

/* FAQ */
.delfa-chat-faqs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 4px 0 0;
    width: 100%;
}

.delfa-chat-faq-item {
    border: 1px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s;
}

.delfa-chat-faq-item:hover { border-color: #FD9636; }

.delfa-chat-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 12.5px;
    font-weight: 500;
    color: #374151;
    font-family: inherit;
    transition: background .15s, color .15s;
}

.delfa-chat-faq-q:hover,
.delfa-chat-faq-q.is-open { background: #fff7ed; color: #DD7A0C; }
.delfa-chat-faq-q svg { flex-shrink: 0; transition: transform .2s; opacity: .5; }
.delfa-chat-faq-q.is-open svg { transform: rotate(90deg); opacity: 1; }

.delfa-chat-faq-a {
    display: none;
    padding: 8px 12px 10px;
    font-size: 12px;
    color: #5a6675;
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
    background: #fafbfc;
}

/* Footer */
.delfa-chat-footer {
    flex-shrink: 0;
    padding: 10px 12px;
    border-top: 1px solid #eef1f5;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    background: #fff;
}

.delfa-chat-footer textarea {
    flex: 1;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 13px;
    font-family: inherit;
    resize: none;
    max-height: 90px;
    outline: none;
    transition: border-color .2s;
    background: #fafbfc;
    color: #0E224D;
    line-height: 1.5;
}

.delfa-chat-footer textarea:focus { border-color: #FD9636; background: #fff; }
.delfa-chat-footer textarea::placeholder { color: #a8b3c7; }

.delfa-chat-footer button {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background: #FD9636;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .15s;
}

.delfa-chat-footer button:hover { background: #e07f1e; transform: scale(1.06); }
.delfa-chat-footer button svg { width: 16px; height: 16px; stroke: #fff; }

/* Form */
.delfa-cf-top { text-align: center; margin-bottom: 20px; }

.delfa-cf-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.delfa-cf-top h4 { font-size: 16px; font-weight: 700; color: #0E224D; margin: 0 0 5px; }
.delfa-cf-top p { font-size: 13px; color: #8C9EC5; margin: 0; line-height: 1.5; }

.delfa-cf-fields { display: flex; flex-direction: column; gap: 10px; }
.delfa-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.delfa-cf-field { display: flex; flex-direction: column; gap: 5px; }
.delfa-cf-field label { font-size: 12px; font-weight: 600; color: #5a6675; }
.delfa-cf-field label .req { color: #FD9636; }

.delfa-cf-field input {
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 13.5px;
    font-family: inherit;
    color: #0E224D;
    background: #fafbfc;
    outline: none;
    transition: border-color .18s, background .18s;
    width: 100%;
    box-sizing: border-box;
}

.delfa-cf-field input:focus { border-color: #FD9636; background: #fff; }
.delfa-cf-field input::placeholder { color: #a8b3c7; }
.delfa-cf-err { font-size: 11px; color: #e5484d; }

.delfa-cf-btn {
    width: 100%;
    background: #FD9636;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    transition: background .2s, transform .15s;
    font-family: inherit;
}

.delfa-cf-btn:hover { background: #e07f1e; transform: translateY(-1px); }
.delfa-cf-btn:active { transform: translateY(0); }



@media (max-width: 480px) {
    .delfa-chat-window {
        width: calc(100vw - 32px);
        right: -14px;
        height: 72vh;
    }
    .delfa-chat { bottom: 16px; right: 16px; }
}





/* ===== ERROR PAGES ===== */
.delfa-error-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
}

.delfa-error-header {
    padding: 24px 40px;
    background: #fff;
    border-bottom: 1px solid #eef1f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delfa-error-header img {
    height: 80px;
    width: auto;
}

.delfa-error-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.delfa-error-footer {
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
    border-top: 1px solid #eef1f5;
    background: #fff;
}

.delfa-error-wrap {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 24px rgba(14, 34, 77, .08);
    padding: 56px 48px;
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.delfa-error-code {
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);
    letter-spacing: -4px;
    margin-bottom: 8px;
    font-family: inherit;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.delfa-error-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.delfa-error-wrap h1 {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.3;
}

.delfa-error-wrap p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 32px;
}

.delfa-error-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.delfa-error-shop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 28px;
    color: #425A8B;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
    width: auto;
    margin-top: 0;
}

.delfa-error-shop:hover {
    border-color: #FD9636;
    color: #FD9636;
}

.delfa-error-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}

.delfa-error-links span {
    color: #94a3b8;
}

.delfa-error-links a {
    color: #425A8B;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 5px;
    transition: background .15s, color .2s;
    text-decoration: none;
}

.delfa-error-links a:hover {
    background: #fff7ed;
    color: #FD9636;
}

/* Badge */
.delfa-error-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff7ed;
    color: #FD9636;
    border: 1.5px solid #fed7aa;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: .3px;
}

.delfa-error-badge--red {
    background: #fef2f2;
    color: #ef4444;
    border-color: #fecaca;
}

.delfa-error-badge--yellow {
    background: #fffbeb;
    color: #f59e0b;
    border-color: #fde68a;
}

/* 503 trust */
.delfa-error-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 5px;
    border: 1px solid #eef1f5;
    margin-top: 8px;
    text-align: left;
}

.delfa-error-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #374151;
    font-weight: 500;
}

@media (max-width: 560px) {
    .delfa-error-wrap {
        padding: 36px 24px;
    }

    .delfa-error-code {
        font-size: 72px;
    }

    .delfa-error-header {
        padding: 18px 20px;
    }

    .delfa-error-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .delfa-error-shop {
        width: 100%;
        justify-content: center;
    }
}



/* ===== DELFA Cart Dropdown Fragment ===== */
.item-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f3f7;
}

.item-cart:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.item-cart .cart-image {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    background: linear-gradient(145deg, #f6f8fc, #eef1f6);
    overflow: hidden;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-cart .cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.item-cart .cart-info {
    flex: 1;
    min-width: 0;
}

.item-cart .cart-info a {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E224D;
    line-height: 1.4;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: color .2s ease;
}

.item-cart .cart-info a:hover {
    color: #FD9636;
}

.item-cart .cart-info p {
    margin: 0;
    font-size: 13px;
    color: #FD9636;
    font-weight: 600;
}

/* Cart total */
.cart-total {
    padding-top: 14px;
}

.cart-total .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total .col-6 {
    flex: 1;
}

.cart-total .col-6.text-start {
    text-align: left;
}

.cart-total .col-6:last-child {
    text-align: right;
}

#delfaCartDropTotal {
    font-size: 17px;
    font-weight: 800;
    color: #0E224D;
}

.cart-total .mt-15 {
    margin-top: 14px;
    display: flex;
    gap: 10px;
}

.cart-total .btn-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 700;
    color: #425A8B;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    flex: 1;
}

.cart-total .btn-cart:hover {
    border-color: #FD9636;
    color: #FD9636;
}

.cart-total .btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px;
    background: #FD9636;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: background .2s ease;
    white-space: nowrap;
    flex: 1;
}

.cart-total .btn-buy:hover {
    background: #e07f1e;
    color: #fff;
}

.w-auto {
    width: auto !important;
}

.dropdown-cart .cart-total .btn-cart,
.dropdown-cart .btn-cart {
    background: #fff !important;
    border: 1.5px solid #e7ecf3 !important;
    color: #425A8B !important;
    border-radius: 5px !important;
}

.dropdown-cart .cart-total .btn-cart:hover,
.dropdown-cart .btn-cart:hover {
    border-color: #FD9636!important;
    color: #FD9636 !important;
    background: #fff7ed !important;
}

.dropdown-cart .cart-total .btn-buy,
.dropdown-cart .btn-buy {
    background: #FD9636 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.dropdown-cart .cart-total .btn-buy:hover,
.dropdown-cart .btn-buy:hover {
    background: #e07f1e !important;
    color: #fff !important;
}

/* Mobil */
@media (max-width: 575px) {
    .item-cart {
        gap: 10px;
    }

    .item-cart .cart-image {
        width: 48px;
        height: 48px;
    }

    .item-cart .cart-info a {
        font-size: 12.5px;
    }

    .item-cart .cart-info p {
        font-size: 12px;
    }

    .cart-total .btn-cart,
    .cart-total .btn-buy {
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    #delfaCartDropTotal {
        font-size: 15px;
    }
}



/* ===== DELFA Newsletter Pages ===== */
.delfa-nl-page {
    padding: 80px 0 100px;
    background: radial-gradient(circle at 50% 0%, rgba(253, 150, 54, .05), transparent 55%), #f7f9fc;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.delfa-nl-wrap {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 5px;
    padding: 52px 56px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(14, 34, 77, .07);
}

.delfa-nl-icon {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
}

.delfa-nl-icon svg {
    width: 36px;
    height: 36px;
}

.delfa-nl-icon--success {
    background: #e8f7f0;
}

.delfa-nl-icon--sad {
    background: #f3f5f9;
}

.delfa-nl-wrap h1 {
    font-size: 26px;
    font-weight: 800;
    color: #0E224D;
    letter-spacing: -.5px;
    margin: 0 0 12px;
    line-height: 1.3;
}

.delfa-nl-wrap p {
    font-size: 15px;
    color: #5a6675;
    line-height: 1.7;
    margin: 0 0 32px;
}

.delfa-nl-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #FD9636;
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(253, 150, 54, .28);
    transition: background .2s ease, transform .2s ease;
}

.delfa-nl-btn svg {
    width: 16px;
    height: 16px;
}

.delfa-nl-btn:hover {
    background: #e07f1e;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .delfa-nl-wrap {
        padding: 36px 24px;
    }

    .delfa-nl-wrap h1 {
        font-size: 22px;
    }
}


/* ===== REVIEW FORM ===== */
.delfa-rev-form-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-rev-form-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 20px;
}

.delfa-rev-alert {
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.delfa-rev-alert--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.delfa-rev-alert--error {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #fca5a5;
}

.delfa-rev-stars-wrap { margin-bottom: 18px; }

.delfa-rev-stars-wrap label,
.delfa-rev-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #5a6675;
    margin-bottom: 8px;
}

.delfa-rev-stars-wrap label .req,
.delfa-rev-field label .req { color: #FD9636; }

.delfa-rev-stars {
    display: flex;
    gap: 4px;
}

.delfa-rev-star {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform .15s;
}

.delfa-rev-star:hover { transform: scale(1.15); }

.delfa-rev-field {
    margin-bottom: 16px;
}

.delfa-rev-field input,
.delfa-rev-field textarea {
    width: 100%;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #0E224D;
    background: #fafbfc;
    outline: none;
    transition: border-color .18s;
    resize: vertical;
}

.delfa-rev-field input:focus,
.delfa-rev-field textarea:focus {
    border-color: #FD9636;
    background: #fff;
}

.delfa-rev-err {
    display: block;
    font-size: 12px;
    color: #e5484d;
    margin-top: 4px;
}

.delfa-rev-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FD9636;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .15s;
    font-family: inherit;
    margin-top: 4px;
}

.delfa-rev-submit:hover {
    background: #e07f1e;
    transform: translateY(-1px);
}

.delfa-rev-login-prompt {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 14px;
    color: #6b7891;
}

.delfa-rev-login-prompt a {
    color: #FD9636;
    font-weight: 600;
}


/* ===== STOCK NOTIFICATION ===== */
.delfa-notify-wrap {
    margin-top: 16px;
    margin-bottom: 16px;
}

.delfa-notify-text {
    font-size: 13px;
    color: #6b7891;
    margin-bottom: 10px;
}

.delfa-notify-form {
    display: flex;
    gap: 8px;
}

.delfa-notify-form input[type="email"] {
    flex: 1;
    height: 44px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .18s;
}

.delfa-notify-form input[type="email"]:focus {
    border-color: #FD9636;
}

.delfa-notify-form button {
    height: 44px;
    padding: 0 20px;
    background: #0E224D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s;
    white-space: nowrap;
}

.delfa-notify-form button:hover {
    background: #FD9636;
}


/* ===== ORDER TRACKING (dot = delfa order tracking) ===== */
.dot-inner {
    max-width: 780px;
    margin: 0 auto;
}

.dot-head {
    text-align: center;
    margin-bottom: 40px;
}

.dot-head h1 {
    font-size: 32px;
    font-weight: 800;
    color: #0E224D;
    margin-bottom: 8px;
}

.dot-head p {
    color: #6b7891;
    font-size: 15px;
}

.dot-form-box {
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 40px;
}

.dot-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.dot-form-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #5a6675;
    margin-bottom: 8px;
}

.dot-form-field input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .18s;
    box-sizing: border-box;
}

.dot-form-field input:focus {
    border-color: #FD9636;
}

.dot-btn {
    width: 100%;
    height: 52px;
    background: #FD9636;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .2s;
}

.dot-btn:hover { background: #e07f1e; }

.dot-result { margin-top: 8px; }

.dot-order-head {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 32px;
}

.dot-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #8C9EC5;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.dot-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.dot-status--delivered  { background: #f0fdf4; color: #16a34a; }
.dot-status--shipped,
.dot-status--processing,
.dot-status--confirmed  { background: #eff6ff; color: #2563eb; }
.dot-status--pending    { background: #fffbeb; color: #d97706; }
.dot-status--cancelled  { background: #fff5f5; color: #c53030; }

/* Steps */
.dot-steps {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.dot-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.dot-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #e7ecf3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.dot-step.is-done .dot-step-dot  { background: #1ca672; border-color: #1ca672; }
.dot-step.is-active .dot-step-dot { background: #FD9636; border-color: #FD9636; }

.dot-step.is-active .dot-step-dot span {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    display: block;
}

.dot-step > span {
    font-size: 11px;
    font-weight: 600;
    color: #8C9EC5;
    text-transform: uppercase;
}

.dot-step.is-done > span,
.dot-step.is-active > span { color: #0E224D; }

.dot-step-line {
    flex: 1;
    height: 2px;
    background: #e7ecf3;
    margin-bottom: 20px;
}

.dot-step-line.is-done { background: #1ca672; }

/* Cards */
.dot-card {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 24px;
}

.dot-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
    margin: 0 0 16px;
}

.dot-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.dot-link {
    color: #FD9636;
    font-weight: 600;
    text-decoration: none;
}

.dot-link:hover { text-decoration: underline; }

.dot-address {
    font-size: 14px;
    color: #5a6675;
    line-height: 1.8;
    margin: 0;
}

/* Items */
.dot-items-card {
    border: 1px solid #eef1f5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 24px;
}

.dot-items-head {
    padding: 16px 20px;
    border-bottom: 1px solid #eef1f5;
    background: #f8fafc;
}

.dot-items-head h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0E224D;
    margin: 0;
}

.dot-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #eef1f5;
    align-items: center;
}

.dot-item-info strong {
    display: block;
    font-size: 14px;
    color: #0E224D;
}

.dot-item-info span {
    font-size: 12px;
    color: #8C9EC5;
}

.dot-item-qty {
    font-size: 14px;
    color: #6b7891;
}

.dot-item-total {
    font-size: 14px;
    font-weight: 700;
    color: #0E224D;
}

.dot-items-total {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f8fafc;
    font-weight: 700;
    color: #0E224D;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .dot-form-fields    { grid-template-columns: 1fr; }
    .dot-order-head     { grid-template-columns: repeat(2, 1fr); }
    .dot-grid-4         { grid-template-columns: repeat(2, 1fr); }
    .dot-steps          { overflow-x: auto; padding-bottom: 8px; }
}


.delfa-terms-body ul {
    list-style: disc !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-terms-body ol {
    list-style: decimal !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-terms-body li {
    margin-bottom: 6px !important;
    display: list-item !important;
}

.delfa-terms-inner ul {
    list-style: disc !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-terms-inner ol {
    list-style: decimal !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-terms-inner li {
    margin-bottom: 6px !important;
    display: list-item !important;
}


/* Out of stock card */
.is-out-of-stock .delfa-pcard-media img,
.is-out-of-stock .delfa-hpcard-media img {
    opacity: 0.5;
    filter: grayscale(30%);
}

.delfa-pcard-badge--oos,
.delfa-hpcard-badge--oos {
    background: #6b7891 !important;
}

.delfa-pcard-cart.is-disabled,
.delfa-hpcard-foot .delfa-pcard-cart.is-disabled {
    background: #e7ecf3 !important;
    color: #8C9EC5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}


.delfa-rcard-badge--oos {
    background: #6b7891 !important;
}

.delfa-rcard-cart.is-disabled {
    background: #e7ecf3 !important;
    color: #8C9EC5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.is-out-of-stock .delfa-rcard-img img {
    opacity: 0.5;
    filter: grayscale(30%);
}


.delfa-pd-finish li.is-out {
    opacity: 0.4;
    position: relative;
    cursor: not-allowed;
}

.delfa-pd-finish li.is-out::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 2px;
    background: #e5484d;
    transform: rotate(-45deg);
}


.delfa-post-body ul {
    list-style: disc !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-post-body ol {
    list-style: decimal !important;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
}

.delfa-post-body li {
    margin-bottom: 6px !important;
    display: list-item !important;
}


/* ===== CHECKOUT PAYMENT ===== */
.delfa-co-blockhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.delfa-co-pay-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.delfa-co-pay-icons img {
    height: 22px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #eef1f5;
    padding: 2px 4px;
    background: #fff;
}

.delfa-co-pay-wrap {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    padding: 20px;
}

.delfa-co-pay-secure {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #1ca672;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1f5;
}

.delfa-card-element {
    background: #fff;
    border: 1.5px solid #e7ecf3;
    border-radius: 5px;
    padding: 14px 16px;
    transition: border-color .2s;
    min-height: 48px;
}

.delfa-card-element.StripeElement--focus {
    border-color: #FD9636;
    box-shadow: 0 0 0 3px rgba(253,150,54,.1);
}

.delfa-card-element.StripeElement--invalid {
    border-color: #e5484d;
}
