.rubi-v2-bundles {
    margin: 16px 0 14px;
    border-top: 1px solid rgba(31, 31, 31, 0.12);
    padding-top: 14px;
}

.rubi-v2-bundles__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}

.rubi-v2-bundles__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.rubi-v2-bundles__hint {
    font-size: 12px;
    color: #7b6a4c;
    text-align: right;
}

.rubi-v2-bundles__mix {
    display: none;
    margin: 0 0 10px;
    padding: 9px 11px;
    border: 1px solid #d7bf82;
    border-radius: 7px;
    background: linear-gradient(180deg, #fffdf7 0%, #fbf6eb 100%);
    color: #4a3b20;
    font-size: 13px;
    line-height: 1.28;
}

.rubi-v2-bundles.is-bundle .rubi-v2-bundles__mix {
    display: block;
}

.rubi-v2-bundles__mix strong {
    display: block;
    margin-bottom: 2px;
}

.rubi-v2-bundles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.rubi-v2-card {
    appearance: none;
    text-align: left;
    border: 1px solid #ddd6c9;
    background: #fff;
    color: #111;
    border-radius: 7px;
    padding: 9px 10px;
    min-height: 82px;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.rubi-v2-card:hover {
    border-color: #111;
}

.rubi-v2-card.is-active {
    border: 2px solid #111;
    box-shadow: none;
    padding: 8px 9px;
}

.rubi-v2-card.is-disabled {
    opacity: .46;
    cursor: not-allowed;
    box-shadow: none;
}

.rubi-v2-card__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}

.rubi-v2-card__sub {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #7e0024;
    line-height: 1.15;
    font-weight: 600;
}

.rubi-v2-card__price {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

.rubi-v2-card__saving {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #6e8d00;
    line-height: 1.15;
}

.rubi-v2-card__stock {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #7a7a7a;
}

.rubi-v2-card--single .rubi-v2-card__title {
    font-size: 14px;
}

.rubi-v2-hidden {
    display: none !important;
}

.product_block_right > .product-price .rubi-v2-saving-inline {
    display: block;
    margin-top: 3px;
    color: #6e8d00;
    font-size: 14px;
    line-height: 1.18;
    font-weight: 600;
}

html.rubi-v2-variation-switching .custom_add_to_cart_button:not([aria-busy="true"]) {
    position: relative;
    color: transparent !important;
    background: #000 !important;
    opacity: 1 !important;
}

html.rubi-v2-variation-switching .custom_add_to_cart_button:not([aria-busy="true"]) * {
    visibility: hidden !important;
}

html.rubi-v2-variation-switching .custom_add_to_cart_button:not([aria-busy="true"])::after {
    content: attr(data-rubi-v2-freeze-label);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    pointer-events: none;
    white-space: normal;
    font: inherit;
    font-weight: 700;
}

.rubi-v2-bundle-color {
    display: none;
}

.rubi-v2-bundle-color-mode .new_attr_select_block {
    display: none !important;
}

.rubi-v2-bundle-color-mode .rubi-v2-bundle-color {
    display: block;
    margin-top: 5px;
}

.rubi-v2-bundle-color__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 260px;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid #d7bf82;
    border-radius: 7px;
    background: linear-gradient(180deg, #fffdf8 0%, #fbf6eb 100%);
    color: #2a2112;
    text-align: left;
    cursor: pointer;
}

.rubi-v2-bundle-color__button img {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
}

.rubi-v2-bundle-color__button strong,
.rubi-v2-bundle-color__button small {
    display: block;
    line-height: 1.1;
}

.rubi-v2-bundle-color__button strong {
    font-size: 14px;
    font-weight: 700;
}

.rubi-v2-bundle-color__button small {
    margin-top: 2px;
    color: #6d4f14;
    font-size: 12px;
    font-weight: 600;
}

.rubi-bundle-card-offer {
    margin: 0;
}

.rubi-bundle-card-offer .rubi-bundle-offer-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 3px 6px;
    border: 1px solid rgba(180, 154, 98, .45);
    border-radius: 6px;
    background: #fbf8f1;
    color: #6c4d18;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
}

.rubi-bundle-card-saving {
    display: block;
    margin: 0 0 2px;
    color: #6f8f00;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
}

.product-item .products_info,
.slide_products_single .products_info {
    gap: 5px !important;
    row-gap: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 24px !important;
}

.product-item .products_title,
.slide_products_single .products_title {
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 1.18;
}

.product-item .product-list-rating,
.slide_products_single .product-list-rating {
    margin-top: 0 !important;
    margin-bottom: 1px !important;
}

.product-item .products_price,
.slide_products_single .products_price {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

.product-item .ceit-cashback-badge,
.slide_products_single .ceit-cashback-badge {
    margin-top: 0 !important;
}

.rubi-v2-cart-badge {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 6px;
    background: #a10031;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
}

.rubi-v2-bundle-fixed-qty {
    pointer-events: none;
    background: #f5f5f5;
}

.rubi-v2-bundle-decrease,
.rubi-v2-bundle-increase {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.rubi-v2-bundle-decrease img,
.rubi-v2-bundle-increase img {
    opacity: 1 !important;
}

.custom_add_to_cart_button.is-stock-limit {
    line-height: 1.15;
}

@media (max-width: 560px) {
    .rubi-v2-bundles {
        margin: 12px 0 12px;
        padding-top: 12px;
    }

    .rubi-v2-bundles__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
        margin-bottom: 7px;
    }

    .rubi-v2-bundles__hint {
        text-align: left;
    }

    .rubi-v2-bundles__mix {
        margin-bottom: 8px;
        padding: 8px 9px;
        font-size: 12px;
    }

    .rubi-v2-bundles__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .rubi-v2-card {
        min-height: 72px;
        padding: 7px 6px;
    }

    .rubi-v2-card.is-active {
        padding: 6px 5px;
    }

    .rubi-v2-card__title,
    .rubi-v2-card--single .rubi-v2-card__title {
        font-size: 13px;
        line-height: 1.12;
    }

    .rubi-v2-card__sub,
    .rubi-v2-card__saving {
        font-size: 10.5px;
        line-height: 1.12;
    }

    .rubi-v2-card__price {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.12;
    }
}

.rubi-v2-cart-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99998;
    width: min(360px, calc(100vw - 28px));
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 8px;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.rubi-v2-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.rubi-v2-cart-toast__close {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #555;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.rubi-v2-cart-toast__body {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding-right: 28px;
}

.rubi-v2-cart-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #0f8a43;
    color: #fff;
    font-weight: 800;
}

.rubi-v2-cart-toast__text {
    min-width: 0;
}

.rubi-v2-cart-toast__title,
.rubi-v2-cart-toast__meta {
    display: block;
}

.rubi-v2-cart-toast__title {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.rubi-v2-cart-toast__meta {
    margin-top: 3px;
    color: #666;
    font-size: 13px;
    line-height: 1.25;
}

.rubi-v2-cart-toast__actions {
    margin-top: 12px;
}

.rubi-v2-cart-toast__link,
button.rubi-v2-cart-toast__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid #111;
    border-radius: 7px;
    background: #111;
    color: #fff;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.rubi-v2-cart-toast__link--primary {
    background: #111;
    color: #fff;
}

@media (max-width: 640px) {
    .rubi-v2-cart-toast {
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
    }
}
