:root {
    /* Ana renk */
    --site-primary: #ff0e6a;

    /* Koyu tonlar */
    --site-primary-700: #d90052;
    --site-primary-800: #b30043;
    --site-primary-900: #800030;

    /* Açık tonlar */
    --site-primary-600: #ff367f;
    --site-primary-500: #ff5e95;
    --site-primary-400: #ff86aa;
    --site-primary-300: #ffafc5;
    --site-primary-200: #ffd7e2;
    --site-primary-100: #ffebf1;
    --site-primary-50: #fff5f8;

    /* Kolay kullanım isimleri */
    --site-primary-dark: #d90052;
    --site-primary-darker: #b30043;
    --site-primary-light: #ffebf1;
    --site-primary-soft: #ffd7e2;

    --site-dark: #333333;
    --site-muted: #666666;
    --site-border: #e6e6e6;
    --site-background: #ffffff;
    --site-search-background: #f5f5f5;
    --site-header-container: 1720px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: var(--site-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.header-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Üst bağlantılar */

.header-topbar {
    height: 30px;
    background-color: #ffffff;
}

.header-topbar .header-container {
    height: 100%;
}

.header-topbar .d-flex {
    height: 100%;
}

.header-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #666666;
    font-size: 11px;
    transition: color 0.2s ease;
}

.header-topbar-link:hover {
    color: var(--site-primary);
}

/* Logo, arama ve kullanıcı alanı */

.header-main {
    padding: 12px 0 17px;
    background-color: #ffffff;
}

.header-logo {
    display: inline-flex;
    align-items: baseline;
    min-width: 205px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1;
    white-space: nowrap;
}

.header-logo-main {
    color: #111111;
}

.header-logo-plus {
    margin-left: 2px;
    color: var(--site-secondary);
    font-weight: 600;
}

.header-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: var(--site-search-background);
    transition:
            border-color 0.2s ease,
            background-color 0.2s ease,
            box-shadow 0.2s ease;
}

.header-search-form:focus-within {
    border-color: var(--site-primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.08);
}

.header-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    flex: 0 0 52px;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--site-primary);
    font-size: 21px;
}

.header-search-input {
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #333333;
    font-size: 13px;
}

.header-search-input::placeholder {
    color: #777777;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 12px;
    white-space: nowrap;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.header-action:hover {
    color: var(--site-primary);
}

.header-action-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 400;
}

.header-action-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    background-color: var(--site-primary);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

/* Navigasyon */

.header-navigation {
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #d8d8d8;
    background-color: #ffffff;
}

.header-navigation-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 47px;
    flex-wrap: nowrap;
}

.header-all-categories {
    flex: 0 0 auto;
}

.header-category-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;
    width: auto;
    height: 47px;

    gap: 6px;
    padding: 0 10px;

    border: 0;
    background-color: transparent;
    color: #333333;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;

    cursor: pointer;
    transition: color 0.2s ease;
}
.header-category-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;

    flex: 1 1 auto;
    width: auto;
    min-width: 0;

    gap: 0;
    overflow: hidden;
}

.header-category-item {
    position: static;
    display: flex;
    align-items: stretch;
}
.header-category-list > .header-category-item {
    display: flex;
    align-items: stretch;

    flex: 0 0 auto;
    width: auto;
    min-width: auto;
}

.header-category-link::after {
    position: absolute;
    right: 12px;
    bottom: -1px;
    left: 12px;
    height: 2px;
    background-color: var(--site-primary);
    content: "";
    opacity: 0;
    transform: scaleX(0);
    transition:
            opacity 0.2s ease,
            transform 0.2s ease;
}

.header-category-item:hover > .header-category-link {
    color: var(--site-primary);
}

.header-category-item:hover > .header-category-link::after {
    opacity: 1;
    transform: scaleX(1);
}

.header-all-categories > .header-category-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 18px;
}

.header-all-categories > .header-category-link::after {
    right: 24px;
    left: 0;
}

.header-all-categories > .header-category-link .bi-list {
    font-size: 24px;
    font-weight: 400;
}

.header-new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #e5242a;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
}

/* Mega menü ana alanı */

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    z-index: 1001;

    width: calc(100% - 80px);
    max-width: 1600px;
    max-height: calc(100vh - 140px);

    overflow-y: auto;

    border: 1px solid #eeeeee;
    border-top: 0;
    border-radius: 0 0 10px 10px;

    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);

    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -5px);
    pointer-events: none;

    transition:
            opacity 0.18s ease,
            transform 0.18s ease,
            visibility 0.18s ease;
}

.header-category-item:hover > .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.category-mega-menu {
    padding: 18px 20px 26px;
}

.mega-menu-layout {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    min-height: 480px;
}

.mega-menu-sidebar {
    padding: 10px 8px;
    border-right: 1px solid var(--site-border);
    background-color: #ffffff;
}

.mega-menu-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 47px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    color: #333333;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition:
            color 0.2s ease,
            background-color 0.2s ease;
}

.mega-menu-sidebar-item i {
    color: var(--site-primary);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.mega-menu-sidebar-item:hover,
.mega-menu-sidebar-item.active {
    background-color: #fff4eb;
    color: var(--site-primary);
}

.mega-menu-sidebar-item:hover i,
.mega-menu-sidebar-item.active i {
    opacity: 1;
}

.mega-menu-content {
    min-width: 0;
    padding: 16px 17px 28px;
}

.mega-menu-panel {
    display: none;
}

.mega-menu-panel.active {
    display: block;
}

.mega-menu-columns {
    display: grid;
    grid-template-columns: repeat(6, minmax(130px, 1fr));
    gap: 25px 34px;
    align-items: start;
}

.mega-menu-group {
    min-width: 0;
}

.mega-menu-group-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--site-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.mega-menu-group-title:hover {
    color: var(--site-primary-dark);
}

.mega-menu-group-title i {
    font-size: 11px;
}

.mega-menu-group-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.mega-menu-group-links > a {
    color: #333333;
    font-size: 12px;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.mega-menu-group-links > a:hover {
    color: var(--site-primary);
}



/* İlk 5 kategoriden sonrakileri gizle */
.mega-menu-subcategory-hidden {
    display: none !important;
}

/* Açıldığında gizli kategorileri göster */
.mega-menu-group-links.is-expanded .mega-menu-subcategory-hidden {
    display: block !important;
}

/* Daha fazla göster butonu */
.mega-menu-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 28px;
    margin-top: 5px;
    padding: 5px 10px;

    border: 1px solid var(--site-primary-soft);
    border-radius: 6px;

    background-color: var(--site-primary-50);
    color: var(--site-primary);

    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
    white-space: nowrap;

    transition:
            background-color 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
}

.mega-menu-more:hover {
    border-color: var(--site-primary);
    background-color: var(--site-primary-light);
    color: var(--site-primary-dark);
}

.mega-menu-more:active {
    transform: scale(0.97);
}

.mega-menu-more:focus {
    outline: none;
}

.mega-menu-more:focus-visible {
    outline: 2px solid var(--site-primary);
    outline-offset: 2px;
}

.mega-menu-more i {
    font-size: 10px;
    line-height: 1;
    transition: transform 0.2s ease;
}

/* Açıldığında oku yukarı çevir */
.mega-menu-group-links.is-expanded .mega-menu-more i {
    transform: rotate(180deg);
}


.mega-menu-empty {
    padding: 30px;
    color: #777777;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| Sadece masaüstü
|--------------------------------------------------------------------------
|
| Bootstrap d-none d-lg-block zaten 992px altında gizler.
| Burada ayrıca güvenlik amacıyla tamamen kaldırıyoruz.
|
*/

@media (max-width: 1199.98px) {
    .header-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .header-logo {
        min-width: auto;
        font-size: 25px;
    }

    .header-actions {
        gap: 13px;
    }

    .header-action {
        gap: 5px;
        font-size: 11px;
    }

    .header-category-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 10px;
    }

    .mega-menu-columns {
        grid-template-columns: repeat(4, minmax(130px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .desktop-header {
        display: none !important;
    }
}




/* =====================================================
   MOBİL ALT MENÜ
===================================================== */

.mobile-bottom-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;

    height: 74px;
    padding: 6px 4px max(6px, env(safe-area-inset-bottom));

    border-top: 1px solid #eeeeee;
    border-radius: 0 0 20px 20px;

    background-color: #ffffff;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
}

.mobile-menu-item {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4px;
    min-width: 0;
    padding: 3px 2px;

    border: 0;
    background-color: transparent;
    color: #222222;

    text-align: center;
    cursor: pointer;

    transition:
            color 0.2s ease,
            transform 0.2s ease;
}

.mobile-menu-item:hover,
.mobile-menu-item:focus {
    color: var(--site-primary);
}

.mobile-menu-item:active {
    transform: scale(0.96);
}

.mobile-menu-item.active {
    color: var(--site-primary);
}

.mobile-menu-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    font-size: 23px;
    line-height: 1;
}

.mobile-menu-title {
    display: block;

    max-width: 100%;

    overflow: hidden;
    color: inherit;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-menu-item.active .mobile-menu-title {
    font-weight: 500;
}

.mobile-cart-badge {
    position: absolute;
    top: -6px;
    right: -9px;

    display: none;
    align-items: center;
    justify-content: center;

    min-width: 17px;
    height: 17px;
    padding: 0 4px;

    border: 2px solid #ffffff;
    border-radius: 20px;

    background-color: var(--site-primary);
    color: #ffffff;

    font-size: 9px;
    font-weight: 700;
}

/* Sepet adedi 0 değilse JS ile gösterilebilir */
.mobile-cart-badge.has-item {
    display: flex;
}

/* Sayfa içeriği alt menünün arkasında kalmasın */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 82px;
    }
}

/* =====================================================
   TAM EKRAN MOBİL KATEGORİ MENÜSÜ
===================================================== */

.mobile-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 4000;

    display: flex;
    flex-direction: column;

    background-color: #f7f7f7;

    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);

    pointer-events: none;

    transition:
            opacity 0.25s ease,
            transform 0.3s ease,
            visibility 0.3s ease;
}

.mobile-category-overlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-category-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 72px;
    padding: max(14px, env(safe-area-inset-top)) 18px 14px;

    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.mobile-category-header-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mobile-category-header-title strong {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
}

.mobile-category-header-title span {
    color: #777777;
    font-size: 12px;
}

.mobile-category-close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background-color: var(--site-primary-50);
    color: var(--site-primary);

    font-size: 20px;
}

.mobile-category-search {
    position: relative;

    display: flex;
    align-items: center;

    margin: 14px 16px 8px;

    border: 1px solid #eeeeee;
    border-radius: 12px;

    background-color: #ffffff;
}

.mobile-category-search > i {
    margin-left: 15px;
    color: var(--site-primary);
    font-size: 18px;
}

.mobile-category-search input {
    width: 100%;
    height: 46px;
    padding: 0 15px 0 11px;

    border: 0;
    outline: none;

    background-color: transparent;
    color: #333333;

    font-size: 13px;
}

.mobile-category-body {
    position: relative;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.mobile-category-main-view,
.mobile-category-detail-view {
    display: none;
    padding: 10px 16px 28px;
}

.mobile-category-main-view.active,
.mobile-category-detail-view.active {
    display: block;
}

.mobile-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mobile-category-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 0;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    background-color: #ffffff;
    color: #333333;

    text-align: left;
    cursor: pointer;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.mobile-category-card-image {
    position: relative;
    display: block;

    width: 100%;
    aspect-ratio: 1.6 / 1;

    overflow: hidden;
    background-color: var(--site-primary-50);
}

.mobile-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-category-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: var(--site-primary);
    font-size: 30px;
}

.mobile-category-card-name {
    display: flex;
    align-items: center;

    min-height: 44px;
    padding: 10px 12px;

    font-size: 13px;
    font-weight: 600;
}

.mobile-category-card:active {
    transform: scale(0.98);
}

.mobile-category-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;
    padding: 8px 0;

    border: 0;
    background-color: transparent;
    color: var(--site-primary);

    font-size: 13px;
    font-weight: 600;
}

.mobile-category-detail-panel {
    display: none;
}

.mobile-category-detail-panel.active {
    display: block;
}

.mobile-category-detail-hero {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 14px;
    padding: 12px;

    border-radius: 14px;

    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.mobile-category-detail-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    flex: 0 0 64px;

    overflow: hidden;
    border-radius: 12px;

    background-color: var(--site-primary-50);
    color: var(--site-primary);
    font-size: 25px;
}

.mobile-category-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-category-detail-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-category-detail-title strong {
    color: #222222;
    font-size: 17px;
}

.mobile-category-detail-title span {
    color: #777777;
    font-size: 12px;
}

.mobile-subcategory-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-subcategory-group {
    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 12px;

    background-color: #ffffff;
}

.mobile-subcategory-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 48px;
    padding: 11px 14px;

    color: #222222;

    font-size: 14px;
    font-weight: 700;
}

.mobile-subcategory-title i {
    color: var(--site-primary);
    font-size: 12px;
}

.mobile-subcategory-children {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;

    padding: 0 12px 12px;
}

.mobile-subcategory-children a {
    display: block;

    min-width: 0;
    padding: 8px 8px;

    border-radius: 7px;

    color: #555555;
    font-size: 12px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-subcategory-children a:hover {
    background-color: var(--site-primary-50);
    color: var(--site-primary);
}

.mobile-category-empty {
    padding: 30px 15px;
    color: #777777;
    text-align: center;
}

body.mobile-category-opened {
    overflow: hidden;
}
/* =====================================================
   MOBİL / TABLET GÖRÜNÜRLÜK KESİN DÜZELTME
   991px ve altında mobil menü görünür.
   992px ve üzerinde yalnızca desktop header görünür.
===================================================== */

.mobile-bottom-menu,
.mobile-category-overlay {
    display: none;
}

@media (min-width: 992px) {
    .desktop-header {
        display: block !important;
    }

    .mobile-bottom-menu,
    .mobile-category-overlay {
        display: none !important;
    }

    body {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .desktop-header {
        display: none !important;
    }

    .mobile-bottom-menu {
        display: grid !important;
    }

    .mobile-category-overlay {
        display: flex !important;
    }

    body {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }
}

/* Alt menü görünümü */
.mobile-bottom-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;

    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;

    min-height: 72px;
    padding: 7px 4px max(7px, env(safe-area-inset-bottom));

    border-top: 1px solid #e9e9e9;
    border-radius: 20px 20px 0 0;

    background: #ffffff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.10);
}

.mobile-menu-item {
    appearance: none;
    -webkit-appearance: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4px;
    min-width: 0;
    margin: 0;
    padding: 3px 2px;

    border: 0;
    outline: 0;
    background: transparent;
    color: #222222;

    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.mobile-menu-item.active {
    color: var(--site-primary);
}

.mobile-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    font-size: 23px;
    line-height: 1;
}

.mobile-menu-title {
    display: block;
    width: 100%;

    overflow: hidden;
    color: inherit;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Tam ekran kategori paneli */
.mobile-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 6000;

    flex-direction: column;

    background: #f7f7f7;

    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;

    transition:
            opacity 0.25s ease,
            transform 0.30s ease,
            visibility 0.30s ease;
}

.mobile-category-overlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* =====================================================
   MOBİL / TABLET KATEGORİ TASARIMI
   991px ve altında çalışır
===================================================== */

.mobile-bottom-menu,
.mobile-category-overlay {
    display: none;
}

@media (min-width: 992px) {
    .mobile-bottom-menu,
    .mobile-category-overlay {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop-header {
        display: none !important;
    }

    body {
        padding-bottom: 78px;
    }

    .mobile-bottom-menu {
        display: grid !important;
    }

    .mobile-category-overlay {
        display: flex !important;
    }
}

/* alt menü */
.mobile-bottom-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;

    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;

    min-height: 72px;
    padding: 7px 4px max(7px, env(safe-area-inset-bottom));

    border-top: 1px solid #e9e9e9;
    border-radius: 20px 20px 0 0;

    background: #ffffff;
    box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.08);
}

.mobile-menu-item {
    appearance: none;
    -webkit-appearance: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4px;
    min-width: 0;
    margin: 0;
    padding: 3px 2px;

    border: 0;
    background: transparent;
    color: #222222;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.mobile-menu-item.active {
    color: var(--site-primary);
}

.mobile-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;
    font-size: 23px;
    line-height: 1;
}

.mobile-menu-title {
    display: block;
    width: 100%;

    overflow: hidden;
    color: inherit;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* overlay */
.mobile-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 6000;

    flex-direction: column;

    background: #f7f7f7;

    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;

    transition:
            opacity 0.25s ease,
            transform 0.30s ease,
            visibility 0.30s ease;
}

.mobile-category-overlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-category-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 56px;
    padding: 0 14px;

    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.mobile-category-brand {
    display: flex;
    align-items: center;
}

.mobile-category-brand-main {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.mobile-category-close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;
    padding: 0;

    border: 0;
    background: transparent;
    color: #333333;
    font-size: 23px;
    cursor: pointer;
}

