/* Share Icon Styles */
/* Make the product card container a positioning context */
li.wc-block-product {
  position: relative; /* Crucial for positioning the button inside */
}

/* Style and position the custom copy link button */
.lili-copy-link-button {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  z-index: 5; /* Ensure it's clickable, above other elements */
  cursor: pointer;
  padding: 6px; /* Adjust padding */
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
  border-radius: 50%; /* Makes it circular */
  display: inline-flex; /* Helps center icon if needed */
  align-items: center;
  justify-content: center;
  font-size: 1em; /* Adjust icon size */
  color: #333; /* Icon color */
  transition: all 0.2s ease-in-out;
  border: 1px solid #eee; /* Optional subtle border */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* Optional subtle shadow */
}
/* Style the SVG inside the button */
.lili-copy-link-button svg {
  width: 1em; /* Adjust size as needed */
  height: 1em; /* Adjust size as needed */
  /* fill: currentColor; /* Ensure it inherits color - already set in SVG but good practice */
}

/* Hover effect */
.lili-copy-link-button:hover {
  background-color: rgba(240, 240, 240, 0.9);
  color: #000;
  transform: scale(1.1); /* Slightly enlarge on hover */
}

/* Style for the 'copied' state (optional feedback) */
.lili-copy-link-button.copied {
  background-color: rgba(40, 167, 69, 0.8); /* Greenish background */
  color: #fff; /* White icon/check */
  transform: scale(1); /* Reset scale if hover scale applied */
}

/* Optional: Adjust icon size specifically if needed */
.lili-copy-link-button i {
 line-height: 1; /* Helps vertical alignment */
}

/* Product Tag Labels */
.is-style-swt-post-terms-pill {
	z-index: 99;
	position: relative;
}
.wp-block-post-terms.is-style-swt-post-terms-pill a {
	padding: 0.6em 1.4em;
}

/* Header Icons Spacing Fix */
.uagb-svg-wrapper {
	padding: 0px !important;
	padding-top: 8px !important;
}
.wc-block-mini-cart__button {
	padding: 0px !important;
	margin-left: 9px !important;
}
.wp-block-woocommerce-customer-account a {
	padding: 0px !important;
	margin-left: 4px !important;
}
.mobileHamburger {
	margin-top: 5px !important;
	margin-left: 7px !important;
}
/* Footer */
/* Social Media Section */
.social-link {
	display: inline-block !important;
	padding: 0.5rem !important;
	border-radius: 50% !important;
	transition: background-color 0.3s ease !important;
}

.social-link svg {
	width: 24px !important;
	height: 24px !important;
	fill: #000 !important;
	transition: fill 0.3s ease !important;
}

.social-link:hover svg {
	fill: #FF6633 !important;
}
/* Footer Fix */
@media (min-width: 480px) {
	.footerP {
		text-align: left;
	}
}

.wp-block-search__input {
	background: #FFF;
	color: #000;
}

/* Header Phone Icon */
.phone-icon-container {
    position: relative;
    display: inline-block;
    padding-bottom: 25px; /* Extra large hover bridge */
    margin-bottom: -25px;
    cursor: pointer;
}

.phone-popup {
    position: absolute !important;
    top: 100%;
    right: 0;
    transform: translateX(-15px); /* Nudge left to avoid screen edge */
    background: #000 !important;
    padding: 0 !important; /* THE KILLER: Removes the black frame */
    border-radius: 8px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 9999999;
    display: block !important;
    min-width: 180px;
    overflow: hidden; /* Clips the orange hover to the rounded corners */
    box-shadow: 0px 4px 20px rgba(0,0,0,0.6);
}

.phone-popup p {
    margin: 0 !important;
    padding: 0 !important;
}

.phone-popup a {
    display: flex !important; /* Forces row behavior */
    align-items: center;
    width: 100% !important;
    text-decoration: none;
    color: #fff !important;
    padding: 14px 10px !important; /* Padding lives inside the link now */
    transition: background 0.1s;
    box-sizing: border-box;
}

/* This now hits the edges perfectly */
.phone-popup a:hover {
    background: #FF6633 !important;
    color: #fff !important;
}

/* Subtle separator line */
.phone-popup a:first-child {
    border-bottom: 1px solid #222;
}

/* Tight show effect on hover */
.phone-icon-container:hover .phone-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-15px) translateY(-10px);
}

/* Mobile: Push it away from the edge more aggressively */
@media (max-width: 480px) {
    .phone-popup {
        transform: translateX(-35px);
    }
    .phone-icon-container:hover .phone-popup {
        transform: translateX(-35px) translateY(-10px);
    }
}

/* Navigation */
.wp-block-navigation-item {
    transition: color 0.3s ease;
}

.wp-block-navigation-item:hover {
    color: #FF6633 !important;
}

