﻿#glglobalbody {
    font-family: 'Outfit', sans-serif !important;
}

/* Responsive Grid System */
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
    display: grid;
    gap: 20px;
    width: 100%;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

[class^="grid-"] .col {
    width: 100%;
}

@media (max-width: 1200px) {

    .grid-6,
    .grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {

    .grid-6,
    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {

    .grid-6,
    .grid-5,
    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {

    .grid-6,
    .grid-4,
    .grid-3,
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Buton stilleri */
.beyazbuton {
    color: #253d4e;
    background-color: #fff;
    border-color: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
}

.yesilbuton {
    color: #fff !important;
    background: var(--basecolor) !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.yesilbuton:hover {
    opacity: 0.5;
}

.mavibuton {
    color: #fff !important;
    background: #7257B3 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.mavibuton:hover {
    opacity: 0.5;
}

.saributon {
    color: #fff !important;
    background: #ff7800 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.saributon:hover {
    opacity: 0.5;
}

.sepeteekle {
    float: right;
    color: #fff;
    background-color: var(--basecolor);
    border: none !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 15px;
}

.gl-section {
    padding: 50px 0;
}

.glh2title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.glh3title {
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
    margin: 15px 0 15px 0;
    color: var(--fontcolor) !important;
}

.glh3title a {
    color: var(--fontcolor) !important;
}

.glbadgedanger {
    display: block;
    margin: -10px 0 -30px 0 !important;
    position: relative;
    z-index: 99 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #c81a1a !important;
    color: #fff !important;
    padding: 5px 8px !important;
    border-radius: 50%;
}

.glbadgewarning {
    float: left;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: -10px 0 -45px 0 !important;
    position: relative;
    z-index: 99 !important;
    line-height: 12px;
    font-size: 9px !important;
    font-weight: 800 !important;
    background: #f97e11 !important;
    color: #fff !important;
    padding: 12px 10px !important;
}

/* Kategori ve Kart içinde sıralanan ürünler */
.glproductsingle {
    float: left;
    border: 1px solid #efecec;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 12px;
    margin: 0 0 10px 0;
    position: relative;
}

.priceone {
    font-size: 19px !important;
    font-weight: 800 !important;
    margin: 15px 0 10px 0 !important;
    color: var(--basecolor) !important;
}

.pricedel {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 15px 0 10px 0 !important;
    color: #b3b3b3 !important;
}

.glyuzdeelli {
    width: 50%;
    float: left;
    height: auto;
}

.glyuzdeyetmis {
    width: 70%;
    float: left;
    height: auto;
}

.glyuzdeotuz {
    width: 30%;
    float: left;
    height: auto;
}

.glyuzdeyuz {
    width: 100%;
    float: left;
    height: auto;
}

/* Kategori Single Sidebar */
.glcategoriesbar {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #efecec;
    padding: 12px 20px;
    font-family: 'Outfit', sans-serif;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.glcategoriesbar .glh2title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #253D4E;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.glcategoriesbar .glh2title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--basecolor);
}

.gl-cat-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gl-cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
    border-radius: 8px;
    color: #4f5d77;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gl-cat-item i {
    font-size: 11px;
    margin-right: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.gl-cat-item .cat-name-wrapper {
    display: flex;
    align-items: center;
}

.gl-cat-item .count-badge {
    background: #f4f6fa;
    color: #7e7e7e;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gl-cat-item:hover {
    background: #f9f9f9;
    color: var(--basecolor);
    padding-left: 20px;
}

.gl-cat-item:hover i {
    opacity: 1;
    color: var(--basecolor);
}

.gl-cat-item:hover .count-badge {
    background: var(--basecolor);
    color: #fff;
}

.gl-cat-item.active {
    background: rgba(var(--basecolor-rgb), 0.08);
    /* Assuming basecolor has an rgb equivalent or just use a light tint */
    background: #f0f4f7;
    color: var(--basecolor);
    font-weight: 700;
}

/* Subcategory Styles */
.gl-sub-cat-list {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin: 5px 0 10px 0;
    gap: 2px;
}

.gl-sub-cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 15px;
    border-radius: 6px;
    color: #667085;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.gl-sub-cat-item:hover {
    background: #f9f9f9;
    color: var(--basecolor);
    padding-left: 20px;
}

.gl-sub-cat-item.active {
    color: var(--basecolor);
    font-weight: 600;
}

.gl-sub-cat-item .count-badge {
    font-size: 11px;
    opacity: 0.7;
}

/* Breadcrumb Styles */
.glbreadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
}

.glbreadcrumb a {
    color: #7e7e7e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.glbreadcrumb a:hover {
    color: var(--basecolor);
}

.glbreadcrumb span.sep {
    color: #ced4da;
    font-size: 12px;
}

.glbreadcrumb .current {
    color: var(--basecolor);
    font-weight: 700;
    font-size: 15px;
}

/* Sidebar Filter Widgets */
.glfilterprice,
.glfilterbrand,
.glfiltervariant,
.gl-cart-summary-card {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #efecec;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

/* Shopping Cart Modern Design */
.gl-cart-section {
    padding: 20px 0 60px 0;
    background: #fdfdfd;
}

.gl-cart-items-wrapper {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.gl-cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.gl-cart-table thead th {
    background: #f9fbff;
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    border-bottom: 2px solid #edf2f7;
}

.gl-cart-item {
    border-bottom: 1px solid #f3f3f3;
    transition: background 0.2s ease;
}

.gl-cart-item:last-child {
    border-bottom: none;
}

.gl-cart-item:hover {
    background: #fafafa;
}

.gl-cart-item td {
    padding: 20px 15px;
    vertical-align: middle;
}

.gl-cart-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gl-cart-product img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
}

.gl-cart-product-info {
    display: flex;
    flex-direction: column;
}

.gl-cart-product-title {
    font-weight: 600;
    color: #2D3748;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 2px;
}

.gl-cart-product-variants {
    font-size: 12px;
    color: #718096;
}

.gl-cart-price {
    font-weight: 700;
    color: var(--basecolor);
    font-size: 16px;
}

.gl-cart-quantity-input {
    width: 60px;
    height: 38px !important;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 5px !important;
}

.gl-cart-remove-wrapper {
    display: flex;
    justify-content: center;
}

.gl-cart-remove-btn {
    color: #e53e3e;
    font-size: 18px;
    transition: all 0.2s;
    background: #fff5f5;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
}

.gl-cart-remove-btn:hover {
    background: #e53e3e;
    color: #fff;
    transform: rotate(90deg);
}

.gl-cart-summary-card {
    position: sticky;
    top: 20px;
    float: none !important;
    /* Override widget float for better behavior */
}

.gl-summary-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 20px;
    color: #1a202c;
}

.gl-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
    color: #1a202c;
    border-bottom: 1px solid #f7fafc;
}

.gl-summary-row:last-of-type {
    border-bottom: none;
}

.gl-summary-row.total {
    border-top: 2px solid #f6f6f6;
    margin-top: 15px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 800;
    color: #1a202c;
}

.gl-summary-row.total span:last-child {
    color: var(--basecolor);
}

.gl-summary-discount {
    color: #e53e3e;
    font-weight: 600;
}

.gl-coupon-wrapper {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed #e2e8f0;
}

.gl-coupon-form {
    display: flex;
    gap: 8px;
}

.gl-coupon-input {
    flex: 1;
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 13px;
}

.gl-coupon-btn {
    padding: 0 15px;
    height: 42px;
    background: #2D3748;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s;
}

.gl-checkout-btn {
    width: 100%;
    background: var(--basecolor);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(var(--basecolor-rgb), 0.2);
}

.gl-checkout-btn:hover {
    background: var(--accentcolor);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.gl-cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.gl-update-btn {
    background: #F9FBFF !important;
    color: #4a5568 !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
}

.gl-update-btn:hover {
    background: #F9FBFF !important;
    border-color: #cbd5e0 !important;
}

.gl-empty-cart {
    text-align: center;
    padding: 80px 20px;
}

.gl-empty-icon {
    font-size: 6rem;
    color: #edf2f7;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .gl-cart-summary-card {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .gl-cart-table thead {
        display: none;
    }

    .gl-cart-item td {
        display: block;
        padding: 15px 10px;
        text-align: right;
        border-bottom: 1px solid #edf2f7;
    }

    .gl-cart-item td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 11px;
        color: #a0aec0;
    }

    .gl-cart-product {
        justify-content: flex-end;
    }

    .gl-cart-remove-wrapper {
        justify-content: flex-end;
    }
}

.gl-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #253D4E;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.gl-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--basecolor);
}

