.landu-sticky-atc{font-family:var(--font-body-family, sans-serif)}.landu-sticky-atc__bar{position:fixed;right:0;bottom:0;left:0;z-index:40;border-top:1px solid var(--landu-border, #E7EAEF);background:var(--landu-sticky-atc-bg, #FFFFFF);box-shadow:0 -8px 24px #0b1f3d14;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity var(--landu-motion-base, .2s) ease,transform var(--landu-motion-slow, .22s) ease,visibility var(--landu-motion-base, .2s) ease}.landu-sticky-atc__bar.is-active{opacity:1;visibility:visible;transform:translateY(0)}.landu-sticky-atc__inner{display:flex;min-width:0;padding-block:1rem;align-items:center;justify-content:space-between;gap:1.2rem}.landu-sticky-atc__info{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:1.2rem}.landu-sticky-atc__image{width:4.4rem;height:4.4rem;flex:0 0 auto;border:1px solid var(--landu-border, #E7EAEF);border-radius:var(--landu-radius-control, 5px);background:var(--landu-cloud, #F3F5F8);object-fit:cover}.landu-sticky-atc__details{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;justify-content:center}.landu-sticky-atc__title{overflow:hidden;color:var(--landu-sticky-atc-text, #22262C);font-size:1.3rem;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.landu-sticky-atc__form{width:100%;margin:0}.landu-sticky-atc__select{width:100%;max-width:20rem;margin-top:.4rem;padding:.6rem 2.8rem .6rem .8rem;overflow:hidden;-webkit-appearance:none;appearance:none;border:1px solid var(--landu-border, #E7EAEF);border-radius:var(--landu-radius-control, 5px);color:var(--landu-slate, #5B6472);background-color:var(--landu-cloud, #F3F5F8);background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 1.2rem) 50%,calc(100% - .8rem) 50%;background-repeat:no-repeat;background-size:.4rem .4rem,.4rem .4rem;font:inherit;font-size:1.3rem;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.landu-sticky-atc__select:focus-visible{outline:none;border-color:var(--landu-navy, #0B1F3D);box-shadow:0 0 0 3px #0b1f3d1f}.landu-sticky-atc__details--title-hidden .landu-sticky-atc__select{margin-top:0}.landu-sticky-atc__price{margin-top:.2rem;color:var(--landu-navy, #0B1F3D);font-size:1.4rem;font-weight:700;line-height:1.35}.landu-sticky-atc__button{flex:0 0 auto;min-height:4.4rem;padding:1.1rem 2rem;border:1px solid var(--landu-sticky-atc-button-bg, #0B1F3D);border-radius:var(--landu-radius-button, 2px);color:var(--landu-sticky-atc-button-text, #FFFFFF);background:var(--landu-sticky-atc-button-bg, #0B1F3D);font:inherit;font-size:1.4rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color var(--landu-motion-base, .2s) ease,border-color var(--landu-motion-base, .2s) ease,transform var(--landu-motion-base, .2s) ease}.landu-sticky-atc__button:disabled{border-color:var(--landu-muted, #9AA1AC);background:var(--landu-muted, #9AA1AC);cursor:not-allowed}.landu-sticky-atc__back-to-top{position:fixed;right:var(--landu-sticky-atc-back-top-right-mobile, 16px);bottom:var(--landu-sticky-atc-back-top-bottom-mobile, 84px);z-index:39;display:flex;width:4.4rem;height:4.4rem;padding:0;align-items:center;justify-content:center;border:1px solid var(--landu-border, #E7EAEF);border-radius:50%;color:var(--landu-navy, #0B1F3D);background:var(--landu-white, #FFFFFF);box-shadow:var(--landu-shadow-rest, 0 1px 3px rgba(11, 31, 61, .04));opacity:0;visibility:hidden;transform:translateY(1.2rem);cursor:pointer;transition:opacity var(--landu-motion-base, .2s) ease,transform var(--landu-motion-base, .2s) ease,visibility var(--landu-motion-base, .2s) ease}.landu-sticky-atc__back-to-top.is-active{opacity:1;visibility:visible;transform:translateY(0)}.landu-sticky-atc__back-to-top svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.landu-sticky-atc__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}@media(hover:hover)and (pointer:fine){.landu-sticky-atc__button:not(:disabled):hover{border-color:var(--landu-navy-hover, #15325C);background:var(--landu-navy-hover, #15325C);transform:translateY(-1px)}.landu-sticky-atc__back-to-top:hover{box-shadow:var(--landu-shadow-hover, 0 12px 28px rgba(11, 31, 61, .08))}}@media screen and (max-width:749px){.landu-sticky-atc[data-show-mobile=false]{display:none}}@media screen and (min-width:750px){.landu-sticky-atc[data-show-desktop=false]{display:none}.landu-sticky-atc__inner{padding-block:1.2rem;gap:2rem}.landu-sticky-atc__image{width:5rem;height:5rem}.landu-sticky-atc__title{font-size:1.5rem}.landu-sticky-atc__select{max-width:25rem}.landu-sticky-atc__price{font-size:1.6rem}.landu-sticky-atc__button{padding-inline:3.2rem;font-size:1.5rem}.landu-sticky-atc__back-to-top{right:var(--landu-sticky-atc-back-top-right-desktop, 32px);bottom:var(--landu-sticky-atc-back-top-bottom-desktop, 90px);width:4.8rem;height:4.8rem}}@media(prefers-reduced-motion:reduce){.landu-sticky-atc__bar,.landu-sticky-atc__button,.landu-sticky-atc__back-to-top{transition:none}.landu-sticky-atc__button:hover,.landu-sticky-atc__back-to-top,.landu-sticky-atc__bar{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/landu-sticky-atc.css.map */
