/*
Theme Name: ritual
Theme URI: https://opencollective.com/ritual
Author: FUSS LLC
Author URI: https://opencollective.com/ritual#section-contributors
Description: This theme was created by FUSS LLC for the exclusive use of Black Altar LLC.
Tags: premium-soap, natural-ingredients, charcoal-cleansing, ritual-bathing, cruelty-free, handcrafted, organic-skincare, body-positive, inclusive-beauty, luxury-bath, sustainable-beauty, vegan-friendly, small-batch, essential-oils, clean-beauty
Version: 2025.1
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: © 2025 FUSS LLC
License URI: https://www.fuss.studio
Text Domain: ritual

ritual WordPress Theme 2011-2024
ritual is distributed under the terms of the GNU GPL
*/



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


@font-face {
  font-family: "Cirka";
  font-style: normal;
  src: url('./assets/fonts/PPCirka-Regular.woff') format('woff');
  font-weight: 400;
}

html {
  overscroll-behavior: none;
}


:root {
    --font-sans: proxima-nova, sans-serif;
    --font-serif: "Cirka", Times, serif;
    --fs-14: 0.875rem;
    --fs-16: 1rem;
    --fs-20: 1.25rem;
    --fs-22: 1.4rem;
  --charcoal: #161616;
  --bronze: #17322C;
  --taupe: #97897B;
  --sand: #CDC6C1;
  --milky: #ECE8E5;
  --brass: #C5A420;
  /* New palette 2026-07 — bronze and taupe are being phased out over time. */
  --sea: #9DAAA8;
  --seafloor: #5D6A68;
  --tumbaga: #DDBB30;
  --burnt: #8F4300;
  --twilight: #35263D;
  --bloom: #333001;
  --ember: #4B1A00;
  --salt: #E2D3D6;
  --wild: #17322C;
  --neutralgrey: #F1F0F0;
  --brightgrey: #F6F6F6;
  --mutednature: #E9ECE4;
  --renewnature: #FDFFFA;
}

/* Global CSS */

h1, h2, h3 {
    font-family: var(--font-serif);
    text-rendering: geometricPrecision;
}

h4, h5, h6, p, .wp-block-list {
    font-family: var(--font-sans);
    font-weight: 400;
    font-style: normal;
    line-height: 125%;
}

h2.wp-block-heading {
    font-size: 1.4rem;
    padding-top: 10px;
    color: #94897E;
}

i, em {
    font-style: italic;
}

strong {
    font-weight: 700;
    font-style: normal;
}

a {
    text-decoration: none;
    font-family: var(--font-sans);
}

.mtwenty {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}

body {
    background-color: var(--renewnature);
    scroll-behavior: smooth;
}

button {
    background-color: unset;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: none ;
    text-shadow: none ;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    filter: none ;
    transform: none ;
    border: none ; /* If needed */
    /* Reset any WordPress preset shadows */
    --wp--preset--shadow--natural: none ;
    --wp--preset--shadow--deep: none ;
    --wp--preset--shadow--sharp: none ;
    --wp--preset--shadow--outlined: none ;
    --wp--preset--shadow--crisp: none ;
}

.inlineButton {
	background-color: #161616;
	color: var(--sand);
	border-radius: 100px;
	border: 2px solid var(--sand);
	padding: 9px 18px;
	font-family: 'proxima-nova', sans-serif;
	margin-top: 20px;
}

.inlineButton:hover {
	background-color: var(--sand);
	color: #161616
}

.fourteenforty {
    max-width: 1440px;
    margin: 20px auto;
    padding: 0 20px;
}

.sixteensixty {
    max-width: 1660px;
    margin: 20px auto;
}

.universalTitleXxs {
    font-size: 1.875rem;
}

.universalTitleXs {
    font-size: 2rem;
}

.universalTitleS {
    font-size: 2.5rem;
}

.universalTitleM {
    font-size: 3rem;
}

.universalTitleL {
    font-size: 3.5rem;
}

.universalTitleXl {
    font-size: 4rem;
}

b {
    font-weight: 600;
}

textarea, input[type="text"], input[type="button"], input[type="reset"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"] {
    flex: 1;
    padding: 5px;
    font-family: var(--font-sans);
    font-size: var(--fs-16);
    border-bottom: 1px solid var(--sand);
    background-color: var(--renewnature);
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus-visible, input:focus, input:active {
    border: none;
    outline: none;
    border-bottom: 1px solid #A89133;
}

.flexer {
    display: flex;
    justify-content: space-between;
}

.inline-flexer {
    font-weight: 400;
    color: #17322C;
    display: flex;
}

.modalWindow  {
    position: absolute;
    max-width: 500px;
    left: calc(50% - 250px);
    top: 25%;
    border-radius: 20px;
    background-color: #F5F5F5;
    border: 1px solid var(--mutednature);
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
}

.popup-button {
    box-shadow: unset;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    padding: .5rem 1.2rem;
}

.popup-button.confirm {
    border: 1px solid #17322C;
    color: #17322C;
}

.popup-button.confirm:hover {
    background-color: #A89133;
    color: #161616;
    border: 1px solid #161616;
}

.popup-button.cancel {
    border-color: #17322C;
    background-color: #17322C;
    color: #EDE7E3;
    border: 1px solid #17322C;
}

.popup-button.cancel:hover {
    background-color: #A89133;
    color: #161616;
    border: 1px solid #161616;
}

.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(98, 87, 77, .5);
    backdrop-filter: blur(5px);
    z-index: 9999;
}

#custom-popup-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 300px;
}

.custom-popup {
    position: relative;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.custom-popup.show {
    opacity: 1;
    transform: translateY(0);
}

.popup-content {
    font-family: var(--font-sans);
    padding: 15px;
    border-radius: 15px;
}

.confirmation-popup .popup-content {
    position: relative;
}

.error-popup .popup-content {
    background-color: #E7DAD8;
    border: 2px solid #A65000;
    color: #A65000;
}

.success-popup .popup-content {
    background-color: #E6F0DF;
    border: 2px solid #356018;
    color: #356018;
}

.popup-message {
    padding-right: 20px;
    font-family: inherit;
    line-height: 125%;
    font-size: var(--fs-16);
    color: #17322C;
    z-index: 10001;
}

.error-popup .popup-message {
    color: #6C0000;
    z-index: 10001;
}

.confirmation-popup .popup-message {
    padding-right: 20px;
    font-family: inherit;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: var(--fs-22);
    font-family: var(--font-serif);
    color: #17322C;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #757575;
}

.popup-close:hover {
    color: #212121;
}



/* Global Settings CSS */

#siteBanner {
    position: relative;
    overflow: hidden;
    height: 36px;
    background-color: #A89133;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #94897E;
}

/* No banners set → no bare yellow bar. (js/ba-discount-banner.js removes this
   class when a carried discount code takes the banner over.) */
#siteBanner.banner-empty {
    display: none;
}

/* Carried-discount takeover: the banner becomes the offer, site-wide. */
#siteBanner.banner-discount {
    display: block;
    padding: 0;
}

#siteBanner.banner-discount .indivBanner {
    display: none !important;
}

#siteBanner .ba-banner-disc {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    font-family: var(--font-sans);
    font-size: .9125rem;
    color: #161616;
    padding: 0 12px;
}

#siteBanner .ba-banner-disc strong {
    font-weight: 700;
    margin: 0 4px;
}

.indivBanner {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    visibility: hidden;
    top: 0;
    left: 0;
}

.indivBanner.active {
    opacity: 1;
    visibility: visible;
}

.bannerText a {
    width: 100%;
    height: 36px;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-family: var(--font-sans);
    color: #161616;
}

.value-block {
    width: 100%;
    background-color: var(--wild);
    padding: 6rem 20px;
}

.value-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.value-header {
    max-width: 500px;
    margin: 3rem auto 0;
}

.value-header h3 {
    color: #EDE7E3;
    text-align: center;
    font-family: var(--font-serif);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.value-header p {
    color: var(--mutednature);
    text-align: center;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.value-items {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}

.value-item {
    width: 180px;
    height: 180px;
    border: 1px solid var(--sand);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.value-item h2 {
    color: var(--renewnature);
    text-align: center;
    font-family: var(--font-sans);
    font-size: .83rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15rem;
    margin: 0 auto .625rem;
    max-width: 150px;
}

.value-item p {
    color: var(--mutednature);
    text-align: center;
    font-family: var(--font-sans);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.vimg {
    max-height: 180px;
    max-width: 180px;
}

.value-item img {
    height: 100%;
    display: block;
    max-width: 60px;
    max-height: 75px;
    margin: 0 auto;
    width: auto;
}

.quality-block {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: stretch;
}

.quality-block .left-block, .quality-block .right-block {
    flex: 0 0 50%;
}

.quality-block .left-block {
    background-color: var(--mutednature);
    flex-shrink: 0;
    padding: 10rem 1.25rem;
}

.quality-block .left-block .lb-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.quality-block .right-block {
    position: relative;
    overflow: hidden;
}

.quality-block .right-block img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Magic property that makes the image cover the container */
    object-position: center; /* Centers the image within the container */
    position: absolute;
}

.lb-title {
    color: var(--wild);
    margin-bottom: 3.75rem;
}

.quality-block .left-block .lb-wrapper .quality-checklist {
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal columns */
    grid-gap: 0 20px;
    max-width: 100%;
}

.quality-block .left-block .lb-wrapper .quality-checklist h3 {
    color: var(--wild);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--font-sans);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.6875rem */
    margin-bottom: .875rem;
    display: flex;
    align-items: center;
}

.quality-checklist h3 svg {
    margin-right: 15px;
    flex-shrink: 0;
}

.quality-checklist h3 svg path {
    fill: var(--brass) !important;
}

.quality-block .left-block .lb-wrapper p {
    color: var(--wild);
    font-family: var(--font-sans);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.6875rem */
}

.qa-wrapper h3 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 115%;
}

.qa-wrapper h3 svg {
    transition: transform 0.3s ease;
    width: 18px;
    height: auto;
    flex: none;
}

.qa-wrapper h3 svg path {
    fill: var(--brass);
}

.faqs {
    background-color: var(--wild);
    padding: 20px;
}

.faq-wrapper {
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid var(--sand);
    padding: 5px;
}

.faq-accordian {
    border: 3px solid var(--sand);
}

.qa-wrapper {
    border: 1px solid var(--sand);
}

.faq-accordian .qa-wrapper h3 {
    color: var(--sand);
    font-family: var(--font-serif);
    font-size: 1.4rem;
    padding: 20px;
}

.faq-accordian .qa-wrapper p {
    color: var(--sand);
    font-family: var(--font-sans);
    line-height: 125%;
    max-width: 600px;
}

/* Add transitions for smooth animation */
.sp-spec-row .spec-detail,
.qa-wrapper p {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
}

/* Navigation CSS */

header {
    border-bottom: 1px solid #94897E;
    position: sticky;
    top: 0;
    z-index: 9000;
    background-color: var(--renewnature);
    border-top: 1px solid #94897E;
}

.home header {
    background-color: var(--renewnature);
}

.sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #F5F5F5;
    border: 1px solid #94897E;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    z-index: 100;
    border-radius: 0 0 5px 5px;
    padding-top: 55px;
    overflow: hidden;
    top: 40px;
}

#desktopNavigation {
    display: flex;
    justify-content: stretch;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu li {
    width: 100%;
}

nav #menu-main-menu-one .sub-menu li a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #94897E;
    border-bottom: none;
    border-right: none;
    white-space: nowrap;
    font-family: "Cirka", serif;
    font-size: 1.2rem;
    min-width: 250px;
}

.sub-menu li:last-child a {
    border-bottom: none;
}

.submenu-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 41px;
    height: 41px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #EDE7E3;
    display: none !important;
}

.submenu-parent-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: .8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8B837B;
    line-height: 1;
    font-family: var(--font-sans);
}

.submenu-close:hover {
    background-color: #A89133;
    color: #161616;
}

.submenu-close:hover svg path {
    fill: #161616;
}

nav ul li a {
    color: #17322C;
}


nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-left: 1px solid #94897E;
    border-right: 1px solid #94897E;
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

nav ul {
    display: flex;
    justify-content: stretch;
}

nav ul li {
    display: flex;
    justify-content: stretch;
}

nav #menu-main-menu-one li a {
    padding: 13px 20px 10px;
    border-right: 1px solid #94897E;
    display: block;
    cursor: pointer;
}

nav #menu-main-menu-one li a:hover {
    background-color: #A89133;
    color: #161616;
}

.menu-main-menu-one-container {
    display: flex;
    justify-content: stretch;
}

#branding {
    display: flex;
    align-items: center;
    padding-top: 8px;
}

#branding h1 a {
    color: #17322C;
    text-align: center;
    font-family: "Cirka";
    font-size: 2.25rem;
    font-style: normal;
    line-height: 90%;
    letter-spacing: .03rem;
    text-decoration: none;
    text-transform: uppercase;
}

/* .home #branding h1 a {
    color: var(--mutednature);
} */

#mobileNavigationButton {
    display: none;
    padding: 15px 15px;
    border-right: 1px solid #94897E;
}

#mobileNavigation {
    display: none;
}

/* .home #mnBars, .home #mnBars:after, .home #mnBars:before {
    background-color: #94897E;
} */

#mnBars:before {
    background-color: #17322C;
    height: 3px;
    width: 30px;
    border-radius: 30px;
    content: '';
    display: block;
    position: absolute;
    top: -7px;
}

#mnBars:after {
    background-color: #17322C;
    height: 3px;
    width: 30px;
    border-radius: 30px;
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
}

#mnBars {
    background-color: #17322C;
    height: 3px;
    width: 30px;
    margin: 10px 0;
    border-radius: 30px;
    position: relative;
}

#secondaryNavigation {
    display: flex;
    justify-content: stretch;
}

#secondaryNavigation ul {
    display: flex;
}

/* .home #secondaryNavigation ul li {
    color: #94897E;
} */

#secondaryNavigation ul li {
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    display: flex;
    justify-content: stretch;
}

#secondaryNavigation ul li a {
    padding: 0 15px;
}

/* .home #secondaryNavigation #navAccount svg path, .home #secondaryNavigation #navBasket svg path { 
    fill: #94897E;
} */

#secondaryNavigation #navAccount svg path, #secondaryNavigation #navBasket svg path { 
    fill: #17322C;
}

#secondaryNavigation #navAccount svg, #secondaryNavigation #navBasket svg {
    margin-right: 10px;
}

#secondaryNavigation ul li a, #secondaryNavigation ul li .nonClick{
    border-left: 1px solid #94897E;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

#secondaryNavigation ul li svg, #secondaryNavigation ul li span {
    vertical-align: middle;
}

#member-unsubscribe, #member-subscribe {
    background-color: #17322C;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: lowercase;
    letter-spacing: .03rem;
    padding: 3px 7px 2px;
    color: #EDE7E3;
}

#marketing-status {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

#member-unsubscribe:hover, #member-subscribe:hover {
    background-color: #161616;
}

.nonClick {
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}

.nonClick:hover, #secondaryNavigation ul li a:hover {
    background-color: #A89133;
    color: #161616;
}

.nonClick:hover svg path, #secondaryNavigation ul li a:hover svg path {
    fill: #161616 !important;
}

/* Search CSS */
/* Search Functionality CSS */

#search {
    position: fixed;
    top: 60px;
    left: 0;
    width: calc(100% - 60px);
    z-index: 999;
    background-color: rgb(246, 246, 246);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    margin: 30px;
    border-radius: 30px;
    border: 2px solid var(--brass);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#search form {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

#search form input[type="search"] {
    flex: 1;
    padding: 12px 12px 12px 0;
    font-family: proxima-nova, sans-serif;
    font-size: 2.5rem;
    border-bottom: 1px solid #94897E;
    background-color: #f6f6f6;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