/* Form Styling */
.gl-form-select {
    border: 1px solid #ececec;
    border-radius: 8px;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    color: #4f5d77;
    background-color: #f7f8f9;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.gl-form-select:focus {
    border-color: var(--basecolor);
    box-shadow: 0 0 0 3px rgba(var(--basecolor-rgb), 0.1);
    background-color: #fff;
    outline: none;
}

.gl-btn-yesil {
    background: var(--basecolor) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    text-align: center;
}

.gl-btn-yesil:hover {
    background: #29a56c !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Price Range Styling */
.gl-price-filter-wrapper {
    padding: 25px 10px 15px 10px;
    /* Increased top padding for handles */
    margin-bottom: 30px;
}

.gl-price-display {
    font-weight: 700;
    color: #253D4E;
    font-size: 15px;
    margin-top: 25px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    justify-content: space-between;
}

.gl-price-display span {
    color: var(--basecolor);
}

/* noUiSlider Customization with 'gl' context */
.glfilterprice .noUi-target {
    background: #f0f0f0;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    height: 6px;
}

.glfilterprice .noUi-connect {
    background: var(--basecolor) !important;
}

.glfilterprice .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 2px solid var(--basecolor) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer !important;
    top: -9px !important;
    right: -11px !important;
    outline: none !important;
}

