/*
Theme Name: Snook Snacks
Theme URI: https://snooksnacks.com
Author: Vince Breuning
Author URI: https://snooksnacks.com
Description: Custom WooCommerce theme built with Bootstrap 5
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snooksnacks
*/


/* Typography Reset & Base Setup */
body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  overflow-x: hidden;
}

a, a:hover {color: #197d24;}

*, *::before, *::after {
  box-sizing: border-box;
}

:root {
    --wc-form-border-color: #e0e0e0;
}

/* Google Fonts */
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/inter-v20-latin/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./assets/fonts/inter-v20-latin/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/fonts/inter-v20-latin/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/inter-v20-latin/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/lato-v25-latin/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/lato-v25-latin/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - 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: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./assets/fonts/lato-v25-latin/lato-v25-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Paragraphs */
p {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}


/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  color: #111;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.75rem;
}

.page-title h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Apply styles to all heading tags */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

/* Exclude WooCommerce product titles */
.woocommerce-loop-product__title,
.product_title {
    font-family: inherit;
    font-weight: normal;
    text-transform: none;
    -webkit-text-stroke: 0;
    stroke: none;
}


/* Product Titles (e.g., Grid and PDP) */
.woocommerce-loop-product__title,
.product_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.5rem;
}

.wp-block-heading {margin-top: 0} /*clear top margin auto generated in WP editor for headlines */

.wp-block-separator {
    border: none;
    border-top: 2px dotted;
}



/* Buttons */
/* ========== Base Button Styles ========== */
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.btn,
.btn-primary {
  display: inline-block;
  background: #111;
  font-size: 0.9rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.65rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Hover & Active States */
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.btn:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #ff6b00;
  transform: scale(1.03);
  opacity: 1;
}

button:active,
input[type="submit"]:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.btn:active,
.btn-primary:active {
  background-color: #ff6b00;
  transform: scale(0.98);
}

/* Disabled State */
button:disabled,
input[type="submit"]:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.btn:disabled,
.btn-primary:disabled {
  background-color: #ccc;
  color: #777;
  cursor: not-allowed;
  box-shadow: none;
}

/* ========== Optional Variants ========== */

/* Outline version */
.btn-outline,
.woocommerce .button.alt {
  background-color: transparent;
  color: #ff6b00;
  border: 2px solid #ff6b00;
}

.btn-outline:hover,
.woocommerce .button.alt:hover {
  background-color: #ff6b00;
  color: #fff;
}

.header-padding {
    padding: .75rem 0;
}
.main-header {
    border-bottom: 1px solid #707070;
}
/* Header Logo */
.header-logo {
    max-height: 80px;
}



picture img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 576px) {
    .header-logo {
        max-width: 70px !important;
    }
    .main-header {
        border-bottom: none;
    }
}

/* === TOP BAR === */
.top-bar p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0;
}
.top-bar a, .topbar-a:hover {color: #fff;}
@media screen and (max-width: 576px) {
    .top-bar p {font-size: 0.9rem;}
}
#top-bar {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.top-bar-close-btn {
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  padding: 0;
  transition: all 0.3s;
    box-shadow: none;
}

.top-bar-close-btn:hover {
  opacity: 1;
}

