.quick-add {
    position: relative;
    grid-row-start: 4;
    margin: 0 0 1rem;
    z-index: 1;
}
.card--card .quick-add {
    margin: 0 1.3rem 1rem;
}
.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;
}
.quick-add-modal__content {
    --modal-height-offset: 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: var(--modal-height-offset) auto 0;
    width: 100%;
    background-color: rgb(var(--color-background));
    overflow: hidden;
    max-width: var(--page-width);
    width: calc(100% - 3rem);
    max-width: var(--page-width);
    max-height: 95vh;
}
@media screen and (min-width: 750px) {
    .quick-add-modal__content {
        --modal-height-offset: 10rem;
        margin-top: var(--modal-height-offset);
        margin-top: 0;
        width: 80%;
        max-height: calc(100% - var(--modal-height-offset) * 2);
        overflow-y: auto;
        scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .quick-add-modal__content::-webkit-scrollbar {
        height: 0.4rem;
        width: 0.4rem;
        display: none;
    }
    .quick-add-modal__content::-webkit-scrollbar-thumb {
        background-color: rgb(var(--color-foreground));
        border-radius: 0.4rem;
        border: 0;
    }
    .quick-add-modal__content::-webkit-scrollbar-track {
        background: rgba(var(--color-foreground), 0.04);
        border-radius: 0.4rem;
    }
    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 {
    --modal-padding: 2.5rem;
    padding-right: 4.4rem;
    display: block;
    overflow-y: auto;
    padding: var(--modal-padding);
    height: 100%;
}
.quick-add-modal__content-info .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
    width: 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__content {
        overflow: auto;
    }
    quick-add-modal .slider .product__media-item.grid__item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .quick-add-modal__content-info > * {
        max-height: 100%;
    }
    quick-add-modal .product--mobile-columns .product__media-item {
        width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
    }
}
.quick-add-modal__toggle {
    background-color: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    color: rgba(var(--color-foreground), 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 1.2rem;
    z-index: 5;
    width: 4rem;
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}
.quick-add-modal__toggle:hover {
    color: rgba(var(--color-foreground), 0.75);
}
.quick-add-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem;
}
quick-add-modal .product:not(.featured-product) .product__view-details {
    display: flex;
    margin-top: -1rem;
}
quick-add-modal .product__media-item:not(:first-child),
quick-add-modal .product__modal-opener:not(.product__modal-opener--image),
quick-add-modal .quick-add-hidden {
    display: none !important;
}
quick-add-modal .slider.slider--mobile {
    overflow: visible;
}
quick-add-modal .product__column-sticky .product__media-list {
    margin-bottom: 0;
}
quick-add-modal .product__media-list .deferred-media {
    display: block;
    width: 100%;
}
quick-add-modal .product__column-sticky {
    top: 0;
    position: relative;
}
@media screen and (min-width: 750px) {
    quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
        max-width: 45%;
        width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
        max-width: 100%;
        width: 100%;
        padding-left: 4rem;
        max-width: 55%;
        width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
        max-width: 100%;
        width: 100%;
    }
    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: block;
    text-decoration: none;
}
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%;
    box-sizing: border-box;
    padding: 0;
    justify-content: flex-start;
    color: #000;
}
.quick-add__submit:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #df0b37 !important;
}
.quick-add__submit:after,
.quick-add__submit:before {
    content: none;
    display: none;
}
.quick-add__submit .quick-add__submit-text {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 0.8rem;
    color: #1a0303;
}
.quick-add__submit .icon-desktop {
    display: none;
}
@media screen and (min-width: 750px) {
    .quick-add__submit {
        color: #000 !important;
    }
    .quick-add__submit:hover {
        background-color: #fbf5eb !important;
    }
    .quick-add__submit:hover svg path {
        fill: #d26a6c !important;
    }
}
quick-add-modal .product-media-container.constrain-height {
    --viewport-offset: calc((var(--modal-height-offset) + var(--modal-padding) + var(--popup-border-width)) * 2);
}
.quick-add__submit .icon-desktop {
    display: inline-block;
}
.quick-add__submit .icon-mobile {
    display: none;
}
quick-add-modal .product-media-container.constrain-height {
    --constrained-min-height: 400px;
}
.card__information-hover variant-radios {
    display: none;
}
.card__information-hover {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
}
.card__information-hover {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(255,255,255,.5);
    transition: opacity 0.3s ease-in-out;
    margin: 0;
    padding: 1px 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.card__information-hover variant-radios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 5rem);
    width: 100%;
}
.card__information-hover .product-form__input {
    border: unset;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: unset;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.card__information-hover .product-form__input::-webkit-scrollbar {
    height: 0.4rem;
    width: 0.4rem;
    display: none;
}
.card__information-hover .product-form__input::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
    border-radius: 0.4rem;
    border: 0;
}
.card__information-hover .product-form__input::-webkit-scrollbar-track {
    background: rgba(var(--color-foreground), 0.04);
    border-radius: 0.4rem;
}
.card__information-hover legend {
    display: none;
}
.card__information-hover label {
    min-width: 36px;
    flex: 0 0 auto;
    padding: 3px;
    height: 36px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #949494;
    margin: 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    overflow: hidden;
}
.card__information-hover label[disabled] {
    background: #efefef;
    cursor: text;
}
.card__information-hover label.label-color {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.card__information-hover label.label-color img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    height: 125%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: unset;
}
.card__information-hover label.label-color .color-swatch-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.card__information-hover label.label-color .option-label {
    display: none;
}
.quick-add {
    background: rgba(255,255,255,.0);
    margin: 0;
    min-width: unset;
}
.product-card-wrapper:hover .card__information-hover,
wishlist-product-card:hover .card__information-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.quick-add__submit {
    border-radius: 50%;
    width: 5.7rem;
    height: 5.7rem;
    transform: scale(0.85);
    transform-origin: center center;
    min-width: unset;
    background: rgba(255,255,255,.5)!important;
    border: 1px solid #000;
    justify-content: center;
}
.quick-add__submit:after,
.quick-add__submit:before {
    content: none !important;
    display: none !important;
}
.quick-add__submit-text {
    display: none;
}
@media screen and (max-width: 749px) {
    .card__information-hover {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }
}