.mobile-category-main-tabs {
    display: flex;
    align-items: stretch;
    gap: 0;

    overflow-x: auto;
    overflow-y: hidden;

    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;

    scrollbar-width: none;
}

.mobile-category-main-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-main-tab {
    position: relative;
    flex: 0 0 auto;

    min-height: 44px;
    padding: 0 16px;

    border: 0;
    background: transparent;
    color: #333333;

    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.mobile-main-tab.active {
    color: var(--site-primary);
}

.mobile-main-tab.active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;
    background: var(--site-primary);
    border-radius: 10px;
}

.mobile-category-content {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.mobile-main-panel {
    display: none;
    height: 100%;
}

.mobile-main-panel.active {
    display: block;
    height: 100%;
}

.mobile-main-layout {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    height: calc(100vh - 56px - 45px - 78px);
    min-height: 420px;
}

.mobile-subcategory-sidebar {
    overflow-y: auto;
    border-right: 1px solid #ececec;
    background: #f2f2f2;
}

.mobile-subcategory-tab {
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 10px 12px;

    border: 0;
    border-bottom: 1px solid #ececec;
    background: transparent;
    color: #444444;

    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer;
}

.mobile-subcategory-tab.active {
    background: #ffffff;
    color: var(--site-primary);
    font-weight: 700;
}

.mobile-thirdlevel-area {
    overflow-y: auto;
    background: #ffffff;
    padding: 14px 12px 24px;
}

.mobile-thirdlevel-panel {
    display: none;
}

.mobile-thirdlevel-panel.active {
    display: block;
}

.mobile-thirdlevel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
}

.mobile-thirdlevel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    color: #333333;
    text-align: center;
    text-decoration: none;
}

.mobile-thirdlevel-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 72px;
    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fafafa;
}

.mobile-thirdlevel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-thirdlevel-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    color: #d9d9d9;
    font-size: 24px;
}

.mobile-thirdlevel-title {
    display: -webkit-box;
    overflow: hidden;

    max-width: 100%;
    color: #333333;

    font-size: 12px;
    line-height: 1.25;
    text-align: center;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-thirdlevel-empty {
    padding: 30px 10px;
    color: #777777;
    font-size: 13px;
}

body.mobile-category-opened {
    overflow: hidden;
}

@media (max-width: 420px) {
    .mobile-main-layout {
        grid-template-columns: 98px minmax(0, 1fr);
    }

    .mobile-thirdlevel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 10px;
    }

    .mobile-thirdlevel-image {
        width: 58px;
        height: 70px;
    }

    .mobile-main-tab {
        font-size: 12px;
        padding: 0 14px;
    }
}

.mobile-search-header {
    display: none;
}

@media (max-width: 991px) {
    .mobile-search-header {
        position: sticky;
        top: 0;
        z-index: 2500;

        display: block;
        padding: 10px 12px;

        border-bottom: 1px solid #eeeeee;
        background-color: #ffffff;
    }
}

.mobile-search-form {
    display: flex;
    align-items: center;

    width: 100%;
    height: 44px;

    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 10px;

    background-color: #f5f5f5;
}

.mobile-search-form:focus-within {
    border-color: var(--site-primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 14, 106, 0.10);
}

.mobile-search-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 100%;
    flex: 0 0 46px;

    padding: 0;
    border: 0;
    background: transparent;

    color: var(--site-primary);
    font-size: 19px;
}

.mobile-search-input {
    width: 100%;
    height: 100%;

    padding: 0 14px 0 0;

    border: 0;
    outline: none;
    background: transparent;

    color: #333333;
    font-size: 13px;
}

.mobile-search-input::placeholder {
    color: #777777;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
    position: relative;
    margin-top: 70px;
    background-color: #171717;
    color: #ffffff;
}

.footer-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}

.site-footer-main {
    padding: 58px 0 46px;
}

.footer-brand-area {
    max-width: 390px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

.footer-logo:hover {
    color: var(--site-primary);
}

.footer-description {
    max-width: 375px;
    margin: 0;
    color: #bdbdbd;
    font-size: 13px;
    line-height: 1.8;
}

.footer-social-area {
    margin-top: 25px;
}

.footer-social-title,
.footer-payment-title {
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.footer-social-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.04);
    color: #ffffff;

    font-size: 17px;

    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease,
            transform 0.2s ease;
}

.footer-social-link:hover {
    border-color: var(--site-primary);
    background-color: var(--site-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Footer kolonları */

.footer-column-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin: 0 0 17px;
    padding: 0;

    border: 0;
    background-color: transparent;
    color: #ffffff;

    text-align: left;
    font-size: 15px;
    font-weight: 700;

    cursor: default;
}

.footer-column-toggle i {
    display: none;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.footer-column-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer-column-content a {
    position: relative;
    display: inline-block;

    color: #bdbdbd;
    font-size: 13px;
    line-height: 1.4;

    transition:
            color 0.2s ease,
            transform 0.2s ease;
}

.footer-column-content a:hover {
    color: var(--site-primary);
    transform: translateX(3px);
}

/* Ödeme alanı */

.footer-payment-area {
    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;

    background-color: rgba(255, 255, 255, 0.04);
}

.footer-payment-description {
    margin: 0 0 16px;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 1.6;
}

.footer-payment-image-wrapper {
    display: flex;
    align-items: center;

    min-height: 50px;
    padding: 10px 12px;

    border-radius: 9px;
    background-color: #ffffff;
}

.footer-payment-image {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    object-fit: contain;
}

.footer-security-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.footer-security-item {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #c8c8c8;
    font-size: 12px;
}

.footer-security-item i {
    flex: 0 0 auto;
    color: var(--site-primary);
    font-size: 16px;
}

/* Alt alan */

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #111111;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 62px;
    gap: 20px;
}

.footer-copyright {
    color: #909090;
    font-size: 12px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-links a {
    color: #909090;
    font-size: 12px;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--site-primary);
}

/* =====================================================
   FOOTER MOBİL
===================================================== */

@media (max-width: 991px) {
    .site-footer {
        margin-top: 45px;
        margin-bottom: 0;
    }

    .site-footer-main {
        padding: 38px 0 28px;
    }

    .footer-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .footer-brand-area {
        max-width: none;
    }

    .footer-logo {
        margin-bottom: 14px;
        font-size: 27px;
    }

    .footer-description {
        max-width: none;
        font-size: 12px;
        line-height: 1.7;
    }

    .footer-social-area {
        margin-top: 20px;
    }

    .footer-column {
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .footer-column-toggle {
        min-height: 48px;
        margin: 0;
        cursor: pointer;
    }

    .footer-column-toggle i {
        display: inline-block;
    }

    .footer-column.is-open .footer-column-toggle i {
        transform: rotate(180deg);
    }

    .footer-column-content {
        display: none;
        gap: 0;
        padding: 0 0 14px;
    }

    .footer-column.is-open .footer-column-content {
        display: flex;
    }

    .footer-column-content a {
        width: 100%;
        padding: 8px 0;
        font-size: 12px;
    }

    .footer-payment-area {
        margin-top: 5px;
        padding: 17px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding: 18px 0 calc(18px + env(safe-area-inset-bottom));
        text-align: center;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 18px;
    }

    /*
     * Sabit mobil menü 72px olduğu için footer'ın alt kısmı
     * menünün arkasında kalmasın.
     */
    .site-footer-bottom {
        padding-bottom: 72px;
    }
}

@media (max-width: 575px) {
    .site-footer-main {
        padding-top: 32px;
    }

    .footer-social-link {
        width: 37px;
        height: 37px;
    }

    .footer-payment-image {
        max-width: 230px;
    }
}

/* =====================================================
   ANA SAYFA YUVARLAK ÜRÜN SLIDER
===================================================== */

.homepage-circle-slider-section {
    position: relative;
    padding: 30px 0 34px;
    overflow: hidden;
    background-color: #ffffff;
}

.homepage-slider-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding-right: 54px;
    padding-left: 54px;
}

.homepage-circle-slider {
    position: relative;
}

.homepage-circle-slider .splide__track {
    overflow: hidden;
}

.homepage-circle-slider .splide__list {
    align-items: center;
}

.homepage-circle-slider .splide__slide {
    width: auto;
}

/* =====================================================
   ANA SAYFA YUVARLAK ÜRÜN SLIDER
===================================================== */

.homepage-circle-slider-section {
    position: relative;
    padding: 24px 0 30px;
    overflow: hidden;
    background-color: #ffffff;
}

.homepage-slider-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding-right: 48px;
    padding-left: 48px;
}

.homepage-circle-slider {
    position: relative;
    min-height: 170px;
}

.homepage-circle-slider .splide__track {
    overflow: hidden;
}

.homepage-circle-slider .splide__list {
    align-items: flex-start;
}

.homepage-circle-slider .splide__slide {
    width: auto;
}

/*
|--------------------------------------------------------------------------
| Ürün alanı
|--------------------------------------------------------------------------
*/

.homepage-circle-product {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 124px;

    color: #333333;
    text-align: center;
    text-decoration: none;
}

.homepage-circle-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 112px;
    height: 112px;
    padding: 4px;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 50%;

    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);

    transition:
            border-color 0.25s ease,
            box-shadow 0.25s ease,
            transform 0.25s ease;
}

.homepage-circle-product:hover .homepage-circle-image {
    border-color: var(--site-primary);
    box-shadow: 0 7px 20px rgba(255, 14, 106, 0.15);
    transform: translateY(-3px);
}

.homepage-circle-image img {
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.35s ease;
}

.homepage-circle-product:hover .homepage-circle-image img {
    transform: scale(1.06);
}

.homepage-circle-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    background-color: var(--site-primary-50);
    color: var(--site-primary);

    font-size: 27px;
}

/*
|--------------------------------------------------------------------------
| Ürün adı
|--------------------------------------------------------------------------
*/

.homepage-circle-product-name {
    display: -webkit-box;

    width: 100%;
    margin-top: 9px;

    overflow: hidden;

    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    transition: color 0.2s ease;
}

.homepage-circle-product:hover .homepage-circle-product-name {
    color: var(--site-primary);
}

/*
|--------------------------------------------------------------------------
| Masaüstü okları
|--------------------------------------------------------------------------
*/

.homepage-circle-slider .splide__arrow {
    width: 38px;
    height: 38px;

    border: 1px solid #e6e6e6;
    border-radius: 50%;

    background-color: #ffffff;
    color: #222222;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
    opacity: 1;

    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease;
}

.homepage-circle-slider .splide__arrow:hover {
    border-color: var(--site-primary);
    background-color: var(--site-primary);
    color: #ffffff;
}

.homepage-circle-slider .splide__arrow svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.homepage-circle-slider .splide__arrow--prev {
    left: -42px;
}

.homepage-circle-slider .splide__arrow--next {
    right: -42px;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 1199px) {
    .homepage-slider-container {
        padding-right: 42px;
        padding-left: 42px;
    }

    .homepage-circle-product {
        width: 114px;
    }

    .homepage-circle-image {
        width: 104px;
        height: 104px;
    }

    .homepage-circle-slider .splide__arrow--prev {
        left: -36px;
    }

    .homepage-circle-slider .splide__arrow--next {
        right: -36px;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {
    .homepage-circle-slider-section {
        padding: 18px 0 20px;
    }

    .homepage-slider-container {
        padding-right: 0;
        padding-left: 0;
    }

    .homepage-circle-slider {
        min-height: 142px;
    }

    .homepage-circle-slider .splide__track {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .homepage-circle-product {
        width: 96px;
    }

    .homepage-circle-image {
        width: 86px;
        height: 86px;
        padding: 3px;
    }

    .homepage-circle-product-name {
        margin-top: 7px;
        font-size: 11px;
        line-height: 1.3;
    }

    .homepage-circle-slider .splide__arrow {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .homepage-circle-product {
        width: 88px;
    }

    .homepage-circle-image {
        width: 78px;
        height: 78px;
    }

    .homepage-circle-product-name {
        font-size: 10.5px;
    }
}



/* =====================================================
  TAM EKRAN ÜRÜN DETAY POPUP
===================================================== */

.product-detail-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: block;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    background: #ffffff;

    transition:
            visibility 0.25s ease,
            opacity 0.25s ease;
}

.product-detail-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.product-detail-page {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    overflow: hidden;

    background: #ffffff;
}

.product-detail-header {
    position: relative;
    z-index: 20;

    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    align-items: center;

    min-height: 64px;
    padding: 8px 20px;

    border-bottom: 1px solid #ececec;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.product-detail-logo {
    justify-self: center;

    color: #111111;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-decoration: none;
}

.product-detail-back,
.product-detail-close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f4f4f4;
    color: #222222;

    font-size: 19px;
    cursor: pointer;

    transition:
            background-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
}

.product-detail-back {
    justify-self: start;
}

.product-detail-close {
    justify-self: end;
}

.product-detail-back:hover,
.product-detail-close:hover {
    background: var(--site-primary);
    color: #ffffff;
}

.product-detail-back:active,
.product-detail-close:active {
    transform: scale(0.94);
}

.product-detail-body {
    position: relative;

    flex: 1;
    min-height: 0;

    overflow-x: hidden;
    overflow-y: auto;

    background: #f7f8fa;
}

.product-detail-content {
    display: none;
}

.product-detail-popup.is-ready .product-detail-content {
    display: block;
}

.product-detail-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
    padding: 24px 0 80px;
}

/* Breadcrumb */

.product-detail-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;

    margin-bottom: 18px;

    color: #777777;
    font-size: 12px;
}

.product-detail-breadcrumb a {
    color: #555555;
    text-decoration: none;
}

.product-detail-breadcrumb a:hover {
    color: var(--site-primary);
}

.product-detail-breadcrumb i {
    color: #aaaaaa;
    font-size: 9px;
}

/* Ana grid */

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
    gap: 42px;

    padding: 28px;

    border: 1px solid #ededed;
    border-radius: 18px;

    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

/* Galeri */

.product-detail-gallery {
    min-width: 0;
}

.product-detail-main-image-wrapper {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 16px;

    background: #fafafa;
}

.product-detail-main-image {
    display: none;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

.product-detail-main-image.is-visible {
    display: block;
}

.product-detail-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #cccccc;
    font-size: 55px;
}

