.btn-in-store-inventory {
  position: relative;
}
.btn-in-store-inventory i {
  position: absolute;
  left: 1rem;
}

.in-store-pickup__selected-store .change-store {
  text-decoration: underline !important;
}

.in-store-modal {
  height: 100%;
  position: fixed;
  top: 98px;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1050;
  width: 85%;
  max-width: 360px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 98px);
}
.in-store-modal__backdrop {
  position: fixed;
  top: 98px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
.in-store-modal__header {
  border-bottom: 1px solid #dad8d8;
}
.in-store-modal .form-help-text {
  color: #004b75;
}
.in-store-modal .icon-gps {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 0;
}
.in-store-modal .store-locator-no-results {
  display: none;
}

.in-store__store {
  line-height: 1.5;
  border-bottom: 1px solid #dad8d8;
}
.in-store__store button {
  position: relative;
}
.in-store__store button i {
  position: absolute;
  left: 1rem;
}

.store-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.store-info__back {
  font-size: 1rem;
}
.store-info__back:hover {
  text-decoration: none;
}

.storelocator-phone {
  color: #004b75;
}

.product-card__subtotal .line-item-total-price-amount, .product-card__name a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  font-family: "Quadrant Text Mono";
  letter-spacing: 0;
}

.edit-button {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
  padding: 0.5rem 1rem;
  margin: -0.5rem;
}
.edit-button:hover, .edit-button.hover {
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button:focus, .edit-button.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button.disabled, .edit-button:disabled {
  color: #b3b3b3;
  background-color: #fff;
  border-color: #b3b3b3;
}
.edit-button:not(:disabled):not(.disabled):active, .edit-button:not(:disabled):not(.disabled).active, .show > .edit-button.dropdown-toggle {
  color: #000000;
  background-color: #999999;
  border-color: #000000;
}
.edit-button:not(:disabled):not(.disabled):active:focus, .edit-button:not(:disabled):not(.disabled).active:focus, .show > .edit-button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.cart__title {
  line-height: 2;
  font-family: "Quadrant Text Mono";
  font-weight: 400 !important;
}

.order-totals-wrapper .label,
.order-totals-wrapper .value {
  font-family: "Quadrant Text Mono" !important;
}
@media (max-width: 1023.98px) {
  .order-totals-wrapper .label,
  .order-totals-wrapper .value {
    font-size: 1rem;
  }
}

.cart-seperator {
  display: none !important;
}

.product-card__subtotal .line-item-total-price-amount, .product-card__name a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  font-family: "Quadrant Text Mono";
  letter-spacing: 0;
}

.edit-button {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
  padding: 0.5rem 1rem;
  margin: -0.5rem;
}
.edit-button:hover, .edit-button.hover {
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button:focus, .edit-button.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  color: #000000;
  background-color: #cccccc;
  border-color: #000000;
}
.edit-button.disabled, .edit-button:disabled {
  color: #b3b3b3;
  background-color: #fff;
  border-color: #b3b3b3;
}
.edit-button:not(:disabled):not(.disabled):active, .edit-button:not(:disabled):not(.disabled).active, .show > .edit-button.dropdown-toggle {
  color: #000000;
  background-color: #999999;
  border-color: #000000;
}
.edit-button:not(:disabled):not(.disabled):active:focus, .edit-button:not(:disabled):not(.disabled).active:focus, .show > .edit-button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.cart__title {
  line-height: 2;
  font-family: "Quadrant Text Mono";
  font-weight: 400 !important;
}

.order-totals-wrapper .label,
.order-totals-wrapper .value {
  font-family: "Quadrant Text Mono" !important;
}
@media (max-width: 1023.98px) {
  .order-totals-wrapper .label,
  .order-totals-wrapper .value {
    font-size: 1rem;
  }
}

.cart-seperator {
  display: none !important;
}

.paypal-cart-buttons-container {
  min-height: 2.9375rem;
}
@media (min-width: 1024px) {
  .paypal-cart-buttons-container {
    margin: 0 auto;
  }
}
.paypal-cart-buttons-container .paypal-cart-button.disabled {
  opacity: 0.3;
}
.paypal-cart-buttons-container .paypal-cart-button.disabled::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  content: " ";
}
.paypal-cart-buttons-container div[id^=zoid-paypal-button] {
  overflow: inherit !important;
}

