﻿/* ============================================================   VITAL PEPTIDES — MASTER CSS v9 (PREMIUMPEPS-STYLE REBRAND)   DELETE everything in Additional CSS, paste ONLY this.   Last updated: 2 April 2026   ============================================================ *//* --------------------------------------------------------------------------   DESIGN TOKENS   -------------------------------------------------------------------------- */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');:root {  /* Core palette — PremiumPeps-inspired blue */  --c-steel:        #5f7e95;  --c-steel-dark:   #3e5c72;  --c-steel-light:  #7f97a8;  --c-white:        #FFFFFF;  --c-off-white:    #edf3f7;  --c-grey-light:   #eaeaea;  --c-grey-mid:     #D1D5DB;  --c-grey:         #8f8f8f;  --c-charcoal:     #2b2b2b;  --c-slate:        #292f34;  --c-error:        #C6102E;  /* Typography */  --font-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;  --fw-normal:  400;  --fw-medium:  500;  --fw-semi:    600;  --fw-bold:    700;  --fw-black:   800;}/* === PRODUCT GRID === */ul.products.columns-4,ul.products.columns-3,ul.products.columns-2,.woocommerce ul.products,.storefront-full-width-content ul.products {  display: grid !important;  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;  gap: 30px !important;  padding: 0 !important;  list-style: none !important;  width: 100% !important;  float: none !important;  clear: none !important;}ul.products.columns-4::before,ul.products.columns-4::after,ul.products.columns-3::before,ul.products.columns-3::after {  display: none !important;  content: none !important;}@media (max-width: 768px) {  ul.products.columns-4,  ul.products.columns-3,  ul.products.columns-2,  .woocommerce ul.products {    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;    gap: 20px !important;  }}@media (max-width: 480px) {  ul.products.columns-4,  ul.products.columns-3,  ul.products.columns-2,  .woocommerce ul.products {    grid-template-columns: 1fr !important;    gap: 16px !important;  }}/* === PRODUCT CARD === */ul.products li.product,ul.products li.product.first,ul.products li.product.last,ul.products.columns-4 li.product,ul.products.columns-4 li.product.first,ul.products.columns-4 li.product.last,ul.products.columns-3 li.product,ul.products.columns-3 li.product.first,ul.products.columns-3 li.product.last,.woocommerce ul.products li.product {  width: 100% !important;  max-width: 100% !important;  min-width: 0 !important;  float: none !important;  clear: none !important;  margin: 0 !important;  margin-right: 0 !important;  margin-left: 0 !important;  margin-bottom: 0 !important;  padding: 0 !important;  display: flex !important;  flex-direction: column !important;  border: none !important;  border-radius: 0 !important;  overflow: hidden !important;  background: #fff !important;  position: relative !important;  transition: box-shadow 0.2s ease !important;  box-shadow: none !important;}ul.products li.product:hover {  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;}/* === PRODUCT IMAGE === */ul.products li.product > a.woocommerce-LoopProduct-link,ul.products li.product > a.woocommerce-loop-product__link {  display: block !important;  width: 100% !important;}ul.products li.product a img,ul.products li.product a.woocommerce-LoopProduct-link img {  width: 100% !important;  height: auto !important;  aspect-ratio: 1 / 1 !important;  object-fit: contain !important;  display: block !important;  background: #F5F6F8 !important;  min-height: 180px !important;  transition: transform 0.4s ease !important;}ul.products li.product:hover a img {  transform: scale(1.03) !important;}/* === PRODUCT TITLE === */ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2.woocommerce-loop-product__title {  font-size: 14px !important;  font-weight: 600 !important;  color: #000 !important;  padding: 14px 16px 4px !important;  margin: 0 !important;  line-height: 1.3 !important;  text-align: left !important;}/* === PRODUCT PRICE === */ul.products li.product .price,ul.products li.product span.price {  font-size: 1.05rem !important;  font-weight: 700 !important;  color: #5f7e95 !important;  padding: 0 16px 14px !important;  text-align: left !important;  white-space: nowrap !important;  display: block !important;}ul.products li.product .price del {  color: #999 !important;  font-weight: 400 !important;  font-size: 0.85rem !important;}ul.products li.product .price ins {  text-decoration: none !important;  font-weight: 700 !important;  color: #5f7e95 !important;}/* === ADD TO CART / READ MORE BUTTON === */ul.products li.product a.button,ul.products li.product a.add_to_cart_button,ul.products li.product a.product_type_simple {  display: block !important;  width: calc(100% - 32px) !important;  margin: auto 16px 16px !important;  padding: 10px 16px !important;  background: #5f7e95 !important;  color: #fff !important;  border: none !important;  border-radius: 4px !important;  font-size: 0.8rem !important;  font-weight: 600 !important;  letter-spacing: 0.08em !important;  text-transform: uppercase !important;  text-align: center !important;  text-decoration: none !important;  cursor: pointer !important;  transition: background 0.2s ease !important;  white-space: nowrap !important;  box-shadow: none !important;  outline: none !important;  line-height: 1.4 !important;}ul.products li.product a.button:hover,ul.products li.product a.add_to_cart_button:hover {  background: #5f7e95 !important;  color: #fff !important;  text-decoration: none !important;}ul.products li.product a.button::before,ul.products li.product a.button::after,ul.products li.product a.add_to_cart_button::before,ul.products li.product a.add_to_cart_button::after {  display: none !important;  content: none !important;}ul.products li.product a.add_to_cart_button.loading,ul.products li.product a.add_to_cart_button.added {  pointer-events: none !important;  opacity: 0.6 !important;}/* === SALE BADGE === */ul.products li.product .onsale,.woocommerce span.onsale {  background: #C6102E !important;  color: #fff !important;  font-size: 0.75rem !important;  font-weight: 600 !important;  border-radius: 0 !important;  padding: 4px 10px !important;  line-height: 1 !important;  min-height: auto !important;  min-width: auto !important;}/* === OUT OF STOCK === */ul.products li.product.outofstock a img {  opacity: 0.4 !important;  filter: grayscale(60%) !important;}ul.products li.product.outofstock:hover a img {  opacity: 0.6 !important;  filter: grayscale(30%) !important;}ul.products li.product.outofstock::after {  content: "Restocking soon" !important;  position: absolute !important;  top: 12px !important;  right: 12px !important;  background: rgba(26,26,26,0.75) !important;  color: #fff !important;  font-size: 0.65rem !important;  font-weight: 600 !important;  text-transform: uppercase !important;  letter-spacing: 0.06em !important;  padding: 4px 12px !important;  border-radius: 3px !important;  z-index: 2 !important;}ul.products li.product.outofstock a.button,ul.products li.product.outofstock a.add_to_cart_button {  display: none !important;}ul.products li.product.outofstock .woocommerce-loop-product__title {  color: #999 !important;}ul.products li.product.outofstock .price {  color: #bbb !important;}ul.products li.product.outofstock:hover {  transform: none !important;  box-shadow: 0 1px 4px rgba(0,0,0,0.03) !important;  border-color: #E8EAED !important;}/* === HOME PAGE PRODUCT GRID === */.storefront-product-section ul.products,.page-template-templates-page-home-php ul.products {  display: grid !important;  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;  gap: 30px !important;}.storefront-product-section ul.products li.product,.storefront-product-section ul.products li.product.first,.storefront-product-section ul.products li.product.last {  width: 100% !important;  float: none !important;  clear: none !important;  margin: 0 !important;  margin-right: 0 !important;}/* === SHOP PAGE ENHANCEMENTS === */.post-type-archive-product .site-main,.woocommerce-shop .site-main {  background: #F5F6F8 !important;  padding-bottom: 60px !important;}.woocommerce-products-header__title.page-title {  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;  font-size: 2.2rem !important;  font-weight: 600 !important;  color: #2b2b2b !important;  text-align: center !important;  margin-bottom: 8px !important;}.woocommerce-result-count {  text-align: center !important;  width: 100% !important;  display: block !important;  font-size: 0.85rem !important;  color: #999 !important;  margin-bottom: 30px !important;}.woocommerce-page .woocommerce-ordering {  margin-bottom: 24px !important;}/* === SINGLE PRODUCT PAGE === */.single-product div.product div.images img {  border-radius: 3px !important;  background: #F5F6F8 !important;}.single-product div.product .summary .price {  color: #5f7e95 !important;  font-size: 1.4rem !important;  font-weight: 700 !important;}.single-product div.product .single_add_to_cart_button {  background: #5f7e95 !important;  color: #fff !important;  border: none !important;  border-radius: 4px !important;  padding: 12px 30px !important;  font-size: 0.85rem !important;  font-weight: 600 !important;  letter-spacing: 0.08em !important;  text-transform: uppercase !important;  transition: background 0.2s ease !important;  box-shadow: none !important;}.single-product div.product .single_add_to_cart_button:hover {  background: #5f7e95 !important;}.single-product div.product .single_add_to_cart_button::before,.single-product div.product .single_add_to_cart_button::after {  display: none !important;  content: none !important;}.single-product .related.products ul.products {  display: grid !important;  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;  gap: 30px !important;}.single-product .related.products ul.products li.product,.single-product .related.products ul.products li.product.first,.single-product .related.products ul.products li.product.last {  width: 100% !important;  float: none !important;  clear: none !important;  margin: 0 !important;}/* === HEADER — PremiumPeps-style two-row layout === *//* Hide secondary nav only */.secondary-navigation,nav.secondary-navigation,.storefront-primary-navigation .secondary-navigation {  display: none !important;}/* SHOW search bar in header — PremiumPeps style */.site-search,a.site-search,.site-header .site-search,.site-header .header-search,#masthead .site-search {  display: inline-flex !important;  align-items: center !important;}/* Style the search form */.site-header .site-search form,.site-header .widget_product_search form,.site-header .woocommerce-product-search {  display: flex !important;  align-items: center !important;  border: 1px solid #ddd !important;  border-radius: 3px !important;  overflow: hidden !important;  background: #fff !important;  min-width: 300px !important;}.site-header .site-search input[type="search"],.site-header .woocommerce-product-search input[type="search"] {  border: none !important;  padding: 8px 14px !important;  font-size: 14px !important;  font-family: var(--font-primary) !important;  outline: none !important;  flex: 1 !important;  background: #fff !important;}.site-header .site-search button[type="submit"],.site-header .woocommerce-product-search button[type="submit"] {  background: #5f7e95 !important;  color: #fff !important;  border: none !important;  padding: 8px 14px !important;  cursor: pointer !important;  font-size: 14px !important;}/* Hide the custom upper cart button */.vp-cart-btn {  display: none !important;}/* === PRIMARY NAV — Blue bar like PremiumPeps === */.storefront-primary-navigation {  background-color: #5f7e95 !important;  border-bottom: none !important;}.storefront-primary-navigation > .col-full,.storefront-primary-navigation > div {  display: flex !important;  align-items: center !important;  justify-content: space-between !important;}.storefront-primary-navigation .main-navigation {  text-align: left !important;  flex: 1 !important;}.storefront-primary-navigation .main-navigation ul.menu,.storefront-primary-navigation .main-navigation ul.nav-menu {  display: flex !important;  justify-content: flex-start !important;  padding-left: 0 !important;  gap: 0 !important;}/* === NAV BAR CART — Professional styling === */.storefront-primary-navigation .site-header-cart {  margin-left: auto !important;  flex-shrink: 0 !important;  display: inline-flex !important;  align-items: center !important;  vertical-align: middle !important;  height: auto !important;  line-height: 1 !important;  margin-top: 0 !important;  margin-bottom: 0 !important;  padding-top: 0 !important;  padding-bottom: 0 !important;}.storefront-primary-navigation .site-header-cart li {  list-style: none !important;  display: inline-flex !important;  align-items: center !important;}/* Cart link styling — white on blue nav bar */.site-header-cart .cart-contents {  display: inline-flex !important;  align-items: center !important;  gap: 6px !important;  text-decoration: none !important;  background: transparent !important;  color: #fff !important;  padding: 8px 12px !important;  border-radius: 0 !important;  font-size: 14px !important;  font-weight: 500 !important;  letter-spacing: 0 !important;  transition: opacity 0.2s ease !important;  white-space: nowrap !important;  background-image: none !important;}.site-header-cart .cart-contents:hover {  background: transparent !important;  color: #fff !important;  opacity: 0.85 !important;  text-decoration: none !important;}/* Cart icon */.site-header-cart .cart-contents::before {  color: #fff !important;}/* Item count badge */.site-header-cart .cart-contents .count {  background: #5f7e95 !important;  color: #fff !important;  font-size: 0.65rem !important;  font-weight: 700 !important;  padding: 2px 7px !important;  border-radius: 10px !important;  line-height: 1.2 !important;  min-width: 18px !important;  text-align: center !important;}/* Price amount */.site-header-cart .cart-contents .woocommerce-Price-amount {  color: #2b2b2b !important;  font-weight: 500 !important;}/* Hide the mini-cart dropdown widget */.site-header-cart .widget_shopping_cart,.site-header-cart .widget.woocommerce.widget_shopping_cart {  display: none !important;}/* Empty cart state */.site-header-cart .cart-contents.empty {  background: transparent !important;  color: #fff !important;  border: none !important;}.site-header-cart .cart-contents.empty:hover {  color: #fff !important;  opacity: 0.85 !important;  background: transparent !important;}.site-header-cart .cart-contents.empty .count {  background: rgba(255,255,255,0.3) !important;  color: #fff !important;}/* === HEADER NAV LINKS === */.storefront-primary-navigation .main-navigation ul li a,.main-navigation ul.menu li a,.main-navigation ul.nav-menu li a,#site-navigation ul li a {  color: #ffffff !important;  font-weight: 500 !important;  font-size: 14px !important;  letter-spacing: 0 !important;  text-transform: uppercase !important;  transition: opacity 0.2s ease !important;  padding: 15px 20px !important;}.storefront-primary-navigation .main-navigation ul li a:hover,.main-navigation ul.menu li a:hover {  color: #5f7e95 !important;}.main-navigation ul li.current-menu-item > a,.main-navigation ul li.current_page_item > a {  color: #5f7e95 !important;}.main-navigation ul.menu ul li a {  color: #333 !important;  font-size: 0.78rem !important;}.main-navigation ul.menu ul li a:hover {  color: #5f7e95 !important;}/* === ANNOUNCEMENT BAR === */.vp-announcement {  white-space: nowrap !important;  overflow: hidden !important;  text-overflow: ellipsis !important;  font-size: clamp(0.65rem, 1.2vw, 0.78rem) !important;  padding: 10px 20px !important;  text-align: center !important;}@media (max-width: 480px) {  .vp-announcement {    white-space: normal !important;    font-size: 0.65rem !important;    line-height: 1.4 !important;  }}/* === FOOTER — Hide on home, remove WooCommerce credit === */body.home .site-footer,body.home footer.site-footer,body.page-template-templates-page-home-php .site-footer,body.page-template-templates-page-home-php footer.site-footer,.home .site-footer,.home footer.site-footer,.page-template-templates-page-home-php .site-footer,.page-template-templates-page-home-php .storefront-handheld-footer-bar {  display: none !important;}/* Remove "Built with WooCommerce" and site-info bar */.site-footer .site-info,.site-info,.site-footer .site-info a[href*="woocommerce"],.woocommerce-credits,.site-footer .woocommerce-credits,.site-info .woocommerce-credits {  display: none !important;}/* Reduce footer top spacing */.site-footer,#colophon,footer.site-footer {  padding-top: 30px !important;  padding-bottom: 20px !important;}.site-footer .footer-widgets,.site-footer .widget-area,.footer-widget-region {  padding-top: 10px !important;  padding-bottom: 10px !important;  margin-top: 0 !important;}.site-footer .col-full {  padding-top: 0 !important;  padding-bottom: 0 !important;}.site-footer .widget {  margin-bottom: 15px !important;}/* === MOBILE MENU BUTTON FIX === */.menu-toggle,.storefront-handheld-footer-bar button,button.menu-toggle {  background-image: none !important;  text-decoration: none !important;  box-shadow: none !important;  border-bottom: none !important;}.menu-toggle::before,.menu-toggle::after,button.menu-toggle::before,button.menu-toggle::after {  display: none !important;  content: none !important;}/* === STOREFRONT LINK UNDERLINE KILL === */a.button,.storefront-product-section a,a[href*="/shop"],ul.products li.product a.button,.site-main a.button,.woocommerce a.button {  background-image: none !important;  text-shadow: none !important;  box-shadow: none !important;}ul.products li.product a.button::before,ul.products li.product a.button::after,ul.products li.product a.add_to_cart_button::before,ul.products li.product a.add_to_cart_button::after,.storefront-product-section a::before,.storefront-product-section a::after,.site-main a.button::before,.site-main a.button::after,.woocommerce a.button::before,.woocommerce a.button::after {  display: none !important;  content: none !important;  border: none !important;  background: none !important;  width: 0 !important;  height: 0 !important;}.storefront-product-section a,.storefront-product-section .button {  background-image: none !important;  text-decoration: none !important;  border-bottom: none !important;  box-shadow: none !important;}/* === CART PAGE === *//* Quantity selector container — horizontal row, no overlap */.wc-block-components-quantity-selector {  display: inline-flex !important;  align-items: center !important;  gap: 0 !important;  border: 1px solid #D1D5DB !important;  border-radius: 3px !important;  overflow: hidden !important;  background: #fff !important;  height: 38px !important;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {  background: var(--c-steel, #5f7e95) !important;  color: #fff !important;  border: none !important;  border-radius: 0 !important;  width: 36px !important;  height: 38px !important;  font-size: 1rem !important;  font-weight: 700 !important;  opacity: 1 !important;  display: inline-flex !important;  align-items: center !important;  justify-content: center !important;  cursor: pointer !important;  transition: background 0.15s ease !important;  position: relative !important;  z-index: 1 !important;  min-width: 36px !important;  max-width: 36px !important;  flex-shrink: 0 !important;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {  background: var(--c-steel-dark, #7f97a8) !important;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {  width: 48px !important;  min-width: 48px !important;  text-align: center !important;  border: none !important;  border-left: 1px solid #D1D5DB !important;  border-right: 1px solid #D1D5DB !important;  border-radius: 0 !important;  background: #fff !important;  height: 38px !important;  font-size: 0.9rem !important;  font-weight: 600 !important;  color: var(--c-charcoal, #1A1A1A) !important;  -moz-appearance: textfield !important;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button {  -webkit-appearance: none !important;  margin: 0 !important;}.wc-block-cart-item__quantity {  display: flex !important;  flex-wrap: wrap !important;  align-items: center !important;  gap: 10px !important;}/* Remove link — clearly separated below the quantity */.wc-block-cart-item__remove-link {  flex-basis: 100% !important;  display: inline-block !important;  color: #DC2626 !important;  font-size: 0.78rem !important;  font-weight: 500 !important;  text-decoration: none !important;  background: transparent !important;  background-image: none !important;  border: none !important;  border-bottom: 1px solid transparent !important;  cursor: pointer !important;  padding: 4px 0 !important;  margin-top: 6px !important;  transition: border-color 0.15s ease !important;}.wc-block-cart-item__remove-link:hover {  color: #B91C1C !important;  border-bottom-color: #B91C1C !important;  text-decoration: none !important;}/* Proceed to checkout button */.wc-block-cart__submit-button,.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {  background: var(--c-steel, #5f7e95) !important;  color: #fff !important;  border: none !important;  border-radius: 3px !important;  font-weight: 600 !important;  padding: 14px 28px !important;  font-size: 0.9rem !important;  letter-spacing: 0.03em !important;  transition: background 0.2s ease, transform 0.15s ease !important;}.wc-block-cart__submit-button:hover {  background: var(--c-steel-dark, #7f97a8) !important;  transform: translateY(-1px) !important;}  .menu-toggle,  button.menu-toggle,  .site-header .menu-toggle,  #masthead .menu-toggle {    all: unset !important;    display: inline-flex !important;    align-items: center !important;    justify-content: center !important;    color: #2b2b2b !important;    border: 1px solid #E8EAED !important;    border-radius: 4px !important;    padding: 8px 14px !important;    font-size: 0.75rem !important;    font-weight: 600 !important;    text-transform: uppercase !important;    cursor: pointer !important;    height: 36px !important;    box-sizing: border-box !important;  }/* ============================================================   REBRAND ADDITIONS — typography, announcement bar, footer,   global button overrides, form inputs, CSS custom properties   ============================================================ *//* --------------------------------------------------------------------------   3. BASE TYPOGRAPHY   -------------------------------------------------------------------------- */body,p,li,td,th,label,input,select,textarea,button {  font-family: var(--font-primary) !important;  color: var(--c-charcoal) !important;  font-weight: var(--fw-normal) !important;}h1, h2, h3, h4, h5, h6,.woocommerce-loop-product__title,.product_title,.entry-title,.widget-title {  font-family: var(--font-primary) !important;  font-weight: 800 !important;  letter-spacing: -0.01em !important;  color: #2b2b2b !important;  line-height: 1.5 !important;}body { font-size: 14px !important; line-height: 28px !important; color: #444444 !important; }a {  color: var(--c-steel) !important;  transition: color 0.15s ease !important;}a:hover {  color: var(--c-steel-dark) !important;}/* --------------------------------------------------------------------------   4. KILL ALL GOLD — override every known gold hex value   -------------------------------------------------------------------------- *//* Gold text ? steel blue */[style*="color:#c5a47e"],[style*="color: #c5a47e"],[style*="color:#d4af37"],[style*="color: #d4af37"],[style*="color:#b8860b"],[style*="color: #b8860b"],[style*="color:gold"],[style*="color: gold"] {  color: var(--c-steel) !important;}/* Gold backgrounds ? steel blue */[style*="background:#c5a47e"],[style*="background: #c5a47e"],[style*="background:#d4af37"],[style*="background: #d4af37"],[style*="background:#b8860b"],[style*="background: #b8860b"],[style*="background-color:#c5a47e"],[style*="background-color: #c5a47e"],[style*="background-color:#d4af37"],[style*="background-color: #d4af37"],[style*="background-color:#b8860b"],[style*="background-color: #b8860b"] {  background-color: var(--c-steel) !important;  color: var(--c-white) !important;}/* --------------------------------------------------------------------------   5. ANNOUNCEMENT BAR   -------------------------------------------------------------------------- */.woocommerce-store-notice,.demo_store,p.demo_store,.site-wide-notice,.announcement-bar,[class*="announcement"],[class*="store-notice"] {  background-color: var(--c-slate) !important;  color: var(--c-white) !important;  border: none !important;  font-family: var(--font-primary) !important;  font-size: 13px !important;  font-weight: var(--fw-medium) !important;  letter-spacing: 0.02em !important;}.woocommerce-store-notice a,.demo_store a,[class*="announcement"] a,[class*="store-notice"] a {  color: var(--c-steel-light) !important;}/* Catch gold-coloured spans/strongs inside the bar */.woocommerce-store-notice strong,.demo_store strong,.woocommerce-store-notice span,.demo_store span {  color: var(--c-steel-light) !important;}/* --------------------------------------------------------------------------   6. HEADER / NAVIGATION BAR   -------------------------------------------------------------------------- */.site-header,#masthead,header.site-header {  background-color: #fff !important;  border-bottom: 1px solid #eaeaea !important;  box-shadow: none !important;}/* Remove home/house icon from nav */.main-navigation .nav-menu > li.home > a,.main-navigation .nav-menu > li > a[href*="home"] .icon-home,.main-navigation .nav-menu .home-link,a.home-link,.nav-menu .icon-home,li.menu-item.home > a::before,.storefront-primary-navigation .home > a,/* Common home icon patterns */.main-navigation li.page_item_has_children:first-child > a[href$="/"],li[class*="home"] > a {  display: none !important;}/* Nav links — white on blue bar */.main-navigation ul li a,.storefront-primary-navigation a,#site-navigation a,.primary-navigation a {  font-family: var(--font-primary) !important;  font-size: 14px !important;  font-weight: 500 !important;  text-transform: uppercase !important;  letter-spacing: 0 !important;  color: #ffffff !important;  background: transparent !important;  transition: opacity 0.2s ease !important;  padding: 15px 20px !important;}.main-navigation ul li a:hover,.storefront-primary-navigation a:hover,#site-navigation a:hover,.main-navigation ul li.current-menu-item > a,.main-navigation ul li.current_page_item > a,.main-navigation ul li.current-menu-ancestor > a {  color: #ffffff !important;  opacity: 0.85 !important;  background: transparent !important;}/* Dropdown menus — white with shadow */.main-navigation ul ul,.storefront-primary-navigation .main-navigation ul ul {  background-color: #fff !important;  border: none !important;  box-shadow: 0 2px 8px rgba(125,122,122,0.2) !important;  border-radius: 0 !important;}.main-navigation ul ul li a,.storefront-primary-navigation .main-navigation ul ul li a {  color: #2b2b2b !important;  background-color: #fff !important;  padding: 10px 20px !important;  font-size: 13px !important;  text-transform: none !important;}.main-navigation ul ul li a:hover,.storefront-primary-navigation .main-navigation ul ul li a:hover {  background-color: #f5f5f5 !important;  color: #5f7e95 !important;}/* Site title / logo text */.site-title a,.site-branding .site-title a {  color: var(--c-slate) !important;  font-family: var(--font-primary) !important;  font-weight: var(--fw-bold) !important;}/* --------------------------------------------------------------------------   7. SHOPPING CART (header cart widget)   -------------------------------------------------------------------------- *//* Cart icon button — white on blue nav */.site-header .cart-contents,.site-header-cart a.cart-contents,header .cart-contents {  background-color: transparent !important;  color: #fff !important;  border: none !important;  border-radius: 0 !important;  transition: opacity 0.2s ease !important;}.storefront-handheld-footer-bar .cart a,.widget_shopping_cart_content .buttons a.button {  background-color: #5f7e95 !important;  color: #fff !important;  border-radius: 3px !important;}.site-header .cart-contents:hover,header .cart-contents:hover {  background-color: transparent !important;  color: #fff !important;  opacity: 0.85 !important;}/* Item count badge */.site-header .cart-contents .count,header .cart-contents .count,.site-header-cart .count {  background-color: #5f7e95 !important;  color: #fff !important;  border: none !important;  font-weight: 700 !important;  border-radius: 10px !important;  font-size: 0.65rem !important;}/* Cart dropdown / mini-cart */.site-header-cart .widget_shopping_cart,.cart-dropdown,.header-cart-dropdown {  background-color: var(--c-white) !important;  border: 1px solid var(--c-grey-light) !important;  box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important;}.widget_shopping_cart .cart_list li,.woocommerce-mini-cart__empty-message {  border-bottom: 1px solid var(--c-grey-light) !important;}.widget_shopping_cart .cart_list li a {  color: var(--c-slate) !important;  font-weight: var(--fw-medium) !important;}.widget_shopping_cart .total {  border-top: 1px solid var(--c-grey-light) !important;  background: var(--c-off-white) !important;  color: var(--c-slate) !important;}/* --------------------------------------------------------------------------   8. HOMEPAGE HERO / BANNER   -------------------------------------------------------------------------- */.hero,.site-hero,.homepage-hero,[class*="hero-section"],.storefront-hero,.cover-block,.wp-block-cover,/* Catch common theme hero structures */.home .site-main > .type-page:first-child .entry-content > *:first-child {  background-color: var(--c-white) !important;}/* Hero headings */.hero h1, .hero h2,.site-hero h1, .site-hero h2,[class*="hero"] h1,[class*="hero"] h2,.wp-block-cover h1,.wp-block-cover h2 {  color: var(--c-slate) !important;  font-weight: var(--fw-bold) !important;}/* Gold italic text ? steel blue (e.g. "Peptide Collection") */.hero em, .hero i,[class*="hero"] em,[class*="hero"] i,.wp-block-cover em,.wp-block-cover i,h1 em, h2 em, h3 em {  color: var(--c-steel) !important;  font-style: italic !important;}/* Hero subtitle */.hero p,.site-hero p,[class*="hero"] p {  color: var(--c-grey) !important;}/* --------------------------------------------------------------------------   9. BUTTONS (sitewide)   -------------------------------------------------------------------------- */button,input[type="button"],input[type="submit"],input[type="reset"],.button,a.button,.wp-block-button__link,.wc-proceed-to-checkout .checkout-button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #payment #place_order,.woocommerce-page #payment #place_order,.added_to_cart,.single_add_to_cart_button,.woocommerce .widget_price_filter .price_slider_amount .button {  background-color: #5f7e95 !important;  color: #fff !important;  border: none !important;  border-radius: 3px !important;  font-family: var(--font-primary) !important;  font-size: 1.125em !important;  font-weight: 500 !important;  text-transform: none !important;  letter-spacing: 0 !important;  padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;  box-shadow: none !important;  transition: background-color 0.2s ease !important;}button:hover,input[type="button"]:hover,input[type="submit"]:hover,.button:hover,a.button:hover,.wp-block-button__link:hover,.wc-proceed-to-checkout .checkout-button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #payment #place_order:hover,.woocommerce-page #payment #place_order:hover,.added_to_cart:hover,.single_add_to_cart_button:hover {  background-color: #7f97a8 !important;  color: #fff !important;}/* Alt/outline button variant */.button.alt,a.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {  background-color: var(--c-steel) !important;  color: var(--c-white) !important;}.button.alt:hover,a.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover {  background-color: #7f97a8 !important;}/* --------------------------------------------------------------------------   10. PRODUCT SHOP GRID   -------------------------------------------------------------------------- */ul.products li.product,.woocommerce ul.products li.product {  background-color: #fff !important;  border: none !important;  border-radius: 0 !important;  box-shadow: none !important;  transition: box-shadow 0.2s ease !important;  overflow: hidden !important;}ul.products li.product:hover,.woocommerce ul.products li.product:hover {  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;}/* Product titles */ul.products li.product h2,ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-product__title {  color: var(--c-slate) !important;  font-weight: var(--fw-semi) !important;  font-size: 15px !important;}/* Prices */ul.products li.product .price,.woocommerce ul.products li.product .price,.woocommerce .price,.woocommerce .woocommerce-Price-amount,.product_title + .price,.summary .price {  color: var(--c-steel) !important;  font-weight: var(--fw-semi) !important;  font-size: 16px !important;}.woocommerce .price ins,.woocommerce .price ins .woocommerce-Price-amount {  color: var(--c-steel) !important;}.woocommerce .price del,.woocommerce .price del .woocommerce-Price-amount {  color: var(--c-grey) !important;  font-weight: var(--fw-normal) !important;}/* Sale badges */.woocommerce span.onsale,ul.products li.product .onsale,.onsale {  background-color: #C6102E !important;  color: #fff !important;  border-radius: 0 !important;  font-family: var(--font-primary) !important;  font-size: 11px !important;  font-weight: 600 !important;  text-transform: uppercase !important;  letter-spacing: 0.04em !important;}/* --------------------------------------------------------------------------   11. SINGLE PRODUCT PAGE   -------------------------------------------------------------------------- */.single-product div.product {  background-color: var(--c-white) !important;}.single-product .product_title {  color: var(--c-slate) !important;  font-weight: var(--fw-bold) !important;}.woocommerce-tabs .tabs li a {  font-family: var(--font-primary) !important;  color: var(--c-charcoal) !important;  font-weight: var(--fw-medium) !important;  text-transform: uppercase !important;  font-size: 12px !important;  letter-spacing: 0.05em !important;}.woocommerce-tabs .tabs li.active a,.woocommerce-tabs .tabs li a:hover {  color: var(--c-steel) !important;  border-bottom-color: var(--c-steel) !important;}.woocommerce-tabs .tabs li.active {  border-color: var(--c-grey-light) !important;  border-bottom-color: var(--c-white) !important;}.woocommerce-tabs .panel {  border-color: var(--c-grey-light) !important;  background: var(--c-white) !important;}/* --------------------------------------------------------------------------   12. CART PAGE   -------------------------------------------------------------------------- */.woocommerce table.shop_table {  border: 1px solid var(--c-grey-light) !important;  border-radius: 4px !important;  overflow: hidden !important;}.woocommerce table.shop_table th {  background-color: var(--c-off-white) !important;  color: var(--c-charcoal) !important;  font-family: var(--font-primary) !important;  font-size: 11px !important;  font-weight: var(--fw-semi) !important;  text-transform: uppercase !important;  letter-spacing: 0.06em !important;  border-bottom: 1px solid var(--c-grey-light) !important;}.woocommerce table.shop_table td {  border-top: 1px solid var(--c-grey-light) !important;  color: var(--c-charcoal) !important;  font-family: var(--font-primary) !important;}.woocommerce table.shop_table tr:hover td {  background-color: var(--c-off-white) !important;}/* Cart totals box */.woocommerce .cart_totals,.cart_totals,.woocommerce-cart .cart_totals {  background-color: var(--c-off-white) !important;  border: 1px solid var(--c-grey-light) !important;  border-radius: 4px !important;  padding: 24px !important;}.woocommerce .cart_totals h2,.cart_totals h2 {  color: var(--c-slate) !important;  font-size: 16px !important;  text-transform: uppercase !important;  letter-spacing: 0.05em !important;}/* --------------------------------------------------------------------------   13. CHECKOUT PAGE   -------------------------------------------------------------------------- */.woocommerce-checkout #customer_details,.woocommerce #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields {  background: var(--c-white) !important;}.woocommerce form .form-row label,.woocommerce-page form .form-row label {  color: var(--c-charcoal) !important;  font-family: var(--font-primary) !important;  font-size: 13px !important;  font-weight: var(--fw-medium) !important;}/* Form inputs */.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],textarea,select {  font-family: var(--font-primary) !important;  border: 1px solid var(--c-grey-mid) !important;  border-radius: 3px !important;  color: var(--c-charcoal) !important;  background-color: var(--c-white) !important;  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="number"]:focus,input[type="password"]:focus,textarea:focus,select:focus {  border-color: var(--c-steel) !important;  box-shadow: 0 0 0 3px rgba(95,126,149,0.15) !important;  outline: none !important;}/* Order review box */#order_review,.woocommerce #order_review {  background-color: var(--c-off-white) !important;  border: 1px solid var(--c-grey-light) !important;  border-radius: 4px !important;}/* Payment section */#payment,.woocommerce #payment {  background-color: var(--c-off-white) !important;  border: 1px solid var(--c-grey-light) !important;  border-radius: 4px !important;}#payment .payment_methods li,.woocommerce #payment .payment_methods li {  border-bottom: 1px solid var(--c-grey-light) !important;}/* --------------------------------------------------------------------------   14. FOOTER — light gray (PremiumPeps style)   -------------------------------------------------------------------------- */.site-footer,#colophon,footer.site-footer {  background-color: #eeeeec !important;  color: #8f8f8f !important;  border-top: none !important;  padding-top: 40px !important;  padding-bottom: 20px !important;  margin-top: 0 !important;}.site-footer .widget-title,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,#colophon .widget-title {  color: #2b2b2b !important;  font-family: var(--font-primary) !important;  font-size: 14px !important;  font-weight: 800 !important;  text-transform: uppercase !important;  letter-spacing: 0.05em !important;  margin-bottom: 16px !important;}.site-footer a,#colophon a {  color: #8f8f8f !important;  transition: color 0.2s ease !important;}.site-footer a:hover,#colophon a:hover {  color: #5f7e95 !important;}.site-footer p,.site-footer li,#colophon p,#colophon li {  color: #8f8f8f !important;  font-size: 14px !important;  line-height: 1.8 !important;}.site-footer .site-info,.storefront-handheld-footer-bar {  background-color: #eeeeec !important;  border-top: 1px solid #ddd !important;  color: #8f8f8f !important;}/* --------------------------------------------------------------------------   15. WOOCOMMERCE NOTICES   -------------------------------------------------------------------------- */.woocommerce-message,.woocommerce-info,.wc-block-components-notice-banner.is-info {  background-color: var(--c-off-white) !important;  border-left: 4px solid var(--c-steel) !important;  color: var(--c-charcoal) !important;}.woocommerce-error,.wc-block-components-notice-banner.is-error {  background-color: #fff5f5 !important;  border-left: 4px solid #e53e3e !important;  color: var(--c-charcoal) !important;}/* --------------------------------------------------------------------------   16. BREADCRUMBS   -------------------------------------------------------------------------- */.woocommerce-breadcrumb,.breadcrumbs {  font-family: var(--font-primary) !important;  font-size: 12px !important;  color: var(--c-grey) !important;}.woocommerce-breadcrumb a,.breadcrumbs a {  color: var(--c-steel) !important;}/* --------------------------------------------------------------------------   17. WIDGETS (sidebar / offcanvas)   -------------------------------------------------------------------------- */.widget_layered_nav li a,.widget_product_categories li a,.widget_pages li a {  color: var(--c-charcoal) !important;  font-family: var(--font-primary) !important;}.widget_layered_nav li a:hover,.widget_product_categories li a:hover {  color: var(--c-steel) !important;}.widget_layered_nav .count,.widget_product_categories .count {  background-color: var(--c-off-white) !important;  border: 1px solid var(--c-grey-light) !important;  color: var(--c-grey) !important;  border-radius: 3px !important;}/* Price slider */.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {  background-color: var(--c-steel) !important;}/* --------------------------------------------------------------------------   18. STOREFRONT SPECIFIC OVERRIDES   -------------------------------------------------------------------------- *//* Storefront primary / secondary colour overrides */.storefront-primary-navigation ul.menu > li.current-menu-item > a,.storefront-primary-navigation ul.menu > li:hover > a {  color: #fff !important;  opacity: 0.85 !important;}/* Storefront header widget area */.site-header .site-header-cart .widget_shopping_cart {  background-color: var(--c-white) !important;  border: 1px solid var(--c-grey-light) !important;  box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;}/* Storefront mobile nav toggle — matches blue nav */.menu-toggle,button.menu-toggle {  background-color: transparent !important;  color: #fff !important;  border: 1px solid rgba(255,255,255,0.4) !important;  border-radius: 3px !important;  font-family: var(--font-primary) !important;  font-size: 12px !important;  text-transform: uppercase !important;  letter-spacing: 0.05em !important;}/* Storefront sticky header scroll */.sticky-header,.is-sticky .site-header {  background-color: var(--c-white) !important;  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;}/* --------------------------------------------------------------------------   19. MISC / REMAINING GOLD OVERRIDES (catch-all)   -------------------------------------------------------------------------- *//* Any element whose inline or class-based colour is gold */.gold, .golden, .accent-gold, .color-gold,[class*="gold"] {  color: var(--c-steel) !important;}[class*="gold-bg"],[class*="bg-gold"] {  background-color: var(--c-steel) !important;  color: var(--c-white) !important;}/* Stars / ratings */.star-rating span,.star-rating::before,.woocommerce .star-rating span::before {  color: var(--c-steel) !important;}/* Pagination */.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {  background-color: var(--c-steel) !important;  color: var(--c-white) !important;  border-color: var(--c-steel) !important;}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {  border-color: var(--c-grey-light) !important;  color: var(--c-charcoal) !important;  font-family: var(--font-primary) !important;}/* Page background — clean white like PremiumPeps */body,.site {  background-color: #ffffff !important;}.entry-content,main#main,#primary,.site-main {  background-color: var(--c-white) !important;}/* ==========================================================================   COHESION & INTERACTIVITY — clean flat PremiumPeps style   ========================================================================== *//* Smooth scrolling */html {  scroll-behavior: smooth !important;}/* Sticky header — clean white, fixed border */.site-header,#masthead,header.site-header {  position: sticky !important;  top: 0 !important;  z-index: 999 !important;  background-color: #fff !important;  border-bottom: 1px solid #eaeaea !important;  box-shadow: none !important;}/* Nav hover — subtle opacity on blue bar */.storefront-primary-navigation .main-navigation ul li a:hover,.main-navigation ul.menu li a:hover,#site-navigation ul li a:hover {  color: #fff !important;  opacity: 0.85 !important;}/* Kill any ::after pseudo underlines from old styles */.storefront-primary-navigation .main-navigation ul li a::after,.main-navigation ul.menu li a::after,#site-navigation ul li a::after {  display: none !important;  content: none !important;}/* Product cards — subtle hover, no transform */.woocommerce ul.products li.product,ul.products li.product {  transition: box-shadow 0.2s ease !important;}.woocommerce ul.products li.product:hover,ul.products li.product:hover {  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;}/* Button hover — lighter blue (PremiumPeps style) */.woocommerce a.button:hover,.woocommerce button.button:hover,.single_add_to_cart_button:hover,ul.products li.product a.add_to_cart_button:hover {  background-color: #7f97a8 !important;  color: #fff !important;}/* Page header area — light beige like PremiumPeps */.woocommerce-products-header,.page-header,.archive-header {  background-color: #edf3f7 !important;  padding: 50px 0 !important;  margin-bottom: 50px !important;}/* Breadcrumbs */.woocommerce-breadcrumb {  padding: 12px 0 !important;  margin-bottom: 20px !important;  color: #606060 !important;}.woocommerce-breadcrumb a {  color: #5f7e95 !important;}/* Container max-width like PremiumPeps */.col-full,.storefront-full-width-content .col-full {  max-width: 1320px !important;}/* Respect reduced motion */@media (prefers-reduced-motion: reduce) {  html { scroll-behavior: auto !important; }  .woocommerce ul.products li.product,  ul.products li.product { transition: none !important; }}