*,
*::before,
*::after{margin:0;padding:0;box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden;margin:0;padding:0}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.kategori-baslik{font-size:2rem;font-weight:700;text-align:center;margin:1.5rem 0 .5rem;color:var(--text-primary,#333)}.kategori-alt-baslik{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:var(--text-primary,#333)}.kategori-aciklama{text-align:center;color:#666;max-width:800px;margin:0 auto 2rem;line-height:1.6}.alt-kategoriler{margin-bottom:2rem}.alt-kategoriler h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary,#333)}.alt-kategoriler-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.alt-kategori-item{display:block;padding:.75rem 1rem;background:var(--menu-bg,#f3f4f6);border-radius:8px;text-align:center;text-decoration:none;color:var(--menu-text,#374151);transition:all .3s ease;border:1px solid #e5e7eb}.alt-kategori-item:hover{background:var(--button-bg,#3b82f6);color:var(--button-text,#fff);transform:translateY(-2px)}.urunler-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;margin:0 auto}@media(max-width:1024px){.urunler-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:768px){.urunler-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.urunler-grid{gap:.5rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.product-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--vitrin-bg,#f8fafc);cursor:pointer}.product-image-link{display:block;width:100%;height:100%}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-image-container:hover .product-image{transform:scale(1.05)}.zoom-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border:none;cursor:pointer;z-index:3}.zoom-overlay .zoom-icon{color:#fff;font-size:2rem}.product-image-container:hover .zoom-overlay{opacity:1}.product-labels-left{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-discount-right{position:absolute;top:8px;right:8px;z-index:2}.label{padding:3px 8px;border-radius:20px;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.3px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);white-space:nowrap}.label-new{background:#047857}.label-bestseller{background:#7c3aed}.label-discount{background:#1d4ed8;font-size:11px;padding:4px 10px}@media(max-width:480px){.label{font-size:8px;padding:2px 6px}.label-discount{font-size:9px;padding:3px 8px}}.product-content{padding:.75rem;display:flex;flex-direction:column;flex-grow:1}.product-title{font-size:clamp(.85rem,1.1vw,1rem);font-weight:600;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title a{color:var(--text-primary,#111);text-decoration:none}.product-title a:hover{color:var(--button-bg,#3b82f6)}.product-stats{display:flex;gap:.75rem;font-size:clamp(.65rem,.8vw,.75rem);color:#666;margin-bottom:.5rem;flex-wrap:wrap}.stat-sold i,.stat-views i{margin-right:3px}.product-price{margin-bottom:.75rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.new-price{font-size:clamp(.95rem,1.2vw,1.1rem);font-weight:700;color:var(--text-primary,#111)}.old-price{font-size:clamp(.7rem,.9vw,.8rem);text-decoration:line-through;color:#9ca3af}.discount-percent{font-size:clamp(.6rem,.7vw,.7rem);font-weight:700;color:#ef4444;background:#fee2e2;padding:2px 5px;border-radius:20px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px}.product-buy-now{width:100%}.btn-view,.btn-add-cart,.btn-buy-now{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border-radius:8px;font-size:clamp(.6rem,.7vw,.75rem);font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.btn-view{background:var(--view-bg,#e5e7eb);color:#1f2937;border:1px solid #9ca3af}.btn-view:hover{background:var(--view-hover,#d1d5db)}.btn-add-cart{background:var(--button-bg,#3b82f6);color:var(--button-text,#fff)}.btn-add-cart:hover:not(:disabled){background:var(--button-hover,#2563eb)}.btn-buy-now{background:var(--buy-bg,#10b981);color:#fff;width:100%}.btn-buy-now:hover:not(:disabled){background:var(--buy-hover,#059669)}.btn-add-cart:disabled,.btn-buy-now:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media(max-width:480px){.product-actions{grid-template-columns:1fr;gap:4px}.btn-view,.btn-add-cart,.btn-buy-now{font-size:.6rem;padding:5px 4px}}@media(min-width:481px)and (max-width:768px){.btn-view,.btn-add-cart,.btn-buy-now{font-size:.65rem;padding:5px 6px}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.85);align-items:center;justify-content:center}.modal-content{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:12px}.close{position:absolute;top:15px;right:25px;color:#fff;font-size:35px;font-weight:700;cursor:pointer;background:0 0;border:none}@media(max-width:768px){.modal-content{max-width:95vw;max-height:75vh}.close{top:10px;right:15px;font-size:30px}}.variant-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1100;align-items:center;justify-content:center;padding:1rem}.variant-modal.active{display:flex}.variant-modal-content{background:#fff;border-radius:16px;padding:1.2rem;max-width:450px;width:100%;max-height:85vh;overflow-y:auto}.variant-modal h3{font-size:1.1rem;margin-bottom:1rem;text-align:center}.option-group{margin-bottom:1rem}.option-group label{display:block;font-weight:600;margin-bottom:.5rem}.option-buttons{display:flex;flex-wrap:wrap;gap:8px}.color-option,.size-option{padding:6px 12px;border:1px solid #ddd;border-radius:40px;background:#fff;cursor:pointer;transition:all .2s;font-size:.8rem;display:inline-flex;align-items:center;gap:6px}.color-swatch{width:18px;height:18px;border-radius:50%;display:inline-block}.color-option.selected,.size-option.selected{background:var(--button-bg,#3b82f6);color:#fff;border-color:var(--button-bg,#3b82f6)}.variant-modal-actions{display:flex;gap:12px;margin-top:1.2rem}.variant-modal-actions button{flex:1;padding:8px;border-radius:8px;font-weight:600;cursor:pointer;border:none}.variant-cancel{background:#f3f4f6;color:#333}.variant-confirm{background:var(--button-bg,#3b82f6);color:#fff}@media(max-width:480px){.variant-modal-content{padding:1rem;width:95%}}.notification{position:fixed;bottom:20px;right:20px;background:#333;color:#fff;padding:10px 16px;border-radius:8px;z-index:1200;opacity:0;transform:translateY(20px);transition:all .3s ease;max-width:280px;font-size:.85rem}.notification.show{opacity:1;transform:translateY(0)}.notification.success{background:#10b981}.notification.error{background:#ef4444}@media(max-width:480px){.notification{bottom:10px;right:10px;left:10px;max-width:calc(100% - 20px);text-align:center}}.text-center{text-align:center}.py-16{padding-top:4rem;padding-bottom:4rem}.mb-4{margin-bottom:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}