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

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

:root {
    --cf-green: #e96651;
    --cf-green-dark: #c84732;
    --cf-red: #e96651;
    --cf-orange: #e96651;
    --fs-color-primary: #e96651;
    --primary-color: #e96651;
    --cf-ink: #171717;
    --cf-muted: #666;
    --cf-line: #e9e9e9;
    --cf-soft: #f6f6f6;
}

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

@media (min-width: 1200px) {
    .cf-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .cf-container {
        max-width: 1320px;
    }
}

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

.cf-mainbar {
    background: #fff;
}

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

.cf-logo {
    display: inline-flex;
    height: 86px;
    justify-self: start;
    width: 88px;
}

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

.cf-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

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

.cf-cart:hover {
    color: #eb3e6c;
}

.cf-cart {
    align-items: center;
    color: #eb3e6c;
    display: inline-flex;
    height: 37.1px;
    justify-content: center;
    line-height: 14.6px;
    margin-left: 0;
    position: relative;
    width: 38.6px;
}

.cf-cart-bag {
    align-items: center;
    border: 2px solid currentColor;
    box-sizing: border-box;
    display: inline-flex;
    height: 37.1px;
    justify-content: center;
    padding: 5.84px;
    width: 38.6px;
}

.cf-cart-bag svg {
    display: block;
    height: 19px;
    width: 19px;
}

.cf-cart-count {
    align-items: center;
    background: #eb3e6c;
    border-radius: 99px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    right: -12px;
    top: -10px;
}

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

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

.cf-nav ul {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: center;
    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: 16px;
    font-weight: 400;
    padding: 12px 18px;
    white-space: nowrap;
}

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

.cf-nav li.is-active>a,
.cf-nav li.current-menu-item>a,
.cf-nav li.current-menu-ancestor>a,
.cf-nav li.current_page_item>a {
    color: var(--cf-green-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    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: #fff;
    color: var(--cf-ink);
}

.cf-site-footer .cf-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    gap: 24px;
}

.burger-footer,
.footer__wrapper,
.absolute-footer,
.footer-widgets,
.back-top {
    display: none !important;
}

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

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

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

.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: var(--cf-green-dark);
    color: #fff;
}

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

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

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

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

.cf-product-item__media {
    aspect-ratio: 31 / 37;
    background: #f7f7f7;
    border: 2px solid #f4f4f4;
    border-radius: 6px;
    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__quick-add {
    align-items: center;
    background: var(--cf-orange);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
    width: 42px;
    z-index: 2;
}

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

.cf-product-item:hover .cf-product-item__quick-add {
    opacity: 1;
    transform: translateY(0);
}

.cf-product-item__quick-add span,
.cf-product-item__quick-add svg {
    display: block;
    height: 20px;
    width: 20px;
}

.cf-product-item__quick-add svg,
.cf-product-item__quick-add svg * {
    fill: currentColor;
    stroke: currentColor;
}

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

.cf-product-item__category,
.cf-product-item__category a {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 6px;
}

.cf-product-item__category a:hover {
    color: var(--cf-orange);
}

.cf-product-item__title {
    color: var(--cf-ink);
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    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: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 9px;
}

.cf-product-item .button,
.cf-product-item a.button {
    align-items: center;
    background: var(--cf-orange);
    border: 1px solid var(--cf-orange);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 14px 0 0;
    min-height: 40px;
    padding: 0 18px;
    text-transform: none;
}

.cf-product-item .button:hover,
.cf-product-item a.button:hover {
    background: var(--cf-ink);
    border-color: var(--cf-ink);
    color: #fff;
}

.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: #f5a623;
    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: #f5a623;
    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: #f5a623;
}

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-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 {
    background: #000;
    padding: 76px 32px 72px;
}

.cf-footer-grid {
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}