.glfilterprice .noUi-handle:before,
.glfilterprice .noUi-handle:after {
    display: none !important;
}

.glfilterprice .noUi-active {
    box-shadow: 0 0 0 5px rgba(var(--basecolor-rgb), 0.1) !important;
}

/* Checkbox Brand Styles */
.gl-brand-list {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 5px;
}

.gl-brand-list::-webkit-scrollbar {
    width: 4px;
}

.gl-brand-list::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}

.gl-checkbox-group {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    color: #4f5d77;
    transition: all 0.3s ease;
    user-select: none;
}

.gl-checkbox-group:hover {
    color: var(--basecolor);
}

.gl-checkbox-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gl-checkmark {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 5px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.gl-checkbox-group:hover input~.gl-checkmark {
    border-color: var(--basecolor);
}

.gl-checkbox-group input:checked~.gl-checkmark {
    background-color: var(--basecolor);
    border-color: var(--basecolor);
}

.gl-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gl-checkbox-group input:checked~.gl-checkmark:after {
    display: block;
}

.gl-brand-count {
    margin-left: auto;
    font-size: 12px;
    color: #a0abbb;
    font-weight: 500;
}

.gl-filter-clear {
    display: block;
    width: 100%;
    text-align: center;
    color: #7e7e7e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gl-filter-clear:hover {
    color: var(--basecolor);
}

/* Coupon Alert Styling */
.gl-coupon-alert {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    border-radius: 12px;
    padding: 15px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2);
    position: relative;
    overflow: hidden;
}

.gl-coupon-alert::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    transform: rotate(45deg);
    pointer-events: none;
}

.gl-coupon-icon {
    font-size: 24px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    backdrop-filter: blur(5px);
}

.gl-coupon-content {
    flex: 1;
    z-index: 1;
}

.gl-coupon-title {
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gl-coupon-desc {
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.4;
}

.gl-coupon-desc strong {
    background: rgba(255, 255, 255, 0.25);
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Login/Register Page Styling */
.gl-auth-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.gl-auth-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #f7fafc;
    padding-bottom: 15px;
}

.gl-auth-title i {
    color: var(--basecolor);
}

.gl-auth-input-group {
    margin-bottom: 20px;
}

.gl-auth-input {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
}

.gl-auth-input:focus {
    border-color: var(--basecolor);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--basecolor-rgb), 0.1);
    outline: none;
}

.gl-auth-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: var(--basecolor);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.gl-auth-btn:hover {
    background: #2d3748;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gl-auth-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

.gl-auth-link {
    color: #718096;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.gl-auth-link:hover {
    color: var(--basecolor);
}

.gl-auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.gl-auth-divider::before,
.gl-auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.gl-auth-divider span {
    padding: 0 15px;
    color: #a0abbb;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.gl-guest-checkout-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #4a5568;
    border-radius: 8px;
    border: 1px dashed #cbd5e0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.gl-guest-checkout-btn:hover {
    background: #f7fafc;
    border-color: var(--basecolor);
    color: var(--basecolor);
}

.gl-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    /* Sola dayalı olması için */
    gap: 12px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #718096;
    line-height: 1.5;
}

.gl-checkbox-wrapper input {
    margin-top: 0;
    cursor: pointer;
    width: 25px;
    /* Genişlik 25px */
    height: 25px;
    /* Yükseklik 25px */
    flex-shrink: 0;
    /* Daralmayı engelle */
    accent-color: var(--basecolor);
    /* Varsa tarayıcı destekli renk */
}

.gl-checkbox-wrapper label {
    cursor: pointer;
    padding-top: 2px;
    /* Dikey hizalama için hafif boşluk */
    width: 100%;
    /* Kalan alanı kapla */
}

.gl-checkbox-wrapper a {
    color: var(--basecolor);
    text-decoration: underline;
    font-weight: 500;
}

