@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";.nav-user-info{position:relative}.nav-user{position:relative;cursor:pointer;display:inline-block}.nav-user-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;transition:background-color .2s;white-space:nowrap}.nav-user-trigger:hover{background-color:#ffffff1a}.nav-user-trigger .fa-chevron-down{font-size:10px;transition:transform .2s;margin-left:4px}.nav-user:hover .fa-chevron-down{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:calc(100% + 5px);right:0;min-width:280px;background:white;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:8px;z-index:9999;animation:dropdownFade .2s ease-in-out;border:1px solid #e0e0e0}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{display:flex;align-items:center;gap:12px;padding:12px;color:#333}.user-dropdown-header .fa-user-circle{font-size:40px;color:#dc2626}.user-dropdown-name{font-weight:600;font-size:14px;color:#333}.user-dropdown-email{font-size:12px;color:#666;margin-top:2px}.user-dropdown-divider{height:1px;background:#e0e0e0;margin:4px 8px}.user-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;font-size:14px;color:#333;text-align:left}.user-dropdown-item:hover{background-color:#f5f5f5}.user-dropdown-item.logout{color:#dc3545}.user-dropdown-item.logout:hover{background-color:#fff5f5}.user-dropdown-item i{width:20px;text-align:center;font-size:16px}.header,.nav,.nav-container,.nav-right{overflow:visible!important}.nav-actions{overflow:visible!important;position:relative;z-index:100}.profile-page,.address-page,.orders-page{min-height:calc(100vh - 200px);padding:120px 0 40px;background:#f8f9fa}.profile-header,.address-header,.orders-header{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}.profile-header h1,.address-header h1,.orders-header h1{font-size:32px;color:#333;display:flex;align-items:center;gap:12px;margin:0}.profile-header p,.address-header p,.orders-header p{color:#666;margin-top:8px}.profile-user-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;background:white;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.user-info-item{display:flex;align-items:center;gap:.75rem}.user-info-item i{color:#dc2626;font-size:1rem;width:20px;text-align:center}.user-label{color:#64748b;font-weight:500;min-width:120px}.user-value{color:#1e293b;font-weight:600}.profile-message,.address-message{padding:15px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:12px;font-weight:500}.profile-message.success,.address-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.profile-message.error,.address-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-content,.address-content{background:white;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a}.profile-form .form-section,.address-form .form-section{margin-bottom:30px}.profile-form .form-section h3,.address-form .form-section h3{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.address-form-container{background:white;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}.address-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.address-form-header h3{font-size:20px;color:#333;margin:0}.close-btn{background:none;border:none;font-size:20px;color:#666;cursor:pointer;padding:5px 10px;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#f5f5f5}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.address-card{border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border:2px solid #e8e8e8;position:relative}.address-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#dc2626}.address-card.billing{border-left:5px solid #28a745!important;background:linear-gradient(to right,rgba(40,167,69,.02) 0%,white 100%)!important}.address-card.shipping,.address-card.shipment{border-left:5px solid #dc2626!important;background:linear-gradient(to right,rgba(220,38,38,.02) 0%,white 100%)!important}.address-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.address-card-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.address-card-header h4{font-size:16px;color:#333;margin:0;display:flex;align-items:center;gap:10px;font-weight:600}.type-badge{font-size:11px;padding:4px 10px;border-radius:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.type-badge.billing{background:#28a745;color:#fff}.type-badge.shipping,.type-badge.shipment{background:#dc2626;color:#fff}.edit-btn{background:none;border:none;color:#dc2626;font-size:18px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.edit-btn:hover{background-color:#fef2f2;transform:scale(1.1)}.address-card-content{display:flex;flex-direction:column;gap:12px}.address-field{display:flex;flex-direction:column;gap:4px}.address-field-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px}.address-field-value{font-size:14px;color:#333;line-height:1.5;font-weight:500}.address-field-value.open-address{color:#666;font-weight:400;padding:8px;background:#f8f9fa;border-radius:8px;border-left:3px solid #dc2626}.orders-content{margin-top:30px}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.order-card-header h4{font-size:18px;color:#333;margin:0}.order-date{color:#666;font-size:14px;margin-top:4px}.order-status-container{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:600;text-transform:none;letter-spacing:.3px}.status-badge i{font-size:12px}.status-badge.status-pending{background:#fef3c7;color:#d97706;border:1px solid #fde68a}.status-badge.status-approved{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.status-badge.status-shipped,.status-badge.shipped{background:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}.status-badge.status-delivered,.status-badge.completed{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.status-badge.status-cancelled{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.status-badge.status-refunded{background:#ede9fe;color:#7c3aed;border:1px solid #ddd6fe}.status-badge.status-processing,.status-badge.processing{background:#fff3cd;color:#856404;border:1px solid #fde68a}.status-badge.status-completed{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.status-badge.status-unknown{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.payment-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;font-size:11px;font-weight:600;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.payment-badge.payment-paid{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.payment-badge.payment-pending{background:#fef3c7;color:#d97706;border-color:#fde68a}.payment-badge.payment-failed{background:#fee2e2;color:#dc2626;border-color:#fecaca}.order-card-content{padding:20px}.order-items{display:flex;flex-direction:column;gap:15px}.order-item{display:flex;align-items:center;gap:15px}.order-item img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.order-item-info{flex:1}.order-item-info h5{font-size:14px;color:#333;margin:0 0 5px}.order-item-info p{font-size:13px;color:#666;margin:0}.order-item-price{font-weight:600;color:#333}.order-card-footer{padding:20px;background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.order-total{display:flex;align-items:center;gap:10px;font-size:18px}.order-total strong{color:#dc2626}.empty-state,.loading-state{text-align:center;padding:60px 20px;color:#666}.empty-state i,.loading-state i{font-size:64px;color:#ccc;margin-bottom:20px}.empty-state h3{font-size:24px;color:#333;margin-bottom:10px}.empty-state p{font-size:16px;margin-bottom:30px}.register-info-container{text-align:center;padding:1.5rem 1rem}.register-info-icon{width:80px;height:80px;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 20px #dc26264d}.register-info-icon i{font-size:2.5rem;color:#fff}.register-info-container h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.register-info-text{color:#475569;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem;max-width:320px;margin-left:auto;margin-right:auto}.register-contact-info{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.register-contact-info .contact-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 0;color:#1e293b;font-weight:500;font-size:1rem}.register-contact-info .contact-item:first-child{border-bottom:1px solid #e2e8f0}.register-contact-info .contact-item i{color:#dc2626;font-size:1.1rem;width:24px;text-align:center}.register-info-note{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.9rem;background:#fef2f2;padding:.75rem 1rem;border-radius:8px;border:1px solid #fecaca}.register-info-note i{color:#dc2626;font-size:1rem}@media (max-width: 1024px){.addresses-grid{grid-template-columns:1fr}.profile-header,.address-header{flex-direction:column;align-items:flex-start;gap:15px}.user-dropdown-menu{position:static;width:100%;min-width:auto;box-shadow:none;border:1px solid #e2e8f0;border-radius:12px;margin-top:.5rem}.nav-user-trigger{padding:6px 8px;font-size:14px}.register-info-container{padding:1rem .5rem}.register-info-icon{width:70px;height:70px}.register-info-icon i{font-size:2rem}.register-info-container h3{font-size:1.3rem}.register-info-text{font-size:1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{font-family:Inter,system-ui,sans-serif}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.btn-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.btn-secondary{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #00000014;transition:all .3s ease;border-bottom:2px solid #dc2626}.nav{padding:.5rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.nav-logo{flex-shrink:0;flex-grow:0;margin-right:1rem}.logo-link{text-decoration:none;color:inherit;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.logo-link:hover{color:#b91c1c;transform:scale(1.02)}.nav-logo-img{width:255px;height:75px;-o-object-fit:contain;object-fit:contain}.logo-link h1{margin:0;font-size:1.75rem;font-weight:700;color:#1a1a1a;letter-spacing:-.025em}.nav-right{display:flex;align-items:center;flex:1;position:relative;min-height:40px}.nav-menu{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0;white-space:nowrap}.nav-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.nav-user-info{display:flex;align-items:center;gap:1rem}.nav-basket{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.5rem 1rem;border-radius:20px;border:1px solid #e2e8f0;font-size:.9rem}.nav-basket i{color:#dc2626}.basket-count{background:#dc2626;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:10px;min-width:20px;text-align:center}.basket-total{font-weight:600;color:#1a1a1a}.nav-basket.clickable{cursor:pointer;transition:all .2s ease;background:transparent;border:none;color:inherit;font:inherit}.nav-basket.clickable:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.nav-basket.clickable:active{transform:translateY(0)}.nav-user{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1e293b}.nav-user i{color:#dc2626}.nav-auth-btn{background:none;border:2px solid #dc2626;color:#dc2626;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.9rem}.nav-auth-btn:hover{background:#dc2626;color:#fff}.nav-auth-btn.logout{background:#dc2626;border-color:#dc2626;color:#fff}.nav-auth-btn.logout:hover{background:#b91c1c;border-color:#b91c1c}.nav-logo h1{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0}.nav-menu a{text-decoration:none;color:#333;font-weight:500;font-size:1.1rem;transition:color .3s ease;position:relative}.nav-menu a:hover,.nav-menu a.active{color:#dc2626}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#dc2626;transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer;position:relative;z-index:1000}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}@media (min-width: 1400px){.nav-container{max-width:1600px;padding:0 40px}.nav-logo h1{font-size:2rem}.nav-logo-img{width:255px;height:75px}.nav-menu{gap:1.5rem}.nav-right{gap:1.8rem}.nav-menu a{font-size:1.15rem}}@media (min-width: 1920px){.nav-container{max-width:1800px;padding:0 60px}.nav-logo h1{font-size:2.2rem}.nav-logo-img{width:255px;height:75px}.nav-menu{gap:1.8rem}.nav-right{gap:2rem}.nav-menu a{font-size:1.25rem}.nav-auth-btn{padding:.6rem 1.2rem;font-size:1rem}}@media (min-width: 2560px){.nav-container{max-width:2200px;padding:0 80px}.nav-logo h1{font-size:2.5rem}.nav-logo-img{width:255px;height:75px}.nav-menu{gap:2rem}.nav-right{gap:2.2rem}.nav-menu a{font-size:1.3rem}.nav-auth-btn{padding:.7rem 1.4rem;font-size:1.1rem}}@media (max-width: 1600px) and (min-width: 1441px){.nav-logo-img{width:220px;height:65px}.logo-link h1{font-size:1.5rem}.nav-menu{gap:1.1rem}.nav-menu a{font-size:1rem}.nav-basket{padding:.4rem .8rem;font-size:.85rem}.basket-total{font-size:.85rem}.nav-user-trigger span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.nav-auth-btn{padding:.4rem .9rem;font-size:.85rem}}@media (max-width: 1440px) and (min-width: 1025px){.nav-logo-img{width:180px;height:53px}.logo-link h1{font-size:1.3rem}.nav-logo{margin-right:.5rem}.nav-menu{position:static;transform:none;gap:.8rem}.nav-menu a{font-size:.9rem}.nav-right{gap:.5rem}.nav-actions{gap:.4rem}.nav-user-info{gap:.5rem}.nav-basket{padding:.35rem .6rem;font-size:.8rem}.basket-total{display:none}.nav-user-trigger span{max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.nav-user-trigger{padding:6px 8px;gap:4px}.nav-auth-btn{padding:.35rem .7rem;font-size:.8rem}.nav-auth-btn span{display:none}}@media (max-width: 1024px){.nav-container{position:relative}.nav-logo{margin-right:0}.nav-logo-img{width:180px;height:53px}.logo-link h1{display:none}.nav-right{position:fixed;left:-100%;top:80px;padding-right:0;flex-direction:column;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem;flex:none;justify-content:flex-start;z-index:999}.nav-right.active{left:0}.nav-toggle{display:flex;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.nav-menu{position:static;transform:none;flex-direction:column;gap:0;white-space:normal}.nav-menu li{margin:.75rem 0}.nav-menu a{font-size:1.1rem}.nav-actions{flex-direction:column;align-items:center;gap:.75rem;margin-left:0;width:100%;padding:0 1.5rem}.nav-user-info{flex-direction:column;align-items:center;gap:.75rem;width:100%}.nav-basket{padding:.5rem 1.2rem;font-size:.9rem;justify-content:center;width:auto}.nav-user{font-size:.9rem}.nav-user-trigger{justify-content:center}.user-dropdown-menu{position:static;box-shadow:none;border:1px solid #e2e8f0;border-radius:12px;margin-top:.5rem}.nav-auth-btn{padding:.6rem 1.5rem;font-size:.9rem;width:auto;justify-content:center}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width: 480px){.nav-logo-img{width:140px;height:41px}.nav-right{top:70px}}.container{max-width:none;margin:0;padding:0 20px 0 30px}.products{padding:100px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.2rem;color:#64748b}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:white;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px #0000001a}.product-icon{width:80px;height:80px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.product-icon i{color:#fff;font-size:2rem}.product-card h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.product-card p{color:#64748b;line-height:1.7}.product-details{margin:1.5rem 0;padding:1rem 0;border-top:1px solid #e2e8f0}.price-range{display:block;font-weight:600;color:#1a1a1a;font-size:1.1rem;margin-bottom:.5rem}.stock-info{display:block;color:#16a34a;font-size:.9rem;font-weight:500}.btn-category{background:#dc2626;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.btn-category:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.featured-products{margin-bottom:4rem}.featured-products h3{font-size:2rem;color:#1e293b;text-align:center;margin-bottom:2rem;font-weight:600}.carousel-container{position:relative;max-width:1000px;margin:0 auto;overflow:hidden;border-radius:16px;box-shadow:0 10px 30px #0000001a}.carousel-wrapper{overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out;will-change:transform}.featured-product-card{min-width:100%;background:white;display:flex;align-items:center;padding:3rem;gap:3rem}.product-image{width:200px;height:200px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 15px 35px #dc26264d}.product-image i{font-size:4rem;color:#fff}.product-info{flex:1}.product-info h4{font-size:1.8rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.product-price{font-size:1.5rem;color:#1a1a1a;font-weight:700;margin-bottom:1rem}.product-desc{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.btn-product{background:#dc2626;color:#fff;border:none;padding:12px 30px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-product:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:10}.carousel-btn:hover{background:white;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-btn i{font-size:1.2rem;color:#dc2626}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem;padding-bottom:1rem}.dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:all .3s ease}.dot.active,.dot:hover{background:#dc2626;transform:scale(1.2)}@media (max-width: 768px){.featured-product-card{flex-direction:column;text-align:center;padding:2rem;gap:2rem}.product-image{width:150px;height:150px}.product-image i{font-size:3rem}.product-info h4{font-size:1.3rem}.product-price{font-size:1.2rem}.carousel-btn{width:40px;height:40px}.carousel-prev{left:10px}.carousel-next{right:10px}.products-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}}@media (max-width: 1024px) and (min-width: 769px){.featured-product-card{padding:2.5rem;gap:2rem}.product-image{width:160px;height:160px}.product-image i{font-size:3.5rem}.product-info h4{font-size:1.5rem}.carousel-btn{width:45px;height:45px}}.hero{min-height:95vh;display:flex;align-items:center;margin-top:60px;background:url(https://storage.googleapis.com/bucket-images-tex-bisiklet/main_menu_bicycle.png) no-repeat center center;background-size:cover;position:relative}.hero-container{position:relative;max-width:1200px;margin:0;padding:0;display:flex;justify-content:flex-start;align-items:center;width:100%;min-height:60vh}.hero-content{color:#fff;text-align:left;max-width:800px;margin-left:40px;padding-left:20px}.hero-title{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-subtitle{font-size:1.3rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:flex-start}.btn{display:inline-block;padding:15px 30px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background:#dc2626;color:#fff;box-shadow:0 4px 15px #dc26264d}.btn-primary:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.hero-stats{display:flex;justify-content:flex-start;gap:2.5rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.stat p{font-size:1rem;color:#ffffffe6;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.8)}@media (max-width: 768px){.hero-container{justify-content:center;padding:2rem 20px;text-align:center}.hero-content{text-align:center;margin-left:0;max-width:100%}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px}.hero-stats{justify-content:center;gap:1.5rem}}@media (max-width: 480px){.hero{margin-top:70px;background-size:contain;background-position:center}.hero-container{padding:1.5rem 15px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:.9rem}}.popular-products{padding:100px 0;background:white}.popular-products .section-header{text-align:center;margin-bottom:4rem}.popular-products .section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.popular-products .section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.popular-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.popular-product-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.popular-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.popular-product-card.loading{cursor:default}.popular-product-card.\!loading{cursor:default!important}.popular-product-card.loading:hover{transform:none;box-shadow:0 4px 6px #0000000d}.popular-product-card.\!loading:hover{transform:none!important;box-shadow:0 4px 6px #0000000d!important}.popular-product-image{position:relative;height:200px;overflow:hidden}.popular-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.popular-product-image-placeholder{height:200px;background:#f1f5f9;position:relative;overflow:hidden}.popular-product-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px #f59e0b4d}.popular-product-badge i{font-size:.7rem}.popular-product-content{padding:1.5rem}.popular-product-content h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-product-price{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.popular-product-code{font-size:.9rem;color:#64748b;margin-bottom:.5rem}.popular-product-stock{font-size:.9rem;margin:0}.in-stock{color:#16a34a;font-weight:500}.out-of-stock{color:#dc2626;font-weight:500}.in-stock i,.out-of-stock i{margin-right:4px;font-size:.8rem}@media (max-width: 768px){.popular-products{padding:60px 0}.popular-products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.popular-product-image{height:180px}.popular-product-content{padding:1.2rem}.popular-product-content h3{font-size:1rem}.popular-product-price{font-size:1.1rem}}@media (max-width: 480px){.popular-products-grid{grid-template-columns:1fr}.popular-product-image{height:160px}}.products-page{padding:80px 0 60px;background:#cbd5e1;min-height:100vh}.products-page .container{max-width:none;margin:0;padding:0 20px 0 30px}.products-header{text-align:center;margin-bottom:4rem}.products-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.products-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.error-message{color:#dc2626;font-weight:500}.products-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.basket-summary{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;font-weight:500;color:#1e293b}.basket-summary i{color:#dc2626}.btn-outline{background:transparent;color:#dc2626;border:2px solid #dc2626}.btn-outline:hover{background:#dc2626;color:#fff}.basket-message{margin-bottom:2rem;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-weight:500}.basket-message.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.basket-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.popular-product-card.clickable{cursor:pointer;transition:all .3s ease}.popular-product-card.clickable:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.vehicle-badge{position:absolute;bottom:12px;left:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.3rem;box-shadow:0 2px 8px #10b9814d}.vehicle-badge i{font-size:.7rem}@media (max-width: 768px){.products-page{padding:60px 0 40px}.products-header{flex-direction:column;align-items:flex-start}.products-header h1{font-size:2rem}.products-header p{font-size:1rem}.user-basket-info{align-items:flex-start;width:100%}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:white;border-radius:16px;box-shadow:0 25px 50px #00000040;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.modal-close{background:none;border:none;font-size:1.25rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:2rem}.product-detail-modal{width:900px;max-width:90vw}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-images .main-image{width:100%;height:300px;border-radius:12px;overflow:hidden;margin-bottom:1rem}.product-images .main-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.image-placeholder{width:100%;height:300px;background:#f1f5f9;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b}.image-placeholder i{font-size:3rem;margin-bottom:1rem}.thumbnail-images{display:flex;gap:.5rem}.thumbnail{width:60px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer}.thumbnail img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-info .product-price{font-size:2rem;font-weight:800;color:#dc2626;margin-bottom:2rem}.product-details{margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.detail-label{font-weight:600;color:#475569;flex:1}.detail-value{color:#1e293b;font-weight:500;flex:1;text-align:right}.stock-status.in-stock{color:#059669}.stock-status.out-of-stock{color:#dc2626}.detail-value.active{color:#059669}.detail-value.inactive{color:#dc2626}.product-info .product-name{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.product-code-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.product-code-label{font-weight:600;color:#475569;font-size:.9rem}.product-code-value{color:#1e293b;font-weight:500;font-size:1rem}.purchase-section{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.quantity-selector{margin-bottom:1rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.quantity-controls{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;width:-moz-fit-content;width:fit-content}.quantity-controls button{background:#f9fafb;border:none;padding:.5rem 1rem;cursor:pointer;font-weight:600;color:#374151;transition:background .2s ease}.quantity-controls button:hover:not(:disabled){background:#e5e7eb}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls input{border:none;padding:.5rem;width:60px;text-align:center;font-weight:600}.add-to-basket-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.total-price{text-align:center;font-size:1.25rem;font-weight:700;color:#dc2626}.out-of-stock-notice,.inactive-notice{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-modal{width:400px;max-width:90vw}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-form label{font-weight:600;color:#374151}.auth-form input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.auth-form input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.auth-submit-btn{padding:1rem;font-size:1.1rem;font-weight:600}.auth-switch{margin-top:1rem;text-align:center;padding-top:1rem;border-top:1px solid #e2e8f0}.link-button{background:none;border:none;color:#dc2626;font-weight:600;cursor:pointer;margin-left:.5rem;text-decoration:underline}.link-button:hover{color:#b91c1c}@media (max-width: 768px){.product-detail-modal{width:95vw;height:90vh}.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}.modal-header,.modal-body{padding:1rem}.auth-modal{width:95vw}}.categories-section{padding:100px 0;background:#f8fafc}.categories-section .section-header{text-align:center;margin-bottom:4rem}.categories-section .section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.categories-section .section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer;position:relative}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.category-card.loading{cursor:default}.category-card.\!loading{cursor:default!important}.category-card.loading:hover{transform:none;box-shadow:0 4px 6px #0000000d}.category-card.\!loading:hover{transform:none!important;box-shadow:0 4px 6px #0000000d!important}.category-image{position:relative;height:250px;overflow:hidden}.category-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.category-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#dc2626,#991b1b);display:flex;align-items:center;justify-content:center}.category-placeholder i{font-size:4rem;color:#fff;opacity:.8}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 50%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.category-card:hover .category-overlay{opacity:1}.category-arrow{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc2626;font-size:1.2rem;transform:translate(20px);transition:transform .3s ease}.category-card:hover .category-arrow{transform:translate(0)}.category-content{padding:2rem;text-align:center}.category-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.category-content p{color:#64748b;font-size:.9rem;font-weight:500}.category-image-placeholder{height:250px;background:#f1f5f9;position:relative;overflow:hidden}.category-name-placeholder{height:60px;background:white;padding:1rem;display:flex;align-items:center;justify-content:center}.loading-shimmer{width:100%;height:100%;background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:2rem;text-align:center}.error-message p{color:#dc2626;margin:0}@media (max-width: 768px){.categories-section{padding:60px 0}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.category-image{height:200px}.category-content{padding:1.5rem}.category-content h3{font-size:1.3rem}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr}.category-image{height:180px}.category-content{padding:1.2rem}}.about{padding:100px 0;background:white}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text h2{font-size:2.5rem;color:#1e293b;margin-bottom:2rem;font-weight:700}.about-text p{color:#64748b;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.gallery-image{width:100%;height:150px;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 4px 8px #0000001a}.gallery-image:hover{box-shadow:0 8px 25px #00000026}.about-features{display:grid;gap:2rem}.feature{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-radius:12px;background:#f8fafc;transition:all .3s ease}.feature:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon i{color:#fff;font-size:1.5rem}.feature h3{color:#1e293b;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.feature p{color:#64748b;line-height:1.6;margin:0}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:3rem}.about-text h2{font-size:2rem;text-align:center}.about-gallery{grid-template-columns:1fr;gap:1rem}.gallery-image{height:200px}.feature{padding:1.2rem}.feature-icon{width:50px;height:50px}.feature-icon i{font-size:1.2rem}}@media (max-width: 480px){.about{padding:60px 0}.about-text h2{font-size:1.8rem}.about-text p{font-size:1rem}}.why-us{padding:100px 0;background:#f8fafc}.why-us .section-header{text-align:center;margin-bottom:4rem}.why-us .section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.why-us .section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-card{text-align:center;padding:2rem;background:white;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.why-icon{width:70px;height:70px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.why-icon i{color:#fff;font-size:1.8rem}.why-card h3{font-size:1.2rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.why-card p{color:#64748b;line-height:1.7}.contact{padding:100px 0;background:white}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.contact-info>p{color:#64748b;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.contact-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:center}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.2rem}.contact-item h4{color:#1e293b;font-size:1.1rem;margin-bottom:.25rem;font-weight:600}.contact-item p{color:#64748b;margin:0}.contact-form{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#dc2626;background:white;box-shadow:0 0 0 3px #dc26261a}.form-group textarea{resize:vertical;min-height:120px}@media (max-width: 768px){.why-us-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.why-card{padding:1.5rem}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info h2{font-size:2rem;text-align:center}.contact-form{padding:2rem}}@media (max-width: 480px){.why-us,.contact{padding:60px 0}.why-card{padding:1.2rem}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:10px 14px;font-size:.9rem}}.footer{background:#111111;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#dc2626;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.footer-section p{color:#94a3b8;line-height:1.7;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#dc2626}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8;margin:0}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}}.basket-page{min-height:calc(100vh - 120px);background:#f8fafc;padding:2rem 0;padding-top:calc(2rem + 80px)}.basket-page.empty{display:flex;align-items:center;justify-content:center}.basket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.basket-title-section h1{color:#1e293b;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.basket-title-section p{color:#64748b;margin:0}.back-btn{white-space:nowrap}.empty-basket-page{text-align:center;max-width:500px;margin:0 auto;padding:3rem 2rem}.empty-basket-page .empty-basket-icon{font-size:6rem;color:#cbd5e1;margin-bottom:2rem}.empty-basket-page h2{color:#1e293b;margin-bottom:1rem;font-size:2rem}.empty-basket-page p{color:#64748b;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.basket-content{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem;align-items:start}.basket-items-section{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.basket-items-list{display:flex;flex-direction:column;gap:1.25rem}.basket-item-card{display:flex;gap:1.25rem;padding:1.5rem;border:2px solid #f1f5f9;border-radius:12px;background:#fafbfc;transition:all .2s ease}.basket-item-card:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}.basket-item-card .basket-item-image{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden;background:white;border:1px solid #e2e8f0}.basket-item-card .basket-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.basket-item-info{flex:1;display:flex;justify-content:space-between;align-items:flex-start}.item-main-info h3{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.item-code{color:#64748b;font-size:.9rem;margin-bottom:1rem}.item-price-info{display:flex;flex-direction:column;gap:.5rem}.unit-price{color:#1a1a1a;font-weight:600;font-size:1.1rem}.stock-info{color:#059669;font-size:.9rem}.item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;min-width:160px;max-width:180px}.quantity-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.quantity-section label{color:#4b5563;font-weight:500;font-size:.9rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:white;padding:.5rem;border-radius:8px;border:1px solid #d1d5db}.quantity-btn{width:32px;height:32px;border:1px solid #d1d5db;background:white;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#374151}.quantity-display{min-width:40px;text-align:center;font-weight:600;color:#1e293b;font-size:1rem}.item-total-price{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.item-total-price span{color:#64748b;font-size:.9rem}.item-total-price strong{color:#dc2626;font-size:1.2rem}.remove-item-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;min-width:100px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;white-space:nowrap}.basket-sidebar{display:flex;flex-direction:column;gap:2rem;align-self:start;position:sticky;top:100px}.basket-summary-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.basket-summary-card h3{color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.summary-details{margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid #e2e8f0;margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:700;color:#1e293b}.summary-row .total-price{color:#dc2626}.shipping-notice{font-size:.8rem;color:#64748b;text-align:center;margin:.5rem 0;font-style:italic;padding:.5rem;background:#fef2f2;border-radius:6px}.basket-actions{display:flex;flex-direction:column;gap:1rem}.clear-btn{order:2}.checkout-btn{order:1;font-size:1.1rem;padding:.875rem 1.5rem}.help-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:16px;padding:1.5rem}.help-card h4{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.help-card ul{list-style:none;padding:0;margin:0}.help-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.9rem;line-height:1.4}.help-card li:before{content:"✓";position:absolute;left:0;top:.5rem;color:#10b981;font-weight:700}.basket-modal{max-width:600px;max-height:80vh;overflow-y:auto}.empty-basket{text-align:center;padding:2rem}.empty-basket-icon{font-size:4rem;color:#94a3b8;margin-bottom:1rem}.empty-basket h3{color:#1e293b;margin-bottom:.5rem}.empty-basket p{color:#64748b;margin-bottom:1.5rem}.basket-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.basket-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.basket-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.basket-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.basket-item-details{flex:1;min-width:0}.basket-item-details h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.2}.basket-item-code{font-size:.85rem;color:#64748b;margin-bottom:.25rem}.basket-item-price{font-size:1.1rem;font-weight:600;color:#dc2626;margin-bottom:.25rem}.basket-item-stock{font-size:.85rem;color:#059669}.basket-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.quantity-controls{display:flex;align-items:center;gap:.25rem}.quantity-btn{width:28px;height:28px;border:1px solid #d1d5db;background:white;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.8rem}.quantity-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-display{min-width:30px;text-align:center;font-weight:600;color:#1e293b}.item-total{font-size:1rem;font-weight:600;color:#dc2626}.remove-item-btn{width:28px;height:28px;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.8rem}.remove-item-btn:hover{background:#fecaca;border-color:#f87171}.basket-summary{background:white;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.basket-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.basket-summary-row.total{border-top:2px solid #e2e8f0;margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:700}.total-price{color:#dc2626}.basket-actions{display:flex;gap:1rem;flex-wrap:wrap}.checkout-btn{flex:1;min-width:140px}.order-page{min-height:calc(100vh - 120px);background:#f8fafc;padding:2rem 0}.order-header{text-align:center;margin-bottom:3rem}.order-header h1{color:#1e293b;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.order-header p{color:#64748b;font-size:1.1rem}.order-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;max-width:1200px;margin:0 auto}.order-form-section{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.order-summary-section{position:sticky;top:100px;align-self:start}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:white}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group textarea{resize:vertical;min-height:100px}.checkbox-label{display:flex!important;align-items:center;gap:.75rem;cursor:pointer;margin-bottom:1rem}.checkbox-label input[type=checkbox]{width:auto!important;margin:0}.selected-addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.selected-address-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem}.selected-address-item h4{color:#1e293b;font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.address-preview{display:flex;flex-direction:column;gap:.75rem}.address-preview .address-field{display:flex;flex-direction:column;gap:.25rem}.address-preview .address-field-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.address-preview .address-field-value{font-size:.9rem;color:#1e293b;line-height:1.5}.address-note{color:#64748b;font-size:.9rem;display:flex;align-items:center;gap:.5rem;margin:0}.order-summary{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.order-summary h3{color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.summary-items{margin-bottom:2rem}.summary-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.summary-item:last-child{border-bottom:none}.summary-item img{width:50px;height:50px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.summary-item h5{font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.2}.summary-item p{font-size:.8rem;color:#64748b}.item-price{margin-left:auto;font-weight:600;color:#dc2626}.summary-calculations{padding:1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.summary-row:last-child{margin-bottom:0}.summary-row.total{border-top:2px solid #e2e8f0;padding-top:1rem;margin-top:1rem;font-size:1.2rem;font-weight:700;color:#1e293b}.free-shipping{color:#059669!important;font-weight:600}.shipping-notice{font-size:.8rem;color:#64748b;text-align:center;margin-top:.5rem;font-style:italic}.order-actions{display:flex;flex-direction:column;gap:1rem}.submit-order-btn{width:100%}.empty-cart-message{text-align:center;padding:4rem 2rem}.empty-cart-message h2{color:#1e293b;margin-bottom:1rem}.empty-cart-message p{color:#64748b;margin-bottom:2rem}.thank-you-page{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:120px 0 2rem;position:relative;overflow:hidden}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:1002;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;border-radius:2px;animation:confetti-fall 3s ease-out forwards;top:-20px}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}10%{opacity:1}90%{opacity:.7}to{transform:translateY(calc(100vh + 50px)) rotate(720deg) scale(.5);opacity:0}}.confetti:nth-child(odd){animation-duration:2.5s;animation-timing-function:ease-in}.confetti:nth-child(2n){animation-duration:3.5s;animation-timing-function:ease-out}.confetti:nth-child(3n){width:8px;height:8px;border-radius:50%}.confetti:nth-child(4n){width:12px;height:6px;border-radius:1px}.confetti:nth-child(5n){animation-delay:.2s}.confetti:nth-child(6n){animation-delay:.4s;transform-origin:center}.thank-you-content{max-width:1000px;margin:0 auto;position:relative;z-index:999}.success-header{text-align:center;margin-bottom:3rem;color:#fff}.success-icon{font-size:5rem;color:#10b981;margin-bottom:1rem}.success-header h1{color:#fff;margin-bottom:1rem;font-size:2.5rem}.success-message{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.order-details{display:grid;gap:2rem;margin-bottom:3rem}.order-info-card,.ordered-items-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.order-header h2{color:#1e293b;display:flex;align-items:center;gap:.5rem}.order-id{font-size:1rem;color:#dc2626}.order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-section h3{color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.info-content p{margin-bottom:.5rem;color:#4b5563;line-height:1.5}.info-content strong{color:#1f2937}.ordered-items-card h3{color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.ordered-items-list{margin-bottom:2rem}.ordered-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:1rem;background:#fafbfc}.ordered-item:last-child{margin-bottom:0}.ordered-item .item-image{flex-shrink:0}.ordered-item .item-image img{width:80px;height:80px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.ordered-item .item-details{flex:1}.ordered-item h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.ordered-item .item-code{font-size:.85rem;color:#64748b;margin-bottom:.5rem}.item-pricing{display:flex;align-items:center;gap:1rem;font-size:.9rem}.quantity,.unit-price{color:#6b7280}.total-price{font-weight:600;color:#dc2626;margin-left:auto}.order-total{border-top:2px solid #e2e8f0;padding-top:1.5rem}.order-total .total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:700;color:#1e293b}.order-total .amount{color:#dc2626}.next-steps{margin-bottom:3rem}.steps-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #0000001a;margin-bottom:2rem}.steps-card h3{color:#1e293b;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:1.3rem}.steps-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{display:flex;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:2px solid #e2e8f0}.step-content h4{color:#1e293b;margin-bottom:.5rem}.step-content p{color:#64748b;font-size:.9rem;line-height:1.5}.alert{padding:1.5rem;border-radius:12px;display:flex;align-items:flex-start;gap:1rem}.alert h4{margin-bottom:.5rem;font-weight:600}.alert p{margin:0;line-height:1.5}.thank-you-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.thank-you-actions .btn-outline{background:white}.contact-info{margin-bottom:2rem}.contact-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center}.contact-card h4{color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.contact-methods{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-method{display:flex;align-items:center;gap:.5rem;color:#1e293b;font-weight:500}.contact-method i{color:#dc2626}.orders-page{min-height:calc(100vh - 120px);background:#cbd5e1;padding:2rem 0;padding-top:calc(2rem + 80px)}.orders-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.orders-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #94a3b8}.orders-header h1{color:#1a1a1a;color:#1e293b;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:2rem;font-weight:700}.orders-header p{color:#64748b;margin:0;font-size:1rem}.orders-content{margin-top:2rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #94a3b8}.order-card:hover{box-shadow:0 10px 25px #dc262640;border-color:#dc2626;transform:translateY(-2px)}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.order-card-header h4{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.order-date{color:#64748b;font-size:.9rem;margin:0}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.processing{background:#dbeafe;color:#2563eb}.status-badge.shipped,.status-badge.completed{background:#d1fae5;color:#059669}.order-card-content{margin-bottom:1.5rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;gap:1rem;padding:1rem;background:#f1f5f9;border-radius:12px;border:1px solid #94a3b8;align-items:center;transition:all .2s ease}.order-item:hover{background:#e2e8f0;border-color:#64748b}.order-item img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0}.order-item-info{flex:1;min-width:0}.order-item-info h5{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.order-item-info p{color:#64748b;font-size:.875rem;margin:.25rem 0}.order-item-price{font-size:1.1rem;font-weight:700;color:#dc2626;flex-shrink:0}.order-card-footer{padding-top:1rem;border-top:2px solid #e2e8f0}.order-total{display:flex;justify-content:space-between;align-items:center}.order-total span{color:#64748b;font-size:1rem;font-weight:500}.order-total strong{color:#dc2626;font-size:1.5rem;font-weight:700}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;background:white;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.loading-state i,.empty-state i{font-size:4rem;color:#cbd5e1;margin-bottom:1.5rem}.loading-state p,.empty-state h3{color:#1e293b;font-size:1.25rem;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:1.5rem}.empty-state .btn{margin-top:1rem}@media (max-width: 1024px){.order-content{grid-template-columns:1fr;gap:2rem}.order-summary-section{position:relative;top:auto}.basket-content{grid-template-columns:1fr;gap:2rem}.basket-sidebar{position:relative;top:auto}}@media (max-width: 768px){.basket-modal{max-width:95vw;margin:1rem}.basket-item{flex-direction:column;text-align:center}.basket-item-controls{align-items:center;flex-direction:row;justify-content:space-between}.basket-actions{flex-direction:column}.basket-page{padding:1rem 0;padding-top:calc(1rem + 70px)}.basket-header{flex-direction:column;gap:1rem;align-items:flex-start}.basket-item-card{flex-direction:column;text-align:center;gap:1rem}.basket-item-card .basket-item-image{align-self:center}.basket-item-info{flex-direction:column;align-items:center;gap:1.5rem}.item-controls{align-items:center;min-width:auto;width:100%}.quantity-section,.item-total-price{align-items:center}.order-page{padding:1rem 0}.order-form-section,.order-summary{padding:1.5rem}.form-row{grid-template-columns:1fr}.order-actions{flex-direction:column-reverse}.thank-you-page{padding:100px 1rem 1rem}.success-header h1{font-size:2rem}.order-info-grid{grid-template-columns:1fr;gap:1.5rem}.steps-list{grid-template-columns:1fr}.thank-you-actions{flex-direction:column}.contact-methods{flex-direction:column;align-items:center;gap:1rem}.orders-page{padding:1rem 0;padding-top:calc(1rem + 70px)}.orders-header h1{font-size:1.75rem}.order-card{padding:1.5rem}.order-card-header{flex-direction:column;gap:1rem}.order-item{flex-direction:column;text-align:center}.order-item img{width:100px;height:100px}.order-total{flex-direction:column;align-items:flex-start;gap:.5rem}.order-total strong{font-size:1.25rem}.ordered-item{flex-direction:column;text-align:center}.item-pricing{flex-direction:column;gap:.5rem;align-items:center}.total-price{margin-left:0}}@media (max-width: 480px){.basket-modal{max-width:100vw;max-height:100vh;border-radius:0;margin:0}.order-header h1{flex-direction:column;gap:.25rem}.success-header h1{font-size:1.75rem}.success-message{font-size: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-width:0}.\!visible{visibility:visible!important}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.-ml-1{margin-left:-.25rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.h-5{height:1.25rem}.min-h-screen{min-height:100vh}.w-5{width:1.25rem}.w-full{width:100%}.max-w-md{max-width:28rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.items-center{align-items:center}.justify-center{justify-content:center}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.products-header{margin-bottom:2rem}.products-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;align-items:start;margin-top:2rem}.products-content{min-height:400px}.products-container{background:#fafafa;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.products-container-header{background:white;border-bottom:1px solid #e2e8f0;padding:1rem 2rem}.products-container-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0;text-align:left}.products-container-content{padding:2rem;min-height:400px}.products-container-content .popular-products-grid{gap:1.5rem}.products-container-content .no-results{margin:0;box-shadow:none;background:transparent;border:2px dashed #e2e8f0;padding:3rem 1rem}.products-count-info{margin-bottom:1.5rem;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.products-count-info p{margin:0;color:#475569;font-size:.9rem;font-weight:500}.pagination-container{margin-top:2rem;display:flex;justify-content:center}.pagination{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:white;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;align-items:center;gap:.25rem}.pagination-page{min-width:40px;height:40px;padding:0 .75rem;background:white;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem;display:flex;align-items:center;justify-content:center}.pagination-page:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.pagination-page.active{background:#dc2626;border-color:#dc2626;color:#fff}.pagination-page.active:hover{background:#b91c1c;border-color:#b91c1c}.pagination-ellipsis{padding:0 .5rem;color:#94a3b8;font-weight:500}@media (max-width: 768px){.pagination{gap:.25rem}.pagination-btn{padding:.4rem .75rem;font-size:.85rem}.pagination-page{min-width:36px;height:36px;padding:0 .5rem;font-size:.85rem}.pagination-pages{gap:.15rem}}.filter-sidebar{background:white;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.filter-sidebar-header{padding:1rem;border-bottom:1px solid #e2e8f0;background:#fafafa;border-radius:12px 12px 0 0}.filter-sidebar-header h3{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;color:#dc2626}.filter-sidebar-content{padding:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group label{font-weight:500;color:#374151;font-size:.875rem}.search-input-wrapper{position:relative}.search-input,.filter-select,.price-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.search-input{padding-right:2.5rem}.category-search-wrapper{position:relative}.category-suggestions{position:absolute;top:100%;left:0;right:0;background:white;border:2px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;max-height:250px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a;margin-top:-2px}.category-suggestion-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:#475569;border-bottom:1px solid #f1f5f9}.category-suggestion-item:last-child{border-bottom:none}.category-suggestion-item:hover{background-color:#f8fafc;color:#1e293b}.category-suggestion-item.active{background-color:#fee2e2;color:#dc2626;font-weight:500}.category-suggestion-item.no-results{color:#94a3b8;cursor:default;font-style:italic}.category-suggestion-item.no-results:hover{background-color:#fff}.search-input:focus,.filter-select:focus,.price-input:focus{outline:none;border-color:#dc2626}.search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.price-range-inputs{display:flex;align-items:center;gap:.5rem}.price-input{flex:1}.price-separator{color:#6b7280;font-weight:500}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-top:.5rem}.filter-checkbox{width:1.25rem;height:1.25rem;cursor:pointer}.checkbox-text{font-size:.875rem;color:#374151}.clear-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f87171;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.clear-filters-btn:hover{background:#ef4444;transform:translateY(-1px)}.no-results{text-align:center;padding:3rem 1rem;background:white;border-radius:12px;box-shadow:0 4px 12px #0000000d}.no-results-icon{width:80px;height:80px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.no-results-icon i{font-size:2rem;color:#9ca3af}.no-results h3{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.no-results p{color:#6b7280;margin-bottom:1.5rem}@media (max-width: 1024px){.products-layout{grid-template-columns:1fr;gap:1.5rem}.filter-sidebar{position:relative;top:auto;max-height:none;order:-1}.filter-sidebar-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.filter-group{margin-bottom:0}}@media (max-width: 768px){.filter-sidebar-content{grid-template-columns:1fr;padding:1rem}.price-range-inputs{flex-direction:column;gap:.5rem}.filter-sidebar-header,.products-container-header{padding:1rem}.products-container-title{font-size:1.25rem}.products-container-content{padding:1.5rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(30,30,30,.97);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:10000;padding:1rem 1.5rem;box-shadow:0 -4px 20px #0003;animation:slideUpCookie .4s ease-out}@keyframes slideUpCookie{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-consent-text{display:flex;align-items:center;gap:.75rem;flex:1}.cookie-consent-text .cookie-icon{font-size:1.5rem;color:#f59e0b;flex-shrink:0}.cookie-consent-text p{margin:0;font-size:.9rem;line-height:1.5;color:#e5e7eb}.cookie-consent-text a{color:#60a5fa;text-decoration:underline;font-weight:500}.cookie-consent-text a:hover{color:#93bbfd}.cookie-accept-btn{background:#dc2626;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease}.cookie-accept-btn:hover{background:#b91c1c}@media (max-width: 768px){.cookie-consent-content{flex-direction:column;text-align:center;gap:1rem}.cookie-consent-text{flex-direction:column;gap:.5rem}.cookie-accept-btn{width:100%}}.kvkk-page{padding:3rem 0;min-height:60vh}.kvkk-page .container{max-width:900px}.kvkk-page h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #dc2626}.kvkk-page h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-top:2rem;margin-bottom:.75rem}.kvkk-page p{font-size:1rem;line-height:1.8;color:#374151;margin-bottom:.75rem}.kvkk-page ul{margin:.5rem 0 1rem 1.5rem;padding:0}.kvkk-page ul li{font-size:1rem;line-height:1.8;color:#374151;margin-bottom:.35rem}.kvkk-page .kvkk-footer-note{margin-top:2rem;padding:1rem 1.5rem;background:#fef2f2;border-left:4px solid #dc2626;border-radius:0 8px 8px 0;font-weight:500;color:#991b1b}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
