{
  "version": 3,
  "sources": [],
  "sections": [
    {"offset": {"line": 1, "column": 0}, "map": {"version":3,"sources":["file://C%3A/Sites/Ecommerce/app/components/global/navbar.scss.css"],"sourcesContent":[".navbar{width:100%;height:150px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.05);padding:1rem 0;transition:all .3s ease;z-index:1000;display:flex;justify-content:center !important;align-items:center}.navbar.scrolled{padding:.5rem 0}.navbar .container-navbar{width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center;z-index:999;margin:0 1rem}.navbar .container-navbar .logo{width:33.333%}.navbar .container-navbar .logo img{height:80px}.navbar .container-navbar .search-container{flex:0 1 40%;margin:0 auto;display:flex;align-items:center}.navbar .container-navbar .search-container input{width:100%;padding:8px 16px;border:1px solid #ddd;border-radius:4px 0 0 4px;outline:none}.navbar .container-navbar .search-container .search-btn{padding:8px 16px;background:rgba(0,0,0,0);color:#2c3e50;border:1px solid rgba(0,0,0,.1);border-radius:0 4px 4px 0;cursor:pointer;transition:all .2s ease}.navbar .container-navbar .search-container .search-btn:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.2)}.navbar .container-navbar .nav-actions{display:flex;justify-content:flex-end;align-items:center;gap:20px;width:33.333%}.navbar .container-navbar .nav-actions .auth-buttons{display:flex;gap:10px}.navbar .container-navbar .nav-actions .auth-buttons button{padding:10px 20px;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.1);border-radius:6px;font-weight:500;font-size:.9rem;color:#2c3e50;cursor:pointer;transition:all .2s ease}.navbar .container-navbar .nav-actions .auth-buttons button:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.2);transform:translateY(-1px)}.navbar .container-navbar .nav-actions .auth-buttons button.login{background:rgba(0,0,0,0);color:#2c3e50;border:1px solid rgba(0,0,0,.1)}.navbar .container-navbar .nav-actions .auth-buttons button.login:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.2)}.navbar .container-navbar .nav-actions .auth-buttons button.register{background:rgba(0,0,0,0);color:#2c3e50;border:1px solid rgba(0,0,0,.1)}.navbar .container-navbar .nav-actions .auth-buttons button.register:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.2)}.navbar .container-navbar .nav-actions .cart{position:relative;cursor:pointer;transition:transform .2s}.navbar .container-navbar .nav-actions .cart:hover{transform:translateY(-2px)}.navbar .container-navbar .nav-actions .cart i{font-size:1.3rem;color:#2c3e50}.navbar .container-navbar .nav-actions .cart .cart-count{position:absolute;top:-8px;right:-8px;background:#d32f2f;color:#fff;border-radius:50%;padding:2px 6px;font-size:.8rem;font-weight:600;min-width:20px;text-align:center}.navbar .container-navbar .burger-menu{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2c3e50;padding:5px;width:40px;height:40px;border-radius:8px;align-items:center;justify-content:center;transition:all .2s ease}.mobile-menu{display:none;position:fixed;top:150px;left:0;width:100%;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);padding:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateY(-100%);transition:transform .3s ease-in-out;z-index:1000}.mobile-menu.open{transform:translateY(0)}.mobile-menu .search-container{margin-bottom:1.5rem;display:flex}.mobile-menu .search-container input{width:100%;padding:12px 16px;border:2px solid #eee;border-radius:8px 0 0 8px;font-size:1rem;transition:all .2s ease}.mobile-menu .search-container input:focus{border-color:#2c3e50;box-shadow:0 0 0 2px rgba(44,62,80,.1)}.mobile-menu .search-container .search-btn{padding:12px 20px;background:#2c3e50;color:#fff;border:none;border-radius:0 8px 8px 0}.mobile-menu .search-container .search-btn:hover{background:#34495e}.mobile-menu .auth-buttons{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:0 .5rem}.mobile-menu .auth-buttons button{width:100%;padding:12px;margin-bottom:.5rem;border-radius:8px;font-size:1rem;font-weight:500;transition:all .3s ease}.mobile-menu .auth-buttons button.login{background:#2c3e50;color:#fff;border:none}.mobile-menu .auth-buttons button.login:hover{background:#34495e;transform:translateY(-2px)}.mobile-menu .auth-buttons button.register{background:#fff;color:#2c3e50;border:2px solid #2c3e50}.mobile-menu .auth-buttons button.register:hover{background:#f8f9fa;transform:translateY(-2px)}.mobile-menu .mobile-categories{padding:0 .5rem}.mobile-menu .mobile-categories .categories-toggle{width:100%;text-align:left;padding:12px 16px;background:#f8f9fa;border:none;border-radius:8px;font-size:1rem;font-weight:500;color:#2c3e50;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;transition:all .2s ease}.mobile-menu .mobile-categories .categories-toggle:hover{background:#edf2f7}.mobile-menu .mobile-categories .categories{display:none;padding:.5rem;margin:0;border-radius:8px;background:#f8f9fa;transition:all .3s ease;list-style:none}.mobile-menu .mobile-categories .categories.open{display:block;animation:slideDown .3s ease-out}.mobile-menu .mobile-categories .categories li{margin:0}.mobile-menu .mobile-categories .categories li a{display:block;padding:12px 16px;color:#2c3e50;text-decoration:none;border-radius:6px;transition:all .2s ease}.mobile-menu .mobile-categories .categories li a:hover{background:#edf2f7;padding-left:20px;color:#2c3e50}.mobile-menu .mobile-nav-actions{padding:1rem .5rem;border-bottom:1px solid #eee}.mobile-menu .mobile-nav-actions .cart-action{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f8f9fa;border-radius:8px;cursor:pointer}.mobile-menu .mobile-nav-actions .cart-action i{font-size:1.2rem;color:#2c3e50}.mobile-menu .mobile-nav-actions .cart-action span{color:#2c3e50;font-weight:500;font-size:.95rem}.mobile-menu .mobile-nav-actions .cart-action:hover{background-color:#edf2f7}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 1024px){.navbar .container-navbar .burger-menu{display:flex}.desktop-only{display:none !important}.mobile-menu{display:block;position:fixed;top:100px;left:0;width:100%;height:calc(100vh - 100px);overflow-y:auto;z-index:900}.navbar{height:100px;position:fixed;top:0;left:0}.navbar .container-navbar{padding:0 1rem}.navbar .container-navbar .logo{width:auto}.navbar .container-navbar .logo img{height:60px}body{padding-top:100px}}@media(max-width: 768px){.navbar{height:80px}.navbar .container-navbar .logo img{height:50px}.navbar .container-navbar .burger-menu{font-size:1.3rem}.mobile-menu{top:80px;height:calc(100vh - 80px)}body{padding-top:80px}}.subnav{background:rgba(0,0,0,0);border:none;display:flex;justify-content:center;width:100%}.subnav .container-navbar{max-width:1400px;width:100%;display:flex;justify-content:center}.subnav .categories{list-style:none;display:flex;justify-content:center;gap:80px;margin:0;padding:0}.subnav .categories li a{text-decoration:none;color:#2c3e50;font-size:.95rem;font-weight:400;position:relative;transition:color .3s ease}.subnav .categories li a:after{content:\"\";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#2c3e50;transition:width .2s ease}.subnav .categories li a:hover{color:#2c3e50}.subnav .categories li a:hover:after{width:100%}.profile-section{position:relative}.profile-section .profile-trigger{display:flex;align-items:center;gap:10px;cursor:pointer;padding:5px;border-radius:25px;transition:all .2s ease}.profile-section .profile-trigger:hover{background:rgba(0,0,0,.05)}.profile-section .profile-trigger .profile-pic{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-section .profile-trigger .default-profile{width:40px;height:40px;border-radius:50%;background:#2c3e50;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:1.2rem}.profile-section .profile-trigger .profile-name{font-size:.9rem;font-weight:500;color:#2c3e50}.profile-section .profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:200px;margin-top:10px;padding:8px 0;animation:fadeIn .2s ease-out;z-index:1000}.profile-section .profile-dropdown .dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px;color:#2c3e50;text-decoration:none;transition:all .2s ease}.profile-section .profile-dropdown .dropdown-item i{font-size:1.1rem}.profile-section .profile-dropdown .dropdown-item:hover{background:#f8f9fa}.profile-section .profile-dropdown .dropdown-item.text-danger:hover{background:#fee2e2}.profile-section .profile-dropdown .dropdown-divider{margin:8px 0;border-top:1px solid #e9ecef}.mobile-auth .profile-section{padding:0 .5rem}.mobile-auth .profile-section .profile-trigger{padding:10px}.mobile-auth .profile-section .profile-trigger .profile-name{font-size:1rem}.mobile-auth .profile-section .profile-dropdown{position:static;margin-top:5px;box-shadow:none;border:1px solid #e9ecef}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-categories .categories{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.mobile-categories .categories.open{display:block;max-height:500px}.wrapper,.wrapper-assist,main{position:relative;z-index:10}.mobile-profile-section{width:100%}.mobile-profile-section .profile-trigger{width:100%;justify-content:flex-start;padding:12px;border-radius:8px;background-color:#f8f9fa}.mobile-profile-section .mobile-profile-dropdown{position:static;width:100%;margin-top:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.mobile-profile-section .mobile-profile-dropdown .dropdown-item{padding:12px 16px;font-size:.95rem}"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;AAAsP;;;;AAAiC;;;;;;;;;;AAA8I;;;;AAA8C;;;;AAAgD;;;;;;;AAAuG;;;;;;;;AAA2I;;;;;;;;;;AAAiN;;;;;AAAqH;;;;;;;;AAAuH;;;;;AAA2E;;;;;;;;;;;;AAA8O;;;;;;AAAoJ;;;;;;AAAyI;;;;;AAA+H;;;;;;AAA4I;;;;;AAAkI;;;;;;AAAuG;;;;AAA8E;;;;;AAA8E;;;;;;;;;;;;;;AAAgO;;;;;;;;;;;;;;;;AAAqP;;;;;;;;;;;;;;;AAA+P;;;;AAA0C;;;;;AAAiE;;;;;;;;;AAAyJ;;;;;AAAuG;;;;;;;;AAAiI;;;;AAAoE;;;;;;;AAAgG;;;;;;;;;;AAAuJ;;;;;;AAAkF;;;;;AAA4F;;;;;;AAAkG;;;;;AAA+F;;;;AAAgD;;;;;;;;;;;;;;;;;AAAwS;;;;AAA4E;;;;;;;;;;AAA6J;;;;;AAAgG;;;;AAAwD;;;;;;;;;AAA8J;;;;;;AAA0G;;;;;AAAiF;;;;;;;;;;AAAsK;;;;;AAA+E;;;;;;AAAkG;;;;AAA6E;;;;;;;;;;;;AAAsG;EAA0B;;;;EAAoD;;;;EAAsC;;;;;;;;;;;EAA6H;;;;;;;EAAiD;;;;EAAyC;;;;EAA2C;;;;EAAgD;;;;;AAAwB;EAAyB;;;;EAAoB;;;;EAAgD;;;;EAAwD;;;;;EAAgD;;;;;AAAuB;;;;;;;;AAA4F;;;;;;;AAA0F;;;;;;;;;AAAoG;;;;;;;;;AAAyI;;;;;;;;;;;AAA+I;;;;AAA6C;;;;AAAgD;;;;AAAmC;;;;;;;;;;AAAiJ;;;;AAAmE;;;;;;;AAAyG;;;;;;;;;;;;;AAAkN;;;;;;AAA8F;;;;;;;;;;;;;;AAAsO;;;;;;;;;;AAAwK;;;;AAAqE;;;;AAA2E;;;;AAAuF;;;;;AAA+F;;;;AAA8C;;;;AAA4D;;;;AAA4E;;;;;;;AAAwH;;;;;;;;;;;;AAAmG;;;;;;AAA+F;;;;;AAAmE;;;;;AAA2D;;;;AAAmC;;;;;;;;AAAuI;;;;;;;;;AAAiK"}},
    {"offset": {"line": 631, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":"A"}},
    {"offset": {"line": 634, "column": 0}, "map": {"version":3,"sources":["file://C%3A/Sites/Ecommerce/app/components/global/Footer.scss.css"],"sourcesContent":[".site-footer{color:#333;font-size:.9rem;line-height:1.6;margin-top:2rem}.site-footer .footer-main{background:linear-gradient(to bottom, #ffffff, #f8f9fa)}.site-footer .footer-main .container{max-width:1400px;margin:0 auto}@media(max-width: 768px){.site-footer .footer-main .container{padding:0 1.5rem}}.site-footer .footer-main .footer-top{padding-bottom:4rem;display:flex;flex-wrap:wrap;gap:2rem;border-bottom:1px solid rgba(0,0,0,.05)}@media(max-width: 992px){.site-footer .footer-main .footer-top{flex-direction:column;padding:3rem 0 2rem}}.site-footer .footer-main .footer-top .footer-intro{flex:1;min-width:280px}.site-footer .footer-main .footer-top .footer-intro .footer-logo{margin-bottom:1.5rem}.site-footer .footer-main .footer-top .footer-intro .footer-logo img{height:60px}.site-footer .footer-main .footer-top .footer-intro .company-info{color:#555;max-width:480px}.site-footer .footer-main .footer-top .footer-intro .company-info p{margin:0;line-height:1.7}.site-footer .footer-main .footer-top .footer-newsletter{flex:1;min-width:280px;max-width:500px}.site-footer .footer-main .footer-top .footer-newsletter h3{font-size:1.4rem;font-weight:600;margin-bottom:.8rem;color:#2c3e50}.site-footer .footer-main .footer-top .footer-newsletter p{margin-bottom:1.5rem;color:#555;line-height:1.7}.site-footer .footer-main .footer-top .footer-newsletter .input-group{display:flex;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.03)}.site-footer .footer-main .footer-top .footer-newsletter .input-group:focus-within{border-color:#2c3e50;box-shadow:0 4px 10px rgba(0,0,0,.07)}.site-footer .footer-main .footer-top .footer-newsletter .input-group input{flex:1;border:none;padding:.8rem 1.2rem;outline:none;font-size:.95rem}.site-footer .footer-main .footer-top .footer-newsletter .input-group button{background:#2c3e50;color:#fff;border:none;padding:0 1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;cursor:pointer;transition:background .3s ease}.site-footer .footer-main .footer-top .footer-newsletter .input-group button:hover{background:#1a2530}.site-footer .footer-main .footer-middle{padding:3rem 0;display:flex;flex-wrap:wrap;gap:2rem}@media(max-width: 992px){.site-footer .footer-main .footer-middle{flex-direction:column}}.site-footer .footer-main .footer-middle .footer-links-section{flex:2;display:flex;flex-wrap:wrap;gap:2rem}@media(max-width: 768px){.site-footer .footer-main .footer-middle .footer-links-section{gap:3rem}}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column{flex:1;min-width:160px}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#2c3e50;position:relative}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column h4:after{content:\"\";display:block;width:30px;height:2px;background-color:#2c3e50;margin-top:.5rem;transition:width .3s ease}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column h4:hover:after{width:45px}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column .loading-categories{color:#777;font-style:italic}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column ul{list-style:none;padding:0;margin:0}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column ul li{margin-bottom:.8rem}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column ul li a{color:#555;text-decoration:none;transition:all .2s ease;position:relative;display:inline-block}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column ul li a:hover{color:#2c3e50;transform:translateX(3px)}.site-footer .footer-main .footer-middle .footer-social-payments{flex:1;min-width:280px;display:flex;flex-direction:column;gap:2rem}.site-footer .footer-main .footer-middle .footer-social-payments h4{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#2c3e50}.site-footer .footer-main .footer-middle .footer-social-payments .social-section .social-links{display:flex;flex-wrap:wrap;gap:12px}.site-footer .footer-main .footer-middle .footer-social-payments .social-section .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f5f5f5;color:#2c3e50;transition:all .3s ease}.site-footer .footer-main .footer-middle .footer-social-payments .social-section .social-links a:hover{background-color:#2c3e50;color:#fff;transform:translateY(-5px)}.site-footer .footer-main .footer-middle .footer-social-payments .social-section .social-links a i{font-size:1.2rem}.site-footer .footer-main .footer-middle .footer-social-payments .payments-section .payment-icons{display:flex;flex-wrap:wrap;gap:12px}.site-footer .footer-main .footer-middle .footer-social-payments .payments-section .payment-icons img{height:30px;width:auto;filter:grayscale(80%);opacity:.7;transition:all .3s ease}.site-footer .footer-main .footer-middle .footer-social-payments .payments-section .payment-icons img:hover{filter:grayscale(0);opacity:1}.site-footer .footer-bottom{background-color:#2c3e50;color:#fff;padding:1.5rem 0;font-size:.85rem}.site-footer .footer-bottom .container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width: 768px){.site-footer .footer-bottom .container{padding:0 1.5rem}}.site-footer .footer-bottom .footer-bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width: 768px){.site-footer .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;gap:1.2rem}}.site-footer .footer-bottom .footer-bottom-content .copyright{margin:0;color:hsla(0,0%,100%,.8)}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:1.5rem}@media(max-width: 576px){.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links{flex-direction:column;gap:.8rem}}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .2s ease}.site-footer .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#fff;text-decoration:underline}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.site-footer .footer-top,.site-footer .footer-links-column,.site-footer .footer-social-payments>div{animation:fadeInUp .5s ease-out forwards;opacity:0}.site-footer .footer-top{animation-delay:.1s}.site-footer .footer-links-column:nth-child(1){animation-delay:.2s}.site-footer .footer-links-column:nth-child(2){animation-delay:.3s}.site-footer .footer-links-column:nth-child(3){animation-delay:.4s}.site-footer .social-section{animation-delay:.5s}.site-footer .payments-section{animation-delay:.6s}.site-footer .footer-main{font-weight:400}.site-footer .footer-bottom{font-weight:300}@media(max-width: 992px){.site-footer .footer-top .footer-newsletter{max-width:100%}}@media(max-width: 768px){.site-footer .footer-main .footer-top{gap:1.5rem}.site-footer .footer-main .footer-top .footer-intro .footer-logo img{height:50px}.site-footer .footer-main .footer-middle{padding:2rem 0;gap:2.5rem}.site-footer .footer-main .footer-middle .footer-links-section{flex-direction:column;gap:2rem}.site-footer .footer-main .footer-middle .footer-links-section .footer-links-column{min-width:100%}}"],"names":[],"mappings":"AAAA;;;;;;;AAAwE;;;;AAAkF;;;;;AAAoE;EAAyB;;;;;AAAuD;;;;;;;;AAAuI;EAAyB;;;;;;AAAiF;;;;;AAA2E;;;;AAAsF;;;;AAAiF;;;;;AAA6F;;;;;AAA6F;;;;;;AAAgG;;;;;;;AAA+H;;;;;;AAA2G;;;;;;;;;;AAA2N;;;;;AAA8I;;;;;;;;AAAkJ;;;;;;;;;;;;;AAAmQ;;;;AAAsG;;;;;;;AAA6F;EAAyB;;;;;AAAgE;;;;;;;AAA2G;EAAyB;;;;;AAAyE;;;;;AAA2G;;;;;;;;AAA6K;;;;;;;;;;AAAgN;;;;AAA8G;;;;;AAAqI;;;;;;AAA0H;;;;AAA8G;;;;;;;;AAA2L;;;;;AAA0I;;;;;;;;AAAoI;;;;;;;AAAwI;;;;;;AAAoI;;;;;;;;;;;;AAAgQ;;;;;;AAAsK;;;;AAAoH;;;;;;AAAuI;;;;;;;;AAAsL;;;;;AAA0I;;;;;;;AAAkG;;;;;;AAAqF;EAAyB;;;;;AAAyD;;;;;;;;AAAyI;EAAyB;;;;;;;AAAuG;;;;;AAAgG;;;;;AAAgG;EAAyB;;;;;;AAAyG;;;;;;AAAgJ;;;;;AAAqH;;;;;;;;;;;;AAAoG;;;;;AAAuJ;;;;AAA6C;;;;AAAmE;;;;AAAmE;;;;AAAmE;;;;AAAiD;;;;AAAmD;;;;AAA0C;;;;AAA4C;EAAyB;;;;;AAA4D;EAAyB;;;;EAAiD;;;;EAAiF;;;;;EAAmE;;;;;EAA8F"}},
    {"offset": {"line": 1037, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":"A"}},
    {"offset": {"line": 1040, "column": 0}, "map": {"version":3,"sources":["file://C%3A/Sites/Ecommerce/app/components/cart/CartSidebar.scss.css"],"sourcesContent":[".cart-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1500;backdrop-filter:blur(2px);animation:fadeIn .25s ease-out forwards}.cart-modal-overlay.closing{animation:fadeOut .3s ease-in forwards}.cart-sidebar-panel{position:fixed;top:0;right:0;width:350px;max-width:90vw;height:100vh;background-color:#fff;z-index:1501;display:flex;flex-direction:column;box-shadow:-4px 0 30px rgba(0,0,0,.2);animation:slideIn .3s cubic-bezier(0.16, 1, 0.3, 1) forwards}.cart-sidebar-panel.closing{animation:slideOut .3s cubic-bezier(0.16, 1, 0.3, 1) forwards}.cart-sidebar-panel .cart-sidebar-header{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-sidebar-panel .cart-sidebar-header h3{margin:0;font-size:1rem;font-weight:600;color:#222}.cart-sidebar-panel .cart-sidebar-header .cart-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#777;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-sidebar-panel .cart-sidebar-header .cart-close-btn:hover{color:#222;background-color:#f5f5f5}.cart-sidebar-panel .cart-sidebar-body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.cart-sidebar-panel .cart-sidebar-body .cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#777}.cart-sidebar-panel .cart-sidebar-body .cart-empty-state .cart-continue-shopping{margin-top:1rem;padding:.5rem 1rem;background:#222;color:#fff;border-radius:4px;text-decoration:none;font-size:.9rem}.cart-sidebar-panel .cart-sidebar-body .cart-empty-state .cart-continue-shopping:hover{background:#444}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item{display:flex;align-items:flex-start;padding:.75rem;border:1px solid #eee;border-radius:8px;position:relative;background-color:#fff;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item:hover{border-color:#ddd;box-shadow:0 3px 8px rgba(0,0,0,.05)}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-image{width:60px !important;height:60px !important;border-radius:6px;overflow:hidden;margin-right:.75rem;flex-shrink:0;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-image .cart-product-image{width:100%;height:100%;object-fit:contain}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-image .cart-placeholder-image{width:100%;height:100%;background-color:#f7f7f7}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details{flex:1;min-width:0}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details h4{margin:0 0 .35rem;font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:16px}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity{display:flex;justify-content:space-between;align-items:center}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-item-price{display:flex;flex-direction:column}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-item-price .cart-current-price{font-weight:600;color:#d32f2f;font-size:.85rem}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-item-price .cart-original-price{text-decoration:line-through;font-size:.75rem;color:#999}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control{display:flex;align-items:center;border:1px solid #eee;border-radius:4px;overflow:hidden;height:24px}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control button.cart-quantity-btn{width:24px;height:24px;border:none;background:#f0f0f0;color:#555;font-weight:bold;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .15s ease;font-size:14px}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control button.cart-quantity-btn:hover{background:#e0e0e0;color:#333}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control button.cart-quantity-btn:active{background:#d0d0d0}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control button.cart-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-item-details .cart-price-quantity .cart-quantity-control span{padding:0 .5rem;font-size:.8rem;min-width:1.5rem;text-align:center;user-select:none;color:#333;font-weight:500}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-remove-item{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1rem;color:#ccc;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease}.cart-sidebar-panel .cart-sidebar-body .cart-sidebar-item .cart-remove-item:hover{color:#d32f2f;background-color:rgba(211,47,47,.1)}.cart-sidebar-panel .cart-sidebar-footer{padding:1rem;background-color:#f9f9f9;border-top:1px solid #eee}.cart-sidebar-panel .cart-sidebar-footer .cart-subtotal{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem}.cart-sidebar-panel .cart-sidebar-footer .cart-subtotal span:first-child{color:#555}.cart-sidebar-panel .cart-sidebar-footer .cart-subtotal span:last-child{font-weight:700;color:#111}.cart-sidebar-panel .cart-sidebar-footer .cart-sidebar-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.cart-sidebar-panel .cart-sidebar-footer .cart-sidebar-actions .cart-checkout-btn{padding:.7rem;background:#222;color:#fff;text-align:center;text-decoration:none;font-weight:500;font-size:.9rem;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease}.cart-sidebar-panel .cart-sidebar-footer .cart-sidebar-actions .cart-checkout-btn:hover{background:#000;transform:translateY(-1px)}.cart-sidebar-panel .cart-sidebar-footer .cart-sidebar-actions .cart-clear-btn{padding:.6rem;background:rgba(0,0,0,0);border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:500;font-size:.85rem;transition:all .15s ease;color:#666}.cart-sidebar-panel .cart-sidebar-footer .cart-sidebar-actions .cart-clear-btn:hover{border-color:#d32f2f;color:#d32f2f;background-color:rgba(211,47,47,.05)}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media(max-width: 480px){.cart-sidebar-panel{width:100%}}"],"names":[],"mappings":"AAAA;;;;;;;;;;;;AAAsL;;;;AAAmE;;;;;;;;;;;;;;;AAAkQ;;;;AAA0F;;;;;;;;AAAiJ;;;;;;;AAA+F;;;;;;;;;;;;;;;AAAmP;;;;;AAAmG;;;;;;;;;AAAyH;;;;;;;;;AAA8J;;;;;;;;;;AAAsM;;;;AAAuG;;;;;;;;;;;;AAA0P;;;;;AAAuH;;;;;;;;;;;;;AAA4Q;;;;;;AAAyI;;;;;;AAAmJ;;;;;AAAgG;;;;;;;;;;AAAgN;;;;;;AAAgK;;;;;AAAsJ;;;;;;AAAsL;;;;;;AAAiM;;;;;;;;;AAA6N;;;;;;;;;;;;;;;;AAA4V;;;;;AAAsL;;;;AAA4K;;;;;AAAyL;;;;;;;;;;AAA6O;;;;;;;;;;;;;;;;;;;AAAwT;;;;;AAAoI;;;;;;AAAyG;;;;;;;AAAoI;;;;AAAoF;;;;;AAAmG;;;;;;;AAA8H;;;;;;;;;;;;;;AAAuQ;;;;;AAAmI;;;;;;;;;;;;AAAkP;;;;;;AAA6J;;;;;;;;;;;;AAAmG;;;;;;;;;;AAA+C;;;;;;;;;;;;AAAoG;;;;;;;;;;AAAgD;EAAyB"}},
    {"offset": {"line": 1410, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":"A"}},
    {"offset": {"line": 1413, "column": 0}, "map": {"version":3,"sources":["file://C%3A/Sites/Ecommerce/app/globals.css"],"sourcesContent":["*{\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.wrapper{\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.wrapper-assist{\n    width: 1400px;\n    height: 100%;\n    padding: 50px 0;\n}\n\n@media screen and (max-width: 1400px){\n    .wrapper-assist{\n        width: 100%;\n        padding: 50px 20px;\n    }\n}\n\n@media (max-width: 1024px) {\n    body {\n        padding-top: 100px;\n    }\n}\n\n@media (max-width: 768px) {\n    body {\n        padding-top: 80px;\n    }\n}"],"names":[],"mappings":"AAAA;;;;;;AAMA;;;;;;;;AAQA;;;;;;AAMA;EACI;;;;;;AAMJ;EACI;;;;;AAKJ;EACI"}},
    {"offset": {"line": 1451, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":"A"}}]
}