/* *
* 1. Global Styles
* 2. Purchase Type
* 3. Product Options
* 4. Variant Options
* 5. Add to Cart Button
* 6. Logged out message
* 7. Logged in messages
* 8. Out of Stock form
* 9. Responsive
*/


/* 1. Global */
:root {
    --blr-primary: #000000;
    --blr-dark-green: #747742;
    --blr-medium-green: #EADE99;
    --blr-light-green: #EEEFDC;
    --blr-white: #ffffff;
    --blr-gray: #BDBEBF;
    --blr-lighter-gray: #D9DADA;
    --blr-text: #666666;
    --blr-red: #B55B40;
    --blr-dark-red: #783C2A;
}

.ghm-hidden {
    display: none;
}

.ghm-offer-selector {
    font-family: inherit;
}

.ghm-offer-selector>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ghm-offer-selector .choose-package {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--blr-primary);
    text-align: center;
}

/* 2. Purchase Type */
.ghm-offer-selector .purchase-type-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    border: 1px solid #808080;
    border-radius: 99999px;
    padding: 6px;
}

.ghm-offer-selector .purchase-type-option {
    width: 100%;
}

.ghm-offer-selector .purchase-type-option label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--blr-text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0;
    background: var(--blr-white);
    border-radius: 99999px;
    padding: 10px 12px;
    gap: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
}

.ghm-offer-selector .purchase-type-option label:has(input[type="radio"]:checked) {
    background: var(--blr-dark-green);
    color: var(--blr-white);
}

.ghm-offer-selector .purchase-type-option input[type="radio"] {
    display: none;
}


/* 3. Product Options */
.ghm-offer-selector .product-option {
    border: 1px solid var(--blr-dark-green);
    background: var(--blr-light-green);
    border-radius: 12px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.ghm-offer-selector ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ghm-offer-selector ul li {
    position: relative;
}

.ghm-offer-selector ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 4px;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
}

.ghm-offer-selector ul li label:hover {
    background-color: var(--blr-white);
    border-radius: 99999px;
}

.ghm-offer-selector ul li label:has(input[type="radio"]:checked) {
    background-color: var(--blr-white);
    border-radius: 99999px;
}


.ghm-offer-selector .product-options input[type="radio"] {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    -moz-appearance: none;
    appearance: none;
    border: 1.5px solid var(--blr-primary);
    border-radius: 99999px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: var(--blr-white);

}

.ghm-offer-selector .product-options input[type="radio"]:checked {
    background-color: var(--blr-dark-green);
    border: 1.5px solid var(--blr-dark-green);
    border-radius: 99999px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 448 512"><defs><style> .cls-1 { fill: %23fff; stroke-width: 0px; } </style></defs><path class="cls-1" d="M438.6,105.4c12.5,12.5,12.5,32.8,0,45.3L182.6,406.7c-12.5,12.5-32.8,12.5-45.3,0L9.3,278.7c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l105.4,105.3,233.4-233.3c12.5-12.5,32.8-12.5,45.3,0h0Z"/></svg>');
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
}

.ghm-offer-selector .pricing-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ghm-offer-selector .quantity-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "quantity badge price";
    align-items: center;
    justify-items: end;
    gap: 5px;
}

.ghm-offer-selector .quantity-container.with-flags {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "quantity badge price flags";
}

.ghm-offer-selector .quantity-container .quantity {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--blr-primary);
    font-family: inherit;
    text-transform: uppercase;
    justify-self: start;
}


.ghm-offer-selector .quantity-container .final-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--blr-primary);
    grid-area: price;
    text-align: right;
}

.ghm-offer-selector .quantity-container .final-price .frequency {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.ghm-offer-selector .savings-message {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--blr-primary);
    margin: 8px 0 0 0;
}

.ghm-offer-selector ul li label:has(input[type="radio"]:checked) .badge {
    color: var(--blr-primary);
    background: var(--blr-medium-green);
}

.ghm-offer-selector .badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    padding: 7px 14px;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: var(--blr-lighter-gray);
    color: var(--blr-text);
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    grid-area: badge;
    text-transform: uppercase;
}

.ghm-offer-selector .quantity-container .best-seller-flag,
.ghm-offer-selector .quantity-container .best-value-flag {
    width: 3rem;
    grid-area: flags;
    position: absolute;
    top: 0;
    right: 26px;
}