.product-detail-video-button {
    position: absolute;
    right: 14px;
    bottom: 14px;

    display: none;
    align-items: center;
    gap: 8px;

    min-height: 42px;
    padding: 0 15px;

    border: 0;
    border-radius: 22px;

    background: rgba(20, 20, 20, 0.88);
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.product-detail-video-button.is-visible {
    display: inline-flex;
}

.product-detail-video-button i {
    color: var(--site-primary);
    font-size: 19px;
}

.product-detail-thumbnails {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 13px;
    padding-bottom: 5px;

    overflow-x: auto;

    scrollbar-width: thin;
}

.product-detail-thumbnail {
    flex: 0 0 72px;

    width: 72px;
    height: 86px;
    padding: 3px;

    overflow: hidden;

    border: 1px solid #dedede;
    border-radius: 10px;

    background: #ffffff;
    cursor: pointer;
}

.product-detail-thumbnail.active {
    border: 2px solid var(--site-primary);
}

.product-detail-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

/* Bilgiler */

.product-detail-info {
    min-width: 0;
    padding-top: 6px;
}

.product-detail-brand {
    margin-bottom: 9px;

    color: var(--site-primary);
    font-size: 14px;
    font-weight: 700;
}

.product-detail-title {
    margin: 0 0 12px;

    color: #222222;

    font-size: clamp(23px, 2.6vw, 34px);
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.product-detail-code {
    margin-bottom: 18px;

    color: #888888;
    font-size: 12px;
}

.product-detail-price {
    margin-bottom: 9px;

    color: #222222;

    font-size: 31px;
    font-weight: 750;
    letter-spacing: -0.5px;
}

.product-detail-stock {
    display: inline-flex;
    align-items: center;

    margin-bottom: 25px;
    padding: 6px 10px;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 700;
}

.product-detail-stock.in-stock {
    background: #ebf8ee;
    color: #23883b;
}

.product-detail-stock.out-of-stock {
    background: #fff0f0;
    color: #c62c2c;
}

/* Varyantlar */

.product-detail-variant-group {
    margin-top: 22px;
}

.product-detail-variant-heading {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 11px;

    color: #333333;
    font-size: 13px;
}

.product-detail-variant-heading > span {
    font-weight: 700;
}

.product-detail-variant-heading > strong {
    color: var(--site-primary);
}

.product-detail-color-options {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.product-detail-color-option {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 74px;
    padding: 0;

    border: 0;
    background: transparent;

    color: #555555;
    font-size: 10px;
    cursor: pointer;
}

.product-detail-color-option-image {
    width: 64px;
    height: 78px;
    padding: 3px;

    overflow: hidden;

    border: 1px solid #dddddd;
    border-radius: 9px;

    background: #fafafa;
}

.product-detail-color-option.active .product-detail-color-option-image {
    border: 2px solid var(--site-primary);
}

.product-detail-color-option-image img {
    width: 100%;
    height: 100%;

    border-radius: 6px;
    object-fit: cover;
}

.product-detail-color-option-name {
    display: -webkit-box;
    width: 100%;
    margin-top: 5px;

    overflow: hidden;
    line-height: 1.25;
    text-align: center;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-detail-option-list {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.product-detail-option {
    min-width: 48px;
    min-height: 40px;
    padding: 7px 13px;

    border: 1px solid #dddddd;
    border-radius: 8px;

    background: #ffffff;
    color: #333333;

    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.product-detail-option.active {
    border-color: var(--site-primary);
    background: var(--site-primary-50);
    color: var(--site-primary);
}

.product-detail-option:disabled {
    border-color: #eeeeee;
    background: #f7f7f7;
    color: #bbbbbb;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Sepet */

.product-detail-action-area {
    margin-top: 30px;
}

.product-detail-add-basket {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;
    min-height: 54px;
    padding: 0 25px;

    border: 0;
    border-radius: 11px;

    background: var(--site-primary);
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.product-detail-add-basket:hover {
    background: var(--site-primary-dark);
}

.product-detail-add-basket:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

/* Açıklama ve özellikler */

.product-detail-section {
    margin-top: 22px;
    padding: 28px;

    border: 1px solid #ededed;
    border-radius: 16px;

    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.product-detail-section-title {
    margin: 0 0 18px;

    color: #222222;
    font-size: 19px;
    font-weight: 700;
}

.product-detail-description {
    color: #555555;
    font-size: 14px;
    line-height: 1.8;
}

.product-detail-description > :last-child {
    margin-bottom: 0;
}

.product-detail-extras {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;

    overflow: hidden;

    border: 1px solid #ececec;
    border-radius: 10px;

    background: #ececec;
}

.product-detail-extra {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 15px;

    padding: 14px 16px;

    background: #ffffff;
}

.product-detail-extra-name {
    color: #555555;
    font-size: 12px;
    font-weight: 700;
}

.product-detail-extra-values {
    color: #333333;
    font-size: 12px;
}

/* Loading */

.product-detail-loading,
.product-detail-error {
    position: absolute;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 12px;
    padding: 30px;

    background: #ffffff;
    text-align: center;
}

.product-detail-popup.is-loading .product-detail-loading {
    display: flex;
}

.product-detail-popup.has-error .product-detail-error {
    display: flex;
}

.product-detail-error i {
    color: var(--site-primary);
    font-size: 38px;
}

.product-detail-error strong {
    font-size: 18px;
}

.product-detail-error-message {
    color: #777777;
    font-size: 13px;
}

.product-detail-spinner {
    width: 38px;
    height: 38px;

    border: 3px solid #eeeeee;
    border-top-color: var(--site-primary);
    border-radius: 50%;

    animation: productDetailSpin 0.75s linear infinite;
}

@keyframes productDetailSpin {
    to {
        transform: rotate(360deg);
    }
}

body.product-detail-opened {
    overflow: hidden;
}

/* Video */

.product-video-popup {
    position: fixed;
    inset: 0;
    z-index: 12000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.product-video-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.product-video-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.82);
}

.product-video-dialog {
    position: relative;
    z-index: 1;

    width: min(850px, 100%);
    overflow: hidden;

    border-radius: 15px;
    background: #000000;
}

.product-video-dialog video {
    display: block;
    width: 100%;
    max-height: 82vh;
}

.product-video-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;

    width: 40px;
    height: 40px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.9);
    color: #222222;

    cursor: pointer;
}

/* Mobil */

@media (max-width: 991px) {
    .product-detail-header {
        grid-template-columns: 44px minmax(0, 1fr) 44px;

        min-height: 58px;
        padding: 6px 10px;
    }

    .product-detail-logo {
        font-size: 21px;
    }

    .product-detail-back,
    .product-detail-close {
        width: 38px;
        height: 38px;
    }

    .product-detail-container {
        width: 100%;
        padding: 0 0 100px;
    }

    .product-detail-breadcrumb {
        padding: 13px 14px 0;
        margin-bottom: 12px;
    }

    .product-detail-grid {
        display: block;

        padding: 0;

        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .product-detail-main-image-wrapper {
        border-right: 0;
        border-left: 0;
        border-radius: 0;

        background: #ffffff;
    }

    .product-detail-thumbnails {
        padding: 0 14px 6px;
    }

    .product-detail-info {
        padding: 22px 16px;

        border-top: 1px solid #eeeeee;
        background: #ffffff;
    }

    .product-detail-title {
        font-size: 21px;
    }

    .product-detail-price {
        font-size: 27px;
    }

    .product-detail-section {
        margin-top: 10px;
        padding: 22px 16px;

        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .product-detail-extras {
        grid-template-columns: 1fr;
    }

    .product-detail-extra {
        grid-template-columns: 115px minmax(0, 1fr);
    }
}

.product-detail-gallery,
.product-detail-info {
    transition:
            opacity 0.18s ease,
            transform 0.22s ease;
}

.product-detail-popup.is-changing-variant
.product-detail-gallery,
.product-detail-popup.is-changing-variant
.product-detail-info {
    opacity: 0.55;
    transform: translateY(3px);
}

.product-detail-main-image {
    opacity: 0;

    transition:
            opacity 0.28s ease,
            transform 0.35s ease;
}

.product-detail-main-image.is-visible {
    opacity: 1;
}

.product-detail-main-image.is-switching {
    opacity: 0;
    transform: scale(0.985);
}
/* =====================================================
   ÜRÜN YORUMLARI
===================================================== */

.product-comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 20px;
}

.product-comments-header .product-detail-section-title {
    margin-bottom: 8px;
}

.product-comments-summary {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #777777;
    font-size: 12px;
}

.product-comments-summary > strong {
    color: #222222;
    font-size: 20px;
}

.product-comments-summary-stars {
    display: flex;
    align-items: center;
    gap: 2px;

    color: #ffb800;
    font-size: 15px;
}

.product-comments-all-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    min-height: 42px;
    padding: 0 15px;

    border: 1px solid var(--site-primary-soft);
    border-radius: 9px;

    background: var(--site-primary-50);
    color: var(--site-primary);

    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.product-comments-list,
.product-comments-popup-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-comment-card {
    padding: 18px;

    border: 1px solid #eeeeee;
    border-radius: 12px;

    background: #ffffff;
}

.product-comment-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.product-comment-user {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}

.product-comment-date {
    color: #999999;
    font-size: 11px;
}

.product-comment-stars {
    display: flex;
    align-items: center;
    gap: 2px;

    margin-top: 7px;

    color: #ffb800;
    font-size: 14px;
}

.product-comment-stars .is-empty {
    color: #dddddd;
}

.product-comment-text {
    margin-top: 12px;

    color: #555555;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre-line;
}

.product-comment-images {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 13px;

    overflow-x: auto;
}

.product-comment-image-button {
    flex: 0 0 72px;

    width: 72px;
    height: 72px;
    padding: 0;

    overflow: hidden;

    border: 1px solid #dddddd;
    border-radius: 9px;

    background: #f7f7f7;
    cursor: pointer;
}

.product-comment-image-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-comments-empty {
    padding: 30px 15px;

    color: #888888;
    text-align: center;
    font-size: 13px;
}

/* Tüm yorumlar popup */

.product-comments-popup {
    position: fixed;
    inset: 0;
    z-index: 11500;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    background: #ffffff;

    transition:
            opacity 0.25s ease,
            visibility 0.25s ease;
}

.product-comments-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.product-comments-popup-page {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100dvh;

    opacity: 0;
    transform: translateY(18px);

    transition:
            opacity 0.3s ease,
            transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-comments-popup.is-open
.product-comments-popup-page {
    opacity: 1;
    transform: translateY(0);
}

.product-comments-popup-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;

    min-height: 64px;
    padding: 8px 18px;

    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.product-comments-popup-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.product-comments-popup-heading strong {
    color: #222222;
    font-size: 16px;
}

.product-comments-popup-heading span {
    color: #888888;
    font-size: 11px;
}

.product-comments-popup-back,
.product-comments-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f4f4f4;
    color: #222222;

    cursor: pointer;
}

.product-comments-popup-close {
    justify-self: end;
}

.product-comments-popup-body {
    position: relative;

    flex: 1;
    min-height: 0;

    overflow-y: auto;

    padding: 24px max(18px, calc((100% - 900px) / 2)) 70px;

    background: #f7f8fa;
}

.product-comments-popup-loading {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 10px;
    min-height: 300px;

    color: #777777;
}

.product-comments-popup.is-loading
.product-comments-popup-loading {
    display: flex;
}

.product-comments-popup.is-loading
.product-comments-popup-list {
    display: none;
}

/* Yorum galerisi */

.comment-gallery-popup {
    position: fixed;
    inset: 0;
    z-index: 13000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
            opacity 0.23s ease,
            visibility 0.23s ease;
}

.comment-gallery-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.comment-gallery-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.88);
}

.comment-gallery-dialog {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(1000px, 100%);
    height: min(82vh, 850px);
}

.comment-gallery-dialog > img {
    display: block;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    border-radius: 8px;
}

.comment-gallery-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: #ffffff;
    color: #222222;

    cursor: pointer;
}

.comment-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;

    width: 46px;
    height: 46px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.92);
    color: #222222;

    transform: translateY(-50%);
    cursor: pointer;
}

.comment-gallery-prev {
    left: 8px;
}

.comment-gallery-next {
    right: 8px;
}

.comment-gallery-counter {
    position: absolute;
    bottom: 8px;
    left: 50%;

    padding: 6px 12px;

    border-radius: 20px;

    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;

    font-size: 12px;

    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .product-comments-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-comments-all-button {
        width: 100%;
        justify-content: center;
    }

    .product-comments-popup-body {
        padding: 15px 12px 90px;
    }

    .comment-gallery-arrow {
        width: 38px;
        height: 38px;
    }
}


















/* SweetAlert2 bütün popup katmanlarının üstünde görünsün */
.swal2-container {
    z-index: 20000 !important;
}
/* =====================================================
   ANA SAYFA ÜRÜN KARTI SLIDERLARI
===================================================== */

.homepage-product-slider-section {
    padding: 22px 0 30px;
    background: #ffffff;
    overflow: hidden;
}

.homepage-product-slider-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding: 0 48px;
}

.homepage-product-slider-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.homepage-product-slider-heading h2 {
    margin: 0;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.homepage-product-slider {
    position: relative;
}

.homepage-product-slider .splide__track {
    overflow: hidden;
}

.homepage-product-slider .splide__list {
    align-items: stretch;
}

.homepage-product-slider .splide__slide {
    width: 245px;
}

.homepage-product-card {
    width: 245px;
    height: 100%;
    background: #ffffff;
}

.homepage-product-card-image-area {
    position: relative;
    width: 100%;
    aspect-ratio: 0.76 / 1;
    overflow: hidden;
    border-radius: 3px;
    background: #f7f7f7;
}

.homepage-product-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.homepage-product-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

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

.homepage-product-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #cccccc;
    font-size: 38px;
}

.homepage-product-favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    padding: 0;

    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #e86b97;
    font-size: 22px;
    cursor: pointer;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.homepage-product-favorite:hover {
    transform: scale(1.06);
}

.homepage-product-favorite.is-active {
    color: var(--site-primary);
}

.homepage-product-colors-button {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    gap: 5px;

    min-height: 27px;
    padding: 4px 8px;

    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.95);
    color: #555555;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.homepage-product-colors-dots {
    position: relative;
    width: 16px;
    height: 14px;
    display: inline-block;
}

.homepage-product-colors-dots i {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.homepage-product-colors-dots i:first-child {
    left: 1px;
    top: 2px;
    background: #7ad5e6;
}

.homepage-product-colors-dots i:last-child {
    right: 1px;
    bottom: 1px;
    background: #ef7ab0;
}

.homepage-product-card-info {
    display: block;
    padding: 11px 8px 2px;
    color: #222222;
}

.homepage-product-card-name {
    display: -webkit-box;
    min-height: 39px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homepage-product-card-name strong {
    font-weight: 700;
}

.homepage-product-card-name span {
    font-weight: 400;
}

.homepage-product-card-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.homepage-product-card-price {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

.homepage-product-card-old-price {
    color: #999999;
    font-size: 11px;
}

.homepage-product-slider .splide__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background: #ffffff;
    color: #222222;
    opacity: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
}

.homepage-product-slider .splide__arrow:hover {
    border-color: var(--site-primary);
    background: var(--site-primary);
    color: #ffffff;
}

.homepage-product-slider .splide__arrow svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.homepage-product-slider .splide__arrow--prev {
    left: -42px;
}

.homepage-product-slider .splide__arrow--next {
    right: -42px;
}

/* =====================================================
   ANA SAYFA RENKLER MODALI
===================================================== */

.homepage-color-modal {
    position: fixed;
    inset: 0;
    z-index: 15000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.homepage-color-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.homepage-color-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.homepage-color-modal-dialog {
    position: relative;
    z-index: 1;

    width: min(760px, 100%);
    max-height: min(80vh, 760px);
    overflow: hidden;

    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.homepage-color-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 18px 20px;
    border-bottom: 1px solid #eeeeee;
}

.homepage-color-modal-header > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.homepage-color-modal-header strong {
    color: #222222;
    font-size: 18px;
}

.homepage-color-modal-header span {
    overflow: hidden;
    color: #777777;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage-color-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #222222;
    cursor: pointer;
}

.homepage-color-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-height: calc(min(80vh, 760px) - 76px);
    padding: 18px;
    overflow-y: auto;
}

.homepage-color-modal-item {
    overflow: hidden;
    aspect-ratio: 0.78 / 1;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #f7f7f7;
}

.homepage-color-modal-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.homepage-color-modal-opened {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .homepage-product-slider-container {
        padding: 0 42px;
    }

    .homepage-product-slider .splide__slide,
    .homepage-product-card {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .homepage-product-slider-section {
        padding: 18px 0 24px;
    }

    .homepage-product-slider-container {
        padding: 0;
    }

    .homepage-product-slider-heading {
        padding: 0 14px;
        margin-bottom: 12px;
    }

    .homepage-product-slider-heading h2 {
        font-size: 19px;
    }

    .homepage-product-slider .splide__track {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .homepage-product-slider .splide__slide,
    .homepage-product-card {
        width: 185px;
    }

    .homepage-product-slider .splide__arrow {
        display: none !important;
    }

    .homepage-product-card-name {
        font-size: 12px;
    }

    .homepage-product-card-price {
        font-size: 14px;
    }

    .homepage-product-favorite {
        width: 34px;
        height: 34px;
        font-size: 19px;
    }

    .homepage-color-modal {
        align-items: flex-end;
        padding: 0;
    }

    .homepage-color-modal-dialog {
        width: 100%;
        max-height: 82vh;
        border-radius: 18px 18px 0 0;
    }

    .homepage-color-modal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
        padding: 14px;
    }
}

@media (max-width: 575px) {
    .homepage-product-slider .splide__slide,
    .homepage-product-card {
        width: 158px;
    }

    .homepage-product-card-info {
        padding-left: 4px;
        padding-right: 4px;
    }

    .homepage-product-colors-button {
        right: 6px;
        bottom: 6px;
        min-height: 25px;
        padding: 3px 7px;
        font-size: 10px;
    }

    .homepage-color-modal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.homepage-color-modal-item {
    display: flex;
    flex-direction: column;
    gap: 7px;

    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.homepage-color-modal-item img {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1.2;

    object-fit: cover;

    border: 1px solid #eeeeee;
    border-radius: 10px;

    transition:
            border-color 0.2s ease,
            transform 0.2s ease;
}

.homepage-color-modal-item:hover img {
    border-color: var(--site-primary);
    transform: translateY(-2px);
}

.homepage-color-modal-item-name {
    display: block;

    overflow: hidden;

    color: #444444;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;

    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage-color-modal-item:hover
.homepage-color-modal-item-name {
    color: var(--site-primary);
}

/* =====================================================
   MOBİL ÜRÜN KARTI - UZUN ÜRÜN ADI
===================================================== */

@media (max-width: 991px) {

    .homepage-product-card-name {
        display: -webkit-box;

        min-height: 34px;
        max-height: 34px;

        overflow: hidden;

        font-size: 12px;
        line-height: 17px;

        text-overflow: ellipsis;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .homepage-product-card-name strong,
    .homepage-product-card-name span {
        display: inline;
    }
}

/* =====================================================
   RENK SEÇİM MODALI
===================================================== */

.homepage-color-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 12px;

    align-items: start;
}

.homepage-color-modal-item {
    display: flex;
    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 11px;

    background: #ffffff;
    color: #333333;

    text-decoration: none;
    cursor: pointer;

    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            transform 0.2s ease;
}

.homepage-color-modal-item:hover {
    border-color: var(--site-primary);

    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);

    transform: translateY(-2px);
}

/*
|--------------------------------------------------------------------------
| Görsel
|--------------------------------------------------------------------------
*/

.homepage-color-modal-item-image {
    display: block;

    width: 100%;
    aspect-ratio: 0.84 / 1;

    overflow: hidden;

    background: #f7f7f7;
}

.homepage-color-modal-item-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

/*
|--------------------------------------------------------------------------
| Renk adı
|--------------------------------------------------------------------------
*/

.homepage-color-modal-item-name {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 36px;

    padding: 7px 6px;

    overflow: hidden;

    color: #333333;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;

    text-align: center;

    white-space: normal;

    word-break: break-word;
}

.homepage-color-modal-item:hover
.homepage-color-modal-item-name {
    color: var(--site-primary);
}

/* =====================================================
   RENK MODALI RESPONSIVE
===================================================== */

/* Desktop */
@media (min-width: 992px) {

    .homepage-color-modal-grid {
        grid-template-columns: repeat(
            4,
            minmax(0, 1fr)
        );
    }

}


/* Tablet */
@media (
min-width: 576px
) and (
max-width: 991px
) {

    .homepage-color-modal-grid {
        grid-template-columns: repeat(
            3,
            minmax(0, 1fr)
        );
    }

}


/* Mobil */
@media (max-width: 575px) {

    .homepage-color-modal-dialog {
        width: calc(100% - 20px);
        max-height: calc(100dvh - 30px);

        margin: 15px auto;
    }

    .homepage-color-modal-grid {
        grid-template-columns: repeat(
            2,
            minmax(0, 1fr)
        );

        gap: 10px;
    }

    .homepage-color-modal-item-name {
        min-height: 34px;

        padding: 6px 4px;

        font-size: 11px;
    }

}
.homepage-color-modal-dialog {
    max-height: calc(100vh - 30px);
    max-height: calc(100dvh - 30px);

    overflow: hidden;
}

.homepage-color-modal-grid {
    overflow-y: auto;

    padding-bottom: 4px;
}

/* =====================================================
   ÜRÜN PAYLAŞ
===================================================== */

.product-detail-share-area {
    margin-bottom: 22px;
}

.product-detail-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 38px;
    padding: 0 14px;

    border: 1px solid #e2e2e2;
    border-radius: 9px;

    background: #ffffff;
    color: #444444;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition:
            border-color 0.2s ease,
            color 0.2s ease,
            background-color 0.2s ease;
}

.product-detail-share-button:hover {
    border-color: var(--site-primary);
    background: var(--site-primary-50);
    color: var(--site-primary);
}

.product-detail-share-button i {
    font-size: 16px;
}


/* =====================================================
   PAYLAŞ POPUP
===================================================== */

.product-share-popup {
    position: fixed;
    inset: 0;
    z-index: 13000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
            opacity 0.2s ease,
            visibility 0.2s ease;
}

.product-share-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.product-share-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.45);
}

.product-share-dialog {
    position: relative;
    z-index: 1;

    width: min(480px, 100%);

    padding: 22px;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
            0 20px 60px rgba(0, 0, 0, 0.18);
}


/* Başlık */

.product-share-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 22px;
}

.product-share-header > div {
    min-width: 0;
}

.product-share-header strong {
    display: block;

    color: #222222;

    font-size: 18px;
    font-weight: 700;
}

.product-share-header span {
    display: -webkit-box;

    margin-top: 5px;

    overflow: hidden;

    color: #777777;

    font-size: 12px;
    line-height: 1.4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-share-close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    flex: 0 0 36px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;
    color: #333333;

    font-size: 17px;

    cursor: pointer;
}


/* Sosyal ağlar */

.product-share-options {
    display: grid;
    grid-template-columns: repeat(
        4,
        minmax(0, 1fr)
    );

    gap: 12px;

    margin-bottom: 20px;
}

.product-share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 0;

    padding: 0;

    border: 0;

    background: transparent;
    color: #444444;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;
    cursor: pointer;
}

