.sticky-atc{position:fixed;left:0;right:0;z-index:90;padding:.75rem 0;background:rgb(var(--color-background));transition:transform var(--duration-default, 300ms) ease,visibility var(--duration-default, 300ms) ease}.sticky-atc--top{top:var(--sticky-total-height,0);box-shadow:0 2px 10px rgba(0,0,0,.1)}.sticky-atc--bottom{bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.sticky-atc[hidden]{display:block!important;visibility:hidden;pointer-events:none}.sticky-atc--bottom[hidden]{transform:translateY(100%)}.sticky-atc--top[hidden]{transform:translateY(-100%)}.sticky-atc:not([hidden]){transform:translateY(0)}.sticky-atc--notification{left:auto;right:auto;max-width:380px;margin:1rem;padding:1rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.sticky-atc--notification.sticky-atc--left{left:0}.sticky-atc--notification.sticky-atc--center{left:50%;margin-left:0;margin-right:0}.sticky-atc--notification.sticky-atc--center[hidden]{transform:translateX(-50%) translateY(100%)}.sticky-atc--notification.sticky-atc--center:not([hidden]){transform:translateX(-50%) translateY(0)}.sticky-atc--notification.sticky-atc--center.sticky-atc--top[hidden]{transform:translateX(-50%) translateY(-100%)}.sticky-atc--notification.sticky-atc--right{right:0;left:auto}.sticky-atc__info{flex:1 1 auto;min-width:0;overflow:hidden}.sticky-atc__details{min-width:0;overflow:hidden}.sticky-atc__actions{flex:0 0 auto}@media screen and (max-width:500px){.sticky-atc__actions{flex-shrink:1;min-width:0}.sticky-atc__qty-select,.sticky-atc__select{min-width:0;max-width:80px}}.sticky-atc__image{width:50px;height:50px;border-radius:4px;overflow:hidden;flex-shrink:0}.sticky-atc__image img{width:100%;height:100%;object-fit:cover}.sticky-atc__title{margin:0;font-size:var(--text-sm);font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.sticky-atc__price .price{font-size:var(--text-sm)}.sticky-atc__select{min-width:120px;padding:.5rem .75rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:var(--text-sm)}.sticky-atc__button{white-space:nowrap}.sticky-atc__qty-select{min-width:50px;padding:.5rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:var(--text-sm);cursor:pointer}.sticky-atc .sticky-atc__button.button__style--1{--button-1-bg:rgb(var(--color-accent-1));--button-1-bg-hover:rgb(var(--color-accent-1-dark));--button-1-color:rgb(var(--color-background))}.sticky-atc .sticky-atc__button.button__style--2{--button-2-bg:rgb(var(--color-accent-2));--button-2-bg-hover:rgb(var(--color-accent-2-dark));--button-2-color:rgb(var(--color-background))}.sticky-atc .sticky-atc__button.button__style--3{--button-3-bg:transparent;--button-3-bg-hover:rgb(var(--color-accent-1));--button-3-color:rgb(var(--color-foreground));--button-3-color-hover:rgb(var(--color-background));--button-3-border-color:rgb(var(--color-foreground))}.sticky-atc__rating{font-size:var(--text-xs);color:rgba(var(--color-foreground),.8)}.sticky-atc__rating .rating-star{--star-size:0.85em}.sticky-atc__rating-value{font-weight:500}@media screen and (max-width:749px){.sticky-atc--hide-mobile{display:none!important}.sticky-atc__select{min-width:100px}.sticky-atc--notification{max-width:calc(100% - 2rem)}}@media screen and (max-width:400px){.sticky-atc--bar .sticky-atc__image{display:none}}