/* 4. Vairant Option */
.ghm-offer-selector .variant-options {
    margin-bottom: 24px;
}

.ghm-offer-selector .variant-options .variant-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--blr-primary);
    margin-bottom: 0.9rem;
    text-align: center;
}

.ghm-offer-selector .variant-options .variant-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.ghm-offer-selector .variant-options .variant-radio .variant-option,
.ghm-offer-selector .variant-options .variant-radio .variant-option label {
    width: 100%;
}

.ghm-offer-selector .variant-option input[type=radio] {
    display: none;
}

.ghm-offer-selector .variant-option input[type=radio]+span {
    display: block;
    color: var(--blr-dark-green);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--blr-dark-green);
    padding: 12px 20px;
    cursor: pointer;
}

.ghm-offer-selector .variant-option input[type=radio]:checked+span {
    background-color: var(--blr-dark-green);
    color: var(--blr-white);
}

.ghm-offer-selector .variant-options .variant-select {
    border: 1px solid var(--blr-dark-green);
    border-radius: 12px;
    padding: 12px 24px;
    color: var(--blr-primary);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* 5. Add to Cart button */
.ghm-offer-selector .button-container .add-to-cart {
    display: block;
    width: 90%;
    padding: 10px 30px;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    line-height: 2.2;
    margin: 20px auto;
    color: var(--blr-white);
    background: var(--blr-red);
    border-radius: 9999px;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    outline: none;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px -0.3px #0000001A;
    ;
}

.ghm-offer-selector .button-container .disabled-btn {
    background-color: var(--blr-lighter-gray);
    color: var(--blr-text);
    pointer-events: none;
}

.ghm-offer-selector .button-container .add-to-cart:hover {
    background-color: var(--blr-dark-red);
    color: var(--blr-white);
}

.ghm-offer-selector .button-container .add-to-cart:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(0 0 0);
    box-shadow: 0px 0px 0px 2px rgb(0 0 0);
}

/* 6. Logged out message */
.ghm-offer-selector .logged-out-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 16px;
    padding: 16px 12px;
    text-align: center;
    border: 1px solid var(--blr-dark-green);
    border-radius: 12px;
}

.ghm-offer-selector .logged-out-message-container .message {
    display: flex;
    flex-direction: column;
}

.ghm-offer-selector .logged-out-message-container .message {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--blr-dark-green);
}

.ghm-offer-selector .logged-out-message-container .message span:nth-child(2),
.ghm-offer-selector .logged-out-message-container .message .saving-price {
    font-weight: 700;
    font-size: 32px;
}

.ghm-offer-selector .logged-out-message-container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.ghm-offer-selector .logged-out-message-container .links .link-as-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 20px;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
    border-radius: 99999px;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
}

.ghm-offer-selector .logged-out-message-container .links .sign-up-link {
    background-color: var(--blr-red);
    border: 2px solid var(--blr-red);
    color: #ffffff;
}

.ghm-offer-selector .logged-out-message-container .links .sign-up-link:hover {
    background-color: var(--blr-dark-red);
    border-color: var(--blr-dark-green);
}


.ghm-offer-selector .logged-out-message-container .links .login-link {
    border: 2px solid var(--blr-dark-green);
    color: var(--blr-dark-green);
}

.ghm-offer-selector .logged-out-message-container .links .login-link:hover {
    background-color: var(--blr-dark-green);
    color: #ffffff;
    border-color: var(--blr-dark-green);
}

.ghm-offer-selector .logged-out-message-container .footer p {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
}

.ghm-offer-selector .logged-out-message-container .footer p:first-child {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.ghm-offer-selector .disclaimer p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 4px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    color: var(--blr-primary);
    margin: 0;
    padding: 0 6px;
    letter-spacing: 2px;
}

/* 7. Logged In Message */
.ghm-offer-selector .logged-in-message {
    text-align: center;
    font-size: 10px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3333;
    text-transform: uppercase;
    color: var(--blr-dark-green);
    letter-spacing: 2px;
    margin: 20px 0;
}

.ghm-offer-selector .subscribe-save-message-container {
    margin-bottom: 15px;
}

