.custom-product-details-wrapper {
    padding: 15px 25px;
    border-radius: 20px;
    background: #FFF;
}

.pack-swatch-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.breadcrumb {
    display: flex;
    margin-bottom: 0px;
}

.breadcrumb__list {
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.breadcrumb__item {
    margin: 0;
    padding: 0;
    line-height: 16.5px;
}

.breadcrumb__link {
    color: rgba(45, 74, 42, 0.50);
    font-family: barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.custom-product-title {
    color: #204222;
    font-family: Laila;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.472px;
    text-transform: none;
}

.product-details-wrapper .reviews-star-rating {
    gap: 10px;
}

.product-details-wrapper .rating-avg-val,
.product-details-wrapper .rating-count-val {
    color: rgba(32, 66, 34, 0.70);
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 3.08px;
    text-transform: uppercase;
}

.product-details-wrapper .product-rating-custom {
    margin-bottom: 10px;
}

.simple-line-text {
    color: rgba(45, 74, 42, 0.50);
    font-family: barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    margin-bottom: 15px;
}

.custom-features-block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.features-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 12px;
    align-items: center;
    justify-content: flex-start;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    min-width: max-content;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 19px;
    height: 19px;
}

.feature-icon svg {
    width: 14px;
    height: 14px;
}

.feature-text {
    color: rgba(45, 74, 42, 0.50);
    font-family: barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.custom-product-price-group {
    gap: 0px;
    align-items: center;
}

.custom-product-price-group #ProductPrice .money {
    color: #E32F41;
    font-family: Laila;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
}

.custom-product-price-group #ComparePrice .money {
    color: rgba(32, 66, 34, 0.60);
    font-family: Laila;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.16px;
    text-decoration-line: line-through;
    margin-left: 14px;
}

.custom-product-price-group .price-save-badge {
    margin-left: 25px;
    display: flex;
    width: max-content;
    height: 27px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #F7F0E4;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    border-radius: 1000px;
    background: #E32F41;
}

.custom-description p {
    margin: 0px;
    color: rgba(45, 74, 42, 0.50);
    font-family: barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: 0.16px;
}

.product-details-wrapper .product-description {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    border-color: rgba(14, 31, 15, 0.10);
}

.product-details-wrapper stock-level-indicator .stock-level-message p {
    color: rgba(32, 66, 34, 0.50);
    font-family: 'Barlow';
    font-size: 11.32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.906px;
}

.product-details-wrapper .swatch .option-label-wrapper .header {
    font-family: Laila;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.472px;
    text-transform: none;
    text-transform: none;
}

.product-details-wrapper .swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element input:checked+label {
    padding: 10px 21px;
    border-radius: 1000px;
    background: #E32F41;
    color: #F7F0E4;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.border-radius-round .swatch:not(.is-color-swatch):not(.linked-products-swatch) label {
    padding: 10px 21px;
    border-radius: 1000px;
    color: #E32F41;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.product-section [data-product-options] {
    gap: 0px;
}

.custom-product-variant-picker {
    margin-bottom: 21px;
}

[data-product-options]>.swatch:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(14, 31, 15, 0.10);
}

.pack-items-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #DDD;
    background: #FFF2F2;
    border-radius: 12px;
    overflow: hidden;
    gap: 0px !important;
}

.pack-swatch-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(87, 87, 87, 0.36);
}

.pack-items-wrapper .pack-swatch-item:last-of-type {
    border-bottom: none !important;
}

.pack-swatch-item.active {
    background-color: #fdf9e7;
}

.pack-swatch-item.soldout {
    opacity: 0.5;
    pointer-events: none;
}

.pack-swatch-label {
    display: flex;
    align-items: center;
    gap: 5px 10px !important;
    width: 100% !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    text-align: left !important;
}


.pack-swatch-radio {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(14, 31, 15, 0.40);
    background-color: transparent;
    position: relative;
    transition: border-color 0.2s ease;
}

.pack-swatch-item.active .pack-swatch-radio {
    border-color: #E32F41;
    background-color: #E32F41;
}

.pack-swatch-item.active .pack-swatch-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #F7F0E4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pack-swatch-item .pack-swatch-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid rgba(32, 66, 34, 0.40);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pack-swatch-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1 1 auto;
}

.pack-swatch-title {
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 16.5px;
}

.pack-swatch-badge--main {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    background-color: #E32F41;
    border-radius: 999px;
    white-space: nowrap;
    color: #F7F0E4;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    height: 27px;
}


.pack-swatch-price-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    margin-left: auto;
    text-align: right;
}

