/*
Theme Name: Frowse Theme
Theme URI: https://github.com/extendify/extendable
Author: Tony Day
Author URI: https://extendify.com
Description: Standalone WooCommerce block theme for Frowse, based on Extendable 2.1.8.
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.0.110
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frowse-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Frowse Theme is a derivative work of the code from the
Twenty Twenty-Two WordPress Theme, which is licensed GPLv2.

Frowse Theme WordPress Theme, Copyright (C) 2021-2025 Extendify Inc.
Frowse Theme therefore is also distributed under the terms of the GNU GPL.
*/


/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */
:root {
	--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
	--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
	--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
	--wp--custom--spacing--outer: max(1.25rem, 4vw);
	--wp--preset--spacing--80: min(8rem, 12vw);
}

/*
 * Smooth scrolling
 */

html {
	scroll-behavior: smooth;
}

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
	-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
	text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
	text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}

a:hover,
a:focus {
	text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}

:where(.wp-site-blocks *:focus) {
	outline-width: 1px;
	outline-style: solid;
}

a:active {
	text-decoration: none;
}

/*
 * Navigation Block
 */

@media (min-width: 600px) {

	.site-logo-title {
		display: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
	.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
	.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

@media (max-width: 600px) {

	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
	align-items: center;
	gap: 0.5rem;
	padding-bottom: var(--wp--preset--spacing--30);
	position: relative;
	padding-inline-end: 52px;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
	content: "";
	position: absolute;
	left: calc(-1 * var(--wp--preset--spacing--30));
	right: calc(-1 * var(--wp--preset--spacing--30));
	bottom: 0;
	height: 1px;
	background: #8080801d;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;

}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	box-sizing: border-box;
	line-height: 1.15;
}

.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-container-close {
	background-color: var(--wp--preset--color--tertiary);
	padding: 0.625rem;
	border-radius: 100%;
	top: -2.5px !important;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	gap: 0 !important;
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navrigation__containe,
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__container ul {
	row-gap: 0.75rem !important;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
	border-bottom: 1px solid #8080801d;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
	gap: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
	font-size: 1.25rem;
	font-weight: 600;
}

.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__submenu-container {
	padding-top: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
	font-size: 1rem !important;
}

/*
 * When the responsive navigation modal opens (WordPress sets .has-modal-open
 * on <html>), suppress every property on the modal's ancestor chain that
 * creates a containing block for position:fixed descendants — otherwise
 * the modal is trapped inside the header instead of overlaying the viewport.
 *
 * Two rules here:
 *
 * 1) Broad ancestor coverage — the header itself plus any element inside
 *    it that contains the responsive dialog. Handles transform/filter on
 *    any header variant (overlay, glass, floating-pill, future ones).
 *
 * 2) Animation override — mirrors the selectors used by the floating-pill
 *    scroll animations so we can match their specificity. Those animations
 *    use !important + a deep selector to apply translate/backdrop-filter
 *    via keyframes; without a same-or-higher-specificity override our broad
 *    rule loses the cascade and the animation keeps trapping the modal.
 */
html.has-modal-open header.wp-block-template-part,
html.has-modal-open header.wp-block-template-part :has(.wp-block-navigation__responsive-dialog) {
	backdrop-filter: none !important;
	transform: none !important;
	translate: none !important;
	filter: none !important;
	animation: none !important;
}

html.has-modal-open body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass,
html.has-modal-open body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
	animation: none !important;
	backdrop-filter: none !important;
	translate: none !important;
}

/*
 * Mobile nav-extras: cloned by navigation-customization.js into the
 * responsive menu dialog so phone / CTA / social aren't visible in the
 * cramped top bar on small screens. We target the specific modifier
 * classes (.ext-nav-extras-phone, -btn, -social) rather than the
 * .ext-nav-extras wrapper, because some header parts use the wrapper
 * class around the nav block itself.
 *
 * On desktop the dialog is rendered inline (it's only "modal-shaped"
 * when the hamburger opens it), so the cloned extras must stay hidden
 * until WordPress sets .has-modal-open on <html>.
 */
@media (max-width: 781px) {

	body:not(:has(.wp-block-navigation__responsive-container.disable-default-overlay)) header.wp-block-template-part :is(.ext-nav-extras-phone, .ext-nav-extras-btn, .ext-nav-extras-social):not(.ext-nav-extras-mobile *) {
		display: none;
	}

	/* Collapse the .ext-nav-extras wrapper too when its only children are the
	   extras (no nav inside) — otherwise the empty wrapper holds a flex slot
	   and the hamburger stays stuck in the middle instead of moving to the
	   end of the row. */
	header.wp-block-template-part .ext-nav-extras:not(:has(nav, .wp-block-navigation)) {
		display: none;
	}
}

.ext-nav-extras-mobile {
	display: none;
}

.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--wp--preset--spacing--20);
	margin-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-button {
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-button__link {
	display: block;
	text-align: center;
	width: 100%;
}

/* Match the nav-link typography (see rule above) on the cloned phone CTA. */
.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone,
.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone a,
.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone p {
	font-size: 1.25rem !important;
	font-weight: 600 !important;
}

/* Bigger, more tappable social icons in the menu. */
.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-social-link {
	width: 32px;
	height: 32px;
}

.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-social-link svg {
	width: 28px;
	height: 28px;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* Don't display the homepage in the Page List block, when located inside a navigation element. */
nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: none;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
}

/* Temporary: WP core ships this padding as a 4-value clamp() shorthand
   that some browsers fail to parse — re-declare as individual props. */
.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) {
	padding-top: clamp(1rem, var(--wp--style--root--padding-top), 20rem);
	padding-right: clamp(1rem, var(--wp--style--root--padding-right), 20rem);
	padding-bottom: clamp(1rem, var(--wp--style--root--padding-bottom), 20rem);
	padding-left: clamp(1rem, var(--wp--style--root--padding-left), 20rem);
}

/*
 * --------------------------------------------------------
 *  Custom - blocks
 * --------------------------------------------------------
 */

/* Button
----------------------------------------------------------*/
.wp-element-button {
	transition: background-color 0.15s ease;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
	background-color: rgba(159, 159, 159, 0.2);
}

/* Table
----------------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}

/* Template Part Block
----------------------------------------------------------*/

/* Temporary fix until template-part blocks support spacing */

footer.wp-block-template-part:not([style*="margin-top"]) {
	margin-top: 0;
}

/* Quote - 'Plain' variation
----------------------------------------------------------*/
blockquote:is(.is-style-plain) {
	border: none;
	padding-left: 0;
}

/* Search Block
----------------------------------------------------------*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--wp--custom--elements--input--border--color);
	border-radius: var(--wp--custom--elements--button--border--radius);
	border-width: var(--wp--custom--elements--input--border--width);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-color: transparent;
}

.wp-block-search .wp-block-search__input {
	border-radius: var(--wp--custom--elements--button--border--radius);
}

/* Image
----------------------------------------------------------*/
.wp-block-image[style*="-radius"]:not([style*="overflow"]) {
	overflow: hidden;
}

/*
 * --------------------------------------------------------
 *  Custom - experimental
 * --------------------------------------------------------
 */

.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;
}

/* Ensure default logo works well on light and dark backgrounds
----------------------------------------------------------*/
.wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
	filter: var(--wp--preset--duotone--primary-foreground);
	min-width: 40px;
}


/*
 * Remove all animations, transitions and smooth scroll
 * for people that prefer not to see them.
 */
@media (prefers-reduced-motion: reduce) {

	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*
 * Matching caret and focus outline colors.
 */
input,
textarea {
	caret-color: inherit;
	outline-color: inherit;
}

/*
 * Matching input with outline button style.
 */
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border-color: inherit;
}


/*
 * Woocommerce temporarily customization until the woo blocks offer support
 */

.woocommerce-Tabs-panel--description h2,
.woocommerce-Reviews-title {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-button.wc-block-components-product-button {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	gap: 1rem;
}

.wp-block-button.wc-block-components-product-button a.added_to_cart {
	margin-top: 0;
}

.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
	visibility: hidden;
}

.wp-site-blocks .wp-block-group.woocommerce.product {
	margin-top: 0;
	margin-bottom: 0;
}

.wc-block-product-template__responsive {
	grid-row-gap: 2rem;
}

.wc-block-components-product-button__button {
	z-index: 1;
}

/*
 * Adds offset for sticky header overlap
 */

.sticky-header-offset-container .entry-content > .wp-block-group {
	scroll-margin-top: var(--wp--preset--spacing--60);
}

