/** Shopify CDN: Minification failed

Line 531:70 Expected identifier but found "{"
Line 531:71 Unexpected "{"
Line 531:80 Expected ":"

**/
click-and-mix-bundle {
  font-family: Noatwriter !important;
  text-transform: uppercase;
}
click-and-mix-bundle h1,
click-and-mix-bundle h2,
click-and-mix-bundle h3,
click-and-mix-bundle h4,
click-and-mix-bundle h5,
click-and-mix-bundle h6 {
  /* font-family: Futura-Maxi-CG-Bold !important; */
  /* text-transform: lowercase; */
  line-height: normal;
  font-weight: 300;
  font-size: 13.68px;
  font-family: Noatwriter;
}
.onetimeprice,
.subscriptionprice {
  text-align: right;
}
click-and-mix-bundle .buttonmix:hover {
  transition-property: color, background-color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;

  color: #fff;
  background-color: #bebebe;
  transition-delay: var(--duration-default);
  appearance: none;
  overflow: hidden;
  border: 2px solid #8f8f8f;
  box-shadow: var(--button-shadow-horizontal-offset);
}
@media screen and (hover: hover) {
  click-and-mix-bundle .buttonmix:hover:after {
    animation: shine 2s ease;
  }
}
@media screen and (hover: hover) {
  .buttonmix:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background-image: linear-gradient(
      90deg,
      transparent,
      rgba(var(--color-button-text), 0.25),
      transparent
    );
  }
}

