:root {
    --cq-ink: #242422;
    --cq-muted: #625f59;
    --cq-purple: #897ae9;
    --cq-purple-dark: #6f5fd0;
    --cq-cyan: #61b4c6;
    --cq-paper: #f7f7f3;
    --cq-sand: #ccc4b7;
    --cq-line: #deded8;
    --cq-white: #fff;
    --cq-option-selected: #f2efff;
    --cq-display-max: 52px;
}

body.cq-storefront {
    background: var(--cq-paper);
    color: var(--cq-ink);
    font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront h1,
body.cq-storefront h2,
body.cq-storefront h3,
body.cq-storefront h4,
body.cq-storefront button,
body.cq-storefront .button,
body.cq-storefront select {
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront .site-header {
    background: var(--cq-white);
    border-bottom: 1px solid var(--cq-line);
}

body.cq-storefront .site-primary-header-wrap {
    min-height: 76px;
}

body.cq-storefront .site-content {
    background: var(--cq-paper);
}

body.cq-storefront .site-content > .ast-container,
body.cq-storefront .ast-woocommerce-container {
    max-width: 1200px;
}

body.cq-storefront .ast-woocommerce-container {
    padding: 0;
}

body.cq-storefront .cq-site-main > .cq-shell {
    padding-top: 40px;
    padding-bottom: 80px;
}

body.cq-storefront a:focus-visible,
body.cq-storefront button:focus-visible,
body.cq-storefront input:focus-visible,
body.cq-storefront select:focus-visible,
body.cq-storefront [role="radio"]:focus-visible {
    outline: 3px solid var(--cq-cyan) !important;
    outline-offset: 3px;
}

/* Catalog */
body.cq-storefront.post-type-archive-product .site-main,
body.cq-storefront.tax-product_cat .site-main {
    padding: 40px 0 80px;
}

body.cq-storefront .cq-shop-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 44px;
    padding: clamp(44px, 7vw, 78px);
    border-radius: 6px;
    background:
        radial-gradient(circle at 91% 8%, rgba(97, 180, 198, .18), transparent 30%),
        radial-gradient(circle at 4% 100%, rgba(137, 122, 233, .18), transparent 34%),
        var(--cq-ink);
    color: var(--cq-white);
}

body.cq-storefront .cq-shop-hero--compact {
    margin-bottom: 38px;
    padding-top: clamp(40px, 6vw, 64px);
    padding-bottom: clamp(40px, 6vw, 64px);
}

body.cq-storefront .cq-shop-hero--compact h1 {
    max-width: 760px;
    font-size: clamp(38px, 5vw, 52px);
}

body.cq-storefront .cq-shop-hero__kicker,
body.cq-storefront .cq-product-kicker {
    margin: 0 0 12px;
    color: #bcb4f4;
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .24em;
    text-transform: uppercase;
}

body.cq-storefront .cq-shop-hero h1 {
    max-width: 800px;
    margin: 0;
    color: var(--cq-white);
    font-size: clamp(40px, 6vw, 52px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.035em;
}

body.cq-storefront .cq-shop-hero__copy {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--cq-sand);
    font-size: 18px;
    line-height: 1.65;
}

body.cq-storefront .cq-shop-hero__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 30px 0 0;
}

body.cq-storefront .cq-shop-hero__actions a,
body.cq-storefront .cq-story-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 5px;
    background: var(--cq-purple);
    color: var(--cq-white);
    font: 600 14px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

body.cq-storefront .cq-shop-hero__actions a:hover,
body.cq-storefront .cq-story-button:hover {
    background: var(--cq-purple-dark);
    color: var(--cq-white);
    transform: translateY(-1px);
}

body.cq-storefront .cq-shop-hero__actions span {
    max-width: 300px;
    color: var(--cq-sand);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront .cq-shop-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 42px 0 -20px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

body.cq-storefront .cq-shop-proof span {
    display: grid;
    gap: 3px;
    padding: 18px 18px 0 0;
    color: var(--cq-sand);
    font-size: 13px;
    line-height: 1.45;
}

body.cq-storefront .cq-shop-proof strong {
    color: var(--cq-white);
    font: 600 13px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront .woocommerce-products-header {
    display: none;
}

body.cq-storefront .cq-catalog-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 40px;
    align-items: end;
    margin: 0 0 30px;
}

body.cq-storefront .cq-catalog-heading > div > p {
    margin: 0 0 9px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .2em;
}

body.cq-storefront .cq-catalog-heading h2 {
    max-width: 690px;
    margin: 0;
    color: var(--cq-ink);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

body.cq-storefront .cq-catalog-heading > p {
    margin: 0 0 3px;
    color: var(--cq-muted);
    font-size: 14px;
    line-height: 1.65;
}

body.cq-storefront.post-type-archive-product .woocommerce-result-count,
body.cq-storefront.post-type-archive-product .woocommerce-ordering,
body.cq-storefront.tax-product_cat .woocommerce-result-count,
body.cq-storefront.tax-product_cat .woocommerce-ordering {
    display: none;
}

body.cq-storefront .woocommerce-result-count {
    margin: 12px 0 30px;
    color: var(--cq-muted);
    font-size: 14px;
}

body.cq-storefront .woocommerce-ordering {
    margin: 0 0 30px;
}

body.cq-storefront .woocommerce-ordering select {
    min-width: 220px;
    min-height: 46px;
    padding: 0 42px 0 15px;
    border: 1px solid #b9bab5;
    border-radius: 5px;
    background-color: var(--cq-white);
    color: var(--cq-ink);
    font-size: 13px;
    font-weight: 500;
}

body.cq-storefront.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
}

body.cq-storefront.woocommerce ul.products::before,
body.cq-storefront.woocommerce ul.products::after {
    display: none;
}

body.cq-storefront.woocommerce ul.products li.product {
    display: flex;
    float: none !important;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 24px;
    overflow: hidden;
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
    box-shadow: 0 10px 28px rgba(36, 36, 34, .06);
}

body.cq-storefront.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.cq-storefront.woocommerce ul.products li.product .cq-product-card__media {
    overflow: hidden;
    margin: 0;
    background: #f3f3f1;
}

body.cq-storefront.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
}

body.cq-storefront.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    object-fit: contain;
    transition: transform .25s ease;
}

body.cq-storefront.woocommerce ul.products li.product:hover img {
    transform: scale(1.025);
}

body.cq-storefront.woocommerce ul.products li.product .ast-on-card-button {
    display: none;
}

body.cq-storefront.woocommerce ul.products li.product .astra-shop-summary-wrap,
body.cq-storefront.woocommerce ul.products li.product .cq-product-card__summary {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 0;
}

