.cart-drawer{position:relative}.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}cart-drawer-items,.drawer__header{padding:0 4px}checkout-button{display:block;width:100%}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}cart-drawer .drawer__footer{padding-left:8px;padding-right:8px;box-shadow:0 2px 21px #00000026,0 32px 64px #00000030}.cart-item cart-remove-button{margin:0}cart-drawer .order-note-container{margin:0 0 .8rem}.order-note-container #order-note-value{width:100%;resize:none}.order-note-container #order-note-value:focus{box-shadow:none;outline:none}.order-note-container .order-note-hint{margin:0}.add-note-button{text-align:center;margin-top:.4rem}.add-note-button button{font-size:1.4rem;font-weight:400;line-height:1.2em;padding:.4rem 2rem;margin:0;min-height:2rem}@media only screen and (min-width: 750px){cart-drawer-items,cart-drawer .drawer__header{padding:0 12px}cart-drawer .drawer__footer{padding-left:12px;padding-right:12px}}.drawer__inner{height:100%;max-width:343px;width:100%;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}@media only screen and (min-width: 750px){.drawer__inner{max-width:39.2rem}}.drawer__inner-empty{height:100%;padding:0 1rem;background-color:rgb(var(--color-background));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{display:none}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:1.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__heading{padding-left:45px;margin:0;font-size:18px;text-transform:capitalize}.drawer__close{display:inline-block;padding:0;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;left:8px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{left:8px}.drawer__close svg{height:1.6rem;width:1.6rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.2);padding:.8rem 0}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-.8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:.8rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:.8rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:.8rem}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}.cart-drawer__collection{margin:0 1.5rem .8rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-background))}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto;gap:8px;margin-bottom:0;align-items:start}.cart-drawer .cart-item:last-child{margin-bottom:.4rem}.cart-drawer .cart-item__media{grid-row:1 / -1;width:80px;height:80px;overflow:hidden;border-radius:4px}cart-drawer cart-drawer-items .cart-drawer .cart-items td{padding:0}.cart-drawer .cart-item__image{width:100%;height:100%;object-fit:cover}.cart-drawer .cart-items thead{margin-bottom:.2rem}.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:last-child{margin-bottom:.8rem}.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:1.5rem}.cart-drawer .cart-items td{padding-top:0rem}.cart-drawer .cart-item>td+td{padding-left:0rem}.cart-drawer .cart-item__details{display:flex;flex-direction:column;gap:2px;min-height:80px;justify-content:space-between}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:left}.cart-item__quantity-wrapper{justify-content:space-between;flex-direction:row;align-items:center;width:100%;display:flex}.drawer__cart-items-wrapper .cart-item{padding-bottom:4px;padding-top:4px;border-bottom:.2px solid #1d1d1f42}.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;gap:.3rem}.cart-drawer .unit-price{margin-top:.3rem}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:.6rem}.cart-drawer__footer .progress-bar{display:none}.cart-drawer__footer.--progress-visible-by-default .progress-bar,.cart-drawer__footer.--active .progress-bar{display:block}.cart-drawer .totals{justify-content:center}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:.8rem 0 .6rem 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;padding:1rem 1.2rem}.cart__checkout-button .loader{width:15px;height:15px;border:2px solid #FFF;margin-right:3px;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;position:relative;left:-2px;top:-1px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.2rem -.2rem 0 0!important;gap:.2rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .2rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.2rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .2rem)!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% - .2rem)!important}.drawer__cart-items-wrapper .cart-item{padding-bottom:8px;padding-top:8px}.drawer__heading{padding-left:27px;font-size:24px;margin:8px 0}.cart-item__details .cart-item__name{font-size:15px}.drawer__close{top:14px}}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:20px}cart-drawer-items .cart-item__details .product-option:not(.product_plan){display:none}#CartDrawer cart-drawer-items .cart-item__details .product-plan-block{display:none}cart-drawer-items .cart-item__details .line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.cart-item__details .cart-item__name{font-size:14px;font-weight:500;line-height:1.2;margin-bottom:2px}cart-drawer-items quantity-input{min-height:28px!important;max-height:28px;max-width:80px}cart-drawer-items quantity-input button{max-width:28px;max-height:28px;border-radius:4px;min-width:28px}cart-drawer-items quantity-input input.quantity__input{max-width:24px;max-height:28px;padding:0;font-size:12px;min-width:24px;text-align:center}quantity-input{background-color:#ff6200;border:none}quantity-input *{color:#fff!important}.cart-item__details{padding:0}checkout-button .totals p{margin-left:0;text-align:left}checkout-button .totals{display:flex;flex-direction:column;align-items:flex-start;margin-left:0}checkout-button{display:grid;grid-template-columns:1fr 1fr;gap:12px}.drawer__footer .fixed-bundle-warning{font-size:12px;text-align:center;margin-bottom:.6rem;color:red}.drawer__footer .min-order{font-size:12px;text-align:center;margin-bottom:0;font-weight:600}[role=columnheader]{display:none}#clear-cart{border:none;background-color:transparent;color:var(--primary-macros-orange, #FF6200);font-size:14px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:1.4px;text-transform:uppercase;cursor:pointer}.head-clear_wrapper{text-align:right}.details-selling-plan{background-color:#fef5f0!important;border:2px solid #FF6200!important;border-radius:4px;padding:6px;margin-bottom:4px}.details-selling-plan strong{color:#ff6200}.cart-drawer-loader{background:#fffc;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.cart-drawer-loader .loading-overlay__spinner{width:50px;height:50px;background:transparent;left:unset;right:unset;top:unset}.cart-drawer-loader .loading-overlay__spinner circle{stroke:#ff6200}.purchase-options{display:grid;gap:4px;align-items:stretch;outline:none;border:none;padding:0;margin:0 0 4px}.purchase-option-button{display:flex;align-items:center;cursor:pointer;font-weight:400;transition:all .2s ease;border:none;gap:4px;color:#333!important}.purchase-option-button input[type=radio]{margin-right:4px;accent-color:#FF6200}.purchase-option-button:has(input[type=radio]:checked){color:#333!important;font-weight:600!important}.purchase-option-button input[type=radio]:checked{accent-color:#FF6200!important}.details-selling-plan{background-color:#fef5f0!important;border-color:#f0f0f0;border-radius:4px;padding:6px;margin-bottom:4px}.details-selling-plan p{margin-block-start:.15em;margin-block-end:.15em}.details-selling-plan ul{display:grid;list-style:none;padding:0;margin:0;gap:2px}.details-selling-plan ul li{text-decoration:none}.meal-group-heading{font-weight:600;font-size:16px;padding:8px 0 4px;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:4px}.fixed-bundle-heading,.custom-bundle-heading,.snacks-drinks-heading{background:none!important;border:none!important}.fixed-bundle-heading td,.custom-bundle-heading td,.snacks-drinks-heading td{padding:0!important}.cart-item__price-and-remove{display:flex;align-items:center;gap:12px}.cart-item__price-and-remove cart-remove-button{position:static;margin:0;z-index:auto}.cart-item__bottom-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item__price-wrapper{font-weight:600;font-size:14px}.cart-item__variant{font-size:12px;color:rgba(var(--color-foreground),.7);margin:0}.cart-item{position:relative}.cart-drawer .cart__checkout-button{text-transform:none!important}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:.8rem 0;display:flex;justify-content:space-between;align-items:center}.header-clear-cart{position:absolute;right:12px!important;top:50%;transform:translateY(-50%);z-index:5}.header-clear-cart #clear-cart{border:none;background-color:transparent;color:var(--primary-macros-orange, #FF6200)!important;font-size:10px!important;font-style:normal;font-weight:600;line-height:140%;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;padding:1px 2px!important;white-space:nowrap}.drawer__heading{padding-left:45px;padding-right:90px!important;margin:0;font-size:18px;text-transform:capitalize;flex:1;text-align:left}@media screen and (min-width: 750px){.header-clear-cart{right:15px!important}.header-clear-cart #clear-cart{font-size:11px!important;padding:2px 3px!important;letter-spacing:.8px}.drawer__heading{padding-left:27px;padding-right:100px!important;font-size:24px;margin:8px 0}}.cart-drawer .cart-item__price-display{font-size:14px!important;font-weight:600!important;margin:0!important;display:block!important;color:inherit!important}.cart-drawer .cart-item__price-wrapper .cart-item__price-display{display:block!important}.cart-drawer .cart-item__price-wrapper .product-option{display:block!important;font-size:14px!important;font-weight:600!important;margin:0!important}.mobile-frequency-selector{display:block;margin-bottom:4px}.mobile-frequency-dropdown{width:100%;padding:12px 40px 12px 16px;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background-color:rgb(var(--color-background));font-size:14px;font-weight:400;color:#333;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.mobile-frequency-dropdown:focus{outline:none;border-color:#ff6200;box-shadow:0 0 0 2px #ff62001a}.desktop-frequency-selector{display:none}@media screen and (max-width: 749px){.purchase-options,.desktop-frequency-selector{display:none!important}.mobile-frequency-selector{display:block!important}}@media screen and (min-width: 750px){.mobile-frequency-selector{display:none!important}.desktop-frequency-selector,.purchase-options{display:grid!important}}.purchase-options-horizontal{display:flex!important;flex-direction:row!important;gap:0!important;align-items:stretch!important;outline:none;border:none;padding:0;margin:0 0 4px;width:100%}.purchase-option-horizontal{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;cursor:pointer;font-weight:400;transition:all .2s ease;border:2px solid #E5E5E5;background-color:#fff;color:#333!important;padding:8px;flex:1;min-height:40px;position:relative}.purchase-option-horizontal:first-child{border-radius:8px 0 0 8px;border-right:1px solid #E5E5E5}.purchase-option-horizontal:last-child{border-radius:0 8px 8px 0;border-left:1px solid #E5E5E5}.purchase-option-horizontal:not(:first-child):not(:last-child){border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5}.purchase-option-horizontal input[type=radio]{position:absolute;opacity:0;width:0;height:0}.purchase-option-horizontal .option-text{font-size:14px;font-weight:500;text-align:center;pointer-events:none}.purchase-option-horizontal:has(input[type=radio]:checked){background-color:#ff6200!important;border-color:#ff6200!important;color:#fff!important}.purchase-option-horizontal:has(input[type=radio]:checked) .option-text{color:#fff!important;font-weight:600}.purchase-option-horizontal:hover{border-color:#ff6200;background-color:#fef5f0}.purchase-option-horizontal:hover .option-text{color:#ff6200}@media screen and (max-width: 749px){.purchase-option-horizontal{padding:6px;min-height:35px}.purchase-option-horizontal .option-text{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/263/assets/component-cart-drawer.css.map */
