/* Valeron Theme - Beyaz / Açık Premium E-Ticaret Tasarımı */
@charset "UTF-8";

:root {
	--valeron-dark: #ffffff;
	--valeron-darker: #f8f9fa;
	--valeron-gold: #c9a227;
	--valeron-gold-light: #d4b84a;
	--valeron-cream: #212529;
	--valeron-muted: #6c757d;
	--valeron-card: #ffffff;
	--valeron-border: #e9ecef;
	--valeron-on-gold: #1a1a1a;
}

* { box-sizing: border-box; }
a { text-decoration: none !important; color: inherit; }
body { font-family: 'Outfit', sans-serif; background: var(--valeron-darker); color: var(--valeron-cream); margin: 0; }
h1,h2,h3,h4,h5,h6,p { margin: 0; }

/* Header */
.valeron-header { background: var(--valeron-dark); position: relative; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.valeron-header-top { background: var(--valeron-darker); border-bottom: 1px solid var(--valeron-border); }
.valeron-top-links .valeron-link { color: var(--valeron-muted); font-size: 13px; transition: color .2s; }
.valeron-top-links .valeron-link:hover { color: var(--valeron-gold); }
.valeron-contact-top .valeron-label { color: var(--valeron-muted); font-size: 13px; margin-right: 6px; }
.valeron-contact-top .valeron-phone { color: var(--valeron-gold); font-weight: 600; }
.valeron-header-main { border-bottom: 1px solid var(--valeron-border); }
.valeron-logo-text { font-size: 28px; font-weight: 700; letter-spacing: 4px; color: var(--valeron-gold); }
.valeron-logo-text:hover { color: var(--valeron-gold-light); }
.valeron-search-form { position: relative; display: flex; max-width: 480px; }
.valeron-search-input { width: 100%; background: var(--valeron-darker); border: 1px solid var(--valeron-border); border-radius: 6px; padding: 12px 50px 12px 20px; color: var(--valeron-cream); font-size: 14px; }
.valeron-search-input::placeholder { color: var(--valeron-muted); }
.valeron-search-input:focus { outline: none; border-color: var(--valeron-gold); }
.valeron-search-btn { position: absolute; right: 0; top: 0; bottom: 0; width: 50px; background: var(--valeron-gold); border: none; border-radius: 0 6px 6px 0; color: var(--valeron-on-gold); cursor: pointer; }
.valeron-search-btn:hover { background: var(--valeron-gold-light); }
.valeron-action-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--valeron-muted); font-size: 12px; transition: color .2s; }
.valeron-action-item:hover { color: var(--valeron-gold); }
.valeron-action-item i { font-size: 20px; }
.valeron-cart { position: relative; }
.valeron-cart-badge { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; background: var(--valeron-gold); color: var(--valeron-on-gold); font-size: 11px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Mobile Header */
.valeron-mobile-header { background: var(--valeron-dark); border-bottom: 1px solid var(--valeron-border); }
.valeron-logo-mobile { font-size: 22px; }
.valeron-mobile-icon { color: var(--valeron-cream); font-size: 20px; }
.valeron-mobile-icon:hover { color: var(--valeron-gold); }
.valeron-mobile-menu-btn { background: none; color: var(--valeron-cream); font-size: 24px; padding: 0 8px; }
.valeron-mobile-search { margin-top: 12px; }
.valeron-mobile-search .form-control { background: var(--valeron-darker); border-color: var(--valeron-border); color: var(--valeron-cream); }
.valeron-offcanvas { background: var(--valeron-dark) !important; }
.valeron-offcanvas .list-unstyled a { color: var(--valeron-cream); }
.valeron-offcanvas .list-unstyled a:hover { color: var(--valeron-gold); }
.text-valeron-gold { color: var(--valeron-gold) !important; }

/* Hero Slider */
.valeron-hero { position: relative; background: var(--valeron-darker); border-bottom: 1px solid var(--valeron-border); }
.valeron-hero .owl-carousel .item img { width: 100%; height: auto; }
.valeron-hero .owl-carousel .item a { display: block; }
.valeron-hero-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; pointer-events: none; }
.valeron-hero-prev, .valeron-hero-next { position: absolute; width: 48px; height: 48px; border-radius: 50%; background: rgba(201,162,39,0.9); border: none; color: var(--valeron-on-gold); cursor: pointer; pointer-events: auto; transition: background .2s; }
.valeron-hero-prev:hover, .valeron-hero-next:hover { background: var(--valeron-gold); }
.valeron-hero-prev { left: 20px; }
.valeron-hero-next { right: 20px; }

