.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-learn-more {
    text-align: right;
    padding-bottom: 14px;
}

.bb-quick-add-swiper {
    padding-bottom: 4px;
}

.bb-quick-add-scrollbar {
    --swiper-scrollbar-bottom: -1px;
    --swiper-scrollbar-size: 2px;
    --swiper-scrollbar-sides-offset: 0%;
    width: 100%;
}

.bb-quick-add-arrow {
    transform: scale(0.7);
    vertical-align: bottom;
    margin-left: 3px;
}

.bb-quick-add-content {
    width: 100%;
    background-color: white;
    padding: 20px 14px;
}

bb-quick-add .variant-picker__button::after {
    box-shadow: unset !important;
}

bb-quick-add input[checked="checked"] ~ span {
    text-decoration: underline;
}

bb-quick-add input:checked ~ span {
    text-decoration: underline;
}

bb-quick-add .variant-picker__options {
    justify-content: center;
}