:root {
    --acy-black: #000000;
    --acy-white: #ffffff;
    --acy-primary: #f8a022;
    --acy-darker-primary: #e5941f;
    --acy-secondary: #ff671f;
    --acy-darker-secondary: #e55b1f;
    --acy-green: #52744b;
    --acy-dark-green: #395135;
    --acy-highlight: #6a9560;
    --acy-gray: gray;
    --acy-lightgray: #ececec;
    --acy-hover-bg: #f8f6f2;
}

.ghm-bundle-offer-selector {}

/* Single */
.ghm-bundle-offer-selector-single {}

.ghm-bundle-offer-selector-single .pricing-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ghm-bundle-offer-selector-single .pricing-row .price {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #2c2c2c;
}

.ghm-bundle-offer-selector-single .pricing-row .savings-details {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ghm-bundle-offer-selector-single .pricing-row .savings-details .base-price {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #797675;
}

.ghm-bundle-offer-selector-single .pricing-row .savings-details .base-price s {
    text-decoration-color: #797675;
}

.ghm-bundle-offer-selector-single .pricing-row .savings-details .savings-in-dollars,
.ghm-bundle-offer-selector-single .pricing-row .savings-details .savings-in-percentage {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--acy-darker-secondary);
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart,
.ghm-bundle-offer-selector-single .out-of-stock {
    display: block;
    width: 100%;
    padding: 12px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 16px 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 9999px;
    outline: none;
    text-transform: uppercase;
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart {
    color: var(--acy-black);
    background-color: var(--acy-primary);
    border-color: var(--acy-primary);
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart:hover {
    background: var(--acy-darker-primary);
    border-color: var(--acy-darker-primary);
}

.ghm-bundle-offer-selector-single .out-of-stock {
    color: var(--acy-gray);
    background-color: var(--acy-lightgray);
    border-color: var(--acy-lightgray);
}

.ghm-bundle-offer-selector-single .free-shipping {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--acy-black);
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.ghm-bundle-offer-selector-single .login-container {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--acy-black);
    margin: 12px 0 0 0;
    text-align: center;
}

.ghm-bundle-offer-selector-single .login-container a {
    color: var(--acy-darker-secondary);
    text-decoration: underline;
}

/* Archive */
.ghm-bundle-offer-selector-archive {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.ghm-bundle-offer-selector-archive .bundle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.ghm-bundle-offer-selector-archive .bundle .price-container {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--acy-black);
}

.ghm-bundle-offer-selector-archive .bundle .savings-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--acy-dark-green);
}

.ghm-bundle-offer-selector-archive .bundle.unauth .savings-message {
    border: 1px solid #eef1ed;
    border-radius: 6px;
    text-align: center;
    padding: 6px;
}

.ghm-bundle-offer-selector-archive .bundle .savings-message p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--acy-dark-green);
    margin: 0;
}

.ghm-bundle-offer-selector-archive .bundle .savings-message a {
    color: var(--acy-dark-green);
    text-decoration: underline;
}

.ghm-bundle-offer-selector-archive .bundle.auth .price-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.ghm-bundle-offer-selector-archive .bundle.auth .price-container .my-account-price {
    font-size: 24px;
    line-height: 1;
}

.ghm-bundle-offer-selector-archive .bundle.auth .price-container .standard-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.ghm-bundle-offer-selector-archive .bundle-add-to-cart,
.ghm-bundle-offer-selector-archive .bundle-learn-more,
.ghm-bundle-offer-selector-archive .out-of-stock {
    display: inline-block;
    width: auto;
    min-width: 275px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
    align-self: center;
}

.ghm-bundle-offer-selector-archive .bundle-add-to-cart,
.ghm-bundle-offer-selector-archive .bundle-learn-more {
    color: var(--acy-white);
    background-color: var(--acy-green);
    border-color: var(--acy-green);
}

.ghm-bundle-offer-selector-archive .bundle-add-to-cart:hover,
.ghm-bundle-offer-selector-archive .bundle-learn-more:hover {
    background: var(--acy-dark-green);
    border-color: var(--acy-dark-green);
}

.ghm-bundle-offer-selector-archive .out-of-stock {
    color: var(--acy-gray);
    background-color: var(--acy-lightgray);
    border-color: var(--acy-lightgray);
}

@media screen and (max-width: 480px) {
    .ghm-bundle-offer-selector-single .pricing-row {
        flex-direction: column;
        align-items: start;
    }

    .ghm-bundle-offer-selector-archive .bundle.auth .price-container .my-account-price {
        font-size: 20px;
    }

}