@keyframes opacityFade{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes slideUp{0%{transform:translateY(2rem)}to{transform:translateY(0)}}.sticky-buttons{position:fixed;top:auto;right:0;bottom:0;left:0;background:var(--surface-0);z-index:var(--z-index-dropdown)}.sticky-buttons--checkout{background:var(--surface-20);border-top:1px solid var(--surface-60)}.sticky-buttons__content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-md);padding:var(--spacing-xs)}.sticky-buttons__product{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:0;width:100%}.sticky-buttons__product-title-wrapper,.sticky-buttons__product-price{color:var(--typography-primary-default)}.sticky-buttons__product-title-vendor{display:block;font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-base)}.sticky-buttons__compare-at-price{font-size:var(--font-size-body-md);font-weight:var(--font-weight-light);line-height:var(--line-height-base);text-decoration:line-through;color:var(--typography-secondary-default)}.sticky-buttons__button-wrapper{width:100%}.sticky-buttons__button-wrapper .product-form__action-form-wrapper{display:grid;gap:var(--spacing-sm);grid-template-columns:repeat(2,1fr)}.sticky-buttons__button-wrapper .product-form__action-form-wrapper.unavailable{display:grid;gap:var(--spacing-sm);grid-template-columns:repeat(1,1fr)}.sticky-buttons__button-wrapper .product-form__action-form-wrapper.unavailable .button{margin-top:0}.sticky-buttons__button-wrapper .button{white-space:nowrap}.sticky-buttons__button-wrapper .product-card__price-wrapper{padding-left:.5rem}@media (min-width: 768px){.sticky-buttons__content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-md)}}@media (min-width: 1024px){.sticky-buttons--tablet-down{display:none}}
