/*@import url("https://use.typekit.net/fdy3pdi.css");*/

/* parkinsans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/parkinsans-v2-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* parkinsans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/parkinsans-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* parkinsans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/parkinsans-v2-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* parkinsans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/parkinsans-v2-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* parkinsans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/parkinsans-v2-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* parkinsans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/parkinsans-v2-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family:"acumin-variable";
    src:url("../fonts/acumin-variable.woff2") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:100 900;
    font-stretch:normal;
}


:root {
    /*--toddle-green: #017473;*/
    --toddle-green: #507F7F;
    --toddle-green-dark: #1F4D4E;
    --toddle-accent-green: #8fcfc7;
    --toddle-bottle-lid-green: #3ac7af;
    /*--toddle-blue: #4e80d1;*/
    --toddle-blue: #009bda;
    --toddle-orange: #f47d46;
    --toddle-red: #bc1414;
    --toddle-orange-70: rgba(244, 125, 70, 0.7);
    --main-bg-color: #ffffff;
    --accent-bg-color: #f5f5f5;

    /*--toddle-slate: #292b31;*/
    --toddle-slate: #434d4b;
    --toddle-light-grey: #f5f5f5;

    --error-color: #e74c3c;

    --toddle-heading-font: 'Parkinsans', sans-serif;
    --toddle-body-font: "acumin-variable",sans-serif;
    /*font-variation-settings: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;*/

    --menu-breakpoint: 848px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Base styles for all screen sizes (mobile-first) */
:root {
    font-size: 16px; /* Sets the base for 1rem */
}

h1 { font-size: 2.6rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.75rem; }
h4, h2.woocommerce-loop-product__title { font-size: 1.3rem; }
h5 { font-size: 1.15rem; }
h6 { font-size: 1rem; }

p {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--toddle-body-font), sans-serif;
}

html {
    scroll-behavior: smooth;
}


body {
    line-height: 1.6;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--toddle-heading-font), sans-serif;
    color: var(--toddle-green);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span
{
    font-family: var(--toddle-heading-font), sans-serif;
    color: var(--toddle-green);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    font-family: var(--toddle-heading-font), sans-serif;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 300;
}

h5 {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.04em;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6  strong {
    letter-spacing: -0.02em;
}

@media(min-width: 480px){

}

@media(min-width: 576px){

}

@media(min-width: 848px){

}

@media(min-width: 1200px){

}

@media(min-width: 1600px){

}

img:not(.custom-logo, .toddle-text-logo, .tagline-logo, .footer-logo-image) {
    border-radius: 8px;
}

.tagline-logo {
    display: inline-block;
    height:1em;
    vertical-align: middle;
    margin-top: -8px;
    width:auto;
}

.font-heading {
    font-family: var(--toddle-heading-font), sans-serif !important;
}

p, a, li, span {
    font-family: var(--toddle-body-font), sans-serif;
    color: var(--toddle-slate)
}

main p {
    /*font-size:1.2em;*/
    margin: 1.2em auto;
}

strong {
    color: var(--toddle-green);
}

.font-body {
    font-family: var(--toddle-body-font), serif !important;
}

.wp-block-woocommerce-accordion-group h3 {
    font-family: var(--toddle-body-font) !important;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    margin: 0;

    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;

    color: #212529;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2rem;

    /* Interaction */
    cursor: pointer;
    user-select: none;
    transition: all 0.15s ease-in-out;

    /* Remove default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Remove focus outline and replace with custom */
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Hover states for different variants */
.btn:hover {
    text-decoration: none;
}

/* Disabled state */
.btn:disabled,
.btn.disabled {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.btn-teal {
    background: var(--toddle-green);
    color:white;
}

.btn-teal-outline {
    border: 2px solid var(--toddle-green);
    font-weight: bold;
    color: var(--toddle-green);
}

.btn-teal-outline:hover {
    background: var(--toddle-green);
    font-weight: normal;
    color: white;
}





h2.widgettitle {
    color: var(--toddle-green);
}

div.widget_recent_entries {
    text-align:center;
}

/* Navbar Styles */

.navbar {

    padding: 1rem 2em;
    background-color: var(--main-bg-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width:100%;
    /*max-width: 1200px;*/
    top: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 10;
    border-bottom: 8px solid var(--toddle-green);
}

.navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin:auto;
    padding: 0 2em;
}

/*.navbar .menu-primary-container {*/
/*    display:none;*/
/*}*/

.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    border-bottom: none !important;
}

img.custom-logo {
    font-size: 1.8rem;
    font-weight: bold;
}

/* Hamburger Menu Styles */
.hamburger {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 15;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--toddle-green);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 11px;
}

.hamburger span:nth-child(4) {
    top: 22px;
}

.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
}

.hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav-links {
    display: flex;
    list-style: none;
    transition: all 0.3s ease-in-out;
    align-items: center;
}

.nav-links li {
    margin: 0 1rem;
}

.nav-links a,
.nav-links span.amount bdi,
.nav-links span.amount bdi .woocommerce-Price-currencySymbol {
    text-decoration: none;
    color: var(--toddle-green);
    font-weight: 500;
    transition: all 0.3s;
    text-shadow: 0 0 0 transparent; /* No visible shadow */
}

.nav-links img {
    display: none;
}

.nav-links a:hover, .nav-links li.current_page_item a {
    text-shadow: 0 0 0.08em currentColor;
}

main {
    margin-top: 5em !important;
}

main li:not(.product) {
    /*font-size: 1.2em;*/
    margin: 0.8em auto;
    list-style-type: none;
}

main ul {
    margin-bottom: 2em;
}

main.has-hero {
    margin-top: 0 !important;
}

.buy-button, .subscribe-button, .nf-form-content input[type="submit"], .toddle-button,
.wc-block-components-checkout-place-order-button, .woocommerce-button {
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-family: var(--toddle-body-font);
    /*font-weight: bold;*/
    cursor: pointer;
    margin-top: -4px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
}

.buy-button {
    background-color: var(--toddle-orange);
    border: var(--toddle-orange) 1px solid;
    color: white;

}

.subscribe-button, .nf-form-content input[type="submit"], .button-green, .wc-block-components-checkout-place-order-button, .woocommerce-button {
    background-color: var(--toddle-green);
    border: var(--toddle-green) 1px solid;
    color: white;

}

.subscribe-button:hover, .nf-form-content input[type="submit"]:hover, .button-green:hover, .wc-block-components-checkout-place-order-button:hover, .woocommerce-button:hover {
    background: transparent;
    color: var(--toddle-green);
}


.buy-button:hover{
    background: white;
    color: var(--toddle-orange);
}

.product-tile-button {
    color:white;
    border:none;
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 40px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
}

.product-tile-button span { color:white; }





/* Mobile Menu Styles */
@media (max-width: 848px) {
    .hamburger {
        display: block;
    }

    .hamburger + #navigationDrawer {
        /*display:none;*/
        opacity: 0;
        position:absolute;
        transition: all 0.5s ease-in-out;

    }

    .hamburger.open + #navigationDrawer {
        /*display:block;*/

        opacity: 1;
    }

    #navigationDrawer{
        position: fixed;
        display:flex;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: var(--main-bg-color);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        padding: 2rem 0.5rem;
        z-index: 11;
        text-align: center;
    }

    #navigationDrawer.active {
        right: 0;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
    }

    .nav-links li {
        margin: 1rem 0;
    }


    /*.buy-button {*/
    /*    margin: 2rem 0 0 0;*/
    /*}*/
}


dialog {

    max-width: 400px;
    box-shadow: 4px 4px 4px #f5f5f5;
    padding: 1em;
    outline: 0;
    border: 1px solid black;
    border-radius: 8px;
    margin: auto;
    z-index: 101;
}

dialog .dialog-header h3 {
    display: inline-block;
}

dialog .dialog-close {

    float: right;
}

dialog .dialog-body {
    margin-top: 1em;
}