.product-share-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border: 1px solid #eeeeee;
    border-radius: 50%;

    background: #ffffff;

    font-size: 23px;

    transition:
            transform 0.2s ease,
            border-color 0.2s ease;
}

.product-share-option:hover
.product-share-option-icon {
    border-color: var(--site-primary);
    transform: translateY(-2px);
}

.product-share-option.whatsapp
.product-share-option-icon {
    color: #25d366;
}

.product-share-option.facebook
.product-share-option-icon {
    color: #1877f2;
}

.product-share-option.twitter
.product-share-option-icon {
    color: #111111;
}

.product-share-option.native-share
.product-share-option-icon {
    color: var(--site-primary);
}


/* Link kopyalama */

.product-share-copy {
    display: flex;
    align-items: stretch;

    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    background: #f7f7f7;
}

.product-share-copy input {
    width: 100%;
    min-width: 0;
    height: 44px;

    padding: 0 12px;

    border: 0;
    outline: 0;

    background: transparent;
    color: #666666;

    font-size: 11px;
}

.product-share-copy button {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    flex: 0 0 auto;

    padding: 0 14px;

    border: 0;

    background: var(--site-primary);
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 575px) {

    .product-share-popup {
        align-items: flex-end;
        padding: 0;
    }

    .product-share-dialog {
        width: 100%;

        padding:
                20px
                16px
                calc(
                        20px +
                        env(safe-area-inset-bottom)
                );

        border-radius:
                18px 18px 0 0;
    }

    .product-share-options {
        grid-template-columns: repeat(
            4,
            minmax(0, 1fr)
        );

        gap: 6px;
    }

    .product-share-option-icon {
        width: 48px;
        height: 48px;

        font-size: 21px;
    }

    .product-share-copy input {
        font-size: 10px;
    }

}

/* =====================================================
   ADMIN ÜRÜN DÜZENLE
===================================================== */

.product-detail-admin-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 38px;
    padding: 0 14px;

    border: 1px solid #dddddd;
    border-radius: 9px;

    background: #ffffff;
    color: #444444;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
    cursor: pointer;

    transition:
            border-color 0.2s ease,
            background-color 0.2s ease,
            color 0.2s ease;
}

.product-detail-admin-edit:hover {
    border-color: var(--site-primary);
    background: var(--site-primary-50);
    color: var(--site-primary);
}

.product-detail-admin-edit i {
    font-size: 15px;
}

/* =====================================================
   ANA SAYFA DİNAMİK BANNER
===================================================== */

.homepage-banner-section {
    padding: 16px 0 28px;

    background: #ffffff;
}

.homepage-banner-container {
    width: 100%;
    max-width: var(--site-header-container);

    margin: 0 auto;

    padding-right: 48px;
    padding-left: 48px;
}


/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
*/

.homepage-banner-grid {
    display: grid;

    grid-template-columns:
        repeat(
            var(--banner-desktop-columns, 1),
            minmax(0, 1fr)
        );

    gap: 14px;
}


/*
|--------------------------------------------------------------------------
| Banner
|--------------------------------------------------------------------------
*/

.homepage-banner-item {
    min-width: 0;
}

.homepage-banner-link {
    display: block;

    width: 100%;

    overflow: hidden;

    border-radius: 12px;

    background: #f5f5f5;

    text-decoration: none;
}

.homepage-banner-link picture {
    display: block;

    width: 100%;
}

.homepage-banner-link img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;

    transition:
            transform 0.3s ease,
            opacity 0.3s ease;
}

a.homepage-banner-link:hover img {
    transform: scale(1.015);
}


/* =====================================================
   TABLET
===================================================== */

@media (
min-width: 576px
) and (
max-width: 991px
) {

    .homepage-banner-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .homepage-banner-grid {
        grid-template-columns:
            repeat(
                var(
                        --banner-tablet-columns,
                        1
                ),
                minmax(0, 1fr)
            );

        gap: 10px;
    }

}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 575px) {

    .homepage-banner-section {
        padding: 10px 0 18px;
    }

    .homepage-banner-container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .homepage-banner-grid {
        grid-template-columns:
            repeat(
                var(
                        --banner-mobile-columns,
                        1
                ),
                minmax(0, 1fr)
            );

        gap: 8px;
    }

    .homepage-banner-link {
        border-radius: 9px;
    }

}


/* =====================================================
   ALT BANNER SAYFASI
===================================================== */

.child-banner-page {
    min-height: 60vh;

    padding: 28px 0 60px;

    background: #ffffff;
}

.child-banner-page-header {
    margin-bottom: 22px;
}

.child-banner-page-header h1 {
    margin: 0;

    color: #222222;

    font-size: 26px;
    font-weight: 700;
}

.child-banner-empty {
    padding: 60px 20px;

    color: #777777;

    text-align: center;
}

/* =====================================================
   ÜRÜN DETAY - ÜST DEĞERLENDİRME
===================================================== */

.product-detail-rating-summary {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-top: 10px;
    margin-bottom: 8px;

    padding: 0;

    border: 0;

    background: transparent;
    color: #666666;

    font-family: inherit;

    cursor: pointer;
}

.product-detail-rating-summary > strong {
    color: #222222;

    font-size: 14px;
    font-weight: 700;
}


/*
|--------------------------------------------------------------------------
| Yıldızlar
|--------------------------------------------------------------------------
*/

.product-detail-top-stars {
    display: inline-flex;
    align-items: center;

    gap: 2px;

    color: #ffb000;

    font-size: 13px;
    line-height: 1;
}


/*
|--------------------------------------------------------------------------
| Değerlendirme sayısı
|--------------------------------------------------------------------------
*/

#productDetailTopRatingCount {
    color: #777777;

    font-size: 12px;
    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| Ok
|--------------------------------------------------------------------------
*/

.product-detail-rating-arrow {
    margin-left: 2px;

    color: #999999;

    font-size: 10px;

    transition: transform .2s ease;
}

.product-detail-rating-summary:hover
.product-detail-rating-arrow {
    transform: translateY(2px);
}

.product-detail-rating-summary:hover
#productDetailTopRatingCount {
    color: var(--site-primary);
}

/* =====================================================
   ÖZEL FİYAT ÜRÜN LİSTESİ
===================================================== */

.special-products-page {
    min-height: 80vh;
    padding: 30px 0 70px;
    background: #f7f7f8;
}

.special-products-container {
    width: 100%;
    max-width: var(--site-header-container);
    margin: 0 auto;
    padding: 0 48px;
}


/* Header */

.special-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 24px;
}

.special-products-header h1 {
    margin: 0;

    color: #222;
    font-size: 26px;
    font-weight: 700;
}

.special-products-header p {
    margin: 6px 0 0;

    color: #777;
    font-size: 13px;
}


/* Layout */

.special-products-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}


/* =====================================================
   FİLTRE
===================================================== */

.special-products-filter {
    position: sticky;
    top: 20px;

    overflow: hidden;

    border: 1px solid #eee;
    border-radius: 14px;

    background: #fff;
}

.special-filter-group {
    padding: 18px;

    border-bottom: 1px solid #eee;
}

.special-filter-title {
    display: block;

    margin-bottom: 12px;

    color: #222;
    font-size: 13px;
    font-weight: 700;
}

.special-filter-options {
    display: flex;
    flex-direction: column;
    gap: 9px;

    max-height: 240px;
    overflow-y: auto;
}

.special-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #555;
    font-size: 12px;

    cursor: pointer;
}

.special-filter-option input {
    accent-color: var(--site-primary);
}

.special-filter-clear {
    width: calc(100% - 36px);
    height: 38px;

    margin: 18px;

    border: 1px solid #ddd;
    border-radius: 8px;

    background: #fff;
    color: #555;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;
}


/* =====================================================
   GRID
===================================================== */

.special-products-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 18px 14px;
}


/*
 * Ana sayfadaki kart aynı kart olduğu için
 * kart CSS'lerini yeniden yazmıyoruz.
 */

.special-products-grid
.homepage-product-card {
    width: 100%;
    min-width: 0;
}


/* =====================================================
   YILDIZ
===================================================== */

.listing-product-rating {
    display: flex;
    align-items: center;
    gap: 4px;

    margin-top: 6px;

    font-size: 11px;
}

.listing-product-rating i {
    color: #ffb000;
}

.listing-product-rating strong {
    color: #333;
    font-size: 11px;
    font-weight: 700;
}

.listing-product-rating span {
    color: #999;
}


/* =====================================================
   LOADING
===================================================== */

.special-products-loading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 30px;

    color: #777;

    font-size: 12px;
}

.special-products-loading span {
    width: 18px;
    height: 18px;

    border: 2px solid #ddd;
    border-top-color: var(--site-primary);
    border-radius: 50%;

    animation:
            special-products-spin
            .7s linear infinite;
}

@keyframes special-products-spin {
    to {
        transform: rotate(360deg);
    }
}

.special-products-observer {
    width: 100%;
    height: 1px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

.special-products-filter-mobile {
    display: none;
}


@media (max-width: 1199px) {

    .special-products-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

}


@media (max-width: 991px) {

    .special-products-container {
        padding: 0 16px;
    }

    .special-products-layout {
        grid-template-columns: 1fr;
    }

    .special-products-filter {
        position: static;
    }

    .special-products-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

}


@media (max-width: 575px) {

    .special-products-page {
        padding-top: 18px;
    }

    .special-products-container {
        padding: 0 10px;
    }

    .special-products-header h1 {
        font-size: 20px;
    }

    .special-products-header p {
        font-size: 11px;
    }

    .special-products-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 14px 8px;
    }

}
/* =====================================================
   ÜRÜN FİLTRE ACCORDION
===================================================== */

.special-filter-accordion {
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.special-filter-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding: 16px 18px;

    color: #222222;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    list-style: none;

    user-select: none;
}

.special-filter-accordion-title::-webkit-details-marker {
    display: none;
}

.special-filter-accordion-title::marker {
    display: none;
    content: "";
}


.special-filter-accordion-meta {
    display: flex;
    align-items: center;

    gap: 7px;
}


.special-filter-accordion-meta > i {
    color: #888888;

    font-size: 11px;

    transition:
            transform .2s ease;
}


.special-filter-accordion[open]
.special-filter-accordion-meta > i {
    transform: rotate(180deg);
}


.special-filter-selected-count {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 19px;
    height: 19px;

    padding: 0 5px;

    border-radius: 10px;

    background: var(--site-primary);
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
}


.special-filter-accordion-content {
    padding:
            0 18px 18px;
}
/* =====================================================
   RENK FİLTRESİ
===================================================== */

.special-color-filter-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 8px;
}


.special-color-filter {
    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 0;

    padding: 7px 8px;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    background: #ffffff;

    cursor: pointer;

    transition:
            border-color .2s ease,
            background-color .2s ease;
}


.special-color-filter:hover {
    border-color: #cccccc;
}


.special-color-filter.is-selected,
.special-color-filter:has(input:checked) {
    border-color: var(--site-primary);

    background:
            var(--site-primary-50);
}


/*
 * Gerçek checkbox görünmesin.
 */
.special-color-filter input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}


.special-color-filter-circle {
    display: block;

    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    border: 1px solid #dddddd;
    border-radius: 50%;

    box-shadow:
            inset 0 0 0 1px
            rgba(255, 255, 255, .35);
}


.special-color-filter-name {
    min-width: 0;

    overflow: hidden;

    color: #555555;

    font-size: 11px;
    font-weight: 500;

    text-overflow: ellipsis;
    white-space: nowrap;
}


.special-color-filter:has(input:checked)
.special-color-filter-name {
    color: var(--site-primary);

    font-weight: 700;
}
.special-products-result-count {
    margin-top: 6px;

    color: #777777;

    font-size: 13px;
    font-weight: 400;
}
@media (max-width: 991px) {

    .special-products-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .special-products-layout {
        display: block;
    }

    /*
    |--------------------------------------------------------------------------
    | Filtre açma butonu
    |--------------------------------------------------------------------------
    */

    .special-products-filter-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        gap: 7px;

        height: 40px;
        padding: 0 14px;

        border: 1px solid #dddddd;
        border-radius: 9px;

        background: #ffffff;
        color: #333333;

        font-size: 12px;
        font-weight: 600;

        cursor: pointer;
    }


    /*
    |--------------------------------------------------------------------------
    | Filtre drawer
    |--------------------------------------------------------------------------
    */

    .special-products-filter {
        position: fixed;

        z-index: 15001;

        top: 0;
        right: 0;
        bottom: 0;

        width: min(
                360px,
                calc(100% - 40px)
        );

        max-height: none;

        overflow-y: auto;

        border: 0;
        border-radius: 0;

        background: #ffffff;

        transform: translateX(105%);

        transition:
                transform .25s ease;

        box-shadow:
                -10px 0 35px
                rgba(0, 0, 0, .15);
    }

    .special-products-filter.is-open {
        transform: translateX(0);
    }


    /*
    |--------------------------------------------------------------------------
    | Arka plan
    |--------------------------------------------------------------------------
    */

    .special-products-filter-backdrop {
        position: fixed;

        z-index: 15000;

        inset: 0;

        visibility: hidden;

        background:
                rgba(0, 0, 0, .45);

        opacity: 0;

        pointer-events: none;

        transition:
                opacity .2s ease,
                visibility .2s ease;
    }

    .special-products-filter-backdrop.is-open {
        visibility: visible;

        opacity: 1;

        pointer-events: auto;
    }


    /*
    |--------------------------------------------------------------------------
    | Mobil filtre header
    |--------------------------------------------------------------------------
    */

    .special-filter-mobile-header {
        position: sticky;
        z-index: 5;

        top: 0;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 16px 18px;

        border-bottom:
                1px solid #eeeeee;

        background: #ffffff;
    }

    .special-filter-mobile-header strong {
        font-size: 16px;
        font-weight: 700;
    }

    .special-filter-mobile-header button {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 36px;
        height: 36px;

        padding: 0;

        border: 0;
        border-radius: 50%;

        background: #f5f5f5;
        color: #222222;
    }

}
.special-filter-mobile-header {
    display: none;
}