.braintree-cart-paypal-buttons-wrap {
  /*
   * Braintree sets the Paypal button to be 47px w/ 0.938em of padding-bottom.
   * We need to remove the bottom padding to allow the button to be aligned with other buttons.
   * This leaves a total height of 2.9375rem. This space should be guaranteed to avoid CLS issues.
   * If the height is altered by Braintree, this value should be updated to avoid CLS and minimize extra whitespace.
   */
  min-height: 2.9375rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .braintree-cart-paypal-buttons-wrap {
    margin: 0 auto;
  }
}
.braintree-cart-paypal-buttons-wrap .braintree-cart-paypal-button {
  display: block;
  z-index: 0;
}
.braintree-cart-paypal-buttons-wrap .braintree-cart-paypal-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.braintree-cart-paypal-buttons-wrap .braintree-cart-paypal-button.disabled::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  content: " ";
  left: 0;
}
.braintree-cart-paypal-buttons-wrap div[id^=zoid-paypal-button] {
  overflow: inherit !important;
}

body:has(.cart-container),
body:has(#checkout-main) {
  background-color: #fff;
}

.single-approaching-discount {
  margin-bottom: 1rem;
}
.single-approaching-discount:last-child {
  margin-bottom: 0;
}

.approaching-discounts {
  background: #302e31;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0.5rem;
}

.bonus-product-restore {
  padding: 1rem 0;
}
.bonus-product-restore svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.25rem;
}
.bonus-product-restore button {
  color: #000000;
}

.shop-continue {
  margin: 1.5rem 0;
}

.cart-loginsignup {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 0.9375rem;
}
.cart-loginsignup p {
  margin-bottom: 0.375rem;
}

.checkout-continue__mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0.0625rem 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0.0625rem 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
  z-index: 1045;
}
.checkout-continue__mobile .paypal-cart-button {
  margin: 0;
}
@media (max-height: 30rem) {
  .checkout-continue__mobile.hide-on-short-screens {
    display: none !important;
  }
}

.line-item-attributes {
  font-size: 0.875rem;
  margin: 0 0 0.375rem;
  line-height: 1.5;
}
.line-item-attributes .label {
  font-weight: 400;
}
.line-item-attributes .value {
  font-weight: 400;
}

.instore-pickup {
  margin: 1.5rem 0;
}
.instore-pickup .place-icon {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}
.instore-pickup .svgicon {
  display: block;
  width: 30px;
  height: 30px;
}
.instore-pickup .status-title {
  margin: 0 0 0.125rem;
}
.instore-pickup .status-link {
  margin: 0;
}
.instore-pickup .check-store-availability {
  color: #000000;
  text-decoration: underline;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: unset;
  overflow: hidden;
  font-size: 1.15rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 100%;
  text-transform: none;
}
.line-item-name a {
  text-decoration: none;
}
.line-item-name a:hover {
  text-decoration: none;
}

.line-item-price {
  margin-bottom: 0.375rem;
}
.line-item-price .price {
  display: inline-block;
}
@media (min-width: 1024px) {
  .line-item-price .price {
    max-width: 85px;
  }
  .line-item-price .price span.value {
    display: block;
  }
}

.line-item-total-price {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}
.line-item-total-price .price {
  display: inline-block;
  font-weight: 600;
}
.line-item-total-price .price .strike-through {
  color: #990000;
}
@media (max-width: 1023.98px) {
  .line-item-total-price .price .strike-through {
    display: inline-block;
  }
  .line-item-total-price .price .pricing {
    display: inline-block;
  }
  .line-item-total-price .price .non-adjusted-price {
    display: none;
  }
}

.line-item-price-info {
  margin-bottom: 0.5rem;
}

.line-item-promo {
  color: #990000;
  font-size: 0.875rem;
}
.line-item-promo .bonus-product-message {
  color: #990000;
}

.product-info {
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 576px) {
  .product-info {
    height: auto;
  }
}

.product-to-remove {
  font-weight: 600;
}