.hero {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/** desktop styles **/

.hero video {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/** mobile styles **/

.hero img {
    width:100%;
    object-fit: cover;
    object-position: right;
}

.hero-overlay, .blog-overlay {
    height: 100%;
    width:100%;
    position:absolute;
    z-index: 1;
}

.overlay-light {
    background: linear-gradient(transparent, #f8f8f8);
}

.overlay-dark {
    background-color: rgba(0, 0, 0, 0.33);
}

.front-page-hero-heading {
    color: white;
    /*font-size: 2rem;*/
    /*line-height: 2.2rem;*/
    font-weight: 400;
    font-family: var(--toddle-heading-font);

    /** From modern **/
    font-size: 1.6em;
    line-height: 1.2em;
}

.front-page-hero-heading strong {
    font-weight: 700;
    /*letter-spacing: -0.02em;*/
    font-family: var(--toddle-heading-font);
}

.hero-content {
    /*border: blue 1px solid;*/
    position: relative;
    margin: 17em auto auto auto;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
}

.front-page-hero-subheading  {
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.6em;
    color: white;
    /*letter-spacing: -0.04em;*/
    font-family: var(--toddle-body-font);
}

.front-page-hero-subheading  br {
    display:none;
}

.hero-cta-button {
    margin-top: 3em;
    background: var(--toddle-orange);
    border: 2px solid var(--toddle-orange);
    font-family: var(--toddle-body-font);
    font-weight: 500;
    color: white;
    border-radius: 3em;
    padding: 8px 14px;
    font-size: 1em;
    margin-bottom: 3em;
    display:inline-block;
    text-decoration: none;
}

.hero-cta-button:hover, .hero-cta-button:active {
    color:var(--toddle-orange);
    border-color: var(--toddle-orange);
    background: transparent;
}

.hero-lower-banner {
    /*margin-top: -10px;*/
    /*padding-top: 0.6em;*/
    /*padding-bottom: 0.6em;*/
    text-align:center;

}

.hero-lower-banner-content {
    display:flex;
    align-items: center;
    width:fit-content;
    margin:auto;
}

.hero-lower-banner-content span.toddle-text-logo {
    font-family: var(--toddle-heading-font);
    font-weight: 600;
}

.hero-lower-banner img.toddle-text-logo {
    height: 42px;
    width:auto;
    margin-top: -6px;
}

.hero-lower-banner-content span {
    color:white;
    font-size: 10px;
    font-family: var(--toddle-heading-font);
}

@media(min-width:320px) {

    .hero-lower-banner-content span {
        font-size: 12px;
    }
}



.container-fluid {
    width: 100%;
    /*text-align: center;*/

}


.container, .content-area {
    margin: auto;
    padding: 2em 1em;
}

.icon-container {
    margin: auto;
    padding: 1em;
}


@media(min-width: 380px) {

    .container, .content-area, .icon-container {
        margin: auto;
        padding: 2em;
        max-width: 1100px;
    }

}




.container-alt {
    padding: 4rem 2rem;
    /*text-align: center;*/
    background: var(--accent-bg-color);
}


.section-title {
    font-size: 1.6rem;
    /*margin-bottom: 3rem;*/
    /*color: var(--toddle-accent-green);*/
}

.intro-section {
    padding-top: 3em;
}

.product-title-row {
    /*display: inline-flex;*/
    /*align-items: center;*/
    position: relative;
    display: block;
    text-align: center;
}


.product-icon {
    /*display:block;*/
    max-width: 96px;
    height: auto;
    flex-basis: 30%;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1200px;
}


@media (min-width: 628px) and (max-width: 991px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

    /* Push the third item to center */
    .products-grid div:nth-child(3) {
        grid-column: span 2;
        width: calc(50% - 2rem);
        justify-self: center;
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

}

.product-card {
    background-color: var(--main-bg-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    position:relative;
    text-align:center;
}

.product-card strong {
    color:white;
}

.product-more-info {
    transition: transform 0.3s;
    padding: 2.5em;
    display: none;
    height: 100%;

}

.more-info-section {
    display:none;
}

.more-info-section p, .product-card li  {
    font-family: var(--toddle-body-font);
    margin:0;
    color:white;
}

.product-card:hover {
    /*transform: translateY(-10px);*/
}

.product-card:hover .product-title,
.product-card:active .product-title,
.product-card:hover .product-icon,
.product-card:active .product-icon,
.product-card:hover .product-tile-button,
.product-card:active .product-tile-button
{
    display:none;
}

.product-card:hover .more-info-section,
.product-card:active .more-info-section
{
    display:block;
}

.product-card:hover .product-image-container,
.product-card:active .product-image-container
{
    position:absolute;
    bottom: 0;
}

.more-info-section p{
    margin:1.6em;
}

.product-card:hover img.shrinking,
.product-card:active img.shrinking
{
    transform: scale(0.55);
    transition: 0.3s ease-in-out;
}

.product-card:hover img.disappearing,
.product-card:active img.disappearing
{
    display:none;
    transition: 0.3s ease-in-out;
}

.product-card ul {
    margin:1.6em;
}

.product-card li {
    color:white;
    list-style-position: inside;
    list-style-type: disc;
}

.hover-bg-orange:hover {
    background: var(--toddle-orange);
    transition: 0.3s ease-in-out;
}

.hover-bg-blue:hover {
    background: var(--toddle-blue);
    transition: 0.3s ease-in-out;
}

.hover-bg-bottle-lid-green:hover {
    background: var(--toddle-bottle-lid-green);
    transition: 0.3s ease-in-out;
}

.hover-text-white:hover {
    color: white;
}

.product-image {
    width: 60%;
    height: auto;
    object-fit: contain;
    object-position: top;

}

.product-info {
    padding: 1.5rem 0;
}

.product-title {
    /*font-size: 1.6rem;*/
    margin-bottom: 0.5rem;
    color: #333;
    flex-basis: 70%;
}

.product-title-icon {
    height: 1.5em;
    margin-bottom: -8px;
    margin-left: -5px;
}

.products-grid a {
    text-decoration: none;
}

.product-description {
    color: #666;
    margin-bottom: 1rem;
}

.suitable-from-container {
    margin-top: 3em;
}


.suitable-from-container p {
    font-weight: bold;
}

/* Full Width Section */
.full-width-section {
    padding: 4rem 2rem;
    /*text-align: center;*/
}

.full-width-content {
    max-width: 1100px;
    margin: 0 auto;
}

.full-width-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.text-center {
    text-align: center !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-green {
    color: var(--toddle-green);
}

.bg-green {
    background: var(--toddle-green);
}

.hover-bg-green:hover {
    background: var(--toddle-green) !important;
}

.border-green {
    border-color: var(--toddle-green) !important;
}


.text-light-green {
    color: var(--toddle-accent-green);
}

.bg-light-green {
    background: var(--toddle-accent-green);
}

.hover-bg-light-green:hover {
    background: var(--toddle-accent-green) !important;
}

.border-light-green {
    border-color: var(--toddle-accent-green) !important;
}

.text-bottle-lid-green {
    color: var(--toddle-bottle-lid-green) !important;
}

.bg-bottle-lid-green {
    background: var(--toddle-bottle-lid-green) !important;
}

.hover-bg-bottle-lid-green:hover {
    background: var(--toddle-bottle-lid-green) !important;
}

.border-bottle-lid-green {
    border-color: var(--toddle-bottle-lid-green) !important;
}


.text-blue {
    color: var(--toddle-blue) !important;
}

.bg-blue {
    background: var(--toddle-blue) !important;
}

.hover-bg-blue:hover {
    background: var(--toddle-blue) !important;
}

.border-blue {
    border-color: var(--toddle-blue) !important;
}

.text-orange {
    color: var(--toddle-orange) !important;
}

.bg-orange {
    background: var(--toddle-orange) !important;
}

.hover-bg-orange:hover {
    background: var(--toddle-orange) !important;
}

.border-orange {
    border-color: var(--toddle-orange) !important;
}

.text-white {
    color: white !important;
}

.bg-white {
    background: white;
}


.text-lg {
    font-size: 1em !important;
}

.text-xl {
    font-size: 1.1em !important;
    /*font-weight: bolder;*/
}

.text-xxl {
    font-size: 1.5em !important;
    /*font-weight: 900;*/
}

.display-title-lg {
    font-size: 3.1em;
}

.microbiome-post-image-button-row {
    display:none !important;
}

@media(min-width: 270px) {

    .more-info-section p, .product-card li {
        /*font-size: 1rem;*/
    }

    .product-card:hover img.shrinking {
        transform: scale(0.5);
    }

}

@media (min-width: 428px) {

    .text-lg {
        font-size: 1.1em !important;
    }

    .text-xl {
        font-size: 1.4em !important;
        /*font-weight: bolder;*/
    }

    .text-xxl {
        font-size: 2em !important;
        /*font-weight: 900;*/
    }

    .display-title-lg {
        font-size: 4.2em;
    }

    .more-info-section p, .product-card li  {
        /*font-size: 1.3em;*/
    }

    .product-card:hover img.shrinking {
        transform: scale(0.6);
    }

}


@media (min-width: 576px) {

    .text-lg {
        font-size: 1.4em !important;
    }

    .text-xl {
        font-size: 1.8em !important;
        /*font-weight: bolder;*/
    }

    .text-xxl {
        font-size: 2.6em !important;
        /*font-weight: 900;*/
    }

    .display-title-lg {
        font-size: 6em;
    }

    .more-info-section p, .product-card li  {
        /*font-size: 1.1em;*/
    }

    .microbiome-post-image-button-row {
        display:flex !important;
    }


}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}


.quote-container {
    margin: 1em auto;
    padding-bottom: 2em;
}

.quoted-text {
    font-size: 3.4em;
    font-weight: bolder;
}

/* Responsive Styles */
@media (max-width: 848px) {



    .navbar {
        /*flex-direction: column;*/
        padding: 1rem;
    }

    .nav-links {
        margin-top: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-links li {
        margin: 0.5rem;
    }

    .nav-links img {
        display: block;
        margin-bottom: 4em;
    }

    .side-nav-logo {
        padding: 3em;
        max-width:400px;
    }


}


.form-container {
    background-color: var(--accent-bg-color);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 500px;
    transition: transform 0.3s ease;
}

.form-container:hover {
    transform: translateY(-5px);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h2 {
    color: var(--toddle-accent-green);
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: none;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-control, .nf-form-content input, .nf-form-content textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--accent-bg-color);
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-control:focus, .nf-form-content input:focus, .nf-form-content textarea:focus {
    border-color: var(--toddle-accent-green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(143, 207, 199, 0.2);
}

@media(max-width: 567px) {
    .nf-form-content textarea {
        height: 100px !important;
    }
}
.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.checkbox-group input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: var(--toddle-green);
}

.checkbox-group label {
    font-size: 14px;
    line-height: 1.4;
}

.checkbox-group a {
    color: var(--toddle-accent-green);
    text-decoration: none;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--toddle-accent-green);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #77b7b0;
}

/* Error states */
.error {
    border-color: var(--error-color) !important;
}

.error-message {
    color: var(--error-color);
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .form-container {
        padding: 20px;
    }

    .form-control {
        padding: 10px 12px;
    }
}

footer {
    background-color: var(--accent-bg-color);
    padding-top: 40px;
}

.footer-container {
    /*max-width: 1200px;*/
    margin: 0 auto;
    /*padding: 0 20px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.footer-about p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-links h3,
.footer-contact h3 {
    color: var(--toddle-accent-green);
    margin-bottom: 20px;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3::after,
.footer-contact h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--toddle-green);
}

.footer-links ul {
    list-style: none;
}

/*.footer-links li {*/
/*    margin-bottom: 10px;*/
/*}*/

.footer-links a, .footer-contact a {
    color: var(--toddle-green);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover, .footer-contact a:hover {
    color: var(--toddle-green);
}

.footer-contact p {
    /*color: var(--light-text);*/
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer-contact i {
    color: var(--toddle-accent-green);
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    color: white;
    background: var(--toddle-accent-green);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-links a:hover {
    color: white;
    background: var(--toddle-green);
    transform: translateY(-3px);
}

.social-links i {
    color: white;
}

footer .translation-options {
    margin-top: 2em;
}

.footer-bottom {
    background: var(--toddle-green);
    text-align: center;
    padding: 1em 0;
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
    color: white;
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--toddle-accent-green);
    text-decoration: none;
}

.social-links a {
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
        margin: auto;
    }

    .footer-links h3::after,
    .footer-contact h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }
}

.status-page-container {
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: center; /* Vertical */
    height: 60vh;
}

.status-content {
    text-align: center;
}

.status-code {
    font-size: 6em;
    text-align: center;
    color: var(--toddle-green);
}

.status-message {
    font-size: 2em;
    text-align: center;
    color: var(--toddle-green);
}

.status-image {
    max-width: 200px;
    margin: 3em;
}

.form-feedback {
    display: none;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    padding: 0.8em;
}

.show {
    display: block !important;
}


.explainer-video video {
    width: 100%;
    height: auto;
}

.skin-microbiome,
.about-us {
    padding-top: 4em;
    padding-bottom: 4em;
    max-width: 1100px;
    margin: auto;
    /*text-align: center;*/
}

@media (min-width: 848px) {

    #navigationDrawer img {
        display: none;
    }

    .skin-microbiome,
    .about-us {
        text-align: left;
    }

}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.col, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-12,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12 {
    flex-basis: 100%;
    width: 100%;
}

@media (min-width: 768px) {


    .col-sm-3 {
        flex-basis: calc(3 / 12 * 100%);
        width: calc(3 / 12 * 100%);
    }

    .col-sm-4 {
        flex-basis: calc(4 / 12 * 100%);
        width: calc(4 / 12 * 100%);
    }

    .col-sm-5 {
        flex-basis: calc(5 / 12 * 100%);
        width: calc(5 / 12 * 100%);
    }

    .col-sm-6 {
        flex-basis: calc(6 / 12 * 100%);
        width: calc(6 / 12 * 100%);
    }

    .col-sm-7 {
        flex-basis: calc(7 / 12 * 100%);
        width: calc(7 / 12 * 100%);
    }

    .col-sm-8 {
        flex-basis: calc(8 / 12 * 100%);
        width: calc(8 / 12 * 100%);
    }

    .col-sm-9 {
        flex-basis: calc(9 / 12 * 100%);
        width: calc(9 / 12 * 100%);
    }

}

@media (min-width: 848px) {


    .col-md-3 {
        flex-basis: calc(3 / 12 * 100%);
        width: calc(3 / 12 * 100%);
    }

    .col-md-4 {
        flex-basis: calc(4 / 12 * 100%);
        width: calc(4 / 12 * 100%);
    }

    .col-md-5 {
        flex-basis: calc(5 / 12 * 100%);
        width: calc(5 / 12 * 100%);
    }

    .col-md-6 {
        flex-basis: calc(6 / 12 * 100%);
        width: calc(6 / 12 * 100%);
    }

    .col-md-7 {
        flex-basis: calc(7 / 12 * 100%);
        width: calc(7 / 12 * 100%);
    }

    .col-md-8 {
        flex-basis: calc(8 / 12 * 100%);
        width: calc(8 / 12 * 100%);
    }

    .col-md-9 {
        flex-basis: calc(9 / 12 * 100%);
        width: calc(9 / 12 * 100%);
    }

}

.col-1 {
    flex-basis: calc(1 / 12 * 100%);
    width: calc(1 / 12 * 100%);
}

.col-3 {
     flex-basis: calc(3 / 12 * 100%);
     width: calc(3 / 12 * 100%);
 }

.col-4 {
    flex-basis: calc(4 / 12 * 100%);
    width: calc(4 / 12 * 100%);
}

.col-5 {
    flex-basis: calc(5 / 12 * 100%);
    width: calc(5 / 12 * 100%);
}

.col-6 {
    flex-basis: calc(6 / 12 * 100%);
    width: calc(6 / 12 * 100%);
}

.col-7 {
    flex-basis: calc(7 / 12 * 100%);
    width: calc(7 / 12 * 100%);
}

.col-8 {
    flex-basis: calc(8 / 12 * 100%);
    width: calc(8 / 12 * 100%);
}

.col-9 {
    flex-basis: calc(9 / 12 * 100%);
    width: calc(9 / 12 * 100%);
}

.col-12 {
    flex-basis: 100%;
    width: 100%;
}


.product-gallery {
    display: none;
    /*flex-direction: row;*/
}

.product-main-image {
    max-width:100%;
    height: 360px;
    margin: auto;
}

@media(min-width:848px) {

    .product-main-image {
        max-width:100%;
        height: 600px;
        margin: auto;
    }

}



.product-video-row {
    margin-bottom: 2em;
}

.bears-seesaw-image {
    width: 80%;
    height: auto;
    margin: 3em auto 0;
}

.badges-row {
    max-width: 400px;
    margin: auto;
    text-align: center !important;
}

.badges-row img {
    height: 75px;
    width: auto;
    margin: auto;
    text-align: center !important;
}

.single-tube {
    display: none;
}


.hacks-for-grownups {
    margin: 2em;
    padding: 2em 2em 0 2em;
    border-radius: 8px;
    color: white !important;

}


.hacks-for-grownups.show-mobile {
    margin: 1.8em 0;
}

.hacks-for-grownups h3 {
    color: white !important;
    text-decoration: underline;
}

.hacks-for-grownups li {
    color: white;
    font-size: 0.8em;
    padding-top: 0.4em;
}

.hacks-for-grownups img {
    height: 60px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-top: 0.6em;
}

.product-recommendations-row {
    padding-top: 3em;
}

.product-recommendations {
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.product-recommendations img {
    box-shadow: 0 0 4px 4px #f5f5f5;
    margin: 1em;
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 1.6em;
    min-width: 0;
}

.badges-row h3 {
    display: none;
}

.simple-video-container {

    position: relative;
    width: 100%; /* Or your desired width */
    height: auto;
}

.simple-video-container video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Crucial: Hides the built-in controls */
    /* Remove this line if you want to use the default controls as a fallback */
    controls: false;
    border-radius: 8px;
}

/* Style for the custom button */
.player-control-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.3s;
}

.play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%); /* Adjust for triangle appearance */
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
}

/* Pause icon: Two vertical bars */
.pause-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 8px;
    height: 25px;
    background: white;
    box-shadow: 10px 0 0 white; /* The second bar */
}

/* Hide the button when the video is playing */
.video-playing {
    opacity: 0;
    pointer-events: none;
}


@media (min-width: 768px) {

    .product-gallery {
        margin: 1em;
        display: flex;
        flex-direction: row;
        padding: 2em;
    }

    .product-gallery img {
        box-shadow: 0 0 4px 4px #f5f5f5;
        margin: 1em;
    }

    .product-recommendations {
        flex-direction: row;
    }

    .product-image-pane {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-tube {
        display: block;
    }

    .two-tubes {
        display: none;
    }


    .bears-seesaw-image {
        width: 50%;
        margin: 5em auto 3em;
    }


    .badges-row {
        max-width: 500px;
    }

    .badges-row img {
        height: 72px;
    }

    .badges-row h3 {
        display: block;
    }

    .index-products-container {
        padding-top: 8em;
        padding-bottom: 8em;
    }

}

.side-nav-toddle-bear {
    width: 40%;
    margin: 0 auto !important;
    height: auto;
}

.side-nav-toddle-logo {
    width: 65%;
    height: auto;
    margin: auto;
}


.accordion {
    max-width: 800px;
    margin: 20px auto;
    font-family: var(--toddle-body-font), sans-serif;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-bottom: 1px solid var(--toddle-accent-green);
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    /*background-color: var(--secondary-color);*/
    /*color: var(--text-color);*/
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
}

.accordion-header:hover {
    /*background-color: #999;*/
}

.accordion-header::after {
    content: '+';
    font-size: 1.2rem;
    color: var(--toddle-accent-green);
    transition: transform 0.3s;
}

.accordion-header-orange::after {
    color: var(--toddle-orange);
}

.accordion-header-bottle-lid-green::after {
    color: var(--toddle-bottle-lid-green);
}

.accordion-header-blue::after {
    color: var(--toddle-blue);
}

.accordion-item.active .accordion-header::after {
    content: '−';
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.3s ease-in-out;*/
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 20px;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 20px;
}

.ingredients-text {
    line-height: 1.6;
    font-size: 0.9rem;
}

.ingredients-text h3 {
    margin-top: 15px;
}

.ingredients-text ul {
    padding-left: 20px;
    margin: 10px 0;
}

.logo .toddle-bear,
img.custom-logo {
    height: 28px;
    width:auto;
    margin-top: 12px;

}

.selling-points {
    /*text-transform: uppercase;*/
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    list-style-type: circle;
}

.selling-points li {
    font-family: var(--toddle-heading-font) !important;
}

@media (min-width: 1200px) {

    .custom-logo-link {
        /*flex-grow: 1;*/
        /*flex-basis: calc(50% + 30px);*/
        margin-bottom: -10px;
        /*align-items: baseline;*/
    }

    img.custom-logo {
        /*margin-top:15px;*/
        /*height: 45px;*/
    }

    .logo .toddle-bear {
        float: right;
        width: 60px;
        height: auto;
    }

    .nav-links {
        margin-top: 25px;
        flex-basis:70%;
    }

}

.product-title-row .product-icon {
    margin-top: -8px;
}

.bullets-orange li::marker {
    color: var(--toddle-orange);
}

.bullets-bottle-lid-green li::marker {
    color: var(--toddle-bottle-lid-green);
}

.bullets-blue li::marker {
    color: var(--toddle-blue);
}


@media (min-width: 768px) {

    .show-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-desktop {
        display: none;
    }
}


/* Dropdown Styles */

.dropdown-container {
    position: relative;
}

.dropdown {
    /*width: 200px;*/
    opacity: 0;
    max-height: 0;
    /*visibility: hidden;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    list-style: none;
    z-index: 12;
}

@media (min-width: 848px) {


    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-right {
        text-align: right !important;
    }


    .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        background-color: #f5f5f5;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    }

    .dropdown.active {
        width: auto;
    }

}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-link {
    display: block;
    padding: 0.8rem 1rem;
    color: var(--toddle-accent-green);
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-link:last-child {
    border-bottom: none;
}

.dropdown-link:hover {
    /*background-color: white;*/
    color: var(--toddle-accent-green);
    /*padding-left: 1.2rem;*/
}

/* Dropdown Indicator */
.dropdown-indicator {
    display: inline-block;
    font-size: 0.8em;
    transition: transform 0.3s;
}

.nav-item:hover .dropdown-indicator {
    transform: rotate(180deg);
}

.dropdown.active {
    opacity: 1;
    max-height: 500px;
}

.news-index-hero {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posts-wrapper, .pinned-posts{
    padding: 1em 0;
    display:flex;
    flex-wrap:wrap;
}

.news-post,
.post-excerpt {
    margin: 2em 0;
    /*padding: 1.5em 0.5em;*/
    background-color: white;
    border-radius: 8px;
    width: 100%;
    flex-basis: 100%;
    /*box-shadow: 4px 4px 4px 8px #f5f5f5;*/

}

.news-header-section, .news-content-section, .entry-header {
    padding: 1.5em 0.5em;
}

.entry-title a {
    color: var(--toddle-green);
    font-weight: 500;
    font-size: 1.8em;
    text-decoration: none !important;

}

.entry-footer {
    background: white;
}

/*a.news-heading-link {*/
/*    text-decoration:none !important;*/
/*}*/

.product-icon {
    cursor:pointer;
}

@media (min-width: 848px) {

    .posts-wrapper  {
        padding: 2em;
        gap: 32px;
    }

    .posts-wrapper article {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }

    .entry-title a {
        font-weight: 700;
        font-size: 1.8em;

    }



}

.product-detail-card h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.news-content {

    margin-top: 1.4em;
    text-align: left;

}

.video-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.video-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: var(--toddle-accent-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    margin-left: 5px;
}

.play-icon:hover {
    background-color: var(--toddle-green);
    transform: translate(-50%, -50%) scale(1.1);
}

.faq-accordion p {
    width: 100% !important;
}

.col {
    flex: 1 1 0%;
}

.d-none {
    display: none !important;
}

.product-card {
    height: 100%;
    min-height: 600px;
}

.product-info {
    height: 83%;
}

.product-image-row {
    height: 120vw;
}

.product-image {
    max-width: 60%;
}


@media (min-width: 628px) {

    .product-image-row {
        height: 55vw;
    }

    .product-image {
        max-width: 100%;
    }


}

@media (min-width: 992px) {

    .product-image-row {
        height: 34vw;
    }

    .product-image {
        max-width: 80%;
    }


}


@media (min-width: 1200px) {

    .product-image-row {
        height: 400px;
    }

}


.aside-left {
    left: -35%;
    transition: all 300ms ease-in-out 500ms;
}

.aside-left img {
    width: 70% !important;
    transition: width 500ms ease-in-out;
}

.footer-bottom p, .footer-bottom span {
    color: white !important;
}

#mc_embed_signup.footer-signup {
    padding: 0 !important;
    max-width: 280px;
}

footer .mc-field-group {
    padding-bottom: 0.4em;
}

footer .mc-field-group input {
    padding: 6px 8px;
}

footer .footer-signup-button {
    float: right;
}

.news-featured-image {
    width: 100%;
    height: 400px;
    object-fit:cover;
}

.single-post-outer-container {
    padding: 0.8em;
    background: var(--toddle-green);
}

@media(min-width: 768px) {

    .single-post-outer-container {
        padding: 2em;
    }

    .news-featured-image {
        height: 350px;
    }
}

.w-100 {
    width:100%;
}

.w-sm-50 {
    width: 100%;
}

@media(min-width: 628px) {
    .w-sm-50 {
        width: 50%;
    }

}

.rounded {
    border-radius: 12px;
}

.rounded-on-left {
    border-radius: 12px 0 0 12px;
}

.dotted-line {
    margin-bottom: 0.8em;
}

.dotted-teal-line {
    height: 20px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='3' fill='%23507F7F'/%3E%3C/svg%3E") repeat;
    background-size: 20px 20px;
}

.dotted-orange-line {
    height: 20px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='3' fill='%23f47d46'/%3E%3C/svg%3E") repeat;
    background-size: 20px 20px;
}

.dotted-bottle-green-line {
    height: 20px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='3' fill='%233ac7af'/%3E%3C/svg%3E") repeat;
    background-size: 20px 20px;
}


.float-left {
    float:left;
}

.float-right {
    float:right;
}

.m-1 { margin: 1em; }
.m-2 { margin: 2em; }
.m-3 { margin: 3em; }
.m-4 { margin: 4em; }
.m-5 { margin: 5em; }

.mb-1 { margin-bottom: 1em; }
.mb-2 { margin-bottom: 2em; }
.mb-3 { margin-bottom: 3em; }
.mb-4 { margin-bottom: 4em; }
.mb-5 { margin-bottom: 5em; }

.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mt-3 { margin-top: 3em; }
.mt-4 { margin-top: 4em; }
.mt-5 { margin-top: 5em; }

.ml-1 { margin-left: 1em; }
.ml-2 { margin-left: 2em; }
.ml-3 { margin-left: 3em; }
.ml-4 { margin-left: 4em; }
.ml-5 { margin-left: 5em; }

.mr-1 { margin-right: 1em; }
.mr-2 { margin-right: 2em; }
.mr-3 { margin-right: 3em; }
.mr-4 { margin-right: 4em; }
.mr-5 { margin-right: 5em; }

.p-1 { padding: 1em; }
.p-2 { padding: 2em; }
.p-3 { padding: 3em; }
.p-4 { padding: 4em; }
.p-5 { padding: 5em; }

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

.framed-image {
    box-shadow:  4px 4px 2px 2px #f5f5f5;
    padding: 1em;
    width:100%;
    height:90%;
    object-fit:cover;
}

@media(min-width: 768px) {

    .framed-image {
        width:90%;
        height:90%;
    }


}

#subscribeResponseToast {

    border-radius: 4px;
    color:white;
    margin-bottom: 1.6em;
}

#subscribeResponseToast.error {
    background: #EF7D7DFF;
}

#subscribeResponseToast.success {
    background: #5eab6e;
}