.gl-auth-alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gl-auth-alert-danger {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #fed7d7;
}

.gl-auth-alert-success {
    background: #f0fff4;
    color: #2f855a;
    border: 1px solid #c6f6d5;
}

/* Header Dropdown Styling */
.gl-header-dropdown-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
}

.gl-header-dropdown-btn:hover {
    color: var(--basecolor);
}

.gl-header-dropdown-icon {
    width: 20px;
}

.gl-header-notification-badge {
    background: #ff3b30;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: bold;
}

.gl-header-dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    min-width: 250px;
}

.gl-header-dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
    color: #4a5568;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gl-header-dropdown-item:hover {
    background: #f7fafc;
    color: var(--basecolor);
}

.gl-header-dropdown-item i {
    width: 18px;
    text-align: center;
}

/* Dashboard Styles */
.gl-dashboard-container {
    padding: 30px 0;
    background: #f8f9fa;
    min-height: 80vh;
}

.gl-dashboard-sidebar-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    height: 100%;
}

.gl-dashboard-content-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    padding: 30px;
    min-height: 100%;
}

.gl-dashboard-menu-container {
    height: 100%;
}

.gl-dashboard-user-info {
    padding: 25px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1e3a8a;
    border-bottom: 1px solid #e5e7eb;
}

.gl-dashboard-user-info span {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 4px;
}

.gl-dashboard-user-info strong {
    font-size: 16px;
    font-weight: 700;
}

.gl-dashboard-menu-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.gl-dashboard-menu-item {
    margin: 0;
}

.gl-dashboard-menu-item a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.gl-dashboard-menu-item a i {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    color: #94a3b8;
    transition: color 0.2s ease;
}

.gl-dashboard-menu-item:hover a,
.gl-dashboard-menu-item.active a {
    background: #f1f5f9;
    color: var(--basecolor);
    border-left-color: var(--basecolor);
}

.gl-dashboard-menu-item:hover a i,
.gl-dashboard-menu-item.active a i {
    color: var(--basecolor);
}

.gl-dashboard-menu-item .gl-badge {
    margin-left: auto;
    background: #ef4444;
    color: white;
    font-size: 10px;
    padding: 0 8px;
    border-radius: 50%;
    font-weight: 600;
}

