/* --- SOZLESMELER SAYFASI (MINIMAL / FLAT TASARIM) --- */
html.simple-html,
body.simple-page {
    background-color: #ffffff !important;
}

.simple-page {
    color: #222222;
    font-family: 'Outfit', -apple-system, sans-serif;
}

.simple-navbar-override {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
}

.simple-section + .simple-section {
    margin-top: 5rem;
}

.simple-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.simple-navbar .nav-left, .simple-navbar .nav-right {
    flex: 1;
}

.simple-navbar .nav-center {
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.simple-navbar .nav-right {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.simple-navbar .nav-logo-img {
    height: 32px;
    margin-right: 12px;
    filter: invert(1) brightness(0); /* Logoyu tamamen siyah yapar */
}

.simple-navbar .logo-link {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.simple-navbar .nav-item {
    color: #444;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.simple-navbar .nav-item:hover {
    color: #000;
}

.simple-navbar .icon-link {
    color: #444;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.simple-navbar .icon-link:hover {
    color: #000;
}

.simple-wrapper {
    max-width: 1100px;
    margin: 120px auto 100px; /* Fixed navbar için üst boşluk artırıldı */
    display: flex;
    gap: 4rem;
    padding: 0 2rem;
}

.simple-sidebar {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 110px;
    align-self: flex-start;
}

.simple-sidebar h3 {
    font-size: 1.05rem;
    color: #000;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.simple-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-nav-list li {
    margin-bottom: 1rem;
}

.simple-nav-list a {
    display: block;
    color: #666666;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.1s ease;
}

.simple-nav-list a:hover {
    color: #000;
}

.simple-nav-list a.active {
    color: #000;
    font-weight: 700;
}

.simple-content {
    flex: 1;
    max-width: 750px;
}

.main-title {
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.simple-section {
    margin-bottom: 4rem;
}

.simple-section h2 {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
}

.simple-text {
    font-size: 1rem;
    color: #333333;
    line-height: 1.7;
}

.simple-text p {
    margin-bottom: 1.2rem;
}

.simple-text strong {
    color: #000;
    font-weight: 600;
}

.unsubscribe-form {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.simple-input {
    width: 100%;
    max-width: 350px;
    padding: 12px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #000;
    margin-bottom: 1rem;
    outline: none;
    display: block;
    background: #fff;
    transition: border-color 0.2s;
}

.simple-input:focus {
    border-color: #666;
}

.simple-btn {
    background-color: #666666;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.simple-btn:hover {
    background-color: #444444;
}

@media (max-width: 768px) {
    .simple-wrapper {
        flex-direction: column;
        gap: 2rem;
        margin-top: 30px;
    }
    
    .simple-sidebar {
        width: 100%;
        position: static;
        border-bottom: 1px solid #eee;
        padding-bottom: 2rem;
    }
    
    .simple-navbar {
        padding: 0 1.5rem;
    }
    
    .simple-section h2 {
        font-size: 1.8rem;
    }
    
    .simple-text p {
        font-size: 1rem;
    }
}

.captcha-checkbox:checked + .captcha-label::before {
    background-color: #4CAF50;
    border-color: #4CAF50;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.captcha-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.captcha-main {
    font-weight: 600;
    font-size: 1rem;
    color: #121214;
}

.captcha-sub {
    font-size: 0.8rem;
    color: #888;
}

.captcha-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.7rem;
    color: #aaa;
}

.captcha-logo i {
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
}

.login-submit-btn {
    width: 100%;
    background-color: #9cb49d;
    color: white;
    border: none;
    padding: 18px;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 2.5rem;
}

.login-submit-btn:hover {
    background-color: #859f86;
}

.login-terms {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3.5rem;
}

.login-terms input[type="checkbox"] {
    margin-top: 5px;
    transform: scale(1.1);
}

.login-terms a {
    color: #467a5e;
    text-decoration: none;
    font-weight: 600;
}

.login-divider {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.login-divider span {
    background: #fff;
    padding: 0 15px;
    color: #aaa;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
}

.legal-text-content {
    flex: 1;
    overflow-y: auto;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    padding-right: 10px;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    background: #fdfdfd;
}

.legal-text-content h3 {
    color: #121214;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.legal-text-content p {
    margin-bottom: 1rem;
}

.switch-login-btn {
    background: transparent;
    border: none;
    color: #556270;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.3s;
    margin: 0 auto;
}

.switch-login-btn:hover {
    color: #121214;
}

.forgot-password {
    display: block;
    text-align: center;
    color: #556270;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.forgot-password:hover {
    text-decoration: underline;
}

.back-btn {
    margin-top: auto;
}

/* --- İLETİŞİM SAYFASI (Sıfır Kutu, Tam Sadelik) --- */
.support-wrapper {
    max-width: 1200px;
    margin: 120px auto 100px;
    padding: 0 5%;
}

.luxury-list-wrapper {
    max-width: 1400px;
    margin: 0 auto 100px; /* Reduced top margin since it's below the form */
    padding: 0 5%;
}

.luxury-header {
    margin-bottom: 5rem;
}

.luxury-header h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #888;
    font-weight: 500;
}

.luxury-contact-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    margin-bottom: 8rem;
}

.luxury-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0; /* Reduced padding */
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #111;
    transition: all 0.4s ease;
    overflow: hidden;
}

.luxury-item-title {
    font-size: 3rem; /* Reduced from 5rem */
    font-weight: 300;
    letter-spacing: -1px;
    transition: transform 0.4s ease;
}

.luxury-item-arrow {
    font-size: 2rem; /* Reduced from 3rem */
    font-weight: 300;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.luxury-list-item:hover {
    border-bottom-color: #111;
}

.luxury-list-item:hover .luxury-item-title {
    transform: translateX(30px);
}

.luxury-list-item:hover .luxury-item-arrow {
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 900px) {
    .luxury-item-title {
        font-size: 2rem;
        letter-spacing: 0;
    }
    .luxury-item-arrow {
        font-size: 1.2rem;
    }
    .luxury-list-item {
        padding: 1.5rem 0;
    }
}

/* VEYA Ayırıcı */
.or-separator {
    text-align: center;
    position: relative;
    margin: 6rem auto;
    max-width: 800px;
}

.or-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.or-separator span {
    background: #fff; /* or matching body background */
    padding: 0 2rem;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: #888;
    position: relative;
    z-index: 2;
}
/* Kutusuz Minimal Form Alanı */
.pure-form-section {
    max-width: 700px;
    margin: 0 auto;
}

.pure-form-header {
    margin-bottom: 3rem;
    text-align: center;
}

.pure-form-header h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #111;
    letter-spacing: -1px;
}

.pure-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.pure-form-row {
    display: flex;
    gap: 2.5rem;
    width: 100%;
}

.pure-form input,
.pure-form select,
.pure-form textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 1.1rem;
    font-family: inherit;
    color: #111;
    font-weight: 300;
    transition: border-color 0.3s;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pure-form textarea {
    resize: none;
    overflow: hidden;
}

.pure-form input:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    border-bottom-color: #111;
}

.pure-form input::placeholder,
.pure-form textarea::placeholder {
    color: #aaa;
}

.pure-submit-btn {
    align-self: center;
    margin-top: 1rem;
    padding: 15px 40px;
    background: transparent;
    color: #111;
    border: 1px solid #111;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.pure-submit-btn:hover {
    background: #111;
    color: #fff;
}

@media (max-width: 900px) {
    .pure-form-row {
        flex-direction: column;
        gap: 2.5rem;
    }
    .contact-title {
        font-size: 2rem;
    }
    .luxury-contact-list {
        margin-bottom: 3rem;
    }
}
/* --- KULLANICI OFİSİ (HESABIM) SAYFASI --- */
/* Dashboard Redesign (Luxury & Premium) */
.dashboard-wrapper {
    max-width: 1200px;
    margin: 140px auto 100px;
    padding: 0 20px;
    font-family: 'Outfit', sans-serif;
}

/* Profile Banner Card */
.dashboard-profile-banner {
    background: linear-gradient(135deg, #111215 0%, #1c2a22 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.dashboard-profile-banner::after {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 300px; height: 300px;
    background: rgba(46, 125, 50, 0.15);
    filter: blur(100px);
    border-radius: 50%;
}
.profile-info-block {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}
.avatar-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}
.profile-text-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dashboard-greeting {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -0.5px;
}
.profile-badge-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.profile-badge-row .badge {
    background: rgba(46, 125, 50, 0.25);
    color: #81c784;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(129, 199, 132, 0.2);
}
.profile-email-badge {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 14px;
    border-radius: 30px;
}

.dashboard-container {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.dashboard-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #f0f0f4;
}
.mobile-tab-selector {
    display: none;
}

.dashboard-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-menu li {
    font-size: 1.05rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.dashboard-menu li i {
    font-size: 1.1rem;
    color: #888;
    transition: color 0.3s;
}

.dashboard-menu li:hover {
    background: #f5f6f8;
    color: #111;
}
.dashboard-menu li:hover i {
    color: #111;
}

.dashboard-menu li.active {
    background: #e8f5e9;
    color: #1b5e20;
}
.dashboard-menu li.active i {
    color: #1b5e20;
}

.dashboard-menu li.logout-btn {
    margin-top: 20px;
    color: #d32f2f;
    border-top: 1px solid #f0f0f4;
    border-radius: 0;
    padding-top: 20px;
}
.dashboard-menu li.logout-btn i {
    color: #d32f2f;
}
.dashboard-menu li.logout-btn:hover {
    background: #ffebee;
    color: #b71c1c;
    border-radius: 10px;
}
.dashboard-menu li.logout-btn:hover i {
    color: #b71c1c;
}

.dashboard-content {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #f0f0f4;
}

.dashboard-tab {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.dashboard-tab.active {
    display: block;
}

@keyframes fadeInTab {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.tab-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

/* Pure Form Redesign */
.pure-form-row {
    margin-bottom: 1.5rem;
    position: relative;
}
.pure-form-row input {
    width: 100%;
    padding: 13px 15px 13px 44px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 0.95rem;
    background: #fafafa;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Outfit', sans-serif;
    color: #121214;
}
.pure-form-row input:focus {
    border-color: #1b5e20;
    background: #fff;
    box-shadow: 0 4px 15px rgba(27, 94, 32, 0.08);
}
.pure-form-row i.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 1.05rem;
    pointer-events: none;
    transition: color 0.3s;
}
.pure-form-row input:focus + i.input-icon {
    color: #1b5e20;
}

/* Phone select inside row styling */
.pure-form-row .phone-input-group {
    display: flex;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.3s;
}
.pure-form-row .phone-input-group:focus-within {
    border-color: #1b5e20;
    background: #fff;
    box-shadow: 0 4px 15px rgba(27, 94, 32, 0.08);
}
.pure-form-row .phone-input-group .country-code-select-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    background: #f1f2f4;
    border-right: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.pure-form-row .phone-input-group .country-code-select-wrapper img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}
.pure-form-row .phone-input-group .country-code-select-wrapper span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}
.pure-form-row .phone-input-group .country-code-select-wrapper select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.pure-form-row .phone-input-group input {
    border: none;
    padding: 13px 15px;
    background: transparent;
    border-radius: 0;
    flex: 1;
}

.pure-submit-btn {
    background: #1b5e20;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(27, 94, 32, 0.15);
}
.pure-submit-btn:hover {
    background: #2e7d32;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(27, 94, 32, 0.25);
}
.pure-submit-btn:active {
    transform: translateY(0);
}

.luxury-order-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
}