#search form input[type="search"]:focus {
    outline: none;
    border-color: #A89133;
    width: 100%;
}

#search form input[type="submit"] {
    background-color: #A89133;
    color: #161616;
    border: none;
    padding: 12px 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#search form input[type="submit"]:hover {
    background-color: #94897E;
    color: #fff;
}

#search-results {
    max-width: 100%;
    margin: 0 auto;
}

.search-results-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.search-results-list li {
    margin-right: 10px;
}

.search-results-list li:last-child {
    margin-right: 0;
}

.search-results-list a {
    display: block;
    padding: 10px 15px;
    color: #161616;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.search-results-list a:hover {
    background-color: #EDE7E3;
}

.search-result-item {
    display: flex;
    align-items: center;
}

.search-result-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-color: #f0f0f0;
    overflow: hidden;
    flex-shrink: 0;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-info {
    flex: 1;
}

.search-result-info h4 {
    margin: 0 0 5px;
    font-size: 1rem;
}

.search-result-info .post-type {
    display: inline-block;
    font-size: 0.8rem;
    color: #94897E;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.search-close {
    text-align: right;
    margin-bottom: 10px;
}

.search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.search-clear-button:hover svg {
    background-color: #A89133;
    border-radius: 100%;
}

.search-clear-button:hover svg path {
    fill: #161616;
}

.search-clear-button svg {
    width: 20px;
    height: 20px;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.search-submit {
    display: none;
}

.inlineButtonStyle {
    padding: .8125rem 40px;
border: 2px solid var(--bronze);
color: var(--bronze);
border-radius: 40px;
text-decoration: none;
margin-top: 20px;
display: inline-block;
text-transform: uppercase;
font-size: .8125rem;
letter-spacing: .03rem;
font-weight: 600;
}

.inlineButtonStyle:hover {
    background-color: var(--bronze) !important;
    color: var(--milky) !important;
}



/* Home Page CSS */

.home {
    background-color: var(--renewnature);
}

.hc-details {
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 375px;
    margin-bottom: 3%;
}

.site-hero {
	display: block;
	border-bottom: 1px solid #94897E;
	background-color: #000;
	width: calc(100% - 40px);
	margin: 20px;
	height: 75svh;
	overflow: hidden;
	border-radius: 24px;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
}

.hero-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-right: 1px solid #94897E;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero-content img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    opacity: .7;
}

.hero-subtitle {
    color: #EDE7E3;
    font-family: proxima-nova, sans-serif;
    font-size: .8135rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    max-width: 90%;
    margin: 15px auto;
}

.hero-title {
    color: #EDE7E3;
    font-family: Cirka;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 3.2rem */
    padding: 15px;
    font-size: 1.875rem;
}

@media only screen and (min-width: 1024px) {
    .hero-title {
        font-size: 2.25rem;
    }
}

.hc-details p {
    color: var(--sand);
    margin-bottom: 20px;
}

.hero-content .hero-link {
    color: var(--bronze);
    padding: 0.8125rem 2rem;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    background-color: var(--renewnature);
}

.hero-content .hero-link:hover {
    background-color: #A89133;
    color: #000;
}

.hero-content .hero-slink {
    color: var(--milky);
    padding: 0.8125rem 2rem;
    border-radius: 30px;
	border: 2px solid var(--milky);
    display: inline-block;
    width: auto;
    background-color: var(--charcoal);
	margin-left: 15px;
}

.hero-content .hero-slink:hover {
    background-color: #A89133;
    color: #000;
}


/* Recommended product slider */


.featured-product-block {
    padding: 3.5rem 20px;
    background-color: var(--renewnature);
    max-width: 1440px;
    margin: 0 auto;
}

.featured-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.featured-header-viewall {
    text-align: center;
}

.featured-header-viewall a {
    border-radius: 2.125rem;
    border: 1px solid var(--wild);
    display: inline-block;
    padding: 0.5625rem 0.75rem;
    align-items: center;
    color: var(--sand);
    gap: 0.5rem;
    font-size: .875rem;
    letter-spacing: .04rem;
    text-transform: uppercase;
    background-color: var(--wild);
    padding: 20px 30px;
}

.featured-header-viewall a:hover {
    color: var(--wild);
    background-color: var(--brass);
}

.fp-product-image {
    line-height: 80%; 
    position: relative;
    width: 100%;
    padding-bottom: 105%;
}

.fp-product-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.fp-title {
    color: var(--bronze);
    text-align: center;
}

.fp-wrapper h3 {
    color: var(--bronze);
    font-family: 'proxima-nova', sans-serif;
    text-align: center;
    line-height: 125%;
}

.featured-products {
    display: flex;
    gap: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    width: 100%;
}

.js-scroll-to-reviews:hover {
    color: #333 !important; /* Or your theme's link hover color */
    text-decoration: underline;
}

.featured-product-wrapper {
    display: block;
    position: relative;
    justify-content: space-between;
    border-radius: 30px;
    background-color: var(--mutednature);
    padding: 20px;
    padding-bottom: 100px;
    text-align: left;
    transition: 0.3s ease;
}

.featured-product-wrapper:hover{
    border: 1px solid #A89133;
}

.fp-product-title h1 {
    color: var(--bloom);
    font-family: Cirka;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 90%; 
    text-transform: capitalize;
}

.fp-product-title {
    color: var(--mutednature);
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.product-rating-summary {
    text-align: left;
    align-items: center;
    margin: 5px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 5px;
    font-weight: 400 !important;
    transition: 0.3s ease;
}

.fp-product-title .product-rating-summary .rating-count span {
    color: #94897E !important;
}

.fp-button {
    border-radius: 6.3125rem;
    border: 1px solid var(--bloom);
    background: var(--renewnature);
    flex-shrink: 0;
    justify-content: space-between;
    padding: .6125rem .875rem;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    width: 100%;
}

.featured-product-wrapper:hover .fp-button{
    height: auto;
    opacity: 1;
    display: flex;
    transition: 0.3s ease;
    visibility: visible;
}

.fp-button:hover {
    background-color: #A89133;
    color: #161616;
    border-color: #000;
}

.fp-button:hover span {
    color: #161616;
}

.fp-details {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    height: 60px;
    overflow: hidden;
    transition: 0.3s ease;
}

.featured-product-wrapper:hover .fp-details {
    height: auto;
    transition: 0.3s ease;
}

.product-rating-summary .star svg {
    width: 18px;
    height: auto;
}

.product-rating-summary .star {
    margin-right: 1px;
}

.fp-product-title .product-rating-summary .star-full svg path {
    fill: var(--bloom);
}

.fp-product-title .product-rating-summary .star-half svg path {
    fill: var(--bloom);
    opacity: .5;
}

.product-rating-summary .prs-rating-number, .product-rating-summary .rating-count {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 3px;
    font-size: .8125rem;
    display: flex;
    gap: 5px;
}

.product-rating-summary .prs-rating-number {
    color: var(--bloom);
}

.product-rating-summary .rating-sep,
.result-social-proof .rating-sep {
    margin: 0 4px 0 2px;
    opacity: .45;
    font-weight: 400;
}

.fp-button .viewproduct, .fp-button .fp-price {
    color: var(--bloom);
    font-family: proxima-nova, sans-serif;
    font-size: .875rem;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.35rem */
    letter-spacing: 0.03rem;
}

/* Fix for Safari and other browsers */
.featured-products {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}






/* ////////////////////////////////////////////////////// feature product slider ai code //////// */
/* Enhanced Featured Products Slider Styles */
/* Enhanced Featured Products Slider Styles */
.featured-products-slider-wrapper {
    position: relative;
    padding: 0;
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
}

/* Individual product slide wrapper */
.product-slide {
    flex: 0 0 auto; /* Don't grow or shrink */
    padding: 10px;
    box-sizing: border-box;
    width: calc(100% / 3); /* Default width for 3 items view */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Pill arrow buttons — shared across all sliders (video carousel, featured
   products, testimonials). Arrow is always wild; the pill border is invisible
   until hover so nothing shifts. */
.ba-arrow-btn {
    padding: 6px 9px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 999px;
    background: none;
    cursor: pointer;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease;
}
.ba-arrow-btn svg { display: block; }
.ba-arrow-btn svg path { fill: var(--wild); }
.ba-arrow-btn:hover { border-color: var(--wild); }

/* Navigation Buttons */
.slider-prev-btn,
.slider-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-prev-btn {
    left: 0px;
}

.slider-next-btn {
    right: 0px;
}

/* Progress Bar Styling */
.slider-progress-bar {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: var(--charcoal);
    margin: 30px auto 0;
    max-width: 60%;
    overflow: hidden;
}

.slider-progress-track {
    position: absolute;
    height: 100%;
    background-color: var(--brass);
    transition: transform 0.5s ease, width 0.3s ease;
    width: 33.333%; /* Default width for 3 items view */
    left: 0;
}

/* Peek effect for the next item */
.featured-product-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .slider-prev-btn svg, 
    .slider-next-btn svg {
        width: 50px;
        height: 50px;
    }
    
}

@media (max-width: 992px) {
    .product-slide {
        width: 50%;
        padding: 10px;
    }
    
    .slider-progress-track {
        width: 50%; /* Match the items per view */
    }
    
    .slider-progress-bar {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .product-slide {
        width: 100%;
        padding: 10px;
    }
    
    .slider-progress-track {
        width: 100%; /* On mobile, one item fills the track */
    }
    
    .slider-prev-btn {
        left: 0px;
    }
    
    .slider-next-btn {
        right: 0px;
    }
    
    .slider-progress-bar {
        max-width: 100%;
    }
}


/* /////////////////////////////////////////////////////////////////////// END SLIDER //////////////// */












/* Sign in Page CSS */

.login-container, .registration-container {
    max-width: 800px;
    margin: 0 auto;
    border-left: 1px solid var(--mutednature);
    border-right: 1px solid var(--mutednature);
}

.login-content, .registration-content {
    padding: 0;
}

.login-header, .registration-header {
    text-align: center;
    color: #17322C;
    padding: 8rem 20px;
    border-bottom: 1px solid #94897E;
}

.login-header p, .registration-header p {
    font-family: "Cirka", Times, serif !important;
    font-size: 2.2rem ;
    line-height: 105%;
    text-rendering: geometricPrecision;
}

.login-header h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

#shopify-registration-form input, #forgot-password-form .form-group input, #shopify-login-form .form-group input, #gift-card-check-form .form-group input {
    width: 100%;
    border: unset;
    padding: 20px;
    border-bottom: 1px solid #94897E;
    background-color: unset;
    font-family: cirka, times, serif;
    font-size: 1.5rem;
    color: #161616;
    border-radius: 0;
}

#shopify-login-form .form-group:last-child input {
    border-bottom: 1px solid #94897E;
}

#shopify-login-form .form-group {
    border: none;
    margin: 0;
    padding: 0;
}

.form-group input:focus {
    outline: none;
    border-color: #A89133;
}

.sign-in-button, 
.submit-recovery, 
.cancel-recovery,
.create-account-button,
#check-balance-button {
    width: calc(100% - 40px);
    padding: 15px;
    background-color: #635B4C;
    color: #fff;
    border: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    margin: 20px;
}

.sign-in-button:hover,
.submit-recovery:hover,
.create-account-button:hover {
    background-color: #4d463a;
}

.cancel-recovery {
    background-color: var(--mutednature);
    color: #161616;
    margin-top: 10px;
}

.cancel-recovery:hover {
    background-color: #bdb5af;
}

.form-actions a {
    color: #94897E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-actions a:hover {
    color: #A89133;
    text-decoration: underline;
}

.login-error,
.recovery-message {
    margin-top: 20px;
    padding: 15px;
    color: #A65000;
    background-color: #EDE7E3;
    border: 2px solid #A65000;
    display: none;
    font-family: proxima-nova, sans-serif;
    text-align: center;
    border-radius: 5px;
    font-size: .9rem;
}

.recovery-message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.forgot-password-container {
    display: none;
}

.forgot-password-container h3 {
    font-family: "Cirka", Times, serif;
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 20px;
}

.forgot-password-container p {
    color: #94897E;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #94897E;
}

/* Registration Form Styles CSS */

.consent-selector {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.consent-selector a {
    color: #17322C;
    font-size: .9375rem;
    font-family: cirka, serif;
    font-weight: 600;
    text-rendering: geometric-precision;
}

.consent-selector a:hover {
    text-decoration: underline;
}

#shopify-registration-form .consent-selector input {
    width: auto;
}

.registration-header h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"]
.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #94897E;
    background-color: #EDE7E3;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    color: #161616;
    border-radius: 12px;
}

.form-group input:focus {
    outline: none;
    border-color: #A89133;
}

.password-requirements {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #94897E;
    font-family: 'proxima-nova';
    padding: 20px;
}

.form-group label {
    font-family: proxima-nova, sans-serif;
    font-size: 0.9rem;
    color: #161616;
    margin-left: 10px;
}

.form-actions {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 0.9rem;
    max-width: 355px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    align-items: center;
}

.form-actions a {
    color: #94897E;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.form-actions a:hover {
    color: #A89133;
    text-decoration: underline;
}

.registration-error, .notificationMessages {
    padding: 10px;
    color: #161616 !important;
    background-color: #A89133 !important;
    border: unset;
    border-radius: 12px;
    display: none;
    font-family: proxima-nova, sans-serif;
    font-size: .93em;
    line-height: 1.25rem;
    max-width: 400px;
    margin: 0 auto;
}

.login-success {
    margin-bottom: 20px;
    padding: 10px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}


/* Account pages CSS */


#accountSubMenu {
    position: absolute;
    background-color: #F5F5F5;
    width: 300px;
    top: calc(100% + 1px);
    right: 10px;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 55px;
    border: 1px solid #94897E;
    z-index: 300;
}

#asmList {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    border-top: 1px solid var(--mutednature);
}

#asmList li {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
}

#secondaryNavigation #asmList li a {
    color: #17322C;
    padding: 15px 20px;
    border: none;
    display: block;
}

#asmList li a:hover {
    background-color: var(--mutednature);
}

.asmSpacer {
    background-color: var(--mutednature);
    width: 100%;
    height: 1px;
}

#asmList button {
    background-color: unset;
    border: unset;
    padding: 15px 20px;
    color: #17322C;
    border-radius: 0;
    text-align: left;
}

#asmList button:hover {
    background-color: var(--mutednature);
}

#accountPageWrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--mutednature);
}

.my-account-container {
    text-align: center;
    margin-top: 4rem;
}

.my-account-container .account-header h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 1.2rem;
}

.my-account-container .account-header h3 span {
    font-family: "Cirka", serif;
    font-size: 7.625rem;
    text-transform: capitalize;
    margin-top: 12px;
    display: block;
}

.account-content {
    padding: 2rem 1.25rem 3rem;
}

.account-details, .account-addresses {
    padding: 0 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0 10px;
    border-collapse: separate;
    font-family: proxima-nova, sans-serif;
    table-layout: fixed;
}

.adCellLeft {
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 0.8rem */
    width: 150px;
    white-space: normal;
}

.account-details .edit-input {
    flex-grow: 1;
    padding: 3px;
    border-bottom: 1px solid #A89133;
    /* Add other input styling as needed */
    background-color: #f5f5f5;
}

.account-details td {
    padding: 3px;
}

.account-details .field-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between value/input and icons */
    position: relative;
}

.account-details .icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 1; /* Prevents extra space */
    flex-shrink: 0; /* Prevent icons shrinking */
}

button.edit-field-btn.icon-button:hover, button.save-field-btn.icon-button:hover {
    background-color: #A89133;
}

.account-details .icon-button svg {
    display: block; /* Removes potential bottom space */
    width: 20px;
    height: 20px;
}

.account-details .display-value {
    flex-grow: 1; /* Take up available space */
    word-break: break-all; /* Prevent long emails/phones breaking layout */
}

.account-details td.editable-field-cell {
    position: relative; /* Allows absolute positioning of error messages if needed */
}