.pack-swatch-price-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.pack-swatch-compare-price {
    color: rgba(32, 66, 34, 0.60);
    font-family: "Cormorant Garamond";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: line-through;
}

.pack-swatch-price {
    color: #204222;
    font-family: Laila;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pack-swatch-badge--secondary {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    background-color: #FFC0C7;
    border-radius: 999px;
    color: #E32F41;
    white-space: nowrap;
    font-family: 'Barlow';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.appstle_widget_title {
    display: none !important;
}

#appstle_subscription_widget0 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.appstle_sub_widget input[name=selling_plan] {
    margin: 0px !important;
    height: 50% !important;
}

.WIDGET_TYPE_7 .appstle_subscription_wrapper_option {
    border: 1px solid #DDD !important;
    border-radius: 12px;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper_option {
    background: #F7F0E4 !important;
}

#appstle_subscription_widget0 .appstle_circle {
    margin-right: 12px !important;
}


.appstle_circle::before {
    display: none !important;
}

.appstle_circle {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid rgba(14, 31, 15, 0.40) !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: .25s ease !important;
    position: relative !important;
}

.WIDGET_TYPE_7 .appstle_circle {
    border-color: rgba(32, 66, 34, 0.40) !important;
}

.appstle_dot {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid rgba(32, 66, 34, 0.40) !important;
    border-radius: 50% !important;
    background: transparent !important;
    transform: scale(1) !important;
    transition: .25s ease !important;
}

input[type="radio"]:checked+label .appstle_circle {
    border: 2px solid #E53935 !important;
    background: #E53935 !important;
}

input[type="radio"]:checked+label .appstle_circle .appstle_dot {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background: #fff !important;
}

.WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle-active-option,
.WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_selected_background:has(input[type="radio"]:checked) {
    border: 1px solid rgba(227, 47, 65, 0.60) !important;
    background: #F7F0E4 !important;
}

.WIDGET_TYPE_7 .appstle_one_time_text,
.appstle_subscribe_save_text {
    color: #E32F41 !important;
    font-family: Inter !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

#appstle_subscription_widget0 .appstle_subscription_amount {
    color: #204222 !important;
    font-family: Laila !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.appstle_subscription_compare_amount {
    color: #FF9C82 !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    text-decoration-line: line-through !important;
    text-transform: uppercase !important;
}

.appstle_subscription_amount_wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 2px !important;
}

.appstle_subscription_radio_wrapper {
    position: unset !important;
}

.appstle-save-badge {
    position: absolute !important;
    right: 20px !important;
    padding: 6.322px 14px !important;
    border-radius: 0 0 4.516px 4.516px !important;
    background: #E32F41 !important;
    height: 17px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #F7F0E4 !important;
    font-family: Inter !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    top: 0 !important;
    max-width: 100% !important;
}

#appstle_subscription_widget0 .appstle_select_label {
    display: none !important;
}

.WIDGET_TYPE_7 .appstle_select {
    border: 1px solid rgba(32, 66, 34, 0.60) !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    color: rgba(14, 31, 15, 0.55);
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.033px;
    letter-spacing: 2.994px;
    text-transform: uppercase;
}

.WIDGET_TYPE_7 .appstle_custom_select:before {
    border-right: 1px solid !important;
    border-bottom: 1px solid !important;
}

.WIDGET_TYPE_7 .appstle_custom_select {
    width: 150px !important;
    max-width: 100% !important;
}

.appstle_subscribe_option.appstle_hide_subsOption {
    height: max-content !important;
    visibility: visible !important;
    overflow: visible !important;
    grid-template-rows: 1fr !important;
}

#appstle_subscription_widget0 .appstle_hide_subsOption {
    opacity: 1 !important;
}

#appstle_subscription_widget0 .appstle_subscription_amount {
    margin-top: 5px !important;
}

.appstle_subscription_compare_amount {
    margin-top: 7px !important;
}

#appstle_subscription_widget0 .appstle_subscribe_option {
    margin-top: 0px !important;
}

.appstle_one_time_details_wrapper {
    align-items: center !important;
}

.WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_include_dropdown {
    margin-bottom: 10px !important;
}

.appstle-tootltip-parent {
    margin-bottom: 5px !important;
}

#appstle_subscription_widget0 .tooltip_subscription_svg {
    width: 16px !important;
    height: 16px !important;
    margin-right: 6px !important;
}

.appstle_tooltip_title {
    color: #204222 !important;
    font-family: 'Barlow' !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16.5px !important;
    letter-spacing: 3.4px !important;
    text-transform: uppercase !important;
}

