@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #f2422b;--primary-rgb: 242, 66, 43;--secondary-color: #ff8c00;--text-color: #212121;--text-light: #757575;--bg-color: #ffffff;--white: #ffffff;--border-color: #eff0f5;--button-bg: var(--primary-color);--primary-hover: #d93b26;--base-font-size: 14px;--search-btn-bg: var(--primary-color);--container-width: 1200px;--header-height: 100px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;margin:0;padding:0;overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.5;font-size:var(--base-font-size);-webkit-font-smoothing:antialiased;position:relative}a{text-decoration:none;color:inherit;cursor:pointer}[style*=background-image],.bg-image-fill,.footer-section,.store-banner,.reseller-public-banner,.hero-slider img,.hero-ad img{background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;object-position:center center!important}ul{list-style:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 15px}.flex{display:flex;align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.grid{display:grid}button{border:none;outline:none;background:none;cursor:pointer;font-family:inherit;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out forwards}button{transition:transform .2s,background-color .2s,box-shadow .2s}button:active{transform:scale(.98)}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2);transition:box-shadow .2s}.section-container{margin-top:20px}.section-title-main{font-size:22px;font-weight:400;color:#424242;margin-bottom:10px}.load-more-container{text-align:center;margin-top:30px;margin-bottom:20px}.load-more-btn{border:1px solid var(--button-bg);color:var(--button-bg);background:transparent;padding:10px 40px;text-transform:uppercase;font-weight:700;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:var(--button-bg);color:#fff}.btn-primary{background:var(--button-bg)!important;color:#fff!important;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:600}.btn-primary:hover{opacity:.9}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.products-grid-view{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;width:100%}@media(max-width:1200px){.products-grid-view{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.products-grid-view{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.products-grid-view{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}.preloader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center}.loader-text{margin-top:20px;font-weight:600;color:var(--primary-color);letter-spacing:1px}.shimmer-dark{background:#d4d4d4;background:linear-gradient(90deg,#d4d4d4,#a9a9a9,#d4d4d4);background-size:200% 100%;animation:shimmerDarkAnim 1.5s infinite linear}@keyframes shimmerDarkAnim{0%{background-position:-200% 0}to{background-position:200% 0}}.loader-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suspense-loader{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.suspense-loader .loader-spinner{width:40px;height:40px;border-width:3px}.update-notification-banner{position:fixed;top:0;left:0;width:100%;background:#2d3436;color:#fff;z-index:100001;padding:10px 0;box-shadow:0 2px 10px #0000004d;animation:slideDown .4s ease-out}.update-content{display:flex;justify-content:center;align-items:center;gap:20px;font-size:14px}.update-content button{background:var(--primary-color);color:#fff;padding:6px 18px;border-radius:4px;font-weight:600;font-size:13px;cursor:pointer}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media(max-width:768px){html,body{width:100%;overflow-x:hidden;-webkit-overflow-scrolling:touch}.container{padding:0 12px!important;width:100%!important;max-width:100vw!important;box-sizing:border-box}.header,.top-bar,.main-header,.categories-nav,.sidebar-nav-component,.float-message,.download-app-banner{display:none!important}.mobile-app-banner,.bottom-nav{display:flex!important}.mobile-search-area{display:flex!important;position:sticky;top:0;z-index:1001;background:#fff;padding:10px 12px!important}.mobile-search-area.sticky{background:#f85606;box-shadow:0 2px 10px #0000001a}.mobile-icons-grid{display:grid!important;grid-template-columns:repeat(5,1fr);padding:12px 8px!important;gap:8px!important}.hero-section{margin-top:0!important}.hero-section .container{padding:0!important;gap:0}.hero-slider{height:170px!important;border-radius:0!important}.hero-slider img{height:170px!important;object-fit:cover!important;object-position:center!important}.hero-ad,.swiper-button-next,.swiper-button-prev{display:none!important}.categories-section{margin:8px 0!important;padding:8px!important;border-radius:0!important}.categories-grid{grid-template-columns:repeat(4,1fr)!important;gap:4px!important}.category-card{height:auto!important;padding:10px 5px!important}.cat-img img{width:50px!important;height:50px!important}.category-card span{font-size:11px!important}.products-grid,.products-grid-view{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.product-card{border-radius:4px}.product-title{font-size:14px!important;font-weight:700!important;height:38px!important}.product-price{font-size:15px!important}.flash-sale-section,#just-for-you,.section-container,.all-products-page{margin:8px 0!important;padding:10px!important;border-radius:0!important;box-sizing:border-box}.section-header h3,.section-title-main{font-size:16px!important}.footer-section{padding:24px 0 80px!important;background-position:center!important;background-size:279% 103%!important}.footer-top{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;padding:0 12px 20px!important}.footer-col h4{font-size:14px!important}.footer-bottom{padding:15px 12px!important;text-align:center!important}.pdp-wrapper{padding-bottom:70px}.product-main-section{flex-direction:column!important;padding:0!important;gap:0!important}.pdp-gallery{width:100%!important;padding:10px 0!important}.main-image{height:280px!important;max-width:100%!important}.pdp-info{padding:12px!important;width:100%!important}.pdp-sidebar{display:block!important;width:100%!important;border:none!important;background:#f4f4f4!important;padding:12px!important}.checkout-container{padding:10px 0 80px!important}.checkout-stepper{padding:12px!important;border-radius:0!important}.step-label{font-size:12px!important}.step-line{width:20px!important;margin:0 6px!important}.step-circle{width:28px!important;height:28px!important;font-size:12px!important}.checkout-layout{grid-template-columns:1fr!important;padding:0 10px!important}.checkout-item{grid-template-columns:70px 1fr!important;gap:10px!important;padding:12px!important}.item-img img{width:70px!important;height:70px!important}.item-subtotal{grid-column:1 / -1!important;flex-direction:row!important;justify-content:space-between!important;margin-left:0!important}.item-price-mobile{display:block!important}.item-qty-control{grid-column:1 / -1!important}.shipping-grid{grid-template-columns:1fr!important;padding:12px!important}.form-group.full-width{grid-column:1!important}.success-card{padding:30px 15px!important;margin:0 10px!important}.success-actions{flex-direction:column!important}.success-card h1{font-size:24px!important}.all-products-page{padding:10px!important}.store-banner{height:200px!important;background-position:center!important;background-size:cover!important}.store-info-section{flex-direction:column!important;text-align:center!important;gap:10px!important}.store-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.modal-overlay{padding:0!important;align-items:flex-end!important}.modal-container{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border-radius:0!important;padding:20px!important}.modal-content{grid-template-columns:1fr!important}.chatbox-container{width:100%!important;right:0!important;bottom:60px!important;border-radius:0!important;height:calc(100vh - 60px)!important}.dynamic-page-content{padding:0 12px!important;margin:20px auto!important}.content-block.headline h1{font-size:28px!important}.content-block.text{font-size:15px!important}.bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #eee;padding:5px 0;z-index:1001;justify-content:space-around;box-shadow:0 -2px 10px #0000000d}.chat-box-container{width:100%!important;right:0!important;bottom:50px!important;border-radius:0!important;height:calc(100vh - 50px)!important;max-height:100vh!important}.float-message{display:none!important}.admin-login-box{margin:15px!important;padding:25px!important}.admin-login-header h2{font-size:22px!important}}@media(max-width:768px){.admin-container{flex-direction:column!important}.admin-container .admin-mobile-header{display:flex!important;position:sticky;top:0;z-index:1001}.admin-container .admin-sidebar{position:fixed!important;left:-100%!important;top:0;height:100%!important;width:260px!important;z-index:1050!important;transition:left .3s ease!important;overflow-y:auto}.admin-container .admin-sidebar.open{left:0!important}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1049}.admin-container .admin-content{padding:12px!important;height:auto!important;min-height:calc(100vh - 60px)}.admin-container .top-stats-grid,.admin-container .middle-stats-grid{grid-template-columns:1fr!important;gap:12px!important}.admin-container .financial-section-grid,.admin-container .charts-grid,.admin-container .mini-cards-grid{grid-template-columns:1fr!important}.admin-container .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-container .admin-table{min-width:600px}.admin-container .admin-table th,.admin-container .admin-table td{padding:10px 12px!important;font-size:12px!important}.admin-container .modal-content{width:95%!important;padding:20px!important}.admin-container .page-header{flex-direction:column;align-items:flex-start;gap:10px}.page-manager-header{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}.pages-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.pages-table{min-width:500px}.builder-main,.builder-settings{grid-template-columns:1fr!important}.builder-canvas{padding:15px!important;min-height:400px!important}.block-library{position:static!important}.headline-edit{font-size:22px!important}.menu-editor-grid{grid-template-columns:1fr!important}.menu-selector-bar{flex-direction:column!important;align-items:flex-start!important}.menu-selector-bar select{width:100%!important}.menu-name-edit{flex-direction:column!important;align-items:flex-start!important}.menu-name-edit input{width:100%!important;min-width:unset!important}.structure-header{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}.locations-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.site-editor-grid,.site-editor-sidebar{grid-template-columns:1fr!important}}@media(max-width:768px){.seller-sidebar{left:-100%!important;z-index:200!important;transition:left .3s ease!important}.seller-sidebar.open{left:0!important}.seller-main-content{margin-left:0!important;padding-bottom:20px!important}.dashboard-top-nav{padding:10px 12px!important;position:sticky!important;top:0!important;z-index:98!important}.dashboard-top-nav .search-bar{width:100%!important;max-width:180px!important}.top-nav-right span{display:none!important}.mobile-menu-toggle{display:block!important;background:none!important;border:none!important;color:#fff!important;font-size:20px!important}.dashboard-sections{padding:12px!important}.stats-cards-grid{grid-template-columns:1fr!important;gap:10px!important}.sales-log-grid,.withdrawal-section,.messenger-grid{grid-template-columns:1fr!important}.conversations-list{display:none!important}.chat-window-dashboard{height:400px!important}.premium-table th:nth-child(n+4),.premium-table td:nth-child(n+4){display:none!important}.orders-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.seller-form-grid,.product-edit-grid{grid-template-columns:1fr!important}}@media(min-width:769px){.mobile-menu-toggle{display:none!important}}@media(max-width:768px){.reseller-container{flex-direction:column!important}.reseller-sidebar{width:100%!important;position:fixed!important;left:-100%!important;top:0;height:100%!important;z-index:200!important;transition:left .3s ease!important}.reseller-sidebar.open{left:0!important}.reseller-main{padding:12px!important;height:auto!important}.selection-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.preview-container{padding:15px!important}.preview-grid{grid-template-columns:repeat(2,1fr)!important;gap:15px!important}.reseller-banner{padding:30px 15px!important}.reseller-banner h1{font-size:22px!important}.share-group{flex-direction:column!important}.preview-header{flex-direction:column!important;gap:12px!important;align-items:flex-start!important}.messenger-container{height:400px!important;flex-direction:column!important}.chat-sidebar{width:100%!important;height:200px!important;border-right:none!important;border-bottom:1px solid #e2e8f0!important}.reseller-public-banner{height:180px!important;background-position:center!important;background-size:cover!important}.banner-content h1{font-size:24px!important}.public-shop-main{padding:0 12px!important;margin:20px auto!important}.shop-footer-info{grid-template-columns:1fr!important;gap:15px!important;padding:20px!important}}@media(max-width:380px){.mobile-icons-grid{grid-template-columns:repeat(4,1fr)!important}.products-grid,.products-grid-view{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.categories-grid{grid-template-columns:repeat(3,1fr)!important}.checkout-stepper{flex-wrap:wrap!important;justify-content:center!important}.step-line{display:none!important}}@media(min-width:769px)and (max-width:1024px){.products-grid,.products-grid-view{grid-template-columns:repeat(3,1fr)!important}.categories-grid{grid-template-columns:repeat(6,1fr)!important}.checkout-layout{grid-template-columns:1fr!important}.footer-top{grid-template-columns:repeat(2,1fr)!important}.admin-container .charts-grid,.admin-container .financial-section-grid{grid-template-columns:1fr!important}}.chat-widget-container{position:fixed;bottom:20px;right:20px;z-index:1050;display:flex;flex-direction:column;align-items:flex-end}.chat-toggle-btn{width:60px;height:60px;background:linear-gradient(135deg,#4361ee,#f5317f);color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 4px 15px #4361ee66;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.chat-toggle-btn:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px #4361ee99}.whatsapp-toggle-btn{width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:50%;font-size:28px;cursor:pointer;box-shadow:0 4px 15px #25d36666;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;margin-bottom:15px;text-decoration:none;animation:float 3s ease-in-out infinite,pulseGreen 2s infinite}.whatsapp-toggle-btn:hover{transform:scale(1.1) rotate(-5deg);box-shadow:0 8px 25px #25d36699}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulseBlue{0%{box-shadow:0 0 #4361eeb3}70%{box-shadow:0 0 0 15px #4361ee00}to{box-shadow:0 0 #4361ee00}}@keyframes pulseGreen{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.chat-toggle-btn{animation:float 3s ease-in-out infinite .5s,pulseBlue 2s infinite}.chat-toggle-btn .tooltip,.whatsapp-toggle-btn .tooltip{position:absolute;right:70px;background:#333;color:#fff;padding:6px 12px;border-radius:6px;font-size:11px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s}.chat-toggle-btn:hover .tooltip,.whatsapp-toggle-btn:hover .tooltip{opacity:1;visibility:visible;right:75px}.chat-box{width:350px;height:500px;max-height:80vh;background:#fff;border-radius:12px;box-shadow:0 5px 25px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e0e6ed}.chat-header{background:linear-gradient(135deg,#4361ee,#f5317f);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.chat-header .close-btn{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;opacity:.8;transition:opacity .2s}.chat-header .close-btn:hover{opacity:1}.chat-body{flex:1;padding:15px;overflow-y:auto;background:#f8f9fa;display:flex;flex-direction:column}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.chat-name-input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none}.chat-name-input:focus{border-color:#4361ee}.chat-start-btn{background:#4361ee;color:#fff;padding:12px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:.2s}.chat-start-btn:hover{background:#3b3f5c}.chat-start-btn:disabled{background:#ccc;cursor:not-allowed}.messages-container{display:flex;flex-direction:column;gap:12px}.message-bubble-wrapper{display:flex;flex-direction:column;max-width:80%}.message-bubble{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4;word-break:break-word}.message-bubble.customer{background:#4361ee;color:#fff;border-bottom-right-radius:2px}.message-time{font-size:10px;color:#888;margin-top:4px}.chat-footer{padding:15px;background:#fff;border-top:1px solid #e0e6ed}.chat-msg-input{flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:20px;font-size:14px;outline:none}.chat-msg-input:focus{border-color:#4361ee}.chat-send-btn{width:45px;height:45px;border-radius:50%;background:#4361ee;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.chat-send-btn:hover:not(:disabled){background:#3b3f5c;transform:scale(1.05)}.chat-send-btn:disabled{background:#e0e6ed;color:#aaa;cursor:not-allowed}.fade-in-up{animation:fadeInUp .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.chat-box{width:100vw;height:100vh;max-height:100vh;border-radius:0;bottom:0;right:0;position:fixed;z-index:1100}.chat-header{border-radius:0}.chat-widget-container{bottom:80px;right:0}.chat-toggle-btn{margin:20px}}.store-chat-boxes-container{position:fixed;bottom:0;right:320px;display:flex;gap:15px;z-index:1040;pointer-events:none}.store-chat-box{width:280px;background:#fff;border-radius:8px 8px 0 0;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;border:1px solid #e0e6ed;border-bottom:none;pointer-events:auto;transition:transform .3s}.store-chat-box.open{height:380px}.store-chat-box.minimized{height:40px}.store-chat-header{background:#333;color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;cursor:pointer;height:40px;box-sizing:border-box}.store-chat-header:hover{background:#222}.store-close-btn{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;opacity:.7}.store-close-btn:hover{opacity:1}.store-chat-body-wrapper{display:flex;flex-direction:column;flex:1;overflow:hidden}.store-chat-loading{flex:1;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888}.store-chat-body{flex:1;padding:10px;overflow-y:auto;background:#f8f9fa;display:flex;flex-direction:column;gap:8px}.message-bubble-wrapper{display:flex;flex-direction:column;max-width:85%}.message-bubble-wrapper.left{align-items:flex-start;align-self:flex-start}.message-bubble-wrapper.right{align-items:flex-end;align-self:flex-end}.message-bubble{padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.4;word-break:break-word}.message-bubble.admin{background:#fff;color:#333;border:1px solid #e0e6ed;border-bottom-left-radius:2px}.message-bubble.customer{background:#333;color:#fff;border-bottom-right-radius:2px}.store-chat-footer{padding:10px;background:#fff;border-top:1px solid #e0e6ed}.store-chat-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:20px;font-size:13px;outline:none}.store-chat-input:focus{border-color:#333}.store-chat-send{width:35px;height:35px;border-radius:50%;background:#333;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.store-chat-send:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.store-chat-boxes-container{right:10px;flex-direction:row-reverse;flex-wrap:wrap-reverse}.store-chat-box{width:calc(100vw - 20px);box-shadow:0 -2px 10px #0003}}.cart-drawer-backdrop{position:fixed;inset:0;background:#00000073;z-index:1099;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100dvh;width:400px;max-width:95vw;background:#fff;z-index:1100;display:flex;flex-direction:column;box-shadow:-6px 0 30px #0000002e;transform:translate(105%);transition:transform .38s cubic-bezier(.4,0,.2,1);overflow:hidden}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #f0f0f0;background:#fff;flex-shrink:0}.cart-drawer-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#222}.cart-drawer-count{background:var(--primary-color, #f15a29);color:#fff;font-size:11px;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-drawer-close{width:34px;height:34px;border:1px solid #eee;border-radius:50%;background:#fafafa;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease;flex-shrink:0}.cart-drawer-close:hover{background:var(--primary-color, #f15a29);color:#fff;border-color:transparent}.cart-drawer-body{flex:1;overflow-y:auto;padding:0;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.cart-drawer-body::-webkit-scrollbar{width:4px}.cart-drawer-body::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.cart-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 20px;text-align:center;gap:10px;color:#999}.cart-drawer-empty .empty-icon{color:#ddd;margin-bottom:8px}.cart-drawer-empty p{font-size:16px;font-weight:600;color:#444;margin:0}.cart-drawer-empty span{font-size:13px;color:#aaa}.btn-continue-shopping{margin-top:16px;padding:10px 22px;background:var(--primary-color, #f15a29);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.btn-continue-shopping:hover{opacity:.88}.cart-item-list{list-style:none;margin:0;padding:0}.cart-item{display:flex;gap:12px;padding:14px 18px;border-bottom:1px solid #f5f5f5;align-items:flex-start;transition:background .15s ease}.cart-item:hover{background:#fafafa}.cart-item-img{width:72px;height:72px;object-fit:contain;border:1px solid #ebebeb;border-radius:6px;background:#f8f8f8;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:13px;font-weight:600;color:#333;margin:0 0 3px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-variant{font-size:11px;color:#999;margin:0 0 4px}.cart-item-price{font-size:13px;color:var(--primary-color, #f15a29);font-weight:600;margin:0 0 8px}.cart-item-qty{display:flex;align-items:center;gap:0;border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;width:fit-content}.qty-btn{width:28px;height:28px;border:none;background:#f5f5f5;color:#444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease}.qty-btn:hover:not(:disabled){background:var(--primary-color, #f15a29);color:#fff}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{min-width:30px;text-align:center;font-size:13px;font-weight:600;color:#333;padding:0 4px;line-height:28px;background:#fff}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px;flex-shrink:0;min-height:72px}.cart-item-total{font-size:14px;font-weight:700;color:#222;white-space:nowrap}.cart-item-remove{width:28px;height:28px;border:1px solid #eee;border-radius:5px;background:#fff;color:#bbb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease}.cart-item-remove:hover{background:#fff0ee;color:#e53e3e;border-color:#fecaca}.cart-drawer-footer{border-top:1px solid #f0f0f0;padding:18px 20px;background:#fff;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#555;font-weight:500}.cart-subtotal-amount{font-size:18px;font-weight:700;color:#222}.cart-shipping-note{font-size:11px;color:#aaa;margin:0;text-align:center}.btn-checkout{width:100%;padding:14px;background:var(--primary-color, #f15a29);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:opacity .2s ease,transform .15s ease}.btn-checkout:hover{opacity:.9;transform:translateY(-1px)}.btn-checkout:active{transform:translateY(0)}.btn-clear-cart{width:100%;padding:10px;background:transparent;color:#aaa;border:1px solid #eee;border-radius:8px;font-size:12px;cursor:pointer;transition:all .2s ease}.btn-clear-cart:hover{background:#fff0ee;color:#e53e3e;border-color:#fecaca}@media(max-width:480px){.cart-drawer{width:100vw;max-width:100vw}.cart-item{padding:12px 14px}.cart-drawer-header,.cart-drawer-footer{padding:14px 16px}}