.gl-dashboard-menu-item.logout {
    margin-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.gl-dashboard-menu-item.logout a {
    color: #ef4444;
}

.gl-dashboard-menu-item.logout a i {
    color: #ef4444;
}

.gl-dashboard-menu-item.logout:hover a {
    background: #fef2f2;
    border-left-color: #ef4444;
}

/* Soft Buttons */
.btn-soft-primary {
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border: none;
}

.btn-soft-primary:hover {
    background-color: #3b82f6;
    color: #fff;
}

.btn-soft-success {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: none;
}

.btn-soft-success:hover {
    background-color: #10b981;
    color: #fff;
}

.btn-soft-danger {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: none;
}

.btn-soft-danger:hover {
    background-color: #ef4444;
    color: #fff;
}

.btn-soft-warning {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
    border: none;
}

.btn-soft-warning:hover {
    background-color: #f59e0b;
    color: #fff;
}

.btn-soft-info {
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border: none;
}

.btn-soft-info:hover {
    background-color: #3b82f6;
    color: #fff;
}

.gl-btn-soft-sm {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

/* Address Card & Badges */
.gl-address-card {
    background-color: #f7f8f9;
    border: 1px solid #eee;
    box-shadow: none;
    transition: all 0.3s ease;
}

.gl-address-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-color: #ddd;
}

.gl-badge-soft-info {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.gl-badge-soft-warning {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.gl-badge-soft-success {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

/* Order Cards */
.gl-orders-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .gl-orders-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gl-orders-list {
        grid-template-columns: 1fr;
    }
}

.gl-order-card {
    background: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.gl-order-card:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: #ddd;
}

.gl-order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.gl-order-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.gl-order-number {
    display: flex;
    flex-direction: column;
}

.gl-order-label {
    font-size: 11px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.gl-order-number strong {
    font-size: 16px;
    color: #333;
}

.gl-order-date {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
}

.gl-order-status {
    display: flex;
    align-items: center;
}

.gl-badge-status {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: capitalize;
}

/* Order Status Colors - Using Soft Button System */
.gl-badge-status-0 {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

/* Beklemede */

.gl-badge-status-1 {
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

/* Onaylandı */

.gl-badge-status-2 {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

/* Hazırlanıyor */

.gl-badge-status-3 {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

/* Kargoda */

.gl-badge-status-4 {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

/* Teslim Edildi */

.gl-badge-status-5 {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

/* İptal */

.gl-badge-status-6 {
    background-color: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

/* Tamamlandı */

.gl-badge-status-7 {
    background-color: rgba(13, 202, 240, 0.15);
    color: #0dcaf0;
}

/* Kargoya Verildi */

.gl-order-card-body {
    padding: 20px;
}

.gl-order-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.gl-order-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.gl-order-detail-item:hover {
    background: rgba(255, 255, 255, 0.9);
}

.gl-order-detail-item i {
    color: #6c757d;
    font-size: 16px;
}

.gl-order-detail-label {
    color: #6c757d;
    margin-right: 5px;
}

.gl-order-total {
    color: #3b82f6;
    font-size: 16px;
}

.gl-order-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: rgba(255, 255, 255, 0.5);
}

.gl-order-update-time {
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .gl-order-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .gl-order-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .gl-order-details {
        grid-template-columns: 1fr;
    }

    .gl-order-card-footer {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

/* Modern Product Card Styles */
.gl-product-card {
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gl-product-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #e0e0e0;
    transform: translateY(-4px);
}

.gl-product-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.gl-product-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    backdrop-filter: blur(10px);
}

.gl-product-badge-warning {
    background: rgba(245, 158, 11, 0.95);
    color: #fff;
}

.gl-product-badge-danger {
    background: rgba(239, 68, 68, 0.95);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gl-product-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gl-product-favorite:hover {
    background: #fff;
    transform: scale(1.1);
}

.gl-product-favorite i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.gl-product-favorite.is-favorite i {
    color: #ff3366;
}

.gl-product-image {
    position: relative;
    width: 100%;
    height: 280px;
    background: #f8f9fa;
    overflow: hidden;
}

.gl-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gl-product-card:hover .gl-product-image img {
    transform: scale(1.05);
}

.gl-product-timer-compact {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 5;
    transition: all 0.3s ease;
}

.gl-timer-label {
    background: #ff3b30;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(2px);
    margin-bottom: 2px;
}

.gl-timer-boxes {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.gl-product-timer-compact .timer-box {
    background: #fff;
    border-radius: 6px;
    padding: 4px 6px;
    min-width: 38px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.gl-product-timer-compact .timer-box span {
    font-size: 14px;
    font-weight: 800;
    color: #ef4444;
    display: block;
}

.gl-product-timer-compact .timer-box label {
    font-size: 8px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0;
    display: block;
}

@keyframes pulse-timer {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.gl-product-info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gl-product-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 0;
    min-height: 30px;
}

.gl-product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gl-product-title a:hover {
    color: #3b82f6;
}

.gl-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.gl-product-price-current {
    font-size: 20px;
    font-weight: 700;
    color: #3b82f6;
}

.gl-product-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.gl-product-variant-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gl-product-actions {
    margin-top: auto;
}

.gl-product-add-cart {
    width: 100%;
}

.gl-product-add-cart form {
    width: 100%;
}

.gl-product-add-cart button {
    width: 100%;
    padding: 12px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gl-product-add-cart button:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.gl-product-add-cart button i {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .gl-product-image {
        height: 220px;
    }

    .gl-product-title {
        font-size: 14px;
        min-height: 38px;
    }

    .gl-product-price-current {
        font-size: 18px;
    }
}

/* Custom Slider Wrapper mimics carousel behavior without breaking item styles */
.gl-slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 20px;
    scrollbar-width: none;
}

.gl-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.gl-slider-wrapper>.gl-product-card {
    flex: 0 0 auto;
    width: 25%;
    max-width: 300px;
}

@media (max-width: 992px) {
    .gl-slider-wrapper>.gl-product-card {
        width: 40%;
    }
}

@media (max-width: 576px) {
    .gl-slider-wrapper>.gl-product-card {
        width: 75%;
    }
}

/* Checkout & Form Elements */
.gl-check-25 {
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    accent-color: var(--checkout-primary, #6366f1);
}

.gl-check-label {
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}
/* Stories Module */
#stories {
    padding: 10px 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#stories::-webkit-scrollbar {
    display: none;
}
.zuck-modal-content .story-viewer .head .left .info .name {
    font-size: 14px;
    font-weight: 600;
}
.storiesWrapper {
    margin-bottom: 30px;
}


/* Custom Toggle Switch */
.custom-switch {
    display: inline-block;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2.25rem;
    display: block;
    width: 2.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: '';
    background-color: #adb5bd;
    border: #adb5bd solid 1px;
    border-radius: .75rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -2.25rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: .75rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
    background-color: #fff;
    border-color: #fff;
}