.product--add-to-cart-form .product-form__buttons-group {
    column-gap: 16px;
}

.product--add-to-cart-form .product-form__buttons-group .js-qty:before {
    border: 1px solid #E32F41;
}

.standalone-icon--wrapper:not(.icon-no-padding) {
    min-height: auto;
    min-width: auto;
}

.js-qty__adjust--minus {
    padding-left: 10px !important;
}

.js-qty__adjust--plus {
    padding-right: 10px !important;
}

.product--add-to-cart-form .product-form__buttons-group .js-qty {
    width: 132px !important;
    max-width: 100% !important;
    min-height: 41px !important;
    height: 41px !important;
    justify-content: space-between !important;
}

.js-qty__adjust--minus {
    padding-left: 10px !important;
}

.js-qty__adjust--plus {
    padding-right: 10px !important;
}

.product--add-to-cart-button,
.shopify-product-form .shopify-payment-button__button--unbranded {
    min-height: 41px !important;
    height: 41px !important;
}


.product--add-to-cart-button span {
    color: #FFF;
    font-family: barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.breadcrumb.mobile {
    display: none;
}

.product-details-wrapper #ComparePrice {
    text-decoration: none !important;
}

.custom-product-details-wrapper .standalone-icon--wrapper .pswp__icn,
.custom-product-details-wrapper .standalone-icon--wrapper svg,
.custom-product-details-wrapper .product--add-to-cart-form #Quantity {
    color: #E32F41 !important;
}

.custom-buy-button-margin {
    margin-bottom: 27px !important;
}

.custom-benefits-container {
    width: 100%;
    margin-bottom: 25px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    width: 100%;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 23px;
}

.benefit-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #E32F41;
}

.benefit-icon svg {
    width: 19px;
    height: 19px;
    display: block;
}

