#edfc-btn{position:fixed;z-index:99990;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 8px 28px rgba(15,23,42,.22);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;cursor:pointer;outline:none;border:0;animation:edfc-enter .35s ease both}
#edfc-btn:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.28);filter:brightness(1.04);text-decoration:none!important}
#edfc-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--edfc-primary),white 55%);outline-offset:3px}
#edfc-btn:active{transform:translateY(0)}#edfc-btn svg{width:26px;height:26px;display:block;flex:0 0 auto}.edfc-subtotal{font-size:14px;font-weight:700;line-height:1;white-space:nowrap}
#edfc-badge{position:absolute;top:-5px;right:-5px;min-width:21px;height:21px;padding:0 6px;border:2px solid #fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;line-height:1;font-family:system-ui,sans-serif;box-shadow:0 2px 8px rgba(15,23,42,.2);box-sizing:border-box}#edfc-badge.edfc-pop{animation:edfc-pop .25s ease}.edfc-hidden{display:none!important}
.edfc-overlay{position:fixed;inset:0;z-index:99991;background:rgba(15,23,42,.46);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease}.edfc-overlay.is-open{opacity:1}
.edfc-drawer{position:fixed;top:0;right:0;bottom:0;z-index:99992;width:min(430px,94vw);background:#fff;color:#111827;box-shadow:-20px 0 50px rgba(15,23,42,.22);transform:translateX(105%);transition:transform .28s ease;display:flex;flex-direction:column;overflow:hidden}.edfc-drawer.is-open{transform:translateX(0)}
.edfc-drawer-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.edfc-drawer-header h2{margin:0;font-size:22px;line-height:1.2;color:#111827}.edfc-close{width:38px;height:38px;border:0;background:#f3f4f6;border-radius:999px;font-size:28px;line-height:1;color:#374151;cursor:pointer}.edfc-close:hover{background:#e5e7eb}
.edfc-drawer-content{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.edfc-items{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px 24px;overscroll-behavior:contain}.edfc-item{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) 34px;gap:14px;padding:16px 0;border-bottom:1px solid #eef0f3;transition:opacity .2s ease}.edfc-item.is-updating{opacity:.45;pointer-events:none}.edfc-thumb img{width:72px;height:72px;object-fit:cover;border-radius:10px}.edfc-item-info{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0}.edfc-item-name{font-size:15px;font-weight:700;line-height:1.35;color:#111827;text-decoration:none}.edfc-item-name:hover{color:var(--edfc-primary)}.edfc-item-meta{font-size:14px;color:#6b7280}.edfc-item-purchase-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.edfc-item-price{flex:0 1 auto;min-width:0}.edfc-item-quantity{white-space:nowrap}
.edfc-remove{align-self:start;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:#9ca3af;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.edfc-remove:hover,.edfc-remove:focus-visible{background:#fee2e2;color:#dc2626;outline:none}.edfc-qty{display:inline-grid;grid-template-columns:30px minmax(30px,auto) 30px;align-items:center;width:max-content;border:1px solid #d1d5db;border-radius:9px;overflow:hidden;background:#fff}.edfc-qty-btn{width:30px;height:30px;border:0;background:#f8fafc;color:#111827;font-size:18px;line-height:1;cursor:pointer}.edfc-qty-btn:hover{background:#eef2ff;color:var(--edfc-primary)}.edfc-qty-value{min-width:30px;text-align:center;font-size:13px;font-weight:700;color:#111827}
.edfc-drawer-footer{z-index:3;flex:0 0 auto;margin-top:auto;padding:18px 24px 22px;border-top:1px solid #e5e7eb;background:#fff;box-shadow:0 -12px 24px rgba(15,23,42,.06)}.edfc-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:16px}.edfc-total strong{font-size:18px}.edfc-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px}.edfc-actions a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border-radius:10px;font-size:15px;font-weight:700;text-decoration:none!important}.edfc-view-cart{border:1px solid #d1d5db;color:#111827;background:#fff}.edfc-checkout{border:1px solid transparent}
.edfc-empty{margin:auto;padding:44px 24px;text-align:center}.edfc-empty span{display:block;font-size:42px;margin-bottom:10px}.edfc-empty p{margin:0 0 14px;font-size:17px;font-weight:700}.edfc-empty a{color:var(--edfc-primary);font-weight:700}body.edfc-lock{overflow:hidden}
@keyframes edfc-pop{0%{transform:scale(1)}50%{transform:scale(1.4)}100%{transform:scale(1)}}@keyframes edfc-enter{from{opacity:0;transform:translateY(16px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:480px){.edfc-drawer{width:100vw}.edfc-actions{grid-template-columns:1fr}.edfc-drawer-header{padding:18px 20px}.edfc-items,.edfc-drawer-footer{padding-left:20px;padding-right:20px}.edfc-item{grid-template-columns:64px minmax(0,1fr) 32px;gap:12px}.edfc-thumb img{width:64px;height:64px}}
@media(prefers-reduced-motion:reduce){#edfc-btn,.edfc-drawer,.edfc-overlay,#edfc-badge{animation:none!important;transition:none!important}}#edfc-btn[type="button"]{-webkit-appearance:none;appearance:none;font:inherit;padding:0}

/* Frequently bought together popup */
.edfc-rec-overlay{position:fixed;inset:0;z-index:100000;background:rgba(15,23,42,.52);backdrop-filter:blur(3px);opacity:0;transition:opacity .22s ease}.edfc-rec-overlay.is-open{opacity:1}
.edfc-rec-modal{position:fixed;inset:0;z-index:100001;display:grid;place-items:center;padding:24px;pointer-events:none;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .22s ease,transform .22s ease}.edfc-rec-modal.is-open{pointer-events:auto;opacity:1;transform:none}
.edfc-rec-shell{position:relative;width:min(760px,96vw);max-height:min(780px,90vh);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.3);display:flex;flex-direction:column}.edfc-rec-content{overflow:auto;padding:26px}
.edfc-rec-close{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:#f3f4f6;color:#374151;font-size:28px;line-height:1;cursor:pointer}.edfc-rec-close:hover{background:#e5e7eb;color:#111827}
.edfc-rec-success{display:flex;align-items:flex-start;gap:12px;padding-right:46px;margin-bottom:14px}.edfc-rec-success-icon{width:28px;height:28px;border-radius:999px;background:#22c55e;color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.edfc-rec-success strong,.edfc-rec-success span{display:block}.edfc-rec-success strong{font-size:18px;color:#111827}.edfc-rec-success span{font-size:14px;color:#6b7280;margin-top:2px}
.edfc-rec-added{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;margin-bottom:18px}.edfc-rec-added-image img{width:58px;height:58px;object-fit:cover;border-radius:9px}.edfc-rec-added-info strong,.edfc-rec-added-info span{display:block}.edfc-rec-added-info strong{font-size:15px;line-height:1.35;color:#111827}.edfc-rec-added-info span{margin-top:4px;font-size:14px;font-weight:700;color:var(--edfc-primary)}
.edfc-rec-content h2{margin:0 0 10px;font-size:20px;line-height:1.3;color:#111827}.edfc-rec-products{display:grid;max-height:330px;overflow:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.edfc-rec-product{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:82px;padding:10px 12px;border-bottom:1px solid #eef0f3;background:#fff;cursor:pointer;transition:background .16s ease}.edfc-rec-product:last-child{border-bottom:0}.edfc-rec-product:hover{background:#f8fbff}.edfc-rec-product:has(input:checked){background:#f3f8ff}.edfc-rec-product input{position:absolute;opacity:0;pointer-events:none}.edfc-rec-image img{width:58px;height:58px;object-fit:cover;border-radius:9px;background:#f3f4f6}.edfc-rec-info{display:block;min-width:0}.edfc-rec-info strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;line-height:1.3;color:#111827}.edfc-rec-rating{display:block;margin-top:3px;line-height:1}.edfc-rec-rating .star-rating{float:none;margin:0;font-size:12px;width:5.4em}.edfc-rec-meta{display:flex!important;align-items:center;gap:9px;flex-wrap:wrap;margin-top:4px}.edfc-rec-price{font-size:14px;font-weight:700;color:#111827}.edfc-rec-price del{color:#8b919b;font-weight:400;margin-right:4px}.edfc-rec-price ins{text-decoration:none}.edfc-rec-stock{font-size:13px;font-weight:600}.edfc-rec-stock.is-in-stock{color:#16803c}.edfc-rec-stock.is-out-of-stock{color:#b91c1c}.edfc-rec-select{display:inline-flex;align-items:center;gap:7px;min-width:70px;justify-content:flex-end}.edfc-rec-checkmark{width:22px;height:22px;border:2px solid #cbd5e1;border-radius:6px;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.edfc-rec-select-label{font-size:13px;font-weight:700;color:#64748b}.edfc-rec-product input:focus-visible~.edfc-rec-select .edfc-rec-checkmark{outline:3px solid color-mix(in srgb,var(--edfc-primary),white 55%);outline-offset:2px}.edfc-rec-product input:checked~.edfc-rec-select .edfc-rec-checkmark{background:var(--edfc-primary);border-color:var(--edfc-primary)}.edfc-rec-product input:checked~.edfc-rec-select .edfc-rec-select-label{color:var(--edfc-primary)}
.edfc-rec-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:18px}.edfc-rec-actions a,.edfc-rec-actions button{min-height:46px;padding:9px 15px;border-radius:10px;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;text-decoration:none!important;cursor:pointer}.edfc-rec-secondary{border:1px solid #d1d5db;background:#fff;color:#111827}.edfc-rec-primary{border:1px solid transparent}.edfc-rec-primary:disabled{opacity:.45;cursor:not-allowed}.edfc-rec-continue{grid-column:1/-1;border:0;background:transparent;color:#64748b;min-height:32px!important;padding:3px!important}.edfc-rec-continue:hover{color:var(--edfc-primary)}
@media(max-width:600px){.edfc-rec-modal{padding:10px}.edfc-rec-shell{width:100%;max-height:94vh;border-radius:16px}.edfc-rec-content{padding:22px 16px}.edfc-rec-actions{grid-template-columns:1fr}.edfc-rec-continue{grid-column:auto}.edfc-rec-product{grid-template-columns:52px minmax(0,1fr) auto;gap:10px;padding:9px}.edfc-rec-image img{width:52px;height:52px}.edfc-rec-select{min-width:auto}.edfc-rec-select-label{display:none}}
\n\n/* v1.3.3 recommendation popup polish */
.edfc-rec-success{align-items:center;margin-bottom:16px}
.edfc-rec-success-icon{width:32px;height:32px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
.edfc-rec-success-icon svg{width:18px;height:18px;display:block;fill:#fff}
.edfc-rec-added{grid-template-columns:64px minmax(0,1fr);padding:12px 14px;border-radius:12px}
.edfc-rec-added-image img{width:64px;height:64px}
.edfc-rec-added-info strong{font-size:15px;line-height:1.4}
.edfc-rec-added-info .price,.edfc-rec-added-info span{display:flex!important;align-items:center;gap:6px;flex-wrap:wrap}
.edfc-rec-added-info del,.edfc-rec-added-info ins,.edfc-rec-added-info bdi,.edfc-rec-price del,.edfc-rec-price ins,.edfc-rec-price bdi{display:inline!important;white-space:nowrap}
.edfc-rec-added-info .woocommerce-Price-currencySymbol,.edfc-rec-price .woocommerce-Price-currencySymbol{display:inline!important;margin:0!important}
.edfc-rec-products{max-height:310px}
.edfc-rec-product{grid-template-columns:64px minmax(0,1fr) 86px;min-height:78px;padding:10px 14px;gap:12px}
.edfc-rec-image img{width:64px;height:64px}
.edfc-rec-info strong{font-size:15px;line-height:1.35}
.edfc-rec-rating{height:16px;margin-top:2px;overflow:hidden}
.edfc-rec-rating .star-rating{font-size:13px!important;line-height:1!important;height:1em!important;margin:0!important;float:none!important}
.edfc-rec-rating .star-rating:before,.edfc-rec-rating .star-rating span:before{line-height:1!important}
.edfc-rec-rating .screen-reader-text,.edfc-rec-product .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.edfc-rec-meta{margin-top:3px!important;gap:8px!important;line-height:1.25}
.edfc-rec-price{display:inline-flex!important;align-items:center;gap:5px;flex-wrap:wrap;font-size:14px!important}
.edfc-rec-price .price{display:inline-flex!important;align-items:center;gap:5px;flex-wrap:wrap}
.edfc-rec-stock{white-space:nowrap}
.edfc-rec-select{min-width:82px;gap:8px}
.edfc-rec-checkmark{width:24px;height:24px;border-radius:7px;background:#fff}
.edfc-rec-checkmark svg{width:15px;height:15px;display:block;fill:transparent}
.edfc-rec-product input:checked~.edfc-rec-select .edfc-rec-checkmark svg{fill:#fff}
.edfc-rec-select-label{font-size:14px}
@media(max-width:600px){
 .edfc-rec-product{grid-template-columns:54px minmax(0,1fr) 32px;padding:9px 10px;min-height:72px}
 .edfc-rec-image img{width:54px;height:54px}
 .edfc-rec-select{min-width:32px}
}


/* v1.4.0 AJAX single-product add and review-star polish */
.single_add_to_cart_button.edfc-is-loading,.single_add_to_cart_button.edfc-is-added{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;pointer-events:none}
.edfc-button-spinner{width:17px;height:17px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:edfc-spin .65s linear infinite}
.edfc-button-success{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.22);font-size:14px;line-height:1;font-weight:800}
@keyframes edfc-spin{to{transform:rotate(360deg)}}
.edfc-rec-rating{position:relative!important;display:inline-block!important;width:70px!important;height:17px!important;margin-top:3px!important;overflow:hidden!important;font-family:Arial,sans-serif!important;font-size:14px!important;line-height:17px!important;letter-spacing:1px!important;white-space:nowrap!important;vertical-align:middle}
.edfc-stars-base,.edfc-stars-fill{position:absolute;inset:0 auto auto 0;display:block;white-space:nowrap;line-height:17px}
.edfc-stars-base{color:#d1d5db}
.edfc-stars-fill{overflow:hidden;color:#f5a623}
.edfc-rec-actions{grid-template-columns:1fr 1fr!important}
.edfc-rec-actions a,.edfc-rec-actions button{box-sizing:border-box!important;width:100%!important;min-height:50px!important;border-radius:10px!important;padding:10px 16px!important;font-size:15px!important;line-height:1.2!important}
.edfc-rec-secondary,.edfc-rec-primary{border-width:1px!important;border-style:solid!important}
.edfc-rec-success-icon{position:relative;width:36px!important;height:36px!important;box-shadow:0 0 0 6px rgba(34,197,94,.12)!important;animation:edfc-success-pop .28s ease-out both}
.edfc-rec-success-icon svg{width:20px!important;height:20px!important}
@keyframes edfc-success-pop{0%{opacity:0;transform:scale(.65)}70%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}
@media(max-width:600px){.edfc-rec-actions{grid-template-columns:1fr!important}.edfc-rec-actions a,.edfc-rec-actions button{min-height:48px!important}}


/* v1.4.1 success message and action consistency */
.edfc-rec-success-icon{width:38px!important;height:38px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;display:grid!important;place-items:center!important;animation:edfc-success-pop .28s ease-out both!important}
.edfc-rec-success-icon svg{width:38px!important;height:38px!important;overflow:visible!important;display:block!important}
.edfc-rec-success-icon .edfc-success-ring{fill:none!important;stroke:#172033!important;stroke-width:2.4!important}
.edfc-rec-success-icon .edfc-success-check{fill:none!important;stroke:#22c55e!important;stroke-width:4!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.edfc-rec-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important}
.edfc-rec-actions .edfc-rec-secondary,
.edfc-rec-actions .edfc-rec-primary{box-sizing:border-box!important;width:100%!important;height:52px!important;min-height:52px!important;padding:0 18px!important;margin:0!important;border-width:1px!important;border-style:solid!important;border-radius:10px!important;font-family:inherit!important;font-size:15px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;appearance:none!important;-webkit-appearance:none!important}
.edfc-rec-actions .edfc-rec-secondary{background:#fff!important;border-color:#cfd6df!important;color:#172033!important}
.edfc-rec-actions .edfc-rec-primary{background:var(--edfc-primary)!important;border-color:var(--edfc-primary)!important;color:var(--edfc-text)!important}
.edfc-rec-actions .edfc-rec-secondary:hover{border-color:var(--edfc-primary)!important;color:var(--edfc-primary)!important}
.edfc-rec-actions .edfc-rec-primary:hover:not(:disabled){filter:brightness(.94)!important}
.edfc-rec-actions .edfc-rec-primary:disabled{opacity:.48!important;cursor:not-allowed!important}
@media(max-width:560px){.edfc-rec-actions{grid-template-columns:1fr!important}.edfc-rec-continue{grid-column:1!important}}


/* v1.4.2 modal sizing, scoped scrolling and unified actions */
#edfc-recommendation-modal .edfc-rec-shell{
    width:min(760px,96vw)!important;
    max-height:min(820px,92vh)!important;
    overflow:hidden!important;
}
#edfc-recommendation-modal .edfc-rec-content{
    min-height:0!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    padding:26px!important;
}
#edfc-recommendation-modal .edfc-rec-form{
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
}
#edfc-recommendation-modal .edfc-rec-products{
    flex:0 1 auto!important;
    max-height:none!important;
    overflow:visible!important;
    scrollbar-gutter:auto!important;
}
#edfc-recommendation-modal .edfc-rec-products.no-scroll{
    overflow-y:visible!important;
    max-height:none!important;
}
#edfc-recommendation-modal .edfc-rec-products.has-scroll{
    max-height:276px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scrollbar-gutter:stable!important;
}
#edfc-recommendation-modal .edfc-rec-actions{
    flex:0 0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:12px!important;
    margin:18px 0 0!important;
    padding:0!important;
}
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-secondary,
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-primary{
    all:unset;
    box-sizing:border-box!important;
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    padding:0 18px!important;
    margin:0!important;
    border:1px solid transparent!important;
    border-radius:10px!important;
    font-family:inherit!important;
    font-size:15px!important;
    font-style:normal!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-align:center!important;
    text-decoration:none!important;
    text-transform:none!important;
    white-space:nowrap!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    appearance:none!important;
    -webkit-appearance:none!important;
}
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-secondary{
    background:#fff!important;
    border-color:#cfd6df!important;
    color:#172033!important;
}
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-primary{
    background:var(--edfc-primary)!important;
    border-color:var(--edfc-primary)!important;
    color:var(--edfc-text)!important;
}
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-primary:disabled{
    opacity:.48!important;
    cursor:not-allowed!important;
}
#edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-continue{
    grid-column:1/-1!important;
    width:max-content!important;
    min-height:30px!important;
    margin:2px auto 0!important;
    padding:2px 8px!important;
    border:0!important;
    border-radius:6px!important;
    background:transparent!important;
    color:#64748b!important;
    font-family:inherit!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.4!important;
}
@media(max-width:600px){
    #edfc-recommendation-modal .edfc-rec-shell{max-height:94vh!important}
    #edfc-recommendation-modal .edfc-rec-content{padding:22px 16px!important}
    #edfc-recommendation-modal .edfc-rec-products.has-scroll{max-height:260px!important}
    #edfc-recommendation-modal .edfc-rec-actions{grid-template-columns:1fr!important}
    #edfc-recommendation-modal .edfc-rec-actions > .edfc-rec-continue{grid-column:1!important}
}

/* v1.5 accessibility and compatibility polish */
#edfc-btn:focus-visible,
#edfc-drawer button:focus-visible,
#edfc-drawer a:focus-visible,
#edfc-recommendation-modal button:focus-visible,
#edfc-recommendation-modal a:focus-visible,
#edfc-recommendation-modal input:focus-visible,
#edfc-recommendation-modal label:focus-within {
    outline: 3px solid color-mix(in srgb, var(--edfc-primary) 55%, #ffffff);
    outline-offset: 3px;
}

#edfc-drawer[aria-hidden="true"],
#edfc-recommendation-modal[aria-hidden="true"] {
    visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
    #edfc-drawer,
    #edfc-overlay,
    #edfc-recommendation-modal,
    #edfc-recommendation-overlay,
    .edfc-rec-success-icon,
    .edfc-badge {
        transition: none !important;
        animation: none !important;
    }
}


/* v1.6.0 conversion tools */
.edfc-cart-goal{padding:14px 0 12px;border-bottom:1px solid #edf0f3}.edfc-cart-goal-text{display:flex;justify-content:space-between;gap:14px;margin-bottom:8px;font-size:13px;line-height:1.4}.edfc-cart-goal-text strong{white-space:nowrap}.edfc-cart-goal-track{height:8px;border-radius:999px;background:#e8eef3;overflow:hidden}.edfc-cart-goal-track span{display:block;height:100%;border-radius:inherit;background:var(--edfc-primary);transition:width .35s ease}
.edfc-coupon-box{padding:12px 0;border-bottom:1px solid #edf0f3}.edfc-coupon-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.edfc-coupon-form input{min-width:0;height:42px;border:1px solid #d7dde4;border-radius:8px;padding:0 12px;font:inherit}.edfc-coupon-form button{height:42px;border:0;border-radius:8px;padding:0 16px;background:var(--edfc-primary);color:var(--edfc-text);font:inherit;font-weight:700;cursor:pointer}.edfc-applied-coupons{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.edfc-coupon-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid #d7dde4;border-radius:999px;background:#f8fafc;padding:5px 10px;font:inherit;font-size:12px;cursor:pointer}
.edfc-undo-toast{position:fixed;left:50%;bottom:28px;z-index:1000001;transform:translate(-50%,18px);opacity:0;display:flex;align-items:center;gap:18px;max-width:min(92vw,520px);padding:13px 16px;border-radius:10px;background:#172033;color:#fff;box-shadow:0 16px 40px rgba(0,0,0,.26);transition:.22s ease}.edfc-undo-toast.is-visible{opacity:1;transform:translate(-50%,0)}.edfc-undo-toast button{border:0;background:transparent;color:#8bd5ff;font:inherit;font-weight:800;cursor:pointer}
.edfc-empty-recommendations{padding:0 18px 18px}.edfc-empty-recommendations h3{margin:8px 0 12px;font-size:15px}.edfc-empty-product{display:grid;grid-template-columns:52px minmax(0,1fr) 36px;align-items:center;gap:10px;padding:9px 0;border-top:1px solid #edf0f3}.edfc-empty-product:first-of-type{border-top:0}.edfc-empty-thumb img{width:52px;height:52px;object-fit:cover;border-radius:8px}.edfc-empty-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none;font-weight:700;font-size:13px}.edfc-empty-product div>span{display:block;margin-top:3px;font-size:13px}.edfc-empty-product>button{width:34px;height:34px;border:1px solid var(--edfc-primary);border-radius:9px;background:#fff;color:var(--edfc-primary);font-size:22px;line-height:1;cursor:pointer}
#edfc-btn .edfc-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transform-origin:50% 55%;will-change:transform}#edfc-btn .edfc-btn-icon svg{display:block}@keyframes edfc-gentle-nudge{0%,100%{transform:translateX(0) rotate(0deg)}20%{transform:translateX(-2px) rotate(-1deg)}40%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-1.5px) rotate(-.7deg)}80%{transform:translateX(1.5px) rotate(.7deg)}}#edfc-btn .edfc-btn-icon.edfc-nudge{animation:edfc-gentle-nudge .56s ease-in-out both}@media(prefers-reduced-motion:reduce){#edfc-btn .edfc-btn-icon.edfc-nudge{animation:none!important}}