.news-featured-image-section {
    position:relative;
}

.pinned-post-indicator {
    position:absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 20px;
    display:none;
}

.pinned-post-indicator.pinned {
    display:block !important;
}

.pinned-post-indicator i {
    color: white;
    font-size: 2em;
    padding:0.5em;
}

.in-content-video {
    width:100%;
    /*max-width: 900px;*/
    margin:auto;
}

.in-content-video-container {
    display: flex;
    justify-content: center;
}

.striped-row {
    background-image: repeating-linear-gradient(
            135deg,
            #e0e0e0, #e0e0e0 2px,
            var(--toddle-green), var(--toddle-accent-green) 4px
    );
}

.card {
    border-radius: 4px;
    background: white;
    padding: 1.2em;
    margin:1em;
    box-shadow: var(--toddle-green), 2px 2px 2px 2px;
}

.check {
    color: var(--toddle-green);
    font-weight: 700;
}

select {
    padding: 0.8em 1.2em;
    background:transparent;
}

a.button.product_type_variable.add_to_cart_button {
    /*width: 100%;*/
    display:block;
    margin-top:1.2em;
    margin-right:auto;
    text-align:center;
    width:fit-content;
    padding: 0.6em 1em;
    font-size: 0.9em;
    /*border-radius: 8px;*/
    /*background: #f5f5f5;*/
    border: 1px solid var(--toddle-green);
    font-family: var(--toddle-body-font);
    /*font-weight: 500;*/
    color: var(--toddle-green);
    text-decoration:none;
}