click-and-mix-bundle .addsingle:hover {
  color: #8f8f8f;
}
click-and-mix-bundle .click-and-mix-wrapper.popup-enable .selected-packs {z-index:1;}
click-and-mix-bundle .click-and-mix-wrapper {
  display: flex;
  flex-wrap: wrap;
}
click-and-mix-bundle .error-msg-bundle {
  text-align: center;
  color: red;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
click-and-mix-bundle .click-and-mix-left {
  width:100%;
  max-width:50%;
}
click-and-mix-bundle .click-and-mix-right {
  width: 50%;
  max-width:100%;
  border-left: 1px solid rgb(var(--color-base-border));
}
click-and-mix-bundle .information-popup {
  text-align: right;
  margin: 0px;
  margin-top: 20px;
  margin-right: 15px;
}
click-and-mix-bundle .open-performance-popup {
  cursor: pointer;
  font-size: 13.54px;
}
click-and-mix-bundle .choose-pack {
  text-align: center;
}
click-and-mix-bundle .choose-pack .choose-pack-heading {
  margin-top: 30px;
}
click-and-mix-bundle .choose-options {
  display: flex;
  column-gap: 20px;
  justify-content: flex-start;
}
click-and-mix-bundle .choose-item {
  height: 50px;
  width: 255px;
  border: 1px solid #8f8f8f;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  padding: 0 28px;
  font-size: 13.68px;
}
click-and-mix-bundle .choose-item.active {
  border: 1px solid #353535;
  background: #353535;
  color: white;
}
click-and-mix-bundle .display-arrow {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
click-and-mix-bundle .selected-packs {
  text-align: center;
}
click-and-mix-bundle .selected-packs h2 {
  margin: 50px;
  line-height: 1;
}
click-and-mix-bundle .selected-item {
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
click-and-mix-bundle .selected-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
click-and-mix-bundle .selected-items-wrapper {
  border: 7px solid white;
  background: #acacac;
  box-shadow: -12px 12px 17.8px #00000040;
  display: flex;
  margin: 100px auto 35px;
  position: relative;
  transition: 0.3s;
}

click-and-mix-bundle .selected-packs[data-packsize="20"] .selected-items-wrapper {
 margin: 30px auto 20px;
}
click-and-mix-bundle .inner-text {
  font-size: 24px;
  color: #dad9d6;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-top: 10px;
}
click-and-mix-bundle
  .selected-packs[data-packsize="10"]
  .selected-items-wrapper {
  max-width: 598px;width:100%;
  height: 326px;
}
click-and-mix-bundle
  .selected-packs[data-packsize="20"]
  .selected-items-wrapper {
  max-width: 500px;width:100%;
  height: 280px;
}
click-and-mix-bundle
  .selected-packs[data-packsize="5"]
  .selected-items-wrapper {
  max-width:299px;width:100%;
  height: 326px;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-box-2,
click-and-mix-bundle .selected-packs[data-packsize="10"] .selected-box-2 {
  height: 0px !important;
  visibility: hidden;
  border: none !important;
  margin: 0px auto;
}
click-and-mix-bundle .selected-packs[data-packsize="10"] .selected-item {
  width: 10%;
}
click-and-mix-bundle .selected-packs[data-packsize="20"] .selected-item {
  width: 10%;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item {
  width: 20%;
}
click-and-mix-bundle .remove-box {
  position: relative;
  width: 35px;
  height: 30px;
  border-radius: 3px 0 0;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  cursor: pointer;
}
click-and-mix-bundle .remove-item-wrapper {
  max-width: 598px;width:100%;
  border: 7px solid transparent;
  display: flex;
  margin: 0px auto;
}
click-and-mix-bundle .selected-packs[data-packsize="10"] .remove-item-wrapper {
  max-width: 598px;width:100%;
}
click-and-mix-bundle .selected-packs[data-packsize="20"] .remove-item-wrapper {
  max-width: 500px;width:100%;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-wrapper {
  max-width:299px;width:100%;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item-6,
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item-7,
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item-8,
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item-9,
click-and-mix-bundle .selected-packs[data-packsize="5"] .selected-item-10 {
  display: none;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-6,
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-7,
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-8,
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-9,
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-10 {
  display: none;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-box-2,
click-and-mix-bundle .selected-packs[data-packsize="10"] .remove-box-2 {
  display: none;
}
click-and-mix-bundle .remove-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
click-and-mix-bundle .selected-packs[data-packsize="10"] .remove-item {
  width: 10%;
}
click-and-mix-bundle .selected-packs[data-packsize="20"] .remove-item {
  width: 10%;
}
click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item {
  width: 20%;
}
click-and-mix-bundle .selected-count h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  color: #8f8f8f;
}
click-and-mix-bundle .selected-item {
  opacity: 0;
}
click-and-mix-bundle .selected-item.active {
  opacity: 1;
  cursor: pointer;
}
click-and-mix-bundle .remove-item {
  opacity: 0;
}
click-and-mix-bundle .remove-item.active {
  opacity: 1;
}
click-and-mix-bundle .remove-item-wrapper.active {
  display: flex;
}
click-and-mix-bundle .remove-item-wrapper {
  display: none;
}
click-and-mix-bundle .product-selector-title .product-selector-heading {
  margin-top: 41px;
  margin-bottom: 26px;
  text-align: left;
  color: #8f8f8f;
  /* text-decoration:underline; */
}
click-and-mix-bundle .product-selector-wrapper .image-wrapper {
  width: 80px;
  height: 150px;
  overflow: hidden;
  margin: 0px auto;
  cursor: pointer;
}
click-and-mix-bundle .product-selector-wrapper .item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
click-and-mix-bundle .product-title {
  font-family: Noatwriter;
  font-size: 13.54px;
  font-weight: 400;
  line-height: 15.25px;
  text-align: center;
  margin-top: 18px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}
click-and-mix-bundle .addsingle {
  font-family: Noatwriter;
  font-size: 28px;
  font-weight: 400;
  line-height: 31.92px;
  text-align: center;
  margin-top: 25px;
  color: #cfcfcf;
  cursor: pointer;
}
click-and-mix-bundle .buttonmix{position:relative;overflow:hidden;}
click-and-mix-bundle .qty-minus {
  width: 35px;
  height: 30px;
  border-radius: 3px;
  border: 0px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
}
click-and-mix-bundle .qty-add {
  width: 35px;
  height: 30px;
  border-radius: 3px;
  border: 0px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
}
click-and-mix-bundle .selected-qty {
  /* font-family: Futura Maxi !important; */
  font-size: 18px;
  font-weight: normal;
  /* line-height: 18.68px; */
  text-align: center;
  height: 30px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
}
click-and-mix-bundle .quantity-selector {
  display: none;
  column-gap: 20px;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  user-select: none;
}
click-and-mix-bundle .product-selector-item {
  width: 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
click-and-mix-bundle .product-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  max-width: 650px;
  width:100%;
  justify-content: space-between;
  margin: 0px auto 50px;
}
click-and-mix-bundle .product-selector-item.active .quantity-selector {
  display: flex;
}
click-and-mix-bundle .product-selector-item.active .addsingle {
  display: none;
}
click-and-mix-bundle .product-selector-item:hover .quick-view__summary {
  transform: scale(1);
  transition-delay: var(--duration-short);
}
click-and-mix-bundle .orginal-product-form {
  width: 100%;
}
click-and-mix-bundle .button:hover {
  box-shadow: none;
  color: white;
  background-color: rgb(190 190 190);
  transition-delay: var(--duration-default);
}

click-and-mix-bundle .orginal-product-form {
  width: 100%;
  margin: 0px auto;
  margin-top: 0px;
}
click-and-mix-bundle .onetime-radio {
  margin:0px;
  order:-1;
}

click-and-mix-bundle .subscription-radio{
 margin: 0px 0px 0px;
}

/* click-and-mix-bundle .product-form__submit {
  width: 100%;
  height: 55px;
  border-radius: 7px;
  background: #363636;
  border: 2px solid #363636;
  font-family: "Noatwriter" !important;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  justify-content: center;
} */
click-and-mix-bundle .product-form__buttons .product-form__submit {
  width: 100%; 
  height: 60px;
  border-radius: 1px;
  background: #C3DBCB;
  border: 1px solid #8F8F8F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  justify-content: center;
  border-radius:4px;    background-color: #cbe0d2;
    color: #111111;
}

click-and-mix-bundle .sub-info-text {
  font-family: "Noatwriter" !important;
  font-size: 9px;
  font-weight: 100;
  line-height: 10px;
  text-transform: uppercase;
  text-align: left;
}
click-and-mix-bundle .sub-info-text-mob {
  font-family: "Noatwriter" !important;
  font-size: 9px;
  font-weight: 100;
  line-height: 10px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 15px;
}
click-and-mix-bundle .sub-info-text {
  display: none;
}
click-and-mix-bundle .sub-info-text-mob {
  display: none;
}
click-and-mix-bundle .choose-pack .choose-pack-heading {
  text-align: left;
  /* margin-top: 66px; */
  margin-bottom: 18px;
  color: #8f8f8f;
  font-size: 13.64px;
  /* text-decoration:underline; */
}
click-and-mix-bundle .selected-packs h2 {
  text-align: center;
}





.open-performance-popup-content {
  font-size: 14px;
  color: #8f8f8f;
}

.click-and-mix-wrapper .custom-product-title {
  font-size: 27px;
  margin-bottom: 3px;
  color: #8f8f8f;
  text-transform:lowercase;
}

.custom-subscription-heading {
  font-size: 13.68px;
  color: #8f8f8f;
  /* text-decoration:underline; */
}

.custom-noat-accordion-main-box{margin-top:25px;display:block;}
.click-and-mix-right .noat-accordion-box{width: 100%;padding-top: 16px;}
.click-and-mix-right .noat-accordion-inner-box{width: 100%;border-top: 1px solid #8f8f8f;padding-right:8px;margin-bottom:25px;}
.click-and-mix-right .noat-accordion-heading-box{cursor:pointer;width: 100%;padding-top:1.5rem;padding-bottom:1.5rem;}
.click-and-mix-right .noat-accordion-heading{width:100%;font-family: Noatwriter;text-transform: uppercase;display: flex;justify-content: space-between; align-items: center;letter-spacing:.1rem;}
.click-and-mix-right .noat-plaus-minus-icon-box{width: fit-content;display: flex;justify-content: center;align-items: center;}
.click-and-mix-right .noat-plus{font-size:30px;line-height:24px;color:{{ section.settings.qcolor }};text-transform: uppercase;transition: ease-in-out .2s;}
.click-and-mix-right .noat-accordion-inner-box.active .noat-plus{transform: rotate(90deg);transition: ease-in-out .2s;}
.click-and-mix-right .noat-minus{display: none;}
.click-and-mix-right .noat-accordion-note{display: none;width: 100%;font-family: Noatwriter;text-transform: uppercase;line-height:calc(1 + .6 / var(--font-body-scale));padding:0 12px 12px;}
.click-and-mix-right .noat-accordion-note p{margin:0px;}
.breadcrumb-item{list-style:none;}
.click-max-breadcrumb .breadcrumb{justify-content:flex-end;display: flex;gap: 10px;font-size: 13.38px;letter-spacing: 0px;}
.checkout-btn[disabled]{opacity:.5 !important;}
click-and-mix-bundle .orginal-product-form product-form-clicknmix .product-form__buttons .checkout-btn {width: 100%;
    color: #fff;
    height: 60px;
    background: #fff;
    color: #111;
    border: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    justify-content: center;
    margin: 10px 0;
    border: 1px solid #8F8F8F;
    border-radius: 1px;}

@media screen and (max-width: 1023px) {
  click-and-mix-bundle .product-selector-wrapper{margin:0 auto 20px;}
  .click-and-mix-wrapper .custom-product-title{text-align:start;}
  .open-performance-popup-content{text-align:start;}
  click-and-mix-bundle .choose-item{width:150px;padding:0 15px;}
  click-and-mix-bundle .choose-options{justify-content: center;}
  .click-max-breadcrumb .breadcrumb{justify-content: start;margin-top: 10px;}
  click-and-mix-bundle .choose-pack .choose-pack-heading {
    margin-top: 30px;
    text-align: start;
  }
  .subscriptionprice.mobileonly,
  onetimeprice {
    font-size: 11px;
  }
  click-and-mix-bundle .product-selector-item {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  click-and-mix-bundle .sub-info-text {
    display: none;
  }
  click-and-mix-bundle .sub-info-text-mob {
    display: none;
  }

  click-and-mix-bundle .subscription-radio{margin:11px 0 0px;}

  click-and-mix-bundle .subscription-radio {
    padding: 0 12.75px;
  }
  click-and-mix-bundle .orginal-product-form {
    width: 100%;
    padding: 33px 0px 10px;
    border-top: 0px solid #8f8f8f;
  }
  click-and-mix-bundle .click-and-mix-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  click-and-mix-bundle .click-and-mix-right{
    width:100%;
    max-width:100%;
     border-left: none;
  }
  click-and-mix-bundle .click-and-mix-left {
    width:100%;
    max-width:100%;
    border-right: none;
    display: flex;
    flex-direction: column;
  }
  click-and-mix-bundle .choose-pack {
    text-align: center;
    order: 2;
  }
  click-and-mix-bundle .display-arrow {
    order: 3;
  }
  click-and-mix-bundle .selected-packs {
    padding-bottom: 30px;
    border-bottom: 1px solid #8f8f8f;
    background: #f3f3f3;
    padding-top: 30px;
    position: sticky;
    top: 46px;
    z-index: 9;
    overflow-y: auto;
    overflow: hidden;
    transition: height 250ms ease-in-out, top 250ms ease-in-out;
    overflow: hidden;
  }
  click-and-mix-bundle performance-popup {
    order: 1;
    margin-top: 30px;
  }
  click-and-mix-bundle .selected-count {
    display: none;
  }
  click-and-mix-bundle .information-popup {
    text-align: start;
    margin: 0;
  }
  click-and-mix-bundle
    .selected-packs[data-packsize="5"]
    .selected-items-wrapper {
    max-width:149.5px;width:100%;
    height: 166px;
  }
  click-and-mix-bundle
    .selected-packs[data-packsize="10"]
    .selected-items-wrapper {
    max-width:299px;width:100%;
    height: 166px;
  }
  click-and-mix-bundle
    .selected-packs[data-packsize="20"]
    .selected-items-wrapper {
    max-width:299px;width:100%;
    height: 166px;
  }
  click-and-mix-bundle .selected-packs h2 {
    margin-bottom: 36px;
    margin-top: 0px;
    line-height: 1;
  }
  click-and-mix-bundle .selected-packs[data-packsize="5"] .remove-item-wrapper {
    max-width:149.5px;width:100%;
  }
  click-and-mix-bundle
    .selected-packs[data-packsize="10"]
    .remove-item-wrapper {
    max-width:299px;width:100%;
  }
  click-and-mix-bundle
    .selected-packs[data-packsize="20"]
    .remove-item-wrapper {
    max-width:299px;width:100%;
  }
  click-and-mix-bundle .remove-box {
    width: 21px;
    height: 20px;
    background: #d6d6d6;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    border: none;
  }
  click-and-mix-bundle .selected-items-wrapper {
    margin: 12px auto;
    box-shadow: -5px 4px 15px 0px #00000040;
    border: 3px solid white;
    overflow: hidden;
  }
  click-and-mix-bundle .inner-text {
    font-size: 16px;
  }

  click-and-mix-bundle .choose-item {
    height: 33px;
  }
  click-and-mix-bundle .display-arrow {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  click-and-mix-bundle .product-selector-title .product-selector-heading {
    margin-top: 41px;
    margin-bottom: 40px;
    text-align: start;
    font-size: 13.64px;
    color: #8f8f8f;
  }
  click-and-mix-bundle .product-selector-wrapper .image-wrapper {
    width: 70px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  .click-and-mix-bundle .product-selector-wrapper {
    padding-bottom: 50px;
    padding: 0px 33px;
    row-gap: 40px;
  }
  click-and-mix-bundle .selected-qty {
    font-size: 14px;
  }
  click-and-mix-bundle .qty-minus {
    width: 25px;
    height: 22px;
    font-size: 20px;
  }
  click-and-mix-bundle .qty-add {
    width: 25px;
    height: 22px;
    font-size: 20px;
  }
  click-and-mix-bundle .quantity-selector {
    column-gap: 10px;
    margin-top: 15px;
  }
  click-and-mix-bundle .product-title {
    font-size: 12.54px;
    margin-top: 15px;
  }
  click-and-mix-bundle .addsingle {
    font-size: 20px;
    margin-top: 10px;
  }
}

.orginal-product-form .checkout-btn.button{
  width: 100%;
  height: 55px;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #363636;
  font-family: "Noatwriter" !important;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 11px;
  justify-content: center;
  color: #8f8f8f;
}


@media screen and (max-width: 749px){
  .click-and-mix-wrapper .custom-product-title{text-align:start;font-size:17px;}
  .open-performance-popup-content{font-size:13px;text-align:start;}
  click-and-mix-bundle .choose-item{width:100px;padding:0 15px;}
  /* click-and-mix-bundle .choose-options{justify-content: center;flex-direction:column;gap:20px;width:100%;display:grid;grid-template-columns:repeat(2 , 1fr);gap:10px 20px;} */
  click-and-mix-bundle .choose-options{justify-content: center;flex-direction:column;gap:20px;width:100%;display:flex;flex-direction:column;gap:10px 20px;}
   click-and-mix-bundle .choose-options .choose-item {min-width:100%;}
  click-and-mix-bundle .subscription-radio .rc-radio__label *,
  click-and-mix-bundle .onetime-radio .rc-radio__label * {font-size:inherit !important;}
  click-and-mix-bundle .subscription-radio .rc-radio__label,
  click-and-mix-bundle .onetime-radio .rc-radio__label  { font-size:12px !important;}
  click-and-mix-bundle .subscriptionprice.desktoponly {display:block !important;}
  click-and-mix-bundle .subscriptionprice.mobileonly {display:none !important;}
click-and-mix-bundle .choose-pack .choose-pack-heading {font-size:12.75px !important;}
  click-and-mix-bundle .product-selector-title .product-selector-heading  {font-size:12.75px !important;}
  click-and-mix-bundle .custom-subscription-heading {font-size:12.75px !important;}
}

@media screen and (max-width: 500px) {
  click-and-mix-bundle .product-form__submit {
    font-size: 13px;
  }
}
@media screen and (hover: hover) {
  click-and-mix-bundle .button:hover:after {
    animation: shine 2s ease;
  }
}



click-and-mix-bundle .subscription-label .tooltip { position: relative; }
click-and-mix-bundle .subscription-label .tooltip em { font-style: normal; text-decoration: underline; }
click-and-mix-bundle .subscription-label .tooltip::before { position: absolute; top: -16px; left: 50%; transform: translateX(-50%) rotate(-45deg); content: ""; display: none; width: 0; height: 0; border: 8px solid #fff; border-top-color: transparent; border-right-color: transparent; }
click-and-mix-bundle .subscription-label .tooltip::after { display: none; position: absolute; content: attr(data-tooltip); bottom: calc(100% + 7px); left: 50%; right: 0; min-width: 202px; padding: 8px; background-color: #f8f8f8; border-radius: 8px; color: #000; transform: translateX(-50%); font-size: 12px; }
click-and-mix-bundle .subscription-label .tooltip:hover:not(:focus)::before, .subscription-label .tooltip:hover:not(:focus)::after { display: block; }
click-and-mix-bundle .subscription-radio .subscription-label { display: flex; width: 100%; flex-direction: row; gap: 5px; }
click-and-mix-bundle .subscriptionprice { min-width: 220px; text-align: end; }
click-and-mix-bundle form .button { overflow: hidden; border-radius: 4px; }
click-and-mix-bundle .button:hover { box-shadow: none; color: white; background-color: rgb(190 190 190); transition-delay: var(--duration-default); }
click-and-mix-bundle .button:hover .paragraph { color: inherit; }
click-and-mix-bundle .onetime-radio { margin: 10px 0px; }
click-and-mix-bundle .checkout-btn { width: 100%; color: white; height: 60px; border-radius: 4px; background: #ffffff; color: #111111; border: none; font-size: 14px; font-weight: 400; letter-spacing: normal; justify-content: center; margin: 10px 0; border: 1px solid #8F8F8F; }
click-and-mix-bundle .sub-info-text { font-family: Noatwriter !important; font-size: 12px; letter-spacing: 1px; font-weight: 100; text-transform: uppercase; text-align: left; margin-top: 15px; line-height: normal; }
click-and-mix-bundle .subscription-radio:hover { overflow: visible !important; }
click-and-mix-bundle .subscription-radio { height: 100% !important; min-height: 60px; }
click-and-mix-bundle .quantity__button:after { content: none; }

@media screen and (max-width: 1100px) { 
  click-and-mix-bundle .sub-info-text { font-family: Noatwriter !important; font-size: 10px; letter-spacing: 1px; font-weight: 100; text-transform: uppercase; text-align: left; margin-top: 10px; line-height: normal; }
  click-and-mix-bundle .subscriptionprice { min-width: fit-content; text-align: end; }
  click-and-mix-bundle .subscription-radio { padding: 14px; }
  click-and-mix-bundle .onetime-radio { padding: 14px; }
}