/** Shopify CDN: Minification failed

Line 182:25 Expected ":"

**/
@media screen and (min-width: 1600px) {
    .product {
        column-gap: var(--spacing-14)!important;
    }
}

.product-info__text {
    font-size: 16px;
}

.variant-input-wrap {
    padding-bottom: 20px;
}

.label_bundle {
    font-size: 16px;
        margin-bottom: 10px;
    display: block;
}

.bundle_stars img {
  width: 20px;
}

compare-at-price {
        color: #4c4c4c!important;
}

.stars {
      display: flex;
    align-items: center;
    gap: 3px;
}

#simple-bundles-io-options b, #simple-bundles-io-options strong {
    font-size: 20px!important;
}

.bundle_option {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 7px;
    padding-bottom: 13px;
    line-height: 1.5;
}

.bundle_decibels {
      font-size: 14px;
    color: #8c8c8c;
}

.bundle_stars {
      display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
    row-gap: 5px;
}



.product-info__title {
    font-size: 36px;
}

.label_bundle {
        font-size: 16px;
}

.bundle_tag {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 8px;
    background: #feeff3;
    border-radius: 500px;
    padding: 4px 15px;
    color: #ed5e85;
    font-weight: 700;
    width: max-content;
    font-size: 14px;
}

.bundle_tag img {
 width: 16px;
    height: 16px;
    object-fit: contain;
}

#gradient_circle {
    display: none!important;
}

.product-info__buy-buttons .button {
    box-shadow: none !important;
    background: #000 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 51px;
}

cart-drawer .bundle_save {
    border-radius: 5px;
    font-size: 9px!important;
}

.atc_row {
        display: flex;
    align-items: center;
    gap: 10px;
        font-size: 15px;
}

.atc_bundles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 5px;
        padding-top: 5px;
}

#simple-bundles-io-options {
       margin-bottom: 8px !important;
    padding-top: 0px;
}

.atc_bundles img {
    width: 22px;
    height: 18px;
    object-fit: contain;
}

.compare_pricing {
        font-weight: 600;
    color: #898989;
    text-decoration: line-through;
        font-size: 16px;
}

#product_title #product_badge, .use_cases {
    display: none;
}

.price_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.offer-flex {
    width: 100%;
}

.bundle_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
        padding-bottom: 6px;
}

.bundle_text {
    font-size: 13px;
    line-height: 1.5;
    color: #898989;
}

#sale ~ .bundle_save {
  display: none!important;
}

.bundle_title {
        font-size: 16px;s
}

.bundle_save {
    color: #fff !important;
    font-size: 85% !important;
    background: -webkit-linear-gradient(right, #EE6084, #FFBB82) !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    padding: 2px 10px !important;
    text-transform: uppercase;
}

.selected-variant-container {
    font-size: 14px !important;
}

#simple-bundles-io-options b, #simple-bundles-io-options strong {
    font-weight: 600 !important;
}

#cta_wrapper svg, #cta_wrapper .pricings {
    display: none!important;
}

.product-info__description {
        display: none!important;
}

.bundle_offer {
    padding: 10px !important;
    border: 1px solid #ebebeb;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
        width: max-content;
        margin-bottom: 20px!important;
}

.bundle_text {
     max-width: 280px;
}







@media screen and (max-width: 700px) {
.product-info__title {
    font-size: 28px;
}

.bundle_stars {
    font-size: 14px;
}
bundle_decibels {
    font-size: 15px;
    color: #8c8c8c;
}

.atc_bundles img {
    width: 20px;
    height: 17px;
    object-fit: contain;
}

.atc_row {
    gap: 6px;
    font-size: 14px;
}

.atc_row2 {
        gap: 3px !important;
        font-size: 14px;
    }

.product-info__text {
    font-size: 15px;
}

.compare_pricing {
    font-size: 15px;
}
.bundle_save {
    font-size: 12px;
}
.bundle_offer {
    width: 100%;
}
.bundle_option {
    font-size: 15px;
}
.bundle_stars img {
    width: 16px;
}
}