.pdp-bundle__title{color:#262a30;font-family:Aspekta;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}.pdp-bundle__block+.pdp-bundle__block{margin-top:8px}.pdp-bundle__block{cursor:pointer;border:1px solid transparent;display:flex;justify-content:space-between;align-items:stretch;padding:12px;background:#efede6}.pdp-bundle__block.active{background:transparent;border-color:#242a2f}.pdp-bundle__radio-input{width:16px;height:16px;border-radius:50%;border:1px solid #262A30;background:transparent;position:relative;overflow:hidden;text-indent:-9999px}.pdp-bundle__block.active .pdp-bundle__radio-input:after{content:"";background:#262a30;border:1px solid #fff;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.pdp-bundle__block--bundle .pdp-bundle__radio-input{margin-top:4px}.pdp-bundle__content{display:flex;align-items:flex-start;gap:8px}.pdp-bundle__details{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.pdp-bundle__details-title{color:#262a30;font-family:Aspekta;font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-transform:lowercase;display:flex;align-items:center;gap:6px}.pdp-bundle__details-title-discount{border-radius:64px;background:#ccc5b3;padding:4px 8px;color:#262a30;text-align:center;font-family:Aspekta;font-size:11px;font-style:normal;font-weight:400;line-height:normal;text-transform:lowercase}.pdp-bundle__details-product-image-items{display:flex;align-items:center;gap:6px}.pdp-bundle__customize-button{color:#262a30;font-family:Aspekta;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;text-transform:lowercase;margin-top:8px;transition:color .3s ease}.pdp-bundle__customize-button:hover{color:#0f0f0f;transition:color .3s ease}.pdp-bundle__details-product-image-wrapper{border:1px solid #262A30;display:flex;padding:3px 8px;justify-content:center;align-items:center;gap:4px}.pdp-bundle__details-product-image-plus{color:#262a30;text-align:center;font-family:Aspekta;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:lowercase}.pdp-bundle__details-product-image{width:32px;height:11px;position:relative;overflow:hidden}.pdp-bundle__details-product-image img{object-fit:contain;object-position:center;display:block;width:100%;height:auto;position:absolute;top:50%;transform:translateY(-50%);mix-blend-mode:multiply}.pdp-bundle__details-product-name{color:#262a30;font-family:Aspekta;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:lowercase}.pdp-bundle__prices{display:flex;flex-direction:column;align-items:flex-start;text-align:right}.pdp-bundle__prices .price--on-sale .price-item--regular{margin:0;color:#979692;font-family:Aspekta;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.pdp-bundle-pop{position:fixed;bottom:0;left:50%;transform:translate(-50%,100%);max-width:100%;width:100%;padding:64px 16px;z-index:1100;background:#f5f4ee;border-radius:32px 32px 0 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .42s cubic-bezier(.33,0,.2,1),transform .42s cubic-bezier(.33,0,.2,1),visibility 0s .42s;max-height:90vh;overflow-y:auto}.pdp-bundle-pop.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%);transition:opacity .42s cubic-bezier(.33,0,.2,1),transform .42s cubic-bezier(.33,0,.2,1),visibility 0s 0s}.pdp-bundle-pop.active.pdp-bundle-pop--opening{animation:pdp-bundle-pop-in-mobile .42s cubic-bezier(.33,0,.2,1) forwards}@keyframes pdp-bundle-pop-in-mobile{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.pdp-bundle-pop.pdp-bundle-pop--closing{animation:pdp-bundle-pop-out-mobile .42s cubic-bezier(.33,0,.2,1) forwards;pointer-events:none}@keyframes pdp-bundle-pop-out-mobile{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,100%)}}.pdp-bundle-pop__close-button{position:absolute;top:24px;right:24px;width:16px;height:16px;cursor:pointer;z-index:2}.pdp-bundle-pop__close-button svg{width:100%;height:100%;display:block}.pdp-bundle-pop__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s cubic-bezier(.25,.1,.25,1),visibility 0s .5s}.pdp-bundle-pop__backdrop.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .5s cubic-bezier(.25,.1,.25,1),visibility 0s 0s}.pdp-bundle-pop__container{width:100%;display:flex;flex-direction:column;gap:32px}.pdp-bundle-pop__header{display:flex;flex-direction:column;align-items:center;gap:16px}.pdp-bundle-pop__title{color:#262a30;text-align:center;font-family:Crimson Text;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.48px}.pdp-bundle-pop__toggle{display:flex;align-items:center;gap:24px}.pdp-bundle-pop__toggle-option{display:flex;align-items:center;gap:8px;cursor:pointer}.pdp-bundle-pop__toggle-icon{display:flex;align-items:center;justify-content:center}.pdp-bundle-pop__toggle-label{font-family:Aspekta;font-size:1.4rem;font-weight:400;color:#000;letter-spacing:-.28px}.pdp-bundle-pop__toggle-switch{width:60px;height:28px;background:#f5f4ee;border:1px solid rgba(0,0,0,.2);border-radius:100px;position:relative;cursor:pointer;padding:0;flex-shrink:0}.pdp-bundle-pop__toggle-knob{width:22px;height:22px;background:#262a30;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .35s cubic-bezier(.34,1.56,.64,1)}.pdp-bundle-pop__toggle-switch.unwind .pdp-bundle-pop__toggle-knob{left:calc(100% - 24px)}.pdp-bundle-pop__toggle-option--focus.active svg .sun-circle{fill:#262a30}.pdp-bundle-pop__toggle-option--focus.active svg .ray-tr,.pdp-bundle-pop__toggle-option--focus.active svg .ray-bl,.pdp-bundle-pop__toggle-option--focus.active svg .ray-tl,.pdp-bundle-pop__toggle-option--focus.active svg .ray-br{transform:scale(1.6)}.pdp-bundle-pop__toggle-option--focus.active svg .ray-r,.pdp-bundle-pop__toggle-option--focus.active svg .ray-l{transform:scaleX(1.6)}.pdp-bundle-pop__toggle-option--focus.active svg .ray-t,.pdp-bundle-pop__toggle-option--focus.active svg .ray-b{transform:scaleY(1.6)}.pdp-bundle-pop__toggle-option--focus.active svg .icon-sun__line-1{transform:translate(-4px)}.pdp-bundle-pop__toggle-option--focus.active svg .icon-sun__line-2{transform:translate(4px)}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__path{fill:#262a30;stroke:#262a30}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__line-1{transform:translate(-3px)}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__line-2{transform:translate(3px)}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__star.star-1{opacity:1;transform:scale(1) translate(12px,3px)}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__star.star-2{opacity:1;transform:scale(1);transition-delay:.08s}.pdp-bundle-pop__toggle-option--unwind.active .icon-moon-wrap__star.star-3{opacity:1;transform:scale(1);transition-delay:.16s}.pdp-bundle-pop__tab{display:none}.pdp-bundle-pop__tab.active{display:block}.pdp-bundle-pop__cards{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;scroll-padding-left:16px;scroll-padding-right:16px}.pdp-bundle-pop__cards::-webkit-scrollbar{display:none}.pdp-bundle-pop__card{flex:0 0 40%;scroll-snap-align:start;background:#efede6;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0;position:relative;cursor:pointer;border:1px solid transparent;height:136px}.pdp-bundle-pop__card.active{background:transparent;border-color:#262a30}.pdp-bundle-pop__card-badge{position:absolute;top:0;left:0;width:100%;background:#fff;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 4px;z-index:1}.pdp-bundle-pop__card-badge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pdp-bundle-pop__card-badge-icon svg{width:100%;height:100%}.pdp-bundle-pop__card-badge-text{font-family:Aspekta;font-size:1.1rem;font-weight:400;color:#262a30;text-align:center}.pdp-bundle-pop__card-image{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 8px 0}.pdp-bundle-pop__card-image img{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.pdp-bundle-pop__card-info{display:none}.pdp-bundle-pop__active-swatches .pdp-bundle-pop__card-info{display:block}.pdp-bundle-pop__active-swatches .pdp-bundle-pop__card-title{display:none}.pdp-bundle-pop__mobile-detail{display:flex;flex-direction:column;gap:16px;margin-top:16px}.pdp-bundle-pop__scroll-progress{width:100%;height:1px;background:#262a3033;position:relative}.pdp-bundle-pop__scroll-progress-bar{height:100%;background:#262a30;position:absolute;top:0;left:0;width:70%;transition:left .15s ease,width .15s ease}.pdp-bundle-pop__active-title{font-family:Crimson Text;font-size:2rem;font-weight:400;color:#262a30;letter-spacing:-.4px;padding:0 16px}.pdp-bundle-pop__active-swatches:empty{display:none}.pdp-bundle-pop__swatch-group{background:#efede6;padding:16px}.pdp-bundle-pop__swatch-group+.pdp-bundle-pop__swatch-group{margin-top:0}.pdp-bundle-pop__swatch-label{font-family:Aspekta;font-size:1.4rem;font-weight:400;color:#262a30;margin-bottom:24px}.pdp-bundle-pop__swatch-options{display:flex;gap:16px;flex-wrap:wrap;min-height:32px}.pdp-bundle-pop__swatch-options .swatch-input__input{clip:rect(0,0,0,0);position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;border:0;padding:0;margin:0}.pdp-bundle-pop__swatch-options .swatch-input__label{margin:0!important;position:relative;width:24px;height:24px}.pdp-bundle-pop__swatch-options .swatch{width:24px;height:24px;border-radius:0;border:none}.pdp-bundle-pop__swatch-options .swatch-input__input:checked+.swatch-input__label:after,.pdp-bundle-pop__swatch-options .swatch-input__input+.swatch-input__label:hover:after{content:"";display:block;width:100%;height:1px;background-color:#262a30;position:absolute;left:0;top:calc(100% + 8px)}.pdp-bundle-pop__bundle-button{width:100%;background:#262a30;color:#fff;border:none;border-radius:64px;padding:12px 20px;font-family:Aspekta;font-size:1.8rem;font-weight:400;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center}.pdp-bundle-pop__bundle-button:hover{opacity:.9}.pdp-bundle img,.pdp-bundle-pop img,[data-bundle-pop] img{-webkit-user-drag:none;user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.pdp-pop--is-active{overflow:hidden}@media(min-width:769px){.pdp-bundle-pop{top:50%;bottom:auto;transform:translate(-50%,calc(-50% - 20px)) scale(.97);max-width:1054px;padding:32px;border-radius:16px;max-height:90vh}.pdp-bundle-pop.active{transform:translate(-50%,-50%) scale(1)}.pdp-bundle-pop.active.pdp-bundle-pop--opening{animation:pdp-bundle-pop-in .5s cubic-bezier(.25,.1,.25,1) forwards}@keyframes pdp-bundle-pop-in{0%{opacity:0;transform:translate(-50%,calc(-50% - 20px)) scale(.97)}25%{opacity:0;transform:translate(-50%,calc(-50% - 12px)) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.pdp-bundle-pop.pdp-bundle-pop--closing{animation:pdp-bundle-pop-out .4s cubic-bezier(.25,.1,.25,1) forwards}@keyframes pdp-bundle-pop-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}75%{opacity:1;transform:translate(-50%,calc(-50% - 20px)) scale(.97)}to{opacity:0;transform:translate(-50%,calc(-50% - 20px)) scale(.97)}}.pdp-bundle-pop__close-button{top:32px;right:32px;width:20px;height:20px}.pdp-bundle-pop__title{font-size:4rem;letter-spacing:-.8px}.pdp-bundle-pop__toggle-label{font-size:1.6rem;letter-spacing:-.32px}.pdp-bundle-pop__toggle-switch{width:68px;height:32px}.pdp-bundle-pop__toggle-knob{width:24px;height:24px;top:3px;left:3px}.pdp-bundle-pop__toggle-switch.unwind .pdp-bundle-pop__toggle-knob{left:calc(100% - 27px)}.pdp-bundle-pop__container{gap:40px}.pdp-bundle-pop__cards{overflow:visible;scroll-snap-type:none;gap:16px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;scroll-padding-left:0;scroll-padding-right:0}.pdp-bundle-pop__card{flex:1;min-height:auto;padding:0;background:transparent;height:auto}.pdp-bundle-pop__card-image{height:259px;padding:0}.pdp-bundle-pop__card-image img{width:73%;height:auto}.pdp-bundle-pop__card-info{display:block!important;width:100%}.pdp-bundle-pop__card-title{font-family:Crimson Text;font-size:2.4rem;font-weight:400;color:#262a30;letter-spacing:-.48px;padding:8px 16px}.pdp-bundle-pop__card-swatches{width:100%}.pdp-bundle-pop__mobile-detail{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/pdp-bundle.css.map */