.item-image {
  height: 100%;
  width: 100%;
  margin-right: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-negative: unset;
      flex-shrink: unset;
  display: block;
}
.item-image img.product-image {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.line-item__message--rewards .product-reward__icon,
.product__message--rewards .product-reward__icon {
  display: none;
}

.line-item__message--rewards {
  line-height: 1.5;
}
.line-item__message--rewards .content-asset {
  margin: 0.875rem 0 0.5rem;
}
@media (max-width: 1023.98px) {
  .line-item__message--rewards .content-asset {
    margin: 0.875rem 0 1rem;
  }
}

.line-item__message--exclusive {
  color: #000000;
}

.bonus-product {
  display: block;
  text-align: center;
}

.remove-line-item {
  position: relative;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundle-includes {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: "";
  display: block;
  border-bottom: 0.063rem dashed #dad8d8;
  margin: 0.625rem -0.625rem;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 1023.98px) {
  .bundle-misc {
    margin-bottom: 0.625rem;
  }
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.bonus-product-button {
  margin-right: 1.5rem;
}

.grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "cartitems" "summary" "sfl";
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 20rem;
    grid-template-rows: 1fr auto;
    grid-template-areas: "cartitems summary" "sfl summary";
  }
}
.grid__items {
  grid-area: cartitems;
}
.grid__summary {
  grid-area: summary;
}
.grid__saveForLater {
  grid-area: sfl;
}

.product-card {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 6.25rem 1fr 2.125rem;
  grid-template-rows: repeat(8, auto);
  grid-template-areas: "image name closebutton" "image attributes attributes" "image price price" "image quantity quantity" "image controls controls" "image subtotal subtotal" "messaging messaging messaging" "availability availability availability";
}
@media (min-width: 576px) {
  .product-card {
    grid-template-columns: 1fr 2fr -webkit-max-content auto;
    grid-template-columns: 1fr 2fr max-content auto;
    grid-template-rows: repeat(4, auto) 1fr auto;
    grid-template-areas: "image name subtotal closebutton" "image attributes price ." "image quantity quantity quantity" "image controls controls controls" "image messaging messaging messaging" "availability availability availability availability";
  }
}
.product-card__remove-button {
  grid-area: closebutton;
}
.product-card__remove-button .btn {
  margin-top: -0.625rem;
  margin-right: -0.625rem;
}
.product-card__image {
  grid-area: image;
}
.product-card__image .product-image {
  max-width: 100%;
}
.product-card__name {
  grid-area: name;
}
.product-card__name a {
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-card__name a {
    font-size: 1.125rem;
  }
}
.product-card__subtotal {
  grid-area: subtotal;
}
.product-card__subtotal .strike-through {
  display: none;
}
@media (min-width: 576px) {
  .product-card__subtotal .line-item-total-price-amount {
    font-size: 1.125rem;
  }
}
.product-card__attributes {
  grid-area: attributes;
}
.product-card__price {
  grid-area: price;
}
@media (min-width: 576px) {
  .product-card__price .price > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-card__quantity {
  grid-area: quantity;
}
.product-card__quantity .btn {
  border-radius: 0;
}
.product-card__quantity input {
  width: 3rem;
  text-align: center;
  border: 0.0625rem solid #000000;
  border-radius: 0;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.product-card__quantity .input-group {
  margin: 1rem 0;
}
.product-card__quantity input::-webkit-outer-spin-button,
.product-card__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-card__quantity .input-group-append button,
.product-card__quantity .input-group-prepend button {
  color: #000000;
  background-color: #fff;
  border: 0.0624rem solid #000000;
  padding: 0.5rem;
}
.product-card__quantity .input-group-append button i,
.product-card__quantity .input-group-prepend button i {
  display: block;
}
.product-card__quantity .input-group-append :hover,
.product-card__quantity .input-group-prepend :hover {
  color: #928f94;
  background-color: #fff;
}
.product-card__quantity .input-group-append button:disabled {
  color: #928f94;
  border: 0.0625rem solid #dad8d8;
  border-left-color: #000000;
}
.product-card__quantity .input-group-prepend button:disabled {
  color: #928f94;
  border: 0.0625rem solid #dad8d8;
  border-right-color: #000000;
}
.product-card__controls {
  grid-area: controls;
}
.product-card__controls .product-actions__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .product-card__controls .product-actions__cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0.5rem;
  }
}
.product-card__messaging {
  grid-area: messaging;
}
.product-card__availability {
  grid-area: availability;
}

.number-of-items {
  font-family: "Roboto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 0.875rem;
}

.cart-size-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32"><path d="M2.947 6.958l-2.712 2.712 15.5 15.371 2.712-2.712-15.5-15.371z"></path><path d="M28.522 6.958l-15.5 15.371 2.713 2.712 15.5-15.371-2.712-2.713z"></path></svg>');
  background-position: calc(100% - 0.25rem) center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border: 0;
  border-bottom: 0.0625rem solid #000000;
  border-radius: 0;
  color: #000000;
  padding: 0 1.125rem 0 0.25rem;
}

@media (min-width: 576px) {
  .cart-stylitics-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cart-stylitics-header {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
@media (min-width: 576px) {
  .cart-stylitics-header {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

.cart-membership-banner {
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}
.cart-membership-banner__cgr-logo svg {
  height: 2.5rem;
  width: 2.5rem;
}
.cart-membership-banner__log-in-button svg {
  height: 1.25rem;
  width: 1.25rem;
}

#stylitics-widget-container .stylitics-hotspots-base {
  padding: 0;
  margin: 0;
}

.express-payments-wrapper {
  position: relative;
}
.express-payments-wrapper.disabled > *:not(.express-payments-wrapper__auth-overlay) {
  opacity: 0.3;
  pointer-events: none;
}
.express-payments-wrapper__auth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1050;
}

.express-payments__buttons .paypal-express__container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=cart.css.map*/