.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:60rem;max-width:calc(100vw - 3rem);border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:var(--color-cream-10);overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:all var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header .drawer__close{display:none}cart-drawer.is-empty .drawer__header{position:absolute;top:0;left:0}cart-drawer .drawer__header{width:100%;display:flex;align-items:center;flex-direction:column;background-color:#f8f5ec;border-bottom:1px solid var(--color-woodland-10);transition:all var(--duration-default) ease;overflow:hidden;max-height:56px}cart-drawer .drawer__header--showing{max-height:129px}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;background-color:rgb(var(--color-drawer-background));padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 6px}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:6px;right:5px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2.4rem;width:2.4rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{padding-bottom:12px}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap;margin-bottom:12px}.cart-drawer .product-option--container{display:inline}.cart-drawer .product-option--container .product-option{color:var(--color-slate-50);font:var(--font-body-sm)}.cart-drawer .product-option--container .product-option--spacer{margin:0 .5rem;color:#26262633;font-style:normal}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items{padding-top:18px}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer .product-subscription{color:var(--color-orange-75);font-size:17px;font-style:normal;font-weight:400}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}.drawer__contents-wrapper{overflow:auto;flex:1;padding:0 16px}@media screen and (max-height: 650px){.drawer__contents-wrapper{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{border:1px solid var(--color-woodland-10);border-radius:15px;box-shadow:0 4px 7.8px #00000008;column-gap:14px;display:grid;grid-template-columns:112px 40% 20%;margin-bottom:0;overflow:hidden;padding-bottom:0;padding-top:12px}.cart-drawer .cart-item:not(:last-child){margin-bottom:12px}.cart-drawer .cart-item__media{padding-bottom:12px;padding-left:12px;width:100%}.drawer.active .cart-drawer .drawer__header-wrapper{transform:translate(0)}.cart-drawer .drawer__header-wrapper{max-width:calc(100vw - 3rem);transform:translate(100%);transition:all var(--duration-default) ease}.cart-drawer .drawer__banner{background-color:var(--color-sky-125);max-height:0;max-width:calc(100vw - 3rem);overflow:hidden;padding:0;transition:all var(--duration-default) ease;will-change:max-height,padding}.cart-drawer .drawer__banner--showing{max-height:58px;padding:8px}.cart-drawer .drawer__banner-text{color:var(--color-slate-100);font:var(--font-body-sm);text-align:center}.cart-drawer .cart-item__quantity-wrapper{align-items:self-end;padding-right:12px}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%;border-radius:10px;border:1px solid var(--main-thunder, #231f20)}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item .loading-overlay{padding-top:0;right:25px}.cart-drawer .cart-items td:not(.cart-item__pairs-with-wrapper){padding-top:0}.cart-drawer .cart-item>td+td:not(.cart-item__pairs-with-wrapper){padding-left:0}.cart-drawer .cart-item__pairs-with-wrapper,.cart-drawer .cart-item__subscription{border-top:thin solid var(--color-woodland-10);grid-column:1 / 5;padding-left:0;padding-top:0}.cart-drawer .cart-item__pairs-with-wrapper{background-color:var(--color-cream-25)}.cart-drawer .cart-item__subscription{padding:12px!important}.cart-drawer .cart-item__subscription-select,.cart-drawer .cart-item__subscription-title{color:var(--color-slate-100);font:var(--font-body-sm)}.cart-drawer .cart-item__subscription-title{align-items:center;cursor:pointer;display:inline-flex;gap:8px}.cart-drawer .cart-item__subscription-title:hover .cart-item__subscription-chbx{border-color:var(--color-woodland-10)}.cart-drawer .cart-item__subscription-title input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cart-drawer .cart-item__subscription-title input:checked~.cart-item__subscription-chbx{background-color:var(--color-sky-125);border-color:var(--color-slate-100)}.cart-drawer .cart-item__subscription-title input:checked~.cart-item__subscription-chbx:after{opacity:1}.cart-drawer .cart-item__subscription-label{padding-top:3px}.cart-drawer .cart-item__subscription-chbx{background-color:transparent;border:thin solid #A5A4A2;border-radius:2px;height:16px;position:relative;transition:all .25s ease;width:16px}.cart-drawer .cart-item__subscription-chbx:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.16667L4.2 5.5L9 0.5' stroke='%23362f2f' stroke-width='1.2'/%3E%3C/svg%3E%0A");content:"";height:7px;left:2px;opacity:0;position:absolute;transition:all .25s ease;top:4px;width:10px}.cart-drawer .cart-item__subscription-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 11'%3E%3Cpath fill='%23A5A4A2' d='M4.85 7.328 1.79 3.832a.2.2 0 0 1 .15-.332h6.12a.2.2 0 0 1 .15.332L5.15 7.328a.2.2 0 0 1-.3 0Z'/%3E%3C/svg%3E");background-position:calc(100% - 10px) center;background-repeat:no-repeat;background-size:10px;border:thin solid #dad9d8;border-radius:8px;color:var(--color-slate-100);font:var(--font-body-sm);margin-top:8px;padding:10px;width:100%}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:12px}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}cart-shipping-bar{width:100%;padding:0 3rem}cart-shipping-bar .shipping-bar--message{margin-bottom:10px}cart-shipping-bar .shipping-bar--message p{color:var(--color-slate-50);font:var(--font-heading-xs);margin:0}cart-shipping-bar .shipping-bar--message p b{color:var(--color-orange-75)}cart-shipping-bar .shipping-bar--message p.success{color:var(--color-slate-50);font:var(--font-heading-xs)}cart-shipping-bar .shipping-bar--container{display:flex;flex-direction:column;align-items:center;justify-content:center}cart-shipping-bar .shipping-bar--wrapper{border:1px solid var(--color-slate-10);width:100%;height:1.2rem;border-radius:10px;background-color:var(--color-cream-10);position:relative}cart-shipping-bar .shipping-bar--progress{height:100%;background:var(--color-orange-75);display:block;position:absolute;top:0;left:0;transition:width .5s;border-radius:10px}.cart-item__pairs-with-title{color:var(--color-slate-100);font:var(--font-body-sm);padding:8px 12px}drawer-upsell{display:flex;flex-direction:column;padding:12px 0 0;width:100%}drawer-upsell .drawer-upsell--header{border-bottom:1px solid var(--color-slate-10);display:flex;align-items:center;justify-content:center;width:100%}@keyframes jumping{0%{margin-top:-5px}50%{margin-top:0}to{margin-top:5px}}drawer-upsell .drawer-upsell--header .drawer-upsell--toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:4px;cursor:pointer;height:30px;position:relative}drawer-upsell .drawer-upsell--header .drawer-upsell--toggle svg{position:absolute;animation:jumping 1s infinite}drawer-upsell .drawer-upsell--navigation{display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;width:100%}drawer-upsell .drawer-upsell--title,.cart-item__pairs-with-item .drawer-upsell--title{color:var(--color-slate-100);font:var(--font-h6)}drawer-upsell .drawer-upsell--buttons,.cart-item__pairs-with-item .drawer-upsell--buttons{position:absolute;top:0;right:0;margin:1rem 2rem}drawer-upsell .drawer-upsell--buttons svg,.cart-item__pairs-with-item .drawer-upsell--buttons svg{cursor:pointer}drawer-upsell .drawer-upsell--buttons svg rect,.cart-item__pairs-with-item .drawer-upsell--buttons svg rect{fill:none}drawer-upsell .drawer-upsell--container,.cart-item__pairs-with-item .drawer-upsell--container{align-items:center;justify-content:center;width:100%;transition:all .5s ease}.cart-item__pairs-with-item{padding:0 12px 16px}drawer-upsell .drawer-upsell--item,.cart-item__pairs-with-item{display:flex!important;flex-direction:row;gap:14px}drawer-upsell .drawer-upsell--item__cta .loading-overlay{padding-left:11px;padding-top:10px}drawer-upsell .drawer-upsell--item{border:thin solid var(--color-woodland-10);border-radius:15px;padding:16px 12px}drawer-upsell .ymal-item{display:block;position:relative}drawer-upsell .drawer-upsell--item:not(:last-child),drawer-upsell .ymal-item:not(:last-child){margin-bottom:12px}drawer-upsell .drawer-upsell--item__cta,.cart-item__pairs-with-item .drawer-upsell--item__cta{position:relative;white-space:nowrap}.cart-item__pairs-with-item .drawer-upsell--item__cta .loading-overlay{padding-top:0;right:11px;top:10px}drawer-upsell .drawer-upsell--item__thumb,.cart-item__pairs-with-item .drawer-upsell--item__thumb{max-width:40px;max-height:40px;border-radius:8px;border:.76px solid var(--color-woodland-10);overflow:hidden;min-width:40px;min-height:40px}drawer-upsell .drawer-upsell--item__thumb img,.cart-item__pairs-with-item .drawer-upsell--item__thumb img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover}drawer-upsell .drawer-upsell--item__details,.cart-item__pairs-with-item .drawer-upsell--item__details{width:100%}drawer-upsell .drawer-upsell--item__title,.cart-item__pairs-with-item .drawer-upsell--item__title{color:var(--color-slate-100);display:flex;font:var(--font-h6);text-decoration:none;width:fit-content}drawer-upsell .drawer-upsell--item__title:hover,.cart-item__pairs-with-item .drawer-upsell--item__title:hover{text-decoration:underline}drawer-upsell .drawer-upsell--item__details,.cart-item__pairs-with-item .drawer-upsell--item__details{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:4px}drawer-upsell .drawer-upsell--item__details>div,.cart-item__pairs-with-item .drawer-upsell--item__details>div{margin:2px 0}drawer-upsell .drawer-upsell--item__variants,.cart-item__pairs-with-item .drawer-upsell--item__variants{color:var(--color-slate-50);font-size:14px;font-style:normal;font-weight:500;font-family:var(--global-custom-font-content);line-height:21px}drawer-upsell .drawer-upsell--item__price,.cart-item__pairs-with-item .drawer-upsell--item__price{color:var(--color-slate-100);font:var(--font-h6)}drawer-upsell .drawer-upsell--item__price s,.cart-item__pairs-with-item .drawer-upsell--item__price s{color:var(--color-slate-50);padding-left:8px}drawer-upsell .drawer-upsell--item__control.drawer-upsell--item__variant-btn,.cart-item__pairs-with-item .drawer-upsell--item__control.drawer-upsell--item__variant-btn{align-items:center;background-color:transparent;border-radius:50%;border:1px solid var(--color-burgundy-100);color:var(--color-burgundy-100);cursor:pointer;display:flex;height:40px;justify-content:center;font:var(--font-h6);padding:0;width:40px}drawer-upsell .drawer-upsell--item__soldout,.cart-item__pairs-with-item .drawer-upsell--item__soldout{cursor:not-allowed;opacity:.5}drawer-upsell-modal{z-index:9999;display:block;position:fixed;width:100%;height:100%;background:#0003}.drawer-upsell--modal--container{overflow:auto;max-width:854px;max-height:670px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--color-cream-10);width:100%;border-radius:16px;border:thin solid var(--color-woodland-100);box-shadow:0 4px 31.8px #0000001a}.drawer-upsell--modal--content{display:flex;padding:36px}.drawer-upsell--modal--slideshow{display:inline-block;max-width:47%;position:relative;flex:1}.drawer-upsell--modal--slideshow-main{display:block;max-width:100vw;width:100%;overflow:hidden;border-radius:20px}.drawer-upsell--modal--slideshow-main--item img{max-width:100%;max-height:100%;object-fit:cover}.drawer-upsell--modal--details{display:inline-block;flex:1;padding:0 0 0 24px}.drawer-upsell--modal--close{cursor:pointer}.drawer-upsell--modal--title{color:var(--color-slate-100);font:var(--font-h4)}.drawer-upsell--modal--title-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.drawer-upsell--modal--price-original{color:var(--color-slate-100)}.drawer-upsell--modal--price-old{color:#26262680;text-decoration-line:strikethrough}.drawer-upsell--modal--price{border-bottom:thin solid var(--color-woodland-100);display:flex;font:var(--font-h6);flex-direction:row;padding-bottom:12px}.drawer-upsell--modal-description-wrapper{border-bottom:thin solid var(--color-woodland-100);margin-bottom:24px;padding:12px 0}.drawer-upsell--modal--description{color:var(--color-slate-100);display:-webkit-box;-webkit-box-orient:vertical;font:var(--font-body-base);-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.drawer-upsell--modal--variants-wrapper{border-bottom:thin solid var(--color-woodland-100);padding:12px 0}.drawer-upsell--modal--link{display:flex;border-bottom:1.5px solid var(--color-slate-50);color:var(--color-slate-50)!important;font:var(--font-h6)!important;padding-bottom:4px;text-decoration:none}.drawer-upsell--modal--link:hover{border-color:transparent;color:var(--color-orange-75)!important;text-decoration:none}.drawer-upsell--modal--slideshow-main--item{border:thin solid var(--color-woodland-100);border-radius:8px}.drawer-upsell--modal--variants--title{color:var(--color-slate-100);font:var(--font-heading-xs);margin-bottom:6px}.drawer-upsell--modal--variant{align-items:center;background:var(--color-cream-10);border:1.2px solid var(--color-burgundy-10);border-radius:8px;color:var(--color-burgundy-100);cursor:pointer;display:flex;font:var(--font-heading-xs);justify-content:center;padding:6.5px 14px}.drawer-upsell--modal--variant.selected{background-color:var(--color-burgundy-10);color:var(--color-burgundy-150);border-color:var(--color-burgundy-75)}.drawer-upsell--modal--variants{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.drawer-upsell--modal--quantity--container{align-items:center;background:var(--color-cream-10);border:thin solid var(--color-slate-10);border-radius:20px;display:flex;flex-direction:row;font:var(--font-body-base);height:40px;justify-content:space-between;padding:12px;width:120px}.drawer-upsell--modal--quantity--plus,.drawer-upsell--modal--quantity--minus{font-size:2rem;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.drawer-upsell--modal--add{margin-bottom:18px;width:100%}.drawer-upsell--modal--cta{align-items:center;display:flex;flex-direction:column;margin:3rem 0}.drawer__heading{color:var(--color-slate-100)!important;font:var(--font-h5)}.cart-item__name{color:#231f20;font-family:var(--global-custom-font-heading);font-size:18px;font-style:normal;font-weight:900}.cart-drawer__empty-content .cart__empty-text{font-family:var(--global-custom-font-heading);font-size:22px;font-style:normal;font-weight:900;color:#262626}.cart-drawer__empty-content .cart__empty-text--message{color:#231f20;font-family:var(--global-custom-font-content);font-size:18px;font-style:normal;font-weight:400}.drawer__contents .cart-item__price-wrapper .price,.drawer__contents .cart-item__name{color:var(--color-slate-100);font:var(--font-h6)}.drawer__contents .cart-item cart-remove-button .button{height:40px;width:40px;padding:0}.drawer__contents .cart-item cart-remove-button .button svg{height:100%;width:100%}#main-cart-items .cart-item cart-remove-button .button svg{height:40px;width:40px}#main-cart-items .cart-item cart-remove-button{margin-left:0!important;width:40px}#main-cart-items .cart-item cart-remove-button .button{padding-top:0!important;padding-bottom:0!important;min-width:40px!important;width:40px!important;margin-left:0!important}.drawer__contents .quantity{min-height:auto;height:40px;width:120px}.drawer__contents .quantity .quantity__input{color:#262626;text-align:center;font-family:var(--global-custom-font-heading);font-size:15px;font-style:normal;font-weight:500;flex:0 0 40px}.drawer__contents .quantity .quantity__button{flex:0 0 40px}.drawer__contents .quantity .quantity__button svg{height:20px;width:20px}.drawer__contents .cart-items .cart-item__quantity.bundle{padding-left:0}.cart-drawer__footer .totals__subtotal{color:var(--color-slate-100);color:#262626;font:var(--font-h5)}.cart-drawer__footer .totals__subtotal-value{color:var(--color-burgundy-100);font:var(--font-h5)!important}.cart-drawer__footer .totals__subtotal-value s{color:var(--color-slate-50);font:var(--font-h6)}.cart-drawer__footer-wrapper{background-color:var(--color-cream-25);bottom:0;filter:drop-shadow(0px -2px 9.1px rgba(0,0,0,.05));padding:12px 16px;position:sticky}.cart-drawer .tax-note{color:#5f6368;font-family:var(--global-custom-font-content);font-size:16px!important;font-style:normal;font-weight:400}@media screen and (max-width: 415px){.cart-drawer .tax-note{font-size:calc(11.4px + (15 - 11.4) * ((100vw - 314px) / (395 - 314)))!important}}.cart-drawer .cart__checkout-button{color:#18130c;font-family:var(--global-custom-font-content);font-size:16px;font-style:normal;font-weight:700;letter-spacing:.16px;display:flex;padding:11.5px 14px!important;justify-content:center;align-items:center;align-self:stretch;border-radius:24px;border:1px solid #18130c;background:#f19e50}@media (max-width: 575.98px){.cart-drawer .cart-drawer-items{padding:0 .5rem}.cart-drawer .cart-item{grid-template-columns:86px auto 10%;grid-gap:6px}.cart-drawer .cart-item__media{padding:0 .5rem 0rem!important}.cart-drawer .cart-item__quantity-wrapper{justify-content:space-between}}.drawer-upsell--modal--close{z-index:2}a.drawer-upsell--item__control{text-decoration-line:none}.drawer-upsell--modal--variant[disabled]{background:linear-gradient(to left top,transparent 49.75%,#dad9d8 51.5%,#dad9d8 51.5%,transparent 53.25%);border:1px solid var(--color-woodland-10)!important;cursor:not-allowed;color:rgba(var(--color-foreground),.6)}@media screen and (max-width: 990px){.drawer-upsell--modal--container{animation:slideIn .25s ease-in-out forwards;border-radius:8px;bottom:0;max-height:80%;left:0;overflow:auto;top:auto;transform:translateY(100%);width:100%}.drawer-upsell--modal--slideshow{display:none}.drawer-upsell--modal--content{height:100%;padding:18px 12px}.drawer-upsell--modal--details{padding:0}}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-item[is-bundle] .quantity.cart-quantity{display:none!important;pointer-events:none!important;cursor:default!important}
/*# sourceMappingURL=/cdn/shop/t/96/assets/component-cart-drawer.css.map?v=45410765678513160381760025752 */
