.bb-quick-add {
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-1px); */
}
.bb-quick-add a {
    display: block;
    /* position: absolute;
    right: 0px;
    bottom: 0; */
    /* z-index: 1000; */
}

.bb-quick-add img,
.bb-quick-add video {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.bb-quick-add .modal__content {
    height: fit-content;
    margin-bottom: 0;
    --modal-animation-name: modalSlideInBottom;
}

.bb-quick-add-title {
    color: #343434;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
}

.bb-quick-add-price {
    margin-bottom: 14px;
}

.bb-quick-add-price span{
    font-size: 12px;
    color: #343434;
}

.bb-quick-add-price .price .price__sale .price-item--sale span {
    color: #bf2829;
    font-weight: 500;
}

.bb-quick-add-button {
    /* transition-duration: 500ms; */
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    color: #29252c;
    padding-left: 15px;
    padding-bottom: 30px;
    height: 13px;
}

.bb-quick-add-content {
    width: 100%;
    background-color: white;
    padding: 20px 14px;
}

.bb-quick-add-content input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    height: 1px;
    width: 1px;
}

.bb-quick-add-content input[type="radio"]:checked + .bb-quick-add-variant-item {
    text-decoration: underline;
}

.bb-quick-add-content input[type="radio"]:disabled +.bb-quick-add-variant-item {
    color: rgba(var(--color-text), 0.1);
    background-color: transparent;
    cursor: not-allowed;
}

.bb-quick-add-content input[type="radio"]:disabled + .bb-quick-add-variant-item::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid rgba(var(--color-text), 0.1);
    transform: rotate(-35deg);
    opacity: 1;
}

.variant-input-wrapper {
    border: none;
    padding: 15px 0;
}

.bb-quick-add-product-gallery .swiper-wrapper {
    margin: 0 -1px;
}

.bb-quick-add-product-gallery .swiper-wrapper .swiper-slide {
    padding: 0 1px;
}

.bb-quick-add-variant-content {
    display: flex;
    justify-content: space-around;
}

.bb-quick-add-variant-item {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}

.bb-quick-add-submit button {
    font-size: 11px;
    font-weight: 500;
    height: 54px;
    background-color: #000;
}

.product-form__error-message-wrapper {
    text-align: center;
    padding-top: 10px;
}

@media(min-width: 959px) {
    .bb-quick-add-content-wrapper {
        max-width: 1080px;
        text-align: center;
        margin: 0 auto;
    }

    /* .card__inner:hover .bb-quick-add-button {
        opacity: 1;
    } */
}

.bb-quick-add-learn-more {
    text-align: right;
    padding-bottom: 14px;
}

.bb-quick-add-learn-more svg {
    transform: rotate(-90deg);
    margin-left: 5px;
}