.account-details .field-error-message {
    width: 100%;
    margin-top: 4px;
    color: #A65000;
    position: absolute;
    bottom: -20px;
}

.single-address {
    margin-bottom: 25px;
    font-size: 1em;
    line-height: 1.25em;
    border-bottom: 1px solid var(--mutednature);
    padding-bottom: 10px;
    color: #161616;
}

.default-badge {
    color: #17322C;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: proxima-nova, sans-serif;
    font-size: 0.725rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 0.875rem */
    padding: 0.25rem 0.625rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    background: var(--mutednature);
    margin: 3px 0 0 0;
    display: inline-block;
}

.make-default-address-button, .delete-address-button {
    cursor: pointer;
    padding: .15rem 0 .15rem;
    margin: 10px 15px 0 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #645;
}

.make-default-address-button:hover, .delete-address-button:hover {
    color: #886D01;
    background-color: #F5F5F5;
    border-bottom: 1px solid #886D01;
}

button.add-address-button {
    background: #17322C;
    border: none;
    padding: .5rem 1.25rem;
    color: #EDE7E3;
}

button.add-address-button:hover {
    background: #A89133;
    color: #161616;
}

#add-address-modal {
    position: absolute;
    max-width: 600px;
    left: calc(50% - 300px);
    top: 25%;
    border-radius: 30px;
    background-color: #F5F5F5;
    border: 1px solid var(--mutednature);
    box-sizing: border-box;
    padding: 40px 30px;
    width: 100%;
}

#add-address-form table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

#add-address-form tr td {
    width: 50%;
    text-align: right;
    font-family: 'proxima-nova';
    color: #17322C;
}

#add-address-form .form-input {
    width: 100%;
}

.button-primary {
    padding: .5rem .8rem;
    background-color: #17322C;
    color: #EDE7E3;
    border: 1px solid #17322C;
}

.button-primary:hover {
    background-color: #A89133;
    color: #161616;
    border-color: #161616;
}

.button-secondary {
    padding: .5rem .8rem;
    border: 1px solid #17322C;
    color: #17322C;
    margin-right: 20px;
}

.button-secondary:hover {
    background-color: #94897E;
    color: #161616;
}

#add-address-form table {
    margin-bottom: 20px;
}


/* My Orders Page */

/* Orders page styling */
.my-orders-container {
    max-width: 1000px;
    margin: 0 auto;
}

.orders-filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 4px;
    border-bottom: 1px solid var(--mutednature);
}

.date-range-fields {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.date-field {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-button {
    padding: 8px 15px;
    border: 1px solid #17322C;
    color: #17322C;
    border-radius: 20px;
    cursor: pointer;
}

.filter-button:hover {
    background-color: #17322C;
    color: #EDE7E3;
}

.single-order {
    margin-bottom: 40px;
    padding: 20px;
    border-bottom: 1px solid var(--mutednature);
    border-radius: 4px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.order-header {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: start;
    width: 225px;
}

.order-header h4, .order-header .order-date, .order-header .status-badge, .order-header .tracking-info, .order-header .order-total span {
    font-size: .875rem;
    font-family: 'proxima-nova', sans-serif;
    text-align: left;
    display: block;
    padding: 0 0 7px 0;
    background-color: unset;
    color: #161616;

}

.order-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    text-transform: capitalize;
}

.order-header .status-fulfilled, .status-shipped {
    color: #A65000;
}

.order-header .tracking-info {
    padding-bottom: 20px;
}

.order-total h3 {
    font-size: 2rem;
}

.status-unfulfilled, .status-pending {
    background: #fef7e0;
    color: #b06000;
}

.line-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.line-item {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    background-color: var(--mutednature);
    border-radius: 15px;
    min-width: 160px;
}

.item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.order-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.no-image {
    width: 100%;
    height: 80px;
    background: #f0f0f0;
    border-radius: 4px;
}

.item-title {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1px;
    font-family: "Cirka";
    color: #17322C;
}

.item-variant, .item-price {
    margin-bottom: 5px;
    font-family: 'proxima-nova', sans-serif;
    color: #17322C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 0.73125rem */
}

.item-price {
    margin-bottom: 0;
}

.readd-to-cart-btn {
    padding: .25rem .5rem;
    text-transform: uppercase;
    background: #17322C;
    color: #EDE7E3;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.875em;
    white-space: nowrap;
    letter-spacing: .03rem;
}

.load-more-orders {
    text-align: center;
    margin: 30px 0;
}

.load-more-button {
    display: inline-block;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.date-field label, .date-field input {
    font-family: 'proxima-nova';
}

.date-field input {
    border-radius: 20px;
    background-color: unset;
    border: 1px solid #94897E;
    padding: .25rem .875rem;
}

/* ///////////////////////////////   shop page css */

.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: calc(100% - 40px);
    margin: 20px auto;
    max-width: 1400px;
}

.product-wrapper {
    position: relative;
    transition: all .3s ease;
    flex: 0 0 33%;
    width: 100%;
    border-radius: 40px;
    border: 1px solid var(--mutednature);
    padding: 20px;
    overflow: hidden;
    padding-bottom: 150px;
    z-index: 3;
    aspect-ratio: 4 / 5;
}

.product-wrapper:hover {
    border: 1px solid #161616;
}

.product-details {
    text-align: center;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    z-index: 4;
}

.product-tag {
    border-radius: 1.875rem;
    border: 1px solid #A89133;
    background: #161616;
    display: inline-flex;
    padding: 0.625rem 0.825rem 0.5rem;
    justify-content: center;
    align-items: center;
    color: #A89133;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
}

.product-title-wrapper {
    position: relative;
    margin: 1em 0;
}

.product-title {
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.product-title h2 {
    color: #17322C;
    text-align: center;
    font-family: "Cirka";
    font-size: 1.3125rem;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 100%;
    max-width: 85%;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 150px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-to-cart-button {
    border-radius: 6.02206rem;
    border: 1px solid var(--bloom);
    display: flex;
    background: #F6F6F6;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    color: #161616;
    z-index: 100;
}

.add-to-cart-button:hover {
    background-color: #B49C3A;
    border-color: #161616;
}

.add-to-cart-button.sold-out {
    background-color: var(--mutednature) !important;
    color: var(--bronze) !important;
    opacity: .6;
}

.add-to-cart-button.sold-out:hover {
    border: 1px solid var(--mutednature);
}

.add-to-cart-button.price-soldout {
    font-weight: 600;
}

/* CSS to support hover image effect */




.add.to.cart.button {
    position: relative;
    z-index: 2;
}

/* Dropdown filter styling */
.product-filter {
    margin: 20px auto;
    max-width: 1000%;
}


.essence-filter {
    position: relative;
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #DEDBD9;
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
    color: #94897E;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: proxima-nova, sans-serif;
    text-align: center;
}

.dropdown-selected span {
    display: block;
}

.dropdown-selected:hover {
    border-color: #ADA49B;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.custom-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: var(--renewnature);
    border: 1px solid #DEDBD9;
    border-radius: 10px;
    z-index: 100;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.custom-dropdown.open .dropdown-options {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.dropdown-option {
    display: block;
    padding: 12px 20px;
    color: #94897E;
    text-decoration: none;
    transition: background 0.2s ease;
}

.dropdown-option:hover, 
.dropdown-option.active {
    background: var(--mutednature);
}

.dropdown-option.active {
    font-weight: 500;
}
.product-title svg {
    cursor: pointer;
    margin-left: 8px;
    position: relative;
    z-index: 1;
}

.tooltip-container {
    position: absolute;
    bottom: 35px;
    right: -93px;
    width: 200px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.tooltip-content {
    background-color: #F9F8F7;
    border: 1px solid #DEDBD9;
    color: #94897E;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tooltip-content::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #F9F8F7 transparent transparent transparent;
}

span.toolTip {
    display: none;
}

.product-title svg:hover + .tooltip-container,
.tooltip-container:hover {
    opacity: 1;
    visibility: visible;
}

#shop-header {
    max-width: 600px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 4rem auto;
}

.black-altar-symbol {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.black-altar-symbol svg {
    max-width: 120px;
    height: auto;
}

.black-altar-symbol svg path {
    fill: var(--brass);
}

.page-description {
    display: flex;
    gap: 20px;
}

.page-description p a {
    color: var(--wild);
    border-color: var(--wild);
    border: 1px solid var(--wild);
    padding: 0.25rem 0.625rem;
    border-radius: 6.25rem;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    margin-top: 6px;
    display: inline-block;
}

.page-description p a:hover {
    background-color: var(--brass);
    color: var(--charcoal);
}

.pd-left {
    flex: 0 0 40%;
}

.pd-right {
    flex: 0 0 60%;
}

.pd-left h1 {
    font-size: 2.25rem;
    color: var(--bloom);
    line-height: 100%;
    margin: 0 0 10px;
}

.pd-left h2 {
    font-family: proxima-nova, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    color: #94897E;
    letter-spacing: 0;
}

.pd-right p {
    color: var(--bloom);
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 10px;
}

.shop-card-review .product-rating-summary {
    justify-content: center;
}

.single-product-details h2.productTagline{
    font-size: 1.25rem;
    line-height: 125%;
    font-family: "Cirka", serif;
    color: var(--wild)
}


/* ///// Page Layout CSS */

#page-title {
    width: 100%;
    font-family: "Cirka", times, sans-serif;
    text-align: left;
    line-height: 80%;
}

#page-header {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 8rem 20px;
}

#page-header p {
    max-width: 600px;
}

section.image-title-overlay {
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    height: calc(75vh);
    display: flex;
    justify-content: center;
}

.image-title-overlay img {
    object-fit: cover;
    object-position: center;
}

.image-title-overlay h2 {
    font-family: "Cirka", sans-serif;
    width: 100%;
    text-align: center;
    line-height: 95%;
    display: flex;
    align-items: end;
}

.full-width-image {
    width: calc(100% - 40px);
}

.full-width-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.half-images {
    display: flex;
    gap: 1.25rem;
    width: 100%;
    justify-content: stretch;
}

.half-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.half-image img {
    width: 100%;
    height: auto;
}

.half-image-title-half-body-copy {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 20px;
    gap: 60px;
    border-top: 1px solid var(--mutednature);
    border-bottom: 1px solid var(--mutednature);
}

.hithbc-image {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
    border-radius:20px;
}

.half-image-title-half-body-copy img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hithbc-text {
    width: 100%;
    text-align: center;
}

.hithbc-text-wrapper {
    padding: 4.5rem 45px;
    width: 100%;
}

.hithbc-text-wrapper p {
    max-width: 500px;
    color: var(--wild);
    text-align: left;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-align: center;
}

.hithbc-title {
    color: var(--wild);
    margin: 0;
}

.hithbc-body {
    width: 100%;
}

.hithbc-button {
    border-radius: 2.125rem;
    border: 1px solid var(--bronze);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.125rem;
    color: var(--renewnature);
    font-family: var(--font-sans);
    font-size: 0.875rem;
    letter-spacing: 0.03rem;
    background-color: var(--wild);
}

.hithbc-button:hover {
    background: none;
    color: var(--wild);
}

/* Multi-Detail Block — alternating text/image rows */
.multi-detail-block {
    width: 100%;
}

.mdb-row {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 20px;
    gap: 60px;
    border-top: 1px solid var(--mutednature);
}

.mdb-row:last-child {
    border-bottom: 1px solid var(--mutednature);
}

.mdb-row--odd {
    flex-direction: row;
}

.mdb-row--even {
    flex-direction: row-reverse;
}

.mdb-row .hithbc-image {
    flex: 0 0 45%;
    aspect-ratio: 1 / 1;
    min-height: unset;
}

.mdb-row .hithbc-image img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.mdb-number {
    display: block;
    font-family: var(--font-sans);
    font-size: 12rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--wild);
    margin-bottom: 0.5rem;
}

.featured-product-block--sets .fp-details {
    height: 115px;
}

.featured-product-block--sets .featured-product-wrapper {
    text-align: center;
}

.featured-product-block--sets .fp-product-title h1 {
    text-align: center;
}

.featured-product-block--sets .fp-button {
    justify-content: space-between;
}

.featured-product-block--sets .featured-product-wrapper:hover .fp-details {
    height: auto;
}

.shop-card-review--set .product-rating-summary {
    margin: 0 0 10px 0;
}

.shop-card-review--set .product-rating-summary .star-full svg path {
    fill: var(--bloom);
}

.shop-card-review--set .product-rating-summary .star-half svg path {
    fill: var(--bloom);
    opacity: 0.5;
}

.shop-card-review--set .product-rating-summary .prs-rating-number,
.shop-card-review--set .product-rating-summary .rating-count,
.shop-card-review--set .product-rating-summary .rating-count span {
    color: var(--bloom);
}

.fp-set-tagline {
    margin: 0;
    color: var(--bloom);
    font-family: var(--font-sans);
    font-size: 0.875rem;
    line-height: 1.3;
}



.review-product-tag {
    display: inline-block;
    padding: 0;
    margin: 0 0 5px;
    background: var(--mutednature);
    color: var(--bronze);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
}

.donation-block {
    padding: 7.5rem 20px;
    text-align: center;
    color: var(--wild);
    background-image: url('./assets/images/tree-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 1px solid var(--mutednature);
    border-bottom: 1px solid var(--mutednature);
}

.donation-block__inner {
    max-width: 500px;
    margin: 0 auto;
}

.donation-block__title {
    margin-bottom: 1rem;
}

.donation-block__intro {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.5;
}

.donation-block-bars-donated {
    font-family: var(--font-sans);
    font-size: 25rem;
    font-weight: 400;
    display: block;
    line-height: 90% !important;
    margin-top: -1.2rem;
}

@media (max-width: 768px) {
    .donation-block-bars-donated {
        font-size: 75svw;
    }
}

.donation-block__content {

}

.center-title-body-button {
    padding: 3.5rem 20px;
}

.center-title-body-button__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.center-title-body-button__title {
    margin: 0;
}

.center-title-body-button__body {
    max-width: 640px;
}

.center-title-body-button__link {
    border-radius: 2.125rem;
    border: 1px solid currentColor;
    display: inline-flex;
    padding: 0.75rem 1.125rem;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.single-bar-slider {
    padding: 3.5rem 0;
    overflow: hidden;
    position: relative;
}

.sbs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.sbs-arrow--prev {
    left: 18px;
}

.sbs-arrow--next {
    right: 18px;
}

.single-bar-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.single-bar-slider__track {
    display: flex;
    width: max-content;
    animation: ritual-single-bar-marquee 36s linear infinite;
}

.single-bar-slider__segment {
    display: flex;
    flex-shrink: 0;
}

.single-bar-slider__item {
    flex: 0 0 16.6667vw;
    max-width: 16.6667vw;
    padding: 0 12px;
    transform-origin: center center;
    will-change: transform, opacity;
    opacity: 0.55;
}

.single-bar-slider__item img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes ritual-single-bar-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-33.3333%, 0, 0);
    }
}

.three-column-title-body-image {
    padding: 3.5rem 20px;
}

.three-column-title-body-image__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 250px));
    justify-content: center;
    gap: 60px 120px;
}

.three-column-title-body-image__column {
    width: 100%;
}

.three-column-title-body-image__image {
    margin-bottom: 1rem;
}

.three-column-title-body-image__image img {
    display: block;
    width: 100%;
    height: auto;
}

.three-column-title-body-image__title {
    margin: 0 0 0.75rem;
}

.button-row-block {
    padding: 0 20px;
}

.button-row-block__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.button-row-block__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #161615;
    border: 1px solid #161615 !important;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #F5F5F5 !important;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button-row-block__button:hover,
.button-row-block__button:focus {
    background-color: #A89133;
    border-color: #A89133 !important;
    color: #17322C !important;
}