/* General Styles */
.woocommerce-breadcrumb {
	margin-bottom: 0 !important;
	font-size: 16px !important;
}
.woocommerce-ordering select {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #1a1a1a;
    min-width: 200px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 8px auto;
}
.woocommerce-ordering select:hover {
    border-color: #ddd;
    background-color: #f9fafb;
}
.woocommerce-ordering select:focus {
    outline: none;
    border-color: #ff6633;
    box-shadow: 0 0 0 2px rgba(255, 102, 51, 0.1);
}
.wp-block-query-pagination {
	padding-top: 1em!important;
}


/* Single Product Page */
.woocommerce-page label {
    margin-bottom: 0!important;
}
.woocommerce div.product form.cart table td {
    margin-bottom: 1em !important;
}
.woocommerce-variation-description p {
    margin-bottom: 0em!important;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden!important;
}

/* Grid Styling */
@media (min-width: 768px) and (max-width: 1024px) {
  .wc-block-product-template__responsive {
    gap: 20px !important; /* Adjust the gap to your preference */
  }
}
@media (max-width: 768px) {
	.wc-block-product-template__responsive {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.columns-4.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.wc-block-product-template__responsive {
		grid-template-columns: 1fr !important;
	}
	.columns-4.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr !important;
	}
}


/* General product card styling */
.wp-block-woocommerce-product-collection .wc-block-product {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	display: block;
	text-decoration: none;
	border: 1px solid #eee;
	padding: 20px;
	padding-top: 0px!important;
}

