@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//panicleworldwide.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//panicleworldwide.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(80,170,222);
	--wd-alternative-color: rgb(248,170,52);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(80,170,222);
	--btn-accented-bgcolor-hover: rgb(23,135,200);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(80,170,222);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(248,170,52);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://panicleworldwide.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(23,135,200);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://panicleworldwide.com/wp-content/uploads/2021/09/organic-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(240,248,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.footer-container {
    margin-top: 0 !important;
}
.product-tabs-wrapper {
    display: none !important;
}

/* TARGETED OVERRIDE FOR WOODMART THEME
   Forces the top bar header container to be full-width.
*/
.whb-top-bar > .container,
.whb-top-bar .e-con-boxed > .e-con-inner {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* CSS VARIABLES FOR EASY MARQUEE CUSTOMIZATION */
        :root {
            --marquee-bg: #ffed8a;       /* Light yellow background */
            --date-bg: #fef8d8;          /* Slightly lighter yellow for the date box */
            --text-color: #333;
            --arrow-up-color: #28a745;   /* Green for up arrow */
            --arrow-down-color: #dc3545; /* Red for down arrow */
            --marquee-height: 40px;
            --animation-speed: 45s;      /* Adjust speed: higher value = slower scroll */
        }

        /* MARQUEE CONTAINER STYLES */
        .pre-header-marquee {
            height: var(--marquee-height);
            background-color: var(--marquee-bg);
            color: var(--text-color);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            display: flex;
            align-items: center;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
        }

        .marquee-date {
            background-color: var(--date-bg);
            padding: 0 20px;
            font-weight: bold;
            font-size: 14px;
            display: flex;
            align-items: center;
            height: 100%;
            flex-shrink: 0; /* Prevents the date box from shrinking */
            z-index: 2;
        }

        .marquee-viewport {
            flex-grow: 1;
            overflow: hidden;
            height: 100%;
        }

        .marquee-content {
            display: flex;
            align-items: center;
            height: 100%;
            /* The animation is set by JS after content duplication */
            white-space: nowrap;
            width: fit-content; /* Let the content define the width */
        }
        
        /* This class is added by JS to start the animation */
        .marquee-content.scrolling {
             animation: marquee-scroll var(--animation-speed) linear infinite;
        }

        /* Pause animation on hover */
        .pre-header-marquee:hover .marquee-content {
            animation-play-state: paused;
        }

        /* MARQUEE ITEM STYLES */
        .marquee-item {
            display: inline-flex;
            align-items: center;
            padding: 0 25px;
            font-size: 14px;
        }

        .marquee-item.category-title {
            font-weight: 700;
            color: #1d2327; /* Brown */
            padding-right: 5px;
        }

        .marquee-item.separator {
            color: #ccc;
            padding: 0 40px;
        }

        /* --- STYLES FOR PRICE ARROWS --- */
        .arrow-up, .arrow-down {
            font-size: 1.1em; /* Make arrow slightly bigger */
            margin-left: 5px; /* Space between price and arrow */
            font-weight: bold;
        }

        .arrow-up {
            color: var(--arrow-up-color);
        }

        .arrow-down {
            color: var(--arrow-down-color);
        }
        /* --- END OF ARROW STYLES --- */


        /* KEYFRAME ANIMATION FOR SCROLLING */
        @keyframes marquee-scroll {
            0% {
                transform: translateX(0%);
            }
            100% {
                /* This translates the content by half its width, creating the loop */
                transform: translateX(-50%);
            }
        }

        /* ----------------------------------------- */
        /* --- MOBILE-FRIENDLY STYLES --- */
        /* ----------------------------------------- */
        @media (max-width: 768px) {
            :root {
                /* Speed up the animation on smaller screens */
                --animation-speed: 30s;
            }
            
            .marquee-date {
                /* Hide date on very small screens to save space */
                display: none;
            }

            .marquee-item {
                /* Reduce padding and font size for mobile */
                padding: 0 12px;
                font-size: 12px;
            }

            .marquee-item.separator {
                /* Reduce separator padding */
                padding: 0 15px;
            }
        }

/*
 * Panicle Updates Card Styling
 */

/* The main grid container for the cards */
.panicle-updates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Creates a responsive grid */
    gap: 30px; /* Space between cards */
    width: 100%;
}

/* Individual post card */
.panicle-update-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden; /* Ensures the image corners are rounded */
    transition: transform 0.2s ease-in-out;
}

.panicle-update-card:hover {
    transform: translateY(-5px); /* Adds a slight lift on hover */
}

/* Image and date badge section */
.panicle-card-image-wrapper {
    position: relative;
}

.panicle-card-image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ensures all images have the same height without distortion */
    display: block;
}

/* The date badge in the top-left */
.panicle-card-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.panicle-card-date strong {
    font-size: 20px;
    color: #333;
    display: block;
}

.panicle-card-date span {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
}

/* The content area below the image */
.panicle-card-content {
    padding: 25px;
}

/* Category tag */
.panicle-card-category {
    display: inline-block;
    padding: 5px 12px;
    background-color: #e3f2fd; /* Light blue background */
    color: #1565c0; /* Darker blue text */
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Post title */
.panicle-card-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.panicle-card-title a {
    color: #212121;
    text-decoration: none;
    font-weight: 600;
}

.panicle-card-title a:hover {
    color: #0073e6;
}

/* Post excerpt */
.panicle-card-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* "Continue Reading" link */
.panicle-card-readmore {
    color: #1565c0;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.panicle-card-readmore:hover {
    text-decoration: underline;
}