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

product-info-compact,
.product__section:has(product-info-compact) subscription-product-popup {
    .product__flavors .flavors-list__flavor .flavor .flavor__image{
        scale:1.4;
    }

    .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 {
        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%);
    }

    .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 {
        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 {
        color: #4B4744;
        font-family: var(--inter-font);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: right;
    }

    .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%;
    }

    .option-selector__frequency-wrapper {
        width: 100%;
        flex: 1 1 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 {
        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 ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;

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

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

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

    .option-selector__banner {
        justify-content: center;
        align-items: center;

        width: 100%;
        height: 100%;
        padding: 16px;

        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        border-radius: 10px;
        background: #5845761a;
    }

    .purchase-type-selector li.label.option-selector--unavailable .option-selector__banner {
        display: flex !important;
    }

    .option-selector__banner-text {
        color: #ec1d25;
        font-family: var(--inter-font);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;

        padding: 16px;
        background: #FFF;
        border-radius: 10px;
    }

    .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;
        }

        .purchase-type-selector .product__gifts > ul {
            width: 100%;
        }

        .purchase-type-selector .product__gifts {
            padding: 0;
            border: none;
        }

        @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__option-name {
                font-size: 12px;
            }

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

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

    @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 {
            font-size: 15px;
        }

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

        .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 {
            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;
        }
    }

    @media screen and (min-width: 748px) {
        .purchase-type-selector li.label > .option-selector__content,
        .option-selector__content .option-selector__benefits{
            display: flex;
        }

        .option-selector__content ul{
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 7px 30px;
        }

        .option-selector__frequency-wrapper {
            width: 100%;
            flex: 1 1 100%;
            margin-top: -10px;
        }
    }
}

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