/** Blog styles **/

/* Single Post Styles */


.single-post {
    margin: 60px 0;
}

/* Post Header */
.post-header {
    margin-bottom: 40px;
}

.post-categories {
    margin-bottom: 15px;
}

.post-categories a {
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #666;
}

.post-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 20px 0;
    color: var(--toddle-green);
}

.post-meta {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
    font-size: 0.875rem;
    color: #666;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-name {
    font-weight: 500;
}

.post-featured-image {
    margin: 30px 0;
}

.featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Post Content */
/*.post-content {*/
/*    line-height: 1.7;*/
/*    font-size: 1.125rem;*/
/*    color: #333;*/
/*}*/

/*.post-content p {*/
/*    margin-bottom: 1.5em;*/
/*}*/

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

/* Post Footer */
.post-footer {
    background-color: #fff;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.post-tags {
    margin-bottom: 30px;
}

.tags-label {
    font-weight: 500;
    margin-right: 10px;
}

.tags-list a {
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 8px;
    text-decoration: none;
    font-size: 0.875rem;
}

.social-sharing {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.sharing-label {
    font-weight: 500;
}

.sharing-buttons {
    display: flex;
    gap: 10px;
}

.share-button {
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: opacity 0.2s;
}

.share-button:hover {
    opacity: 0.8;
}

.share-button.x { background: #000000; color: white; }
.share-button.facebook { background: #1877f2; color: white; }
.share-button.linkedin { background: #0a66c2; color: white; }

.author-bio {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-info h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.author-description {
    margin: 0 0 15px 0;
    color: #666;
}

.author-posts-link {
    color: #007cba;
    text-decoration: none;
    font-size: 0.875rem;
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

textarea#comment {
    width:100%;
}

/* Responsive */
@media (max-width: 768px) {
    .post-title {
        font-size: 2rem;
    }

    .post-meta {
        flex-direction: column;
        gap: 10px;
    }

    .author-bio {
        flex-direction: column;
        text-align: center;
    }

    .post-navigation {
        flex-direction: column;
        gap: 20px;
    }

    .nav-next {
        text-align: left;
    }
}

@media (min-width: 768px) {

    .post-header {
        text-align:left;
    }
}

h2.woocommerce-loop-product__title {
    color: var(--toddle-green) !important;
}

/*.woocommerce button.single_add_to_cart_button {*/
/*    background-color: var(--toddle-orange) !important;*/
/*}*/

/*.woocommerce .price {*/
/*    font-size: 1.6em;*/

/*}*/

/*.woocommerce .price .woocommerce-Price-amount,*/
/*.woocommerce .price .woocommerce-Price-currencySymbol*/
/*{*/

/*    color: var(--toddle-green) !important;*/
/*    font-family: var(--toddle-heading-font) !important;*/
/*    font-weight: 600;*/
/*}*/

/*.woocommerce input.qty {*/
/*    height: 100%;*/
/*    padding: 1em;*/
/*}*/

/* --- Hide Default Browser Arrows (for a clean start

 */




/*.woocommerce .quantity .qty {*/

/*    height: 40px;*/
/*    width: 70px !important;*/

/*    text-align: center;*/
/*    font-size: 18px;*/

/*    border: 1px solid #ccc;*/
/*    border-radius: 5px;*/
/*    padding: 0 10px;*/
/*}*/

/*.woocommerce .quantity input[type="number"] {*/
/*    -webkit-appearance: textfield;*/
/*    -moz-appearance: textfield;*/
/*    appearance: textfield;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/

.product-detail-area {
    display:flex;
}


.product-video-row .explainer-video {
    margin-top: 3em;
}

/* Responsive */
@media (max-width: 768px) {
    .product-flex-container {
        flex-direction: column;
    }
}

.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.media-grid img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.media-grid img {
    grid-column: 1 / span 2;
}

.media-grid img:nth-child(2) {
    object-position: left;
}

@media(min-width:628px) {

    .media-grid img:nth-child(1) {
        grid-column: 1;
    }

    .media-grid img:nth-child(2) {
        grid-column: 2;
    }

    .science-simplified-card-content {
        padding:2em;
    }

}

.media-grid .simple-video-container {
    grid-column: 1 / span 2;
    width: 100%;
}

.about-us img.image {
    margin-bottom: 3em;
}


/** Review slider **/

.fullwidth-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}

.star-rating {
    margin-bottom: 30px;
}

.review-star.fa-star.fa-solid {
    color:gold;
}

.review-quote {
    /*font-size: 1.5rem;*/
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.author-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.reviews-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    width:100%;
}

.slides-container {
    position: relative;
    height: 100%;
    width:100%;
}

.review-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(200%); /* Start off-screen to the RIGHT */
    transition: all 1s ease-in-out; /* Move transition to base class */
}

.review-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.review-slide.leaving {
    transform: translateX(-200%);
    opacity: 0
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 3;
    transition: background 0.3s ease;
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dot.active {
    background: white;
}

#testimonialSlider {
    height: 100%;
}

#testimonialSlider .container {
    min-height: 60vh;
    height: 100%;
    padding:2em;
    display: flex;
    position: relative;
}

.reviews-slider {

    position:absolute;
    top: 25%;
    left: 0;
}

.review-slide {
    padding: 2em;
    max-width: 500px;
}


.review-author, .review-content p, .review-content:after, .review-content:before, .review-author-name, .review-author-title {
    color:white !important;
}

.review-star {
    font-size: 1.5em;
}

.review-content p {
    /*font-size: 1.2em;*/
}

.review-author-name, .review-author-title {
    /*font-size: 1.1em;*/
}

.review-author, .review-content p, .review-author-name, .review-author-title, .review-stars {
    text-align:left;
}


/* Responsive Design */
@media (max-width: 768px) {
    .fullwidth-slider {
        height: 500px;
    }

    .review-quote {
        font-size: 1.2rem;
    }

    .star {
        font-size: 1.5rem;
    }

    .slider-nav {
        font-size: 1.5rem;
        padding: 8px 12px;
    }
}




/* Recent Posts Cards Widget */


.toddle-recent-posts-cards {
    margin-top: 3em;
}



.toddle-recent-posts-cards {
    width: 100%;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position:relative;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.post-card__image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card__image img {
    transform: scale(1.05);
}

.post-card__image-placeholder {
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.875rem;
}

.post-card__content {
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-card__title {
    margin: 0 0 0.75rem 0;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
}

.post-card__title a {
    color: var(--toddle-green);
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-card__title a:hover {
    color: var(--toddle-accent-green);
}

.post-card__meta {
    margin-top: auto;
}

.post-card__meta .col-9 {
    padding-left: 2em;
}
.post-card__author {
    text-align: left;
}
.post-card__date {
    color: #6b7280;
    font-size: 0.875rem;
    display:block;
    text-align:left !important;
}

.post-card .toddle-bear-post-graphic {
    height: 60px;
    margin:auto auto -12px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }

    .post-card__image {
        height: 180px;
    }
}

@media (max-width: 640px) {
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .post-card__image {
        height: 200px;
    }
}


.posts-wrapper h2.entry-title {
    font-size: 1em;
}

.posts-wrapper .post-thumbnail a,
.posts-wrapper .post-thumbnail a img{
    width: 100%;
    height:300px;
}

.posts-wrapper .post-thumbnail a img {
    object-fit: cover;
}

.posts-wrapper .entry-meta {
    font-size: 0.9em;
    color: var(--toddle-slate);
}

.menu-cta-button {
    margin-top: 2em;
    background: var(--toddle-orange);
    border: 2px solid var(--toddle-orange);
    font-family: var(--toddle-body-font);
    font-weight: 500;
    border-radius: 3em;
    padding: 8px 14px;
    font-size: 1em;
    margin-bottom: 3em;
    display:inline-block;
    text-decoration: none;
}

.menu-cta-button a {
    color:white;
}



@media(min-width: 480px) {

    .hero-lower-banner img.toddle-text-logo {
        height: 60px;
        width:auto;
        margin-top: -6px;
    }

    .hero-lower-banner-content span {
        color:white;
        font-size: 18px;
        font-family: var(--toddle-heading-font);
    }

    .hero-content {
        margin: 10em auto auto auto;
    }

    .front-page-hero-heading {
        color: var(--toddle-green);
    }

    .front-page-hero-subheading  {
        color: var(--toddle-slate);
    }

    /*.hero-cta-button {*/
    /*    margin-top: 6em;*/
    /*    margin-bottom: 8em;*/
    /*    border-radius: 3em;*/
    /*    padding: 10px 18px;*/
    /*    !*font-size: 1.3em;*!*/
    /*}*/


}


@media (min-width: 628px) {

    .hero-overlay {
        display:none;
    }

    /*.hero img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    object-position: 50% 50%;*/
    /*}*/

    /*.front-page-hero-heading {*/
    /*    !*color: var(--toddle-green);*!*/
    /*    !*font-size: 2.4rem;*!*/
    /*    !*line-height: 2.4rem;*!*/
    /*    !*text-align: left;*!*/
    /*    font-weight: 400;*/
    /*    !*!*letter-spacing: -0.04em;*!*!*/
    /*    !*font-family: var(--toddle-heading-font);*!*/
    /*}*/

    .front-page-hero-heading strong {
        font-weight: 600;
        /*letter-spacing: -0.02em;*/
        font-family: var(--toddle-heading-font);
    }

    /*.front-page-hero-subheading  {*/
    /*    color: var(--toddle-slate);*/
    /*    font-size: 1em;*/
    /*    line-height: 1.5em;*/
    /*    !*letter-spacing: -0.04em;*!*/
    /*    font-family: var(--toddle-body-font);*/
    /*}*/


}


@media (min-width: 848px) {

    .hero-lower-banner-content span {
        color:white;
        font-size: 1.7em;
        font-family: var(--toddle-heading-font);
    }

    .hero-lower-banner img.toddle-text-logo {
        height: 100px;
        width:auto;
        margin-top: -6px;
    }


    /*.front-page-hero-heading {*/
    /*    !*color: var(--toddle-green);*!*/
    /*    !*font-size: 2.4rem;*!*/
    /*    !*line-height: 2.4rem;*!*/
    /*    !*text-align: left;*!*/
    /*    !*font-weight: 400;*!*/
    /*    !*!*letter-spacing: -0.04em;*!*!*/
    /*    !*font-family: var(--toddle-heading-font);*!*/
    /*}*/

    /*.front-page-hero-heading strong {*/
    /*    font-weight: 600;*/
    /*    !*letter-spacing: -0.02em;*!*/
    /*    !*font-family: var(--toddle-heading-font);*!*/
    /*}*/

    /*.hero-content {*/
    /*    position: absolute;*/
    /*    top: 40%;*/
    /*    left: 10%;*/
    /*    !*transform: translate(-50%, -10%);*!*/
    /*    z-index: 2;*/
    /*}*/

    /*.front-page-hero-subheading  {*/
    /*    font-size: 1.2em;*/
    /*    line-height: 1.5em;*/
    /*    letter-spacing: -0.04em;*/
    /*    font-family: var(--toddle-heading-font);*/
    /*}*/

    .hero-cta-button {
        margin-top: 3em;
        border-radius: 3em;
    }

    .front-page-hero-subheading  br {
        display: initial;
    }


}


@media (min-width: 1200px) {


    .front-page-hero-heading {
        /*color: var(--toddle-green);*/
        /*font-size: 3rem;*/
        /*line-height: 3rem;*/
        /*text-align: left;*/
        /*font-weight: 400;*/
        /*!*letter-spacing: -0.04em;*!*/
        /*font-family: var(--toddle-heading-font);*/
    }

    .front-page-hero-heading strong {
        font-weight: 700;
        /*letter-spacing: -0.02em;*/
        /*font-family: var(--toddle-heading-font);*/
    }

    /*.hero-content {*/
    /*    position: absolute;*/
    /*    top: 30%;*/
    /*    left: 10%;*/
    /*    !*transform: translate(-50%, -10%);*!*/
    /*    z-index: 2;*/
    /*}*/

    /*.front-page-hero-subheading  {*/
    /*    font-size: 1.5em;*/
    /*    line-height: 1.2em;*/
    /*    letter-spacing: -0.04em;*/
    /*    font-family: var(--toddle-heading-font);*/
    /*}*/

    /*.hero-cta-button {*/
    /*    margin-top: 4.6em;*/
    /*    border-radius: 3em;*/
    /*    font-size: 1.6vw;*/
    /*}*/

    .review-content p {
        /*font-size: 1.6em;*/
    }

    .review-author-name, .review-author-title {
        /*font-size: 1.4em;*/
    }


}

.excerpt-more {
    color: var(--toddle-green);
}

.excerpt-more:hover {
    color: var(--toddle-accent-green);

}




/* Define the Spin Keyframes */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Define the Counter-Spin Keyframes */
@keyframes spin-counter {
    from { transform:  rotate(0deg); }
    to { transform:  rotate(-360deg); }
}

@keyframes spin-counter-hover-el {
    from { transform: rotate(0deg) scale(1.3); }
    to { transform: rotate(-360deg) scale(1.3); }
}


#innerRing {
    transform-origin: 49.3% 50%;
}

svg:hover #intermediateRing {
    display:none;
}

svg:hover #innerRing {
    transform: scale(1.3);
    transition: ease-in-out 300ms;
}

#orangeThird,
#blueThird,
#tealThird {
    animation: all ease-in-out 500ms;
    transition: opacity 0.3s ease-in-out;
}