/*
 * Avoids parent/child color collision when child has no custom background.
 */

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background
[class*="is-style-ext-preset--group--"][class*="item-card-1"]:not(.has-background) {
	background-color: var(--wp--preset--color--background);
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background
[class*="is-style-ext-preset--group--"][class*="item-card-1"]:not(.has-background)::before {
	background-color: var(--wp--preset--color--background) !important;
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background
[class*="is-style-ext-preset--image--"]:not(.has-background)::before {
	background-color: var(--wp--preset--color--tertiary) !important;
}

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background
[class*="is-style-ext-preset--group--"][class*="item-card-1"]::before,
:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background
[class*="is-style-ext-preset--media-text--"]::before {
	background-color: var(--wp--preset--color--background) !important;
}

.block-editor-block-preview__content-iframe
[class*="is-style-ext-preset--group--natural-1"][class*="item-card-1"] {
	background-color: transparent !important;
}

:root {
	--grid-vector-bg: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIG9wYWNpdHk9IjAuMDkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMC43IiBzdHJva2Utd2lkdGg9IjEuMjYwNyI+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI2MjQuOTk1IiB4Mj0iMTQ2MC45NiIgeTI9IjYyNC45OTUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI5NDcuNzMzIiB4Mj0iMTQ2MC45NiIgeTI9Ijk0Ny43MzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzMDIuMjU2IiB4Mj0iMTQ2MC45NiIgeTI9IjMwMi4yNTYiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI0NjMuNjI0IiB4Mj0iMTQ2MC45NiIgeTI9IjQ2My42MjQiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI3ODYuMzYyIiB4Mj0iMTQ2MC45NiIgeTI9Ijc4Ni4zNjIiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIxNDAuODg1IiB4Mj0iMTQ2MC45NiIgeTI9IjE0MC44ODUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI1NDQuMzExIiB4Mj0iMTQ2MC45NiIgeTI9IjU0NC4zMTEiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI4NjcuMDQ5IiB4Mj0iMTQ2MC45NiIgeTI9Ijg2Ny4wNDkiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIyMjEuNTczIiB4Mj0iMTQ2MC45NiIgeTI9IjIyMS41NzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzODIuOTQiIHgyPSIxNDYwLjk2IiB5Mj0iMzgyLjk0IiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNzA1LjY4MiIgeDI9IjE0NjAuOTYiIHkyPSI3MDUuNjgyIiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNjAuMjAxNyIgeDI9IjE0NjAuOTYiIHkyPSI2MC4yMDE3IiAvPgogICAgPGxpbmUgeDE9IjY0Mi4xMzgiIHkxPSItNDguODQ3NyIgeDI9IjY0Mi4xMzgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjMxOS4zOTgiIHkxPSItNDguODQ3NyIgeDI9IjMxOS4zOTgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijk2NC44NzQiIHkxPSItNDguODQ3NyIgeDI9Ijk2NC44NzQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEyODcuNjEiIHkxPSItNDguODQ3NyIgeDI9IjEyODcuNjEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjE1OC4wMjgiIHkxPSItNDguODQ3NyIgeDI9IjE1OC4wMjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjgwMy41MDQiIHkxPSItNDguODQ3NyIgeDI9IjgwMy41MDQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQ4MC43NjgiIHkxPSItNDguODQ3NyIgeDI9IjQ4MC43NjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjExMjYuMjQiIHkxPSItNDguODQ3NyIgeDI9IjExMjYuMjQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijc3LjM0NTIiIHkxPSItNDguODQ3NyIgeDI9Ijc3LjM0NTEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjcyMi44MjIiIHkxPSItNDguODQ3NyIgeDI9IjcyMi44MjIiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQwMC4wODEiIHkxPSItNDguODQ3NyIgeDI9IjQwMC4wODEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEwNDUuNTYiIHkxPSItNDguODQ3NyIgeDI9IjEwNDUuNTYiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEzNjguMyIgeTE9Ii00OC44NDc3IiB4Mj0iMTM2OC4zIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIyMzguNzE1IiB5MT0iLTQ4Ljg0NzciIHgyPSIyMzguNzE1IiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI4ODQuMTkyIiB5MT0iLTQ4Ljg0NzciIHgyPSI4ODQuMTkyIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI1NjEuNDUxIiB5MT0iLTQ4Ljg0NzciIHgyPSI1NjEuNDUxIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIxMjA2LjkzIiB5MT0iLTQ4Ljg0NzciIHgyPSIxMjA2LjkzIiB5Mj0iMTExOC41NiIgLz4KICA8L2c+CiAgPGcgb3BhY2l0eT0iMC41IiBmaWxsPSJjdXJyZW50Q29sb3IiPgogICAgPHJlY3QgeD0iODAzLjU2MyIgeT0iNzg2LjMwNSIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjQiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjIyMi40MyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjA4IiAvPgogICAgPHJlY3QgeD0iNDgwLjM2NyIgeT0iNDY0LjIwMyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iMTA0NS4zOSIgeT0iMzAyLjY1NiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjAzIiAvPgogICAgPHJlY3QgeD0iMzk5Ljk5NCIgeT0iMjIyLjQzIiB3aWR0aD0iODAuMjI2MiIgaGVpZ2h0PSI3OS4wODAxIiBmaWxsLW9wYWNpdHk9IjAuMTMiIC8+CiAgICA8cmVjdCB4PSIxMDQ1LjM5IiB5PSIyMjIuNDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4wOCIgLz4KICAgIDxyZWN0IHg9IjM5OS45OTQiIHk9IjQ2NC4yMDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijg2Ni41MzEiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9Ijk2NS4xNjIiIHk9IjYwLjgzMiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iODg0LjA1OSIgeT0iLTE5Ljg1NTUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjUwNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9Ijg4NC4wNTkiIHk9IjYwLjQwMjMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjAyODUiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjEzOS45MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODIuNTE4NCIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iNTkuNjgzNiIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iLTMuMjgzMiIgeT0iNjAuODI4MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iMTM5LjkxIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4Mi41MTg0IiBmaWxsLW9wYWNpdHk9IjAuMTgiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQxIiB5PSItMjAuNTQzIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4MC4yMjYyIiBmaWxsLW9wYWNpdHk9IjAuMiIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjMwMS41MDgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjEyMDYuOTkiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICA8L2c+Cjwvc3ZnPg==");
}

/*
 * CSS related to prism vibe
 */

/*
 * CSS related to wave vibe
 */

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
+ .has-background-background-color > .wp-block-cover.alignfull
)::after {
	content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
+ .has-background-background-color > .wp-block-cover.alignfull
) {
	margin-bottom: 0 !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull) + .has-tertiary-background-color::before {
	content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull) + .has-tertiary-background-color {
	margin-top: 0 !important;
}

/*
 * utilities
 */

.m-0 {
	margin: 0 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-10 {
	z-index: 10 !important;
}

.z-20 {
	z-index: 20 !important;
}

.z-30 {
	z-index: 30 !important;
}


.d-none {
	display: none;
}

.d-block {
	display: block;
}

@media (min-width: 640px) {

	.sm-d-none {
		display: none;
	}

	.sm-d-block {
		display: block;
	}
}

@media (min-width: 768px) {

	.md-d-none {
		display: none;
	}

	.md-d-block {
		display: block;
	}
}

@media (min-width: 1024px) {

	.lg-d-none {
		display: none;
	}

	.lg-d-block {
		display: block;
	}
}

/* RTL-only fix for Gutenberg Group left justification */

[dir="rtl"] [class*="wp-container-core-group-is-layout-"].ext-is-logical-start.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-inline-start: 0 !important;
	margin-inline-end: auto !important;
}

.no-underline,
.no-underline a {
	text-decoration: none;
}

/* CSS for extendify-agent vibe previews */

.extendify-agent .preview-is-style-ext-preset--group--matrix-1--section .preview-is-style-ext-preset--group--matrix-1--item-card-1--align-center {
	border: solid 6px color-mix(in oklab, var(--wp--preset--color--foreground) 10%, transparent) !important;
}


.extendify-agent .preview-is-style-ext-preset--group--wave-1--section {
	--wave-ratio: 1440 / 80;
	overflow: visible;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center {
	position: relative;
	overflow: visible;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center::after {
	content: "";
	position: absolute;
	width: 150%;
	left: 50%;
	transform: translateX(-35%);
	aspect-ratio: var(--wave-ratio);
	background-color: var(--wp--preset--color--background);
	-webkit-mask: var(--wave-mask) no-repeat center / 100% 100%;
	mask: var(--wave-mask) no-repeat center / 100% 100%;
	bottom: -1px;
	pointer-events: none;
	z-index: 1;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center::before {
	content: "";
	position: absolute;
	width: 150%;
	left: 50%;
	transform: translateX(-65%) scale(-1, -1);
	aspect-ratio: var(--wave-ratio);
	background-color: var(--wp--preset--color--background);
	-webkit-mask: var(--wave-mask) no-repeat center / 100% 100%;
	mask: var(--wave-mask) no-repeat center / 100% 100%;
	top: -1px;
	pointer-events: none;
	z-index: 1;
}

/*
 * --------------------------------------------------------
 *  Modular Header System
 * --------------------------------------------------------
 *
 *  Layout (positioning):
 *    - .ext-header-sticky    → position: sticky + admin-bar handling
 *    - .ext-header-overlay   → hero section overlap (negative margin)
 *
 *  Appearance:
 *    - .ext-header-glass     → static glassmorphism (bg + blur + radius)
 *    - .ext-header--dark     → dark color scheme: white text + dark scrim/glass tint
 *
 *  Behavior:
 *    - .ext-header-sticky--floating-pill → scroll-driven intensification of glass + layout shift
 *
 *  Compositions:
 *    - ext-header-sticky                                                                          → just sticky, theme bg
 *    - ext-header-overlay                                                                         → overlay, transparent
 *    - ext-header-overlay ext-header--dark                                                        → overlay + dark scrim + white text
 *    - ext-header-sticky ext-header-glass                                                         → static glass header
 *    - ext-header-sticky ext-header-glass ext-header--dark                                        → static dark glass
 *    - ext-header-sticky ext-header-overlay ext-header-glass ext-header-sticky--floating-pill   → animated glass over hero
 *    - + ext-header--dark on the above                                                            → animated DARK glass over hero
 */

:root {
	--ext-header-height: 96px;
	--ext-header-offset: 1rem;
	--ext-header-blur-start: 4px;
	--ext-header-blur-end: 12px;
	--ext-header-bg-opacity-start: 0.75;
	--ext-header-bg-opacity-end: 0.95;
	--ext-header-padding: 1.5rem;
	--ext-header-animation-distance: 100px;
	--ext-header-glass-tint-dark: #ffffff;
	--ext-header-glass-tint-dark-end: #101010;
	--ext-header-dark-logo-filter: brightness(0) invert(1);
}

body {
	timeline-scope: --ext-hero-timeline;
}

/* ===========================================================
   Layout: ext-header-sticky
   =========================================================== */
header.wp-block-template-part:has(.ext-header-sticky) {
	position: sticky;
	top: 0;
	z-index: 12;
}

/* Default bg for sticky headers without glass.
   Glass headers leave the wrapper transparent so the inner glass element shows through. */
header.wp-block-template-part:has(.ext-header-sticky):not(:has(.ext-header-glass)):not(.has-background) {
	background-color: var(--wp--preset--color--background);
}

body.admin-bar header.wp-block-template-part:has(.ext-header-sticky) {
	top: var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 32px));
}

@media (max-width: 782px) {

	body.admin-bar header.wp-block-template-part:has(.ext-header-sticky) {
		top:0;
	}
}

html:has(.ext-header-sticky) {
	scroll-padding-top: var(--ext-header-height);
}

/* ===========================================================
   Layout: ext-header-overlay (hero overlap)
   =========================================================== */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-overlay):not(:has(.ext-header-sticky)) {
	position: relative;
	top: 0;
	z-index: 12;
}

body:has(.ext-header-overlay) .entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child {
	margin-top: calc(-1 * var(--ext-header-height)) !important;
	position: relative;
	z-index: 0;
}

/* Overlay over hero: wrapper goes transparent so the hero shows through.
   Reverts to default theme bg once .is-past-hero is added or on subpages without a hero. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-overlay):not(.is-past-hero):not(:has(.ext-header-glass)) {
	background-color: transparent;
}

/* ===========================================================
   Appearance: ext-header-glass (static glassmorphism)
   - --ext-header-glass-color-start: tint during the frosted/initial state
   - --ext-header-glass-color-end: tint at the solid/scrolled state
   - Static glass shows the end state (most readable)
   =========================================================== */
.ext-header-glass {
	--ext-header-glass-color-start: var(--wp--preset--color--background);
	--ext-header-glass-color-end: var(--wp--preset--color--background);
}

header.wp-block-template-part:has(.ext-header-glass) .ext-header-glass {
	background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
	backdrop-filter: blur(var(--ext-header-blur-end));
	border-radius: 1rem;
}

/* ===========================================================
   Color: ext-header--dark
   - Sets shared scrim/glass color variable
   - Wrapper gets white text when used with overlay or glass
   - Inner blocks reset their colors to inherit
   =========================================================== */
/* Dark variant only takes effect on pages with a fullscreen hero.
   On subpages, dark+glass falls back to the light glass defaults. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) .ext-header-glass.ext-header--dark {
	--ext-header-glass-color-start: var(--ext-header-glass-tint-dark);
	--ext-header-glass-color-end: var(--ext-header-glass-tint-dark-end);
	--ext-header-bg-opacity-start: 0.06;
	--ext-header-bg-opacity-end: 0.85;
	--ext-header-blur-start: 16px;
	--ext-header-blur-end: 24px;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .ext-header-glass {
	border: 1px solid rgb(255 255 255 / 0.12);
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) {
	color: #fff;
}

/* Top-fade scrim on the hero's cover block — softer falloff than a header-bound gradient.
   Flat (non-nested) :has() check on body so the rule reliably matches on hero pages
   that use an overlay+dark header.
   Fades out via opacity once the smart-sticky JS adds .is-past-hero on the header,
   in sync with the header reverting to its default theme appearance. */
body:has(.ext-header-overlay.ext-header--dark) .ext-hero-section--full-screen .wp-block-cover::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: calc(var(--ext-header-height) * 3);
	transition: opacity 300ms ease;
	background: linear-gradient(
		to bottom,
		rgb(0 0 0 / 0.50) 0%,
		rgb(0 0 0 / 0.25) 50%,
		rgb(0 0 0 / 0.05) 80%,
		rgb(0 0 0 / 0) 100%
	);
	pointer-events: none;
	z-index: 1;
}

/* Past-hero: fade the scrim out so the hero image returns to its natural look,
   matching the header reverting to default theme bg + colors. */