body.cq-storefront.woocommerce ul.products li.product .ast-woo-product-category {
    margin: 0 0 9px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

body.cq-storefront.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 10px;
    color: var(--cq-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

body.cq-storefront.woocommerce ul.products li.product .price {
    margin: 0 0 22px;
    color: var(--cq-ink);
    font: 600 17px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.woocommerce ul.products li.product .cq-product-card__copy {
    margin: 0 0 19px;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.cq-storefront.woocommerce ul.products li.product .button {
    display: inline-flex;
    width: auto;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
    padding: 13px 22px;
    border: 0;
    border-radius: 5px;
    background: var(--cq-purple);
    color: var(--cq-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

body.cq-storefront.woocommerce ul.products li.product .button:hover {
    background: var(--cq-purple-dark);
    color: var(--cq-white);
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    padding: 0;
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .astra-shop-thumbnail-wrap,
body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .cq-product-card__media {
    height: 100%;
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse img {
    height: 100%;
    min-height: 480px;
    aspect-ratio: auto;
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .astra-shop-summary-wrap,
body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .cq-product-card__summary {
    justify-content: center;
    padding: clamp(34px, 5vw, 64px);
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .woocommerce-loop-product__title {
    max-width: 520px;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -.025em;
}

body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .cq-product-card__copy {
    max-width: 510px;
    font-size: 16px;
}

/* Product detail */
body.cq-storefront.single-product .site-main {
    padding: 48px 0 80px;
}

body.cq-storefront.single-product div.product {
    color: var(--cq-ink);
}

body.cq-storefront.single-product div.product .woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: #f3f3f1;
}

body.cq-storefront.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    object-fit: contain;
}

body.cq-storefront.single-product div.product .woocommerce-product-gallery__trigger {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--cq-line);
    border-radius: 50%;
    background: var(--cq-white);
}

body.cq-storefront.single-product div.product .summary {
    padding: 4px 0 0;
}

body.cq-storefront.single-product .woocommerce-breadcrumb {
    margin: 0 0 22px;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.5;
}

body.cq-storefront.single-product .woocommerce-breadcrumb a {
    color: var(--cq-muted);
    text-decoration: none;
}

body.cq-storefront.single-product .single-product-category {
    display: none;
}

body.cq-storefront.single-product .cq-product-kicker {
    color: var(--cq-purple-dark);
}

body.cq-storefront.single-product div.product .product_title {
    margin: 0 0 16px;
    color: var(--cq-ink);
    font-size: clamp(38px, 4.5vw, 52px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.035em;
}

body.cq-storefront.single-product .cq-scroll-anchor {
    position: relative;
    top: -110px;
}

body.cq-storefront.single-product .cq-product-subhead {
    max-width: 590px;
    margin: -4px 0 18px;
    color: var(--cq-muted);
    font: 500 clamp(19px, 2vw, 24px)/1.45 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-product-intro {
    margin: 0 0 28px;
    color: var(--cq-muted);
    font-size: 15px;
    line-height: 1.7;
}

body.cq-storefront.single-product .cq-benefit-list {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

body.cq-storefront.single-product .cq-benefit-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 27px;
}

body.cq-storefront.single-product .cq-benefit-list li::before {
    position: absolute;
    top: .05em;
    left: 0;
    color: #2d7c65;
    content: "\2713";
    font-weight: 700;
}

body.cq-storefront.single-product .cq-benefit-list--compact {
    gap: 5px;
}

body.cq-storefront.single-product .cq-product-transparency {
    margin: 0;
    padding: 15px 17px;
    border-left: 3px solid var(--cq-cyan);
    background: #eef7f7;
    color: #44565a;
    font-size: 13px;
    line-height: 1.6;
}

body.cq-storefront.single-product div.product p.price,
body.cq-storefront.single-product div.product span.price {
    margin: 0 0 24px;
    color: var(--cq-ink);
    font: 600 25px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront .price del,
body.cq-storefront .cq-native-package-price del,
body.cq-storefront .cq-blueprint-price del,
body.cq-storefront .cq-blueprint-value del {
    color: #89857e;
    font-weight: 500;
}

body.cq-storefront .price ins,
body.cq-storefront .cq-native-package-price ins,
body.cq-storefront .cq-blueprint-price ins {
    color: var(--cq-ink);
    text-decoration: none;
}

body.cq-storefront .cq-price-from__label {
    color: var(--cq-muted);
    font-weight: 500;
}

body.cq-storefront .cq-package-free,
body.cq-storefront .cq-native-package-components .cq-package-free {
    color: #287557;
}

body.cq-storefront.single-product .woocommerce-product-details__short-description {
    margin: 0 0 28px;
    color: var(--cq-muted);
    font-size: 16px;
    line-height: 1.75;
}

body.cq-storefront.single-product .woocommerce-product-details__short-description p {
    margin: 0;
}

body.cq-storefront.single-product .product_meta {
    margin: 0 0 28px;
    padding: 16px 0;
    border-top: 1px solid var(--cq-line);
    border-bottom: 1px solid var(--cq-line);
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-storefront.single-product .product_meta a {
    color: var(--cq-purple-dark);
}

body.cq-storefront.single-product .variations_form.cart:not([aria-hidden="true"]),
body.cq-storefront.single-product form.cart:not(.fpb-bundle *) {
    margin: 24px 0;
}

body.cq-storefront.single-product div.product.cq-product-card--case form.cart,
body.cq-storefront.single-product div.product.cq-product-card--cuff .woocommerce-variation-add-to-cart,
body.cq-storefront.single-product div.product.cq-product-card--care .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

body.cq-storefront.single-product div.product.cq-product-card--case form.cart .quantity,
body.cq-storefront.single-product div.product.cq-product-card--cuff .woocommerce-variation-add-to-cart .quantity,
body.cq-storefront.single-product div.product.cq-product-card--care .woocommerce-variation-add-to-cart .quantity {
    float: none;
    margin: 0;
}

body.cq-storefront.single-product table.variations th,
body.cq-storefront.single-product table.variations td {
    padding: 0 0 10px;
    background: transparent;
}

body.cq-storefront.single-product table.variations label,
body.cq-storefront.single-product .fpb-entry-options legend,
body.cq-storefront.single-product .fpb-heading {
    color: var(--cq-ink);
    font: 700 20px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product table.variations select,
body.cq-storefront.single-product .quantity .qty {
    min-height: 46px;
    border: 1px solid #b9bab5;
    border-radius: 5px;
    background: var(--cq-white);
    color: var(--cq-ink);
}

body.cq-storefront.single-product .quantity .qty {
    width: 64px;
    min-height: 52px;
    margin: 0;
}

body.cq-storefront.single-product .quantity.cq-quantity-stepper {
    display: inline-grid !important;
    grid-template-columns: 46px 64px 46px;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #b9bab5;
    border-radius: 5px;
    background: var(--cq-white);
}

body.cq-storefront.single-product .quantity.cq-quantity-stepper .qty {
    min-width: 0;
    min-height: 50px;
    padding: 0 6px;
    border: 0;
    border-right: 1px solid var(--cq-line);
    border-left: 1px solid var(--cq-line);
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

body.cq-storefront.single-product .quantity.cq-quantity-stepper .qty::-webkit-inner-spin-button,
body.cq-storefront.single-product .quantity.cq-quantity-stepper .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

body.cq-storefront.single-product .cq-quantity-button {
    display: grid;
    min-width: 46px;
    min-height: 50px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--cq-white);
    color: var(--cq-ink);
    font: 600 22px/1 Montserrat, "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
}

body.cq-storefront.single-product .cq-quantity-button:hover:not(:disabled) {
    background: #f0eefb;
    color: var(--cq-purple-dark);
}

body.cq-storefront.single-product .cq-quantity-button:disabled {
    color: #aaa9a4;
    cursor: not-allowed;
}

body.cq-storefront.single-product .single_add_to_cart_button,
body.cq-storefront.single-product .fpb-add-to-cart,
body.cq-storefront.single-product .fpb-add-bundle,
body.cq-storefront.single-product button[class*="add-to-cart"] {
    min-height: 50px;
    padding: 13px 20px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: var(--cq-purple) !important;
    color: var(--cq-white) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body.cq-storefront.single-product #fkwcs_stripe_smart_button_wrapper,
body.cq-storefront.single-product .fkwcs_stripe_smart_button_wrapper,
body.cq-storefront.single-product [class*="express-checkout"],
body.cq-storefront.single-product [class*="express_checkout"] {
    display: none !important;
}

body.cq-storefront.single-product .cq-native-variation-source {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body.cq-storefront.single-product .cq-option-picker {
    margin: 26px 0 18px;
    padding: 0;
    border: 0;
}

body.cq-storefront.single-product .cq-option-picker legend {
    margin: 0 0 13px;
    color: var(--cq-ink);
    font: 700 20px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-option-picker__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.cq-storefront.single-product .cq-option-picker--care .cq-option-picker__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cq-storefront.single-product .cq-option-picker__option {
    position: relative;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    border: 2px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
    cursor: pointer;
    text-align: center;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

body.cq-storefront.single-product .cq-option-picker__option:has(input:checked),
body.cq-storefront.single-product .cq-option-picker__option.is-selected {
    border-color: var(--cq-purple);
    background: var(--cq-option-selected);
    box-shadow: 0 0 0 1px var(--cq-purple);
}

body.cq-storefront.single-product .cq-option-picker__option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    opacity: 0;
    white-space: nowrap;
}

body.cq-storefront.single-product .cq-option-picker__option:focus-within {
    outline: 3px solid rgb(97 180 198 / 45%);
    outline-offset: 3px;
}

body.cq-storefront.single-product .cq-option-picker__option strong {
    display: block;
    color: var(--cq-ink);
    font: 700 15px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-option-picker__option.is-selected strong,
body.cq-storefront.single-product .cq-option-picker__option:has(input:checked) strong {
    color: var(--cq-purple-dark);
}

body.cq-storefront.single-product .cq-option-picker__option .cq-selector-badge,
body.cq-storefront.single-product .cq-option-picker__option .cq-selector-availability {
    display: block;
    margin-top: 4px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
}

body.cq-storefront.single-product .cq-option-picker__option .cq-selector-hint {
    display: block;
    margin-top: 4px;
    color: var(--cq-muted);
    font: 500 13px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    white-space: normal;
}

body.cq-storefront.single-product .cq-option-picker__option i {
    display: none !important;
}

body.cq-storefront.single-product .cq-option-picker__option.is-unavailable {
    opacity: .52;
    cursor: not-allowed;
}

body.cq-storefront.single-product div.product.cq-product-card--cuff .woocommerce-variation-description {
    display: none;
}

body.cq-storefront .cq-option-help,
body.cq-storefront .cq-card-option-help {
    margin: 11px 0 0;
    color: var(--cq-muted);
    font-size: 15px;
    line-height: 1.6;
}

body.cq-storefront .cq-option-help[hidden],
body.cq-storefront .cq-card-option-help[hidden] {
    display: none !important;
}

body.cq-storefront.single-product .cq-product-navigation {
    display: flex;
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-product-navigation a {
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
}

body.cq-storefront.single-product .single_add_to_cart_button:hover,
body.cq-storefront.single-product .fpb-add-to-cart:hover,
body.cq-storefront.single-product .fpb-add-bundle:hover,
body.cq-storefront.single-product button[class*="add-to-cart"]:hover {
    background: var(--cq-purple-dark) !important;
}

/* Native CONNEQT package selectors */
body.cq-storefront.single-product .fpb-bundle {
    --fpb-primary: var(--cq-purple);
    --fpb-primary-dark: var(--cq-purple-dark);
    --fpb-accent: var(--cq-cyan);
    margin: 24px 0 0;
    font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .fpb-entry-options {
    margin: 0 0 26px;
    padding: 0;
    border: 0;
}

body.cq-storefront.single-product .fpb-entry-options legend,
body.cq-storefront.single-product .fpb-heading {
    margin: 0 0 14px;
}

body.cq-storefront.single-product .fpb-choice-grid,
body.cq-storefront.single-product .fpb-package-selector {
    gap: 10px;
}

body.cq-storefront.single-product .fpb-choice,
body.cq-storefront.single-product .fpb-package-details {
    border: 1px solid var(--cq-line) !important;
    border-radius: 5px !important;
    background: var(--cq-white) !important;
    box-shadow: none !important;
}

body.cq-storefront.single-product .fpb-package-card {
    border: 0 !important;
    border-radius: 5px !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.cq-storefront.single-product .fpb-choice {
    position: relative;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
    border-width: 2px !important;
    cursor: pointer;
    text-align: center;
}

body.cq-storefront.single-product .fpb-choice:has(input:checked),
body.cq-storefront.single-product .fpb-choice.is-selected {
    border-color: var(--cq-purple) !important;
    background: var(--cq-option-selected) !important;
    box-shadow: 0 0 0 1px var(--cq-purple) !important;
}

body.cq-storefront.single-product .fpb-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    opacity: 0;
    white-space: nowrap;
}

body.cq-storefront.single-product .fpb-package-radio {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    opacity: 0 !important;
    white-space: nowrap !important;
}

body.cq-storefront.single-product .fpb-choice-state {
    display: none !important;
}

body.cq-storefront.single-product .fpb-choice::after {
    content: none !important;
}

body.cq-storefront.single-product .fpb-choice:focus-within {
    outline: 3px solid rgb(90 200 220 / 35%);
    outline-offset: 2px;
}

body.cq-storefront.single-product .fpb-choice-label,
body.cq-storefront.single-product .fpb-package-name,
body.cq-storefront.single-product .fpb-package-details h4 {
    color: var(--cq-ink);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

body.cq-storefront.single-product .fpb-badge,
body.cq-storefront.single-product .fpb-package-details > .fpb-badge {
    border-radius: 3px;
    background: transparent;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .16em;
}

body.cq-storefront.single-product .fpb-card-save,
body.cq-storefront.single-product .fpb-detail-savings,
body.cq-storefront.single-product .fpb-package-line .fpb-free {
    color: #2d7c65;
}

body.cq-storefront.single-product .fpb-package-summary-button {
    display: flex;
    width: 100%;
    min-height: 84px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 14px 10px !important;
    border: 2px solid var(--cq-line) !important;
    border-radius: 5px !important;
    background: var(--cq-white) !important;
    box-shadow: none !important;
}

body.cq-storefront.single-product .fpb-package-card .fpb-selector-bottomline {
    display: block !important;
    margin: 0 !important;
    color: var(--cq-muted) !important;
    font: 500 12px/1.25 Montserrat, "Helvetica Neue", Arial, sans-serif !important;
    text-align: center;
}

body.cq-storefront.single-product .fpb-package-card .fpb-badge {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--cq-purple-dark) !important;
    font: 600 12px/1.25 Montserrat, "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: .1em !important;
    text-align: center;
}

body.cq-storefront.single-product .fpb-package-card [hidden],
body.cq-storefront.single-product .fpb-choice [hidden] {
    display: none !important;
}

body.cq-storefront.single-product .fpb-package-name {
    font-size: 15px;
    line-height: 1.35;
}

body.cq-storefront.single-product .fpb-package-card:has(input:checked) .fpb-package-summary-button,
body.cq-storefront.single-product .fpb-package-card.is-selected .fpb-package-summary-button,
body.cq-storefront.single-product .fpb-package-card.is-default:has(input:checked) .fpb-package-summary-button {
    border-color: var(--cq-purple) !important;
    background: var(--cq-option-selected) !important;
    box-shadow: 0 0 0 1px var(--cq-purple) !important;
}

body.cq-storefront.single-product .fpb-package-card:has(input:checked) .fpb-package-name,
body.cq-storefront.single-product .fpb-package-card.is-selected .fpb-package-name {
    color: var(--cq-purple-dark);
}

body.cq-storefront .cq-card-variation-form {
    display: grid;
    gap: 12px;
    margin-top: auto;
}

body.cq-storefront .cq-card-variation-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

body.cq-storefront .cq-card-variation-form legend {
    margin: 0 0 8px;
    color: var(--cq-ink);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront .cq-card-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

body.cq-storefront .cq-card-size-option {
    position: relative;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    border: 2px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
    cursor: pointer;
    text-align: center;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

body.cq-storefront .cq-card-size-option:has(input:checked),
body.cq-storefront .cq-card-size-option.is-selected {
    border-color: var(--cq-purple);
    background: var(--cq-option-selected);
    box-shadow: 0 0 0 1px var(--cq-purple);
}

body.cq-storefront .cq-card-size-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    opacity: 0;
    white-space: nowrap;
}

body.cq-storefront .cq-card-size-option:focus-within {
    outline: 3px solid rgb(97 180 198 / 45%);
    outline-offset: 3px;
}

body.cq-storefront .cq-card-size-option strong {
    display: block;
    color: var(--cq-ink);
    font: 700 13px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
    white-space: nowrap;
}

body.cq-storefront .cq-card-size-option.is-selected strong,
body.cq-storefront .cq-card-size-option:has(input:checked) strong {
    color: var(--cq-purple-dark);
}

body.cq-storefront .cq-card-size-option .cq-selector-badge,
body.cq-storefront .cq-card-size-option .cq-selector-availability {
    display: block;
    margin-top: 3px;
    color: var(--cq-purple-dark);
    font: 600 12px/1.25 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .07em;
}

body.cq-storefront .cq-card-size-option .cq-selector-hint {
    display: block;
    margin-top: 4px;
    color: var(--cq-muted);
    font: 500 13px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    white-space: normal;
}

body.cq-storefront .fpb-choice .cq-selector-hint {
    display: block;
    margin-top: 4px;
    color: var(--cq-muted);
    font: 500 13px/1.35 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

body.cq-storefront .cq-card-size-option i {
    display: none !important;
}

body.cq-storefront .cq-card-size-option.is-unavailable {
    background: var(--cq-paper);
    opacity: .68;
    cursor: not-allowed;
}

body.cq-storefront .cq-card-variation-form .button {
    width: auto;
    justify-self: start;
    min-height: 46px;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
}

body.cq-storefront .cq-card-variation-form--care .cq-card-size-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cq-storefront .cq-care-catalog-action {
    width: fit-content;
    min-height: 46px;
    margin-top: auto !important;
    padding-right: 22px !important;
    padding-left: 22px !important;
}

body.cq-storefront.single-product div.product.cq-product-card--care .summary > p.price,
body.cq-storefront .cq-product-card--care .price {
    display: none !important;
}

body.cq-storefront.single-product .cq-care-app-purchase {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 24px;
    border: 1px solid #dcd6ff;
    border-radius: 7px;
    background: var(--cq-option-selected);
}

body.cq-storefront.single-product .cq-care-app-purchase h2,
body.cq-storefront.single-product .cq-care-app-purchase p {
    margin: 0;
}

body.cq-storefront.single-product .cq-care-app-purchase h2 {
    color: var(--cq-ink);
    font: 700 clamp(21px, 2.2vw, 28px)/1.2 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -.025em;
}

body.cq-storefront.single-product .cq-care-app-purchase > p:not(.cq-story-kicker) {
    color: var(--cq-muted);
    font-size: 15px;
    line-height: 1.6;
}

body.cq-storefront.single-product .cq-app-store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding-block: 10px;
}

body.cq-storefront.single-product .cq-final-cta .cq-app-store-actions {
    justify-content: center;
}

body.cq-storefront.single-product .cq-app-store-badge {
    display: inline-flex !important;
    flex: 0 0 auto;
    width: auto !important;
    height: 40px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 0 !important;
    text-decoration: none !important;
}

body.cq-storefront.single-product .cq-app-store-badge img {
    display: block;
    width: auto;
    max-width: none;
    height: 40px;
    margin: 0;
    border: 0;
    object-fit: contain;
}

body.cq-storefront.single-product .cq-care-app-purchase__note {
    padding-top: 14px;
    border-top: 1px solid #dcd6ff;
}

body.cq-storefront.single-product .cq-care-app-purchase__note strong {
    color: var(--cq-ink);
}

body.cq-storefront.single-product .cq-care-app-purchase__note a {
    color: var(--cq-purple-dark);
    font-weight: 600;
}

body.cq-storefront .cq-card-variation-form .button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

body.cq-storefront.single-product .fpb-package-details {
    margin-top: 14px;
    padding: 24px !important;
}

body.cq-storefront.single-product .cq-native-package-details[hidden] {
    display: none !important;
}

body.cq-storefront.single-product .cq-native-package-details ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

body.cq-storefront.single-product .cq-native-package-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 8px 0 14px;
    color: var(--cq-ink);
}

body.cq-storefront.single-product .cq-native-package-price strong {
    font-size: 25px;
}

body.cq-storefront.single-product .cq-native-package-components li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

body.cq-storefront.single-product .cq-native-package-components li > span:last-child {
    flex: 0 0 auto;
    white-space: nowrap;
}

body.cq-storefront.single-product .cq-native-package-highlights {
    padding-top: 14px !important;
    border-top: 1px solid var(--cq-line);
    color: var(--cq-muted);
}

body.cq-storefront.single-product .cq-native-package-details li + li {
    margin-top: 7px;
}

body.cq-storefront.single-product .cq-native-package-order-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 16px;
}

body.cq-storefront.single-product .cq-native-package-order-row > div {
    display: grid;
    gap: 6px;
}

body.cq-storefront.single-product .cq-native-package-order-row .quantity .qty {
    min-width: 84px;
    min-height: 52px;
    font-size: 17px;
}

body.cq-storefront.single-product .cq-native-package-order-row .button {
    min-height: 52px;
}

/* Product reassurance and conversion story */
body.cq-storefront.single-product .cq-product-assurance {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 48px 0 0;
    overflow: hidden;
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-line);
}

body.cq-storefront.single-product .cq-product-assurance > div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px;
    background: var(--cq-white);
}

body.cq-storefront.single-product .cq-product-assurance > div > span {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #eef7f7;
    color: #397b89;
    font-weight: 700;
}

body.cq-storefront.single-product .cq-product-assurance p {
    display: grid;
    gap: 3px;
    margin: 0;
}

body.cq-storefront.single-product .cq-product-assurance strong {
    color: var(--cq-ink);
    font: 600 14px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-product-assurance small {
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.cq-storefront.single-product .cq-product-story {
    clear: both;
    display: grid;
    gap: 22px;
    margin: 22px 0 0;
}

body.cq-storefront.single-product .cq-product-story h2,
body.cq-storefront.single-product .cq-product-story h3,
body.cq-storefront.single-product .cq-product-story p {
    margin-top: 0;
}

body.cq-storefront.single-product .cq-story-hero,
body.cq-storefront.single-product .cq-final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 8vw, 94px);
    border-radius: 6px;
    background:
        radial-gradient(circle at 94% 5%, rgba(97, 180, 198, .2), transparent 30%),
        radial-gradient(circle at 0 100%, rgba(137, 122, 233, .2), transparent 34%),
        var(--cq-ink);
    color: var(--cq-white);
}

body.cq-storefront.single-product .cq-story-hero h2,
body.cq-storefront.single-product .cq-final-cta h2 {
    max-width: 850px;
    margin-bottom: 22px;
    color: var(--cq-white);
    font-size: clamp(36px, 5vw, 52px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

body.cq-storefront.single-product .cq-story-hero > p:not(.cq-story-kicker),
body.cq-storefront.single-product .cq-final-cta > p:not(.cq-story-kicker) {
    max-width: 770px;
    margin-bottom: 28px;
    color: var(--cq-sand);
    font-size: 17px;
    line-height: 1.7;
}

body.cq-storefront.single-product .cq-story-kicker {
    margin: 0 0 11px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .2em;
}

body.cq-storefront.single-product .cq-story-hero .cq-story-kicker,
body.cq-storefront.single-product .cq-final-cta .cq-story-kicker {
    color: #bcb4f4;
}

body.cq-storefront.single-product .cq-story-section,
body.cq-storefront.single-product .cq-accessory-story {
    padding: clamp(42px, 6vw, 72px);
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
}

body.cq-storefront.single-product .cq-story-heading {
    max-width: 790px;
    margin: 0 0 38px;
}

body.cq-storefront.single-product .cq-story-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body.cq-storefront.single-product .cq-story-heading h2,
body.cq-storefront.single-product .cq-accessory-story h2 {
    margin-bottom: 16px;
    color: var(--cq-ink);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

body.cq-storefront.single-product .cq-story-heading > p:last-child,
body.cq-storefront.single-product .cq-accessory-story > div:first-child > p:last-child {
    margin-bottom: 0;
    color: var(--cq-muted);
    font-size: 16px;
    line-height: 1.75;
}

body.cq-storefront.single-product .cq-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.cq-storefront.single-product .cq-metric-grid article {
    min-height: 250px;
    padding: 25px;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-metric-grid article > span {
    display: block;
    margin-bottom: 38px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-metric-grid h3,
body.cq-storefront.single-product .cq-step-list h3,
body.cq-storefront.single-product .cq-rx-steps h3 {
    margin-bottom: 9px;
    color: var(--cq-ink);
    font-size: 17px;
    line-height: 1.35;
}

body.cq-storefront.single-product .cq-metric-grid p,
body.cq-storefront.single-product .cq-step-list p,
body.cq-storefront.single-product .cq-rx-steps p {
    margin-bottom: 0;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.cq-storefront.single-product .cq-story-section--split {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: center;
}

body.cq-storefront.single-product .cq-story-section--split .cq-story-heading {
    margin: 0;
}

body.cq-storefront.single-product .cq-step-list,
body.cq-storefront.single-product .cq-rx-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.cq-storefront.single-product .cq-step-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 17px;
    padding: 22px 0;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-step-list li:first-child {
    padding-top: 0;
}

body.cq-storefront.single-product .cq-step-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.cq-storefront.single-product .cq-step-list li > span,
body.cq-storefront.single-product .cq-rx-steps li > strong {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #eeebfc;
    color: var(--cq-purple-dark);
    font: 700 13px/1 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-comparison-wrap {
    overflow-x: auto;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
}

body.cq-storefront.single-product .cq-comparison {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
    background: var(--cq-white);
}

body.cq-storefront.single-product .cq-comparison th,
body.cq-storefront.single-product .cq-comparison td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--cq-line);
    background: transparent;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

body.cq-storefront.single-product .cq-comparison thead th {
    background: var(--cq-paper);
    color: var(--cq-ink);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-comparison tbody th {
    width: 40%;
    color: var(--cq-ink);
    font-weight: 500;
}

body.cq-storefront.single-product .cq-comparison td:nth-child(2) {
    background: #f7f5ff;
    color: var(--cq-ink);
}

body.cq-storefront.single-product .cq-comparison td span {
    color: #2d7c65;
    font-weight: 700;
}

body.cq-storefront.single-product .cq-care-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.cq-storefront.single-product .cq-care-grid article {
    padding: clamp(28px, 4vw, 44px);
    border-radius: 5px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-care-grid article:last-child {
    background: var(--cq-ink);
    color: var(--cq-white);
}

body.cq-storefront.single-product .cq-care-grid article > p {
    margin-bottom: 12px;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .18em;
}

body.cq-storefront.single-product .cq-care-grid article:last-child > p {
    color: #bcb4f4;
}

body.cq-storefront.single-product .cq-care-grid h3 {
    margin-bottom: 20px;
    color: var(--cq-ink);
    font-size: 23px;
    line-height: 1.3;
}

body.cq-storefront.single-product .cq-care-grid article:last-child h3 {
    color: var(--cq-white);
}

body.cq-storefront.single-product .cq-care-grid ul,
body.cq-storefront.single-product .cq-story-section--included ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 19px;
    color: var(--cq-muted);
    font-size: 14px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-care-grid article:last-child ul {
    color: var(--cq-sand);
}

body.cq-storefront.single-product .cq-story-note {
    margin: 22px 0 0;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.cq-storefront.single-product .cq-rx-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.cq-storefront.single-product .cq-rx-steps li {
    min-height: 225px;
    padding: 23px;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-rx-steps li > strong {
    margin-bottom: 28px;
}

body.cq-storefront.single-product .cq-story-section--included {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    overflow: hidden;
    background: var(--cq-line);
}

body.cq-storefront.single-product .cq-story-section--included > div {
    padding: clamp(36px, 5vw, 60px);
    background: var(--cq-white);
}

body.cq-storefront.single-product .cq-story-section--included h2 {
    margin-bottom: 22px;
    color: var(--cq-ink);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

body.cq-storefront.single-product .cq-story-section--included > div:last-child > p:not(.cq-story-kicker):not(.cq-story-note) {
    margin-bottom: 10px;
    color: var(--cq-ink);
    font-size: 16px;
}

body.cq-storefront.single-product .cq-faq-list {
    max-width: 860px;
    margin: 0 auto;
    border-top: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-faq-list details {
    border-bottom: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-faq-list summary {
    position: relative;
    padding: 22px 46px 22px 0;
    color: var(--cq-ink);
    cursor: pointer;
    font: 600 15px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
    list-style: none;
}

body.cq-storefront.single-product .cq-faq-list summary::-webkit-details-marker {
    display: none;
}

body.cq-storefront.single-product .cq-faq-list summary::after {
    position: absolute;
    top: 20px;
    right: 3px;
    color: var(--cq-purple-dark);
    content: "+";
    font-size: 25px;
    font-weight: 400;
}

body.cq-storefront.single-product .cq-faq-list details[open] summary::after {
    content: "\2212";
}

body.cq-storefront.single-product .cq-faq-list details p {
    max-width: 760px;
    margin: -2px 0 22px;
    color: var(--cq-muted);
    font-size: 14px;
    line-height: 1.75;
}

body.cq-storefront.single-product .cq-policy-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 28px 0 0;
    font-size: 13px;
}

body.cq-storefront.single-product .cq-policy-links a {
    color: var(--cq-purple-dark);
}

body.cq-storefront.single-product .cq-final-cta {
    text-align: center;
}

body.cq-storefront.single-product .cq-final-cta h2,
body.cq-storefront.single-product .cq-final-cta > p:not(.cq-story-kicker) {
    margin-right: auto;
    margin-left: auto;
}

body.cq-storefront.single-product .cq-final-cta small {
    display: block;
    max-width: 690px;
    margin: 20px auto 0;
    color: var(--cq-sand);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-product-story--accessory {
    margin-bottom: 24px;
}

body.cq-storefront.single-product .cq-accessory-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: center;
}

body.cq-storefront.single-product .cq-accessory-facts {
    border-top: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-accessory-facts p {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-accessory-facts strong {
    color: var(--cq-ink);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-accessory-facts span {
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-size-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.cq-storefront.single-product .cq-size-guide article {
    display: grid;
    gap: 7px;
    min-height: 180px;
    align-content: center;
    padding: 25px;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-size-guide p {
    margin: 0;
    color: var(--cq-purple-dark);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .18em;
}

body.cq-storefront.single-product .cq-size-guide strong {
    color: var(--cq-ink);
    font: 700 19px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-size-guide span,
body.cq-storefront.single-product .cq-story-note--center {
    color: var(--cq-muted);
    font-size: 13px;
}

body.cq-storefront.single-product .cq-story-note--center {
    margin: 0;
    text-align: center;
}

/* Private Blueprint member offer */
body.cq-storefront.single-product div.product.cq-product-card--blueprint .summary > p.price {
    display: grid;
    gap: 5px;
}

body.cq-storefront.single-product .cq-blueprint-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

body.cq-storefront.single-product .cq-blueprint-price strong {
    color: var(--cq-ink);
    font: 700 34px/1.15 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-blueprint-price small {
    color: var(--cq-muted);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .12em;
}

body.cq-storefront.single-product .cq-blueprint-value {
    display: block;
    color: var(--cq-muted);
    font-size: 14px;
}

body.cq-storefront.single-product .cq-blueprint-value del {
    margin-right: 3px;
}

body.cq-storefront.single-product .cq-blueprint-value b {
    margin-left: 9px;
    color: #2d715e;
    font-weight: 600;
}

body.cq-storefront.single-product .cq-product-intro--blueprint {
    margin-bottom: 18px;
}

body.cq-storefront.single-product .cq-blueprint-exclusive-value {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid var(--cq-line);
    border-bottom: 1px solid var(--cq-line);
    color: var(--cq-muted);
    font-size: 15px;
    line-height: 1.65;
}

body.cq-storefront.single-product .cq-blueprint-exclusive-value strong {
    color: var(--cq-ink);
    font-weight: 600;
}

body.cq-storefront.single-product .cq-blueprint-offer-form {
    display: grid;
    gap: 14px;
    margin: 18px 0 0 !important;
    padding: 18px;
    border: 1px solid var(--cq-line);
    border-radius: 6px;
    background: var(--cq-white);
}

body.cq-storefront.single-product .cq-blueprint-offer-form .cq-option-picker {
    margin: 0;
}

body.cq-storefront.single-product .cq-blueprint-offer-form .cq-option-picker__option {
    min-height: 60px;
}

body.cq-storefront.single-product .cq-blueprint-order-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

body.cq-storefront.single-product .cq-blueprint-order-row > div {
    display: grid;
    gap: 8px;
}

body.cq-storefront.single-product .cq-blueprint-order-row > div > span {
    color: var(--cq-ink);
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-blueprint-order-row .single_add_to_cart_button {
    min-height: 52px;
}

body.cq-storefront.single-product .cq-blueprint-form-note,
body.cq-storefront.single-product .cq-blueprint-unavailable {
    margin: 0;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-blueprint-form-note a {
    color: var(--cq-purple-dark);
    font-weight: 600;
}

body.cq-storefront.single-product .cq-product-story--blueprint .cq-story-section {
    padding: clamp(38px, 4.5vw, 58px);
}

body.cq-storefront.single-product .cq-blueprint-story-hero {
    padding: clamp(46px, 5vw, 68px);
}

body.cq-storefront.single-product .cq-blueprint-story-hero h2 {
    max-width: 760px;
    font-size: clamp(36px, 4.5vw, 52px);
}

body.cq-storefront.single-product .cq-blueprint-story-hero small,
body.cq-storefront.single-product .cq-blueprint-final-cta small {
    display: block;
    max-width: 760px;
    color: #bdb6aa;
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-blueprint-story-hero blockquote {
    max-width: 840px;
    margin: 0 0 22px;
    padding: 0 0 0 24px;
    border-left: 3px solid var(--cq-cyan);
}

body.cq-storefront.single-product .cq-blueprint-story-hero blockquote p {
    margin: 0 0 14px;
    color: var(--cq-white);
    font: 600 clamp(20px, 2.5vw, 30px)/1.45 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -.015em;
}

body.cq-storefront.single-product .cq-blueprint-story-hero blockquote cite {
    color: var(--cq-sand);
    font: 600 13px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
}

body.cq-storefront.single-product .cq-blueprint-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.cq-storefront.single-product .cq-blueprint-value-grid article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-blueprint-value-grid article > span {
    display: block;
    margin: 0 0 20px;
    color: #2d715e;
    font: 600 13px/1.4 Montserrat, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.cq-storefront.single-product .cq-blueprint-value-grid h3 {
    margin: 0 0 10px;
    color: var(--cq-ink);
    font-size: 18px;
}

body.cq-storefront.single-product .cq-blueprint-value-grid p {
    margin: 0;
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.cq-storefront.single-product .cq-blueprint-measures {
    border-top: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-blueprint-measures p {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
    gap: 18px;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid var(--cq-line);
}

body.cq-storefront.single-product .cq-blueprint-measures strong {
    color: var(--cq-ink);
    font: 600 14px/1.45 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .cq-blueprint-measures span {
    color: var(--cq-muted);
    font-size: 13px;
    line-height: 1.55;
}

body.cq-storefront.single-product .cq-blueprint-routine {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cq-storefront.single-product .cq-blueprint-prescription .cq-story-heading {
    max-width: 850px;
    margin-bottom: 30px;
}

body.cq-storefront.single-product .cq-blueprint-prescription-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--cq-line);
    border-radius: 5px;
    background: var(--cq-line);
    list-style: none;
}

body.cq-storefront.single-product .cq-blueprint-prescription-flow li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 20px;
    background: var(--cq-paper);
}

body.cq-storefront.single-product .cq-blueprint-prescription-flow strong {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #eeebff;
    color: var(--cq-purple-dark);
    font-size: 13px;
}

body.cq-storefront.single-product .cq-blueprint-prescription-flow span {
    color: var(--cq-ink);
    font: 600 14px/1.5 Montserrat, "Helvetica Neue", Arial, sans-serif;
}

body.cq-storefront.single-product .related.products {
    clear: both;
    margin-top: 48px;
}

body.cq-storefront.single-product .related.products > h2 {
    margin-bottom: 24px;
    color: var(--cq-ink);
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: -.025em;
}

body.cq-storefront .site-footer {
    border-top: 1px solid var(--cq-line);
    background: var(--cq-paper);
    color: var(--cq-muted);
}

@media (max-width: 920px) {
    body.cq-storefront.woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.cq-storefront.single-product .cq-product-assurance {
        grid-template-columns: 1fr;
    }

    body.cq-storefront .cq-shop-proof,
    body.cq-storefront.single-product .cq-metric-grid,
    body.cq-storefront.single-product .cq-blueprint-value-grid,
    body.cq-storefront.single-product .cq-rx-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.cq-storefront.single-product .cq-story-section--split,
    body.cq-storefront.single-product .cq-accessory-story {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    body.cq-storefront.single-product .cq-product-story {
        grid-template-columns: minmax(0, 1fr);
        min-width: 0;
    }

    body.cq-storefront.single-product .cq-product-story > * {
        min-width: 0;
        max-width: 100%;
    }

    body.cq-storefront .site-content > .ast-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    body.cq-storefront .cq-site-main > .cq-shell {
        padding-top: 24px;
        padding-bottom: 52px;
    }

    body.cq-storefront.post-type-archive-product .site-main,
    body.cq-storefront.tax-product_cat .site-main,
    body.cq-storefront.single-product .site-main {
        padding: 24px 0 52px;
    }

    body.cq-storefront .cq-shop-hero {
        margin-bottom: 28px;
        padding: 38px 24px;
    }

    body.cq-storefront .cq-shop-hero h1 {
        font-size: 39px;
    }

    body.cq-storefront .cq-shop-hero__copy {
        margin-top: 18px;
        font-size: 16px;
    }

    body.cq-storefront .cq-shop-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 24px;
    }

    body.cq-storefront .cq-shop-hero__actions a {
        width: 100%;
    }

    body.cq-storefront .cq-shop-proof {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }

    body.cq-storefront .cq-shop-proof span {
        padding-top: 14px;
    }

    body.cq-storefront .cq-catalog-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    body.cq-storefront .woocommerce-result-count,
    body.cq-storefront .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    body.cq-storefront .woocommerce-ordering select {
        width: 100%;
        font-size: 16px;
    }

    body.cq-storefront.single-product input,
    body.cq-storefront.single-product select,
    body.cq-storefront.single-product textarea {
        font-size: 16px;
    }

    body.cq-storefront.woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.cq-storefront.woocommerce ul.products li.product .astra-shop-summary-wrap,
    body.cq-storefront.woocommerce ul.products li.product .cq-product-card__summary {
        padding: 20px 20px 0;
    }

    body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse {
        grid-template-columns: 1fr;
    }

    body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse img {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .astra-shop-summary-wrap,
    body.cq-storefront.woocommerce ul.products li.cq-product-card--pulse .cq-product-card__summary {
        padding: 25px 22px;
    }

    body.cq-storefront.single-product div.product .product_title {
        font-size: 38px;
    }

    body.cq-storefront.single-product .fpb-choice-grid,
    body.cq-storefront.single-product .fpb-package-selector {
        grid-template-columns: 1fr;
    }

    body.cq-storefront.single-product .fpb-package-details {
        padding: 20px !important;
    }

    body.cq-storefront.single-product .cq-product-assurance {
        margin-top: 32px;
    }

    body.cq-storefront.single-product .cq-story-hero,
    body.cq-storefront.single-product .cq-final-cta,
    body.cq-storefront.single-product .cq-story-section,
    body.cq-storefront.single-product .cq-accessory-story {
        padding: 34px 22px;
    }

    body.cq-storefront.single-product .cq-story-hero h2,
    body.cq-storefront.single-product .cq-final-cta h2 {
        font-size: 35px;
    }

    body.cq-storefront.single-product .cq-story-heading {
        margin-bottom: 28px;
    }

    body.cq-storefront.single-product .cq-metric-grid,
    body.cq-storefront.single-product .cq-care-grid,
    body.cq-storefront.single-product .cq-blueprint-value-grid,
    body.cq-storefront.single-product .cq-rx-steps,
    body.cq-storefront.single-product .cq-story-section--included,
    body.cq-storefront.single-product .cq-size-guide {
        grid-template-columns: 1fr;
    }

    body.cq-storefront.single-product .cq-blueprint-order-row {
        align-items: stretch;
        flex-direction: column;
    }

    body.cq-storefront.single-product .cq-blueprint-order-row .single_add_to_cart_button {
        width: 100%;
    }

    body.cq-storefront.single-product .cq-product-story--blueprint .cq-story-section,
    body.cq-storefront.single-product .cq-blueprint-story-hero {
        padding: 34px 22px;
    }

    body.cq-storefront.single-product .cq-blueprint-prescription-flow {
        grid-template-columns: 1fr;
    }

    body.cq-storefront.single-product .cq-blueprint-measures p {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    body.cq-storefront.single-product .cq-metric-grid article,
    body.cq-storefront.single-product .cq-rx-steps li {
        min-height: 0;
    }

    body.cq-storefront.single-product .cq-metric-grid article > span,
    body.cq-storefront.single-product .cq-rx-steps li > strong {
        margin-bottom: 20px;
    }

    body.cq-storefront.single-product .cq-story-section--included > div {
        padding: 34px 22px;
    }

    body.cq-storefront.single-product .cq-policy-links {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
}

/*
 * One resilient variation system for catalog cards, standard product pages,
 * and native package selectors. This block intentionally follows all legacy
 * component and breakpoint rules so option count, availability, and selected
 * state never change the control geometry.
 */
body.cq-storefront .cq-card-variation-form {
    align-self: stretch;
    width: 100%;
    min-width: 0;
}

body.cq-storefront .cq-card-variation-form fieldset {
    width: 100%;
    min-width: 0;
}

body.cq-storefront .cq-card-size-options,
body.cq-storefront.single-product .cq-option-picker__options,
body.cq-storefront.single-product .fpb-choice-grid,
body.cq-storefront.single-product .fpb-package-selector {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(126px, 100%), 1fr)) !important;
    gap: 9px !important;
    width: 100% !important;
}

body.cq-storefront .cq-card-variation-form--care .cq-card-size-options,
body.cq-storefront.single-product .cq-option-picker--care .cq-option-picker__options,
body.cq-storefront.single-product .fpb-package-selector {
    grid-template-columns: repeat(auto-fit, minmax(min(104px, 100%), 1fr)) !important;
}

body.cq-storefront .cq-card-size-option,
body.cq-storefront.single-product .cq-option-picker__option,
body.cq-storefront.single-product .fpb-choice,
body.cq-storefront.single-product .fpb-package-summary-button {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 12px 10px !important;
    border: 2px solid var(--cq-line) !important;
    border-radius: 6px !important;
    background: var(--cq-white) !important;
    box-shadow: none !important;
    text-align: center !important;
}

body.cq-storefront .cq-card-size-option:has(input:checked),
body.cq-storefront .cq-card-size-option.is-selected,
body.cq-storefront.single-product .cq-option-picker__option:has(input:checked),
body.cq-storefront.single-product .cq-option-picker__option.is-selected,
body.cq-storefront.single-product .fpb-choice:has(input:checked),
body.cq-storefront.single-product .fpb-choice.is-selected,
body.cq-storefront.single-product .fpb-package-card:has(input:checked) .fpb-package-summary-button,
body.cq-storefront.single-product .fpb-package-card.is-selected .fpb-package-summary-button {
    border-color: var(--cq-purple) !important;
    background: var(--cq-option-selected) !important;
    box-shadow: 0 0 0 1px var(--cq-purple) !important;
}

body.cq-storefront .cq-card-size-option strong,
body.cq-storefront.single-product .cq-option-picker__option strong,
body.cq-storefront.single-product .fpb-choice-label,
body.cq-storefront.single-product .fpb-package-name {
    font: 700 14px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif !important;
}

body.cq-storefront .cq-card-size-option .cq-selector-hint,
body.cq-storefront.single-product .cq-option-picker__option .cq-selector-hint,
body.cq-storefront.single-product .fpb-choice .cq-selector-hint,
body.cq-storefront.single-product .fpb-package-card .fpb-selector-bottomline {
    margin-top: 4px !important;
    color: var(--cq-muted) !important;
    font: 500 13px/1.3 Montserrat, "Helvetica Neue", Arial, sans-serif !important;
}

body.cq-storefront .cq-shop-hero h1,
body.cq-storefront .cq-shop-hero--compact h1,
body.cq-storefront.single-product div.product .product_title,
body.cq-storefront.single-product .cq-story-hero h2,
body.cq-storefront.single-product .cq-final-cta h2,
body.cq-storefront.single-product .cq-blueprint-story-hero h2 {
    font-size: clamp(36px, 5vw, var(--cq-display-max)) !important;
}

/*
 * Mobile storefront refinements. Keep cuff choices in a compact two-column
 * grid while allowing future sizes to wrap in pairs. The proof points use
 * independent columns so a longer first-row description cannot create an
 * artificial gap above the second row.
 */
@media (max-width: 600px) {
    body.cq-storefront.single-product .cq-option-picker--cuff .cq-option-picker__options,
    body.cq-storefront.single-product .fpb-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.cq-storefront .cq-shop-proof {
        display: block !important;
        columns: 2;
        column-gap: 24px;
    }

    body.cq-storefront .cq-shop-proof span {
        break-inside: avoid;
        margin: 0 0 18px;
        padding: 0 !important;
    }
}
