/*
 * BlueStar redesign — Figma gYLgg9RVq75F9qf84HElh0.
 * Loaded after the historical theme layers so the rollout remains isolated,
 * reviewable and reversible.
 */

:root {
    --cdf-red: #bf381d;
    --cdf-red-hover: #9f2c17;
    --cdf-ivory: #fffcf2;
    --cdf-paper: #f4f0e6;
    --cdf-dark: #240804;
    --cdf-yellow: #fbd770;
    --cdf-navy: #224da6;
    --cdf-green: #e2efce;
    --cdf-border: rgba(36, 8, 4, 0.14);
    --cdf-shadow: 0 9px 22px rgba(36, 8, 4, 0.12);
    --cdf-display: "social-gothic-soft", "Arial Narrow", Arial, sans-serif;
    --cdf-ui: "Inter", Arial, sans-serif;
    --cdf-serif: "Inter", Arial, sans-serif;
    --cdf-container: 1712px;
    --cdf-gutter: clamp(18px, 5.42vw, 104px);
    --cdf-radius: 30px;
}

body {
    background: var(--cdf-ivory);
    color: var(--cdf-dark);
    font-family: var(--cdf-ui);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--cdf-dark);
    letter-spacing: -0.025em;
    line-height: 0.9;
}

h1 {
    font-size: clamp(3.5rem, 6vw, 5.95rem);
}

h2 {
    font-size: clamp(2.8rem, 4.7vw, 4.75rem);
}

h3 {
    font-size: clamp(1.65rem, 2.3vw, 2.35rem);
}

.cdf-container,
.cdf-blue-container {
    width: min(calc(100% - (2 * var(--cdf-gutter))), var(--cdf-container));
    margin-inline: auto;
}

.cdf-blue-section {
    padding-block: clamp(72px, 7vw, 132px);
}

.cdf-blue-eyebrow,
.cdf-eyebrow {
    margin: 0 0 15px;
    color: var(--cdf-red);
    font-family: var(--cdf-ui);
    font-size: clamp(0.86rem, 1.15vw, 1.18rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    text-transform: none;
}

.cdf-blue-lead {
    max-width: 830px;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.35;
}

.cdf-button,
button.cdf-button,
input[type="submit"] {
    min-height: 48px;
    padding: 12px 25px;
    border-radius: 11px;
    font-family: var(--cdf-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.cdf-button:hover,
.cdf-button:focus-visible,
button.cdf-button:hover,
button.cdf-button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
    transform: none;
}

/* Header and commerce discovery bar. */
.cdf-site-header {
    background: var(--cdf-ivory);
}

.cdf-site-header__inner {
    width: min(calc(100% - 64px), 1790px);
    min-height: 114px;
    grid-template-columns: 150px minmax(480px, 1fr) minmax(370px, 620px);
    gap: clamp(34px, 6vw, 116px);
}

.cdf-site-logo {
    width: 145px;
}

.cdf-menu--primary {
    flex-wrap: nowrap;
    gap: clamp(22px, 2.8vw, 60px);
}

.cdf-menu--primary a,
.cdf-menu--footer a,
.cdf-menu--mobile a {
    color: #14120f;
    font-family: var(--cdf-ui);
    font-size: clamp(0.88rem, 1vw, 1.04rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    text-transform: none;
}

.cdf-menu--primary .current-menu-item > a,
.cdf-menu--primary .current-menu-ancestor > a,
.cdf-menu--primary a:hover,
.cdf-menu--primary a:focus-visible,
body.woocommerce .cdf-menu--primary > li:first-child > a {
    color: var(--cdf-red);
}

.cdf-header-actions {
    gap: 8px;
}

.cdf-header-search {
    width: min(100%, 480px);
}

.cdf-header-search .cdf-search-bar {
    border: 0;
    background: var(--cdf-dark);
}

.cdf-header-search .cdf-search-q {
    height: 50px;
    padding-inline: 22px 8px;
    background: transparent;
    color: #fff;
    font-size: 0.94rem;
}

.cdf-header-search .cdf-search-q::placeholder {
    color: rgba(255, 255, 255, 0.88);
    opacity: 1;
}

.cdf-header-search .cdf-search-submit {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    margin: 2px;
    border-radius: 50%;
    background: #d63a18;
}

.cdf-icon-button,
.cdf-menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    background: transparent;
    color: #d63a18;
}

.cdf-icon-button:hover,
.cdf-icon-button:focus-visible,
.cdf-menu-toggle:hover,
.cdf-menu-toggle:focus-visible {
    background: var(--cdf-paper);
    color: var(--cdf-red);
}

.cdf-cart-count {
    top: -1px;
    right: -2px;
    background: var(--cdf-red);
}

.cdf-mobile-search {
    display: none;
}

.cdf-shop-nav {
    padding: 18px 0 0;
    background: var(--cdf-ivory);
    color: var(--cdf-dark);
}

.cdf-shop-nav__inner,
.cdf-shop-discovery {
    position: relative;
    display: grid;
    width: min(calc(100% - 84px), 1836px);
    min-height: 108px;
    align-items: center;
    margin-inline: auto;
    padding: 20px 28px;
    border-radius: 21px;
    background: rgba(20, 18, 15, 0.05);
    grid-template-columns: minmax(330px, 1fr) minmax(570px, auto);
    gap: 32px;
}

.cdf-shop-discovery__menus {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cdf-shop-discovery__menu {
    position: relative;
    z-index: 30;
}

.cdf-shop-discovery__menu summary {
    display: flex;
    min-width: 150px;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 20px;
    border: 1px solid var(--cdf-dark);
    border-radius: 11px;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    list-style: none;
}

.cdf-shop-discovery__menu summary::-webkit-details-marker {
    display: none;
}

.cdf-shop-discovery__menu summary::after {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
}

.cdf-shop-discovery__menu[open] summary::after {
    transform: translateY(2px) rotate(225deg);
}

.cdf-shop-discovery__menu ul {
    position: absolute;
    z-index: 50;
    top: calc(100% + 9px);
    left: 0;
    width: min(330px, 82vw);
    max-height: 420px;
    overflow-y: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--cdf-border);
    border-radius: 14px;
    background: var(--cdf-ivory);
    box-shadow: var(--cdf-shadow);
    list-style: none;
}

.cdf-shop-discovery__menu:not([open]) > ul {
    display: none;
}

.cdf-shop-discovery__menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 12px;
    border-radius: 8px;
    text-decoration: none;
}

.cdf-shop-discovery__menu a:hover,
.cdf-shop-discovery__menu a:focus-visible {
    background: var(--cdf-yellow);
    color: var(--cdf-dark);
}

.cdf-shop-discovery__menu a span {
    color: var(--cdf-red);
    font-weight: 700;
}

.cdf-shop-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.cdf-shop-search > label {
    flex: 0 0 auto;
    font-size: 0.95rem;
}

.cdf-shop-search__field {
    display: flex;
    width: min(100%, 425px);
    height: 54px;
    overflow: hidden;
    border: 1px solid var(--cdf-dark);
    border-radius: 999px;
    background: var(--cdf-ivory);
}

.cdf-shop-search__field input {
    min-width: 0;
    flex: 1;
    padding: 0 8px 0 20px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--cdf-dark);
}

.cdf-shop-search__field button {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin: 3px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d63a18;
    color: white;
    cursor: pointer;
    place-items: center;
}

/* Homepage hero. */
.cdf-blue-home {
    overflow: clip;
}

.cdf-blue-hero {
    display: grid;
    width: min(calc(100% - 84px), 1836px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1.86fr) minmax(330px, 1fr);
    gap: 20px;
}

.cdf-blue-hero__main,
.cdf-blue-hero__merch {
    position: relative;
    min-height: clamp(430px, 28vw, 540px);
    overflow: hidden;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
}

.cdf-blue-hero__main {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.82) 100%), var(--cdf-blue-hero-main);
}

.cdf-blue-hero__merch {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 42px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(244, 240, 230, 0.98) 100%), var(--cdf-blue-hero-shop);
    color: var(--cdf-dark);
    text-decoration: none;
}

.cdf-blue-hero__copy {
    position: absolute;
    z-index: 2;
    bottom: 52px;
    left: clamp(32px, 4vw, 76px);
    width: min(850px, calc(100% - 64px));
    color: white;
}

.cdf-blue-hero__copy h1 {
    max-width: 950px;
    margin-bottom: 22px;
    color: white;
    font-size: clamp(3.9rem, 6vw, 7.4rem);
    text-transform: uppercase;
}

.cdf-blue-hero__copy p {
    max-width: 820px;
    margin-bottom: 26px;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.36;
}

.cdf-blue-hero__merch-label {
    position: absolute;
    top: 55%;
    left: 50%;
    color: rgba(36, 8, 4, 0.11);
    font-family: var(--cdf-display);
    font-size: clamp(4.2rem, 7vw, 8rem);
    line-height: 0.75;
    transform: translate(-50%, -50%);
}

.cdf-blue-home__discovery {
    padding-top: 25px;
}

/* Homepage content modules. */
.cdf-blue-monthly {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
    gap: clamp(55px, 8vw, 150px);
}

.cdf-blue-monthly__copy h2 {
    max-width: 760px;
    margin-bottom: 28px;
    font-size: clamp(3.7rem, 5.6vw, 6.7rem);
    text-transform: uppercase;
}

.cdf-blue-monthly__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0;
    font-size: 0.86rem;
}