.special-products-filter-backdrop {
    display: none;
}

@media (max-width: 991px) {

    .special-filter-mobile-header {
        display: flex;
    }

    .special-products-filter-backdrop {
        display: block;
    }

}

.special-filter-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 100%;

    gap: 9px;
}

.special-filter-option {
    display: flex;
    align-items: center;

    width: 100%;

    gap: 8px;
}
.special-products-end {
    padding: 28px 10px 10px;

    color: #999999;
    font-size: 12px;
    font-weight: 500;

    text-align: center;
}
.special-products-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 280px;

    padding: 40px 20px;

    color: #777777;

    text-align: center;
}

.special-products-empty i {
    margin-bottom: 14px;

    color: #cccccc;
    font-size: 34px;
}

.special-products-empty strong {
    margin-bottom: 6px;

    color: #333333;
    font-size: 15px;
    font-weight: 700;
}

.special-products-empty span {
    color: #999999;
    font-size: 12px;
}

.search-products-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-products-sort {
    height: 42px;

    padding: 0 38px 0 13px;

    border: 1px solid #dddddd;
    border-radius: 9px;

    background: #ffffff;

    color: #333333;

    font-size: 12px;
    font-weight: 500;

    cursor: pointer;
}

@media (max-width: 575px) {

    .special-products-header {
        align-items: flex-start;
    }

    .search-products-actions {
        flex-direction: column;
        align-items: stretch;
    }


}

.search-products-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 10px;

    margin-left: auto;
}


.search-products-sort-wrapper {
    display: flex;
    align-items: center;

    gap: 8px;
}


.search-products-sort-label {
    color: #777777;

    font-size: 12px;
    font-weight: 500;
}


.search-products-sort {
    width: 220px;
    height: 42px;

    padding:
            0 38px
            0 13px;

    border:
            1px solid
            #dddddd;

    border-radius: 8px;

    background-color:
            #ffffff;

    color:
            #333333;

    font-size: 13px;
    font-weight: 500;

    cursor: pointer;
}


.search-products-sort:focus {
    border-color:
            #aaaaaa;

    outline: none;
}
@media (max-width: 991px) {

    .special-products-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 14px;
    }


    .search-products-actions {
        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

        width: 100%;

        gap: 9px;

        margin-left: 0;
    }


    .search-products-sort-wrapper {
        width: 100%;
    }


    .search-products-sort-label {
        display: none;
    }


    .search-products-sort {
        width: 100%;
        max-width: none;

        height: 44px;

        padding:
                0 36px
                0 12px;

        font-size: 13px;
    }


    .special-products-filter-mobile {
        height: 44px;

        padding:
                0 15px;
    }

}
@media (max-width: 480px) {

    .search-products-actions {
        grid-template-columns:
            1fr;
    }


    .search-products-sort {
        width: 100%;

        font-size: 14px;
    }


    .special-products-filter-mobile {
        width: 100%;
    }

}

.search-filter-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 180px;

    gap: 12px;

    padding: 30px 15px;

    color: #777;
    font-size: 13px;
}


.search-filter-loading-spinner {
    width: 26px;
    height: 26px;

    border: 3px solid #eeeeee;
    border-top-color: #555555;

    border-radius: 50%;

    animation:
            searchFilterLoadingSpin
            .7s linear infinite;
}


@keyframes searchFilterLoadingSpin {

    to {
        transform: rotate(360deg);
    }

}

/* =====================================================
   ÜRÜN DETAY - SATICI
===================================================== */

.product-detail-seller {
    display: flex;
    align-items: center;

    gap: 11px;

    margin: 2px 0 22px;
    padding: 11px 13px;

    border: 1px solid #eeeeee;
    border-radius: 10px;

    background: #ffffff;
    color: #333333;

    text-decoration: none;

    transition:
            border-color .2s ease,
            background-color .2s ease;
}

.product-detail-seller:hover {
    border-color: var(--site-primary);
    background: var(--site-primary-50);
}


.product-detail-seller-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    flex: 0 0 44px;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 9px;

    background: #f7f7f7;

    color: var(--site-primary);

    font-size: 19px;
}


.product-detail-seller-logo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


.product-detail-seller-info {
    display: flex;
    flex-direction: column;

    min-width: 0;

    gap: 3px;
}


.product-detail-seller-label {
    color: #999999;

    font-size: 10px;
}


.product-detail-seller-info strong {
    overflow: hidden;

    color: #333333;

    font-size: 13px;
    font-weight: 700;

    text-overflow: ellipsis;
    white-space: nowrap;
}


.product-detail-seller-action {
    display: flex;
    align-items: center;

    gap: 5px;

    margin-left: auto;

    color: var(--site-primary);

    font-size: 11px;
    font-weight: 700;

    white-space: nowrap;
}


.product-detail-seller-action i {
    font-size: 9px;
}


@media (max-width: 575px) {

    .product-detail-seller-action {
        font-size: 10px;
    }
}

/* =====================================================
   SATICI PROFİL
===================================================== */

.customer-detail-page {
    min-height: 80vh;
    background: #f7f7f8;
}


.customer-profile-container {
    width: 100%;
    max-width: var(--site-header-container);

    margin: 0 auto;

    padding-right: 48px;
    padding-left: 48px;
}


.customer-profile-header {
    padding: 32px 0;

    border-bottom: 1px solid #eeeeee;

    background: #ffffff;
}


.customer-profile-header
.customer-profile-container {
    display: flex;
    align-items: center;

    gap: 20px;
}


.customer-profile-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 92px;
    height: 92px;

    flex: 0 0 92px;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 16px;

    background: #fafafa;

    color: var(--site-primary);

    font-size: 34px;
}


.customer-profile-logo img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


.customer-profile-heading {
    min-width: 0;
}


.customer-profile-heading > span {
    color: #999999;

    font-size: 11px;
    font-weight: 600;
}


.customer-profile-heading h1 {
    margin: 5px 0 8px;

    color: #222222;

    font-size: 28px;
    font-weight: 750;
}


.customer-profile-location {
    display: flex;
    align-items: center;

    gap: 6px;

    color: #777777;

    font-size: 12px;
}


.customer-profile-location i {
    color: var(--site-primary);
}


/* TAB */

.customer-profile-tabs-wrapper {
    border-bottom: 1px solid #eeeeee;

    background: #ffffff;
}


.customer-profile-tabs {
    display: flex;
    align-items: center;

    gap: 25px;
}


.customer-profile-tab {
    position: relative;

    min-height: 52px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #777777;

    font-size: 13px;
    font-weight: 650;

    cursor: pointer;
}


.customer-profile-tab.active {
    color: var(--site-primary);
}


.customer-profile-tab.active::after {
    position: absolute;

    right: 0;
    bottom: -1px;
    left: 0;

    height: 2px;

    border-radius: 10px;

    background: var(--site-primary);

    content: "";
}


/* DETAY */

.customer-info-card {
    margin: 28px 0 60px;

    overflow: hidden;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    background: #ffffff;
}


.customer-info-row {
    display: grid;

    grid-template-columns:
        180px
        minmax(0, 1fr);

    gap: 20px;

    padding: 17px 20px;

    border-bottom: 1px solid #eeeeee;
}


.customer-info-row:last-child {
    border-bottom: 0;
}


.customer-info-row span {
    color: #888888;

    font-size: 12px;
}


.customer-info-row strong {
    color: #333333;

    font-size: 13px;
    font-weight: 600;
}


.customer-products-title {
    margin: 0;

    color: #222222;

    font-size: 24px;
    font-weight: 700;
}


@media (max-width: 991px) {

    .customer-profile-container {
        padding-right: 16px;
        padding-left: 16px;
    }


    .customer-profile-header {
        padding: 22px 0;
    }


    .customer-profile-logo {
        width: 72px;
        height: 72px;

        flex-basis: 72px;

        border-radius: 12px;
    }


    .customer-profile-heading h1 {
        font-size: 21px;
    }
}


@media (max-width: 575px) {

    .customer-profile-header
    .customer-profile-container {
        align-items: flex-start;
    }


    .customer-profile-logo {
        width: 64px;
        height: 64px;

        flex-basis: 64px;
    }


    .customer-profile-tabs {
        gap: 20px;
    }


    .customer-info-row {
        display: flex;
        flex-direction: column;

        gap: 6px;
    }
}

/* =====================================================
   AUTH
===================================================== */

.auth-page {
    display: flex;
    justify-content: center;

    min-height: 72vh;

    padding: 55px 16px 80px;

    background: #f7f7f8;
}


.auth-card {
    width: 100%;
    max-width: 430px;

    height: fit-content;

    padding: 30px;

    border: 1px solid #eeeeee;
    border-radius: 16px;

    background: #ffffff;

    box-shadow:
            0 12px 35px
            rgba(0, 0, 0, .05);
}


.auth-heading {
    margin-bottom: 25px;

    text-align: center;
}


.auth-heading h1 {
    margin: 0;

    color: #222222;

    font-size: 24px;
    font-weight: 750;
}


.auth-heading p {
    margin: 8px 0 0;

    color: #777777;

    font-size: 12px;
    line-height: 1.55;
}


.auth-step {
    display: flex;
    flex-direction: column;

    gap: 16px;
}


.auth-step[hidden] {
    display: none !important;
}


.auth-field {
    display: flex;
    flex-direction: column;

    gap: 7px;
}


.auth-field > span,
.auth-field-title {
    color: #444444;

    font-size: 12px;
    font-weight: 650;
}


.auth-field input {
    width: 100%;
    height: 48px;

    padding: 0 13px;

    border: 1px solid #dddddd;
    border-radius: 9px;

    outline: none;

    background: #ffffff;

    color: #333333;

    font-size: 13px;
}


.auth-field input:focus {
    border-color: var(--site-primary);

    box-shadow:
            0 0 0 3px
            rgba(255, 14, 106, .08);
}


.auth-primary-button {
    width: 100%;
    min-height: 48px;

    border: 0;
    border-radius: 9px;

    background: var(--site-primary);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;
}


.auth-primary-button:hover {
    background:
            var(--site-primary-dark);
}


.auth-primary-button:disabled {
    opacity: .6;

    cursor: wait;
}


.auth-selected-email {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding: 11px 12px;

    border-radius: 8px;

    background: #f6f6f6;

    color: #555555;

    font-size: 12px;
}


.auth-selected-email button {
    padding: 0;

    border: 0;

    background: transparent;

    color: var(--site-primary);

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}


/* gender */

.auth-gender {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


.auth-field-title small {
    margin-left: 4px;

    color: #999999;

    font-weight: 400;
}


.auth-gender-options {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 9px;
}


.auth-gender-options label {
    display: flex;
    align-items: center;

    gap: 8px;

    padding: 11px 12px;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    cursor: pointer;
}


.auth-gender-options input {
    accent-color:
            var(--site-primary);
}


/* social */

.auth-separator {
    display: grid;

    grid-template-columns:
        1fr auto 1fr;

    align-items: center;

    gap: 10px;

    margin: 22px 0 16px;
}


.auth-separator span {
    height: 1px;

    background: #eeeeee;
}


.auth-separator em {
    color: #999999;

    font-size: 11px;
    font-style: normal;
}


.auth-social-area {
    display: flex;
    flex-direction: column;

    gap: 9px;
}


.auth-social-button {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 46px;

    border: 1px solid #dddddd;
    border-radius: 9px;

    background: #ffffff;

    color: #333333;

    font-size: 12px;
    font-weight: 650;
}


.auth-social-button:hover {
    border-color: #bbbbbb;

    background: #fafafa;
}


/* agreements */

.auth-agreements {
    display: flex;
    flex-direction: column;

    gap: 10px;

    padding: 13px;

    border-radius: 9px;

    background: #fafafa;
}


.auth-agreement {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    font-size: 11px;
    line-height: 1.4;
}


.auth-agreement input {
    margin-top: 2px;

    accent-color:
            var(--site-primary);
}


.auth-agreement-link {
    padding: 0;

    border: 0;

    background: transparent;

    color: var(--site-primary);

    font-size: 11px;
    font-weight: 650;

    text-decoration: underline;

    cursor: pointer;
}


.auth-agreement small {
    margin-left: 4px;

    color: #999999;
}


.auth-legal-text {
    margin-top: 20px;

    color: #888888;

    font-size: 10.5px;
    line-height: 1.65;
}


.auth-legal-text strong {
    color: #555555;
}


/* popup */

.auth-agreement-popup {
    position: fixed;

    inset: 0;

    z-index: 21000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transition:
            opacity .2s ease,
            visibility .2s ease;
}


.auth-agreement-popup.is-open {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;
}


.auth-agreement-popup-backdrop {
    position: absolute;

    inset: 0;

    background:
            rgba(0, 0, 0, .5);
}


.auth-agreement-popup-dialog {
    position: relative;

    z-index: 1;

    width: min(
            760px,
            100%
    );

    max-height: 82vh;

    overflow: hidden;

    border-radius: 15px;

    background: #ffffff;
}


.auth-agreement-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 17px 19px;

    border-bottom:
            1px solid #eeeeee;
}


.auth-agreement-popup-header button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;
}


.auth-agreement-popup-content {
    max-height:
            calc(82vh - 70px);

    overflow-y: auto;

    padding: 20px;

    color: #555555;

    font-size: 12px;
    line-height: 1.7;
}


@media (max-width: 575px) {

    .auth-page {
        padding:
                20px 10px 40px;
    }


    .auth-card {
        padding: 22px 16px;

        border-radius: 12px;
    }


    .auth-heading h1 {
        font-size: 21px;
    }
}

/* =====================================================
   DESKTOP ACCOUNT DROPDOWN
===================================================== */

.header-account-dropdown {
    position: relative;
}


.header-account-trigger {
    height: 45px;
}


.header-account-arrow {
    margin-left: -2px;

    color: #999999;

    font-size: 9px;

    transition:
            transform .2s ease;
}


.header-account-dropdown:hover
.header-account-arrow {
    transform:
            rotate(180deg);
}


.header-account-menu {
    position: absolute;

    z-index: 5000;

    top: calc(100% + 1px);
    right: 0;

    width: 215px;

    padding: 8px;

    border: 1px solid #eeeeee;
    border-radius: 11px;

    background: #ffffff;

    box-shadow:
            0 12px 30px
            rgba(0, 0, 0, .12);

    visibility: hidden;
    opacity: 0;

    transform:
            translateY(-5px);

    pointer-events: none;

    transition:
            opacity .18s ease,
            transform .18s ease,
            visibility .18s ease;
}


.header-account-dropdown:hover
.header-account-menu {
    visibility: visible;

    opacity: 1;

    transform:
            translateY(0);

    pointer-events: auto;
}


.header-account-menu-title {
    padding: 9px 11px 10px;

    color: #999999;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
}


.header-account-menu > a {
    display: flex;
    align-items: center;

    gap: 10px;

    min-height: 42px;

    padding: 0 11px;

    border-radius: 7px;

    color: #444444;

    font-size: 12px;
    font-weight: 600;

    transition:
            color .15s ease,
            background-color .15s ease;
}


.header-account-menu > a:hover {
    background:
            var(--site-primary-50);

    color:
            var(--site-primary);
}


.header-account-menu > a i {
    width: 17px;

    color: inherit;

    font-size: 15px;
}


.header-account-menu-divider {
    height: 1px;

    margin: 6px 3px;

    background: #eeeeee;
}


.header-account-menu
.header-account-logout {
    color: #d43838;
}

/* =====================================================
   PROFILE PAGE
===================================================== */

.profile-page {
    min-height: 75vh;

    padding: 35px 0 75px;

    background: #f7f7f8;
}


.profile-container {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding: 0 24px;
}


.profile-page-heading {
    margin-bottom: 23px;
}


.profile-page-heading h1 {
    margin: 0;

    color: #222222;

    font-size: 26px;
    font-weight: 750;
}


