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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-mainbar .cf-container {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(180px, 1fr) minmax(320px, 480px) minmax(180px, 1fr);
    min-height: 80px;
}

.cf-logo {
    color: #101010;
    display: inline-flex;
    flex-direction: column;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .85;
    position: relative;
    text-transform: lowercase;
    width: fit-content;
}

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

.cf-logo:after {
    background: var(--cf-red);
    bottom: -7px;
    content: "";
    height: 3px;
    left: 34px;
    position: absolute;
    transform: skewX(-20deg);
    width: 94px;
}

.cf-logo strong {
    color: var(--cf-red);
    font-size: .55em;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.cf-search-form {
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    display: flex;
    height: 48px;
    justify-self: center;
    margin: 0;
    max-width: 480px;
    overflow: hidden;
    padding: 0 6px 0 18px;
    width: 100%;
}

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

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

.cf-search-form button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin: 0;
    min-height: 38px;
    padding: 0;
    width: 42px;
}

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

.cf-action {
    align-items: center;
    color: var(--cf-ink);
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    gap: 8px;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

.cf-cart-icon {
    border: 3px solid currentColor;
    border-radius: 2px;
    height: 25px;
    width: 25px;
}

.cf-cart-icon:before {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    content: "";
    height: 10px;
    left: 5px;
    position: absolute;
    top: -8px;
    width: 11px;
}

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

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

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

.cf-nav ul {
    align-items: center;
    display: flex;
    gap: 30px;
    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: 17px;
    font-weight: 800;
    padding: 16px 0;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-product-card:hover .cf-product-card__image img {
    transform: scale(1.04);
}

.cf-product-card__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-card__wish {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    color: var(--cf-ink);
    display: flex;
    font-size: 22px;
    font-weight: 300;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
}

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

.cf-product-card__title {
    color: var(--cf-ink);
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

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

.cf-product-card__price {
    color: var(--cf-red);
    font-size: 15px;
    font-weight: 900;
    margin-top: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-footer-column h3 {
    color: var(--cf-ink);
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cf-footer-bottom p {
    color: var(--cf-ink);
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

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

.cf-payments span {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #123c8c;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    min-width: 42px;
    padding: 0 8px;
}

.cf-payments span:nth-child(2) {
    color: #203a77;
}

.cf-payments span:nth-child(3) {
    color: #b31720;
}

.cf-payments span:nth-child(4) {
    color: #1b7bad;
}

.cf-payments span:nth-child(5) {
    color: #555;
}

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

.cf-collection-heading {
    padding: 80px 0;
    text-align: center;
}

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

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

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

.cf-collection-main {
    padding: 30px 0 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-collection-card__media {
    aspect-ratio: 1;
    background: #f4f4f4;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.cf-collection-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s ease;
    width: 100%;
}

.cf-collection-card:hover .cf-collection-card__media img {
    transform: scale(1.045);
}

.cf-collection-card__info {
    padding-top: 14px;
}

.cf-collection-card__title {
    color: var(--cf-ink);
    display: -webkit-box;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.32;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.cf-collection-card__price {
    color: var(--cf-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 8px;
}

.cf-collection-card__price del {
    color: #9a9a9a;
    font-weight: 600;
    margin-right: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-product-info .woocommerce-review-link,
.cf-product-rating span {
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-product-related-card {
    min-width: 0;
}

.cf-product-related-card__media {
    aspect-ratio: 1;
    background: #f4f4f4;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

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

.cf-product-related-card:hover .cf-product-related-card__media img {
    transform: scale(1.045);
}

.cf-product-related-card__info {
    padding-top: 14px;
}

.cf-product-related-card__title {
    color: var(--cf-ink);
    display: -webkit-box;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    min-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.cf-product-related-card__price {
    color: var(--cf-ink);
    font-size: 15px;
    font-weight: 800;
    margin-top: 8px;
}

.cf-product-related-card__price del {
    color: var(--cf-muted);
    font-weight: 600;
    opacity: .65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .cf-mobile-menu-toggle {
        align-items: center;
        display: inline-flex;
        justify-content: flex-start;
    }

    .cf-logo {
        font-size: 24px;
        justify-self: center;
    }

    .cf-logo:after {
        left: 28px;
        width: 82px;
    }

    .cf-search-form {
        border: 0;
        height: 44px;
        justify-self: end;
        padding: 0;
        width: 44px;
    }

    .cf-search-form input,
    .cf-account .cf-header-actions {
        gap: 8px;
        justify-self: end;
    }

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

    .cf-nav {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .cf-button {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .cf-collection-card__info {
        padding-top: 11px;
    }

    .cf-collection-card__title {
        font-size: 14px;
        min-height: 38px;
    }

    .cf-collection-card__price {
        font-size: 14px;
    }

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

    .cf-product-card__title {
        font-size: 14px;
        min-height: 56px;
    }

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

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

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

    .cf-mainbar .cf-container {
        gap: 8px;
        grid-template-columns: 38px 1fr 38px 38px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .cf-product-related-card__title {
        font-size: 14px;
        min-height: 38px;
    }

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

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}