.cdf-blue-monthly__rating .star-rating {
    margin: 0;
    color: var(--cdf-red);
}

.cdf-blue-monthly__options {
    display: grid;
    margin-top: 25px;
    gap: 14px;
}

.cdf-blue-monthly__supports > p,
.cdf-blue-monthly__colours > p {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-monthly__supports ul,
.cdf-blue-monthly__colours ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cdf-blue-monthly__supports a {
    display: grid;
    min-height: 44px;
    padding: 9px 14px;
    border-radius: 8px;
    background: var(--cdf-paper);
    color: var(--cdf-dark);
    font-family: var(--cdf-display);
    place-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.cdf-blue-monthly__supports a[aria-current="page"] {
    background: var(--cdf-red);
    color: white;
}

.cdf-blue-monthly__colours [data-cdf-colour] {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(36, 8, 4, 0.18);
    border-radius: 7px;
    background: var(--cdf-blue-swatch, transparent);
}

.cdf-blue-monthly__colours .cdf-blue-swatch--unknown {
    background: repeating-linear-gradient(135deg, var(--cdf-paper), var(--cdf-paper) 5px, white 5px, white 10px);
}

.cdf-blue-monthly__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0;
}

.cdf-blue-monthly__facts span {
    padding: 9px 13px;
    border-radius: 8px;
    background: var(--cdf-paper);
    font-size: 0.86rem;
    font-weight: 600;
}

.cdf-blue-monthly__buy,
.cdf-blue-story__actions,
.cdf-blue-shop-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.cdf-blue-price,
.cdf-blue-price .amount,
.cdf-blue-monthly .price {
    color: var(--cdf-dark) !important;
    font-family: var(--cdf-display);
    font-size: clamp(2.2rem, 3.6vw, 4rem) !important;
    line-height: 1;
}

.cdf-blue-monthly__visual {
    display: grid;
    min-height: 650px;
    padding: clamp(28px, 4vw, 64px);
    border: 1px solid var(--cdf-border);
    border-radius: 30px;
    background: #fff;
    place-items: center;
}

.cdf-blue-monthly__visual img {
    width: min(100%, 680px);
    max-height: 640px;
    object-fit: contain;
}

.cdf-blue-reassurance {
    padding-bottom: clamp(60px, 7vw, 120px);
}

.cdf-blue-reassurance .cdf-cro-reassurance,
.cdf-blue-product-reassurance .cdf-cro-reassurance,
.cdf-blue-product-reassurance .cdf-cro-product-reassurance {
    max-width: none;
    margin: 0;
    padding: 34px 40px;
    border: 0;
    border-radius: 21px;
    background: var(--cdf-dark);
    color: white;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.cdf-blue-reassurance .cdf-cro-reassurance__item {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cdf-blue-reassurance .cdf-cro-reassurance__icon {
    color: #f16943;
}

.cdf-blue-reassurance .cdf-cro-reassurance__txt strong,
.cdf-blue-reassurance .cdf-cro-reassurance__txt span {
    color: white;
}

.cdf-blue-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: clamp(34px, 4vw, 65px);
}

.cdf-blue-heading-row h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.cdf-blue-bestsellers {
    padding-top: 0;
}

.cdf-blue-home .woocommerce ul.products,
.cdf-blue-shop .woocommerce ul.products,
.cdf-blue-product-page .woocommerce ul.products,
.cdf-blue-category ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 38px);
}

.cdf-blue-home .woocommerce ul.products li.product,
.cdf-blue-shop .woocommerce ul.products li.product,
.cdf-blue-product-page .woocommerce ul.products li.product,
.cdf-blue-category ul.products li.product {
    position: relative;
    min-height: 0;
    padding: 13px 13px 24px;
    border: 0;
    border-radius: 20px;
    background: rgba(20, 18, 15, 0.055);
    box-shadow: none;
}

.cdf-blue-home .woocommerce ul.products li.product a img,
.cdf-blue-shop .woocommerce ul.products li.product a img,
.cdf-blue-product-page .woocommerce ul.products li.product a img,
.cdf-blue-category ul.products li.product a img {
    aspect-ratio: 1;
    margin-bottom: 17px !important;
    border-radius: 16px;
    background: #fff;
    object-fit: contain;
}

.cdf-blue-home .woocommerce ul.products li.product .woocommerce-loop-product__title,
.cdf-blue-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
.cdf-blue-product-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.cdf-blue-category ul.products li.product .woocommerce-loop-product__title {
    color: var(--cdf-dark);
    font-family: var(--cdf-display);
    font-size: clamp(1.22rem, 1.65vw, 1.75rem) !important;
    line-height: 0.92;
    text-transform: uppercase;
}

.cdf-blue-loop-chant {
    display: block;
    min-height: 2.6em;
    margin: 6px 0;
    color: var(--cdf-dark);
    font-size: 0.82rem;
    line-height: 1.25;
}

.cdf-blue-home .woocommerce ul.products li.product .price,
.cdf-blue-shop .woocommerce ul.products li.product .price,
.cdf-blue-product-page .woocommerce ul.products li.product .price,
.cdf-blue-category ul.products li.product .price {
    display: block;
    margin-top: 10px;
    color: var(--cdf-dark) !important;
    font-family: var(--cdf-display);
    font-size: clamp(1.42rem, 1.8vw, 2rem) !important;
    line-height: 1;
}

.cdf-blue-home .woocommerce ul.products li.product > .button,
.cdf-blue-shop .woocommerce ul.products li.product > .button,
.cdf-blue-product-page .woocommerce ul.products li.product > .button,
.cdf-blue-category ul.products li.product > .button,
.cdf-blue-home .woocommerce ul.products li.product .star-rating,
.cdf-blue-shop .woocommerce ul.products li.product .star-rating,
.cdf-blue-category ul.products li.product .star-rating {
    display: none;
}