.luxury-order-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
}

@media (max-width: 900px) {
    .dashboard-wrapper {
        margin-top: 100px;
    }
    .dashboard-profile-banner {
        padding: 25px 20px;
    }
    .avatar-circle {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
    }
    .dashboard-greeting {
        font-size: 1.6rem;
    }
    .dashboard-container {
        flex-direction: column;
        gap: 2rem;
    }
    .dashboard-sidebar {
        width: 100%;
        background: transparent;
        border: none;
        padding: 0;
    }
    .dashboard-menu {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        background: #ffffff;
        border-radius: 12px;
        padding: 10px 0;
        border: 1px solid #f0f0f4;
        width: 100%;
        margin-bottom: 20px;
        list-style: none;
    }
    .dashboard-menu li {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 8px 0 !important;
        font-size: 0.7rem;
        font-weight: 600;
        color: #888;
        background: transparent !important;
        border-radius: 0;
        border: none;
        position: relative;
        transition: all 0.3s ease;
        text-align: center;
    }
    .dashboard-menu li i {
        font-size: 1.25rem;
        color: #888;
        transition: color 0.3s, transform 0.3s;
    }
    .dashboard-menu li:hover, .dashboard-menu li.active {
        color: #1b5e20;
    }
    .dashboard-menu li:hover i, .dashboard-menu li.active i {
        color: #1b5e20;
        transform: translateY(-2px);
    }
    .dashboard-menu li.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 6px;
        height: 6px;
        background: #1b5e20;
        border-radius: 50%;
    }
    .dashboard-menu li.logout-btn {
        margin-top: 0 !important;
        padding: 8px 0 !important;
        border-top: none;
        color: #d32f2f;
    }
    .dashboard-menu li.logout-btn i {
        color: #d32f2f;
    }
    .dashboard-menu li.logout-btn:hover, .dashboard-menu li.logout-btn.active {
        color: #b71c1c;
    }
    .dashboard-menu li.logout-btn:hover i, .dashboard-menu li.logout-btn.active i {
        color: #b71c1c;
    }
    .dashboard-menu li.logout-btn::after {
        display: none !important;
    }
    .mobile-tab-selector {
        display: none !important;
    }
    .dashboard-content {
        padding: 20px;
        width: 100%;
    }
    .luxury-order-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .order-price {
        align-self: flex-end;
    }
}

