/* Fancy Dice product sticky add-to-cart bar. */
/* CORE-07: the offset state is added to <body> via the `body_class` filter
   (Product_Sticky_Bar_Feature::filter_body_class()), so only the body-class
   selector is needed here — the bar itself no longer carries this class. */
body.fdcf-has-sticky-bar-offset{padding-bottom:60px}
.fdcf-product-sticky-bar{position:fixed;right:0;bottom:0;left:0;z-index:9998;box-sizing:border-box;height:60px;max-height:60px;overflow:hidden;background:var(--fdcf-sticky-bar-bg,#000);border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -8px 22px rgba(0,0,0,.28);color:var(--fdcf-sticky-bar-text,#fff)}
.fdcf-product-sticky-bar__inner{display:flex;align-items:center;gap:14px;width:min(1180px,100%);height:60px;margin:0 auto;padding:0 16px;box-sizing:border-box}
.fdcf-product-sticky-bar__summary{display:flex;align-items:baseline;gap:10px;min-width:0;flex:1}
.fdcf-product-sticky-bar__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Lobster",var(--wp--preset--font-family--heading,var(--wp--preset--font-family--header,cursive))!important;font-size:17px;line-height:1.1;font-weight:400;color:var(--fdcf-sticky-bar-text,#fff)}
.fdcf-product-sticky-bar__price{flex:0 0 auto;white-space:nowrap;font-family:var(--wp--preset--font-family--body,inherit);font-size:15px;line-height:1.2;font-weight:600;color:var(--fdcf-sticky-bar-text,#fff)}
.fdcf-product-sticky-bar__price .price{color:var(--fdcf-sticky-bar-text,#fff)}
.fdcf-product-sticky-bar__price del{opacity:.62;margin-right:4px}
.fdcf-product-sticky-bar__price ins{text-decoration:none}
.fdcf-product-sticky-bar__action{flex:0 0 auto;margin:0}
.fdcf-product-sticky-bar__button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:128px;height:40px;max-height:40px;border:1px solid var(--fdcf-sticky-bar-btn-border,var(--fdcf-sticky-bar-btn-bg,#fff))!important;border-radius:0.5em;background:var(--fdcf-sticky-bar-btn-bg,#fff)!important;color:var(--fdcf-sticky-bar-btn-text,#000)!important;padding:0 16px;font-family:var(--wp--preset--font-family--body,inherit);font-size:14px;line-height:1;font-weight:700;text-decoration:none;cursor:pointer;white-space:nowrap}
.fdcf-product-sticky-bar__button:hover,.fdcf-product-sticky-bar__button:focus{background:var(--fdcf-sticky-bar-btn-hover-bg,#f2f2f2)!important;color:var(--fdcf-sticky-bar-btn-text,#000)!important}
.fdcf-product-sticky-bar__button[disabled]{cursor:not-allowed;opacity:.55}
.fdcf-product-sticky-bar__status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media (max-width:640px){.fdcf-product-sticky-bar__inner{gap:10px;padding:0 10px}.fdcf-product-sticky-bar__summary{display:block}.fdcf-product-sticky-bar__name{font-size:14px}.fdcf-product-sticky-bar__price{display:block;overflow:hidden;text-overflow:ellipsis;font-size:13px}.fdcf-product-sticky-bar__button{min-width:104px;padding:0 12px;font-size:13px}}
@media (max-width:380px){.fdcf-product-sticky-bar__price{display:none}.fdcf-product-sticky-bar__button{min-width:96px}}
