chapter-options:after{content:"";width:calc(100% - 4rem);display:block;margin:0 auto 6rem;max-width:132.6rem;height:1px;background-color:#000}.chapter-options__steps-header{width:100%;display:flex;align-items:center;gap:2rem;justify-content:center;background-color:#f8f4f1;padding:4rem 2rem 3rem}.steps__header-icon{width:10rem}.steps__header-text *{font-size:4.3rem;font-family:var(--font-heading-family);margin:0;line-height:1.25}.steps__header-text em{font-weight:600}.chapter-options__steps{position:sticky;top:0;z-index:11;width:100%;background-color:#f8f4f1;padding:1rem}.steps__inner{max-width:60rem;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center;background-color:#fff;border-radius:50rem;padding:1rem 3rem;position:relative;overflow:hidden}.steps__step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step__icon{border-radius:50%;width:4rem;height:4rem;border:1px solid #000;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:var(--font-heading-family);font-weight:500}.steps__step.steps__step-add .step__icon{font-size:1.8rem}.step__label{font-size:1.8rem;line-height:1}.steps__step-active .step__icon{background-color:var(--chapter-accent);color:#fff}.steps__notification{position:absolute;top:0;left:0;width:100%;background-color:var(--chapter-accent);height:100%;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;display:flex;align-items:center;justify-content:space-between;text-align:center;gap:2rem;padding:1rem 3rem}.steps__notification.notification__active{opacity:1;visibility:visible}.notification__icon{width:5rem;height:5rem;flex-shrink:0;display:block;position:relative}.notification__icon:last-of-type{transform:scaleX(-1)}.notification__label{font-weight:500;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:6.5rem;overflow:hidden;font-size:2.6rem;line-height:1.25}.notification__star{position:absolute;line-height:0;animation:twinkle 1s ease infinite}.notification__star:nth-child(1){top:0;left:38%;width:1.1rem}.notification__star:nth-child(2){top:20%;left:0;width:2rem;animation-delay:.2s}.notification__star:nth-child(3){bottom:0;left:18%;width:1.1rem;animation-delay:.4s}.notification__star:nth-child(4){bottom:0;right:0;width:3.6rem;animation-delay:.6s}.notification__icon:last-of-type .notification__star:nth-child(1){animation-delay:.7s}.notification__icon:last-of-type .notification__star:nth-child(2){animation-delay:.5s}.notification__icon:last-of-type .notification__star:nth-child(3){animation-delay:.3s}.notification__icon:last-of-type .notification__star:nth-child(4){animation-delay:.1s}@keyframes twinkle{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}.chapter-options__spacer{background-color:#f8f4f1;width:100%;height:4rem}.chapter-accordion{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:all .2s ease;margin:0 auto}.chapter-accordion[aria-hidden=false]{grid-template-rows:1fr;opacity:1;visibility:visible}.chapter-accordion[aria-hidden=true]>*{margin:0 auto;padding:0}.chapter-accordion>.chapter-accordion--inner{overflow:hidden}.chapter-accordion--inner{width:100%}.chapter-options{display:flex;flex-direction:column;margin-top:4rem}.chapter-options__header{position:relative;display:flex;align-items:center;flex-direction:column;text-align:center;background-color:var(--chapter-accent, #ea996e);width:100%;padding:4rem 2rem 3.5rem;color:#fff;font-size:3.8rem;font-family:var(--font-heading-family)}.chapter-options__step{position:absolute;top:-2rem;border-radius:50%;background-color:#fff;color:var(--color-text-dark);width:4.5rem;height:4.5rem;line-height:1;border:1px solid var(--color-text-dark);font-weight:500}.chapter-options__description{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:136.6rem;padding:0 2rem;margin:4rem auto 0}.chapter-options__wrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;justify-content:center;width:100%;max-width:136.6rem;margin:4rem auto;gap:1rem;padding:0 2rem}.chapter-option{border:1px solid var(--color-text-dark);border-radius:50px;display:flex;align-items:center;height:4.5rem;gap:1rem;overflow:hidden;padding:0 2rem;cursor:pointer}.chapter-option__checkmark{border:1px solid var(--color-text-dark);border-radius:50%;width:4.5rem;height:4.5rem;position:relative;display:none;background-color:var(--chapter-accent, #ea996e);margin-left:-2.1rem;flex-shrink:0;cursor:pointer}.chapter-option>input:checked+.chapter-option__checkmark{display:block}.chapter-option__checkmark:after{content:"";display:block;height:2rem;width:.8rem;border-right:3px solid #fff;border-bottom:3px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg)}.chapter-option__label{width:100%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer}.label__inner{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.86rem;overflow:hidden}.chapter-option.chapter-option__incart{height:6.5rem;background-color:var(--chapter-accent);pointer-events:none}.chapter-option__incart .chapter-option__checkmark{margin-left:-1.1rem;background-color:#fff}.chapter-option__incart .chapter-option__checkmark:after{border-color:var(--chapter-accent)}.chapter-option__incart .chapter-option__label{color:#fff;font-weight:500}.chapter-option__incart .label__inner{-webkit-line-clamp:2;max-height:4.4rem;line-height:1.1;font-size:2rem}.chapter-options__arrow{width:1rem;height:1rem;border-right:2px solid var(--color-text-dark);border-bottom:2px solid var(--color-text-dark);transform:rotate(45deg);animation:hover 3s ease infinite}.chapter-options__prompt .chapter-options__description{margin:0 auto 4rem;padding-bottom:1rem}.chapter-options__choose .chapter-options__description{margin-bottom:4rem}.chapter-options__anchor[aria-hidden=true]{display:none}.chapter-options__anchors{display:flex;column-gap:4rem;row-gap:1rem;align-items:center;justify-content:center;flex-flow:row wrap;max-width:136.6rem;margin:0 auto 6rem}.chapter-options__anchor{font-weight:500;cursor:pointer;text-decoration:underline}.chapter-options__results .chapter-options__description{font-size:2rem;margin-bottom:1rem}.chapter-options__group{width:100%;max-width:136.6rem;margin-bottom:4rem}.chapter-accordion[aria-hidden=true].chapter-options__group{margin-bottom:0}.chapter-options__group-title{width:calc(100% - 4rem);padding:2rem;font-size:3.8rem;font-family:var(--font-heading-family);text-align:center;margin:0 auto 1rem;color:#fff;background-color:var(--chapter-accent, #ea996e)}.chapter-options__products .swiper-container{width:calc(100% - 4rem);margin:0 auto}.chapter-options__products .swiper-button-prev,.chapter-options__products .swiper-button-next{background-color:var(--chapter-accent, #ea996e);border:0;width:3rem;height:6rem}.chapter-options__products .swiper-button-next:after,.chapter-options__products .swiper-button-prev:after{color:#fff;font-size:2.4rem}.chapter-options__products .swiper-button-prev{left:0}.chapter-options__products .swiper-button-next{right:0}.chapter-product{padding:4rem 4rem 4rem 0;display:grid;grid-template-columns:40% 60%;border:1px solid #4d4945;margin:0 auto;box-sizing:border-box}.chapter-product__column{position:relative}.chapter-product__column .sticker{width:11rem;height:11rem;font-size:1.8rem;left:5%;top:10%}.chapter-product__image{width:70%;margin:0 auto}.chapter-product__meta{display:flex;flex-direction:column;height:100%}.chapter-product__title{margin-bottom:10px}.chapter-product__title,.chapter-product__brand{font-size:2.6rem}.chapter-product__brand{font-weight:500;text-transform:uppercase}.chapter-product__grml{font-weight:300;font-family:var(--font-heading-family);font-size:2rem}.chapter-product__price{font-weight:500;font-size:3rem;margin-top:auto}.chapter-product__reviews{margin-top:.5rem}.chapter-product__quote{display:flex;flex-direction:column;background-color:#f8f4f1;padding:2rem;gap:1rem;margin:3rem auto}.chapter-product__quote-header{font-weight:500;font-size:2.6rem;text-transform:uppercase}.chapter-product__quote-body *:first-child{margin-top:0}.chapter-product__quote-body *:last-child{margin-bottom:0}.chapter-product__quote-body p{font-size:2rem}.chapter-product__textlink{font-size:2rem;text-transform:uppercase;width:max-content}.chapter-product__fulldesc{margin-bottom:2rem}.chapter-product__buttons{display:flex;gap:2rem;width:100%;align-items:center}.chapter-product__form{flex-grow:1}.chapter-product__add{background-color:#4d4945;color:#fff;text-transform:uppercase;border-radius:50px;padding:1.8rem;-webkit-appearance:none;appearance:none;border:0;width:100%;font-weight:400;font-size:2.2rem;cursor:pointer;position:relative}.chapter-product__add:hover{background-color:#706c69}.chapter-product__loading{pointer-events:none;background-color:#c4c4c4;color:transparent}.chapter-product__loading:after{content:"";display:block;width:20px;height:20px;border-radius:50%;border:3px solid #4d4945;border-right:3px solid transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:loadingSpin 1s linear infinite}.chapter-product__added{pointer-events:none;background-color:var(--chapter-accent);color:#fff}.chapter-product__error{background-color:red;color:#fff}.chapter-product__wishlist{display:flex;gap:1rem;align-items:center}.chapter-product__wishlist-icon{line-height:0}.chapter-product__wishlist-link{font-size:2.2rem}@media screen and (max-width: 767px){.chapter-options__steps-header{flex-direction:column;align-items:center;text-align:center;padding:0 2rem 2rem;margin-top:3rem}.steps__header-icon{width:8rem;margin-top:-3rem}.steps__header-text *{font-size:3.5rem}.steps__inner{padding:1rem}.step__icon{font-size:1.9rem;width:2.5rem;height:2.5rem}.step__label{font-size:1.3rem;line-height:1.125}.steps__notification{padding:1rem 2rem;gap:1rem}.notification__label{font-size:1.8rem;max-height:5.5rem;line-height:1.25}.chapter-options__header{font-size:3rem;padding:2.6rem 1.6rem}.chapter-options__step{line-height:1.25;top:-2.2rem}.chapter-options__description,.chapter-options__results .chapter-options__description,.chapter-options__anchor{font-size:1.8rem;line-height:1.25}.label__inner{font-size:1.8rem;max-height:2.6rem}.chapter-option__incart .label__inner{max-height:5.2rem}.chapter-options__wrapper{grid-template-columns:1fr}.chapter-options__group-title{font-size:2.6rem;padding:1.6rem}.chapter-product{padding:0;grid-template-columns:1fr;text-align:center}.chapter-product__image{padding:2rem}.chapter-product__title,.chapter-product__brand{font-size:2rem}.chapter-product__price{font-size:2.2rem}.chapter-product__reviews .yotpo-widget-instance{width:max-content;margin:0 auto}.chapter-product__quote-header{font-size:2rem}.chapter-product__quote-body p,.chapter-product__textlink{font-size:1.8rem}.chapter-product__fulldesc{margin:0 auto 2rem}.chapter-product__buttons{padding:0 2rem 2rem}.chapter-product__add{padding:1.4rem;font-size:2rem}.chapter-product__wishlist-link{display:none}}@keyframes loadingSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes hover{0%{transform:translateY(0) rotate(45deg)}2.5%{transform:translateY(.2rem) rotate(45deg)}7.5%{transform:translateY(-.2rem) rotate(45deg)}10%{transform:translateY(0) rotate(45deg)}to{transform:translateY(0) rotate(45deg)}}.chapter-featured-product{max-width:136.6rem;margin:0 auto 6rem;display:flex;flex-direction:column;align-items:center;padding:0 2rem;box-sizing:border-box}.chapter-featured-product__kicker{font-size:2.1rem;letter-spacing:2px;text-align:center;text-transform:uppercase}.chapter-featured-product__title{margin-bottom:2.5rem}.chapter-featured-product__title *{font-size:4.3rem;text-align:center;margin:0;font-family:var(--font-heading-family);line-height:1.25}.chapter-featured-product__title em{font-weight:600}.chapter-featured-product .chapter-product{width:100%}@media screen and (max-width: 768px){.chapter-featured-product__kicker{font-size:1.6rem}.chapter-featured-product__title *{font-size:3.5rem}}
/*# sourceMappingURL=/cdn/shop/t/565/assets/component-chapter-options.css.map */