.ghm-offer-selector .subscribe-save-message-container .logged-in-subscribe-save-message {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: var(--blr-primary);
    margin-top: 16px;
    border: 1px solid var(--blr-gray);
    padding: 10px;
    text-align: justify;
}

.ghm-offer-selector .subscribe-save-message-container .logged-in-subscribe-save-message a {
    border-bottom: 1px solid var(--blr-primary);
}

.ghm-offer-selector .subscribe-save-message-container input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 2px solid var(--blr-primary);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: var(--blr-white);
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
}

.ghm-offer-selector .subscribe-save-message-container input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 448 512"><defs><style> .cls-1 { fill: %23747742; stroke-width: 0px; } </style></defs><path class="cls-1" d="M438.6,105.4c12.5,12.5,12.5,32.8,0,45.3L182.6,406.7c-12.5,12.5-32.8,12.5-45.3,0L9.3,278.7c-12.5-12.5-12.5-32.8,0-45.3,12.5-12.5,32.8-12.5,45.3,0l105.4,105.3,233.4-233.3c12.5-12.5,32.8-12.5,45.3,0h0Z"/></svg>');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.ghm-offer-selector .subscribe-save-message-container label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--blr-primary);
    cursor: pointer;
    margin-left: 5px;
}

/* 8. Out of Stock form */
.notify-me-container .out-of-stock-message {
    text-transform: uppercase;
    color: var(--blr-dark-green);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.notify-me-container .notify-me-form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 6px;
}

.notify-me-container .notify-me-form .form-group label {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: var(--blr-primary);
}

.notify-me-container .notify-me-form .form-group input {
    display: block;
    width: 100%;
    border-radius: 12px;
    padding: 12px 24px;
    background: var(--blr-white);
    color: var(--blr-primary);
    border: 1px solid var(--blr-gray);
    -webkit-box-shadow: 0px 2px 3px rgba(19, 22, 29, 0.04), 0px 1px 2px rgba(19, 22, 29, 0.08);
    box-shadow: 0px 2px 3px rgba(19, 22, 29, 0.04), 0px 1px 2px rgba(19, 22, 29, 0.08);
    outline: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.notify-me-container .notify-me-form .form-group input:focus,
.notify-me-container .notify-me-form .form-group input:active {
    border-color: var(--blr-dark-green);
}

.notify-me-container .notify-me-form .notify-me-submit-btn {
    margin: 20px auto;
    display: block;
    padding: 12px 24px;
    background-color: var(--blr-red);
    border-radius: 99999px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: var(--blr-white);
    font-size: 14px;
    line-height: 2;
    font-weight: 800;
    -webkit-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    -o-transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
}

.notify-me-container .notify-me-form .notify-me-submit-btn:hover {
    background-color: var(--blr-dark-green);
}

.notify-me-container .notify-me-form .notify-me-submit-btn:focus {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(41, 69, 184, 0.12);
    box-shadow: 0px 0px 0px 4px rgba(41, 69, 184, 0.12);
}

.notify-me-container .notify-me-form .notify-me-submit-btn .loading {
    display: none;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spinner 0.6s infinite linear;
    animation: spinner 0.6s infinite linear;
}

.notify-me-container .notify-me-message {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* 9. Responsive */
@media screen and (max-width: 450px) {
    .ghm-offer-selector .purchase-type-options {
        flex-direction: column;
        border: none;
    }

    .ghm-offer-selector .purchase-type-option label:has(input[type="radio"]) {
        border: 1.5px solid var(--blr-dark-green);
    }

    .ghm-offer-selector .quantity-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "quantity badge price";
    }

    .ghm-offer-selector .quantity-container.with-flags {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "quantity price flags"
            "badge badge flags";
    }

    .ghm-offer-selector .badge {
        font-size: 12px;
        justify-self: start;
    }

    .ghm-offer-selector .quantity-container .quantity {
        font-size: 16px;
    }

    .ghm-offer-selector .quantity-container .final-price {
        font-size: 18px;
        justify-self: center;
    }

    .ghm-offer-selector .quantity-container .best-seller-flag,
    .ghm-offer-selector .quantity-container .best-value-flag {
        width: 46px;
    }

    .ghm-offer-selector .logged-out-message-container .links {
        flex-direction: column;
        gap: 2px;
    }

    .ghm-offer-selector .button-container .add-to-cart {
        font-size: 16px;
    }
}