.purchase-tools{padding:10px 12px 13px;border-top:1px solid #edf2ef;display:grid;grid-template-columns:42px 1fr auto;gap:8px;align-items:center;background:#fff}.favorite-btn,.add-order-btn{border:1px solid #dce7e1;background:#fff;color:#0b8658;border-radius:11px;height:40px;cursor:pointer;font:inherit}.favorite-btn{font-size:23px;line-height:1}.favorite-btn.is-favorite{color:#e34056;background:#fff3f5;border-color:#ffcbd2}.carton-picker{display:flex;align-items:center;gap:6px;color:#64736c;font-size:11px}.carton-picker input{width:58px;height:40px;border:1px solid #dce7e1;border-radius:10px;text-align:center;font:inherit}.add-order-btn{padding:0 13px;background:#0b8b5d;color:#fff;border-color:#0b8b5d;font-weight:800}.add-order-btn.added{background:#1e5f49}.order-toast{position:fixed;z-index:1000;bottom:24px;right:24px;background:#173d30;color:#fff;border-radius:13px;padding:12px 18px;box-shadow:0 10px 35px #0003;opacity:0;transform:translateY(12px);transition:.2s;pointer-events:none}.order-toast.show{opacity:1;transform:none}.order-page{max-width:1180px;margin:30px auto;padding:0 18px}.order-page-head{margin-bottom:20px}.order-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:20px}.order-box{background:#fff;border:1px solid #e2ebe6;border-radius:20px;padding:20px;box-shadow:0 8px 30px #174b3610}.order-empty{text-align:center;padding:55px 15px}.order-empty a{color:#087e54;font-weight:800}.order-row{display:grid;grid-template-columns:72px minmax(130px,1fr) 120px 130px 38px;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #edf2ef}.order-row img{width:72px;height:72px;object-fit:contain;border-radius:12px;background:#f5f8f6}.order-row h3{font-size:14px;margin:0 0 5px}.order-row small{color:#78847f}.order-qty{display:flex;align-items:center;border:1px solid #dce7e1;border-radius:11px;overflow:hidden}.order-qty button{border:0;background:#f2f7f4;width:34px;height:38px;cursor:pointer;font-size:18px}.order-qty input{width:48px;border:0;text-align:center;font:inherit}.order-price{font-weight:800;color:#087e54;font-size:13px}.remove-order{border:0;background:#fff1f2;color:#c72c42;width:36px;height:36px;border-radius:10px;cursor:pointer}.order-summary dl{margin:0}.order-summary dl div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #dce7e1}.order-summary .grand{font-size:18px;color:#087e54}.customer-form{display:grid;gap:12px;margin-top:20px}.customer-form label{font-size:12px;font-weight:700}.customer-form input,.customer-form textarea{display:block;width:100%;box-sizing:border-box;border:1px solid #dce7e1;border-radius:11px;padding:11px;margin-top:6px;font:inherit}.customer-form button{border:0;border-radius:12px;background:#078456;color:#fff;padding:13px;font:inherit;font-weight:900;cursor:pointer}.order-success{background:#e9f8f1;color:#086d49;padding:16px;border-radius:14px;margin-bottom:18px}.favorite-only{position:fixed;bottom:18px;left:18px;z-index:20;background:#fff;color:#d73550;border:1px solid #ffd1d8;border-radius:25px;padding:10px 15px;box-shadow:0 8px 25px #0002;cursor:pointer;font:inherit}.favorite-only.active{background:#d73550;color:#fff}@media(max-width:760px){.order-layout{grid-template-columns:1fr}.order-row{grid-template-columns:58px 1fr 105px}.order-row img{width:58px;height:58px}.order-price{grid-column:2}.remove-order{grid-column:3;grid-row:2}.purchase-tools{grid-template-columns:40px 1fr auto}.carton-picker span{display:none}.favorite-only{bottom:70px}}
.product-colors-row{display:flex;gap:5px;align-items:center;padding:0 12px 8px}.product-colors-row span{width:13px;height:13px;border-radius:50%;border:1px solid #cad5d0;display:inline-block}.product-colors-row .multicolor{background:conic-gradient(#e95454,#e5c849,#4ab878,#588ee0,#bd5ad2,#e95454)}.product-colors-row .white{background:#fff}.product-colors-row .gray{background:#929796}.product-colors-row .mocha{background:#9b765e}
.order-color{display:block;margin-top:7px;border:1px solid #dce7e1;border-radius:8px;padding:5px 7px;font:inherit;font-size:11px;background:#fff;max-width:150px}
.order-color-ticks{border:0;padding:0;margin:7px 0 0;display:flex;gap:6px;align-items:center}.order-color-ticks legend{float:right;font-size:9px;color:#728078;margin-left:3px}.order-color-ticks label{position:relative;display:block;cursor:pointer}.order-color-ticks input{position:absolute;opacity:0;pointer-events:none}.order-color-ticks i{display:block;width:24px;height:24px;border-radius:50%;border:2px solid #d5dfda}.order-color-ticks .multicolor i{background:conic-gradient(#e95454,#e5c849,#4ab878,#588ee0,#bd5ad2,#e95454)}.order-color-ticks .white i{background:#fff}.order-color-ticks .gray i{background:#929796}.order-color-ticks .mocha i{background:#9b765e}.order-color-ticks span{display:none;position:absolute;inset:0;place-items:center;color:#087e54;font-weight:900;text-shadow:0 1px 2px #fff}.order-color-ticks input:checked~i{border-color:#078456;box-shadow:0 0 0 3px #dff3e9}.order-color-ticks input:checked~span{display:grid}
.add-order-btn{width:42px;padding:0!important;font-size:22px!important;line-height:1}
.favorite-btn{color:#9ca5a1!important;background:#fff!important;border-color:#dce3df!important}.favorite-btn.is-favorite{color:#e1374f!important;background:#fff1f3!important;border-color:#ffbdc7!important}
.customer-login-page{min-height:calc(100vh - 100px);display:grid;place-items:center;padding:30px}.customer-login-card{width:min(430px,100%);background:#fff;border:1px solid #dce7e1;border-radius:22px;padding:28px;box-shadow:0 18px 55px #163d2e18;text-align:center}.customer-login-card>img{width:70px;height:70px;border-radius:50%}.customer-login-card h1{margin:8px 0 0}.customer-login-card p{font-size:11px;color:#718078}.customer-login-card form{display:grid;gap:11px;text-align:right}.customer-login-card label{font-size:11px;font-weight:bold}.customer-login-card input{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #dce7e1;border-radius:10px;font:inherit}.customer-login-card button{border:0;border-radius:11px;padding:12px;background:#087e54;color:#fff;font:inherit;font-weight:bold}.customer-orders-list{display:grid;gap:8px;margin-top:15px}.customer-orders-list>a{display:grid;grid-template-columns:1.2fr 1fr .7fr 1fr .7fr;gap:10px;align-items:center;padding:12px;border:1px solid #e0e9e4;border-radius:12px;color:inherit;text-decoration:none}.customer-orders-list span,.customer-orders-list em{font-size:10px;color:#718078}.customer-orders-list em{font-style:normal;background:#edf6f2;padding:4px 7px;border-radius:8px;text-align:center}@media(max-width:700px){.customer-orders-list>a{grid-template-columns:1fr 1fr}.customer-orders-list>a b{text-align:left}}
.customer-login-notice{display:inline-block;margin-top:7px;color:#087e54;font-size:11px;font-weight:bold}
.customer-notification-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:center;margin:0 0 16px;padding:14px 16px;border:1px solid #d9e8e1;border-radius:16px;background:#fff;box-shadow:0 8px 25px #163d2e0c}.notification-bell{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#edf5f1;color:#718078;font-size:18px}.customer-notification-card h2{margin:0;font-size:14px}.customer-notification-card p{margin:3px 0;color:#607169;font-size:11px}.customer-notification-card small{color:#7c8a84;font-size:10px}.customer-notification-card small.error{color:#b72b3c}.customer-notification-card button{min-width:145px;height:40px;border:0;border-radius:11px;background:#087e54;color:#fff;font:800 11px inherit;cursor:pointer}.customer-notification-card button:disabled{opacity:.55}.customer-notification-card.is-enabled{border-color:#a9d9c5;background:#f5fbf8}.customer-notification-card.is-enabled .notification-bell{background:#dff4e9;color:#087e54}.customer-notification-card.is-enabled button{border:1px solid #cbded5;background:#fff;color:#436057}@media(max-width:650px){.customer-notification-card{grid-template-columns:42px 1fr;padding:12px}.customer-notification-card button{grid-column:1/-1;width:100%}.customer-notification-card p{line-height:1.8}}
.gross-price-notice{display:flex;align-items:center;gap:14px;margin:14px 0 10px;padding:15px 18px;border:1px solid #bfe5d2;border-radius:15px;background:linear-gradient(135deg,#e7f8f0,#f7fcf9);color:#155c43}.gross-price-notice strong{font-size:19px;white-space:nowrap;color:#087e54}.gross-price-notice span{font-size:12px;line-height:1.9}.order-list-head{display:grid;grid-template-columns:72px minmax(130px,1fr) 120px 130px 38px;gap:12px;align-items:center;padding:0 0 11px;border-bottom:2px solid #dbe9e2;color:#52665d;font-size:11px;font-weight:900}.order-list-head span:first-child{grid-column:1/3}.order-list-head span:nth-child(2){grid-column:3}.order-list-head span:nth-child(3){grid-column:4}.order-confirm-dialog{width:min(520px,calc(100% - 28px));box-sizing:border-box;border:0;border-radius:22px;padding:28px;color:#18352a;text-align:center;box-shadow:0 25px 80px #0c2e2255;font-family:inherit}.order-confirm-dialog::backdrop{background:#102a2199;backdrop-filter:blur(3px)}.order-confirm-dialog .dialog-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 10px;border-radius:50%;background:#e1f6eb;color:#078456;font-size:28px;font-weight:900}.order-confirm-dialog h2{margin:4px 0 10px}.order-confirm-dialog p{font-size:13px;line-height:2;color:#4b6057}.order-confirm-dialog>div:last-child{display:flex;gap:9px;margin-top:18px}.order-confirm-dialog button{flex:1;border:0;border-radius:11px;padding:12px;font:inherit;font-weight:900;cursor:pointer}.order-confirm-dialog #confirmGrossOrder{background:#078456;color:#fff}.order-confirm-dialog .dialog-cancel{background:#eef4f1;color:#3d554b}
@media(max-width:760px){.gross-price-notice{display:block;padding:13px}.gross-price-notice strong{display:block;font-size:16px;margin-bottom:5px;white-space:normal}.gross-price-notice span{font-size:11px}.order-list-head{grid-template-columns:minmax(0,1fr) 105px 105px;gap:7px}.order-list-head span:first-child{grid-column:1}.order-list-head span:nth-child(2){grid-column:2}.order-list-head span:nth-child(3){grid-column:3}.order-row{position:relative}.order-price{grid-column:3}.remove-order{position:absolute;left:0;top:8px}.order-confirm-dialog{padding:22px 18px}.order-confirm-dialog>div:last-child{flex-direction:column}}
