:root {
    /* --tatabundle-header-title-color: "#020202"; */
    /* --tatabundle-header-title-font-size: 14px; */
    /* --tatabundle-header-title-weight: "bold"; */
    --tatabundle-header-show-title: #0000004d;

    /* --tatabundle-title-color: "#020202";
    --tatabundle-title-font-size: 20px;
    --tatabundle-title-weight: 500;
    --tatabundle-title-margin-bottom: 5px; */

    /* --tatabundle-subtitle-color: "#444444"; */
    /* --tatabundle-subtitle-font-size: 14px; */
    /* --tatabundle-subtitle-weight: "normal"; */

    /* --tatabundle-label-text-color: "#444444";
    --tatabundle-label-text-font-size: 12px;
    --tatabundle-label-text-weight: "normal"; */

    /* --tatabundle-best-seller-text-color: "#FFFFFF";
    --tatabundle-best-seller-text-font-size: 12px;
    --tatabundle-best-seller-text-weight: "bold"; */

    /* --tatabundle-price-color: "#020202";
    --tatabundle-price-font-size: 20px;
    --tatabundle-price-weight: 500; */
    /*
    --tatabundle-compare-at-price-color: "#444444";
    --tatabundle-compare-at-price-font-size: 14px;
    --tatabundle-compare-at-price-weight: "normal"; */

    /* --tatabundle-colors-selected-bg: "#FFFFFF"; */
    /* --tatabundle-colors-bg: "#FFFFFF"; */
    /* --tatabundle-colors-border: "#020202"; */
    /* --tatabundle-colors-selected-border: "#d3d3d3"; */
    /* --tatabundle-colors-bg-label: "#737373"; */
    --tatabundle-colors-best-seller: "#FF3131";

    --tatabundle-colors-border-radius: 1px;

    --tatabundle-most-popular-badge-right: 5px;
    --tatabundle-padding-offer: 30px 0 10px 0;

    --tatabundle-gift-label-font-size: 10px;
    --tatabundle-gift-label-font-weight: 500;
    /*
    --tatabundle-gift-border: dashed;
    --tatabundle-gift-border-color: #aaaaaa */
}

.tatabundle-box {
    width: 100% !important;
    letter-spacing: normal !important;
    line-height: normal !important;
}

.tatabundle-box .tatabundle-title {
    /* font-weight: var(--tatabundle-header-title-weight); */
    /* font-size: var(--tatabundle-header-title-font-size); */
    /* color: var(--tatabundle-header-title-color); */
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: var(--tatabundle-title-margin-bottom);
}

/* .tatabundle-box .tatabundle-title::before,
.tatabundle-box .tatabundle-title::after {
    background-color: var(--tatabundle-header-show-title);
    content: "";
    flex-grow: 1;
    height: 2px;
} */

.tatabundle-box .tatabundle-subtitle {
    color: var(--tatabundle-subtitle-color);
    padding: 0 0 20px 0;
    font-weight: var(--tatabundle-subtitle-weight);
    font-size: var(--tatabundle-subtitle-font-size);
    text-align: center;
}

.tatabundle-option input[type='radio'] {
    /* accent-color: var(--tatabundle-colors-selected-border); */
}

/* Vertical Options */

