/* The cart shares WooCommerce's session and remains a native modal dialog. */
.ek-cart-drawer{
 --edc-space:28px;
 position:fixed;
 inset:0 0 0 auto;
 width:480px;
 max-width:100vw;
 height:100vh;
 height:100dvh;
 max-height:100vh;
 max-height:100dvh;
 margin:0;
 padding:0;
 border:0;
 border-left:1px solid #e0e6dc;
 border-radius:0;
 background:var(--cream,#faf9f6);
 color:var(--ink,#183c35);
 font-family:var(--font,Manrope,Arial,sans-serif);
 font-size:13px;
 line-height:1.65;
 overflow:hidden;
 box-shadow:-14px 0 70px #102f2720;
 overscroll-behavior:contain;
}
.ek-cart-drawer[open]{display:flex;flex-direction:column;animation:edc-enter .28s cubic-bezier(.2,.7,.2,1) both}
.ek-cart-drawer:not([open]){display:none}
.ek-cart-drawer::backdrop{background:#122c2659;backdrop-filter:blur(3px);animation:edc-backdrop .25s ease both}
body.edc-lock{overflow:hidden}
body.edc-lock .ep-mobile-buy{visibility:hidden;pointer-events:none;transition:none}
.ek-cart-drawer :is(a,button,input):focus-visible{outline:3px solid #b47c49;outline-offset:3px}
.ek-cart-drawer button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
.ek-cart-drawer button:disabled{cursor:default}
.ek-cart-drawer svg{flex-shrink:0}
.edc-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-shrink:0;padding:25px var(--edc-space) 22px;padding-top:max(25px,env(safe-area-inset-top));border-bottom:1px solid var(--line,#e5e7e0)}
.edc-eyebrow{display:block;margin:0 0 5px;color:#65745e;font-size:9px;font-weight:650;letter-spacing:.15em;line-height:1.5}
.edc-header h2{display:flex;align-items:center;gap:11px;margin:0;font-size:30px;line-height:1.16;font-weight:550;letter-spacing:-.045em}
.edc-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 7px;border:1px solid #dce6d4;border-radius:50px;background:#eaf0e3;color:#5c794b;font-size:12px;font-weight:650;line-height:1;letter-spacing:0}
.edc-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;padding:11px;border:1px solid #dfe6d7;border-radius:50%;background:#f0f3eb;color:#45643c;transition:background .18s,border-color .18s}
.edc-close svg{width:20px;height:20px}
.edc-close:hover{background:#e5eddc;border-color:#c9d8bd}
.edc-message{flex-shrink:0;margin:0;padding:11px var(--edc-space);background:#eaf1e3;color:#486e38;font-size:12px;line-height:1.6;font-weight:550;overflow-wrap:anywhere;border-bottom:1px solid #dce8d2}
.edc-message:empty{display:none}
.edc-message.is-error{background:#faf0e7;color:#8d4b2a;border-bottom-color:#edd9ca}
.edc-message a{text-decoration:underline;text-underline-offset:3px}
.edc-content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;overflow:hidden}
.edc-scroll{flex:1 1 auto;min-height:0;min-width:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7d2bf transparent;padding:22px var(--edc-space) 0;scroll-padding-block:12px}
.edc-delivery{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:8px;border:1px solid #e0e8d7;border-radius:8px;background:#edf3e7;color:#5e7b4d}
.edc-delivery>svg{width:22px;height:22px}
.edc-delivery>div{min-width:0}
.edc-delivery strong{display:block;font-size:12px;line-height:1.55;font-weight:650;color:#426738}
.edc-delivery p{margin:3px 0 0;font-size:11px;line-height:1.65;color:#65745e}
.edc-items{display:block;list-style:none;margin:0;padding:0}
.edc-item{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:start;gap:17px;padding:24px 0;border-bottom:1px solid #e2e7dd;margin:0}
.edc-item:last-child{border-bottom:0}
.edc-image{display:flex;align-items:center;justify-content:center;width:84px;aspect-ratio:1/1.15;padding:9px;border:1px solid #e6e9e0;border-radius:8px;background:#fff;overflow:hidden}
.edc-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;margin:0}
.edc-item-info{min-width:0}
.edc-item-name{display:block;font-size:14px;line-height:1.55;font-weight:600;letter-spacing:-.01em;overflow-wrap:anywhere;color:#294b40;text-decoration:none}
.edc-item-name:hover{color:#71925c}
.edc-item-meta{font-size:10px;line-height:1.6;color:#65745e;overflow-wrap:anywhere;margin:5px 0}
.edc-item-meta:empty{display:none}
.edc-item-meta :is(p,dl,dd,dt){margin:0}
.edc-item-meta dl{display:flex;flex-wrap:wrap;gap:2px 6px}
.edc-item-price{font-size:13px;line-height:1.5;font-weight:550;color:#6b7c5e;margin-top:7px}
.edc-item-price del{font-size:11px;opacity:.7;margin-right:5px}
.edc-item-price ins{background:none;text-decoration:none}
.edc-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}
.edc-quantity{display:inline-flex;align-items:center;flex:0 0 auto;border:1px solid #dce3d3;border-radius:6px;height:46px;background:#fff;overflow:visible}
.edc-quantity button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;min-width:44px;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:5px;background:transparent;color:#647f52;font-size:20px;font-weight:400;line-height:1;box-shadow:none;transition:background .18s,color .18s}
.edc-quantity button svg{width:16px;height:16px}
.edc-quantity button:hover:not(:disabled){background:#edf3e6;color:var(--green)}
.edc-quantity button:disabled{color:#a5b09d;opacity:.5}
.edc-quantity input{display:block;flex:0 0 37px;width:37px;min-width:0;height:44px;border:0;border-radius:0;background:transparent;color:var(--ink);margin:0;padding:0 2px;font-family:inherit;font-size:13px;font-weight:650;line-height:1;text-align:center;appearance:textfield;-moz-appearance:textfield;box-shadow:none}
.edc-quantity input::-webkit-outer-spin-button,.edc-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.edc-quantity :is(button,input):focus-visible{outline-offset:-3px}
.edc-remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;padding:12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#8b9780;transition:background .18s,color .18s,border-color .18s}
.edc-remove svg{width:18px;height:18px}
.edc-remove:hover{background:#f3eae0;border-color:#ecded0;color:#9a6845}
.edc-line-total{display:block;margin:9px 0 0;color:#375733;font-size:13px;line-height:1.5;font-weight:650;text-align:right;overflow-wrap:anywhere}
.edc-line-total .woocommerce-Price-currencySymbol{font-size:11px;font-weight:500}
.edc-summary{flex:0 0 auto;min-width:0;border-top:1px solid #dde5d4;background:#f1f4eb;padding:20px var(--edc-space) 14px;padding-bottom:max(14px,env(safe-area-inset-bottom));box-shadow:0 -8px 28px #385d2c04}
.edc-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin:0 0 8px;font-size:12px;line-height:1.6;color:#65745e}
.edc-summary-row>:last-child{flex-shrink:0;text-align:right;font-weight:550;color:#405e35}
.edc-summary-row.edc-discount{color:#6b844f}
.edc-summary-row.edc-total{font-size:15px;color:#284d3e;margin-top:12px;margin-bottom:4px;font-weight:600}
.edc-summary-row.edc-total>:last-child{font-size:24px;font-weight:650;line-height:1.3;letter-spacing:-.035em;color:#214736}
.edc-total .woocommerce-Price-currencySymbol{font-size:14px;font-weight:550;letter-spacing:0}
.edc-tax-note{font-size:11px;line-height:1.6;color:#65745e;margin:6px 0 15px;overflow-wrap:anywhere}
.edc-checkout,.edc-shop{display:flex;align-items:center;justify-content:center;gap:12px;min-height:51px;width:100%;padding:14px 18px;border:1px solid var(--green,#204d42);border-radius:6px;background:var(--green,#204d42);color:white;font-size:14px;font-weight:650;line-height:1.55;text-decoration:none;transition:background .18s,border-color .18s}
.edc-checkout svg,.edc-shop svg{width:18px;height:18px}
.edc-checkout>svg:last-child{margin-left:auto}
.edc-checkout:hover,.edc-shop:hover{background:#315f50;border-color:#315f50;color:#fff}
.edc-summary-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}
.edc-summary-links>a,.edc-continue{display:inline-flex;align-items:center;justify-content:center;min-height:44px;font-family:inherit;font-size:12px;font-weight:550;line-height:1.6;color:#65745e;text-decoration:underline;text-decoration-color:#c0cdb3;text-underline-offset:4px;background:transparent;border:0;border-radius:3px;padding:8px 0;margin:0}
.edc-summary-links>a:hover,.edc-continue:hover{color:#315b43;text-decoration-color:#70885e}
.edc-empty{display:flex;min-height:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px 8px 45px}
.edc-empty-icon{display:flex;align-items:center;justify-content:center;width:84px;height:84px;border:1px solid #dce6d3;border-radius:50%;background:#edf3e7;color:#7c9767;margin-bottom:26px}
.edc-empty-icon svg{width:32px;height:32px}
.edc-empty h3{font-size:23px;line-height:1.25;font-weight:550;letter-spacing:-.035em;margin:0 0 13px;color:var(--ink)}
.edc-empty p{max-width:275px;font-size:12px;line-height:1.9;color:#65745e;margin:0 0 27px}
.edc-empty .edc-shop{max-width:290px}
.edc-empty .edc-continue{margin-top:10px}
.edc-content[aria-busy="true"] :is(.edc-quantity,.edc-remove,.edc-checkout){opacity:.48;cursor:wait}
.edc-content[aria-busy="true"]{cursor:progress}
@keyframes edc-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@keyframes edc-backdrop{from{background:#122c2600;backdrop-filter:blur(0)}to{background:#122c2659;backdrop-filter:blur(3px)}}
@media(max-width:540px){
 .ek-cart-drawer{--edc-space:22px;width:100%;max-width:100%;border-left:0;box-shadow:none}
 .edc-header{padding-top:max(20px,env(safe-area-inset-top));padding-bottom:18px}
 .edc-header h2{font-size:28px}
 .edc-eyebrow{font-size:8px}
 .edc-scroll{padding-top:18px}
 .edc-item{grid-template-columns:77px minmax(0,1fr);gap:14px;padding-block:21px}
 .edc-image{width:77px;padding:7px}
 .edc-summary{padding-top:17px}
 .edc-summary-row.edc-total>:last-child{font-size:23px}
 .edc-summary-links>a,.edc-continue{font-size:12px}
}
@media(max-width:360px){
 .ek-cart-drawer{--edc-space:17px}
 .edc-header{gap:15px;padding-block:17px}
 .edc-header h2{font-size:26px}
 .edc-scroll{padding-top:15px}
 .edc-delivery{padding:12px;gap:9px}
 .edc-delivery strong{font-size:12px}
 .edc-delivery p{font-size:11px}
 .edc-item{grid-template-columns:66px minmax(0,1fr);gap:12px;padding-block:18px}
 .edc-image{width:66px;padding:6px}
 .edc-item-name{font-size:13px}
 .edc-item-bottom{gap:5px}
 .edc-quantity input{width:33px;flex-basis:33px}
 .edc-summary{padding-top:15px}
 .edc-tax-note{font-size:10px;margin-bottom:12px}
 .edc-checkout{font-size:14px;padding-inline:14px}
 .edc-summary-links{gap:8px}
 .edc-summary-links>a,.edc-continue{font-size:11px}
}
@media(max-height:620px){
 .edc-header{padding-top:max(14px,env(safe-area-inset-top));padding-bottom:14px}
 .edc-header h2{font-size:25px}
 .edc-eyebrow{margin-bottom:3px}
 .edc-scroll{padding-top:14px}
 .edc-summary{padding-top:13px;padding-bottom:max(8px,env(safe-area-inset-bottom))}
 .edc-summary-row{margin-bottom:5px}
 .edc-summary-row.edc-total{margin-top:6px}
 .edc-tax-note{margin-block:4px 10px}
 .edc-summary-links{margin-top:2px}
}
@media(max-height:460px){
 .edc-content{overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
 .edc-scroll{flex:0 0 auto;overflow:visible}
 .edc-summary{flex:0 0 auto}
 .edc-empty{min-height:0;padding-block:20px 25px}
 .edc-empty-icon{width:62px;height:62px;margin-bottom:15px}
}
@media(prefers-reduced-motion:reduce){
 .ek-cart-drawer[open],.ek-cart-drawer::backdrop{animation:none}
 .ek-cart-drawer *{scroll-behavior:auto;transition:none!important}
}