svg:hover #orangeThird,
svg:hover #blueThird,
svg:hover #tealThird {
    opacity: 0.8;
}

#orangeThird:hover,
#blueThird:hover,
#tealThird:hover {
    opacity: 1 !important;
}

/*g#inner-hover-wrapper {*/
/*    !*transform-origin: 1062px 1010px;*!*/
/*    transform-origin: 1500px 1500px;*/
/*    transform: translate(400px, 400px);*/
/*    transform-box: fill-box;*/
/*    animation: spin-counter-hover-el 20s linear infinite;*/
/*}*/

/*g#inner-hover {*/
/*    !*transform-origin: center center;*!*/
/*    transform-origin: 1062px 1010px;*/
/*    transform-box: fill-box;*/
/*    animation: spin-counter-hover-el 20s linear infinite;*/
/*}*/

/*#inner-hover {*/
/*    transform-box: fill-box;*/
/*    transform-origin: center;*/
/*    animation: center-rotate 20s linear infinite;*/
/*}*/

/*@keyframes center-rotate {*/
/*    from {*/
/*        transform:*/
/*                translate(calc(1500px - 438px - 21%), calc(1500px - 490px - 21%))*/
/*                rotate(0deg)*/
/*                scale(1.3);*/
/*    }*/
/*    to {*/
/*        transform:*/
/*                translate(calc(1500px - 438px - 21%), calc(1500px - 490px - 21%))*/
/*                rotate(-360deg)*/
/*                scale(1.3);*/
/*    }*/
/*}*/