/* ==== MEGA MENU PANEL ==== */
.mega-menu {
  background: #ffffff; /* White background */
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

/* ==== COLUMN STYLE ==== */
.mega-menu .mega-menu-row {
  display: flex;
  gap: 30px; /* Space between columns */
}

.mega-menu .mega-menu-column {
  border-left: 1px solid #f0f0f0;
  padding-left: 20px;
}

.mega-menu .mega-menu-column:first-child {
  border-left: none;
  padding-left: 0;
}

/* ==== MENU ITEM STYLE ==== */
.mega-menu .mega-menu-link {
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0;
  color: #333333;
  display: block;
  transition: color 0.2s;
}

.mega-menu .mega-menu-link:hover {
  color: #0073e6; /* Adjust to your brand’s highlight color */
}

/* ==== OPTIONAL: SECTION HEADINGS IN COLUMNS ==== */
.mega-menu .mega-menu-column h4 {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}

/* ==== OPTIONAL: ADD SPACE BETWEEN MENU BAR AND DROPDOWN ==== */
.mega-menu-wrap .mega-sub-menu {
  margin-top: 10px;
}

.mega-menu-description {
  display: none !important;
}

.mega-menu .mega-sub-menu .mega-menu-column > li.mega-menu-item.mega-menu-item-type-post_type_archive > a,
.mega-menu .mega-sub-menu .mega-menu-column > li.mega-menu-item-has-children > a {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6f00;
  margin-bottom: 10px;
  display: inline-block;
  color: #222;
}

.mobile-menu-bar-cta {
    text-align: center;
    padding: 5px;
}
.mobile-menu-bar-cta a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ff7e20;
    text-decoration: none;
}
.mobile-menu-bar-cta i {
    padding-left: 3px;
}
.mega-toggle-block {
  display: flex;
  align-items: center; /* Vertical centering */
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2:after {
    margin-top: -1px!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
 		content: "\f0d7";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 button.mega-toggle-standard:after {
  font-family: "Font Awesome 7 Free" !important;
  font-weight: 900 !important;
  content: "\f0c9" !important;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: "\f0d7" !important;
        font-family: "Font Awesome 7 Free" !important;
        font-weight: 900 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: "\f0d8" !important;
        font-family: "Font Awesome 7 Free" !important;
        font-weight: 900 !important;
    }
}

/* Force mega menu blocks to all be centered 
/  change break point here if changed in plugin 
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        justify-content: center!important;
    }
}

/* enlarge menu icons on mobile */
@media screen and (max-width: 767px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
        background-size: 44px 44px!important;
        width: 44px!important;
        height: 44px!important;
        line-height: 44px!important;
    }
}

/* Header Icons - Social / Woo Actions */

.cart-icon {
	position: relative;
	display: inline-block;
}

.cart-count {
	font-size: 0.7rem;
	padding: 4px 6px;
	color: #fff;
	background-color: #dc3545; /* Bootstrap danger */
	border-radius: 10px;
}

.header-icons a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.header-icons a:hover {
    color: #ff6b00;
}

/* Product Image Gallery Adjustments */
.woocommerce-product-gallery__image.active-variation-thumb {
    border: 2px solid #ff6600;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.5);
    transition: all 0.3s ease;
}

#variation-thumbnails img:hover {
    opacity: 0.85;
}

/* Search Feature */

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,20,20,0.98);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2rem;
	overflow-y: auto;
}

.search-overlay-inner {
	width: 100%;
	max-width: 600px;
	position: relative;
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-form input[type="text"] {
	flex: 1;
	font-size: 1.25rem;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.search-form button {
	background: #ff6b00;
	color: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 1.25rem;
    transition: all 0.3s;
}
.search-form button:hover {
    transform: scale(1.03);
}

.close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #000000;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 100%;
    font-size: 1.5rem;
}

#live-search-results {
	margin-top: 1rem;
}

.live-search-products img {
	border: 1px solid #ddd;
	object-fit: cover;
}

.live-search-products li:hover {
	background: #f8f9fa;
	border-radius: 6px;
}

.live-search-products .fw-semibold {
	font-size: 0.9rem;
    color: #fff!important;
}

.live-search-products .text-muted {
	font-size: 0.9rem;
    color: #aeaeae!important;
}

.live-search-products li:last-child a {
	color: #ff6b00;
	text-decoration: underline;
}

.live-search-products li:hover .fw-semibold, .live-search-products li:hover bdi {
    color: #333!important;
}

/* Live Shopping Cart */
.cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 15px rgba(0,0,0,0.2);
  z-index: 9999;
  overflow-y: auto;
  transition: transform 0.3s ease;
}

.cart-modal-inner {
  padding: 20px;
}

.close-cart {
  background: none;
  border: none;
  font-size: 1.5rem;
  float: right;
  cursor: pointer;
}

/*** HOME PAGE ***/

/* Home Page Slider */
@media screen and (max-width: 576px) {
    #homepage-slider {margin-top: -.75rem;}
}


