.lf-cart-preview { margin-top: 12px; }
.woocommerce .lf-cart-preview-button { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; width: 112px; max-width: 100%; margin: 0; padding: 4px; border: 1px solid rgba(141,140,96,.3); border-radius: 6px; background: #fff; color: #5e6e58; cursor: zoom-in; font: 12px Montserrat-Regular,sans-serif; }
.woocommerce .lf-cart-preview-button canvas { display: block; width: 100%; height: auto; max-height: 145px; object-fit: contain; }
.woocommerce .lf-cart-preview-button:disabled { cursor: wait; }
.woocommerce .lf-cart-preview-button:focus-visible { outline: 2px solid #8d8c60; outline-offset: 3px; }
.lf-cart-preview-status { display: block; font-size: 12px; }
.lf-cart-zoom { width: fit-content; max-width: 92vw; max-height: 92dvh; padding: 18px; border: 1px solid #8d8c60; border-radius: 8px; background: #fbfaf4; color: #5e6e58; }
.lf-cart-zoom::backdrop { background: rgba(0,0,0,.7); }
.lf-cart-zoom p { margin: 0 0 12px; padding-right: 90px; }
.lf-cart-zoom canvas { display: block; width: auto; height: auto; max-width: 80vw; max-height: 72dvh; margin: auto; object-fit: contain; }
.lf-cart-zoom-close { float: right; padding: 6px 10px; border: 1px solid #8d8c60; border-radius: 6px; background: #fff; color: #5e6e58; cursor: pointer; }