.wp-block-woocommerce-product-collection .wc-block-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Product Card Image styling */
div.wp-block-woocommerce-product-collection > ul.wc-block-product-template__responsive > li.wc-block-product > div.wc-block-components-product-image > a > div.asnp-sale-badge-image-wrapper {
	position: relative;
	overflow: hidden;
	/* aspect-ratio: 1; */
	padding-top: 20px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
div.wp-block-woocommerce-product-collection > ul.wc-block-product-template__responsive > li.wc-block-product > div.wc-block-components-product-image > a > div.asnp-sale-badge-image-wrapper > img {
	border: none;
	object-fit: contain;
	transition: transform 0.5s ease;
}
.wp-block-woocommerce-product-collection .wc-block-product:hover .attachment-woocommerce_single {
  transform: scale(1.05);
}
div.asnp-sale-badge-image-wrapper {
    overflow: visible!important;
}

/*Individual Category PAGES*/
.point {
	border-left: 3px solid #ff6633!important;
	transition: all 0.3s ease!important;
}

.point:hover {
	transform: translateY(-5px);
}
/* Mobile Menu */
@media (max-width: 767px) {
	  .is-style-swt-search-minimal {
		width: 85%;
	  }

	  .wp-block-navigation__responsive-container-close {
		background-color: white !important;
		top: 12px !important;
		right: 4% !important;
		transition: all 0.3s ease;
	  }

	  .wp-block-navigation__responsive-container-close:hover {
		color: #FF6633 !important;
	  }

	  .mobile-menu-content {
		padding-top: 0;
		width: 100%;
	  }

	  .mobile-menu-content .headerMenu {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		list-style: none;
		padding: 0;
	  }

	  .mobile-menu-content .headerMenu-item {
		padding: 20px !important;
		font-size: 1.2rem;
		transition: all 0.3s ease;
		flex-grow: 1;
		background-color: #fff !important;
		margin: 0;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.3s ease, color 0.3s ease;
	  }
	.mobile-menu-content .headerMenu-item.active {
		background-color: white !important;
		border-bottom: 3px solid #FF6633;
		color: #FF6633;
	  }
	.mobile-menu-content .headerMenu-item.active svg {
		fill: #FF6633;
	}

	.mobile-menu-content .talk-tab {
		flex-shrink: 1;
		padding: 10px !important;
		background-color: #FF6633 !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-menu-content .talk-tab svg {
		width: 20px;
		height: 20px;
		fill: white;
	}
	.category-list {
		list-style: none;
		padding: 0;
		margin: 0;
	  }

	.category-list a {
		display: flex;
		align-items: center;
		background: #fff;
		padding: 15px;
		padding-left: 40px !important;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.category-list a:focus,
	.mobile-menu-content .headerMenu-item:focus,
	.wp-block-navigation__responsive-container-close:focus {
		outline: 2px solid #FF6633 !important;
		outline-offset: 2px !important;
	}
	.category-list a:hover {
		color: #FF6633;
		background: #eee;
		border: 1px solid #FF6633;
	}
	.category-list li {
		position: relative;
		list-style: none;
	}
	.category-list li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		position: relative;
	}
	.category-list li a::after {
		content: " \00BB";
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.category-list .text-content {
		font-size: 1.0rem;
		font-weight: 600;
		color: #1a1a1a;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		width: 300px;
		left: 0;
		right: auto;
		box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
		background: #fff !important;
		height: 100% !important;
		padding: 0 !important;
	}

	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding: 0 !important;
		align-items: flex-start !important;
	  }

	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 0 !important;
	  }

	  .tab-content-container {
		width: 100%;
	  }

	.mobile-menu-content .contact-info {
		padding: 15px;
		text-align: center;
	}

	.mobile-menu-content .contact-info p {
		margin: 5px 0;
	}
	/* Style the main container for your custom mobile menu */
	.mobile-menu-content {
	  display: flex; /* Use flexbox for layout */
	  flex-direction: column; /* Stack items vertically */
	  height: 100%; /* Ensure it takes full height of its container */
	  position: relative; /* Crucial for positioning the social links absolutely */
	  box-sizing: border-box;
	  /* Add padding at the bottom equal to social links height + desired gap */
	  /* Adjust 70px as needed based on icon size/padding */
	  padding-bottom: 70px;
	}

	/* Style the wrapper for the tab content */
	.mobile-tab-contents-wrapper {
	  flex-grow: 1; /* Allow this area to take up available space */
	  overflow-y: auto; /* Add scrollbar if content exceeds available height */
	  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
	}

	/* Style the fixed social links container */
	.mobile-social-links {
	  position: absolute; /* Position relative to .mobile-menu-content */
	  bottom: 0;        /* Stick to the bottom */
	  left: 0;
	  width: 100%;
	  display: flex;
	  justify-content: center; /* Center icons horizontally */
	  align-items: center;
	  padding: 15px 0; /* Vertical padding */
	  background-color: #ffffff; /* Optional: background color (match menu?) */
	  border-top: 1px solid #e0e0e0; /* Optional: separator line */
	  box-sizing: border-box; /* Include padding in width calculation */
	  z-index: 10; /* Ensure it stays above other content if needed */
	}

	/* Style individual social links */
	.mobile-social-links a {
	  margin: 0 12px; /* Spacing between icons */
	  display: inline-block;
	  line-height: 0; /* Prevent extra space below SVGs */
	  transition: opacity 0.2s ease; /* Add transition for hover effect */
	}
	
	/* HOVER effect: Slightly fade icons on hover */
	.mobile-social-links a:hover {
	  opacity: 0.8;
	}
	/* --- Brand Colors --- */

	/* Facebook Blue */
	.mobile-social-links .facebook svg {
	  fill: #1877F2;
	}

	/* Instagram - Using a common representative pink/purple */
	/* Official is a gradient, so we pick a common solid color */
	.mobile-social-links .instagram svg {
	  fill: #E1306C;
	}

	/* Google Blue */
	.mobile-social-links .google svg {
	  fill: #4285F4;
	}

	/* --- REMOVE the old hover rule that changed fill color --- */
	/* Style the SVG icons */
	.mobile-social-links svg {
	  width: 28px; /* Adjust icon size */
	  height: 28px; /* Adjust icon size */
	  vertical-align: middle;
	}

	/* Ensure tab content divs still work */
	.tab-content {
	  padding: 0px; /* Add some padding inside tab content */
	}

	/* You might need to adjust existing styles for .headerMenu */
	.headerMenu {
	  flex-shrink: 0; /* Prevent tabs from shrinking */
	  /* Add any existing styles or necessary overrides */
	}
	
	/* ======================================== */
	/* Mobile Menu - Contact Info Panel Styling */
	/* ======================================== */

	#talk-content .contact-info {
	  padding: 30px 20px; /* Increase padding for better spacing */
	  text-align: center; /* Center-align all content */
	  line-height: 1.6;   /* Improve readability */
	}

	/* Style the Business Name */
	#talk-content .contact-info p:first-of-type { /* More specific than :first-child */
	  font-weight: bold;
	  font-size: 1.15em; /* Slightly larger */
	  color: #111; /* Darker color for emphasis */
	  margin-bottom: 15px; /* Space below the name */
	}

	/* Style the Address Lines */
	#talk-content .contact-info p:nth-of-type(2), /* Target 2nd paragraph */
	#talk-content .contact-info p:nth-of-type(3) { /* Target 3rd paragraph */
	  font-size: 0.95em;
	  color: #444; /* Slightly lighter than name */
	  margin-bottom: 1px; /* Reduce space between address lines */
	  line-height: 1.4; /* Slightly tighter line height for address */
	}
	
	/* Add Map Pin Icon before the first address line (2nd paragraph) */
	#talk-content .contact-info p:nth-of-type(2)::before {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
	  display: inline-block;
	  width: 0.8em; /* Adjust size relative to text */
	  height: 1em; /* Adjust size relative to text */
	  margin-right: 8px; /* Space between icon and text */
	  vertical-align: -0.1em; /* Adjust vertical alignment */
	  /* Icon inherits text color because SVG uses fill="currentColor" */
	}

	/* Add space after the full address block */
	#talk-content .contact-info p:nth-of-type(3) {
	  margin-bottom: 20px; /* Space before the phone number */
	}

	/* Style the Phone Line */
	#talk-content .contact-info p:nth-of-type(4) {
	  font-size: 1em;
	  margin-bottom: 20px; /* Space before the contact button */
	}

	/* Add Phone Icon before the phone number line (4th paragraph) */
	#talk-content .contact-info p:nth-of-type(4)::before {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
	  display: inline-block;
	  width: 1em; /* Adjust size relative to text */
	  height: 1em; /* Adjust size relative to text */
	  margin-right: 8px; /* Space between icon and text */
	  vertical-align: -0.1em; /* Adjust vertical alignment */
	  /* Icon inherits text color because SVG uses fill="currentColor" */
	}

	/* Style the Phone Number Link */
	#talk-content .contact-info p a[href^="tel:"] {
	  color: #FF6633; /* Using Facebook blue for consistency, or choose theme color */
	  text-decoration: none;
	  font-weight: 500;
	}
	#talk-content .contact-info p a[href^="tel:"]:hover {
	  text-decoration: underline;
	}

	/* Style the "Contact Us" Link as a Button */
	#talk-content .contact-info p:last-of-type a { /* Target link in last paragraph */
	  display: inline-block; /* Needed for padding and background */
	  background-color: #FF6633;
	  color: #ffffff;
	  padding: 12px 25px; /* Button padding */
	  border-radius: 5px; /* Rounded corners */
	  text-decoration: none;
	  font-weight: bold;
	  margin-top: 5px; /* Small space above button */
	  transition: background-color 0.2s ease, transform 0.1s ease; /* Smooth transitions */
	}

	#talk-content .contact-info p:last-of-type a:hover {
	  background-color: #e65c2e; /* Slightly lighter on hover */
	  color: #ffffff;
	  text-decoration: none;
	}

	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding: 0 !important;
		align-items: flex-start !important;
	  }

	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 0 !important;
	  }

	  .tab-content-container {
		width: 100%;
	  }

	.mobile-menu-content .contact-info {
		padding: 15px;
		text-align: center;
	}

	.mobile-menu-content .contact-info p {
		margin: 5px 0;
	}
	/* Style the main container for your custom mobile menu */
	.mobile-menu-content {
	  display: flex; /* Use flexbox for layout */
	  flex-direction: column; /* Stack items vertically */
	  height: 100%; /* Ensure it takes full height of its container */
	  position: relative; /* Crucial for positioning the social links absolutely */
	  box-sizing: border-box;
	  /* Add padding at the bottom equal to social links height + desired gap */
	  /* Adjust 70px as needed based on icon size/padding */
	  padding-bottom: 70px;
	}

	/* Style the wrapper for the tab content */
	.mobile-tab-contents-wrapper {
	  flex-grow: 1; /* Allow this area to take up available space */
	  overflow-y: auto; /* Add scrollbar if content exceeds available height */
	  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
	}

	/* Style the fixed social links container */
	.mobile-social-links {
	  position: absolute; /* Position relative to .mobile-menu-content */
	  bottom: 0;        /* Stick to the bottom */
	  left: 0;
	  width: 100%;
	  display: flex;
	  justify-content: center; /* Center icons horizontally */
	  align-items: center;
	  padding: 15px 0; /* Vertical padding */
	  background-color: #ffffff; /* Optional: background color (match menu?) */
	  border-top: 1px solid #e0e0e0; /* Optional: separator line */
	  box-sizing: border-box; /* Include padding in width calculation */
	  z-index: 10; /* Ensure it stays above other content if needed */
	}

	/* Style individual social links */
	.mobile-social-links a {
	  margin: 0 12px; /* Spacing between icons */
	  display: inline-block;
	  line-height: 0; /* Prevent extra space below SVGs */
	  transition: opacity 0.2s ease; /* Add transition for hover effect */
	}
	
	/* HOVER effect: Slightly fade icons on hover */
	.mobile-social-links a:hover {
	  opacity: 0.8;
	}
	/* --- Brand Colors --- */

	/* Facebook Blue */
	.mobile-social-links .facebook svg {
	  fill: #1877F2;
	}

	/* Instagram - Using a common representative pink/purple */
	/* Official is a gradient, so we pick a common solid color */
	.mobile-social-links .instagram svg {
	  fill: #E1306C;
	}

	/* Google Blue */
	.mobile-social-links .google svg {
	  fill: #4285F4;
	}

	/* --- REMOVE the old hover rule that changed fill color --- */
	/* Style the SVG icons */
	.mobile-social-links svg {
	  width: 28px; /* Adjust icon size */
	  height: 28px; /* Adjust icon size */
	  vertical-align: middle;
	}

	/* Ensure tab content divs still work */
	.tab-content {
	  padding: 0px; /* Add some padding inside tab content */
	}

	/* You might need to adjust existing styles for .headerMenu */
	.headerMenu {
	  flex-shrink: 0; /* Prevent tabs from shrinking */
	  /* Add any existing styles or necessary overrides */
	}
	
	/* ======================================== */
	/* Mobile Menu - Contact Info Panel Styling */
	/* ======================================== */

	#talk-content .contact-info {
	  padding: 30px 20px; /* Increase padding for better spacing */
	  text-align: center; /* Center-align all content */
	  line-height: 1.6;   /* Improve readability */
	}

	/* Style the Business Name */
	#talk-content .contact-info p:first-of-type { /* More specific than :first-child */
	  font-weight: bold;
	  font-size: 1.15em; /* Slightly larger */
	  color: #111; /* Darker color for emphasis */
	  margin-bottom: 15px; /* Space below the name */
	}

	/* Style the Address Lines */
	#talk-content .contact-info p:nth-of-type(2), /* Target 2nd paragraph */
	#talk-content .contact-info p:nth-of-type(3) { /* Target 3rd paragraph */
	  font-size: 0.95em;
	  color: #444; /* Slightly lighter than name */
	  margin-bottom: 1px; /* Reduce space between address lines */
	  line-height: 1.4; /* Slightly tighter line height for address */
	}
	
	/* Add Map Pin Icon before the first address line (2nd paragraph) */
	#talk-content .contact-info p:nth-of-type(2)::before {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
	  display: inline-block;
	  width: 0.8em; /* Adjust size relative to text */
	  height: 1em; /* Adjust size relative to text */
	  margin-right: 8px; /* Space between icon and text */
	  vertical-align: -0.1em; /* Adjust vertical alignment */
	  /* Icon inherits text color because SVG uses fill="currentColor" */
	}

	/* Add space after the full address block */
	#talk-content .contact-info p:nth-of-type(3) {
	  margin-bottom: 20px; /* Space before the phone number */
	}

	/* Style the Phone Line */
	#talk-content .contact-info p:nth-of-type(4) {
	  font-size: 1em;
	  margin-bottom: 20px; /* Space before the contact button */
	}

	/* Add Phone Icon before the phone number line (4th paragraph) */
	#talk-content .contact-info p:nth-of-type(4)::before {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
	  display: inline-block;
	  width: 1em; /* Adjust size relative to text */
	  height: 1em; /* Adjust size relative to text */
	  margin-right: 8px; /* Space between icon and text */
	  vertical-align: -0.1em; /* Adjust vertical alignment */
	  /* Icon inherits text color because SVG uses fill="currentColor" */
	}

	/* Style the Phone Number Link */
	#talk-content .contact-info p a[href^="tel:"] {
	  color: #FF6633; /* Using Facebook blue for consistency, or choose theme color */
	  text-decoration: none;
	  font-weight: 500;
	}
	#talk-content .contact-info p a[href^="tel:"]:hover {
	  text-decoration: underline;
	}

	/* Style the "Contact Us" Link as a Button */
	#talk-content .contact-info p:last-of-type a { /* Target link in last paragraph */
	  display: inline-block; /* Needed for padding and background */
	  background-color: #FF6633;
	  color: #ffffff;
	  padding: 12px 25px; /* Button padding */
	  border-radius: 5px; /* Rounded corners */
	  text-decoration: none;
	  font-weight: bold;
	  margin-top: 5px; /* Small space above button */
	  transition: background-color 0.2s ease, transform 0.1s ease; /* Smooth transitions */
	}

	#talk-content .contact-info p:last-of-type a:hover {
	  background-color: #e65c2e; /* Slightly lighter on hover */
	  color: #ffffff;
	  text-decoration: none;
	}

	#talk-content .contact-info p:last-of-type a:active {
	  transform: scale(0.98); /* Subtle press effect */
	}
}