@media (max-width: 1440px) {
    .single-bar-slider__item {
        flex-basis: 25vw;
        max-width: 25vw;
    }

    .three-column-title-body-image__grid {
        grid-template-columns: repeat(2, minmax(0, 250px));
        gap: 50px 80px;
    }
}

.large-title {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.large-title svg{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.large-title h1 {
    text-align: center;
    padding: 0 20px;
}

.body-copy {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.body-copy p {
    max-width: 600px;
    color: var(--wild);
    text-align: left;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-align: center;
    margin: 20px auto;
}

.quote {
    width: 100%;
    padding: 1.875rem 20px;
    text-align: center;
}

blockquote {
    text-align: center;
    font-family: "Cirka", times, sans-serif;
    text-rendering: geometricPrecision;
}

cite {
    text-align: center;
    font-style: italic;
    font-family: 'proxima-nova', sans-serif;
    opacity: .8;
}

/* // instagram slider css */
.instagram-slider-container {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.instagram-slider {
    display: flex;
    width: max-content;
    animation: scroll 60s linear infinite;
    padding: 0;
    margin: 0;
}

.instagram-slider:hover {
    animation-play-state: paused;
}

.instagram-item {
    width: 400px;
    height: 400px;
    margin: 0 10px;
    flex-shrink: 0;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

span.customer-greeting {
    font-family: 'proxima-nova', sans-serif;
    color: #17322C;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.instagram-block {
    width: 100%;
    padding: 1.25rem 0;
}

.instagram-block h2  {
    font-size: 1.25rem;
    font-family: 'proxima-nova', sans-serif;
    padding: 1.25rem;
}

#instagram-feed-hidden {
    display: none !important;
}

/* end instagram */

.rpb-title {
    padding: 0;
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}

.recommended-blog-block-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.recommended-products {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.rp-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    color: #A89133;
    max-width: 335px;
    padding: 20px;
}

.rpb-product-title {
    font-size: 1.25rem;
    color: #17322C;
    text-align: center;
}

.rpb-product-rating .product-rating-summary {
    justify-content: center;
    color: #17322C;
}

.rpb-button {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    width: 295px;
    margin: 10px auto 0;
    background-color: var(--mutednature);
    border-radius: 20px;
    border: 1px solid #94897E;
    color: #17322C;
}

.rpb-img-wrapper {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.rpb-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rpb-button h1 {
    padding-top: 5px;
    font-family: "Cirka", sans-serif;
    font-size: 1.25rem;
}

.rpb-button svg path {
    fill: #17322C;
}

.rp-wrapper:hover {
    background-color: #E2D3D6;
}

.rp-wrapper:hover .rpb-button {
    background-color: #E2D3D6;
}

.half-title-body {
    width: 100%;
    padding: 20px;
}

.half-title-body .text {
    display: flex;
    max-width: 900px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
}

.half-title-body h2 {
    text-align: right;
    font-size: 4rem;
}

.half-title-body .body {
    max-width: 400px;
    width: 100%;
    margin-top: 10px;
}

.title-and-hero-links {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.title-and-hero-links h3 {
    max-width: 1000px;
    margin: 1.25rem auto 6rem;
}

.hero-links {
    display: flex;
    gap: 1.25rem;
    width: 100%;
}

.hero-link {
    width: 100%;
}

.hero-link h2 {
    text-align: center;
    font-family: "Cirka";
    font-style: normal;
    font-weight: 400;
    margin-bottom: .6125rem;
    line-height: 90%;
}

.hll-button {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
    border-radius: 2.5rem;
}

.hero-link-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    align-items: center;
    width: calc(100% - 40px);
    background-color: #161616;
    color: #94897E;
    border: 1px solid #94897E;
    border-radius: 30px;
    padding: 7px 7px 7px 20px;
}

.hero-link-button h2 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .03rem;
    font-weight: 500;
}

.hero-link-button svg path {
    fill: #94897E;
}

.hll-button:hover {
    border-color: #A89133;
}

.hll-button:hover .hero-link-button {
    background-color: #A89133;
    border-color: #161616;
}

.hll-button:hover .hero-link-button h2 {
    color: #161616;
}

.hll-button:hover .hero-link-button svg path {
    fill: #161616;
}

.heroTitleWrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #94897E;
    border-top: 1px solid #94897E;
    background-color: black;
}

.title-hero-image {
    width: 60%;
}

.title-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.title-hero-text {
    width: 40%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 30px;
    position: relative;
    border-right: 1px solid #94897E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-text-bottom {
    display: flex;
    flex-direction: column;
    color: #94897E;
}

.title-hero-text h1 {
    line-height: 95%;
    padding-right: 20px;
    color: var(--mutednature);
}

.title-hero-text p {
    max-width: 80%;
}

.hero-section-button {
    padding: .6125rem 1.2rem;
    border: 2px solid #A89133;
    color: #A89133;
    display: inline-block;
    border-radius: 20px;
    margin-top: 15px;
}

.hero-section-button:hover {
    background-color: #A89133;
    border-color: #161616 !important;
    color: #161616 !important;
}

.recommended-blogs {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 10px;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.recommended-post-wrapper {
    max-width: 300px;
    width: 100%;
}

.feature-post-img {
    display: block;
    width: 300px;
    height: 300px;
    position: relative;
}



.feature-post-img:hover {
    color: #161616;
    border: 3px solid #94897E;
}

.feature-post-title {
    width: 100%;
    max-width: 300px;
}

.feature-post-title a {
    font-family: "Cirka", sans-serif;
    font-size: 1.8rem;
    display: block;
    line-height: 95%;
    margin-top: 15px;
    max-width: 290px;
    color: #17322C;
}

.feature-post-title a:hover {
    color: #161616;
}

.feature-post-img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
}

.feature-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
}




/* /////////////////////// Single Soap page //// */



#single-product {
    display: flex;
    border-bottom: 1px solid var(--mutednature);
}

.single-product-details {
    max-width: 30%;
    padding: 20px;
    width: 100%;
    border-left: 1px solid var(--mutednature);
}

.single-product-details h2 {
    font-size: .9375rem;
    margin-bottom: 9px;
}

.single-product-details h1 {
    color: #17322C;
    font-family: "Cirka";
    font-style: normal;
	font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%; /* 2.5rem */
    margin-bottom: 0px;
}

.single-product-details .product-rating-summary .star {
    margin: 0 3px 0 0 ;
}

.star-half {
    opacity: .5;
}

.product-price {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.product-price .sale {
    font-size: 1.875rem;
}

.product-price .compare-price {
    font-size: 1.275rem;
    color: #94897E;
    position: relative;
}

.product-price .compare-price:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #94897E;
    width: 100%;
    left: 0;
    top: 10px;
    font-family: proxima-nova, sans-serif;
}

.product-price .price {
    color: #17322C;
    font-family: "Cirka";
    height: 0.7em;
    display: block;
}

.sp-price-variant{
    display: flex;
    margin: 0;
    gap: 5px;
    align-items: center;
}

.option-compare {
  text-decoration: line-through;
  margin-left: .4rem;
  opacity: .75;
  white-space: nowrap;
}

.variant-reviews {
    display: flex;
    gap: 15px;
    align-items: center;
}

.price-unit-indicator {
    font-family: proxima-nova, sans-serif;
    color: #17322C;
}

#subSaver {
    margin: 15px 0 20px;
    max-width: 400px;
}

.subscription-option .subscription-details { 
    display: none; 
}

.subscription-option.selected-pricing-option .subscription-details { 
    display: block; 
}

.purchase-type-selector {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.purchase-option {
    border: 1px solid var(--sand);
    padding: 9px;
    border-radius: 12px;
    width: 100%;
    font-family: 'proxima-nova', sans-serif;
    font-size: .9325rem;
    color: var(--bronze);
}

.option-label {
    display: inline-flex;
    width: calc(100% - 30px);
    justify-content: space-between;
}

.selected-pricing-option {
    background-color: var(--mutednature) !important;
}

.subscription-benefits {
    margin-left: 15px;
    padding-left: 10px;
}

.option-price {
    font-size: 1.125rem;
    color: var(--bronze);
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
}

.subscription-benefits ul li {
    margin-top: 6px;
    font-size: .8375rem;
}

.delivery-frequency {
    margin: 6px 25px;
}

#selling-plan-select {
    display: none;
}

.product-variant-display h3 {
    font-family: 'proxima-nova', sans-serif;
    color: #17322C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.custom-select-container {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.custom-select-selected {
    background-color: #F5F5F5;
    border: 1px solid #17322C;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    font-family: 'proxima-nova';
    font-size: .875rem;
    gap: 10px;
    color: #17322C;
}

/* Custom drop down for subscriptions */

.sr-only {
  position:absolute !important; 
  width:1px; 
  height:1px; 
  padding:0; 
  margin:-1px;
  overflow:hidden; 
  clip:rect(0,0,0,0); 
  white-space:nowrap; 
  border:0;
}

.plan-select { 
    position:relative; 
    width:100%; 
}

.plan-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 9px;
    border-bottom: 1px solid var(--taupe);
    border-radius: 0;
    font-family: 'proxima-nova', sans-serif;
    width: calc(111px + 30px);
    background-color: var(--renewnature);
}

.plan-trigger:focus { 
    outline:1px solid var(--sand); 
    outline-offset:1px; 
}

.plan-list {
  position:absolute; 
  left:0; 
  top:calc(100% + 6px);
  max-height:240px; 
  overflow:auto; 
  background: var(--brightgrey); 
  border:1px solid #DDD; 
  border-radius:6px;
  box-shadow:0 8px 24px rgba(0,0,0,.12); 
  list-style:none; 
  margin:0; 
  padding:6px; 
  display:none;
  z-index: 9999;
}

.plan-select.open .plan-list { 
    display:block; 
}

.plan-option { 
    padding:10px 12px; 
    border-radius:3px; 
    cursor:pointer; 
}

.plan-option:hover { 
    background:#F5F3F1; 
}

.plan-option.is-selected { 
    background: var(--sand); 
}


/* Style the arrow inside the select element */
.custom-select-selected:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #17322C;
  transition: transform 0.3s ease;
}

/* Point the arrow upwards when the select box is open */
.custom-select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}

/* Style the items (options) */
.custom-select-items {
    position: absolute;
    background-color: #F6F6F6;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 300;
    border: 1px solid #17322C;
    border-radius: 12px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-select-items div {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'proxima-nova', sans-serif;
    font-size: .875rem;
    color: #17322C;
}

.custom-select-items div:last-child {
  border-bottom: none;
}

.custom-select-items div:hover {
  background-color: #f8f5f2;
}

.custom-select-items div.selected {
  background-color: #f0ebe8;
}

.custom-select-items div.sold-out {
  color: #999;
  cursor: not-allowed;
  position: relative;
}

.custom-select-items div.sold-out:hover {
  background-color: #fafafa;
}

.custom-select-items div.sold-out:after {
  content: '(Sold Out)';
  margin-left: 8px;
  font-size: 0.9em;
  font-style: italic;
}

/* Hide the items when the select box is closed */
.select-hide {
  display: none;
}

.custom-select-selected:focus {
  outline: none;
  border-color: #95908b;
  box-shadow: 0 0 0 2px rgba(205, 197, 191, 0.25);
}

select:focus-visible, select:focus, select:active, select:focus-within {
    border: none;
    outline: none;
}

span.stock-level {
    left: 0;
    font-family: 'proxima-nova';
    color: #A65000;
}

.product-rating-summary.empty {
    font-family: 'proxima-nova';
    font-size: .875rem;
    margin-top: 10px;
    color: var(--wild);
}

.single-product-details p {
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 140%; /* 1.1375rem */
    margin-bottom: 8px;
    font-weight: 500;
    text-rendering: geometricPrecision;
}

.single-product-details p a {
    text-decoration: underline;
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 140%; /* 1.1375rem */
    margin-bottom: 8px;
    font-weight: 500;
    text-rendering: geometricPrecision;
}

.single-product-details p a:visited {
    color: #17322C;
}

.single-product-details p a:hover {
    color: #333001;
}

.sp-content-wrapper {
    margin: 10px 0 20px;
}

#product-actions, #mobile-product-actions {
    display: flex;
    gap: 12px;
    align-items: start;
    margin: 30px 0;
    position: relative;
    flex-wrap: wrap;
}

#mobile-product-actions {
    display: none !important;
}

.quantity-selector {
    display: flex;
    border: 1px solid var(--mutednature);
    padding: 7px;
    gap: 7px;
    border-radius: 20px;
}

.single-product-details .quantity-decrease, .single-product-details .quantity-increase {
    width: 24px;
    height: 24px;
}

.single-product-details .quantity-selector input {
    background-color: unset;
    border: none;
    line-height: 80%;
    height: 24px;
    font-size: 1.2rem;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    padding: 0;
}

.single-product-details #product-actions .add-to-cart-button, .single-product-details #mobile-product-actions .add-to-cart-button {
    background-color: var(--wild);
    color: #EDE7E3;
    width: calc(100% - 130px);
    max-width: 350px;
    padding: 1.5rem;
    font-family: proxima-nova, sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: capitalize;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.single-product-details #product-actions .add-to-cart-button:hover, .single-product-details #mobile-product-actions .add-to-cart-button:hover {
    background-color: var(--brass);
    color: var(--wild);
}

.single-product-details #product-actions .add-to-cart-button.sold-out:hover, .single-product-details #mobile-product-actions .add-to-cart-button.sold-out:hover {
    background-color: var(--mutednature);
    color: var(--bronze);
}

.subscribe-soon {
    border-radius: 0.9375rem;
    border: 1px solid var(--mutednature);
    background: #F6F6F6;
    display: inline-flex;
    padding: 0.9375rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.subscribe-soon ul li {
    color: #17322C;
    margin-bottom: 2px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; 
    font-family: 'proxima-nova', sans-serif;
    list-style: none;
    position: relative;
}

.subscribe-soon ul {
    padding-left: 12px;
}

.subscribe-soon li:before {
  content: "○"; /* Unicode bullet character */
  position: absolute;
  left: -12px; 
}

.subscribe-soon ul li::marker {
    margin-left: 10px;
}

.subscribe-soon p {
    color: #17322C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; 
}

.sp-specs-accordian {
    border-top: 1px solid var(--mutednature);
    margin-bottom: 20px;
}

.sp-spec-row {
    border-bottom: 1px solid var(--mutednature);
}

.sp-spec-row h2 {
    padding: 20px 20px 20px 0;
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.product-perks {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    margin: 30px 0;
    padding:0;
}

.perk-item {
    /* width: ; */
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
}

.perk-item h3 {
    text-wrap: nowrap;
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 0.61875rem */
}

.perk-item img {
    height: 40px;
    width: auto;
}


/* Product gallery styles */
.single-product-gallery {
    overflow: hidden;
    max-width: 70%;
    width: 100%;
    background-color: var(--mutednature);
    height: calc(100vh - 42px);
    position: sticky;
    top: 42px;
}

.product-main-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.main-image-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.main-image-slide.active {
    opacity: 1;
    display: block;
    object-position: center;
    object-fit: cover;
}

.main-image-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.thumbnail {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.thumbnail.active {
    border-color: #A89133; /* Match your theme's accent color */
    opacity: 1;
}

.thumbnail:hover {
    opacity: 0.9;
}

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

.gallery-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.gallery-nav button {
    background-color: #17322C;
    color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s ease;
    padding: 2px;
}

.gallery-nav button svg {
    width: 100%;
    height: auto;
}

.gallery-nav button:hover {
    background: rgba(0, 0, 0, 0.7);
}

.prev-slide {
    margin-left: 10px;
}

.next-slide {
    margin-right: 10px;
}


.restock-notification {
    background-color: var(--mutednature);
    color: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    flex-basis: 100%;
    border: 1px solid #A89133;
    max-width: 400px;
}

.restock-notification p {
    color: var(--bronze);
}

.restock-form-fields{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: var(--renewnature) !important;
}

button#restock-submit {
    padding: .6125rem .875rem;
    border: 1px solid #A89133;
    color: #A89133;
}

button#restock-submit:hover {
    background-color: var(--charcoal);
}



/* OLD ///////////////////////////////////////////////////////////////////////////////// Post page */

/*#posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
}

#posts-container article {
    padding: 20px;
    border: 1px solid #94897E;
    border-radius: 20px;
    background: #f6f6f6;
}

.grimoire-post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
}

#posts-container h2 a {
    color: #17322C;
    font-size: 1.75rem;
    line-height: 115%;
    display: block;
    font-family: "Cirka";
}

.grimoire-header {
    display: flex;
    max-width: 980px;
    margin: 4rem auto 0;
    gap: 20px;
    padding: 20px;
}

.grimoire-page-title {
    max-width: 50%;
}

.grimoire-page-body {
    max-width: 50%;
}

#posts-container h2 {
    margin-bottom: 0px;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-tags h2 {
    background-color: var(--mutednature);
    color: #17322C;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase;
    font-size: .6125rem;
    text-rendering: optimizeSpeed;
    font-weight: 500;
}

.entry-content p {
    letter-spacing: .01rem;
    color: #17322C;
}

article a:hover img {

}*/
/* OLD ///////////////////////////////////////////////////////////////////////////////// Post page */

/* Grimoire Blog */

#grimoire {
    max-width: 1660px;
    margin: 0 auto;
    padding: 60px 20px;
}