/* Headline */
.carousel-caption h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
}

/* Description */
.carousel-caption .slide-description {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 1rem;
}

/* Button */
.carousel-caption .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 576px) {
    .carousel-caption {
        padding: 0.75rem;
        bottom: 5%;
        right: 10%;
        left: 10%;
        text-align: center !important;
    }

    .carousel-caption h5 {
        font-size: 1.25rem;
    }

    .carousel-caption .slide-description {
        font-size: 0.95rem;
    }

    .carousel-caption .btn {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }
}

/* Ensure the wrapper has proper size and positioning */
.slide-wrapper {
    position: relative;
    height: 100%;
}

/* Make sure the image fills the height */
.slide-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* White semi-transparent overlay */
.slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0 ,0, 0, 0.5);
    z-index: 1;
    pointer-events: none; /* Ensure overlay doesn't block clicks */
}

/* Ensure caption stays above overlay */
.carousel-caption {
    position: absolute;
    z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}

/* Remove Bootstrap's default dark overlay background */
.carousel-control-prev,
.carousel-control-next {
    background: none!important;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

/* Make the arrow icons orange on hover */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(39%) sepia(94%) saturate(1110%) hue-rotate(1deg) brightness(104%) contrast(101%);
}

/* Optional: make arrows slightly larger */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.carousel-caption {
    position: absolute;
    z-index: 2; /* On top of overlay */
}

/* Control min height of the slide */
.carousel-item {
    height: 60vh;
    min-height: 400px;
    max-height: 800px;
}

@media (max-width: 576px) {
    .carousel-item {
        height: 40vh; /* taller on small screens */
    }

    .carousel-item img {
        height: 100%;
        max-height: none;
    }
}

.home-box {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.home-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.home-box .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* fallback if not set */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-box .content {
    position: relative;
    z-index: 2;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* align to bottom */
    align-items: flex-start;   /* align to left */
    text-align: left;
}

.home-box h4 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
    font-weight: 500;
}

.home-box h5 {
    -webkit-text-stroke: 1px;
    stroke-width: 1px;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
    font-weight: 500;
}

.home-box .small p {
    margin-bottom: 0.5rem;
}

.home-box .small p:last-child {
  margin-bottom: 0;
}

/* Optional: tighten up spacing */
.home-box h4,
.home-box .desc,
.home-box a {
    margin-bottom: 0.5rem;
}


/* Make the WooCommerce product list behave like a grid */
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* spacing between items */
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Product item layout */
.woocommerce ul.products li.product {
  width: calc(50% - 1rem)!important; /* 2 per row on mobile */
  margin: 0;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product {
    width: calc(25% - 1rem)!important; /* 4 per row on tablet/desktop */
  }
}

/* Ensure cards still display cleanly */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce ul.products li.product:first-child {
  margin-left: 0 !important;
}

.woocommerce ul.products li.product {
  background: rgba(128, 128, 128, 0.1); /* subtle tint */
}

.woocommerce ul.products li.product img {
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.04);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-top: 1em;
}

.woocommerce a.added_to_cart {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #ff6b00;
    font-weight: 700;
}

.woocommerce ul.products li.product .star-rating {
    color: #ff6b00 !important;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.woocommerce ul.products li.product .price {
    color: #197D24;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: .75rem;
    font-size: .85rem;
}

.woocommerce ul.products li.product a img {margin-bottom: 0;}

/* Badge Fix - Overflow */
.product-thumb-wrapper {
    position: relative;
    overflow: hidden;
}

/* Out of stock badge */
.woocommerce ul.products li.product .out-of-stock {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    background-color: #e53935;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.6rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    pointer-events: none;
}

/* Sale badge */
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    z-index: 10;
    background-color: #197d24;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.6rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    pointer-events: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
}

/* Exclusive badge */
.woocommerce ul.products li.product .exclusive-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 10;
    background-color: #ff6b00;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.6rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    pointer-events: none;
}

.woocommerce ul.products li.product .price ins {text-decoration: none;}

/* remove blank space before & after product grid */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: none;
}