.cf-footer-column h3 {
    color: #fff;
    font-size: 14.6px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.cf-footer-column p,
.cf-footer-column li,
.cf-footer-column a {
    font-size: 14.6px;
    line-height: 1.8;
}

.cf-footer-column p {
    color: #fff;
    margin: 0;
}

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

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

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

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

.cf-footer-column a:hover {
    color: #fff;
}

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

.cf-footer-icons img {
    display: block;
    height: 36px;
    width: 36px;
}

.cf-footer-bottom {
    background: #fff;
    border-top: 0;
    padding: 18px 32px;
}

.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: 14.6px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.cf-collection-page {
    background: #fff;
    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: 34px 0 72px;
}

.cf-shop-archive .cf-collection-main {
    padding: 60px 0 84px;
}

.cf-shop-breadcrumb {
    align-items: center;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 400;
    gap: 8px;
    line-height: 1.45;
    margin: 0 0 24px;
}

.cf-shop-breadcrumb a {
    color: #777;
}

.cf-shop-breadcrumb a:hover {
    color: var(--cf-orange);
}

.cf-shop-header {
    margin: 0 0 38px;
}

.cf-shop-header h1 {
    color: var(--cf-ink);
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.cf-shop-toolbar {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 0 34px;
}

.cf-shop-toolbar .woocommerce-result-count {
    color: #777;
    float: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.cf-shop-archive .cf-collection-sort select {
    border-color: #ddd;
    color: #666;
    height: 40px;
    min-width: 230px;
}

.cf-shop-archive .cf-collection-grid {
    gap: 48px 28px;
}

.cf-shop-archive .cf-product-item__media {
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 0;
}

.cf-shop-archive .cf-product-item__info {
    padding-top: 15px;
}

.cf-shop-archive .cf-product-item__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.cf-shop-archive .star-rating {
    margin-top: 8px;
}

.cf-shop-archive .cf-product-item__price {
    font-size: 15px;
    font-weight: 700;
    margin-top: 8px;
}

.cf-collection-layout {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: 170px minmax(0, 1fr);
}

.cf-collection-results {
    min-width: 0;
}

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

.cf-collection-topbar h1 {
    color: var(--cf-ink);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.cf-collection-topbar p {
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    margin: 6px 0 0;
}

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

.cf-collection-sidebar {
    color: var(--cf-ink);
    font-size: 14px;
    min-width: 0;
}

.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: 14px;
    font-weight: 400;
    gap: 10px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0;
}

.cf-collection-mobile-filter-button {
    display: none;
}

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

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

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-x: hidden;
    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-drawer .cf-collection-filter-block,
.cf-collection-sidebar .cf-collection-filter-block {
    border-bottom: 1px solid var(--cf-line);
    padding: 0 0 28px;
}

.cf-collection-filter-drawer .cf-collection-filter-block+.cf-collection-filter-block,
.cf-collection-sidebar .cf-collection-filter-block+.cf-collection-filter-block {
    padding-top: 28px;
}

.cf-collection-filter-drawer .cf-collection-filter-block button,
.cf-collection-sidebar .cf-collection-filter-block button {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--cf-ink);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 18px;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.cf-collection-filter-drawer .cf-collection-filter-block button span,
.cf-collection-sidebar .cf-collection-filter-block button span {
    font-family: "fl-icons";
    font-size: 12px;
    line-height: 1;
}

.cf-collection-filter-drawer .cf-collection-filter-block ul,
.cf-collection-sidebar .cf-collection-filter-block ul {
    display: grid;
    gap: 12px;
}

.cf-collection-filter-option {
    align-items: center;
    color: var(--cf-ink);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.35;
    min-height: 18px;
}

.cf-collection-filter-option:hover {
    color: var(--cf-red);
}

.cf-collection-filter-option>span:first-child {
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    flex: 0 0 14px;
    height: 14px;
    position: relative;
    width: 14px;
}

.cf-collection-filter-option.is-active>span:first-child {
    background: var(--cf-ink);
    border-color: var(--cf-ink);
}

.cf-collection-filter-option.is-active>span:first-child:after {
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 4px;
}

.cf-collection-price-inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
}

.cf-collection-price-inputs label {
    align-items: center;
    border: 1px solid var(--cf-line);
    border-radius: 3px;
    display: flex;
    height: 34px;
    margin: 0;
    min-width: 0;
    padding: 0 7px;
}

.cf-collection-price-inputs label span {
    color: var(--cf-muted);
    flex: 0 0 auto;
    font-size: 13px;
}

.cf-collection-price-inputs input {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--cf-ink);
    font-size: 13px;
    height: 100%;
    margin: 0;
    min-width: 0;
    padding: 0 0 0 4px;
    width: 100%;
}

.cf-collection-price-inputs input:focus {
    box-shadow: none;
}

.cf-collection-price-inputs button {
    background: var(--cf-ink);
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    grid-column: 1 / -1;
    height: 34px;
    margin: 0;
    min-height: 0;
    padding: 0 12px;
}

.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-sidebar .cf-collection-filter-block li {
    border-bottom: 0;
}

.cf-collection-sidebar .cf-collection-filter-option,
.cf-collection-sidebar .cf-collection-filter-block a.cf-collection-filter-option {
    color: var(--cf-ink);
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    justify-content: flex-start;
    padding: 0;
}

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

.cf-collection-sidebar .cf-collection-filter-option>span {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
}

.cf-collection-sidebar .cf-collection-filter-option>span:first-child {
    color: inherit;
    font-size: 0;
}

.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: 4px;
    box-shadow: none;
    color: var(--cf-ink);
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    margin: 0;
    min-width: 160px;
    padding: 0 36px 0 12px;
}

.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: 14px;
    top: 13px;
    transform: rotate(45deg);
    width: 8px;
}

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

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

.cf-collection-grid .cf-product-item {
    border: 0;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    transition: none;
}

.cf-collection-grid .cf-product-item:hover {
    transform: none;
}

.cf-collection-grid .cf-product-item__info {
    padding: 14px 0 0;
}

.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;
}

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

.cf-product-main {
    padding: 44px 0 26px;
}

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

.cf-product-gallery {
    display: block;
    min-width: 0;
}

