@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Bebas+Neue&display=swap";:root{--fire-bg: #fff6ec;--fire-bg-soft: #fff2e2;--fire-surface: #fffdf9;--fire-surface-2: #fff0dd;--fire-text: #2f1b10;--fire-muted: #7a4b2b;--fire-border: #efc9a4;--fire-primary: #e25822;--fire-primary-dark: #b93f13;--fire-secondary: #7a4b2b;--fire-success: #2f8f46;--fire-danger: #b3261e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 12% 8%,rgba(226,88,34,.18),transparent 35%),radial-gradient(circle at 88% 18%,rgba(255,159,28,.16),transparent 30%),linear-gradient(180deg,var(--fire-bg) 0%,#ffe7cb 100%);color:var(--fire-text);min-height:100vh}a{text-decoration:none;color:inherit}h1,h2,h3,h4{font-family:Bebas Neue,Manrope,sans-serif;letter-spacing:.8px}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.App main{min-height:calc(100vh - 260px)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.btn{padding:12px 24px;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:.3px;transition:all .28s ease;box-shadow:0 10px 22px #8b340c2e}.btn-primary{background:linear-gradient(135deg,var(--fire-primary) 0%,#ff8b2b 100%);color:var(--fire-surface)}.btn-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--fire-primary-dark) 0%,#df4f18 100%)}.btn-secondary{background-color:var(--fire-secondary);color:var(--fire-surface)}.btn-secondary:hover{background-color:#5e341e}.btn-success{background-color:var(--fire-success);color:var(--fire-surface)}.btn-success:hover{background-color:#24743a}.btn-danger{background-color:var(--fire-danger);color:var(--fire-surface)}.btn-danger:hover{background-color:#8f1e18}.btn-outline{background-color:transparent;border:2px solid var(--fire-primary);color:var(--fire-primary);box-shadow:none}.btn-outline:hover{background-color:var(--fire-primary);color:var(--fire-surface)}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--fire-text)}.form-input{width:100%;padding:10px 15px;border:1px solid var(--fire-border);border-radius:10px;font-size:16px;background:var(--fire-surface);transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus{border-color:var(--fire-primary);box-shadow:0 0 0 4px #e258222e}.error-message{color:var(--fire-danger);font-size:14px;margin-top:.5rem}.success-message{color:var(--fire-success);font-size:14px;margin-top:.5rem}.loading{text-align:center;padding:2rem;font-size:18px;color:var(--fire-muted)}.product-card,.category-card,.feature-card,.cart-item,.order-card,.profile-section,.admin-section,.login-form,.contact-form,.checkout-summary{border:1px solid var(--fire-border);background-color:var(--fire-surface);box-shadow:0 12px 28px #873a1417}@keyframes emberFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}main>section,main .hero,main .container{animation:emberFadeIn .45s ease-out}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid-3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media(max-width:768px){.grid{gap:1rem}.container{padding:0 15px}.btn{width:100%;justify-content:center}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{background:linear-gradient(180deg,#fffdf9,#fff2e2);box-shadow:0 12px 26px #6f2b0f1f;position:sticky;top:0;z-index:1000}.header-top{padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:inline-flex;align-items:center;gap:.55rem}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;color:#e25822;font-size:2rem}.logo-image{width:100%;height:100%;object-fit:contain}.logo h1{color:#e25822;font-size:2rem;font-weight:700;letter-spacing:1px}.search-form{flex:1;max-width:500px;display:flex;border:2px solid #efc9a4;border-radius:999px;overflow:hidden;background:#fffdf9}.search-form input{flex:1;padding:10px 20px;border:none;font-size:15px;background:transparent}.search-form button{background:linear-gradient(135deg,#e25822,#ff8b2b);color:#fffdf9;padding:10px 20px;border:none;cursor:pointer;transition:background-color .3s}.search-form button:hover{background:linear-gradient(135deg,#b93f13,#d84c19)}.header-actions{display:flex;align-items:center;gap:1.5rem}.notif-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;border:1px solid #f0d8bf;background:linear-gradient(135deg,#fffdf9,#fff2e2);color:#3a2416;font-size:1.2rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 8px 20px #1f293714}.notif-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1f29371f;border-color:#dfb897}.notif-btn:active{transform:translateY(0);box-shadow:0 6px 16px #1f29371a}.notif-btn .notif-dot{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;background:#ff5c35;box-shadow:0 0 0 4px #ff5a5f2e}.notif-btn.status-granted{border-color:#d5ebd8;background:linear-gradient(135deg,#f7fff7,#edfdf8);color:#256b37}.notif-btn.status-granted .notif-dot{background:#2f8f46;box-shadow:0 0 0 4px #22c55e2e}.notif-btn.status-denied{border-color:#ead7c7;background:#fff0dd;color:#9b7d67;cursor:not-allowed;box-shadow:none}.notif-btn.status-denied:hover{transform:none;box-shadow:none}.notif-menu{position:relative}.notif-dropdown{position:absolute;top:52px;right:0;width:320px;background:linear-gradient(180deg,#fffdf9,#fff6ec);border:1px solid #efc9a4;box-shadow:0 12px 28px #1f293724;border-radius:10px;overflow:hidden;z-index:2100}.notif-item{padding:10px 14px;border-bottom:1px solid #f6deca;font-size:14px;color:#3a2416}.notif-item:last-child{border-bottom:none}.notif-item.error{color:#9b2c17}.notif-item.info{background:#fff0e4;color:#9c4a1b}.notif-line{display:flex;align-items:center;justify-content:space-between;gap:8px}.notif-delete{border:none;background:transparent;color:#9b2c17;font-size:16px;cursor:pointer;padding:0 4px}.notif-delete:hover{color:#7b2313}.notif-name{font-weight:600}.notif-amount{color:#2f8f46;font-weight:600}.notif-products{margin-top:4px;color:#6a3d24}.notif-date{margin-top:4px;color:#8b5d3f;font-size:12px}.notif-cta{width:100%;border:none;background:#e25822;color:#fffdf9;padding:12px;font-weight:600;cursor:pointer;transition:background .2s ease}.notif-cta:hover{background:#b93f13}.notif-clear{width:100%;border:none;background:#f9e6d2;color:#2f1b10;padding:10px 14px;font-weight:600;cursor:pointer;transition:background .2s ease}.notif-clear:hover{background:#f1c9a3}.cart-icon{position:relative;font-size:1.5rem;color:#2f1b10;transition:color .3s}.cart-icon:hover{color:#e25822}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#b3261e;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.user-menu{position:relative}.user-btn{background-color:transparent;display:flex;align-items:center;gap:.5rem;padding:8px 15px;border:2px solid #e25822;border-radius:20px;color:#e25822;font-weight:500}.user-menu:hover .dropdown{display:block}.dropdown{display:none;position:absolute;top:100%;right:0;background-color:#fffdf9;box-shadow:0 4px 12px #00000026;border-radius:8px;min-width:200px;overflow:hidden;z-index:2000}.dropdown.show{display:block}.dropdown a,.dropdown button{display:block;padding:12px 20px;color:#2f1b10;border:none;background:none;width:100%;text-align:left;transition:background-color .3s}.dropdown a:hover,.dropdown button:hover{background-color:#fff2e2}.menu-toggle{display:none;background:none;font-size:1.5rem;color:#2f1b10}.header-nav{background:linear-gradient(180deg,#fff6ec,#ffeedc);border-top:1px solid #efc9a4}.header-nav ul{display:flex;list-style:none;gap:2rem;padding:1rem 0}.header-nav a{color:#2f1b10;font-weight:500;transition:color .3s,text-shadow .3s}.header-nav a:hover{color:#e25822;text-shadow:0 8px 16px rgba(189,63,19,.3)}.search-icon-mobile{display:none;font-size:1.3rem;color:#2f1b10;background:none;border:none;cursor:pointer;padding:8px;transition:color .3s}.search-icon-mobile:hover{color:#e25822}.search-form-mobile{width:100%;margin-top:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-content{gap:1rem;flex-wrap:wrap}.logo{order:1;width:100%;text-align:center;justify-content:center}.logo h1{font-size:1.5rem}.logo-mark{width:44px;height:44px;font-size:1.5rem}.header-actions{order:2;margin-left:auto}.search-icon-mobile{display:block}.search-form-desktop{display:none}.menu-toggle{display:block}.header-nav{display:none}.header-nav.active{display:block}.header-nav ul{flex-direction:column;gap:0}.header-nav a{display:block;padding:1rem;border-bottom:1px solid #efc9a4}}.footer{background:linear-gradient(145deg,#2f1b10,#4d2918 65%,#6a3720);color:#fffdf9;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#fffdf9}.footer-section p{line-height:1.6;color:#f6d6ba;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#f6d6ba;transition:color .3s}.footer-section a:hover{color:#e25822}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background-color:#5a3422;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;transition:background-color .3s}.social-links a:hover{background-color:#e25822}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;color:#f6d6ba;margin-bottom:1rem}.contact-info svg{margin-top:3px;color:#e25822;flex-shrink:0}.footer-bottom{border-top:1px solid #5a3422;padding-top:1.5rem;text-align:center;color:#f6d6ba}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.product-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.product-card a{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:#fff2e2}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.discount-badge{position:absolute;top:10px;right:10px;background-color:#b3261e;color:#fff;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.out-of-stock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;color:#fff;padding:10px 20px;border-radius:5px;font-weight:700;z-index:1}.product-info{padding:.75rem;flex:1;display:flex;flex-direction:column;gap:.1rem}.product-name{font-size:1.1rem;font-weight:600;color:#2f1b10;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-brand{color:#7a4b2b;font-size:.9rem;margin-bottom:0}.product-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem}.product-rating .star{color:#ff9f1c;font-size:.9rem}.product-rating span{color:#7a4b2b;font-size:.85rem;margin-left:.25rem}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:0;margin-top:auto;padding-top:.5rem}.old-price{color:#9d6b49;text-decoration:line-through;font-size:.95rem}.current-price{color:#e25822;font-size:1.4rem;font-weight:700}.add-to-cart-btn{width:100%;padding:12px;background-color:#e25822;color:#fff;border:none;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s}.add-to-cart-btn:hover:not(:disabled){background-color:#b93f13}.add-to-cart-btn:disabled{background-color:#d8b496;cursor:not-allowed}.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#2f1b10,#c23b17,#ff7a1a);color:#fffdf9;padding:4rem 0;margin-bottom:3rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 25%,rgba(255,183,76,.34),transparent 30%),radial-gradient(circle at 82% 18%,rgba(255,110,41,.32),transparent 28%);pointer-events:none}.hero-content{position:relative;text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3.3rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.95;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.btn-large{font-size:1.1rem;padding:15px 40px}.section-title{font-size:2rem;text-align:center;margin-bottom:2rem;color:#2f1b10;font-weight:700}.categories-section,.featured-section,.products-section{margin-bottom:4rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center}.category-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.category-image{width:100%;height:200px;overflow:hidden;background-color:#fff2e2}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover .category-image img{transform:scale(1.1)}.category-card h3{padding:1rem;color:#2f1b10;font-size:1.1rem;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.features-section{background-color:#fff6ec;padding:3rem 0;margin-bottom:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 8px 16px rgba(135,56,16,.22))}.feature-card h3{color:#2f1b10;margin-bottom:.5rem;font-size:1.2rem}.feature-card p{color:#7a4b2b;line-height:1.5}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.categories-page{padding:40px 0;min-height:calc(100vh - 200px)}.categories-page h1{text-align:center;margin-bottom:40px;font-size:2.5rem;color:#2f1b10}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;margin-top:30px}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.category-image{width:100%;position:relative;padding-bottom:100%;overflow:hidden;background:#fff2e2}.category-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:12px;flex:1}.category-content h3{font-size:1.1rem;margin-bottom:6px;color:#2f1b10}.category-content p{color:#7a4b2b;font-size:.95rem;line-height:1.5;margin:0}.no-categories{text-align:center;padding:60px 20px}.no-categories p{font-size:1.2rem;color:#7a4b2b}.loading{text-align:center;padding:60px 20px;font-size:1.2rem;color:#7a4b2b}@media(max-width:768px){.categories-page h1{font-size:2rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.category-image{aspect-ratio:1 / 1}.category-content h3{font-size:1.3rem}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr}}.nouveautes-page{padding:40px 0;min-height:calc(100vh - 200px)}.no-products p{font-size:1.2rem;color:#7a4b2b;margin-bottom:20px}@media(max-width:768px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.promotions-page{padding:40px 0;min-height:calc(100vh - 200px)}.page-header{text-align:center;margin-bottom:50px}.page-header h1{font-size:2.5rem;color:#2f1b10;margin-bottom:10px}.page-header p{font-size:1.2rem;color:#7a4b2b}.promo-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:30px;border-radius:12px;text-align:center;margin-bottom:40px;box-shadow:0 4px 15px #ff6b6b4d}.promo-badge{display:inline-block;background:#fff3;padding:8px 20px;border-radius:20px;font-weight:700;font-size:.9rem;letter-spacing:1px;margin-bottom:15px}.promo-banner p{font-size:1.2rem;margin:0;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-top:30px}.no-products{text-align:center;padding:80px 20px}.no-products p{font-size:1.2rem;color:#7a4b2b;margin-bottom:15px}.no-products .small-text{font-size:1rem;color:#9d6b49;margin-bottom:25px}.loading{text-align:center;padding:80px 20px;font-size:1.2rem;color:#7a4b2b}@media(max-width:768px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.promo-banner{padding:25px 20px}.promo-banner p{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.promo-banner{padding:20px 15px}}.products-page{padding:2rem 0;min-height:60vh}.products-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters-sidebar{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.filter-section{margin-bottom:2rem}.filter-section:last-child{margin-bottom:0}.filter-section h3{font-size:1.1rem;margin-bottom:1rem;color:#2f1b10}.category-filters{display:flex;flex-direction:column;gap:.5rem}.category-filter{padding:10px 15px;background-color:#fff6ec;border:2px solid transparent;border-radius:8px;text-align:left;transition:all .3s;color:#2f1b10;font-weight:500}.category-filter:hover{background-color:#e9ecef}.category-filter.active{background-color:#e25822;color:#fff;border-color:#e25822}.products-content{flex:1}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-count{color:#7a4b2b;font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.no-products{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-products p{font-size:1.2rem;color:#7a4b2b}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.page-numbers{display:flex;gap:.5rem}.page-number{padding:8px 15px;background-color:#fff;border:2px solid #efc9a4;border-radius:6px;color:#2f1b10;font-weight:500;transition:all .3s}.page-number:hover{border-color:#e25822;color:#e25822}.page-number.active{background-color:#e25822;color:#fff;border-color:#e25822}.pagination .btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){.products-layout{grid-template-columns:200px 1fr}}@media(max-width:768px){.products-layout{grid-template-columns:1fr}.filters-sidebar{position:static}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.page-title{font-size:2rem}}.product-detail-page{padding:2rem 0;min-height:60vh}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{position:relative;width:100%;height:500px;background-color:#fff2e2;border-radius:12px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover}.discount-badge{position:absolute;top:20px;right:20px;background-color:#b3261e;color:#fff;padding:10px 20px;border-radius:25px;font-size:1.2rem;font-weight:700;z-index:1}.image-thumbnails{display:flex;gap:1rem;overflow-x:auto}.image-thumbnails img{width:100px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:all .3s}.image-thumbnails img:hover,.image-thumbnails img.active{border-color:#e25822}.product-info-detail{display:flex;flex-direction:column;gap:1.5rem}.product-brand{color:#7a4b2b;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.product-title{font-size:2rem;color:#2f1b10;font-weight:700;line-height:1.3}.product-rating{display:flex;align-items:center;gap:.5rem}.product-rating .star{color:#ff9f1c;font-size:1.2rem}.product-rating span{color:#7a4b2b;margin-left:.5rem}.product-price-detail{display:flex;align-items:center;gap:1rem}.product-price-detail .old-price{color:#9d6b49;text-decoration:line-through;font-size:1.5rem}.product-price-detail .current-price{color:#e25822;font-size:2.5rem;font-weight:700}.stock-status{padding:10px 15px;border-radius:8px;font-weight:500;display:inline-block}.stock-status.in-stock{background-color:#d6f0db;color:#256b37}.stock-status.out-of-stock{background-color:#ffd9cc;color:#7b2313}.product-description h3,.product-specs h3{font-size:1.3rem;color:#2f1b10;margin-bottom:.75rem}.product-description p{color:#7a4b2b;line-height:1.8;font-size:1.05rem}.product-specs ul{list-style:none}.product-specs li{padding:.75rem 0;border-bottom:1px solid #efc9a4;color:#7a4b2b;font-size:1.05rem}.product-specs li:last-child{border-bottom:none}.product-specs strong{color:#2f1b10;margin-right:.5rem}.product-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}.quantity-selector{display:flex;align-items:center;border:2px solid #efc9a4;border-radius:8px;overflow:hidden}.quantity-selector button{padding:12px 20px;background-color:#fff6ec;border:none;cursor:pointer;transition:background-color .3s}.quantity-selector button:hover{background-color:#e9ecef}.quantity-selector span{padding:12px 24px;font-size:1.2rem;font-weight:700;min-width:60px;text-align:center}.add-to-cart-large{flex:1;padding:15px 30px;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.product-category{color:#7a4b2b;font-size:1rem}.product-category strong{color:#2f1b10}.image-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;border:none;font-size:3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2;padding:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.image-nav span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;line-height:1}.image-nav:hover{transform:translateY(-50%) scale(1.1)}.image-nav.prev{left:15px}.image-nav.next{right:15px}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.lightbox-close{position:absolute;top:20px;right:30px;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;z-index:2001;transition:transform .2s}.lightbox-close:hover{transform:scale(1.2)}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{width:auto;height:80vh;max-width:90vw;object-fit:contain;border-radius:8px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;border:none;font-size:4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2001;padding:0;text-shadow:0 2px 6px rgba(0,0,0,.5)}.lightbox-nav span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;line-height:1}.lightbox-nav:hover{transform:translateY(-50%) scale(1.15)}.lightbox-nav.prev{left:-80px}.lightbox-nav.next{right:-80px}@media(max-width:768px){.product-detail{grid-template-columns:1fr;gap:2rem;padding:1rem}.main-image{height:300px}.product-title{font-size:1.5rem}.product-price-detail .current-price{font-size:2rem}.product-actions{flex-direction:column;width:100%}.quantity-selector{width:100%;justify-content:space-between}.add-to-cart-large{width:100%}.image-nav{font-size:2.5rem}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.lightbox-nav{font-size:3rem}}.cart-page{padding:2rem 0;min-height:60vh}.page-title{font-size:2.5rem;margin-bottom:2rem;color:#2f1b10;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-cart h2{font-size:2rem;color:#2f1b10;margin-bottom:1rem}.empty-cart p{font-size:1.1rem;color:#7a4b2b;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.cart-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 50px;gap:1rem;padding:1rem;background-color:#fff6ec;border-radius:8px;margin-bottom:1rem;font-weight:600;color:#2f1b10}.cart-item{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 50px;gap:1rem;padding:1.5rem 1rem;border-bottom:1px solid #efc9a4;align-items:center}.cart-item:last-child{border-bottom:none}.item-product{display:flex;gap:1rem;align-items:center}.item-product img{width:80px;height:80px;object-fit:cover;border-radius:8px}.item-info h3{font-size:1.05rem;color:#2f1b10;margin-bottom:.25rem}.item-brand{color:#7a4b2b;font-size:.9rem}.item-price{font-size:1.1rem;font-weight:600;color:#e25822}.item-quantity{display:flex;align-items:center;gap:.5rem;border:2px solid #efc9a4;border-radius:8px;overflow:hidden;width:fit-content}.item-quantity button{padding:8px 12px;background-color:#fff6ec;border:none;cursor:pointer;transition:background-color .3s}.item-quantity button:hover:not(:disabled){background-color:#e9ecef}.item-quantity button:disabled{opacity:.5;cursor:not-allowed}.item-quantity span{padding:8px 16px;font-weight:600;min-width:40px;text-align:center}.item-total{font-size:1.2rem;font-weight:700;color:#2f1b10}.item-remove{background-color:transparent;color:#b3261e;padding:8px;border-radius:6px;transition:background-color .3s}.item-remove:hover{background-color:#ffd9cc}.cart-actions{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #efc9a4}.cart-summary{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;color:#2f1b10;margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;padding:.75rem 0;color:#7a4b2b;font-size:1.05rem}.summary-line.total{margin-top:1rem;padding-top:1.5rem;border-top:2px solid #efc9a4;font-size:1.3rem;font-weight:700;color:#2f1b10}.free-shipping-notice{background-color:#d6f0db;color:#256b37;padding:10px 15px;border-radius:8px;margin:1rem 0;font-size:.95rem;text-align:center}.btn-checkout{width:100%;padding:15px;font-size:1.1rem;margin-top:1.5rem}.security-badges{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #efc9a4;text-align:center}.security-badges p{color:#7a4b2b;font-size:.95rem;margin:.5rem 0}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-header{display:none}.cart-item{grid-template-columns:1fr;gap:1rem;padding:1rem}.item-product{flex-direction:column;text-align:center}.item-quantity{margin:0 auto}.item-price,.item-total{text-align:center}.item-remove{margin:0 auto}.cart-actions{flex-direction:column;gap:1rem}.cart-actions .btn{width:100%}}.login-page{padding:3rem 0;min-height:70vh;display:flex;align-items:center}.login-container{max-width:500px;margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;overflow:hidden}.login-tabs{display:grid;grid-template-columns:1fr 1fr}.tab{padding:1.25rem;background-color:#fff6ec;border:none;font-size:1.1rem;font-weight:600;color:#7a4b2b;transition:all .3s;border-bottom:3px solid transparent}.tab.active{background-color:#fff;color:#e25822;border-bottom-color:#e25822}.login-form{padding:2rem}.form-hint{display:block;color:#7a4b2b;font-size:.85rem;margin-top:.25rem}.btn-full{width:100%;padding:14px;font-size:1.1rem;margin-top:1rem}.login-footer{padding:1.5rem 2rem;background-color:#fff6ec;text-align:center}.login-footer p{color:#7a4b2b;margin:0}.link-button{background:none;border:none;color:#e25822;font-weight:600;padding:0;text-decoration:underline;cursor:pointer}.link-button:hover{color:#b93f13}@media(max-width:768px){.login-container{margin:0 1rem}.form-row{grid-template-columns:1fr}}.contact-page{padding:3rem 0;background:linear-gradient(135deg,#fff8ef,#fffdf9 60%)}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.contact-card{background:#fffdf9;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000000f;border:1px solid #eef2f7}.contact-card h1,.contact-card h2{margin:0 0 .75rem}.lead{color:#475569;margin:0 0 1.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.78rem;color:#7c3aed;margin:0 0 .35rem}.contact-list{display:grid;gap:1rem;margin:1.5rem 0}.contact-item .contact-label{display:block;font-weight:700;color:#0f172a}.contact-item a,.contact-item p{margin:.15rem 0;color:#e25822;font-weight:600}.contact-item small{color:#64748b}.cta-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.faq-list{list-style:none;padding:0;margin:1rem 0 1.5rem;display:grid;gap:.9rem}.faq-list li{background:#fff8ef;border-radius:8px;padding:.85rem;border:1px solid #edd7c1}.faq-list strong{display:block;color:#0f172a}.faq-list span{color:#475569;font-size:.95rem}.support-box{background:#fff8ef;border:1px solid #edd7c1;padding:1rem;border-radius:10px}.support-box .eyebrow{color:#7c3aed}.support-box small{color:#475569}.no-margin{margin:0}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}.info-page{padding:3rem 0;background:linear-gradient(135deg,#fff8ef,#fffdf9 55%,#fff3e5)}.info-wrap{max-width:980px;margin:0 auto;padding:0 1rem}.info-header{margin-bottom:1.25rem}.info-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.76rem;color:#a44518;margin-bottom:.35rem}.info-title{margin:0;font-size:clamp(1.6rem,2.4vw,2.25rem);color:#25160f}.info-intro{color:#5d4b41;margin:.65rem 0 0;max-width:76ch}.info-card{background:#fffdf9;border:1px solid #edd7c1;border-radius:14px;padding:1.1rem 1.15rem;margin-top:.9rem;box-shadow:0 8px 22px #391b0c0f}.info-card h2,.info-card h3{margin-top:0;color:#2f1b10}.info-card p{color:#5d4b41;line-height:1.62}.info-list{margin:.55rem 0 0;padding-left:1rem;color:#5d4b41;line-height:1.62}.info-list li{margin-bottom:.35rem}.faq-item+.faq-item{margin-top:.9rem;padding-top:.9rem;border-top:1px dashed #efd4bb}.faq-item h3{margin:0 0 .4rem;font-size:1.03rem}.info-alert{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;border:1px solid #f0c5a3;background:#fff4ea;color:#5d3b2a}.info-contact{margin-top:1rem;font-weight:600;color:#a44518}.info-contact a{color:#a44518;text-decoration:underline;text-decoration-thickness:1px}@media(max-width:768px){.info-page{padding:2.1rem 0}.info-card{padding:1rem}}.checkout-page{padding:2rem 0;min-height:70vh}.checkout-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-main{display:flex;flex-direction:column;gap:2rem}.checkout-section{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.checkout-section h2{font-size:1.5rem;color:#2f1b10;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{padding:1rem;border:2px solid #efc9a4;border-radius:8px;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s}.payment-option:hover{border-color:#e25822;background-color:#fff6ec}.payment-option input[type=radio]{width:20px;height:20px;cursor:pointer}.payment-option:has(input[type=radio]:checked){border-color:#e25822;background-color:#fff6ec}.payment-option span{font-size:1.05rem}.checkout-sidebar{height:fit-content;position:sticky;top:100px}.order-summary{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.order-summary h2{font-size:1.5rem;color:#2f1b10;margin-bottom:1.5rem}.order-items{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #efc9a4}.order-item{display:flex;justify-content:space-between;padding:.75rem 0}.order-totals{margin-bottom:1.5rem}.order-line{display:flex;justify-content:space-between;padding:.75rem 0;color:#7a4b2b}.order-line.total{margin-top:1rem;padding-top:1rem;border-top:2px solid #efc9a4;font-size:1.3rem;font-weight:700;color:#2f1b10}.field-helper{margin-top:6px;font-size:13px;color:#7a4b2b}.field-helper.success{color:#1e8f4b}.field-helper.error{color:#e74c3c}.field-helper.info{color:#7a4b2b}.security-note{text-align:center;color:#7a4b2b;font-size:.95rem;margin-top:1rem}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static}}@media(max-width:768px){.form-row{grid-template-columns:1fr}.checkout-section,.order-summary{padding:1.5rem}}.order-confirmation-page{padding:3rem 0;min-height:70vh}.confirmation-card{max-width:700px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.success-icon{font-size:5rem;color:#2f8f46;margin-bottom:1.5rem}.confirmation-card h1{font-size:2.5rem;color:#2f1b10;margin-bottom:1rem}.confirmation-message{font-size:1.1rem;color:#7a4b2b;line-height:1.6;margin-bottom:2rem}.order-details{background-color:#fff6ec;padding:2rem;border-radius:8px;margin-bottom:2rem;text-align:left}.order-details h2{font-size:1.5rem;color:#2f1b10;margin-bottom:1.5rem;text-align:center}.detail-line{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #dee2e6}.detail-line:last-child{border-bottom:none}.detail-line span{color:#7a4b2b}.detail-line strong{color:#2f1b10}.status{color:#e25822}.shipping-info{background-color:#fff6ec;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.shipping-info h3{font-size:1.2rem;color:#2f1b10;margin-bottom:1rem}.shipping-info p{color:#7a4b2b;line-height:1.8}.order-items{background-color:#fff6ec;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.order-items h3{font-size:1.2rem;color:#2f1b10;margin-bottom:1rem}.item-line{display:flex;flex-direction:column;padding:.75rem 0;border-bottom:1px solid #dee2e6}.item-line:last-child{border-bottom:none}.item-details{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.item-name{color:#2f1b10;font-weight:600;flex:1}.item-breakdown{color:#7a4b2b;font-size:.9rem;margin-top:.25rem}.order-summary-breakdown{margin-top:1.5rem;padding-top:1rem;border-top:2px solid #dee2e6}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;color:#6a3d24}.summary-line.total{font-size:1.1rem;font-weight:600;color:#2f1b10;margin-top:.5rem;padding-top:.5rem}.item-qty,.item-price{color:#6a3d24;text-align:right}.order-actions{display:flex;gap:1rem;justify-content:center}@media(max-width:768px){.confirmation-card{padding:2rem 1.5rem}.confirmation-card h1{font-size:2rem}.order-actions{flex-direction:column}.order-actions .btn{width:100%}}.my-orders-page{padding:2rem 0;min-height:70vh}.no-orders{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-orders p{font-size:1.2rem;color:#7a4b2b;margin-bottom:2rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:#fff6ec;border-bottom:1px solid #efc9a4}.order-number{display:flex;flex-direction:column;gap:.25rem}.order-number strong{font-size:1.1rem;color:#2f1b10}.order-date{color:#7a4b2b;font-size:.9rem}.order-status{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.order-status.warning{background-color:#ffe6bf;color:#7f4a18}.order-status.info{background-color:#fde8d1;color:#6d3f1e}.order-status.primary{background-color:#ffe5cc;color:#7d3f14}.order-status.success{background-color:#d6f0db;color:#256b37}.order-status.danger{background-color:#ffd9cc;color:#7b2313}.order-items{padding:1.5rem}.order-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f6deca}.order-item:last-child{border-bottom:none}.order-item-info{display:flex;flex-direction:column;gap:.25rem}.order-item-name{font-weight:500;color:#2f1b10}.order-item-qty{font-size:.9rem;color:#7a4b2b}.order-item-price{font-weight:600;color:#e25822}.order-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:#fff6ec;border-top:1px solid #efc9a4;gap:2rem;flex-wrap:wrap}.order-summary{flex:1;min-width:200px}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#6a3d24}.summary-line.total{font-size:1.1rem;font-weight:600;color:#2f1b10;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #efc9a4}.order-total{display:flex;gap:1rem;font-size:1.2rem;color:#2f1b10}.btn-sm{padding:8px 16px;font-size:.9rem}@media(max-width:768px){.order-header{flex-direction:column;gap:1rem;align-items:flex-start}.order-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn-sm{width:100%}}.profile-page{padding:2rem 0;min-height:70vh}.profile-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem}.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.profile-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff7a1a,#c23b17);color:#fff;font-size:2.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.profile-card h3{font-size:1.3rem;color:#2f1b10;margin-bottom:.5rem}.profile-card p{color:#7a4b2b;font-size:.95rem}.profile-nav{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.nav-item{width:100%;padding:1rem 1.5rem;background-color:#fff;border:none;border-bottom:1px solid #efc9a4;text-align:left;color:#2f1b10;font-weight:500;cursor:pointer;transition:background-color .3s}.nav-item:last-child{border-bottom:none}.nav-item:hover{background-color:#fff6ec}.nav-item.active{background-color:#e25822;color:#fff}.nav-item.logout{color:#b3261e}.profile-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.profile-section h2{font-size:1.8rem;color:#2f1b10;margin-bottom:2rem}.profile-section h3{font-size:1.3rem;color:#2f1b10;margin:2rem 0 1rem}.form-hint{display:block;color:#7a4b2b;font-size:.85rem;margin-top:.25rem;font-style:italic}@media(max-width:1024px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{flex-direction:row}.profile-nav{flex:1}.nav-item{border-bottom:none;border-right:1px solid #efc9a4}.nav-item:last-child{border-right:none}}@media(max-width:768px){.profile-sidebar{flex-direction:column}.nav-item{border-right:none;border-bottom:1px solid #efc9a4}.nav-item:last-child{border-bottom:none}.profile-content{padding:1.5rem}}.admin-page{padding:2rem 0;min-height:70vh}.admin-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.admin-sidebar{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1rem;height:fit-content;position:sticky;top:100px}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-item{padding:1rem;border-radius:8px;color:#2f1b10;font-weight:500;transition:background-color .3s;display:block}.admin-nav-item:hover{background-color:#fff6ec}.admin-nav-item.active{background-color:#e25822;color:#fff}.admin-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin-content h2{font-size:1.8rem;color:#2f1b10;margin-bottom:1.5rem}.form-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;margin-bottom:1rem}label{font-weight:600}input[type=text],input[type=number],input[type=file],textarea,select,input:not([type]){padding:.6rem .75rem;border:1px solid #efc9a4;border-radius:8px;font-size:.95rem}textarea{min-height:90px}button[type=submit],.admin-content button{background-color:#e25822;color:#fffdf9;border:none;padding:.7rem 1.1rem;border-radius:8px;font-weight:600;cursor:pointer}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.75rem;border-bottom:1px solid #eee}.table-actions{display:flex;gap:.5rem;flex-wrap:wrap}.icon-btn{width:36px;height:36px;border-radius:8px;border:1px solid #edd7c1;background:#fff8ef;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease}.icon-btn:hover{background:#ffe6cc;border-color:#f3c8a0}.icon-btn.danger{background:#ffe1d6;border-color:#f7c2b7;color:#8f1e18}.icon-btn.danger:hover{background:#ffd4c6;border-color:#ef9a86}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1.5rem}.modal-card{background:#fffdf9;border-radius:12px;padding:1.5rem;width:min(520px,100%);box-shadow:0 12px 38px #00000040}.dashboard{padding:1rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#ff7a1a,#c23b17);color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000026}.stat-card h3{font-size:1rem;margin-bottom:1rem;opacity:.9}.stat-value{font-size:2.5rem;font-weight:700;margin:0}.admin-note{padding:1.5rem;background-color:#ffe6bf;border-left:4px solid #ff9f1c;border-radius:8px;color:#7f4a18;line-height:1.6}.notif-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff7ef;border:1px solid #f1d9c0;border-radius:10px;padding:16px 18px;margin-bottom:1.5rem}.notif-card-text h3{margin:0 0 6px}.notif-card-text p{margin:0 0 6px;color:#5b321d}.notif-activate-btn{border:none;background:#e25822;color:#fffdf9;padding:10px 14px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s ease}.notif-activate-btn:hover{background:#9f3b12}.notif-status{font-weight:600;color:#9c4a1b}.notif-status.success{color:#2f8f46}.notif-status.warning{color:#9b2c17}.hero-settings-card{background:#fff7ef;border:1px solid #f1d9c0;border-radius:10px;padding:16px 18px;margin-bottom:1.5rem}.hero-settings-card h3{margin:0 0 6px}.hero-settings-card p{margin:0 0 10px;color:#5b321d}.hero-settings-card textarea{width:100%;min-height:110px;resize:vertical}.hero-settings-actions{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.hero-settings-actions span{color:#7f4a18;font-size:13px}@media(max-width:1024px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-nav{flex-direction:row;flex-wrap:wrap}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f6deca}.modal-header h4{margin:0;font-size:1.5rem;color:#2f1b10}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9d6b49;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background-color:#f6deca;color:#2f1b10}.modal-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f6deca}.modal-section h3{margin:0 0 1rem;font-size:16px;color:#2f1b10;font-weight:600}.modal-section p{margin:.5rem 0;color:#7a4b2b;font-size:14px}.modal-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:.5rem}.modal-table thead{background:#fff6ec}.modal-table th{padding:10px;text-align:left;border-bottom:2px solid #efc9a4;font-weight:600;color:#2f1b10}.modal-table td{padding:10px;border-bottom:1px solid #eee}.modal-section select{padding:10px 12px;border:1px solid #efc9a4;border-radius:6px;font-size:14px;width:100%;max-width:300px}tbody tr{transition:background-color .3s ease,box-shadow .3s ease;border-bottom:1px solid #f6deca}tbody tr:hover{background-color:#fff6ec;box-shadow:0 2px 4px #0000000d}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.admin-nav{flex-direction:column}.modal-content{padding:1.5rem;max-height:95vh}}
