#bogos-bundle-view, .bogos-integration-page-builder-bundle {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.bogos-bundles-widget {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    padding: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: inherit;
    gap: 12px;
    margin-bottom: 20px;
}

.bogos-bundles-widget .bogos-bundles-widget-header {
    text-align: center;
    padding: 12px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bogos-bundles-widget .bogos-bundles-widget-title {
    font-weight: 700;
    font-size: 18px;
    color: #303030;
}

.bogos-bundles-widget .bogos-bundles-widget-description {
    font-size: 12px;
    font-weight: 400;
    color: #303030;
}

.bogos-bundles-widget .bogos-bundles-widget-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.bogos-bundles-widget-body .bogos-bundle-item-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 8px;
}

.bogos-bundle-item-container .bogos-bundle-variants-container:has(.bogos-bundle-variant-item) {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 12px 12px 102px;
    background-color: #F7F7F7;
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
}

.bogos-bundle-item-container .bogos-bundle-variants-container:has(.bogos-bundle-variant-item-select option:only-child) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    overflow: hidden !important;
}

.bogos-bundle-item-container:has(option:not(:only-child)):has(.bogos-bundle-active-dropdown-select) .bogos-bundle-item,
.bogos-bundle-item-container:has(option:not(:only-child)):has(.bogos-bundle-active-dropdown-select) .bogos-bundle-item-img {
    border-end-start-radius: unset !important;
    border-end-end-radius: unset !important;
}

.bogos-bundle-item-container .bogos-bundle-variant-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bogos-bundle-item-container .bogos-bundle-variant-item-select {
    flex-grow: 1;
    padding: 3px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #c9c9c9;
    outline: none;
}

.bogos-bundles-widget-body .bogos-bundle-item {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    align-items: center;
}

.bogos-bundles-widget-body .bogos-bundle-item .bogos-bundle-item-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
    background: #FFFFFF;
}

.bogos-bundles-widget-body .bogos-bundle-item .bogos-bundle-item-info {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    line-height: 1.2;
    min-height: 90px;
}

.bogos-bundle-item .bogos-bundle-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    text-decoration-line: none;
}

.bogos-bundle-item .bogos-bundle-item-title:hover {
    text-decoration-line: underline;
    cursor: pointer;
}

.bogos-bundle-item .bogos-bundle-item-price {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 4px;
    font-weight: 400;
}

.bogos-bundle-item .bogos-bundle-item-discount-price {
    color: #303030;
}

.bogos-bundle-item .bogos-bundle-item-original-price {
    color: #b5b5b5;
    text-decoration-line: line-through;
}

.bogos-bundle-item .bogos-bundle-item-quantity-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bogos-bundle-item .bogos-bundle-item-select-button {
    font-size: 13px;
    color: #005bd3;
    text-decoration-line: underline;
    cursor: pointer;
    margin-right: 5px;
}

.bogos-bundle-item .bogos-bundle-item-select-button:not(:empty)::after {
    content: "";
    border: solid #005bd3;
    border-width: 0 .18rem 0.18rem 0;
    display: inline-block;
    padding: 0.24rem;
    margin-left: 3px;
    margin-bottom: 0.16rem;
    transform: rotate(45deg);
}

.bogos-bundle-item-container:has(.bogos-bundle-active-dropdown-select) .bogos-bundle-item-select-button:not(:empty)::after {
    transform: rotate(225deg) !important;
    margin-bottom: unset !important;
}

.bogos-bundle-item .bogos-bundle-item-quantity {
    display: inline-block;
    line-height: 1;
    background-color: #e3e3e3;
    padding: 4px;
    font-weight: 600;
    border-radius: 50rem !important;
    font-size: 13px;
    color: #303030;
}

.bogos-bundles-widget .bogos-bundles-widget-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.bogos-bundles-widget-footer .bogos-bundles-total {
    display: flex;
    justify-content: space-between;
}

.bogos-bundles-widget-footer .bogos-bundles-total-title {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
}

.bogos-bundles-widget-footer .bogos-bundles-total-price {
    display: flex;
    align-items: end;
    gap: 4px;
    line-height: 1;
}

.bogos-bundles-widget-footer .bogos-bundles-total-discount-price {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}

.bogos-bundles-widget-footer .bogos-bundles-total-original-price {
    color: #616161;
    text-decoration-line: line-through;
    font-weight: 400;
    font-size: 13px;
}

.bogos-bundles-widget-footer .bogos-bundle-error {
    padding: 0.5rem;
    color: darkred;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    background-color: #ffddd4;
}

.bogos-bundles-widget-footer .bogos-bundles-button-add {
    background-color: #303030;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.bogos-bundles-widget-footer .bogos-bundles-button-add:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.bogos-bundles-widget-footer .bogos-bundles-brand-mark {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
}

.bogos-bundle-active-dropdown-select {
}

.bogos-bundle-variants-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.bogos-bundles-quantity-break-widget {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    padding: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-family: inherit;
    gap: 12px;
    margin: 20px 0;
}

.bogos-bundles-quantity-break-widget form {
    width: 100%;
}

.bogos-bundles-quantity-break-widget-body, .bogos-bundles-quantity-break-widget-footer {
    width: 100%;
}

.bogos-bundles-quantity-break-widget-title {
    text-align: center;
    font-size: 18px;
    color: #303030;
    font-weight: 700;
}

.bogos-bundles-quantity-break-widget-description {
    font-size: 12px;
    color: #303030;
    text-align: center;
}

.bogos-bundle-quantity-break-item {
    display: flex;
}


.bogos-bundle-quantity-break-tier-label {
    flex: 1 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0;

}

.bogos-bundle-quantity-break-title {
    font-weight: 450;
    font-size: 16px;
}