#grimoireHeader, #codexHeader {
    max-width: 650px;
    margin: 0 auto 60px;
    text-align: center;
}

#grimoireHeader h1, #codexHeader H1 {
    color: var(--Bronze, #17322C);
    text-align: center;
    font-family: Cirka;
    text-transform: capitalize;
    font-size: 5rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .03rem;
}

#grimoireHeader p, #codexHeader p {
    color: var(--Bronze, #17322C);
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 1.2rem;
}

#theGrimoireContent, #theCodexContent {
    display: flex;
    gap: 30px;
}

.grimoire-posts-grid {
    max-width: calc(100% / 7 * 5);
    width: 100%;
}

.grimoire-posts-grid #grimoire-posts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
}

.grimoire-post-item {
    text-align: center;
}

.grimoire-post-item:first-child {
    grid-column: 1 / -1;
}

.grimoire-post-item img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;       /* enforce 1200:675 regardless of uploaded ratio */
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    display: block;
}

.grimoire-post-item img:hover {
    border: 10px solid #A89133;
}

.grimoire-post-author, .related-post-author {
    color: #62574D;
    font-family: "Cirka", serif;
    font-size: 0.8175rem;
    font-style: normal;
    font-weight: 500;
    padding: 15px;
}

.grimoire-post-title, .related-post-title {
    margin-bottom: 10px;
}

.grimoire-post-title a, .related-post-title a {
    color: #161616;
    text-align: center;
    font-family: "Cirka", serif;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.grimoire-post-excerpt, .related-post-excerpt {
    color: #62574D;
    font-size: .875rem;
    max-width: 355px;
    margin: 0 auto;
}

.grimoire-post-title a:hover {
    border-bottom: 1px solid #17322C;
}

.grimoire-post-content {
    max-width: 600px;
    margin: 0 auto;
}

.more-link:hover {
    text-decoration: underline;
}

#secondary {
    max-width: calc(100% / 7 * 2);
    width: 100%;
    position: sticky;
    top: 0;
}

.sidebar-blog-search-widget {
    padding: 20px 0;
    position: relative;
}

#sidebar-blog-search-form input {
    width: 100%;
    border: none;
    border: 1px solid var(--mutednature);
    border-radius: 30px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: .9375rem;
    font-family: proxima-nova, sans-serif;
}

#sidebar-blog-search-results {
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--mutednature);
    border-radius: 12px;
    background-color: #F6F6F6;
    color: #161616;
    position: absolute;
    top: calc(100% - 20px);
}

h1#grimoireTagTitle {
    font-size: 4rem;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* Codex Page Styles */


#codex {
    max-width: 1200px;
    margin: 60px auto;
}

#codexHeader {
    padding: 0 20px;
}

.codex-list {
    display: flex;
    width: 100%;
    gap: 30px;
    align-items: self-start;
    flex-wrap: wrap;
    justify-content: center;
}

.codex-item {
    max-width: 335px;
    min-width: 335px;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #333001;
    border-top: 30px solid #333001;
    box-sizing: border-box;
    position: relative;
}

.codex-item-header {
    border-bottom: 1px solid ;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.codex-item-thumb {
    width: 50px;
    height: 50px;
    padding: 15px 13px;
    border-right: 1px solid #94897E;
}

.codex-item-thumb img {
    width: 100%;
    display: block;
    max-width: 24px;
    max-height: 36px;
    height: auto;
    height: auto;
}

.codex-item-title {
    font-size: 1.25rem;
    padding-top: 5px;
    color: #17322C;
}

.codex-item-type {
    font-family: "proxima-nova", sans-serif;
    color: #E2D3D6;
    font-size: .8125rem;
    position: absolute;
    top: -22px;
    z-index: 200;
    left: 15px;
}

.codex-section {
    padding: 15px;
    border-bottom: 1px solid #94897E;
}

.codex-section-body {
    color: #EDE7E3;
}

.codex-related-list {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.codex-related-item {
	max-width: 50%;
	flex: 1 1 50%;
	padding: 15px;
	text-align: center;
	transition: background .2s ease;
}

.codex-related-item:hover {
	background: var(--mutednature);
}

.codex-related-name {
	margin-top: 10px;
	text-align: center;
}

.codex-related-name a {
	color: #35263D;
	font-family: Cirka;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
}

.codex-learn-more {
	position: relative;
	display: block;
	height: 3rem;
	border-top: 1px solid #94897E;
	border-radius: 0 0 13px 13px;
	font-family: "proxima-nova", sans-serif;
	font-size: 1rem;
	color: #35263D;
	text-decoration: none;
	overflow: hidden;
	transition: background .25s ease, color .25s ease;
}

.codex-learn-more .clm-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: left .25s ease, transform .25s ease;
}

.codex-learn-more .clm-arrow {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translate(-28px, -50%);
	opacity: 0;
	font-size: 1.5rem;
	line-height: 1;
	transition: transform .25s ease, opacity .25s ease;
}

.codex-learn-more:hover {
	background: #333001;
	color: #EDE7E3;
}

.codex-learn-more:hover .clm-label {
	left: 15px;
	transform: translate(0, -50%);
}

.codex-learn-more:hover .clm-arrow {
	transform: translate(0, -50%);
	opacity: 1;
}

.codex-section-heading {
    color: #17322C;
    font-family: Cirka;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.26563rem */
}

.codex-section-body p {
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 0.78125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.05469rem */
}

.codex-related-thumb img {
    max-width: 100%;
    height: auto;
}

.codex-related ul li:first-child {
    border-right: 1px solid #94897E;
}

.codex-checkout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
    display: none !important;
}

.codex-checkout .codex-related-price {
    color: #62574D;
    font-family: "proxima-nova";
    font-size: 0.925rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 0.73125rem */
}

.codex-add {
    border-radius: 2.8125rem;
    background: #62574D;
    padding: 0.3125rem .5rem;
    color: #EDE7E3;
    font-family: "proxima-nova";
    font-size: 0.725rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01rem;
    line-height: 90%; /* 0.5625rem */
}

.single-codex-entry {
    max-width: 600px;
}

#singleIngredient {
    max-width: 1005px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#singleIngredient #secondary {
    min-width: 335px;
    margin-top: 30px;
}

.codex-entry-title {
    color: #17322C;

}

.codex-entry-types {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: #94897E;
    display: flex;
    align-items: center;
    gap: 10px;
}

.codex-entry-content .codex-section {
    border: none;
    padding: 30px 0 0 0;
}

.codex-entry-content .codex-section-heading {
    font-size: 1.4rem;
}

.codex-related-products {
    margin-top: 60px;
}

.codex-related-heading {
    font-size: .9125rem;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: .03rem;
}

.codex-related-grid {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.codex-entry-thumbnail {
    max-width: 20px;
}

.codex-entry-thumbnail img {
    width: 100%;
    height: auto;
}

/* Individual blog post page */

#grimPost {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 0;
}

.grimPostHeader h1 {
    color: var(--Bronze, #17322C);
    font-family: Cirka;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 100%; /* 4.5rem */
    padding: 0 20px;
}

#authorBlock {
    background-color: #161616;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    border-radius: 60px;
    border: 2px solid #A89133;
    margin: 30px auto;
    gap: 10px;
    vertical-align: middle;
    justify-content: center;
    padding: 6px 20px 6px 6px;
}

.authorImage img {
    display: block;
    border-radius: 100%;
    border: 2px solid #A89133;
    width: 40px;
    height: 40px;
}

.authorDetails {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.authorDetails span {
    color: var(--Taupe, #94897E);
    font-family: "cirka", serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 0.8125rem */
}

.authorDetails h3 {
    color: var(--Brass, #A89133);
    font-family: proxima-nova, sans-serif;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 1rem */
}

.grimPostContent p  {
    max-width: 690px;
    color: var(--Bronze, #17322C);
    font-family: proxima-nova, sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; 
    margin: 0 auto 36px; 
    padding: 0 20px;
}

.grimPostContent p a {
    color: #A65000;
}

.grimPostContent p a:hover {
    text-decoration: underline;
}

.grimPostContent p a:visited {
    color: #A65000;
}

.wp-block-ritual-global-sidebar-hero {
    padding: 0 20px;
}

.PromotedContent {
    border-radius: 0.5625rem;
    border: 1px solid var(--Taupe, #94897E);
    background: #F6F6F6;
    padding: 10px 15px 15px;
}

.grimPostContent .PromotedContent {
    max-width: 500px;
    margin: 0 auto 36px;
}

.PromotedContent h4 {
    color: #94897E;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.09688rem */
    letter-spacing: 0.0975rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.grimPostContent h2.wp-block-heading {
    color: var(--Bronze, #17322C);
    text-align: center;
    font-family: Cirka;
    font-size: 2.4375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 2.80313rem */
    margin-bottom: 36px;
    padding: 0 20px;
}

.wp-block-columns {
    display: flex;
    padding: 0 20px;
    margin: 36px 0;
}

.wp-block-columns .wp-block-image {
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-image {
    margin-bottom: 36px;
    padding: 0 20px;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 10px;
    margin-block-end: 10px;
}

h6 {
    color: var(--Taupe, #94897E);
    font-family: proxima-nova, sans-serif;
    font-size: 0.8625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.09688rem */
}

.wp-block-ritual-specific-product {
    padding: 0 20px;
    margin: 0 auto 36px;
    max-width: 690px;
}

.wp-block-buttons.is-layout-flex {
margin: 30px auto 60px;
width: calc(100% - 60px);
display: flex;
justify-content: space-between;
}

.wp-block-buttons.is-layout-flex .wp-block-button {
    flex: 1;
    margin: 0;
}

.wp-block-buttons.is-layout-flex .wp-block-button .wp-block-button__link {
    background-color: var(--wild);
    font-size: .9135rem;
    font-family: proxima-nova, sans-serif;
    color: var(--mutednature);
    border: 2px solid var(--brass);
    padding: 15px 30px;
    border-radius: 6.02206rem;
}

.wp-block-buttons.is-layout-flex .wp-block-button .wp-block-button__link:hover {
    background-color: var(--brass);
    color: var(--wild);
}

.product-card-inner {
	border-radius: 0.75rem;
	border: 1px solid var(--Sand, var(--mutednature));
	background: var(--mutednature);
	max-width: 600px;
	display: flex;
	flex-direction: row-reverse;
}

.product-card-details {
    max-width: 50%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.product-card-title a {
    color: #161616;
    font-family: Cirka;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 2.4375rem */
}

h3.product-card-title a:hover {
    color: #A65000;
}

.product-card-image {
    width: 50%;
    position: relative;
}

.product-card-image a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-card-image a img {
    display: block;
    margin: -20%;
    width: 140%;
    height: 140%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.product-card-details h6 {
    margin-bottom: 10px;
}

.product-card-details .product-card-title {
    margin-bottom: 10px;
}

.product-card-details .product-card-rating {
    margin-bottom: 10px;
}

.product-card-details .product-card-price {
    font-family: "cirka", serif;
    font-size: 1.25rem;
    color: #17322C;
    margin-bottom: 30px;
}

.product-card-actions a {
    display: block;
    background-color: #161616;
    border: 2px solid #A89133;
    border-radius: 6.02206rem;
    background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(7.5px);
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    display: flex;
    padding:6px 6px 6px 20px;
    color: #A89133;
}

.product-card-actions a:hover {
    background-color: #A89133;
    color: #161616;
}

.product-card-actions a:hover svg path {
    fill: #161616;
}


.grimoire-post-tags {
    background-color: #f6f6f6;
    border: 1px solid #EDE7E3;
    padding: 30px;
    border-radius: 21px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.grimoire-post-tags .tags-label {
    font-family: proxima-nova, sans-serif;
    color: #17322C;
    margin-bottom: 10px;
    width: 100%;
}

.grimoire-post-tags a.post-tag {
    background-color: #E2D3D6;
    border: 1px solid #17322C;
    border-radius: 30px;
    font-family: proxima-nova, sans-serif;
    color: #17322C;
    font-size: .8175rem;
    padding: 6px 12px;
    margin-right: 3px;
}

.grimoire-post-tags a.post-tag:last-child {
    margin-right: 0;
}

.grimoire-post-tags a.post-tag:hover {
    background-color: #17322C;
    color: #f1f0f0;
}

.related-posts-container {
    max-width: 1200px;
    margin: 0 auto;
}

#popular-scripts {
    background-color: #E2D3D6;
    padding: 60px 20px;
}

#popular-scripts .related-posts-grid {
    display: flex;
    gap: 20px;
}

#popular-scripts .related-post-item {
    width: 100%;
    max-width: 50%;
}

.related-posts-title {
    color: var(--Bronze, #17322C);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 1.4375rem */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 3.75rem;
}

.related-post-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;       /* match archive + hero ratio for visual consistency */
    height: auto;
    object-fit: cover;
}

.related-post-item .related-post-content {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

nav#breadcrumbs {
    display: block;
    font-family: 'proxima-nova';
    border: none;
    color: #94897E;
    text-align: center;
    margin-bottom: 15px;
    font-size: .8125rem;
    position: static !important;
}

nav#breadcrumbs a {
    color: #94897E;
}

nav#breadcrumbs a:hover {
    color: #A65000;
    text-decoration: underline;
}

.current-crumb {
    color: #17322C;
}

.grimPostContent h3.wp-block-heading {
    font-size: 1.5rem;
    text-align: center;
}

.wp-block-list {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 30px 30px;
}

.wp-block-list li {
    list-style: bullets;
    color: var(--Bronze, #17322C);
    font-family: proxima-nova, sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

/* About page Covenent CSS */

.covenant img {
    max-width: 100%;
    height: auto;
}

.cov-text {
    display: flex;
}

.cov-spacer {
    max-width: 50%;
    width: 100%;
}

.covenant-right {
    width: 100%;
    max-width: 550px;
    margin: 40px 0 100px;
}

.covenant-right h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    margin-top: 20px;
    line-height: 135%;
}

.covenant-right h1 {
    color: #17322C;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.covenant-right p {
    color: #17322C;
    font-family: proxima-nova, sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.26563rem */
    margin-bottom: 10px;
}

.covenant-right p a {
    font-weight: 500;
    color: #17322C;
    text-decoration: underline;
}

.covenant-right p a:hover {
    font-weight: 500;
    background-color: #17322C;
    text-decoration: none;
    color: #E2D3D6 ;
}


/* Footer CSS */

footer {
    background-color: var(--wild);
    width: 100%;
}

#footerSubscription {
    width: 100%;
    padding: 80px 30px 30px;
    max-width: 1400px;
    margin: 0 auto 60px;
}

.subscriptionWrapper {
    padding: 5px;
    border: 2px solid var(--sand);
    box-sizing: border-box;
}

.subscriptionBackground {
    border: 3px solid var(--sand);
    padding: 120px;
}

.subscribeBox {
    /* max-width: 80%; */
    width: 100%;
    /* margin: 6rem auto; */
    border: 3px solid var(--sand);
    background-color: var(--wild);
    padding: 6rem 20px;
    text-align: center;
    color: var(--sand);
    position: relative;
}

.subscribeBox p {
    color: var(--sand);
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: .825rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0375rem;
    margin: 0 auto 1.2rem;
    text-align: center;
    max-width: 600px;
}

.subscribeBox h6 {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 130%;
    /* color: ; */
}

.subscribeForm {
    width: 100%;
    margin: .825rem 0;
}

.subFormRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 700px;
    gap: 20px;
    margin: 1.875rem auto;
}

.form-row {
    display: inline-block;
    max-width: 50%;
    width: 100%;
}

.form-row input {
    width: 100%;
    font-family: "Cirka";
    font-size: 1.5rem;
    background: none;
    padding: 0 0 .2rem 0;
    color: var(--sand);
}

.subButtonWrapper {
    display: inline-block;
    border: 1px solid var(--sand);
    padding: 4px;
}

button#subscribe-button {
    outline: none;
    box-shadow: none;
    border: 2px solid var(--sand);
    font-size: 1.4rem;
    color: var(--sand);
    border-radius: 0;
    padding: .6125rem .875rem .5rem;
    text-transform: capitalize;
    letter-spacing: .0375rem;
    font-family: "Cirka";
}

#subscribe-button:hover {
    background-color: #A89133;
    border-color: #A89133;
    color: #161616;
}

.footer-divide-top {
    width: 100%;
    height: 2px;
    background-color: var(--sand);
    display: block;
}

.footer-divide-bottom {
    width: 100%;
    height: 3px;
    background-color: var(--sand);
    display: block;
    margin-top: 5px;
}

.footerContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

.footer-left {
    display: flex;
    justify-content: stretch;
    width: auto;
    gap: 40px;
}

.footerSymbol {
    max-width: 600px;
    padding: 20px;
}

.footerSymbol svg {
    width: 100%;
    height: auto;
}

.footerNavOne h3, .footerNavTwo h3, .footerMotto h2 {
    font-size: 1.25em;
    font-family: "Cirka";
    color: var(--renewnature);
    margin-bottom: 1rem;
}

.footerNavOne a, .footerNavTwo a {
    display: block;
    padding: 3px 0;
    color: var(--mutednature);
    text-decoration: underline;
}

.footerNavOne a:hover, .footerNavTwo a:hover {
    color: var(--brass);
}

.footerNavOne a h1, .footerNavTwo a h6, .footerMotto p {
    color: var(--mutednature);
    font-family: proxima-nova, sans-serif;
    font-size: .9375rem;
    text-rendering: optimizeSpeed;
}

.footerMotto {
    max-width: 600px;
}

.footerMotto p {
    line-height: 140%;
}

.creditCards {
    margin: 20px 0;
}

.creditCards p {
    font-size: .875rem;
    color: #cdc6cd;
    margin-bottom: 10px;
}

.creditCards .ccLogos {
    display: flex;
    gap: 10px;
}

.creditCards .ccLogos img {
    max-width: 38px;
    height: auto;
}

.footerFooter {
    padding: 20px;
}

#copyright {
    color: #94897E;
    margin: 15px 0;
    font-family: proxima-nova, sans-serif;
    font-size: .8rem;
}

#FUSS {
    color: #A89133;
    margin: 15px 0;
}

#FUSS a {
    color: #A89133;
    font-family: proxima-nova, sans-serif;
    display: block;
    padding-bottom: 5px;
    font-size: .8rem;
}

#FUSS a:hover {
    color: #f6f6f6;
}





