/** Shopify CDN: Minification failed

Line 240:0 Expected ")" to go with "("

**/
.quick-add {
  position: relative;
  grid-row-start: 4;
  margin: 0 0 1rem;
  z-index: 1;
}
.notify-block a#notify-me:hover{color: var(--gradient-base-accent-2);}
.card--card .quick-add {
  margin: 2rem 0rem 1rem;
  grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
  display: grid;
  width: 100%;
  gap:10px;
}
@media screen and (max-width: 576px) {
.card--card .quick-add{
   grid-template-columns: repeat(auto-fill,minmax(175px,1fr));
}
}
.quick-add-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.quick-add-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  display:block;
}

.quick-add-modal__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 3.2rem auto 0;
  width: 100%;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  max-width: var(--page-width);
  width: calc(100% - 3rem);
}

@media screen and (min-width: 750px) {
  .quick-add-modal__content {
    margin-top: 10rem;
    width: 80%;
    max-height: calc(100% - 20rem);
    overflow-y: auto;
  }

  quick-add-modal .quick-add-modal__toggle {
    top: 2rem;
    right: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .quick-add-modal__content {
    width: 70%;
  }
}

.quick-add-modal__content img {
  max-width: 100%;
}

.quick-add-modal__content-info {
  padding-right: 4.4rem;
  display: flex;
  overflow-y: auto;
  padding: 2.5rem;
  height: 100%;
}

.quick-add-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  quick-add-modal .slider .product__media-item.grid__item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .quick-add-modal__content {
    bottom: 3.2rem;
  }
  
  .quick-add-modal__content-info > * {
    max-height: 100%;
  }
}
.quick-add-modal__content-info .secure-badges, .quick-add-modal__content-info .inventory-form__label{display:none;}
.quick-add-modal__toggle {
  background-color: var(--color-base-accent-4);
  transition: all 0.3s linear;
  border: none;
  border-radius: 0;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.8rem;
  z-index: 5;
  width: 3rem;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
}

.quick-add-modal__toggle:hover {
  color: var(--gradient-base-background-5);
  background: var(--gradient-base-background-2);
}

.quick-add-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

quick-add-modal .product:not(.featured-product) .product__view-details {
  display: none;
}

quick-add-modal .quick-add-hidden,
quick-add-modal .product__modal-opener:not(.product__modal-opener--image),
quick-add-modal .product__media-item:not(:first-child) {
  display: none !important;
}

quick-add-modal .slider.slider--mobile {
  overflow: visible;
}

quick-add-modal .product__media-list {
  margin-bottom: 0;
}

quick-add-modal .product__media-list .deferred-media {
  display: block;
  width: 100%;
}

quick-add-modal .product--thumbnail .product__media-gallery,
quick-add-modal .product--thumbnail_slider .product__media-gallery,
quick-add-modal .product--stacked .product__info-container--sticky {
  top: 0;
  position: relative;
}

@media screen and (min-width: 750px) {
  quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
    max-width: 43%;
    width: calc(43% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 56%;
    width: calc(56% - var(--grid-desktop-horizontal-spacing) / 2)
  }

  quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: none;
  }
}

quick-add-modal .page-width {
  padding: 0;
}

quick-add-modal .product__title > h1 {
  display: none;
}

quick-add-modal .product__title > a {
  display: inline-block;
  text-decoration: none;
}
quick-add-modal .product__title > a h2{transition: all 0.3s linear;}
quick-add-modal .product__title>a h2:hover{color: var(--gradient-base-accent-2);}
quick-add-modal .product__title > a:hover{
  color: var(quick-add-modal .product__title > a {);
}
/* quick-add-modal .product__title > a:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.3rem;
} */

quick-add-modal .product-form__buttons {
  max-width: initial;
}

/* .quick-add__submit {
  padding: 0.8rem;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
 */
quick-add-modal .product:not(.product--no-media) .product__media-wrapper
/*Quick view*/
.quick-add-modal__content-info p.fake_counter_p {
    display: none !important;
}
.quick-add-modal__content-info .social-proof-sales{
    display: none;
}
.quick-add-modal__content-info .product__accordion.accordion{
    display: none;
}
.quick-add-modal__content-info .product-attributes.fbt{ display: none;}
/* .motion-reduce.loading-image {
background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
background-color: red;
} */
