.AdminChat-module___JgvPq__adminChatContainer{color:#000;background:#fff;border-radius:8px;height:calc(100vh - 200px);min-height:600px;margin-top:160px;display:flex;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.AdminChat-module___JgvPq__sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;width:350px;display:flex}.AdminChat-module___JgvPq__sidebarHeader{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px}.AdminChat-module___JgvPq__sidebarHeader h2{color:#111;margin:0;font-size:20px;font-weight:600}.AdminChat-module___JgvPq__conversationsList{flex:1;overflow-y:auto}.AdminChat-module___JgvPq__conversationsList::-webkit-scrollbar{width:6px}.AdminChat-module___JgvPq__conversationsList::-webkit-scrollbar-track{background:0 0}.AdminChat-module___JgvPq__conversationsList::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.AdminChat-module___JgvPq__conversationsList::-webkit-scrollbar-thumb:hover{background:#bbb}.AdminChat-module___JgvPq__emptyConversations{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 20px;display:flex}.AdminChat-module___JgvPq__emptyConversations i{margin-bottom:12px;font-size:48px}.AdminChat-module___JgvPq__emptyConversations p{margin:0;font-size:14px}.AdminChat-module___JgvPq__conversationItem{cursor:pointer;background:#fff;border-bottom:1px solid #e5e7eb;gap:12px;padding:16px 20px;transition:background .2s;display:flex}.AdminChat-module___JgvPq__conversationItem:hover{background:#f9fafb}.AdminChat-module___JgvPq__conversationItem.AdminChat-module___JgvPq__active{background:#eff6ff;border-left:3px solid #2563eb}.AdminChat-module___JgvPq__conversationAvatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.AdminChat-module___JgvPq__conversationAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.AdminChat-module___JgvPq__conversationInfo{flex:1;min-width:0}.AdminChat-module___JgvPq__conversationHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.AdminChat-module___JgvPq__conversationName{color:#111;font-size:15px;font-weight:600}.AdminChat-module___JgvPq__conversationTime{color:#999;white-space:nowrap;font-size:12px}.AdminChat-module___JgvPq__conversationPreview{justify-content:space-between;align-items:center;gap:8px;display:flex}.AdminChat-module___JgvPq__lastMessage{color:#666;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.AdminChat-module___JgvPq__unreadBadge{color:#fff;text-align:center;background:#2563eb;border-radius:12px;flex-shrink:0;min-width:20px;padding:2px 8px;font-size:11px;font-weight:600}.AdminChat-module___JgvPq__chatArea{background:#fff;flex-direction:column;flex:1;min-height:600px;display:flex}.AdminChat-module___JgvPq__noSelection{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.AdminChat-module___JgvPq__noSelection i{margin-bottom:16px;font-size:64px}.AdminChat-module___JgvPq__noSelection p{margin:0;font-size:16px}.AdminChat-module___JgvPq__chatHeader{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px}.AdminChat-module___JgvPq__chatHeaderInfo{align-items:center;gap:12px;display:flex}.AdminChat-module___JgvPq__chatHeaderAvatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.AdminChat-module___JgvPq__chatHeaderInfo h3{color:#111;margin:0;font-size:18px;font-weight:600}.AdminChat-module___JgvPq__messagesContainer{background:#f8f9fa;flex:1;padding:20px;overflow-y:auto}.AdminChat-module___JgvPq__messagesContainer::-webkit-scrollbar{width:6px}.AdminChat-module___JgvPq__messagesContainer::-webkit-scrollbar-track{background:0 0}.AdminChat-module___JgvPq__messagesContainer::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.AdminChat-module___JgvPq__messagesContainer::-webkit-scrollbar-thumb:hover{background:#bbb}.AdminChat-module___JgvPq__messagesList{flex-direction:column;gap:16px;display:flex}.AdminChat-module___JgvPq__chatHeaderAvatarImg,.AdminChat-module___JgvPq__messageAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.AdminChat-module___JgvPq__messageItem{align-items:flex-end;gap:8px;display:flex}.AdminChat-module___JgvPq__messageItem.AdminChat-module___JgvPq__ownMessage{flex-direction:row-reverse}.AdminChat-module___JgvPq__messageAvatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.AdminChat-module___JgvPq__messageAvatarPlaceholder{flex-shrink:0;width:32px}.AdminChat-module___JgvPq__messageContent{flex-direction:column;max-width:calc(100% - 50px);display:flex}.AdminChat-module___JgvPq__messageItem.AdminChat-module___JgvPq__ownMessage .AdminChat-module___JgvPq__messageContent{align-items:flex-end}.AdminChat-module___JgvPq__senderName{color:#666;margin-bottom:4px;padding:0 4px;font-size:12px;font-weight:600}.AdminChat-module___JgvPq__messageBubble{word-wrap:break-word;background:#fff;border-radius:12px;max-width:100%;padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.AdminChat-module___JgvPq__messageBubble.AdminChat-module___JgvPq__ownBubble{color:#fff;background:#2563eb}.AdminChat-module___JgvPq__messageText{word-wrap:break-word;margin-bottom:4px;font-size:14px;line-height:1.5}.AdminChat-module___JgvPq__messageTime{opacity:.7;margin-top:2px;font-size:11px}.AdminChat-module___JgvPq__emptyState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.AdminChat-module___JgvPq__emptyState i{margin-bottom:12px;font-size:48px}.AdminChat-module___JgvPq__emptyState p{margin:0;font-size:14px}.AdminChat-module___JgvPq__loadingState{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.AdminChat-module___JgvPq__spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite AdminChat-module___JgvPq__spin}@keyframes AdminChat-module___JgvPq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AdminChat-module___JgvPq__loadingState p{color:#666;margin:0;font-size:14px}.AdminChat-module___JgvPq__inputForm{background:#fff;border-top:1px solid #e5e7eb;gap:10px;padding:16px 20px;display:flex}.AdminChat-module___JgvPq__messageInput{color:#000;background:#f9fafb;border:1px solid #d1d5db;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px}.AdminChat-module___JgvPq__messageInput:focus{background:#fff;border-color:#2563eb}.AdminChat-module___JgvPq__messageInput:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.AdminChat-module___JgvPq__sendButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.AdminChat-module___JgvPq__sendButton:hover:not(:disabled){background:#1e40af}.AdminChat-module___JgvPq__sendButton:disabled{opacity:.5;cursor:not-allowed}.AdminChat-module___JgvPq__accessDeniedContainer{justify-content:center;align-items:center;min-height:80vh;margin-top:160px;padding:20px;display:flex}.AdminChat-module___JgvPq__accessDeniedCard{text-align:center;border-radius:8px;width:100%;max-width:400px;padding:30px}.AdminChat-module___JgvPq__accessDeniedText{color:#dc3545;font-size:1.1em;font-weight:600}@media (max-width:768px){.AdminChat-module___JgvPq__adminChatContainer{flex-direction:column;height:calc(100vh - 150px);margin-top:190px}.AdminChat-module___JgvPq__sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;height:200px}.AdminChat-module___JgvPq__chatArea{flex:1;min-height:400px}}
.Toast-module__XHtG_G__toast{z-index:9999;border-radius:8px;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:16px 20px;animation:.3s ease-out Toast-module__XHtG_G__slideIn;display:flex;position:fixed;top:100px;right:20px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes Toast-module__XHtG_G__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__success{color:#155724;background-color:#d4edda;border-left:4px solid #28a745}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__error{color:#721c24;background-color:#f8d7da;border-left:4px solid #dc3545}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__warning{color:#856404;background-color:#fff3cd;border-left:4px solid #ffc107}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__info{color:#0c5460;background-color:#d1ecf1;border-left:4px solid #17a2b8}.Toast-module__XHtG_G__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:700;display:flex}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__success .Toast-module__XHtG_G__icon{color:#fff;background-color:#28a745}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__error .Toast-module__XHtG_G__icon{color:#fff;background-color:#dc3545}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__warning .Toast-module__XHtG_G__icon{color:#856404;background-color:#ffc107}.Toast-module__XHtG_G__toast.Toast-module__XHtG_G__info .Toast-module__XHtG_G__icon{color:#fff;background-color:#17a2b8}.Toast-module__XHtG_G__message{flex:1;font-size:14px;font-weight:500;line-height:1.4}.Toast-module__XHtG_G__closeButton{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:24px;transition:opacity .2s;display:flex}.Toast-module__XHtG_G__closeButton:hover{opacity:1}.Toast-module__XHtG_G__toastContainer{z-index:9999;flex-direction:column;gap:12px;max-height:calc(100vh - 120px);display:flex;position:fixed;top:100px;right:20px;overflow-x:hidden;overflow-y:auto}@media (max-width:768px){.Toast-module__XHtG_G__toast{min-width:250px;max-width:calc(100vw - 40px);top:80px;right:10px}.Toast-module__XHtG_G__toastContainer{top:20px;left:10px;right:10px}}
.SearchBox-module__dljnyq__searchWrapper{width:100%;max-width:500px;position:relative}.SearchBox-module__dljnyq__inputGroup{background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.SearchBox-module__dljnyq__searchInput{background-color:#fff;border:none;outline:none;flex:1;padding:10px 15px;font-size:14px;color:#333!important}.SearchBox-module__dljnyq__searchBtn{color:#fff;cursor:pointer;background:#333;border:none;padding:0 15px;font-size:16px}.SearchBox-module__dljnyq__searchBtn:hover{background:#000}.SearchBox-module__dljnyq__dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-top:none;border-radius:4px;margin-top:5px;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px rgba(0,0,0,.1)}.SearchBox-module__dljnyq__dropdownHeader{text-align:center;background:#f8f9fa;border-bottom:1px solid #eee;padding:10px;font-size:13px;font-weight:700;color:#333!important}.SearchBox-module__dljnyq__itemLink{color:inherit;text-decoration:none;display:block}.SearchBox-module__dljnyq__itemRow{border-bottom:1px solid #f1f1f1;padding:10px;transition:background .2s;display:flex}.SearchBox-module__dljnyq__itemRow:hover{background-color:#f9f9f9}.SearchBox-module__dljnyq__itemImg{object-fit:cover;border-radius:4px;width:50px;height:50px;margin-right:10px}.SearchBox-module__dljnyq__itemInfo{flex:1;overflow:hidden}.SearchBox-module__dljnyq__itemName{white-space:nowrap;text-overflow:ellipsis;color:#333;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}.SearchBox-module__dljnyq__itemPrice{font-size:13px}.SearchBox-module__dljnyq__newPrice{color:#d70000;margin-right:8px;font-weight:700}.SearchBox-module__dljnyq__oldPrice{color:#999;font-size:12px;text-decoration:line-through}.SearchBox-module__dljnyq__viewAll{text-align:center;color:#666;cursor:pointer;background:#f8f9fa;padding:10px;font-size:13px}.SearchBox-module__dljnyq__viewAll:hover{color:#000;background:#eee}
.Footer-module__5owC0a__footer{z-index:40;height:var(--footer-h);color:#e8e8e8;background:#121212;border-top:1px solid rgba(255,255,255,.06);justify-content:center;align-items:center;display:flex;top:auto;bottom:0;left:0;right:0}.Footer-module__5owC0a__inner{height:100%;min-height:var(--footer-h);grid-template-columns:1fr auto auto;align-items:center;gap:16px;display:grid}.Footer-module__5owC0a__left{align-items:center;gap:10px;min-width:0;margin-left:20px;display:flex}.Footer-module__5owC0a__brand{letter-spacing:.4px;font-weight:800}.Footer-module__5owC0a__dot{background:#999;border-radius:999px;width:4px;height:4px}.Footer-module__5owC0a__small{color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Footer-module__5owC0a__middle{color:#dcdcdc;align-items:center;gap:18px;font-size:14px;display:flex}.Footer-module__5owC0a__link{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.Footer-module__5owC0a__addr{color:#cfcfcf;align-items:center;gap:8px;display:inline-flex}.Footer-module__5owC0a__link i,.Footer-module__5owC0a__addr i{font-size:18px}.Footer-module__5owC0a__right{align-items:center;gap:10px;margin-right:20px;display:flex}.Footer-module__5owC0a__iconBtn{color:#f2f2f2;border:1px solid rgba(255,255,255,.12);border-radius:8px;place-items:center;width:34px;height:34px;text-decoration:none;transition:all .2s;display:grid}.Footer-module__5owC0a__iconBtn i{font-size:18px}.Footer-module__5owC0a__iconBtn:hover{background:#1f1f1f;border-color:rgba(255,255,255,.24)}@media (max-width:992px){.Footer-module__5owC0a__inner{grid-template-columns:1fr;gap:8px}.Footer-module__5owC0a__middle{flex-wrap:wrap;gap:12px}.Footer-module__5owC0a__small{white-space:normal}.Footer-module__5owC0a__right{justify-content:flex-start}}
.ChatWidget-module__4R5WCG__chatContainer{z-index:1000;color:#000;position:fixed;bottom:20px;right:20px}.ChatWidget-module__4R5WCG__chatButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex;position:relative;box-shadow:0 4px 12px rgba(37,99,235,.3)}.ChatWidget-module__4R5WCG__chatButton:hover{background:#1e40af}.ChatWidget-module__4R5WCG__badge{color:#fff;text-align:center;background:#ef4444;border:3px solid #fff;border-radius:14px;min-width:22px;padding:3px 9px;font-size:11px;font-weight:700;position:absolute;top:-6px;right:-6px}.ChatWidget-module__4R5WCG__chatWindow{background:#fff;border-radius:12px;flex-direction:column;width:400px;height:650px;max-height:calc(100vh - 130px);display:flex;position:absolute;bottom:90px;right:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}@media (max-width:480px){.ChatWidget-module__4R5WCG__chatWindow{width:300px;height:600px}}.ChatWidget-module__4R5WCG__chatHeader{color:#fff;background:#2563eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.ChatWidget-module__4R5WCG__headerInfo{flex:1;align-items:center;gap:12px;display:flex}.ChatWidget-module__4R5WCG__headerAvatar{background:rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.ChatWidget-module__4R5WCG__chatHeader h3{margin:0;font-size:18px;font-weight:600}.ChatWidget-module__4R5WCG__chatHeader p{opacity:.95;margin:4px 0 0;font-size:13px}.ChatWidget-module__4R5WCG__closeBtn{color:#fff;cursor:pointer;background:rgba(255,255,255,.15);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:22px;display:flex}.ChatWidget-module__4R5WCG__closeBtn:hover{background:rgba(255,255,255,.25)}.ChatWidget-module__4R5WCG__messagesContainer{background:#f8f9fa;flex:1;padding:20px;overflow-y:auto}.ChatWidget-module__4R5WCG__messagesContainer::-webkit-scrollbar{width:6px}.ChatWidget-module__4R5WCG__messagesContainer::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__4R5WCG__messagesContainer::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.ChatWidget-module__4R5WCG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#bbb}.ChatWidget-module__4R5WCG__messagesList{flex-direction:column;gap:16px;display:flex}.ChatWidget-module__4R5WCG__messageItem{align-items:flex-end;gap:8px;display:flex}.ChatWidget-module__4R5WCG__messageItem.ChatWidget-module__4R5WCG__ownMessage{flex-direction:row-reverse}.ChatWidget-module__4R5WCG__messageAvatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.ChatWidget-module__4R5WCG__messageAvatarPlaceholder{flex-shrink:0;width:32px}.ChatWidget-module__4R5WCG__messageContent{flex-direction:column;max-width:calc(100% - 50px);display:flex}.ChatWidget-module__4R5WCG__messageItem.ChatWidget-module__4R5WCG__ownMessage .ChatWidget-module__4R5WCG__messageContent{align-items:flex-end}.ChatWidget-module__4R5WCG__senderName{color:#666;margin-bottom:4px;padding:0 4px;font-size:12px;font-weight:600}.ChatWidget-module__4R5WCG__messageBubble{word-wrap:break-word;background:#fff;border-radius:12px;max-width:100%;padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ChatWidget-module__4R5WCG__messageBubble.ChatWidget-module__4R5WCG__ownBubble{color:#fff;background:#2563eb}.ChatWidget-module__4R5WCG__messageText{word-wrap:break-word;margin-bottom:4px;font-size:14px;line-height:1.5}.ChatWidget-module__4R5WCG__messageTime{opacity:.7;margin-top:2px;font-size:11px}.ChatWidget-module__4R5WCG__emptyState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 20px;display:flex}.ChatWidget-module__4R5WCG__emptyIcon{color:#9ca3af;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:40px;display:flex}.ChatWidget-module__4R5WCG__emptyTitle{color:#666;margin:0 0 8px;font-size:16px;font-weight:600}.ChatWidget-module__4R5WCG__emptySubtitle{color:#999;margin:0;font-size:13px}.ChatWidget-module__4R5WCG__loadingState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 20px;display:flex}.ChatWidget-module__4R5WCG__spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite ChatWidget-module__4R5WCG__spin}@keyframes ChatWidget-module__4R5WCG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatWidget-module__4R5WCG__loadingState p{color:#666;margin:0;font-size:14px}.ChatWidget-module__4R5WCG__inputForm{background:#fff;border-top:1px solid #e5e7eb;gap:10px;padding:16px 20px;display:flex}.ChatWidget-module__4R5WCG__messageInput{color:#000;background:#f9fafb;border:1px solid #d1d5db;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px}.ChatWidget-module__4R5WCG__messageInput:focus{background:#fff;border-color:#2563eb}.ChatWidget-module__4R5WCG__messageInput:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.ChatWidget-module__4R5WCG__sendButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.ChatWidget-module__4R5WCG__sendButton:hover:not(:disabled){background:#1e40af}.ChatWidget-module__4R5WCG__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ChatWidget-module__4R5WCG__chatContainer{bottom:15px;right:15px}.ChatWidget-module__4R5WCG__chatButton{width:56px;height:56px;font-size:24px}.ChatWidget-module__4R5WCG__chatWindow{bottom:76px}}
.Orders-module__WhQngq__ordersWrap{color:#000;background:#f7f7f8;min-height:calc(100vh - 80px);margin-top:163px;padding:24px 16px}@media (max-width:768px){.Orders-module__WhQngq__ordersWrap{margin-top:190px;padding:16px 12px}}.Orders-module__WhQngq__container{max-width:1200px;margin:0 auto}.Orders-module__WhQngq__pageTitle{color:#000;margin-bottom:30px;font-size:28px;font-weight:600}@media (max-width:768px){.Orders-module__WhQngq__pageTitle{margin-bottom:20px;font-size:24px}}.Orders-module__WhQngq__loadingContainer{color:#666;justify-content:center;align-items:center;min-height:400px;font-size:16px;display:flex}
.ReviewSection-module__ufsxKq__reviewSectionContainer{background-color:#f7f7f7;margin-top:30px;padding:20px}.ReviewSection-module__ufsxKq__sectionTitle{color:#000;border-bottom:2px solid #ddd;margin-bottom:20px;padding-bottom:10px;font-size:18px;font-weight:700}.ReviewSection-module__ufsxKq__ratingSummaryBox{background-color:#fff;border:1px solid #eee;border-radius:8px;align-items:center;margin-bottom:20px;padding:20px;display:flex}.ReviewSection-module__ufsxKq__ratingAverage{text-align:center;border-right:1px solid #eee;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:150px;padding-right:20px;display:flex}.ReviewSection-module__ufsxKq__averageScore{color:#000;font-size:25px;font-weight:700;display:block}.ReviewSection-module__ufsxKq__averageOutOf{color:#000;margin-bottom:5px;font-size:15px}.ReviewSection-module__ufsxKq__averageStars{margin-top:5px}.ReviewSection-module__ufsxKq__ratingBreakdown{flex-grow:1;padding-left:30px}.ReviewSection-module__ufsxKq__ratingBarRow{align-items:center;margin-bottom:5px;display:flex}.ReviewSection-module__ufsxKq__ratingBarStar{text-align:right;color:#000;width:50px;font-size:14px}.ReviewSection-module__ufsxKq__ratingBarContainer{background-color:#dfd9d9;border-radius:4px;flex-grow:1;height:8px;margin:0 10px;overflow:hidden}.ReviewSection-module__ufsxKq__ratingBarFill{background-color:#ffc107;height:100%;transition:width .3s}.ReviewSection-module__ufsxKq__ratingBarCount{text-align:left;color:#000;width:30px;font-size:14px}.ReviewSection-module__ufsxKq__starWrapper{gap:2px;display:flex}.ReviewSection-module__ufsxKq__starFull{color:#ffc107;font-size:18px}.ReviewSection-module__ufsxKq__starEmpty{color:#bebebe;font-size:18px}.ReviewSection-module__ufsxKq__reviewFilter{border-top:1px solid #eee;border-bottom:1px solid #eee;flex-wrap:wrap;gap:10px;margin-bottom:25px;padding:10px 0;display:flex}.ReviewSection-module__ufsxKq__filterButton{color:#000;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:20px;padding:5px 15px;font-size:14px;transition:all .2s}.ReviewSection-module__ufsxKq__filterButton:hover{border-color:var(--primary-color,#f60);color:var(--primary-color,#f60)}.ReviewSection-module__ufsxKq__filterActive{background-color:var(--primary-color,#f60);color:#fff;border-color:var(--primary-color,#f60)}.ReviewSection-module__ufsxKq__reviewList{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.ReviewSection-module__ufsxKq__reviewItem{border-bottom:1px dashed #ddd;padding:15px 0}.ReviewSection-module__ufsxKq__reviewHeader{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.ReviewSection-module__ufsxKq__reviewerInfo{align-items:center;gap:10px;display:flex}.ReviewSection-module__ufsxKq__avatarPlaceholder{color:#fff;background-color:#ccc;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:flex}.ReviewSection-module__ufsxKq__reviewerName{color:#000;font-weight:600}.ReviewSection-module__ufsxKq__reviewDate{color:#999;font-size:12px}.ReviewSection-module__ufsxKq__reviewComment{color:#000;margin-top:5px;line-height:1.6}.ReviewSection-module__ufsxKq__noReviews{text-align:center;color:#000;background-color:#fff;border-radius:4px;padding:30px}.ReviewSection-module__ufsxKq__addReviewForm{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:20px}.ReviewSection-module__ufsxKq__formTitle{color:#000;margin-bottom:10px;font-size:18px;font-weight:600}.ReviewSection-module__ufsxKq__ratingInput{gap:5px;margin-bottom:15px;display:flex}.ReviewSection-module__ufsxKq__starInputEmpty,.ReviewSection-module__ufsxKq__starInputSelected{cursor:pointer;font-size:28px;transition:color .2s}.ReviewSection-module__ufsxKq__starInputEmpty{color:#e0e0e0}.ReviewSection-module__ufsxKq__starInputSelected{color:#ffc107}.ReviewSection-module__ufsxKq__commentLabel{color:#000;margin-bottom:5px;font-weight:500;display:block}.ReviewSection-module__ufsxKq__commentTextarea{resize:vertical;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;width:100%;margin-bottom:15px;padding:10px;font-size:14px}.ReviewSection-module__ufsxKq__submitButton{background-color:var(--primary-color,#18b356);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px 20px;font-weight:600;transition:background-color .2s}.ReviewSection-module__ufsxKq__submitButton:hover{background-color:#e55c00}
.AdminOrderManagement-module__aRdmJG__container{color:#000;background:#f7f7f8;min-height:calc(100vh - 80px);margin-top:163px;padding:24px 16px}.AdminOrderManagement-module__aRdmJG__containerDenied{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.AdminOrderManagement-module__aRdmJG__accessDeniedText{color:#d32f2f;font-size:20px;font-weight:600}@media (max-width:768px){.AdminOrderManagement-module__aRdmJG__container{margin-top:190px;padding:16px 12px}}.AdminOrderManagement-module__aRdmJG__pageTitle{color:#000;max-width:1200px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:28px;font-weight:600}@media (max-width:768px){.AdminOrderManagement-module__aRdmJG__pageTitle{margin-bottom:20px;font-size:24px}}.AdminOrderManagement-module__aRdmJG__statsContainer{flex-wrap:wrap;gap:15px;max-width:1200px;margin-bottom:25px;margin-left:auto;margin-right:auto;display:flex}.AdminOrderManagement-module__aRdmJG__statCard{background:#fff;border-left:4px solid;border-radius:8px;flex-direction:column;flex:1;gap:5px;min-width:150px;padding:20px;display:flex;box-shadow:0 2px 5px rgba(0,0,0,.05)}.AdminOrderManagement-module__aRdmJG__statTitle{color:#666;text-transform:uppercase;font-size:13px;font-weight:600}.AdminOrderManagement-module__aRdmJG__statValueRow{justify-content:space-between;align-items:center;display:flex}.AdminOrderManagement-module__aRdmJG__statValue{color:#333;font-size:24px;font-weight:700}.AdminOrderManagement-module__aRdmJG__statIcon{font-size:20px}.AdminOrderManagement-module__aRdmJG__tableWrapper{background:#fff;border-radius:8px;max-width:1200px;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.05)}.AdminOrderManagement-module__aRdmJG__table{border-collapse:collapse;width:100%}.AdminOrderManagement-module__aRdmJG__tableHeader{text-align:left;background:#f8f9fa;border-bottom:2px solid #eee}.AdminOrderManagement-module__aRdmJG__tableHeader th{color:#444;padding:15px;font-size:14px;font-weight:600}.AdminOrderManagement-module__aRdmJG__tableRow{border-bottom:1px solid #f1f1f1}.AdminOrderManagement-module__aRdmJG__tableRow td{padding:15px;font-size:14px}.AdminOrderManagement-module__aRdmJG__orderId{font-weight:500}.AdminOrderManagement-module__aRdmJG__customerName{font-size:14px;font-weight:500}.AdminOrderManagement-module__aRdmJG__customerEmail{color:#888;font-size:12px}.AdminOrderManagement-module__aRdmJG__totalAmount{color:#d70000;font-size:14px;font-weight:700}.AdminOrderManagement-module__aRdmJG__statusBadge{border-radius:4px;padding:4px 8px;font-size:12px}.AdminOrderManagement-module__aRdmJG__statusPending{color:#856404;background:#fff3cd}.AdminOrderManagement-module__aRdmJG__statusDelivered{color:#155724;background:#d4edda}.AdminOrderManagement-module__aRdmJG__actionButtons{gap:5px;display:flex}.AdminOrderManagement-module__aRdmJG__btnApprove,.AdminOrderManagement-module__aRdmJG__btnDeliver,.AdminOrderManagement-module__aRdmJG__btnRefund,.AdminOrderManagement-module__aRdmJG__btnCancel{cursor:pointer;border:none;border-radius:4px;padding:5px 10px;font-size:12px;font-weight:500}.AdminOrderManagement-module__aRdmJG__btnApprove{color:#fff;background:#007bff}.AdminOrderManagement-module__aRdmJG__btnDeliver{color:#fff;background:#28a745}.AdminOrderManagement-module__aRdmJG__btnRefund{color:#000;background:#ffc107;font-weight:700}.AdminOrderManagement-module__aRdmJG__btnCancel{color:#fff;background:#dc3545}.AdminOrderManagement-module__aRdmJG__statusProcessed{color:#888;font-size:13px}.AdminOrderManagement-module__aRdmJG__statusCompleted{color:#28a745;font-size:13px;font-weight:700}.AdminOrderManagement-module__aRdmJG__pagination{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.AdminOrderManagement-module__aRdmJG__paginationButton{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px 16px;font-size:14px}.AdminOrderManagement-module__aRdmJG__paginationButton:disabled{opacity:.5;cursor:not-allowed}.AdminOrderManagement-module__aRdmJG__paginationButton:hover:not(:disabled){background:#f8f9fa}.AdminOrderManagement-module__aRdmJG__paginationInfo{align-items:center;font-size:14px;font-weight:500;display:flex}.AdminOrderManagement-module__aRdmJG__modalOverlay{z-index:1200;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.AdminOrderManagement-module__aRdmJG__modalContent{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;padding:25px;position:relative;overflow-y:auto;box-shadow:0 4px 15px rgba(0,0,0,.2)}.AdminOrderManagement-module__aRdmJG__modalTitle{border-bottom:1px solid #eee;margin-top:0;padding-bottom:10px;font-size:20px;font-weight:600}.AdminOrderManagement-module__aRdmJG__modalSection{margin-bottom:15px}.AdminOrderManagement-module__aRdmJG__modalSectionTitle{color:#555;margin-bottom:5px;font-size:16px;font-weight:600}.AdminOrderManagement-module__aRdmJG__modalText{margin:5px 0;font-size:14px}.AdminOrderManagement-module__aRdmJG__modalError{color:red;font-size:14px}.AdminOrderManagement-module__aRdmJG__modalActions{text-align:right;margin-top:20px}.AdminOrderManagement-module__aRdmJG__btnClose{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:4px;padding:8px 20px;font-size:14px}.AdminOrderManagement-module__aRdmJG__btnClose:hover{background:#5a6268}.AdminOrderManagement-module__aRdmJG__confirmModal{text-align:center;background:#fff;border-radius:8px;max-width:400px;padding:20px}.AdminOrderManagement-module__aRdmJG__confirmMessage{margin:15px 0;font-size:14px;line-height:1.5}.AdminOrderManagement-module__aRdmJG__confirmActions{justify-content:center;gap:10px;margin-top:20px;display:flex}.AdminOrderManagement-module__aRdmJG__btnConfirm{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:8px 20px;font-size:14px}.AdminOrderManagement-module__aRdmJG__btnConfirm:hover{background:#0056b3}.AdminOrderManagement-module__aRdmJG__btnCancelModal{color:#000;cursor:pointer;background:#ccc;border:none;border-radius:4px;padding:8px 20px;font-size:14px}.AdminOrderManagement-module__aRdmJG__btnCancelModal:hover{background:#b3b3b3}@media (max-width:768px){.AdminOrderManagement-module__aRdmJG__tableWrapper{overflow-x:auto}.AdminOrderManagement-module__aRdmJG__table{min-width:800px}.AdminOrderManagement-module__aRdmJG__statsContainer{flex-direction:column}.AdminOrderManagement-module__aRdmJG__statCard{min-width:100%}}
.Checkout-module__2l0Efq__checkoutContainer{color:#000;background-color:#eee;max-width:100%;margin:0 auto;padding:20px 0}.Checkout-module__2l0Efq__wrapper{max-width:1370px;margin:0 auto;padding:0 15px}.Checkout-module__2l0Efq__breadcrumb{color:#666;max-width:1370px;margin:140px auto 0;padding:10px 20px;font-size:14px}.Checkout-module__2l0Efq__breadcrumb a:hover{color:red}.Checkout-module__2l0Efq__breadcrumb a:active{color:#8b0000}.Checkout-module__2l0Efq__card{background-color:#fff;border-radius:4px;margin-bottom:15px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.Checkout-module__2l0Efq__sectionTitle{color:#000;margin:0;font-size:18px;font-weight:600}.Checkout-module__2l0Efq__sectionHeader{justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.Checkout-module__2l0Efq__linkBtn{background-color:none;color:#0070f3;cursor:pointer;border:none;padding:0;font-size:14px}.Checkout-module__2l0Efq__linkBtn:hover{color:red}.Checkout-module__2l0Efq__cancelBtn{color:#333!important;background:#ccc!important}.Checkout-module__2l0Efq__emptyText{color:#8d8b8b;padding:5px 0;font-size:14px;font-style:italic}.Checkout-module__2l0Efq__addressHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.Checkout-module__2l0Efq__addressTitle{color:#000;font-size:18px;font-weight:700}.Checkout-module__2l0Efq__addressDetail{color:#000;word-wrap:break-word;font-size:14px}.Checkout-module__2l0Efq__addressInfo{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.Checkout-module__2l0Efq__addressRow{align-items:flex-start;margin-bottom:12px;font-size:14px;line-height:1.6;display:flex}.Checkout-module__2l0Efq__addressRow:last-child{margin-bottom:0}.Checkout-module__2l0Efq__label{color:#000;margin-bottom:10px;font-size:14px}.Checkout-module__2l0Efq__addressLabel{color:#000;flex-shrink:0;min-width:130px;margin-right:12px;font-weight:600}.Checkout-module__2l0Efq__addressValue{color:#000;flex:1;font-weight:500}.Checkout-module__2l0Efq__addressFull{flex-wrap:wrap;flex:1;align-items:center;gap:0;line-height:1.6;display:flex}.Checkout-module__2l0Efq__addressPart{color:#000;padding:0}.Checkout-module__2l0Efq__addressPart:not(:last-child):after{content:",";color:red;margin-right:4px;font-weight:600}.Checkout-module__2l0Efq__btnPrimary{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:4px;padding:6px 14px;font-size:14px;transition:all .2s}.Checkout-module__2l0Efq__btnPrimary:hover{opacity:.85;background-color:#c00}.Checkout-module__2l0Efq__productSectionHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.Checkout-module__2l0Efq__productHeaderRow{color:#666;flex-shrink:0;justify-content:space-between;align-items:center;min-width:280px;font-size:14px;font-weight:500;display:none}.Checkout-module__2l0Efq__productHeaderRow>div{text-align:right;width:90px}.Checkout-module__2l0Efq__productHeaderRow>div:last-child{width:100px}.Checkout-module__2l0Efq__productList{flex-direction:column;margin-top:10px;display:flex}.Checkout-module__2l0Efq__productRow{border-bottom:1px solid #eee;justify-content:space-between;padding:10px 0;display:flex}.Checkout-module__2l0Efq__productRow:last-child{border-bottom:none}.Checkout-module__2l0Efq__productLeft{flex-grow:1;align-items:center;gap:12px;min-width:0;display:flex}.Checkout-module__2l0Efq__thumb{object-fit:cover;border-radius:4px}.Checkout-module__2l0Efq__productInfo{white-space:normal;flex-direction:column;flex-grow:1;justify-content:center;display:flex;overflow:hidden}.Checkout-module__2l0Efq__productName{color:#000;word-wrap:break-word;font-size:14px;font-weight:500}.Checkout-module__2l0Efq__productMeta{color:#666;font-size:12px}.Checkout-module__2l0Efq__productRight{flex-shrink:0;justify-content:space-between;align-items:center;min-width:280px;font-size:14px;display:flex}.Checkout-module__2l0Efq__productRight>div{text-align:right;width:90px}.Checkout-module__2l0Efq__price,.Checkout-module__2l0Efq__qty{text-align:right;width:90px;display:none}.Checkout-module__2l0Efq__lineTotal{color:#000;text-align:right;width:100px;font-size:14px;display:block}.Checkout-module__2l0Efq__block{padding:5px 0}.Checkout-module__2l0Efq__appiledVoucher{color:#000;font-size:14px}.Checkout-module__2l0Efq__discountText{font-weight:700;color:#d70018!important}.Checkout-module__2l0Efq__paymentMethod{color:#000;padding:5px 0;font-size:14px}.Checkout-module__2l0Efq__paymentMethods{margin-top:15px}.Checkout-module__2l0Efq__paymentOption{cursor:pointer;margin-bottom:0;display:block}.Checkout-module__2l0Efq__paymentRadio{opacity:0;pointer-events:none;position:absolute}.Checkout-module__2l0Efq__paymentContent{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.Checkout-module__2l0Efq__paymentOption:hover .Checkout-module__2l0Efq__paymentContent{background-color:#f8f9ff;border-color:#0068ff}.Checkout-module__2l0Efq__paymentOptionActive .Checkout-module__2l0Efq__paymentContent{background-color:#f0f4ff;border-color:#0068ff;box-shadow:0 2px 8px rgba(0,104,255,.1)}.Checkout-module__2l0Efq__paymentIcon{background:linear-gradient(135deg,#0068ff 0%,#0052cc 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:hidden}.Checkout-module__2l0Efq__paymentIcon:before{content:"";z-index:1;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%);border-radius:8px;width:100%;height:100%;position:absolute}.Checkout-module__2l0Efq__paymentIconImg{object-fit:contain;z-index:2;width:100%;height:100%;padding:8px;position:relative}.Checkout-module__2l0Efq__paymentIconText{color:#fff;letter-spacing:.5px;z-index:2;font-size:16px;font-weight:700;display:none;position:relative}.Checkout-module__2l0Efq__paymentIconTextFallback{display:block!important}.Checkout-module__2l0Efq__paymentOptionActive .Checkout-module__2l0Efq__paymentIcon{background:linear-gradient(135deg,#0068ff 0%,#0047b3 100%);box-shadow:0 2px 8px rgba(0,104,255,.3)}.Checkout-module__2l0Efq__paymentInfo{flex-direction:column;flex:1;gap:4px;display:flex}.Checkout-module__2l0Efq__paymentName{color:#000;font-size:16px;font-weight:600}.Checkout-module__2l0Efq__paymentDesc{color:#666;font-size:13px}.Checkout-module__2l0Efq__paymentCheck{opacity:0;flex-shrink:0;width:24px;height:24px;transition:opacity .2s;position:relative}.Checkout-module__2l0Efq__paymentOptionActive .Checkout-module__2l0Efq__paymentCheck{opacity:1}.Checkout-module__2l0Efq__paymentCheck:before{content:"";background-color:#0068ff;border-radius:50%;width:24px;height:24px;position:absolute;top:0;left:0}.Checkout-module__2l0Efq__paymentCheck:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:5px;left:8px;transform:rotate(45deg)}.Checkout-module__2l0Efq__summaryCard{padding:15px 20px}.Checkout-module__2l0Efq__summaryRow{color:#000;justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.Checkout-module__2l0Efq__summaryTotal{border-top:1px dashed #ddd;justify-content:space-between;align-items:baseline;margin-top:15px;padding-top:10px;font-size:14px;display:flex}.Checkout-module__2l0Efq__summaryTotal strong{font-weight:700}.Checkout-module__2l0Efq__totalPrice{color:red;font-size:20px}.Checkout-module__2l0Efq__placeOrderWrapper{justify-content:flex-end;margin-top:15px;display:flex}.Checkout-module__2l0Efq__placeOrderBtn{color:#fff;cursor:pointer;background:red;border:none;border-radius:4px;width:150px;padding:12px 20px;font-size:16px;font-weight:600;transition:all .2s}.Checkout-module__2l0Efq__placeOrderBtn:hover{background:#c00;box-shadow:0 4px 8px rgba(255,102,0,.4)}.Checkout-module__2l0Efq__popupOverlay{z-index:500;background:rgba(0,0,0,.45);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Checkout-module__2l0Efq__popup{background:#fff;border-radius:4px;width:400px;padding:20px}.Checkout-module__2l0Efq__popupTitle{color:#000;text-align:center;margin-bottom:10px;font-size:18px;font-weight:600}.Checkout-module__2l0Efq__popupScroll{background-color:#fff;border-radius:4px;width:400px;max-height:480px;padding:20px;overflow-y:auto}.Checkout-module__2l0Efq__addressForm input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:12px;padding:12px}.Checkout-module__2l0Efq__popupActions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.Checkout-module__2l0Efq__popupActions button{cursor:pointer;color:#fff;background:#000;padding:8px 12px;transition:all .15s}.Checkout-module__2l0Efq__scrollList{margin-bottom:10px}.Checkout-module__2l0Efq__voucherItem{cursor:pointer;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 0;transition:all .15s;display:flex}.Checkout-module__2l0Efq__voucherItem:last-child{border-bottom:none}.Checkout-module__2l0Efq__voucherItem:hover{background:0 0}.Checkout-module__2l0Efq__voucherLeft{flex-direction:column;flex:1;gap:4px;display:flex}.Checkout-module__2l0Efq__voucherCode{color:#000;font-size:14px;font-weight:700}.Checkout-module__2l0Efq__voucherRight{color:red;flex-shrink:0;margin-left:16px;font-size:14px;font-weight:700}.Checkout-module__2l0Efq__voucherMeta{color:#666;font-size:12px;font-weight:400}.Checkout-module__2l0Efq__toast{color:#fff;z-index:999;border-radius:8px;padding:14px 20px;font-size:14px;animation:.3s ease-out Checkout-module__2l0Efq__fadeIn;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Checkout-module__2l0Efq__toast.Checkout-module__2l0Efq__success{background:#28a745}.Checkout-module__2l0Efq__toast.Checkout-module__2l0Efq__error{background:#dc3545}.Checkout-module__2l0Efq__toast.Checkout-module__2l0Efq__warning{color:#000;background:#ffc107}.Checkout-module__2l0Efq__toast.Checkout-module__2l0Efq__info{background:#17a2b8}@keyframes Checkout-module__2l0Efq__fadeIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:480px){.Checkout-module__2l0Efq__productLeft{flex-direction:column;align-items:flex-start;gap:10px}.Checkout-module__2l0Efq__productRight{justify-content:space-between;gap:0;min-width:100px}}@media (min-width:768px){.Checkout-module__2l0Efq__productHeaderRow{display:flex}.Checkout-module__2l0Efq__productRight{justify-content:space-between;gap:0;min-width:280px}.Checkout-module__2l0Efq__price,.Checkout-module__2l0Efq__qty{text-align:right;min-width:80px;display:block}.Checkout-module__2l0Efq__lineTotal{text-align:right;min-width:80px}}