/*/ ////////  404 page */

.fourohfour {
    font-size: 10vw;
    font-family: cirka, times, serif;
    color: #17322C;
    text-align: center;
    margin-top: 6rem;
}

.fourohfour-sub {
    font-size: 24px;
    color: #17322C;
    font-family: cirka, serif;
    text-align: center;
    margin-bottom: 6rem;
}

article#post-0 {
    display: flex;
}

.fof-entry-content {
    width:100%; 
    max-width: calc(100% / 3 * 2);
}



/*Subscribe modal pop up css */

.modalWindow {
  z-index: 10000; /* sit above the overlay */
}

#subscribe-popup-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(139, 131, 123, 0.50);
    backdrop-filter: blur(7.5px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-visitor {
    position: static;
    max-width: 725px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    border: 2px solid #8B837B;
    border-radius: 0;
    padding: 20px;
    background: url('./assets/images/subscribebg.png');
    background-color: #F5F5F5;
}

#popup-visitor img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.onboardClients {
    padding: 30px;
    max-width: 55%;
    border-left: 1px solid #8B837B;
    width: 100%;
}

.onboardClients h2 {
    font-size: 1.8rem;
    color: #17322C;
    margin-bottom: 20px;
}

.onboardClients p {
    margin-bottom: 10px;
    font-size: .9125rem;
    line-height: 140%;
    color: #17322C;
}

#visitor-subscribe-form span {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#visitor-subscribe-form .popup-button {
    margin-top: 30px;
}

.popup-inner-wrapper{
    border: 1px solid #8B837B;
    width: 100%;
    display: flex;
    overflow: hidden;
    background-color: #F5F5F5;
}

.popup-image-wrapper {
    position: relative;
    max-width: 45%;
    width: 100%;
}

.legal-notices {
    background-color: #f6f6f6;
    border: 1px solid #8B837B;
    border-radius: 20px;
    max-width: 850px;
    margin: 30px auto;
}

.legal-type {
    line-height: 140%;
    padding: 30px;
}

.legal-image {
    width: 100%;
}

.legal-image img {
    width: 100%;
    height: auto;
}

.legal-type h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.legal-content h3 {
    font-size: 1.1rem;
    padding-top: 10px;
}

.legal-content h3:first-child {
    padding-top: 0;
}

.legal-content .wp-block-list li::before {
    content: '☀ ';
}

.legal-content .wp-block-list {
    margin-bottom: 20px;
}

.legal-content {
    font-size: .9125rem;
    color: #17322C;
}

.legal-content p {
    margin-bottom: 12px;
}

.legal-content ul li {
    margin-bottom: 6px;
}

.legal-content a {
    text-decoration: underline;
}


/* REVIEW PAGE */


#ba-review-app {
    width: calc(100% - 30px);
    background-color: var(--mutednature);
    margin: 30px auto;
    border-radius: 30px;
    padding: 30px 15px;
    max-width: 600px;
}

#ba-review-form {
    font-family: 'proxima-nova', sans-serif;
}

.ba-card h1 {
    text-align: center;
    font-size: 2.5rem;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--bronze);
}

.ba-card p {
    font-size: 1rem;
    text-align: center;
    margin: 0 auto 12px;
    max-width: 400px;
    color: var(--bronze);
}

.ba-hidden{
    display: none !important;
}

.ba-field {
    text-align: center;
    padding-top: 20px;
}

#ba-product,.ba-field input, .ba-review-textBlock textarea {
    border: 1px solid var(--brass);
    padding: 15px;
    font-family: 'proxima-nova', sans sans-serif;
    font-size: 1rem;
    border-radius: 9px;
    width: 100%;
    text-align: center;
    background: var(--renewnature);
    color: var(--taupe);
}

.ba-card .ba-label, .ba-empty {
    font-family: 'cirka', sans-serif;
    color: var(--bronze);
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-size: 1.825rem;
    letter-spacing: .03rem;
    text-rendering: geometricPrecision;
    font-weight: 600;
    border: none;
    font-weight: 400;
}

.ba-help {
    font-size: .8125rem;
    color: var(--bloom);
    margin: 9px auto 40px;
    font-style: italic;
}

.star-rating-group {
    text-align: center;
    margin: 0px auto 40px;
}

.ba-card .star-rating-select {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0.5em;
    justify-content: center;
    margin-top: 0.25em;
    align-items: center;
} 

.ba-card .verified-badge {
    position: relative;
    width: 135px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 15px;
    background: var(--burnt);
    color: var(--mutednature);
    font-weight: 400;
    letter-spacing: .03rem;
    border: 1px solid var(--brass);
    margin: 0 auto 30px;
}

.ba-card .star-rating-select label {
    margin-left: 5px;
}

.ba-card .star-rating-select label svg {
    width: 25px;
}

.ba-card .star-rating-select label svg path {
    fill: var(--taupe);
    opacity: .7;
    transition: fill .2s;
}

.ba-card .star-rating-select input:checked ~ label svg path {
    fill: var(--wild);
    opacity: 1;
}

 /* {
    background: var(--brightgrey);
    border-radius: 5px;
    border: none;
    padding: 15px 12px 11px;
    font-size: 1.5rem;
    font-family: 'Cirka', serif;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
    color: var(--bronze);
    border: 1px solid var(--brass);
} */

.ba-review-textBlock {
    margin: 40px auto;
}

.ba-card button {
    border: 1px solid var(--brass);
    padding: 15px 30px;
    border-radius: 30px;
    background-color: var(--charcoal);
    color: var(--brass);
    font-family: 'cirka', serif;
    font-size: 1.4rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.ba-card button:hover {
    background-color: var(--brass);
    color: var(--charcoal);
}


/* ///////////////////////////////////////////////// query 1440 ///////////////////////////////////////////////////// */

@media only screen and (max-width: 1440px) {

.footerMotto {
    max-width: 400px;
}

}



/* ///////////////////////////////////////////////// query 1200 ///////////////////////////////////////////////////// */

@media only screen and (max-width: 1200px) {

.value-items {
    flex-wrap: wrap;
    min-width: 200px;
}

.search-results-list {
    grid-template-columns: repeat(3, 1fr);
}

}



/* ///////////////////////////////////////////////// query 1024 ///////////////////////////////////////////////////// */

@media only screen and (max-width: 1024px) {

    .universalTitleS {
        font-size: 1.65rem;
    }

    #mobileNavigationButton {
        display: flex;
    }

    #desktopNavigation {
        display: none !important;
    }

    #secondaryNavigation ul li span {
        display: none;
    }

    #secondaryNavigation #navAccount svg,
    #secondaryNavigation #navBasket svg {
        margin-right: 0;
    }

    .mtwenty {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .footerContent {
        flex-direction: column;
        gap: 20px;
    }

    .footerMotto {
        max-width: 600px;
    }

    .footer-left {
        gap: 40px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    #mobileNavigation {
        display: none;
        opacity: 0;
        position: absolute;
        top: calc(100% + 10px);
        left: 10px;
        width: 250px;
        background: white;
        z-index: 5000;
        transition: opacity 0.3s ease;
        padding-top: 55px;
        border: 1px solid #94897E;
        border-radius: 20px;
    }

    #menu-main-mobile-menu{
        display: flex;
        flex-direction: column;
    }

    #menu-main-mobile-menu li a {
        padding: 15px 20px;
        display: block;
        font-family: "Cirka";
        font-size: 1.2rem;
        width: 100%;
    }

    #menu-main-mobile-menu li a:hover {
        background-color: #A89133;
        color: #161616;
    }

    #menu-main-mobile-menu li {
        border-top: 1px solid #94897E;
    }

    #mobileNavigationButton.mobile-nav-active {
        background-color: #A89133;
    }

    .mobile-nav-active #mnBars, .mobile-nav-active #mnBars:after, .mobile-nav-active #mnBars:before  {
        background-color: #161616;
    }

    #mobileNavigation.mobile-nav-open {
        display: block;
        opacity: 1;
    }

    .submenu-close {
        cursor: pointer;
        /* Add any additional styling you want */
    }

    #secondaryNavigation #navSearch .nonClick svg {
        width: 18px;
        height: auto;
    }

    #secondaryNavigation #navSearch .nonClick svg path {
        fill: #17322C;
    }

    .home #secondaryNavigation #navSearch .nonClick svg path {
        fill: #94897E;
    }

    /* Instagram slide */
    .instagram-item {
        width: 275px;
        height: 275px;
    }

    .products {
        grid-template-columns: repeat(2, 1fr);
    }

    .quality-block .left-block {
        padding: 6rem 1.25rem;
    }

    .quality-block .left-block .lb-wrapper .quality-checklist {
        display: block;
    }

    .quality-block .left-block, .quality-block .right-block {
        flex: unset;
    }

    .quality-block .right-block {
        height: 40vh;
    }

    #single-product {
        flex-direction: column;
    }

    .single-product-gallery {
        max-width: 100%;
        height: 42vh;
        position: relative;
        top: unset;
    }

    .product-thumbnails {
        flex-direction: row;
        top: unset;
        bottom: 20px;
        gap: 5px;
    }

    .single-product-details {
        max-width: 100%;
    }

    .universalTitleL {
        font-size: 3.5rem;
    }

    .universalTitleM {
        font-size: 3rem;
    }

    .universalTitleS {
        font-size: 2.5rem;
    }

    .universalTitleXs {
        font-size: 2.2rem;
    }

    section.quality-block {
        flex-direction: column-reverse;
    }

    .product-perks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .quality-block .left-block .lb-wrapper .quality-checklist h3 {
        font-size: 1rem;
        margin-bottom: 3px;
    }

    .lb-title {
        margin-bottom: 2rem;
    }

    .quality-block .left-block .lb-wrapper .quality-checklist {
        margin-bottom: 2rem;
    }


    .hero-links {
        flex-direction: column;
        gap: 30px;
    }


    .page-description {
        flex-direction: column;
    }

    .single-order {
        flex-direction: column;
    }

    .order-header {
        max-width: 100%;
        width: 100%;
    }

    .order-items {
        width: 100%;
        max-width: 100%;
    }

    #posts-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cov-spacer {
        width: 0;
        max-width: 0;
    }

    .covenant-right {
        padding: 20px;
    }

    .search-results-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .grimoire-post-title a {
        font-size: 1.4rem;
    }

    .subscriptionBackground {
        border: 3px solid #94897E;
        padding: 30px;
    }

    .value-items {
        max-width: 400px;
    }
}






/* ///////////////////////////////////////////////// query 768 ///////////////////////////////////////////////////// */