/* Features Bar */
.valeron-features-bar { background: var(--valeron-dark); border-bottom: 1px solid var(--valeron-border); }
.valeron-feature-mini { padding: 10px 0; }
.valeron-feature-mini i { font-size: 28px; color: var(--valeron-gold); }
.valeron-feature-mini strong { display: block; color: var(--valeron-cream); font-size: 14px; }
.valeron-feature-mini p { color: var(--valeron-muted); font-size: 12px; margin: 2px 0 0 0; }

/* Sections */
.valeron-section { background: var(--valeron-dark); }
.valeron-section-dark { background: var(--valeron-darker); border-top: 1px solid var(--valeron-border); border-bottom: 1px solid var(--valeron-border); }
.valeron-section-title { font-size: 24px; font-weight: 600; color: var(--valeron-gold); margin-bottom: 24px; letter-spacing: 1px; }
.valeron-product-grid { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 24px !important; }
.valeron-product-grid > * { margin: 0 !important; padding: 0 !important; min-width: 0; }
@media (max-width: 1200px) { .valeron-product-grid { grid-template-columns: repeat(3, 1fr); gap: 20px !important; } }
@media (max-width: 768px) { .valeron-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px !important; } }

/* Product Cards - Valeron Style (Yeni Gelen Ürünler) */
.valeron-theme .product-card { background: var(--valeron-card); border-radius: 12px; overflow: hidden; border: 1px solid var(--valeron-border); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; height: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.valeron-theme .product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
.valeron-theme .product-card .image-box { background: #f5f5f5; aspect-ratio: 1; overflow: hidden; flex-shrink: 0; }
.valeron-theme .product-card .image-box a { display: flex; align-items: center; justify-content: center; height: 100%; }
.valeron-theme .product-card .image-box img { width: 100%; height: 100%; object-fit: cover; }
.valeron-theme .product-card > .d-flex { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.valeron-theme .product-card .name { color: var(--valeron-cream); font-weight: 500; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; line-height: 1.4; min-height: 2.8em; }
.valeron-theme .product-card .name:hover { color: var(--valeron-gold); }
.valeron-theme .product-card .category { color: var(--valeron-muted); font-size: 12px; display: block; margin-bottom: 8px; }
.valeron-theme .product-card .price { color: var(--valeron-gold); font-weight: 700; font-size: 18px; display: block; margin-top: 4px; }
.valeron-theme .product-card .price-discount { color: var(--valeron-muted); font-size: 13px; text-decoration: line-through; }
.valeron-theme .product-card .fiyatlar { margin-bottom: 12px; }
.valeron-theme .product-card .sepet-button { background: var(--valeron-gold); color: var(--valeron-on-gold); border: none; padding: 10px 16px; border-radius: 8px; font-weight: 600; font-size: 12px; cursor: pointer; transition: background .2s; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: auto; }
.valeron-theme .product-card .sepet-button:hover { background: var(--valeron-gold-light); color: var(--valeron-on-gold); }
.valeron-theme .product-badge.yeni { background: var(--valeron-gold); color: var(--valeron-on-gold); }
.valeron-theme .product-badge.indirimdeurun { background: #c0392b; color: #fff; }
.valeron-theme .product-badge.ucretsiz { background: #27ae60; color: #fff; }

/* Sliders for products */
.valeron-slider-wrap { position: relative; padding: 0 50px; }
.valeron-slider-prev, .valeron-slider-next { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--valeron-gold); border: none; color: var(--valeron-on-gold); cursor: pointer; z-index: 10; transition: background .2s; }
.valeron-slider-prev:hover, .valeron-slider-next:hover { background: var(--valeron-gold-light); }
.valeron-slider-prev { left: 0; }
.valeron-slider-next { right: 0; }
.valeron-slider-wrap .owl-carousel .owl-item .swiper-slide { padding: 8px; }
.valeron-slider-wrap .owl-carousel .owl-stage-outer { padding: 10px 0; }
.valeron-theme .anaurun1 { background: var(--valeron-card); border-radius: 12px; overflow: hidden; border: 1px solid var(--valeron-border); }
.valeron-theme .anaurun1 a { color: var(--valeron-cream); }
.valeron-theme .anaurun1 .yfiyat { color: var(--valeron-gold); font-weight: 700; }
.valeron-theme .anaurun1 .efiyat { color: var(--valeron-muted); text-decoration: line-through; }

/* Banners */
.valeron-banners a, .valeron-banners-2box a { display: block; border-radius: 12px; overflow: hidden; }
.valeron-banners img, .valeron-banners-2box img { width: 100%; height: auto; object-fit: cover; }
.valeron-big-banner a { display: block; border-radius: 12px; overflow: hidden; }

/* Footer */
.valeron-footer { background: var(--valeron-darker); border-top: 1px solid var(--valeron-border); }
.valeron-footer-features { background: var(--valeron-dark); border-bottom: 1px solid var(--valeron-border); }
.valeron-feature-card { text-align: center; padding: 24px 16px; }
.valeron-feature-card i { font-size: 36px; color: var(--valeron-gold); margin-bottom: 12px; }
.valeron-feature-card h6 { color: var(--valeron-cream); font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.valeron-feature-card p { color: var(--valeron-muted); font-size: 13px; margin: 0; }
.valeron-footer-title { color: var(--valeron-gold); font-size: 14px; font-weight: 600; margin-bottom: 16px; letter-spacing: 1px; }
.valeron-footer-text { color: var(--valeron-muted); font-size: 14px; line-height: 1.6; }
.valeron-footer-links a, .valeron-footer-links .footer-items { color: var(--valeron-muted); font-size: 14px; display: block; padding: 4px 0; transition: color .2s; }
.valeron-footer-links a:hover, .valeron-footer-links .footer-items:hover { color: var(--valeron-gold); }
.valeron-footer-link { color: var(--valeron-gold) !important; }
.valeron-footer-link:hover { color: var(--valeron-gold-light) !important; }
.valeron-contact-item { color: var(--valeron-cream); display: flex; align-items: center; gap: 8px; }
.valeron-footer-bottom { background: var(--valeron-dark); border-top: 1px solid var(--valeron-border); }
.valeron-copyright { color: var(--valeron-muted); font-size: 13px; }
.valeron-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--valeron-card); color: var(--valeron-muted); border-radius: 8px; margin-left: 8px; transition: all .2s; }
.valeron-social a:hover { background: var(--valeron-gold); color: var(--valeron-on-gold); }
.valeron-footer-toggle { background: none; border: 1px solid var(--valeron-gold); color: var(--valeron-gold); padding: 8px 16px; border-radius: 6px; font-size: 13px; cursor: pointer; margin-top: 8px; }
.valeron-footer-toggle:hover { background: var(--valeron-gold); color: var(--valeron-on-gold); }

/* Bootstrap overrides */
.valeron-theme .btn-primary { background: var(--valeron-gold); border-color: var(--valeron-gold); color: var(--valeron-on-gold); }
.valeron-theme .btn-primary:hover { background: var(--valeron-gold-light); border-color: var(--valeron-gold-light); }
.valeron-theme .form-control { background: var(--valeron-card); border-color: var(--valeron-border); color: var(--valeron-cream); }
.valeron-theme .form-control:focus { border-color: var(--valeron-gold); box-shadow: 0 0 0 0.2rem rgba(201,162,39,0.25); }
.valeron-theme .page-title { color: var(--valeron-gold); }
.valeron-theme .breadcrumb { background: transparent; }
.valeron-theme .breadcrumb a { color: var(--valeron-muted); }
.valeron-theme .breadcrumb a:hover { color: var(--valeron-gold); }

/* Utilities */
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.temizle { clear: both; height: 0; overflow: hidden; }

/* ========== TÜM KATEGORİLER - Header Menu (headerMainMenuDveb) ========== */
.valeron-theme .header-bottom { background: var(--valeron-dark); border-top: 1px solid var(--valeron-border); padding: 10px 0; position: relative; }
.valeron-theme .header-bottom .container { position: relative; }
.valeron-theme .header-bottom .d-flex { display: flex !important; align-items: center; gap: 16px; flex-wrap: nowrap; }
.valeron-theme .header-bottom-items { color: var(--valeron-cream) !important; font-size: 14px; font-weight: 500; padding: 8px 12px; white-space: nowrap; display: inline-block; border-radius: 6px; transition: color .2s, background .2s; }
.valeron-theme .header-bottom-items:hover { color: var(--valeron-gold) !important; background: rgba(201,162,39,0.08); }
.valeron-theme .header-categories-list { display: flex !important; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding: 4px 8px; align-items: center; flex: 1; min-width: 0; -webkit-overflow-scrolling: touch; }
.valeron-theme .header-categories-list::-webkit-scrollbar { height: 4px; }
.valeron-theme .header-categories-list::-webkit-scrollbar-thumb { background: var(--valeron-border); border-radius: 4px; }
.valeron-theme .header-categories-list a { flex-shrink: 0; }
.valeron-theme .menu-dropdown { color: var(--valeron-cream) !important; background: var(--valeron-card); padding: 10px 18px; border-radius: 8px; border: 1px solid var(--valeron-border); flex-shrink: 0; transition: background .2s, border-color .2s; }
.valeron-theme .menu-dropdown:hover { border-color: var(--valeron-gold); background: rgba(201,162,39,0.08); }
.valeron-theme .menu-dropdown .tum-kategori { color: var(--valeron-cream); font-size: 14px; white-space: nowrap; }
.valeron-theme .menu-dropdown .tum-kategori b { color: var(--valeron-gold); }
.valeron-theme .menu-dropdown .button-bars { border: none; background: transparent; color: var(--valeron-gold); padding: 0; margin-right: 8px; }
.valeron-theme .menu-dropdown svg { flex-shrink: 0; }
.valeron-theme .category-wrapper { position: relative; flex-shrink: 0; }
.valeron-theme .hover-category:hover + .categories, .valeron-theme .category-wrapper:hover .categories { visibility: visible; opacity: 1; }
.valeron-theme .categories { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 0; z-index: 9999; min-width: 640px; max-width: 90vw; transition: visibility .2s, opacity .2s; margin-top: 8px; box-shadow: 0 16px 48px rgba(0,0,0,0.15); border-radius: 12px; overflow: hidden; border: 1px solid var(--valeron-border); }
.valeron-theme .categories .categories-wrapper { display: flex; background: var(--valeron-card); position: relative; min-height: 360px; }
.valeron-theme .categories .left { width: 280px; min-height: 360px; padding: 0; background: var(--valeron-darker); flex-shrink: 0; overflow-y: auto; }
.valeron-theme .categories .left .left-box { border-bottom: 1px solid var(--valeron-border); position: relative; }
.valeron-theme .categories .left .left-box:last-child { border-bottom: none; }
.valeron-theme .categories .left .submenu-button { color: var(--valeron-cream); font-size: 14px; padding: 14px 18px; display: flex; align-items: center; text-align: left; transition: background .2s, color .2s; width: 100%; }
.valeron-theme .categories .left .submenu-button:hover { background: rgba(201,162,39,0.15); color: var(--valeron-gold); }
.valeron-theme .categories .left .left-box:hover > .right { visibility: visible; opacity: 1; }
.valeron-theme .categories .right { position: absolute; left: 280px; top: 0; right: 0; bottom: 0; background: var(--valeron-darker); padding: 24px; visibility: hidden; opacity: 0; transition: visibility .2s, opacity .2s; overflow-y: auto; }
.valeron-theme .categories .right .container { max-width: none; padding: 0; }
.valeron-theme .categories .right .row { margin: 0; }
.valeron-theme .categories .right .col-8, .valeron-theme .categories .right .col-4 { padding: 0; }
.valeron-theme .categories .header-dropdown-menu-link { color: var(--valeron-cream); font-size: 13px; display: block; padding: 10px 14px; border-radius: 8px; margin-bottom: 2px; transition: background .2s, color .2s; }
.valeron-theme .categories .header-dropdown-menu-link:hover { color: var(--valeron-gold); background: rgba(201,162,39,0.1); }
.valeron-theme .categories .header-dropdown-menu-link:last-child { margin-bottom: 0; }
.valeron-theme .categories .header-image { margin-bottom: 16px; border-radius: 8px; overflow: hidden; }
.valeron-theme .categories .header-image:last-child { margin-bottom: 0; }
.valeron-theme .categories .header-image img { width: 100%; height: auto; object-fit: cover; display: block; }

/* ========== Kategori Sayfası - Sidebar (Alt Kategoriler) ========== */
.valeron-theme .valeron-sidebar { background: var(--valeron-card); border-radius: 12px; border: 1px solid var(--valeron-border); overflow: hidden; }
.valeron-theme .valeron-sidebar .accordion-item { background: var(--valeron-card); border-color: var(--valeron-border); }
.valeron-theme .valeron-sidebar .accordion-button { background: var(--valeron-darker) !important; color: var(--valeron-cream) !important; border: none; font-weight: 600; }
.valeron-theme .valeron-sidebar .accordion-button:not(.collapsed) { color: var(--valeron-gold) !important; }
.valeron-theme .valeron-sidebar .accordion-button::after { filter: invert(0.4); }
.valeron-theme .valeron-sidebar .accordion-body { background: var(--valeron-dark); padding: 12px 16px; }
.valeron-theme .valeron-sidebar .list-unstyled { margin: 0; padding: 0; list-style: none; }
.valeron-theme .valeron-sidebar .list-unstyled li { margin-bottom: 4px; }
.valeron-theme .valeron-sidebar .list-unstyled a { color: var(--valeron-cream); font-size: 14px; padding: 8px 12px; display: block; border-radius: 8px; transition: background .2s, color .2s; }
.valeron-theme .valeron-sidebar .list-unstyled a:hover { color: var(--valeron-gold); background: rgba(201,162,39,0.1); }

/* ========== Mobil Menü - Offcanvas Kategoriler (TopMenuMobileDveb) ========== */
.valeron-offcanvas .menu-list-item { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--valeron-border); }
.valeron-offcanvas .menu-list-item:last-child { border-bottom: none; }
.valeron-offcanvas .header-items.menu-link { color: var(--valeron-cream) !important; padding: 14px 0; font-size: 15px; display: flex !important; align-items: center; }
.valeron-offcanvas .header-items.menu-link:hover { color: var(--valeron-gold) !important; }
.valeron-offcanvas .mobile-menu-alt-link { color: var(--valeron-muted) !important; padding: 10px 0 10px 20px; font-size: 14px; }
.valeron-offcanvas .mobile-menu-alt-link:hover { color: var(--valeron-gold) !important; }
.valeron-offcanvas .list-group-item { border: none !important; padding: 0 !important; background: transparent !important; }
.valeron-offcanvas .collapse .fa-chevron-right { color: var(--valeron-gold); font-size: 12px; margin-right: 8px; }

/* ========== ÜRÜN GRİD - Bootstrap col override ========== */
.valeron-product-grid .col-lg-3, .valeron-product-grid .col-6 { max-width: none !important; flex: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }

/* ========== ÜRÜN SLİDER (UrunListShow2 - anaurun1) ========== */
.valeron-slider-wrap .owl-carousel .owl-stage-outer { overflow: hidden; }
.valeron-slider-wrap .owl-carousel .owl-item { min-width: 0; }
.valeron-slider-wrap .swiper-slide, .valeron-slider-wrap .owl-item > div { padding: 4px; height: 100%; }
.valeron-theme .anaurun1 { background: var(--valeron-card); border-radius: 12px; overflow: hidden; border: 1px solid var(--valeron-border); padding: 12px; height: 100%; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.valeron-theme .anaurun1:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.3); }
.valeron-theme .anaurun1 a { color: var(--valeron-cream); text-decoration: none; }
.valeron-theme .anaurun1 a:hover { color: var(--valeron-gold); }
.valeron-theme .anaurun1 .image-cover { aspect-ratio: 1; overflow: hidden; background: #f5f5f5; border-radius: 8px; position: relative; }
.valeron-theme .anaurun1 .image-cover img { width: 100%; height: 100%; object-fit: cover; }
.valeron-theme .anaurun1 figcaption { font-size: 15px; font-weight: 500; color: var(--valeron-cream); margin: 8px 0 4px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
.valeron-theme .anaurun1 strong { display: inline-block; background: var(--valeron-gold); color: var(--valeron-on-gold); font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-bottom: 4px; }
.valeron-theme .anaurun1 .efiyat { color: var(--valeron-muted); font-size: 12px; text-decoration: line-through; margin: 0; }
.valeron-theme .anaurun1 .yfiyat { color: var(--valeron-gold); font-weight: 700; font-size: 16px; margin: 4px 0 8px; }
.valeron-theme .anaurun1 .asepetEkle { display: inline-flex; align-items: center; gap: 6px; background: var(--valeron-gold); color: var(--valeron-on-gold); font-size: 12px; font-weight: 600; padding: 8px 14px; border-radius: 8px; margin-top: auto; transition: background .2s; }
.valeron-theme .anaurun1 .asepetEkle:hover { background: var(--valeron-gold-light); color: var(--valeron-on-gold); }
