/*
Theme Name: Maxwell Pawsworth Custom Theme
Template: kadence
Author: Lionshead Agency
Author URI: https://www.liosnheadagency.com
Description: This custom theme build off the base Kadence Theme
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1772670502
Updated: 2026-03-05 00:28:22

*/

.site-footer-wrap {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
color: var(--global-palette6);
}

.site-footer-wrap a {
	color: var(--global-palette1);
}

.entry-hero-container-inner{
	background: var(--global-palette10);
	background-image: url('/wp-content/uploads/2026/02/hero-bg-trans-sample2.png');
}

.entry-hero .hero-section-overlay {
  background: var(--global-palette8);
  opacity: 0.82;
}
.wp-site-blocks .page-title h1,
.wp-site-blocks .product-archive-title h1 {
  font-size: var(--global-kb-font-size-xl);
}

.category-description {
	margin-top: var(--global-kb-spacing-lg, 3rem);
}

.product-coming-soon .single_add_to_cart_button,
.product-coming-soon .button.single_add_to_cart_button,
.product-coming-soon a.button {
  pointer-events: none;
  opacity: 0.55;
  cursor: not-allowed;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .vs-md-false {
    display: block !important;
  }

