product-info-compact.product__info-container > * + * {
  margin: 1.6rem 0;
}

product-info-compact,
.product__section:has(product-info-compact) subscription-product-popup {
  .subscription-quantity-box h6, 
  .purchase-type-selector-wrapper h6,
  product-progress-bar h6 {
    color: #100F0F;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin: 0;
    padding-bottom: 10px;
  }

  .subscription-quantity {
    width: calc(100% + 8px);
    margin: -4px;
  }

  .subscription-quantity li {
    padding: 0 4px;
  }

  .subscription-quantity li > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 15px 10px;
  }

  .subscription-quantity .pack-box,
  .subscription-quantity.subscription-quantity--price-per-serving .pack-icon-name, 
  .subscription-quantity.subscription-quantity--price-per-serving span.pack-icon, 
  .subscription-quantity.subscription-quantity--price-per-serving span.pack-name {
    color: #100F0F;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }

  .subscription-quantity .pack-icon-name,
  .subscription-quantity span.pack-icon,
  .subscription-quantity span.pack-name {
    color: #101828;
    font-family: var(--inter-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .subscription-quantity .pack-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    
    min-height: 16px;
    width: max-content;
    max-width: 100%;
    border-radius: 3px;
    background: #584576;
    padding: 0 6px;

    color: #FFF;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;

    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .subscription-quantity.subscription-quantity--compact-with-badges {
   .pack-box {
    font-size: 15px;
    line-height: normal;
   }

   li > div {
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
   }

   .more span.pack-icon {
    width: 10px;
    height: 10px;
    margin: 0;

    svg {
      width: 10px;
      height: 10px;
    }
   }

   .more-quantity span.pack-name {
    font-size: 14px;
    line-height: normal;
    width: fit-content;
   }

   + .subscription-quantity-box-container .subscription-arrow-quantity-box.with-fullbox {
    height: 55px;
   }
  }

  .purchase-type-selector {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
  }

  .purchase-type-selector * {
    user-select: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  .purchase-type-selector li.label {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 16px;
    cursor: pointer;
    opacity: 0.7;

    transition: .15s linear;
  }

  .purchase-type-selector li.label.active,
  .purchase-type-selector li.label:hover {
    border-bottom: none;
    border: 1px solid #584576;
    background: #5845761a;
    opacity: 1;
  }

  .purchase-type-selector li.label.active:before {
    content: none;
  }

  .purchase-type-selector li.label > .option-selector__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    cursor: pointer;
    border-bottom: none;
  }

  .option-selector__checkbox {
    display: flex !important;
    justify-content: center;
    align-items: center;

    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid #584576;
    border-radius: 50%;
    background: #FFF;

    position: relative;
  }

  .purchase-type-selector li.label .option-selector__checkbox::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background-color: #584576;

    position: absolute;

    opacity: 0;
    transition: .15s linear;
  }

  .purchase-type-selector li.label.active .option-selector__checkbox::before {
    opacity: 1;
  }

  .option-selector__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .option-selector__option-name,
  .option-selector__discount-badge {
    color: #101828;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .option-selector__discount-badge {
    display: block;
    padding: 2px 6px;
    min-height: 16px;

    border-radius: 5px;
    background: #FFC107;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
  }

  .purchase-type-selector li.label.option-selector-autodeliver .option-selector__discount-badge,
  .purchase-type-selector li.label[data-purchase-type] .option-selector__discount-badge.discount-badge--highlighted {
    color: #FFF;
    background: #EC1D25;
    animation: pulse 1.2s ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }

  .option-selector__price {
    margin-left: auto;
  }

  .option-selector__volume-prices {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
  }

  .volume-prices__price {
    color: #EC1D25;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .volume-prices__price.price--original {
    color: #4B4744;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
  }

  .option-selector__volume-prices--no-discount .volume-prices__price {
    color: #101828;
  }

  .option-selector__volume-prices--no-discount .volume-prices__price.price--original {
    display: none;
  }

  .option-selector__pack-price,
  .option-selector__full-price {
    color: #4B4744;
    font-family: var(--inter-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: right;
  }

  .option-selector__full-price {
    color: #6E6A67;
  }

  .option-selector__price--alternate {
    .volume-prices__price.price--original {
      font-size: 15px;
      line-height: 120%;
      text-decoration-thickness: 1px;
    }
  }

  .purchase-type-selector li.label > .option-selector__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    
    border-bottom: none;
    margin-top: 6px;
    padding-bottom: 0;
  }

  .option-selector__content .option-selector__benefits {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    color: #2C2926;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .purchase-type-selector-wrapper:not([data-styling-version="enhanced"]) {
    .option-selector__frequency-selector {
      display: flex;
      justify-content: flex-start;
      align-items: center;

      width: 100%;
      flex: 1 1 100%;
      
      appearance: none;
      margin-top: 10px;
      padding: 10px 25px 10px 10px;

      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.16);
      background: #FFF;

      color: #101828;
      font-family: var(--inter-font);
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.16081 4.5459L1.33594 5.37077L6.99837 11.0332L12.6608 5.37077L11.8359 4.5459L6.99837 9.38346L2.16081 4.5459Z' fill='%23100F0F'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: calc(100% - 10px) 50%;

      cursor: pointer;
    }
  }
  
  .purchase-type-selector-wrapper[data-styling-version="enhanced"] {
    .option-selector__title:has(.option-selector__discount-badge:not(.hidden)) .option-selector__option-name > span {
      display: none;
    }
    
    .option-selector__title {
      flex-direction: row !important;

      .option-selector__frequency-wrapper {
        display: flex;
        width: 100%;
      }

      .option-selector__frequency-selector {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        appearance: none;
        padding-right: 26px;
        border-radius: 10px;
        border: none;
        background: transparent;

        color: #101828;
        font-family: var(--inter-font);
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;

        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.16081 4.5459L1.33594 5.37077L6.99837 11.0332L12.6608 5.37077L11.8359 4.5459L6.99837 9.38346L2.16081 4.5459Z' fill='%23100F0F'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 50%;

        cursor: pointer;
      }

      .option-selector__frequency-selector--wrapper{
        position: relative;
        display: inline-block;
      }

      .option-selector__frequency-selector--wrapper:after {
        content: '';
        width: calc(100% - 26px);
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        background: #101828;
      }
    }
  }

  .purchase-type-selector p {
    margin: 0 0 10px;
  }

  .purchase-type-selector p:last-child {
    margin-bottom: 0;
  }

  .option-selector__content ul,
  .option-selector__content ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;

    list-style: none;
    padding: 0 30px;
  }

  .option-selector__content ol {
    padding: 0;
  }

  .option-selector__content ul li,
  .option-selector__content ol li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;

    width: calc(50% - 3px);
  }

  .option-selector__content ul li svg,
    .option-selector__content ol li svg {
    width: 12px;
    height: 12px;
  }

  .option-selector__content ul li svg path,
    .option-selector__content ol li svg path {
    fill: #7B6B5D;
  }

  .purchase-type-selector-wrapper[data-styling-version="enhanced"] {
    .option-selector__content:has(.option-selector__benefits) {
      margin-top: 10px;
      padding-top: 10px;

      border-top: 1px solid rgba(0, 0, 0, 0.16);
    }

    .option-selector__content ul {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;

      padding: 0;
    }

    .option-selector__content ul li {
      width: 100%;
    }

    .volume-prices__price {
      font-size: 18px;
    }

    .volume-prices__price[data-price-current][data-onetime] {
      color: #100F0F;
    }

    @media screen and (max-width: 749px) {
      .volume-prices__price {
        font-size: 16px;
      }

      .volume-prices__price[data-price-original] {
        font-size: 12px;
      }

      .option-selector__content .option-selector__benefits {
        font-size: 13px;
      }

      .option-selector__content ol {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

        padding: 0;
      }

      .option-selector__content ol li {
        width: 100%;
      }

      .option-selector__option-name {
        font-size: 12px;
      }

      .option-selector__discount-badge  {
        font-size: 10px;
      }

      .option-selector__pack-price {
        font-size: 10px;
      }

      .option-selector__full-price {
        font-size: 12px;
      }

      .option-selector__price--alternate {
        .volume-prices__price.price--original {
          font-size: 13px;
          line-height: 120%;
        }
      }
    }
  }

  @media screen and (max-width: 749px) {
    .subscription-quantity-box h6, 
    .purchase-type-selector-wrapper h6 {
      font-size: 13px;
    }

    .subscription-quantity {
      width: calc(100% + 6px);
      margin: -3px;
    }
    
    .subscription-quantity li {
      padding: 0 3px;
    }
    
    .subscription-quantity li > div {
      padding: 12px 10px;
    }

    .subscription-quantity .pack-box,
    .subscription-quantity.subscription-quantity--price-per-serving .pack-icon-name, 
    .subscription-quantity.subscription-quantity--price-per-serving span.pack-icon, 
    .subscription-quantity.subscription-quantity--price-per-serving span.pack-name {
      font-size: 15px;
    }

    .subscription-quantity .pack-badge {
      font-size: 8px;
    }

    .subscription-quantity.subscription-quantity--compact-with-badges {
      .pack-box {
        font-size: 14px;
      }

      li > div {
        flex-direction: row;
        gap: 4px;
        flex-wrap: wrap;
      }

      .more span.pack-icon {
        width: 9px;
        height: 9px;
        margin: 0;

        svg {
          width: 9px;
          height: 9px;
        }
      }

      .more-quantity span.pack-name {
        font-size: 12px;
      }

      + .subscription-quantity-box-container .subscription-arrow-quantity-box.with-fullbox {
        height: 55px;
      }
    }

    .purchase-type-selector li.label {
      padding: 12px;
    }

    .purchase-type-selector li.label > .option-selector__heading {
      gap: 8px;
    }

    .option-selector__checkbox {
      width: 20px;
      height: 20px;
      min-width: 20px;
    }

    .purchase-type-selector li.label .option-selector__checkbox:before {
      width: 11px;
      height: 11px;
    }

    .option-selector__title {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 2px;
    }

    .option-selector__option-name {
      font-size: 15px;
    } 

    .option-selector__discount-badge {
      font-size: 12px;
    }

    .purchase-type-selector li.label > .option-selector__content {
      margin-top: 10px;
      padding: 10px 0 0;
      border-top: rgba(0, 0, 0, 0.16);

      font-size: 13px;
    }

    .option-selector__content ul {
      padding: 0;
    }
  }
}

@keyframes pulse {
  0%, 100% {
      transform: scale(1);
  } 50% {
      transform: scale(1.1);
  }
}