.tatabundle-box .tatabundle-options-vertical {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tatabundle-options-vertical .tatabundle-option {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    /* border: 2px solid var(--tatabundle-colors-border); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
    /* background-color: var(--tatabundle-colors-bg); */
    position: relative;
    padding: var(--tatabundle-padding-offer);
}

.tatabundle-options-vertical .tatabundle-option-checkbox {
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-thumbnail {
    align-content: start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tatabundle-options-vertical .tatabundle-option-thumbnail img {
    max-width: 50px;
    max-height: 50px;
}

.tatabundle-options-vertical .tatabundle-option-title {
    /* font-weight: var(--tatabundle-title-weight); */
    /* font-size: var(--tatabundle-title-font-size); */
    /* color: var(--tatabundle-title-color); */
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-subtitle {
    /* color: var(--tatabundle-subtitle-color); */
    /* font-size: var(--tatabundle-subtitle-font-size); */
    /* font-weight: var(--tatabundle-subtitle-weight); */
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-single-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-new-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-old-price {
    text-decoration: line-through;
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
    margin: 7px 0;
}

.tatabundle-options-vertical .tatabundle-option-active {
    /* background-color: var(--tatabundle-colors-selected-bg); */
    /* border-color: var(--tatabundle-colors-selected-border); */
}

.tatabundle-options-vertical {
    .tatabundle-best-seller-box-block {
        position: absolute;
        z-index: 1;
        top: -9px;
        width: 100%;
        right: 0px
            /* left: calc(50%);
        transform: translateX(-50%); */
    }

    .tatabundle-best-seller-box-sticker {
        position: absolute;
        z-index: 1;
        top: -9px;
        left: calc(50%);
        transform: translateX(-50%);
    }

    .tatabundle-best-seller-box-model {
        width: 103%;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: calc(50%);
        transform: translateX(-50%);
    }

    .tatabundle-best-seller-box-left {
        left: calc(0%);
        position: absolute;
        z-index: 1;
        top: -25px;
    }
}

.tatabundle-options-vertical .tatabundle-best-seller-block {
    margin: 0 8px;
    padding: 6px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-vertical .tatabundle-best-seller-block:before,
.tatabundle-options-vertical .tatabundle-best-seller-block:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    filter: brightness(0.7);
}

.tatabundle-options-vertical .tatabundle-best-seller-block:before {
    left: 0;
    border-left: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-vertical .tatabundle-best-seller-block:after {
    right: 0;
    border-right: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-vertical .tatabundle-best-seller-sticker {
    position: relative;
    right: -15px;
    transform: rotate(7deg);
    padding: 4px 10px;
    border-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-vertical .tatabundle-best-seller-model {
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-vertical .tatabundle-best-seller-left {
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-vertical .tatabundle-label-inside {
    padding: 3px 5px;
    margin: 5px 0;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
}

.tatabundle-options-vertical .tatabundle-label-outside {
    left: 0px;
    position: absolute;
    bottom: 0;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
    /* border-radius: 0 0 var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius); */
    width: 100%;
}

/* Horizontal options */

.tatabundle-box .tatabundle-options-horizontal {
    display: block;
}

.tatabundle-options-horizontal .tatabundle-option {
    /* border: 2px solid var(--tatabundle-colors-border); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
    /* background-color: var(--tatabundle-colors-bg); */
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}

.tatabundle-options-horizontal .tatabundle-option-details {
    display: flex;
    align-items: center;
}

.tatabundle-options-horizontal .tatabundle-option-checkbox {
    width: 10%;
    align-content: start;
    display: flex;
    flex-direction: row;
}

.tatabundle-options-horizontal .tatabundle-option-price {
    width: 30%;
    align-content: end;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.tatabundle-options-horizontal .tatabundle-option-col {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: start;
}

.tatabundle-options-horizontal .tatabundle-option-thumbnail {
    align-content: start;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tatabundle-options-horizontal .tatabundle-option-thumbnail img {
    max-width: 50px;
    max-height: 50px;
}

.tatabundle-options-horizontal .tatabundle-option-image {
    margin-right: 10px;
}

.tatabundle-options-horizontal .tatabundle-option-title {
    /* font-weight: var(--tatabundle-title-weight); */
    /* font-size: var(--tatabundle-title-font-size); */
    /* color: var(--tatabundle-title-color); */
}

.tatabundle-options-horizontal .tatabundle-option-subtitle {
    /* color: var(--tatabundle-subtitle-color); */
    /* font-size: var(--tatabundle-subtitle-font-size); */
    /* font-weight: var(--tatabundle-subtitle-weight); */
}

.tatabundle-options-horizontal .tatabundle-option-single-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
}

.tatabundle-options-horizontal .tatabundle-option-new-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
    text-align: right;
}

.tatabundle-options-horizontal .tatabundle-option-old-price {
    text-decoration: line-through;
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
    text-align: right;
}

.tatabundle-options-horizontal .tatabundle-option-each-price {
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
    text-align: right;
}

.tatabundle-options-vertical .tatabundle-option-each-price {
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
    margin: 7px 0;
}

.tatabundle-options-horizontal .tatabundle-option-active {
    /* background-color: var(--tatabundle-colors-selected-bg); */
    /* border-color: var(--tatabundle-colors-selected-border); */
}

.tatabundle-options-horizontal {
    .tatabundle-best-seller-box-block {
        position: absolute;
        z-index: 1;
        top: -9px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-sticker {
        position: absolute;
        z-index: 1;
        top: -9px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-model {
        width: 101%;
        left: calc(50%);
        transform: translateX(-50%);
        position: absolute;
        z-index: 1;
        top: -2px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-left {
        width: fit-content;
        /* margin-left: var(--tatabundle-most-popular-badge-right) !important; */
    }
}

.tatabundle-options-horizontal .tatabundle-best-seller-block {
    margin: 0 8px;
    padding: 4px 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

/* .tatabundle-options-horizontal .tatabundle-best-seller-block:before,
.tatabundle-options-horizontal .tatabundle-best-seller-block:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    filter: brightness(0.7);
} */

.tatabundle-options-horizontal .tatabundle-best-seller-block:before {
    left: 0;
    border-left: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-horizontal .tatabundle-best-seller-block:after {
    right: 0;
    border-right: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-horizontal .tatabundle-best-seller-sticker {
    position: relative;
    right: -15px;
    transform: rotate(7deg);
    padding: 4px 10px;
    border-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-horizontal .tatabundle-best-seller-model {
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-horizontal .tatabundle-best-seller-left {
    left: 20px;
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-horizontal .tatabundle-label-inside {
    padding: 5px 8px;
    margin: 5px 0;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-options-horizontal .tatabundle-label-outside {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: -8px;
    padding: 3px 5px;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
}

.tatabundle-options-horizontal .tatabundle-variants-box {
    display: none;
    margin-top: 10px;
}

.tatabundle-options-vertical .tatabundle-variants-box {
    display: none;
    margin-top: 10px;
}

.tatabundle-options-horizontal .tatabundle-variant-row {
    display: flex;
    margin: 3px 0;
    gap: 6px;
    align-items: center;
}

.tatabundle-options-vertical .tatabundle-variant-row {
    display: flex;
    margin: 3px 0;
    gap: 6px;
    align-items: center;
}

.tatabundle-options-horizontal .tatabundle-variant-id,
.tatabundle-options-horizontal .tatabundle-variant-select {
    align-items: center;
}

.tatabundle-options-horizontal .tatabundle-variant-id {
    align-content: start;
    display: flex;
    flex-direction: row;
    width: 10%;
}

.tatabundle-options-horizontal .tatabundle-variant-select {
    flex-grow: 1;
}

.tatabundle-options-vertical .tatabundle-variant-select {
    align-items: center;
    flex-grow: 1;
    /* margin: 0px 8px; */
}

.tatabundle-options-horizontal .tatabundle-variant-select select {
    /* border: 1px solid var(--tatabundle-colors-selected-border) !important; */
    padding: 8px 20px 8px 10px;
    background-color: rgb(255, 255, 255) !important;
    margin-right: 4px;
    /* border-radius: var(--tatabundle-colors-border-radius) !important; */
    color: rgb(28, 29, 29) !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./dropdown-icon.svg');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) center;
}

.tatabundle-options-vertical .tatabundle-variant-select select {
    width: 100%;
    /* border: 1px solid var(--tatabundle-colors-selected-border) !important; */
    padding: 7px 5px 7px 5px;
    background-color: rgb(255, 255, 255) !important;
    /* border-radius: var(--tatabundle-colors-border-radius) !important; */
    color: rgb(28, 29, 29) !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./dropdown-icon.svg');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tatabundle-options-horizontal .tatabundle-variant-select select:focus,
.tatabundle-options-horizontal .tatabundle-variant-select select:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.tatabundle-options-vertical .tatabundle-variant-select select:focus,
.tatabundle-options-vertical .tatabundle-variant-select select:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

/* square layout */

.tatabundle-box .tatabundle-options-square {
    flex-flow: wrap;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tatabundle-options-square .tatabundle-option {
    width: 48% !important;
    /* border: 2px solid var(--tatabundle-colors-border); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
    /* background-color: var(--tatabundle-colors-bg); */
    margin-bottom: 10px;
    padding: 20px 5px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    position: relative;
}

.tatabundle-options-square .tatabundle-option-details {
    display: flex;
}

.tatabundle-options-square .tatabundle-option-checkbox {
    width: 10%;
    margin-right: 5px;
    align-content: start;
    display: flex;
    flex-direction: row;
}

.tatabundle-options-square .tatabundle-option-price {
    padding-left: 5px;
    word-break: break-all;
    width: 40%;
    align-content: end;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tatabundle-options-square .tatabundle-option-col {
    padding-left: 5px;
    display: flex;
    flex-grow: 1;
    width: 50%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.tatabundle-options-square .tatabundle-option-thumbnail {
    align-content: start;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tatabundle-options-square .tatabundle-option-thumbnail img {
    max-width: 50px;
    max-height: 50px;
}

.tatabundle-options-square .tatabundle-option-title {
    /* font-weight: var(--tatabundle-title-weight); */
    /* font-size: var(--tatabundle-title-font-size); */
    /* color: var(--tatabundle-title-color); */
}

.tatabundle-options-square .tatabundle-option-subtitle {
    /* color: var(--tatabundle-subtitle-color); */
    /* font-size: var(--tatabundle-subtitle-font-size); */
    /* font-weight: var(--tatabundle-subtitle-weight); */
}

.tatabundle-options-square .tatabundle-option-single-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
}

.tatabundle-options-square .tatabundle-option-new-price {
    /* font-size: var(--tatabundle-price-font-size);
    font-weight: var(--tatabundle-price-weight);
    color: var(--tatabundle-price-color); */
}

.tatabundle-options-square .tatabundle-option-old-price {
    text-decoration: line-through;
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
}

.tatabundle-options-square .tatabundle-option-each-price {
    /* font-size: var(--tatabundle-compare-at-price-font-size);
    color: var(--tatabundle-compare-at-price-color);
    font-weight: var(--tatabundle-compare-at-price-weight); */
}

.tatabundle-options-square .tatabundle-option-active {
    /* background-color: var(--tatabundle-colors-selected-bg); */
    /* border-color: var(--tatabundle-colors-selected-border); */
}

.tatabundle-options-square {
    .tatabundle-best-seller-box-block {
        position: absolute;
        z-index: 1;
        top: -9px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-sticker {
        position: absolute;
        z-index: 1;
        top: -9px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-model {
        width: 101%;
        left: calc(50%);
        transform: translateX(-50%);
        position: absolute;
        z-index: 1;
        top: -2px;
        /* right: var(--tatabundle-most-popular-badge-right); */
    }

    .tatabundle-best-seller-box-left {
        left: calc(0%);
        position: absolute;
        z-index: 1;
        top: -25px;
        width: fit-content;
        /* margin-left: var(--tatabundle-most-popular-badge-right) !important; */
    }
}

.tatabundle-options-square .tatabundle-best-seller-block {
    margin: 0 8px;
    padding: 4px 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-square .tatabundle-best-seller-block:before,
.tatabundle-options-square .tatabundle-best-seller-block:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    filter: brightness(0.7);
}

.tatabundle-options-square .tatabundle-best-seller-block:before {
    left: 0;
    border-left: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-square .tatabundle-best-seller-block:after {
    right: 0;
    border-right: 8px solid transparent;
    border-bottom-color: var(--tatabundle-colors-best-seller);
}

.tatabundle-options-square .tatabundle-best-seller-sticker {
    position: relative;
    right: -15px;
    transform: rotate(7deg);
    padding: 4px 10px;
    border-radius: 5px;
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-square .tatabundle-best-seller-model {
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-square .tatabundle-best-seller-left {
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    /* border-radius: var(--tatabundle-colors-border-radius) var(--tatabundle-colors-border-radius) 0 0; */
    /* color: var(--tatabundle-best-seller-text-color);
    font-size: var(--tatabundle-best-seller-text-font-size);
    font-weight: var(--tatabundle-best-seller-text-weight); */
    /* background-color: var(--tatabundle-colors-best-seller); */
}

.tatabundle-options-square .tatabundle-label-inside {
    padding: 3px 5px;
    margin: 5px 0;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-options-square .tatabundle-label-outside {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: -8px;
    padding: 3px 5px;
    /* color: var(--tatabundle-label-text-color);
    font-size: var(--tatabundle-label-text-font-size);
    font-weight: var(--tatabundle-label-text-weight); */
    /* background-color: var(--tatabundle-colors-bg-label); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-options-square .tatabundle-variants-box {
    display: none;
    margin-top: 10px;
}

.tatabundle-options-square .tatabundle-variant-row {
    display: flex;
    margin: 3px 0;
    gap: 6px;
    align-items: center;
}

.tatabundle-options-square .tatabundle-variant-id,
.tatabundle-options-square .tatabundle-variant-select {
    align-items: center;
}

.tatabundle-options-square .tatabundle-variant-id {
    align-content: start;
    display: flex;
    flex-direction: row;
    width: 10%;
}

.tatabundle-options-square .tatabundle-variant-select {
    flex-grow: 1;
}

.tatabundle-options-square .tatabundle-variant-select select {
    width: 100%;
    /* border: 1px solid var(--tatabundle-colors-selected-border) !important; */
    padding: 7px 20px 7px 10px;
    background-color: rgb(255, 255, 255) !important;
    margin-right: 4px;
    /* border-radius: var(--tatabundle-colors-border-radius) !important; */
    color: rgb(28, 29, 29) !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./dropdown-icon.svg');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tatabundle-options-square .tatabundle-variant-select select:focus,
.tatabundle-options-square .tatabundle-variant-select select:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.tatabundle-box .tatabundle-atc {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 2px;
    font-weight: normal;
    border-radius: var(--tatabundle-colors-border-radius);
}

.tatabundle-box .tatabundle-atc:hover {
    border: 2px solid #000;
    padding: 14px 1px;
}

.tatabundle-option-active .tatabundle-variants-box {
    display: block;
}

.tatabundle-quantity-input {
    display: none;
}

.tatabundle-not-available-warning {
    margin-bottom: 10px;
    border: 1px solid #ff2c2c;
    padding: 15px;
    color: #ff2c2c;
    background-color: #ffc0be;
    /* border-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-product-card {
    /* border: 3px var(--tatabundle-gift-border) var(--tatabundle-gift-border-color); */
    text-align: center;
    position: relative;
    width: 105px;
    /* border-radius: var(--tatabundle-colors-border-radius); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tatabundle-price-tag {
    /* font-size: var(--tatabundle-gift-label-font-size); */
    /* border-radius: var(--tatabundle-colors-border-radius); */
    margin: -22px 0px 0px 0px;
    position: absolute;
    top: 5px;
    padding: 1px 10px 1px 10px;
    /* font-weight: var(--tatabundle-gift-label-font-weight); */
}

.tatabundel-gift-img {
    width: 100%;
    height: 88px;
    /* border-top-right-radius: var(--tatabundle-colors-border-radius);
    border-top-left-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-gift-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 15px 0px 10px 0px;
    /* flex-direction: row-reverse; */
    margin-bottom: 20px;
}

.tatabundle-gift-column {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tatabundle-gift-locked-text {
    position: relative;
    top: -4px;
    /* margin-bottom: 10px !important; */
}

.tatabundle-gift-selected-variant {
    width: 70px !important;
    margin-top: 5px;
    margin-bottom: 3px;
}


.tatabundle-gift-footer-text {
    width: -webkit-fill-available;
    text-align: center;
    background-color: #F7F5D9;
    margin: 10px 0px 0px 0px;
    padding: 1px 2px 1px 2px;
    /* border-radius: var(--tatabundle-colors-border-radius); */
}

.tatabundle-gift-title-div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.tatabundle-gift-title {
    text-align: center;
    font-weight: bold;
    font-size: var(--tatabundle-gift-title-font-size);
    margin: 10px 0px;
    padding: 1px 15px 1px 15px;
    /* border-radius: var(--tatabundle-colors-border-radius); */
    max-width: max-content;
}


@keyframes blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