.profile-page-heading p {
    margin: 6px 0 0;

    color: #888888;

    font-size: 12px;
}


.profile-layout {
    display: grid;

    grid-template-columns:
        220px
        minmax(0, 1fr);

    gap: 22px;

    align-items: start;
}


/* Sidebar */

.profile-sidebar {
    display: flex;
    flex-direction: column;

    gap: 3px;

    padding: 10px;

    border: 1px solid #eeeeee;
    border-radius: 13px;

    background: #ffffff;
}


.profile-sidebar a {
    display: flex;
    align-items: center;

    gap: 10px;

    min-height: 43px;

    padding: 0 12px;

    border-radius: 8px;

    color: #555555;

    font-size: 12px;
    font-weight: 600;
}


.profile-sidebar a:hover,
.profile-sidebar a.active {
    background:
            var(--site-primary-50);

    color:
            var(--site-primary);
}


.profile-sidebar
.profile-sidebar-logout {
    margin-top: 5px;

    border-top:
            1px solid #eeeeee;

    border-radius: 0;

    color: #d43838;
}


/* content */

.profile-content {
    display: flex;
    flex-direction: column;

    gap: 18px;
}


.profile-card {
    padding: 24px;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    background: #ffffff;
}


.profile-card-heading {
    display: flex;
    justify-content: space-between;

    margin-bottom: 22px;
}


.profile-card-heading h2 {
    margin: 0;

    color: #222222;

    font-size: 17px;
    font-weight: 700;
}


.profile-card-heading p {
    margin: 5px 0 0;

    color: #888888;

    font-size: 11px;
}


.profile-form {
    display: flex;
    flex-direction: column;

    gap: 17px;
}


.profile-form-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 16px;
}


.profile-field {
    display: flex;
    flex-direction: column;

    gap: 7px;
}


.profile-field > span {
    color: #555555;

    font-size: 11px;
    font-weight: 650;
}


.profile-field > span b {
    color:
            var(--site-primary);
}


.profile-field > span small {
    margin-left: 4px;

    color: #aaaaaa;

    font-weight: 400;
}


.profile-field input[type="text"],
.profile-field input[type="email"],
.profile-field input[type="tel"],
.profile-field input[type="password"] {
    width: 100%;
    height: 46px;

    padding: 0 12px;

    border: 1px solid #dddddd;
    border-radius: 8px;

    outline: 0;

    background: #ffffff;

    color: #333333;

    font-size: 12px;
}


.profile-field input:focus {
    border-color:
            var(--site-primary);

    box-shadow:
            0 0 0 3px
            rgba(255, 14, 106, .08);
}


/* gender */

.profile-gender-options {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 8px;
}


.profile-gender-options label {
    display: flex;
    align-items: center;

    gap: 7px;

    min-height: 46px;

    padding: 0 12px;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    cursor: pointer;
}


.profile-gender-options input {
    accent-color:
            var(--site-primary);
}


/* email */

.profile-email-field {
    padding-top: 4px;
}


.profile-email-status {
    margin-top: 9px;
}


.profile-email-confirmed {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: #23883b;

    font-size: 11px;
    font-weight: 650;
}


.profile-email-unconfirmed {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: #d88718;

    font-size: 11px;
}


.profile-email-confirm-button {
    margin-left: 10px;

    padding: 0;

    border: 0;

    background: transparent;

    color:
            var(--site-primary);

    font-size: 11px;
    font-weight: 700;

    text-decoration: underline;

    cursor: pointer;
}


/* buttons */

.profile-form-actions {
    display: flex;
    justify-content: flex-end;

    padding-top: 4px;
}


.profile-primary-button,
.profile-secondary-button {
    min-height: 44px;

    padding: 0 18px;

    border: 0;
    border-radius: 8px;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}


.profile-primary-button {
    background:
            var(--site-primary);

    color: #ffffff;
}


.profile-secondary-button {
    border:
            1px solid
            var(--site-primary);

    background: #ffffff;

    color:
            var(--site-primary);
}


/* verification popup */

.profile-code-popup {
    position: fixed;

    inset: 0;

    z-index: 21000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transition:
            opacity .2s ease,
            visibility .2s ease;
}


.profile-code-popup.is-open {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;
}


.profile-code-backdrop {
    position: absolute;

    inset: 0;

    background:
            rgba(0, 0, 0, .5);
}


.profile-code-dialog {
    position: relative;

    z-index: 1;

    width: min(
            390px,
            100%
    );

    padding: 27px;

    border-radius: 15px;

    background: #ffffff;

    text-align: center;
}


.profile-code-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    margin: 0 auto 15px;

    border-radius: 50%;

    background:
            var(--site-primary-50);

    color:
            var(--site-primary);

    font-size: 24px;
}


.profile-code-dialog h3 {
    margin: 0;

    font-size: 18px;
}


.profile-code-dialog p {
    margin: 9px 0 18px;

    color: #777777;

    font-size: 11px;
    line-height: 1.6;
}


.profile-code-input {
    width: 100%;
    height: 52px;

    margin-bottom: 12px;

    border: 1px solid #dddddd;
    border-radius: 9px;

    outline: 0;

    text-align: center;

    font-size: 22px;
    font-weight: 700;

    letter-spacing: 8px;
}


.profile-code-input:focus {
    border-color:
            var(--site-primary);
}


.profile-code-dialog
.profile-primary-button {
    width: 100%;
}


.profile-code-cancel {
    margin-top: 12px;

    border: 0;

    background: transparent;

    color: #888888;

    font-size: 11px;

    cursor: pointer;
}


@media (max-width: 767px) {

    .profile-layout {
        grid-template-columns:
            1fr;
    }


    .profile-sidebar {
        display: none;
    }


    .profile-form-grid {
        grid-template-columns:
            1fr;
    }


    .profile-card {
        padding: 18px 14px;
    }

}

.swal2-container {
    z-index: 999999 !important;
}
/* =====================================================
   ADDRESSES
===================================================== */

.profile-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.profile-heading-row
.profile-primary-button {
    display: inline-flex;
    align-items: center;

    gap: 7px;
}


/* grid */

.address-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 16px;
}


/* card */

.address-card {
    position: relative;

    padding: 20px;

    border: 1px solid #e7e7e7;
    border-radius: 13px;

    background: #ffffff;

    transition:
            border-color .2s ease,
            box-shadow .2s ease;
}


.address-card:hover {
    border-color: #dddddd;

    box-shadow:
            0 7px 22px
            rgba(0,0,0,.05);
}


/*
 * ANA ADRES
 */

.address-card.is-main {
    border:
            2px solid
            var(--site-primary);

    box-shadow:
            0 0 0 3px
            rgba(255, 14, 106, .05);
}


.address-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 15px;
}


.address-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;
}


.address-title-row h3 {
    margin: 0;

    color: #222222;

    font-size: 15px;
    font-weight: 750;
}


.address-main-badge {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    padding: 4px 7px;

    border-radius: 6px;

    background:
            var(--site-primary-50);

    color:
            var(--site-primary);

    font-size: 9px;
    font-weight: 700;
}


.address-person {
    margin-top: 5px;

    color: #777777;

    font-size: 11px;
}


.address-actions {
    display: flex;

    gap: 5px;
}


.address-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    border: 1px solid #eeeeee;
    border-radius: 7px;

    background: #ffffff;

    color: #777777;

    cursor: pointer;
}


.address-icon-button:hover {
    color:
            var(--site-primary);

    border-color:
            var(--site-primary);
}


.address-delete-button:hover {
    color: #dc3545;

    border-color: #dc3545;
}


.address-detail {
    margin-top: 17px;

    color: #555555;

    font-size: 11px;
    line-height: 1.65;
}


.address-location {
    margin-top: 11px;

    color: #333333;

    font-size: 11px;
    font-weight: 650;
}


.address-phone {
    display: flex;
    align-items: center;

    gap: 6px;

    margin-top: 9px;

    color: #777777;

    font-size: 10px;
}


.address-set-main {
    margin-top: 15px;

    padding: 0;

    border: 0;

    background: transparent;

    color:
            var(--site-primary);

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}


/* empty */

.address-empty {
    padding: 65px 20px;

    border: 1px dashed #dddddd;
    border-radius: 14px;

    background: #ffffff;

    text-align: center;
}


.address-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    margin: 0 auto 15px;

    border-radius: 50%;

    background:
            var(--site-primary-50);

    color:
            var(--site-primary);

    font-size: 27px;
}


.address-empty h2 {
    margin: 0;

    font-size: 17px;
}


.address-empty p {
    margin: 7px 0 18px;

    color: #888888;

    font-size: 11px;
}


/* modal */

.address-modal {
    position: fixed;

    inset: 0;

    z-index: 22000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;
}


.address-modal.is-open {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;
}


.address-modal-backdrop {
    position: absolute;

    inset: 0;

    background:
            rgba(0,0,0,.52);
}


.address-modal-dialog {
    position: relative;

    z-index: 1;

    width: min(
            720px,
            100%
    );

    max-height: 90vh;

    overflow-y: auto;

    padding: 24px;

    border-radius: 15px;

    background: #ffffff;
}


.address-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 22px;
}


.address-modal-header h2 {
    margin: 0;

    font-size: 18px;
}


.address-modal-header p {
    margin: 5px 0 0;

    color: #999999;

    font-size: 10px;
}


.address-modal-header > button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;
}


.profile-select,
.profile-textarea {
    width: 100%;

    border: 1px solid #dddddd;
    border-radius: 8px;

    outline: none;

    background: #ffffff;

    color: #333333;

    font-size: 12px;
}


.profile-select {
    height: 46px;

    padding: 0 11px;
}


.profile-textarea {
    min-height: 110px;

    padding: 11px 12px;

    resize: vertical;
}


.profile-select:focus,
.profile-textarea:focus {
    border-color:
            var(--site-primary);
}


/* main checkbox */

.address-main-checkbox {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    padding: 13px;

    border: 1px solid #eeeeee;
    border-radius: 9px;

    cursor: pointer;
}


.address-main-checkbox input {
    margin-top: 3px;

    accent-color:
            var(--site-primary);
}


.address-main-checkbox span {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.address-main-checkbox strong {
    color: #444444;

    font-size: 11px;
}


.address-main-checkbox small {
    color: #999999;

    font-size: 9px;
}


.address-modal-actions {
    display: flex;
    justify-content: flex-end;

    gap: 9px;

    margin-top: 5px;
}


.address-cancel-button {
    min-height: 44px;

    padding: 0 17px;

    border: 1px solid #dddddd;
    border-radius: 8px;

    background: #ffffff;

    color: #666666;

    font-size: 11px;
    font-weight: 650;

    cursor: pointer;
}


@media (max-width: 800px) {

    .address-grid {
        grid-template-columns:
            1fr;
    }

}

/* =====================================================
   ORDERS
===================================================== */

.orders-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 7px;

    border: 1px solid #ececec;
    border-radius: 12px;

    background: #ffffff;
}


/* tabs */

.orders-tabs {
    display: flex;
    align-items: center;

    gap: 3px;
}


.orders-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding: 0 15px;

    border-radius: 8px;

    color: #777777;

    font-size: 11px;
    font-weight: 650;
}


.orders-tabs a:hover {
    color:
            var(--site-primary);
}


.orders-tabs a.active {
    background:
            var(--site-primary-50);

    color:
            var(--site-primary);
}


.orders-date-filter {
    min-width: 145px;
    height: 38px;

    padding: 0 10px;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    outline: 0;

    background: #ffffff;

    color: #555555;

    font-size: 11px;
}


/* list */

.orders-list {
    display: flex;
    flex-direction: column;

    gap: 13px;
}


.order-card {
    overflow: hidden;

    border: 1px solid #e3e3e3;
    border-radius: 12px;

    background: #ffffff;
}


/* header */

.order-card-header {
    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr
        1fr
        .8fr
        auto;

    align-items: center;

    gap: 15px;

    padding: 13px 18px;

    border-bottom:
            1px solid #e8e8e8;

    background: #f7f7f7;
}


.order-header-column {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.order-header-column span {
    color: #888888;

    font-size: 9px;
}


.order-header-column strong {
    color: #444444;

    font-size: 11px;
    font-weight: 650;
}


.order-total-price {
    color:
            var(--site-primary)
    !important;
}


.order-detail-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-width: 105px;
    height: 36px;

    border: 1px solid
    var(--site-primary);
    border-radius: 7px;

    background:
            var(--site-primary);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}


.order-detail-toggle i {
    font-size: 9px;

    transition:
            transform .2s ease;
}


.order-card.detail-open
.order-detail-toggle i {
    transform:
            rotate(180deg);
}


/* main */

.order-card-main {
    display: grid;

    grid-template-columns:
        minmax(180px, 1fr)
        minmax(250px, 2fr)
        auto;

    align-items: center;

    gap: 20px;

    padding: 20px;
}


.order-status-box {
    padding: 12px 0;
}


.order-status-title {
    display: flex;
    align-items: center;

    gap: 7px;

    font-size: 11px;
    font-weight: 750;
}


.order-status-description {
    margin-top: 6px;

    color: #777777;

    font-size: 10px;
}


/* status colors */

.order-status-delivered
.order-status-title {
    color: #078544;
}


.order-status-ongoing
.order-status-title {
    color: #d4830b;
}


.order-status-cancelled
.order-status-title {
    color: #d13a3a;
}


.order-status-return
.order-status-title {
    color: #8054bb;
}


/* thumbnails */

.order-product-thumbnails {
    display: flex;
    align-items: center;

    gap: 7px;
}


.order-product-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 64px;

    overflow: hidden;

    border: 1px solid #dddddd;
    border-radius: 7px;

    background: #f8f8f8;
}


.order-product-thumbnail img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.order-product-thumbnail span {
    color: #bbbbbb;
}


.order-products-more {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    border-radius: 50%;

    background: #f1f1f1;

    color: #666666;

    font-size: 10px;
    font-weight: 700;
}


/* review */

.order-review-button {
    min-width: 110px;
    height: 36px;

    border: 1px solid
    var(--site-primary);
    border-radius: 7px;

    background: #ffffff;

    color:
            var(--site-primary);

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}


.order-review-button:hover {
    background:
            var(--site-primary);

    color: #ffffff;
}


/* =====================================================
   ORDER DETAILS
===================================================== */

.order-detail-panel {
    border-top:
            1px solid #eeeeee;

    background: #fafafa;
}


.order-detail-panel[hidden] {
    display: none;
}


.order-detail-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 15px;

    padding: 18px;
}


.order-detail-section {
    padding: 18px;

    border: 1px solid #e8e8e8;
    border-radius: 10px;

    background: #ffffff;
}


.order-detail-section h3 {
    margin:
            0 0 15px;

    color: #333333;

    font-size: 12px;
    font-weight: 750;
}


/* product details */

.order-detail-products {
    grid-column:
            1 / -1;
}


.order-detail-product-list {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


.order-detail-product {
    display: grid;

    grid-template-columns:
        48px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 12px;

    padding-bottom: 10px;

    border-bottom:
            1px solid #eeeeee;
}


.order-detail-product:last-child {
    padding-bottom: 0;

    border-bottom: 0;
}


.order-detail-product-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 58px;

    overflow: hidden;

    border-radius: 6px;

    background: #f5f5f5;
}


.order-detail-product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.order-detail-product-info {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.order-detail-product-info a {
    color: #444444;

    font-size: 10px;
    font-weight: 650;
}


.order-detail-product-info a:hover {
    color:
            var(--site-primary);
}


.order-detail-product-info small {
    color: #999999;

    font-size: 9px;
}


.order-detail-product > strong {
    color: #444444;

    font-size: 10px;
}


/* info */

.order-information-list {
    display: flex;
    flex-direction: column;

    gap: 11px;
}


.order-information-list > div {
    display: flex;
    justify-content: space-between;

    gap: 15px;
}


.order-information-list span {
    color: #999999;

    font-size: 9px;
}


.order-information-list strong {
    color: #444444;

    font-size: 10px;
    font-weight: 650;

    text-align: right;
}


.order-information-list
.order-info-full {
    flex-direction: column;
}


.order-information-list
.order-info-full strong {
    text-align: left;

    line-height: 1.6;
}


/* prices */

.order-price-list {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


.order-price-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}


.order-price-list span {
    color: #888888;

    font-size: 9px;
}


.order-price-list strong {
    color: #444444;

    font-size: 10px;
}


.order-deposit-row strong {
    color: #11864a;
}


.order-price-total {
    margin-top: 4px;

    padding-top: 11px;

    border-top:
            1px solid #eeeeee;
}


.order-price-total span {
    color: #333333;

    font-weight: 700;
}


.order-price-total strong {
    color:
            var(--site-primary);

    font-size: 13px;
}


/* empty */

.orders-empty {
    padding: 70px 20px;

    border: 1px dashed #dddddd;
    border-radius: 13px;

    background: #ffffff;

    text-align: center;
}


.orders-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    margin:
            0 auto 15px;

    border-radius: 50%;

    background:
            var(--site-primary-50);

    color:
            var(--site-primary);

    font-size: 27px;
}