body:has(header.wp-block-template-part.is-past-hero) .ext-hero-section--full-screen .wp-block-cover::after {
	opacity: 0;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) {
	color: #fff;
}

/* Inner-block dark overrides — fire only on hero pages with a dark backdrop.
   Overlay+dark drops out at .is-past-hero (header has reverted to default theme).
   Glass+dark keeps firing past-hero because the glass stays dark via its own animation. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link, .cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link, .cloned-for-mobile, .cloned-for-mobile *) {
	color: inherit;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) .wp-social-link:not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .wp-social-link:not(.cloned-for-mobile, .cloned-for-mobile *) {
	color: #fff !important;
}

/* Phone CTA: force white over the dark hero. Needed because the paragraph carries
   WP's wp-elements-* link-color rule (preset primary), which beats .has-text-color
   inheritance on the inner <a>. Drops out at .is-past-hero so the phone reverts to theme. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :is(.ext-nav-extras-phone, .ext-nav-extras-phone a):not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :is(.ext-nav-extras-phone, .ext-nav-extras-phone a):not(.cloned-for-mobile, .cloned-for-mobile *) {
	color: #fff !important;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) svg:not(.cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) svg:not(.cloned-for-mobile *) {
	fill: currentColor;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :is(.wp-block-site-logo, .wp-duotone-primary-foreground):not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :is(.wp-block-site-logo, .wp-duotone-primary-foreground):not(.cloned-for-mobile, .cloned-for-mobile *) {
	filter: var(--ext-header-dark-logo-filter);
}

/* Nav-extras CTA: white pill + dark text for contrast against the dark hero scrim.
   Drops out at .is-past-hero so the button returns to its preset styling. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) .ext-nav-extras-btn:not(.cloned-for-mobile, .cloned-for-mobile *) .wp-block-button__link,
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .ext-nav-extras-btn:not(.cloned-for-mobile, .cloned-for-mobile *) .wp-block-button__link {
	background-color: #fefefe !important;
	color: #060606 !important;
}

/* Sticky non-glass headers: smooth shadow/bg transitions (toggle on .is-scrolled / .is-past-hero) */
header.wp-block-template-part:has(.ext-header-sticky):not(:has(.ext-header-glass)) {
	transition: background-color 300ms ease, box-shadow 300ms ease;
}

/* Floating-pill: smooth the top change when .is-scrolled toggles, so the
   header doesn't snap up when scrolling past the admin bar. */
header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	transition: top 300ms ease;
}

/* Subpage elevation shadow: appears when user scrolls (no hero on the page) */
body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part.is-scrolled:has(.ext-header-sticky):not(:has(.ext-header-glass)) {
	box-shadow: 0 4px 24px -8px rgb(0 0 0 / 0.08);
}

/* Smart sticky transitions: smooth color/filter changes when toggling .is-past-hero */
header.wp-block-template-part:has(.ext-header--dark) {
	transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

header.wp-block-template-part:has(.ext-header--dark) :where(a, button, .wp-block-site-title, .wp-social-link) {
	transition: color 300ms ease;
}

header.wp-block-template-part:has(.ext-header--dark) .wp-block-site-logo {
	transition: filter 300ms ease;
}

/* Past-hero: any sticky+overlay gets solid theme bg + elevation shadow.
   Glass headers are excluded — they manage their own scroll visuals. */
header.wp-block-template-part.is-past-hero:has(.ext-header-sticky.ext-header-overlay):not(:has(.ext-header-glass)) {
	background-color: var(--wp--preset--color--background);
	box-shadow: 0 4px 24px -8px rgb(0 0 0 / 0.08);
}

/* Past-hero on dark variant: also revert white text / inverted logo / forced social color */
header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) {
	color: var(--wp--preset--color--foreground);
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link) {
	color: inherit;
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) .wp-social-link {
	color: var(--wp--preset--color--foreground) !important;
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) .wp-block-site-logo {
	filter: brightness(1) invert(0);
}

/* ===========================================================
   Hero timeline (for scroll-driven animations)
   =========================================================== */
@supports (animation-timeline: scroll()) {

	.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child {
		view-timeline: --ext-hero-timeline block;
	}
}

/* ===========================================================
   Behavior: ext-header-sticky--floating-pill
   - Layout shift: header wrapper goes transparent + constrained width
   - When combined with .ext-header-glass, animates glass intensity
   =========================================================== */
header.wp-block-template-part .ext-header-sticky--floating-pill.ext-animate {
	opacity: 1 !important;
}

header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	position: sticky;
	top: 0;
	z-index: 12;
	border-bottom: none;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	position: sticky;
	top: var(--ext-header-offset);
	max-width: var(--wp--style--global--wide-size);
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	padding-inline: var(--wp--style--root--padding-right) var(--wp--style--root--padding-left);
}

/* Initial glass state (over hero): override static glass-end with start values */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
	background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
	backdrop-filter: blur(var(--ext-header-blur-start));
}

body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	top:
		calc(var(--ext-header-offset) +
		var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 32px)));
	background-color: transparent;
}

@media (max-width: 782px) {
	body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		top:
			calc(var(--ext-header-offset) +
			var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 46px)));
	}

	body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part.is-scrolled:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		top:var(--ext-header-offset);
	}
}


@supports (animation-timeline: scroll()) {

	body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
		margin-left: auto;
		margin-right: auto;
	}

	@media (prefers-reduced-motion: no-preference) {

		body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
			animation: ext-header-glass-intensify linear both !important;
			animation-timeline: --ext-hero-timeline !important;
			animation-range: exit 0% exit 80% !important;
		}

		body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
			animation: ext-header-glass-intensify-no-hero linear forwards !important;
			animation-timeline: scroll() !important;
			animation-range: 0 var(--ext-header-animation-distance) !important;
		}
	}
}

@keyframes ext-header-glass-intensify {

	from {
		background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
		backdrop-filter: blur(var(--ext-header-blur-start));
	}

	to {
		background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
		backdrop-filter: blur(var(--ext-header-blur-end));
		box-shadow: 0 14px 28px -10px rgb(0 0 0 / 0.14), 0 -14px 28px -10px rgb(0 0 0 / 0.14);
	}
}

@keyframes ext-header-glass-intensify-no-hero {

	from {
		background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
		backdrop-filter: blur(var(--ext-header-blur-start));
		box-shadow: none;
		translate: 0 0;
		max-width: 100%;
		margin-inline: auto;
	}

	to {
		background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
		backdrop-filter: blur(var(--ext-header-blur-end));
		box-shadow: 0 14px 28px -10px rgb(0 0 0 / 0.14), 0 -14px 28px -10px rgb(0 0 0 / 0.14);

		translate: 0 var(--ext-header-offset);
		max-width: var(--wp--style--global--wide-size);
		margin-inline: var(--wp--style--root--padding-right) var(--wp--style--root--padding-left);
		border-radius: 1rem;
	}
}

/* ===========================================================
   Vibe/gradient fix
   -----------------------------------------------------------
   Vibe block-style variations (e.g. is-style-ext-preset--group--*--header-1--N)
   paint a background gradient on the header. That gradient fights every
   over-hero / glass-tint / dark-scrim treatment we apply to overlay or glass
   headers, because the glass and overlay rules set background-COLOR while the
   variation sets a background-IMAGE that paints on top.
   Override the variation's background-image specifically (not the whole
   `background:` shorthand). That lets each header keep working in its
   natural design:
     - overlay non-glass: gets transparent bg over hero, theme bg past hero
     - glass: gets the glass tint (light by default, dark when --dark is set)
   On non-overlay / non-glass headers the variation gradient stays as-is.
   =========================================================== */
.ext-header-overlay[class*="is-style-ext-preset--"],
.ext-header-glass[class*="is-style-ext-preset--"] {
	background-image: none !important;
}

/* Temporary: a few template parts (e.g. no-title-sticky-header.html) wrap our
   header in another sticky <header>. Scope the fix to the three new headers
   (atlas-beacon, catalina-skyline, ceadar-peak) — they're the only ones
   using .ext-header-overlay, so older headers that intentionally rely on
   the wrapper's positioning aren't affected. display: contents removes the
   wrapper from layout entirely so its bg/border/sticky/box-shadow/
   wp-container-* styles don't apply. Remove once the upstream template
   stops wrapping. */
header:has(> header.wp-block-template-part :where(.ext-header-overlay)) {
	display: contents;
}

/*
 * Frowse Homepage Foundation — v1.0.2
 * Scoped to the front-page experience so existing WooCommerce/product templates remain unchanged.
 * -------------------------------------------------------------------------- */
.frowse-home-header {
	position: relative;
	z-index: 20;
	margin: 0 !important;
	padding: 0 28px;
	background: linear-gradient(90deg, #08249a 0%, #0b2fc7 48%, #081b7d 100%);
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.frowse-home-header__inner {
	min-height: 72px;
	gap: 28px;
}

.frowse-home-brand {
	position: relative;
	gap: 10px !important;
	flex-shrink: 0;
}

.frowse-home-brand__title {
	position: relative;
	margin: 0 !important;
	line-height: 1 !important;
	text-transform: none !important;
	letter-spacing: -.04em !important;
}

.frowse-home-brand__title::after {
	content: "";
	position: absolute;
	left: 14%;
	right: 10%;
	bottom: -10px;
	height: 8px;
	border-bottom: 4px solid #1ce2ff;
	border-radius: 0 0 70% 70%;
	transform: rotate(-2deg);
	opacity: .95;
}

.frowse-home-header a {
	color: #fff !important;
	text-decoration: none !important;
}

.frowse-home-nav,
.frowse-home-tools {
	gap: 22px !important;
}

.frowse-home-nav p,
.frowse-home-tools p {
	margin: 0;
	white-space: nowrap;
}

.frowse-home-nav a {
	font-weight: 700;
	font-size: .92rem;
}

.frowse-home-tool a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 999px;
	font-weight: 700;
	font-size: .84rem;
}

.frowse-home-tool--ask a {
	background: #0b7cff;
	border-color: #3da2ff;
	box-shadow: 0 8px 24px rgba(0,128,255,.22);
}

.frowse-home-tool--amazon a {
	background: rgba(0,0,30,.16);
}

.frowse-homepage {
	--frowse-electric: #00dcff;
	--frowse-blue: #0c5cff;
	--frowse-navy: #07195f;
	--frowse-ink: #07134e;
	--frowse-white: #fff;
	margin: 0;
	background: #fff;
	color: var(--frowse-ink);
	overflow: clip;
}

.frowse-home-hero {
	position: relative;
	isolation: isolate;
	min-height: 610px;
	padding: 54px max(32px, 5vw) 92px;
	background:
		radial-gradient(circle at 72% 34%, rgba(35,224,255,.45) 0 4%, transparent 26%),
		radial-gradient(circle at 67% 23%, rgba(31,111,255,.55), transparent 35%),
		linear-gradient(118deg, #0a24a7 0%, #0839d7 44%, #07147b 100%);
	color: #fff;
}

.frowse-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(115deg, transparent 47%, rgba(32,225,255,.2) 47.3%, transparent 48%),
		linear-gradient(72deg, transparent 62%, rgba(255,255,255,.14) 62.2%, transparent 62.7%),
		linear-gradient(98deg, transparent 68%, rgba(19,225,255,.17) 68.3%, transparent 68.8%);
	opacity: .8;
}

.frowse-home-hero::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -44px;
	height: 90px;
	z-index: -1;
	background: #fff;
	border-radius: 50% 50% 0 0 / 75% 75% 0 0;
}