/* =========================================
   MASTER TEMPLATE: SINGLE BLOG POSTS
   Constrains text for readability to 800px.
   Elements with .alignwide will naturally expand to the 1440px container.
========================================= */

/* Constrain the massive featured image */
.single-post .wp-block-post-featured-image {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 3rem !important;
    padding: 0 1.5rem;
}
.single-post .wp-block-post-featured-image img {
    width: 100% !important;
    max-height: 550px !important;
    object-fit: cover !important;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.single-post .wp-block-post-content > *:not(.alignwide):not(.alignfull) {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Force ALL .alignwide and .alignfull blocks (images, tables, etc.) to break out and center */
.single-post .wp-block-post-content .alignwide,
.single-post .wp-block-post-content .alignfull {
    max-width: 1440px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}
.single-post .wp-block-post-content figure.wp-block-image.alignwide img,
.single-post .wp-block-post-content figure.wp-block-image.alignfull img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure normal images (not wide) are centered in the 800px column */
.single-post .wp-block-post-content figure.wp-block-image:not(.alignwide):not(.alignfull) {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
.single-post .wp-block-post-content figure.wp-block-image:not(.alignwide):not(.alignfull) img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.single-post .wp-block-post-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/* Eliminate excessive gap between breadcrumbs and the first heading */
.single-post .wc-block-breadcrumbs {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.single-post .wp-block-post-content,
.single-post .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================
   NATIVE HERO HEADER STYLING (OPTION B)
========================================= */
.native-hero-bg {
    background-color: #000000 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.native-hero-content {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-left: 8px solid #ff6633 !important;
    padding: 1.5rem 2rem !important;
}

/* Align Breadcrumbs to the exact same 1440px column */
.native-breadcrumbs-wrapper > div {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Force the H1 text to be white and add breathing room below it */
.native-hero-content h1 {
    color: #ffffff !important;
    margin-bottom: 0.75rem !important; 
    font-size: 3.5rem !important; 
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
}

/* Style the category description text beneath the H1 */
.native-hero-content p,
.native-hero-content .wp-block-term-description,
.native-hero-content .wp-block-post-date time,
.native-hero-content .wp-block-post-date,
.native-hero-content .wp-block-post-author-name,
.native-hero-content .wp-block-post-author-name a {
    color: #d1d5db !important; /* Premium light gray */
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    max-width: 800px;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Fix spacing for the Author/Date row in the hero */
.native-meta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.4rem !important;
    margin-top: 1rem !important;
}
.native-meta-row p,
.native-meta-row div {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .native-hero-content {
        padding: 2rem 1rem !important;
        border-left-width: 4px !important;
    }
    .native-hero-content h1 {
        font-size: 2.25rem !important; /* Shrink massive title on mobile */
    }
}

/* =========================================
   NATIVE BREADCRUMBS WRAPPER
   Handles drop shadow and border outside Gutenberg
========================================= */
.native-breadcrumbs-wrapper {
    border-bottom: 1px solid #eeeeee !important;
    box-shadow: 0 18px 40px 0 #ececec !important;
    padding: 0.5em 1.5em !important;
}

/* Style the breadcrumb links orange */
.native-breadcrumbs-wrapper a {
    color: #ff6633 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.native-breadcrumbs-wrapper a:hover {
    color: #e55a2b !important;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .native-breadcrumbs-wrapper {
        padding: 0.5em 1em !important;
    }
}
.single-post .wp-block-post-content > :first-child,
.single-post .wp-block-post-content > h2:first-of-type {
    margin-top: 1.0em !important;
    padding-top: 0 !important;
}

/* Ensure headings have good breathing room */
.single-post .wp-block-post-content h2,
.single-post .wp-block-post-content h3 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

/* Ensure paragraphs have proper spacing */
.single-post .wp-block-post-content p {
    margin-bottom: 1.25em !important;
}

/* Make text links in the blog post orange */
.single-post .wp-block-post-content p a,
.single-post .wp-block-post-content li a {
    color: #ff6633 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.single-post .wp-block-post-content p a:hover,
.single-post .wp-block-post-content li a:hover {
    color: #e55a2b !important;
    text-decoration-thickness: 2px !important;
}

/* Fix native button text color contrast & footer spacing */
.single-post .wp-block-button__link {
    background-color: #FF6633 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 4px;
}
.single-post .wp-block-button__link:hover {
    background-color: #e65c2e !important;
    color: #ffffff !important;
}
.single-post .wp-block-buttons {
    margin-bottom: 60px !important; /* Prevents button from touching footer */
}

/* ======================================== */
/* Native Blog Category Grid Styling        */
/* ======================================== */

/* Force the grid wrapper to contain its contents properly */
.native-archive-grid-wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Style the native post card so it looks clean */
.native-post-card {
    background-color: #ffffff !important;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0 !important;
    position: relative; /* Required for absolutely positioning the pill */
}

.native-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
}

/* Force the featured image to touch the edges and crop uniformly */
.native-post-card .wp-block-post-featured-image {
    margin: 0 !important;
}
.native-post-card .wp-block-post-featured-image img {
    width: 100% !important;
    height: 260px !important; /* Increased vertical size */
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    display: block;
}

/* Float the category pill container over the bottom-left of the image */
.native-post-card .wp-block-post-terms {
    position: absolute;
    top: 215px; /* Aligns to bottom-left of the 260px image */
    left: 15px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10;
    background: transparent !important;
    box-shadow: none !important;
}
/* Apply the sleek styling directly to the pill link so it doesn't double-pad */
.native-post-card .wp-block-post-terms a {
    color: #FF6633 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(4px);
    padding: 6px 14px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    display: inline-block;
}

/* Add uniform 20px padding to all text elements inside the card */
.native-post-card .wp-block-post-date,
.native-post-card h3.wp-block-post-title,
.native-post-card .wp-block-post-excerpt {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* The Title is now the first thing under the image */
.native-post-card h3.wp-block-post-title {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.native-post-card h3.wp-block-post-title a {
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.native-post-card h3.wp-block-post-title a:hover {
    color: #FF6633;
}

.native-post-card .wp-block-post-date {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #888888 !important;
}

/* ==========================================================================
   Premium Blog Post Components (Summary Boxes, Alerts, CTAs)
   ========================================================================== */

/* Quick Summary Box */
.single-post .wp-block-post-content .premium-summary-box {
    background-color: #fffaf5 !important;
    border: 1px solid #ffe5d0 !important;
    border-left: 6px solid #FF6633 !important;
    border-radius: 8px !important;
    padding: 30px 40px !important;
    margin: 40px 0 50px 0 !important;
    box-shadow: 0 10px 30px rgba(255, 102, 51, 0.05) !important;
}
.single-post .wp-block-post-content .premium-summary-box h3 {
    color: #FF6633 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post .wp-block-post-content .premium-summary-box ul {
    margin-bottom: 0 !important;
    padding-left: 20px !important;
}
.single-post .wp-block-post-content .premium-summary-box li {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}
.single-post .wp-block-post-content .premium-summary-box li strong {
    color: #1a1a1a !important;
}

/* Alert / Warning Box */
.premium-alert-box {
    background-color: #fff5f5 !important;
    border-left: 6px solid #d9534f !important;
    border-radius: 8px !important;
    padding: 25px 30px !important;
    margin: 30px 0 !important;
}
.premium-alert-box h3 {
    color: #d9534f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.premium-alert-box p {
    margin-bottom: 0 !important;
    color: #5a2024 !important;
    font-size: 15px !important;
}

/* Dark CTA Box */
.premium-cta-box {
    background-color: #111111 !important;
    border-radius: 12px !important;
    padding: 40px !important;
    margin: 50px 0 !important;
    color: #ffffff !important;
    text-align: center;
}

/* Edge-to-edge formatting for the CTA box so it touches the footer */
body {
    overflow-x: hidden; /* Prevents 100vw from causing horizontal scrollbars on Windows */
}
.single-post .wp-block-post-content .premium-cta-box.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-bottom: -50px !important; /* Pull it down to guarantee it touches the footer over any gaps */
    border-radius: 0 !important; /* Remove corners for edge-to-edge */
    padding: 60px 20px 80px 20px !important; /* Extra bottom padding to compensate for the pull-down */
}

.premium-cta-box h3 {
    color: #ffffff !important;
    font-size: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.premium-cta-box p {
    color: #cccccc !important;
    font-size: 17px !important;
    margin-bottom: 25px !important;
}
.premium-cta-box .wp-block-buttons {
    margin-bottom: 0 !important; /* Removes extra padding between button and bottom of box */
}
.premium-cta-box .wp-block-button__link {
    background-color: #FF6633 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 15px 30px !important;
    border-radius: 6px !important;
}
.premium-cta-box .wp-block-button__link:hover {
    background-color: #e55a2b !important;
}

/* Control the excerpt size and spacing */
.native-post-card .wp-block-post-excerpt {
    font-size: 15px;
    color: #555555;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

/* Style the 'Read Guide' link */
.native-post-card .wp-block-post-excerpt__more-link {
    color: #FF6633;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.native-post-card .wp-block-post-excerpt__more-link:hover {
    text-decoration: underline;
}

/* Add spacing (gap) between the post cards in the grid */
.native-archive-grid-wrapper .wp-block-post-template.is-layout-grid {
    gap: 40px !important;
}

/* Ensure tables are horizontally scrollable on mobile instead of squishing */
.wp-block-table {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    margin-bottom: 2em;
}
.wp-block-table table {
    min-width: 650px !important; /* Forces the table to scroll rather than crush text */
    width: 100% !important;
}

/* Fix mobile padding for premium boxes so text isn't squeezed */
@media (max-width: 767px) {
    .single-post .wp-block-post-content .premium-summary-box {
        padding: 20px 15px !important;
        margin: 30px 0 30px 0 !important;
    }
    .premium-alert-box {
        padding: 20px 15px !important;
    }
    .premium-cta-box {
        padding: 30px 15px !important;
    }
    .single-post .wp-block-post-content .premium-cta-box.alignfull {
        padding: 40px 15px 60px 15px !important;
    }
    
    /* Force wide/full images AND scrollable tables to break out of container padding on mobile and touch edges */
    .single-post .wp-block-post-content figure.wp-block-image.alignwide,
    .single-post .wp-block-post-content figure.wp-block-image.alignfull,
    .single-post .wp-block-post-content .wp-block-table {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
    }
}

/* ==========================================================================
   PREMIUM CATEGORY FSE TEMPLATE STYLES
   ========================================================================== */

/* Category Hero Content Overlay (Glassmorphism) */
.category-hero-content {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 3rem 4rem !important;
    width: 90% !important;
    max-width: 800px;
    box-sizing: border-box !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    margin: 3rem auto 2rem auto !important;
    text-align: center;
}

.category-hero-content .wp-block-buttons {
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap;
}

.category-hero-content h1 {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    letter-spacing: -0.02em;
}

.category-hero-content p {
    color: #f1f1f1 !important;
    font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
    margin-bottom: 2rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
    font-weight: 500;
}

/* Native Category Primary Button (Orange) */
.native-btn-primary .wp-element-button {
    background: linear-gradient(135deg, #ff6633 0%, #e55a2b 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 102, 51, 0.3) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.native-btn-primary .wp-element-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 102, 51, 0.4) !important;
}

/* Native Category Secondary Button (Ghost White) */
.native-btn-secondary .wp-element-button {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 8px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
    backdrop-filter: blur(4px);
}

.native-btn-secondary .wp-element-button:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,255,255,0.15) !important;
}

/* Category Description Box */
.native-category-description-wrapper {
    background: linear-gradient(to bottom, #ffffff, #fcfcfc);
    border: 1px solid #eaeaea;
    border-top: 4px solid #ff6633;
    border-radius: 12px;
    padding: 4rem;
    margin: 4rem auto;
    max-width: 900px !important; /* Constrained for better readability */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.native-category-description-wrapper h2 {
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
}

.native-category-description-wrapper h3,
.native-category-description-wrapper h4 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.native-category-description-wrapper p {
    color: #444444;
    line-height: 1.8;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.native-category-description-wrapper p:last-child {
    margin-bottom: 0;
}

.native-category-description-wrapper a {
    color: #ff6633;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 102, 51, 0.3);
    transition: all 0.2s ease;
}

.native-category-description-wrapper a:hover {
    color: #e55a2b;
    border-bottom-color: #e55a2b;
}

/* Feature Box */
.native-feature-box {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
}

.native-feature-box:hover {
    transform: translateY(-5px);
}

.native-feature-box h3 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.native-feature-box p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Feature wrapper — full width, generous padding */
.native-category-features-wrapper {
    padding: 2rem 0 3rem 0;
}

.native-category-features-wrapper .wp-block-columns {
    gap: 2.5rem !important;
}

/* Product card polish */
.wp-block-woocommerce-product-collection .wc-block-product {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 1px solid #ececec;
    padding: 0 0 16px 0 !important;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.wp-block-woocommerce-product-collection .wc-block-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: #d8d8d8;
}

/* Product image fills top of card */
.wp-block-woocommerce-product-collection .wc-block-product .wc-block-components-product-image {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 15px;
    padding: 0;
}

.wp-block-woocommerce-product-collection .wc-block-product .wc-block-components-product-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    display: block;
    transition: transform 0.4s ease;
}

.wp-block-woocommerce-product-collection .wc-block-product:hover .wc-block-components-product-image img {
    transform: scale(1.04);
}

/* Title & price inside card */
.wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-title {
    font-size: 1.3rem !important;
    font-weight: 700;
    color: #1a1a1a;
    padding: 0 16px;
    margin-bottom: 6px !important;
    line-height: 1.3;
}

.wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-title a:hover {
    color: #ff6633;
}

.wp-block-woocommerce-product-collection .wc-block-product .wc-block-components-product-price {
    padding: 0 16px;
    font-size: 1.05rem !important;
    font-weight: 800;
    color: #ff6633 !important;
}

.wp-block-woocommerce-product-collection .wc-block-product .wc-block-components-product-price .woocommerce-Price-amount {
    color: #ff6633 !important;
}

.wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-excerpt {
    padding: 0 16px;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin-top: 8px;
}

.wp-block-woocommerce-product-collection .wc-block-product .wp-block-post-excerpt::after {
    content: "Read More ➔";
    display: inline-block;
    margin-top: 6px;
    color: #ff6633;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   MOBILE HERO SECTION FIXES (Squished text, stretched image, stacked buttons)
   ========================================================================== */
@media (max-width: 767px) {
    /* Prevent the background image from stretching/distorting vertically */
    .wp-block-cover img.wp-block-cover__image-background {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    /* Reset the aggressive Gutenberg container padding so the panel can stretch */
    .wp-block-cover__inner-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 100% !important;
    }
    
    /* Expand the panel slightly and add internal padding so text isn't touching borders */
    .category-hero-content {
        width: 96% !important;
        padding: 2rem 1.5rem !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    /* Force the Cotton and Polyblend buttons to sit side-by-side */
    .category-hero-content .wp-block-buttons {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    
    .category-hero-content .wp-block-button {
        width: 50% !important;
        margin: 0 !important;
    }
    
    .category-hero-content .wp-block-button__link {
        width: 100% !important;
        padding: 12px 10px !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    
    /* Category Description Panel - Maximize surface area and show borders */
    .native-category-description-wrapper {
        width: 94% !important;
        margin: 2rem auto !important;
        padding: 1.5rem !important;
    }
    
    /* Feature Boxes - Add outer padding so they don't touch screen edges */
    .native-category-features-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .native-feature-box {
        padding: 1.5rem !important;
    }
}
