:root{--sticky-atc-height: 7.2rem;--sticky-atc-btn-bg: #232323;--sticky-atc-btn-border: #232323;--sticky-atc-btn-text: #ffffff;--sticky-atc-btn-radius: 99px}body.has-sticky-atc-cottolio{padding-bottom:var(--sticky-atc-height)}.product-sticky-atc-cottolio{position:fixed;left:0;right:0;bottom:0;z-index:12;background:#fff;border-top:1px solid rgba(35,35,35,.08);box-shadow:0 -8px 24px #23232314;transform:translateY(100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s ease,opacity .28s ease,visibility .28s ease}.product-sticky-atc-cottolio.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.product-sticky-atc-cottolio__inner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;min-height:var(--sticky-atc-height);padding-top:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.product-sticky-atc-cottolio__product{display:flex;align-items:center;min-width:0;flex:1 1 auto;margin-right:auto}.product-sticky-atc-cottolio__actions{display:flex;align-items:center;justify-content:flex-end;gap:1.2rem;flex:0 1 auto;min-width:0;margin-left:auto}.product-sticky-atc-cottolio__details{min-width:0}.product-sticky-atc-cottolio__title{margin:0 0 .2rem;color:#232323;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky-atc-cottolio__price .price{display:block;margin:0;align-items:flex-start;font-family:Inter,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.3;color:#232323}.product-sticky-atc-cottolio__price .price dl{display:flex;flex-direction:row;align-items:baseline;gap:.8rem;margin:0}.product-sticky-atc-cottolio__price .price__regular,.product-sticky-atc-cottolio__price .price__sale{display:block}.product-sticky-atc-cottolio__price .price--on-sale .price__regular,.product-sticky-atc-cottolio__price .price--on-sale .price__availability,.product-sticky-atc-cottolio__price .price--no-compare .price__compare{display:none}.product-sticky-atc-cottolio__price .price--on-sale .price__sale{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;column-gap:.8rem}.product-sticky-atc-cottolio__price .price dt{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.product-sticky-atc-cottolio__price .price dd{margin:0;text-align:start}.product-sticky-atc-cottolio__price .price__regular .price-item--regular,.product-sticky-atc-cottolio__price .price__sale .price-item--sale,.product-sticky-atc-cottolio__price .price--on-sale .price-item--regular{font-size:1.6rem;font-weight:400}.product-sticky-atc-cottolio__price .price__regular .price-item--regular{color:#232323}.product-sticky-atc-cottolio__price .price__sale .price-item--sale{color:var(--accent);font-weight:500}.product-sticky-atc-cottolio__price .price--on-sale .price-item--regular{color:#666;font-size:1.4rem;text-decoration:line-through}.product-sticky-atc-cottolio__options{display:flex;flex-wrap:nowrap;align-items:center;gap:1.2rem;min-width:0;flex:0 1 auto;max-width:min(48rem,50vw);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 1.2rem,#000 calc(100% - 1.2rem),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 1.2rem,#000 calc(100% - 1.2rem),transparent 100%)}.product-sticky-atc-cottolio__options::-webkit-scrollbar{display:none}.product-sticky-atc-cottolio__option{display:flex;align-items:center;flex:0 0 auto;min-width:0}.product-sticky-atc-cottolio__option-values{display:flex;flex-wrap:nowrap;align-items:center;gap:.6rem}.product-sticky-atc-cottolio__swatch{position:relative;flex:0 0 auto;width:2.8rem;height:2.8rem;padding:.2rem;border:.1rem solid rgba(0,0,0,.08);border-radius:99.9rem;background-color:transparent;background-clip:content-box;cursor:pointer;-webkit-appearance:none;appearance:none}.product-sticky-atc-cottolio__swatch:after{content:"";display:block;width:100%;height:100%;border-radius:inherit;background:var(--swatch-color, #d9d9d9);background-size:cover;background-position:center}.product-sticky-atc-cottolio__swatch[style*=background-image]:after{display:none}.product-sticky-atc-cottolio__swatch.is-selected,.product-sticky-atc-cottolio__swatch:hover:not(.is-disabled){border-color:#000}.product-sticky-atc-cottolio__swatch.is-disabled{opacity:.35;cursor:not-allowed}.product-sticky-atc-cottolio__chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:3.2rem;padding:.6rem 1.2rem;border:.1rem solid rgba(35,35,35,.16);border-radius:99.9rem;color:#232323;background:#fff;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;-webkit-appearance:none;appearance:none}.product-sticky-atc-cottolio__chip.is-selected,.product-sticky-atc-cottolio__chip:hover:not(.is-disabled){border-color:#232323;background:#232323;color:#fff}.product-sticky-atc-cottolio__chip.is-disabled{opacity:.35;cursor:not-allowed}.product-sticky-atc-cottolio__swatch.is-disabled:hover{border-color:#00000014}.product-sticky-atc-cottolio__submit{flex:0 0 auto;min-width:14rem;min-height:4.8rem;padding:0 2.4rem;border-radius:var(--sticky-atc-btn-radius);background:var(--sticky-atc-btn-bg);border-color:var(--sticky-atc-btn-border);color:var(--sticky-atc-btn-text);font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:.26px;text-transform:uppercase;position:relative;transition:opacity .2s ease}.product-sticky-atc-cottolio__submit:hover:not(:disabled){opacity:.88}.product-sticky-atc-cottolio__submit[disabled]{opacity:1;background:#23232333!important;color:#666!important;border-color:transparent!important}.product-sticky-atc-cottolio__submit svg{position:absolute;top:calc(50% - 1.5rem);left:calc(50% - 1.5rem);width:3rem;height:3rem}.product-sticky-atc-cottolio--desktop{display:none}@media screen and (min-width:750px){:root{--sticky-atc-height: 8rem}.product-sticky-atc-cottolio--has-options{--sticky-atc-height: 8.8rem}body.has-sticky-atc-cottolio:has(.product-sticky-atc-cottolio--has-options.is-visible){padding-bottom:8.8rem}.product-sticky-atc-cottolio__inner{gap:2rem}.product-sticky-atc-cottolio__actions{gap:1.6rem}.product-sticky-atc-cottolio__title{font-size:1.4rem}.product-sticky-atc-cottolio__price .price,.product-sticky-atc-cottolio__price .price__regular .price-item--regular,.product-sticky-atc-cottolio__price .price__sale .price-item--sale,.product-sticky-atc-cottolio__price .price--on-sale .price-item--regular{font-size:1.8rem}.product-sticky-atc-cottolio__product{flex:1 1 auto;max-width:44rem}.product-sticky-atc-cottolio__options{justify-content:flex-end;gap:1.6rem;max-width:min(56rem,46vw)}.product-sticky-atc-cottolio__swatch{width:3.2rem;height:3.2rem}.product-sticky-atc-cottolio__chip{min-height:3.6rem;padding:.8rem 1.4rem;font-size:1.3rem}.product-sticky-atc-cottolio__submit{min-width:18rem;min-height:5.3rem;font-size:1.4rem}.product-sticky-atc-cottolio--mobile{display:none}.product-sticky-atc-cottolio--desktop,.product-sticky-atc-cottolio--all{display:block}}@media screen and (max-width:749px){:root{--sticky-atc-height: 7.2rem}.product-sticky-atc-cottolio--has-options{--sticky-atc-height: 11.2rem}body.has-sticky-atc-cottolio:has(.product-sticky-atc-cottolio--has-options.is-visible){padding-bottom:11.2rem}.product-sticky-atc-cottolio--desktop{display:none}.product-sticky-atc-cottolio--mobile,.product-sticky-atc-cottolio--all{display:block}.product-sticky-atc-cottolio__inner{flex-wrap:wrap;row-gap:.8rem}.product-sticky-atc-cottolio__product{flex:1 1 auto;min-width:0;margin-right:0}.product-sticky-atc-cottolio__title{font-size:1.2rem}.product-sticky-atc-cottolio__actions{flex:0 0 auto;margin-left:auto}.product-sticky-atc-cottolio--has-options .product-sticky-atc-cottolio__actions{flex:1 1 100%;width:100%;justify-content:space-between;order:3}.product-sticky-atc-cottolio__options{flex:1 1 auto;max-width:none;min-width:0;padding-bottom:.2rem;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 1.6rem),transparent 100%);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 1.6rem),transparent 100%)}.product-sticky-atc-cottolio__submit{min-width:12rem;padding:0 1.6rem}}@media(prefers-reduced-motion:reduce){.product-sticky-atc-cottolio{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-product-sticky-atc-cottolio.css.map */