.frowse-home-hero__glow {
	position: absolute;
	width: 620px;
	height: 620px;
	right: 4%;
	top: -170px;
	z-index: -1;
	background: radial-gradient(circle, rgba(0,228,255,.26), rgba(28,92,255,.12) 42%, transparent 70%);
	filter: blur(2px);
}

.frowse-home-hero__inner {
	position: relative;
	width: min(1440px, 100%);
	min-height: 330px;
	margin: 0 auto;
}

.frowse-home-hero__copy {
	position: relative;
	z-index: 3;
	width: min(540px, 42%);
	padding-top: 18px;
}

.frowse-home-hero__copy h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(3.1rem, 5.2vw, 5.6rem);
	line-height: .92;
	letter-spacing: -.065em;
	font-weight: 900;
}

.frowse-home-hero__copy h1 span {
	color: var(--frowse-electric);
}

.frowse-home-hero__copy p {
	margin: 0;
	font-size: clamp(1.06rem, 1.5vw, 1.36rem);
	line-height: 1.38;
	font-weight: 550;
	color: rgba(255,255,255,.96);
}

.frowse-home-hero__visual {
	position: absolute;
	top: 0;
	right: 20%;
	width: min(520px, 42vw);
	height: 230px;
	z-index: 1;
	background: url("assets/images/frowse-home-hero-products-transparent.png") center / contain no-repeat;
	border-radius: 0;
	box-shadow: none;
}

.frowse-home-hero__proof {
	position: absolute;
	right: 3%;
	top: 92px;
	bottom: auto;
	display: grid;
	gap: 6px;
	font-weight: 750;
	font-size: .98rem;
	line-height: 1.22;
	z-index: 3;
}

.frowse-home-hero__proof span::first-letter {
	color: var(--frowse-electric);
}

.frowse-finder {
	position: relative;
	z-index: 8;
	width: min(1040px, calc(100% - 80px));
	margin: -34px max(20px, calc((100% - 1540px) / 2)) 0 auto;
	transform: translateX(-90px);
	padding: 22px 30px 20px;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 26px;
	background: rgba(255,255,255,.98);
	color: var(--frowse-ink);
	box-shadow: 0 24px 55px rgba(4,20,95,.25);
}

.frowse-finder h2 {
	margin: 0 0 14px;
	font-size: clamp(1.65rem, 2.2vw, 2.2rem);
	line-height: 1.05;
	letter-spacing: -.035em;
	color: var(--frowse-ink);
}