.toddle-together h1,
.toddle-together h2,
.toddle-together h3,
.toddle-together h4,
.toddle-together h5,
.toddle-together h6 {
    font-family: var(--toddle-heading-font), sans-serif;
    color: var(--toddle-green);
}

/*h1, h2, h3, h4, h5, h6, p { text-align: center;}*/

/*.hero-content {*/
/*    width: 100%;*/
/*    max-width:1100px;*/
/*    padding: 2em;*/
/*    left: 0;*/
/*}*/

.product-archive-hero-heading, .modern-hero-heading {
    color: var(--toddle-green);
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.04em;
    font-family: var(--toddle-heading-font);
    margin-top: 22em;
}

.product-archive-hero-subheading, .modern-hero-subheading {
    margin-top: 1em;
    /*font-size: 1em;*/
    /*line-height: 1.6em;*/
    color: var(--toddle-slate);
    /*letter-spacing: -0.04em;*/
    font-family: var(--toddle-body-font);
    text-align: left;
}

.product-archive-hero .icon-group {
    margin: 2em auto;
}

.product-archive-hero-heading br {
    display:none;
}

.graphic-container {
    /*max-width: 90%;*/
    margin:4em auto;
    overflow:hidden;
}

/*.graphic-container svg {*/
/*    transition: transform 0.4s ease-out;*/
/*}*/