/* Responsive Styles */
@media only screen and (max-width: 768px) {

    #branding h1 a {
        color: #17322C;
        text-align: center;
        font-family: "Cirka";
        font-size: 1.4rem;
    }

    .my-account-container .account-header h3 span {
        font-family: "Cirka", serif;
        font-size: 3.625rem;
    }

    .subscribeBox p { 
        margin: 1rem 0;
    }

    #search form {
        flex-direction: column;
    }
    
    #search form input[type="submit"] {
        margin-top: 10px;
    }
    
    .search-result-image {
        width: 50px;
        height: 50px;
    }

    .subFormRow {
        flex-direction: column;
        text-align: center;
    }

    .form-row {
        display: inline-block;
        max-width: 100%;
        text-align: center;
    }

    .form-row input {
        text-align: center;
    }

    .form-row input {
        width: 100%;
        font-family: "Cirka";
        font-size: 1.125rem;
    }

    .subscribeBox h6 {
        margin-top: 1.375rem;
        font-size: .875rem;
        padding: 0;
        text-align: left;
        position: static;
    }

    button#subscribe-button {
        padding: .75rem .875rem;
    }


    .account-details, .account-addresses {
        padding: 0;
    }

    .subscribeBox {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .flexer {
        flex-direction: column;
    }

    .site-hero {
        display: flex;
        flex-direction: column-reverse;
    }

    .featured-header {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .half-image-title-half-body-copy {
        width: 100%;
        flex-direction: column;
    }

    .mdb-row,
    .mdb-row--odd,
    .mdb-row--even {
        flex-direction: column;
    }

    .mdb-number {
        font-size: 5rem;
    }

    .universalTitleM {
        font-size: 2.6rem;
    }

    .hithbc-image {
        display: block;
    }

    .hithbc-image {
        width: 100%;
        height: auto;}

    .half-image-title-half-body-copy img {
        position: relative;
    }

    .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .footerSymbol {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    #add-address-modal {
        position: absolute;
        max-width: 600px;
        left: 0;
        top: 100px;
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    #add-address-form tr {
        margin-bottom: 20px;
        display: block;
    }

    #add-address-form tr td {
      display: block;
      width: 100%;
      text-align: left;
    }

    .modalWindow{
        left: unset;
        width: calc(100% - 40px);
        margin: 0 auto;
        top: 35%;
    }

    #product-actions, #mobile-product-actions {
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }

    .toolTip-wrapper {
        display: none !important;
    }

    .add-to-cart-button {
        font-size: .875rem;
    }

    .hithbc-text-wrapper {
        padding: 30px 26px 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .hithbc-text {
        margin-top: 0;
        border-radius: 40px 40px 0 0;
    }


    .hithbc-text-wrapper p {
        font-size: .8rem;
        margin-bottom: 0;
    }

    .hithbc-text-wrapper {
        align-items: stretch;
    }

    .three-column-title-body-image__grid {
        grid-template-columns: minmax(0, 250px);
        gap: 40px;
    }

    .single-bar-slider__item {
        flex-basis: 50vw;
        max-width: 50vw;
    }

    .value-items {
        gap: 30px;
    }

    .vimg {
        max-width: 120px;
        margin: 0 auto;
    }

    .feature-post-img {
        width: 100%;
        padding-bottom: 40%;
        height: 1px;
    }

    .recommended-products {
        display: flex;
        gap: 20px;
        justify-content: stretch;
        flex-direction: column;
        align-items: center;
    }

    .recommended-blogs {
        flex-direction: column;
        padding: 20px;
    }

    .feature-post-wrapper {
        display: flex;
        gap: 15px;
    }

    .feature-post-title a {
        line-height: 1.25rem;
        font-size: 1.2rem; 
    }

    .heroTitleWrapper { 
        flex-direction: column;
    }

    .title-hero-image {
        width: 100%;
    }

    .title-hero-text {
        max-width: 100%;
        width: 100%;
        border: none;
        padding: 2.5rem 1.25rem;
    }

    .full-width-image {
         width: 100%; 
    }

    .body-copy {
        padding: 20px;
    }

    .body-copy p {
        font-size: 1rem;
        line-height: 1.35rem;
        margin-bottom: 10px;
    }


    .gallery-nav button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .thumbnail {
        flex: 0 0 35px;
        width: 40px;
        height: 40px;
    }

    #posts-container {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }


    #posts-container article {
        width: 100%;
    }

    .grimoire-header { 
        flex-direction: column;
    }

    .grimoire-page-title {
        max-width: 100%;
    }

    .grimoire-page-body {
        max-width: 100%;
    }

    section.image-title-overlay {
    height: calc(45vh);
    }

    .login-header {
        padding: 4rem 20px;
    }

    .login-header p {
        font-size: 1.75rem;
    }

    .footerSymbol svg {
        width: 100%;
        height: auto;
    }

    .popup-inner-wrapper{
        flex-direction: column;
    }

    .popup-image-wrapper {
        max-width: 100%;
        padding-bottom: 65%;
    }


    .onboardClients {
        max-width: 100%;
    }

    .half-title-body .text {
        flex-direction: column;
    }

    .half-title-body .text h2, .half-title-body .text .body {
        width: 100%;
    }

    article#post-0 {
        display: block;
    }

    .fof-entry-content {
        width:100%; 
        max-width: calc(100%);
    }

    #secondary {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        position: relative;
    }

    #theGrimoireContent {
        flex-direction: column;
    }

    .grimoire-posts-grid {
        max-width: calc(100%);
    }

    .grimoire-posts-grid #grimoire-posts-container {
        grid-template-columns: repeat(1, 1fr);
    }

    #grimoireHeader h1, #codexHeader h1 {
        font-size: 2rem;
    }

    #grimoireHeader p, #codexHeader p {
        font-size: .875rem;
    }    

    .wp-block-columns {
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }

    .grimPostHeader h1 {
        font-size: 3rem;
    }

    .product-card-inner {
        flex-direction: column;
    }

    .product-card-image, .product-card-details {
        max-width: 100%;
        width: 100%;
    }

    #popular-scripts .related-posts-grid {
        flex-direction: column;
        gap: 60px;
    }

    #popular-scripts .related-post-item {
        width: 100%;
        max-width: 100%;
    }

    .single-product-details h2 {
        font-size: 2rem;
    }

    .sp-spec-row h2 {
        padding: 20px 20px 20px 0;
        color: #17322C;
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    .grimoire-post-tags {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    #mobile-product-actions {
        gap: 15px !important;
        position: fixed !important;
        bottom: 0px;
        z-index: 200;
        background: #F6F6F6;
        width: 100%;
        left: 0;
        padding: 20px;
        flex-direction: row !important;
        border-top: 1px solid #94897E;
        margin: 0 !important;
        justify-content: space-between !important;
    }
    
    .single-product-details #product-actions .add-to-cart-button {
        max-width: 100%;
        justify-content: space-between;
    }

    .atc-text {
        font-size: 0.8125rem;
    }
    
    .atc-choker {
        justify-content: center;
    }
    
    .sp-price-variant {
        flex-direction: column !important;
        align-items: start !important;
        gap: 15px !important;
    }

}




/* ///////////////////////////////////////////////// query 500 ///////////////////////////////////////////////////// */

/* Responsive Styles */
@media only screen and (max-width: 500px) {



    #mobile-product-actions {
        display: flex !important;
    }

    .single-product-details #mobile-product-actions .add-to-cart-button {
        max-width: 100%;
        width: 100%;
        justify-content: space-between !important;
    }

    .value-item {
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .value-item-footer h1, .value-item-footer p {
        text-align: left;
    }

    .vimg {
        margin: 0;
        max-width: 35%;
    }

    p {
        font-size: .875rem;
    }

    .filter-button {
        width: 100%;
    }

    .universalTitleS {
        font-size: 1.35rem;
    }

    .value-item h2 {
        font-size: .9135rem;
        margin: 5px 0;
    }

    .value-item p { 
        font-size: .875rem;
        text-align: left;
    }

    .value-block {
        padding: 60px 20px;
    }

    .title-and-hero-links svg {
        max-width: 150px;
    }

    .title-and-hero-links h3 {
        max-width: 1000px;
        margin: 1.25rem auto 3rem;
    }

    .hero-link-button h2 {
        font-size: .875rem;
    }

    .faq-accordian .qa-wrapper h3 {
        color: var(--mutednature);
        font-size: 1.2rem;
    }

    .slick-arrow {
        display: none !important;
    }

    .search-results-list {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .bannerText a {
        font-size: .875rem; 
    }
    
    .gift-card-fields {
     margin-top: 0px; 
     padding-top: 0px;
     border-top: 0px solid #eee;
    }
    
    .gift-card-message {
        display: none;
    }
    
    .atc-choker {
        justify-content: center;
    }

    .productTagline{
        font-size: 1rem;
        font-family: proxima-nova, sans-serif;
    }

    .codex-related-heading {
        font-size: .9125rem;
    }

    .half-title-body h2 {
        text-align: left;
        font-size: 4rem;
    }

    .half-title-body .text {
        gap: 5px;
    }

    .half-title-body .body {
        margin-top: 0px;
    }
    
    h1.hero-title {
        width: 325px;
        font-size: 2rem;
        line-height: 105%;
        margin: 0 auto;
        padding: 10px;
    }
    
    h2.hero-subtitle {
        max-width: 300px;
        margin: 15px auto 10px;
    }
    
    .hc-details {
        bottom: 30px;
    }
	
	a.hero-slink {
		margin: 15px;
	}

}




/* Style for the external title display */
/*    .active-ticker-title-display {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 1.1em;
        color: #yourTextColor; 
        height: 1.5em; 
        transition: opacity 0.3s ease-in-out;
    }

    .image-ticker-slider .slick-slide {
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transform: scale(0.8); 
        opacity: 0.6;
    }

    .image-ticker-slider .slick-center {
        transform: scale(1);
        opacity: 1;
        z-index: 1; 
    }

    .image-ticker-slider .ticker-item img {
        display: block;
        width: 100%;
        height: auto;
    }

    .image-ticker-slider .slick-track {
       padding-top: 10px; 
       padding-bottom: 10px;
    }*/

/* Parallax Ticker Section */
.parallax-ticker-section.gsap-ticker {
    position: relative;
    width: 100%;
    /* --- INCREASE HEIGHT FOR LONGER SCROLL & MORE SPACE --- */
    min-height: 100vh; /* Example: Make it taller */
    /* OR height: 2000px; */
    overflow: hidden;
    background-color: var(--renewnature);
    color: #EDE7E3;
}

.parallax-ticker-wrapper {
    width: 100vw;
}

.parallax-ticker-item {
    position: absolute;
    display: block;
    /* Start hidden for JS animation */
    opacity: 0;
    transform-origin: center center;
    will-change: transform, opacity;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
    transition: box-shadow 0.3s ease; /* Add subtle hover effect */
}

.parallax-ticker-item:hover {
     box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.25);
     transform: scale(1.03);
}

.parallax-ticker-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px; /* Match parent */
}

/* Title Styling */
.parallax-ticker-item .item-title {
    position: absolute;
    top: -10px; /* Position above the item */
    left: 50%;
    transform: translateX(-50%) translateY(10px); /* Start slightly down */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px; /* Adjust size */
    font-weight: 500;
    white-space: nowrap;
    z-index: 15; /* Ensure title is above image */
    pointer-events: none; /* Prevent hover issues */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth appearance */
    font-family: 'proxima-nova';
    display: none !important;
}



/* Mobile Overrides (Complementing JS matchMedia) */
@media (max-width: 768px) {
    .parallax-ticker-section.gsap-ticker {
        min-height: auto;
    }
    .parallax-ticker-wrapper {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        position: static;
    }
    .parallax-ticker-item {
        position: static;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        border-radius: 0;
        /* Opacity is handled by JS mobile animation */
        transform: none !important; /* Ensure GSAP transforms are off */
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 0; /* Reset potential margins */
    }
    /* Hide titles completely on mobile */
    .parallax-ticker-item .item-title {
        display: none !important;
    }

    .parallax-ticker-item img {
        border-radius: 0px; /* Match parent */
    }
    
}















/* add to cart gift card csss */

/* Gift Card Fields Styling */
.gift-card-fields {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee; /* Optional separator */
    width: 100%;
}

.gift-card-fields .form-group {
    margin-bottom: 15px;
}

.gift-card-fields label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'proxima-nova', sans-serif;
    font-size: 0.9em;
    color: #17322C;
}
.gift-card-fields label .required {
    color: #A65000;
    margin-left: 2px;
}

.gift-card-fields input[type="text"],
.gift-card-fields input[type="email"],
.gift-card-fields textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--mutednature);
    border-radius: 4px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    background-color: #F6F6F6;
}

.gift-card-fields textarea {
    resize: vertical; /* Allow vertical resize */
}

.gift-card-fields input:focus,
.gift-card-fields textarea:focus {
    outline: none;
    border-color: #A89133;
    box-shadow: 0 0 0 2px rgba(168, 145, 51, 0.2);
}

#gift-card-error {
     color: #A65000;
     font-size: 0.9em;
     margin-top: 5px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* optional */
}

/* Add styles for focus visibility if needed for keyboard navigation */
.visually-hidden:focus,
.visually-hidden:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: normal;
}
/* ── grimPostHero featured image — added 2026-05-09 ── */
.grimPostHero {
    width: 100%;
    margin: 0 0 48px;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
}

.grimPostHero img,
.grimPostHero .grimoire-hero-image {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;       /* same 1200:675 ratio as the archive thumbnail */
    height: auto !important;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

#grimPost {
    overflow: hidden;
}

/* ──────────────────────────────────────────────────────────────────────────
   Keyboard accessibility — restore focus outline for keyboard users only.

   The theme has ~8 places that strip outlines with `outline: none` (intended
   to hide the ugly default Chrome focus ring on mouse clicks). That removes
   the focus ring for keyboard users too, which makes the whole site impossible
   to navigate without a mouse.

   :focus-visible only fires on keyboard navigation (Tab/Shift+Tab/arrow keys),
   not on mouse clicks — so this restores accessibility without changing what
   anyone sees during normal browsing. Brass-color ring matches the brand.
   ────────────────────────────────────────────────────────────────────────── */
:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible {
    outline: 2px solid #A89133 !important;
    outline-offset: 2px;
    border-radius: 3px;
}
/* ──────────────────────────────────────────────────── */

/* ────────────────────────────────────────────────────
   BA SCROLLBAR — site-wide custom window scrollbar
   (js/ba-scrollbar.js). Native bar hidden everywhere;
   desktop gets the 3px dotted rail (sea track, brass
   position, 400px, centered right, fades after 3s);
   mobile gets no scrollbar at all.
   ──────────────────────────────────────────────────── */

html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0;
}

.ba-sbar {
    position: fixed;
    right: 6px;
    width: 3px;
    z-index: 9000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    /* 3px dot, 3px gap: one dot per 6px cell */
    background-image: radial-gradient(circle at 1.5px 1.5px, var(--sea) 1.5px, transparent 1.6px);
    background-size: 3px 6px;
    background-repeat: repeat-y;
}

.ba-sbar.on {
    opacity: 1;
}

.ba-sbar-thumb {
    width: 3px;
    background-image: radial-gradient(circle at 1.5px 1.5px, var(--brass) 1.5px, transparent 1.6px);
    background-size: 3px 6px;
    background-repeat: repeat-y;
    will-change: transform;
}

@media (max-width: 1024px) {
    .ba-sbar {
        display: none !important;
    }
}

/* ────────────────────────────────────────────────────
   MOBILE FIXED ATC — column variant (set/wares PDPs):
   button on top, risk line under it. Shown only where
   #mobile-product-actions already displays (<=1024).
   ──────────────────────────────────────────────────── */

#mobile-product-actions.mpa-column {
    flex-direction: column !important;
    gap: 10px !important;
}

#mobile-product-actions .mpa-risk {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    color: #17322C;
}

/* Carried-code struck original inside the ATC button price (bar + set PDPs). */
.atc-price .atc-was,
.atc-set-price .atc-was {
    text-decoration: line-through;
    opacity: .6;
    margin-right: 5px;
    font-weight: 400;
}

/* ============================================================
   2026-07 additions — subscribe page, refer page, ware/atmosphere
   PDP, codex entry extras, rotation toast.
   DESIGN RULES (Phillip 2026-07-14): never all caps; bold almost never
   (inline or before colons only); palette variables only, no raw hex;
   no letter-spacing on buttons; buttons look like buttons.
   ============================================================ */

