/** Shopify CDN: Minification failed

Line 1858:1 Expected "}" to go with "{"

**/
.faq-list {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}
.faq-item .h4 {
    font-size: 1rem;
    line-height: 1.2;
}
.faq-list .accordion__toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none !important;
}
.shopify-section--faq .h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
}
.shopify-section--faq .button--outline {
    color: #fff;
    box-shadow: none !important;
}
.shopify-section--faq .button--outline::before {
    content: none !important;
}
.shopify-section--faq .button--outline span.button-text {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    background: none !important;
    border-radius: 0 !important;
    padding-bottom: 3px;
}
.shopify-section--faq .button--outline span.button-text::before {
    content: " ";
    position: absolute;
    height: 2px;
    background-color: #F0582B;
    width: 100%;
    bottom: 0;
}
.shopify-section--video .content-over-media {
    max-width: 900px;
    margin: auto;
}
.video__header {
    text-align: center;
    margin-bottom: 40px;
}
.video__header .subtitle {
    text-transform: uppercase;
    font-size: 16px;
}
.video__header .description {
    font-size: 1rem;
    font-weight: 400;
}

.bundle-cards__card {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    position: relative;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
.bundle-cards__card.background-transition, .bundle-cards__card.background-transition .bundle-cards__outside-tag {
    transition: background-color .2s ease-in-out,color .2s ease-in-out, border 0.2s ease-in-out;
}
.bundle-cards__outside-tag + .add-container .bundle-cards__card.addOn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.bundle-cards__card.main .bundle-cards__card-image {
    padding-right: 0px;
    margin-right: 30px;
    max-width: 100px;
    border-radius: 4px;
    overflow: hidden;
}
.bundle-cards__card img {
    background-color: var(--bundle-add-img-color);
}
.bundle-cards__card.main img {
    background-color: var(--bundle-main-img-color);
}

.bundle-cards__main {
    width: 100%;
}
.bundle-cards__card.has-subtitle {
    padding-top: 30px;
}
.bundle-cards__card-image.main {
    position: relative;
    padding: 0 10px;
    flex: 0 0 35%;
    padding-left: 0 !important;
}
.bundle-cards__image {
    max-height: 114px;
    object-fit: contain;
}

.body--small {
    font-size: 14px;
    line-height: 19.6px;
}
.bundle-cards {
    display: flex;
    flex-wrap: wrap;
    /* padding: 10px; */
    
    background-color: transparent;
    border-radius: 6px;
    gap: 1rem;
}

.bundle-cards__card-upsell-price {
    display: flex;
    align-items: center;
    justify-content: var(--bundle-content-alignment);
    flex-wrap: wrap;
    gap: 5px;
}
.bundle-cards__card-upsell-price svg {
    height: 24px;
}
.bundle-cards__card-upsell-price .bundle-cards__card-compare-price, .bundle-cards__card-regular-price {
    line-height: 24px;
}
.bundle-cards__card.alternate-price:not(.enabled) .bundle-cards__card-compare-price .money,
.bundle-cards__card.alternate-price:not(.enabled) .bundle-cards__card-compare-price {
    text-decoration: none;
}
.alternate-price:not(.enabled) .bundle-cards__card-regular-price {
    display: none;
}
.bundle-cards__card-header {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
}
.bundle-cards__card-header * {
    line-height: 1;
}
.bundle-cards__play-btn {
    cursor: pointer;
}
.bundle-cards__card-discount-label {
    background: var(--Ignite-Orange-100, #FDE6D7);
    color: var(--fa-color-orange-hex);
    font-size: 12px;
    padding: 0.1rem 0.6rem;
    border-radius: 99px;
    font-weight: 700;
    font-family: 'ppneuemontreal-medium';
    text-transform: uppercase;  
}
.bundle-cards__card-compare-price .money, .bundle-cards__card-compare-price {
    display: block;
    font-size: 16px;
    text-decoration: line-through;
}
.bundle-cards__card-regular-price .money {
    display: block;
    color: var(--bundle-discount-color);
}
.bundle-cards__card.main.enabled .bundle-cards__card-regular-price .money {
    color: var(--bundle-discount-color-active);
}
.bundle-cards__add-on {
    position: relative;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    border: 2px solid #EDEDED;
    gap: 2px;
    width: 80%;
    margin-right: 12px;
}
.bundle-cards__card.main {
    border-width: 3px !important;
    background-color: var(--bundle-content-main-body-color);
    color: var(--bundle-content-main-font-color);
}
.bundle-cards__add-on.disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.bundle-cards__add-on-title {
    color: #272624 !important;
}
.bundle-cards__description, .bundle-cards__card-upsell-price {
    margin-bottom: 5px;
}
.bundle-cards__description {
    max-width: 90%;
}
.bundle-cards__description p {
    font-size: 12px;
    line-height: 1.3;
}
.bundle-cards__card-title, .bundle-cards__card-subtitle {
    margin-bottom: 2px;
}
.fa-toggle {
    height: 20px;
}
.fa-toggle .switch {
    width: 40px;
    height: 20px;
}
.fa-toggle .slider:before {
    width: 16px;
    height: 16px;
    bottom: auto;
}
.fa-toggle input:checked + .slider:before {
    transform: translate(1.1rem, -50%);
}
.fa-toggle svg.switch__cross {
    transform: translate(-30%, -60%);
}
.bundle-cards__card .switch__cross {
    opacity: 0;
}
.fa-toggle--product {
    position: absolute;
    right: 0px;
    top: 34px;
}

.fa-toggle .slider {
    transform: none !important;
}
.fa-toggle .slider:before {
    transform: translateY(-50%);
    top: 50%;
}
.bundle-cards__add-on {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fa-toggle__checkbox-bg {
    height: 18px;
    width: 18px;
    display: block;
    position: relative;
    background-color: var(--bundle-check-bg);
    border-radius: 4px;
}
.bundle-cards__gift-wrapper .fa-toggle__checkbox-bg svg, .fa-toggle__checkbox-bg svg {
    display: none;
}
.bundle-cards__card:not(.enabled) .alternative-image, .bundle-cards__card.enabled:not(.free-gift, .bundle-cards__gift-wrapper) .main-image, .free-gift.enabled .alternative-image {
    display: none;
}
.addOn .fa-toggle__checkbox-bg svg {
    width: 9px;
    height: 9px;
}
.bundle-cards__card.enabled .addonCheck ~ .bundle-cards__card-content .fa-toggle__checkbox-bg {
    background-color: var(--bundle-main-active);
}
.checkbox-container .checkbox:checked + .fa-toggle__checkbox .fa-toggle__checkbox-bg {
    background-color: var(--bundle-main-active);
}
.bundle-cards__card.enabled .fa-toggle__checkbox .fa-toggle__checkbox-bg svg {
    display: block;
}
.checkbox-container .checkbox {
    opacity: 0;
    position: absolute;
}
.fa-toggle__checkbox {
    padding-inline-start: 0 !important;
}
.checkbox-container {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.bundle-cards__add-on-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1 !important;
    font-family: var(--heading-font-family);
    display: flex;
    align-items: center;
    gap: 10px;
}
.bundle-cards__add-on-price .money {
    font-family: "ppneuemontreal";
    font-weight: 400;
    font-size: 14px;
}
.bundle-cards__add-on-price {
    margin-top: 2px;
    margin-bottom: 4px;
}
.bundle-cards__outside-tag {
    text-align: var(--bundle-header-alignment-mobile);
    position: absolute;
    top: -3px;
    background-color: var(--bundle-main-active);
    color: var(--bundle-main-text);
    left: -2px;
    width: calc(100% + 4px);
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    z-index: 2;
    padding: 0 10px;
}
.bundle-cards__card.main .bundle-cards__outside-tag {
   background-color: var(--bundle-main); 
}
.bundle-cards__card.main.enabled .bundle-cards__outside-tag {
   background-color: var(--bundle-main-active); 
   color: var(--bundle-main-active-text);
}
.addOn .bundle-cards__outside-tag {
    background-color: var(--bundle-add-active);
    width: auto;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 3px;
    font-weight: 400;
    right: 10px;
    top: 10px;
    left: auto;
    z-index: 4;
}
.fa-icon__info {
    width: 17px;
    height: 17px;
}
.bundle-cards__info-cta {
    font-size: 0.875em;
    font-weight: 600;
    color: #4E4A44;
    text-decoration: underline;
    text-transform: uppercase;
}
.bundle-cards__add-on-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.bundle-cards__add-on-label {
    background-color: rgb(247, 243, 236);
    z-index: 1;
    padding: 0 15px;
    color: #4E4A44;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.44px;
    font-weight: 700;


}
.bundle-cards__add-on-label-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #4E4A44;
}
.bundle-cards__add-description p {
    line-height: 1.3;
    font-size: 12px;
}
.bundle-cards__add-on-label-wrapper [tooltip] {
    height: 19px;
    margin-left: 10px;
}
.bundle-cards__add-on .bundle-cards__shipping-info {
    flex: 0 0 100%;
    font-size: 8px;
}
.bundle-cards__shipping-info {
    font-size: 8px;
    text-transform: uppercase;
    font-family: Barlow;
    color: #4E4A44;
    font-weight: 700;
}

.bundle-cards__card.addOn.featured-add-on {
    border-radius: 4px;
    border: 2px solid #D93D29;
    background: var(--Snow, #FFF);
    box-shadow: 0px -4px 6px 0px rgba(83, 119, 107, 0.25), 0px 4px 6px 0px rgba(83, 119, 107, 0.25);
    margin-bottom: 5px;
}

.bundle-cards__card.addOn.featured-add-on:before{
    
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #D93D29, #F7CC34);
  border-radius: 1.2rem;
  z-index: -1;
  padding: 2px;
    border-radius: 4px;
    animation: pulseGradient 1s ease-in-out infinite;

}

.bundle-cards__card.addOn.featured-add-on:after {
    background: #fff;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bundle-cards__card-image {
    z-index: 3;
}

.bundle-cards__card-content {
    z-index: 4;
}

.bundle-cards__add-ons .flickity-viewport {
    overflow: visible;
}

.bundle-cards__container.loaded {
    pointer-events: all
}
/* Pulsing animation */
@keyframes pulseGradient {
    0% {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
      }
      25% {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: -3px;
        top: -3px;
      }
      50% {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: -4px;
        top: -4px;
      }
      75% {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: -3px;
        top: -3px;
      }
      100% {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
      }
  }

.bundle-cards__toggle-box.addOn {
    border-radius: 4px;
    border: 2px solid var(--Grey, #E4E4E4);
    background: var(--Snow, #FFF);
    padding: 12px;
    font-size: 14px;
    gap: 10px;
    cursor: pointer;
    align-items: center;
}

.free-gift .fa-toggle {
    display: none;
}
.bundle-cards__card.addOn.free-gift {
    margin-right: 0 !important;
    align-items: stretch;
    align-content: stretch;
    min-height: unset;
    display: inline-block !important;
    flex: unset !important;
    padding: 15px 0 0px;
}
.bundle-cards__add-ons .bundle-cards__free-gifts .bundle-cards__card-regular-price {
    font-weight: bold;
}

.bundle-cards__gift-wrapper.enabled .free-gift-disabled, .bundle-cards__add-ons .free-gift-enabled {
    display: none;
}
.bundle-cards__gift-wrapper.enabled .free-gift-enabled {
    display: grid;
}

.bundle-cards__video-button-inner {
    border: 2px solid #D9D9D9;
    padding: 2px 10px 3px;
    border-radius: 4px;
}
.bundle-cards__video-button-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: var(--bundle-content-alignment);
}
/* .bundle-cards__gift-wrapper:not(.enabled) + .bundle-cards__add-ons .bundle-cards__video-button .play-button {
    transition: border 0s ease-in-out;
    border-left: 8px solid #D9D9D9;
} */
/* .bundle-cards__gift-wrapper.enabled .bundle-cards__video-button span {
    border: 2px solid #A4886B;
    color: #11171B;
    background-color: #F8F6F4;
} */
.bundle-cards__add-ons .bundle-cards__free-gifts .money {
    font-size: 14px !important;
}

.bundle-cards__free-label {
    padding: 5px 10px;
    background-color: var(--bundle-add-bg);
    color: var(--bundle-add-text-color);
}
.bundle-cards__gift-wrapper.enabled .bundle-cards__free-label, .bundle-cards__add-ons .bundle-cards__outside-tag,
.bundle-card__hyper-ghd.enabled .bundle-cards__free-label {
    color: var(--bundle-add-text-active-color);
    background: var(--bundle-add-bg-active);
}
/* .bundle-cards__card.addOn.free-gift::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #E4E4E4;
} */
span.bundle-cards__toggle-text__price {
    margin-left: 5px;
}

span.bundle-cards__toggle-toggle {
    border-radius: 100px;
    border: 1px solid var(--Clay-500, #A4886B);
    background: var(--Clay-50, #F8F6F4);
    display: flex;
    width: 40px;
    padding: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    transition: .2s ease-in-out;
}
span.bundle-cards__toggle-toggle__dot {
    position: relative;
    border-radius: 100px;
    background:  #4E4A44;
    width: 16px;
    height: 16px;
    transition: .2s ease-in-out;
}
.bundle-cards__card.main.enabled .fa-toggle__checkbox-bg {
    background-color: var(--bundle-check-active-bg);
}
.bundle-cards__card.addOn.enabled .fa-toggle__checkbox-bg {
    background-color: #53776b;
}
.bundle-cards__card.main.enabled .fa-toggle__checkbox .fa-toggle__checkbox-bg svg {
    fill: var(--bundle-check-active-icon);
}
.bundle-cards__card.addOn.enabled .fa-toggle__checkbox .fa-toggle__checkbox-bg svg {
    fill: #fff;
}

.bundle-cards__toggle-box.enabled span.bundle-cards__toggle-toggle {
    background: #4E4A44;
}
.bundle-cards__toggle-box.enabled span.bundle-cards__toggle-toggle span.bundle-cards__toggle-toggle__dot {
    transform: translateX(100%);
    background: #fff;
}
.bundle-cards__toggle-box.enabled span.bundle-cards__toggle-toggle span.bundle-cards__toggle-toggle__dot::after {
    content: "";
    width: 7px;
    height: 10px;
    border-bottom: 2px solid #4e4a44;
    border-right: 2px solid #4e4a44;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.product-info__price .rating-with-text {
    margin-top: -10px;
}

.product-info__description {
    margin-top: -10px;
}

.loox-rating {
    margin-top: -10px;
}

.bundle-cards__toggle-container {
    align-items: center;
}
.bundle-cards__card.addOn .bundle-cards__card-upsell-price, .bundle-cards__video-button-wrapper {
    justify-content: var(--bundle-add-alignment);
}

@media screen and (max-width: 999px) {
    .bundle-cards__video-button-wrapper {
        justify-content: var(--bundle-content-alignment-mobile);
    }
    .bundle-cards__card.addOn .bundle-cards__card-upsell-price, .bundle-cards__video-button-wrapper {
        justify-content: var(--bundle-add-alignment-mobile);
    }
    .bundle-cards__card.main .bundle-cards__video-button-wrapper {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .bundle-cards__card-title {
        padding-right: 0;
    }
    .bundle-cards__add-ons .bundle-cards__card-content  {
        text-align: center;
    }
   .bundle-cards__add-ons .bundle-cards__video-button {
        margin: auto;
    }
    .bundle-cards__add-ons .bundle-cards__card-upsell-price {
        margin: auto;
    }
    .bundle-cards__card-wrapper .flickity-viewport{
        overflow: visible;
    }
}

.bundle-cards__add-ons .bundle-cards__description p {
    display: none;
}
.bundle-cards__card-upsell-price {
    row-gap: 0;
}


.bundle-cards__shipping-info.in-stock{
    display: none;
}
.addOn .bundle-cards__description {
    display: none;
}
.bundle-cards__free-gifts .bundle-cards__card.addOn .bundle-cards__card-upsell-price {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--bundle-main-active);
    border-radius: 4px;
    padding: 0 5px;
    z-index: 3;
    margin-bottom: 0;
}
.bundle-cards__free-gifts .bundle-cards__card.addOn .bundle-cards__card-upsell-price span {
    color: currentColor !important;
}
.bundle-cards__free-gifts .bundle-cards__card.addOn .bundle-cards__card-regular-price .money {
    font-weight: bold;
}
@media screen and (min-width: 1000px) {
    .bundle-cards__card.addOn {
        min-height: 90px;
    }

    .bundle-cards__card-content {
        display: flex;
        flex-direction: column;
    }

    .bundle-cards__card.addOn .bundle-cards__shipping-info.in-stock {
        order: 2;
        margin-top: -5px;
    }

    .bundle-cards__card.main .bundle-cards__card-title {
        font-size: 22px;
        margin: 8px 0 7px;
    }

    .bundle-cards__card.main .bundle-cards__shipping-info.in-stock {
        font-size: 15px;
        letter-spacing: 1.1px;
        font-weight: 400;
    }
    
    .bundle-cards__card.main .bundle-cards__card-upsell-price {
        font-size: 18px;
    }
    
    .bundle-cards__card.main .bundle-cards__description p {
        font-size: 16px;
        margin-top: 8px;
    }
}
.fa-toggle__pill {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FF0033;
    transition: all 300ms ease-in-out;
}
.fa-toggle__pill::after {
    content: "";
    display: block;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
}
input:checked + .fa-toggle__pill::after {
    left: calc(100% - 16px - 2px);
}
input:checked + .fa-toggle__pill {
    background-color: #05B272;
}
.fa-toggle__checkmark {
    position: absolute;
    opacity: 0;
    top: 50%;
    right: calc(16px / 2 - 5px + 2px);
    transform: translateY(-50%);
    z-index: 9;
}
.fa-toggle__cross {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(16px / 2 - 5px + 2px);
    z-index: 9;
}
.fa-toggle .switch {
    overflow: hidden;
}
.fa-switch {
    position: relative;
    height: 28px;
    width: 28px;
}
.fa-toggle--add-on .fa-switch, .addOn .fa-switch {
    width: 18px;
    height: 18px;
}
.fa-toggle--add-on, .addOn .fa-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 18px;
}
.bundle-cards__add-on-image-wrapper {
    flex: 0 0 calc(30% - 5px);
}
.fa-toggle__checkbox-bg svg {
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bundle-cards__card .addonCheck, .bundle-cards__card input  {
    opacity: 0;
    position: absolute;
}

.bundle-cards__shipping-info.in-stock {
    display: none;
}


.main .bundle-cards__card-content {
    flex: auto;
}

.bundle-cards__card.main .bundle-cards__card-image {
    flex: 1 1 var(--image-size);
    max-width: var(--image-size);
}

.fa-toggle__pill svg {
    transition: all 300ms ease-out;
}
input:checked + .fa-toggle__pill .fa-toggle__checkmark {
    opacity: 1;
}
input:checked + .fa-toggle__pill .fa-toggle__cross {
    opacity: 0;
}
.bundle-cards__info-icon {
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
}
.bundle-cards__info-icon svg {
    display: block;
}
/* .bundle-cards__card--add-on-disabled .bundle-cards__image {
    display: none;
}
.bundle-cards__card--add-on-disabled .bundle-cards__image--secondary {
    display: block;
} */
.bundle-cards__add-on-image {
    display: none;
}
.bundle-cards__add-on.bundle-cards__card--add-on-enabled  {
    background-color: white;
    border: 2px solid #53776B;
}
.bundle-cards__card--add-on-enabled .bundle-cards__add-on-image.enabled {
    display: block !important;
}
.bundle-cards__card--add-on-disabled .bundle-cards__add-on-image.disabled {
    display: block !important;
}
.bundle-cards__play-btn {
    font-family: Barlow;
    padding: 10px;
    border-radius: 6px;
    margin-left: auto;
    text-decoration: underline;
    padding-left: 0;
    font-size: 0.875em;
    font-weight: 600;
}
.bundle-cards__play-btn svg {
    margin-bottom: -3px;
    margin-left: 12px;
}
.bundle-cards__card--upsell-disabled {
    /* background-color: transparent; */
    /* color: #fff; */
}
.bundle-cards__card--upsell-disabled .bundle-cards__card-compare-price .money, .bundle-cards__card--upsell-disabled .bundle-cards__card-compare-price {
    /* color: #fff; */
}
/* .bundle-cards__card--upsell-disabled .bundle-cards__card-upsell-price path {
    fill: #fff !important;
} */
.bundle-video.drawer::part(body) {
    padding: 0 !important;
}
.badges__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.sale-countdown__element {
    display: block;
}
.sale-countdown {
    border-radius: 6px;
    padding: 10px;
    
}
.sale-countdown__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sale-countdown__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(30, 30, 30, 0.5);
    padding: 5px 10px;
    border-radius: 6px;
}
.sale-countdown__range {
    position: relative;
    overflow: hidden;
    flex: auto;
    background-color: rgba(255, 255, 255, 0.2);
    height: 5px;
    border-radius: 20px;
}
.sale-countdown__range:after {
    content: " ";
    display: block;
    background-color: #fff;
    position: relative;
    left: 0;
    width: var(--sale-percentage);
    height: 100%;
    top: 0;
}
.sale-countdown__countdown {
    display: flex;
    gap: 6px;
}

.sale-countdown__timer--label {
    background-color: transparent;
    font-size: 12px;
}
.button {
    text-transform: uppercase !important;
}
[aria-controls] {
    cursor: pointer;
}
.accordion__content p {
    font-size: 14px;
}
.accordion__content li {
    font-size: 14px;
}
/* .product {
  overflow: hidden;
} */
.product .product-info__accordion {
    border-color: rgba(25, 33, 38, 1);
    margin-bottom: -1px;
}
.product .accordion__toggle {
    padding-block-start: 10px;
    padding-block-end: 10px;
}

.product-info .product-info__accordion + .product-info__accordion {
    margin-top: -15px;
}
.product-info .product-info__accordion + .product-info__accordion .accordion__toggle {
    padding-top: 10px;
}
.loox-rating-label {
    text-decoration: underline;
    line-height: 19.6px;
    font-size: 14px;
    text-underline-offset: 2px
}
.shipping-message, .pre-order-message {
    border-radius: 6px;
    text-align: center;
}
.shipping-message h4 {
    font-size: 16px;
}
.product-info--fa {
    gap: 15px;
}
.accordion__content {
    padding: 20px;
}
.badges {
    margin-bottom: 10px;
}
.shipping__content {
  padding: 14px 0;
  display: grid;
  z-index: 1;
}
.shipping__background, .shipping__content {
    grid-row: 1;
    grid-column: 1;
    display: relative;
}
.shipping__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shipping__background svg {
    width: auto;
    height: 100%;
    min-width: 100%;
}
.shipping__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shipping__content-message {
  padding: 0px 10px 14px 10px;
}
shipping-message + sale-countdown {
    margin-bottom: 0 !important;
}
shipping-message b, shipping-message strong i {
    color: rgb(var(--button-background));
}
.shipping-badge .badges {
    position: relative;
    padding: 0 10px;
    margin-bottom: 0;
}
.shipping-badge .shipping__content-message +  .badges::before {
    content: "";
    position: absolute;
    width: 90%;
    border-top: 2px solid var(--border-color);
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.shipping-badge .shipping__content-message +  .badges {
    margin-top: 10px;
}
.shipping-badge .badges rect {
    fill: currentColor;
}
.loox-rating .loox-icon {
    color: var(--fa-color-orange-hex) !important;
}
.accordion__content ul {
    list-style: disc outside;
}
.bundle-cards__card-regular-price {
    font-weight: 500;
}
.bundle-cards__card.no-price {
    padding-top: 0 !important;
}
.product-info square-placement {
    text-align: center;
}


.bundle-cards__gift-wrapper {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.bundle-cards__free-gifts {
    background-color: white;
    padding: 10px 12px 5px;
    gap: 16px;
    justify-content: center;
}
.bundle-cards__free-gifts .bundle-cards__card.addOn.enabled, .bundle-cards__free-gifts .bundle-cards__card.addOn {
    border: none;
    box-shadow: none;
}
.bundle-cards__free-gifts .bundle-cards__card-image {
    border: 2px solid var(--bundle-image-border);
    border-radius: 9px;
    padding: 0px !important;
    overflow: hidden;
    position: relative;
}
.bundle-cards__free-gifts .bundle-cards__card-image img {
    filter: blur(10px);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.bundle-cards__gift-wrapper.enabled .bundle-cards__free-gifts .bundle-cards__card-image img {
    filter: none
}
.bundle-cards__gift-wrapper.enabled .lock, .bundle-cards__gift-wrapper.enabled .lock-text {
    display: none;
}
.bundle-cards__card .lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bundle-cards__card .lock-text {
  text-align: center;
  padding: 8px 0;
}
.hide-lock .bundle-cards__gift-wrapper:not(.enabled) .bundle-cards__card-content .bundle-cards__card-title {
    display: block !important;
}
.hide-lock .lock-text, .hide-lock .lock {
    display: none !important;
}
.hide-lock .bundle-cards__gift-wrapper:not(.enabled) .bundle-cards__card-content .bundle-cards__video-button {
    opacity: 1;
}
.hide-lock .bundle-cards__free-gifts .bundle-cards__card-image img {
    filter: none;
}
.hide-lock .bundle-cards__gift-wrapper:not(.enabled):after {
    content: '';
    background-color: var(--blur-color);
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.2s 
    ease-in-out;
}
.bundle-cards__card .lock p {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.bundle-cards__gift-wrapper:not(.enabled) .bundle-cards__card-content .bundle-cards__card-title {
    display: none
}
.bundle-cards__gift-wrapper:not(.enabled) .bundle-cards__card-content .bundle-cards__video-button {
    pointer-events: none;
    opacity: 0.5;
}
.bundle-cards__gift-wrapper:not(.enabled) .bundle-cards__card {
    pointer-events: none;
}

.bundle-cards__row .bundle-cards__outside-tag {
    position: static;
    width: 100%;
}
.bundle-cards__row.bundle-cards__gift-wrapper[data-item-count="2"] .bundle-cards__card {
    flex: 0 0 calc(33% - 16px) !important;
}
.bundle-cards__row + .bundle-cards__toggle-box {
  margin-top: 8px;
}
.bundle-cards__card.addOn .bundle-cards__card-image, .add-on--image-left .bundle-cards__card-image {
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    align-self: start;
}
.add-on--image-left .bundle-cards__card-image, .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-image img {
    aspect-ratio: 1 / 1 !important;
    max-width: 60px;
    object-fit: contain;
}
.add-on--image-left .bundle-cards__card-image {
    margin-right: 10px;
}

.add-on--image-left .bundle-cards__card.addOn {
    display: flex !important;
}
.bundle-cards__add-ons {
    border: var(--bundle-border) solid var(--bundle-container-border);
    border-radius: 8px;
    overflow: hidden;
}
.bundle-cards__card.addOn {
    border: var(--addon-border-width) solid var(--addon-border-color);
    border-radius: var(--addon-border-radius);
}
.bundle-cards__card.addOn.enabled {
    border: var(--addon-border-width) solid var(--addon-active-border-color);
}
.bundle-cards__card.main.enabled {
    background-color: var(--bundle-content-main-active-body-color);
    border: 2px solid var(--main-active-border-color);
    box-shadow: 0px 10.88px 8px -3.63px #1018281F;
}
.bundle-cards__card.enabled .fa-toggle__checkbox .fa-toggle__checkbox-bg svg {
    fill: var(--bundle-content-main-active-body-color);
}
.bundle-cards__card.main.enabled .bundle-cards__card-content, .bundle-cards__card.main.enabled .bundle-cards__card-compare-price .money {
    color: var(--bundle-content-main-active-font-color) !important;
}

.bundle-cards__card--upsell-enabled .bundle-cards__image--secondary {
    display: none;
}

.fa-toggle__checkbox-bg svg {
    width: 12px;
    height: 12px; 
}

.bundle-cards__modal-image img {
    max-height: 60vh;
    width: unset;
}
.bundle-cards__card.addOn.free-gift .bundle-cards__card-title {
    padding-right: 0;
    padding-top: 8px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.bundle-cards__video-button-inner.style-2 {
    border: none !important;
    border-bottom: 2px solid rgba(241, 87, 41, 1) !important;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
    align-items: center;
    text-transform: uppercase;
    font-family: Barlow;
}
.bundle-cards__card.addOn .bundle-cards__card-title {
    text-align: var(--bundle-add-alignment);
}
@media screen and (max-width: 999px) {
    .shipping-message h4 {
        display: none;
    }
    .shipping__background svg {
        position: absolute;
        top: 0;
        left: 0;
    }
    .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-title {
        font-size: 15px;
    }
    .bundle-cards__card.addOn.free-gift .bundle-cards__card-title, .bundle-cards__card.addOn.free-gift .bundle-cards__card-upsell-price {
        text-align: center;
        justify-content: center;
    }
    .bundle-cards__card.addOn .bundle-cards__card-title {
        text-align: var(--bundle-add-alignment-mobile);
    }
    .bundle-cards__card.addOn.free-gift .bundle-cards__video-button {
        justify-content: center;
    }
    .bundle-cards__card .lock p {
        padding-left: 10px;
        text-align: center;
    }
    
    .bundle-cards__free-gifts {
       padding: 12px;
       gap: 20px;
    }
    .bundle-cards__card.addOn.free-gift {
        flex: 1 0 105px !important;
        width: 105px !important;
        min-height: unset;
        align-items: center;
        justify-content: center;
        padding-top: 16px !important;
    }
    .bundle-cards__card.addOn.free-gift.no-price {
        padding-top: 0 !important;
    }
    .bundle-cards__card.addOn.free-gift .bundle-cards__card-image, .add-on--image-left .bundle-cards__card.addOn {
        max-width: 100% !important;
    }
    .add-on--image-left .bundle-cards__card.addOn {
        flex: 1 0 calc(33% - 16px) !important;

    }
    .bundle-cards__card.addOn .bundle-cards__card-image {
        aspect-ratio: auto !important;
    }
    .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-image {
        padding: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-title {
        text-align: center !important;
    }
    .bundle-cards__free-gifts .bundle-cards__card.addOn .bundle-cards__card-content {
        padding-left: 0 !important;
    }
 
    .bundle-cards__card.main .bundle-cards__card-image {
        max-width: var(--image-mobile-size);
    }   
    
    .main .bundle-cards__card-content {
        max-width: calc(100% - 120px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* justify-content: center; */
    }
    
    .bundle-cards__description.body--small {
        margin-bottom: 0;
    }
  }
@media screen and (min-width: 1000px) {
    .bundle-cards__title-price {
        padding-right: 60px;
    }
    .bundle-cards__outside-tag {
        text-align: var(--bundle-header-alignment);
    }
    .addOn .bundle-cards__outside-tag {
        bottom: 10px;
        top: unset;
    }
    .bundle-cards__card-subtitle { 
        padding-right: 44px;
    }
    media-carousel.full-bleed {
        margin-inline-start: 0;
    }
    .fa-toggle__checkbox-bg svg {
        width: 18px;
        height: 18px; 
    }
    .fa-toggle--product {
        right: 12px;
        top: 35px;
    }
    .fa-toggle__checkbox-bg {
        height: 28px;
        width: 28px;
    }
    .addOn .fa-toggle__checkbox-bg {
        height: 18px;
        width: 18px;
    }
    .product__container .section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .social-proof__top {
        padding-bottom: 20px;
    }
    .social-proof__top .title-fa {
        font-size: 120px;
        font-weight: 400;
        line-height: 1;
    }
    .social-proof__bottom {
        bottom: -5px;
    }
    .social-proof__bottom .title-fa {
        font-size: 130px;
        font-weight: 400;
    }
    .social-proof__bottom .button-text {
        width: 148px;
    }
    .shopify-section--faq .section-stack {
        row-gap: 40px;
    }
    .shopify-section--faq .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sale-countdown__header-text {
        margin-top: -5px;
    }
    .product-info--fa {
        gap: 15px;
        flex: 0 0 50%;
    }
    .product-gallery--desktop-carousel {
        padding-right: 20px;
    }
    .loox-rating a[href='#looxReviews'] {
        display: block;
        margin-top: -15px;
    }
    .product-gallery {
        gap: 10px;
    }
}
@media screen and (max-width: 999px) {
    .bundle-cards__card-compare-price .money, .bundle-cards__card-compare-price, .bundle-cards__card-upsell-price .bundle-cards__card-compare-price, .bundle-cards__card-regular-price {
        font-size: 14px;
    }
    .see-it-in-action-button.md-max\:hidden {
        display: none;
    }
    .product-gallery {
        gap: var(--spacing-2);
    }
    .badges__grid-item {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        height: auto;
    }
    .badges__grid-item span {
        display: block;
        font-size: 12px;
        width: 100%;
    }
    .video__header h2 {
        font-size: 30px;
    }
    .video__header .subtitle {
        font-size: 14px;
    }
    .shopify-section--faq .h2 {
        font-size: 30px;
    }
    .social-proof__top .title-fa {
        font-size: 52px;
        font-weight: 400 !important;
    }
    .social-proof .social-proof__bottom .title-fa {
        font-size: 50px;
        font-weight: 400 !important;
    }
    .bundle-cards__card-header {
        flex-wrap: wrap;
    }
    .bundle-cards__card-header .h5 {
        flex: 0 0 100%;
    }
    .bundle-cards__play-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .shopify-section--main-product .loox-rating {
        margin-top: -20px;
    }
    .shopify-section--main-product .loox-icon {
        color: #121212 !important;
    }
    .bundle-cards {
        background-color: transparent;
        padding: 0;
        max-width: 100%;
    }
    .badges__grid {
        align-items: flex-start;
    }
    .hotspot-gallery__dot-title {
        font-size: 12px !important;
    }
    .smaller-text .hotspot-gallery__dot-title {
        width: unset !important;
        min-width: 60px;
    }
}
.product-info .badges__grid-item svg {
    width: 17px;
    height: auto;
    flex-shrink: 0;
}
.gift-card-recipient {
    display: none;
}
.bundle-cards__footer {
    margin-bottom: 20px;
}

.bundle-cards__add-on-contents {
    flex: 0 0 calc(70% - 5px);
}
.bundle-cards__shipping-info {
    padding-right: 40px;
}
.bundle-cards__card-content {
    flex: 0 0 100%;
}
.add-on--image-left .bundle-cards__card-content {
    flex: 1 1 calc(100% - 70px);
}
.bundle-cards__tooltip {
    position: absolute;
    bottom: 48%;
    left: -188%;
    transform: translate(-50%);
    width: 300px;
    background-color: #4e4a44;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
    z-index: 10;
    box-shadow: 0 4px 12px #0003;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    margin-bottom: 25px;
    margin-left: 2px;
    z-index: 99;
}
.bundle-cards__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 63%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4e4a44;
}
.bundle-cards__icon-tooltip:hover .bundle-cards__tooltip {
    visibility: visible;
    opacity: 1;
}
/* Free GHD */
.bundle-card__hyper-ghd {
    width: 130px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.bundle-card__hyper-ghd .bundle-cards__free-gifts {
    border-radius: 0px 0px 4px 4px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: default;
}
.bundle-card__hyper-ghd + .bundle-cards__gift-wrapper {
    width: calc(100% - 143px);
}
.bundle-card__hyper-ghd .bundle-cards__card-content {
    flex: 1 !important;
    gap: 5px;
}
.bundle-card__hyper-ghd .bundle-cards__card-content .bundle-cards__video-button-wrapper {
    flex: 0;
}
.bundle-card__hyper-ghd .bundle-cards__free-gifts, .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper .bundle-cards__free-gifts {
    padding: 8px !important;
}
.bundle-card__hyper-ghd .bundle-cards__free-label, .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper .bundle-cards__free-label .font-medium {
    text-align: center;
    font-family: Barlow !important;
    font-weight: 500;
    font-size: 14px !important;
}
.bundle-card__hyper-ghd img, .bundle-card__hyper-ghd .bundle-cards__card-image {
    height: 60px !important;
    width: auto;
}
.bundle-card__hyper-ghd + .bundle-cards__gift-wrapper img, .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper .bundle-cards__card-image {
    height: 60px !important;
}
.bundle-card__hyper-ghd .bundle-cards__card-title, .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper .bundle-cards__card-title {
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .bundle-card__hyper-ghd .bundle-cards__card-title, .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper .bundle-cards__card-title {
        font-size: 14px;
    }
    .add-on--image-left .bundle-cards__gift-wrapper.bundle-cards__row[data-item-count="2"] .bundle-cards__card.addOn, .bundle-cards__main:not(.add-on--image-left) .bundle-cards__card.addOn {
        width: 150px;
    }
    .bundle-cards__card.addOn  {
        max-width: calc(50% - 0.25rem);
        margin-right: 0;
        flex: 1 1 calc(50% - 0.25rem);
    }
    .bundle-cards__tooltip {
        bottom: 120%;
        left: 50%;
        transform: translate(-50%);
    }
    .bundle-cards__tooltip::after {
        top: 100%;
        left: 50%;
    }

    .add-on--image-left .bundle-cards__add-ons .bundle-cards__card-title {
        line-height: 1.1;
        font-weight: 500;
        padding-right: 25px;
        font-size: 15px;
    }
    .add-on--image-left .bundle-cards__add-ons .bundle-cards__card-content .money {
        font-size: 14px;
    }
     
    .product-gallery-wrapper {
        position: sticky;
        top: calc(var(--sticky-area-height) + 20px);
    }
    .shipping-badge .badges {
        padding-left: 3%;
    }

    .bundle-cards__image {
        max-height: none !important;
    }
    .bundle-cards__card {
        align-content: center;
        align-items: center;
    }
    .bundle-cards__add-on-title {
        font-size: 1.14em;
    }
}
@media screen and (min-width: 1050px) and (max-width: 1099px) {
    .shipping-badge .badges {
        padding-left: 5%;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .shipping-badge .badges {
        padding-left: 7%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .shipping-badge .badges {
        padding-left: 8%;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1430px) {
    .shipping-badge .badges {
        padding-left: 10%;
    }
}
@media screen and (max-width: 480px) {
    .product__container .section {
        padding-left: 15px !important;
        padding-bottom: 15px !important;
        padding-right: 15px !important;
    }
    .bundle-card__hyper-ghd + .bundle-cards__gift-wrapper[data-item-count="2"] .bundle-cards__card {
        flex: 50% !important;
    }
    .product-info__buy-buttons .button-text {
        font-size: 14px;
    }
}

buy-buttons.buy-buttons .button {
    height: 62px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color:  var(--bundle-cta-bg-color);
}

.bundle-cards__card-ship-date {
    font-size: 12px;
    text-transform: uppercase;
}
.bundle-cards__video-button-inner {
    white-space: nowrap;
}
.bundle-cards__card-button + .bundle-cards__toggle-box {
    margin-top: 10px;
}
/* Countdown */
.product-info .sale-countdown__countdown.value .sale-countdown__timer {
    background: white;
}
.product-info .sale-countdown__footer-content {
    color: white;
}
.product-info .sale-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
}
.product-info .sale-countdown.collapse {
    padding: 0px;
}
.product-info .sale-countdown__countdown {
    gap: 8px;
    justify-content: space-around;
}
.product-info .sale-countdown__timer:not(.sale-countdown__timer--label) {
    color: black;
    width: 32px;
    height: 32px;
    font-size: 16px;
}
.product-info .sale-countdown__countdown.label {
    gap: 8px;
    margin-top: 10px;
}
.product-info .sale-countdown__timer--label {
    width: 32px;
    height: unset !important;
    line-height: 1;
}
.product-info .sale-countdown__header, .product-info .sale-countdown__footer {
    width: 100%;
}

.product-info .sale-countdown__header-text + .sale-countdown__footer {
    margin-top: 10px;
}
.product-info .sale-countdown__footer.highlight {
    background-color: white;
    color: #FF3D2E;
}
.product-info .sale-countdown__footer.highlight .sale-countdown__footer-content {
    color: #FF3D2E;
}
.product-info .sale-countdown__footer.highlight .sale-countdown__range {
    background-color: #FF3D2E4D;
}
.product-info .sale-countdown__footer.highlight .sale-countdown__range:after {
    background-color: #FF3D2E;
}

@media screen and (max-width: 999px) {
    .product-info .sale-countdown__countdown.label {
    margin-top: 5px;
    gap: 3px; 
    }
    .product-info .sale-countdown__countdown {
    gap: 6px;
    }
    .product-info .sale-countdown__timer:not(.sale-countdown__timer--label) {
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: 14px;
    }
    .product-info .sale-countdown {
    padding: 8px;
    }
    .product-info .sale-countdown__countdown.label .sale-countdown__timer--label {
    width: 32px;
    font-size: 12px;
    }
    .product-info .sale-countdown__header-text {
    max-width: 200px;
    text-align: center;
    }
    .product-info .sale-countdown__header-text span {
    font-weight: 700 !important;
    }
}
@media screen and (max-width: 480px) {
.product-info .sale-countdown__header-text {
    max-width: 160px;
}
.product-info .sale-countdown__timer {
    width: 22px;
}
.product-info .sale-countdown__countdown.label .sale-countdown__timer--label {
    width: 27px;
    font-size: 10px;
}
@media screen and (max-width: 1100px) {
    .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-image img {
        max-width: unset !important;
        width: 100%;
    }
    .bundle-cards__free-gifts {
        justify-content: center;
    }
    .bundle-cards__card-ship-date {
        font-size: 12px;
    }
    .bundle-cards__card.addOn.free-gift {
        flex: 0 1;
        justify-content: center;
        padding: 0;
    }
    .bundle-cards__card.addOn.free-gift .bundle-cards__card-title {
        white-space: nowrap;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .add-on--image-left .bundle-cards__row[data-item-count="3"] .bundle-cards__card.addOn {
        flex-direction: column !important;
    }
    .add-on--image-left .bundle-cards__row[data-item-count="3"] .bundle-cards__card.addOn .bundle-cards__card-title {
        text-align: center;
        padding-right: 0 !important;
    }
    .add-on--image-left .bundle-cards__row[data-item-count="3"] .bundle-cards__card.addOn .bundle-cards__card-upsell-price, .add-on--image-left .bundle-cards__row[data-item-count="3"] .bundle-cards__card.addOn .bundle-cards__video-button-wrapper {
        justify-content: center !important;
    }
    .add-on--image-left .bundle-cards__card.addOn .bundle-cards__card-image {
        margin: auto !important;
    }
}

@media screen and (max-width: 470px) {
    .bundle-cards__free-gifts {
       gap: 8px;
    }
    .bundle-cards__card.addOn.free-gift .bundle-cards__card-title {
        font-size: 12px !important;
        white-space: nowrap;
    }
    .bundle-cards__add-ons .bundle-cards__free-gifts .money {
        font-size: 12px !important;
    }
    .bundle-cards__card.addOn.free-gift {
              flex: 1 1 32% !important;
          width: 32% !important;
    }
    .add-on--image-left .bundle-cards__card.addOn {
        flex: 1 0 calc(33% - 16px) !important;

    }
}