.benefit-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.benefit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-title {
    color: #204222;
    font-family: Laila;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.benefit-desc {
    color: #204222;
    font-family: barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.custom-product-list-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0;
    width: 100%;
}

.custom-product-item {
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-product-image-wrapper {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 193px;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.custom-product-item:hover .custom-product-image-wrapper img {
    transform: scale(1.05);
    cursor: pointer;
}

.custom-product-title-upcell {
    color: #204222;
    font-family: Laila;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 7px 0 7px 0;
    text-transform: none;
}

.custom-product-price {
    color: #E32F41;
    text-align: center;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.custom-buy-button-margin {
    margin-bottom: 28px !important;
}

.custom-upcell-atc-btn {
    min-height: 32px !important;
    height: 32px !important;
    padding: 10px 5px !important;
    border: none !important;
    border-radius: 33554400px !important;
    background: #E32F41 !important;
    color: #F7F0E4 !important;
    transition: all 0.3s;
}

.custom-upcell-atc-btn:hover {
    opacity: 0.9;
}

.custom-upcell-atc-btn span {
    font-size: 10px !important;
}

.price-line-item-custom {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pack-swatch-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pack-price-line-text {
    color: #E32F41;
    font-family: barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pack-price-line {
    display: flex;
    margin-bottom: 5px;
}
.pack-swatch-subscribe-price {
    color: #E32F41;
    font-family: barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}

@media screen and (max-width: 749px) {
    .pack-swatch-subscribe-price {
        font-size: 10px;
    }
    .pack-price-line-text {
        font-size: 10px;
    }
    .custom-product-item {
        justify-content: space-between;
    }
    .custom-product-price-group #ProductPrice .money {
        font-size: 22px;
    }
    .custom-upcell-atc-btn {
        min-height: 30px !important;
        height: 30px !important;
    }
    .custom-upcell-atc-btn span {
        font-size: 8px !important;
    }
    .custom-product-image-wrapper {
        height: 111px;
    }
    .benefits-grid {
        gap: 10px 5px;
    }
    .custom-product-list-block {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        position: absolute;
        z-index: 1;
        left: 0;
        padding: 0px 12px;
    }

    .benefit-item {
        gap: 5px;
    }

    .benefit-icon {
        width: 30px;
        height: 30px;
    }

    .benefit-icon svg {
        width: 20.152px;
        height: 20.152px;
    }

    .benefit-title {
        font-size: 8px;
    }

    .benefit-desc {
        font-size: 10px;
    }

    .pack-swatch-main {
        gap: 3px;
    }

    .border-radius-round .swatch:not(.is-color-swatch):not(.linked-products-swatch) label {
        font-size: 12px;
    }

    .product-details-wrapper .swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element input:checked+label {
        font-size: 12px;
    }

    .pack-swatch-radio {
        margin-right: 10px !important;
    }

    .pack-swatch-label {
        padding: 5px 10px !important;
        gap: 0px !important;
    }

    [data-product-options]>.swatch:first-of-type {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .mobile-margin-stock {
        margin-bottom: 10px !important;
    }

    stock-level-indicator .icon-dot-outline {
        margin-right: 8px;
    }

    .custom-description p {
        line-height: normal;
        font-size: 14px;
    }

    .mobile-margin-description {
        margin-bottom: 5px !important;
    }

    .product-details-wrapper .product-description {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .mobile-margin-pricing {
        margin-bottom: 0px !important;
    }

    .custom-product-price-group .price-save-badge {
        margin-left: 7px;
        width: max-content;
        height: 17px;
        padding: 10px 8px;
        font-size: 10px;
    }

    .custom-features-block {
        margin-bottom: 5px;
    }

    .simple-line-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-details-wrapper .rating-avg-val,
    .reviews-star-rating__value-reviews,
    .product-details-wrapper .rating-count-val {
        color: rgba(32, 66, 34, 0.70);
        font-family: 'Barlow';
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.5px;
        letter-spacing: 2.08px;
        text-transform: uppercase;
    }

    .product-details-wrapper .product-rating-custom {
        margin-bottom: 5px;
    }

    .reviews-star-rating__stars svg {
        width: 12px;
        height: 12px;
        aspect-ratio: 1/1;
    }

    .custom-product-title-upcell {
        font-size: 12px;
        line-height: normal;
        margin: 4px 0 4px 0;
    }

    .custom-product-title {
        font-size: 24px;
    }

    .custom-product-details-wrapper {
        padding: 5px 8px 70px 8px;
        border-radius: 10px;
        margin-bottom: 120px;
    }

    .breadcrumb {
        margin-bottom: 13px;
    }

    .breadcrumb.desktop {
        display: none;
    }

    .breadcrumb.mobile {
        display: flex;
    }

    .features-grid-wrapper {
        gap: 5px 10px;
    }

    .feature-item {
        flex: 0 0 calc(50% - 10px);
    }

    .pack-swatch-title {
        font-size: 10px;
    }

    .pack-swatch-badge--main {
        padding: 3px 7px;
        font-size: 8px;
        height: auto;
    }

    .pack-swatch-price {
        font-size: 14px;
    }

    .pack-swatch-badge--secondary {
        padding: 2px 5px;
        font-size: 8px;
    }

    .pack-swatch-compare-price {
        font-size: 12px;
    }

    #appstle_subscription_widget0 .appstle_subscription_wrapper_option {
        padding: 10px 10px;
    }

    #appstle_subscription_widget0 .appstle_circle {
        margin-right: 12px !important;
    }

    .WIDGET_TYPE_7 .appstle_one_time_text,
    .appstle_subscribe_save_text {
        font-size: 10px !important;
    }

    #appstle_subscription_widget0 .appstle_subscription_amount {
        font-size: 14px !important;
    }

    .WIDGET_TYPE_7 .appstle_subscription_wrapper_option:not(.appstle_include_dropdown) {
        border-radius: 7px;
    }

    .WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_include_dropdown {
        border-radius: 7px;
    }

    #appstle_subscription_widget0 .appstle_subscription_amount {
        margin-top: 8px !important;
    }

    .appstle_subscription_compare_amount {
        margin-top: 9px !important;
    }

    .appstle_subscription_compare_amount {
        font-size: 10px !important;
    }

    .WIDGET_TYPE_7 .appstle_custom_select {
        width: 100px !important;
        max-width: 100% !important;
    }

    .appstle_custom_select:before {
        width: 5px !important;
        height: 5px !important;
        top: calc(50% - 1px) !important;
    }

    .WIDGET_TYPE_7 .appstle_select {
        font-size: 10px;
        line-height: normal;
        padding: 3px 7px !important;
    }

    .WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_include_dropdown {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }

    .appstle_tooltip_title {
        font-size: 10px !important;
        line-height: normal !important;
    }

    .appstle-tootltip-parent {
        margin-bottom: 0px !important;
    }

    .product--add-to-cart-form .product-form__buttons-group .js-qty {
        width: 154px !important;
    }
    #shopify-block-AZ0FMclFtUXlpZmhRS__appstle_subscription_appstle_subscription_product_page_widget_6nYxih {
        margin-bottom: 0px !important;
    }
}