/*.graphic-container:hover svg {*/
/*    !*animation: spin 4s linear infinite;*!*/
/*    transform:scale(0.9);*/
/*}*/

.hexagon-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(10px, 3vw, 30px);
    max-width: min(800px, 90vw);
    margin: 0 auto;
}

.hexagon-grid > * {
    grid-column: span 2;
    display: flex;
    justify-content: center;
}

.hexagon-grid > *:nth-child(1),
.hexagon-grid > *:nth-child(6) {
    grid-column: 2 / span 2;
}

.hexagon-grid > *:nth-child(2),
.hexagon-grid > *:nth-child(7) {
    grid-column: 4 / span 2;
}

.hexagon-icon {
    width: 100%;
    max-width: min(120px, 15vw);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

@media(min-width:628px) {

    .product-detail-card {
        background-color: var(--main-bg-color);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-in-out;
        position:relative;
        padding: 3em;
        margin: 3em 2em;

    }

    .toddle-together h1,
    .toddle-together h2,
    .toddle-together p {
        text-align: left;
    }


    .product-archive-hero-heading, .modern-hero-heading, .front-page-hero-heading {
        color: var(--toddle-green);
        font-size: 2em;
        line-height: 1.2em;
        text-align: left;
        font-weight: 400;
        letter-spacing: -0.04em;
        font-family: var(--toddle-heading-font);
        margin-top: 1.3em;
    }

    .product-archive-hero-subheading, .modern-hero-subheading, .front-page-hero-subheading {
        margin-top: 1em;
        line-height: 1.5em;
        /*letter-spacing: -0.04em;*/
        text-align: left;
        max-width: 60%;
    }

    .product-archive-hero .icon-group {
        margin: 2em auto 4em 0;
        max-width: 380px;
    }
    /*.graphic-container {*/
    /*    max-width: 70%;*/
    /*}*/

    .product-archive-hero-heading br {
        display:block;
    }


}

@media(min-width: 848px) {

    .product-archive-hero-heading, .modern-hero-heading, .front-page-hero-heading {
        color: var(--toddle-green);
        font-size: 2.1rem;
        line-height: 2.4rem;
        text-align: left;
        font-weight: 400;
        /*letter-spacing: -0.04em;*/
        font-family: var(--toddle-heading-font);
    }

    .product-archive-hero-subheading, .modern-hero-subheading, .front-page-hero-subheading {
        margin-top: 1em;
        /*line-height: 1.5em;*/
        /*letter-spacing: -0.04em;*/
    }

    .product-archive-hero .icon-group {
        margin: 2em auto 4em 0;
        max-width: 40%;
    }

    /*.graphic-container {*/
    /*    max-width: 60%;*/
    /*}*/


}

@media(min-width:1200px)  {

    .product-archive-hero-heading, .modern-hero-heading, .front-page-hero-heading {
        color: var(--toddle-green);
        font-size: 2.9em;
        line-height: 1.2em;
        text-align: left;
        font-weight: 400;
        /*letter-spacing: -0.04em;*/
        font-family: var(--toddle-heading-font);
    }

    .product-archive-hero-subheading, .modern-hero-subheading, .front-page-hero-subheading {
        margin-top: 1em;
        max-width: 510px;
    }

    .product-archive-hero .icon-group {
        margin: 2em auto 4em 0;
        max-width: 38%;
    }

    .shadow {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

}

.microbiome-post-image-button-row a {
    text-decoration:none;
}

.star-rating {
    margin-top: 0.5rem;
    margin-bottom: 1rem !important;
}

.star-rating .fa-star {
    padding: 0.1em;
    border: var(--toddle-green);
    color: var(--toddle-green);
}



.toddle-together-container {
    height: 100%;
    margin: 2rem auto;
}

.toddle-together-section {
    height:100%;
    display:grid;
    align-items: center;
    /*flex-direction: column;*/
}

.toddle-together-section div > p {
    text-align:center;
}

.toddle-together-section div p strong {
    color: var(--toddle-slate)
}

.toddle-together-section img.image {
    display:block;
    height: auto;
    width: 100%;
    max-height: 320px;
    margin:auto;
    object-fit: contain;
}

@media(min-width: 848px) {
    .toddle-together-section img.image {
        display: block;
        height: 400px;
        max-height: 400px;
        width: auto;
        margin: auto;
    }
}

.toddle-together-section img.badge {
    height: 36px;
    width:auto;
    display:block;
    margin: 2rem auto;
}

.pum-content.popmake-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
}

.pum-content.popmake-content .nf-form-fields-required {
    display: none;
}

.nf-form-content .nf-field-content label {
    font-weight: 400;
}

li.product a {
    position: relative;
    display: block;
    /*line-height: 0;*/
    /*background: #fafafa;*/
    text-decoration: none;
}

.product-image-container {
    display: block;
    line-height: 0;   /* Collapses the font-space only inside the image box */
    font-size: 0;     /* Extra insurance against white-space gaps */
    overflow: hidden;
}

li.product img {
    height: 100%;
}

li.product a img:not(.secondary-hover-image) {
    display: block;
    mix-blend-mode: multiply;
}

.onsale {
    background: var(--toddle-red);
    color:white;
    padding: 0.1rem 0.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}

.onsale .deal-label {
    color:white;
    font-size: 0.75em;
    font-weight: bold;
}

p.price del .woocommerce-Price-amount,
p.price del .woocommerce-Price-amount span{
    text-decoration: line-through; /* This creates the strikethrough */
    color: var(--toddle-slate);                  /* Make it a muted grey */
    font-size: 1em;            /* Make it slightly smaller */
}

span.price:not(.subscription-price) .price-percentage-suffix {
    color: var(--toddle-red);
    font-weight:bold;
}

p.price ins {
    text-decoration: none; /* Removes the default underline some browsers add */
}

/*#wc-stripe-express-checkout-element {*/
/*    display:none !important;*/
/*    !*padding-top: 20px;*!*/
/*    !*margin-top: 20px;*!*/
/*    !*border-top: 1px solid #eee;*!*/
/*    !*text-align: center;*!*/
/*}*/

.wc-block-components-quantity-selector {
    border-radius: 16px;
}

.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button--plus {
    background-color: #ddd;
}

.usp-tag h3 {
    text-align: center;
    text-decoration: none !important;
    margin-top: 1rem;
}

/* Container Spacing */
.woocommerce-order {
    max-width: 800px;
    margin: 40px auto;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Success Message */
.woocommerce-thankyou-order-received {
    background: #e6fffa;
    color: #234e52;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Order Overview Bar (Order #, Date, Total, etc.) */
.woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.woocommerce-thankyou-order-details li {
    flex: 1;
    min-width: 140px;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 0.5px;
}

.woocommerce-thankyou-order-details li strong {
    display: block;
    font-size: 1.1rem;
    color: #000;
    text-transform: none;
    margin-top: 5px;
}

/* Tables (Order Details) */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-table--order-details thead th {
    font-size: 1.2rem;
    border-bottom: 2px solid #000;
}

.woocommerce-table--order-details tfoot th {
    font-weight: normal;
    color: #666;
}

.woocommerce-table--order-details tfoot td {
    font-weight: bold;
    text-align: right;
}

/* Addresses Section */
.woocommerce-customer-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.woocommerce-column__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

address {
    font-style: normal;
    color: #555;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .woocommerce-customer-details {
        grid-template-columns: 1fr;
    }
}


/** WC message **/

/* The Main Notice Container */
.woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white; /* Soft green background */
    border: 0 solid white;
    border-left: 4px solid var(--toddle-green); /* Success accent bar */
    color: var(--toddle-green);
    padding: 16px 24px;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

/* The Message Text */
.woocommerce-message {
    line-height: 1.5;
}

/* The "View Cart" Button */
.woocommerce-message .button.wc-forward {
    order: 2; /* Moves button to the right */
    background-color: var(--toddle-green);
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background-color 0.2s ease;
    margin-left: 20px;
    white-space: nowrap;
}

.woocommerce-message .button.wc-forward:hover {
    background-color: var(--toddle-green-dark);
}

/* Optional: Adding a checkmark via CSS */
.woocommerce-message::before {
    content: "✓";
    display: inline-block;
    margin-right: 12px;
    font-weight: bold;
    color: var(--toddle-green);
}

/* Mobile Layout */
@media (max-width: 480px) {
    .woocommerce-message {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .woocommerce-message .button.wc-forward {
        margin-left: 0;
        width: 100%;
    }
}

/* 1. The Main Container */
.woocommerce-store-notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 20px;

    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4;

    /* Stacking & Animation */
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}


.woocommerce-store-notice__dismiss-link {
    display: inline-block;
    margin-left: 15px;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
}

.woocommerce-store-notice__dismiss-link:hover {
    background-color: #fff;
    color: #000;
}


body.demo_store_on {
    padding-bottom: 60px;
}

.woocommerce-message {
    /*margin-top: 3em;*/
    border-top-color: var(--toddle-green);
    background: white;
}

/*.woocommerce-message::before {*/
/*    content: "\e015";*/
/*    color: var(--toddle-green);*/
/*}*/


.woocommerce-message[role="alert"],
.woocommerce-error[role="alert"],
.woocommerce-info[role="alert"] {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-store-notice {
    background-color: var(--toddle-green) !important;
    color:white;
    padding: 1rem;
}

.woocommerce-store-notice:hover {
    background-color: var(--toddle-orange) !important;
}


.reset_variations {
    display: none !important;
}

.col-3.icon-holder img {
    margin-left: -25%;
}

.icon-row {
    background: var(--toddle-light-grey);
}

.product-archive-slider-bear-small {
    display:none;
    max-width: 80px
}

.product-archive-slider-tagline-small {
    display:flex;
    align-items:center;
}


@media(min-width: 360px) {
    .product-archive-slider-bear-small {
        display: block;
    }

    .product-archive-slider-tagline-small {
        padding-left: 1.4em;
    }
}


/*@keyframes rotateInThirds {*/
/*    !* STEP 1: 0 to -120 degrees *!*/
/*    0% { transform: rotate(0deg); }*/
/*    16.6% { transform: rotate(-120deg); } !* Move *!*/
/*    33.3% { transform: rotate(-120deg); } !* Pause 1s *!*/

/*    !* STEP 2: -120 to -240 degrees *!*/
/*    50% { transform: rotate(-240deg); }   !* Move *!*/
/*    66.6% { transform: rotate(-240deg); } !* Pause 1s *!*/

/*    !* STEP 3: -240 to -360 degrees *!*/
/*    83.3% { transform: rotate(-360deg); } !* Move *!*/
/*    100% { transform: rotate(-360deg); }  !* Pause 1s *!*/
/*}*/

@keyframes rotateInThirds {
    /* STEP 1: Starts with a pause, then moves to -120deg */
    0% { transform: rotate(0deg); }
    16.6% { transform: rotate(0deg); }      /* Pause 1s */
    33.3% { transform: rotate(-120deg); }   /* Move */

    /* STEP 2: Pause, then move to -240deg */
    50% { transform: rotate(-120deg); }     /* Pause 1s */
    66.6% { transform: rotate(-240deg); }    /* Move */

    /* STEP 3: Pause, then move to -360deg */
    83.3% { transform: rotate(-240deg); }    /* Pause 1s */
    100% { transform: rotate(-360deg); }     /* Move */
}

@keyframes rotateFast {
    /* STEP 1: Long Pause, then Fast Spin */
    0%, 25% { transform: rotate(0deg); }       /* Pause for 1.5s */
    33.3% { transform: rotate(-120deg); }      /* Fast spin (0.5s) */

    /* STEP 2: Pause, then Fast Spin */
    33.4%, 58.3% { transform: rotate(-120deg); } /* Pause */
    66.6% { transform: rotate(-240deg); }      /* Fast spin */

    /* STEP 3: Pause, then Fast Spin */
    66.7%, 91.6% { transform: rotate(-240deg); } /* Pause */
    100% { transform: rotate(-360deg); }       /* Fast spin */
}

@keyframes productFastSwap {
    /* Product is visible until the spin reaches the halfway point */
    0%, 29% { opacity: 1; }
    /* Product is fully hidden by the time the spin finishes */
    33.3%, 95% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes productFade {
    0% { opacity: 1; }      /* Fully visible during pause */
    16.6% { opacity: 1; }   /* Stay visible as rotation starts */
    32% { opacity: 0; }     /* Fade out halfway through rotation */
    91.6% { opacity: 0; }   /* Stay hidden through other turns */
    100% { opacity: 1; }    /* Fade back in to loop seamlessly */
}

@keyframes productSwitch {
    /* Product 1 is visible during the first 33% */
    0%, 33.3% { opacity: 1; }
    33.4%, 100% { opacity: 0; }
}

#toddleTogetherContainer {
    display: grid;
    grid-template-rows: 100%;
    place-items: center;
    width: 100%;
    height: auto;
}


.graphic-container {
    grid-area: 1 / 1;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
}

@media(min-width:596px) {

    .graphic-container {
        width: 80%;
    }

}

.graphic-container #toddleTogetherV4 {
    width:100%;
    height:auto;
}

.tt-faded-overlay {
    grid-area: 1 / 1;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9) 40%, transparent 65%);
    height:100%;
    width: 100%;
    z-index: 2;
}

