/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --cf-green: #315b3f;
    --cf-green-dark: #244933;
    --cf-orange: #f97316;
    --cf-orange-dark: #ea580c;
    --cf-red: #b1171f;
    --cf-ink: #171717;
    --cf-muted: #666;
    --cf-line: #e9e9e9;
    --cf-soft: #f6f6f6;
}

.cf-container {
    margin: 0 auto;
    max-width: 1540px;
    padding: 0 50px;
    width: 100%;
}

.cf-site-header {
    background: #fff;
    color: var(--cf-ink);
    position: relative;
    z-index: 20;
}

.cf-announcement {
    background: var(--cf-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.cf-announcement .cf-container {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    min-height: 45px;
}

.cf-announcement p {
    margin: 0;
    text-align: center;
}

.cf-mobile-copy {
    display: none;
}

.cf-mobile-subcopy {
    display: none;
}

.cf-announcement-links {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.cf-announcement a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cf-currency {
    border-left: 1px solid rgba(255, 255, 255, .35);
    margin-left: 10px;
    padding-left: 14px;
}

.cf-mainbar {
    border-bottom: 1px solid var(--cf-line);
    background: #fff;
}

.cf-mainbar .cf-container {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 80px;
}

.cf-logo {
    align-items: center;
    color: #101010;
    display: inline-flex;
    gap: 14px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    text-transform: none;
    width: fit-content;
}

.cf-logo:hover {
    color: #101010;
}

.cf-logo img {
    display: block;
    height: 90px;
    width: 90px;
}

.cf-logo span {
    color: var(--cf-ink);
}

.cf-search-form {
    align-items: center;
    background: #fff;
    border: 2px solid var(--cf-orange);
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    display: flex;
    height: 44px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 14px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    transform: translateY(-4px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    width: min(330px, 74vw);
    z-index: 40;
}

.cf-search-panel.is-open .cf-search-form {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.cf-search-form input[type="search"] {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cf-search-form input[type="search"]:focus {
    box-shadow: none;
}

.cf-search-form button {
    align-items: center;
    background: var(--cf-orange);
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    min-height: 44px;
    padding: 0;
    width: 48px;
}

.cf-header-actions {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: flex-end;
}

.cf-search-panel {
    display: inline-flex;
    position: relative;
}

.cf-search-toggle,
.cf-action {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    gap: 8px;
    white-space: nowrap;
}

.cf-search-toggle {
    border-radius: 0;
    height: 40px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    padding: 0;
    width: 40px;
}

.cf-mobile-search-action {
    display: none;
}

.cf-search-toggle:hover,
.cf-action:hover,
.cf-cart:hover {
    color: var(--cf-orange-dark);
}

.cf-heart,
.cf-cart-icon {
    display: inline-block;
    position: relative;
}

.cf-heart {
    border: 2px solid currentColor;
    border-left: 0;
    border-top: 0;
    height: 14px;
    margin-left: 4px;
    transform: rotate(45deg);
    width: 14px;
}

.cf-heart:before,
.cf-heart:after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    width: 12px;
}

.cf-heart:before {
    left: -7px;
    top: -2px;
}

.cf-heart:after {
    right: -2px;
    top: -7px;
}

.cf-cart {
    align-items: center;
    color: var(--cf-ink);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin-left: 4px;
    position: relative;
    width: 34px;
}

.cf-cart:before {
    background: var(--cf-line);
    content: "";
    height: 26px;
    left: -14px;
    position: absolute;
    top: 4px;
    width: 1px;
}

.cf-cart-icon {
    align-items: center;
    display: inline-flex;
    font-size: 22px;
    justify-content: center;
}

.cf-cart-count {
    align-items: center;
    background: #e43f47;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    position: absolute;
    right: -7px;
    top: -8px;
}

.cf-mobile-menu-toggle {
    color: var(--cf-ink);
    display: none;
}

.cf-nav {
    background: #fff;
    border-bottom: 0;
    justify-self: end;
    min-width: 0;
}

.cf-nav ul {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-nav li {
    margin: 0;
    position: relative;
}

.cf-nav a {
    color: var(--cf-ink);
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 31px 0;
    white-space: nowrap;
}

.cf-nav a:hover {
    color: var(--cf-orange-dark);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.cf-has-dropdown>a:after {
    border-bottom: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 8px;
    transform: rotate(45deg) translateY(-3px);
    width: 7px;
}

.cf-has-dropdown ul {
    background: #fff;
    border: 1px solid var(--cf-line);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
    display: grid;
    justify-content: flex-start;
    gap: 0;
    left: 50%;
    min-width: 200px;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 30;
}

.cf-has-dropdown:hover ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.cf-has-dropdown ul a {
    font-size: 14px;
    font-weight: 700;
    padding: 9px 18px;
}

.cf-dropdown-wide ul {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    min-width: 430px;
}

.cf-mobile-sidebar-foot {
    color: var(--cf-ink);
}

.cf-mobile-sidebar-support {
    margin-top: 28px;
}

.cf-mobile-sidebar-support a {
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.cf-mobile-sidebar-support p {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.cf-mobile-sidebar-login {
    align-items: center;
    background: var(--cf-green);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
    line-height: 1;
    margin-top: 20px;
    min-height: 44px;
    padding: 11px 20px;
}

.cf-mobile-sidebar-login:hover {
    background: var(--cf-green-dark);
    color: #fff;
}

.cf-site-footer {
    background: var(--cf-soft);
    color: var(--cf-ink);
}

.po-home {
    background: #fff;
    color: #3a3a3a;
}

.po-home h1,
.po-home h2,
.po-home h3,
.po-home p {
    letter-spacing: 0;
}

.po-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 40px;
    width: 100%;
}

.po-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, .36) 100%),
        url("assets/img/home/blue-tractor.jpeg") center / cover no-repeat;
    display: flex;
    min-height: 520px;
    padding: 72px 0;
}

.po-hero__content {
    max-width: 720px;
}

.po-hero h1 {
    color: #111827;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
    text-transform: capitalize;
}

.po-hero p {
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 650px;
}

.po-button {
    align-items: center;
    background: var(--cf-orange);
    border-radius: 4px;
    color: #000;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 0 28px;
}

.po-button:hover {
    background: var(--cf-orange-dark);
    color: #000;
}

.po-knowledge,
.po-offerings,
.po-why,
.po-latest,
.po-cta {
    padding: 72px 0;
}

.po-cta {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .82)),
        url("assets/img/home/watering-plants.jpeg") center / cover no-repeat;
}

.po-section-heading {
    margin-bottom: 42px;
    max-width: 760px;
}

.po-section-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.po-section-heading h2,
.po-latest h2,
.po-cta h2 {
    color: #111827;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: capitalize;
}

.po-section-heading p:not(.po-kicker),
.po-cta p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.po-kicker {
    color: var(--cf-orange-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
}

.po-about-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.po-about-media {
    display: grid;
    gap: 18px;
}

.po-about-media img,
.po-why__top img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.po-about-media__wide {
    aspect-ratio: 2 / 1;
}

.po-about-media__stack {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.po-about-media__stack img {
    aspect-ratio: 1.55;
}

.po-about-copy h3 {
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: none;
}

.po-about-copy p:not(.po-kicker) {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.po-offerings {
    background: #f9fafb;
}

.po-offerings .po-section-heading {
    margin-bottom: 0;
}

.po-why__top {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    margin-bottom: 46px;
}

.po-why__top .po-section-heading {
    margin-bottom: 0;
}

.po-why__top img {
    aspect-ratio: 2 / 1;
}

.po-feature-list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.po-feature h3 {
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 12px;
}

.po-feature p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.po-latest {
    background: #f9fafb;
    text-align: center;
}

.po-cta__box {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

.po-cta p {
    margin-bottom: 28px;
}

.po-about-page {
    background: #fff;
    color: #3a3a3a;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
}

.po-about-page h1,
.po-about-page h2,
.po-about-page h3,
.po-about-page p {
    letter-spacing: 0;
}

.po-about-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, .4) 100%),
        url("assets/img/home/blue-tractor.jpeg") center / cover no-repeat;
    display: flex;
    min-height: 430px;
    padding: 72px 0;
}

.po-about-hero__content {
    max-width: 760px;
}

.po-about-hero h1 {
    color: #111827;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
}

.po-about-intro,
.po-about-journey,
.po-about-books,
.po-about-shop {
    padding: 72px 0;
}

.po-about-intro__head {
    margin-bottom: 42px;
    max-width: 820px;
}

.po-about-intro__head h2,
.po-about-journey__content h2,
.po-about-books h2,
.po-about-shop h2 {
    color: #111827;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: capitalize;
}

.po-about-intro__head p,
.po-about-copy p,
.po-about-value p,
.po-about-books p,
.po-about-shop p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.po-about-intro__grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}

.po-about-intro__grid img {
    aspect-ratio: 3 / 2;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.po-about-copy p {
    margin-top: 0;
}

.po-about-journey {
    background: #f9fafb;
}

.po-about-journey__content {
    margin: 0 auto 44px;
    max-width: 760px;
    text-align: center;
}

.po-about-values {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.po-about-value {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 6px;
    padding: 30px;
}

.po-about-value__number {
    color: var(--cf-orange-dark);
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.po-about-value h3 {
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.po-about-books,
.po-about-shop {
    text-align: center;
}

.po-about-shop {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .82)),
        url("assets/img/about-planting-seedling.jpeg") center / cover no-repeat;
}

.po-about-shop__inner,
.po-about-books__inner {
    margin: 0 auto;
    max-width: 760px;
}

.po-about-shop p {
    margin-bottom: 28px;
}

.po-contact-page {
    background: #fff;
    color: #3a3a3a;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
}

.po-contact-page h1,
.po-contact-page h2,
.po-contact-page h3,
.po-contact-page p {
    letter-spacing: 0;
}

.po-contact-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, .4) 100%),
        url("assets/img/home/watering-plants.jpeg") center / cover no-repeat;
    display: flex;
    min-height: 430px;
    padding: 72px 0;
}

.po-contact-hero h1 {
    color: #111827;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
}

.po-contact-intro,
.po-contact-main {
    padding: 72px 0;
}

.po-contact-intro {
    text-align: center;
}

.po-contact-intro__inner {
    margin: 0 auto;
    max-width: 760px;
}

.po-contact-intro h2,
.po-contact-panel h2,
.po-contact-details h2,
.po-contact-details h3 {
    color: #111827;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: capitalize;
}

.po-contact-intro h2,
.po-contact-panel h2,
.po-contact-details h2 {
    font-size: 36px;
}

.po-contact-details h3 {
    font-size: 22px;
    margin-top: 34px;
}

.po-contact-intro p,
.po-contact-panel p,
.po-contact-details p,
.po-contact-list {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.po-contact-main {
    background: #f9fafb;
}

.po-contact-grid {
    align-items: start;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}

.po-contact-panel,
.po-contact-details {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 6px;
    padding: 34px;
}

.po-contact-form,
.po-contact-panel .wpcf7-form {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.po-contact-form__row,
.po-contact-panel .cf7-contact-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.po-contact-form label,
.po-contact-panel .wpcf7-form label {
    color: #111827;
    display: grid;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    line-height: 1.4;
}

.po-contact-form input,
.po-contact-form textarea,
.po-contact-panel .wpcf7-form input,
.po-contact-panel .wpcf7-form textarea {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    box-shadow: none;
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 14px;
    width: 100%;
}

.po-contact-form textarea,
.po-contact-panel .wpcf7-form textarea {
    min-height: 132px;
    resize: vertical;
}

.po-contact-panel .wpcf7-submit {
    align-items: center;
    background: var(--cf-orange);
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 0 28px;
    width: auto;
}

.po-contact-panel .wpcf7-submit:hover {
    background: var(--cf-orange-dark);
}

.po-contact-panel .wpcf7-not-valid-tip,
.po-contact-panel .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
}

.po-contact-list {
    display: grid;
    gap: 18px;
    list-style: none;
    margin-top: 28px;
    padding: 0;
}

.po-contact-list li {
    display: grid;
    gap: 4px;
}

.po-contact-list strong {
    color: #111827;
}

.po-contact-original {
    --ast-global-color-2: #212d45;
    --ast-global-color-3: #4b4f58;
    --ast-global-color-4: #f7f7f7;
    --ast-global-color-7: #212d45;
}

.po-contact-original .wp-block-uagb-container {
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.po-contact-original .uagb-container-inner-blocks-wrap {
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.po-contact-original .wp-block-uagb-advanced-heading {
    width: 100%;
}

.po-contact-original .uagb-heading-text,
.po-contact-original .uagb-desc-text {
    margin-top: 0;
}

.po-contact-original h1.uagb-heading-text {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.po-contact-original h2.uagb-heading-text {
    color: var(--ast-global-color-3);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

.po-contact-original h3.uagb-heading-text {
    color: var(--ast-global-color-3);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

.po-contact-original .uagb-desc-text {
    color: var(--ast-global-color-3);
    font-size: 15px;
    line-height: 1.7;
}

.po-contact-original .wp-block-uagb-container.uagb-block-dde5c922 {
    align-items: flex-start;
    background-attachment: scroll;
    background-clip: padding-box;
    background-image: url("assets/img/contact-hero-watering.jpeg");
    background-position: 28% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    padding: 0 32px 0 0;
    width: 100%;
}

.po-contact-original .wp-block-uagb-container.uagb-block-b618de5d {
    align-items: center;
    background-color: var(--ast-global-color-7);
    border-bottom-right-radius: 260px;
    flex-direction: column;
    justify-content: center;
    max-width: 72%;
    padding: 120px 220px 120px 120px;
    width: 100%;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-1d772575 .uagb-heading-text {
    color: #fff;
    margin: 0;
}

.po-contact-original .wp-block-uagb-container.uagb-block-4b0b8f05 {
    overflow: visible;
    padding: 76px 40px 0;
    row-gap: 36px;
    width: 100%;
}

.po-contact-original .wp-block-uagb-container.uagb-block-4b0b8f05 > .uagb-container-inner-blocks-wrap {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: min(100%, 1200px);
    row-gap: 36px;
    width: 100%;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-ab53c455 {
    padding: 0 16%;
    text-align: center;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-ab53c455 .uagb-heading-text {
    margin-bottom: 20px;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-ab53c455 .uagb-desc-text {
    margin-bottom: 0;
}

.po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 {
    column-gap: 56px;
    overflow: visible;
    padding: 72px 40px 84px;
    row-gap: 0;
    width: 100%;
}

.po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 > .uagb-container-inner-blocks-wrap {
    align-items: flex-start;
    column-gap: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: min(100%, 1200px);
    width: 100%;
}

.po-contact-original .wp-block-uagb-container.uagb-block-766bbd82 {
    align-items: center;
    background-color: var(--ast-global-color-4);
    border-radius: 6px;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
    overflow: visible;
    padding: 32px;
    width: 100%;
}

.po-contact-original .wp-block-uagb-container.uagb-block-71a265c9 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
    overflow: visible;
    padding: 0;
    row-gap: 18px;
    width: 100%;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-f98dc221 {
    margin: 0;
    padding: 0 0 6px;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-f98dc221 .uagb-heading-text {
    margin-bottom: 15px;
}

.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-f98dc221 .uagb-desc-text,
.po-contact-original .wp-block-uagb-advanced-heading.uagb-block-ede53926 .uagb-desc-text {
    margin-bottom: 15px;
}

.po-contact-original .uagb-block-dc66265a.uagb-forms__outer-wrap {
    padding: 0;
    width: 100%;
}

.po-contact-original .uagb-block-dc66265a .wpcf7-form {
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.po-contact-original .uagb-block-dc66265a .cf7-contact-row {
    display: contents;
}

.po-contact-original .uagb-block-dc66265a .wpcf7-form p {
    margin: 0;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-field-set {
    flex: 0 0 100%;
    margin-bottom: 16px;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-field-set.uag-col-2 {
    flex-basis: calc(50% - 8px);
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-input-label {
    display: none;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-input {
    background-color: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    color: var(--ast-global-color-3);
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
    text-align: left;
    width: 100%;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-input::placeholder {
    color: #9ca3af;
}

.po-contact-original .uagb-block-dc66265a input.uagb-forms-input {
    height: 40px;
    min-height: 0 !important;
}

.po-contact-original .uagb-block-dc66265a textarea.uagb-forms-input {
    min-height: 112px;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-input:focus {
    outline: none !important;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-main-submit-button-wrap {
    flex: 0 0 100%;
    text-align: left;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-main-submit-button {
    background: var(--cf-orange);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    min-height: 46px;
    padding: 0 28px;
    width: auto;
}

.po-contact-original .uagb-block-dc66265a .uagb-forms-main-submit-button:hover {
    background: var(--cf-orange-dark);
}

.po-contact-original .uagb-block-dc66265a .wpcf7-spinner,
.po-contact-original .uagb-block-dc66265a .wpcf7-response-output {
    flex: 0 0 100%;
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .uagb-icon-list__wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .wp-block-uagb-icon-list-child {
    align-items: center;
    display: flex;
    margin: 0 0 10px;
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .uagb-icon-list__source-wrap {
    align-self: center;
    border-width: 0;
    color: var(--ast-global-color-2);
    display: block;
    margin-right: 15px;
    padding: 0;
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .uagb-icon-list__source-wrap::before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 18px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 18px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.po-contact-original .uagb-block-3f5927f3 .uagb-icon-list__source-wrap::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M336 0C362.5 0 384 21.49 384 48V367.8C345.8 389.2 320 430 320 476.9C320 489.8 323.6 501.8 329.9 512H240V432C240 405.5 218.5 384 192 384C165.5 384 144 405.5 144 432V512H48C21.49 512 0 490.5 0 464V48C0 21.49 21.49 0 48 0H336zM64 272C64 280.8 71.16 288 80 288H112C120.8 288 128 280.8 128 272V240C128 231.2 120.8 224 112 224H80C71.16 224 64 231.2 64 240V272zM176 224C167.2 224 160 231.2 160 240V272C160 280.8 167.2 288 176 288H208C216.8 288 224 280.8 224 272V240C224 231.2 216.8 224 208 224H176zM256 272C256 280.8 263.2 288 272 288H304C312.8 288 320 280.8 320 272V240C320 231.2 312.8 224 304 224H272C263.2 224 256 231.2 256 240V272zM80 96C71.16 96 64 103.2 64 112V144C64 152.8 71.16 160 80 160H112C120.8 160 128 152.8 128 144V112C128 103.2 120.8 96 112 96H80zM160 144C160 152.8 167.2 160 176 160H208C216.8 160 224 152.8 224 144V112C224 103.2 216.8 96 208 96H176C167.2 96 160 103.2 160 112V144zM272 96C263.2 96 256 103.2 256 112V144C256 152.8 263.2 160 272 160H304C312.8 160 320 152.8 320 144V112C320 103.2 312.8 96 304 96H272zM576 272C576 316.2 540.2 352 496 352C451.8 352 416 316.2 416 272C416 227.8 451.8 192 496 192C540.2 192 576 227.8 576 272zM352 477.1C352 425.7 393.7 384 445.1 384H546.9C598.3 384 640 425.7 640 477.1C640 496.4 624.4 512 605.1 512H386.9C367.6 512 352 496.4 352 477.1V477.1z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M336 0C362.5 0 384 21.49 384 48V367.8C345.8 389.2 320 430 320 476.9C320 489.8 323.6 501.8 329.9 512H240V432C240 405.5 218.5 384 192 384C165.5 384 144 405.5 144 432V512H48C21.49 512 0 490.5 0 464V48C0 21.49 21.49 0 48 0H336zM64 272C64 280.8 71.16 288 80 288H112C120.8 288 128 280.8 128 272V240C128 231.2 120.8 224 112 224H80C71.16 224 64 231.2 64 240V272zM176 224C167.2 224 160 231.2 160 240V272C160 280.8 167.2 288 176 288H208C216.8 288 224 280.8 224 272V240C224 231.2 216.8 224 208 224H176zM256 272C256 280.8 263.2 288 272 288H304C312.8 288 320 280.8 320 272V240C320 231.2 312.8 224 304 224H272C263.2 224 256 231.2 256 240V272zM80 96C71.16 96 64 103.2 64 112V144C64 152.8 71.16 160 80 160H112C120.8 160 128 152.8 128 144V112C128 103.2 120.8 96 112 96H80zM160 144C160 152.8 167.2 160 176 160H208C216.8 160 224 152.8 224 144V112C224 103.2 216.8 96 208 96H176C167.2 96 160 103.2 160 112V144zM272 96C263.2 96 256 103.2 256 112V144C256 152.8 263.2 160 272 160H304C312.8 160 320 152.8 320 144V112C320 103.2 312.8 96 304 96H272zM576 272C576 316.2 540.2 352 496 352C451.8 352 416 316.2 416 272C416 227.8 451.8 192 496 192C540.2 192 576 227.8 576 272zM352 477.1C352 425.7 393.7 384 445.1 384H546.9C598.3 384 640 425.7 640 477.1C640 496.4 624.4 512 605.1 512H386.9C367.6 512 352 496.4 352 477.1V477.1z'/%3E%3C/svg%3E");
}

.po-contact-original .uagb-block-1a942ac5 .uagb-icon-list__source-wrap::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z'/%3E%3C/svg%3E");
}

.po-contact-original .uagb-block-bd9accdf .uagb-icon-list__source-wrap::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z'/%3E%3C/svg%3E");
}

.po-contact-original .uagb-block-c355edaa .uagb-icon-list__source-wrap::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z'/%3E%3C/svg%3E");
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .uagb-icon-list__source-wrap svg {
    color: var(--ast-global-color-2);
    display: block;
    fill: var(--ast-global-color-2);
    height: 18px;
    width: 18px;
}

.po-contact-original .wp-block-uagb-icon-list.uagb-block-398dfdc8 .uagb-icon-list__label {
    color: var(--ast-global-color-2);
    text-align: left;
}

@media only screen and (max-width: 976px) {
    .po-contact-original .wp-block-uagb-container.uagb-block-dde5c922 {
        padding: 0;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-b618de5d {
        border-bottom-right-radius: 180px;
        max-width: 80%;
        padding: 82px 32px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-4b0b8f05 {
        padding: 64px 32px 0;
        row-gap: 30px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 {
        column-gap: 28px;
        padding: 64px 32px 72px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 > .uagb-container-inner-blocks-wrap {
        column-gap: 28px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-766bbd82 {
        padding: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .po-contact-original .wp-block-uagb-container.uagb-block-dde5c922 {
        flex-wrap: wrap;
        padding: 0;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-b618de5d {
        border-bottom-right-radius: 100px;
        flex-wrap: wrap;
        max-width: 90%;
        padding: 56px 24px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-4b0b8f05 {
        padding: 46px 24px 0;
    }

    .po-contact-original .wp-block-uagb-advanced-heading.uagb-block-ab53c455 {
        padding: 0;
        text-align: left;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 {
        padding: 46px 24px 56px;
        row-gap: 32px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-69e826b6 > .uagb-container-inner-blocks-wrap {
        align-items: center;
        flex-wrap: wrap;
        row-gap: 32px;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-766bbd82,
    .po-contact-original .wp-block-uagb-container.uagb-block-71a265c9 {
        max-width: 100%;
    }

    .po-contact-original .wp-block-uagb-container.uagb-block-766bbd82 {
        padding: 20px;
    }

    .po-contact-original .uagb-block-dc66265a .cf7-contact-row {
        grid-template-columns: 1fr;
    }

    .po-contact-original .uagb-block-dc66265a .uagb-forms-field-set.uag-col-2 {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 849px) {
    .po-wrap {
        padding: 0 28px;
    }

    .po-hero {
        min-height: 430px;
        padding: 58px 0;
    }

    .po-hero h1 {
        font-size: 42px;
    }

    .po-about-grid,
    .po-why__top {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .po-feature-list {
        grid-template-columns: 1fr;
    }

    .po-about-hero {
        min-height: 360px;
        padding: 58px 0;
    }

    .po-about-hero h1 {
        font-size: 42px;
    }

    .po-about-intro__grid,
    .po-about-values {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .po-contact-hero {
        min-height: 360px;
        padding: 58px 0;
    }

    .po-contact-hero h1 {
        font-size: 42px;
    }

    .po-contact-grid {
        gap: 36px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .po-wrap {
        padding: 0 20px;
    }

    .po-hero {
        min-height: 0;
        padding: 48px 0;
    }

    .po-hero h1 {
        font-size: 34px;
    }

    .po-hero p {
        font-size: 16px;
    }

    .po-knowledge,
    .po-offerings,
    .po-why,
    .po-latest,
    .po-cta {
        padding: 50px 0;
    }

    .po-section-heading h2,
    .po-latest h2,
    .po-cta h2 {
        font-size: 30px;
    }

    .po-about-media__stack {
        grid-template-columns: 1fr;
    }

    .po-about-media__stack img {
        aspect-ratio: 1.65;
    }

    .po-about-hero {
        min-height: 0;
        padding: 48px 0;
    }

    .po-about-hero h1 {
        font-size: 34px;
    }

    .po-about-intro,
    .po-about-journey,
    .po-about-books,
    .po-about-shop {
        padding: 50px 0;
    }

    .po-about-intro__head h2,
    .po-about-journey__content h2,
    .po-about-books h2,
    .po-about-shop h2 {
        font-size: 30px;
    }

    .po-about-value {
        padding: 24px;
    }

    .po-contact-hero {
        min-height: 0;
        padding: 48px 0;
    }

    .po-contact-hero h1 {
        font-size: 34px;
    }

    .po-contact-intro,
    .po-contact-main {
        padding: 50px 0;
    }

    .po-contact-intro h2,
    .po-contact-panel h2,
    .po-contact-details h2 {
        font-size: 30px;
    }

    .po-contact-form__row,
    .po-contact-panel .cf7-contact-row {
        grid-template-columns: 1fr;
    }

    .po-contact-panel,
    .po-contact-details {
        padding: 24px;
    }
}

.cf-home {
    background: #fff;
    color: var(--cf-ink);
}

.cf-home h1,
.cf-home h2,
.cf-home h3,
.cf-home p {
    letter-spacing: 0;
}

.cf-home-hero {
    background: linear-gradient(180deg, #f7f8f4 0%, #fff 100%);
    padding: 26px 0 44px;
}

.cf-hero-panel {
    align-items: center;
    background: #e9eee8;
    border-radius: 8px;
    display: grid;
    gap: 30px;
    grid-template-columns: .9fr 1.1fr;
    min-height: 490px;
    overflow: hidden;
    padding: 54px;
    position: relative;
}

.cf-hero-panel:before {
    background: linear-gradient(120deg, rgba(49, 91, 63, .92), rgba(49, 91, 63, .32));
    content: "";
    inset: 0;
    position: absolute;
}

.cf-hero-copy,
.cf-hero-visual {
    position: relative;
    z-index: 1;
}

.cf-hero-copy {
    color: #fff;
    max-width: 520px;
}

.cf-eyebrow {
    color: var(--cf-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em !important;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.cf-hero-copy .cf-eyebrow {
    color: #fff;
}

.cf-hero-copy h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.02;
    margin: 0 0 18px;
}

.cf-hero-copy p {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 24px;
}

.cf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cf-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    text-transform: uppercase;
}

.cf-button-primary {
    background: var(--cf-red);
    color: #fff;
}

.cf-button-primary:hover {
    background: #931219;
    color: #fff;
}

.cf-button-secondary {
    background: #fff;
    color: var(--cf-ink);
}

.cf-button-secondary:hover {
    color: var(--cf-red);
}

.cf-hero-visual {
    align-items: center;
    display: grid;
    min-height: 0;
}

.cf-hero-photo {
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    object-fit: cover;
}

.cf-hero-photo-main {
    aspect-ratio: 1.42;
    border-radius: 8px;
    justify-self: end;
    width: 100%;
}

.cf-home-intro {
    padding: 65px 0 42px;
}

.cf-intro-heading {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 59px;
    min-height: 96px;
    position: relative;
    text-align: left;
}

.cf-intro-copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    margin: 0;
}

.cf-intro-copy h3 {
    color: var(--cf-ink);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.cf-intro-copy p {
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    max-width: 565px;
}

.cf-intro-arrows {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cf-intro-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 60px;
    box-shadow: none;
    color: var(--cf-green);
    cursor: pointer;
    display: inline-flex;
    font-size: 30px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 30px;
    padding: 0;
    width: 30px;
}

.cf-intro-arrow--prev {
    color: rgba(14, 88, 75, .4);
}

.cf-intro-arrow:hover {
    background: transparent;
    color: var(--cf-green);
}

.cf-category-strip {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    margin: 0;
    max-width: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.cf-category-card {
    color: var(--cf-ink);
    display: block;
    flex: 0 0 209px;
    min-width: 209px;
    text-align: center;
}

.cf-category-card:hover {
    color: var(--cf-green);
}

.cf-category-card__image {
    align-items: center;
    aspect-ratio: 1;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    width: 209px;
}

.cf-category-card__image img {
    border-radius: 9999px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cf-category-card__label {
    align-items: center;
    color: #111827;
    display: inline-flex;
    font-size: 19px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    margin-top: 20px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-home-section {
    padding: 42px 0;
}

.cf-section-heading {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cf-section-heading h2 {
    color: var(--cf-ink);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.cf-section-heading p {
    color: var(--cf-muted);
    font-size: 15px;
    margin: 8px 0 0;
}

.cf-section-heading a {
    border: 1px solid var(--cf-line);
    border-radius: 999px;
    color: var(--cf-ink);
    font-size: 13px;
    font-weight: 900;
    padding: 10px 18px;
    white-space: nowrap;
}

.cf-section-heading a:hover {
    border-color: var(--cf-red);
    color: var(--cf-red);
}

.cf-product-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cf-product-item {
    background: #fff;
    min-width: 0;
}

.cf-product-item__media {
    aspect-ratio: 1;
    background: #f7f7f7;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
}

.cf-product-item__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.cf-product-item:hover .cf-product-item__media img {
    transform: scale(1.04);
}

.cf-product-item__badge {
    background: var(--cf-red);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    left: 10px;
    padding: 5px 9px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.cf-product-item__info {
    padding: 13px 0 0;
}

.cf-product-item__title {
    color: var(--cf-ink);
    display: -webkit-box;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cf-product-item__title:hover {
    color: var(--cf-red);
}

.cf-product-item__price {
    color: var(--cf-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    margin-top: 8px;
}

.cf-product-item__price del {
    color: #9c9c9c;
    font-weight: 600;
    margin-right: 6px;
}

.cf-product-item__price ins {
    color: var(--cf-red);
    text-decoration: none;
}

.star-rating {
    color: var(--cf-orange);
    display: inline-block;
    font-family: WooCommerce;
    font-size: 14px;
    height: 1em;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 6.1em;
}

.star-rating:before {
    color: #d9d9d9;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    color: var(--cf-orange);
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
}

.cf-product-rating,
.woocommerce-product-rating {
    align-items: center;
    display: flex;
    gap: 10px;
}

.cf-product-rating .star-rating,
.woocommerce-product-rating .star-rating {
    flex: 0 0 auto;
}

.woocommerce-review-link,
.review-count,
.cf-product-rating span {
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

p.stars {
    display: inline-flex;
    gap: 4px;
    margin: 8px 0 0;
}

p.stars a {
    color: #d9d9d9;
    font-size: 22px;
    height: 1em;
    line-height: 1;
    width: 1em;
}

p.stars a:before {
    color: currentColor;
}

p.stars:hover a,
p.stars.selected a:not(.active),
p.stars.selected a.active {
    color: var(--cf-orange);
}

p.stars a:hover~a,
p.stars.selected a.active~a {
    color: #d9d9d9;
}

.message-container {
    text-align: center;
}

.message-container a,
.message-container .button,
.message-container .wc-forward {
    display: inline-flex;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
}

.cf-empty-products {
    grid-column: 1 / -1;
}

.cf-home-story {
    background: #f7f7f4;
    padding: 62px 0;
}

.cf-home-story .cf-container {
    display: grid;
    gap: 40px;
    grid-template-columns: .85fr 1.15fr;
}

.cf-story-copy h2 {
    color: var(--cf-ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 16px;
}

.cf-story-copy p:not(.cf-eyebrow) {
    color: var(--cf-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.cf-story-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}

.cf-story-card {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    padding: 24px;
}

.cf-story-card h3 {
    color: var(--cf-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px;
}

.cf-story-card p {
    color: var(--cf-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.cf-feature-banner {
    padding: 62px 0;
}

.cf-feature-banner__inner {
    align-items: center;
    background: #f3f3f1;
    border-radius: 8px;
    display: grid;
    gap: 40px;
    grid-template-columns: .95fr 1.05fr;
    overflow: hidden;
    padding: 34px;
}

.cf-feature-banner__inner img {
    aspect-ratio: 1.55;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cf-feature-banner__inner h2 {
    color: var(--cf-ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 22px;
}

.cf-newsletter {
    border-bottom: 1px solid var(--cf-line);
    padding: 42px 0 44px;
    text-align: center;
}

.cf-newsletter h2 {
    color: var(--cf-red);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.25;
    margin: 0 0 12px;
}

.cf-newsletter p {
    color: #1f1f1f;
    font-size: 15px;
    margin: 0 0 16px;
}

.cf-newsletter-form {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.cf-newsletter-form input {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 999px;
    box-shadow: none;
    height: 42px;
    margin: 0;
    max-width: 320px;
    padding: 0 18px;
    width: 100%;
}

.cf-newsletter-form button {
    background: var(--cf-red);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    height: 42px;
    margin: 0;
    padding: 0 22px;
}

.cf-footer-main {
    padding: 64px 0 54px;
}

.cf-footer-grid {
    display: grid;
    gap: 48px;
    grid-template-columns: 1.2fr .9fr .95fr;
}

.cf-footer-column h3 {
    color: var(--cf-ink);
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 22px;
    text-transform: capitalize;
}

.cf-footer-column p,
.cf-footer-column li,
.cf-footer-column a {
    color: var(--cf-ink);
    font-size: 15px;
    line-height: 1.55;
}

.cf-footer-column p {
    margin: 0 0 14px;
}

.cf-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-footer-column li {
    margin: 0 0 13px;
}

.cf-footer-column a:hover {
    color: var(--cf-red);
}

.cf-footer-note {
    font-style: italic;
    font-weight: 700;
}

.cf-footer-contact {
    border-bottom: 1px solid currentColor;
    display: inline-block;
    font-weight: 800;
    margin-top: 4px;
}

.cf-footer-contact:after {
    content: " ↗";
}

.cf-socials {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.cf-socials a {
    align-items: center;
    border: 1px solid #111;
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.cf-footer-bottom {
    border-top: 1px solid var(--cf-line);
    padding: 22px 0;
}

.cf-footer-bottom .cf-container {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.cf-footer-bottom p {
    color: var(--cf-ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.cf-payments {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cf-payments img {
    display: block;
    height: auto;
    max-width: 300px;
    width: 100%;
}

.cf-collection-page {
    background: #fafafa;
    color: var(--cf-ink);
}

.cf-collection-heading {
    background: #fff;
    border-bottom: 1px solid var(--cf-line);
    padding: 64px 0 34px;
    text-align: center;
}

.cf-collection-heading--shop {
    background: #f7f7f4;
}

.cf-collection-heading__content {
    margin: 0 auto;
    max-width: 820px;
}

.cf-collection-heading h1 {
    color: var(--cf-ink);
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
}

.cf-collection-description {
    color: var(--cf-muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 16px auto 0;
    max-width: 720px;
}

.cf-collection-description p {
    margin: 0;
}

.cf-mobile-search-page-form {
    display: none;
}

.cf-collection-featured-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 28px auto 0;
    max-width: 980px;
}

.cf-collection-featured-cats a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 999px;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0 16px;
    text-transform: uppercase;
}

.cf-collection-featured-cats a:hover,
.cf-collection-featured-cats a.is-active {
    background: var(--cf-ink);
    border-color: var(--cf-ink);
    color: #fff;
}

.cf-collection-main {
    padding: 28px 0 72px;
}

.cf-collection-toolbar {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 28px;
    padding: 14px 16px;
}

.cf-collection-toolbar__filter {
    align-items: center;
    display: flex;
    gap: 20px;
    min-width: 0;
}

.cf-collection-toolbar__filter p {
    color: var(--cf-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.cf-collection-filter-button {
    align-items: center;
    color: var(--cf-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0;
}

.cf-collection-filter-button>span:first-child {
    border-bottom: 2px solid currentColor;
    border-top: 2px solid currentColor;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 20px;
}

.cf-collection-filter-button>span:first-child:before {
    background: currentColor;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 14px;
}

input.cf-collection-filter-toggle[type="checkbox"] {
    display: none !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.cf-collection-filter-backdrop {
    background: rgba(0, 0, 0, .35);
    cursor: pointer;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .2s ease;
    z-index: 10000;
}

.cf-collection-filter-drawer {
    background: #fff;
    bottom: 0;
    box-shadow: 18px 0 50px rgba(0, 0, 0, .16);
    left: 0;
    max-width: 390px;
    overflow-y: auto;
    padding: 28px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .24s ease;
    width: min(88vw, 390px);
    z-index: 10001;
}

.cf-collection-filter-toggle:checked~.cf-collection-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.cf-collection-filter-toggle:checked~.cf-collection-filter-drawer {
    transform: translateX(0);
}

.cf-collection-filter-header {
    align-items: center;
    border-bottom: 1px solid var(--cf-line);
    display: flex;
    font-size: 16px;
    font-weight: 900;
    justify-content: space-between;
    margin: -4px 0 26px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.cf-collection-filter-header label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 26px;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.cf-collection-filter-block h2 {
    color: var(--cf-ink);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 18px;
}

.cf-collection-filter-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-collection-filter-block li {
    border-bottom: 1px solid var(--cf-line);
    margin: 0;
}

.cf-collection-filter-block a {
    align-items: center;
    color: var(--cf-ink);
    display: flex;
    font-size: 15px;
    font-weight: 650;
    justify-content: space-between;
    line-height: 1.35;
    padding: 13px 0;
}

.cf-collection-filter-block a:hover,
.cf-collection-filter-block a.is-active {
    color: var(--cf-red);
}

.cf-collection-filter-block a span {
    color: var(--cf-muted);
    font-size: 13px;
    font-weight: 700;
    margin-left: 12px;
}

.cf-collection-layout-switch {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.cf-collection-layout-switch button {
    align-content: center;
    background: transparent;
    border: 0;
    color: #b8b8b8;
    cursor: pointer;
    display: grid;
    gap: 4px;
    height: 24px;
    justify-content: center;
    margin: 0;
    min-height: 24px;
    padding: 0;
}

.cf-collection-layout-switch button[data-cols="2"] {
    grid-template-columns: repeat(2, 5px);
}

.cf-collection-layout-switch button[data-cols="3"] {
    grid-template-columns: repeat(3, 5px);
}

.cf-collection-layout-switch button[data-cols="4"] {
    grid-template-columns: repeat(4, 5px);
}

.cf-collection-layout-switch button.is-active,
.cf-collection-layout-switch button:hover {
    color: var(--cf-ink);
}

.cf-collection-layout-switch span {
    background: currentColor;
    border-radius: 50%;
    display: block;
    height: 5px;
    width: 5px;
}

.cf-collection-toolbar__sort {
    display: flex;
    justify-content: flex-end;
}

.cf-collection-sort {
    align-items: center;
    display: inline-flex;
    margin: 0;
    position: relative;
}

.cf-collection-sort select {
    appearance: none;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 999px;
    box-shadow: none;
    color: var(--cf-ink);
    font-size: 15px;
    font-weight: 700;
    height: 42px;
    margin: 0;
    min-width: 170px;
    padding: 0 40px 0 18px;
}

.cf-collection-sort:after {
    border-bottom: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 15px;
    transform: rotate(45deg);
    width: 8px;
}

.cf-collection-sort button {
    display: none;
}

.cf-collection-grid {
    display: grid;
    gap: 28px 20px;
    grid-template-columns: repeat(var(--cf-collection-cols, 4), minmax(0, 1fr));
}

.cf-collection-grid .cf-product-item {
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    transition: border-color .2s ease, transform .2s ease;
}

.cf-collection-grid .cf-product-item:hover {
    border-color: #d6d6d6;
    transform: translateY(-2px);
}

.cf-collection-grid .cf-product-item__info {
    padding: 13px 4px 4px;
}

.cf-collection-pagination {
    margin-top: 48px;
}

.cf-collection-pagination ul {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-collection-pagination li {
    margin: 0;
}

.cf-collection-pagination .page-numbers {
    align-items: center;
    border: 1px solid var(--cf-line);
    border-radius: 50%;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
}

.cf-collection-pagination .page-numbers.current,
.cf-collection-pagination .page-numbers:hover {
    background: var(--cf-ink);
    border-color: var(--cf-ink);
    color: #fff;
}

.cf-collection-empty {
    align-items: center;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 45px 20px;
    text-align: center;
}

.cf-collection-empty p {
    color: var(--cf-muted);
    font-size: 16px;
    margin: 0;
}

.po-product-archive {
    background: #fff;
    color: var(--cf-ink);
}

.po-product-archive .ast-woocommerce-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 48px 20px 72px;
}

.po-product-archive .woocommerce-breadcrumb {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 22px;
}

.po-product-archive .woocommerce-breadcrumb a {
    color: #777;
}

.po-product-archive .woocommerce-breadcrumb a:hover {
    color: var(--cf-orange);
}

.po-product-archive .woocommerce-products-header {
    margin: 0 0 18px;
}

.po-product-archive .woocommerce-products-header__title {
    color: var(--cf-ink);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
}

.po-product-archive .term-description {
    color: var(--cf-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 14px;
    max-width: 760px;
}

.po-product-archive__toolbar {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 0 38px;
}

.po-product-archive .woocommerce-result-count {
    color: #777;
    float: none;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}

.po-product-archive .woocommerce-ordering {
    float: none;
    margin: 0 0 2.5em;
}

.po-product-archive .woocommerce-ordering select.orderby {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    color: #666;
    font-size: 15px;
    height: 40px;
    line-height: 24px;
    min-width: 220px;
    padding: 6px 32px 6px 10px;
}

.po-product-archive ul.products {
    clear: both;
    display: grid;
    gap: 34px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.po-product-archive ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto;
}

.po-product-archive .astra-shop-thumbnail-wrap {
    margin-bottom: .8em;
    overflow: hidden;
    position: relative;
}

.po-product-archive .astra-shop-thumbnail-wrap .woocommerce-LoopProduct-link {
    display: block;
}

.po-product-archive .astra-shop-thumbnail-wrap img {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.po-product-archive .ast-on-card-button {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    transform: translateY(.5em);
    transition: opacity .2s ease, transform .2s ease;
    visibility: hidden;
    z-index: 5;
}

.po-product-archive .astra-shop-thumbnail-wrap:hover .ast-on-card-button {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.po-product-archive .ast-on-card-button .ahfb-svg-iconset {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    color: var(--cf-ink);
    display: inline-flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    width: 2em;
}

.po-product-archive .ast-on-card-button:hover .ahfb-svg-iconset,
.po-product-archive .ast-on-card-button:focus .ahfb-svg-iconset {
    color: var(--cf-ink);
    opacity: 1;
}

.po-product-archive .ast-on-card-button .ahfb-svg-iconset .ast-icon {
    align-self: center;
    display: inline-flex;
}

.po-product-archive .ast-on-card-button svg {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.po-product-archive .ast-card-action-tooltip {
    background: #222;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: 0;
    padding: 6px 8px;
    pointer-events: none;
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    visibility: hidden;
}

.po-product-archive .ast-card-action-tooltip:before {
    border-color: transparent transparent transparent #222;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.po-product-archive .ast-on-card-button:hover .ast-card-action-tooltip,
.po-product-archive .ast-on-card-button:focus .ast-card-action-tooltip {
    opacity: 1;
    visibility: visible;
}

.po-product-archive .astra-shop-summary-wrap {
    padding: 0;
}

.po-product-archive .ast-woo-product-category {
    color: var(--cf-ink);
    display: block;
    font-size: .85em;
    line-height: 1.3;
    margin-bottom: .5em;
    opacity: .6;
}

.po-product-archive .ast-woo-product-category a {
    color: inherit;
}

.po-product-archive .woocommerce-loop-product__title {
    color: var(--cf-ink);
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 .5em;
    text-transform: none;
}

.po-product-archive .ast-loop-product__link:hover .woocommerce-loop-product__title {
    color: var(--cf-orange);
}

.po-product-archive ul.products li.product .price {
    color: var(--cf-ink);
    display: block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5em;
}

body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button,
body.woocommerce .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button,
body.woocommerce-page .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button {
    background: var(--cf-orange) !important;
    border: 1px solid var(--cf-orange) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    height: auto !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    margin: .35em 0 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    padding: 8px 16px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal !important;
}

body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button:hover,
body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button:focus {
    background: var(--cf-ink) !important;
    border-color: var(--cf-ink) !important;
    color: #fff !important;
}

body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button.loading,
body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button.added {
    padding: 0 !important;
}

body .po-product-archive ul.products li.product .astra-shop-summary-wrap a.button.add_to_cart_button.loading:after {
    margin-left: 6px !important;
    position: static !important;
}

body:not(.single-product) ul.products li.product a.po-loop-add-to-cart,
body:not(.single-product) ul.products li.product a.button.po-loop-add-to-cart,
body:not(.single-product) .products a.po-loop-add-to-cart.add_to_cart_button {
    background: var(--cf-orange) !important;
    border: 1px solid var(--cf-orange) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    height: auto !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    margin: .35em 0 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 8px 16px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
}

body:not(.single-product) ul.products li.product a.po-loop-add-to-cart:hover,
body:not(.single-product) ul.products li.product a.po-loop-add-to-cart:focus {
    background: var(--cf-ink) !important;
    border-color: var(--cf-ink) !important;
    color: #fff !important;
}

.po-single-product {
    color: var(--cf-ink);
}

body.single-product #main .shop-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 89px 0 72px;
}

.po-single-product__main {
    align-items: flex-start;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    margin: 0 0 30px;
}

.po-single-product .woocommerce-product-gallery {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.po-single-product .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.po-single-product .woocommerce-product-gallery__image a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.po-single-product .woocommerce-product-gallery__image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: none;
    object-fit: contain;
    width: 100%;
}

.po-single-product .summary.entry-summary {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.po-single-product .woocommerce-breadcrumb {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.po-single-product .woocommerce-breadcrumb a {
    color: #777;
}

.po-single-product .woocommerce-breadcrumb a:hover {
    color: var(--cf-orange);
}

.po-single-product .product-title,
.po-single-product .product_title {
    color: var(--cf-ink);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: none;
}

.po-single-product .is-divider.small {
    display: none;
}

.po-single-product .price-wrapper {
    margin: 0 0 20px;
}

.po-single-product .summary>.price,
.po-single-product .price-wrapper .price {
    color: var(--cf-ink);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.po-single-product .product-short-description,
.po-single-product .woocommerce-product-details__short-description {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 20px;
}

.po-single-product .product-short-description ul,
.po-single-product .woocommerce-product-details__short-description ul {
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0;
}

.po-single-product .product-short-description li,
.po-single-product .woocommerce-product-details__short-description li {
    margin: 0 0 4px;
}

.po-single-product .product-short-description .a-text-bold,
.po-single-product .product-short-description strong,
.po-single-product .woocommerce-product-details__short-description .a-text-bold,
.po-single-product .woocommerce-product-details__short-description strong {
    font-weight: 700;
}

.po-single-product .ast-stock-detail {
    align-items: center;
    display: flex;
    gap: 6px;
    margin: 0 0 14px;
}

.po-single-product .ast-stock-avail {
    color: var(--cf-ink);
    font-weight: 700;
}

.po-single-product .stock {
    color: #18804b;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 18px;
}

.po-single-product p.stock::before {
    color: var(--cf-ink);
    content: "Availability:";
    font-weight: 700;
    margin-right: 6px;
}

.po-single-product form.cart {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 28px;
}

.po-single-product .quantity,
.po-single-product .ux-quantity.quantity.buttons_added {
    align-items: center;
    display: inline-flex;
    margin: 0;
}

.po-single-product .ux-quantity__button {
    align-items: center;
    background: #f8f8f8;
    border-color: #ddd;
    box-shadow: none;
    color: var(--cf-ink);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    line-height: 44px;
    margin: 0;
    min-height: 0;
    min-width: 38px;
    padding: 0 10px;
}

.po-single-product .quantity .qty,
.po-single-product .quantity input.qty {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    height: 46px;
    min-width: 72px;
    padding: 0 14px;
}

.po-single-product .single_add_to_cart_button,
.po-single-product .button.alt {
    background: var(--cf-orange) !important;
    border: 1px solid var(--cf-orange) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    height: 46px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0;
    min-height: 0;
    padding: 0 28px;
    text-transform: none;
}

.po-single-product .single_add_to_cart_button:hover,
.po-single-product .button.alt:hover {
    background: var(--cf-orange-dark) !important;
    border-color: var(--cf-orange-dark) !important;
    color: #fff !important;
}

.po-single-product .product_meta {
    border-top: 1px solid #e5e5e5;
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 2px;
    padding-top: 20px;
}

.po-single-product .product_meta .posted_in {
    font-size: 0;
}

.po-single-product .product_meta .posted_in::before {
    content: "Categories: ";
    font-size: 14px;
}

.po-single-product .product_meta .posted_in a {
    font-size: 14px;
}

.po-single-product .product_meta>span {
    display: block;
    margin: 0 0 4px;
}

.po-single-product .product_meta a {
    color: var(--cf-ink);
}

.po-single-product .product_meta a:hover {
    color: var(--cf-orange);
}

.po-single-product .woocommerce-tabs {
    clear: both;
    display: block !important;
    margin: 0 0 60px;
    padding-top: 30px;
}

.po-single-product .woocommerce-tabs.container,
.po-single-product .woocommerce-tabs.tabbed-content {
    max-width: none;
    padding: 30px 0 0;
}

.po-single-product .woocommerce-tabs ul.tabs {
    border: 0;
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0 0 2px;
}

.po-single-product .woocommerce-tabs ul.tabs::before,
.po-single-product .woocommerce-tabs ul.tabs::after,
.po-single-product .woocommerce-tabs ul.tabs li a::before,
.po-single-product .woocommerce-tabs ul.tabs li a::after,
.po-single-product .woocommerce-tabs .nav-line::before,
.po-single-product .woocommerce-tabs .nav-line::after,
.po-single-product .woocommerce-tabs .nav-line>li>a::before,
.po-single-product .woocommerce-tabs .nav-line>li>a::after {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
}

.po-single-product .woocommerce-tabs ul.tabs li,
.po-single-product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border: 0 !important;
    margin: 0;
    padding: 0;
}

.po-single-product .woocommerce-tabs ul.tabs li a {
    border: 0 !important;
    color: var(--cf-ink);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0 10px;
}

.po-single-product .woocommerce-tabs ul.tabs li.active a,
.po-single-product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--cf-orange);
}

.po-single-product .woocommerce-tabs .tab-panels {
    border: 0;
    padding: 2px 0 0;
}

.po-single-product .woocommerce-Tabs-panel {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.75;
    padding: 0;
}

.po-single-product .woocommerce-Tabs-panel p {
    margin: 0 0 16px;
}

.po-single-product .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.po-single-product .woocommerce-Reviews .review-form-inner.has-border {
    border: 1px solid #e5e5e5;
    padding: 24px;
}

.po-single-product .woocommerce-Reviews input[type="text"],
.po-single-product .woocommerce-Reviews input[type="email"],
.po-single-product .woocommerce-Reviews textarea,
.po-single-product .woocommerce-Reviews select {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 14px;
}

.po-single-product .woocommerce-Tabs-panel h2:first-child {
    display: none;
}

.po-single-product .related.products {
    margin: 0;
}

.po-single-product .related.products>h2 {
    color: var(--cf-ink);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 28px;
    text-transform: none;
}

.po-single-product .related.products ul.products {
    display: grid;
    gap: 34px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.po-single-product .related.products ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.po-single-product .related.products .astra-shop-thumbnail-wrap {
    background: #fff;
    margin: 0 0 16px;
    overflow: hidden;
    position: relative;
}

.po-single-product .related.products .astra-shop-thumbnail-wrap img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.po-single-product .related.products .ast-on-card-button {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    color: var(--cf-ink);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    width: 36px;
}

.po-single-product .related.products .ast-card-action-tooltip {
    display: none;
}

.po-single-product .related.products .astra-shop-summary-wrap {
    padding: 0;
}

.po-single-product .related.products .ast-woo-product-category,
.po-single-product .related.products .ast-woo-product-category a {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.po-single-product .related.products .woocommerce-loop-product__title {
    color: var(--cf-ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 8px;
    text-transform: none;
}

.po-single-product .related.products .price {
    color: var(--cf-ink);
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.po-single-product .related.products .astra-shop-summary-wrap>.button {
    background: var(--cf-orange);
    border: 1px solid var(--cf-orange);
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    min-height: 0;
    padding: 10px 18px;
    text-transform: none;
}

.po-single-product .related.products .astra-shop-summary-wrap>.button:hover {
    background: var(--cf-orange-dark);
    border-color: var(--cf-orange-dark);
    color: #fff;
}

.po-product-archive nav.woocommerce-pagination {
    margin-top: 48px;
    text-align: center;
}

.po-product-archive nav.woocommerce-pagination ul {
    border: 0;
    display: inline-flex;
    gap: 8px;
    margin: 0;
}

.po-product-archive nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0;
}

.po-product-archive nav.woocommerce-pagination ul li a,
.po-product-archive nav.woocommerce-pagination ul li span {
    align-items: center;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    color: var(--cf-ink);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 10px;
}

.po-product-archive nav.woocommerce-pagination ul li a:hover,
.po-product-archive nav.woocommerce-pagination ul li span.current {
    background: var(--cf-orange);
    border-color: var(--cf-orange);
    color: #fff;
}

@media (max-width: 921px) {
    body.single-product #main .shop-container {
        padding: 42px 24px 64px;
    }

    .po-product-archive .ast-woocommerce-container {
        padding: 42px 24px 64px;
    }

    .po-product-archive .woocommerce-products-header__title {
        font-size: 34px;
    }

    .po-product-archive ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .po-single-product__main {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .po-single-product .product-title,
    .po-single-product .product_title,
    .po-single-product .related.products>h2 {
        font-size: 28px;
    }

    .po-single-product .related.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 544px) {
    body.single-product #main .shop-container {
        padding: 32px 20px 52px;
    }

    .po-product-archive .ast-woocommerce-container {
        padding: 32px 20px 52px;
    }

    .po-product-archive .woocommerce-products-header__title {
        font-size: 28px;
    }

    .po-product-archive__toolbar {
        display: block;
        margin-bottom: 30px;
    }

    .po-product-archive .woocommerce-result-count {
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .po-product-archive .woocommerce-ordering {
        margin-bottom: 0;
    }

    .po-product-archive .woocommerce-ordering select.orderby {
        min-width: 100%;
        width: 100%;
    }

    .po-product-archive ul.products {
        gap: 28px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .po-single-product__main {
        gap: 28px;
        margin-bottom: 38px;
    }

    .po-single-product .product-title,
    .po-single-product .product_title,
    .po-single-product .related.products>h2 {
        font-size: 24px;
    }

    .po-single-product form.cart {
        align-items: flex-start;
        display: block;
    }

    .po-single-product .quantity,
    .po-single-product .ux-quantity.quantity.buttons_added {
        margin: 0 0 12px;
    }

    .po-single-product .single_add_to_cart_button,
    .po-single-product .button.alt {
        width: auto;
    }

    .po-single-product .related.products ul.products {
        gap: 28px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .po-product-archive .ast-on-card-button {
        opacity: 1;
        transform: none;
    }

    .po-product-archive .ast-card-action-tooltip {
        display: none;
    }
}

.cf-product-page {
    background: #fff;
    color: var(--cf-ink);
}

.cf-product-main {
    padding: 48px 0 64px;
}

.cf-product-layout {
    align-items: start;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
}

.cf-product-gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: 82px minmax(0, 1fr);
    min-width: 0;
}

.cf-product-gallery .product-images,
.cf-product-gallery .woocommerce-product-gallery {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    width: 100%;
}

.cf-product-gallery .product-thumbnails {
    align-self: start;
    display: grid;
    gap: 10px;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    width: 100%;
}

.cf-product-gallery .product-thumbnails .flickity-viewport {
    height: auto !important;
    overflow: visible;
}

.cf-product-gallery .product-thumbnails .flickity-slider {
    display: grid;
    gap: 10px;
    position: static !important;
    transform: none !important;
}

.cf-product-gallery .product-thumbnails .col {
    aspect-ratio: 1;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    left: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}

.cf-product-gallery .product-thumbnails a {
    aspect-ratio: 1;
    background: #f5f6f6;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.cf-product-gallery .product-thumbnails .is-nav-selected a {
    border-color: var(--cf-ink);
}

.cf-product-gallery .product-thumbnails img {
    aspect-ratio: 1;
    display: block;
    height: 100% !important;
    max-height: none;
    max-width: none;
    object-fit: cover;
    width: 100% !important;
}

.cf-product-gallery .product-gallery-slider,
.cf-product-gallery .woocommerce-product-gallery__image a {
    background: #f5f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.cf-product-gallery .woocommerce-product-gallery__image a {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
}

.cf-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cf-product-gallery .flickity-prev-next-button {
    background: #fff;
    border: 1px solid var(--cf-line);
    color: var(--cf-ink);
}

.cf-product-info {
    margin: 0;
    min-width: 0;
    position: sticky;
    top: 24px;
}

.cf-product-info .woocommerce-product-rating,
.cf-product-rating {
    margin: 0 0 14px;
}

.cf-product-info .star-rating,
.cf-product-rating .star-rating {
    margin: 0;
}

.cf-product-info .woocommerce-review-link,
.cf-product-rating span {
    margin-top: 1px;
}

.cf-product-title {
    color: var(--cf-ink);
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 18px;
}

.cf-product-price {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.cf-product-price .price {
    align-items: baseline;
    color: var(--cf-ink);
    display: flex;
    flex-wrap: wrap;
    font-size: 28px;
    font-weight: 800;
    gap: 10px;
    line-height: 1.1;
    margin: 0;
}

.cf-product-price del {
    color: var(--cf-muted);
    font-size: 18px;
    font-weight: 600;
    opacity: .7;
}

.cf-product-price ins {
    color: var(--cf-red);
    text-decoration: none;
}

.cf-product-status {
    align-items: center;
    background: #f7faf7;
    border: 1px solid #dfe9e1;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    padding: 12px 14px;
}

.cf-product-status span {
    background: var(--cf-green);
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px;
}

.cf-product-status p {
    color: var(--cf-green-dark);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    margin: 0;
}

.cf-product-excerpt {
    border-bottom: 1px solid var(--cf-line);
    color: var(--cf-muted);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.cf-product-excerpt p {
    margin: 0;
}

.cf-product-cart {
    margin-bottom: 22px;
}

.cf-product-cart .stock {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    padding: 13px 15px;
    width: 100%;
}

.cf-product-cart .stock.in-stock {
    background: #f7faf7;
    border: 1px solid #dfe9e1;
    color: var(--cf-green-dark);
}

.cf-product-cart .stock.out-of-stock {
    background: #fff6f6;
    border: 1px solid #f0d5d5;
    color: var(--cf-red);
}

.cf-product-cart form.cart {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.cf-product-cart .quantity {
    flex: 0 0 128px;
    margin: 0;
}

.cf-product-cart .quantity input.qty,
.cf-product-cart .ux-quantity__button {
    border-color: var(--cf-line);
    box-shadow: none;
    height: 52px;
}

.cf-product-cart .single_add_to_cart_button,
.cf-product-cart .button.alt {
    background: var(--cf-ink);
    border: 0;
    border-radius: 999px;
    color: #fff;
    flex: 1 1 240px;
    font-size: 15px;
    font-weight: 850;
    height: 52px;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0;
    min-width: 0;
    padding: 0 24px;
    text-transform: none;
}

.cf-product-cart .single_add_to_cart_button:hover,
.cf-product-cart .button.alt:hover {
    background: var(--cf-red);
    box-shadow: none;
    color: #fff;
}

.cf-product-cart table.variations {
    border: 0;
    flex: 1 0 100%;
    margin: 0 0 10px;
}

.cf-product-cart table.variations tr,
.cf-product-cart table.variations td,
.cf-product-cart table.variations th {
    border: 0;
    display: block;
    padding: 0;
}

.cf-product-cart table.variations label {
    color: var(--cf-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.cf-product-cart table.variations select {
    border: 1px solid var(--cf-line);
    border-radius: 999px;
    box-shadow: none;
    height: 48px;
    margin-bottom: 14px;
    padding: 0 18px;
}

.cf-product-cart .reset_variations {
    color: var(--cf-muted);
    display: inline-block;
    font-size: 13px;
    margin-top: -6px;
}

.cf-product-cart .single_variation_wrap {
    flex: 1 0 100%;
}

.cf-product-cart .woocommerce-variation-add-to-cart {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cf-product-trust {
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    display: grid;
    gap: 0;
    margin-bottom: 18px;
}

.cf-product-trust__item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    padding: 15px;
}

.cf-product-trust__item+.cf-product-trust__item {
    border-top: 1px solid var(--cf-line);
}

.cf-product-trust__item>span {
    align-items: center;
    background: var(--cf-green);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 13px;
    font-weight: 900;
    height: 26px;
    justify-content: center;
    margin-top: 1px;
    width: 26px;
}

.cf-product-trust__item strong {
    color: var(--cf-ink);
    display: block;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
    margin-bottom: 4px;
}

.cf-product-trust__item p {
    color: var(--cf-muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.cf-product-payments {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 20px;
}

.cf-product-payments>span {
    color: var(--cf-muted);
    font-size: 13px;
    font-weight: 800;
}

.cf-product-payments div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cf-product-payments i {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
    height: 26px;
    justify-content: center;
    min-width: 48px;
    padding: 0 8px;
}

.cf-product-accordions {
    border-top: 1px solid var(--cf-line);
}

.cf-product-accordions details {
    border-bottom: 1px solid var(--cf-line);
}

.cf-product-accordions summary {
    color: var(--cf-ink);
    cursor: pointer;
    font-size: 16px;
    font-weight: 850;
    list-style: none;
    padding: 18px 28px 18px 0;
    position: relative;
}

.cf-product-accordions summary::-webkit-details-marker {
    display: none;
}

.cf-product-accordions summary:after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    right: 4px;
    top: 22px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 8px;
}

.cf-product-accordions details[open] summary:after {
    transform: rotate(225deg);
}

.cf-product-accordion-content {
    color: var(--cf-muted);
    font-size: 15px;
    line-height: 1.7;
    padding: 0 0 18px;
}

.cf-product-accordion-content p:last-child {
    margin-bottom: 0;
}

.cf-product-related {
    padding: 8px 0 72px;
}

.cf-product-section-heading {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.cf-product-section-heading h2 {
    color: var(--cf-ink);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.cf-product-related-grid {
    display: grid;
    gap: 30px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 900px) {
    .cf-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cf-home-hero {
        padding: 16px 0 34px;
    }

    .cf-hero-panel {
        gap: 26px;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 36px 28px;
    }

    .cf-hero-copy h1 {
        font-size: 42px;
    }

    .cf-home-story .cf-container,
    .cf-feature-banner__inner {
        grid-template-columns: 1fr;
    }

    .cf-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cf-collection-heading {
        padding: 48px 0 28px;
    }

    .cf-collection-heading h1 {
        font-size: 38px;
    }

    .cf-collection-featured-cats {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
    }

    .cf-collection-featured-cats a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .cf-collection-toolbar {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .cf-collection-toolbar__filter,
    .cf-collection-toolbar__sort {
        justify-content: space-between;
    }

    .cf-collection-layout-switch {
        justify-content: flex-start;
    }

    .cf-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cf-story-grid {
        grid-template-columns: 1fr;
    }

    .cf-announcement .cf-container {
        display: flex;
        justify-content: center;
        min-height: 56px;
    }

    .cf-desktop-copy,
    .cf-announcement-spacer,
    .cf-announcement-links {
        display: none;
    }

    .cf-mobile-copy {
        display: block;
        font-size: 13px;
        line-height: 1.25;
    }

    .cf-mobile-subcopy {
        display: block;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.25;
        margin-top: 4px;
    }

    .cf-mainbar .cf-container {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) 36px 36px 40px;
        min-height: 70px;
    }

    .cf-mobile-menu-toggle {
        align-items: center;
        display: inline-flex;
        font-size: 22px;
        height: 40px;
        justify-content: center;
        justify-self: end;
        width: 40px;
    }

    .cf-logo {
        font-size: 24px;
        gap: 10px;
        justify-self: start;
    }

    .cf-logo img {
        height: 54px;
        width: 54px;
    }

    .cf-search-form {
        right: -84px;
        top: calc(100% + 8px);
    }

    .cf-header-actions {
        display: contents;
    }

    .cf-search-panel {
        align-items: center;
        grid-column: 2;
        height: 32px;
        justify-content: center;
        justify-self: center;
        width: 32px;
    }

    .cf-account {
        display: none;
    }

    .cf-search-toggle {
        height: 32px;
        min-height: 32px;
        width: 32px;
    }

    .cf-cart {
        grid-column: 3;
        justify-self: center;
        margin-left: 0;
        height: 32px;
        width: 32px;
    }

    .cf-mobile-menu-toggle {
        grid-column: 4;
    }

    .cf-cart:before {
        display: none;
    }

    .mobile-sidebar,
    #main-menu {
        background: #fff;
        color: var(--cf-ink);
    }

    #main-menu {
        max-width: 320px;
    }

    #main-menu .sidebar-menu {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        padding: 24px 20px;
    }

    #main-menu .mfp-close {
        color: var(--cf-ink);
        font-size: 34px;
        height: 44px;
        left: 10px;
        line-height: 44px;
        opacity: 1;
        right: auto;
        top: 12px;
        width: 44px;
    }

    #main-menu .sidebar-menu.text-center {
        text-align: left;
    }

    #main-menu .nav-sidebar>.header-search-form,
    #main-menu .nav-sidebar>.account-item,
    #main-menu .nav-sidebar>.header-newsletter-item,
    #main-menu .nav-sidebar>.html {
        display: none !important;
    }

    #main-menu .nav-sidebar {
        flex: 0 0 auto;
        margin: 0;
    }

    #main-menu .nav-sidebar>li {
        border: 0;
        margin: 0;
    }

    #main-menu .nav-sidebar>li>a {
        align-items: center;
        border-bottom: 1px solid #e1e1e1;
        color: var(--cf-ink);
        display: flex;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.25;
        min-height: 45px;
        padding: 11px 0;
        text-transform: none;
    }

    #main-menu .nav-sidebar>li>a:hover {
        color: var(--cf-green-dark);
    }

    #main-menu .nav-sidebar .children,
    #main-menu .nav-sidebar .sub-menu {
        background: #fff;
        border: 0;
        border-radius: 0;
        margin: 0 0 8px;
        padding: 4px 0 6px 14px;
    }

    #main-menu .nav-sidebar .children li,
    #main-menu .nav-sidebar .sub-menu li {
        border-bottom: 1px solid #eeeeee;
        margin: 0;
    }

    #main-menu .nav-sidebar .children li:last-child,
    #main-menu .nav-sidebar .sub-menu li:last-child {
        border-bottom: 0;
    }

    #main-menu .nav-sidebar .children a,
    #main-menu .nav-sidebar .sub-menu a {
        color: #303030;
        font-size: 14px;
        font-weight: 650;
        line-height: 1.35;
        padding: 9px 0;
        text-transform: none;
    }

    #main-menu .toggle {
        color: var(--cf-ink);
        font-size: 22px;
        height: 45px;
        opacity: 1;
        top: 0;
        width: 34px;
    }

    #main-menu .ux-sidebar-menu-icon {
        margin-right: 8px;
    }

    .cf-mobile-sidebar-foot {
        margin-top: 2px;
    }

    .cf-nav {
        display: none;
    }

    .cf-footer-grid {
        gap: 34px;
        grid-template-columns: 1fr 1fr;
    }

    .cf-product-main {
        padding: 34px 0 52px;
    }

    .cf-product-layout {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .cf-product-gallery {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .cf-product-gallery .product-images,
    .cf-product-gallery .woocommerce-product-gallery {
        grid-column: 1;
        grid-row: 1;
    }

    .cf-product-gallery .product-thumbnails {
        display: block;
        grid-column: 1;
        grid-row: 2;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .cf-product-gallery .product-thumbnails::-webkit-scrollbar {
        display: none;
    }

    .cf-product-gallery .product-thumbnails .flickity-viewport {
        overflow: visible;
    }

    .cf-product-gallery .product-thumbnails .flickity-slider {
        display: flex;
        gap: 10px;
        position: static !important;
        transform: none !important;
    }

    .cf-product-gallery .product-thumbnails .col {
        flex: 0 0 64px !important;
        flex-basis: 64px !important;
        left: auto !important;
        max-width: 64px !important;
        padding: 0 !important;
        position: relative !important;
        width: 64px !important;
    }

    .cf-product-info {
        position: static;
    }

    .cf-product-title {
        font-size: 28px;
    }

    .cf-product-related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .cf-container {
        padding: 0 16px;
    }

    .cf-home-intro .cf-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cf-hero-panel {
        border-radius: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding: 34px 18px;
    }

    .cf-hero-copy h1 {
        font-size: 34px;
    }

    .cf-hero-copy p {
        font-size: 15px;
    }

    .cf-hero-actions {
        flex-direction: column;
    }

    .cf-button {
        width: 100%;
    }

    .cf-home-intro {
        padding: 49px 0 32px;
    }

    .cf-intro-heading {
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 30px;
        min-height: 101px;
    }

    .cf-section-heading h2,
    .cf-story-copy h2,
    .cf-feature-banner__inner h2 {
        font-size: 27px;
    }

    .cf-intro-copy h3 {
        font-size: 18px;
        line-height: 1.2;
        max-width: calc(100% - 75px);
    }

    .cf-intro-copy p {
        font-size: 14px;
        line-height: 20px;
        max-width: none;
    }

    .cf-intro-arrows {
        gap: 5px;
        margin-bottom: 0;
    }

    .cf-intro-arrow {
        font-size: 28px;
        height: 30px;
        min-height: 30px;
        width: 30px;
    }

    .cf-category-strip {
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: flex-start;
        margin: 0;
        max-width: none;
        overflow-x: auto;
        padding: 0;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .cf-category-strip::-webkit-scrollbar {
        display: none;
    }

    .cf-category-card {
        flex-basis: 165px;
        min-width: 165px;
        scroll-snap-align: start;
    }

    .cf-category-card__image {
        padding: 15px;
        width: 165px;
    }

    .cf-category-card__label {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }

    .cf-home-section {
        padding: 34px 0;
    }

    .cf-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .cf-product-grid {
        gap: 20px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cf-collection-main {
        padding: 20px 0 54px;
    }

    .cf-collection-heading {
        padding: 36px 0 22px;
    }

    .cf-collection-heading h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    .cf-collection-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .cf-mobile-search-page-form {
        align-items: center;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 999px;
        display: flex;
        height: 46px;
        margin: 18px auto 0;
        max-width: 420px;
        overflow: hidden;
        padding: 0 6px 0 16px;
        width: 100%;
    }

    .cf-mobile-search-page-form input[type="search"] {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: var(--cf-ink);
        font-size: 15px;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .cf-mobile-search-page-form input[type="search"]:focus {
        box-shadow: none;
    }

    .cf-mobile-search-page-form button {
        align-items: center;
        background: var(--cf-green);
        border: 0;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        height: 36px;
        justify-content: center;
        margin: 0;
        min-height: 36px;
        padding: 0;
        width: 42px;
    }

    .cf-collection-featured-cats {
        margin-top: 22px;
    }

    .cf-collection-featured-cats a {
        height: 38px;
        padding: 0 14px;
    }

    .cf-collection-toolbar {
        margin-bottom: 24px;
        padding: 14px;
    }

    .cf-collection-toolbar__filter {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .cf-collection-layout-switch {
        display: none;
    }

    .cf-collection-sort,
    .cf-collection-sort select {
        width: 100%;
    }

    .cf-collection-grid {
        gap: 22px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cf-product-item__info {
        padding-top: 11px;
    }

    .cf-product-item__title {
        font-size: 14px;
    }

    .cf-product-item__price {
        font-size: 14px;
    }

    .cf-collection-pagination {
        margin-top: 36px;
    }

    .cf-home-story,
    .cf-feature-banner {
        padding: 44px 0;
    }

    .cf-feature-banner__inner {
        gap: 24px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 22px 16px;
    }

    .cf-mainbar .cf-container {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) 34px 34px 38px;
    }

    .cf-mobile-menu-toggle,
    .cf-search-panel,
    .cf-cart {
        height: 32px;
        width: 32px;
    }

    .cf-logo {
        font-size: 22px;
    }

    .cf-logo img {
        height: 48px;
        width: 48px;
    }

    #main-menu .sidebar-menu {
        padding: 62px 20px 22px;
    }

    .cf-mobile-sidebar-login {
        margin-top: 120px;
    }

    .cf-newsletter {
        padding: 36px 0;
    }

    .cf-newsletter h2 {
        font-size: 17px;
    }

    .cf-newsletter-form {
        flex-direction: column;
    }

    .cf-newsletter-form input,
    .cf-newsletter-form button {
        max-width: 100%;
        width: 100%;
    }

    .cf-footer-main {
        padding: 40px 0 34px;
    }

    .cf-footer-grid {
        grid-template-columns: 1fr;
    }

    .cf-footer-column h3 {
        margin-bottom: 16px;
    }

    .cf-footer-bottom .cf-container {
        align-items: flex-start;
        flex-direction: column;
    }

    .cf-payments {
        justify-content: flex-start;
    }

    .cf-product-main {
        padding: 24px 0 42px;
    }

    .cf-product-layout {
        gap: 26px;
    }

    .cf-product-gallery .woocommerce-product-gallery__image a {
        border-radius: 8px;
    }

    .cf-product-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .cf-product-price .price {
        font-size: 23px;
    }

    .cf-product-status {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .cf-product-cart form.cart,
    .cf-product-cart .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    .cf-product-cart .quantity,
    .cf-product-cart .single_add_to_cart_button,
    .cf-product-cart .button.alt {
        flex-basis: auto;
        width: 100%;
    }

    .cf-product-section-heading h2 {
        font-size: 24px;
    }

    .cf-product-related {
        padding: 0 0 54px;
    }

    .cf-product-related-grid {
        gap: 22px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

.cf-auth-page {
    background: #fff;
}

.cf-auth-hero {
    background:
        linear-gradient(135deg, rgba(49, 91, 63, .08), rgba(177, 23, 31, .06)),
        #fbfaf7;
    padding: 52px 0 64px;
}

.cf-auth-layout {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
}

.cf-auth-copy {
    align-self: center;
    max-width: 650px;
}

.cf-auth-copy h1 {
    color: var(--cf-ink);
    font-size: clamp(36px, 5vw, 64px);
    letter-spacing: 0;
    line-height: .98;
    margin: 0 0 14px;
}

.cf-auth-copy>p:not(.cf-eyebrow) {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    max-width: 560px;
}

.cf-auth-benefits {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    max-width: 560px;
}

.cf-auth-benefits div {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 8px;
    padding: 15px 18px;
}

.cf-auth-benefits strong,
.cf-auth-benefits span {
    display: block;
}

.cf-auth-benefits strong {
    color: var(--cf-green-dark);
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.cf-auth-benefits span {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.cf-auth-panel {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .09);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(23, 23, 23, .1);
    padding: 28px;
}

.cf-auth-tabs {
    background: var(--cf-soft);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    padding: 4px;
}

.cf-auth-tabs a {
    align-items: center;
    border-radius: 6px;
    color: #555;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    text-transform: uppercase;
}

.cf-auth-tabs a.is-active {
    background: #fff;
    box-shadow: 0 5px 18px rgba(23, 23, 23, .08);
    color: var(--cf-ink);
}

.cf-auth-notice {
    background: #fff4e8;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #5f4214;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
    padding: 12px 14px;
}

.cf-auth-form {
    margin: 0;
}

.cf-auth-form label {
    color: var(--cf-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 7px;
}

.cf-auth-form input[type="text"],
.cf-auth-form input[type="email"],
.cf-auth-form input[type="password"] {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    height: 48px;
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%;
}

.cf-auth-form input:focus {
    border-color: var(--cf-green);
    box-shadow: 0 0 0 3px rgba(49, 91, 63, .12);
}

.cf-auth-form .cf-button {
    border-radius: 8px;
    justify-content: center;
    margin-top: 2px;
    min-height: 48px;
    width: 100%;
}

.cf-auth-row {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 17px;
}

.cf-auth-row a,
.cf-auth-switch a {
    color: var(--cf-green-dark);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cf-auth-check {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
    margin: 0 !important;
}

.cf-auth-check input {
    margin: 0;
}

.cf-auth-switch {
    border-top: 1px solid var(--cf-line);
    color: #666;
    font-size: 14px;
    margin: 20px 0 0;
    padding-top: 16px;
    text-align: center;
    margin-bottom: 0;
}

.cf-account-shell {
    background: #fbfaf7;
    padding: 44px 0 72px;
}

.cf-account-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cf-account-header h1 {
    color: var(--cf-ink);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 10px;
}

.cf-account-header p:not(.cf-eyebrow) {
    color: #555;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 680px;
}

.cf-account-layout {
    align-items: flex-start;
    display: grid;
    gap: 26px;
    grid-template-columns: 300px minmax(0, 1fr);
}

.cf-account-sidebar,
.cf-account-content {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 23, 23, .06);
}

.cf-account-sidebar {
    padding: 18px;
    position: sticky;
    top: calc(var(--flatsome-scroll-padding-top, 0px) + 18px);
}

.cf-account-content {
    min-height: 520px;
    padding: 30px;
}

.cf-account-user-card {
    align-items: center;
    border-bottom: 1px solid var(--cf-line);
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 18px;
}

.cf-account-avatar {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 58px;
    overflow: hidden;
    width: 58px;
}

.cf-account-avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cf-account-user-card strong,
.cf-account-user-card span {
    display: block;
}

.cf-account-user-card strong {
    color: var(--cf-ink);
    font-size: 16px;
    line-height: 1.25;
}

.cf-account-user-card span {
    color: #666;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.cf-account-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-account-nav li {
    margin: 0 0 6px;
}

.cf-account-nav li:last-child {
    margin-bottom: 0;
}

.cf-account-nav a {
    border-radius: 8px;
    color: #3c3c3c;
    display: flex;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 12px 14px;
}

.cf-account-nav li.active a,
.cf-account-nav li.is-active a,
.cf-account-nav a:hover {
    background: var(--cf-green);
    color: #fff;
}

.cf-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--cf-red);
}

.cf-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: var(--cf-red);
    color: #fff;
}

.cf-account-content .woocommerce-MyAccount-content {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    padding: 0;
}

.cf-account-content .woocommerce-MyAccount-content h2,
.cf-account-content .woocommerce-MyAccount-content h3,
.cf-account-content .woocommerce-orders-table__header {
    letter-spacing: 0;
}

.cf-account-content table.shop_table {
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    overflow: hidden;
}

.cf-account-content .woocommerce-info,
.cf-account-content .woocommerce-message,
.cf-account-content .woocommerce-error {
    border-radius: 8px;
    margin-bottom: 18px;
}

.cf-account-guest {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 23, 23, .06);
    padding: 30px;
}

.page-wrapper.my-account {
    background: #fbfaf7;
    margin-bottom: 0;
    padding: 42px 0 70px;
}

.my-account .vertical-tabs {
    align-items: flex-start;
}

.my-account .vertical-tabs>.large-3 {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 23, 23, .06);
    padding: 22px;
}

.my-account .vertical-tabs>.large-9 {
    padding-left: 34px;
}

.my-account .account-user {
    border-bottom: 1px solid var(--cf-line);
    margin-bottom: 14px;
    padding-bottom: 16px;
}

.my-account #my-account-nav {
    margin-top: 0;
}

.my-account #my-account-nav li {
    margin: 0 0 6px;
}

.my-account #my-account-nav li a {
    border: 0;
    border-radius: 8px;
    color: #3c3c3c;
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 12px 14px;
    text-transform: none;
}

.my-account #my-account-nav li.active a,
.my-account #my-account-nav li.is-active a,
.my-account #my-account-nav li a:hover {
    background: var(--cf-green);
    color: #fff;
}

.woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 23, 23, .06);
    min-height: 420px;
    padding: 30px;
}

.woocommerce-MyAccount-content>p:first-child {
    margin-top: 0;
}

.woocommerce-MyAccount-content table.shop_table {
    border-radius: 8px;
    overflow: hidden;
}

.cf-orders-page {
    color: var(--cf-ink);
}

.cf-orders-heading {
    align-items: flex-start;
    border-bottom: 1px solid var(--cf-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.cf-orders-heading h2 {
    color: var(--cf-ink);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 10px;
}

.cf-orders-heading p:not(.cf-eyebrow) {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
}

.cf-orders-shop {
    align-items: center;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    color: var(--cf-ink);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0 16px;
    text-transform: uppercase;
}

.cf-orders-shop:hover {
    border-color: var(--cf-red);
    color: var(--cf-red);
}

.cf-orders-list {
    display: grid;
    gap: 14px;
}

.cf-order-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px;
}

.cf-order-card__main {
    min-width: 0;
}

.cf-order-card__top {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.cf-order-card__number {
    color: var(--cf-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
}

.cf-order-card__number:hover {
    color: var(--cf-red);
}

.cf-order-status {
    align-items: center;
    background: #f3f5f1;
    border-radius: 999px;
    color: var(--cf-green-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    min-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
}

.cf-order-card--cancelled .cf-order-status,
.cf-order-card--failed .cf-order-status,
.cf-order-card--refunded .cf-order-status {
    background: #f8eeee;
    color: var(--cf-red);
}

.cf-order-card--processing .cf-order-status,
.cf-order-card--on-hold .cf-order-status {
    background: #fff4e8;
    color: #8a5a00;
}

.cf-order-card__meta {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cf-order-card__meta span,
.cf-order-card__meta strong {
    display: block;
}

.cf-order-card__meta span {
    color: #777;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cf-order-card__meta strong {
    color: var(--cf-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
}

.cf-order-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cf-order-card__actions .button,
.cf-orders-pagination .button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 38px;
    padding: 0 14px;
    text-transform: uppercase;
}

.cf-order-card__actions .view {
    background: var(--cf-green);
    color: #fff;
}

.cf-order-card__actions .view:hover {
    background: var(--cf-green-dark);
    color: #fff;
}

.cf-order-card__actions .pay {
    background: var(--cf-red);
    color: #fff;
}

.cf-order-card__actions .pay:hover {
    background: #8f1017;
    color: #fff;
}

.cf-orders-pagination {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 22px;
}

.cf-orders-empty {
    align-items: center;
    background: #fafafa;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 42px 20px;
    text-align: center;
}

.cf-orders-empty h3 {
    color: var(--cf-ink);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 10px;
}

.cf-orders-empty p:not(.cf-eyebrow) {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 20px;
    max-width: 440px;
}

.cf-view-order-page {
    color: var(--cf-ink);
}

.cf-view-order-hero {
    align-items: flex-start;
    border-bottom: 1px solid var(--cf-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.cf-view-order-hero h2 {
    color: var(--cf-ink);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 10px;
}

.cf-view-order-hero p:not(.cf-eyebrow) {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 660px;
}

.cf-view-order-hero mark {
    background: transparent;
    color: var(--cf-ink);
    font-weight: 900;
    padding: 0;
}

.cf-view-order-hero__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cf-view-order-back,
.cf-view-order-hero__actions .button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 40px;
    padding: 0 14px;
    text-transform: uppercase;
}

.cf-view-order-back {
    background: #fff;
    border: 1px solid var(--cf-line);
    color: var(--cf-ink);
}

.cf-view-order-back:hover {
    border-color: var(--cf-red);
    color: var(--cf-red);
}

.cf-view-order-hero__actions .pay {
    background: var(--cf-red);
    color: #fff;
}

.cf-view-order-hero__actions .pay:hover {
    background: #8f1017;
    color: #fff;
}

.cf-view-order-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
}

.cf-view-order-summary>div {
    background: #fafafa;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    padding: 15px;
}

.cf-view-order-summary span,
.cf-view-order-summary strong {
    display: block;
}

.cf-view-order-summary span {
    color: #777;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.cf-view-order-summary strong {
    color: var(--cf-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.cf-view-order-status {
    align-items: center;
    background: #f3f5f1;
    border-radius: 999px;
    color: var(--cf-green-dark) !important;
    display: inline-flex !important;
    font-size: 12px !important;
    line-height: 1 !important;
    min-height: 28px;
    padding: 0 10px;
    width: fit-content;
}

.cf-view-order-status--cancelled,
.cf-view-order-status--failed,
.cf-view-order-status--refunded {
    background: #f8eeee;
    color: var(--cf-red) !important;
}

.cf-view-order-status--processing,
.cf-view-order-status--on-hold {
    background: #fff4e8;
    color: #8a5a00 !important;
}

.cf-view-order-updates,
.cf-view-order-details .woocommerce-order-details,
.cf-view-order-details .woocommerce-customer-details {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 22px;
}

.cf-view-order-updates h3,
.cf-view-order-details .woocommerce-order-details__title,
.cf-view-order-details .woocommerce-column__title {
    color: var(--cf-ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 18px;
}

.cf-view-order-updates .notes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-view-order-updates .note {
    border-top: 1px solid var(--cf-line);
    margin: 0;
    padding: 16px 0 0;
}

.cf-view-order-updates .note:first-child {
    border-top: 0;
    padding-top: 0;
}

.cf-view-order-updates .meta {
    color: #777;
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.cf-view-order-updates .description p {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.cf-view-order-details .shop_table {
    border: 1px solid var(--cf-line);
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
    margin: 0;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.cf-view-order-details .shop_table th,
.cf-view-order-details .shop_table td {
    border: 0;
    border-bottom: 1px solid var(--cf-line);
    color: var(--cf-ink);
    padding: 16px 18px;
    vertical-align: top;
}

.cf-view-order-details .shop_table thead th {
    background: #fafafa;
    color: #777;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.cf-view-order-details .shop_table thead th:last-child,
.cf-view-order-details .shop_table tbody td:last-child,
.cf-view-order-details .shop_table tfoot td {
    text-align: right;
}

.cf-view-order-details .shop_table tbody tr:last-child td {
    border-bottom: 1px solid var(--cf-line);
}

.cf-view-order-details .product-name a {
    color: var(--cf-ink);
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    max-width: 100%;
}

.cf-view-order-details .product-name a:hover {
    color: var(--cf-red);
}

.cf-view-order-details .product-quantity {
    background: #f4f4f4;
    border-radius: 999px;
    color: #555;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin-left: 8px;
    padding: 5px 8px;
}

.cf-view-order-details .wc-item-meta,
.cf-view-order-details .wc-item-meta p {
    color: #666;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 8px;
}

.cf-view-order-details .wc-item-meta {
    display: grid;
    gap: 4px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.cf-view-order-details .wc-item-meta li {
    margin: 0;
}

.cf-view-order-details .product-total {
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

.cf-view-order-details .shop_table tfoot {
    background: #fcfcfc;
}

.cf-view-order-details .shop_table tfoot th,
.cf-view-order-details .shop_table tfoot td {
    border-bottom: 1px solid var(--cf-line);
    font-size: 14px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.cf-view-order-details .shop_table tfoot th {
    color: #666;
    font-weight: 850;
    text-align: left;
}

.cf-view-order-details .shop_table tfoot td {
    font-weight: 900;
}

.cf-view-order-details .shop_table tfoot tr:last-child th,
.cf-view-order-details .shop_table tfoot tr:last-child td {
    border-bottom: 0;
    color: var(--cf-ink);
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 18px;
    padding-top: 18px;
}

.cf-view-order-details .woocommerce-customer-details .woocommerce-columns {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-view-order-details .woocommerce-customer-details .woocommerce-column {
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    max-width: none;
    padding: 18px;
    width: auto;
}

.cf-view-order-details address {
    color: #555;
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
}

.cf-account-address-heading {
    align-items: flex-start;
    border-bottom: 1px solid var(--cf-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.cf-account-address-heading h2 {
    color: var(--cf-ink);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 8px;
}

.cf-account-address-heading p:not(.cf-eyebrow) {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
}

.cf-account-address-back {
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    color: var(--cf-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
}

.cf-account-address-back:hover {
    border-color: var(--cf-green);
    color: var(--cf-green);
}

.cf-account-address-form {
    margin: 0;
}

.cf-account-address-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-account-address-grid .form-row {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.cf-account-address-grid .form-row-wide,
.cf-account-address-grid #billing_company_field,
.cf-account-address-grid #shipping_company_field,
.cf-account-address-grid #billing_address_1_field,
.cf-account-address-grid #shipping_address_1_field,
.cf-account-address-grid #billing_address_2_field,
.cf-account-address-grid #shipping_address_2_field {
    grid-column: 1 / -1;
}

.cf-account-address-grid label {
    color: var(--cf-ink);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 7px;
}

.cf-account-address-grid .required {
    color: var(--cf-red);
    text-decoration: none;
}

.cf-account-address-grid input.input-text,
.cf-account-address-grid select,
.cf-account-address-grid .select2-selection {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
    min-height: 48px;
}

.cf-account-address-grid input.input-text,
.cf-account-address-grid select {
    margin: 0;
    padding: 0 14px;
    width: 100%;
}

.cf-account-address-grid .select2-container {
    width: 100% !important;
}

.cf-account-address-grid .select2-selection {
    align-items: center;
    display: flex;
    padding: 0 12px;
}

.cf-account-address-grid .select2-selection__rendered {
    line-height: 46px;
    padding-left: 0;
}

.cf-account-address-grid .select2-selection__arrow {
    min-height: 46px;
}

.cf-account-address-grid input:focus,
.cf-account-address-grid select:focus,
.cf-account-address-grid .select2-container--focus .select2-selection {
    border-color: var(--cf-green);
    box-shadow: 0 0 0 3px rgba(49, 91, 63, .12);
}

.cf-account-address-actions {
    border-top: 1px solid var(--cf-line);
    margin-top: 26px;
    padding-top: 22px;
}

.cf-account-address-save {
    background: var(--cf-red) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    min-height: 48px;
    padding: 0 24px !important;
    text-transform: uppercase;
}

.cf-account-address-save:hover {
    background: #8f1017 !important;
}

.cf-account-address-overview .woocommerce-Addresses {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-account-address-overview .woocommerce-Address {
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    float: none;
    padding: 20px;
    width: auto;
}

.cf-account-address-overview .woocommerce-Address-title {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.cf-account-address-overview .woocommerce-Address-title h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
}

.cf-account-address-overview .woocommerce-Address-title .edit {
    color: var(--cf-green);
    font-weight: 900;
}

.cf-logout-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 22px;
    pointer-events: none;
    position: fixed;
    transition: opacity .18s ease;
    z-index: 99999;
}

.cf-logout-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.cf-logout-modal__backdrop {
    background: rgba(12, 18, 15, .58);
    inset: 0;
    position: absolute;
}

.cf-logout-modal__dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
    max-width: 430px;
    padding: 30px;
    position: relative;
    transform: translateY(10px);
    transition: transform .18s ease;
    width: min(100%, 430px);
}

.cf-logout-modal.is-open .cf-logout-modal__dialog {
    transform: translateY(0);
}

.cf-logout-modal__close {
    align-items: center;
    background: var(--cf-soft);
    border: 0;
    border-radius: 50%;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 24px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 34px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
}

.cf-logout-modal__dialog h2 {
    color: var(--cf-ink);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 10px;
}

.cf-logout-modal__text {
    color: #555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.cf-logout-modal__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 24px;
}

.cf-logout-modal__cancel,
.cf-logout-modal__confirm {
    align-items: center;
    appearance: none;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 44px;
    padding: 0 16px;
    text-transform: uppercase;
}

.cf-logout-modal__cancel {
    background: #fff;
    border: 1px solid var(--cf-line);
    color: var(--cf-ink);
}

.cf-logout-modal__confirm {
    background: var(--cf-red);
    color: #fff;
}

.cf-logout-modal__confirm:hover {
    background: #8f1017;
    color: #fff;
}

.cf-logout-modal-open {
    overflow: hidden;
}

@media only screen and (max-width: 849px) {
    .cf-auth-hero {
        padding: 32px 0 44px;
    }

    .cf-auth-layout {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .cf-auth-copy h1 {
        font-size: 34px;
    }

    .cf-auth-panel {
        padding: 20px;
    }

    .cf-auth-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .cf-account-shell {
        padding: 30px 0 48px;
    }

    .cf-account-header {
        margin-bottom: 18px;
    }

    .cf-account-header h1 {
        font-size: 34px;
    }

    .cf-account-layout {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .cf-account-sidebar {
        position: static;
    }

    .cf-account-nav {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cf-account-nav li {
        margin: 0;
    }

    .cf-account-content {
        min-height: 0;
        padding: 22px;
    }

    .page-wrapper.my-account {
        padding: 28px 0 46px;
    }

    .my-account .vertical-tabs>.large-3 {
        margin-bottom: 20px;
    }

    .my-account .vertical-tabs>.large-9 {
        padding-left: 15px;
    }

    .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 22px;
    }

    .cf-order-card {
        grid-template-columns: 1fr;
    }

    .cf-orders-heading {
        flex-direction: column;
    }

    .cf-view-order-hero {
        flex-direction: column;
    }

    .cf-view-order-hero__actions {
        justify-content: flex-start;
    }

    .cf-view-order-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cf-view-order-details .woocommerce-customer-details .woocommerce-columns {
        grid-template-columns: 1fr;
    }

    .cf-order-card__actions {
        justify-content: flex-start;
    }

    .cf-account-address-heading {
        flex-direction: column;
        gap: 16px;
    }

    .cf-account-address-grid,
    .cf-account-address-overview .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .cf-auth-hero {
        padding: 24px 0 34px;
    }

    .cf-auth-copy h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cf-auth-copy>p:not(.cf-eyebrow) {
        font-size: 15px;
        line-height: 1.5;
    }

    .cf-auth-benefits {
        gap: 10px;
        margin-top: 18px;
    }

    .cf-auth-benefits div {
        padding: 13px 14px;
    }

    .cf-auth-panel {
        padding: 16px;
    }

    .cf-auth-tabs {
        margin-bottom: 16px;
    }

    .cf-auth-form input[type="text"],
    .cf-auth-form input[type="email"],
    .cf-auth-form input[type="password"] {
        height: 46px;
        margin-bottom: 13px;
    }

    .cf-account-shell {
        padding: 24px 0 36px;
    }

    .cf-account-header h1 {
        font-size: 30px;
    }

    .cf-account-header p:not(.cf-eyebrow) {
        font-size: 15px;
    }

    .cf-account-sidebar,
    .cf-account-content,
    .cf-account-guest {
        padding: 16px;
    }

    .cf-account-user-card {
        align-items: flex-start;
    }

    .cf-account-nav {
        grid-template-columns: 1fr;
    }

    .cf-account-nav a {
        padding: 11px 12px;
    }

    .cf-orders-heading h2 {
        font-size: 28px;
    }

    .cf-orders-shop {
        width: 100%;
    }

    .cf-order-card {
        padding: 15px;
    }

    .cf-order-card__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .cf-order-card__meta {
        grid-template-columns: 1fr;
    }

    .cf-order-card__actions .button,
    .cf-orders-pagination .button {
        width: 100%;
    }

    .cf-orders-pagination {
        flex-direction: column;
    }

    .cf-view-order-hero h2 {
        font-size: 28px;
    }

    .cf-view-order-hero__actions,
    .cf-view-order-back,
    .cf-view-order-hero__actions .button {
        width: 100%;
    }

    .cf-view-order-summary {
        grid-template-columns: 1fr;
    }

    .cf-view-order-updates,
    .cf-view-order-details .woocommerce-order-details,
    .cf-view-order-details .woocommerce-customer-details {
        padding: 18px;
    }

    .cf-view-order-updates h3,
    .cf-view-order-details .woocommerce-order-details__title,
    .cf-view-order-details .woocommerce-column__title {
        font-size: 22px;
    }

    .cf-view-order-details .shop_table,
    .cf-view-order-details .shop_table thead,
    .cf-view-order-details .shop_table tbody,
    .cf-view-order-details .shop_table tfoot,
    .cf-view-order-details .shop_table tr,
    .cf-view-order-details .shop_table th,
    .cf-view-order-details .shop_table td {
        display: block;
        width: 100%;
    }

    .cf-view-order-details .shop_table thead {
        display: none;
    }

    .cf-view-order-details .shop_table tbody tr {
        border-bottom: 1px solid var(--cf-line);
        padding: 14px;
    }

    .cf-view-order-details .shop_table tbody td {
        border-bottom: 0;
        padding: 0;
        text-align: left !important;
    }

    .cf-view-order-details .shop_table tbody td.product-total {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
    }

    .cf-view-order-details .shop_table tbody td.product-total:before {
        color: #777;
        content: "Total";
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .cf-view-order-details .shop_table tfoot tr {
        align-items: center;
        border-bottom: 1px solid var(--cf-line);
        display: flex;
        justify-content: space-between;
        padding: 0 14px;
    }

    .cf-view-order-details .shop_table tfoot tr:last-child {
        border-bottom: 0;
    }

    .cf-view-order-details .shop_table tfoot th,
    .cf-view-order-details .shop_table tfoot td {
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

}
