html {
	font-size: 1.250em;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
@media screen and (max-width: 767px) {
	html {
		font-size: 1.125em;
	}
}
/*--- changes the z-index of cookie banner / #29820862-HC-PK ---*/
.widget_eu_cookie_law_widget {
    z-index: 9999999999;
}/* Change sales price color | RG hc-35424120 */
ins {
color: rgb(119, 164, 100) !important;
}/* Reduce font size of product title | RG hc-35424120 */
.woocommerce-loop-product__title {
font-size: .6em;
}

/* WooCommerce Default Products: bottom-align buttons -- 5205700-zen SB */

@media screen and (min-width: 768px) {  
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
	.product_meta .sku_wrapper {
    display: none;
}
/* GLOBAL: normalize WooCommerce price rendering */
.woocommerce ul.products li.product .price,
.woocommerce div.product .summary .price {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
	/* Hide product count on category thumbnails */
.woocommerce ul.products li.product-category .count {
    display: none !important;
}
/* Make all category titles equal height */
.woocommerce ul.products li.product-category h2 {
    min-height: 48px; /* adjust if needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
	.woocommerce ul.products li.product-category h2 {
    color: #222;
}
.woocommerce ul.products li.product-category {
    margin-bottom: 40px;
}
/* ===== Premium hover without pseudo-elements (safe for Canard arrows) ===== */

.main-navigation a {
  font-size: 15.5px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #1a1a1a;
  transition: color 0.25s ease, box-shadow 0.2s ease;
}

/* Top-level hover underline (no ::after, so arrows stay perfect) */
.main-navigation > div > ul > li > a:hover,
.main-navigation > ul > li > a:hover,
.main-navigation > div > ul > li:hover > a,
.main-navigation > ul > li:hover > a {
  color: #000;
  box-shadow: inset 0 -2px 0 #000;
}/* Optional: show current section underline */
.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-ancestor > a,
.main-navigation > ul > li.current-menu-ancestor > a {
  box-shadow: inset 0 -2px 0 #000;
}

	
	} /* <-- closes @media (min-width: 768px) properly */


/* ===== PREMIUM NAVIGATION ===== */

.main-navigation a {
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #1a1a1a;
  transition: color 0.25s ease, box-shadow 0.2s ease;
}

.main-navigation > div > ul > li > a:hover,
.main-navigation > ul > li > a:hover,
.main-navigation > div > ul > li:hover > a,
.main-navigation > ul > li:hover > a {
  color: #000;
  box-shadow: inset 0 -2px 0 #000;
}

.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-ancestor > a,
.main-navigation > ul > li.current-menu-ancestor > a {
  box-shadow: inset 0 -2px 0 #000;
}




