:root {
    --lwr-primary: #000000;
    --lwr-lighter-secondary: #ECAB75;
    --lwr-secondary: #D17222;
    --lwr-dark-secondary: #BD651A;
    --lwr-darker-secondary: #9E4E0A;
    --lwr-white: #ffffff;
    --lwr-gray: #BDBEBF;
    --lwr-lighter-gray: #D9DADA;
}

.ghm-bundle-offer-selector {}

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

/* Since the layout is different than other Bundle OS, I will be hiding the pricing-row. */
.ghm-bundle-offer-selector-single .pricing-row {
    display: none;
}

.ghm-bundle-offer-selector-single .pricing-row .price {}

.ghm-bundle-offer-selector-single .pricing-row .base-price {}

.ghm-bundle-offer-selector-single .pricing-row .base-price s {}

.ghm-bundle-offer-selector-single .pricing-row .savings-in-dollars,
.ghm-bundle-offer-selector-single .pricing-row .savings-in-percentage {
    font-size: 20px;
    color: var(--rhp-light);
    background-color: var(--rhp-red);
    border-radius: 4px;
    padding: 8px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart,
.ghm-bundle-offer-selector-single .out-of-stock {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 0px;
    border-radius: 4px;
    outline: none;
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart {
    color: var(--lwr-white);
    background-color: var(--lwr-secondary);
}

.ghm-bundle-offer-selector-single .bundle-add-to-cart:hover {
    background: var(--lwr-darker-secondary);
}

.ghm-bundle-offer-selector-single .out-of-stock {
    background-color: var(--lwr-lighter-gray);
    color: var(--lwr-gray);
    pointer-events: none;
}

.ghm-bundle-offer-selector-single .login-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ghm-bundle-offer-selector-single .login-container .login-message {
    color: var(--lwr-primary);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.ghm-bundle-offer-selector-single .login-container .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
}

.ghm-bundle-offer-selector-single .login-container .links .sign-up-link,
.ghm-bundle-offer-selector-single .login-container .links .login-link {
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #DF9353;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: var(--lwr-primary);
    font-weight: 700;
}

.ghm-bundle-offer-selector-single .login-container .links .sign-up-link {
    background-color: var(--lwr-secondary);
    color: var(--lwr-white);
}

.ghm-bundle-offer-selector-single .login-container .links .sign-up-link:hover {
    background: var(--lwr-darker-secondary);
}

.ghm-bundle-offer-selector-single .login-container .links .login-link {
    background-color: var(--lwr-white);
}

.ghm-bundle-offer-selector-single .login-container .links .login-link:hover {
    background-color: var(--lwr-secondary);
    color: var(--lwr-white);
}

/* Archive */
.ghm-bundle-offer-selector-archive .pricing-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--lwr-primary);
    text-align: center;
}

.ghm-bundle-offer-selector-archive .pricing-row .price {}

.ghm-bundle-offer-selector-archive .pricing-row .base-price {
    font-size: 16px;
    color: var(--lwr-secondary);
}

.ghm-bundle-offer-selector-archive .pricing-row .base-price s {}

.ghm-bundle-offer-selector-archive .pricing-row .savings-in-dollars,
.ghm-bundle-offer-selector-archive .pricing-row .savings-in-percentage {
    font-size: 16px;
    color: var(--lwr-white);
    background-color: var(--lwr-dark-secondary);
    border-radius: 4px;
    padding: 4px 8px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.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: block;
    width: auto;
    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    border-width: 0px;
    border-radius: 4px;
    outline: none;
}

.ghm-bundle-offer-selector-archive .bundle-add-to-cart svg,
.ghm-bundle-offer-selector-archive .bundle-learn-more svg,
.ghm-bundle-offer-selector-archive .out-of-stock svg {
    height: 14px;
    width: 14px;
    fill: currentColor;
    margin-right: 12px;
    vertical-align: middle;
}

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

.ghm-bundle-offer-selector-archive .bundle-add-to-cart:hover,
.ghm-bundle-offer-selector-archive .bundle-learn-more:hover {
    background: var(--lwr-darker-secondary);
}

.ghm-bundle-offer-selector-archive .out-of-stock {
    background-color: var(--lwr-lighter-gray);
    color: var(--lwr-gray);
    pointer-events: none;
}

.ghm-bundle-offer-selector-archive .login-container {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--lwr-primary);
    text-align: center;
    margin-top: 20px;
}

.ghm-bundle-offer-selector-archive .login-container a {
    text-decoration: underline !important;
    color: var(--lwr-secondary);
}