.ba-eyebrow {
    margin: 0 0 10px;
    text-align: center;
    font-size: .8rem;
    color: var(--taupe);
    font-family: var(--font-sans);
    font-weight: 400;
}
.ba-btn-gold {
    display: inline-block;
    background: var(--charcoal);
    border: 2px solid var(--brass);
    border-radius: 30px;
    color: var(--brass);
    cursor: pointer;
    text-decoration: none;
    font-size: .9rem;
    font-family: var(--font-serif);
    padding: 14px 32px;
}
.ba-btn-gold:hover { background: var(--brass); color: var(--charcoal); }
.ba-link { color: var(--burnt); text-decoration: underline; }
.ba-input {
    padding: 13px 16px;
    border: 1px solid var(--sand);
    border-radius: 14px;
    font-family: var(--font-sans);
    font-size: .95rem;
    background: var(--renewnature);
}
.ba-section-title {
    text-align: center;
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--charcoal);
    margin: 0 0 30px;
}
.ba-step-card { flex: 1 1 200px; max-width: 230px; background: var(--mutednature); border-radius: 18px; padding: 24px 18px; }
.ba-step-card--plain { background: none; padding: 0; }
.ba-step-n {
    /* same recipe as the homepage numerals (.mdb-number), scaled to the card */
    margin: 0 0 8px;
    display: block;
    font-family: var(--font-sans);
    font-size: 5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--wild);
}
.ba-step-t { margin: 0 0 8px; font-family: var(--font-serif); font-size: 1.4rem; color: var(--charcoal); }
.ba-step-d { margin: 0; font-size: .88rem; color: var(--seafloor); line-height: 1.5; font-family: var(--font-sans); }
.ba-steps-row { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; font-family: var(--font-sans); }

/* ---- Subscribe page ---- */
.subscribe-page {
    /* the rgba veil sits over the image = image at ~50%; tune the 0.5 */
    background: linear-gradient(rgba(253, 255, 250, 0.5), rgba(253, 255, 250, 0.5)),
        url('https://blackaltar.co/wp-content/uploads/2026/07/ray.png') center top / cover no-repeat var(--renewnature);
}
.subscribe-page .subscribe-section { background: transparent; }
.subscribe-hero {
    padding: 7.5rem 20px 4rem;
    text-align: center;
    color: var(--wild);
    background: transparent;
}
.subscribe-hero-inner { max-width: 640px; margin: 0 auto; }
.subscribe-hero h1 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.15;
    margin: 0 0 18px;
}
.subscribe-hero p { font-family: var(--font-sans); font-size: 1.05rem; line-height: 1.6; margin: 0 auto; max-width: 480px; }
.subscribe-section { padding: 0 20px 60px; }
.subscribe-section--first { padding-top: 20px; }
.subscribe-section--sets { padding-bottom: 70px; }
.subscribe-section--faq { padding-bottom: 90px; }
.subscribe-inner-sm { max-width: 560px; margin: 0 auto; }
.subscribe-inner-md { max-width: 760px; margin: 0 auto; text-align: center; }
.subscribe-inner-lg { max-width: 1000px; margin: 0 auto; }
.subscribe-inner-faq { max-width: 640px; margin: 0 auto; }
.ba-sub-table { width: 100%; font-family: var(--font-sans); font-size: 1rem; color: var(--seafloor); border-collapse: collapse; }
.ba-sub-table td { padding: 14px 0; }
.ba-sub-table tr + tr td { border-top: 1px solid rgba(22, 22, 22, 0.08); }
.ba-sub-table td:last-child {
    text-align: right;
    font-family: var(--font-serif);
    font-size: 1.15rem;
    color: var(--charcoal);
    white-space: nowrap;
}
.ba-sub-note { margin: 26px 0 0; text-align: center; font-family: var(--font-sans); font-size: .95rem; color: var(--seafloor); line-height: 1.6; }
.ba-sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ba-prod-card { text-decoration: none; background: var(--mutednature); border-radius: 18px; overflow: hidden; display: block; }
.ba-prod-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.ba-prod-card-body { padding: 14px 12px; text-align: center; }
.ba-prod-name { margin: 0; font-family: var(--font-serif); font-size: .98rem; color: var(--charcoal); }
.ba-prod-cta {
    display: inline-block;
    margin: 10px 0 2px;
    font-family: var(--font-sans);
    font-size: .78rem;
    color: var(--charcoal);
    background: var(--renewnature);
    border: 1.5px solid var(--brass);
    border-radius: 24px;
    padding: 8px 18px;
}
.ba-prod-card:hover .ba-prod-cta { background: var(--brass); color: var(--charcoal); }
.ba-sub-alt { margin: 26px 0 0; text-align: center; font-family: var(--font-sans); font-size: .95rem; color: var(--seafloor); }
.ba-faq-item2 { border-bottom: 1px solid rgba(22, 22, 22, 0.08); }
.ba-faq-q2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: 1.02rem;
    color: var(--charcoal);
    text-align: left;
}
.ba-faq-q2 span[aria-hidden] { color: var(--taupe); font-size: 1.2rem; flex: 0 0 auto; }
.ba-faq-a2 { padding: 0 0 18px; font-family: var(--font-sans); font-size: .95rem; color: var(--seafloor); line-height: 1.65; }
.ba-center-cta { margin: 40px 0 0; text-align: center; }

/* ---- Refer page ---- */
.refer-page {
    background:
        url('https://blackaltar.co/wp-content/uploads/2026/07/flag-1.png') center top / cover no-repeat var(--renewnature);
        padding: 40px 20px;
}
.refer-page-inner {
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--renewnature);
    border-radius: 60px;
    border: 1px solid var(--brass);
}
.refer-page .refer-hero,
.refer-page .refer-claim,
.refer-page .refer-how { background: transparent; }
.refer-hero { padding: 6.5rem 20px 3.5rem; text-align: center; }
.refer-hero-inner { max-width: 800px; margin: 0 auto; }
.refer-hero h1 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(3rem, 7vw, 3rem);
    line-height: 1.15;
    margin: 0 0 16px;
    color: var(--charcoal);
}
.refer-hero p { font-family: var(--font-sans); font-size: 1.02rem; line-height: 1.6; color: var(--seafloor); margin: 0 auto; max-width: 460px; }
.refer-claim { padding: 0 20px 40px; }
.refer-card { max-width: 460px; margin: 0 auto; background: var(--mutednature); border-radius: 24px; padding: 30px 26px; text-align: center; }
.refer-card-title { margin: 0 0 14px; font-family: var(--font-serif); font-size: 1.1rem; color: var(--charcoal); }
.refer-form { display: flex; flex-direction: column; gap: 10px; }
.refer-msg { margin: 10px 0 0; font-family: var(--font-sans); font-size: .85rem; color: var(--burnt); }
.refer-code-label { margin: 0 0 8px; font-size: .85rem; color: var(--charcoal); font-family: var(--font-sans); font-weight: 400; }
.refer-code { margin: 0 0 14px; font-family: var(--font-serif); font-size: 2.2rem; letter-spacing: 0.08em; color: var(--charcoal); }
.refer-share-note { margin: 0 0 14px; font-family: var(--font-sans); font-size: .85rem; color: var(--seafloor); line-height: 1.5; }
.refer-share-row { display: flex; gap: 8px; align-items: stretch; }
.refer-share-row input { flex: 1 1 auto; padding: 11px 12px; border: 1px solid var(--sand); border-radius: 12px; font-family: var(--font-sans); font-size: .8rem; background: var(--renewnature); color: var(--seafloor); }
.refer-copy {
    background: var(--charcoal);
    border: 2px solid var(--brass);
    border-radius: 12px;
    color: var(--brass);
    cursor: pointer;
    font-size: .8rem;
    font-family: var(--font-serif);
    padding: 0 16px;
}
.refer-how { padding: 10px 20px 30px; }
.refer-how-inner { max-width: 680px; margin: 0 auto; }

/* Refer hero image: featured image, full-bleed across the brass card's top */
.refer-hero-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 60px 60px 0 0;
}
.refer-page-inner { overflow: hidden; }
.refer-page-inner .refer-hero { padding-top: 3.5rem; }

/* Refer steps: editorial ledger (redesigned 2026-07-16, the card row read weak) */
.refer-how-title {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 1.9rem;
    color: var(--charcoal);
    text-align: center;
    margin: 0 0 10px;
}
.refer-ledger { font-family: var(--font-sans); }
.refer-ledger-row {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 26px 6px;
}
.refer-ledger-row + .refer-ledger-row { border-top: 1px solid rgba(22, 22, 22, 0.07); }
.refer-ledger-n {
    margin: 0;
    flex: 0 0 84px;
    font-family: var(--font-sans);
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--wild);
    text-align: center;
}
.refer-ledger-body { flex: 1 1 auto; text-align: left; }
.refer-ledger-t {
    margin: 0 0 6px;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    line-height: 1.25;
    color: var(--charcoal);
}
.refer-ledger-d { margin: 0; font-size: .95rem; line-height: 1.55; color: var(--seafloor); }
@media (max-width: 600px) {
    .refer-ledger-row { gap: 18px; padding: 22px 2px; }
    .refer-ledger-n { flex-basis: 58px; font-size: 4rem; }
}

/* Codex single-ingredient: "The record" (origin / harvested / impact / traditional use) */
.codex-record { margin-top: 34px; }
.codex-record-time {
    margin: 0 0 18px;
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--seafloor);
}
.codex-record-time span {
    display: block;
    font-family: var(--font-sans);
    font-size: 2.6rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--wild);
}
.codex-record-rows { border-top: 1px solid rgba(22, 22, 22, 0.07); }
.codex-record-row { padding: 18px 0; border-bottom: 1px solid rgba(22, 22, 22, 0.07); }
.codex-record-label {
    margin: 0 0 6px;
    font-family: var(--font-sans);
    font-size: .85rem;
    font-weight: 400;
    color: var(--taupe);
}
.codex-record-body { font-family: var(--font-sans); font-size: .98rem; line-height: 1.6; color: var(--seafloor); }
.codex-record-body p { margin: 0 0 10px; }
.codex-record-body p:last-child { margin-bottom: 0; }

/* Refer front page: sign-in card button */
.refer-card a.ba-btn-gold { display: inline-block; margin-top: 14px; text-decoration: none; }

/* Referral desk (signed-in /referrals/ account page) */
.ba-refdesk-card {
    background: var(--mutednature);
    border-radius: 24px;
    padding: 26px 24px;
    margin: 0 0 18px;
    text-align: center;
    font-family: var(--font-sans);
}
.ba-refdesk-label { margin: 0 0 8px; font-size: .85rem; color: var(--taupe); font-weight: 400; }
.ba-refdesk-code {
    margin: 0 0 12px;
    font-family: var(--font-serif);
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: var(--charcoal);
}
.ba-refdesk-note { margin: 0 0 14px; font-size: .9rem; line-height: 1.55; color: var(--seafloor); }
.ba-refdesk-card .refer-share-row { max-width: 460px; margin: 0 auto; }
.ba-refdesk-tiles { display: flex; gap: 18px; margin: 0 0 18px; font-family: var(--font-sans); }
.ba-refdesk-tile {
    flex: 1 1 0;
    background: var(--mutednature);
    border-radius: 24px;
    padding: 22px 12px;
    text-align: center;
}
.ba-refdesk-n {
    margin: 0 0 4px;
    font-family: var(--font-sans);
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--wild);
}
.ba-refdesk-t { margin: 0; font-size: .88rem; color: var(--seafloor); }
.ba-refdesk-table { width: 100%; border-collapse: collapse; font-size: .9rem; color: var(--seafloor); margin: 0 0 12px; }
.ba-refdesk-table th { font-weight: 400; color: var(--taupe); text-align: left; padding: 6px 8px; border-bottom: 1px solid rgba(22, 22, 22, 0.08); }
.ba-refdesk-table td { padding: 8px; border-bottom: 1px solid rgba(22, 22, 22, 0.06); text-align: left; }
.ba-refdesk-rw { font-family: var(--font-serif); color: var(--charcoal); letter-spacing: 0.05em; }
.ba-refdesk-how { text-align: center; margin: 22px 0 0; font-family: var(--font-sans); font-size: .92rem; }
.ba-refdesk-how a { color: var(--burnt); text-decoration: underline; }

/* Refer value row: the four trust marks, same art as the email value block */
.refer-values { padding: 10px 20px 70px; }
.refer-values-row {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 34px;
    border-top: 1px solid rgba(22, 22, 22, 0.07);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 18px;
    font-family: var(--font-sans);
}
.refer-value { flex: 1 1 130px; max-width: 150px; text-align: center; }
.refer-value img { display: block; margin: 0 auto 10px; height: 52px; width: auto; }
.refer-value p { margin: 0; font-size: .82rem; line-height: 1.45; color: var(--seafloor); font-weight: 400; }

/* ---- Ware / Atmosphere PDP ---- */
.ware-kicker {
    margin: 0 0 6px;
    font-size: .8rem;
    color: var(--taupe);
    font-family: var(--font-sans);
}
.ware-price { margin: 12px 0 4px; font-family: var(--font-serif); font-size: 1.5rem; color: var(--charcoal); }
.ware-price-was { text-decoration: line-through; color: var(--taupe); font-size: 1.1rem; }
.single-ware-content { margin: 14px 0 0; }
.ware-variants { margin: 18px 0 0; }
.ware-variants label {
    display: block;
    font-size: .8rem;
    color: var(--seafloor);
    margin: 0 0 6px;
    font-family: var(--font-sans);
}
.ware-variants select { width: 100%; max-width: 320px; padding: 10px 12px; border: 1px solid var(--sand); border-radius: 12px; font-family: var(--font-sans); background: var(--renewnature); }
.ware-actions { margin: 20px 0 0; }
.ware-accordions { margin: 28px 0 0; border-top: 1px solid rgba(22, 22, 22, 0.08); }
.ware-accordion { border-bottom: 1px solid rgba(22, 22, 22, 0.08); }
.ware-accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: 1rem;
    color: var(--charcoal);
    text-align: left;
}
.ware-accordion-toggle span[aria-hidden] { font-size: 1.2rem; color: var(--taupe); }
.ware-accordion-panel { padding: 0 0 16px; font-family: var(--font-sans); font-size: .9rem; color: var(--seafloor); line-height: 1.6; }
.ware-reviews { max-width: 800px; margin: 0 auto; }

/* ---- Codex entry extras ---- */
.codex-related-notes { list-style: none; margin: 0; padding: 0; }
.codex-related-notes li { padding: 8px 0; border-bottom: 1px solid rgba(22, 22, 22, 0.06); }
.codex-related-notes a { color: var(--burnt); }
.codex-entry-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 36px 0 0;
    font-family: var(--font-sans);
    font-size: .9rem;
}
.codex-entry-nav a { color: var(--burnt); }
.codex-entry-nav .codex-hub-link { color: var(--seafloor); }

/* ---- Rotation toast ---- */
#ba-rotation-toast {
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--renewnature);
    border: 1px solid var(--mutednature);
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(22, 22, 22, 0.16);
    overflow: hidden;
    cursor: pointer;
    transition: transform .45s ease, opacity .45s ease;
    will-change: transform;
}
#ba-rotation-toast.ba-rot-mobile { left: 30px; right: 30px; bottom: 30px; height: 80px; transform: translateY(140%); }
#ba-rotation-toast.ba-rot-desktop { top: 100px; right: 30px; width: 325px; transform: translateX(120%); }
#ba-rotation-toast.ba-rot-in { transform: translate(0, 0); }
#ba-rotation-toast.ba-rot-out { opacity: 0.6; }
#ba-rotation-toast.ba-rot-mobile.ba-rot-out { transform: translateY(140%); }
#ba-rotation-toast.ba-rot-desktop.ba-rot-out { transform: translateX(120%); }
#ba-rotation-toast img { width: 80px; height: 80px; object-fit: cover; flex: 0 0 80px; display: block; }
.ba-rot-text-wrap { flex: 1 1 auto; padding: 12px 34px 12px 0; }
#ba-rotation-toast.ba-rot-noimg .ba-rot-text-wrap { padding-left: 14px; }
.ba-rot-text { margin: 0; font-family: var(--font-serif); font-size: 15px; line-height: 1.3; color: var(--charcoal); }
#ba-rotation-toast.ba-rot-mobile .ba-rot-text { font-size: 14px; }
#ba-rotation-toast.ba-rot-mobile .ba-rot-text-wrap { padding: 10px 34px 10px 0; }
.ba-rot-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1;
    color: var(--taupe);
    cursor: pointer;
    padding: 4px;
}
