/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"
Line 11:0 Unexpected "="
Line 14:1 Unexpected ">"
Line 126:1 Expected "}" to go with "{"

**/
<<<<<<< HEAD
#rebuy-widget-233420 {
=======
#rebuy-widget-233420,
#rebuy-widget-251677 {
>>>>>>> d64551182369806e4fe17f40f8eb5297edc1c54d
    .rebuy-bundle-builder__step-tab {
        background-color: #eaeaea;
        border-radius: 0;

        h3 {
            text-align: center;
        }

        &.active {
            h3 {
                font-weight: bold;
            }
        }
    }

    .rebuy-product-options select,
    .rebuy-bundle-builder__step-tab {
        background-color: #eaeaea;
    }

    .rebuy-bundle-builder__product-holder-info-title,
    .rebuy-bundle-builder__product-holder-info-price,
    .rebuy-bundle-builder__group-container-header-title,
    .rebuy-bundle-builder__product-holder-detail-title,
    a.rebuy-product-title,
    .rebuy-product-price {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        text-transform: none;
    }

    .rebuy-bundle-builder__product-holder-info-title,
    a.rebuy-product-title {
        margin: 0;
    }

    .rebuy-bundle-builder__product-holder-info-price {
        font-size: 14px;
    }
    
    .rebuy-bundle-builder__action-box-label,
    .rebuy-bundle-builder__group-container-header-title {
        font-family: Roboto, sans-serif;
        font-weight: bold;
    }

    .rebuy-bundle-builder__product-holder-info-variant {
        color: #232323;
    }


    .rebuy-bundle-builder__action-box-cta {
        gap: 4px;
    }

    .rebuy-product-review {
        margin: 0;
    }

    .rebuy-product-options select {
        color: #5f6a7d;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: 1px solid #d9dbdc;
        padding: 8px 14px;
    }

    .rebuy-bundle-builder__product-actions {
        margin-top: 15px;
    }
    
    .rebuy-bundle-builder__item-quantity-widget {
        gap: 8px;
        border: none;
        max-width: 200px;
        margin: 0 auto;
        
        .rebuy-bundle-builder__item-quantity-widget-button,
        .rebuy-bundle-builder__item-quantity-widget-label {
            height: auto;
            padding: 10px 14px;
        }
        
        .rebuy-bundle-builder__item-quantity-widget-button {
            font-size: 10px;
            background-color: #eaeaea;

            i {
                color: #000000;
            }
        }
        
        .rebuy-bundle-builder__item-quantity-widget-label {
            color: #5f6a7d;
            font-size: 16px;
            font-weight: 400;
            width: 100%;
            border: 1px solid #cccccc;
        }
    }

    .rebuy-radio:checked, 
    input[type=radio].rebuy-radio:checked {
        border-color: #be5a31;
        background: #be5a31;
    }
}

.product_section img {
  max-height: 600px;
}