.cf-product-gallery .product-images,
.cf-product-gallery .woocommerce-product-gallery {
    margin: 0;
    width: 100%;
}

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

.cf-product-gallery .product-thumbnails.thumbnails.slider.row.row-small.row-slider.slider-nav-small.small-columns-4.is-draggable.flickity-enabled {
    display: none;
}

.cf-product-gallery .product-thumbnails.flickity-enabled .flickity-viewport {
    height: auto !important;
    max-height: min(585px, calc(100vh - 120px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 2px;
    scrollbar-width: thin;
}

.cf-product-gallery .product-thumbnails.flickity-enabled .flickity-viewport::-webkit-scrollbar {
    width: 4px;
}

.cf-product-gallery .product-thumbnails.flickity-enabled .flickity-viewport::-webkit-scrollbar-thumb {
    background: #cfd8d1;
    border-radius: 999px;
}

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

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

.cf-product-gallery .product-thumbnails .flickity-prev-next-button {
    display: none;
}

.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: transparent;
    border-radius: 0;
    overflow: hidden;
}

.cf-product-gallery .product-images {
    position: relative;
}

.cf-product-gallery .product-images .image-tools.bottom {
    bottom: 14px;
    left: auto;
    right: 14px;
    z-index: 4;
}

.cf-product-gallery .product-images .zoom-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cf-line);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    color: var(--cf-ink);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin: 0;
    width: 40px;
}

.cf-product-gallery .product-images .zoom-button:hover {
    background: var(--cf-ink);
    border-color: var(--cf-ink);
    color: #fff;
}

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

.cf-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    height: auto;
    object-fit: contain;
    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: static;
}

.cf-product-breadcrumb {
    align-items: center;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    line-height: 1.45;
    margin: 0 0 12px;
}

.cf-product-breadcrumb a {
    color: #777;
}

.cf-product-breadcrumb a:hover {
    color: var(--cf-orange);
    text-decoration: none;
}

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

.cf-contact-page .cf-container {
    max-width: 1200px;
}

.cf-contact-hero {
    padding: 88px 0 0;
    text-align: center;
}

.cf-contact-eyebrow {
    color: #ea575a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
}

.cf-contact-hero h1,
.cf-contact-main h2,
.cf-contact-label {
    color: #2d302f;
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 400;
}

.cf-contact-hero h1 {
    font-size: 60px;
    line-height: 1.13;
    margin: 0 auto 52px;
    max-width: 760px;
}

