.sticky-product-cta{position:relative;width:100%;z-index:100}.sticky-product-cta--sticky{position:fixed;bottom:0;left:0;right:0;z-index:1010}.sticky-product-cta__container{border:1.5px solid #1a1a1a;border-radius:15px;max-width:450px;height:156px;margin:0 auto;box-sizing:border-box}.sticky-product-cta--sticky{left:50%;transform:translate(-50%);width:min(480px,100% - 32px);transition:transform .3s ease,opacity .3s ease}.sticky-product-cta--hidden{transform:translate(-50%) translateY(100%)!important;opacity:0!important;pointer-events:none!important}.sticky-product-cta--sticky .sticky-product-cta__container{margin:0 auto 1px;max-width:100%}.sticky-product-cta--sticky.sticky-product-cta--popup .sticky-product-cta__container--animated{margin:0 auto 16px}.sticky-product-cta__content{display:flex;align-items:flex-start;gap:1rem;width:100%}.sticky-product-cta__image{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background-color:#fff}.sticky-product-cta__image img{width:100%;height:100%;object-fit:cover;object-position:center}.sticky-product-cta__image .placeholder-svg{width:100%;height:100%;color:#ccc}.sticky-product-cta__product-info{display:flex;flex-direction:column;flex:1;min-width:0}.sticky-product-cta__title{font-family:Sohne;font-size:1.4rem;font-weight:900;line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.sticky-product-cta__rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.sticky-product-cta__rating .rating{margin:0}.sticky-product-cta .rating-star{--letter-spacing: .1;--font-size: 2.5 }@media only screen and (max-width: 1080px){.sticky-product-cta .rating-star{--letter-spacing: .1;--font-size: 1.8 }}.sticky-product-cta__rating .rating-text,.sticky-product-cta__rating .rating-count{margin:0;color:#212121;font-weight:900}.sticky-product-cta__price,.sticky-product-cta__price .price{margin:0}.sticky-product-cta__price .price-item{font-family:Sohne;font-size:16px;font-weight:900;color:#606060}.sticky-product-cta__button{min-width:120px;padding:.75rem 1.5rem;border-radius:15px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-weight:900;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;outline:none}.sticky-product-cta__button:hover,.sticky-product-cta__button:focus,.sticky-product-cta__button:active{border:none;outline:none}.sticky-product-cta__button:not(.button--gen2){box-shadow:-3px 3px 1px #1a1a1a4d}.sticky-product-cta__button:not(.button--gen2):hover:not(:disabled){background-color:rgba(var(--color-button),.85);transform:translateY(-1px);box-shadow:-3px 4px 2px #1a1a1a4d}.sticky-product-cta__button:not(.button--gen2):active:not(:disabled){transform:translateY(0);box-shadow:-3px 3px 1px #1a1a1a4d}.sticky-product-cta__button:not(.button--gen2):disabled{background-color:rgba(var(--color-button),.4);color:rgba(var(--color-button-text),.6);cursor:not-allowed;box-shadow:-3px 3px 1px #1a1a1a33}.sticky-product-cta__button.button--gen2:disabled{background-color:rgba(var(--color-button),.4);color:rgba(var(--color-button-text),.6)}.sticky-product-cta form{margin:0}@media screen and (max-width: 749px){.sticky-product-cta__content{flex-direction:row;align-items:flex-start;gap:.75rem;padding-left:1rem;padding-right:1rem}.sticky-product-cta__container{height:121.54px}.sticky-product-cta__image{width:100px;height:100px}.sticky-product-cta__product-info{flex:1;min-width:0}.sticky-product-cta__button{min-width:unset;width:100%;padding:.6rem 1rem;font-size:.8rem}.sticky-product-cta--popup .sticky-product-cta__container--animated{width:100px;height:100px}@keyframes expandContainerMobile{0%{width:100px;height:100px;border-radius:50%}70%{width:100%;height:100px;border-radius:15px}to{width:100%;height:121.54px;border-radius:15px}}}@media screen and (min-width: 750px){.sticky-product-cta__container{max-width:650px;padding-left:16px;padding-right:16px}.sticky-product-cta__content{gap:2rem}.sticky-product-cta__image{width:120px;height:120px}.sticky-product-cta__title{font-size:2rem}.sticky-product-cta__button{min-width:150px;padding:.875rem 2rem;font-size:1rem}}@media screen and (min-width: 990px){.sticky-product-cta__content{gap:3rem}.sticky-product-cta__rating{gap:.75rem}}.sticky-product-cta--sticky:not(.sticky-product-cta--popup){animation:slideUpFadeIn .3s ease-out}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.sticky-product-cta--popup{opacity:1}.sticky-product-cta--popup .sticky-product-cta__container--animated{width:150px;height:150px;border-radius:50%;overflow:hidden;opacity:0;animation:showCircle .3s ease-out forwards,expandContainer .8s ease-out forwards;animation-delay:var(--animation-delay, 2s),calc(var(--animation-delay, 2s) + .3s)}@media screen and (max-width: 749px){.sticky-product-cta--popup .sticky-product-cta__container--animated{animation:showCircle .3s ease-out forwards,expandContainerMobile .8s ease-out forwards;animation-delay:var(--animation-delay, 2s),calc(var(--animation-delay, 2s) + .3s)}}.sticky-product-cta--popup .sticky-product-cta__content{opacity:0;animation:fadeInContent .5s ease-out forwards;animation-delay:calc(var(--animation-delay, 2s) + 1.1s)}@keyframes showCircle{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes expandContainer{0%{width:150px;height:150px;border-radius:50%}70%{width:100%;height:150px;border-radius:15px}to{width:100%;height:156px;border-radius:15px}}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}body.has-sticky-product-cta{padding-bottom:120px}@media screen and (max-width: 749px){body.has-sticky-product-cta{padding-bottom:140px}}@media (prefers-contrast: high){.sticky-product-cta__container{border-width:2px}.sticky-product-cta__button{border:2px solid #1a1a1a}}@media (prefers-reduced-motion: reduce){.sticky-product-cta--sticky{animation:none}.sticky-product-cta--popup{opacity:1!important}.sticky-product-cta--popup .sticky-product-cta__container--animated{width:100%!important;height:auto!important;border-radius:15px!important;opacity:1!important;animation:none!important}.sticky-product-cta--popup .sticky-product-cta__content{opacity:1!important;animation:none!important;transform:none!important}.sticky-product-cta__button:not(.button--gen2){transition:none}.sticky-product-cta__button:not(.button--gen2):hover:not(:disabled){transform:none}.sticky-product-cta__button:not(.button--gen2):active:not(:disabled){transform:none}}.sticky-product-cta__button:focus-visible{outline:2px solid #005fcc;outline-offset:2px;border:none}.sticky-product-cta__button:after{display:none!important;content:none!important}.sticky-product-cta__button:hover:after,.sticky-product-cta__button:focus:after,.sticky-product-cta__button:active:after{display:none!important;content:none!important}@media print{.sticky-product-cta--sticky{position:static}.sticky-product-cta__container{border:1px solid #000;background:#fff}.sticky-product-cta__button{background:#fff;color:#000;border:1px solid #000;box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/section-sticky-product-cta.css.map */