@media screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom: 0;
        padding: 0.5rem;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: .85rem;
        line-height: 1rem;
    }
    .woocommerce ul.products li.product .price {
        margin: 0;
        margin-bottom: 0.75rem;
    }
}

.brand-logos img {
        border: 2px solid #197d24;
        transform: all 0.3s;
    }
.brand-logos img:hover {
    border: 2px solid #ff6b00;
}

.hero-slider .carousel-inner {
    position: relative;
    height: 540px;
    overflow: hidden;
}
.hero-slider .carousel-item {
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: block !important;
    z-index: 0;
}
.hero-slider .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.hero-slider .carousel-item.carousel-item-next,
.hero-slider .carousel-item.carousel-item-prev,
.hero-slider .carousel-item.carousel-item-start,
.hero-slider .carousel-item.carousel-item-end {
    opacity: 0;
    transform: none !important;
}
.hero-slider .carousel-item.carousel-item-next.carousel-item-start,
.hero-slider .carousel-item.carousel-item-prev.carousel-item-end {
    opacity: 1;
}
.hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 5s ease-in-out;
}
.hero-slide.zoom {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item {
        height: 360px;
    }
}

.category-card {
    position: relative;
    overflow: hidden;
    height: 100px;
    background-color: #e8e8e8 !important;
    border: 1px solid #d5d5d5;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.category-card:hover {
    opacity: 0.85;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.category-card .card-img-wrapper {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.category-card .card-img-wrapper img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.category-card h3 {
    font-size: 1rem !important;
    font-weight: 900;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    color: #222 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}

.species-card {
    position: relative;
    overflow: hidden;
    height: 120px;
    background-color: #333 !important;
    border: 1px solid #333;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.species-card:hover {
    opacity: 0.85;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.species-card .card-img-wrapper {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.species-card .card-img-wrapper img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}
.species-card h3 {
    font-size: 1rem !important;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
.species-card .short-text {
    
}
.species-card .short-text p {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #fff;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}


/* BRANDS PAGE */

.brand-link img, a.brand-link {transition: all 0.3s;}
.brand-link img {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.3s ease;
}
.brand-link img:hover {
    border: 1px solid #ff6b00;
    border-radius: 5px;
    padding: 0;
}
a.brand-link {color: #111;}
a.brand-link:hover {
    color: #ff6b00!important;
}

/* SINGLE PRODUCT PAGE */

/* fix gap issue for gallery / product info */
.woocommerce div.product {gap: 0;}

/* fix horizontal scroll */
@media screen and (max-width: 768px) {
  .product .summary.entry-summary {
    max-width: 100%;
    overflow-x: hidden;
  }

  .woocommerce .product .container,
  .woocommerce .product .row,
  .woocommerce .product .col-md-6 {
    
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }
}

/* Mobile View Landscape Horizontal Fix */
html, body {
  overflow-x: hidden;
}

/* Fix product images */
.custom-product-wrapper .product-gallery .woocommerce-product-gallery {width: 100%!important;}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {width: 16.6667%!important;}

.woocommerce-loop-product__title, .product_title {font-size: 1.75rem;}
.woocommerce div.product .woocommerce-product-rating {
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.woocommerce .star-rating span::before {color: #ff6b00;}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc((100% - 20px) / 6) !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* hide weight and dimensions since always N/A */
.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions {
    display: none;
}

/*
a.woocommerce-review-link {
    color: #ff6b00;
    text-decoration: none;
}
*/


/* Price Styling */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.1rem;
  color: #197d24;
  font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #197d24;
    font-weight: 600;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #222;
    border: none;
    color: #fff;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    padding: 0.625rem 1.5rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #197d24;
}

.woocommerce .quantity .qty {
    border: 1px solid #989898 !important;
    border-radius: 4px;
    padding: 0.4em;
    font-family: inherit;
    font-size: 0.9rem;
}

.woocommerce div.product, .woocommerce .products {margin-bottom: 2rem;}
.woocommerce div.product form.cart .variations {margin-bottom: 0;}

/* product info tabs - description, reviews, etc */
/* Container for the tab links */
.woocommerce div.product-extra .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

/* Each tab */
.woocommerce div.product-extra .woocommerce-tabs ul.tabs li {
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f7f7f7;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* Active tab */
.woocommerce div.product-extra .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

/* Tab content panels */
.woocommerce div.product-extra .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

/* meta - category, species, brand, etc */
.custom_product_meta span {
    text-transform: uppercase;
    font-weight: 600;
}

.custom_product_meta span a, .custom_product_meta span a:hover, .custom_product_meta span a:active, .custom_product_meta span a:visited, .custom_product_meta span a:focus {
    font-weight: 400;
    color: #197d24;
    text-decoration: none;
    text-transform: none;
}

.single_add_to_cart_button {
    background: #197d24!important;
    color: #fff!important;
    border: none!important;
}

/* Make spinners always visible */
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    opacity: 1;
    cursor: pointer;
}

/* CART PAGE */
body.woocommerce-cart h1 {
    text-align: center;
    font-size: 1.75rem;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1rem;
    padding-left: 60px;
    border-radius: 0.375rem;
}
.woocommerce-message {
    border-top-color: #197D24;
}
.woocommerce-message::before {
    content: "\e015";
    color: #197D24;
}

.woocommerce-cart table.cart img {width: 60px;!important;}

.woocommerce-cart-form__contents th {
    background: #000;
    color: #fff;
}

.woocommerce-cart-form .coupon label {display: none;}

.woocommerce-cart table.cart td.actions .coupon .input-text {height: 35px;}

.woocommerce-cart-form__cart-item .product-name a, .woocommerce-cart-form__cart-item .product-name a:hover, .woocommerce-cart-form__cart-item .product-name a:visited, .woocommerce-cart-form__cart-item .product-name a:active, .woocommerce-cart-form__cart-item .product-name a:focus {
    color: #197D24;
    text-decoration: none;
}

a.checkout-button, a.checkout-button:hover, a.checkout-button:active, a.checkout-button:focus, a.checkout-button:visited {
    background: #197D24!important;
    border: none!important;
}

@media screen and (max-width: 576px) {
    tr.cart_item td.product-remove, tr.cart_item td.product-name, tr.cart_item td.product-name p, tr.cart_item td.product-price, tr.cart_item td.product-quantity, tr.cart_item td.product-subtotal, .cart_totals tbody, .cart_totals .woocommerce-shipping-destination {
        font-size: 14px;
    }
}

.woocommerce-page table.cart td.actions .input-text {
    font-size: 0.9rem;
    border-radius: .25rem;
    padding: 4px 6px!important;
    width: 200px;
    margin-right: 10px!important;
    text-transform: uppercase;
    letter-spacing: .015rem;
}

.cart-collaterals h2 {font-size: 1.75rem;}

@media screen and (max-width: 768px) {
    .cart_totals tbody tr th {
        display: none!important;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .03);
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        margin-top: 20px;
    }
}

.gpay-card-info-container {
    padding: 30px!important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background: #197D24 !important;
    border: none !important;
}

/* make free shipping bold & green */
label[for="shipping_method_0_table_rate4"] {
    font-weight: 700;
    color: #197d24;
}
#shipping_method li small {display: none;}

/* Target the cart-collaterals container */
.woocommerce-cart .cart-collaterals {
    display: block; /* override flex layout */
}

.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-bottom: 2.75rem; /* optional spacing */
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 24%;
}

@media (min-width: 768px) and (max-width: 1399px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 23.25%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 48%;
    }
}

/* Successful Order Styling */
.woocommerce-order-received h1, .woocommerce-order-received h2 {
    text-transform: capitalize;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {margin-bottom: 30px;}

/* Dropdown Toggle */
.woocommerce-ordering select.orderby {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px;
    height: 38px;
    padding: 0.5em;
    font-family: inherit;
    font-size: 0.9rem;
}

.woocommerce-ordering select.orderby:focus {
    box-shadow: none;
    border-color: #197d24;
}

/* OnSale Icon */

/* .woocommerce span.onsale {margin-top: 55px !important;} */

.product-gallery {
    position: relative;
}

.woocommerce span.onsale {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    background-color: #197d24;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    min-height: 0;
    min-width: 0;
    margin: 0;
}

.product-gallery .out-of-stock {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    background-color: #cc0000;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    pointer-events: none;
}

/* OnSale Icon ENDS */

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {color: red!important;}

/* Tab list container */
.woocommerce-tabs .nav-tabs {
    border-bottom: 2px solid #e0e0e0;
    gap: 6px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

/* Each tab button */
.woocommerce-tabs .nav-tabs .nav-link {
    display: block;
    padding: 10px 18px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Hover state */
.woocommerce-tabs .nav-tabs .nav-link:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* Active tab */
.woocommerce-tabs .nav-tabs .nav-link.active {
    background-color: #197d24;
    color: #fff;
    border-color: #197d24;
}

/* Card Height */
ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

ul.products.columns-4 li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

ul.products.columns-4 li.product a.woocommerce-LoopProduct-link {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

ul.products.columns-4 li.product a.woocommerce-LoopProduct-link .price {
    margin-top: auto !important;
}

ul.products.columns-4 li.product > a.button {
    margin-top: auto !important;
}

/* pagination padding */
.woocommerce-pagination {
    padding: 30px 0;
}

/* Breadcrumb fix */
.woocommerce-breadcrumb {
    position: relative;
    z-index: 2;
}

/* Mobile Column fix */
@media (max-width: 768px) {
    ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* MY ACCOUNT PAGE */
/* Nav container */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Each button */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 18px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover state */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* Active/current page */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--is-active a {
    background-color: #197d24;
    color: #fff;
    border-color: #197d24;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
    }
}

button.show-password-input {
    box-shadow: none !important;
}



/* GRAVITY FORMS */
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="number"],
.gfield textarea,
.gfield select {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px;
}
.gfield select {
    height: 38px;
    padding: 0.5em;
}

/* mailchimp signup styling */
.email-signup {padding: 15px; background: #efefef; border-radius: 5px;}
.email-signup h5 {margin-bottom: 10px; margin-top: 0;}
.email-signup p {margin-bottom: 10px; font-size: 0.85rem;}
.email-signup .gform_wrapper.gravity-theme .gfield_label, .email-signup .gform_wrapper.gravity-theme .gfield-choice-input+label, .email-signup .gform_wrapper.gravity-theme .gfield_description {font-size: 0.85rem;}
.email-signup .gform_wrapper.gravity-theme .gfield_description {padding-top: 0; font-style: italic;}
.email-signup .gform_wrapper.gravity-theme .ginput_complex label {font-size: 0.75rem;}
.email-signup select, textarea, input[type='url'], input[type='tel'], input[type='text'], input[type='time'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='number'], input[type='search'], input[type='password'], .ct-widget select, fieldset .wc-stripe-elements-field {border-color: #b0b0b0; background: #fff;}
.email-signup .gform_wrapper.gravity-theme .gform_footer {padding-bottom: 0;}
.product-summary .email-signup {margin-bottom: 30px;}




/* SITE FOOTER */
.site-footer a {
    color: #ffffff;
    transition: all 0.3s ease
}

.site-footer a:hover {
    color: #ff6b00;
}
.footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-contact-list .fa-solid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}
.footer-widget-title {
    margin-top: 0;
    margin-bottom: 10px;
}
.site-footer ul {margin-bottom: 0;}
.site-footer hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.footer-nav-inline a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.footer-nav-inline .list-inline-item:not(:last-child) {
    margin-right: .85rem;
}


/* Custom taxonomy / category pages */
.archive .page-title, .archive .term-description {text-align: center;}

.taxonomy-thumbnail {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
}

.taxonomy-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.shop-loop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.shop-loop-header .woocommerce-notices-wrapper {
    display: none;
}

.shop-loop-header .woocommerce-result-count,
.shop-loop-header .woocommerce-ordering {
    float: none;
    margin: 0;
    flex-shrink: 0;
}
p.woocommerce-result-count {font-weight: 600;}
.woocommerce .woocommerce-result-count {margin-bottom: 0;}