.frowse-finder__modes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.frowse-finder__modes button,
.frowse-finder__modes a {
	min-height: 42px;
	border: 1px solid #d9e5ff;
	border-radius: 13px;
	background: #fff;
	color: #07134e;
	font: inherit;
	font-weight: 750;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.frowse-finder__modes .is-active {
	background: linear-gradient(90deg, #0b72ff, #0758ef);
	border-color: #0b72ff;
	color: #fff;
}

.frowse-finder__input {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	padding: 5px 6px 5px 16px;
	border: 1.5px solid #9fc2ff;
	border-radius: 15px;
	background: #fff;
}

.frowse-finder__placeholder {
	color: #6f7ca6;
	font-size: .99rem;
}

.frowse-finder__input button {
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(90deg, #0c64ff, #0648e9);
	color: #fff;
	font-weight: 800;
	cursor: default;
}

.frowse-finder__prompts {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
	font-size: .81rem;
}

.frowse-finder__prompts > span {
	font-weight: 750;
}

.frowse-finder__prompts a {
	padding: 7px 12px;
	border-radius: 999px;
	background: #eef4ff;
	color: #092072;
	font-weight: 700;
	text-decoration: none;
}

.frowse-home-next {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: min(1240px, calc(100% - 64px));
	margin: 52px auto 70px;
	padding: 28px 32px;
	border: 1px solid #dbe5f7;
	border-radius: 22px;
	background: linear-gradient(135deg, #f6f9ff, #eef5ff);
	box-shadow: 0 14px 34px rgba(21,55,120,.08);
}

.frowse-home-next__eyebrow {
	margin: 0 0 5px;
	color: #0b5bdf;
	font-size: .76rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.frowse-home-next h2 {
	margin: 0 0 8px;
	font-size: clamp(1.65rem, 2.5vw, 2.25rem);
	color: #07134e;
}

.frowse-home-next p:not(.frowse-home-next__eyebrow) {
	max-width: 820px;
	margin: 0;
	color: #475274;
}

.frowse-home-next > a {
	flex: 0 0 auto;
	padding: 13px 18px;
	border-radius: 999px;
	background: #0a5bef;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1120px) {
	.frowse-home-nav { display: none !important; }
	.frowse-home-tools { gap: 8px !important; }
	.frowse-home-tool a { padding-inline: 11px; font-size: .76rem; }
	.frowse-home-hero__visual { right: 1%; width: 52vw; }
	.frowse-home-hero__proof { display: none; }
	.frowse-home-hero__copy { width: 48%; }
}

@media (max-width: 780px) {
	.frowse-home-header { padding-inline: 18px; }
	.frowse-home-header__inner { min-height: 62px; }
	.frowse-home-tools { display: none !important; }
	.frowse-home-hero { min-height: 0; padding: 38px 20px 70px; }
	.frowse-home-hero__inner { min-height: 470px; }
	.frowse-home-hero__copy { width: 100%; text-align: center; padding-top: 0; }
	.frowse-home-hero__copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
	.frowse-home-hero__copy p br { display: none; }
	.frowse-home-hero__visual { position: relative; top: auto; right: auto; width: min(580px, 100%); height: 190px; margin: 28px auto 0; }
	.frowse-finder { width: calc(100% - 24px); margin: -28px auto 0; padding: 20px 16px 16px; border-radius: 20px; transform: none; }
	.frowse-finder__modes { grid-template-columns: 1fr; }
	.frowse-finder__input { grid-template-columns: auto 1fr; }
	.frowse-finder__input button { grid-column: 1 / -1; width: 100%; }
	.frowse-home-next { width: calc(100% - 32px); margin-top: 40px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
	.frowse-home-brand .wp-block-site-logo { display: none; }
	.frowse-home-brand__title { font-size: 1.55rem !important; }
	.frowse-home-hero__copy h1 { font-size: 3.05rem; }
	.frowse-finder h2 { font-size: 1.55rem; }
	.frowse-finder__placeholder { font-size: .86rem; }
	.frowse-home-next { padding: 24px 22px; }
}

/* --------------------------------------------------------------------------
 * Frowse Homepage Robot — v1.0.20
 * Presentation-only character positioned to point deliberately at Ask Frowse.
 * -------------------------------------------------------------------------- */
.frowse-home-hero__inner::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -365px;
	z-index: 10;
	width: 304px;
	height: 264px;
	background: url("assets/images/frowse-home-robot.png") center / contain no-repeat;
	pointer-events: none;
	filter: drop-shadow(0 20px 26px rgba(2, 18, 91, .24));
}

@media (max-width: 1120px) {
	.frowse-home-hero__inner::after {
		left: -30px;
		bottom: -260px;
		width: 233px;
		height: 203px;
	}
}

@media (max-width: 780px) {
	.frowse-home-hero__inner::after {
		left: 2px;
		bottom: -112px;
		width: 164px;
		height: 143px;
	}
}

@media (max-width: 480px) {
	.frowse-home-hero__inner::after {
		left: 0;
		bottom: -92px;
		width: 132px;
		height: 115px;
	}
}

/* --------------------------------------------------------------------------
 * Frowse Homepage desktop fold refinement — v1.0.28
 * Desktop only: reclaim lower hero depth and raise Robbie slightly.
 * Mobile/tablet intentionally unchanged for separate responsive treatment.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-hero {
		min-height: 510px;
		padding-bottom: 42px;
	}

	.frowse-home-hero__inner::after {
		bottom: -325px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage desktop fold balance — v1.0.29
 * Desktop only: restore a little blue beneath the finder and raise Robbie so
 * his pointing gesture leads toward the finder heading. Responsive rules are
 * intentionally unchanged.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-hero {
		min-height: 545px;
		padding-bottom: 62px;
	}

	.frowse-home-hero__inner::after {
		bottom: -275px;
	}
}

/* --------------------------------------------------------------------------
 * Frowse Homepage mobile Robbie refinement — v1.0.30
 * Mobile only: smaller and lower/left so the character points toward the
 * Ask Frowse control without obscuring the finder heading or input text.
 * Desktop/tablet >= 781px remains unchanged.
 * -------------------------------------------------------------------------- */
@media (max-width: 780px) {
	.frowse-home-hero__inner::after {
		left: -24px;
		bottom: -166px;
		width: 138px;
		height: 120px;
	}
}

@media (max-width: 480px) {
	.frowse-home-hero__inner::after {
		left: -18px;
		bottom: -158px;
		width: 108px;
		height: 94px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage Top Buys desktop lift — v1.0.31
 * Desktop only: bring the next-section teaser higher into the viewport while
 * preserving the approved hero depth, curve, finder and Robbie composition.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-next {
		margin-top: 18px;
	}
}

/* --------------------------------------------------------------------------
 * Frowse Homepage desktop visual punch — v1.0.32
 * Desktop only: stronger spotlight treatment, larger product trio and a tighter
 * transition into Top Buys. Existing hero/finder/Robbie geometry is preserved.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-hero__inner::before {
		content: "";
		position: absolute;
		top: -70px;
		right: 8%;
		width: 690px;
		height: 390px;
		z-index: 0;
		pointer-events: none;
		background:
			linear-gradient(104deg, transparent 0 31%, rgba(44,224,255,.28) 42%, transparent 53%),
			linear-gradient(76deg, transparent 0 45%, rgba(55,214,255,.23) 55%, transparent 65%),
			radial-gradient(ellipse at 55% 42%, rgba(0,224,255,.26), transparent 63%);
		filter: blur(.2px);
	}

	.frowse-home-hero__visual {
		top: -8px;
		right: 17.5%;
		width: min(620px, 49vw);
		height: 260px;
		transform: rotate(-1deg);
		transform-origin: 50% 75%;
	}

	.frowse-home-next {
		margin-top: -6px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage desktop polish — v1.0.34
 * Desktop only: brighter spotlight beams and a tighter, non-overlapping
 * Top Buys lead-in. Hero geometry, Robbie, finder and products stay fixed.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-hero__inner::before {
		background:
			linear-gradient(104deg, transparent 0 29%, rgba(56,232,255,.48) 41%, transparent 54%),
			linear-gradient(76deg, transparent 0 43%, rgba(67,223,255,.40) 55%, transparent 67%),
			linear-gradient(92deg, transparent 0 51%, rgba(114,238,255,.22) 58%, transparent 66%),
			radial-gradient(ellipse at 55% 42%, rgba(0,228,255,.38), transparent 64%);
		filter: blur(.15px);
	}

	.frowse-home-next {
		margin-top: -10px;
		padding-top: 4px;
		padding-bottom: 22px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage transition cleanup — v1.0.35
 * Desktop only: remove excess white transition space below the approved hero
 * without changing hero depth/blue geometry. Pull Top Buys into that space.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-next {
		position: relative;
		z-index: 2;
		margin-top: -34px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage transition + proof refinement — v1.0.37
 * Desktop only: lower Top Buys from the over-lifted v1.0.35/36 position and
 * strengthen the now-independent proof block beside the product trio.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-home-next {
		margin-top: -18px;
	}

	.frowse-home-hero__proof {
		gap: 9px;
		font-size: 1.12rem;
		line-height: 1.28;
	}
}


/* Frowse 1.0.39 — independent hero product composition.
 * Rendered entirely from CSS so it also works when WordPress has a saved
 * front-page template override from an earlier theme release.
 */
.frowse-home-hero__visual {
	background: url("assets/images/frowse-home-air-fryer.png") 3% 48% / 48% auto no-repeat;
	overflow: visible;
}
.frowse-home-hero__visual::before,
.frowse-home-hero__visual::after {
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: drop-shadow(0 15px 14px rgba(3,17,70,.22));
	transform-origin: 50% 82%;
}
.frowse-home-hero__visual::before {
	background-image: url("assets/images/frowse-home-iron.png");
	z-index: 2;
}
.frowse-home-hero__visual::after {
	background-image: url("assets/images/frowse-home-headphones.png");
	z-index: 4;
}
/* Hide v1.0.38's inline images when the PHP template itself is active. */
.frowse-home-hero__visual > .frowse-home-hero__product { display:none !important; }

@media (min-width: 901px) {
	.frowse-home-hero__visual {
		top: -18px;
		right: 18.5%;
		width: min(600px, 47vw);
		height: 270px;
		background-position: 1% 52%;
		background-size: 48% auto;
	}
	.frowse-home-hero__visual::before {
		left: 38%; top: 20px; width: 33%; height: 230px;
		transform: rotate(5deg);
	}
	.frowse-home-hero__visual::after {
		left: 61%; top: 22px; width: 39%; height: 230px;
		transform: rotate(3deg);
	}
}
@media (max-width: 900px) {
	.frowse-home-hero__visual {
		background-position: 3% 50%;
		background-size: 46% auto;
		position: relative;
		overflow: visible;
	}
	.frowse-home-hero__visual::before {
		left: 39%; top: 16px; width: 30%; height: 82%;
		transform: rotate(5deg);
	}
	.frowse-home-hero__visual::after {
		left: 62%; top: 18px; width: 36%; height: 82%;
		transform: rotate(3deg);
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.41 — clean independent product assets + Amazon Associate lock-up.
 * -------------------------------------------------------------------------- */
.frowse-home-brand::after {
	content: "an amazon associate";
	position: absolute;
	left: 0;
	top: calc(100% + 3px);
	width: 100%;
	color: #fff;
	font-size: .61rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .015em;
	text-align: center;
	text-transform: lowercase;
	white-space: nowrap;
	pointer-events: none;
}

@media (min-width: 781px) {
	.frowse-home-header__inner {
		min-height: 76px;
	}
}

@media (max-width: 780px) {
	.frowse-home-brand::after {
		font-size: .50rem;
		top: calc(100% + 2px);
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.42 — final hero product cleanup + stronger Associate lock-up.
 * -------------------------------------------------------------------------- */
.frowse-home-brand::after {
	font-size: .95rem;
	font-weight: 500;
	top: calc(100% + 2px);
}
@media (max-width: 780px) {
	.frowse-home-brand::after {
		font-size: .72rem;
		top: calc(100% + 2px);
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.43 — air-fryer balance + Associate lock-up spacing.
 * -------------------------------------------------------------------------- */
@media (min-width: 901px) {
	.frowse-home-hero__visual {
		background-position: 5% 52%;
		background-size: 39.5% auto;
	}
}

.frowse-home-brand::after {
	top: calc(100% + 12px);
	left: 50%;
	width: max-content;
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 780px) {
	.frowse-home-brand::after {
		top: calc(100% + 11px);
	}
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.44 — Associate lock-up header containment.
 * Keeps the accepted hero composition unchanged.
 * -------------------------------------------------------------------------- */
@media (min-width: 781px) {
	.frowse-home-header__inner {
		min-height: 96px;
	}

	.frowse-home-brand::after {
		font-size: .92rem;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage Top Buys — v1.0.48
 * Six high-rated products on the white page canvas. No enclosing section card.
 * -------------------------------------------------------------------------- */
.frowse-top-buys {
	position: relative;
	z-index: 2;
	width: min(1440px, calc(100% - 64px));
	margin: 8px auto 76px;
	padding: 18px 0 0;
	background: #fff;
}

.frowse-top-buys__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.frowse-top-buys__eyebrow {
	margin: 0 0 4px;
	color: #0b5bdf;
	font-size: .76rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.frowse-top-buys h2 {
	margin: 0 0 5px;
	color: #07134e;
	font-size: clamp(1.8rem, 2.5vw, 2.5rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}

.frowse-top-buys__heading p:not(.frowse-top-buys__eyebrow) {
	margin: 0;
	color: #59637f;
}

.frowse-top-buys__heading > a {
	flex: 0 0 auto;
	color: #0a5bef;
	font-weight: 800;
	text-decoration: none;
}

.frowse-top-buys__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(14px, 1.45vw, 24px);
}

.frowse-top-buy,
.frowse-top-buy__link { min-width: 0; }

.frowse-top-buy__link {
	display: block;
	color: #07134e;
	text-decoration: none;
}

.frowse-top-buy__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 14px;
	overflow: hidden;
	border-radius: 16px;
	background: #f6f8fc;
}

.frowse-top-buy__image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42%;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(2,12,49,.72) 0%,
		rgba(2,12,49,.38) 42%,
		rgba(2,12,49,0) 100%
	);
}

.frowse-top-buy__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .22s ease;
}

.frowse-top-buy__link:hover .frowse-top-buy__image img,
.frowse-top-buy__link:focus-visible .frowse-top-buy__image img { transform: scale(1.035); }

.frowse-top-buy__price {
	position: absolute;
	left: 14px;
	bottom: 11px;
	z-index: 2;
	color: #fff;
	font-size: 1.08rem;
	font-style: italic;
	font-weight: 850;
	line-height: 1.1;
	text-shadow: 0 2px 8px rgba(0,0,0,.62);
}

.frowse-top-buy__price del { display: none; }
.frowse-top-buy__price ins { color: inherit; text-decoration: none; }

.frowse-top-buy__title {
	display: -webkit-box;
	min-height: 2.8em;
	margin: 11px 2px 7px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: .95rem;
	font-weight: 760;
	line-height: 1.38;
}

.frowse-top-buy__rating {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin: 0 2px;
	color: #65708b;
	font-size: .72rem;
	font-weight: 700;
}

.frowse-top-buy__rating strong {
	color: #0a5bef;
	font-size: .98rem;
	font-weight: 850;
}

.frowse-top-buy__rating small { font-size: .68em; }

@media (max-width: 1100px) {
	.frowse-top-buys__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
	.frowse-top-buys { width: calc(100% - 32px); margin-bottom: 52px; padding-top: 14px; }
	.frowse-top-buys__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
	.frowse-top-buys__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}


/* --------------------------------------------------------------------------
 * Frowse Homepage Top Buys desktop position correction — v1.0.50
 * Desktop only: bring Section 2 into view sooner without changing the frozen
 * hero, finder, Robbie or curve geometry.
 * -------------------------------------------------------------------------- */
@media (min-width: 1121px) {
	.frowse-top-buys {
		margin-top: -14px;
		padding-top: 0;
	}
}


/* --------------------------------------------------------------------------
 * Frowse Homepage Section 3 — v1.0.54
 * Clear first-visit discovery routes. Presentation only: route destinations
 * will be wired when the corresponding Frowse navigation/data views exist.
 * -------------------------------------------------------------------------- */
.frowse-discovery-routes {
	width: min(1440px, calc(100% - 64px));
	margin: 0 auto 84px;
	padding: 8px 0 0;
}
.frowse-discovery-routes__heading { margin-bottom: 24px; }
.frowse-discovery-routes__eyebrow {
	margin: 0 0 5px;
	color: #0b5bdf;
	font-size: .76rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.frowse-discovery-routes h2 {
	margin: 0 0 7px;
	color: #07134e;
	font-size: clamp(1.8rem, 2.5vw, 2.5rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}
.frowse-discovery-routes__intro { margin: 0; color: #59637f; }
.frowse-discovery-routes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.frowse-discovery-route {
	position: relative;
	min-height: 150px;
	padding: 25px 26px 23px;
	border: 1px solid #dce5f3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(9,32,88,.055);
}
.frowse-discovery-route::before {
	content: "";
	position: absolute;
	top: 0;
	left: 26px;
	width: 42px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: #12c9ff;
}
.frowse-discovery-route__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 10px;
	background: #edf8ff;
	color: #075fe7;
	font-size: 1.08rem;
	font-weight: 900;
}
.frowse-discovery-route h3 {
	margin: 0 0 6px;
	color: #07134e;
	font-size: 1.14rem;
	line-height: 1.2;
}
.frowse-discovery-route p { margin: 0; color: #65708b; line-height: 1.45; }
@media (max-width: 900px) {
	.frowse-discovery-routes__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
	.frowse-discovery-routes { width: calc(100% - 32px); margin-bottom: 56px; }
	.frowse-discovery-routes__grid { grid-template-columns: 1fr; }
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.55 — hero product scale/alignment + Section 3 compact cards.
 * Presentation-only refinement. Existing homepage behaviour is unchanged.
 * -------------------------------------------------------------------------- */
@media (min-width: 901px) {
	/* Smaller three-product composition; keep clear of the Ask Frowse panel. */
	.frowse-home-hero__visual {
		top: -12px;
		right: 19.5%;
		width: min(535px, 42vw);
		height: 245px;
		background-image: url("assets/images/frowse-home-air-fryer.webp");
		background-position: 7% 52%;
		background-size: 35% auto;
	}
	.frowse-home-hero__visual::before {
		left: 35%;
		top: 25px;
		width: 31%;
		height: 205px;
		z-index: 5; /* iron deliberately overlaps both neighbouring products */
	}
	.frowse-home-hero__visual::after {
		left: 61%;
		top: 27px;
		width: 36%;
		height: 202px;
		z-index: 4;
	}

	/* Treat logo + Associate line as one lock-up and centre it with navigation. */
	.frowse-home-brand {
		transform: translateY(-5px);
	}
}

/* Section 3: retain the accepted 3 x 2 design, reduce card height only. */
.frowse-discovery-route {
	min-height: 118px;
	padding: 18px 26px 17px;
}
.frowse-discovery-route__icon {
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.56 — restore hero product hierarchy and overlap.
 * Corrects only the desktop product composition from 1.0.55. Section 3 stays
 * frozen at its accepted compact height; finder/Robbie/Top Buys are unchanged.
 * -------------------------------------------------------------------------- */
@media (min-width: 901px) {
	.frowse-home-hero__visual {
		top: -10px;
		right: 18.5%;
		width: min(565px, 44vw);
		height: 250px;
		background-position: 0% 48%;
		background-size: 56% auto;
	}
	.frowse-home-hero__visual::before {
		left: 43%;
		top: 17px;
		width: 34%;
		height: 218px;
		z-index: 6;
		transform: rotate(5deg);
	}
	.frowse-home-hero__visual::after {
		left: 66%;
		top: 20px;
		width: 41%;
		height: 216px;
		z-index: 4;
		transform: rotate(3deg);
	}

	/* Centre the complete brand lock-up, not just the Frowse wordmark. */
	.frowse-home-brand {
		transform: translateY(1px);
	}
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.57 — clean real-product hero trio.
 * Replaces the remaining generated iron/headphones with clean cut-outs and
 * tightens the desktop composition so the foreground iron overlaps both
 * neighbouring products. No homepage journey/behaviour changes.
 * -------------------------------------------------------------------------- */
@media (min-width: 901px) {
	.frowse-home-hero__visual {
		top: -10px;
		right: 18.5%;
		width: min(565px, 44vw);
		height: 250px;
		background-position: 0% 48%;
		background-size: 56% auto;
	}
	.frowse-home-hero__visual::before {
		left: 35%;
		top: 7px;
		width: 40%;
		height: 235px;
		z-index: 7;
		transform: rotate(4deg);
	}
	.frowse-home-hero__visual::after {
		left: 57%;
		top: 18px;
		width: 42%;
		height: 215px;
		z-index: 4;
		transform: rotate(1deg);
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.58 — hero cleanup: brand alignment, headphone transparency, fryer scale.
 * -------------------------------------------------------------------------- */
@media (min-width: 901px) {
	/* Restore accepted logo + Associate lock-up alignment. */
	.frowse-home-brand { transform: translateY(-5px); }

	/* Give the real Philips fryer slightly more visual weight without moving the trio. */
	.frowse-home-hero__visual {
		background-size: 60% auto;
		background-position: -2% 48%;
	}
}
\n\n/* --------------------------------------------------------------------------\n * Frowse 1.0.59 — hero precision correction.\n * Logo lock-up centred against desktop navigation; enclosed headphone white\n * removed; Philips fryer given a modest additional scale increase.\n * -------------------------------------------------------------------------- */\n@media (min-width: 901px) {\n\t/* Align the visual centre of the complete two-line lock-up with the nav. */\n\t.frowse-home-brand { transform: translateY(-12px); }\n\n\t/* Slightly stronger fryer presence; preserve the accepted trio geometry. */\n\t.frowse-home-hero__visual {\n\t\tbackground-size: 64% auto;\n\t\tbackground-position: -4% 48%;\n\t}\n}\n

/* --------------------------------------------------------------------------
 * Frowse 1.0.60 — Section 4: data-driven popular category navigation.
 * -------------------------------------------------------------------------- */
.frowse-popular-categories {
	width: min(1440px, calc(100% - 64px));
	margin: -20px auto 84px;
}
.frowse-popular-categories__heading { margin-bottom: 24px; }
.frowse-popular-categories h2 {
	margin: 0 0 7px;
	color: #07134e;
	font-size: clamp(1.8rem, 2.5vw, 2.5rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}
.frowse-popular-categories__heading p { margin: 0; color: #59637f; }
.frowse-popular-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.frowse-category-card {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dce5f3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(9,32,88,.055);
	color: #07134e;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}
.frowse-category-card:hover,
.frowse-category-card:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(9,32,88,.10); }
.frowse-category-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 168px;
	background: linear-gradient(145deg,#f7fbff,#edf5ff);
	overflow: hidden;
}
.frowse-category-card__media img { width: 100%; height: 100%; object-fit: cover; }
.frowse-category-card__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #dff6ff;
	color: #075fe7;
	font-size: 2rem;
	font-weight: 900;
}
.frowse-category-card__name {
	display: block;
	padding: 17px 48px 18px 18px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.2;
}
.frowse-category-card__arrow { position: absolute; right: 18px; bottom: 17px; color: #075fe7; font-weight: 900; }
@media (max-width: 900px) {
	.frowse-popular-categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
	.frowse-popular-categories { width: calc(100% - 32px); margin: -8px auto 56px; }
	.frowse-popular-categories__grid { grid-template-columns: 1fr; }
	.frowse-category-card__media { height: 190px; }
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.61 — Section 4 container alignment only.
 * Match the established homepage content measure used by Top Buys / Section 3.
 * -------------------------------------------------------------------------- */
@media (min-width: 601px) {
	.frowse-popular-categories {
		width: min(1040px, calc(100% - 64px));
		margin-left: auto;
		margin-right: auto;
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.62 — shared lower-homepage content width.
 * Section 3 and Section 4 now use one wider desktop container so category
 * navigation aligns with the established homepage grid without going full-width.
 * -------------------------------------------------------------------------- */
:root {
	--frowse-home-content-wide: 1520px;
}
@media (min-width: 601px) {
	.frowse-discovery-routes,
	.frowse-popular-categories {
		width: min(var(--frowse-home-content-wide), calc(100% - 64px));
		margin-left: auto;
		margin-right: auto;
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.63 — wider shared lower-home container + Top Buys breathing room
 * + representative product imagery for category cards when categories do not
 * have their own WooCommerce thumbnail.
 * -------------------------------------------------------------------------- */
:root {
	--frowse-home-content-wide: 1600px;
}
@media (min-width: 901px) {
	.frowse-top-buys,
	.frowse-discovery-routes,
	.frowse-popular-categories {
		width: min(var(--frowse-home-content-wide), calc(100% - 64px));
		margin-left: auto;
		margin-right: auto;
	}
	/* Give Section 2 a little more air beneath the hero curve/Robbie. */
	.frowse-top-buys {
		margin-top: 38px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.64 — consistent product-image containment.
 * Product-derived imagery should remain fully visible inside its allocated
 * frame rather than being cropped. This is presentation-only: no markup,
 * WooCommerce data or gallery behaviour is changed.
 * -------------------------------------------------------------------------- */

/* Homepage category cards: preserve the complete representative product. */
.frowse-category-card__media img {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

/* WooCommerce catalogue/search product-image blocks. */
.wp-block-woocommerce-product-image img,
.wc-block-components-product-image img,
.wc-block-grid__product-image img,
.woocommerce ul.products li.product img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center !important;
}

/* Single-product gallery: never crop the source product image to fill a box. */
.wp-block-woocommerce-product-image-gallery img,
.woocommerce-product-gallery__image img,
.wc-block-product-gallery-large-image img,
.wc-block-product-gallery-large-image__image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center !important;
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.65 — single-product gallery scale constraint.
 * Portrait Amazon images can otherwise dominate the product page even when
 * correctly contained. Keep the full source visible, but cap the rendered
 * hero image height on larger screens and centre it within the gallery.
 * -------------------------------------------------------------------------- */
@media (min-width: 782px) {
	.single-product .wp-block-woocommerce-product-image-gallery img,
	.single-product .woocommerce-product-gallery__image img,
	.single-product .wc-block-product-gallery-large-image img,
	.single-product .wc-block-product-gallery-large-image__image {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 620px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	.single-product .woocommerce-product-gallery__image,
	.single-product .wc-block-product-gallery-large-image,
	.single-product .wp-block-woocommerce-product-image-gallery {
		text-align: center;
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.66 — semantically stable homepage category visuals.
 * WooCommerce category thumbnails remain authoritative; when absent, use
 * category-specific bundled illustrations rather than arbitrary product images.
 * -------------------------------------------------------------------------- */
.frowse-category-card__media .frowse-category-card__semantic {
	width: 100%;
	height: 100%;
	padding: 18px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.67 — Section 4 compact category cards.
 * Reduce desktop category-card height only; preserve layout, visuals and links.
 * -------------------------------------------------------------------------- */
@media (min-width: 601px) {
	.frowse-category-card__media { height: 150px; }
	.frowse-category-card__name { padding: 14px 48px 15px 18px; }
	.frowse-category-card__arrow { bottom: 14px; }
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.68 — Sections 3/4 visual rhythm.
 * Presentation-only treatment: give the two lower-home navigation sections
 * distinct environments and stronger card depth while preserving all content,
 * routing, dimensions, shared container widths and responsive behaviour.
 * -------------------------------------------------------------------------- */

/* Section 3: cool Frowse-blue environment. Use a wide pseudo-band so the
 * existing shortcode markup and master content width remain untouched. */
.frowse-discovery-routes,
.frowse-popular-categories {
	position: relative;
	isolation: isolate;
}
.frowse-discovery-routes::before,
.frowse-popular-categories::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -34px;
	bottom: -34px;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
}
.frowse-discovery-routes::before {
	background: linear-gradient(180deg, #f3f9ff 0%, #edf7ff 100%);
}
.frowse-popular-categories::before {
	background: linear-gradient(180deg, #fffaf4 0%, #fffdf9 100%);
}

/* Stronger section titles, with one restrained Frowse-cyan phrase. */
.frowse-discovery-routes h2,
.frowse-popular-categories h2 {
	font-weight: 850;
	letter-spacing: -.035em;
}
.frowse-heading-accent {
	color: #079fe8;
}

/* Section 3 cards: retain white clarity but add enough depth to feel active. */
.frowse-discovery-route {
	border-color: #d3e3f5;
	box-shadow: 0 12px 30px rgba(7, 42, 112, .075);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.frowse-discovery-route:hover {
	transform: translateY(-2px);
	border-color: #bcd9f5;
	box-shadow: 0 16px 36px rgba(7, 42, 112, .11);
}
.frowse-discovery-route__icon {
	background: #e7f6ff;
	box-shadow: inset 0 0 0 1px rgba(7, 95, 231, .04);
}

/* Section 4 remains quieter and warmer so it reads as category browsing rather
 * than another decision-tool grid. Existing pastel SVG artwork is unchanged. */
.frowse-category-card {
	border-color: #e3e1dd;
	box-shadow: 0 10px 26px rgba(36, 42, 65, .065);
}
.frowse-category-card:hover,
.frowse-category-card:focus-visible {
	box-shadow: 0 15px 34px rgba(36, 42, 65, .105);
}

@media (max-width: 600px) {
	.frowse-discovery-routes::before,
	.frowse-popular-categories::before {
		top: -24px;
		bottom: -24px;
	}
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.69 — Sections 3/4 dynamic visual pass.
 * Presentation only. Increase homepage energy while preserving accepted
 * structure, routes, dimensions and all frozen header/hero/Top Buys behaviour.
 * -------------------------------------------------------------------------- */
.frowse-discovery-routes::before {
	top: -46px;
	bottom: -46px;
	background:
		radial-gradient(circle at 8% 15%, rgba(24,205,255,.38) 0, rgba(24,205,255,0) 27%),
		radial-gradient(circle at 92% 78%, rgba(0,88,232,.28) 0, rgba(0,88,232,0) 31%),
		linear-gradient(125deg, #d9f5ff 0%, #bde9ff 38%, #dce9ff 100%);
}
.frowse-discovery-routes::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: -62px;
	width: 100vw;
	height: 34px;
	transform: translateX(-50%) skewY(-.65deg);
	transform-origin: left top;
	background: #fff4e8;
	pointer-events: none;
}
.frowse-discovery-routes h2,
.frowse-popular-categories h2 {
	font-size: clamp(2rem, 2.75vw, 2.75rem);
	font-weight: 900;
}
.frowse-discovery-routes .frowse-heading-accent {
	color: #075fe7;
	text-shadow: 0 1px 0 rgba(255,255,255,.45);
}
.frowse-discovery-routes__intro { color: #334f77; font-weight: 600; }
.frowse-discovery-route {
	border-color: rgba(255,255,255,.92);
	box-shadow: 0 16px 38px rgba(6,56,135,.15);
}
.frowse-discovery-route::before {
	width: 58px;
	height: 4px;
	background: linear-gradient(90deg,#075fe7,#16cfff);
}
.frowse-discovery-route__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(145deg,#dff7ff,#eef5ff);
	box-shadow: 0 7px 16px rgba(7,95,231,.10);
	font-size: 1.18rem;
}
.frowse-discovery-route:hover {
	transform: translateY(-4px);
	box-shadow: 0 21px 46px rgba(6,56,135,.20);
}

.frowse-popular-categories::before {
	top: -50px;
	bottom: -44px;
	background:
		radial-gradient(circle at 12% 70%, rgba(255,191,102,.18) 0, rgba(255,191,102,0) 27%),
		radial-gradient(circle at 88% 20%, rgba(255,133,176,.13) 0, rgba(255,133,176,0) 29%),
		linear-gradient(180deg,#fff4e8 0%,#fff8ef 52%,#fffdf8 100%);
}
.frowse-popular-categories .frowse-heading-accent { color: #075fe7; }
.frowse-popular-categories__heading p { color: #665b68; font-weight: 600; }
.frowse-category-card {
	border-color: rgba(208,216,231,.95);
	box-shadow: 0 13px 30px rgba(40,48,77,.10);
}
.frowse-category-card:hover,
.frowse-category-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 19px 40px rgba(40,48,77,.16);
}
/* Let the semantic illustrations carry stronger pastel personality while
 * retaining their category-specific artwork and contained-image behaviour. */
.frowse-category-card:nth-child(4n+1) .frowse-category-card__media { background: linear-gradient(145deg,#e8f8ff,#dff2ff); }
.frowse-category-card:nth-child(4n+2) .frowse-category-card__media { background: linear-gradient(145deg,#eef4ff,#e4f4ff); }
.frowse-category-card:nth-child(4n+3) .frowse-category-card__media { background: linear-gradient(145deg,#fff0f6,#fff6ed); }
.frowse-category-card:nth-child(4n+4) .frowse-category-card__media { background: linear-gradient(145deg,#eafbf3,#f4fae9); }
.frowse-category-card__media .frowse-category-card__semantic { background: transparent; }
.frowse-category-card__name { background: rgba(255,255,255,.94); }

@media (max-width: 600px) {
	.frowse-discovery-routes::before,
	.frowse-popular-categories::before { top: -28px; bottom: -28px; }
	.frowse-discovery-routes::after { bottom: -39px; height: 22px; }
}


/* --------------------------------------------------------------------------
 * Frowse 1.0.70 — Section 4 integrated semantic icons + cooler visual field.
 * Presentation only. Removes the baked-in white icon tiles, gives each
 * category a deeper semantic colour, cools Section 4 and softens its join
 * with the already accepted Section 3 treatment.
 * -------------------------------------------------------------------------- */
.frowse-popular-categories::before {
	top: -50px;
	bottom: -44px;
	background:
		radial-gradient(circle at 10% 72%, rgba(25,205,255,.16) 0, rgba(25,205,255,0) 28%),
		radial-gradient(circle at 90% 20%, rgba(111,96,255,.15) 0, rgba(111,96,255,0) 30%),
		linear-gradient(135deg,#eefbff 0%,#edf5ff 48%,#f3efff 100%);
}
.frowse-discovery-routes::after {
	background: linear-gradient(100deg,#eefbff 0%,#edf5ff 55%,#f3efff 100%);
}
.frowse-popular-categories__heading p { color: #4d5f7c; }

/* The semantic SVGs are artwork, not mini cards.  Keep their canvas fully
 * transparent and let the category card provide the colour field. */
.frowse-category-card__semantic {
	width: min(72%, 190px);
	height: auto;
	transform: scale(1.10);
	transform-origin: center;
}
.frowse-category-card:nth-child(8n+1) .frowse-category-card__media { background: linear-gradient(145deg,#dff5ff,#e9f7ff); }
.frowse-category-card:nth-child(8n+2) .frowse-category-card__media { background: linear-gradient(145deg,#e6f0ff,#edf6ff); }
.frowse-category-card:nth-child(8n+3) .frowse-category-card__media { background: linear-gradient(145deg,#ffe8f3,#fff0f7); }
.frowse-category-card:nth-child(8n+4) .frowse-category-card__media { background: linear-gradient(145deg,#e3f8e9,#effbed); }
.frowse-category-card:nth-child(8n+5) .frowse-category-card__media { background: linear-gradient(145deg,#fff0d8,#fff6e8); }
.frowse-category-card:nth-child(8n+6) .frowse-category-card__media { background: linear-gradient(145deg,#e8e9ff,#f0f1ff); }
.frowse-category-card:nth-child(8n+7) .frowse-category-card__media { background: linear-gradient(145deg,#ddf9f7,#eafcfb); }
.frowse-category-card:nth-child(8n+8) .frowse-category-card__media { background: linear-gradient(145deg,#f5e8ff,#fbf0ff); }

@media (max-width: 600px) {
	.frowse-popular-categories::before { top: -28px; bottom: -28px; }
	.frowse-category-card__semantic { transform: scale(1.05); }
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.71 — stronger Section 3 route cards + clearer card typography.
 * Presentation only. Large route symbols move to the right of each card;
 * titles in Sections 3 and 4 gain hierarchy. No routes or structure changed.
 * -------------------------------------------------------------------------- */
@media (min-width: 601px) {
	.frowse-discovery-route {
		min-height: 150px;
		padding: 31px 112px 27px 26px;
		overflow: hidden;
	}
	.frowse-discovery-route__icon {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 72px;
		height: 72px;
		margin: 0;
		border-radius: 22px;
		background: transparent;
		box-shadow: none;
		font-size: 2.7rem;
		line-height: 1;
		opacity: .9;
	}
	.frowse-discovery-route:nth-child(1) .frowse-discovery-route__icon { color: #075fe7; }
	.frowse-discovery-route:nth-child(2) .frowse-discovery-route__icon { color: #0b83d9; }
	.frowse-discovery-route:nth-child(3) .frowse-discovery-route__icon { color: #087e9d; }
	.frowse-discovery-route:nth-child(4) .frowse-discovery-route__icon { color: #d26a13; }
	.frowse-discovery-route:nth-child(5) .frowse-discovery-route__icon { color: #6255cf; }
	.frowse-discovery-route:nth-child(6) .frowse-discovery-route__icon { color: #a63d91; }
}
.frowse-discovery-route h3 {
	font-size: 1.34rem;
	font-weight: 850;
	letter-spacing: -.018em;
}
.frowse-category-card__name {
	font-size: 1.22rem;
	font-weight: 850;
	letter-spacing: -.012em;
}
@media (max-width: 600px) {
	.frowse-discovery-route h3 { font-size: 1.22rem; }
	.frowse-category-card__name { font-size: 1.12rem; }
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.72 — splash route cards.
 * Presentation only. Carries the deep Frowse header blue into Section 3 and
 * turns route symbols into oversized, cropped colour splashes. Section 4 and
 * all established homepage behaviour remain unchanged.
 * -------------------------------------------------------------------------- */
@media (min-width: 601px) {
	.frowse-discovery-route {
		min-height: 150px;
		padding: 31px 148px 27px 26px;
		isolation: isolate;
	}
	.frowse-discovery-route::after {
		content: "";
		position: absolute;
		z-index: -1;
		right: -48px;
		top: 50%;
		width: 190px;
		height: 190px;
		border-radius: 46% 54% 58% 42% / 43% 45% 55% 57%;
		transform: translateY(-50%) rotate(-12deg);
		background: linear-gradient(145deg,#06318f 0%,#0b46c5 55%,#16cfff 135%);
		box-shadow: 0 18px 38px rgba(4,43,124,.24);
	}
	.frowse-discovery-route:nth-child(2)::after { transform: translateY(-50%) rotate(13deg); background: linear-gradient(145deg,#062f8a,#087bd6 62%,#23d8ff); }
	.frowse-discovery-route:nth-child(3)::after { transform: translateY(-50%) rotate(-5deg); background: linear-gradient(145deg,#06318f,#087c99 70%,#27d7c8); }
	.frowse-discovery-route:nth-child(4)::after { transform: translateY(-50%) rotate(11deg); background: linear-gradient(145deg,#07348f,#b94d24 72%,#ffad3d); }
	.frowse-discovery-route:nth-child(5)::after { transform: translateY(-50%) rotate(-14deg); background: linear-gradient(145deg,#062f8a,#5549c9 67%,#a270ff); }
	.frowse-discovery-route:nth-child(6)::after { transform: translateY(-50%) rotate(8deg); background: linear-gradient(145deg,#07318d,#8c378f 68%,#e84ea9); }
	.frowse-discovery-route__icon {
		z-index: 2;
		right: 24px;
		width: 104px;
		height: 104px;
		font-size: 4.25rem;
		font-weight: 900;
		color: #fff !important;
		opacity: 1;
		text-shadow: 0 3px 14px rgba(0,24,80,.25);
	}
	.frowse-discovery-route:nth-child(4) .frowse-discovery-route__icon { font-size: 3.35rem; letter-spacing: -.08em; }
	.frowse-discovery-route:hover::after { box-shadow: 0 22px 46px rgba(4,43,124,.31); }
}

/* Frowse 1.0.73 — expanded route-card descriptions. Same typography; copy only. */


/* Frowse 1.0.74 — Section 5 + stronger hero proof typography. */
@media (min-width: 901px) {
	.frowse-home-hero__proof { font-size: 1.12rem; line-height: 1.28; gap: 7px; }
}
.frowse-why {
	position: relative;
	margin-top: 70px;
	padding: 76px 24px 82px;
	background:
		radial-gradient(circle at 12% 18%, rgba(23,207,255,.22), transparent 27%),
		radial-gradient(circle at 88% 80%, rgba(85,93,255,.24), transparent 30%),
		linear-gradient(135deg,#061d58 0%,#073b9d 52%,#075fe7 100%);
	color: #fff;
	overflow: hidden;
}
.frowse-why__inner { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }
.frowse-why__heading { max-width: 760px; margin-bottom: 34px; }
.frowse-why__heading h2 { margin: 0 0 10px; color: #fff; font-size: clamp(2rem,3vw,3rem); line-height: 1.06; letter-spacing: -.035em; }
.frowse-why__heading h2 span { color: #20d7ff; }
.frowse-why__heading p { margin: 0; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.frowse-why__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.frowse-why-card { position: relative; min-height: 205px; padding: 30px 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.10); box-shadow: 0 18px 45px rgba(0,17,66,.22); backdrop-filter: blur(8px); }
.frowse-why-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 18px; background: linear-gradient(145deg,#20d7ff,#0a79f2); color: #fff; font-size: 1.8rem; font-weight: 900; box-shadow: 0 10px 24px rgba(0,208,255,.22); }
.frowse-why-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.38rem; letter-spacing: -.02em; }
.frowse-why-card p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.55; }
.frowse-why__cta { display: inline-flex; align-items: center; margin-top: 30px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; font-weight: 800; text-decoration: none; background: rgba(255,255,255,.10); }
.frowse-why__cta:hover { background: #fff; color: #073b9d; }
@media (max-width: 780px) { .frowse-why { margin-top: 48px; padding: 58px 18px 62px; } .frowse-why__grid { grid-template-columns: 1fr; } .frowse-why-card { min-height: 0; } }


/* Frowse 1.0.75 — Section 5 confidence cards: stronger desktop presence only. */
@media (min-width: 901px) {
	.frowse-why { padding-top: 76px; padding-bottom: 58px; }
	.frowse-why__inner {
		width: min(1180px, calc(100vw - 64px));
		max-width: none;
	}
	.frowse-why__heading { margin-bottom: 32px; }
	.frowse-why__grid { gap: 24px; }
	.frowse-why-card {
		min-height: 245px;
		padding: 34px 34px 32px;
	}
	.frowse-why-card__icon {
		width: 72px;
		height: 72px;
		margin-bottom: 26px;
		border-radius: 21px;
		font-size: 2.2rem;
	}
	.frowse-why-card h3 {
		margin-bottom: 12px;
		font-size: 1.55rem;
	}
	.frowse-why-card p {
		font-size: 1.08rem;
		line-height: 1.58;
	}
	.frowse-why__cta {
		margin-top: 32px;
		padding: 14px 22px;
		font-size: 1.05rem;
	}
}

/* Frowse 1.0.76 — Hero supporting statement: stronger desktop typography only. */
@media (min-width: 1100px) {
	.frowse-home-hero__copy p {
		font-size: clamp(1.22rem, 1.72vw, 1.56rem);
	}
}

/* Frowse 1.0.77 — Discovery-route currency labels now follow WooCommerce site currency. */

/* Frowse 1.0.78 — Added a controlled thin visual gap between the currency symbol and 50 in the large Under 50 splash icon only. */

/* Frowse 1.0.79 — first public TDAI-backed Best Sellers discovery view. */
/* Frowse 1.0.85 — preserve the frozen six-card article grid; link Best Sellers from inside the card. */
.frowse-discovery-route--linked { cursor: pointer; }
.frowse-discovery-route--linked:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(0,48,130,.18); }
.frowse-discovery-route__link { position:absolute; inset:0; z-index:6; border-radius:inherit; }
.frowse-discovery-route__link:focus-visible { outline:3px solid #12c9ff; outline-offset:3px; }
.frowse-best-sellers-page { background: #f7fbff; color: #071b4b; }
.frowse-best-sellers-hero { padding: 64px 24px 58px; background: radial-gradient(circle at 80% 25%,rgba(32,215,255,.28),transparent 28%),linear-gradient(135deg,#061d58,#073b9d 55%,#075fe7); color:#fff; }
.frowse-best-sellers-hero__inner,.frowse-best-sellers-content { width:min(1180px,calc(100% - 32px)); margin:0 auto; }
.frowse-best-sellers-hero__kicker { margin:0 0 10px; color:#63e7ff; font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:.82rem; }
.frowse-best-sellers-hero h1 { margin:0 0 14px; color:#fff; font-size:clamp(2.6rem,5vw,4.8rem); line-height:.98; letter-spacing:-.045em; }
.frowse-best-sellers-hero h1 span { color:#20d7ff; }
.frowse-best-sellers-hero p:last-child { max-width:760px; margin:0; font-size:clamp(1.05rem,1.5vw,1.3rem); line-height:1.5; color:rgba(255,255,255,.9); }
.frowse-best-sellers-content { padding:38px 0 70px; }
.frowse-best-sellers-filters { display:grid; grid-template-columns:1.4fr repeat(5,1fr) auto auto; gap:12px; align-items:end; padding:20px; margin-bottom:22px; border:1px solid #dbe7f7; border-radius:20px; background:#fff; box-shadow:0 12px 34px rgba(7,59,157,.07); }
.frowse-best-sellers-filters label { display:grid; gap:6px; font-size:.78rem; font-weight:800; color:#24416d; }
.frowse-best-sellers-filters select,.frowse-best-sellers-filters input { width:100%; min-height:42px; box-sizing:border-box; padding:8px 10px; border:1px solid #c8d7eb; border-radius:10px; background:#fff; color:#071b4b; }
.frowse-best-sellers-filters button { min-height:42px; padding:8px 16px; border:0; border-radius:11px; background:#087bf0; color:#fff; font-weight:800; cursor:pointer; }
.frowse-best-sellers-filters>a { min-height:42px; display:grid; place-items:center; padding:0 8px; color:#174b96; font-weight:700; }
.frowse-best-sellers-summary { margin:0 0 20px; color:#49617f; }
.frowse-best-sellers-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.frowse-best-seller-card { min-width:0; overflow:hidden; border:1px solid #dbe7f7; border-radius:20px; background:#fff; box-shadow:0 10px 28px rgba(7,59,157,.07); }
.frowse-best-seller-card__image { display:grid; place-items:center; height:230px; padding:18px; background:#fff; }
.frowse-best-seller-card__image img { display:block; width:100%; height:100%; object-fit:contain; }
.frowse-best-seller-card__body { display:flex; flex-direction:column; min-height:245px; padding:18px; border-top:1px solid #edf3fb; }
.frowse-best-seller-card__signals { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:12px; font-size:.75rem; color:#35577f; }
.frowse-best-seller-card__signals span { padding:5px 8px; border-radius:999px; background:#eef7ff; }
.frowse-best-seller-card h2 { margin:0 0 12px; font-size:1.04rem; line-height:1.28; }
.frowse-best-seller-card h2 a { color:#071b4b; text-decoration:none; }
.frowse-best-seller-card__best-for { margin:0 0 18px; color:#52677f; font-size:.88rem; line-height:1.45; }
.frowse-best-seller-card__footer { display:flex; align-items:end; justify-content:space-between; gap:10px; margin-top:auto; }
.frowse-best-seller-card__price { color:#071b4b; font-weight:900; }
.frowse-best-seller-card__footer>a { color:#076be0; font-size:.82rem; font-weight:800; text-decoration:none; text-align:right; }
.frowse-best-sellers-pagination { display:flex; justify-content:center; gap:6px; margin-top:34px; }
.frowse-best-sellers-pagination .page-numbers { display:inline-grid; place-items:center; min-width:40px; min-height:40px; padding:0 10px; border:1px solid #cbdcf0; border-radius:10px; background:#fff; color:#164a91; text-decoration:none; }
.frowse-best-sellers-pagination .current { background:#087bf0; border-color:#087bf0; color:#fff; }
.frowse-best-sellers-page__notice { width:min(1180px,calc(100% - 32px)); margin:30px auto; padding:22px; border-radius:14px; background:#fff; border:1px solid #dbe7f7; }
@media(max-width:1100px){.frowse-best-sellers-filters{grid-template-columns:repeat(3,1fr)}.frowse-best-sellers-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.frowse-best-sellers-hero{padding:46px 18px}.frowse-best-sellers-content{padding-top:24px}.frowse-best-sellers-filters{grid-template-columns:1fr 1fr}.frowse-best-sellers-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.frowse-best-sellers-filters,.frowse-best-sellers-grid{grid-template-columns:1fr}.frowse-best-seller-card__image{height:250px}}



/* --------------------------------------------------------------------------
 * Frowse v1.0.81 — Best Sellers discovery shell integration
 * Keep the public TDAI-backed discovery view in the same wide visual system as
 * the homepage, even when rendered inside WordPress' constrained page content.
 * -------------------------------------------------------------------------- */
body.page-best-sellers .frowse-best-sellers-page,
body.page-id-best-sellers .frowse-best-sellers-page,
.frowse-best-sellers-page {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.frowse-best-sellers-hero__inner,
.frowse-best-sellers-content {
	width: min(1320px, calc(100% - 64px));
}

.frowse-best-sellers-hero {
	padding-top: 70px;
	padding-bottom: 64px;
}

.frowse-best-sellers-content {
	padding-top: 42px;
}

@media (max-width: 780px) {
	.frowse-best-sellers-hero__inner,
	.frowse-best-sellers-content {
		width: min(100% - 32px, 1320px);
	}
}

/* --------------------------------------------------------------------------
 * Frowse v1.0.82 — Best Sellers discovery presentation refinement
 * Presentation only: retain four-column decision cards and all TDAI logic.
 * -------------------------------------------------------------------------- */
body.page-best-sellers,
body.page-id-best-sellers {
	overflow-x: clip;
}

.frowse-best-sellers-hero {
	padding-top: 46px;
	padding-bottom: 42px;
}

.frowse-best-sellers-hero h1 {
	margin-bottom: 10px;
}

.frowse-best-sellers-content {
	padding-top: 30px;
}

.frowse-best-sellers-filters {
	gap: 14px;
	padding: 18px 20px;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(7,59,157,.09);
}

.frowse-best-sellers-filters label {
	gap: 7px;
	font-size: .8rem;
	letter-spacing: .01em;
}

.frowse-best-sellers-filters select,
.frowse-best-sellers-filters input {
	min-height: 46px;
	padding: 9px 12px;
	border-color: #bcd0e8;
	border-radius: 11px;
	font-size: .9rem;
}

.frowse-best-sellers-filters button {
	min-height: 46px;
	padding: 9px 18px;
	border-radius: 11px;
	box-shadow: 0 8px 18px rgba(8,123,240,.2);
	font-size: .9rem;
}

.frowse-best-sellers-filters > a {
	min-height: 46px;
	font-size: .88rem;
}

.frowse-best-seller-card__image {
	height: 190px;
	padding: 16px;
}

.frowse-best-seller-card__body {
	min-height: 220px;
	padding: 17px;
}

@media (max-width: 780px) {
	.frowse-best-sellers-hero {
		padding: 38px 18px 36px;
	}
	.frowse-best-seller-card__image {
		height: 210px;
	}
}

@media (max-width: 520px) {
	.frowse-best-seller-card__image {
		height: 230px;
	}
}

/* --------------------------------------------------------------------------
 * Frowse v1.0.83 — Best Sellers card/UI finishing
 * Presentation only: remove residual horizontal overflow and strengthen the
 * two principal decision signals plus the Frowse-review action.
 * -------------------------------------------------------------------------- */
body.page-best-sellers .wp-block-post-content,
body.page-id-best-sellers .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.page-best-sellers .frowse-best-sellers-page,
body.page-id-best-sellers .frowse-best-sellers-page,
.frowse-best-sellers-page {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.frowse-best-seller-card__signals {
	gap: 8px;
	margin-bottom: 13px;
	font-size: .82rem;
}

.frowse-best-seller-card__signals span {
	padding: 6px 10px;
	border: 1px solid #d5e9fb;
	background: #eef8ff;
	line-height: 1.2;
}

.frowse-best-seller-card__signals span:first-child {
	background: #e2f5ff;
	border-color: #bfe8fb;
	color: #075497;
	font-weight: 700;
}

.frowse-best-seller-card__signals strong {
	font-weight: 900;
}

.frowse-best-seller-card__footer > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 9px;
	border: 1px solid #b9dcfb;
	border-radius: 9px;
	background: #f2f9ff;
	color: #075fc7;
	font-size: .88rem;
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
}

.frowse-best-seller-card__footer > a:hover {
	background: #e5f3ff;
	border-color: #8fc8f5;
}

@media (max-width: 520px) {
	.frowse-best-seller-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}
	.frowse-best-seller-card__footer > a {
		white-space: normal;
	}
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.105 — restore single-product gallery thumbnail containment.
 *
 * Retains v1.0.104 Discovery image-height containment while restoring the
 * proven v1.0.103 single-product gallery thumbnail sizing. This is scoped only
 * to WooCommerce single-product gallery thumbnails; the main product image,
 * Discovery cards, Top Buys and homepage imagery are unaffected.
 * -------------------------------------------------------------------------- */
.single-product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .wc-block-product-gallery-thumbnails__thumbnail,
.single-product .wc-block-product-gallery-thumbnails__thumbnail-wrapper {
	min-height: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product .wc-block-product-gallery-thumbnails__thumbnail img,
.single-product .wc-block-product-gallery-thumbnails__thumbnail-wrapper img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 96px !important;
	object-fit: contain !important;
	object-position: center !important;
	margin: auto !important;
}

/* --------------------------------------------------------------------------
 * Frowse 1.0.106 — larger, consistent single-product main gallery stage.
 *
 * Scope: the main WooCommerce product-gallery image only. Gallery thumbnails
 * keep the v1.0.105 containment rules above. The fixed stage allows unusually
 * small source images to upscale for a consistent product-page presentation,
 * while object-fit: contain keeps the complete product visible.
 * -------------------------------------------------------------------------- */
@media (min-width: 782px) {
	.single-product .woocommerce-product-gallery__image,
	.single-product .wc-block-product-gallery-large-image {
		height: 520px;
		min-height: 520px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.single-product .woocommerce-product-gallery__image > a,
	.single-product .woocommerce-product-gallery__image > a > img,
	.single-product .woocommerce-product-gallery__image > img,
	.single-product .wc-block-product-gallery-large-image img,
	.single-product .wc-block-product-gallery-large-image__image {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 520px !important;
		object-fit: contain !important;
		object-position: center !important;
		margin: 0 auto !important;
	}

	.single-product .woocommerce-product-gallery__image > a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
	}
}

