.--logo {
  --logo-size: 40px;
  --logo-color: rgb(64, 30, 67);
}

.--text {
    --text-font-size: 14px;
    --text-line-height: 26px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.--progress-bar{
    background-color: rgb(64 30 67);
    height: 2px;
}

.--large-header{
    font-family: 'DM Serif Display', serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    color: #1A1814;
    margin-bottom: 1rem;
}

.--address-primary,
.--customer-notification-row input[type=checkbox]:checked {
  background-color: rgb(64, 30, 67);
}

.--customer-address-primary, .--customer-saved-card.--active {
  box-shadow: 0px 0px 0px 2px rgb(64, 30, 67);
}

.--sparkline-area, .--sparkline-line{
  --logo-color: rgb(64, 30, 67);
}

.--customer-dashboard-link,
.--customer-order-id {
  color: rgb(64, 30, 67);
}

.--footer-business-address {
  display: none;
}

.--page-btn-container {
  margin: 10px 0px 30px 0px;
}


.--nav-bar {
  padding: 8px;
}


.--next-btn {
  background: rgb(64 30 67);
  box-shadow: 0px 0px 0px 1px rgb(64 30 67);
}


.--next-btn:hover {
  background: #9c8dc3;
  box-shadow: 0px 0px 0px 1px #9c8dc3;
}


.--back-btn,
.--back-btn:hover {
  --icon-color: #212529;
  background: transparent;
  box-shadow: 0px 0px 0px 0px;
  color: #212529;
}


.--input-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}


.--input-radio,
.--checkout-shipping-option {
  --radio-border-checked: 0px 0px 0px 1px rgb(33, 37, 41), 0px 0px 0px 3px rgb(64, 30, 67);
  --radio-background-checked: rgba(64, 30, 67, 0.05);
  --radio-background-hover: rgba(64, 30, 67, 0.05);
}


.form-select-btn {
  text-shadow: 0px 1px 1px rgb(149, 70, 146);
}


.--form-product-select-btn,
.--form-product-attribute-option:has(input:checked) .--form-product-attribute-option-btn::before {
  background: rgb(64 30 67);
}


.--form-product-attribute-option:hover {
  box-shadow: 0px 0px 0px 1px rgb(64, 30, 67);
  background: rgba(64, 30, 67, 0.05);
}


.--form-product-attribute-option:has(input:checked) {
  box-shadow: 0px 0px 0px 2px rgb(64, 30, 67);
  background-color: rgba(64, 30, 67, 0.05);
}


.--checkout-checkbox-actual:checked+.--checkout-checkbox {
  background: linear-gradient(to bottom, rgb(122 62 128), rgb(51, 24, 54));
  box-shadow: 0px 0px 0px 1px rgb(32, 15, 33);
}


.--link {
  color: rgb(64, 30, 67);
}

.--order-complete-create-account-button, .--order-complete-manage-account-button, .--add-new-card-btn, .--log-progress {
  background: rgb(64, 30, 67);
  box-shadow: 0px 0px 0px 1px rgb(33 13 35), 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 1px rgb(33 13 35);
}

.--end-page-subheader{
    max-width: 420px;
    margin: 0 auto;
}

.--end-page-subheader p {
    font-size: 15px;
    color: #6B6660;
}

