.cart-drawer{--sdc-red: #c81923;--sdc-black: #0c0c0c;--sdc-muted: #5c5c61;--sdc-card: #ececec;--sdc-summary: #f5f5f5;--sdc-gutter: 30px}.cart-drawer .cart-drawer__dialog{width:min(467px,100vw);max-width:100vw;border:0;color:var(--sdc-black)}.cart-drawer .cart-drawer__header{min-height:60px;padding:18px var(--sdc-gutter) 12px;position:relative}.cart-drawer .cart-drawer__heading{font-family:var(--font-heading--family);font-size:24px;font-weight:500;line-height:1.2}.cart-drawer .cart-drawer__heading .cart-bubble{display:none}.cart-drawer .cart-drawer__close-button{width:36px;height:36px;margin:0;color:var(--sdc-black)}.cart-drawer .cart-drawer__close-button .svg-wrapper,.cart-drawer .cart-drawer__close-button svg{width:22px;height:22px}.cart-drawer .cart-drawer__content{overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.cart-drawer .cart-drawer__items{flex:none;overflow:visible;padding:10px var(--sdc-gutter)}.cart-drawer .cart-items,.cart-drawer .cart-items__table{width:100%}.cart-drawer .cart-items__table-row,.cart-drawer .cart-drawer__items .cart-items__table-row{display:grid;grid-template-columns:60px minmax(0,1fr) 64px;grid-template-areas:"media details quantity";column-gap:10px;min-height:96px;margin:0 0 8px;padding:10px 12px;border:0;border-radius:5px;background:var(--sdc-card);box-shadow:0 2px 8px #0c0c0c0f;align-items:stretch}.cart-drawer .cart-items__table-row:last-child,.cart-drawer .cart-drawer__items .cart-items__table-row:last-child{margin-bottom:0;padding:10px 12px}.cart-drawer .cart-items__media{grid-area:media;align-self:center}.cart-drawer .cart-items__media-container{width:60px;height:60px;aspect-ratio:1;border-radius:3px;background:#fff;overflow:hidden}.cart-drawer .cart-items__media-image{width:100%;height:100%;object-fit:contain}.cart-drawer .cart-items__details{grid-area:details;min-width:0;padding:0;color:var(--sdc-black);align-self:stretch}.cart-drawer .cart-items__details>*+*,.cart-drawer .cart-items__bundle li{margin-top:3px}.cart-drawer .cart-items__title{display:-webkit-box;overflow:hidden;color:var(--sdc-black);font-size:14px;font-weight:500;line-height:1.25;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-drawer .cart-items__variants,.cart-drawer .cart-items__properties,.cart-drawer .cart-items__bundle{color:var(--sdc-muted);font-size:12px;line-height:1.2}.cart-drawer .cart-items__details>div:last-child{color:var(--sdc-red);font-size:13px;font-weight:500;line-height:1.2}.cart-drawer .cart-items__details .compare-at-price{margin-left:5px;color:var(--sdc-muted);font-weight:400}.cart-drawer .cart-items__quantity{grid-area:quantity;display:flex;flex-direction:column-reverse;align-items:flex-end;justify-content:space-between;min-width:64px;height:72px;padding:0;align-self:center}.cart-drawer .cart-items__quantity .quantity-selector{display:grid;grid-template-columns:20px 24px 20px;width:64px;height:28px;min-height:28px;max-height:28px;flex:0 0 28px;place-self:auto;align-self:flex-end;border:1px solid var(--sdc-black);border-radius:15px;background:#fff;overflow:hidden}.cart-drawer .cart-items__quantity .quantity-selector button,.cart-drawer .cart-items__quantity .quantity-selector input{width:100%;min-width:0;height:26px;min-height:26px;padding:0;border:0;background:transparent;color:var(--sdc-black);font-size:14px;text-align:center}.cart-drawer .cart-items__quantity .quantity-selector .svg-wrapper{width:12px;height:12px}.cart-drawer .cart-items__remove{width:28px;height:28px;min-height:28px;padding:4px;border:0;color:var(--sdc-red);background:transparent}.cart-drawer .cart-items__remove svg{display:none}.cart-drawer .cart-items__remove:before{display:block;width:20px;height:20px;content:"";background:var(--sdc-red);-webkit-mask:url(strikeman-cart-icon-delete.svg) center / contain no-repeat;mask:url(strikeman-cart-icon-delete.svg) center / contain no-repeat}.cart-drawer .cart-items__price{display:none}.cart-drawer .cart-items__error{grid-column:2 / -1;margin-top:8px}.cart-drawer .ufe-anchor-after-items{display:none}.sdc-cart-footer-stack{flex:none;width:100%;margin-top:auto}.sdc-recommendations{flex:none;width:100%;padding:16px var(--sdc-gutter) 30px;color:var(--sdc-black);background:#fff;border:0;border-top:.5px solid #5e5e63}.cart-drawer--single .sdc-recommendations{padding-block:10px 16px;color:var(--sdc-black);background:#fff}.cart-drawer--single .sdc-recommendations__title{color:var(--sdc-black)}.sdc-recommendations__title{margin:0 0 12px;color:var(--sdc-black);font-family:var(--font-paragraph--family);font-size:18px;font-weight:400;line-height:1.25}.sdc-recommendations__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}.sdc-recommendation{min-width:0;min-height:124px;padding:10px 12px;border-radius:5px;color:var(--sdc-black);background:var(--sdc-card);box-shadow:0 14px 36px #5f5f5f12}.sdc-recommendation__media-row{display:flex;align-items:flex-start;justify-content:space-between;min-height:58px}.sdc-recommendation__image-link,.sdc-recommendation__image{width:58px;height:58px}.sdc-recommendation__image-link{display:block;border-radius:3px;background:var(--sdc-summary);overflow:hidden}.sdc-recommendation__image{object-fit:contain}.sdc-recommendation__form-component{display:block}.sdc-recommendation__quick-add{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:3px;border:0;color:var(--sdc-red);background:transparent;cursor:pointer}.sdc-recommendation__quick-add svg{width:24px;height:24px}.sdc-recommendation__quick-add:disabled{color:var(--sdc-muted);cursor:not-allowed}.sdc-recommendation__name{display:-webkit-box;min-height:16px;margin-top:7px;overflow:hidden;color:var(--sdc-black);font-size:13px;font-weight:500;line-height:1.2;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:1}.sdc-recommendation__price{display:flex;gap:6px;margin-top:7px;color:var(--sdc-red);font-size:13px;line-height:1.2}.sdc-recommendations--resources{padding-bottom:20px}.sdc-resource-card{min-width:0;min-height:96px;border-radius:5px;background:var(--sdc-card);box-shadow:0 14px 36px #5f5f5f12}.sdc-resource-card__link{display:flex;align-items:center;gap:10px;min-height:96px;padding:12px;color:var(--sdc-black);text-decoration:none}.sdc-resource-card__icon,.sdc-resource-card__icon svg{flex:0 0 30px;width:30px;height:30px;color:var(--sdc-red)}.sdc-resource-card__content{display:flex;min-width:0;flex-direction:column;gap:4px}.sdc-resource-card__content strong{font-size:13px;font-weight:500;line-height:1.2}.sdc-resource-card__content span{color:var(--sdc-muted);font-size:11px;line-height:1.25}.sdc-resource-card__link:hover strong,.sdc-resource-card__link:focus-visible strong{color:var(--sdc-red);text-decoration:underline}.sdc-resource-card__link:focus-visible{outline:2px solid var(--sdc-red);outline-offset:2px}.sdc-recommendation__price s{color:var(--sdc-muted)}.cart-drawer .cart-drawer__summary{display:block;flex:none;width:100%;margin:0;padding:4px var(--sdc-gutter) 10px;border:0!important;border-radius:20px 20px 0 0;background:var(--sdc-summary);-webkit-mask-image:none;mask-image:none}.cart-drawer--single .cart-drawer__summary{margin-top:0;padding-top:16px;border-radius:20px 20px 0 0}.cart-drawer--multi .cart-drawer__summary{border-radius:20px 20px 0 0}.sdc-summary-disclosure{width:100%}.sdc-summary-disclosure>summary{display:flex;align-items:center;gap:8px;min-height:28px;color:var(--sdc-black);font-size:13px;font-weight:500;cursor:pointer;list-style:none}.sdc-summary-disclosure>summary::-webkit-details-marker{display:none}.sdc-summary-disclosure__icon{width:24px;height:24px;transition:transform .18s ease}.sdc-summary-disclosure[open] .sdc-summary-disclosure__icon{transform:rotate(180deg)}.sdc-summary-disclosure__label{white-space:nowrap}.sdc-summary-disclosure__compact-total{display:flex;align-items:baseline;gap:6px;margin-left:auto;white-space:nowrap}.sdc-summary-disclosure__compact-total span{color:var(--sdc-muted);font-size:10px;font-weight:400}.sdc-summary-disclosure__compact-total strong{color:var(--sdc-black);font-size:13px;font-weight:600}.sdc-summary-disclosure[open] .sdc-summary-disclosure__compact-total{display:none}.sdc-summary-disclosure__body{padding-top:4px}.cart-drawer .cart__summary-totals,.cart-drawer .cart__ctas{width:100%}.cart-drawer .cart__summary-totals{gap:0!important;padding:0!important;border:0!important;border-block:0!important}.cart-drawer .cart-actions,.cart-drawer .cart__summary-totals:not(:has(.cart-actions)){margin:0;padding:0;border:0!important;border-block:0!important}.cart-drawer .cart-discount,.cart-drawer .cart-discount details,.cart-drawer .cart-discount .details-content{border:0!important;border-block:0!important}.cart-drawer .cart-discount details{display:block}.cart-drawer .cart-discount__summary{display:none}.cart-drawer .cart-discount .details-content,.cart-drawer .cart-discount details::details-content{block-size:auto;overflow:visible;opacity:1}.cart-drawer .cart-discount__form{display:grid;grid-template-columns:82px minmax(0,1fr) 92px;gap:8px;min-height:40px;padding:0;align-items:center}.cart-drawer .cart-discount__content{min-height:40px}.cart-drawer .cart-discount__drawer-label{color:var(--sdc-black);font-size:13px;font-weight:500;line-height:1.2;white-space:nowrap}.cart-drawer .cart-discount__input,.cart-drawer .cart-discount__button{height:40px;border-radius:5px;font-size:13px}.cart-drawer .cart-discount__input{padding:0 14px;border:1px solid #c4c4c4;background:#fff}.cart-drawer .cart-discount__button{padding:0 16px;border:0;color:#fff;background:var(--sdc-black)}.cart-drawer .cart-discount__codes{margin-top:8px}.cart-drawer .cart-discount__pill{width:100%;padding:0;border-radius:0;color:#00893b;background:transparent;font-size:12px;text-transform:none;justify-content:space-between}.cart-drawer .cart-discount__pill-code:before{content:"\2713  "}.cart-drawer .cart-discount__pill-remove{width:20px;height:20px;color:var(--sdc-red)}.cart-drawer .cart-discount__pill-remove svg{display:none}.cart-drawer .cart-discount__pill-remove:before{display:block;width:20px;height:20px;content:"";background:currentcolor;-webkit-mask:url(strikeman-cart-icon-delete.svg) center / contain no-repeat;mask:url(strikeman-cart-icon-delete.svg) center / contain no-repeat}.cart-drawer .cart__original-total-container{margin-top:8px;padding-top:8px;border-top:1px solid #c4c4c4}.cart-drawer .cart__total-container{margin-top:0;padding-top:4px;border-top:0}.cart-drawer .cart__summary-item{min-height:18px;color:var(--sdc-black);font-size:13px;line-height:1.35}.cart-drawer .cart__discount{color:#00893b}.cart-drawer .cart__total{font-weight:500}.cart-drawer .cart__total-value{font-weight:700}.cart-drawer .tax-note,.cart-drawer .cart__installments,.cart-drawer .additional-checkout-buttons{display:none}.cart-drawer .cart__ctas{margin-top:8px}.cart-drawer .cart__checkout-button{width:100%;min-height:48px;border:0;border-radius:5px;color:#fff;background:var(--sdc-red);font-size:15px;font-weight:500}.cart-drawer .cart__checkout-button:hover:not(:disabled),.cart-drawer #nvd-with-checkout-btn:hover:not(:disabled),.cart-drawer #nvd-without-checkout-btn:hover:not(:disabled){background:color-mix(in srgb,var(--sdc-red) 88%,#000)!important}.cart-drawer .cart__checkout-button:active:not(:disabled),.cart-drawer #nvd-with-checkout-btn:active:not(:disabled),.cart-drawer #nvd-without-checkout-btn:active:not(:disabled){background:color-mix(in srgb,var(--sdc-red) 78%,#000)!important}.cart-drawer .cart__checkout-button:focus-visible,.cart-drawer #nvd-with-checkout-btn:focus-visible,.cart-drawer #nvd-without-checkout-btn:focus-visible{outline:2px solid var(--sdc-black);outline-offset:2px}.cart-drawer .cart__checkout-button:disabled,.cart-drawer #nvd-with-checkout-btn:disabled,.cart-drawer #nvd-without-checkout-btn:disabled{color:#ffffffb8!important;background:color-mix(in srgb,var(--sdc-red) 45%,#fff)!important;cursor:not-allowed!important}.cart-drawer .nvd-mini,.cart-drawer #nvd-standard-widget-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.cart-drawer #nvd-standard-widget-container{gap:8px!important}.cart-drawer .sdc-shipping-protection-controls{display:flex;align-items:center;justify-content:flex-start!important;min-height:24px;padding:0!important}.cart-drawer #nvd-standard-widget-container .nvd-main-content-area{display:none!important}.cart-drawer .sdc-shipping-protection-controls{width:100%;margin-top:8px}.cart-drawer #nvd-standard-widget-contents{align-items:center!important;gap:8px!important}.cart-drawer #nvd-standard-widget-content{display:flex;align-items:center}.cart-drawer #nvd-standard-widget-container .nvd-title,.cart-drawer .sdc-shipping-protection-controls .nvd-title{display:flex;align-items:center;margin:0!important;padding:0!important;color:var(--sdc-black)!important;background:transparent!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.cart-drawer .sdc-shipping-protection-toggle{display:inline-flex;align-items:center;gap:8px;min-height:24px;padding:0;border:0;color:var(--sdc-black);background:transparent;font:inherit;cursor:pointer}.cart-drawer .sdc-shipping-protection-toggle__box{display:grid;place-items:center;width:16px;height:16px;flex:0 0 16px;border:1px solid var(--sdc-black);border-radius:2px;background:#fff}.cart-drawer .sdc-shipping-protection-toggle[aria-checked=true] .sdc-shipping-protection-toggle__box{color:#fff;background:var(--sdc-red);border-color:var(--sdc-red)}.cart-drawer .sdc-shipping-protection-toggle[aria-checked=true] .sdc-shipping-protection-toggle__box:after{width:8px;height:5px;border-bottom:1.5px solid currentcolor;border-left:1.5px solid currentcolor;content:"";transform:translateY(-1px) rotate(-45deg)}.cart-drawer .sdc-shipping-protection-toggle:focus-visible{outline:2px solid var(--sdc-red);outline-offset:3px}.cart-drawer #nvd-standard-widget-container .nvd-secondary-content,.cart-drawer .sdc-shipping-protection-controls .nvd-secondary-content{display:flex;margin-left:4px}.cart-drawer #nvd-standard-widget-container .nvd-learn-more,.cart-drawer .sdc-shipping-protection-controls .nvd-learn-more{display:inline-flex!important;color:var(--sdc-muted)!important;font-size:16px!important;text-decoration:none!important}.cart-drawer #nvd-standard-widget-container .nvd-learn-more span,.cart-drawer .sdc-shipping-protection-controls .nvd-learn-more span{display:none}.cart-drawer #nvd-with-checkout-btn,.cart-drawer #nvd-without-checkout-btn{order:1;width:100%!important;min-height:48px;padding:0 16px!important;border:0!important;border-radius:5px!important;color:#fff!important;background:var(--sdc-red)!important;font-family:var(--font-paragraph--family)!important;font-size:15px!important;font-weight:500!important;line-height:1!important;text-decoration:none!important;transition:background-color .15s ease}.cart-drawer #nvd-standard-widget-container .nvd-std-widget-subtitle,.cart-drawer #nvd-standard-widget-container[data-sdc-protection-enabled=true] #nvd-without-checkout-btn,.cart-drawer #nvd-standard-widget-container[data-sdc-protection-enabled=false] #nvd-with-checkout-btn{display:none!important}.cart-drawer #nvd-standard-widget-container[data-sdc-protection-enabled=true] #nvd-with-checkout-btn,.cart-drawer #nvd-standard-widget-container[data-sdc-protection-enabled=false] #nvd-without-checkout-btn{display:flex!important}.cart-drawer .sdc-shipping-protection-summary{display:flex;align-items:center;justify-content:space-between;min-height:18px;color:var(--sdc-black);font-size:13px;line-height:1.35}.cart-drawer .sdc-shipping-protection-summary[hidden]{display:none}body:has(.cart-drawer__dialog[open]) #nvdLearnMorePopupOverlay{inset:0 0 0 auto!important;width:min(467px,100vw)!important;height:100dvh!important;padding:16px!important;background:#0c0c0c6b!important;box-sizing:border-box}body:has(.cart-drawer__dialog[open]) #nvdLearnMorePopupOverlay .nvd-learnmore-popup-content{width:100%!important;max-width:407px!important;max-height:calc(100dvh - 32px)!important;margin:auto!important;border-radius:8px!important;overflow:auto!important;box-shadow:0 12px 36px #0c0c0c2e!important}.sdc-assurance{margin:8px 0 0;color:var(--sdc-muted);font-size:10px;line-height:1.2;text-align:center}.cart-drawer--empty .cart-drawer__header{justify-content:flex-end}.cart-drawer--empty .cart-drawer__content{padding:30px}@media screen and (max-width:420px){.cart-drawer{--sdc-gutter: 16px}.cart-drawer .cart-items__table-row,.cart-drawer .cart-drawer__items .cart-items__table-row{grid-template-columns:56px minmax(0,1fr) 62px;column-gap:8px;min-height:88px;padding:8px 10px}.cart-drawer .cart-items__table-row:last-child,.cart-drawer .cart-drawer__items .cart-items__table-row:last-child{padding:8px 10px}.cart-drawer .cart-items__media-container,.cart-drawer .cart-items__media-image{width:56px;height:56px}.cart-drawer .cart-items__quantity{min-width:62px;height:66px}.cart-drawer .cart-items__quantity .quantity-selector{grid-template-columns:19px 24px 19px;width:62px;height:28px;max-height:28px;flex-basis:28px}.sdc-recommendations__list{gap:10px}.sdc-recommendation{padding:9px}.sdc-recommendation__name{-webkit-line-clamp:2}.cart-drawer .cart-discount__form{grid-template-columns:minmax(0,1fr) 84px;gap:8px}.cart-drawer .cart-discount__drawer-label{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){.sdc-summary-disclosure__icon,.cart-drawer #nvd-with-checkout-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/178/assets/strikeman-cart-drawer.css.map?sdc=20260819d */