.cf-contact-hero img {
    display: block;
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.cf-contact-main {
    padding: 88px 0;
}

.cf-contact-layout {
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.cf-contact-main h2 {
    font-size: 42px;
    line-height: 1.23;
    margin: 0 0 16px;
}

.cf-contact-intro {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 34px;
    max-width: 520px;
}

.cf-contact-detail {
    margin: 0 0 24px;
}

.cf-contact-detail-row {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-contact-label {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 6px;
}

.cf-contact-detail p {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.cf-contact-detail a {
    color: #ea575a;
    text-decoration: none;
}

.cf-contact-detail a:hover {
    color: #d84a4d;
}

.cf-contact-form-wrap {
    min-width: 0;
}

.cf-contact-form-wrap form {
    margin: 0;
}

.cf-contact-form-wrap p {
    margin: 0 0 16px;
}

.cf-contact-form-wrap label {
    color: #2d302f;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.cf-contact-form-wrap input:not([type="submit"]),
.cf-contact-form-wrap textarea {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: none;
    color: var(--cf-ink);
    font-size: 16px;
    margin: 5px 0 0;
    width: 100%;
}

.cf-contact-form-wrap input:not([type="submit"]) {
    height: 44px;
    padding: 0 12px;
}

.cf-contact-form-wrap textarea {
    min-height: 150px;
    padding: 10px 12px;
    resize: vertical;
}

.cf-contact-form-wrap input:focus,
.cf-contact-form-wrap textarea:focus {
    border-color: #ea575a;
    box-shadow: none;
}

.cf-contact-form-wrap input[type="submit"],
.cf-contact-form-wrap button[type="submit"],
.cf-contact-submit {
    align-items: center;
    background: #ea575a;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .14em;
    min-height: 48px;
    padding: 0 34px;
    text-transform: uppercase;
}

.cf-contact-form-wrap input[type="submit"]:hover,
.cf-contact-form-wrap button[type="submit"]:hover,
.cf-contact-submit:hover {
    background: #d84a4d;
    color: #fff;
}

.cf-contact-form-wrap .wpcf7-spinner {
    margin: 0 0 0 10px;
}

.cf-contact-form-wrap .wpcf7-not-valid-tip {
    color: var(--cf-red);
    font-size: 13px;
    margin-top: 6px;
}

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

.cf-about-page .cf-container {
    max-width: 1200px;
}

.cf-about-hero {
    padding: 96px 0 0;
    text-align: center;
}

.cf-about-eyebrow {
    color: #ea575a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
}

.cf-about-hero h1,
.cf-about-intro h2,
.cf-about-why h2,
.cf-about-cta h2,
.cf-about-reason h3 {
    color: #2d302f;
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 400;
}

.cf-about-hero h1 {
    font-size: 60px;
    line-height: 1.13;
    margin: 0 auto 62px;
    max-width: 760px;
}

.cf-about-hero img {
    display: block;
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.cf-about-intro {
    padding: 96px 0;
}

.cf-about-intro h2,
.cf-about-why h2 {
    font-size: 42px;
    line-height: 1.23;
    margin: 0 0 42px;
    max-width: 760px;
}

.cf-about-copy-grid {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-about-copy-grid p,
.cf-about-reason p {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.cf-about-lead {
    color: #2d302f !important;
    font-weight: 700;
}

.cf-about-why {
    background: #fff6ec;
    padding: 96px 0;
}

.cf-about-reason-grid {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cf-about-reason-column {
    display: grid;
    gap: 58px;
}

.cf-about-reason span {
    background: #ea575a;
    display: block;
    height: 2px;
    margin: 0 0 20px;
    width: 42px;
}

.cf-about-reason h3 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 16px;
}

.cf-about-cta {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 419px;
    overflow: hidden;
    padding: 96px 0;
    position: relative;
    text-align: center;
}

.cf-about-cta__overlay {
    background: rgba(0, 0, 0, .45);
    inset: 0;
    position: absolute;
}

.cf-about-cta .cf-container {
    position: relative;
    z-index: 1;
}

.cf-about-cta h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.23;
    margin: 0 auto 30px;
    max-width: 760px;
}

.cf-about-button {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #2d302f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .14em;
    min-height: 48px;
    padding: 0 34px;
    text-transform: uppercase;
}

.cf-about-button:hover {
    background: #ea575a;
    color: #fff;
}

.cf-policy-page {
    background: #fff;
    padding: 0 0 54px;
}

.cf-policy-breadcrumb {
    margin: 0 0 26px;
    padding-top: 8px;
}

.cf-policy-breadcrumb span:last-child {
    color: var(--cf-green-dark);
}

.cf-policy-header {
    text-align: center;
}

.cf-policy-header h1 {
    color: var(--cf-ink);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 28px;
}

.cf-policy-content {
    color: var(--cf-ink);
    font-size: 16px;
    line-height: 1.38;
}

.cf-policy-content h2 {
    color: var(--cf-ink);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 26px 0 12px;
}

.cf-policy-content h3 {
    color: var(--cf-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 18px 0 8px;
}

.cf-policy-content p {
    margin: 0 0 14px;
}

.cf-policy-content ul {
    list-style: disc;
    margin: 0 0 16px 28px;
    padding: 0;
}

.cf-policy-content li {
    margin: 0 0 5px;
}

.cf-policy-content a {
    color: #246bb2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.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-single-product-category {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 6px;
}

.cf-single-product-category a {
    color: #777;
}

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

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

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

.cf-product-price .price {
    align-items: baseline;
    color: var(--cf-orange);
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.35;
    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 {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
    padding: 0;
}

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

.cf-size-chart {
    margin: -6px 0 18px;
}

.cf-size-chart__link {
    color: var(--cf-green-dark);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cf-size-chart__link:hover,
.cf-size-chart__link:focus {
    color: var(--cf-ink);
}

.cf-size-chart-modal {
    border-radius: 8px;
    max-width: 640px;
    padding: 0;
    width: calc(100vw - 32px);
}

.cf-size-chart-modal img {
    display: block;
    height: auto;
    width: 100%;
}

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

.cf-product-stock-detail {
    align-items: baseline;
    color: #4a4f4d;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 7px;
    line-height: 1.5;
    margin: 0 0 16px;
}

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

.cf-product-stock-detail .stock {
    background: transparent;
    border: 0;
    color: #4a4f4d;
    display: inline;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.cf-product-stock-detail .stock.out-of-stock {
    color: var(--cf-red);
}

.cf-product-cart .stock {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: auto;
}

.cf-product-cart .woocommerce-variation-availability {
    margin-bottom: 16px;
    width: 100%;
}

.cf-product-cart .woocommerce-variation-price {
    display: none !important;
}

.cf-product-cart .stock.in-stock {
    background: transparent;
    border: 0;
    color: #4a4f4d;
}

.cf-product-cart .stock.out-of-stock {
    background: transparent;
    border: 0;
    color: var(--cf-red);
}

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

.cf-product-cart .quantity {
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    align-items: center;
}

.cf-product-cart .quantity:before {
    content: none;
}

.cf-product-cart .quantity input.qty,
.cf-product-cart .ux-quantity__button {
    border-color: #ddd;
    box-shadow: none;
    height: 44px;
}

.cf-product-cart .quantity input.qty {
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    max-width: 74px;
    min-width: 74px;
    padding: 0 8px;
    text-align: center;
}

.cf-product-cart .single_add_to_cart_button,
.cf-product-cart .button.alt,
.cf-product-cart .cf-buy-now-button {
    background: var(--cf-orange);
    border: 0;
    border-radius: 4px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0;
    min-width: 0;
    padding: 0 28px;
    text-transform: none;
}

.cf-product-cart .cf-buy-now-button {
    background: var(--cf-green);
}

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

.cf-product-cart .single_add_to_cart_button:disabled,
.cf-product-cart .single_add_to_cart_button.disabled,
.cf-product-cart .cf-buy-now-button:disabled {
    cursor: not-allowed;
    opacity: .48;
}

.cf-variation-swatches {
    flex: 1 0 100%;
}

.cf-variation-swatches-ready table.variations {
    display: none;
}

.cf-variation-group {
    margin: 0 0 20px;
}

.cf-variation-title {
    align-items: baseline;
    color: var(--cf-ink);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 4px;
    line-height: 1.35;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cf-variation-title span {
    font-weight: 700;
}

.cf-variation-title strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.cf-variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cf-variation-pill {
    align-items: center;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    box-shadow: none;
    color: var(--cf-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 40px;
    padding: 0 16px;
}

.cf-variation-pill:hover,
.cf-variation-pill.is-active {
    border-color: var(--cf-ink);
    box-shadow: inset 0 0 0 1px var(--cf-ink);
    color: var(--cf-ink);
}

.cf-variation-pill:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.cf-variation-pill.is-hidden {
    display: none;
}

.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-meta {
    color: #4a4f4d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.cf-product-meta .product_meta {
    display: grid;
    gap: 3px;
}

.cf-product-meta span {
    color: #4a4f4d;
}

.cf-product-meta span span,
.cf-product-meta a {
    color: var(--cf-orange);
}

.cf-product-meta a:hover {
    color: var(--cf-ink);
}

.cf-product-after-summary {
    padding: 6px 0 68px;
}

.cf-product-after-summary .woocommerce-tabs {
    clear: both;
    margin: 0 0 58px;
    padding: 0;
}

.cf-product-after-summary .woocommerce-tabs ul.tabs {
    border-bottom: 0;
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.cf-product-after-summary .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.cf-product-after-summary .woocommerce-tabs ul.tabs li a {
    border: 0;
    box-shadow: none;
    color: var(--cf-ink);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 13px;
    position: relative;
}

.cf-product-after-summary .woocommerce-tabs ul.tabs li a:before,
.cf-product-after-summary .woocommerce-tabs ul.tabs li.active a:before {
    content: none !important;
    display: none !important;
}

.cf-product-after-summary .woocommerce-tabs ul.tabs li.active a:after,
.cf-product-after-summary .woocommerce-tabs ul.tabs li a:hover:after {
    background: var(--cf-orange);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.cf-product-after-summary .woocommerce-tabs .panel {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.cf-product-after-summary .woocommerce-tabs .panel h2 {
    display: none;
}

.cf-product-after-summary .woocommerce-tabs .panel p,
.cf-product-after-summary .woocommerce-tabs .panel table {
    margin-bottom: 16px;
}

.cf-product-after-summary .shop_attributes {
    border: 1px solid var(--cf-line);
    border-collapse: collapse;
    max-width: 680px;
    width: 100%;
}

.cf-product-after-summary .shop_attributes th,
.cf-product-after-summary .shop_attributes td {
    border-bottom: 1px solid var(--cf-line);
    color: #4a4f4d;
    padding: 10px 14px;
    text-align: left;
}

.cf-product-after-summary .shop_attributes td p {
    margin: 0;
}

.cf-product-after-summary .related.products {
    margin: 0;
    padding: 0;
}

.cf-product-after-summary .related.products>h2 {
    color: var(--cf-ink);
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.23;
    margin: 0 0 28px;
    text-align: center;
}

.cf-product-after-summary .related.products ul.products {
    display: grid;
    gap: 36px 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-product-after-summary .related.products ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.cf-product-description-panel {
    border-top: 0;
    color: var(--cf-ink);
    padding-top: 0;
}

.cf-product-description-panel h2 {
    color: var(--cf-ink);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px;
}

.cf-product-description-content {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.cf-product-description-content p,
.cf-product-description-content ul,
.cf-product-description-content ol {
    margin-bottom: 15px;
}

.cf-product-description-content ul,
.cf-product-description-content ol {
    padding-left: 20px;
}

.cf-product-description-content li {
    margin-bottom: 7px;
}

.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: 0;
}

.cf-product-related>h2 {
    color: var(--cf-ink);
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.23;
    margin: 0 0 34px;
    text-align: center;
}

.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: 44px 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cf-product-related-grid .cf-product-item__media {
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 0;
}

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

    .cf-about-hero {
        padding-top: 64px;
    }

    .cf-about-hero h1 {
        font-size: 44px;
        margin-bottom: 42px;
    }

    .cf-about-hero img {
        height: 430px;
    }

    .cf-about-intro,
    .cf-about-why {
        padding: 64px 0;
    }

    .cf-about-copy-grid,
    .cf-about-reason-grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .cf-about-reason-column {
        gap: 34px;
    }

    .cf-about-cta {
        min-height: 360px;
        padding: 72px 0;
    }

    .cf-contact-hero {
        padding-top: 56px;
    }

    .cf-contact-hero h1 {
        font-size: 44px;
        margin-bottom: 34px;
    }

    .cf-contact-hero img {
        height: 400px;
    }

    .cf-contact-main {
        padding: 58px 0;
    }

    .cf-contact-layout {
        gap: 34px;
        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-layout {
        gap: 28px;
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .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-shop-archive .cf-collection-main {
        padding: 50px 0 68px;
    }

    .cf-shop-header {
        margin-bottom: 30px;
    }

    .cf-shop-header h1 {
        font-size: 48px;
    }

    .cf-shop-archive .cf-collection-grid {
        gap: 40px 22px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cf-mainbar .cf-container {
        gap: 10px;
        grid-template-columns: 40px 1fr 40px;
        min-height: 64px;
    }

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

    .cf-logo {
        height: 58px;
        justify-self: center;
        max-width: 80px;
        width: 80px;
    }

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

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

    .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: 0;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    }

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

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

    .cf-product-gallery {
        display: block;
        overflow: visible;
    }

    .cf-product-gallery .product-images,
    .cf-product-gallery .woocommerce-product-gallery {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
        min-width: 0;
        width: 100% !important;
    }

    .cf-product-gallery .product-images .image-tools.bottom {
        bottom: 10px;
        right: 10px;
    }

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

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

    .cf-product-gallery .product-thumbnails.flickity-enabled .flickity-viewport,
    .cf-product-gallery .product-thumbnails .flickity-viewport {
        height: 64px !important;
        max-height: none;
        overflow: visible !important;
        padding-right: 0;
        width: 100% !important;
    }

    .cf-product-gallery .product-thumbnails .flickity-slider {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        min-width: max-content;
        position: static !important;
        transform: none !important;
        width: max-content !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;
        margin-bottom: 10px;
    }

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

    .cf-product-after-summary {
        padding-bottom: 56px;
    }

    .cf-product-after-summary .related.products ul.products {
        gap: 30px 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

    .cf-button {
        width: 100%;
    }

    .cf-contact-hero {
        padding-top: 40px;
    }

    .cf-contact-hero h1,
    .cf-contact-main h2 {
        font-size: 34px;
    }

    .cf-contact-hero h1 {
        margin-bottom: 28px;
    }

    .cf-contact-hero img {
        height: 300px;
    }

    .cf-contact-main {
        padding: 44px 0;
    }

    .cf-contact-layout,
    .cf-contact-detail-row {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .cf-contact-intro {
        margin-bottom: 24px;
    }

    .cf-contact-detail {
        margin-bottom: 20px;
    }

    .cf-about-hero {
        padding-top: 48px;
    }

    .cf-about-hero h1,
    .cf-about-intro h2,
    .cf-about-why h2,
    .cf-about-cta h2 {
        font-size: 34px;
    }

    .cf-about-hero h1 {
        margin-bottom: 34px;
    }

    .cf-about-hero img {
        height: 320px;
    }

    .cf-about-intro,
    .cf-about-why {
        padding: 52px 0;
    }

    .cf-about-intro h2,
    .cf-about-why h2 {
        margin-bottom: 30px;
    }

    .cf-about-copy-grid,
    .cf-about-reason-grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .cf-about-reason-column {
        gap: 28px;
    }

    .cf-about-cta {
        min-height: 320px;
        padding: 60px 0;
    }

    .cf-policy-page {
        padding-bottom: 38px;
    }

    .cf-policy-breadcrumb {
        margin-bottom: 20px;
    }

    .cf-policy-header h1 {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .cf-policy-content {
        font-size: 15px;
    }

    .cf-policy-content h2 {
        font-size: 22px;
    }

    .cf-policy-content h3 {
        font-size: 17px;
    }

    .cf-policy-content ul {
        margin-left: 22px;
    }

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

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

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

    .cf-collection-sidebar {
        display: none;
    }

    .cf-collection-sidebar .cf-collection-filter-block {
        padding-bottom: 22px;
    }

    .cf-collection-sidebar .cf-collection-filter-block+.cf-collection-filter-block {
        padding-top: 0;
    }

    .cf-collection-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 20px;
    }

    .cf-collection-topbar h1 {
        font-size: 22px;
    }

    .cf-collection-topbar__actions {
        align-items: stretch;
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .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-topbar__actions {
        flex-direction: row;
    }

    .cf-collection-filter-button {
        border: 1px solid var(--cf-line);
        border-radius: 4px;
        height: 38px;
        justify-content: center;
        width: 100%;
    }

    .cf-collection-mobile-filter-button {
        display: inline-flex;
    }

    .cf-collection-filter-drawer {
        max-width: none;
        padding: 22px 18px 28px;
        width: min(92vw, 390px);
    }

    .cf-collection-filter-drawer .cf-collection-filter-block {
        padding-bottom: 22px;
    }

    .cf-collection-filter-drawer .cf-collection-filter-block+.cf-collection-filter-block {
        padding-top: 22px;
    }

    .cf-collection-filter-drawer .cf-collection-filter-option {
        min-height: 24px;
    }

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

    .cf-shop-archive .cf-collection-main {
        padding: 34px 0 54px;
    }

    .cf-shop-breadcrumb {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .cf-shop-header {
        margin-bottom: 22px;
    }

    .cf-shop-header h1 {
        font-size: 36px;
    }

    .cf-shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 26px;
    }

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

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

    .cf-product-item .button,
    .cf-product-item a.button {
        font-size: 13px;
        margin-top: 12px;
        min-height: 36px;
        padding: 0 14px;
        width: 100%;
    }

    .cf-product-item__quick-add {
        height: 36px;
        opacity: 1;
        right: 10px;
        top: 10px;
        transform: none;
        width: 36px;
    }

    .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-mainbar .cf-container {
        gap: 8px;
        grid-template-columns: 38px 1fr 38px;
    }

    .cf-mobile-menu-toggle {
        height: 32px;
        width: 32px;
    }

    .cf-logo {
        height: 52px;
        max-width: 72px;
        width: 72px;
    }

    #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: 44px 32px 40px;
    }

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

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

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

    .cf-footer-bottom {
        padding: 18px 32px;
    }

    .cf-footer-icons {
        justify-content: flex-start;
    }

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

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

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

    .cf-product-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

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

    .cf-product-breadcrumb {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .cf-single-product-category {
        margin-bottom: 5px;
    }

    .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;
        gap: 9px;
    }

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

    .cf-product-cart .quantity input.qty {
        margin: 0;
        max-width: none;
        width: 100%;
    }

    .cf-variation-pill {
        height: 38px;
        min-height: 38px;
        padding: 0 14px;
    }

    .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-product-after-summary {
        padding: 2px 0 48px;
    }

    .cf-product-after-summary .woocommerce-tabs {
        margin-bottom: 42px;
    }

    .cf-product-after-summary .woocommerce-tabs ul.tabs {
        gap: 18px;
        margin-bottom: 18px;
        overflow-x: auto;
    }

    .cf-product-after-summary .related.products>h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }

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

}

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

.cf-auth-shell {
    padding: 46px 0 68px;
}

.cf-auth-layout {
    align-items: stretch;
    background: #f7f7f7;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
    min-height: 660px;
    overflow: hidden;
}

.cf-auth-heading {
    margin-bottom: 24px;
}

.cf-auth-heading h1 {
    color: var(--cf-ink);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 10px;
}

.cf-auth-heading>p:not(.cf-eyebrow) {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.cf-auth-panel {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 46px;
}

.cf-auth-tabs {
    background: #f4f4f4;
    border: 1px solid var(--cf-line);
    border-radius: 4px;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 22px;
    padding: 0;
}

.cf-auth-tabs a {
    align-items: center;
    border-radius: 3px;
    color: #555;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
}

.cf-auth-tabs a.is-active {
    background: var(--cf-ink);
    box-shadow: none;
    color: #fff;
}

.cf-auth-tabs a:not(.is-active):hover {
    color: var(--cf-ink);
}

.cf-auth-notice {
    background: #eef7f1;
    border: 1px solid #f0d990;
    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: 700;
    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: 4px;
    box-shadow: none;
    font-size: 16px;
    height: 46px;
    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: 4px;
    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-auth-visual {
    background: #111;
    color: #fff;
    display: grid;
    grid-template-rows: minmax(260px, 1fr) auto;
    min-width: 0;
}

.cf-auth-visual__image {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .28)),
        url("/wp-content/uploads/cloudfront-assets/home-banner-1000x500.png") center / cover no-repeat;
    min-height: 360px;
}

.cf-auth-visual__content {
    background: #171717;
    padding: 34px 38px 38px;
}

.cf-auth-visual__content span {
    color: #9fd6b2;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.cf-auth-visual__content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 12px;
}

.cf-auth-visual__content p {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 20px;
}

.cf-auth-visual__content a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.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: #eef7f1;
    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: #eef7f1;
    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;
}

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

.cf-books-home .cf-container {
    max-width: 1200px;
}

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

.cf-books-hero {
    padding: 96px 0 0;
}

.cf-books-hero__inner {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.cf-books-hero__copy {
    padding-bottom: 76px;
}

.cf-books-eyebrow {
    color: #ea575a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
}

.cf-books-hero h1,
.cf-books-about h2,
.cf-books-offerings h2,
.cf-books-why h2,
.cf-books-cta h2 {
    color: #2d302f;
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 400;
}

.cf-books-hero h1 {
    font-size: 60px;
    line-height: 1.13;
    margin: 0 0 22px;
    max-width: 620px;
}

.cf-books-hero p:not(.cf-books-eyebrow) {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 30px;
    max-width: 520px;
}

.cf-books-button {
    align-items: center;
    background: #ea575a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .14em;
    min-height: 48px;
    padding: 0 34px;
    text-transform: uppercase;
}

.cf-books-button:hover {
    background: #d84a4d;
    color: #fff;
}

.cf-books-hero__media img {
    display: block;
    height: 620px;
    object-fit: cover;
    width: 100%;
}

.cf-books-about,
.cf-books-offerings,
.cf-books-why {
    padding: 96px 0;
}

.cf-books-about h2,
.cf-books-offerings h2,
.cf-books-why h2 {
    font-size: 42px;
    line-height: 1.23;
    margin: 0 0 26px;
}

.cf-books-about h2 {
    max-width: 720px;
}

.cf-books-about__content {
    max-width: 910px;
}

.cf-books-about__content p,
.cf-books-card p,
.cf-books-reason p {
    color: #4a4f4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.cf-books-text-link {
    color: #ea575a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-top: 10px;
    text-transform: uppercase;
}

.cf-books-text-link:hover {
    color: #d84a4d;
}

.cf-books-offerings {
    background: #fff6ec;
}

.cf-books-card-grid {
    display: grid;
    gap: 24px;
    margin-top: 42px;
}

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

.cf-books-card {
    background: #fff;
    min-height: 252px;
    padding: 44px 34px 42px;
}

.cf-books-card h3,
.cf-books-reason h3 {
    color: #2d302f;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 16px;
}

.cf-books-why {
    background: #fff;
}

.cf-books-card-grid--why {
    gap: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cf-books-reason {
    min-height: 260px;
}

.cf-books-cta {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 419px;
    overflow: hidden;
    padding: 96px 0;
    position: relative;
    text-align: center;
}

.cf-books-cta__overlay {
    background: rgba(0, 0, 0, .45);
    inset: 0;
    position: absolute;
}

.cf-books-cta .cf-container {
    position: relative;
    z-index: 1;
}

.cf-books-cta h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.23;
    margin: 0 auto 30px;
    max-width: 760px;
}

.cf-books-button--light {
    background: #fff;
    color: #2d302f;
}

.cf-books-button--light:hover {
    background: #ea575a;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .cf-books-hero {
        padding-top: 64px;
    }

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

    .cf-books-hero__copy {
        padding-bottom: 0;
    }

    .cf-books-hero h1 {
        font-size: 44px;
        margin-bottom: 18px;
    }

    .cf-books-hero__media img {
        height: 430px;
    }

    .cf-books-about,
    .cf-books-offerings,
    .cf-books-why {
        padding: 64px 0;
    }

    .cf-books-card-grid--offerings,
    .cf-books-card-grid--why {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .cf-books-card-grid {
        margin-top: 34px;
    }

    .cf-books-reason {
        min-height: 0;
    }

    .cf-books-cta {
        min-height: 360px;
        padding: 72px 0;
    }
}

@media only screen and (max-width: 549px) {
    .cf-books-hero {
        padding-top: 48px;
    }

    .cf-books-hero h1,
    .cf-books-about h2,
    .cf-books-offerings h2,
    .cf-books-why h2,
    .cf-books-cta h2 {
        font-size: 34px;
    }

    .cf-books-hero p:not(.cf-books-eyebrow) {
        margin-bottom: 24px;
    }

    .cf-books-hero__media img {
        height: 320px;
    }

    .cf-books-about,
    .cf-books-offerings,
    .cf-books-why {
        padding: 52px 0;
    }

    .cf-books-card {
        min-height: 0;
        padding: 30px 24px;
    }

    .cf-books-card-grid {
        margin-top: 28px;
    }

    .cf-books-cta {
        min-height: 320px;
        padding: 60px 0;
    }
}

@media only screen and (max-width: 849px) {
    .cf-auth-shell {
        padding: 32px 0 44px;
    }

    .cf-auth-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .cf-auth-heading h1 {
        font-size: 34px;
    }

    .cf-auth-panel {
        padding: 30px;
    }

    .cf-auth-visual {
        grid-template-rows: 240px auto;
    }

    .cf-auth-visual__image {
        min-height: 240px;
    }

    .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-shell {
        padding: 24px 0 34px;
    }

    .cf-auth-layout {
        border-radius: 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    .cf-auth-heading h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cf-auth-heading>p:not(.cf-eyebrow) {
        font-size: 15px;
        line-height: 1.5;
    }

    .cf-auth-panel {
        padding: 22px 16px;
    }

    .cf-auth-tabs {
        margin-bottom: 16px;
    }

    .cf-auth-visual {
        grid-template-rows: 190px auto;
    }

    .cf-auth-visual__image {
        min-height: 190px;
    }

    .cf-auth-visual__content {
        padding: 24px 18px 28px;
    }

    .cf-auth-visual__content h2 {
        font-size: 26px;
    }

    .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;
    }

}