.--end-page-weight-management{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.--end-page-mechanisms{
    background: rgb(26 24 20 / 12%);
    border: 1px solid rgb(26 24 20 / 12%);
    border-radius: 16px;
    overflow: hidden;
    margin: 15px 0 15px;
}

.--end-page-mechanisms.--block-container.--more-blocks {
    gap: 1px;
}

.--end-page-mechanism.--text{
    background: #fff;
    padding: 25px;
    margin: 0;
}

.--end-page-mechanism.--text::first-child{
    border: 1px solid rgb(26 24 20 / 12%);
}

.--end-page-mechanism p{
    font-size: 14px;
    color: #6B6660;
    line-height: 1.65;
}

.--end-page-mechanism strong{
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #1A1814;
}

.--end-page-medium-header{
    font-family: 'DM Serif Display', serif;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 400;
    color: #1A1814;
    margin-bottom: 20px;
}

.--end-page-review-text{
    background: var(--sage-light);
    border: 1px solid var(--sage-mid);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 28px;
    --sage-light: rgb(245, 240, 246);
    --sage-mid: rgb(210, 195, 213);
}

.--end-page-review-text p{
    font-size: 13px;
    color: #6B6660;
    line-height: 1.55;
}

.--end-page-review-text strong{
    font-size: 13px;
    font-weight: 500;
    color: rgb(64, 30, 68);
    margin-bottom: 5px;
    display: block;
}

.--end-page-footnote{
    color: #6B6660;
    margin-top: 20px;
}

.--end-page-footnote .--text{
    font-size: 12px;
}

.--end-page-weight-loss-item .--form-product-image-container{
    display: none;
}

.--end-page-weight-loss-items.--block-container.--more-blocks{
    gap: 15px;
}

.--end-page-weight-loss-item .--form-product-name{
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    font-weight: 400;
    color: #1A1814;
    margin-bottom: 5px;
}

.--end-page-weight-loss-item .--form-product-price{
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1814;
    margin-bottom: 5px;
}

.--end-page-weight-loss-item.--form-product-wrapper:has(.--form-product-name){
    border-radius: 12px;
    padding: 0px;
}

.--end-page-weight-loss-item .--form-product-details{
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.--end-page-weight-loss-item .--form-product-key-feature, .--end-page-lifestyle-product .--form-product-key-feature {
    font-size: 13.5px;
    color: #6B6660;
    padding: 6px 0;
    border-bottom: 1px solid rgb(26 24 20 / 12%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.--form-product-key-features{
    padding: 10px 8px 5px;
    margin: 0;
}

.--end-page-weight-loss-item .--form-product-key-feature::before{
    content: '✓';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: var(--sage);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.--end-page-weight-loss-item .--form-product-variant-container{
    padding: 5px 16px;
}

.--end-page-weight-loss-item [data-secondary-attributes] {
    display: none;
}

.--end-page-weight-loss-item .--form-product-attribute-option-btn{
    display: none;
}

.--end-page-weight-loss-item .--form-product-select-btn-container{
    padding: 12px;
}

.--end-page-weight-loss-item .--form-product-subscription-box-container{
    padding: 12px;
}

.--end-page-weight-loss-item .--form-product-subscription-container{
    margin: 0;
}

.--checkout-subscription-note, .--checkout-info-box{
    background: rgb(245, 240, 246);
    color: rgb(64, 30, 68);
    font-weight: 400;
    box-shadow: unset;
}

.--checkout-shipping-option:has(input:checked){
    box-shadow: 0px 0px 0px 1px rgb(33, 37, 41);
    background: rgb(245 240 246 / 50%);
}

.--eligible-header{
    background: #401e44;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.--eligible-header strong{
    font-family: 'DM Serif Display', serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}

.--programme-card{
    background: #fff;
    border: 1px solid rgb(26 24 20 / 12%);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    border-left: 2px solid #401e44;
    transition: box-shadow 0.2s ease;
}

.--matched-pill{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #401e44;
    background: rgb(245, 240, 246);
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.--programme-name{
    font-family: 'DM Serif Display', serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    margin-left: 5px;
}

.--programme-congrats{
    font-size: 13px;
    font-weight: 500;
    color: #401e44;
    margin-bottom: 4px;
}

.--programme-desc{
    font-size: 13.5px;
    color: #2d2a27;
    line-height: 1.65;
}

.--checkout-shipping-option{
    padding: 18px;
}

.--text.--programme-card:not(:has(p)){
    display: none;
}

.--customer-portal-page{
    background-image: url(https://static.priorly.io/bus_3kYp1H392D5/assets/branding-background.png);
    background-repeat: no-repeat;
    background-image: 0.5;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-position: bottom;
    background-position-y: -195px;
}

.--end-page-lifestyle-product .--form-product-image-container{
    display:none;
}

.--end-page-lifestyle-product .--form-product-right-side{
    width: 100%;
}
.--form-product-wrapper:has(.--form-product-name).--end-page-lifestyle-product{
    padding: 0;
    border: 1.5px solid #401e44;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.--end-page-lifestyle-product .--form-product-name{
    background: rgb(245, 240, 246);
    padding: 20px 25px 10px;
    font: 400 22px "DM Serif Display";
}
.--end-page-lifestyle-product .--form-product-price{
    background: rgb(245, 240, 246);
    padding: 0px 25px 20px;
    border-bottom: 1px solid rgba(26,24,20,0.12);
    font: 400 22px "DM Serif Display";
}
.--end-page-lifestyle-product .--form-product-variant-container{
    display: none;
}
.--end-page-lifestyle-product .--form-product-select-btn-container{
    padding: 0px 10px;
}
.--sku-life-prog-month .--checkout-item-image-container{
    display: none;
}
.--end-page-lifestyle-product .--form-product-subscription-container{
    background: unset;
    box-shadow: unset;
    padding-bottom: 15px;
    color: #6B6660;
}
.--end-page-lifestyle-product .--form-product-subscription-label{
    font-weight: 400;
    font-size: 12.5px;
}
.--checkout-summary-items{
    border: 1.5px solid #401e44;
    border-radius: 16px;
}
.--checkout-item-container.--sku-life-prog-month .--checkout-item-meta {
    display: none;
}
@media screen and (max-width: 950px) {
    .--end-page .--block-container{
        margin: 0 auto;
    }
}

@media screen and (max-width: 568px) {
    .--end-page-weight-loss-items{
        display: flex;
        flex-flow: column-reverse;
    }
    .--end-page-weight-loss-item{
        width: 100% !important;
    }
}