.empty-state {
    font-size: 1.1rem;
    color: #888;
    font-weight: 300;
    font-style: italic;
}


/* ==========================================================================
   ÜRÜN DETAY SAYFASI (PRODUCT DETAIL PAGE)
   ========================================================================== */
.product-page-section {
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: 100vh;
    background: #fff;
    position: relative;
    z-index: 10;
}

.product-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 2rem 5%;
    display: flex;
    align-items: center;
    gap: 4rem;
}

/* Sol Taraf (Görsel) */
.product-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.product-image-main {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));
    transition: transform 0.3s ease;
}

.product-image-main:hover {
    transform: scale(1.05);
}

/* Sağ Taraf (Detaylar) */
.product-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.product-right .product-capsule {
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: #e74c3c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.product-right .product-title {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
    color: #121214;
    font-family: 'Outfit', sans-serif;
}

.product-right .product-desc {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.product-season {
    font-size: 0.85rem;
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    display: block;
}

.product-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.5px;
}

.product-features-list {
    list-style: none;
    margin-bottom: 2.5rem;
    padding: 0;
}

.product-features-list li {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-features-list li i {
    color: #e74c3c;
    font-size: 1.2rem;
}

/* Beden Seçimi */
.size-selector {
    margin-bottom: 2.5rem;
}

.size-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.size-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-btn:hover {
    border-color: #111;
    color: #111;
}

.size-btn.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Aksiyon Butonları */
.product-actions {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    align-items: stretch;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
}

.qty-btn {
    width: 45px;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #eee;
}

.qty-input {
    width: 50px;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    -moz-appearance: textfield;
    background: transparent;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-to-cart-btn {
    flex: 1;
    padding: 18px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.add-to-cart-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.add-to-cart-btn i {
    margin-right: 8px;
}

@media (max-width: 900px) {
    .product-container {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }
    
    .product-right {
        align-items: center;
        text-align: center;
    }
    
    .product-features-list li {
        justify-content: center;
    }
}

/* Özelleştirilmiş 4. Slider Görseli (Büyük Ceket) */
.fs-image-wrapper.fs-large-jacket {
    width: 800px !important;
    max-width: 800px !important;
    flex-shrink: 0;
    margin-left: -200px; 
}

.fs-image-wrapper.fs-large-jacket .fs-product-image {
    transform: scale(1.25);
    object-position: center;
}

@media (max-width: 900px) {
    .fs-image-wrapper.fs-large-jacket {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
    .fs-image-wrapper.fs-large-jacket .fs-product-image {
        transform: scale(1.1);
        object-position: center;
    }
}

/* Özelleştirilmiş 1-3. Slider Görselleri (Orta Boy) */
.fs-image-wrapper.fs-medium-jacket {
    width: 650px !important;
    max-width: 650px !important;
    flex-shrink: 0;
    margin-left: -100px; 
}

.fs-image-wrapper.fs-medium-jacket .fs-product-image {
    transform: scale(1.15);
    object-position: center;
}

@media (max-width: 900px) {
    .fs-image-wrapper.fs-medium-jacket {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
    .fs-image-wrapper.fs-medium-jacket .fs-product-image {
        transform: scale(1.05);
        object-position: center;
    }
}
/* ==========================================================================
   SEPET (CART) SAYFASI & BİLEÅENLERİ
   ========================================================================== */
.cart-page-section {
    padding-top: 130px;
    padding-bottom: 80px;
    min-height: 100vh;
    background: #f8f9fa;
}

.cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.cart-header {
    margin-bottom: 2rem;
    color: #111;
}

.cart-header h1 {
    font-size: 3rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.cart-header p {
    color: #555;
    font-size: 1.1rem;
}

.cart-content {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.cart-items {
    flex: 2;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    padding: 2rem;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-item-img {
    width: 100px;
    height: 100px;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cart-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h3 {
    color: #111;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.item-size {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.item-price {
    color: #111;
    font-weight: 600;
    font-size: 1rem;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-item-actions .quantity-selector {
    height: 40px;
    border-color: #ddd;
}

.cart-item-actions .qty-btn {
    width: 35px;
}

.cart-item-actions .qty-input {
    width: 40px;
    font-size: 1rem;
}

.item-total-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    min-width: 90px;
    text-align: right;
}

.remove-item-btn {
    background: transparent;
    border: none;
    color: #e74c3c;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.3s;
}

.remove-item-btn:hover {
    color: #c0392b;
}

.empty-cart-view {
    text-align: center;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-icon-wrapper {
    width: 120px;
    height: 120px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
}

.empty-icon-wrapper i {
    font-size: 3.5rem;
    color: #111;
    opacity: 0.9;
}

.empty-cart-view h2 {
    font-size: 2rem;
    color: #111;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.empty-cart-view p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2.5rem;
    max-width: 420px;
    line-height: 1.6;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.explore-btn:hover {
    background: #333;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.explore-btn i {
    transition: transform 0.3s ease;
}

.explore-btn:hover i {
    transform: translateX(5px);
}

.cart-summary {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    padding: 2rem;
    position: sticky;
    top: 100px;
}

.cart-summary h2 {
    color: #111;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 2rem;
}

.summary-line span:last-child {
    font-weight: 600;
    color: #111;
}

.checkout-btn {
    width: 100%;
    padding: 15px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checkout-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Filtreler */
.catalog-filter-section {
    width: 100%;
    padding: 2rem 5%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.catalog-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ddd;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
    background: #fff;
    color: #111;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* Ürün Grid */
.catalog-main {
    width: 100%;
    padding: 2rem 5% 5rem;
    position: relative;
    z-index: 2;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Ürün Kartı */
.product-card {
    background: rgba(30, 30, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 5;
    border: 1px solid rgba(255,255,255,0.2);
}

.card-badge.highlight {
    background: linear-gradient(135deg, #f1c40f, #e67e22);
    color: #111;
    border: none;
}

.card-image-wrapper {
    width: 100%;
    height: 300px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 0%, transparent 70%);
}

.card-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .card-image-wrapper img {
    transform: scale(1.1);
}

.card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.card-desc {
    font-size: 0.95rem;
    color: #aaa;
    margin-bottom: 1.5rem;
    flex: 1;
}

.card-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.card-actions .btn {
    padding: 0.8rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.card-actions .btn-outline {
    flex: 1;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.card-actions .btn-outline:hover {
    background: #fff;
    color: #111;
}

.card-actions .btn-primary {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    border: none;
}

.card-actions .btn-primary:hover {
    background: #f1c40f;
}

/* ==========================================================================
   KATALOG - LIGHT THEME & LIST VIEW
   ========================================================================== */
.catalog-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f7;
    z-index: 0;
    will-change: transform;
    transform: translate3d(0,0,0);
}

body.catalog-theme .navbar .nav-links li a { color: #111; }
body.catalog-theme .logo-text { color: #111; }
body.catalog-theme .icon-btn { color: #111; }
body.catalog-theme .menu-btn { color: #111; }

body.catalog-theme .catalog-hero-content {
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
body.catalog-theme .catalog-title { color: #111; }
body.catalog-theme .catalog-subtitle { color: #555; }

body.catalog-theme .filter-btn {
    border: 1px solid #ccc;
    color: #333;
    background: transparent;
}
body.catalog-theme .filter-btn:hover, body.catalog-theme .filter-btn.active {
    background: #111;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

body.catalog-theme .catalog-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    max-width: 1000px;
}

body.catalog-theme .product-card {
    flex-direction: row;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s;
    height: 300px;
    /* Scroll performansını katleden blur efektini light temada kapatıyoruz */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    will-change: transform;
    transform: translate3d(0,0,0);
}

body.catalog-theme .product-card:hover {
    transform: translateX(40px) !important;
    box-shadow: -15px 15px 30px rgba(0,0,0,0.1);
    border-color: #ddd;
}

body.catalog-theme .card-image-wrapper {
    width: 350px;
    height: 100%;
    background: radial-gradient(circle at center, #f5f5f7 0%, #fff 70%);
}

body.catalog-theme .card-content {
    border-top: none;
    border-left: 1px solid #f0f0f0;
    justify-content: center;
    text-align: center;
}
body.catalog-theme .card-title {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-family: 'Outfit', sans-serif;
}
body.catalog-theme .card-desc {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}

body.catalog-theme .card-actions .btn-outline {
    border: 1px solid #111;
    color: #111;
}
body.catalog-theme .card-actions .btn-outline:hover {
    background: #111;
    color: #fff;
}
body.catalog-theme .card-actions .btn-primary {
    background: #111;
    color: #fff;
}
body.catalog-theme .card-actions .btn-primary:hover {
    background: #f1c40f;
    color: #111;
}

/* SPARKS ANIMATION */
.sparks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.spark {
    position: absolute;
    left: -10px;
    width: 6px;
    height: 6px;
    background: #f1c40f;
    border-radius: 50%;
    box-shadow: 0 0 10px #f1c40f, 0 0 20px #e67e22;
    opacity: 0;
}

body.catalog-theme .product-card:hover .spark {
    animation: flySparks 1s linear infinite;
}

.spark:nth-child(1) { top: 20%; animation-delay: 0.1s; --dirY: -1; }
.spark:nth-child(2) { top: 40%; animation-delay: 0.3s; --dirY: 0.5; }
.spark:nth-child(3) { top: 60%; animation-delay: 0.5s; --dirY: -0.5; }
.spark:nth-child(4) { top: 80%; animation-delay: 0.2s; --dirY: 1; }
.spark:nth-child(5) { top: 50%; animation-delay: 0.7s; --dirY: -0.8; }

@keyframes flySparks {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    100% { transform: translate(100px, calc(60px * var(--dirY))) scale(0); opacity: 0; }
}

@media (max-width: 768px) {
    body.catalog-theme .product-card {
        flex-direction: column;
        height: auto;
    }
    body.catalog-theme .product-card:hover {
        transform: translateX(10px) !important;
    }
    body.catalog-theme .card-image-wrapper {
        width: 100%;
        height: 250px;
    }
    body.catalog-theme .card-content {
        border-left: none;
        border-top: 1px solid #f0f0f0;
    }
    .catalog-hero-content {
        padding: 1.5rem;
    }
    body.catalog-theme .catalog-title {
        font-size: 2rem;
    }
    body.catalog-theme .catalog-subtitle {
        font-size: 1rem;
    }
}


/* --- URUN DETAY --- */
        .product-detail-container {
            max-width: 1200px;
            margin: 150px auto 50px auto;
            display: flex;
            gap: 50px;
            padding: 0 20px;
            color: #333;
            font-family: 'Outfit', sans-serif;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 50px;
        }

        /* Sol Taraf - Galeri */
        .gallery-section {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .main-image-container {
            width: 100%;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .main-image-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: opacity 0.3s ease;
        }

        .thumbnails-container {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .thumbnail {
            width: 80px;
            height: 80px;
            border: 2px solid #eee;
            border-radius: 10px;
            cursor: pointer;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }

        .thumbnail:hover, .thumbnail.active {
            border-color: #2c3e50;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .thumbnail img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }

        /* Sağ Taraf - Detaylar */
        .info-section {
            flex: 1;
            padding-top: 20px;
        }

        .category-label {
            color: #e74c3c;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 10px;
            display: block;
        }

        .product-detail-container .product-title {
            font-size: 2.2rem;
            font-weight: 600;
            color: #121214;
            margin-bottom: 10px;
            line-height: 1.2;
            letter-spacing: -0.5px;
            font-family: 'Outfit', sans-serif;
            text-shadow: none !important;
        }

        .product-detail-container .product-subtitle {
            font-size: 1.2rem;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.5;
            text-shadow: none !important;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
        }

        .features-list li {
            margin-bottom: 15px;
            font-size: 1.1rem;
            color: #444;
            display: flex;
            align-items: center;
        }

        .features-list li i {
            color: #e74c3c;
            margin-right: 15px;
            font-size: 1.2rem;
        }

        .price-tag {
            font-size: 2.2rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 30px;
            font-family: 'Outfit', sans-serif;
        }

        /* Beden ve Sepet */
        .size-section {
            margin-bottom: 30px;
        }

        .color-selection-wrapper {
            margin-bottom: 25px;
        }

        .color-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-top: 10px;
        }

        .color-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid transparent;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            position: relative;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
            padding: 0;
            box-sizing: border-box;
        }

        .color-btn:hover {
            transform: scale(1.15);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .color-btn.active {
            transform: scale(1.15);
            box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #111111, 0 3px 8px rgba(0, 0, 0, 0.25);
        }

        .size-header-row {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: 1rem;
            flex-wrap: wrap;
            gap: 1.5rem;
        }
        
        .size-title {
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        .size-options {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .size-btn {
            width: 50px;
            height: 50px;
            border: 1px solid #ddd;
            border-radius: 50%;
            background: white;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .size-btn:hover, .size-btn.active {
            background: #111;
            color: white;
            border-color: #111;
        }

        .action-row {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .qty-selector {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 30px;
            padding: 5px 15px;
            height: 50px;
            box-sizing: border-box;
        }

        .qty-btn {
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: #555;
            width: 30px;
        }

        .qty-input {
            width: 40px;
            text-align: center;
            border: none;
            font-size: 1.2rem;
            font-weight: 600;
            pointer-events: none;
        }

        .add-to-cart-btn {
            flex: 1;
            background: transparent;
            color: #111;
            border: 1px solid #111;
            border-radius: 30px;
            height: 50px;
            font-size: 1.05rem;
            font-weight: 400;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            cursor: pointer;
            transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .add-to-cart-btn:hover {
            transform: translateY(-2px);
            background: #111;
            color: white;
        }

        @media (max-width: 900px) {
            .product-detail-container {
                flex-direction: column;
                margin: 90px auto 40px auto;
                padding: 30px 20px;
                gap: 30px;
                width: 95%;
                max-width: 100%;
                box-sizing: border-box;
            }
            .main-image-container {
                height: 380px;
            }
            .main-image-container img {
                max-height: 380px;
            }
            .size-header-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.8rem;
            }
            .action-row {
                flex-direction: column;
                gap: 15px;
            }
            .qty-selector {
                width: 100%;
                justify-content: space-between;
            }
            .add-to-cart-btn {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .product-detail-container {
                margin: 80px 10px 30px 10px;
                padding: 20px 14px;
                width: calc(100% - 20px);
                border-radius: 14px;
            }
            .main-image-container {
                height: 300px;
            }
            .main-image-container img {
                max-height: 300px;
            }
            .product-detail-container .product-title {
                font-size: 1.6rem;
            }
            .thumbnail {
                width: 65px;
                height: 65px;
            }
        }

/* ==========================================================================
   CUSTOMER ORDER CARD AND TRACKER STYLES (TECHNICAL EDITION)
   ========================================================================== */
.luxury-order-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    overflow: hidden;
}

.luxury-order-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 2rem;
    cursor: pointer;
    background: #fbfbfc;
    border-bottom: 1px solid #f2f4f6;
    user-select: none;
}

.order-header-main {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.order-id {
    font-size: 1.15rem;
    font-weight: 700;
    color: #121214;
    letter-spacing: 0.5px;
}

.order-date {
    font-size: 0.9rem;
    color: #88929a;
    font-weight: 400;
}

.order-header-status-price {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.order-status-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.order-status-badge.status-1 {
    background: #eaf3fc;
    color: #3498db;
}

.order-status-badge.status-2 {
    background: #fff8e1;
    color: #ffb300;
}

.order-status-badge.status-3 {
    background: #eef9f0;
    color: #2ecc71;
}

.order-status-badge.status-4 {
    background: #ebf5eb;
    color: #27ae60;
}

.order-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #121214;
}

.toggle-icon {
    font-size: 0.95rem;
    color: #a0abb6;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Collapse/Expand mechanism */
.order-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.5s ease;
    padding: 0 2rem;
}

.luxury-order-card.expanded .order-card-body {
    max-height: 1500px;
    padding: 2.5rem 2rem;
}

.luxury-order-card.expanded .toggle-icon {
    transform: rotate(180deg);
}

/* Order Tracker (Timeline) */
.order-tracker {
    margin-bottom: 3rem;
    position: relative;
    padding: 1rem 0;
}

.tracker-line {
    position: absolute;
    top: 28px;
    left: 4%;
    right: 4%;
    height: 4px;
    background: #eef1f4;
    border-radius: 2px;
    z-index: 1;
}

.tracker-progress {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 2px;
    width: 0%;
    transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tracker-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.tracker-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    text-align: center;
}

.step-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #eef1f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #a0abb6;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.step-label {
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #88929a;
    transition: all 0.4s ease;
}

/* Active Step States */
.tracker-step.active .step-dot {
    border-color: #3498db;
    background: #3498db;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.15);
}

.tracker-step.active .step-label {
    color: #121214;
    font-weight: 600;
}

/* Items List inside card */
.order-items-list-wrapper {
    border-top: 1px dashed #eef1f4;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.items-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #121214;
    margin-bottom: 1.5rem;
}

.order-items-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.order-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafbfc;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #f2f4f6;
}

.order-item-thumb {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #f0f2f4;
    border-radius: 6px;
}

.order-item-info {
    flex: 1;
    margin-left: 1.5rem;
    text-align: left;
}

.order-item-info h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #121214;
    margin-bottom: 4px;
}

.order-item-info p {
    font-size: 0.85rem;
    color: #88929a;
    margin: 0;
}

.order-item-price {
    font-size: 1rem;
    font-weight: 700;
    color: #121214;
}

/* Action section inside order card */
.order-card-actions {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #f2f4f6;
    padding-top: 1.5rem;
}

.order-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.order-support-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
    color: #ffffff;
}

/* Order Success Notification Banner */
.order-success-banner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #edf7ed;
    border: 1px solid #cce8cc;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    position: relative;
    animation: slideDownSuccess 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes slideDownSuccess {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.success-banner-icon {
    font-size: 2.2rem;
    color: #2e7d32;
    display: flex;
    align-items: center;
}

.success-banner-text {
    flex: 1;
    text-align: left;
}

.success-banner-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 5px;
    margin-top: 0;
}

.success-banner-text p {
    font-size: 0.95rem;
    color: #2e7d32;
    margin: 0;
    line-height: 1.5;
}

.close-banner-btn {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #1b5e20;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    padding: 5px;
}

.close-banner-btn:hover {
    opacity: 1;
}

/* Responsive adjustments for Order Card */
@media (max-width: 768px) {
    .order-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .order-header-status-price {
        width: 100%;
        justify-content: space-between;
    }
    
    .order-tracker {
        padding-bottom: 2rem;
    }
    
    .tracker-line {
        top: 25px;
    }
    
    .step-dot {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .step-label {
        font-size: 0.7rem;
        margin-top: 6px;
    }
    
    .order-detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        position: relative;
    }
    
    .order-item-price {
        align-self: flex-end;
    }
}

/* --- AUTHENTICATION UX & OVERLAYS --- */
.password-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.password-wrapper input {
    width: 100%;
    padding-right: 45px !important;
}

.password-toggle-btn {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, transform 0.2s;
    z-index: 10;
}

.password-toggle-btn:hover {
    color: #467a5e;
    transform: scale(1.1);
}

/* Loading Overlay */
.auth-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.auth-loading-overlay.active {
    opacity: 1;
    visibility: visible;
}

.auth-loading-overlay p {
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
}

.auth-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(70, 122, 94, 0.1);
    border-top: 3px solid #467a5e;
    border-radius: 50%;
    animation: authSpin 1s linear infinite;
}

@keyframes authSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success Overlay */
.auth-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.auth-success-overlay.active {
    opacity: 1;
    visibility: visible;
}

.auth-success-overlay .success-icon {
    font-size: 5rem;
    color: #467a5e;
    margin-bottom: 1.5rem;
    animation: scaleInCheck 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes scaleInCheck {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.auth-success-overlay h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
}

.auth-success-overlay p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* intl-tel-input custom premium styling tweaks */
.iti {
    width: 100% !important;
}
.iti__country-list {
    z-index: 1000 !important;
    font-family: 'Outfit', sans-serif !important;
    color: #111 !important;
    border-radius: 8px !important;
}
.pure-form-row .iti input {
    padding-left: 52px !important;
    background: #fafafa !important;
}
.phone-input-group .iti input {
    padding-left: 52px !important;
}

/* Address Grid & Cards */
.address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.address-card {
    background: #ffffff;
    border: 1px solid #f0f0f4;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.address-card:hover {
    border-color: #1b5e20;
    box-shadow: 0 6px 15px rgba(27, 94, 32, 0.05);
    transform: translateY(-2px);
}
.address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.address-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1b5e20;
    font-family: 'Outfit', sans-serif;
}
.address-card-actions {
    display: flex;
    gap: 8px;
}
.address-action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    color: #888;
    transition: color 0.2s;
}
.address-action-btn.edit:hover { color: #1b5e20; }
.address-action-btn.delete:hover { color: #d32f2f; }

.address-card-body {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}
.address-card-receiver {
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}
.address-card-detail {
    margin-bottom: 4px;
    word-break: break-word;
}
.address-card-zip {
    font-size: 0.8rem;
    color: #888;
    margin-top: 4px;
}
.address-card-phone {
    font-size: 0.85rem;
    color: #666;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

