.ProductCTA {
    bottom: calc(0.68966vw + 26.2069px);
    box-sizing: border-box;
    column-gap: var(--six-gutter);
    display: grid;
    grid-column: full;
    margin-bottom: calc(6.2069vw + 45.86207px);
    opacity: 0;
    pointer-events: none;
    position: sticky;
    transform: translateY(20px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
    width: 100%;
    z-index: 10;
}
@media (min-width: 1440px) {
    .ProductCTA {
        bottom: 40px;
    }
}
@media (max-width: 739px) {
    .ProductCTA {
        bottom: 30px;
    }
}
@media (min-width: 4069px) {
    .ProductCTA {
        --max-grid: calc(var(--six-site-max-width) / 2 + var(--six-site-margin) + var(--six-gutter) * 2);
        grid-template-columns: [full-start] var(--six-site-margin) calc(50vw - var(--max-grid)) [content-start] repeat(
                var(--six-cols),
                1fr
            ) [content-end] calc(50vw - var(--max-grid)) var(--six-site-margin) [full-end];
    }
}
@media (max-width: 4068px) {
    .ProductCTA {
        --col-spacer: calc(var(--six-site-margin) - var(--six-gutter));
        grid-template-columns: [full-start] var(--col-spacer) [content-start] repeat(var(--six-cols), 1fr) [content-end] var(
                --col-spacer
            ) [full-end];
    }
}
@supports not (display: grid) {
    .ProductCTA {
        display: block;
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .ProductCTA {
        margin-bottom: 570px;
    }
}
@media (max-width: 739px) {
    .ProductCTA {
        margin-bottom: 80px;
    }
}
.ProductCTA.is-active {
    opacity: 1;
    transform: translateY(0);
}
.ProductCTA.is-active > * {
    pointer-events: auto;
}
.non-subscriber .ProductCTA {
    bottom: 100px;
}
@media (min-width: 1440px) {
    .non-subscriber .ProductCTA {
        bottom: 100px;
    }
}
@media (max-width: 739px) {
    .non-subscriber .ProductCTA {
        bottom: 100px;
    }
}
.ProductCTA__container {
    background-color: rgba(225,225,225,.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    column-gap: var(--six-gutter);
    display: grid;
    grid-column: content;
    grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1024px) {
    .ProductCTA__container {
        grid-column: content/span 10;
        grid-template-columns: repeat(6, 1fr);
        max-width: 350px;
        margin-bottom: 470px;
    }
}
@media (min-width: 1440px) {
    .ProductCTA__container {
        grid-column: content/span 8;
    }
}
@media (min-width: 1920px) {
    .ProductCTA__container {
        grid-column: content/span 6;
    }
}
.ProductCTA__media {
    grid-column: span 1;
    max-height: 115px;
    position: relative;
    width: 115px;
}
@media (max-width: 1920px) {
    .ProductCTA__media {
        max-height: 115px;
        width: 90px;
    }
}
@media (max-width: 739px) {
    .ProductCTA__media {
        display: none;
    }
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA__media {
        grid-column: span 2;
    }
}
.ProductCTA__media > div {
    background-color: #f2f2f2;
    display: flex;
}
@media (max-width: 739px) {
    .ProductCTA__media > div {
        width: 50%;
    }
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA__media > div {
        aspect-ratio: unset;
        height: 100%;
        min-height: 82px;
        width: calc(100% + var(--six-gutter));
    }
}
@media (min-width: 1024px) {
    .ProductCTA__media > div {
        height: 100%;
        width: 100%;
    }
}
.ProductCTA__media > div > img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.ProductCTA__content {
    display: flex;
    flex-direction: column;
    grid-column: span 5;
    justify-content: space-between;
    padding: 19px 15px 15px 0;
}
@media (max-width: 739px) {
    .ProductCTA__content {
        grid-column: span 12;
        padding: 0;
    }
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA__content {
        align-items: center;
        flex-direction: row;
        grid-column: span 5;
    }
}
.ProductCTA__content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA__content > div:first-of-type {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}
.ProductCTA__title {
    text-transform: uppercase;
    width: 100%;
}
.ProductCTA__title > span {
    display: block;
}
.ProductCTA__type {
    --line-height: 1;
    font-family: "Antique Legacy", sans-serif;
    font-size: calc(0.13793vw + 12.24138px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 0;
    color: #141414
}
.ProductCTA__type b,
.ProductCTA__type strong {
    font-weight: 700;
    text-transform: uppercase;
}
.ProductCTA__type em {
    font-family: "Antique Legacy", sans-serif;
    font-style: italic;
}
@media (min-width: 1440px) {
    .ProductCTA__type {
        font-size: 15px;
    }
}
@media (max-width: 739px) {
    .ProductCTA__type {
        display: none;
        font-size: 13px;
    }
}
.ProductCta__woo {
    display: flex;
    flex-direction: column;
    grid-column: 1/-1;
    width: 100%;
}
.ProductCta__woo > form .quantity {
    display: flex;
}
.ProductCta__woo > form .variations select option,
.ProductCta__woo > form .variations th label {
    --line-height: 1.3333333333;
    font-family: "Antique Legacy",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3333333333;
}
.ProductCta__woo > form .variations select option em,
.ProductCta__woo > form .variations th label em {
    font-family: "Antique Legacy",sans-serif;
    font-style: italic;
}
.ProductCta__woo > form .reset_variations {
    display: none;
}
.ProductCta__woo > form .woocommerce-variation {
    margin-bottom: 10px;
}
.ProductCta__woo > form .woocommerce-variation .woocommerce-variation-price span {
    --line-height: 1.5;
    font-family: "Antique Legacy",sans-serif;
    font-size: calc(0.27586vw + 14.48276px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    letter-spacing: 0;
    line-height: 1.5;
}
@media (min-width: 1440px) {
    .ProductCta__woo > form .woocommerce-variation .woocommerce-variation-price span {
        font-size: 20px;
    }
}
@media (max-width: 739px) {
    .ProductCta__woo > form .woocommerce-variation .woocommerce-variation-price span {
        font-size: 16px;
    }
}
.ProductCta__woo > form .woocommerce-variation .woocommerce-variation-price span em {
    font-family: "Antique Legacy",sans-serif;
    font-style: italic;
}
.ProductCta__woo > form table {
    display: flex;
    width: 100%;
}
.ProductCta__woo > form table tbody,
.ProductCta__woo > form table tbody tr {
    align-items: center;
    display: flex;
    width: 100%;
}
.ProductCta__woo > form table th {
    flex: 1 0 auto;
    margin-right: 20px;
    text-align: left;
}
.ProductCta__woo > form table td select {
    height: 40px;
    width: 100%;
}
.ProductCta__woo > form table td.value {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.ProductCta__woo .single_variation_wrap .woocommerce-variation.single_variation,
.ProductCta__woo .variations,
.ProductCta__woo p.stock {
    display: none !important;
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCta__woo {
        grid-column: span 5;
        justify-content: center;
        padding-right: 20px;
        width: 100%;
    }
}
@media (max-width: 739px) {
    .ProductCta__woo {
        padding: 20px;
    }
}
.ProductCta__woo > div,
.ProductCta__woo > form {
    display: flex;
    flex-direction: row;
}
.ProductCta__woo > div#wc-stripe-payment-request-wrapper,
.ProductCta__woo > form#wc-stripe-payment-request-wrapper {
    display: none !important;
}
.ProductCta__woo > div .quantity,
.ProductCta__woo > form .quantity {
    display: none;
}
.ProductCta__woo > div.variations_form,
.ProductCta__woo > form.variations_form {
    flex-direction: column;
}
.ProductCta__woo > div.variations_form .variations_button,
.ProductCta__woo > form.variations_form .variations_button {
    display: flex;
    flex-direction: row;
}
.ProductCta__woo select {
    --line-height: 1.3333333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.707' height='7.061'%3E%3Cpath data-name='Path 81' d='m12.354.354-6 6-6-6' fill='none' stroke='%231c1c1c'/%3E%3C/svg%3E");
    background-position-x: 72%;
    background-position-y: 52%;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-family: "Antique Legacy",sans-serif;
    font-size: calc(0.13793vw + 12.24138px);
    font-style: normal;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0.01em;
    line-height: 1.3333333333;
    margin: 0;
    min-width: 60px;
    padding-top: 4px;
    text-align: center;
    text-indent: -20px;
}
@media (max-width: 739px) {
    .ProductCta__woo select {
        padding-top: 0;
    }
}
@media (min-width: 1440px) {
    .ProductCta__woo select {
        font-size: 15px;
    }
}
@media (max-width: 739px) {
    .ProductCta__woo select {
        font-size: 13px;
    }
}
.ProductCta__woo select em {
    font-family: "Antique Legacy",sans-serif;
    font-style: italic;
}
.ProductCta__woo select:focus {
    outline: none;
}
.is-chrome .ProductCta__woo select {
    padding-top: 0;
}
.is-safari .ProductCta__woo select {
    padding-top: 2px;
    text-align: left;
    text-indent: 12px;
}
.ProductCta__woo button {
    --line-height: 1.3333333333;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Atacama VAR",serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    font-stretch: 200%;
    height: 40px;
    letter-spacing: 0;
    line-height: 1.3333333333;
    padding: 8px 30px 7px;
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        opacity 0.4s ease;
    width: 100%;
}
.is-chrome .ProductCta__woo button {
    padding-top: 9px;
}
.ProductCta__woo button em {
    font-family: "Antique Legacy",sans-serif;
    font-style: italic;
}
@media (hover: hover) and (pointer: fine) {
    .ProductCta__woo button:hover {
        background-color: #000;
        color: #fff;
        opacity: 0.4;
    }
}
@media (max-width: 739px) {
    .ProductCta__woo button {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ProductCTA__price {
    --line-height: 1;
    font-family: "Antique Legacy",sans-serif;
    font-size: calc(0.13793vw + 12.24138px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
}
.ProductCTA__price em {
    font-family: "Antique Legacy",sans-serif;
    font-style: italic;
}
@media (min-width: 1440px) {
    .ProductCTA__price {
        font-size: 15px;
    }
}
@media (max-width: 739px) {
    .ProductCTA__price {
        font-size: 13px;
    }
}
.ProductCTA__price.mobile {
    display: none;
    margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA__price.mobile {
        display: block;
    }
}
.ProductCTA__price.desktop {
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .ProductCTA__price.desktop {
        display: none;
    }
}
@media (min-width: 740px) and (max-width: 1023px) {
    .ProductCTA--variaition-prod .ProductCTA__media {
        grid-column: span 2;
    }
    .ProductCTA--variaition-prod .ProductCTA__media .intrinsic-image {
        height: 100%;
        min-height: 82px;
    }
    .ProductCTA--variaition-prod .ProductCTA__content {
        flex-wrap: wrap;
        grid-column: span 5;
    }
    .ProductCTA--variaition-prod .ProductCTA__content > div {
        height: auto;
        width: 100%;
    }
    .ProductCTA--variaition-prod .ProductCTA__content > div:first-of-type {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .ProductCTA--variaition-prod .ProductCTA__content > div .ProductCTA__title {
        margin-bottom: 0;
    }
}
.ProductCTA--bundle-prod .bundled_product {
    display: none;
}
.ProductCTA--bundle-prod .bundle_button,
.ProductCTA--bundle-prod .bundle_data,
.ProductCTA--bundle-prod .bundle_wrap {
    display: flex;
    width: 100%;
}
.ProductCTA--subscription-prod .ProductCta__woo > form fieldset {
    display: none;
}