.cart-drawer__recommendations{padding:20px 16px;border-top:1px solid rgba(var(--color-foreground),.08);margin-top:20px;background-color:transparent}.cart-drawer__recommendations-heading{font-size:18px;font-weight:700;margin-bottom:16px;color:rgb(var(--color-foreground));font-style:italic;text-transform:none}.cart-drawer__recommendations-grid{display:flex;flex-direction:column;gap:16px}.recommended-product{display:flex;gap:12px;align-items:flex-start;padding:12px;background:rgb(var(--color-background));border-radius:8px;border:1px solid rgba(var(--color-foreground),.08);transition:all .2s ease}.recommended-product:hover{border-color:rgba(var(--color-foreground),.15);box-shadow:0 2px 4px #0000000d}.recommended-product__image-wrapper{flex-shrink:0;width:80px;aspect-ratio:1 / 1;display:block;border-radius:4px;overflow:hidden;position:relative}.recommended-product__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recommended-product__image-wrapper:hover img{transform:scale(1.05)}.recommended-product__info{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.recommended-product__title{font-size:14px;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground));text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.recommended-product__title:hover{text-decoration:underline;color:rgb(var(--color-link))}.recommended-product__price{font-size:14px;font-weight:700;color:rgb(var(--color-foreground));margin:0;display:flex;align-items:center;gap:8px}.recommended-product__compare-price{font-size:12px;color:rgba(var(--color-foreground),.5);font-weight:400;text-decoration:line-through}.recommended-product__regular-price{color:rgb(var(--color-foreground))}.recommended-product__add{padding:10px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text));cursor:pointer;border-radius:4px;transition:all .2s ease;width:100%;max-width:160px;text-align:center}.recommended-product__add:hover{background:rgb(var(--color-button-hover));border-color:rgb(var(--color-button-hover));transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.recommended-product__add:active{transform:translateY(0)}.drawer__footer .cart-drawer__totals-breakdown,.cart-drawer__totals-breakdown{padding:10px 0!important;border-top:1px solid rgba(var(--color-foreground),.08)}.cart-drawer__totals-breakdown .totals-line,.totals-line{display:flex;justify-content:space-between;padding:6px 0!important;font-size:14px!important;color:rgb(var(--color-foreground))}.totals-line__label{color:rgba(var(--color-foreground),.75)!important;font-weight:400!important}.totals-line__value{font-weight:600!important;color:rgb(var(--color-foreground))}.totals-line--discount .totals-line__label{color:rgb(var(--color-sale-text))!important}.totals-line--discount .totals-line__value{color:rgb(var(--color-sale-text))!important;font-weight:600!important}.cart-drawer__totals-breakdown .totals--total,.totals--total{border-top:1px solid rgba(var(--color-foreground),.2);padding-top:10px!important;margin-top:6px!important}.totals--total .totals__total{font-size:16px!important;font-weight:700!important;margin:0}.totals--total .totals__total-value{font-size:17px!important;font-weight:700!important}.drawer__footer .cart__ctas,.cart__ctas{display:flex;flex-direction:column;gap:10px!important;padding-top:14px!important}.button--full-width{width:100%;text-align:center;justify-content:center}.cart__checkout-button,#CartDrawer-Checkout{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-button));padding:14px 24px!important;font-size:14px!important;font-weight:700;text-transform:uppercase;letter-spacing:.8px;border-radius:4px;cursor:pointer;transition:all .2s ease}.cart__checkout-button:hover:not(:disabled),#CartDrawer-Checkout:hover:not(:disabled){background:rgb(var(--color-button-hover));border-color:rgb(var(--color-button-hover));transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.cart__checkout-button:disabled,#CartDrawer-Checkout:disabled{opacity:.5;cursor:not-allowed}.cart__dynamic-checkout-buttons{margin:8px 0!important}.additional-checkout-buttons,.cart__dynamic-checkout-buttons .additional-checkout-buttons{display:flex!important;flex-direction:column!important;gap:8px!important;grid-template-columns:unset!important}.additional-checkout-buttons .dynamic-checkout__button{width:100%!important;margin:0!important}.cart__view-cart,a.cart__view-cart{background:transparent!important;color:rgb(var(--color-foreground))!important;border:1px solid rgb(var(--color-foreground))!important;padding:12px 24px!important;font-size:13px!important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:block}.cart__view-cart:hover,a.cart__view-cart:hover{background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;transform:translateY(-1px)}.drawer__footer .tax-note,.tax-note.caption-large{font-size:12px!important;line-height:1.4!important;margin-top:10px!important;margin-bottom:10px!important;opacity:.85}.drawer__footer{padding:14px 16px 16px!important}.cart-drawer__footer{padding:0!important}@media screen and (min-width: 750px){.cart-drawer__recommendations{padding:24px 20px}.recommended-product{padding:16px}.recommended-product__image-wrapper{width:100px;aspect-ratio:1 / 1}.recommended-product__title,.recommended-product__price{font-size:15px}}.recommended-product__add.loading{position:relative;color:transparent;pointer-events:none}.recommended-product__add.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid rgb(var(--color-button-text));border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}[data-govx-id]+.cart__ctas{margin-top:10px}.discounts{margin:6px 0}.discounts__discount{font-size:13px;padding:6px 0}@media screen and (max-width: 989px){.cart__dynamic-checkout-buttons.hide-mobile,.additional-checkout-buttons.hide-mobile,div.additional-checkout-buttons.hide-mobile{display:flex!important;flex-direction:column!important;gap:8px!important}.cart__dynamic-checkout-buttons.hide-mobile>*:not(:first-child),.additional-checkout-buttons.hide-mobile>*:not(:first-child),.cart__dynamic-checkout-buttons.hide-mobile .dynamic-checkout__button:not(:first-child),.additional-checkout-buttons.hide-mobile .dynamic-checkout__button:not(:first-child){display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}.cart__dynamic-checkout-buttons.hide-mobile>*:first-child,.additional-checkout-buttons.hide-mobile>*:first-child,.cart__dynamic-checkout-buttons.hide-mobile .dynamic-checkout__button:first-child,.additional-checkout-buttons.hide-mobile .dynamic-checkout__button:first-child{display:block!important;visibility:visible!important}.hide-mobile:not(.additional-checkout-buttons){display:none!important}}@media screen and (min-width: 990px){.hide-desktop{display:none!important}}.additional-checkout-buttons>*:not(:first-child),.cart__dynamic-checkout-buttons>*:not(:first-child){display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}.additional-checkout-buttons,.cart__dynamic-checkout-buttons{display:flex!important;flex-direction:column!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer-custom.css.map */