.orders-empty h2 {
    margin: 0;

    font-size: 16px;
}


.orders-empty p {
    margin:
            7px 0 18px;

    color: #888888;

    font-size: 10px;
}


.orders-empty
.profile-primary-button {
    display: inline-flex;
    align-items: center;

    text-decoration: none;
}


/* responsive */

@media (max-width: 1100px) {

    .order-card-header {
        grid-template-columns:
            repeat(
                3,
                1fr
            );
    }


    .order-detail-toggle {
        width: 100%;
    }

}


@media (max-width: 800px) {

    .orders-toolbar {
        flex-direction: column;
        align-items: stretch;
    }


    .orders-tabs {
        overflow-x: auto;
    }


    .orders-date-filter {
        width: 100%;
    }


    .order-card-main {
        grid-template-columns:
            1fr;
    }


    .order-detail-grid {
        grid-template-columns:
            1fr;
    }

}

/* =====================================================
   CARGO TRACK
===================================================== */

.order-cargo-track-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: 15px;

    min-height: 38px;

    padding: 0 14px;

    border: 1px solid var(--site-primary);
    border-radius: 7px;

    background: #ffffff;

    color: var(--site-primary);

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}


.order-cargo-track-button:hover {
    background: var(--site-primary);

    color: #ffffff;
}


/* modal */

.cargo-track-modal {
    position: fixed;

    inset: 0;

    z-index: 25000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;
}


.cargo-track-modal.is-open {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;
}


.cargo-track-backdrop {
    position: absolute;

    inset: 0;

    background: rgba(0,0,0,.52);
}


.cargo-track-dialog {
    position: relative;

    z-index: 1;

    width: min(570px, 100%);

    max-height: 85vh;

    overflow-y: auto;

    border-radius: 15px;

    background: #ffffff;
}


.cargo-track-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding: 20px;

    border-bottom: 1px solid #eeeeee;
}


.cargo-track-header h2 {
    margin: 0;

    font-size: 17px;
}


.cargo-track-header p {
    margin: 4px 0 0;

    color: #888888;

    font-size: 10px;
}


.cargo-track-header button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;
}


.cargo-track-content {
    padding: 20px;
}


/* loading */

.cargo-track-loading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 170px;

    color: #777777;

    font-size: 11px;
}


/* pending */

.cargo-track-pending {
    padding: 35px 15px;

    text-align: center;
}


.cargo-track-pending strong {
    display: block;

    margin-top: 12px;

    font-size: 14px;
}


.cargo-track-pending p {
    max-width: 360px;

    margin: 7px auto 0;

    color: #888888;

    font-size: 10px;
    line-height: 1.6;
}


/* summary */

.cargo-track-summary {
    display: flex;
    align-items: center;

    gap: 13px;

    padding: 15px;

    border-radius: 10px;

    background: #f8f8f8;
}


.cargo-track-big-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    border-radius: 50%;

    background: var(--site-primary-50);

    color: var(--site-primary);

    font-size: 20px;
}


.cargo-track-summary span {
    display: block;

    color: #999999;

    font-size: 9px;
}


.cargo-track-summary strong {
    display: block;

    margin-top: 3px;

    color: #333333;

    font-size: 12px;
}


/* details */

.cargo-track-info {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;

    margin-top: 14px;
}


.cargo-track-info > div {
    padding: 11px;

    border: 1px solid #eeeeee;
    border-radius: 8px;
}


.cargo-track-info span {
    display: block;

    color: #999999;

    font-size: 8px;
}


.cargo-track-info strong {
    display: block;

    margin-top: 4px;

    color: #444444;

    font-size: 10px;
}


.cargo-external-track {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 42px;

    margin-top: 14px;

    border-radius: 8px;

    background: var(--site-primary);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
}


/* timeline */

.cargo-movement-section {
    margin-top: 22px;
}


.cargo-movement-section h3 {
    margin: 0 0 15px;

    font-size: 12px;
}


.cargo-timeline {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 0;
}


.cargo-timeline-item {
    position: relative;

    display: grid;

    grid-template-columns:
        20px
        minmax(0, 1fr);

    gap: 9px;

    padding-bottom: 18px;
}


.cargo-timeline-item:not(:last-child)::before {
    content: "";

    position: absolute;

    left: 5px;
    top: 12px;
    bottom: 0;

    width: 1px;

    background: #dddddd;
}


.cargo-timeline-dot {
    position: relative;

    z-index: 1;

    width: 11px;
    height: 11px;

    margin-top: 2px;

    border: 3px solid #ffffff;
    border-radius: 50%;

    background: var(--site-primary);

    box-shadow:
            0 0 0 1px
            var(--site-primary);
}


.cargo-timeline-item strong {
    display: block;

    color: #444444;

    font-size: 10px;
}


.cargo-timeline-item p {
    margin: 4px 0 0;

    color: #777777;

    font-size: 9px;
}


.cargo-timeline-item time {
    display: block;

    margin-top: 4px;

    color: #aaaaaa;

    font-size: 8px;
}

/* =====================================================
   ORDER PRODUCT REVIEW
===================================================== */

.order-detail-product-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 8px;
}


.order-product-review-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    min-height: 31px;

    padding: 0 10px;

    border: 1px solid var(--site-primary);
    border-radius: 6px;

    background: #ffffff;

    color: var(--site-primary);

    font-size: 9px;
    font-weight: 700;

    cursor: pointer;
}


.order-product-review-button:hover {
    background: var(--site-primary);
    color: #ffffff;
}


.order-reviewed-badge {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    color: #198754;

    font-size: 9px;
    font-weight: 700;
}


/* modal */

.order-review-modal {
    position: fixed;

    inset: 0;

    z-index: 26000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;
}


.order-review-modal.is-open {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;
}


.order-review-backdrop {
    position: absolute;

    inset: 0;

    background: rgba(0,0,0,.55);
}


.order-review-dialog {
    position: relative;

    z-index: 1;

    width: min(
            540px,
            100%
    );

    max-height: 90vh;

    overflow-y: auto;

    padding: 22px;

    border-radius: 15px;

    background: #ffffff;
}


.order-review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 18px;
}


.order-review-header h2 {
    margin: 0;

    font-size: 17px;
}


.order-review-header p {
    margin: 4px 0 0;

    color: #999999;

    font-size: 10px;
}


.order-review-header button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;
}


/* product */

.order-review-product {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 12px;

    border-radius: 9px;

    background: #f7f7f7;
}


.order-review-product-image {
    width: 50px;
    height: 62px;

    overflow: hidden;

    border-radius: 6px;

    background: #eeeeee;
}


.order-review-product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.order-review-product strong {
    color: #444444;

    font-size: 10px;
    line-height: 1.5;
}


/* fields */

.order-review-field {
    margin-top: 17px;
}


.order-review-field > label {
    display: block;

    margin-bottom: 7px;

    color: #555555;

    font-size: 10px;
    font-weight: 700;
}


.order-review-field label small {
    color: #aaaaaa;
    font-weight: 400;
}


.order-review-field textarea {
    width: 100%;

    padding: 11px;

    border: 1px solid #dddddd;
    border-radius: 8px;

    outline: none;

    resize: vertical;

    font-size: 11px;
}


.order-review-field textarea:focus {
    border-color: var(--site-primary);
}


/* stars */

.order-review-stars {
    display: flex;

    gap: 5px;
}


.order-review-stars button {
    padding: 0;

    border: 0;

    background: transparent;

    color: #dddddd;

    font-size: 26px;

    cursor: pointer;
}


.order-review-stars button.active {
    color: #ffb400;
}


/* secret */

.order-review-secret {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-top: 15px;

    color: #666666;

    font-size: 10px;

    cursor: pointer;
}


.order-review-secret input {
    accent-color: var(--site-primary);
}


.order-review-submit {
    width: 100%;

    margin-top: 20px;
}
@media (max-width: 800px) {

    .profile-layout {
        display: block;
    }

    .profile-sidebar {
        display: flex !important;
        flex-direction: row;

        gap: 8px;

        width: 100%;

        margin-bottom: 16px;

        padding: 8px;

        overflow-x: auto;
        overflow-y: hidden;

        border: 1px solid #eeeeee;
        border-radius: 10px;

        background: #ffffff;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .profile-sidebar::-webkit-scrollbar {
        display: none;
    }

    .profile-sidebar a {
        flex: 0 0 auto;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        gap: 6px;

        min-height: 38px;

        padding: 0 12px;

        border-radius: 8px;

        white-space: nowrap;

        font-size: 10px;
    }

    .profile-sidebar a.active {
        background: var(--site-primary-50);
        color: var(--site-primary);
    }

    .profile-sidebar-logout {
        margin-top: 0 !important;
    }

}

/* =====================================================
   FAVORITES
===================================================== */

.favorites-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;

    padding: 0 11px;

    border-radius: 20px;

    background: #f5f5f5;

    color: #777;

    font-size: 10px;
    font-weight: 700;
}


.favorites-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 20px;
}


.favorite-product-card {
    width: 100%;
    min-width: 0;
}


/* empty */

.favorites-empty {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-height: 360px;

    padding: 40px 20px;

    text-align: center;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    background: #ffffff;
}


.favorites-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;

    margin-bottom: 16px;

    border-radius: 50%;

    background: #fff2f4;

    color: var(--site-primary);

    font-size: 30px;
}


.favorites-empty h2 {
    margin: 0;

    font-size: 16px;
}


.favorites-empty p {
    max-width: 360px;

    margin: 8px 0 20px;

    color: #999999;

    font-size: 10px;
    line-height: 1.6;
}


@media (max-width: 1100px) {

    .favorites-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

}


@media (max-width: 700px) {

    .favorites-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 10px;
    }

}

/* =====================================================
   FAVORITES LISTING
===================================================== */

.favorites-page {
    padding: 24px 0 50px;
}


.favorites-page .listing-page-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 22px;
}


.favorites-page .listing-page-title-area h1 {
    margin: 0;

    font-size: 22px;
    font-weight: 700;
}


.favorites-page .listing-page-title-area p {
    margin: 5px 0 0;

    color: #999999;

    font-size: 11px;
}


.favorites-grid {
    display: grid;

    grid-template-columns:
        repeat(
            5,
            minmax(0, 1fr)
        );

    gap: 18px;
}


.favorite-product-card {
    width: 100%;
    min-width: 0;
}


/* EMPTY */

.favorites-empty {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-height: 420px;

    text-align: center;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    background: #ffffff;
}


.favorites-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 76px;
    height: 76px;

    margin-bottom: 16px;

    border-radius: 50%;

    background: #fff2f4;

    color: var(--site-primary);

    font-size: 30px;
}


.favorites-empty h2 {
    margin: 0;

    font-size: 17px;
}


.favorites-empty p {
    max-width: 400px;

    margin: 8px 0 20px;

    color: #999999;

    font-size: 11px;
    line-height: 1.6;
}


.favorites-empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;

    padding: 0 18px;

    border-radius: 8px;

    background: var(--site-primary);

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;
}


@media (max-width: 1200px) {

    .favorites-grid {
        grid-template-columns:
            repeat(
                4,
                minmax(0, 1fr)
            );
    }

}


@media (max-width: 900px) {

    .favorites-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

}


@media (max-width: 700px) {

    .favorites-page {
        padding-top: 14px;
    }


    .favorites-page .listing-page-top {
        margin-bottom: 14px;
    }


    .favorites-page .listing-page-title-area h1 {
        font-size: 18px;
    }


    .favorites-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 10px;
    }

}

/* =====================================================
   BASKET
===================================================== */

.basket-page {
    padding: 25px 0 60px;
}


.basket-page-header {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;
}


.basket-page-header h1 {
    margin: 0;

    font-size: 22px;
    font-weight: 700;
}


.basket-page-header span {
    color: #999;
    font-size: 11px;
}


.basket-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        330px;

    gap: 25px;

    align-items: start;
}


.basket-products {
    display: flex;
    flex-direction: column;

    gap: 12px;
}


.basket-item {
    display: grid;

    grid-template-columns:
        110px
        minmax(0, 1fr);

    gap: 15px;

    padding: 15px;

    border: 1px solid #ececec;
    border-radius: 12px;

    background: #fff;
}


.basket-item-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 110px;
    height: 140px;

    overflow: hidden;

    border-radius: 8px;

    background: #f6f6f6;

    color: #aaa;
}


.basket-item-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.basket-item-content {
    display: flex;
    flex-direction: column;

    min-width: 0;
}


.basket-item-top {
    display: flex;
    justify-content: space-between;

    gap: 15px;
}


.basket-item-name {
    display: block;

    color: #333;

    text-decoration: none;

    font-size: 12px;
}


.basket-item-name strong {
    margin-right: 4px;
}


.basket-remove-button {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    border: 0;

    background: transparent;

    color: #999;

    cursor: pointer;
}


.basket-remove-button:hover {
    color: #dc3545;
}


.basket-item-variant {
    margin-top: 7px;

    color: #777;

    font-size: 10px;
}


.basket-stock-warning {
    margin-top: 8px;

    color: #dc3545;

    font-size: 10px;
    font-weight: 600;
}


.basket-item-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 15px;

    margin-top: auto;
}


.basket-quantity {
    display: inline-grid;

    grid-template-columns:
        34px
        40px
        34px;

    height: 34px;

    overflow: hidden;

    border: 1px solid #ddd;
    border-radius: 7px;
}


.basket-quantity button {
    border: 0;

    background: #fff;

    cursor: pointer;
}


.basket-quantity button:disabled {
    opacity: .35;

    cursor: not-allowed;
}


.basket-quantity span {
    display: flex;
    align-items: center;
    justify-content: center;

    border-left: 1px solid #eee;
    border-right: 1px solid #eee;

    font-size: 11px;
    font-weight: 700;
}


.basket-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.basket-item-price small {
    color: #999;

    font-size: 9px;
}


.basket-item-price strong {
    margin-top: 2px;

    font-size: 15px;
}


.basket-summary {
    position: sticky;

    top: 20px;

    padding: 20px;

    border: 1px solid #ececec;
    border-radius: 12px;

    background: #fff;
}


.basket-summary h2 {
    margin: 0 0 20px;

    font-size: 16px;
}


.basket-summary-row,
.basket-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}


.basket-summary-row {
    padding-bottom: 15px;

    color: #777;

    font-size: 11px;
}


.basket-summary-total {
    padding-top: 15px;

    border-top: 1px solid #eee;
}


.basket-summary-total span {
    font-size: 12px;
    font-weight: 600;
}


.basket-summary-total strong {
    font-size: 19px;
}


.basket-checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 45px;

    padding: 0 16px;

    border: 0;
    border-radius: 8px;

    background: var(--site-primary);

    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}
.basket-checkout-button:hover {
    color: #fff;
    opacity: .92;
}

.basket-checkout-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

/* EMPTY */

.basket-empty {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-height: 420px;

    text-align: center;
}


.basket-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 75px;
    height: 75px;

    margin-bottom: 15px;

    border-radius: 50%;

    background: #f6f6f6;

    font-size: 28px;
}


.basket-empty h2 {
    margin: 0;

    font-size: 17px;
}


.basket-empty p {
    margin: 8px 0 20px;

    color: #999;

    font-size: 11px;
}


.basket-shopping-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;

    padding: 0 18px;

    border-radius: 8px;

    background: var(--site-primary);

    color: #fff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;
}


@media (max-width: 800px) {

    .basket-page {
        padding-top: 15px;
    }


    .basket-layout {
        display: block;
    }


    .basket-summary {
        position: static;

        margin-top: 15px;
    }


    .basket-item {
        grid-template-columns:
            85px
            minmax(0, 1fr);

        gap: 10px;

        padding: 10px;
    }


    .basket-item-image {
        width: 85px;
        height: 110px;
    }


    .basket-item-bottom {
        margin-top: 15px;
    }

}


/* =====================================================
   BASKET CHECKOUT
===================================================== */

.basket-checkout-section {
    margin-top: 24px;
    padding: 22px;

    border: 1px solid #ececec;
    border-radius: 14px;

    background: #fff;
}


/* =====================================================
   HEADING
===================================================== */

.basket-checkout-heading {
    margin-bottom: 22px;
}

.basket-checkout-heading h2 {
    margin: 0 0 6px;

    font-size: 20px;
    font-weight: 700;
}

.basket-checkout-heading p {
    margin: 0;

    color: #888;

    font-size: 11px;
}


/* =====================================================
   BLOCK
===================================================== */

.checkout-block {
    padding: 20px 0;

    border-top: 1px solid #eee;
}

.checkout-block:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.checkout-block h3 {
    margin: 0 0 14px;

    font-size: 14px;
    font-weight: 700;

    color: #222;
}


