.box-pdp-container{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.box-pdp__step{display:flex;flex-direction:column;gap:10px}.box-pdp__selections{display:flex;flex-direction:row;gap:10px}.box-pdp__step-title{font-size:18px;font-weight:900;line-height:1.2;color:#2e3076}.box-pdp__step-subtitle{font-size:14px;color:#2e3076;line-height:1.2;font-weight:600}.box-pdp__selection{display:flex;flex-direction:column;width:100%;max-width:calc(50% - 5px);min-width:160px;min-height:40px;border-radius:16px;border:2px solid transparent;color:#2e3076;font-weight:700;cursor:pointer;padding:12px 15px;align-items:center;justify-content:center;font-size:16px;text-align:center;background:#f2edd4;text-transform:capitalize;position:relative}.box-pdp__selection .box-pdp__selection-short-description{font-size:14px;font-weight:400;margin-top:5px;text-transform:none}.box-pdp__selection .box-pdp__selection-badge-text{position:absolute;font-size:12px;font-weight:900;text-transform:uppercase;border-radius:16px;padding:2px 10px;background:#ef4a31;color:#fff;top:-10px;left:50%;transform:translate(-50%);white-space:nowrap}@media(max-width:480px){.box-pdp__selection .box-pdp__selection-short-description{font-size:12px}.box-pdp__selection .box-pdp__selection-badge-text{font-size:10px}}.box-pdp__selection.box-pdp--selected{background:#b5e3f4;font-weight:700;border:2px solid #2e3076}.box-pdp__selection-input{display:none}.box-pdp__selection-input:checked+.box-pdp__selection{background:#b5e3f4;border:2px solid #2e3076;font-weight:700}.box-pdp__plans{display:flex;flex-direction:column;gap:15px;font-size:16px}.box-pdp__plan{display:flex;flex-direction:column;gap:0px;border:2px solid transparent;background:#f2edd4;border-radius:16px;padding:15px;cursor:pointer;position:relative}.box-pdp__plan-title-wrapper{flex:1;display:flex;flex-direction:row;gap:5px;justify-content:space-between}.box-pdp__plan-price-wrapper{flex-shrink:0;display:flex;flex-direction:column;font-size:16px;font-weight:700;color:#2e3076;text-align:right}.price--compare{font-size:14px;text-decoration:line-through;position:relative;margin-bottom:-10px;top:-5px}.box-pdp__plan-description .description-line{display:flex;flex-direction:row;align-items:center;gap:10px}.box-pdp__plan-description .description-line__icon{font-size:0}.box-pdp__plan-input{display:none}.box-pdp__plan-input:checked+.box-pdp__plan{background:#b5e3f4;border:2px solid #2e3076}.box-pdp__plan-title{font-size:16px;font-weight:700;color:#2e3076}.box-pdp__delivery-item{display:flex;flex-direction:row;gap:10px;align-items:center}.box-pdp__delivery-item-title{font-size:18px;font-weight:700;color:#2e3076;flex-shrink:0}.box-pdp__delivery-item-value{font-size:18px;font-weight:900;color:#2e3076;text-decoration:underline}.box-pdp__delivery-item-value-wrapper{display:flex;flex-direction:row;gap:5px;cursor:pointer}.box-pdp__delivery-item-value-dropdown-icon{display:flex;align-items:center;font-size:0}.box-pdp--custom-dropdown{position:relative;cursor:pointer;width:calc(50% - 5px)}[data-calendar-type=date-picker] .box-pdp--custom-dropdown{width:100%}[data-calendar-type=date-picker] .box-pdp--custom-dropdown__options-wrapper{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center}.box-pdp--custom-dropdown.active{display:block}.box-pdp--custom-dropdown__selected{padding:10px 15px;display:flex;justify-content:space-between;align-items:center;border:2px solid #2e3076;border-radius:10px;min-height:40px;font-size:16px;text-transform:capitalize}.box-pdp--custom-dropdown__selected:after{content:"\276f";font-size:14px;margin-left:10px;rotate:90deg;transition:transform .3s ease}.box-pdp--custom-dropdown.open .box-pdp--custom-dropdown__selected:after{transform:rotate(90deg)}.box-pdp--custom-dropdown__options{position:absolute;top:100%;left:0;right:0;background-color:var(--color-bg);border-top:none;border-radius:0 0 4px 4px;max-height:0;overflow:hidden;transition:max-height .3s ease-out;z-index:3}[data-calendar-type=date-picker] .box-pdp--custom-dropdown__options{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.box-pdp--custom-dropdown.open .box-pdp--custom-dropdown__options{max-height:200px;overflow:scroll;transition:max-height .3s ease-in;border:2px solid #2e3076;border-top:none;border-radius:0 0 10px 10px}[data-calendar-type=date-picker] .box-pdp--custom-dropdown.open .box-pdp--custom-dropdown__options{max-height:1000px;overflow-y:auto;transition:max-height .5s cubic-bezier(.9,0,.3,.9)}.box-pdp--custom-dropdown.open .box-pdp--custom-dropdown__selected:after{transform:rotate(180deg)}.box-pdp--custom-dropdown.open .box-pdp--custom-dropdown__selected{border-radius:10px 10px 0 0}.box-pdp--custom-dropdown__option{padding:5px 10px;font-size:16px}.box-pdp--custom-dropdown__option:hover{background-color:#2e3076;color:#fff}.box-pdp__add-to-cart-button{width:100%;padding:10px 15px;border-radius:20px;font-size:16px;min-height:50px;font-weight:900;cursor:pointer;gap:5px}.box-pdp__byob-button{background:none;border:2px solid #2e3076;color:#2e3076}.box-pdp__byob-button:hover,.box-pdp__byob-button:focus,.box-pdp__byob-button:active,.box-pdp__byob-button:visited{background:#2e3076;color:#fff}@media(max-width:580px){.box-pdp__selection{padding:10px 5px}}@media(max-width:480px){.box-pdp__selection{padding:10px 5px;min-width:unset;font-size:12px}.box-pdp--custom-dropdown{width:auto;align-self:flex-start}.box-pdp__plan-title,.description-line__text,.box-pdp__plan-price-wrapper{font-size:14px}.price--compare{font-size:12px}.box-pdp__step-title,.box-pdp__delivery-item-title,.box-pdp__delivery-item-value{font-size:16px}}.box-pdp--calendar-label-wrapper{display:flex;align-items:center}.box-pdp--calendar{background:#f2edd4;border-radius:16px;padding:15px;gap:0px}.box-pdp--calendar-label{cursor:pointer;color:#2e3076;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:10px}.purchase-flow-step_3__plan-selection-delivery-dropdown-description{font-size:16px;font-weight:400;line-height:normal;color:#000;text-align:center;max-width:40rem}.box-pdp--calendar-container{text-align:center;max-height:0;transition:max-height .5s ease;overflow:hidden}.box-pdp--calendar-container{text-align:center}.box-pdp--calendar-checkbox{display:none}.flatpickr-wrapper{margin-top:15px}[data-calendar-type=date-picker] .flatpickr-wrapper{margin-top:0}.box-pdp--calendar-checkbox:checked~.box-pdp--calendar-container{max-height:350px}.box-pdp--calendar-checkbox:checked~.bunto-date-picker-container{max-height:450px}.box-pdp--calendar-label-icon{transition:transform .5s ease}.box-pdp--calendar-checkbox:checked~.box-pdp--calendar-label-wrapper .box-pdp--calendar-label .box-pdp--calendar-label-icon{transform:rotate(180deg)}.box-pdp__purchase-options-wrapper{display:flex;flex-direction:column;gap:10px}.box-pdp__purchase-option-label{display:flex;flex-direction:column;font-size:16px;font-weight:700;color:#2e3076;width:100%;background:#f2edd4;border-radius:16px;padding:15px;border:2px solid transparent;cursor:pointer}.box-pdp__purchase-option-title-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.box-pdp__purchase-option-price{color:#2e3076;opacity:1}.box-pdp__purchase-option input:checked+.box-pdp__purchase-option-label{background:#b5e3f4;border:2px solid #2e3076}.box-pdp__purchase-option-description-wrapper{max-height:0;overflow:hidden;transition:max-height .5s ease}.box-pdp__purchase-option-description-wrapper .product-lock__box{padding:15px 0 0;background:transparent}.box-pdp__purchase-option-description-wrapper .product-lock__box-title{text-align:left}.box-pdp__purchase-option input:checked+.box-pdp__purchase-option-label .box-pdp__purchase-option-description-wrapper{max-height:500px}.product-lock-unlocked-text{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}.product-lock-unlocked-text__icon{font-size:0px;display:flex;align-items:center;justify-content:center}.product-lock-unlocked-text__icon .icon{width:25px;height:25px}.product-lock-unlocked-text__text{font-size:16px;font-weight:700;color:#2e3076}.giftnote-button-container #button{width:100%!important}.flatpickr-day.selected,.flatpickr-weekdays,.flatpickr-day.startRange,span.flatpickr-weekday,.flatpickr-months .flatpickr-month,.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#ef4a31;border-color:#ef4a31;color:#fff!important}.flatpickr-day.nextMonthDay:not(.flatpickr-disabled),.flatpickr-day.prevMonthDay:not(.flatpickr-disabled){color:#484848}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:not(.flatpickr-disabled):hover,.flatpickr-day.prevMonthDay:not(.flatpickr-disabled):hover,.flatpickr-day.nextMonthDay:not(.flatpickr-disabled):hover,.flatpickr-day:not(.flatpickr-disabled):focus,.flatpickr-day.prevMonthDay:not(.flatpickr-disabled):focus,.flatpickr-day.nextMonthDay:not(.flatpickr-disabled):focus{background:#ef4a31;border-color:#ef4a31;color:#fff!important;-webkit-box-shadow:-5px 0 0 #ef4a31,5px 0 0 #ef4a31;box-shadow:-5px 0 #ef4a31,5px 0 #ef4a31}.flatpickr-day.hover-startRange:not(.flatpickr-disabled):hover,.flatpickr-day.hover-endRange:not(.flatpickr-disabled):hover{box-shadow:none}.flatpickr-day.hover-in-range{background:#ef4a31;border-color:#ef4a31;color:#fff!important;border-radius:0;-webkit-box-shadow:-5px 0 0 #ef4a31,5px 0 0 #ef4a31;box-shadow:-5px 0 #ef4a31,5px 0 #ef4a31}.flatpickr-day.hover-startRange,.flatpickr-day.hover-endRange{background:#ef4a31;border-color:#ef4a31;color:#fff!important}.flatpickr-day.hover-endRange{border-radius:0 50px 50px 0}.flatpickr-day.hover-startRange{border-radius:50px 0 0 50px}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#fff}span.flatpickr-weekday{color:#fff}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #ef4a31}.flatpickr-day.week.selected{box-shadow:-5px 0 #ef4a31,5px 0 #ef4a31}.flatpickr-day.today{border-color:#ef4a31}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#ef4a31;background:#ef4a31}@media(max-width:480px){.box-pdp--calendar{padding:15px 10px}.box-pdp--calendar-label{font-size:16px}}.box-pdp-container__gifting .box-pdp__plan-title-wrapper{flex:unset}.box-pdp-container__gifting .rtx-subscription{margin:0}.box-pdp-container__gifting .rtx-subscription .rtx-gift-box{padding:0}.box-pdp-container__gifting .rtx-subscription .rtx-gift-box>div{background:#fff;display:flex;flex-direction:column;min-height:75px;border:1px solid #d4d4d4;border-radius:6px;padding:8px 12px 0;margin-bottom:10px}.box-pdp-container__gifting .rtx-subscription .rtx-gift-box>p{color:#000;font-size:16px}.box-pdp-container__gifting .rtx-subscription .rtx-gift-box>div label{margin-bottom:8px;font-size:12px;line-height:16px;font-weight:400;color:#000;padding:0}.box-pdp-container__gifting .rtx-subscription .rtx-gift-box>div input,.box-pdp-container__gifting .rtx-subscription .rtx-gift-box>div textarea{border:none;outline:none;background:none;font-size:15px;padding:10px 0;width:100%}@media(max-width:480px){.box-pdp-container__gifting .box-pdp--box-type{flex-direction:column}.box-pdp-container__gifting .box-pdp--box-type .box-pdp__selection{max-width:unset}.box-pdp-container__gifting .box-pdp--box-type .box-pdp__selection .box-pdp__plan-description{display:none}.box-pdp-container__gifting .box-pdp--box-type .box-pdp__selection-input:checked+.box-pdp__selection .box-pdp__plan-description{display:block}}.box-pdp-container__gifting .box-pdp--box-type .box-pdp__selection .description-line{font-weight:400;line-height:1.5;color:#000;font-size:16px}.box-pdp-container__gifting .purchase-details{flex-direction:column;align-items:unset;gap:5px}.box-pdp-container__gifting .purchase-details .product-block{padding:10px 0}.box-pdp__step-description{color:#000;font-size:14px;font-weight:500;margin-top:5px}.box-pdp__recipient{display:flex;flex-direction:column;gap:10px}.box-pdp__recipient .box-pdp__input{background:#fff;display:flex;flex-direction:column;min-height:75px;border:1px solid #d4d4d4;border-radius:6px;padding:8px 12px 0}.box-pdp__recipient .box-pdp__input label{margin-bottom:8px;font-size:12px;line-height:16px}.box-pdp__recipient .box-pdp__input input,.box-pdp__recipient .box-pdp__input textarea{border:none;outline:none;background:none;font-size:14px;padding:10px 0}.box-pdp__recipient .box-pdp__input input:focus,.box-pdp__recipient .box-pdp__input textarea:focus{outline:none}.box-pdp__purchase-option-price-wrapper .regular-price{font-weight:900}.box-pdp__shipping-note{font-weight:800;color:#000;font-size:16px}.product-form-v2{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.product-lock__bottom-text{text-align:center}.product-lock__bottom-text a{text-decoration:underline;color:#000}.box-pdp__plan-price-savings{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2e3076;border-radius:50%;padding:15px;line-height:1;color:#fff;font-weight:900;font-size:16px;position:absolute;top:50%;right:20px;aspect-ratio:1/1;transform:translateY(-50%)}@keyframes pulse{0%{transform:translateY(-50%) scale(1);box-shadow:0 0 #2e307666}70%{transform:translateY(-50%) scale(1.05);box-shadow:0 0 0 10px #2e307600}to{transform:translateY(-50%) scale(1);box-shadow:0 0 #2e307600}}.box-pdp-v2 .box-pdp__plan-description{padding-right:90px}@media(max-width:480px){.box-pdp__plan-price-savings{font-size:14px;padding:10px}}.checkbox-wrapper-40{--borderColor: #2d307a;--borderWidth: .125em;--backgroundColor: #b5e3f4}.checkbox-wrapper-40 input[type=checkbox]{-webkit-appearance:none;appearance:none;cursor:pointer;vertical-align:middle;background:#fff;font-size:1.8em;border-radius:.125em;display:inline-block;border:2px solid var(--borderColor);width:1em;height:1em;position:relative;flex-shrink:0}.checkbox-wrapper-40 input[type=checkbox]:before,.checkbox-wrapper-40 input[type=checkbox]:after{content:"";position:absolute;background:var(--borderColor);width:calc(var(--borderWidth) * 3);height:var(--borderWidth);top:50%;left:11%;transform-origin:left center}.checkbox-wrapper-40 input[type=checkbox]:before{transform:rotate(45deg) translate(calc(var(--borderWidth) / -2),calc(var(--borderWidth) / -2)) scaleX(0);transition:transform .1s ease-in .1s}.checkbox-wrapper-40 input[type=checkbox]:after{width:calc(var(--borderWidth) * 5);transform:rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);transform-origin:left center;transition:transform .1s ease-in}.checkbox-wrapper-40 input[type=checkbox]:checked{background-color:var(--backgroundColor)}.checkbox-wrapper-40 input[type=checkbox]:checked:before{transform:rotate(45deg) translate(calc(var(--borderWidth) / -2),calc(var(--borderWidth) / -2)) scaleX(1);transition:transform .1s ease-in}.checkbox-wrapper-40 input[type=checkbox]:checked:after{width:calc(var(--borderWidth) * 5);transform:rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);transition:transform .1s ease-out .1s}@media(max-width:580px){.checkbox-wrapper-40{--borderWidth: .105em}.checkbox-wrapper-40 input[type=checkbox]{width:.8em;height:.8em}}.giftToggle{display:flex;align-items:center;gap:10px}.giftToggle label{color:#2d307a;font-weight:800;font-size:1.2rem;cursor:pointer}.box-pdp__preferences-wrapper{display:flex;flex-direction:column;gap:10px;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.box-pdp__step--preferences{gap:0}.prefs_wrapper-label{position:relative;cursor:pointer}.plus-minus{display:inline-block;position:relative;width:12px;margin-right:3px}.plus,.minus{position:absolute;transition:opacity .3s ease}.minus{opacity:0}#prefs_wrapper:checked~.box-pdp__step-title .plus{opacity:0}#prefs_wrapper:checked~.box-pdp__step-title .minus{opacity:1}.preferences-item{display:flex;align-items:center;gap:10px;flex-shrink:0;font-size:16px}.preferences-item:first-child{margin-top:10px}.preferences-item label{color:#2d307a;font-weight:600;font-size:1.2rem;cursor:pointer}.box-pdp__step-title--preferences{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-height:48px}.prefs_wrapper-label{cursor:pointer;font-weight:600;display:flex}#prefs_wrapper:checked~.box-pdp__preferences-wrapper{max-height:300px;overflow-y:auto;transition:max-height .5s cubic-bezier(.9,0,.3,.9)}.preferences-button{display:flex;align-items:center;gap:10px;font-weight:700;padding:10px 20px;background:#f2edd4;border-radius:16px;min-height:48px;font-size:16px}.preferences-button__remove{font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#c3c3c3;height:20px}@media(max-width:580px){.box-pdp__step-title--preferences{flex-wrap:wrap}.prefs_wrapper-label{width:100%}}@media(max-width:480px){.preferences-item,.preferences-item label{font-size:14px}.preferences-button{font-size:12px;padding:5px 20px;min-height:40px}}.box-pdp__step--frequency-selector{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.frequency-wrapper-below-button__label{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:18px;line-height:1.2;color:#2e3076;position:relative;z-index:2}.frequency-wrapper-below-button__label:after{content:"\276f";font-size:14px;font-weight:400;rotate:90deg;transition:transform .3s ease;margin-left:3px}#frequency-wrapper-below-button:checked~.frequency-wrapper-below-button__label:after{transform:rotate(180deg)}.frequency-wrapper-below-button__dropdown .box-pdp__selections.frequency-selector{margin-top:5px;margin-bottom:5px}.box-pdp__step--frequency-selector{position:relative}.frequency-wrapper-below-button__dropdown{min-width:260px;background:#f2edd4;border-radius:16px;position:absolute;max-height:0;overflow:hidden;transition:max-height .2s ease-out;z-index:1;top:120%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#frequency-wrapper-below-button:checked~.frequency-wrapper-below-button__dropdown{max-height:500px;transition:max-height .3s ease-in}.frequency-wrapper-below-button__dropdown.active{opacity:1;z-index:1}.frequency-wrapper-below-button__dropdown .frequency-selector{display:flex;flex-direction:column;gap:0;width:100%}.frequency-wrapper-below-button__dropdown .box-pdp__selection{background:transparent;border:none;font-weight:400}.frequency-wrapper-below-button__dropdown .box-pdp__selection:hover{font-weight:700}.frequency-wrapper-below-button__dropdown .box-pdp__selection-input:checked+.box-pdp__selection{background:transparent;border:none;font-weight:700}.frequency-wrapper-below-button__dropdown .frequency-selector .box-pdp__selection{max-width:100%}.frequency-wrapper-below-button__icon{width:25px;height:25px;rotate:90deg}@media(max-width:480px){.frequency-wrapper-below-button__label{font-size:16px}}.purchase-flow__product_list{display:grid;grid-auto-rows:minmax(min-content,max-content);flex-wrap:wrap;align-items:stretch;gap:25px 15px}.extra-products-popup{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow-y:auto;background-color:#2d307a8c;padding:20px}.extra-products-popup__content{position:relative;background-color:#fff;border-radius:14px;box-shadow:0 12px 40px #0000002e;width:100%;max-width:540px;max-height:calc(100vh - 40px);margin:0 auto;padding:0;display:flex;flex-direction:column;overflow:hidden;top:50%;transform:translateY(-50%)}.extra-products-popup__close{color:#2e3076;font-size:28px;font-weight:700;line-height:1;cursor:pointer;position:absolute;top:12px;right:12px;background:none;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:4;transition:background-color .15s ease}.extra-products-popup__close:hover,.extra-products-popup__close:focus{background-color:#2d307a14;text-decoration:none}.extra-products-popup__header{padding:24px 28px 20px;border-bottom:1px solid rgba(45,48,122,.12)}.extra-products-popup__eyebrow{font-size:14px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#ef4a31;margin:0 0 8px;line-height:1.2}.extra-products-popup__title{font-size:26px;font-weight:900;line-height:1.15;color:#2e3076;margin:0 0 8px}.extra-products-popup__sub{font-size:16px;line-height:1.5;color:#2e3076;opacity:.75;margin:0}.extra-products-popup__content .purchase-flow__collections{flex:1 1 auto;overflow-y:auto;padding:0 28px;display:flex;flex-direction:column;gap:16px;margin:0;max-height:400px}.extra-products-popup__content .purchase-flow__collection{padding:4px 0}.extra-products-popup__content .purchase-flow__collection-title{font-size:14px;font-weight:700;line-height:normal;color:#2e3076;text-transform:uppercase;letter-spacing:.4px;padding:16px 0 8px;margin:0;text-align:left}.extra-products-popup__content .purchase-flow__product_list{display:flex;flex-direction:column;gap:0;grid-template-columns:none;min-width:0;max-width:none;justify-content:stretch}.extra-products-popup__content .purchase-flow__product_list[data-item-count="2"],.extra-products-popup__content .purchase-flow__product_list[data-item-count="3"],.extra-products-popup__content .purchase-flow__product_list[data-item-count="4"]{display:flex;flex-direction:column;grid-template-columns:none;min-width:0}.extra-products-popup__footer{background-color:#faf6e8;padding:18px 24px 20px;display:flex;flex-direction:column;align-items:stretch;gap:10px;border-top:1px solid rgba(45,48,122,.1)}.extra-products-popup__button-container{display:flex;justify-content:stretch;align-items:center;width:100%;margin:0;padding:0;background:transparent;box-shadow:none;position:static}.extra-products-popup__button-container #extra-products-popup__checkout-button{width:100%;min-width:0;background-color:#ef4a31;color:#fff;border:none;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;font-size:16px;font-weight:900;min-height:56px;padding:14px 20px}.extra-products-popup__button-container #extra-products-popup__checkout-button:hover:not(:disabled){background-color:#d9421b}.extra-products-popup__button-container #extra-products-popup__checkout-button:disabled{opacity:.7;cursor:not-allowed}.extra-products-popup__skip{background:none;border:none;cursor:pointer;color:#2e3076;font-size:14px;font-weight:600;text-decoration:underline;padding:6px 10px;align-self:center;font-family:inherit}.extra-products-popup__skip:hover{opacity:.75}.extra-products-popup--single-addon .extra-products-popup__content{max-width:400px;padding:0;overflow:hidden;background:#faf6e8}.extra-products-popup__close--single{top:14px;right:14px;z-index:3;background:#fff;color:#2e3076;box-shadow:0 2px 8px #00000014}.extra-products-popup__single{display:flex;flex-direction:column}.extra-products-popup__single-visual{position:relative;background:linear-gradient(180deg,#fde8ec,#fce4e9);aspect-ratio:1 / 1;padding:0;overflow:hidden}.extra-products-popup__single-badge{position:absolute;top:16px;left:16px;z-index:2;background:#2e3076;color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:8px 14px;border-radius:999px;line-height:1}.extra-products-popup__single-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0}.extra-products-popup__single-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.extra-products-popup__single-more-info-slot{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.extra-products-popup .purchase-flow__product-card--more-info-bridge{position:relative;width:100%;height:100%;min-height:0;margin:0;padding:0;border:none;background:transparent;box-shadow:none;pointer-events:none}.extra-products-popup .purchase-flow__product-card--more-info-bridge .purchase-flow__product-card-more-info{position:absolute;bottom:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;margin:0;padding:2px;width:32px;height:32px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 8px #0000001f;pointer-events:auto}.extra-products-popup .purchase-flow__product-card--more-info-bridge .purchase-flow__product-card-more-info:hover,.extra-products-popup .purchase-flow__product-card--more-info-bridge .purchase-flow__product-card-more-info:focus-visible{box-shadow:0 2px 12px #0000002e;outline:none}.extra-products-popup .purchase-flow__product-card--more-info-bridge .purchase-flow__product-card-more-info .icon{fill:#2e3076}.extra-products-popup__single-body{padding:22px 24px 8px;text-align:center}.extra-products-popup__single-eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2e3076;opacity:.45}.extra-products-popup__single-title{margin:0 0 10px;font-size:24px;font-weight:900;line-height:1.15;color:#2e3076}.extra-products-popup__single-sub{margin:0 0 20px;font-size:15px;line-height:1.45;color:#2e3076;opacity:.72}button.extra-products-popup__single-primary{width:100%;min-height:52px;border-radius:20px;font-size:15px;font-weight:900;letter-spacing:.02em;text-transform:none}.extra-products-popup__footer--single-addon{border-top:none;padding-top:0;padding-bottom:22px;background:#faf6e8}.extra-products-popup__footer--single-addon .extra-products-popup__skip{text-decoration:none;color:#2e3076;opacity:.55;font-weight:600}.extra-products-popup__footer--single-addon .extra-products-popup__skip:hover{opacity:.85}@media(max-width:767px){.extra-products-popup{padding:12px}.extra-products-popup__content{max-width:100%;max-height:calc(100vh - 24px);border-radius:12px}.extra-products-popup--single-addon .extra-products-popup__content{max-width:100%}.extra-products-popup__header{padding:22px 20px 16px}.extra-products-popup__eyebrow{font-size:12px}.extra-products-popup__title{font-size:26px}.extra-products-popup__content .purchase-flow__collections{padding:0 20px}.extra-products-popup__footer{padding:14px 18px 16px}}.purchase-flow-step__quantity-selector{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;display:none}.purchase-flow-step__quantity-selector input{width:60px;height:40px;text-align:center;pointer-events:none;border:none;background:transparent;color:#ef4a31;font-size:20px;font-weight:900}.purchase-flow-step__quantity-selector input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.purchase-flow-step__quantity-selector input::-webkit-outer-spin-button,.purchase-flow-step__quantity-selector input::-webkit-inner-spin-button{display:none}.purchase-flow-step__quantity-selector button{width:40px;height:40px;border:none;background:#ef4a31;color:#fff;font-size:20px;font-weight:900;border-radius:50%;cursor:pointer;padding:0;flex-shrink:0}.purchase-flow-step__quantity-selector.new{gap:0px;align-self:flex-start;overflow:hidden}.purchase-flow-step__quantity-selector.new button{width:35px;height:35px;border-radius:0;font-size:16px;font-weight:400}.purchase-flow-step__quantity-selector.new button.increase{border-top-right-radius:5px;border-bottom-right-radius:5px}.purchase-flow-step__quantity-selector.new button.decrease{border-top-left-radius:5px;border-bottom-left-radius:5px}.purchase-flow-step__quantity-selector.new input{width:45px;height:35px;border-radius:0;font-size:16px;color:#000;font-weight:400;border-top:1px solid #ef4a31;border-bottom:1px solid #ef4a31}.purchase-flow-step__quantity-selector button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.purchase-flow__product-card{display:flex;flex-direction:column;width:280px;border:1px solid rgba(45,48,122,.18);border-radius:8px;background:#fff;box-shadow:none;overflow:hidden;position:relative;padding:0}.purchase-flow__product-card.purchase-flow__product-card--unavailable{position:relative;opacity:.5;pointer-events:none;order:1}.purchase-flow__product-card.purchase-flow__product-card--with-selected-border.active{outline:2px solid #ef4a31}.purchase-flow__product-card.purchase-flow__product-card--with-selected-border.active:after{content:"In The Box";display:block;text-transform:uppercase;background-color:#ef4a31;color:#fff;position:absolute;top:0;left:50%;text-align:center;z-index:2;transform:translate(-50%);padding:2px 20px;font-size:14px;font-weight:700;border-radius:0 0 2px 2px}@media(max-width:580px){.purchase-flow__product-card.purchase-flow__product-card--with-selected-border.active:after{padding:2px 10px;font-size:11px;white-space:nowrap}}.purchase-flow__product-card__image{width:100%;aspect-ratio:1 / 1;flex-shrink:0;background:#f8f5e8;overflow:hidden;position:relative;cursor:pointer}.purchase-flow__product-card__image img{width:100%;height:100%;object-fit:cover}.purchase-flow__product-card__info{display:flex;flex-direction:column;gap:8px;padding:14px;height:100%}.purchase-flow__product-card__title-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;font-size:16px;font-weight:700;line-height:1.25;color:#2e3076}@media(max-width:480px){.purchase-flow__product-card__title-wrapper{flex-direction:column;gap:4px}}.purchase-flow__product-card__badge{flex-shrink:0;align-self:flex-start;background:#cfeaf6;color:#1a3d5c;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.4px;padding:5px 10px;border-radius:999px;white-space:nowrap}.purchase-flow__product-card__description{font-size:13px;font-weight:400;line-height:1.45;color:#2e3076;opacity:.75;margin:0;cursor:pointer}.purchase-flow__product-card__button{margin-top:auto;background:#2e3076;color:#fff;border:none;border-radius:6px;text-transform:uppercase;letter-spacing:.4px;font-size:13px;font-weight:700;line-height:1.2;padding:10px 16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;max-width:100%;align-self:flex-start}.purchase-flow__product-card__button:hover:not(:disabled){background:#232569}.purchase-flow__product-card__button-label{display:inline}.purchase-flow__product-card__button-price{display:inline-flex;align-items:center;gap:4px}.purchase-flow__product-card__button-price .purchase-flow__product-price-current{font-weight:700}.purchase-flow__product-card__button-price .purchase-flow__product-price-original{font-weight:400;opacity:.7}.purchase-flow__product-card-more-info{position:absolute;z-index:2;bottom:8px;right:8px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:22px;height:22px;padding:2px;cursor:pointer;box-shadow:0 1px 3px #0000001f}.purchase-flow__product-card-more-info .icon{fill:#2e3076}@media(max-width:1250px){.purchase-flow__product_list{grid-template-columns:repeat(3,280px)}}@media(max-width:990px){.purchase-flow__product_list{grid-template-columns:repeat(2,360px)}.purchase-flow__product-card{width:100%}}@media(max-width:767px){.purchase-flow__product-card{height:100%}.purchase-flow__product_list{grid-template-columns:repeat(2,50%);gap:15px;align-items:start}.purchase-flow__product-card{min-height:unset}.purchase-flow__product-card__button{width:100%;max-width:none;align-self:stretch}}.purchase-flow__product-card__button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.purchase-flow__product-title{font-size:16px;font-weight:700;line-height:1.25;color:#2e3076;cursor:pointer;margin:0;font-family:MadeTommySoft}.purchase-flow__product-price{font-size:18px;font-weight:900;line-height:normal;display:flex;align-items:flex-start;gap:5px;color:#2e3076}@media(max-width:767px){.purchase-flow__product-title{font-size:16px}.purchase-flow__product-price{font-size:14px;font-weight:700}}.purchase-flow__product-card__button.button.button--outline{border:1px solid #ef4a31;background:transparent;color:#ef4a31}.extra-products-popup .purchase-flow__product_list{display:flex;flex-direction:column;gap:0}.extra-products-popup .purchase-flow__product-card{flex-direction:row;width:100%;border:none;border-radius:0;border-bottom:1px solid rgba(45,48,122,.12);padding:16px 0;gap:14px;overflow:visible}.extra-products-popup .purchase-flow__product-card:last-child{border-bottom:none}.extra-products-popup .purchase-flow__product-card.purchase-flow__product-card--with-selected-border.active{outline:none;background-color:#ef4a310a;margin:0 -8px;padding:16px 8px}.extra-products-popup .purchase-flow__product-card__image{width:84px;height:84px;aspect-ratio:1 / 1;border-radius:8px;flex-shrink:0}.extra-products-popup .purchase-flow__product-card__info{flex:1 1 auto;padding:0;gap:6px;min-width:0}.extra-products-popup .purchase-flow__product-card__title-wrapper{flex-direction:row;align-items:flex-start;gap:8px}.extra-products-popup .purchase-flow__product-card__title-wrapper .purchase-flow__product-title{flex:1 1 auto;min-width:0}.extra-products-popup .purchase-flow__product-card__description{font-size:14px}.extra-products-popup .purchase-flow__product-card__button{align-self:flex-start}.extra-products-popup .purchase-flow__product-card-more-info{position:static;margin-left:auto;box-shadow:none;background:#2d307a0f}@media(max-width:480px){.extra-products-popup .purchase-flow__product-card__image{width:72px;height:72px}.extra-products-popup .purchase-flow__product-card__title-wrapper{flex-direction:row}.extra-products-popup .purchase-flow__product-card__button{width:auto;align-self:flex-start}}.page-purchase-flow__footer-button{font-size:20px;font-style:normal;font-weight:900;line-height:normal;min-width:240px;min-height:60px;border:1px solid transparent}@media(max-width:767px){.page-purchase-flow__footer-button{font-size:18px;min-width:180px;min-height:50px}}@media(max-width:480px){.page-purchase-flow__footer-button{min-width:unset;width:100%}}.product-info-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.product-info-popup-content{background-color:#f7f5e9;padding:30px;border-radius:10px;max-width:800px;max-height:80%;overflow-y:auto;position:relative;box-shadow:0 4px 4px #00000040}.product-info-popup-content h2{padding-right:15px}.product-info-popup-close{position:absolute;top:10px;right:10px;font-size:24px;background:none;border:none;cursor:pointer}.product-info-popup-columns{display:flex;align-items:flex-start;gap:20px;margin-top:10px}.product-info-popup-image{width:35%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px;box-shadow:0 4px 4px #00000040}.product-info-popup-image img{width:100%;height:100%;object-fit:cover}.product-info-popup-description{flex:1;font-size:16px;font-weight:400;line-height:normal;color:#000}.product-info-popup-description-metafields .metafield-rich_text_field{display:flex;flex-direction:column;gap:16px}.product-info-popup-description .product-info-popup-description-metafields{display:none}@media(max-width:991px){.product-info-popup-content{max-width:750px;width:calc(100% - 30px)}}@media(max-width:767px){.product-info-popup-content{max-width:360px;width:calc(100% - 30px);padding:20px;max-height:90%}.product-info-popup-image{width:100%}.product-info-popup-columns{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/product-box-pdp.css.map */