.cdf-blue-product-badge,
.woocommerce span.onsale {
    position: absolute;
    z-index: 4;
    top: 18px !important;
    right: auto !important;
    left: 5px !important;
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    border-radius: 7px;
    background: #d33a18;
    color: white;
    font-family: var(--cdf-ui);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.cdf-blue-product-badge--new {
    background: var(--cdf-yellow);
    color: var(--cdf-dark);
}

.cdf-blue-how {
    display: grid;
    padding: clamp(54px, 5vw, 88px);
    border-radius: 30px;
    background: var(--cdf-yellow);
    grid-template-columns: minmax(360px, 0.78fr) minmax(600px, 1.22fr);
    gap: clamp(45px, 7vw, 125px);
}

.cdf-blue-how h2 {
    margin-bottom: 22px;
    text-transform: uppercase;
}

.cdf-blue-how__steps {
    display: grid;
    align-items: center;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    list-style: none;
}

.cdf-blue-how__steps li {
    display: grid;
    align-content: center;
    min-height: 180px;
    font-family: var(--cdf-display);
    font-size: clamp(1.6rem, 2.4vw, 2.5rem);
    line-height: 0.94;
    text-transform: uppercase;
}

.cdf-blue-how__steps span {
    color: var(--cdf-red);
    font-family: var(--cdf-ui);
    font-size: 3rem;
    font-weight: 700;
}

.cdf-blue-story {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(410px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(60px, 9vw, 165px);
}

.cdf-blue-story__visual {
    display: grid;
    min-height: 650px;
    padding: 40px;
    border-radius: 30px;
    background: rgba(20, 18, 15, 0.05);
    place-items: center;
}

.cdf-blue-story__visual img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
}

.cdf-blue-story__copy h2 {
    margin-bottom: 26px;
    text-transform: uppercase;
}

.cdf-blue-story__quote {
    color: var(--cdf-red);
    font-family: var(--cdf-display);
    font-size: clamp(2rem, 3.3vw, 3.65rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.cdf-blue-story__actions {
    margin-top: 30px;
}

.cdf-blue-occasions > h2,
.cdf-blue-occasions > .cdf-blue-lead {
    max-width: 900px;
}

.cdf-blue-occasions > h2 {
    text-transform: uppercase;
}

.cdf-blue-collections {
    display: grid;
    margin-top: 45px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.cdf-blue-collection {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 30px;
    color: white;
    text-decoration: none;
}

.cdf-blue-collection img,
.cdf-blue-collection__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cdf-blue-collection img {
    object-fit: cover;
    transition: transform 280ms ease;
}

.cdf-blue-collection__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 22%, rgba(0, 0, 0, 0.86) 100%);
}

.cdf-blue-collection__content {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 27px;
    left: 28px;
    display: grid;
    gap: 7px;
}

.cdf-blue-collection__content strong {
    color: white;
    font-family: var(--cdf-display);
    font-size: clamp(2rem, 3.1vw, 3.4rem);
    line-height: 0.85;
    text-transform: uppercase;
}

.cdf-blue-collection__content span {
    max-width: 390px;
    font-size: 0.92rem;
}

.cdf-blue-collection__content small {
    color: var(--cdf-yellow);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-collection:hover,
.cdf-blue-collection:focus-visible {
    color: white;
}

.cdf-blue-collection:hover img,
.cdf-blue-collection:focus-visible img {
    transform: scale(1.035);
}

.cdf-blue-reviews {
    overflow: hidden;
}

.cdf-blue-reviews h2 {
    max-width: 900px;
    text-transform: uppercase;
}

.cdf-blue-reviews__track {
    display: grid;
    width: max-content;
    margin-top: 38px;
    padding-inline: max(var(--cdf-gutter), calc((100vw - var(--cdf-container)) / 2));
    grid-template-columns: repeat(8, minmax(340px, 500px));
    gap: 20px;
}

.cdf-blue-review {
    padding: 30px;
    border-radius: 20px;
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-review blockquote {
    margin: 16px 0;
    font-size: 1rem;
}

.cdf-blue-review__stars {
    color: var(--cdf-yellow);
    letter-spacing: 0.12em;
}

.cdf-blue-community {
    padding: 68px 0;
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-community > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cdf-blue-community h2,
.cdf-blue-community p {
    margin: 0;
    color: white;
}

.cdf-blue-community h2 {
    font-size: clamp(3rem, 5.5vw, 6rem);
}

.cdf-blue-community p {
    max-width: 700px;
}

.cdf-blue-community .cdf-social-links {
    flex: 0 0 auto;
    flex-wrap: wrap;
    max-width: 100%;
}

.cdf-blue-community h2,
.cdf-blue-community p {
    overflow-wrap: anywhere;
}

.cdf-blue-funding {
    display: grid;
    margin-block: clamp(72px, 8vw, 145px);
    padding: clamp(46px, 5.5vw, 92px);
    border-radius: 30px;
    background: var(--cdf-yellow);
    grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.85fr);
    gap: clamp(45px, 7vw, 120px);
}

.cdf-blue-funding h2 {
    max-width: 850px;
    text-transform: uppercase;
}

.cdf-blue-funding .cdf-funding-search {
    width: min(100%, 740px);
    margin-top: 28px;
}

.cdf-blue-funding .cdf-search-bar {
    border: 1px solid var(--cdf-dark);
    background: white;
}

.cdf-blue-funding .cdf-search-q {
    color: var(--cdf-dark);
}

.cdf-blue-funding .cdf-search-q::placeholder {
    color: #554944;
}

.cdf-blue-funding__note {
    max-width: 740px;
    font-size: 0.86rem;
}

.cdf-blue-funding__metrics {
    display: grid;
    align-content: center;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cdf-blue-funding__metrics div {
    display: grid;
    min-height: 150px;
    align-content: center;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 252, 242, 0.55);
    text-align: center;
}

.cdf-blue-funding__metrics dt {
    color: var(--cdf-red);
    font-family: var(--cdf-display);
    font-size: clamp(2.3rem, 3.6vw, 4rem);
    line-height: 0.9;
}

.cdf-blue-funding__metrics dd {
    margin: 7px 0 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-funding__stores {
    display: flex;
    grid-column: 2;
    justify-content: center;
    gap: 10px;
}

/* Shop landing. */
.cdf-blue-shop {
    overflow: clip;
}

.cdf-blue-shop-hero {
    display: grid;
    min-height: 760px;
    align-items: center;
    padding-block: clamp(75px, 8vw, 145px);
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
    gap: clamp(55px, 8vw, 150px);
}

.cdf-blue-shop-hero h1 {
    margin-bottom: 27px;
    text-transform: uppercase;
}

.cdf-blue-shop-hero__meta {
    margin: 30px 0;
    color: var(--cdf-red);
    font-size: 0.86rem;
    font-weight: 700;
}

.cdf-blue-shop-hero__visual {
    position: relative;
    display: grid;
    min-height: 620px;
    padding: 45px;
    border-radius: 30px;
    background: rgba(20, 18, 15, 0.05);
    place-items: center;
}

.cdf-blue-shop-hero__visual > span {
    position: absolute;
    top: 9%;
    left: -18%;
    color: rgba(36, 8, 4, 0.065);
    font-family: var(--cdf-display);
    font-size: clamp(7rem, 13vw, 14rem);
    line-height: 0.7;
    transform: rotate(-7deg);
}

.cdf-blue-shop-hero__visual img {
    position: relative;
    z-index: 2;
    max-height: 570px;
    object-fit: contain;
}

.cdf-blue-shop-search {
    padding: clamp(65px, 7vw, 110px);
    border: 1px solid var(--cdf-border);
    border-radius: 30px;
    background: white;
    text-align: center;
}

.cdf-blue-shop-search h2,
.cdf-blue-shop-search .cdf-blue-lead {
    margin-inline: auto;
}

.cdf-blue-shop-search h2,
.cdf-blue-shop-universes h2,
.cdf-blue-shop-gifts h2,
.cdf-blue-shop-manifesto h2 {
    text-transform: uppercase;
}

.cdf-blue-shop-search .cdf-shop-discovery {
    width: min(100%, 1080px);
    margin-top: 38px;
    grid-template-columns: 1fr;
}

.cdf-blue-shop-search .cdf-shop-discovery__menus {
    display: none;
}

.cdf-blue-shop-search .cdf-shop-search {
    justify-content: center;
}

.cdf-blue-shop-universes {
    padding-bottom: 35px;
}

.cdf-blue-shop-best {
    padding-bottom: 55px;
}

.cdf-blue-shop-gifts__grid {
    display: grid;
    margin-top: 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cdf-blue-shop-gifts__grid a {
    display: grid;
    min-height: 300px;
    align-content: end;
    padding: 34px;
    border-radius: 20px;
    background: var(--cdf-paper);
    color: var(--cdf-dark);
    text-decoration: none;
}

.cdf-blue-shop-gifts__grid a:nth-child(2) {
    background: var(--cdf-yellow);
}

.cdf-blue-shop-gifts__grid a:nth-child(3) {
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-shop-gifts__grid span {
    margin-bottom: auto;
    color: var(--cdf-red);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-shop-gifts__grid strong {
    font-family: var(--cdf-display);
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.85;
    text-transform: uppercase;
}

.cdf-blue-shop-gifts__grid small {
    margin-top: 14px;
    font-size: 0.92rem;
}

.cdf-blue-shop-lots h2 {
    text-transform: uppercase;
}

.cdf-blue-shop-lots__grid,
.cdf-blue-product-bundles__options {
    display: grid;
    margin-top: 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cdf-blue-lot-card {
    display: grid;
    min-height: 300px;
    align-content: end;
    padding: 34px;
    border-radius: 20px;
    background: var(--cdf-paper);
    color: var(--cdf-dark);
    text-decoration: none;
}

.cdf-blue-lot-card:nth-child(2) {
    background: var(--cdf-yellow);
}

.cdf-blue-lot-card:nth-child(3) {
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-lot-card:nth-child(3) > span {
    color: var(--cdf-ivory);
}

.cdf-blue-lot-card > span {
    margin-bottom: auto;
    color: var(--cdf-red);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-lot-card > strong {
    font-family: var(--cdf-display);
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.85;
    text-transform: uppercase;
}

.cdf-blue-lot-card > b {
    margin-top: 16px;
    color: var(--cdf-red);
    font-family: var(--cdf-display);
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

.cdf-blue-lot-card > small {
    margin-top: 14px;
    font-size: 0.92rem;
}

.cdf-blue-lot-card > em {
    width: max-content;
    margin-top: 22px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--cdf-dark);
    color: white;
    font-size: 0.8rem;
    font-style: normal;
}

.cdf-blue-lot-card:nth-child(3) > em {
    background: var(--cdf-ivory);
    color: var(--cdf-dark);
}

.cdf-blue-shop-manifesto {
    margin-block: 70px 35px;
    padding: clamp(48px, 5vw, 85px);
    border-radius: 30px;
    background: var(--cdf-yellow);
}

.cdf-blue-shop-manifesto p:last-child {
    max-width: 1420px;
    white-space: pre-line;
}

.cdf-blue-shop-catalogue {
    padding-block: 55px 125px;
}

.cdf-blue-shop-catalogue > h1,
.cdf-blue-shop-catalogue > h2 {
    text-transform: uppercase;
}

.cdf-blue-shop-catalogue__panel {
    margin-top: 34px;
}

.cdf-blue-shop-catalogue__panel > summary {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 30px;
    border-radius: 18px;
    background: var(--cdf-dark);
    color: white;
    cursor: pointer;
    font-family: var(--cdf-display);
    font-size: clamp(1.35rem, 2vw, 2rem);
    list-style: none;
    text-transform: uppercase;
}

.cdf-blue-shop-catalogue__panel > summary::-webkit-details-marker {
    display: none;
}

.cdf-blue-shop-catalogue__panel > summary strong {
    color: var(--cdf-yellow);
    font-family: var(--cdf-ui);
    font-size: 0.9rem;
    letter-spacing: 0;
    white-space: nowrap;
}

.cdf-blue-shop-catalogue__panel > summary span::after {
    margin-left: 14px;
    content: "+";
}

.cdf-blue-shop-catalogue__panel[open] > summary span::after {
    content: "−";
}

.cdf-blue-shop-catalogue__products {
    padding-top: 48px;
}

/* Product-category archive and functional filters. */
.cdf-blue-category-hero {
    display: grid;
    align-items: end;
    padding-block: clamp(75px, 8vw, 140px) 60px;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: clamp(45px, 7vw, 120px);
}

.cdf-blue-category-hero h1 {
    text-transform: uppercase;
}

.cdf-blue-category-hero aside {
    display: grid;
    min-height: 220px;
    align-content: center;
    padding: 35px;
    border-radius: 22px;
    background: var(--cdf-yellow);
}

.cdf-blue-category-hero aside span,
.cdf-blue-category-hero aside small {
    font-size: 0.86rem;
}

.cdf-blue-category-hero aside strong {
    margin-block: 8px;
    color: var(--cdf-red);
    font-family: var(--cdf-display);
    font-size: clamp(2.7rem, 4.2vw, 4.8rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.cdf-blue-filters {
    display: flex;
    align-items: end;
    gap: 12px;
    margin-bottom: 50px;
    padding: 24px 28px;
    border-radius: 21px;
    background: rgba(20, 18, 15, 0.05);
}

.cdf-blue-filters label {
    display: grid;
    gap: 6px;
    color: var(--cdf-red);
    font-size: 0.72rem;
    font-weight: 700;
}

.cdf-blue-filters select {
    min-width: 145px;
    min-height: 50px;
    padding: 9px 38px 9px 14px;
    border: 1px solid var(--cdf-dark);
    border-radius: 9px;
    background: var(--cdf-ivory);
    color: var(--cdf-dark);
    font-size: 0.92rem;
    font-weight: 400;
}

.cdf-blue-filters label.is-selected select {
    border-color: var(--cdf-dark);
    background-color: var(--cdf-dark);
    color: white;
}

.cdf-blue-filters .cdf-button {
    min-height: 50px;
}

.cdf-blue-filters__reset {
    min-height: 50px;
    align-content: center;
    color: var(--cdf-red);
    font-size: 0.86rem;
}

.cdf-blue-filters__count {
    margin-left: auto;
    align-self: center;
    white-space: nowrap;
}

.cdf-blue-category ul.products {
    margin-bottom: 65px !important;
}

.cdf-blue-category nav.woocommerce-pagination {
    margin-block: 40px 95px;
}

.cdf-blue-category-idea {
    display: grid;
    align-items: center;
    margin-block: 85px;
    padding: clamp(38px, 5vw, 78px);
    border-radius: 25px;
    background: var(--cdf-yellow);
    grid-template-columns: 1fr auto;
    gap: 45px;
}

.cdf-blue-category-idea h2,
.cdf-blue-category-story h2 {
    text-transform: uppercase;
}

.cdf-blue-category-idea p:last-child,
.cdf-blue-category-story p {
    max-width: 1100px;
}

.cdf-blue-category-story {
    padding-block: 35px 125px;
    border-top: 1px solid var(--cdf-border);
}

/* Single product. */
.cdf-blue-product-page {
    padding-block: clamp(55px, 6vw, 105px);
}

.cdf-blue-product-page > .woocommerce-breadcrumb,
.cdf-blue-product-page .woocommerce-breadcrumb {
    display: none;
}

.woocommerce .cdf-blue-product-page div.product,
.cdf-blue-product-page div.product {
    display: grid;
    min-width: 0;
    max-width: 100%;
    align-items: start;
    grid-template-columns: minmax(480px, 1fr) minmax(480px, 1fr);
    gap: 55px clamp(55px, 7vw, 125px);
}

.cdf-blue-product-page div.product div.images {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.cdf-blue-product-page div.product div.summary {
    min-width: 0;
    max-width: 100%;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.cdf-blue-product-page .woocommerce-product-gallery,
.cdf-blue-product-page .woocommerce-product-gallery__wrapper,
.cdf-blue-product-page .flex-viewport {
    min-width: 0;
    max-width: 100%;
    overflow: hidden !important;
}

.cdf-blue-product-page div.product div.images .woocommerce-product-gallery__image,
.cdf-blue-product-page div.product div.images .flex-viewport {
    overflow: hidden;
    border: 1px solid var(--cdf-border);
    border-radius: 24px;
    background: white;
}

.cdf-blue-product-page div.product div.images img {
    border-radius: 24px;
    background: white;
    object-fit: contain;
}

.cdf-blue-product-page div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.cdf-blue-product-page div.product div.images .flex-control-thumbs img {
    border: 1px solid var(--cdf-border);
    border-radius: 9px;
}

.cdf-blue-product-page .product_title {
    margin-bottom: 22px;
    color: var(--cdf-dark) !important;
    font-size: clamp(3.6rem, 5.3vw, 6.5rem) !important;
    text-transform: uppercase;
}

.cdf-blue-product-eyebrow {
    margin: 0 0 16px;
    color: var(--cdf-red);
    font-size: 1rem;
    font-weight: 700;
}

.cdf-blue-product-page .cdf-product-chant-links {
    margin: 0 0 22px;
}

.cdf-blue-product-page .cdf-product-chant-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cdf-blue-product-page .cdf-product-chant-links a {
    color: var(--cdf-red);
    font-weight: 600;
}

.cdf-blue-product-page div.product .woocommerce-product-rating {
    margin-bottom: 18px;
}

.cdf-blue-product-page div.product p.price,
.cdf-blue-product-page div.product span.price {
    margin-block: 18px 28px;
    color: var(--cdf-dark) !important;
    font-family: var(--cdf-display);
    font-size: clamp(2.65rem, 4vw, 4.8rem) !important;
    line-height: 0.9;
}

.cdf-blue-product-page div.product .woocommerce-product-details__short-description {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: 1.04rem;
}

.cdf-blue-product-supports {
    margin: 30px 0;
}

.cdf-blue-product-supports > p {
    margin-bottom: 12px;
    font-weight: 600;
}

.cdf-blue-product-supports ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 15px;
    border-radius: 16px;
    background: var(--cdf-paper);
    list-style: none;
}

.cdf-blue-product-supports a {
    display: grid;
    min-width: 90px;
    min-height: 54px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: white;
    color: var(--cdf-dark);
    font-family: var(--cdf-display);
    font-size: 1.12rem;
    place-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.cdf-blue-product-supports a[aria-current="page"] {
    border-color: var(--cdf-red);
    background: var(--cdf-red);
    color: white;
}

.cdf-blue-product-bundles {
    margin: 30px 0;
    padding: 22px;
    border-radius: 16px;
    background: var(--cdf-paper);
}

.cdf-blue-product-bundles h2 {
    margin-bottom: 0;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    text-transform: uppercase;
}

.cdf-blue-product-bundles__options {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cdf-blue-product-bundles .cdf-blue-lot-card {
    min-height: 0;
    padding: 18px;
}

.cdf-blue-product-bundles .cdf-blue-lot-card > strong {
    font-size: 1.6rem;
}

.cdf-blue-product-page div.product form.cart {
    display: grid;
    min-width: 0;
    max-width: 100%;
    margin-top: 25px;
    grid-template-columns: auto minmax(220px, 1fr);
    gap: 14px;
}

.cdf-blue-product-page div.product form.cart .variations {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}

.cdf-blue-product-page div.product form.cart .variations tbody,
.cdf-blue-product-page div.product form.cart .variations tr,
.cdf-blue-product-page div.product form.cart .variations th,
.cdf-blue-product-page div.product form.cart .variations td {
    display: block;
    width: 100%;
}

.cdf-blue-product-page div.product form.cart .variations tr {
    margin-bottom: 22px;
}

.cdf-blue-product-page div.product form.cart .variations th {
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}

.cdf-blue-product-page div.product form.cart .variations th label {
    font-weight: 600;
}

.cdf-blue-product-page div.product form.cart .variations td {
    padding: 0;
}

.cdf-blue-product-page div.product form.cart .variations select {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    border: 1px solid var(--cdf-dark);
    border-radius: 9px;
    background: var(--cdf-ivory);
}

.cdf-blue-native-select {
    position: absolute !important;
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.cdf-blue-choice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
    border-radius: 15px;
    background: var(--cdf-paper);
}

.cdf-blue-choice {
    display: grid;
    min-width: 52px;
    min-height: 52px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: var(--cdf-dark);
    color: white;
    cursor: pointer;
    font-family: var(--cdf-display);
    font-size: 1.15rem;
    place-items: center;
}

.cdf-blue-choice:disabled {
    cursor: not-allowed;
    opacity: 0.26;
}

.cdf-blue-choice[aria-pressed="true"] {
    outline: 3px solid var(--cdf-red);
    outline-offset: 2px;
}

.cdf-blue-choice--swatch {
    min-width: 48px;
    min-height: 48px;
    padding: 5px;
    border-color: rgba(36, 8, 4, 0.18);
    background: transparent;
}

.cdf-blue-choice--swatch > span:first-child {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(36, 8, 4, 0.15);
    border-radius: 7px;
    background: var(--cdf-blue-swatch);
}

.cdf-blue-product-page div.product form.cart .reset_variations {
    display: inline-block;
    margin-top: 10px;
    color: var(--cdf-red);
}

.cdf-blue-product-page .single_variation_wrap {
    display: contents;
}

.cdf-blue-product-page .woocommerce-variation {
    grid-column: 1 / -1;
}

.cdf-blue-product-page .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(220px, 1fr);
    gap: 14px;
}

.cdf-blue-product-page .quantity .qty {
    width: 84px;
    min-height: 54px;
    border-color: var(--cdf-dark);
    border-radius: 9px;
}

.cdf-blue-product-page .single_add_to_cart_button {
    min-height: 54px;
    border-radius: 9px !important;
    background: #d33a18 !important;
    font-size: 1rem !important;
}

.cdf-blue-product-reassurance {
    margin-top: 28px;
}

.cdf-blue-product-reassurance .cdf-cro-product-reassurance {
    padding: 22px;
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-product-reassurance .cdf-cro-product-reassurance__lead,
.cdf-blue-product-reassurance .cdf-cro-product-reassurance__lead-copy strong,
.cdf-blue-product-reassurance .cdf-cro-reassurance__txt,
.cdf-blue-product-reassurance .cdf-cro-reassurance__txt strong {
    color: white;
}

.cdf-blue-product-reassurance .cdf-cro-product-reassurance__lead-icon,
.cdf-blue-product-reassurance .cdf-cro-reassurance__icon {
    color: #f16943;
}

.cdf-blue-product-story,
.cdf-blue-product-related,
.cdf-blue-product-details {
    width: 100%;
    grid-column: 1 / -1;
}

.cdf-blue-product-story {
    display: grid;
    margin-top: 75px;
    padding: clamp(45px, 5vw, 90px);
    border: 1px solid var(--cdf-border);
    border-radius: 30px;
    background: white;
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
    gap: 38px 85px;
}

.cdf-blue-product-story h2,
.cdf-blue-product-related h2,
.cdf-blue-product-details > h2 {
    text-transform: uppercase;
}

.cdf-blue-product-story__facts {
    display: grid;
    align-self: center;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cdf-blue-product-story__facts div {
    padding: 22px;
    border-radius: 15px;
    background: var(--cdf-paper);
}

.cdf-blue-product-story__facts dt {
    color: var(--cdf-red);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-product-story__facts dd {
    margin: 7px 0 0;
    font-family: var(--cdf-display);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.cdf-blue-product-story__text {
    max-width: 1050px;
    grid-column: 1 / -1;
    font-size: 1.02rem;
}

.cdf-blue-product-story__sheet {
    display: grid;
    padding-top: 38px;
    border-top: 1px solid var(--cdf-border);
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 30px 55px;
}

.cdf-blue-product-story__sheet section {
    min-width: 0;
}

.cdf-blue-product-story__sheet h3 {
    margin-bottom: 12px;
    color: var(--cdf-red);
    font-family: var(--cdf-ui);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cdf-blue-product-story__sheet p {
    margin: 0;
}

.cdf-blue-product-story__lyrics {
    padding-right: 55px;
    border-right: 1px solid var(--cdf-border);
    grid-row: span 2;
}

.cdf-blue-product-story__listen .cdf-streaming-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.cdf-blue-product-story__listen .cdf-stream-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 9px 14px;
    border-radius: 8px;
    background: var(--cdf-dark);
    color: white;
    text-decoration: none;
}

.cdf-blue-product-story__actions {
    grid-column: 1 / -1;
}

.cdf-blue-product-story__actions .cdf-button {
    width: max-content;
}

.cdf-blue-product-related {
    padding-top: clamp(70px, 8vw, 125px);
}

.cdf-blue-product-related > p:not(.cdf-blue-eyebrow) {
    max-width: 780px;
}

.cdf-blue-product-related .cdf-theme-product-selection {
    margin-top: 38px;
}

.cdf-blue-product-details {
    padding-block: clamp(75px, 8vw, 125px);
}

.cdf-blue-product-details__items {
    display: grid;
    width: min(100%, 1120px);
    margin: 35px auto 0;
    gap: 12px;
}

.cdf-blue-product-detail {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: var(--cdf-paper);
}

.cdf-blue-product-detail summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 21px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

.cdf-blue-product-detail summary::-webkit-details-marker {
    display: none;
}

.cdf-blue-product-detail summary::after {
    content: "+";
    font-size: 1.4rem;
}

.cdf-blue-product-detail[open] summary::after {
    content: "−";
}

.cdf-blue-product-detail .panel {
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 21px 28px;
}

.cdf-blue-product-policy .cdf-cro-product-reassurance {
    margin: 0;
}

.cdf-blue-product-policy--returns a {
    color: var(--cdf-red);
    font-weight: 700;
}

.cdf-blue-product-mobile-heading {
    display: none;
}

/* Cart and checkout. */
.cdf-blue-commerce-page {
    max-width: 1712px;
}

.cdf-blue-commerce-header {
    margin-bottom: clamp(42px, 5vw, 78px);
}

.cdf-blue-commerce-header__title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.cdf-blue-commerce-header h1 {
    margin-bottom: 0;
    color: var(--cdf-dark);
    text-transform: uppercase;
}

.cdf-blue-commerce-header__title > a {
    margin-bottom: 14px;
    color: var(--cdf-red);
}

.cdf-blue-commerce-steps {
    margin-top: 45px;
}

.cdf-blue-commerce-steps ol {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 14px;
    background: var(--cdf-paper);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.cdf-blue-commerce-steps li {
    display: grid;
    min-height: 82px;
    padding: 15px;
    color: var(--cdf-dark);
    font-family: var(--cdf-display);
    font-size: clamp(1rem, 1.5vw, 1.55rem);
    line-height: 1;
    place-items: center;
    text-align: center;
    text-transform: uppercase;
}

.cdf-blue-commerce-steps li[aria-current="step"] {
    border-radius: 14px;
    background: var(--cdf-dark);
    color: white;
}

.cdf-blue-commerce-steps li.is-complete {
    color: var(--cdf-red);
}

.cdf-cart-page {
    max-width: 1712px;
}

.cdf-cart-page > h1 {
    display: none;
}

.cdf-blue-empty-cart {
    display: grid;
    width: min(100%, 1480px);
    min-height: 600px;
    align-content: center;
    justify-items: center;
    margin-inline: auto;
    padding: 70px;
    border: 1px solid var(--cdf-border);
    border-radius: 30px;
    background: white;
    box-shadow: none;
    text-align: center;
}

.cdf-blue-empty-cart h2 {
    margin-bottom: 22px;
    color: var(--cdf-dark);
    text-transform: uppercase;
}

.cdf-blue-empty-cart > p:not(.return-to-shop) {
    max-width: 650px;
}

.cdf-blue-empty-cart__search {
    display: flex;
    width: min(100%, 760px);
    min-height: 62px;
    margin: 38px 0;
    overflow: hidden;
    border-radius: 999px;
    background: var(--cdf-dark);
}

.cdf-blue-empty-cart__search input[type="search"] {
    min-width: 0;
    flex: 1;
    padding: 0 25px;
    border: 0;
    outline: 0;
    background: transparent;
    color: white;
}

.cdf-blue-empty-cart__search input::placeholder {
    color: rgba(255, 255, 255, 0.86);
}

.cdf-blue-empty-cart__search button {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin: 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d33a18;
    color: white;
    cursor: pointer;
    place-items: center;
}

.cdf-cart-page--filled .woocommerce {
    grid-template-columns: minmax(0, 1.75fr) minmax(390px, 0.78fr);
    gap: clamp(35px, 5vw, 72px);
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart {
    border: 0 !important;
    background: transparent;
    box-shadow: none;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart thead {
    display: none;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart tbody {
    display: grid;
    gap: 22px;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart tr.cart_item {
    display: grid;
    align-items: center;
    padding: 20px;
    border: 0;
    border-radius: 20px;
    background: var(--cdf-paper);
    grid-template-columns: 180px minmax(0, 1fr) 110px 105px 54px;
    grid-template-areas: "image name quantity subtotal remove";
    gap: 18px;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart tr.cart_item td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0;
    text-align: left;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-thumbnail {
    grid-area: image;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-name {
    grid-area: name;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-quantity {
    grid-area: quantity;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-subtotal {
    grid-area: subtotal;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-remove {
    grid-area: remove;
}

.cdf-cart-page--filled .woocommerce-cart-form .product-price {
    display: none !important;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart img {
    width: 180px;
    height: 180px;
    border-radius: 16px;
    background: white;
    object-fit: contain;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart .product-name > a {
    color: var(--cdf-dark);
    font-family: var(--cdf-display);
    font-size: clamp(1.65rem, 2.4vw, 2.5rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart dl.variation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 6px;
}

.cdf-cart-page--filled .woocommerce-cart-form table.cart dl.variation dt,
.cdf-cart-page--filled .woocommerce-cart-form table.cart dl.variation dd {
    padding: 6px 9px;
    border-radius: 7px;
    background: var(--cdf-dark);
    color: white;
    font-size: 0.75rem;
}

.cdf-cart-page--filled .woocommerce-cart-form td.actions {
    padding: 24px 0 !important;
    background: transparent;
}

.cdf-cart-page--filled .woocommerce-cart-form .coupon #coupon_code {
    background: white;
}

.cdf-cart-page--filled .woocommerce .cart-collaterals .cart_totals {
    top: 25px;
    border: 0;
    border-radius: 20px;
    background: var(--cdf-paper);
    box-shadow: none;
}

.cdf-cart-page--filled .woocommerce .cart_totals > h2 {
    color: var(--cdf-dark);
    font-size: clamp(2.3rem, 3vw, 3.4rem);
}

.cdf-cart-page--filled .woocommerce .cart_totals .order-total .amount {
    color: var(--cdf-dark) !important;
    font-family: var(--cdf-display);
    font-size: 2.3rem;
}

.cdf-cart-page--filled .woocommerce .cart_totals .cdf-cro-reassurance--cart,
.cdf-cart-page--filled .woocommerce .cart-collaterals .cdf-cro-reassurance {
    margin-top: 24px;
    padding: 25px;
    border: 0;
    border-radius: 18px;
    background: var(--cdf-dark);
    color: white;
}

.cdf-cart-page--filled .woocommerce .cart_totals .cdf-cro-reassurance__txt,
.cdf-cart-page--filled .woocommerce .cart_totals .cdf-cro-reassurance__txt strong {
    color: white;
}

.cdf-cart-page--filled .woocommerce .cart_totals .cdf-cro-reassurance__icon {
    color: #f16943;
}

.cdf-cart-page--filled .cross-sells {
    grid-column: 1;
    margin-top: 35px;
    padding: 35px;
    border-radius: 20px;
    background: var(--cdf-yellow);
}

.cdf-blue-checkout-page form.checkout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1.25fr) minmax(410px, 0.75fr);
    gap: 24px 38px;
}

.cdf-blue-checkout-page form.checkout > .col2-set,
.cdf-blue-checkout-page #customer_details {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
}

.cdf-blue-checkout-page #customer_details .col-1,
.cdf-blue-checkout-page #customer_details .col-2 {
    width: 100% !important;
    margin-bottom: 24px;
    padding: 30px;
    border-radius: 20px;
    background: var(--cdf-paper);
}

.cdf-blue-checkout-page #order_review_heading {
    grid-column: 2;
    margin: 0;
    padding: 30px 30px 0;
    border-radius: 20px 20px 0 0;
    background: var(--cdf-paper);
    color: var(--cdf-dark);
    font-size: 2.5rem;
    text-transform: uppercase;
}

.cdf-blue-checkout-page #order_review {
    grid-column: 2;
    margin-top: -24px;
    padding: 25px 30px 30px;
    border-radius: 0 0 20px 20px;
    background: var(--cdf-paper);
}

.cdf-blue-checkout-page .woocommerce-checkout-payment {
    border-radius: 15px !important;
    background: white !important;
}

.cdf-blue-checkout-page .woocommerce-checkout-payment ul.payment_methods {
    border-color: var(--cdf-border) !important;
}

.cdf-blue-checkout-page .woocommerce form .form-row input.input-text,
.cdf-blue-checkout-page .woocommerce form .form-row textarea,
.cdf-blue-checkout-page .woocommerce form .form-row select,
.cdf-blue-checkout-page .select2-container--default .select2-selection--single {
    min-height: 50px;
    border: 1px solid rgba(36, 8, 4, 0.35) !important;
    border-radius: 8px !important;
    background: var(--cdf-ivory) !important;
}

.cdf-blue-checkout-page #place_order {
    width: 100%;
    min-height: 56px;
    border-radius: 9px !important;
    background: #d33a18 !important;
}

.cdf-blue-checkout-title--mobile {
    display: none;
}

/* Newsletter and footer shared by every route. */
.cdf-newsletter {
    width: calc(100% - 20px);
    max-width: 1900px;
    margin-top: 10px;
    padding: clamp(28px, 3.2vw, 55px);
    border-radius: 16px;
    background: var(--cdf-red);
    grid-template-columns: 0.82fr 1.1fr 1fr;
}

.cdf-newsletter h2 {
    font-size: clamp(2.7rem, 4vw, 4.5rem);
    line-height: 0.84;
    text-transform: none;
}

.cdf-newsletter input {
    min-height: 44px;
    border-radius: 0;
    font-family: var(--cdf-ui);
    font-size: 0.88rem;
}

.cdf-newsletter__benefits,
.cdf-newsletter__form {
    font-size: 0.9rem;
}

.cdf-site-footer {
    margin-top: 10px;
    background: var(--cdf-dark);
    grid-template-columns: minmax(0, 2.05fr) minmax(340px, 0.95fr);
}

.cdf-site-footer__main {
    padding: clamp(38px, 4vw, 70px);
    grid-template-columns: 1.12fr 0.7fr 0.9fr;
}

.cdf-site-footer__brand p,
.cdf-menu--footer a,
.cdf-footer-label {
    font-family: var(--cdf-ui);
    font-size: 0.86rem;
    font-weight: 400;
}

.cdf-menu--footer a {
    color: white;
    text-transform: uppercase;
}

.cdf-site-footer__apps {
    background: var(--cdf-yellow);
}

@media (max-width: 1280px) {
    :root {
        --cdf-gutter: clamp(24px, 4vw, 52px);
    }

    .cdf-site-header__inner {
        grid-template-columns: 145px 1fr minmax(350px, 480px);
        gap: 34px;
    }

    .cdf-menu--primary {
        gap: 22px;
    }

    .cdf-shop-nav__inner,
    .cdf-shop-discovery {
        grid-template-columns: minmax(300px, 0.75fr) minmax(500px, 1.25fr);
    }

    .cdf-blue-home .woocommerce ul.products,
    .cdf-blue-shop .woocommerce ul.products,
    .cdf-blue-product-page .woocommerce ul.products,
    .cdf-blue-category ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cdf-blue-how {
        grid-template-columns: 1fr;
    }

    .cdf-cart-page--filled .woocommerce {
        grid-template-columns: minmax(0, 1fr) 360px;
    }
}

@media (max-width: 1050px) {
    .cdf-site-header__inner {
        width: calc(100% - 36px);
        min-height: 102px;
        grid-template-columns: 125px minmax(260px, 1fr) auto;
    }

    .cdf-primary-nav {
        display: none;
    }

    .cdf-menu-toggle {
        display: inline-grid;
        grid-column: 3;
        grid-row: 1;
    }

    .cdf-header-actions {
        grid-column: 2;
        grid-row: 1;
    }

    .cdf-account-link,
    .cdf-cart-link {
        display: none;
    }

    .cdf-shop-nav__inner,
    .cdf-shop-discovery {
        width: calc(100% - 36px);
        grid-template-columns: 1fr;
    }

    .cdf-shop-search {
        justify-content: flex-start;
    }

    .cdf-blue-hero {
        width: calc(100% - 36px);
        grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
    }

    .cdf-blue-monthly,
    .cdf-blue-story,
    .cdf-blue-shop-hero,
    .cdf-blue-category-hero,
    .cdf-blue-funding {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .cdf-blue-collections {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cdf-blue-home .woocommerce ul.products,
    .cdf-blue-shop .woocommerce ul.products,
    .cdf-blue-product-page .woocommerce ul.products,
    .cdf-blue-category ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce .cdf-blue-product-page div.product,
    .cdf-blue-product-page div.product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px;
    }

    .cdf-blue-product-page .product_title {
        font-size: clamp(3rem, 6vw, 4.8rem) !important;
    }

    .cdf-blue-filters {
        flex-wrap: wrap;
    }

    .cdf-blue-filters__count {
        width: 100%;
        margin: 8px 0 0;
    }

    .cdf-cart-page--filled .woocommerce,
    .cdf-blue-checkout-page form.checkout {
        grid-template-columns: 1fr;
    }

    .cdf-blue-checkout-page form.checkout > .col2-set,
    .cdf-blue-checkout-page #customer_details,
    .cdf-blue-checkout-page #order_review_heading,
    .cdf-blue-checkout-page #order_review {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .woocommerce .cdf-blue-product-page div.product,
    .cdf-blue-product-page div.product {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .cdf-blue-product-page div.product div.images,
    .cdf-blue-product-page div.product div.summary {
        width: 100% !important;
    }

    .cdf-blue-product-page div.product div.images {
        order: 1;
        margin-bottom: 28px;
    }

    .cdf-blue-product-page div.product div.summary {
        order: 2;
    }

    .cdf-blue-product-mobile-heading {
        display: block;
        width: 100%;
        order: 0;
    }

    .cdf-blue-product-mobile-heading h1 {
        font-size: clamp(2.8rem, 7vw, 3.7rem);
        overflow-wrap: anywhere;
        text-transform: uppercase;
    }

    .cdf-blue-product-page div.product div.summary > .cdf-blue-product-eyebrow,
    .cdf-blue-product-page div.product div.summary > .product_title {
        display: none;
    }

    .cdf-blue-product-story,
    .cdf-blue-product-related,
    .cdf-blue-product-details {
        order: 3;
    }
}

@media (max-width: 767px) {
    :root {
        --cdf-gutter: 14px;
        --cdf-radius: 16px;
    }

    body {
        font-size: 15px;
    }

    h1 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    h2 {
        font-size: clamp(2.45rem, 12.5vw, 3.7rem);
    }

    .cdf-blue-section {
        padding-block: 62px;
    }

    .cdf-button,
    button.cdf-button,
    input[type="submit"] {
        width: 100%;
        min-height: 46px;
        padding: 11px 15px;
        font-size: 0.9rem;
    }

    .cdf-site-header__inner {
        width: calc(100% - 22px);
        min-height: 78px;
        grid-template-columns: 82px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .cdf-site-logo {
        width: 82px;
    }

    .cdf-header-actions {
        display: none;
    }

    .cdf-mobile-search {
        display: block;
        width: 100%;
        margin: 0;
        grid-column: 2;
        grid-row: 1;
    }

    .cdf-mobile-search .cdf-header-search {
        display: block;
        width: 100%;
    }

    .cdf-mobile-search .cdf-search-q {
        height: 44px;
        padding-left: 13px;
        font-size: 0.72rem;
    }

    .cdf-mobile-search .cdf-search-submit {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        margin: 0;
    }

    .cdf-mobile-search .cdf-search-submit .dashicons {
        width: 17px;
        height: 17px;
        font-size: 17px;
    }

    .cdf-mobile-search .cdf-search-results {
        position: fixed;
        z-index: 250;
        top: 86px;
        right: 14px;
        left: 14px;
        width: auto;
    }

    .cdf-menu-toggle {
        width: 44px;
        height: 44px;
        grid-column: 3;
        justify-self: end;
    }

    .cdf-menu-toggle .dashicons {
        width: 27px;
        height: 27px;
        font-size: 27px;
    }

    .cdf-mobile-drawer__panel {
        width: min(92vw, 390px);
        background: var(--cdf-ivory);
    }

    .cdf-menu--mobile a {
        color: var(--cdf-dark);
        font-size: 1rem;
    }

    .cdf-shop-nav {
        padding-top: 8px;
    }

    .cdf-shop-nav__inner,
    .cdf-shop-discovery {
        width: calc(100% - 22px);
        min-height: 0;
        padding: 12px;
        border-radius: 13px;
        gap: 13px;
    }

    .cdf-shop-discovery__menus {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cdf-shop-discovery__menu summary {
        min-width: 0;
        min-height: 44px;
        padding: 9px 12px;
        border-radius: 8px;
        font-size: 0.82rem;
    }

    .cdf-shop-search {
        display: grid;
        gap: 7px;
    }

    .cdf-shop-search > label {
        font-size: 0.75rem;
    }

    .cdf-shop-search__field {
        width: 100%;
        height: 44px;
    }

    .cdf-shop-search__field input {
        padding-left: 13px;
        font-size: 0.78rem;
    }

    .cdf-shop-search__field button {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .cdf-blue-hero {
        width: calc(100% - 22px);
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .cdf-blue-hero__main {
        min-height: 335px;
        border-radius: 16px;
        background-position: 55% center;
    }

    .cdf-blue-hero__copy {
        bottom: 20px;
        left: 17px;
        width: calc(100% - 34px);
    }

    .cdf-blue-hero__copy h1 {
        margin-bottom: 10px;
        font-size: clamp(2.6rem, 13.3vw, 3.5rem);
    }

    .cdf-blue-hero__copy p {
        max-height: 6.8em;
        overflow: hidden;
        margin-bottom: 13px;
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .cdf-blue-hero__copy .cdf-button {
        width: auto;
        min-height: 40px;
        padding: 9px 13px;
        font-size: 0.75rem;
    }

    .cdf-blue-hero__merch {
        min-height: 155px;
        justify-content: flex-end;
        padding: 16px;
        border-radius: 16px;
        background-position: center 42%;
    }

    .cdf-blue-hero__merch .cdf-button {
        width: auto;
        min-height: 38px;
        padding: 8px 12px;
        font-size: 0.72rem;
    }

    .cdf-blue-hero__merch-label {
        left: 22px;
        font-size: 3.5rem;
        transform: translateY(-50%);
    }

    .cdf-blue-home__discovery {
        padding-top: 8px;
    }

    .cdf-blue-monthly,
    .cdf-blue-story,
    .cdf-blue-shop-hero,
    .cdf-blue-category-hero,
    .cdf-blue-funding {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .cdf-blue-monthly__copy h2,
    .cdf-blue-shop-hero h1,
    .cdf-blue-product-page .product_title {
        font-size: clamp(2.75rem, 14vw, 4rem) !important;
    }

    .cdf-blue-monthly__visual,
    .cdf-blue-story__visual,
    .cdf-blue-shop-hero__visual {
        width: 100%;
        min-height: 335px;
        padding: 20px;
        border-radius: 16px;
    }

    .cdf-blue-monthly__visual {
        order: 2;
    }

    .cdf-blue-monthly__copy {
        display: contents;
    }

    .cdf-blue-monthly__buy {
        order: 3;
    }

    .cdf-blue-monthly__facts {
        margin: 12px 0;
    }

    .cdf-blue-reassurance {
        padding-bottom: 62px;
    }

    .cdf-blue-reassurance .cdf-cro-reassurance {
        padding: 20px;
        border-radius: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 10px;
    }

    .cdf-blue-reassurance .cdf-cro-reassurance__item {
        display: grid;
        justify-items: center;
    }

    .cdf-blue-reassurance .cdf-cro-reassurance__txt {
        font-size: 0.68rem;
    }

    .cdf-blue-reassurance .cdf-cro-reassurance__txt strong {
        font-size: 0.72rem;
    }

    .cdf-blue-heading-row {
        align-items: end;
        margin-bottom: 26px;
    }

    .cdf-blue-heading-row .cdf-button {
        width: auto;
        min-height: 38px;
        padding: 8px 11px;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .cdf-blue-home .woocommerce ul.products,
    .cdf-blue-shop .woocommerce ul.products,
    .cdf-blue-product-page .woocommerce ul.products,
    .cdf-blue-category ul.products,
    body.tax-product_cat.woocommerce-page .cdf-woocommerce-shell ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cdf-blue-home .woocommerce ul.products li.product,
    .cdf-blue-shop .woocommerce ul.products li.product,
    .cdf-blue-product-page .woocommerce ul.products li.product,
    .cdf-blue-category ul.products li.product,
    body.tax-product_cat.woocommerce-page .cdf-woocommerce-shell ul.products li.product {
        display: block !important;
        width: auto !important;
        height: auto;
        min-height: 0 !important;
        padding: 7px 7px 13px;
        border-radius: 12px;
    }

    .cdf-blue-home .woocommerce ul.products li.product a img,
    .cdf-blue-shop .woocommerce ul.products li.product a img,
    .cdf-blue-product-page .woocommerce ul.products li.product a img,
    .cdf-blue-category ul.products li.product a img,
    body.tax-product_cat.woocommerce-page .cdf-woocommerce-shell ul.products li.product a img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        margin-bottom: 9px !important;
        border-radius: 9px;
    }

    .cdf-blue-home .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .cdf-blue-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .cdf-blue-product-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .cdf-blue-category ul.products li.product .woocommerce-loop-product__title {
        font-size: 1rem !important;
    }

    .cdf-blue-loop-chant {
        min-height: 2.4em;
        font-size: 0.65rem;
    }

    .cdf-blue-home .woocommerce ul.products li.product .price,
    .cdf-blue-shop .woocommerce ul.products li.product .price,
    .cdf-blue-product-page .woocommerce ul.products li.product .price,
    .cdf-blue-category ul.products li.product .price {
        font-size: 1.2rem !important;
    }

    .cdf-blue-product-badge,
    .woocommerce span.onsale {
        top: 8px !important;
        left: 2px !important;
        min-height: 24px;
        padding: 5px 7px;
        font-size: 0.55rem;
    }

    .cdf-blue-how {
        width: calc(100% - 28px);
        padding: 32px 20px;
        border-radius: 15px;
        gap: 25px;
    }

    .cdf-blue-how__steps {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .cdf-blue-how__steps li {
        display: flex;
        min-height: 60px;
        align-items: center;
        gap: 14px;
        font-size: 1.45rem;
    }

    .cdf-blue-how__steps span {
        font-size: 2rem;
    }

    .cdf-blue-story__copy {
        order: 1;
    }

    .cdf-blue-story__visual {
        order: 2;
    }

    .cdf-blue-story__actions {
        display: grid;
    }

    .cdf-blue-collections {
        margin-top: 26px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cdf-blue-collection {
        min-height: 230px;
        border-radius: 14px;
    }

    .cdf-blue-collection__content {
        right: 17px;
        bottom: 16px;
        left: 17px;
    }

    .cdf-blue-collection__content strong {
        font-size: 2.35rem;
    }

    .cdf-blue-community {
        padding: 38px 0;
    }

    .cdf-blue-community > div {
        display: grid;
        gap: 18px;
    }

    .cdf-blue-community h2 {
        font-size: 3.4rem;
    }

    .cdf-blue-funding {
        margin-block: 62px;
        padding: 28px 20px;
        border-radius: 15px;
    }

    .cdf-blue-funding__metrics {
        width: 100%;
        gap: 7px;
    }

    .cdf-blue-funding__metrics div {
        min-height: 100px;
        padding: 9px;
        border-radius: 10px;
    }

    .cdf-blue-funding__metrics dt {
        font-size: 1.8rem;
    }

    .cdf-blue-funding__metrics dd {
        font-size: 0.55rem;
    }

    .cdf-blue-funding__stores {
        display: grid;
        width: 100%;
        grid-column: auto;
    }

    .cdf-blue-shop-hero {
        min-height: 0;
        padding-block: 52px;
    }

    .cdf-blue-shop-hero__visual > span {
        left: 2%;
        font-size: 6rem;
    }

    .cdf-blue-shop-search {
        width: calc(100% - 28px);
        padding: 34px 18px;
        border-radius: 15px;
    }

    .cdf-blue-shop-search .cdf-shop-discovery {
        width: 100%;
    }

    .cdf-blue-shop-search .cdf-shop-search {
        display: grid;
    }

    .cdf-blue-shop-gifts__grid,
    .cdf-blue-shop-lots__grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .cdf-blue-shop-gifts__grid a,
    .cdf-blue-shop-lots__grid .cdf-blue-lot-card {
        min-height: 210px;
        padding: 23px;
        border-radius: 13px;
    }

    .cdf-blue-shop-manifesto {
        margin-block: 55px 25px;
        padding: 30px 20px;
        border-radius: 15px;
    }

    .cdf-blue-shop-catalogue {
        padding-block: 35px 70px;
    }

    .cdf-blue-shop-catalogue__panel > summary {
        min-height: 72px;
        padding: 18px;
        border-radius: 12px;
        font-size: 1.25rem;
    }

    .cdf-blue-shop-catalogue__products {
        padding-top: 28px;
    }

    .cdf-blue-category-hero {
        padding-block: 48px 30px;
    }

    .cdf-blue-category-hero aside {
        width: 100%;
        min-height: 150px;
        padding: 22px;
        border-radius: 13px;
    }

    .cdf-blue-filters {
        display: grid;
        margin-bottom: 28px;
        padding: 12px;
        border-radius: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cdf-blue-filters label,
    .cdf-blue-filters select,
    .cdf-blue-filters .cdf-button {
        width: 100%;
        min-width: 0;
    }

    .cdf-blue-filters__reset,
    .cdf-blue-filters__count {
        width: auto;
        margin: 0;
        align-self: center;
    }

    .cdf-blue-category-idea {
        display: grid;
        margin-block: 55px;
        padding: 27px 20px;
        border-radius: 14px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cdf-blue-category-story {
        padding-bottom: 70px;
    }

    .cdf-blue-product-page {
        padding-top: 30px;
    }

    .woocommerce .cdf-blue-product-page div.product,
    .cdf-blue-product-page div.product {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .cdf-blue-product-page div.product div.images,
    .cdf-blue-product-page div.product div.summary {
        width: 100% !important;
    }

    .cdf-blue-product-page div.product div.images {
        order: 1;
        margin-bottom: 22px;
    }

    .cdf-blue-product-page div.product div.summary {
        order: 2;
    }

    .cdf-blue-product-mobile-heading {
        display: block;
        width: 100%;
        order: 0;
    }

    .cdf-blue-product-mobile-heading h1 {
        color: var(--cdf-dark);
        font-size: clamp(2.3rem, 11vw, 3.2rem);
        overflow-wrap: anywhere;
        text-transform: uppercase;
    }

    .cdf-blue-product-page div.product div.summary > .cdf-blue-product-eyebrow,
    .cdf-blue-product-page div.product div.summary > .product_title {
        display: none;
    }

    .cdf-blue-product-page div.product div.images .woocommerce-product-gallery__image,
    .cdf-blue-product-page div.product div.images .flex-viewport,
    .cdf-blue-product-page div.product div.images img {
        border-radius: 14px;
    }

    .cdf-blue-product-page .product_title {
        margin-bottom: 13px;
    }

    .cdf-blue-product-page div.product p.price,
    .cdf-blue-product-page div.product span.price {
        font-size: 2.6rem !important;
    }

    .cdf-blue-product-supports ul {
        display: grid;
        padding: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .cdf-blue-product-supports a {
        min-width: 0;
        min-height: 48px;
        padding: 7px;
        font-size: 0.92rem;
    }

    .cdf-blue-choice-list {
        padding: 12px;
        gap: 7px;
    }

    .cdf-blue-choice {
        min-width: 44px;
        min-height: 44px;
        padding: 6px 8px;
        font-size: 1rem;
    }

    .cdf-blue-choice--swatch {
        min-width: 42px;
        min-height: 42px;
    }

    .cdf-blue-choice--swatch > span:first-child {
        width: 30px;
        height: 30px;
    }

    .cdf-blue-product-page div.product form.cart,
    .cdf-blue-product-page .woocommerce-variation-add-to-cart {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .cdf-blue-product-page .woocommerce-variation-add-to-cart {
        position: static;
        padding: 12px;
        border-radius: 12px;
        background: rgba(244, 240, 230, 0.96);
        box-shadow: 0 8px 24px rgba(36, 8, 4, 0.25);
        backdrop-filter: blur(8px);
    }

    .cdf-blue-product-page .woocommerce-variation-add-to-cart.cdf-blue-cart-fixed {
        position: fixed;
        z-index: 90;
        right: 14px;
        bottom: 10px;
        left: 14px;
        width: auto;
    }

    .cdf-blue-product-page form.cart.cdf-blue-cart-is-fixed {
        padding-bottom: 76px;
    }

    .cdf-blue-product-page .quantity .qty,
    .cdf-blue-product-page .single_add_to_cart_button {
        min-height: 48px;
    }

    .cdf-blue-product-page .quantity .qty {
        width: 100%;
        max-width: 100%;
    }

    .cdf-blue-product-reassurance .cdf-cro-product-reassurance__guarantees {
        grid-template-columns: 1fr;
    }

    .cdf-blue-product-story,
    .cdf-blue-product-related,
    .cdf-blue-product-details {
        order: 3;
    }

    .cdf-blue-product-story {
        display: block;
        margin-top: 55px;
        padding: 27px 20px;
        border-radius: 15px;
    }

    .cdf-blue-product-story h2 {
        font-size: clamp(2.15rem, 10.5vw, 2.8rem);
        overflow-wrap: anywhere;
    }

    .cdf-blue-product-story__facts {
        margin-block: 25px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .cdf-blue-product-story__facts div {
        padding: 14px;
    }

    .cdf-blue-product-story__facts dd {
        font-size: 1.35rem;
    }

    .cdf-blue-product-story__sheet {
        margin-top: 25px;
        padding-top: 25px;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cdf-blue-product-story__lyrics {
        padding: 0 0 25px;
        border-right: 0;
        border-bottom: 1px solid var(--cdf-border);
        grid-row: auto;
    }

    .cdf-blue-product-story__actions {
        margin-top: 25px;
    }

    .cdf-blue-product-related {
        padding-top: 65px;
    }

    .cdf-blue-product-details {
        padding-block: 65px;
    }

    .cdf-blue-product-detail summary {
        min-height: 52px;
        padding: 13px 15px;
    }

    .cdf-blue-commerce-page {
        padding-top: 38px;
    }

    .cdf-blue-checkout-title--desktop {
        display: none;
    }

    .cdf-blue-checkout-title--mobile {
        display: inline;
    }

    .cdf-blue-commerce-header__title {
        align-items: start;
    }

    .cdf-blue-commerce-header__title > a {
        margin-top: 5px;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .cdf-blue-commerce-steps {
        margin-top: 25px;
    }

    .cdf-blue-commerce-steps li {
        min-height: 52px;
        padding: 8px 5px;
        font-size: 0.74rem;
    }

    .cdf-blue-empty-cart {
        min-height: 420px;
        padding: 35px 16px;
        border-radius: 14px;
    }

    .cdf-blue-empty-cart__search {
        min-height: 52px;
        margin: 25px 0;
    }

    .cdf-blue-empty-cart__search input[type="search"] {
        padding-left: 14px;
        font-size: 0.77rem;
    }

    .cdf-blue-empty-cart__search button {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .cdf-cart-page--filled .woocommerce-cart-form table.cart tr.cart_item {
        display: grid;
        padding: 12px;
        border-radius: 13px;
        grid-template-columns: 100px minmax(0, 1fr) 42px;
        grid-template-areas:
            "image name remove"
            "image quantity quantity"
            "subtotal subtotal subtotal";
        gap: 10px 12px;
    }

    .cdf-cart-page--filled .woocommerce-cart-form table.cart img {
        width: 100px;
        height: 100px;
        border-radius: 9px;
    }

    .cdf-cart-page--filled .woocommerce-cart-form table.cart .product-name > a {
        font-size: 1.3rem;
    }

    .cdf-cart-page--filled .woocommerce-cart-form .product-subtotal {
        display: flex !important;
        justify-content: flex-end;
        padding-top: 9px !important;
        border-top: 1px solid var(--cdf-border) !important;
        font-size: 1.2rem;
    }

    .cdf-cart-page--filled .woocommerce-cart-form td.actions {
        padding-top: 12px !important;
    }

    .cdf-cart-page--filled .woocommerce .cart-collaterals .cart_totals {
        padding: 20px 16px;
        border-radius: 13px;
    }

    .cdf-blue-checkout-page form.checkout {
        display: flex;
        flex-direction: column;
    }

    .cdf-blue-checkout-page #order_review_heading {
        order: 1;
        width: 100%;
        padding: 20px 16px 0;
        border-radius: 13px 13px 0 0;
        font-size: 2rem;
    }

    .cdf-blue-checkout-page #order_review {
        order: 2;
        width: 100%;
        margin-top: -24px;
        padding: 18px 16px;
        border-radius: 0 0 13px 13px;
    }

    .cdf-blue-checkout-page #customer_details {
        order: 3;
        width: 100%;
    }

    .cdf-blue-checkout-page #customer_details .col-1,
    .cdf-blue-checkout-page #customer_details .col-2 {
        padding: 20px 14px;
        border-radius: 13px;
    }

    .cdf-newsletter {
        width: 100%;
        margin: 0;
        padding: 30px 18px;
        border-radius: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        text-align: left;
    }

    .cdf-newsletter__title,
    .cdf-newsletter__form {
        width: 100%;
    }

    .cdf-newsletter h2 {
        font-size: 2.7rem;
    }

    .cdf-newsletter__kicker {
        font-family: var(--cdf-ui);
        font-size: 0.78rem;
        font-weight: 400;
        text-align: left;
        text-transform: none;
    }

    .cdf-newsletter input {
        min-height: 46px;
        border-radius: 999px;
    }

    .cdf-newsletter .cdf-button {
        border-radius: 999px;
        background: var(--cdf-dark);
    }

    .cdf-newsletter__benefits {
        display: none;
    }

    .cdf-site-footer {
        display: block;
        margin: 0;
    }

    .cdf-site-footer__main {
        display: grid;
        min-height: 0;
        padding: 35px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .cdf-site-footer__brand {
        grid-column: 1 / -1;
    }

    .cdf-site-footer__brand img {
        width: 150px;
    }

    .cdf-footer-nav-toggle {
        display: none;
    }

    .cdf-footer-nav {
        display: block !important;
    }

    .cdf-menu--footer {
        gap: 10px;
    }

    .cdf-menu--footer a {
        min-height: 0;
        padding: 0;
        font-size: 0.68rem;
    }

    .cdf-site-footer__apps {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cdf-blue-collection img {
        transition: none;
    }
}
