/* ELDA Minicart component CSS - extracted from snippets/frontend/minicart.php */
/* Source handle: elda-mc-css inline CSS */

:root{--emc-green:var(--elda-minicart-green);--emc-green-grad:linear-gradient(135deg,var(--elda-minicart-green) 0%,var(--elda-minicart-green-2) 100%);--emc-green-light:var(--elda-minicart-green-light);--emc-bg:var(--elda-color-surface);--emc-border:var(--elda-color-border);--emc-gray:var(--elda-color-muted);--emc-red:#e11;}
.emc-upsell-price .wlr-product-message{display:none!important}
.emc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:opacity .2s;z-index:999997}
.emc-overlay.is-open{opacity:1;visibility:visible}
.emc-panel{position:fixed;top:0;right:0;width:min(420px,100%);height:100%;background:var(--emc-bg);box-shadow:-2px 0 10px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .25s;z-index:9999999998;display:flex;flex-direction:column}
.emc-panel.is-open{transform:translateX(0)}
.emc-inner{display:flex;flex-direction:column;height:100%}
.emc-header,.emc-footer{padding:0 8px 8px 8px;background:var(--emc-bg)}
.emc-header{border-bottom:1px solid var(--emc-border)}
.emc-footer{border-top:1px solid var(--emc-border)}
.emc-body{flex:1;overflow-y:auto;padding:0 16px 16px}
.emc-header-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.emc-header-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.emc-title{font-size:18px;font-weight:600;white-space:nowrap}
.emc-close{border:0!important;background:0 0!important;cursor:pointer!important;padding:6px!important;font-size:22px!important;line-height:1!important;color:#333!important;display:flex!important;align-items:center!important;justify-content:center!important}
.emc-reward{margin-top:12px;padding:12px 14px;border-radius:var(--elda-radius-sm);background:#f5f9f4;font-size:13px}
.emc-reward.is-complete{background:#e8f5e9;border:1px solid var(--emc-green-light)}
.emc-reward.is-complete .emc-reward-text{color:var(--emc-green);font-weight:600}
.emc-reward strong,
.emc-reward span{color:var(--emc-green)}
.emc-bar{position:relative;height:8px;border-radius:var(--elda-radius-pill);overflow:hidden;background:#e3e7e2;margin-top:8px}
.emc-bar-fill{position:absolute;inset:0;width:0;background:var(--emc-green-light);transition:width .4s cubic-bezier(.4,0,.2,1)}
.emc-milestones{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:#6b6b6b}
.emc-milestone.is-unlocked{color:var(--emc-green);font-weight:600}
.emc-items{margin-top:18px}
.emc-item{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #f1f1f1;font-size:13px;transition:opacity .2s,transform .2s}
.emc-item.is-removing{opacity:.35;transform:scale(.98);pointer-events:none}
.emc-thumb{flex:0 0 60px}
.emc-thumb img{width:60px;height:60px;object-fit:cover;border-radius:var(--elda-radius-xs)}
.emc-item-main{flex:1;display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:60px}
.emc-item-top{display:block;position:relative;padding-right:80px}
.emc-item-title a{font-weight:600;text-decoration:none;color:inherit;font-size:13px;line-height:1.3;display:block}
.emc-item-title a:hover{text-decoration:underline}
.emc-item-sku{font-size:11px;color:var(--emc-gray);margin-top:2px}


.emc-price-wrap{position:absolute;right:0;top:0;text-align:right}
.emc-item-price{font-weight:700;color:#222;font-size:14px}
.emc-item-price del{color:var(--emc-gray);font-weight:500;margin-right:6px;font-size:12px}
.emc-item-price ins{text-decoration:none}
.emc-item-unit{font-size:11px;color:var(--emc-gray);margin-top:2px}
.emc-item-unit del{color:var(--emc-gray);margin-right:4px}
.emc-item-unit ins{text-decoration:none;color:#444}
.emc-item-price.is-updating,
.emc-total.is-updating{opacity:.4;transition:opacity .15s}
.emc-item-bottom{display:flex;align-items:center;gap:10px;margin-top:8px}
.emc-qty.elda-qac-qty-only{width:68px;height:34px}
.emc-qty.elda-qac-qty-only::before{width:42px;font-size:.92rem}
.emc-qty.elda-qac-qty-only::after{right:12px}



.emc-wl-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border:1px solid var(--elda-color-border-strong)!important;border-radius:var(--elda-radius-xs)!important;background:transparent!important;cursor:pointer!important;transition:all .2s!important;flex-shrink:0!important;padding:0!important;margin:0!important;box-shadow:none!important;position:relative!important}
.emc-wl-btn svg{display:block!important;width:16px!important;height:16px!important;stroke:var(--elda-primary)!important;stroke-width:2!important;fill:none!important;transition:all .2s!important;visibility:visible!important;opacity:1!important}
.emc-wl-btn:hover{border-color:var(--elda-primary)!important;background:#f5f9f4!important}
.emc-wl-btn:hover svg{transform:scale(1.1)}
.emc-wl-btn.is-added svg{fill:var(--elda-primary)!important;stroke:var(--elda-primary)!important}
.emc-wl-btn.is-loading{pointer-events:none!important;opacity:.5!important}
.emc-wl-btn.is-guest{cursor:pointer!important}
.emc-wl-btn.emc-wl-shake{animation:emc-wl-shake .5s}
.emc-wl-btn.emc-wl-shake svg{stroke:#d32f2f!important;fill:none!important}
.emc-wl-btn.show-login-hint::before{content:"Potrebna prijava";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:7px;background:#333;color:#fff;padding:4px 8px;font-size:10px;font-weight:600;border-radius:var(--elda-radius-xs);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;z-index:100}
.emc-wl-btn.show-login-hint::after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-4px;margin-bottom:3px;border-width:4px;border-style:solid;border-color:#333 transparent transparent transparent;opacity:0;transition:opacity .2s;z-index:100}
.emc-wl-btn.show-login-hint::before,
.emc-wl-btn.show-login-hint::after{opacity:1}
@keyframes emc-wl-shake{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-3px)}40%,60%{transform:translateX(3px)}}
.emc-remove{position:absolute!important;bottom:-5px!important;right:0!important;background:transparent!important;border:0!important;padding:6px!important;margin:0!important;color:#999!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .2s,transform .2s;z-index:2}
.emc-remove svg{width:18px;height:18px;stroke-width:1.5}
.emc-remove:hover{color:var(--emc-red)!important;transform:scale(1.1)}
.emc-upsells{margin-top:18px;border-top:1px solid var(--emc-border);padding-top:8px}
.emc-upsells-title{font-weight:600;font-size:13px;text-align:left;margin-bottom:6px}
.emc-upsells-list{display:flex;flex-direction:column;gap:6px}
.emc-upsell{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--elda-radius-xs);border:1px solid var(--emc-border);background:var(--emc-bg);font-size:12px}
.emc-upsell-thumb{flex:0 0 42px}
.emc-upsell-thumb img{width:42px;height:42px;object-fit:cover;border-radius:var(--elda-radius-xs)}
.emc-upsell-main{flex:1;min-width:0}
.emc-upsell-name{padding-right:40px}
.emc-upsell-name a{color:inherit;text-decoration:none}
.emc-upsell-name a:hover{text-decoration:underline}
.emc-upsell-bottom{display:flex;align-items:center;justify-content:space-between}
.emc-upsell-price{font-weight:600;white-space:nowrap;font-size:16px}
.emc-upsell-add{width:32px!important;height:32px!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;cursor:pointer!important;padding:0!important;margin:0!important;background:var(--color-gradient-button)!important;color:#fff!important;font-size:0!important;line-height:1!important;transition:transform .15s ease,opacity .15s ease!important;box-shadow:none!important}
.emc-upsell-add svg{width:18px!important;height:18px!important;color:#fff!important}
.emc-upsell-add:hover:not(.is-busy){transform:scale(1.08)!important}
.emc-upsell-add.is-busy{opacity:.45!important;cursor:not-allowed!important;transform:scale(.92)!important;pointer-events:none!important}
.emc-upsell-add.is-busy svg{opacity:.7!important}
.emc-upsells-extra{margin-top:4px;display:none;flex-direction:column;gap:6px}
.emc-upsells-extra.is-open{display:flex}
.emc-upsells-toggle{all:unset!important;display:inline-block!important;margin-top:8px!important;font-size:11px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:var(--emc-green)!important;background:transparent!important;border:none!important;padding:0!important;text-decoration:underline!important;cursor:pointer!important;box-shadow:none!important}
.emc-coupon{margin-top:12px;border-radius:var(--elda-radius-xs);border:1px solid var(--emc-border);font-size:12px}
.emc-coupon-head{padding:6px 10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.emc-coupon-title{font-size:12px;font-weight:500}
.emc-coupon-body{padding:6px 10px 8px;display:none}
.emc-coupon-body.is-open{display:block}
.emc-coupon-row{display:flex;gap:6px}
.emc-coupon-row input{flex:1;padding:4px 6px;border-radius:var(--elda-radius-xs);border:1px solid #ccc;font-size:11px}
.emc-coupon-row button{padding:4px 8px;font-size:11px;border-radius:var(--elda-radius-xs);border:0;background:#333;color:#fff;cursor:pointer}


.emc-coupons-applied{margin-top:4px;font-size:11px}
.emc-coupons-applied button{border:0;background:0 0;color:#b71c1c;cursor:pointer;text-decoration:underline;font-size:11px}
.emc-summary{font-size:14px;display:flex;flex-direction:column;align-items:stretch;gap:4px}
.emc-summary .elda-mc-row--b2g1{order:1;display:flex;align-items:center;justify-content:space-between;font-size:13px;margin:0 0 2px}
.emc-savings{order:1;margin:0 0 4px;text-align:right;font-size:13px;font-weight:800;color:var(--emc-green)}
.emc-summary .emc-summary-note{order:2;font-size:12px;color:var(--elda-color-muted);text-align:center;margin-bottom:8px}
.emc-summary .emc-checkout{order:3}
.emc-summary .emc-view-cart{order:4}
.emc-summary .emc-min-warning{order:5}
.emc-summary .elda-mc-row--b2g1 .elda-mc-row-label{color:var(--elda-minicart-green);font-weight:500}
.emc-summary .elda-mc-row--b2g1 .elda-mc-row-value{color:var(--elda-minicart-green);font-weight:700}
.emc-checkout{display:flex!important;align-items:center!important;justify-content:space-between!important;background:var(--emc-green-grad)!important;color:#fff!important;border-radius:var(--elda-radius-md)!important;padding:16px 20px!important;cursor:pointer!important;text-decoration:none!important;font-size:17px!important;font-weight:800!important;letter-spacing:.02em!important;line-height:1.3!important;box-shadow:0 4px 15px rgba(46,125,50,0.3)!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;--elda-price-color:#fff!important;--elda-price-sale:#fff!important;--elda-price-old:#fff!important}
.emc-checkout span:last-child{font-weight:600!important;color:#fff!important;opacity:0.95}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .emc-panel .emc-summary .emc-checkout .emc-total,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .emc-panel .emc-summary .emc-checkout .emc-total .amount,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .emc-panel .emc-summary .emc-checkout .emc-total .woocommerce-Price-amount,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .emc-panel .emc-summary .emc-checkout .emc-total .woocommerce-Price-currencySymbol,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .emc-panel .emc-summary .emc-checkout .emc-total bdi{color:#fff!important;opacity:1!important;text-shadow:none!important;filter:none!important}
.emc-checkout:hover:not(.is-disabled){transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(46,125,50,0.45)!important;filter:brightness(1.05)!important}
.emc-checkout.is-disabled{background:#9e9e9e!important;opacity:.7!important;cursor:not-allowed!important;box-shadow:none!important}
.emc-checkout.is-disabled:hover{transform:none!important;filter:none!important}
.emc-checkout:active:not(.is-disabled){transform:translateY(0)!important;box-shadow:0 2px 8px rgba(46,125,50,0.3)!important;filter:brightness(0.95)!important}
.emc-view-cart{display:block;text-align:center;margin-top:8px;font-size:12px;color:var(--elda-color-muted);text-decoration:none;transition:color .2s}
.emc-view-cart:hover{color:var(--emc-green);text-decoration:underline}
.emc-min-warning{margin-top:8px;padding:10px 12px;border-radius:var(--elda-radius-xs);background:var(--elda-color-surface)3cd;border:1px solid #ffc107;font-size:12px;color:#856404;display:none;animation:emc-shake .4s}
.emc-min-warning.is-visible{display:block}
@keyframes emc-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}
.emc-empty{text-align:center;padding:40px 16px;font-size:14px}
.emc-empty-title{font-size:18px;font-weight:600}
.emc-empty-text{margin-top:8px;margin-bottom:16px}
.emc-empty-btn{display:inline-block;padding:8px 16px;border-radius:var(--elda-radius-xs);background:var(--emc-green);color:#fff;text-decoration:none;font-size:14px}
:root{--fzh-accent:var(--elda-primary);--fzh-accent-weak:var(--elda-primary-soft);--fzh-txt:#1e1f23;--fzh-border:#e7e7e7;--fzh-overlay:rgba(0,0,0,.38)}
#fzh-modal{display:none}
#fzh-modal.open{display:block}
.fzh-overlay{position:fixed;inset:0;background:var(--fzh-overlay);backdrop-filter:blur(6px);z-index:9999998;animation:fzhFade .2s}
.fzh-dialog{position:fixed;z-index:9999999;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--elda-color-surface);width:min(560px,92vw);border-radius:var(--elda-radius-lg);box-shadow:0 18px 60px rgba(0,0,0,.28);padding:22px;border:1px solid var(--fzh-border);animation:fzhSlide .3s}
@keyframes fzhFade{from{opacity:0}to{opacity:1}}
@keyframes fzhSlide{from{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}
.fzh-close{position:absolute!important;top:8px!important;right:10px!important;background:0 0!important;border:0!important;font-size:22px!important;cursor:pointer!important;line-height:1!important;padding:4px 8px!important;color:var(--elda-color-muted)!important;transition:color .2s!important}
.fzh-close:hover{color:#000!important}
.fzh-title{margin:0 0 6px;font-size:1.25rem;font-weight:700;color:var(--fzh-txt)}
.fzh-desc{margin:0 0 16px;color:var(--elda-color-muted)}
.fzh-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.fzh-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:var(--elda-radius-md);border:1px solid var(--fzh-border);background:var(--elda-color-soft);text-decoration:none;font-weight:800;color:var(--fzh-txt);transition:transform .12s,box-shadow .12s,border-color .12s;cursor:pointer}
.fzh-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.08);border-color:var(--fzh-accent)}
.fzh-btn svg{width:28px;height:28px;display:block}
.fzh-wa svg{fill:#25D366}
.fzh-viber svg{fill:#7360F2}
.fzh-mail svg{fill:none;stroke:#4a5568}
.fzh-copy{grid-column:span 4;flex-direction:row;gap:10px;justify-content:center;background:var(--fzh-accent-weak);border-color:rgba(123,191,40,.35)}
.fzh-copy:hover{box-shadow:0 6px 24px rgba(123,191,40,.25)}
.fzh-copy svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.fzh-toast{position:fixed;left:50%;transform:translateX(-50%) translateY(20px);bottom:20px;background:rgba(0,0,0,.86);color:#fff;padding:10px 14px;border-radius:var(--elda-radius-sm);font-size:13px;opacity:0;transition:all .25s;z-index:9999999;pointer-events:none}
.fzh-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.emc-actions{display:inline-flex;align-items:center;gap:10px;font-weight:600;white-space:nowrap;font-size:12px}
.emc-sep{opacity:.5}
.emc-empty-link{display:inline-flex;align-items:center;color:#b6bcc4;text-decoration:none;transition:color .2s}
.emc-empty-link svg{width:22px;height:22px}
.emc-empty-link:hover{color:var(--emc-red)}
.emc-share-link{display:inline-flex;align-items:center;color:#222;text-decoration:none;transition:color .2s}
.emc-share-link svg{width:20px;height:20px;margin-right:6px}
.emc-share-link:hover{text-decoration:underline}
/* Minicart header polish v3.1.21 */
.emc-header{padding:14px 14px 12px!important;border-bottom:1px solid #eef0ec;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.emc-header-top{display:grid!important;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:10px}
.emc-header-main{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}
.emc-title{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#242424;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.emc-actions{margin-left:auto;display:inline-flex!important;align-items:center;gap:8px;background:#f6f8f4;border:1px solid #e7eee3;border-radius:var(--elda-radius-pill);padding:4px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75);font-size:0}
.emc-sep{display:none}
.emc-empty-link,
.emc-share-link{height:34px;min-width:34px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:var(--elda-radius-pill);background:var(--elda-color-surface);border:1px solid transparent;text-decoration:none!important;transition:background .18s,border-color .18s,color .18s,transform .18s}
.emc-empty-link{padding:0 10px;color:#9da5ad!important}
.emc-empty-link::after{content:"Isprazni";font-size:12px;font-weight:700;line-height:1;margin-left:6px;color:inherit}
.emc-share-link{padding:0 12px 0 10px;font-size:12px;font-weight:800;color:#2d2f31!important}
.emc-empty-link svg{width:18px;height:18px;flex:0 0 auto}
.emc-share-link svg{width:18px;height:18px;margin-right:6px;flex:0 0 auto}
.emc-empty-link:hover{background:var(--elda-color-surface)4f4;border-color:#ffd5d5;color:#d32f2f!important;transform:translateY(-1px)}
.emc-share-link:hover{background:#eef8e8;border-color:#cfe8c7;color:var(--emc-green)!important;text-decoration:none!important;transform:translateY(-1px)}
.emc-close{width:40px!important;height:40px!important;border-radius:var(--elda-radius-pill)!important;background:#f6f7f5!important;color:#262626!important;font-size:26px!important;font-weight:300!important;line-height:1!important;padding:0!important;transition:background .18s,color .18s,transform .18s!important}
.emc-close:hover{background:#eef8e8!important;color:var(--emc-green)!important;transform:rotate(90deg)}
.emc-reward{margin-top:14px;padding:16px 18px;border-radius:var(--elda-radius-md);background:#f5faf4;border:1px solid #edf3eb}
.emc-reward-text{font-size:18px;line-height:1.35;color:#363b36}
.emc-reward .amount{font-weight:800;color:var(--emc-green)}
.emc-bar{height:10px;margin-top:13px;background:#e4ebe2}
.emc-milestones{margin-top:11px;font-size:13px;line-height:1.35;gap:12px;flex-wrap:wrap}
@media(max-width:520px){
.emc-header{padding:12px!important}
.emc-header-top{grid-template-columns:minmax(0,1fr) 38px;gap:8px}
.emc-header-main{flex-wrap:wrap;gap:8px!important}
.emc-title{font-size:20px;flex:1 1 auto}
.emc-actions{order:2;width:100%;margin-left:0;justify-content:space-between;border-radius:var(--elda-radius-md);padding:5px}
.emc-empty-link,
.emc-share-link{flex:1;height:36px}
.emc-close{width:38px!important;height:38px!important;font-size:24px!important}
.emc-reward{margin-top:12px;padding:14px 14px;border-radius:var(--elda-radius-md)}
.emc-reward-text{font-size:16px}
.emc-milestones{font-size:12px}
}
@media(max-width:360px){
.emc-title{font-size:19px}
.emc-empty-link::after{content:""}
.emc-empty-link{flex:0 0 42px;padding:0}
.emc-share-link{flex:1}
}
#emc-atc-root{position:fixed;inset:0;z-index:999999;pointer-events:none;opacity:0;transition:opacity .2s}
#emc-atc-root.is-open{pointer-events:auto;opacity:1}
.emc-atc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4)}
.emc-atc-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,94vw);max-height:92vh;overflow:hidden;background:var(--elda-color-surface);border-radius:var(--elda-radius-lg);box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column}
.emc-atc-modal-scroll{overflow-y:auto;max-height:92vh}
.emc-atc-header{background:var(--elda-minicart-green-light);color:#fff;padding:18px 50px 18px 20px;border-radius:16px 16px 0 0;position:relative}
.emc-atc-close{position:absolute!important;top:12px!important;right:16px!important;background:rgba(255,255,255,.2)!important;border:0!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;border-radius:50%!important;font-size:20px!important;cursor:pointer!important;line-height:1!important;padding:0!important;margin:0!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background .2s!important;box-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;font-weight:400!important}
.emc-atc-close:hover{background:rgba(255,255,255,.3)!important;transform:none!important}
.emc-atc-header-content{display:flex;align-items:center;gap:12px}
.emc-atc-icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--elda-color-surface);display:flex;align-items:center;justify-content:center;color:var(--elda-minicart-green-light);font-size:24px;font-weight:700}
.emc-atc-title{font-size:19px;font-weight:700;line-height:1.3}
.emc-atc-note{font-size:13px;margin-top:4px;opacity:.92}
.emc-atc-body{padding:20px;background:var(--elda-color-surface);border-radius:0 0 16px 16px}
.emc-atc-product{display:flex;gap:14px;padding:16px;background:var(--elda-color-surface);border:1px solid var(--elda-color-border);border-radius:var(--elda-radius-sm);margin-bottom:16px}
.emc-atc-thumb{flex:0 0 90px}
.emc-atc-thumb img{width:90px;height:90px;border-radius:var(--elda-radius-sm);object-fit:cover}
.emc-atc-main{flex:1;display:flex;flex-direction:column;justify-content:center}
.emc-atc-name{font-size:15px;font-weight:600;margin-bottom:6px;line-height:1.4;color:#1a1a1a}
.emc-atc-meta{font-size:13px;color:var(--elda-color-muted);margin-bottom:8px}
.emc-atc-price{font-size:20px;font-weight:800;color:var(--elda-minicart-green-light);text-align:right}
.emc-atc-price del{color:#8a8a8a;font-weight:600;margin-right:8px}
.emc-atc-price ins{text-decoration:none;color:var(--elda-minicart-green-light)}
.emc-atc-savings{margin-top:6px;font-size:13px;font-weight:800;color:var(--emc-green);text-align:right}
.emc-atc-progress{margin-bottom:16px}
.emc-atc-progress-text{font-size:13px;color:#333;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.emc-atc-progress-text svg{width:16px;height:16px;flex-shrink:0}
.emc-atc-actions{display:flex;gap:10px;margin-bottom:0}
.emc-atc-btn-primary{flex:1!important;border-radius:var(--elda-radius-pill)!important;padding:14px 20px!important;background:var(--elda-minicart-green-light)!important;color:#fff!important;border:0!important;cursor:pointer!important;font-size:15px!important;font-weight:700!important;text-align:center!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;transition:background .2s!important;box-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.4!important;min-height:48px!important;width:auto!important}
.emc-atc-btn-primary:hover{background:#6ba850!important;transform:none!important;box-shadow:none!important}
.emc-atc-btn-primary svg{width:20px!important;height:20px!important;flex-shrink:0!important}
.emc-atc-btn-secondary{flex:1!important;border-radius:var(--elda-radius-pill)!important;padding:14px 20px!important;background:var(--elda-color-soft)!important;color:#333!important;border:0!important;cursor:pointer!important;font-size:14px!important;font-weight:600!important;text-align:center!important;text-decoration:none!important;transition:background .2s!important;box-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.4!important;min-height:48px!important;display:block!important;width:auto!important}
.emc-atc-btn-secondary:hover{background:var(--elda-color-border)!important;transform:none!important;box-shadow:none!important}

.emc-atc-skeleton{animation:pulse 1.5s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.emc-atc-skeleton-thumb{width:90px;height:90px;background:var(--elda-color-border-strong);border-radius:var(--elda-radius-sm)}
.emc-atc-skeleton-line{height:14px;background:var(--elda-color-border-strong);border-radius:var(--elda-radius-xs);margin-bottom:8px}
.emc-atc-skeleton-line.short{width:65%}
.emc-atc-skeleton-line.shorter{width:45%}
.emc-atc-skeleton-wrapper{height:235px;display:flex;flex-direction:row;gap:14px;padding:16px}
.emc-atc-skeleton-left{flex:0 0 90px;display:flex;align-items:flex-start}
.emc-atc-skeleton-right{flex:1;display:flex;flex-direction:column;justify-content:center;gap:10px}
.emc-atc-skeleton-line.big{height:22px;border-radius:var(--elda-radius-xs);background:var(--elda-color-border-strong)}
@media(max-width:640px){.fzh-grid{grid-template-columns:repeat(2,1fr)}.fzh-copy{grid-column:span 2}.emc-actions{gap:6px;font-size:.9em}.emc-share-link svg{width:18px;height:18px}.emc-atc-modal{width:96vw;border-radius:var(--elda-radius-md)}.emc-atc-header{padding:16px 45px 16px 16px;border-radius:12px 12px 0 0}.emc-atc-close{width:32px;height:32px;font-size:18px;top:10px;right:10px}.emc-atc-body{padding:16px;border-radius:0 0 12px 12px}.emc-atc-product{padding:12px;gap:12px}.emc-atc-thumb{flex:0 0 70px}.emc-atc-thumb img{width:70px;height:70px}.emc-atc-actions{flex-direction:column}.emc-atc-btn-primary,.emc-atc-btn-secondary{width:100%}}
/* Minicart mobile header compact v3.1.22 */
@media(max-width:640px){
.emc-header{padding:10px 12px 12px!important}
.emc-header-top{display:grid!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:8px!important;align-items:start!important}
.emc-header-main{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;min-width:0!important}
.emc-title{font-size:20px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.emc-close{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;font-size:24px!important;background:#f5f6f4!important}
.emc-actions{width:100%!important;margin:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;padding:4px!important;border-radius:var(--elda-radius-md)!important;background:#f7f9f5!important;border:1px solid #e5ece1!important}
.emc-empty-link,
.emc-share-link{height:34px!important;min-width:0!important;padding:0 8px!important;border-radius:var(--elda-radius-md)!important;background:var(--elda-color-surface)!important;font-size:12px!important;font-weight:800!important;line-height:1!important;justify-content:center!important;transform:none!important}
.emc-empty-link::after{content:"Isprazni"!important;font-size:12px!important;margin-left:6px!important}
.emc-empty-link svg,
.emc-share-link svg{width:17px!important;height:17px!important;margin-right:6px!important}
.emc-sep{display:none!important}
.emc-reward{margin-top:10px!important;padding:12px 13px!important;border-radius:var(--elda-radius-md)!important}
.emc-reward-text{font-size:15px!important;line-height:1.35!important}
.emc-reward .amount{font-size:17px!important;font-weight:800!important}
.emc-bar{height:8px!important;margin-top:10px!important}
.emc-milestones{margin-top:9px!important;font-size:11.5px!important;line-height:1.35!important;gap:8px!important}
.emc-body{padding:0 14px 14px!important}
}
@media(max-width:380px){
.emc-title{font-size:19px!important}
.emc-actions{grid-template-columns:42px 1fr!important}
.emc-empty-link{padding:0!important}
.emc-empty-link::after{content:""!important;margin-left:0!important}
.emc-share-link{font-size:12px!important}
.emc-reward-text{font-size:14.5px!important}
.emc-milestones{font-size:11px!important}
}
/* Minicart mobile header final compact v3.1.23 */
@media(max-width:640px){
.emc-actions{width:auto!important;max-width:max-content!important;margin:0!important;display:inline-grid!important;grid-template-columns:42px 42px!important;gap:6px!important;justify-content:start!important;padding:4px!important;border-radius:var(--elda-radius-lg)!important}
.emc-empty-link,
.emc-share-link{width:42px!important;height:38px!important;min-width:42px!important;max-width:42px!important;padding:0!important;font-size:0!important;border-radius:var(--elda-radius-md)!important}
.emc-empty-link::after,
.emc-share-link::after{content:""!important;display:none!important}
.emc-empty-link svg,
.emc-share-link svg{width:18px!important;height:18px!important;margin:0!important}
.emc-header-main{align-items:start!important}
.emc-reward-text{font-size:15px!important;line-height:1.35!important}
.emc-milestones{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:8px!important;font-size:11.5px!important}
.emc-milestone{white-space:nowrap!important}
.emc-milestone .amount,
.emc-milestones .amount{font-size:13px!important;font-weight:800!important}
}
@media(max-width:380px){
.emc-actions{grid-template-columns:40px 40px!important}
.emc-empty-link,
.emc-share-link{width:40px!important;height:36px!important;min-width:40px!important;max-width:40px!important}
.emc-milestones{font-size:10.5px!important;gap:6px!important}
.emc-milestone .amount,
.emc-milestones .amount{font-size:12px!important}
}
/* Minicart header single-row mobile fix v3.1.24 */
@media(max-width:640px){
.emc-header{padding:10px 12px 12px!important}
.emc-header-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
.emc-header-main{display:flex!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important;gap:8px!important;flex-wrap:nowrap!important}
.emc-title{flex:1 1 auto!important;min-width:0!important;font-size:20px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.emc-actions{flex:0 0 auto!important;width:auto!important;max-width:none!important;margin:0!important;display:flex!important;align-items:center!important;gap:5px!important;padding:3px!important;border-radius:var(--elda-radius-pill)!important;background:#f7f9f5!important;border:1px solid #e5ece1!important}
.emc-empty-link,
.emc-share-link{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;font-size:0!important;border-radius:var(--elda-radius-pill)!important;background:var(--elda-color-surface)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.emc-empty-link::after,
.emc-share-link::after{content:""!important;display:none!important}
.emc-empty-link svg,
.emc-share-link svg{width:17px!important;height:17px!important;margin:0!important}
.emc-sep{display:none!important}
.emc-close{flex:0 0 auto!important;width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;padding:0!important;border-radius:var(--elda-radius-pill)!important;font-size:24px!important;background:#f5f6f4!important}
.emc-reward{margin-top:12px!important}
}
@media(max-width:380px){
.emc-header{padding:9px 10px 11px!important}
.emc-header-top{gap:6px!important}
.emc-header-main{gap:6px!important}
.emc-title{font-size:18px!important}
.emc-actions{gap:4px!important;padding:3px!important}
.emc-empty-link,
.emc-share-link{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important}
.emc-empty-link svg,
.emc-share-link svg{width:16px!important;height:16px!important}
.emc-close{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;font-size:23px!important}
}
/* Minicart reward typography balance v3.1.32 */
.emc-panel .emc-reward{padding:13px 16px!important}
.emc-panel .emc-reward-text{font-size:14.5px!important;line-height:1.35!important;font-weight:500!important;letter-spacing:-.01em!important}
.emc-panel .emc-reward-text .amount{font-size:18px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}
.emc-panel .emc-bar{height:8px!important;margin-top:11px!important}
.emc-panel .emc-milestones{margin-top:9px!important;font-size:12px!important;line-height:1.3!important}
.emc-panel .emc-milestone{font-weight:500!important}
.emc-panel .emc-milestones .amount{font-size:16px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}
@media(max-width:640px){
.emc-panel .emc-reward{padding:12px 13px!important}
.emc-panel .emc-reward-text{font-size:14.5px!important;line-height:1.32!important}
.emc-panel .emc-reward-text .amount{font-size:18px!important}
.emc-panel .emc-bar{height:8px!important;margin-top:10px!important}
.emc-panel .emc-milestones{font-size:11.5px!important;margin-top:9px!important}
.emc-panel .emc-milestones .amount{font-size:15px!important}
}
@media(max-width:380px){
.emc-panel .emc-reward-text{font-size:14px!important}
.emc-panel .emc-reward-text .amount{font-size:17px!important}
.emc-panel .emc-milestones{font-size:11px!important}
.emc-panel .emc-milestones .amount{font-size:14px!important}
}
/* Minicart footer seller-context protection v3.1.27 */
.emc-panel .emc-footer{display:block!important;visibility:visible!important;opacity:1!important}
.emc-panel .emc-summary{display:flex!important}