/* =====================================================
   ADDRESS GRID
===================================================== */

.checkout-address-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


/* =====================================================
   ADDRESS CARD
===================================================== */

.checkout-address-card {
    position: relative;

    display: block;

    min-width: 0;

    cursor: pointer;
}

.checkout-address-card input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.checkout-address-content {
    display: flex;
    flex-direction: column;

    gap: 5px;

    min-height: 125px;

    padding: 15px 16px;

    border: 1px solid #e4e4e4;
    border-radius: 10px;

    background: #fff;

    transition:
            border-color .2s ease,
            box-shadow .2s ease,
            background .2s ease;
}

.checkout-address-content strong {
    padding-right: 28px;

    font-size: 12px;
    font-weight: 700;

    color: #222;
}

.checkout-address-content span {
    color: #666;

    font-size: 10px;
    line-height: 1.55;
}

.checkout-address-card:hover
.checkout-address-content {
    border-color: #bbb;
}


/*
|--------------------------------------------------------------------------
| Seçili adres
|--------------------------------------------------------------------------
*/

.checkout-address-card input:checked
+
.checkout-address-content {
    border-color: #111;

    box-shadow:
            0 0 0 1px #111;
}


/*
|--------------------------------------------------------------------------
| Seçili ikonu
|--------------------------------------------------------------------------
*/

.checkout-address-card input:checked
+
.checkout-address-content::after {
    content: "\F26E";

    position: absolute;

    top: 13px;
    right: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    background: #111;

    color: #fff;

    font-family: "bootstrap-icons";

    font-size: 11px;
}


/* =====================================================
   NO ADDRESS
===================================================== */

.checkout-no-address {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 14px 16px;

    border: 1px dashed #ddd;
    border-radius: 9px;

    background: #fafafa;
}

.checkout-no-address p {
    margin: 0;

    color: #777;

    font-size: 11px;
}

.checkout-no-address a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;

    padding: 0 13px;

    border-radius: 7px;

    background: #111;

    color: #fff;

    text-decoration: none;

    font-size: 10px;
    font-weight: 600;
}


/* =====================================================
   SAME BILLING ADDRESS
===================================================== */

.checkout-same-address {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    cursor: pointer;

    user-select: none;
}

.checkout-same-address input {
    width: 17px;
    height: 17px;

    margin: 0;

    accent-color: #111;

    cursor: pointer;
}

.checkout-same-address span {
    color: #333;

    font-size: 11px;
    font-weight: 600;
}


#billingAddressSection {
    margin-top: 18px;

    padding-top: 18px;

    border-top: 1px solid #eee;
}


/* =====================================================
   PAYMENT METHODS
===================================================== */

.checkout-payment-methods {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}

.checkout-payment-card {
    position: relative;

    display: block;

    cursor: pointer;
}

.checkout-payment-card input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.checkout-payment-card > span {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: flex-start;

    min-height: 125px;

    padding: 17px;

    border: 1px solid #e4e4e4;
    border-radius: 10px;

    background: #fff;

    transition:
            border-color .2s ease,
            box-shadow .2s ease,
            background .2s ease;
}

.checkout-payment-card > span > i {
    margin-bottom: 12px;

    font-size: 25px;

    color: #333;
}

.checkout-payment-card > span strong {
    margin-bottom: 5px;

    color: #222;

    font-size: 12px;
    font-weight: 700;
}

.checkout-payment-card > span small {
    color: #888;

    font-size: 10px;
    line-height: 1.5;
}

.checkout-payment-card:hover
> span {
    border-color: #bbb;
}


/*
|--------------------------------------------------------------------------
| Seçili ödeme yöntemi
|--------------------------------------------------------------------------
*/

.checkout-payment-card input:checked
+
span {
    border-color: #111;

    box-shadow:
            0 0 0 1px #111;

    background: #fcfcfc;
}

.checkout-payment-card input:checked
+
span::after {
    content: "\F26E";

    position: absolute;

    top: 14px;
    right: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;

    border-radius: 50%;

    background: #111;

    color: #fff;

    font-family: "bootstrap-icons";

    font-size: 11px;
}


/* =====================================================
   DISABLED PAYMENT
===================================================== */

.checkout-payment-card.is-disabled {
    cursor: not-allowed;
}

.checkout-payment-card.is-disabled > span {
    opacity: .45;

    background: #fafafa;
}

.checkout-payment-card em {
    position: absolute;

    top: 13px;
    right: 13px;

    padding: 4px 7px;

    border-radius: 20px;

    background: #f0f0f0;

    color: #777;

    font-size: 8px;
    font-style: normal;
    font-weight: 700;
}


/* =====================================================
   COD SUMMARY
===================================================== */

.checkout-cod-summary {
    margin-top: 5px;

    padding: 17px;

    border: 1px solid #e9e9e9;
    border-radius: 10px;

    background: #fafafa;
}

.checkout-cod-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 7px 0;
}

.checkout-cod-summary > div span {
    color: #777;

    font-size: 10px;
}

.checkout-cod-summary > div strong {
    color: #333;

    font-size: 11px;
    font-weight: 600;
}

.checkout-cod-grand-total {
    margin-top: 7px;

    padding-top: 13px !important;

    border-top: 1px solid #ddd;
}

.checkout-cod-grand-total span {
    color: #111 !important;

    font-size: 12px !important;
    font-weight: 700;
}

.checkout-cod-grand-total strong {
    color: #111 !important;

    font-size: 17px !important;
    font-weight: 800 !important;
}


/* =====================================================
   CHECKOUT BUTTON
===================================================== */

#checkoutPaymentContinue {
    width: 100%;

    margin-top: 20px;

    border: 0;

    cursor: pointer;
}

#checkoutPaymentContinue:disabled {
    opacity: .55;

    cursor: wait;
}


/* =====================================================
   COD VERIFICATION MODAL
===================================================== */

.cod-verification {
    padding: 2px 5px 8px;

    text-align: center;
}

.cod-verification p {
    max-width: 390px;

    margin:
            0 auto
            15px;

    color: #666;

    font-size: 11px;
    line-height: 1.65;
}

.cod-verification p strong {
    color: #222;

    font-weight: 700;
}


/* TIMER */

.cod-countdown {
    margin-bottom: 13px;

    font-size: 31px;
    font-weight: 800;
    letter-spacing: 1px;

    color: #111;
}


/* CODE INPUT */

#codVerificationInput {
    display: block;

    width: 180px;

    margin:
            0 auto
            15px;

    text-align: center;

    font-size: 22px;
    font-weight: 700;

    letter-spacing: 8px;

    border-radius: 9px;
}


/* VERIFY BUTTON */

#codVerifyButton {
    width: 210px;

    margin:
            0 auto;

    border: 0;

    cursor: pointer;
}

#codVerifyButton:disabled {
    opacity: .5;

    cursor: wait;
}


/* ERROR */

.cod-error {
    min-height: 18px;

    margin-top: 11px;

    color: #dc3545;

    font-size: 10px;
    font-weight: 600;
}


/* =====================================================
   SWEETALERT COD MODAL
===================================================== */

.swal2-popup:has(.cod-verification) {
    width: 440px;

    max-width: calc(100% - 24px);

    padding:
            24px
            24px
            22px;

    border-radius: 15px;
}

.swal2-popup:has(.cod-verification)
.swal2-title {
    padding-top: 0;

    font-size: 19px;
    font-weight: 750;

    color: #222;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 800px) {

    .basket-checkout-section {
        margin-top: 15px;

        padding: 15px;

        border-radius: 11px;
    }


    .basket-checkout-heading h2 {
        font-size: 17px;
    }


    .checkout-block {
        padding: 17px 0;
    }


    /*
    |--------------------------------------------------------------------------
    | Adresleri mobilde alt alta
    |--------------------------------------------------------------------------
    */

    .checkout-address-grid {
        grid-template-columns:
            minmax(0, 1fr);

        gap: 9px;
    }


    .checkout-address-content {
        min-height: auto;

        padding: 13px 14px;
    }


    /*
    |--------------------------------------------------------------------------
    | Ödeme yöntemleri mobilde alt alta
    |--------------------------------------------------------------------------
    */

    .checkout-payment-methods {
        grid-template-columns:
            minmax(0, 1fr);

        gap: 9px;
    }


    .checkout-payment-card > span {
        min-height: auto;

        padding: 14px;
    }


    .checkout-payment-card > span > i {
        margin-bottom: 8px;

        font-size: 22px;
    }


    /*
    |--------------------------------------------------------------------------
    | COD özet
    |--------------------------------------------------------------------------
    */

    .checkout-cod-summary {
        padding: 13px;
    }


    /*
    |--------------------------------------------------------------------------
    | SMS modal
    |--------------------------------------------------------------------------
    */

    .swal2-popup:has(.cod-verification) {
        width:
                calc(100% - 20px);

        padding:
                20px
                15px;
    }


    .cod-countdown {
        font-size: 28px;
    }


    #codVerificationInput {
        width: 160px;

        font-size: 20px;
    }


    #codVerifyButton {
        width: 100%;
    }


    .checkout-no-address {
        flex-direction: column;

        align-items: flex-start;
    }

}

/* =====================================================
   BASKET CHECKOUT ACTIVE
===================================================== */

.basket-layout.is-checkout-active {
    grid-template-columns:
        minmax(0, 1fr)
        330px;
}


.basket-layout.is-checkout-active
.basket-products {
    grid-column:
            1 / -1;
}


.basket-layout.is-checkout-active
.basket-checkout-section {
    grid-column:
            1 / -1;

    width: 100%;
}
.basket-layout.is-checkout-active
.basket-checkout-section {
    grid-column:
            1;

    width:
            100%;
}
.basket-layout.is-checkout-active
.basket-summary {
    grid-column:
            2;

    grid-row:
            1 / span 2;

    display:
            block;
}
.basket-layout.is-checkout-active
.basket-products {
    grid-column:
            1;
}

.basket-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.basket-summary-row span {
    display: block;
    line-height: 1.4;
}

.basket-summary-row strong {
    display: block;
    white-space: nowrap;
    text-align: right;
}

#basketSummaryCodFeeRow {
    margin-top: 6px;
}
/*
|--------------------------------------------------------------------------
| ALT BANNER BAŞLIK
|--------------------------------------------------------------------------
*/

.child-banner-page .homepage-banner-item {
    position: relative;
    overflow: hidden;
}

.child-banner-page .homepage-banner-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.child-banner-page .homepage-banner-link picture {
    display: block;
}

.child-banner-page .homepage-banner-link img {
    display: block;
    width: 100%;
    height: auto;
}


/*
|--------------------------------------------------------------------------
| Resmin altındaki hafif karartma
|--------------------------------------------------------------------------
*/

.child-banner-caption {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    padding:
            45px
            18px
            16px;

    background:
            linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0),
                    rgba(0, 0, 0, 0.72)
            );

    pointer-events: none;
}


/*
|--------------------------------------------------------------------------
| Başlık
|--------------------------------------------------------------------------
*/

.child-banner-caption span {
    display: block;

    color: #fff;

    font-size: 16px;
    font-weight: 600;

    line-height: 1.3;

    text-shadow:
            0 1px 3px
            rgba(0, 0, 0, 0.35);
}


/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.child-banner-page .homepage-banner-link img {
    transition:
            transform
            0.3s
            ease;
}

.child-banner-page .homepage-banner-link:hover img {
    transform:
            scale(1.025);
}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (
max-width: 575px
) {

    .child-banner-caption {
        padding:
                32px
                10px
                10px;
    }

    .child-banner-caption span {
        font-size: 13px;
        font-weight: 600;
    }
}
/*
|--------------------------------------------------------------------------
| MOBILE PRODUCT DETAIL FIXED BUY AREA
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    /*
    |--------------------------------------------------------------------------
    | İçerik, alttaki sabit alanın arkasında kalmasın
    |--------------------------------------------------------------------------
    */

    .product-detail-body {
        padding-bottom:
                calc(
                        82px +
                        env(safe-area-inset-bottom)
                );
    }


    /*
    |--------------------------------------------------------------------------
    | Alt sabit zemin
    |--------------------------------------------------------------------------
    */

    .product-detail-info::after {
        content: "";

        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        height:
                calc(
                        76px +
                        env(safe-area-inset-bottom)
                );

        background: #fff;

        border-top:
                1px solid #e5e5e5;

        box-shadow:
                0 -3px 12px
                rgba(0, 0, 0, 0.08);

        z-index: 9997;

        pointer-events: none;
    }


    /*
    |--------------------------------------------------------------------------
    | Fiyat
    |--------------------------------------------------------------------------
    */

    .product-detail-price {
        position: fixed;

        left: 0;

        bottom:
                env(
                        safe-area-inset-bottom
                );

        z-index: 9999;

        width: 38%;

        height: 76px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0;

        padding: 0 10px;

        background: transparent;

        font-size: 16px;
        font-weight: 700;

        color: #111;
    }


    /*
    |--------------------------------------------------------------------------
    | Sepete ekle alanı
    |--------------------------------------------------------------------------
    */

    .product-detail-action-area {
        position: fixed;

        right: 0;

        bottom:
                env(
                        safe-area-inset-bottom
                );

        z-index: 9999;

        width: 62%;

        height: 76px;

        display: flex;
        align-items: center;

        margin: 0;

        padding:
                10px
                12px
                10px
                6px;

        background: transparent;
    }


    /*
    |--------------------------------------------------------------------------
    | Buton
    |--------------------------------------------------------------------------
    */

    .product-detail-add-basket {
        width: 100%;

        height: 50px;

        margin: 0;

        border-radius: 6px;

        font-size: 15px;
        font-weight: 600;
    }
}
@media (max-width: 767px) {

    .product-detail-price {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .product-detail-action-area {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {

    .product-detail-popup[aria-hidden="true"]
    .product-detail-price,

    .product-detail-popup[aria-hidden="true"]
    .product-detail-action-area,

    .product-detail-popup[aria-hidden="true"]
    .product-detail-info::after {
        display: none;
    }
}
@media (max-width: 767px) {

    .product-detail-popup[aria-hidden="true"]
    .product-detail-info::after {
        display: none;
    }
}
/*
|--------------------------------------------------------------------------
| CHECKOUT AŞAMASINDA SEPET KİLİTLİ
|--------------------------------------------------------------------------
*/

.basket-products.is-checkout-locked
[data-basket-remove],

.basket-products.is-checkout-locked
[data-basket-decrease],

.basket-products.is-checkout-locked
[data-basket-increase] {

    pointer-events: none;

    opacity: 0.35;

    cursor: not-allowed;
}
.basket-checkout-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.basket-edit-cart-button {
    border: 1px solid #ddd;
    background: #fff;

    padding: 9px 14px;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    white-space: nowrap;
}

.basket-edit-cart-button:hover {
    background: #f7f7f7;
}


@media (max-width: 767px) {

    .basket-checkout-heading {
        flex-direction: column;
    }

    .basket-edit-cart-button {
        width: 100%;
    }
}
.order-cancel-area {
    display: flex;
    justify-content: flex-end;
    padding: 14px 18px;
    border-top: 1px solid #eee;
}

.order-cancel-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    border: 1px solid #dc3545;
    background: #fff;
    color: #dc3545;

    padding: 9px 14px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.order-cancel-button:hover {
    background: #dc3545;
    color: #fff;
}

.order-cancel-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}
@media (max-width: 767px) {

    .order-cancel-area {
        justify-content: stretch;
    }

    .order-cancel-button {
        width: 100%;
        justify-content: center;
    }
}
.auth-forgot-password {
    display: flex;
    justify-content: flex-end;
    margin-top: -6px;
    margin-bottom: 15px;
}

.auth-forgot-password a {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
}

.auth-forgot-password a:hover {
    color: #111;
    text-decoration: underline;
}
/* =========================================================
   PASSWORD RESET - EXPIRED
========================================================= */

.auth-reset-expired {
    text-align: center;
}

.auth-reset-expired-icon {
    width: 74px;
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 50%;

    background: #fff0f5;
    color: #ff2d72;

    font-size: 34px;
}

.auth-reset-expired .auth-heading {
    margin-bottom: 24px;
}

.auth-reset-expired .auth-heading h1 {
    margin-bottom: 10px;
}

.auth-reset-expired .auth-heading p {
    max-width: 430px;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.7;
    color: #777;
}

.auth-reset-expired-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-bottom: 22px;
    padding: 14px 16px;

    border-radius: 10px;

    background: #f7f7f7;

    color: #666;
    text-align: left;

    font-size: 13px;
    line-height: 1.55;
}

.auth-reset-expired-info i {
    margin-top: 1px;

    color: #999;
    font-size: 16px;

    flex: 0 0 auto;
}

.auth-reset-new-link {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    text-decoration: none;
}

.auth-reset-new-link:hover {
    color: #fff;
}

.auth-reset-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 18px;

    color: #777;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: .2s ease;
}

.auth-reset-back:hover {
    color: #111;
}