.search-panel{position:fixed;z-index:40;inset:0 0 auto;background:var(--paper);box-shadow:0 15px 45px #0002;transform:translateY(-105%);transition:.35s;max-height:85vh;overflow:auto}.search-panel.open{transform:none}.search-head{height:90px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(24px,calc((100% - 1180px)/2));gap:20px}.search-head label{display:flex;align-items:center;gap:16px;flex:1}.search-head label>span{font-size:26px}.search-head input{width:100%;border:0;background:none;outline:0;font:500 clamp(20px,3vw,34px) Manrope}.search-head button,.mobile-close{border:0;background:none;font-size:29px;cursor:pointer}.search-body{width:min(900px,calc(100% - 48px));margin:30px auto 45px}.search-results{display:grid;grid-template-columns:1fr 1fr;gap:10px}.search-result{border:1px solid var(--line);background:#fff;padding:10px;display:grid;grid-template-columns:65px 1fr auto;align-items:center;gap:13px;text-align:left;cursor:pointer}.search-result img{width:65px;height:72px;object-fit:cover}.search-result span{display:flex;flex-direction:column;gap:4px}.search-result small{color:#777}.search-result strong{font-size:11px}.search-empty{color:#777;font-size:13px}.mobile-panel{position:fixed;z-index:50;inset:0;background:var(--cream);padding:28px;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column}.mobile-panel.open{transform:none}.mobile-panel>div{display:flex;justify-content:space-between}.mobile-panel nav{display:flex;flex-direction:column;margin:auto 0}.mobile-panel nav a,.mobile-panel nav button{border:0;border-bottom:1px solid var(--line);background:none;color:var(--ink);text-decoration:none;padding:20px 0;font:600 25px Manrope;text-align:left;display:flex;justify-content:space-between}.mobile-panel>small{color:#777}.checkout-dialog{max-width:1050px!important;width:calc(100% - 30px);max-height:96vh;background:#fff}.checkout-shell{display:grid;grid-template-columns:1.15fr .85fr;min-height:740px}.checkout-form-side{padding:35px 55px;overflow:auto;max-height:96vh}.checkout-steps{display:flex;align-items:center;gap:10px;margin:28px 0;color:#999;font-size:10px}.checkout-steps .active{color:var(--ink);font-weight:600}.checkout-steps i{width:25px;border-top:1px solid #ccc}.checkout-section{border-top:1px solid var(--line);padding:20px 0 4px;display:flex;flex-direction:column;gap:12px}.checkout-section h2{font:600 16px Manrope;margin:0}.checkout-title{display:flex;justify-content:space-between;align-items:center}.checkout-title button{border:0;background:none;text-decoration:underline;font-size:10px;cursor:pointer}.checkout-section label{font-size:10px;color:#666;display:flex;flex-direction:column;gap:6px}.checkout-section input:not([type=checkbox]):not([type=radio]),.checkout-section select{height:42px;border:1px solid var(--line);padding:0 11px;background:#fff;outline:0}.checkout-section input:focus,.checkout-section select:focus{border-color:var(--ink)}.two-fields,.three-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.three-fields{grid-template-columns:1.3fr 1fr .8fr}.shipping-option{border:1px solid var(--line);padding:13px!important;display:grid!important;grid-template-columns:18px 1fr auto;align-items:center}.shipping-option>span{display:flex;flex-direction:column}.shipping-option small{margin-top:3px}.shipping-option strong{color:var(--ink);font-size:11px}.secure-note{font-size:10px;color:#777;margin:0}.demo-payment{border:1px solid var(--line);padding:14px;display:flex;flex-direction:column;gap:10px}.demo-payment>div{display:flex;justify-content:space-between;font-size:10px}.demo-payment>small{color:#9a6b35}.place-order{width:100%;justify-content:space-between;margin-top:18px}.checkout-summary{background:#f2efe9;border-left:1px solid var(--line);padding:70px 38px}.checkout-summary h3{font:600 17px Manrope;margin:0 0 23px}.checkout-item{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:12px;margin-bottom:13px}.checkout-item>div{position:relative}.checkout-item img{width:55px;height:60px;object-fit:cover;border-radius:4px}.checkout-item i{position:absolute;right:-6px;top:-6px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#666;color:#fff;font-size:9px}.checkout-item>span{display:flex;flex-direction:column;font-size:11px}.checkout-item small{color:#777;margin-top:3px}.checkout-item>strong{font-size:10px}.summary-lines{border-top:1px solid var(--line);margin-top:20px;padding-top:13px}.summary-lines p{display:flex;justify-content:space-between;font-size:11px}.summary-lines b{font-weight:500}.discount-line b{color:#56804f}.summary-total{border-top:1px solid var(--line);padding-top:15px;font-size:15px!important}.summary-total small{font-size:8px;color:#888}.summary-total b{font-size:18px}.cart-quantity{display:inline-grid;grid-template-columns:24px 26px 24px;border:1px solid var(--line);margin:5px 0}.cart-quantity button{font-size:14px!important;text-decoration:none!important}.cart-quantity span{display:grid;place-items:center;font-size:10px}.promo-box{margin-top:25px;border-top:1px solid var(--line);padding-top:18px}.promo-box label{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.promo-box>div{display:flex;margin-top:8px}.promo-box input{height:38px;border:1px solid var(--line);padding:0 10px;flex:1}.promo-box button{height:38px;border:0;background:var(--ink);color:#fff;padding:0 15px;font-size:10px}.promo-box small{color:#56804f}.checkout:disabled{opacity:.4;cursor:not-allowed}.success-dialog{max-width:540px!important;text-align:center;padding:55px!important}.success-mark{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:#e1ebde;color:#4e7642;font-size:28px;margin:0 auto 22px}.success-dialog h2{font:600 31px Manrope}.success-dialog>p:not(.eyebrow){font-size:13px;line-height:1.7;color:#666}.success-actions{display:flex;justify-content:center;gap:18px;align-items:center;margin-top:25px}.account-order-head,.account-order{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:12px 0;font-size:11px}.account-order>span{display:flex;flex-direction:column}.account-order small{color:#888;margin-top:3px}.account-order i{font-style:normal;color:#56804f;font-size:9px}.no-orders{font-size:11px;color:#888;padding:20px 0}
@media(max-width:760px){.search-results{grid-template-columns:1fr}.checkout-dialog{width:100%;max-height:100vh;height:100vh}.checkout-shell{grid-template-columns:1fr}.checkout-form-side{padding:30px 20px;max-height:none}.checkout-summary{order:-1;padding:60px 20px 25px;border-left:0}.checkout-summary h3{display:none}.checkout-item{display:none}.summary-lines{margin:0}.checkout-steps{overflow:auto}.three-fields{grid-template-columns:1fr 1fr}.three-fields label:first-child{grid-column:1/-1}}@media(max-width:480px){.two-fields,.three-fields{grid-template-columns:1fr}.three-fields label:first-child{grid-column:auto}.success-dialog{padding:40px 20px!important}.success-actions{flex-direction:column}.search-head{padding:0 18px}}