.tt-products-container {
    grid-area: 1 / 1;
    z-index: 3;
    width: 100%;         /* Matches the ring's width */
    height: 100%;        /* Matches the ring's height */
    display:grid;
}

.tt-products-container .tt-product-overlay {
    /*max-height: 80% !important;*/
    grid-area: 1 / 1;
    display: grid;
    align-items: end;

    opacity: 0; /* Hidden by default */
    /*transition: opacity 0.3s ease;*/
    animation: productFastSwap 6s linear infinite;
}

.tt-product-overlay img {
    margin: auto;
    display:block;
    /*border: blue 1px solid;*/
}

.tt-product-overlay p {
    text-align: center;
    display:block;
    /*border: blue 1px solid;*/
}

.tt-product-image {
    max-height: 40vw;
    width: auto;
}

@media(min-width:1200px) {
    .tt-product-image {
        max-height: 440px;
    }

}

.tt-product-overlay .badge {
    height: 2rem;
    width: auto;
    margin-bottom: 2em;
}

.tt-product-overlay span,
.tt-product-overlay strong {
    color: var(--toddle-slate)l
}


/* Offset the animations for products 2 and 3 */
.p2 { animation-delay: 2s !important; }
.p3 { animation-delay: 4s !important; }

#toddleTogetherV4 {
    animation: rotateFast 6s ease-in-out infinite;
}

p.shadow-tagline  {
    line-height:1.4em;
    font-size: 0.9rem;
}

@media(min-width: 480px) {

    p.shadow-tagline {
        font-size: 1rem;
    }

    p.shadow-tagline br {
        display: none;
    }
}


.wcsatt-sub-options {
    display:block;
}

.wcsatt-sub-options {
    background: lightgreen;
    font-size: 0.8rem !important;
    width: fit-content;
    padding: 0.25rem 0.5rem;
}

.wcsatt-sub-options .woocommerce-Price-amount,
.wcsatt-sub-options .woocommerce-Price-amount span,
.wcsatt-sub-options .woocommerce-Price-currencySymbol {
    color: unset;
    font-size: unset !important;
}

.wcsatt-options-wrapper {
    border: 1px solid var(--toddle-slate);
    border-radius: 8px;
    margin-top: 2.5rem;
}

.wcsatt-options-wrapper legend {
    padding: 0 0.5rem;
    margin-top: -0.75rem;
    background: white;
    color: var(--toddle-slate);
}

.wcsatt-options-prompt-radios {
    padding: 1rem 0.5rem;
}

.wcsatt-options-prompt-label {
    font-size: 1rem !important;
    color: var(--toddle-slate) !important;
}

.wcsatt-options-prompt-label del {
    display:none;
}


.shop_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2rem 0;
    font-size: 1rem;
}

.shop_table th,
.shop_table td {
    padding: 1rem 1.25rem;
    text-align: left;
    vertical-align: middle;
}

.shop_table thead th {
    font-weight: 600;
    border-bottom: 2px solid #e5e5e5;
}

.shop_table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.shop_table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.shop_table tbody tr {
    border-bottom: 1px solid #ececec;
}

.shop_table a {
    text-decoration: none;
}

.shop_table .button {
    margin: 0;
}

amazon-purchase-button {
    width:100%;
}