.bogos-bundle-quantity-break-item-discount-price {
    font-weight: 600;
    font-size: 14px;
}

.bogos-bundle-quantity-break-sub-title {
    font-size: 13px;
    font-weight: 500 !important;
}

.bogos-bundle-quantity-break-item-original-price {
    font-size: 13px;
    text-decoration-line: line-through;
    color: #b5b5b5;
}

.bogos-bundles-quantity-break-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bogos-bundles-quantity-break-widget-footer .brand-mark.bogos-bundles-brand-mark {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
}

.bogos-bundle-quantity-break-label {
    padding: 0 4px;
    font-size: 12px;
    font-weight: 550;
    background: #303030;
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
}

.bogos-bundle-quantity-break-main-info {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.bogos-quantity-break-tier-input:focus {
    outline: none;
    box-shadow: none;
}

.bogos-bundle-quantity-break_item-container {
    margin: 6px 0;
    box-shadow: 0 3px 1px -1px #1A1A1A12, 0 1px 0 0 #CCCCCC80 inset, 0 -1px 0 0 #0000002B inset, -1px 0 0 0 #00000021 inset, 1px 0 0 0 #00000021 inset;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

.bogos-bundle-quantity-break_item-container .bogos-bundle-quantity-break-variant-item-select {
    flex-grow: 1;
    padding: 3px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #c9c9c9;
    outline: none;
}

.bogos-bundle-quantity-break-variant-item-title {
    margin-right: 8px;
}

.bogos-bundle-quantity-break-variant-item {
    display: flex;
}

.bogos-bundle-quantity-break-item-select-button {
    font-size: 13px;
    color: #005bd3;
    text-decoration-line: underline;
    cursor: pointer;
    margin-right: 5px;
}

.bogos-bundle-quantity-break-item-select-button:not(:empty)::after {
    content: "";
    border: solid #005bd3;
    border-width: 0 .18rem 0.18rem 0;
    display: inline-block;
    padding: 0.24rem;
    margin-left: 3px;
    margin-bottom: 0.16rem;
    transform: rotate(45deg);
}

.bogos-bundle-quantity-break_item-container .bogos-bundle-quantity-break-variants-container:has(.bogos-bundle-quantity-break-variant-item) {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 12px 12px 40px;
    background-color: #F7F7F7;
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
    box-shadow: 0 3px 1px -1px #1A1A1A12, 0 -1px 0 0 #0000002B inset, -1px 0 0 0 #00000021 inset, 1px 0 0 0 #00000021 inset
}

.bogos-bundles-quantity-break-total-title {
    font-size: 14px;
    font-weight: 550;
    color: #303030;
}

.bogos-bundle-quantity-break-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.bogos-bundles-quantity-break-button-add {
    border-radius: 8px;
    background: #303030;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    align-content: center;
    padding: 12px;
    width: 100%;
    margin: 14px 0 8px 0;
    border: none;
    cursor: pointer;
}

.bogos-bundles-quantity-break-price {
    display: flex;
    align-items: center;
}

.bogos-bundles-quantity-break-origin-price {
    color: #616161;
    text-decoration-line: line-through;
    font-size: 13px;
    font-weight: 400;
    margin-left: 4px;
}

.bogos-bundle-quantity-break-tag {
    border-radius: 4px;
    font-weight: 550;
    padding: 0 4px;
    background: #f1f1f1;
    border: 1px solid #E3E3E3;
    font-size: 12px;
}

.bogos-bundle-quantity-break_item-container .bogos-bundle-quantity-break-variants-container:has(.bogos-bundle-quantity-break-variant-item-select option:only-child) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    overflow: hidden !important;
}

.bogos-bundle-quantity-break_item-container:has(.bogos-bundle-quantity-break-active-dropdown-select) .bogos-bundle-quantity-break-item-select-button:not(:empty)::after {
    transform: rotate(225deg) !important;
    margin-bottom: unset !important;
}

.bogos-bundle-quantity-break_item-container:has(option:not(:only-child)):has(.bogos-bundle-quantity-break-active-dropdown-select) .bogos-bundle-quantity-break-item {
    border-end-start-radius: unset !important;
    border-end-end-radius: unset !important;
}

.bogos-bundle-quantity-break-variants-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.bogos-bundle-quantity-break-item input[type="radio"] {
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 1px solid #8A8A8A;
    border-radius: 50%;
}

.bogos-bundle-quantity-break-item input[type="radio"]::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    box-shadow: inset 1em 1em #fff !important;
}

.bogos-bundle-quantity-break-item input[type="radio"]:checked::before {
    transform: scale(1);
}


.bogos-bundle-quantity-break-item input[type="radio"]:checked {
    background-color: #000;
    transition: 120ms transform ease-in-out;
}

.bogos-bundle-quantity-break_item-container:has(.bogos-bundle-quantity-break-item input[type="radio"]:checked) {
    box-shadow: 0 3px 1px -1px #ccc, 0 1px 0 0 #000 inset, 0 -1px 0 0 #000 inset, -1px 0 0 0 #000 inset, 1px 0 0 0 #000 inset;
    border-radius: 8px;
}

.bogos-bundle-quantity-break_item-container:has(.bogos-bundle-quantity-break-item input[type="radio"]:checked) .bogos-bundle-quantity-break-variants-container:has(.bogos-bundle-quantity-break-variant-item) {
    box-shadow: 0 3px 1px -1px #ccc, 0 -1px 0 0 #000 inset, -1px 0 0 0 #000 inset, 1px 0 0 0 #000 inset;
}

.bogos-bundle-quantity-break-item-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bogos-quantity-break-tier-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bogos-quantity-break-input-wrapper {
    display: flex;
    align-items: center;
    padding: 10px;
}

.bogos-bundles-quantity-break-widget-footer .bogos-bundles-quantity-break-button-add:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
