:root{--sc-sticky-purchase-text-color:var(--sc-color-gray-700);--sc-sticky-purchase-scratch-amount:var(--sc-color-gray-500);--sc-sticky-purchase-background-color:var(--sc-color-white)}.surecart-theme-dark{--sc-sticky-purchase-text-color:var(--sc-color-gray-200);--sc-sticky-purchase-scratch-amount:var(--sc-color-gray-400);--sc-sticky-purchase-background-color:var(--sc-color-black)}.wp-block-surecart-sticky-purchase.sc-sticky-purchase{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;padding:1.5%;border:solid var(--sc-sticky-purchase-border-width,var(--sc-input-border-width)) var(--sc-sticky-purchase-border-color,var(--sc-input-border-color));color:var(--sc-sticky-purchase-text-color);-webkit-transition:opacity var(--sc-transition-fast) cubic-bezier(.4,0,.2,1),bottom var(--sc-transition-fast) cubic-bezier(.4,0,.2,1),visibility var(--sc-transition-fast) cubic-bezier(.4,0,.2,1);transition:opacity var(--sc-transition-fast) cubic-bezier(.4,0,.2,1),bottom var(--sc-transition-fast) cubic-bezier(.4,0,.2,1),visibility var(--sc-transition-fast) cubic-bezier(.4,0,.2,1);position:fixed;max-width:calc(100vw - 2rem);opacity:0;bottom:-100%;visibility:hidden;background-color:var(--sc-sticky-purchase-background-color);border-radius:var(--sc-sticky-purchase-border-radius,var(--sc-input-border-radius-large));left:50%;width:var(--sc-sticky-purchase-width,600px);z-index:100}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .sc-sticky-purchase__content{max-width:100vw;width:100%}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .sc-sticky-purchase__content>:last-child{margin-bottom:0}.wp-block-surecart-sticky-purchase.sc-sticky-purchase.is-visible{pointer-events:auto;opacity:1;bottom:1%;visibility:visible}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-surecart-product-buy-button{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-surecart-product-selected-variant-image{height:80px;flex-shrink:0;-ms-flex-negative:0;margin-bottom:0;width:80px}@media(max-width:400px){.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-surecart-product-selected-variant-image{display:none}}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-surecart-product-selected-price-scratch-amount{color:var(--sc-sticky-purchase-scratch-amount)}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-surecart-product-title{overflow:hidden;text-overflow:ellipsis;color:var(--sc-sticky-purchase-text-color);-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .wp-block-group-is-layout-flex:has(>.wp-block-surecart-product-selected-variant-image){gap:var(--sc-spacing-large)}.wp-block-surecart-sticky-purchase.sc-sticky-purchase .is-vertically-aligned-center{-webkit-box-align:center;align-items:center;-ms-flex-align:center}.wp-block-surecart-sticky-purchase.sc-sticky-purchase:has(.sc-sticky-purchase__content__unavailable){pointer-events:none;opacity:0;bottom:-100%;visibility:hidden}