/**
 * Painel Gods marketplace UI layer (dark storefront).
 * Parent: Blocksy. Keep overrides thin so Blocksy/WooCommerce updates stay safe.
 *
 * Form colors: prefer Appearance â†’ Customize â†’ Forms (Blocksy).
 * Do not restyle Dokan vendor dashboard â€” it stays light by design.
 */

/* Also expose layout tokens on body. */
body {
	--pg-header-nav-h: 3.6rem;
	--pg-site-max: 1440px;
	--pg-content-max: 1440px;
	--pg-wide-max: 1600px;
	--pg-header-main-gap: 3.5rem;
	--pg-gutter: clamp(1rem, 2vw, 1.5rem);
	--pg-wide-gutter: clamp(1.15rem, 2.4vw, 2rem);
}

/*
 * Vendor dashboard (Dokan): light UI. Body storefront text is white â€”
 * that inherits into labels on white panels. Reset text + form tokens.
 * Prefer body.dokan-dashboard (Dokan core) over custom class alone.
 */
body.dokan-dashboard,
body.pg-vendor-dashboard {
	color: #1d2327;
	--theme-text-color: #1d2327;
	--theme-palette-color-1: #00a8ff;
	--theme-form-text-initial-color: #1d2327;
	--theme-form-text-focus-color: #1d2327;
	--theme-form-field-background-initial-color: #ffffff;
	--theme-form-field-background-focus-color: #ffffff;
	--theme-form-field-border-initial-color: #dddddd;
	--theme-form-field-border-focus-color: var(--pg-blue, #00a8ff);
}

body.dokan-dashboard .dokan-dashboard-wrap,
body.dokan-dashboard .dokan-dashboard-content,
body.pg-vendor-dashboard .dokan-dashboard-wrap,
body.pg-vendor-dashboard .dokan-dashboard-content {
	color: #1d2327;
	background-color: #f0f2f5;
}

/* Headings / section titles (Performance, Charts, etc.) â€” not muted gray. */
body.dokan-dashboard .dokan-dashboard-content h1,
body.dokan-dashboard .dokan-dashboard-content h2,
body.dokan-dashboard .dokan-dashboard-content h3,
body.dokan-dashboard .dokan-dashboard-content h4,
body.dokan-dashboard .dokan-dashboard-header h1,
body.dokan-dashboard .dokan-dashboard-header h2,
body.dokan-dashboard .woocommerce-layout__header h1,
body.dokan-dashboard .woocommerce-layout__header-wrapper h1,
body.dokan-dashboard .woocommerce-dashboard-section__title,
body.dokan-dashboard .woocommerce-dashboard__dashboard-title,
body.dokan-dashboard .components-card__header,
body.dokan-dashboard .woocommerce-summary__item-label {
	color: #1d2327;
}

body.dokan-dashboard .dokan-dashboard-content h2,
body.dokan-dashboard .dokan-dashboard-content h3 {
	font-weight: 700;
	letter-spacing: -0.01em;
}

body.dokan-dashboard .dokan-dashboard-wrap label,
body.dokan-dashboard .dokan-form-group label,
body.dokan-dashboard .dokan-dashboard-content label,
body.dokan-dashboard .product-edit-container label,
body.dokan-dashboard .dokan-product-meta label,
body.dokan-dashboard .content-half-part label,
body.dokan-dashboard .dokan-feat-image-content label,
body.pg-vendor-dashboard .dokan-dashboard-wrap label {
	color: #1d2327;
}

body.dokan-dashboard .dokan-dashboard-wrap .help-block,
body.dokan-dashboard .dokan-dashboard-wrap .description,
body.dokan-dashboard .product-edit-container .help-block,
body.dokan-dashboard .product-edit-container small {
	color: #646970;
}

body.dokan-dashboard .dokan-dashboard-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
body.dokan-dashboard .dokan-dashboard-wrap select,
body.dokan-dashboard .dokan-dashboard-wrap textarea,
body.dokan-dashboard .dokan-dashboard-wrap .dokan-form-control,
body.dokan-dashboard .dokan-dashboard-wrap .select2-selection,
body.dokan-dashboard .dokan-dashboard-wrap .select2-selection__rendered {
	background-color: #ffffff;
	color: #1d2327;
	border-color: #dddddd;
}

body.dokan-dashboard .dokan-dashboard-wrap input::placeholder,
body.dokan-dashboard .dokan-dashboard-wrap textarea::placeholder {
	color: #8c8f94;
	opacity: 1;
}

body.dokan-dashboard .dokan-dashboard-wrap a {
	color: #0047ff;
}

/* Brand sidebar â€” Painel Gods dark instead of stock Dokan purple. */
body.dokan-dashboard .dokan-dash-sidebar,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
	background: #000f14;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a svg {
	color: #ffffff;
	fill: #ffffff;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
	background: rgba(0, 168, 255, 0.18);
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
	color: #00a8ff;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
	border-left: 3px solid #00a8ff;
}

/* Notices + balance strip */
body.dokan-dashboard .dokan-alert,
body.dokan-dashboard .dokan-message,
body.dokan-dashboard .woocommerce-info,
body.dokan-dashboard .woocommerce-error,
body.dokan-dashboard .woocommerce-message {
	color: #1d2327;
	border-radius: 8px;
}

body.dokan-dashboard .dokan-panel,
body.dokan-dashboard .dokan-widget,
body.dokan-dashboard .dokan-dashboard-content .dashboard-widget {
	background: #ffffff;
	border: 1px solid #e2e4e7;
	border-radius: 10px;
	color: #1d2327;
}

body.dokan-dashboard .dokan-big-counter,
body.dokan-dashboard .dashboard-widget .count,
body.dokan-dashboard .dokan-dashboard-content .amount {
	color: #0047ff;
}

/*
 * Storefront notices: Woo ships light banners; body text is white.
 * Scoped â€” not applied inside Dokan vendor dashboard.
 */
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-info,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-message,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-error,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-noreviews,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wc-block-components-notice-banner,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wc-block-components-notice {
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff);
	border: 1px solid rgba(0, 168, 255, 0.28);
	border-top-color: var(--pg-blue, #00a8ff);
	border-radius: 8px;
	box-shadow: none;
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-error {
	border-color: rgba(255, 59, 92, 0.4);
	border-top-color: var(--pg-danger, #ff3b5c);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-info a,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-message a,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-error a,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wc-block-components-notice-banner a {
	color: var(--pg-blue, #00a8ff);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-info::before,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-message::before {
	color: var(--pg-blue, #00a8ff);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-error::before {
	color: var(--pg-danger, #ff3b5c);
}

/* Storefront commerce panels (cart / checkout / account). */
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce table.shop_table,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-cart-form,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-checkout #payment,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce .cart_totals,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-MyAccount-content .woocommerce-Address,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-MyAccount-navigation ul {
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff);
	border-color: rgba(255, 255, 255, 0.08);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce table.shop_table th,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce table.shop_table td,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce-MyAccount-navigation a {
	color: var(--pg-text, #ffffff);
}

/* â€”â€” Site chrome (header / footer) â€”â€” */
.ct-header,
.ct-footer,
header#header,
footer#footer {
	background: var(--pg-bg);
	color: var(--pg-text);
	border-color: rgba(0, 168, 255, 0.12);
}

/*
 * Layout widths:
 * - Header / footer = full bleed (inner row â‰¤ 1440px)
 * - Default pages = max 1440px
 * - InÃ­cio / Shop / taxonomy / PDP (body.pg-wide) = one step up: 1600px
 */
#main,
main#main,
.site-main,
#main-container > .ct-container,
body:not(.pg-prelogin-landing):not(.pg-wide) .ct-container:not(.ct-header-container):not(.ct-footer-container) {
	max-width: var(--pg-site-max, 1440px);
	margin-inline: auto;
	width: 100%;
	box-sizing: border-box;
}

body:not(.pg-prelogin-landing) #main,
body:not(.pg-prelogin-landing) main#main,
body:not(.pg-prelogin-landing) .site-main {
	padding-top: var(--pg-header-main-gap, 3.5rem) !important;
	padding-inline: var(--pg-gutter, clamp(1rem, 2vw, 1.5rem));
	padding-bottom: 2rem;
}

body:not(.pg-prelogin-landing):not(.pg-wide) .entry-content,
body:not(.pg-prelogin-landing):not(.pg-wide) .woocommerce,
body:not(.pg-prelogin-landing):not(.pg-wide) article.page > .entry-content {
	max-width: var(--pg-content-max, 1440px);
	margin-inline: auto;
	width: 100%;
}

/* â€”â€” Wide catalog surfaces: 1600px shell, even gutters â€”â€” */
body.pg-wide #main,
body.pg-wide main#main,
body.pg-wide .site-main,
body.pg-wide #main-container > .ct-container,
body.pg-wide .ct-container:not(.ct-header-container):not(.ct-footer-container) {
	max-width: var(--pg-wide-max, 1600px) !important;
	width: 100% !important;
	margin-inline: auto !important;
	box-sizing: border-box;
}

body.pg-wide #main,
body.pg-wide main#main,
body.pg-wide .site-main {
	padding-inline: var(--pg-wide-gutter, clamp(1.15rem, 2.4vw, 2rem)) !important;
}

body.pg-wide .entry-content,
body.pg-wide .woocommerce,
body.pg-wide article.page > .entry-content,
body.pg-wide .pg-inicio,
body.pg-wide .pg-shop-intro,
body.pg-wide .pg-cat-chips,
body.pg-wide .pg-cat-strip {
	max-width: var(--pg-wide-max, 1600px) !important;
	width: 100% !important;
	margin-inline: auto !important;
	box-sizing: border-box;
}

/*
 * Kill Gutenberg constrained 1400px gutters on wide pages (root cause of
 * the empty side bands on InÃ­cio â€œEm destaqueâ€).
 */
body.pg-wide,
body.pg-wide .entry-content,
body.pg-wide .pg-inicio,
body.pg-wide .pg-inicio-section,
body.pg-wide .pg-shop-intro,
body.pg-wide .wp-block-group {
	--wp--style--global--content-size: var(--pg-wide-max, 1600px);
	--wp--style--global--wide-size: var(--pg-wide-max, 1600px);
}

body.pg-wide .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.pg-wide .wp-block-group.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--pg-wide-max, 1600px) !important;
	width: 100%;
	margin-inline: auto;
}

body.pg-wide .pg-inicio.is-layout-constrained,
body.pg-wide .pg-inicio-section.is-layout-constrained,
body.pg-wide .pg-shop-intro.is-layout-constrained {
	max-width: var(--pg-wide-max, 1600px) !important;
	width: 100% !important;
	margin-inline: auto !important;
}

/* Header / footer stay edge-to-edge; only inner rows may use content width. */
header#header,
footer#footer,
.ct-header,
.ct-footer {
	max-width: none !important;
	width: 100% !important;
}

#header .ct-container,
.ct-footer .ct-container,
#header [data-row] > .ct-container,
footer#footer .ct-container {
	max-width: var(--pg-site-max, 1440px);
	margin-inline: auto;
	width: 100%;
	padding-inline: clamp(1rem, 2vw, 1.25rem);
	box-sizing: border-box;
}

/*
 * Sticky page shell (non-landing): header â†’ growing main â†’ footer at
 * viewport bottom. Removes empty space below the footer (blue area).
 */
html {
	height: 100%;
}

body:not(.pg-prelogin-landing) {
	min-height: 100dvh;
	display: flex !important;
	flex-direction: column !important;
}

body:not(.pg-prelogin-landing) header#header {
	flex: 0 0 auto;
}

body:not(.pg-prelogin-landing) #main-container {
	flex: 1 0 auto !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	min-height: 0 !important;
}

body:not(.pg-prelogin-landing) #main,
body:not(.pg-prelogin-landing) main#main,
body:not(.pg-prelogin-landing) .site-main {
	flex: 1 0 auto;
}

body:not(.pg-prelogin-landing) footer#footer,
body:not(.pg-prelogin-landing) .ct-footer {
	flex: 0 0 auto !important;
	margin-top: auto !important;
	width: 100%;
}

/* Tighter footer row padding than Customizer 70px default. */
body:not(.pg-prelogin-landing) .ct-footer [data-row*="middle"],
body:not(.pg-prelogin-landing) footer#footer [data-row*="middle"] {
	padding-block: 1.25rem !important;
}

body:not(.pg-prelogin-landing) .ct-footer [data-row*="bottom"],
body:not(.pg-prelogin-landing) footer#footer [data-row*="bottom"] {
	padding-block: 0.75rem !important;
}

/*
 * Global header (all pages) â€” Blocksy builder + child CSS.
 * Expected slots: Logo | Menu 1 | Button 1 (Entrar) + Button 2 (Cadastrar).
 */
header#header .ct-header,
#header [data-row*="middle"] {
	--pg-header-pill-bg: #000f14;
	--pg-header-pill-border: rgba(255, 255, 255, 0.1);
	--pg-header-nav-h: 3.6rem;
	--pg-header-nav-radius: 10px;
	--header-height: var(--pg-header-nav-h, 3.6rem);
	--pg-nav-icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.5L12 4l9 7.5'/%3E%3Cpath d='M6.5 10.5V20h11V10.5'/%3E%3C/svg%3E");
	--pg-nav-icon-bag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 8h12l-1 11a2 2 0 01-2 1.8H9a2 2 0 01-2-1.8L6 8z'/%3E%3Cpath d='M9 8V6.5A3 3 0 0112 3.5a3 3 0 013 3V8'/%3E%3C/svg%3E");
	--pg-nav-icon-users: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='2.2'/%3E%3Ccircle cx='16' cy='8.4' r='1.8'/%3E%3Cpath d='M3.8 17.5c.3-2.2 1.8-3.4 4.2-3.4s3.9 1.2 4.2 3.4'/%3E%3Cpath d='M12.6 17.2c.2-1.6 1.4-2.6 3.4-2.6 1.8 0 3 1 3.3 2.6'/%3E%3C/svg%3E");
	--pg-nav-icon-help: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.6 9.2a2.4 2.4 0 114.2 1.6c-.8.9-1.8 1.3-1.8 2.7'/%3E%3Ccircle cx='12' cy='17' r='0.85' fill='black' stroke='none'/%3E%3C/svg%3E");
	--pg-nav-icon-headset: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 13v-1a8 8 0 0116 0v1'/%3E%3Cpath d='M4 13v3.2A2.3 2.3 0 006.3 18.5H8v-5.2H6.3A2.3 2.3 0 004 13z'/%3E%3Cpath d='M20 13v3.2a2.3 2.3 0 01-2.3 2.3H16v-5.2h1.7A2.3 2.3 0 0120 13z'/%3E%3Cpath d='M16 18.5v.8a2 2 0 01-2 2h-1.2'/%3E%3C/svg%3E");
}

#header [data-row*="middle"] {
	align-items: center;
	min-height: var(--pg-header-nav-h, 3.6rem);
	height: var(--pg-header-nav-h, 3.6rem);
	padding-block: 0;
	background: var(--pg-bg, #000f14);
}

.custom-logo-link img,
.ct-logo img {
	max-height: 52px;
	width: auto;
}

/* Hide duplicate text title when image logo is present. */
.ct-logo .site-title,
.ct-logo .site-title-container,
#header .site-title,
#header .site-title-container,
#header .ct-logo .site-description,
#header .site-description {
	display: none !important;
}

/* Never let page titles render inside / over the header chrome. */
#header .page-title,
#header .entry-title,
#header .hero-section,
#header .ct-page-title-container,
#header h1.page-title {
	display: none !important;
}

/*
 * Non-landing pages: opaque header + page hero stays below it
 * (fixes transparent-header title overlapping the logo).
 */
body:not(.pg-prelogin-landing) header#header,
body:not(.pg-prelogin-landing) #header .ct-header,
body:not(.pg-prelogin-landing) #header [data-row*="middle"] {
	background: var(--pg-bg, #000f14) !important;
	position: relative;
	z-index: 10040;
}

body:not(.pg-prelogin-landing) .hero-section,
body:not(.pg-prelogin-landing) .ct-page-title-container {
	position: relative !important;
	inset: auto !important;
	margin-top: 0 !important;
	padding-top: 1.25rem !important;
	padding-bottom: 0.75rem !important;
	z-index: 1;
	min-height: 0 !important;
}

body:not(.pg-prelogin-landing) .hero-section .page-title,
body:not(.pg-prelogin-landing) .entry-header .page-title {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem) !important;
	margin: 0 !important;
}

/* Account / cart / checkout â€” forms already have headings; hide hero title. */
body.pg-account .hero-section,
body.pg-account .ct-page-title-container,
body.pg-account .entry-header,
body.woocommerce-account .hero-section,
body.woocommerce-account .ct-page-title-container,
body.woocommerce-account .entry-header,
body.woocommerce-cart .hero-section,
body.woocommerce-checkout .hero-section {
	display: none !important;
}

/*
 * Center nav â€” height 3.6rem, bg #000F14, radius 10px,
 * larger labels + ample item spacing.
 */
#header [data-id="menu"],
#header [data-id*="menu"],
#header .header-menu-1 {
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	height: var(--pg-header-nav-h, 3.6rem);
}

/* Wrapper only â€” never double-paint the nav chrome. */
#header .ct-header-nav,
#header [data-id="menu"] > div,
#header [data-id*="menu"] > div {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	height: var(--pg-header-nav-h, 3.6rem);
}

/* Nav chrome on the UL only. */
#header .header-menu-1 > ul,
#header .menu,
#header ul.menu,
#header .ct-menu,
#header [data-id*="menu"] > .ct-menu {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 1.75rem !important;
	margin: 0 !important;
	padding: 0 1.75rem !important;
	list-style: none !important;
	position: relative;
	height: var(--pg-header-nav-h, 3.6rem) !important;
	min-height: var(--pg-header-nav-h, 3.6rem) !important;
	max-height: var(--pg-header-nav-h, 3.6rem) !important;
	box-sizing: border-box !important;
	background: #000f14 !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: var(--pg-header-nav-radius, 10px) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
	overflow: visible !important;
}

#header .menu > li,
#header .ct-menu > li,
#header .header-menu-1 > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
	display: flex !important;
	align-items: stretch !important;
	position: relative !important;
	overflow: visible !important;
	z-index: 1;
}

/* Hide Blocksy / WP menu icons â€” child CSS draws outline icons. */
#header .menu .ct-icon-container,
#header .ct-menu .ct-icon-container,
#header .header-menu-1 .ct-icon-container,
#header .menu a > svg,
#header .ct-menu a > svg,
#header .header-menu-1 a > svg,
#header .menu a > i,
#header .ct-menu a > i,
#header .header-menu-1 a > i,
#header .menu a > .icon,
#header .ct-menu a > .icon,
#header .menu a [class*="icon"],
#header .ct-menu a [class*="icon"] {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
}

#header .menu > li > a,
#header .ct-menu > li > a,
#header .header-menu-1 > ul > li > a,
#header .menu > li > a.ct-menu-link,
#header .ct-menu > li > a.ct-menu-link {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.45rem !important;
	height: 100% !important;
	padding: 0 0.85rem !important;
	margin: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	line-height: 1 !important;
	border: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	position: relative !important;
	white-space: nowrap;
	z-index: 1;
	isolation: isolate;
	--theme-icon-size: 0px !important;
	--menu-item-icon-size: 0px !important;
	/* Longhands only â€” shorthand would wipe hover reflection layers. */
	background-color: transparent !important;
	background-image: none !important;
}

/*
 * Icons always visible (white idle â†’ gold active/hover).
 * ::after = top + bottom gold lines only (no left/right).
 */
#header .menu > li > a::before,
#header .ct-menu > li > a::before,
#header .header-menu-1 > ul > li > a::before {
	content: "" !important;
	display: block !important;
	width: 0.9rem !important;
	height: 0.9rem !important;
	min-width: 0.9rem !important;
	flex: 0 0 0.9rem !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	overflow: visible !important;
	position: relative !important;
	z-index: 3 !important;
	inset: auto !important;
	transform: none !important;
	background-color: #ffffff !important;
	background-image: none !important;
	-webkit-mask-image: var(--pg-nav-icon-home) !important;
	mask-image: var(--pg-nav-icon-home) !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
	transition: background-color 0.15s ease;
}

#header .menu > li > a[href*="produto"]::before,
#header .menu > li > a[href*="shop"]::before,
#header .ct-menu > li > a[href*="produto"]::before,
#header .ct-menu > li > a[href*="shop"]::before,
#header .header-menu-1 a[href*="produto"]::before,
#header .header-menu-1 a[href*="shop"]::before {
	-webkit-mask-image: var(--pg-nav-icon-bag) !important;
	mask-image: var(--pg-nav-icon-bag) !important;
}

#header .menu > li > a[href*="vendedor"]::before,
#header .menu > li > a[href*="store"]::before,
#header .ct-menu > li > a[href*="vendedor"]::before,
#header .ct-menu > li > a[href*="store"]::before,
#header .header-menu-1 a[href*="vendedor"]::before,
#header .header-menu-1 a[href*="store"]::before {
	-webkit-mask-image: var(--pg-nav-icon-users) !important;
	mask-image: var(--pg-nav-icon-users) !important;
}

#header .menu > li > a[href*="como-funciona"]::before,
#header .menu > li > a[href*="como_funciona"]::before,
#header .ct-menu > li > a[href*="como-funciona"]::before,
#header .ct-menu > li > a[href*="como_funciona"]::before,
#header .header-menu-1 a[href*="como-funciona"]::before,
#header .header-menu-1 a[href*="como_funciona"]::before {
	-webkit-mask-image: var(--pg-nav-icon-help) !important;
	mask-image: var(--pg-nav-icon-help) !important;
}

#header .menu > li > a[href*="suporte"]::before,
#header .menu > li > a[href*="support"]::before,
#header .ct-menu > li > a[href*="suporte"]::before,
#header .ct-menu > li > a[href*="support"]::before,
#header .header-menu-1 a[href*="suporte"]::before,
#header .header-menu-1 a[href*="support"]::before {
	-webkit-mask-image: var(--pg-nav-icon-headset) !important;
	mask-image: var(--pg-nav-icon-headset) !important;
}

/*
 * Gold reflection lives on the LI (not the link) so top AND bottom
 * stay visible inside the pill (link backgrounds were clipped).
 */
#header .menu > li > a::after,
#header .ct-menu > li > a::after,
#header .header-menu-1 > ul > li > a::after {
	content: none !important;
	display: none !important;
}

#header .menu > li:hover::after,
#header .ct-menu > li:hover::after,
#header .header-menu-1 > ul > li:hover::after,
#header .menu > li.current-menu-item::after,
#header .menu > li.current_page_item::after,
#header .ct-menu > li.current-menu-item::after,
#header .ct-menu > li.current_page_item::after,
#header .header-menu-1 > ul > li.current-menu-item::after,
#header .header-menu-1 > ul > li.current_page_item::after,
body.home #header .menu > li:first-child::after,
body.home #header .ct-menu > li:first-child::after,
body.home #header .header-menu-1 > ul > li:first-child::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	z-index: 2 !important;
	pointer-events: none !important;
	background-color: transparent !important;
	background-image:
		linear-gradient(
			90deg,
			transparent 0%,
			rgba(255, 193, 7, 0.25) 14%,
			#fff8dc 50%,
			rgba(255, 193, 7, 0.25) 86%,
			transparent 100%
		),
		linear-gradient(
			90deg,
			transparent 0%,
			rgba(255, 193, 7, 0.25) 14%,
			#fff8dc 50%,
			rgba(255, 193, 7, 0.25) 86%,
			transparent 100%
		),
		radial-gradient(
			ellipse 55% 120% at 50% 0%,
			rgba(255, 193, 7, 0.95) 0%,
			rgba(255, 193, 7, 0.4) 40%,
			transparent 72%
		),
		radial-gradient(
			ellipse 55% 120% at 50% 100%,
			rgba(255, 193, 7, 0.95) 0%,
			rgba(255, 193, 7, 0.4) 40%,
			transparent 72%
		) !important;
	background-repeat: no-repeat !important;
	background-size:
		90% 2px,
		90% 2px,
		100% 7px,
		100% 7px !important;
	background-position:
		center 1px,
		center calc(100% - 1px),
		center top,
		center bottom !important;
}

/* Hover + selected â€” gold label/icon (reflection is on LI::after). */
#header .menu > li > a:hover,
#header .ct-menu > li > a:hover,
#header .header-menu-1 > ul > li > a:hover,
#header .menu > li.current-menu-item > a,
#header .menu > li.current_page_item > a,
#header .ct-menu > li.current-menu-item > a,
#header .ct-menu > li.current_page_item > a,
#header .header-menu-1 li.current-menu-item > a,
#header .header-menu-1 li.current_page_item > a,
body.home #header .menu > li:first-child > a,
body.home #header .ct-menu > li:first-child > a,
body.home #header .header-menu-1 > ul > li:first-child > a {
	color: #ffc107 !important;
	border: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

#header .menu > li > a:hover::before,
#header .ct-menu > li > a:hover::before,
#header .header-menu-1 > ul > li > a:hover::before,
#header .menu > li.current-menu-item > a::before,
#header .menu > li.current_page_item > a::before,
#header .ct-menu > li.current-menu-item > a::before,
#header .ct-menu > li.current_page_item > a::before,
#header .header-menu-1 li.current-menu-item > a::before,
#header .header-menu-1 li.current_page_item > a::before,
body.home #header .menu > li:first-child > a::before,
body.home #header .ct-menu > li:first-child > a::before,
body.home #header .header-menu-1 > ul > li:first-child > a::before {
	background-color: #ffc107 !important;
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 3 !important;
}

/* Auth CTAs â€” Entrar (outline blue) + Cadastrar (solid gold) */
#header [data-id="button"] a,
#header [data-id*="button"] a,
#header .ct-header-cta a,
#header .header-button-1 a,
#header .header-button-2 a,
#header .ct-header .ct-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.4rem;
	min-height: 2.45rem;
	padding: 0.5rem 1rem 0.5rem 2.35rem !important;
	border-radius: var(--pg-btn-radius, 4px) !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	position: relative;
	background-repeat: no-repeat !important;
	background-position: 0.85rem center !important;
	background-size: 1.05rem auto !important;
}

#header [data-id="button"]:first-of-type a,
#header .header-button-1 a,
#header .ct-header-cta a:first-child {
	border: 1px solid var(--pg-blue) !important;
	color: var(--pg-blue) !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M10 3h7a2 2 0 012 2v14a2 2 0 01-2 2h-7'/%3E%3Cpath d='M12 12H3m0 0l3.2-3.2M3 12l3.2 3.2'/%3E%3C/svg%3E") !important;
}

#header [data-id="button"]:last-of-type a,
#header .header-button-2 a,
#header .ct-header-cta a:last-child {
	border: 1px solid var(--pg-gold) !important;
	color: #0a0a0a !important;
	background-color: var(--pg-gold) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230a0a0a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M5.5 19c.6-3 2.8-4.6 6.5-4.6S17.9 16 18.5 19'/%3E%3Cpath d='M17 7.2v3.6M15.2 9h3.6'/%3E%3C/svg%3E") !important;
}

#header [data-column="end"],
#header .ct-header [data-column="end"] {
	display: flex !important;
	align-items: center;
	gap: 0.55rem;
}

/* Account dropdown must escape header/row clipping. */
header#header,
#header,
#header .ct-header,
#header [data-row],
#header [data-row] > div,
#header [data-column],
#header [data-id="account"],
#header [data-id*="account"] {
	overflow: visible !important;
}

#header [data-id="account"],
#header [data-id*="account"] {
	position: relative;
	z-index: 10050;
}

#header [data-id="account"] .ct-account-dropdown,
#header [data-id*="account"] .ct-account-dropdown,
#header .ct-account-actions,
#header .ct-header-account .ct-account-dropdown,
#header [data-id="account"] [class*="dropdown"],
#header [data-id*="account"] ul,
#header [data-id*="account"] .ct-account-menu {
	z-index: 10060 !important;
	overflow: visible !important;
	max-height: none !important;
	min-width: 14rem;
}

/*
 * Cadastrar = header Button (only one in Blocksy Free).
 * Guests see Button; logged-in users hide it. Optional: add Account
 * element beside it in Customizer for Minha conta when signed in.
 */
body.pg-logged-in #header [data-id="button"],
body.pg-logged-in #header [data-id*="button"],
body.logged-in #header [data-id="button"],
body.logged-in #header .header-button-1,
body.pg-logged-in #header .ct-header-cta {
	display: none !important;
}

body.pg-guest #header [data-id="account"],
body.pg-guest #header [data-id*="account"] {
	display: none !important;
}

body.pg-logged-in #header [data-id="account"],
body.pg-logged-in #header [data-id*="account"] {
	display: flex !important;
	align-items: center;
}

/*
 * Landing: dark brand plane + soft energy (mascot is a Gutenberg Image, D1).
 * Avoid stacking a second character from hero-bg.png over the Image block.
 */
.pg-prelogin-landing {
	background-color: var(--pg-bg) !important;
	background-image:
		radial-gradient(ellipse 55% 50% at 50% 42%, rgba(0, 168, 255, 0.18), transparent 70%),
		radial-gradient(ellipse 40% 35% at 70% 20%, rgba(0, 71, 255, 0.12), transparent 65%),
		linear-gradient(180deg, #000f14 0%, #001820 55%, #000f14 100%);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: 100dvh;
	max-height: none;
}

.pg-prelogin-landing.pg-guest {
	overflow-y: auto;
}

.pg-prelogin-landing #main,
.pg-prelogin-landing main#main,
.pg-prelogin-landing .site-main,
.pg-prelogin-landing .ct-container,
.pg-prelogin-landing article.page,
.pg-prelogin-landing .entry-content,
.pg-prelogin-landing .ct-header,
.pg-prelogin-landing header#header,
.pg-prelogin-landing [data-header*="type"],
.pg-prelogin-landing #header [data-row],
.pg-prelogin-landing #header [data-row*="middle"],
.pg-prelogin-landing #header [data-column] {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

/* Keep the nav pill readable on the hero; do not paint a solid header band. */
.pg-prelogin-landing #header .header-menu-1 > ul,
.pg-prelogin-landing #header .menu,
.pg-prelogin-landing #header .ct-menu {
	background: rgba(0, 15, 20, 0.72) !important;
	backdrop-filter: blur(8px);
}

.pg-prelogin-landing .ct-header {
	border-bottom: none;
	backdrop-filter: none;
	box-shadow: none;
	overflow: visible !important;
}

.pg-prelogin-landing header#header {
	overflow: visible !important;
	z-index: 10040;
	position: relative;
	flex: 0 0 auto;
	width: 100%;
}

/* If Blocksy sticky/transparent overlays the page, keep landing clear of it. */
.pg-prelogin-landing header#header[data-sticky],
.pg-prelogin-landing [data-sticky*="yes"] header#header,
.pg-prelogin-landing .ct-sticky-container {
	position: sticky;
	top: 0;
}

.site-title a,
.ct-header .ct-menu > li > a,
.ct-footer a,
.ct-header .ct-header-cta a {
	color: var(--pg-text) !important;
}

.ct-footer a:hover {
	color: var(--pg-blue) !important;
}

/* â€”â€” Buttons â€”â€” */
.wp-block-button__link,
.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.ct-header-cta a,
.ct-header .ct-button,
.header-button-1 a,
.header-button-2 a {
	border-radius: var(--pg-btn-radius, 4px) !important;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.wp-block-button.is-style-fill .wp-block-button__link,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.add_to_cart_button {
	background-color: var(--pg-blue) !important;
	color: #fff !important;
	border: none;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.pg-btn-gold .wp-block-button__link,
a.pg-btn-gold {
	background: transparent !important;
	border: 1px solid var(--pg-gold) !important;
	color: var(--pg-gold) !important;
}

/* â€”â€” Landing (mockup match) â€”â€” */
.pg-prelogin-landing .entry-header,
.pg-prelogin-landing .page-title,
.pg-prelogin-landing .hero-section,
.pg-prelogin-landing .ct-page-title-container {
	display: none !important;
}

/* Mockup first screen has no site footer â€” pay strip is the bottom edge. */
.pg-prelogin-landing .ct-footer,
.pg-prelogin-landing footer#footer {
	display: none !important;
}

/* Landing content starts below the header (no overlap with nav pill). */
.pg-prelogin-landing #main,
.pg-prelogin-landing main#main,
.pg-prelogin-landing .site-main,
.pg-prelogin-landing [data-row*="middle"] > .ct-container,
.pg-prelogin-landing article.page,
.pg-prelogin-landing .entry-content {
	padding-top: calc(var(--pg-header-nav-h, 3.6rem) + 0.85rem) !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden !important;
	max-height: none;
}

.pg-landing {
	/* Header already reserved on #main â€” don't subtract twice. */
	--pg-header-offset: 0px;
	--pg-landing-h: calc(100dvh - var(--pg-header-nav-h, 3.6rem) - 0.85rem);
	/* Shared CTA metrics â€” strip height must fit title + subtitle. */
	--pg-cta-h: clamp(4.75rem, 9.5vh, 6.75rem);
	--pg-feature-h: clamp(4.6rem, 8.8vh, 5.9rem);
	--pg-strip-h: clamp(5.25rem, 10vh, 6.5rem);
	--pg-cta-icon: clamp(2.85rem, 5.4vh, 4.15rem);
	--pg-cta-icon-glyph: clamp(1.85rem, 3.4vh, 2.65rem);
	--pg-cta-icon-inset: clamp(1.05rem, 1.4vw, 1.35rem);
	--pg-cta-pad-y: clamp(0.55rem, 1.35vh, 0.95rem);
	--pg-cta-pad-x: clamp(0.85rem, 1.4vw, 1.25rem);
	--pg-cta-pad-left: calc(var(--pg-cta-icon-inset) + var(--pg-cta-icon) + 0.95rem);
	--pg-cta-gap: clamp(0.14rem, 0.35vh, 0.225rem);
	--pg-cta-radius: var(--pg-btn-radius, 4px);
	position: relative;
	isolation: isolate;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: auto;
	min-height: var(--pg-landing-h);
	max-height: none;
	overflow: visible;
}

.admin-bar.pg-prelogin-landing .pg-landing {
	--pg-landing-h: calc(100dvh - var(--pg-header-nav-h, 3.6rem) - 0.85rem - 32px);
}

.pg-landing::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(0, 15, 20, 0.72) 0%,
			rgba(0, 15, 20, 0.4) 18%,
			transparent 34%,
			transparent 66%,
			rgba(0, 15, 20, 0.35) 82%,
			rgba(0, 15, 20, 0.7) 100%
		),
		linear-gradient(
			180deg,
			transparent 55%,
			rgba(0, 15, 20, 0.28) 78%,
			rgba(0, 15, 20, 0.45) 100%
		),
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: auto, auto, 52px 52px, 52px 52px;
	pointer-events: none;
	z-index: 0;
}

.pg-landing > * {
	position: relative;
	z-index: 1;
}

.pg-landing-hero {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 auto;
	min-height: 0;
	padding: clamp(0.35rem, 1.6vh, 1.5rem) clamp(0.75rem, 2vw, 1.25rem) clamp(0.25rem, 1vh, 0.75rem);
	background: transparent;
	overflow: hidden;
}

/*
 * Viewport-fit landing (all screens): shrink type/spacing with vh so the
 * native block layout never needs page scroll.
 */
.pg-prelogin-landing .pg-landing-hero__grid {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	align-items: center !important;
	gap: clamp(0.5rem, 1.5vw, 2rem) !important;
}

.pg-prelogin-landing .pg-landing-title {
	font-size: clamp(1.05rem, 2.4vw + 0.4vh, 2.75rem) !important;
	line-height: 1.1 !important;
	margin: 0 0 clamp(0.35rem, 1.2vh, 0.85rem) !important;
}

.pg-prelogin-landing .pg-landing-lead {
	margin: 0 0 clamp(0.45rem, 1.4vh, 1rem) !important;
	font-size: clamp(0.75rem, 0.9vw + 0.35vh, 1rem);
	line-height: 1.35;
	max-width: 28rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pg-prelogin-landing .pg-landing-ctas .wp-block-button {
	margin: 0 !important;
}

.pg-prelogin-landing .pg-landing-ctas .wp-block-button__link,
.pg-prelogin-landing .pg-landing-ctas .wp-element-button {
	box-sizing: border-box !important;
	min-width: clamp(10.5rem, 15vw, 13.5rem);
	min-height: clamp(2.55rem, 5vh, 3rem);
	height: clamp(2.55rem, 5vh, 3rem);
	padding: 0 1.15rem 0 2.55rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: clamp(0.78rem, 0.9vw + 0.3vh, 0.95rem) !important;
	position: relative !important;
}

/* Cart / store icons as layered backgrounds (reliable vs Blocksy ::before). */
.pg-prelogin-landing .pg-landing-ctas .pg-cta--primary > .wp-block-button__link {
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h15l-1.4 8.2a2 2 0 01-2 1.7H9.2a2 2 0 01-2-1.6L5.2 4.5H3'/%3E%3Ccircle cx='10' cy='20' r='1.2'/%3E%3Ccircle cx='18' cy='20' r='1.2'/%3E%3C/svg%3E"),
		linear-gradient(135deg, var(--pg-blue) 0%, var(--pg-blue-deep) 100%) !important;
	background-size: 1.2rem, auto !important;
	background-position: 0.95rem center, 0 0 !important;
	background-repeat: no-repeat, no-repeat !important;
}

.pg-prelogin-landing .pg-landing-ctas .pg-cta--gold > .wp-block-button__link,
.pg-prelogin-landing .pg-landing-ctas .pg-btn-gold > .wp-block-button__link {
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5V19h7.2'/%3E%3Cpath d='M4 10.5l1.2-5h13.6l1.2 5'/%3E%3Cpath d='M4 10.5h16'/%3E%3Cpath d='M8 10.5V7M12 10.5V7M16 10.5V7'/%3E%3Cpath d='M14.2 15.2h5.4l-1.6-1.6M19.6 15.2l-1.6 1.6'/%3E%3C/svg%3E") !important;
	background-size: 1.2rem !important;
	background-position: 0.95rem center !important;
	background-repeat: no-repeat !important;
}

.pg-prelogin-landing .pg-feature-stack {
	display: flex !important;
	flex-direction: column;
	gap: var(--pg-cta-gap);
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
	height: auto;
	max-height: 100%;
	justify-content: center;
	min-height: 0;
	background: transparent !important;
}

.pg-prelogin-landing .pg-feature-card {
	box-sizing: border-box !important;
	width: 100% !important;
	flex: 0 1 auto !important;
	height: auto !important;
	min-height: var(--pg-feature-h) !important;
	max-height: none !important;
	padding: var(--pg-cta-pad-y) var(--pg-cta-pad-x) var(--pg-cta-pad-y) var(--pg-cta-pad-left) !important;
	gap: 0.2rem;
	border-radius: var(--pg-cta-radius) !important;
	overflow: visible;
	justify-content: center;
}

.pg-prelogin-landing .pg-stat-item,
.pg-prelogin-landing .pg-cta-card {
	box-sizing: border-box !important;
	width: 100% !important;
	height: auto !important;
	min-height: var(--pg-strip-h) !important;
	max-height: none !important;
	padding: var(--pg-cta-pad-y) var(--pg-cta-pad-x) var(--pg-cta-pad-y) var(--pg-cta-pad-left) !important;
	gap: 0.2rem;
	border-radius: 0 !important;
	overflow: visible !important;
	justify-content: center;
}

.pg-prelogin-landing .pg-stats-bar,
.pg-prelogin-landing .pg-value-bar,
.pg-prelogin-landing .pg-cta-strip,
.pg-prelogin-landing .pg-pay-strip {
	flex: 0 0 auto;
	min-height: 0;
	position: relative;
	z-index: 1;
	padding: clamp(0.25rem, 0.7vh, 0.45rem) clamp(0.75rem, 2vw, 1.25rem);
}

/* Clear gap between stats row and benefits row â€” never overlap. */
.pg-prelogin-landing .pg-stats-bar {
	padding-bottom: 0.35rem;
	margin-bottom: 0;
}

.pg-prelogin-landing .pg-value-bar,
.pg-prelogin-landing .pg-cta-strip {
	padding-top: 0.35rem;
	margin-top: 0;
}

.pg-prelogin-landing .pg-stats-bar__inner,
.pg-prelogin-landing .pg-value-bar__inner,
.pg-prelogin-landing .pg-cta-strip__inner {
	padding: 0.25rem 0 !important;
	border-radius: clamp(6px, 1vh, 12px) !important;
	min-height: var(--pg-strip-h);
	height: auto !important;
	overflow: visible !important;
	align-items: stretch !important;
}

.pg-prelogin-landing .pg-stats-bar__inner > .wp-block-column,
.pg-prelogin-landing .pg-value-bar__inner > .wp-block-column,
.pg-prelogin-landing .pg-cta-strip__inner > .wp-block-column {
	display: flex !important;
	align-items: stretch !important;
	height: auto !important;
	min-height: var(--pg-strip-h);
}

.pg-prelogin-landing .pg-feature-card::before,
.pg-prelogin-landing .pg-feature-card::after,
.pg-prelogin-landing .pg-stat-item::before,
.pg-prelogin-landing .pg-cta-card::before {
	width: var(--pg-cta-icon) !important;
	height: var(--pg-cta-icon) !important;
	left: var(--pg-cta-icon-inset) !important;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}

/* Feature + value icons: same drawn size as bottom strip icons. */
.pg-prelogin-landing .pg-feature-card::before,
.pg-prelogin-landing .pg-cta-card::before {
	background-size: var(--pg-cta-icon) !important;
}

.pg-prelogin-landing .pg-stat-item::before {
	background-size: var(--pg-cta-icon-glyph) !important;
}

.pg-prelogin-landing .pg-feature-card::after {
	background-size: auto !important;
}

.pg-prelogin-landing .pg-feature-card__title,
.pg-prelogin-landing .pg-stat-item__value,
.pg-prelogin-landing .pg-cta-card__title {
	font-size: clamp(0.82rem, 0.95vw + 0.35vh, 1.1rem) !important;
	line-height: 1.25 !important;
	margin: 0 0 0.15rem !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pg-prelogin-landing .pg-feature-card__text,
.pg-prelogin-landing .pg-stat-item__label,
.pg-prelogin-landing .pg-stat-item__text,
.pg-prelogin-landing .pg-cta-card__text {
	font-size: clamp(0.72rem, 0.75vw + 0.3vh, 0.9rem) !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pg-prelogin-landing .pg-pay-strip {
	padding-bottom: clamp(0.35rem, 1.2vh, 0.75rem);
}

.pg-prelogin-landing .pg-pay-strip__inner {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 1.1rem !important;
	background: transparent !important;
}

.pg-prelogin-landing .pg-pay-strip__label {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(0.85rem, 1.3vh, 1rem) !important;
	font-weight: 400 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.55rem;
}

.pg-prelogin-landing .pg-pay-strip__label::before {
	content: "";
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 018 0v3'/%3E%3C/svg%3E");
}

.pg-prelogin-landing .pg-pay-strip__label::after {
	content: "";
	display: block;
	width: 1px;
	height: 1.15em;
	margin-left: 0.35rem;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}

.pg-prelogin-landing .pg-pay-strip__pix {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
	text-transform: lowercase !important;
	font-size: clamp(0.95rem, 1.4vh, 1.1rem) !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem;
}

.pg-prelogin-landing .pg-pay-strip__pix::before {
	content: "";
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2332BCAD' d='M11.9 3.4c-.5-.5-1.2-.5-1.7 0L8.4 5.2 6.6 3.4c-.5-.5-1.2-.5-1.7 0L2.6 5.7c-.5.5-.5 1.2 0 1.7l1.8 1.8L2.6 11c-.5.5-.5 1.2 0 1.7l2.3 2.3c.5.5 1.2.5 1.7 0l1.8-1.8 1.8 1.8c.5.5 1.2.5 1.7 0l2.3-2.3c.5-.5.5-1.2 0-1.7L12.4 9.2l1.8-1.8c.5-.5.5-1.2 0-1.7L11.9 3.4zM8.4 9.9L6.1 7.6l2.3-2.3 2.3 2.3-2.3 2.3z'/%3E%3C/svg%3E");
}

.pg-landing-hero__grid {
	align-items: center !important;
	gap: clamp(1rem, 2.5vw, 2rem) !important;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

/* Middle column: Gutenberg mascot Image */
.pg-landing-hero__visual {
	min-height: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pg-landing-title {
	font-size: clamp(1.85rem, 3.6vw, 3.15rem) !important;
	margin: 0 0 1rem !important;
	letter-spacing: -0.02em;
	line-height: 1.12 !important;
	overflow: visible !important;
	text-wrap: balance;
}

.pg-landing-title mark,
.pg-landing-title .has-pg-gold-color,
.pg-landing-title__gold {
	color: var(--pg-gold) !important;
	background: transparent !important;
	font-weight: 800;
}

.pg-landing-lead {
	font-size: 1rem;
	max-width: 28rem;
	margin: 0 0 1.6rem !important;
	line-height: 1.55;
}

.pg-landing-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.pg-landing-ctas .wp-block-button__link,
.pg-cta .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.35rem !important;
	border-radius: var(--pg-btn-radius, 4px) !important;
	font-weight: 700 !important;
	font-size: 0.92rem !important;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pg-cta--primary .wp-block-button__link,
.pg-cta--primary > .wp-block-button__link {
	background: linear-gradient(135deg, var(--pg-blue) 0%, var(--pg-blue-deep) 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 0 24px rgba(0, 168, 255, 0.35);
}

.pg-prelogin-landing .pg-landing-ctas .pg-cta--primary > .wp-block-button__link {
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h15l-1.4 8.2a2 2 0 01-2 1.7H9.2a2 2 0 01-2-1.6L5.2 4.5H3'/%3E%3Ccircle cx='10' cy='20' r='1.2'/%3E%3Ccircle cx='18' cy='20' r='1.2'/%3E%3C/svg%3E"),
		linear-gradient(135deg, var(--pg-blue) 0%, var(--pg-blue-deep) 100%) !important;
	background-size: 1.2rem, auto !important;
	background-position: 0.95rem center, 0 0 !important;
	background-repeat: no-repeat, no-repeat !important;
}

.pg-cta--primary .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 32px rgba(0, 168, 255, 0.5);
	color: #fff !important;
}

.pg-cta--gold .wp-block-button__link,
.pg-btn-gold .wp-block-button__link {
	background: transparent !important;
	color: var(--pg-gold) !important;
	border: 1px solid var(--pg-gold) !important;
	box-shadow: 0 0 16px rgba(255, 193, 7, 0.12);
}

.pg-prelogin-landing .pg-landing-ctas .pg-cta--gold > .wp-block-button__link,
.pg-prelogin-landing .pg-landing-ctas .pg-btn-gold > .wp-block-button__link {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5V19h7.2'/%3E%3Cpath d='M4 10.5l1.2-5h13.6l1.2 5'/%3E%3Cpath d='M4 10.5h16'/%3E%3Cpath d='M8 10.5V7M12 10.5V7M16 10.5V7'/%3E%3Cpath d='M14.2 15.2h5.4l-1.6-1.6M19.6 15.2l-1.6 1.6'/%3E%3C/svg%3E") !important;
	background-size: 1.2rem !important;
	background-position: 0.95rem center !important;
	background-repeat: no-repeat !important;
}

.pg-cta--gold .wp-block-button__link:hover {
	transform: translateY(-2px);
	background: rgba(255, 193, 7, 0.08) !important;
	color: var(--pg-gold) !important;
}

.pg-prelogin-landing .pg-landing-ctas .pg-cta--gold > .wp-block-button__link:hover,
.pg-prelogin-landing .pg-landing-ctas .pg-btn-gold > .wp-block-button__link:hover {
	background-color: rgba(255, 193, 7, 0.08) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5V19h7.2'/%3E%3Cpath d='M4 10.5l1.2-5h13.6l1.2 5'/%3E%3Cpath d='M4 10.5h16'/%3E%3Cpath d='M8 10.5V7M12 10.5V7M16 10.5V7'/%3E%3Cpath d='M14.2 15.2h5.4l-1.6-1.6M19.6 15.2l-1.6 1.6'/%3E%3C/svg%3E") !important;
	background-size: 1.2rem !important;
	background-position: 0.95rem center !important;
	background-repeat: no-repeat !important;
}

.pg-landing-mascot-wrap {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: clamp(220px, 42vh, 420px);
	background: transparent !important;
}

.pg-landing-mascot-wrap::before {
	content: "";
	position: absolute;
	inset: 8% 12%;
	background:
		radial-gradient(circle at 50% 45%, rgba(0, 168, 255, 0.45), transparent 55%),
		conic-gradient(from 200deg at 50% 50%, transparent 0deg, rgba(0, 168, 255, 0.35) 40deg, transparent 90deg, rgba(0, 71, 255, 0.25) 160deg, transparent 220deg);
	filter: blur(18px);
	opacity: 0.9;
	animation: pg-energy-pulse 4.8s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

.pg-landing-mascot {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

.pg-landing-mascot img {
	display: block;
	width: 100%;
	max-width: min(480px, 100%);
	margin-inline: auto;
	height: auto;
	max-height: min(58vh, 520px);
	object-fit: contain;
	background: transparent !important;
	filter: drop-shadow(0 28px 56px rgba(0, 168, 255, 0.28));
	animation: pg-mascot-float 5.5s ease-in-out infinite;
}

@keyframes pg-mascot-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-14px);
	}
}

@keyframes pg-energy-pulse {
	0%,
	100% {
		opacity: 0.75;
		transform: scale(0.96);
	}
	50% {
		opacity: 1;
		transform: scale(1.04);
	}
}

.pg-feature-stack {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	background: transparent !important;
}

.pg-feature-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 0;
	padding: 0.95rem 1.1rem 0.95rem 5.35rem !important;
	/* Match stats/CTA panel tone, semi-transparent over hero art. */
	background: color-mix(in srgb, var(--theme-palette-color-7, var(--pg-bg-elevated, #1a1f29)) 78%, transparent) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: var(--pg-btn-radius, 4px) !important;
	box-shadow: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
	.pg-feature-card {
		background: rgba(26, 31, 41, 0.78) !important;
	}
}

.pg-feature-card::after {
	content: "";
	position: absolute;
	left: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 999px;
	pointer-events: none;
}

.pg-feature-card--blue::after {
	background: radial-gradient(circle, rgba(0, 168, 255, 0.35) 0%, rgba(0, 168, 255, 0.08) 55%, transparent 72%);
}

.pg-feature-card--gold::after {
	background: radial-gradient(circle, rgba(255, 193, 7, 0.32) 0%, rgba(255, 193, 7, 0.08) 55%, transparent 72%);
}

.pg-feature-card::before {
	content: "";
	position: absolute;
	left: 1.15rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.75rem;
	z-index: 1;
}

.pg-feature-card--shield-check.pg-feature-card--blue::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v6.2c0 4.2-2.8 7.7-7 9-4.2-1.3-7-4.8-7-9V6l7-3z'/%3E%3Cpath d='M8.8 12.1l2.2 2.2 4.4-4.5'/%3E%3C/svg%3E");
}

.pg-feature-card--users::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='2.2'/%3E%3Ccircle cx='16' cy='8.4' r='1.8'/%3E%3Cpath d='M3.8 17.5c.3-2.2 1.8-3.4 4.2-3.4s3.9 1.2 4.2 3.4'/%3E%3Cpath d='M12.6 17.2c.2-1.6 1.4-2.6 3.4-2.6 1.8 0 3 1 3.3 2.6'/%3E%3C/svg%3E");
}

.pg-feature-card--bolt::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L4 14h6l-1 8 11-14h-7z'/%3E%3C/svg%3E");
}

.pg-feature-card--headset::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a8 8 0 00-8 8v3a3 3 0 003 3h1v-6H7a6 6 0 0110 0h-1v6h1a3 3 0 003-3v-3a8 8 0 00-8-8z'/%3E%3Cpath d='M11 19h2a1 1 0 010 2h-2a1 1 0 010-2z'/%3E%3C/svg%3E");
}

.pg-feature-card__title {
	margin: 0 0 0.28rem !important;
	color: #fff !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pg-feature-card__text {
	margin: 0 !important;
	color: var(--pg-text-muted) !important;
	font-size: 0.8rem !important;
	line-height: 1.4 !important;
}

.pg-stats-bar,
.pg-value-bar,
.pg-cta-strip,
.pg-pay-strip {
	width: 100%;
	padding: 1.15rem 1.25rem;
	background: transparent;
}

.pg-stats-bar {
	background: transparent !important;
	border-top: none;
}

.pg-value-bar,
.pg-cta-strip {
	background: transparent !important;
}

.pg-stats-bar__inner,
.pg-value-bar__inner,
.pg-cta-strip__inner {
	position: relative;
	isolation: isolate;
	overflow: visible;
	max-width: var(--pg-content-max, 1440px);
	margin: 0 auto;
	display: flex !important;
	align-items: stretch !important;
	gap: 0 !important;
	padding: 0.35rem 0 !important;
	background: var(--theme-palette-color-7, var(--pg-bg, #000f14)) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	box-shadow: none;
}

.pg-stats-bar__inner::after,
.pg-cta-strip__inner::after,
.pg-value-bar__inner::after {
	display: none;
}

.pg-stats-bar__inner > .wp-block-column,
.pg-cta-strip__inner > .wp-block-column,
.pg-value-bar__inner > .wp-block-column {
	position: relative;
	z-index: 2;
	flex: 1 1 0 !important;
	width: 25% !important;
	max-width: 25% !important;
	margin: 0 !important;
	display: flex !important;
	align-items: stretch;
}

.pg-stats-bar__inner > .wp-block-column:not(:last-child)::after,
.pg-cta-strip__inner > .wp-block-column:not(:last-child)::after,
.pg-value-bar__inner > .wp-block-column:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 14%;
	bottom: 14%;
	right: 0;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(255, 255, 255, 0.08) 12%,
		rgba(168, 176, 189, 0.45) 50%,
		rgba(255, 255, 255, 0.08) 88%,
		transparent 100%
	);
}

.pg-stat-item,
.pg-cta-card {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 1.15rem 1.35rem 1.15rem 7.85rem !important;
	background: var(--theme-palette-color-7, var(--pg-bg, #000f14)) !important;
	text-align: left;
	min-height: 0;
	gap: 0.15rem;
}

.pg-cta-card {
	padding-left: 7.85rem !important;
	min-height: 0;
}

.pg-stat-item::before,
.pg-cta-card::before {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.pg-stat-item::before,
.pg-cta-card::before {
	width: 5.25rem;
	height: 5.25rem;
	background-size: 3rem;
}

.pg-stat-item::before {
	border-radius: 999px;
	border: 1.5px solid currentColor;
	box-shadow: 0 0 18px rgba(0, 168, 255, 0.12);
}

.pg-stat-item--gold::before {
	box-shadow: 0 0 18px rgba(255, 193, 7, 0.14);
}

.pg-cta-card::before {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 5.25rem;
	height: 5.25rem;
	background-size: 5.25rem;
}

.pg-stat-item--blue,
.pg-cta-card--blue {
	color: var(--pg-blue);
}

.pg-stat-item--gold,
.pg-cta-card--gold {
	color: var(--pg-gold);
}

.pg-stat-item__value {
	margin: 0 !important;
	color: #fff !important;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
}

.pg-stat-item__label {
	margin: 0.1rem 0 0 !important;
	color: inherit !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.pg-stat-item__text,
.pg-cta-card__text {
	margin: 0.15rem 0 0 !important;
	color: var(--pg-text-muted) !important;
	font-size: 0.78rem !important;
	line-height: 1.4 !important;
}

.pg-cta-card__title {
	margin: 0 !important;
	color: inherit !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.25 !important;
}

/* Prototype icons (green-marked): buyers, store, box, shield-check, badge, rocket, trophy */
.pg-stat-item--buyers::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='2.2'/%3E%3Ccircle cx='16' cy='8.4' r='1.8'/%3E%3Ccircle cx='5.2' cy='9' r='1.5'/%3E%3Cpath d='M3.8 17.5c.3-2.2 1.8-3.4 4.2-3.4s3.9 1.2 4.2 3.4'/%3E%3Cpath d='M12.6 17.2c.2-1.6 1.4-2.6 3.4-2.6 1.8 0 3 1 3.3 2.6'/%3E%3C/svg%3E");
}

.pg-stat-item--store::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5V19h7.2'/%3E%3Cpath d='M4 10.5l1.2-5h13.6l1.2 5'/%3E%3Cpath d='M4 10.5h16'/%3E%3Cpath d='M8 10.5V7M12 10.5V7M16 10.5V7'/%3E%3Cpath d='M14.2 15.2h5.4l-1.6-1.6M19.6 15.2l-1.6 1.6'/%3E%3C/svg%3E");
}

.pg-stat-item--box::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 5v8l-9 5-9-5V8l9-5z'/%3E%3Cpath d='M12 13l9-5M12 13v10M12 13L3 8'/%3E%3C/svg%3E");
}

.pg-stat-item--shield-check::before,
.pg-cta-card--shield-check.pg-cta-card--gold::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v6.2c0 4.2-2.8 7.7-7 9-4.2-1.3-7-4.8-7-9V6l7-3z'/%3E%3Cpath d='M8.8 12.1l2.2 2.2 4.4-4.5'/%3E%3C/svg%3E");
}

.pg-cta-card--shield-check.pg-cta-card--blue::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v6.2c0 4.2-2.8 7.7-7 9-4.2-1.3-7-4.8-7-9V6l7-3z'/%3E%3Cpath d='M8.8 12.1l2.2 2.2 4.4-4.5'/%3E%3C/svg%3E");
}

.pg-cta-card--badge::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='10' r='5.2'/%3E%3Cpath d='M9.2 14.6L8 21l4-1.8L16 21l-1.2-6.4'/%3E%3Cpath d='M9.8 10.1l1.7 1.6 3.3-3.4'/%3E%3C/svg%3E");
}

.pg-cta-card--rocket::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300A8FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.5 4.2c2.8.9 5 3.1 5.8 5.9-2.1.6-4.3.7-6.2.2L9.8 14.6 8 12.8l4.3-4.3c-.5-1.9-.4-4.1.2-6.3z'/%3E%3Ccircle cx='15.1' cy='8.9' r='1.15'/%3E%3Cpath d='M7.2 16.2c-.8.2-2.3 1.1-3.1 2.9 1.8-.8 2.7-2.3 2.9-3.1z'/%3E%3Cpath d='M9.2 16.6l-1.8-1.8'/%3E%3C/svg%3E");
}

.pg-cta-card--trophy::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFC107' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M8 4h8v3.2a4 4 0 01-4 4 4 4 0 01-4-4V4z'/%3E%3Cpath d='M8 6.2H5.5A2.5 2.5 0 008 8.8M16 6.2h2.5A2.5 2.5 0 0116 8.8'/%3E%3Cpath d='M10 15.2h4M12 11.2V15M9 19h6'/%3E%3Cpath d='M12 2.4l.5 1.1 1.2.2-.9.8.2 1.2L12 5.1l-1 .6.2-1.2-.9-.8 1.2-.2z'/%3E%3C/svg%3E");
}

.pg-pay-strip {
	background: transparent !important;
	border-top: none;
	padding: 1.15rem 1.25rem 1.75rem;
}

.pg-pay-strip__inner {
	max-width: var(--pg-content-max, 1440px);
	margin: 0 auto;
	gap: 1rem 1.5rem !important;
	background: transparent !important;
}

.pg-pay-strip__label {
	margin: 0 !important;
	color: var(--pg-text-muted) !important;
	font-size: 0.92rem !important;
}

.pg-pay-strip__pix {
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	font-size: 1rem !important;
}

/* Header auth buttons â€” styles live in global header block above. */

/* Inner pages */
.pg-page-shell {
	padding: 3rem 1.25rem 4rem;
	background: var(--pg-bg);
	color: var(--pg-text, #ffffff);
}

.pg-page-shell h1,
.pg-page-shell h2 {
	letter-spacing: -0.02em;
}

.pg-page-shell a {
	color: var(--pg-blue, #00a8ff);
	text-decoration: none;
}

.pg-page-shell a:hover {
	color: var(--pg-gold, #ffc107);
}

.pg-page-shell li {
	margin-bottom: 0.45rem;
}

.pg-page-shell .wp-block-buttons {
	margin-top: 1.5rem;
	gap: 0.65rem;
}

.pg-legal-notice {
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 193, 7, 0.35);
	border-radius: 8px;
	background: rgba(255, 193, 7, 0.08);
}

/* weDocs on dark storefront */
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-shortcode-wrap,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-single-wrap,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-search-input {
	color: var(--pg-text, #ffffff);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-shortcode-wrap a,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-single-wrap a {
	color: var(--pg-blue, #00a8ff);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .wedocs-single-wrap .entry-content,
body:not(.pg-vendor-dashboard):not(.dokan-dashboard) article.docs {
	color: var(--pg-text, #ffffff);
}

/* â€”â€” Category browse chips â€”â€” */
.pg-cat-chips,
.pg-cat-strip {
	width: 100%;
	max-width: var(--pg-content-max, 1440px);
	margin: 0 auto 1.25rem;
	box-sizing: border-box;
}

.pg-cat-chips__label {
	margin: 0 0 0.65rem;
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pg-cat-chips__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-cat-chips__item {
	margin: 0;
	padding: 0;
}

.pg-cat-chips__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.35rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff) !important;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 0 0 0 rgba(0, 168, 255, 0);
	transition:
		border-color 0.22s ease,
		background-color 0.22s ease,
		color 0.22s ease,
		transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.22s ease;
}

.pg-cat-chips__chip:hover,
.pg-cat-chips__chip:focus-visible {
	border-color: rgba(0, 168, 255, 0.65);
	color: var(--pg-blue, #00a8ff) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 168, 255, 0.12);
	outline: none;
}

.pg-cat-chips__chip:active {
	transform: translateY(0);
}

.pg-cat-chips__chip.is-active {
	border-color: var(--pg-gold, #ffc107);
	background: rgba(255, 193, 7, 0.1);
	color: var(--pg-gold, #ffc107) !important;
	box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.2);
}

.pg-cat-chips__thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
	background: rgba(0, 168, 255, 0.15);
}

.pg-cat-chips__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pg-cat-chips__thumb--placeholder {
	border: 1px solid rgba(0, 168, 255, 0.35);
}

.pg-cat-chips__thumb-letter {
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	color: var(--pg-blue, #00a8ff);
}

.pg-cat-chips__all {
	margin: 0.85rem 0 0;
	text-align: center;
}

.pg-cat-chips__all a {
	color: var(--pg-blue, #00a8ff);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
}

.pg-cat-chips__all a:hover {
	color: var(--pg-gold, #ffc107);
	text-decoration: underline;
}

.pg-cat-chips--landing {
	margin: 1.5rem auto 1.75rem;
	padding-inline: clamp(1rem, 2vw, 1.25rem);
}

/* Landing must not show category chips (Shop only). */
.pg-prelogin-landing .pg-cat-strip,
.pg-prelogin-landing .pg-cat-chips {
	display: none;
}

.pg-cat-strip {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.pg-cat-chips__chip {
		font-size: 0.82rem;
		padding: 0.35rem 0.75rem;
		min-height: 2.1rem;
	}
}

/* â€”â€” Shop browse (GGMAX-like IA, Painel Gods dark brand) â€”â€” */
.pg-shop-intro {
	position: relative;
	text-align: center;
	max-width: var(--pg-content-max, 1440px);
	margin: 0 auto 1.75rem;
	padding: clamp(1.75rem, 4vh, 3rem) clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 3vh, 2rem);
	box-sizing: border-box;
}

.pg-shop-intro::before {
	content: "";
	position: absolute;
	inset: 10% 20%;
	background:
		radial-gradient(ellipse at 40% 45%, rgba(0, 168, 255, 0.18), transparent 55%),
		radial-gradient(ellipse at 60% 55%, rgba(255, 193, 7, 0.1), transparent 50%);
	pointer-events: none;
	z-index: 0;
}

.pg-shop-intro > * {
	position: relative;
	z-index: 1;
}

.pg-shop-intro__title {
	margin: 0 0 0.65rem !important;
	font-size: clamp(1.65rem, 3.2vw, 2.75rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	color: var(--pg-text, #ffffff) !important;
}

.pg-shop-intro__brackets {
	color: var(--pg-gold, #ffc107);
	font-weight: 500;
}

.pg-shop-intro__lead {
	margin: 0 auto 1.25rem !important;
	max-width: 36rem;
	color: var(--pg-text-muted, #a8b0bd) !important;
	font-size: clamp(0.92rem, 1.2vw, 1.05rem) !important;
	line-height: 1.45;
}

.pg-shop-intro__ctas .wp-block-button__link {
	min-width: 9.5rem;
	justify-content: center;
}

body.pg-catalog .pg-cat-chips--shop,
body.pg-inicio .pg-cat-chips--inicio {
	margin-bottom: 1.75rem;
}

body.pg-catalog .pg-cat-chips--shop .pg-cat-chips__list,
body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__list {
	gap: 0.65rem;
}

body.pg-catalog .pg-cat-chips--shop .pg-cat-chips__chip,
body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__chip {
	min-height: 2.6rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	background: var(--pg-bg-elevated, #1a1f29);
	gap: 0.55rem;
}

body.pg-catalog .pg-cat-chips--shop .pg-cat-chips__thumb,
body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__thumb {
	width: 2rem;
	height: 2rem;
	border-radius: 8px;
}

body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__thumb-letter {
	font-size: 0.85rem;
}

body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__all {
	margin-top: 1rem;
}

body.pg-inicio .pg-cat-chips--inicio .pg-cat-chips__all a::after {
	content: " â†’";
}

/* â€”â€” InÃ­cio pÃ³s-login (curated browse) â€”â€” */
body.pg-inicio .pg-inicio {
	max-width: var(--pg-wide-max, 1600px);
	margin: 0 auto;
	padding-bottom: 2.5rem;
	box-sizing: border-box;
}

body.pg-inicio .pg-shop-intro {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 1.75rem;
	padding-bottom: clamp(1.5rem, 3vh, 2.25rem);
}

body.pg-inicio .pg-cat-chips--inicio {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

/* InÃ­cio â€” popular categories as product-style cards (one row, no button) */
body.pg-inicio .pg-cat-cards {
	margin: 0 0 0.25rem;
}

body.pg-inicio .pg-cat-cards__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid !important;
	grid-template-columns: repeat(var(--pg-cols, 4), minmax(0, 1fr));
	gap: var(--pg-card-gap, 1.15rem);
	align-items: stretch;
	/* Keep a single visual row regardless of leftover items */
	grid-auto-rows: auto;
	overflow: hidden;
}

/* Hide anything that would wrap to a 2nd row (match --pg-cols breakpoints) */
body.pg-inicio .pg-cat-cards__item:nth-child(n + 6) {
	display: none !important;
}

@media (max-width: 1599px) {
	body.pg-inicio .pg-cat-cards__item:nth-child(n + 5) {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	body.pg-inicio .pg-cat-cards__item:nth-child(n + 4) {
		display: none !important;
	}
}

@media (max-width: 991px) {
	body.pg-inicio .pg-cat-cards__item:nth-child(n + 3) {
		display: none !important;
	}
}

@media (max-width: 599px) {
	body.pg-inicio .pg-cat-cards__item:nth-child(n + 2) {
		display: none !important;
	}
}

body.pg-inicio .pg-cat-cards__item {
	margin: 0;
	min-width: 0;
	height: 100%;
}

body.pg-inicio .pg-cat-cards__card {
	--pg-card-pad: 0.7rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	padding: var(--pg-card-pad);
	gap: 0.65rem;
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pg-radius, 12px);
	overflow: hidden;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.3s ease,
		box-shadow 0.35s ease;
}

body.pg-inicio .pg-cat-cards__card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 168, 255, 0.45);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(0, 168, 255, 0.12);
}

body.pg-inicio .pg-cat-cards__media {
	display: block;
	aspect-ratio: 16 / 9;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #050a0e;
	line-height: 0;
	text-decoration: none !important;
	flex: 0 0 auto;
}

body.pg-inicio .pg-cat-cards__img,
body.pg-inicio .pg-cat-cards__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	background: #050a0e;
}

body.pg-inicio .pg-cat-cards__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	color: var(--pg-blue, #00a8ff);
	background:
		linear-gradient(165deg, rgba(0, 168, 255, 0.16), transparent 55%),
		#0a1218;
}

body.pg-inicio .pg-cat-cards__title {
	margin: 0;
	padding: 0.15rem 0.25rem 0.35rem;
	text-align: center;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	flex: 0 0 auto;
}

body.pg-inicio .pg-cat-cards__title a {
	color: var(--pg-text, #ffffff) !important;
	text-decoration: none !important;
}

body.pg-inicio .pg-cat-cards__cta {
	display: none !important;
}

body.pg-inicio .pg-cat-cards__all {
	margin: 1.15rem 0 0;
	text-align: center;
}

body.pg-inicio .pg-cat-cards__all a {
	color: var(--pg-blue, #00a8ff);
	font-weight: 600;
	text-decoration: none;
}

body.pg-inicio .pg-cat-cards__all a:hover {
	color: var(--pg-gold, #ffc107);
}

body.pg-inicio .pg-cat-cards__all a::after {
	content: " â†’";
}

body.pg-inicio .pg-cat-cards__empty {
	margin: 0 0 1rem;
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.95rem;
}

body.pg-inicio .pg-inicio-section {
	margin: 0 0 2rem;
	padding: 0 0 2rem;
	border-bottom: 0;
}

body.pg-inicio .pg-inicio-section--cta {
	border-bottom: 0;
	padding-bottom: 1.5rem;
}

body.pg-inicio .pg-inicio-section__title {
	margin: 0 0 0.55rem !important;
	font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
	font-weight: 700 !important;
	color: var(--pg-text, #ffffff) !important;
}

body.pg-inicio .pg-inicio-section__rule,
body.pg-inicio hr.pg-inicio-section__rule {
	border: 0 !important;
	height: 1px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 1.15rem !important;
	background: linear-gradient(
		90deg,
		rgba(0, 168, 255, 0.75),
		rgba(255, 255, 255, 0.12) 55%,
		transparent
	) !important;
	opacity: 1 !important;
}

/* Keep title + rule visible even when the product grid is empty */
body.pg-inicio .pg-inicio-section .wc-block-grid,
body.pg-inicio .pg-inicio-section .wc-block-product-category,
body.pg-inicio .pg-inicio-section .wp-block-woocommerce-product-category,
body.pg-inicio .pg-inicio-section .wp-block-woocommerce-product-best-sellers,
body.pg-inicio .pg-inicio-section .wp-block-woocommerce-product-new {
	min-height: 0;
}

body.pg-inicio .pg-inicio-section__lead {
	margin: 0 0 1rem !important;
	color: var(--pg-text-muted, #a8b0bd) !important;
	font-size: 0.95rem !important;
}

body.pg-inicio .pg-inicio-section__more {
	margin: 1.15rem 0 0 !important;
}

body.pg-inicio .pg-inicio-section__more a {
	color: var(--pg-blue, #00a8ff);
	font-weight: 600;
	text-decoration: none;
}

body.pg-inicio .pg-inicio-section__more a:hover {
	color: var(--pg-gold, #ffc107);
}

/*
 * Woo product blocks use % widths / floats that collapse into skinny strips
 * when mixed with CSS grid â€” force a real 4-col card grid.
 */
body.pg-inicio .wc-block-grid,
body.pg-inicio .wp-block-woocommerce-product-best-sellers,
body.pg-inicio .wp-block-woocommerce-product-new,
body.pg-inicio .wp-block-woocommerce-product-top-rated,
body.pg-inicio .wp-block-woocommerce-product-on-sale {
	width: 100%;
	max-width: 100%;
}

body.pg-inicio .wc-block-grid__products,
body.pg-inicio ul.wc-block-grid__products,
body.pg-inicio .wc-block-grid ul.products,
body.pg-inicio .wp-block-woocommerce-product-best-sellers ul.products,
body.pg-inicio .wp-block-woocommerce-product-new ul.products,
body.pg-inicio .pg-inicio-section ul.products {
	display: grid !important;
	grid-template-columns: repeat(var(--pg-cols, 4), minmax(0, 1fr));
	gap: var(--pg-card-gap, 1.15rem);
	align-items: stretch !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.pg-inicio .wc-block-grid__products::before,
body.pg-inicio .wc-block-grid__products::after,
body.pg-inicio .pg-inicio-section ul.products::before,
body.pg-inicio .pg-inicio-section ul.products::after {
	display: none !important;
	content: none !important;
}

body.pg-inicio .wc-block-grid__product,
body.pg-inicio .wc-block-grid__products > li,
body.pg-inicio .pg-inicio-section ul.products li.product,
body.pg-inicio .pg-inicio-section ul.products > li {
	--pg-card-pad: 0.7rem;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	height: 100% !important;
	align-self: stretch !important;
	flex: none !important;
	float: none !important;
	margin: 0 !important;
	padding: var(--pg-card-pad) !important;
	box-sizing: border-box;
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pg-radius, 12px);
	overflow: hidden;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	gap: 0.55rem !important;
}

/* Image inset + landscape frame â€” same full artwork as PDP gallery (no crop) */
body.pg-inicio .wc-block-grid__product-image {
	aspect-ratio: 16 / 9 !important;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: hidden;
	background: #050a0e;
	line-height: 0;
	flex: 0 0 auto !important;
	border-radius: 8px;
	margin: 0 !important;
}

body.pg-inicio .wc-block-grid__product-image a {
	display: block !important;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

body.pg-inicio .wc-block-grid__product-image img,
body.pg-inicio .wc-block-grid__product img,
body.pg-inicio .pg-inicio-section ul.products li.product a img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
	object-position: center center;
	display: block;
	margin: 0;
	background: #050a0e;
}

body.pg-inicio .wc-block-grid__product-title,
body.pg-inicio .pg-inicio-section ul.products li.product .woocommerce-loop-product__title,
body.pg-inicio .pg-inicio-section ul.products li.product .woocommerce-loop-product__title a {
	color: var(--pg-text, #ffffff) !important;
	font-size: 0.9rem !important;
	font-weight: 600;
	line-height: 1.4 !important;
	padding: 0.15rem 0.15rem 0 !important;
	margin: 0 !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: block !important;
	-webkit-line-clamp: unset !important;
	overflow: visible !important;
	max-height: none !important;
	min-height: 0;
	text-align: center;
}

body.pg-inicio .wc-block-grid__product-price,
body.pg-inicio .pg-inicio-section ul.products li.product .price {
	color: var(--pg-gold, #ffc107) !important;
	padding: 0 0.15rem;
	font-weight: 600;
	font-size: 0.95rem;
	margin: 0;
	text-align: center;
}

body.pg-inicio .pg-inicio-section ul.products li.product .pg-loop-rating {
	padding-inline: 0.15rem;
}

/*
 * Product columns by viewport (InÃ­cio + Shop + related):
 * â‰¥1600 â†’ 5 Â· â‰¥1280 â†’ 4 Â· â‰¥992 â†’ 3 Â· â‰¥600 â†’ 2 Â· <600 â†’ 1
 */
body.pg-wide {
	--pg-card-gap: clamp(0.9rem, 1.4vw, 1.25rem);
	--pg-cols: 4;
}

@media (min-width: 1600px) {
	body.pg-wide {
		--pg-cols: 5;
	}
}

@media (max-width: 1279px) {
	body.pg-wide {
		--pg-cols: 3;
	}
}

@media (max-width: 991px) {
	body.pg-wide {
		--pg-cols: 2;
	}
}

@media (max-width: 599px) {
	body.pg-wide {
		--pg-cols: 1;
		--pg-card-gap: 0.85rem;
	}
}

body.pg-inicio .wc-block-grid__products,
body.pg-inicio ul.wc-block-grid__products,
body.pg-inicio .pg-inicio-section ul.products {
	grid-template-columns: repeat(var(--pg-cols, 4), minmax(0, 1fr)) !important;
	gap: var(--pg-card-gap, 1.15rem) !important;
}

/* (column count controlled by body.pg-wide --pg-cols above) */

body.pg-inicio .pg-inicio-section--cta {
	text-align: center;
	padding: 1.5rem 1rem;
	border: 1px solid rgba(0, 168, 255, 0.2);
	border-radius: 12px;
	background: rgba(26, 31, 41, 0.65);
}

body.pg-catalog:not(.pg-wide).woocommerce ul.products {
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 1rem;
}

body.pg-catalog.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.9rem;
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.35;
	height: calc(1.35em * 3);
	max-height: calc(1.35em * 3);
}

body.pg-catalog.woocommerce .woocommerce-result-count,
body.pg-catalog.woocommerce .woocommerce-ordering {
	color: var(--pg-text-muted);
	margin-bottom: 1rem;
}

/* Legacy Blocksy shop title â€” hidden when still present. */
body.woocommerce-shop .hero-section,
body.post-type-archive-product .hero-section,
body.tax-product_cat .hero-section,
body.pg-catalog .hero-section,
body.pg-catalog .ct-page-title-container {
	display: none;
}

/* â€”â€” Product cards / Shop â€”â€” */

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.15rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: var(--pg-bg-elevated);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--pg-radius);
	overflow: hidden;
	padding: 0 0 1rem;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(0, 168, 255, 0.35);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--pg-text);
	font-size: 0.98rem;
	padding: 0.75rem 1rem 0.25rem;
	font-weight: 600;
}

.woocommerce ul.products li.product .price {
	color: var(--pg-gold);
	padding: 0 1rem;
	font-weight: 600;
}

/* C3 â€” loop stars (native Woo .star-rating) */
.woocommerce ul.products li.product .pg-loop-rating {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.15rem 1rem 0.35rem;
	min-height: 1.25rem;
}

.woocommerce ul.products li.product .pg-loop-rating .star-rating {
	float: none;
	margin: 0;
	font-size: 0.85rem;
}

.woocommerce ul.products li.product .pg-loop-rating__count {
	font-size: 0.75rem;
	color: var(--pg-text-muted, #a8b0bd);
	line-height: 1;
}

/*
 * Wide catalog UX â€” column-aware grid + interactive cards (InÃ­cio / Shop / PDP).
 */
body.pg-wide.woocommerce ul.products,
body.pg-wide .related.products ul.products,
body.pg-wide .upsells.products ul.products {
	display: grid;
	grid-template-columns: repeat(var(--pg-cols, 4), minmax(0, 1fr));
	gap: var(--pg-card-gap, 1.15rem);
	align-items: stretch;
	margin: 0 0 0.5rem;
}

body.pg-wide.pg-catalog .woocommerce-products-header,
body.pg-wide.pg-catalog .woocommerce-notices-wrapper,
body.pg-wide.pg-catalog .woocommerce-result-count,
body.pg-wide.pg-catalog .woocommerce-ordering {
	margin-inline: 0;
}

body.pg-wide.pg-catalog.woocommerce .woocommerce-result-count + .woocommerce-ordering,
body.pg-wide.pg-catalog .woocommerce-ordering {
	margin-bottom: 1.25rem;
}

body.pg-wide.woocommerce ul.products li.product,
body.pg-wide .wc-block-grid__product {
	--pg-card-pad: 0.7rem;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 0 !important;
	align-self: stretch !important;
	padding: var(--pg-card-pad) !important;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pg-radius, 12px);
	background:
		linear-gradient(165deg, rgba(0, 168, 255, 0.05), transparent 42%),
		var(--pg-bg-elevated, #1a1f29);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	gap: 0.55rem;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.3s ease,
		box-shadow 0.35s ease;
}

body.pg-wide.woocommerce ul.products li.product::before,
body.pg-wide .wc-block-grid__product::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(0, 168, 255, 0.12), transparent 80%);
	transform: translateX(-40%);
	transition: opacity 0.35s ease, transform 0.55s ease;
	z-index: 1;
}

body.pg-wide.woocommerce ul.products li.product:hover,
body.pg-wide.woocommerce ul.products li.product:focus-within,
body.pg-wide .wc-block-grid__product:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 168, 255, 0.45);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(0, 168, 255, 0.12);
}

body.pg-wide.woocommerce ul.products li.product:hover::before,
body.pg-wide.woocommerce ul.products li.product:focus-within::before,
body.pg-wide .wc-block-grid__product:hover::before {
	opacity: 1;
	transform: translateX(30%);
}

/* Catalog / Shop — compact 16:9 media (Blocksy may use bare <figure> or .ct-media-container) */
body.pg-wide.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.pg-wide.woocommerce ul.products li.product > a.woocommerce-loop-product__link,
body.pg-catalog.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.pg-catalog.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	overflow: visible !important;
	line-height: normal;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
}

body.pg-wide.woocommerce ul.products li.product > figure,
body.pg-catalog.woocommerce ul.products li.product > figure,
body.pg-wide.woocommerce ul.products li.product .ct-media-container,
body.pg-wide.woocommerce ul.products li.product .ct-image-container,
body.pg-catalog.woocommerce ul.products li.product .ct-media-container,
body.pg-catalog.woocommerce ul.products li.product .ct-image-container,
body.pg-inicio .wc-block-grid__product-image .ct-media-container,
body.pg-inicio .wc-block-grid__product .ct-media-container {
	position: relative !important;
	display: block !important;
	aspect-ratio: 16 / 9 !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden !important;
	background: #050a0e;
	border-radius: 8px;
	flex: 0 0 auto !important;
	align-self: stretch !important;
}

body.pg-wide.woocommerce ul.products li.product > figure img,
body.pg-catalog.woocommerce ul.products li.product > figure img,
body.pg-wide.woocommerce ul.products li.product .ct-media-container img,
body.pg-catalog.woocommerce ul.products li.product .ct-media-container img,
body.pg-wide.woocommerce ul.products li.product a img,
body.pg-wide.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
body.pg-wide.woocommerce ul.products li.product img.attachment-woocommerce_single,
body.pg-wide.woocommerce ul.products li.product img.size-woocommerce_single,
body.pg-wide.woocommerce ul.products li.product img.wp-post-image,
body.pg-wide .wc-block-grid__product img,
body.pg-wide .wc-block-grid__product-image img,
body.pg-catalog.woocommerce ul.products li.product a img,
body.pg-catalog.woocommerce ul.products li.product img,
body.pg-inicio .wc-block-grid__product-image img,
body.pg-inicio .wc-block-grid__product img,
body.pg-inicio .pg-inicio-section ul.products li.product a img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	background: #050a0e;
}

/* Keep non-CTA card children from eating vertical space */
body.pg-wide.woocommerce ul.products li.product > *:not(.ct-woo-card-actions),
body.pg-catalog.woocommerce ul.products li.product > *:not(.ct-woo-card-actions) {
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
}

body.pg-wide.woocommerce ul.products li.product > .ct-woo-card-actions,
body.pg-catalog.woocommerce ul.products li.product > .ct-woo-card-actions {
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	margin-top: auto !important;
}

body.pg-inicio .wc-block-grid__product-image {
	position: relative !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden !important;
	background: #050a0e;
	border-radius: 8px;
	flex: 0 0 auto !important;
}

body.pg-wide.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pg-catalog.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pg-inicio .wc-block-grid__product-title {
	display: block !important;
	overflow: hidden !important;
	height: calc(1.35em * 3) !important;
	min-height: calc(1.35em * 3) !important;
	max-height: calc(1.35em * 3) !important;
	margin: 0 !important;
	padding: 0.1rem 0.1rem 0 !important;
	text-align: center;
	line-height: 1.35 !important;
	font-size: 0.9rem !important;
	font-weight: 600;
	color: var(--pg-text, #ffffff) !important;
	flex: 0 0 auto !important;
}

body.pg-wide.woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.pg-catalog.woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.pg-inicio .wc-block-grid__product-title a {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	line-clamp: 3 !important;
	overflow: hidden !important;
	max-height: calc(1.35em * 3) !important;
	white-space: normal !important;
	text-overflow: ellipsis !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.pg-wide.woocommerce ul.products li.product .price,
body.pg-wide .wc-block-grid__product-price,
body.pg-catalog.woocommerce ul.products li.product .price {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	flex-wrap: wrap;
	margin: 0.15rem auto 0 !important;
	padding: 0 !important;
	text-align: center;
	color: var(--pg-gold, #ffc107) !important;
}

body.pg-wide.woocommerce ul.products li.product .price .amount,
body.pg-wide.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.pg-wide .wc-block-grid__product-price .amount,
body.pg-wide .wc-block-grid__product-price .woocommerce-Price-amount,
body.pg-catalog.woocommerce ul.products li.product .price .amount,
body.pg-catalog.woocommerce ul.products li.product .price .woocommerce-Price-amount {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 5.5rem !important;
	padding: 0.4rem 0.9rem !important;
	border-radius: 999px !important;
	border: 1px solid rgba(255, 193, 7, 0.5) !important;
	background:
		linear-gradient(145deg, rgba(255, 193, 7, 0.28), rgba(255, 193, 7, 0.08)) !important;
	color: var(--pg-gold, #ffc107) !important;
	font-size: 0.98rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	line-height: 1 !important;
	box-shadow:
		0 0 0 1px rgba(255, 193, 7, 0.1),
		0 6px 16px rgba(0, 0, 0, 0.22) !important;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease,
		background 0.22s ease;
}

body.pg-wide.woocommerce ul.products li.product:hover .price .amount,
body.pg-wide.woocommerce ul.products li.product:hover .price .woocommerce-Price-amount,
body.pg-wide.woocommerce ul.products li.product:focus-within .price .amount,
body.pg-wide .wc-block-grid__product:hover .price .amount,
body.pg-wide .wc-block-grid__product:hover .wc-block-grid__product-price .amount,
body.pg-catalog.woocommerce ul.products li.product:hover .price .amount,
body.pg-catalog.woocommerce ul.products li.product:hover .price .woocommerce-Price-amount {
	transform: translateY(-2px) scale(1.03);
	border-color: rgba(255, 193, 7, 0.9) !important;
	background:
		linear-gradient(145deg, rgba(255, 193, 7, 0.4), rgba(255, 193, 7, 0.12)) !important;
	box-shadow:
		0 0 0 1px rgba(255, 193, 7, 0.2),
		0 10px 22px rgba(255, 193, 7, 0.2) !important;
}

body.pg-wide.woocommerce ul.products li.product .price del,
body.pg-catalog.woocommerce ul.products li.product .price del {
	opacity: 0.55;
	order: -1;
}

body.pg-wide.woocommerce ul.products li.product .price del .amount,
body.pg-catalog.woocommerce ul.products li.product .price del .amount {
	min-width: 0 !important;
	padding: 0.28rem 0.55rem !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	text-decoration: line-through;
	border-color: rgba(168, 176, 189, 0.35) !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: var(--pg-text-muted, #a8b0bd) !important;
	box-shadow: none !important;
}

/* Keep media/title/price compact; CTA pins to card bottom for row alignment */
body.pg-inicio .wc-block-grid__product-image,
body.pg-inicio .wc-block-grid__product-title,
body.pg-inicio .wc-block-grid__product-price {
	flex: 0 0 auto !important;
}

body.pg-inicio .wc-block-grid__product-add-to-cart,
body.pg-inicio .wc-block-grid__product .wp-block-button {
	flex: 0 0 auto !important;
	margin-top: auto !important;
}

/*
 * Unified product-card CTA â€” Blocksy wraps the button in .ct-woo-card-actions.
 * Pin that wrapper to the card bottom; keep the button a fixed-size control.
 */
body.pg-wide.woocommerce ul.products[data-products] {
	align-items: stretch !important;
}

body.pg-wide.woocommerce ul.products li.product,
body.pg-catalog.woocommerce ul.products li.product {
	align-self: stretch !important;
}

body.pg-wide.woocommerce ul.products li.product .ct-woo-card-actions,
body.pg-catalog.woocommerce ul.products li.product .ct-woo-card-actions,
body.pg-wide .wc-block-grid__product .wp-block-button,
body.pg-wide .wc-block-grid__product .wc-block-grid__product-add-to-cart,
body.pg-wide .wc-block-grid__product .wp-block-button.wc-block-components-product-button,
body.pg-wide .wc-block-product .wp-block-button.wc-block-components-product-button,
body.pg-inicio .wc-block-grid__product .wp-block-button,
body.pg-inicio .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 auto !important;
	gap: 0 !important;
	position: relative;
	z-index: 2;
}

body.pg-wide.woocommerce ul.products li.product .entry-meta,
body.pg-catalog.woocommerce ul.products li.product .entry-meta {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.25rem;
	margin: 0.15rem 0 0.35rem !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100%;
}

body.pg-wide.woocommerce ul.products li.product .entry-meta .meta-categories,
body.pg-catalog.woocommerce ul.products li.product .entry-meta .meta-categories,
body.pg-wide.woocommerce ul.products li.product .entry-meta a,
body.pg-catalog.woocommerce ul.products li.product .entry-meta a {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--pg-text-muted, #a8b0bd) !important;
	font-size: 0.68rem !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
}

body.pg-wide.woocommerce ul.products li.product .ct-woo-card-actions .button,
body.pg-wide.woocommerce ul.products li.product .ct-woo-card-actions .added_to_cart,
body.pg-wide.woocommerce ul.products li.product .button,
body.pg-wide.woocommerce ul.products li.product a.button,
body.pg-wide.woocommerce ul.products li.product .added_to_cart,
body.pg-wide .wc-block-grid__product .wp-block-button__link,
body.pg-wide .wc-block-grid__product-add-to-cart a,
body.pg-wide .wc-block-grid__product .wc-block-components-product-button__button,
body.pg-wide .wc-block-product .wc-block-components-product-button__button,
body.pg-wide .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.pg-inicio .wc-block-grid__product .wp-block-button__link,
body.pg-inicio .wc-block-grid__product-add-to-cart a,
body.pg-inicio .wc-block-grid__product .wc-block-components-product-button__button,
body.pg-catalog.woocommerce ul.products li.product .ct-woo-card-actions .button,
body.pg-catalog.woocommerce ul.products li.product .ct-woo-card-actions .added_to_cart,
body.pg-catalog.woocommerce ul.products li.product .button,
body.pg-catalog.woocommerce ul.products li.product a.button,
body.pg-catalog.woocommerce ul.products li.product .added_to_cart {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: stretch !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: none !important;
	height: 3.65rem !important;
	min-height: 3.65rem !important;
	max-height: 3.65rem !important;
	box-sizing: border-box !important;
	text-align: center !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	word-break: normal;
	border: none !important;
	border-radius: var(--pg-btn-radius, 4px) !important;
	background-color: var(--pg-blue, #00a8ff) !important;
	color: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.02em;
	padding: 0 1rem !important;
	margin: 0 !important;
	position: relative;
	z-index: 2;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

body.pg-wide.woocommerce ul.products li.product .button:hover,
body.pg-wide.woocommerce ul.products li.product .added_to_cart:hover,
body.pg-wide .wc-block-grid__product .wp-block-button__link:hover,
body.pg-wide .wc-block-grid__product-add-to-cart a:hover,
body.pg-wide .wc-block-components-product-button__button:hover,
body.pg-wide .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.pg-inicio .wc-block-grid__product .wp-block-button__link:hover,
body.pg-inicio .wc-block-components-product-button__button:hover,
body.pg-catalog.woocommerce ul.products li.product .button:hover,
body.pg-catalog.woocommerce ul.products li.product .added_to_cart:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 168, 255, 0.28);
	background-color: var(--pg-blue-deep, #0047ff) !important;
	color: #fff !important;
}

body.pg-wide.woocommerce ul.products li.product a img,
body.pg-wide .wc-block-grid__product img {
	transition: filter 0.35s ease;
}

body.pg-wide.woocommerce ul.products li.product:hover a img,
body.pg-wide .wc-block-grid__product:hover img {
	transform: none;
	filter: saturate(1.06) brightness(1.03);
}

/* Shop toolbar */
body.pg-wide.pg-catalog .woocommerce-result-count,
body.pg-wide.pg-catalog .woocommerce-ordering {
	margin-bottom: 1.15rem;
}

body.pg-wide.pg-catalog .woocommerce-ordering select {
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--pg-text, #ffffff);
	border-radius: 8px;
	padding: 0.45rem 2rem 0.45rem 0.75rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.pg-wide.pg-catalog .woocommerce-ordering select:hover,
body.pg-wide.pg-catalog .woocommerce-ordering select:focus {
	border-color: rgba(0, 168, 255, 0.55);
	box-shadow: 0 0 0 3px rgba(0, 168, 255, 0.12);
	outline: none;
}

/* InÃ­cio section rhythm */
body.pg-wide.pg-inicio .pg-inicio-section__title {
	position: relative;
	padding-inline-start: 0.85rem;
}

body.pg-wide.pg-inicio .pg-inicio-section__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	bottom: 0.2em;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--pg-blue, #00a8ff), var(--pg-blue-deep, #0047ff));
}

body.pg-wide.pg-inicio .pg-inicio-section__more a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	transition: gap 0.2s ease, color 0.2s ease;
}

body.pg-wide.pg-inicio .pg-inicio-section__more a::after {
	content: "â†’";
	transition: transform 0.2s ease;
}

body.pg-wide.pg-inicio .pg-inicio-section__more a:hover {
	gap: 0.55rem;
}

body.pg-wide.pg-inicio .pg-inicio-section__more a:hover::after {
	transform: translateX(3px);
}

/* PDP interactive polish */
body.pg-wide.pg-single-product .woocommerce-product-gallery {
	transition: border-color 0.25s ease, box-shadow 0.3s ease;
}

body.pg-wide.pg-single-product .woocommerce-product-gallery:hover {
	border-color: rgba(0, 168, 255, 0.35);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 18px 40px rgba(0, 168, 255, 0.08);
}

body.pg-wide.pg-single-product .single_add_to_cart_button,
body.pg-wide.pg-single-product .button.alt {
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

body.pg-wide.pg-single-product .single_add_to_cart_button:hover,
body.pg-wide.pg-single-product .button.alt:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 168, 255, 0.32);
}

body.pg-wide.pg-single-product .pg-seller-aside {
	transition: border-color 0.25s ease, box-shadow 0.3s ease;
}

body.pg-wide.pg-single-product .pg-seller-card {
	transition:
		border-color 0.25s ease,
		box-shadow 0.3s ease,
		transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

body.pg-wide.pg-single-product .pg-seller-card:hover {
	border-color: rgba(0, 168, 255, 0.4);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	body.pg-wide.woocommerce ul.products li.product,
	body.pg-wide .wc-block-grid__product,
	body.pg-wide.woocommerce ul.products li.product a img,
	body.pg-wide .wc-block-grid__product img,
	body.pg-wide.woocommerce ul.products li.product::before,
	.pg-cat-chips__chip,
	body.pg-wide.pg-inicio .pg-inicio-section__more a,
	body.pg-wide.pg-inicio .pg-inicio-section__more a::after,
	body.pg-wide.pg-single-product .single_add_to_cart_button,
	body.pg-wide.pg-single-product .pg-seller-card {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
	color: var(--pg-text-muted);
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--pg-text);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--pg-gold);
}

.woocommerce-tabs ul.tabs li a,
.woocommerce-Tabs-panel,
.related.products > h2 {
	color: var(--pg-text);
}

/* â€”â€” C3 Reviews polish (native Woo + dark brand) â€”â€” */

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce .star-rating {
	color: var(--pg-gold, #ffc107);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce .star-rating::before {
	color: rgba(255, 193, 7, 0.28);
}

body:not(.pg-vendor-dashboard):not(.dokan-dashboard) .woocommerce .star-rating span::before {
	color: var(--pg-gold, #ffc107);
}

body.pg-single-product .woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	margin: 0 0 0.85rem;
}

body.pg-single-product .woocommerce-product-rating .star-rating {
	float: none;
	margin: 0;
	font-size: 0.95rem;
}

body.pg-single-product .woocommerce-review-link {
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.9rem;
	text-decoration: none;
}

body.pg-single-product .woocommerce-review-link:hover {
	color: var(--pg-blue, #00a8ff);
}

body.pg-single-product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
}

body.pg-single-product .woocommerce-tabs ul.tabs::before,
body.pg-single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

body.pg-single-product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

body.pg-single-product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.65rem 0;
	color: var(--pg-text-muted, #a8b0bd);
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

body.pg-single-product .woocommerce-tabs ul.tabs li.active a,
body.pg-single-product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--pg-text, #ffffff);
	border-bottom-color: var(--pg-blue, #00a8ff);
}

body.pg-single-product .woocommerce-Tabs-panel {
	background: transparent;
	padding: 0;
	color: var(--pg-text, #ffffff);
}

body.pg-single-product #reviews #comments h2,
body.pg-single-product #reviews .woocommerce-Reviews-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--pg-text, #ffffff);
	margin: 0 0 1rem;
}

body.pg-single-product #reviews .woocommerce-noreviews {
	margin: 0 0 1.25rem;
}

body.pg-single-product #reviews .commentlist {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

body.pg-single-product #reviews .commentlist .review,
body.pg-single-product #reviews .commentlist .comment {
	margin: 0 0 1rem;
	padding: 1rem 1.1rem;
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pg-radius, 12px);
}

body.pg-single-product #reviews .comment_container {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

body.pg-single-product #reviews .avatar {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

body.pg-single-product #reviews .comment-text {
	flex: 1;
	min-width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

body.pg-single-product #reviews .meta {
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.85rem;
	margin-bottom: 0.35rem;
}

body.pg-single-product #reviews .meta strong {
	color: var(--pg-text, #ffffff);
	font-weight: 600;
}

body.pg-single-product #reviews .description,
body.pg-single-product #reviews .description p {
	color: var(--pg-text, #ffffff);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0.35rem 0 0;
}

body.pg-single-product #review_form_wrapper,
body.pg-single-product #review_form {
	margin-top: 0.5rem;
}

body.pg-single-product #respond .comment-reply-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pg-text, #ffffff);
	margin: 0 0 0.75rem;
}

body.pg-single-product #respond .comment-form-rating label,
body.pg-single-product #respond .comment-form-comment label,
body.pg-single-product #respond .comment-form-author label,
body.pg-single-product #respond .comment-form-email label {
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.85rem;
	font-weight: 600;
}

body.pg-single-product #respond p.stars a {
	color: var(--pg-gold, #ffc107);
}

body.pg-single-product #respond p.stars a:hover,
body.pg-single-product #respond p.stars a.active {
	color: var(--pg-gold, #ffc107);
}

body.pg-single-product #respond textarea,
body.pg-single-product #respond input[type="text"],
body.pg-single-product #respond input[type="email"] {
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--pg-text, #ffffff);
	border-radius: 8px;
}

body.pg-single-product #respond .form-submit input[type="submit"] {
	background: var(--pg-blue, #00a8ff);
	border: 0;
	color: #fff;
	font-weight: 700;
	border-radius: var(--pg-btn-radius, 4px);
	padding: 0.65rem 1.25rem;
}

body.pg-single-product #respond .form-submit input[type="submit"]:hover {
	background: var(--pg-blue-deep, #0047ff);
}

/* â€”â€” Single product (full-width shell + Blocksy gallery + seller aside) â€”â€”
 * Blocksy wraps gallery+summary in `.product-entry-wrapper.is-width-constrained`.
 * Grid must target that wrapper (not nested gallery/summary), or images collapse
 * into a narrow left column and the right half of the page stays empty.
 */
body.pg-single-product #main,
body.pg-single-product main#main,
body.pg-single-product .site-main,
body.pg-single-product .woocommerce,
body.pg-single-product .ct-container:not(.ct-header-container):not(.ct-footer-container) {
	max-width: var(--pg-wide-max, 1600px) !important;
	width: 100%;
	margin-inline: auto;
}

body.pg-single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	grid-template-areas:
		"main seller"
		"tabs seller"
		"related related";
	gap: 1.75rem clamp(1.5rem, 3vw, 2.75rem);
	align-items: start;
	width: 100%;
	max-width: none;
}

body.pg-single-product div.product > .product-entry-wrapper {
	grid-area: main;
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
	--product-gallery-width: 36%;
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.25rem 1.75rem;
}

body.pg-single-product div.product > .product-entry-wrapper > .woocommerce-product-gallery {
	flex: 0 1 420px;
	width: min(36%, 420px) !important;
	max-width: 420px;
}

body.pg-single-product div.product > .product-entry-wrapper > .entry-summary {
	flex: 1 1 280px;
	width: auto !important;
	max-width: none !important;
	margin-inline-start: 0 !important;
}

body.pg-single-product div.product > .pg-seller-aside {
	grid-area: seller;
}

body.pg-single-product div.product > .woocommerce-tabs,
body.pg-single-product div.product > .ct-woocommerce-tabs {
	grid-area: tabs;
	width: 100%;
	clear: none;
	max-width: none !important;
}

body.pg-single-product div.product > .related.products,
body.pg-single-product div.product > .upsells.products,
body.pg-single-product .related.products.is-width-constrained,
body.pg-single-product .up-sells.is-width-constrained {
	grid-area: related;
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

/* Gallery / thumbs â€” landscape 16:9, compact, Blocksy flexy + lightbox */
body.pg-single-product .woocommerce-product-gallery {
	opacity: 1 !important;
	visibility: visible !important;
	float: none !important;
	position: relative;
	overflow: visible;
	align-self: flex-start;
	max-width: min(100%, 420px);
	background:
		linear-gradient(160deg, rgba(0, 168, 255, 0.08), transparent 55%),
		var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(0, 168, 255, 0.18);
	border-radius: var(--pg-radius, 12px);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

body.pg-single-product .woocommerce-product-gallery .ct-product-gallery-container,
body.pg-single-product .woocommerce-product-gallery__wrapper,
body.pg-single-product .woocommerce-product-gallery .flexy {
	width: 100%;
	max-width: none;
	position: relative;
}

/* Landscape frame â€” show full image (contain), no crop zoom. */
body.pg-single-product .woocommerce-product-gallery .flexy-item > .ct-media-container,
body.pg-single-product .woocommerce-product-gallery figure.ct-media-container,
body.pg-single-product .woocommerce-product-gallery .ct-media-container {
	aspect-ratio: 16 / 9 !important;
	width: 100%;
	border-radius: calc(var(--pg-radius, 12px) - 1px);
	overflow: hidden;
	background: #000;
}

body.pg-single-product .woocommerce-product-gallery .ct-media-container[style*="padding-bottom"] {
	padding-bottom: 56.25% !important; /* 16:9 */
	height: 0 !important;
}

body.pg-single-product .woocommerce-product-gallery img,
body.pg-single-product .woocommerce-product-gallery .wp-post-image,
body.pg-single-product .woocommerce-product-gallery .ct-media-container img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	opacity: 1 !important;
	visibility: visible !important;
	object-fit: contain;
	object-position: center center;
}

/* Zoom / expand trigger (red circle on sample) */
body.pg-single-product .woocommerce-product-gallery__trigger {
	position: absolute !important;
	z-index: 12;
	top: 12px !important;
	inset-inline-end: 12px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #0a1218 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	opacity: 1 !important;
	text-indent: -9999px;
}

body.pg-single-product .woocommerce-product-gallery__trigger:hover {
	background: var(--pg-blue, #00a8ff) !important;
	color: #fff !important;
}

body.pg-single-product .woocommerce-product-gallery__trigger:before {
	background-color: currentColor !important;
}

/* Thumbnail strip â€” exactly 3 visible; arrows scroll; disabled at ends */
body.pg-single-product .woocommerce-product-gallery .flexy-pills,
body.pg-single-product .woocommerce-product-gallery ol.flex-control-nav {
	position: relative;
	margin-top: 0.55rem;
	padding: 0 2.35rem 0.65rem;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills.pg-thumbs-carousel {
	display: block;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills[data-type="thumbs"] ol,
body.pg-single-product .woocommerce-product-gallery .flexy-pills[data-type="thumbs"] ol.pg-thumbs-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.45rem;
	overflow-x: hidden;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	--thumbs-width: calc((100% - 0.9rem) / 3);
	--pills-wrap: nowrap;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills[data-type="thumbs"] ol::-webkit-scrollbar {
	display: none;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills li,
body.pg-single-product .woocommerce-product-gallery ol.flex-control-nav li {
	flex: 0 0 var(--thumbs-width, calc((100% - 0.9rem) / 3));
	width: var(--thumbs-width, calc((100% - 0.9rem) / 3));
	max-width: none;
	opacity: 0.88;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills li .ct-media-container {
	aspect-ratio: 16 / 9 !important;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills li .ct-media-container[style*="padding-bottom"] {
	padding-bottom: 56.25% !important;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills li.active,
body.pg-single-product .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
	opacity: 1;
	border-color: var(--pg-blue, #00a8ff);
	box-shadow: 0 0 0 1px rgba(0, 168, 255, 0.35);
	outline: none;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > [class*="flexy-arrow"],
body.pg-single-product .woocommerce-product-gallery .flexy-pills .pg-thumbs-arrow {
	position: absolute;
	top: calc(50% - 0.2rem);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.92) !important;
	box-shadow: none;
	cursor: pointer;
	z-index: 5;
	border: 0;
	padding: 0;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > .flexy-arrow-prev,
body.pg-single-product .woocommerce-product-gallery .flexy-pills > .pg-thumbs-arrow.flexy-arrow-prev {
	left: 0;
	right: auto;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > .flexy-arrow-next,
body.pg-single-product .woocommerce-product-gallery .flexy-pills > .pg-thumbs-arrow.flexy-arrow-next {
	right: 0;
	left: auto;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > [class*="flexy-arrow"]:hover:not(.is-disabled) {
	color: var(--pg-blue, #00a8ff) !important;
	background: transparent !important;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > [class*="flexy-arrow"].is-disabled,
body.pg-single-product .woocommerce-product-gallery .flexy-pills > [class*="flexy-arrow"][aria-disabled="true"] {
	opacity: 0.28 !important;
	color: rgba(255, 255, 255, 0.45) !important;
	cursor: default !important;
	pointer-events: none;
}

body.pg-single-product .woocommerce-product-gallery .flexy-pills > [class*="flexy-arrow"] svg {
	width: 14px;
	height: 14px;
	transform: rotate(var(--rotate, 0deg));
}

/* Main slide arrows â€” keep subtle */
body.pg-single-product .woocommerce-product-gallery .flexy > [class*="flexy-arrow"] {
	opacity: 0.9 !important;
	visibility: visible !important;
	background: rgba(255, 255, 255, 0.92) !important;
	color: #0a1218 !important;
}

/* â€”â€” Photoswipe lightbox â€”â€”
 * Visible: image (green zone) + side arrows + close + bottom toolbar.
 * Everything else (site header/chrome, counter, caption) stays hidden.
 */
.pswp.pg-pswp,
.pswp.pg-pswp.pswp--open,
.pswp.pg-pswp.pswp--visible {
	z-index: 12000 !important; /* above Blocksy sticky header (~10040) */
}

.pswp.pg-pswp .pswp__bg,
.woocommerce .pswp.pg-pswp .pswp__bg {
	background: #000f14 !important;
	opacity: 1 !important;
	backdrop-filter: none;
}

/* Hide non-essential chrome inside the lightbox */
.pswp.pg-pswp .pswp__button--share,
.pswp.pg-pswp .pswp__button--zoom,
.pswp.pg-pswp .pswp__button--fs,
.pswp.pg-pswp .pswp__counter,
.pswp.pg-pswp .pswp__caption,
.pswp.pg-pswp .pswp__share-modal,
.pswp.pg-pswp .pswp__top-bar .pswp__preloader {
	display: none !important;
}

.pswp.pg-pswp .pswp__top-bar {
	background: transparent !important;
	opacity: 1 !important;
	pointer-events: none;
}

/* Close â€” always visible, custom X (sprite was overridden by bg color) */
.pswp.pg-pswp .pswp__button--close,
.pswp.pg-pswp .pg-pswp__close {
	position: fixed !important;
	top: 1.25rem !important;
	right: 1.25rem !important;
	left: auto !important;
	float: none !important;
	width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: rgba(26, 31, 41, 0.96) !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	z-index: 12020 !important;
}

.pswp.pg-pswp .pswp__button--close::before,
.pswp.pg-pswp .pg-pswp__close::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	margin: auto !important;
	width: 18px !important;
	height: 18px !important;
	background: currentColor !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12 19 17.6 17.6 19 12 13.4 6.4 19 5 17.6 10.6 12 5 6.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12 19 17.6 17.6 19 12 13.4 6.4 19 5 17.6 10.6 12 5 6.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pswp.pg-pswp .pswp__button--close:hover {
	background: var(--pg-blue, #00a8ff) !important;
	border-color: transparent !important;
	color: #fff !important;
}

/* Side arrows â€” beside the image (not viewport extremes), larger hit targets */
.pswp.pg-pswp .pswp__button--arrow--left,
.pswp.pg-pswp .pswp__button--arrow--right,
.pswp.pg-pswp.pswp--touch .pswp__button--arrow--left,
.pswp.pg-pswp.pswp--touch .pswp__button--arrow--right {
	visibility: visible !important;
	opacity: 1 !important;
	position: fixed !important;
	top: 50% !important;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	margin-top: -28px !important;
	border-radius: 50% !important;
	background: rgba(26, 31, 41, 0.96) !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
	z-index: 12015 !important;
	pointer-events: auto !important;
}

.pswp.pg-pswp .pswp__button--arrow--left {
	/* Sit just outside a ~centered image column */
	left: max(0.85rem, calc(50% - min(46vw, 640px) - 3.4rem)) !important;
	right: auto !important;
}

.pswp.pg-pswp .pswp__button--arrow--right {
	right: max(0.85rem, calc(50% - min(46vw, 640px) - 3.4rem)) !important;
	left: auto !important;
}

.pswp.pg-pswp .pswp__button--arrow--left:before,
.pswp.pg-pswp .pswp__button--arrow--right:before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
	background: currentColor !important;
	background-image: none !important;
	color: #fff !important;
	box-shadow: none !important;
}

.pswp.pg-pswp .pswp__button--arrow--left:before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.4 4.6 13.9 3.1 5 12l8.9 8.9 1.5-1.5L8 12z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.4 4.6 13.9 3.1 5 12l8.9 8.9 1.5-1.5L8 12z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pswp.pg-pswp .pswp__button--arrow--right:before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.6 4.6 10.1 3.1 19 12l-8.9 8.9-1.5-1.5L16 12z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.6 4.6 10.1 3.1 19 12l-8.9 8.9-1.5-1.5L16 12z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pswp.pg-pswp .pswp__button--arrow--left:hover,
.pswp.pg-pswp .pswp__button--arrow--right:hover {
	background: var(--pg-blue, #00a8ff) !important;
	border-color: transparent !important;
}

/* Bottom toolbar stays visible with the image */
.pg-pswp__toolbar {
	position: fixed;
	left: 50%;
	bottom: max(1.25rem, env(safe-area-inset-bottom, 0px) + 1rem);
	transform: translateX(-50%);
	z-index: 12020;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.6rem;
	border-radius: 999px;
	background: rgba(26, 31, 41, 0.96);
	border: 1px solid rgba(0, 168, 255, 0.3);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.pg-pswp__tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.pg-pswp__tool:hover {
	background: rgba(0, 168, 255, 0.25);
	color: var(--pg-blue, #00a8ff);
}

.pswp.pg-pswp .pswp__ui--hidden .pg-pswp__toolbar,
.pswp.pg-pswp .pswp__ui--hidden .pswp__button--close,
.pswp.pg-pswp .pswp__ui--hidden .pswp__button--arrow--left,
.pswp.pg-pswp .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.pswp.pg-pswp .pswp__img {
	border-radius: 8px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

@media (max-width: 781px) {
	.pswp.pg-pswp .pswp__button--arrow--left {
		left: 0.55rem !important;
	}

	.pswp.pg-pswp .pswp__button--arrow--right {
		right: 0.55rem !important;
	}

	.pswp.pg-pswp .pswp__button--arrow--left,
	.pswp.pg-pswp .pswp__button--arrow--right {
		width: 48px !important;
		height: 48px !important;
		margin-top: -24px !important;
	}
}

body.pg-single-product div.product .summary,
body.pg-single-product div.product .entry-summary {
	float: none !important;
	color: var(--pg-text, #ffffff);
}

body.pg-single-product div.product .product_title {
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin-bottom: 0.65rem;
}

/* AVAILABLE / SOLD / SALES â€” GGMAX-style stats strip */
.pg-product-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0.85rem 0 1.1rem;
	padding: 0.85rem 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(0, 168, 255, 0.06), transparent 70%),
		var(--pg-bg-elevated, #1a1f29);
	overflow: hidden;
}

.pg-product-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.15rem 0.75rem;
	text-align: center;
	min-width: 0;
}

.pg-product-stats__item + .pg-product-stats__item {
	border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

.pg-product-stats__label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pg-text-muted, #a8b0bd);
	line-height: 1.2;
}

.pg-product-stats__value {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 800;
	color: var(--pg-text, #ffffff);
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 480px) {
	.pg-product-stats {
		padding: 0.7rem 0;
	}

	.pg-product-stats__item {
		padding: 0.1rem 0.35rem;
	}

	.pg-product-stats__label {
		font-size: 0.65rem;
		letter-spacing: 0.04em;
	}

	.pg-product-stats__value {
		font-size: 1.05rem;
	}
}

body.pg-single-product div.product p.price,
body.pg-single-product div.product span.price {
	color: var(--pg-gold, #ffc107) !important;
	font-size: 1.45rem;
	font-weight: 750;
}

body.pg-single-product div.product form.cart {
	margin-top: 1.1rem;
}

body.pg-single-product .woocommerce-breadcrumb {
	color: var(--pg-blue, #00a8ff);
	opacity: 0.9;
	margin-bottom: 1rem;
	max-width: none;
}

.pg-seller-aside {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	position: sticky;
	top: calc(var(--pg-header-nav-h, 3.6rem) + 1rem);
}

.pg-seller-card {
	position: relative;
	background:
		linear-gradient(165deg, rgba(0, 168, 255, 0.07), transparent 42%),
		var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1.15rem 1.2rem;
	color: var(--pg-text, #ffffff);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.pg-seller-card--verify {
	background:
		linear-gradient(165deg, rgba(34, 197, 94, 0.06), transparent 45%),
		var(--pg-bg-elevated, #1a1f29);
	border-color: rgba(34, 197, 94, 0.22);
}

.pg-seller-card--trust {
	background:
		linear-gradient(165deg, rgba(255, 193, 7, 0.08), transparent 50%),
		var(--pg-bg-elevated, #1a1f29);
	border-color: rgba(255, 193, 7, 0.28);
}

.pg-seller-card__heading {
	margin: 0 0 0.85rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pg-text-muted, #a8b0bd);
}

.pg-seller-card__profile {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.pg-seller-card__avatar {
	flex: 0 0 auto;
	line-height: 0;
}

.pg-seller-card__avatar img,
.pg-seller-card__avatar .avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: block;
	object-fit: cover;
	border: 2px solid rgba(0, 168, 255, 0.45);
	box-shadow: 0 0 0 3px rgba(0, 168, 255, 0.12);
	background: #0a1218;
}

.pg-seller-card__name {
	display: block;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--pg-blue, #00a8ff) !important;
	text-decoration: none !important;
	line-height: 1.25;
}

.pg-seller-card__name:hover {
	color: var(--pg-gold, #ffc107) !important;
}

.pg-seller-badge {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.pg-seller-badge--verified {
	background: rgba(0, 168, 255, 0.18);
	color: var(--pg-blue, #00a8ff);
	border: 1px solid rgba(0, 168, 255, 0.4);
}

.pg-seller-badge--pending {
	background: rgba(255, 193, 7, 0.12);
	color: var(--pg-gold, #ffc107);
	border: 1px solid rgba(255, 193, 7, 0.35);
}

.pg-seller-badge--level {
	margin-right: 0.35rem;
}

.pg-seller-badge--level-iniciante {
	background: rgba(168, 176, 189, 0.15);
	color: var(--pg-text-muted, #a8b0bd);
	border: 1px solid rgba(168, 176, 189, 0.35);
}

.pg-seller-badge--level-prata {
	background: rgba(192, 192, 192, 0.18);
	color: #e8e8e8;
	border: 1px solid rgba(192, 192, 192, 0.45);
}

.pg-seller-badge--level-ouro {
	background: rgba(255, 193, 7, 0.18);
	color: var(--pg-gold, #ffc107);
	border: 1px solid rgba(255, 193, 7, 0.45);
}

.pg-seller-badge--rep-high {
	background: rgba(0, 168, 255, 0.16);
	color: var(--pg-blue, #00a8ff);
	border: 1px solid rgba(0, 168, 255, 0.4);
}

.pg-seller-badge--rep-mid {
	background: rgba(255, 193, 7, 0.14);
	color: var(--pg-gold, #ffc107);
	border: 1px solid rgba(255, 193, 7, 0.4);
}

.pg-seller-badge--rep-low {
	background: rgba(255, 80, 80, 0.14);
	color: #ff8a8a;
	border: 1px solid rgba(255, 80, 80, 0.35);
}

.pg-seller-badge--suspended {
	background: rgba(255, 80, 80, 0.18);
	color: #ff8a8a;
	border: 1px solid rgba(255, 80, 80, 0.45);
}

.pg-seller-badge--banned {
	background: rgba(122, 0, 0, 0.35);
	color: #ffb4b4;
	border: 1px solid rgba(255, 80, 80, 0.55);
}

.pg-soft-suspend-notice {
	margin: 0 0 1rem;
}

.pg-soft-suspend-loop-badge {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #ff8a8a;
}

.pg-product-soft-suspended .button.product_type_simple,
.pg-product-soft-suspended .add_to_cart_button,
body.pg-vendor-soft-suspended form.cart {
	opacity: 0.45;
	pointer-events: none;
}

.pg-seller-card__stats {
	list-style: none;
	margin: 0 0 0.85rem;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pg-seller-card__stats li {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 0.9rem;
}

.pg-seller-card__stat-label {
	color: var(--pg-text-muted, #a8b0bd);
}

.pg-seller-card__stat-value {
	font-weight: 600;
	color: var(--pg-text, #ffffff);
}

.pg-seller-card__store-link {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--pg-gold, #ffc107) !important;
	text-decoration: none !important;
}

.pg-seller-card__store-link:hover {
	color: #ffd54f !important;
	text-decoration: underline !important;
}

.pg-seller-verify {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-seller-verify li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	line-height: 1.35;
	color: var(--pg-text, #ffffff);
}

.pg-seller-verify__mark {
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
	margin-top: 0.15rem;
	border-radius: 50%;
	background: var(--pg-text-muted, #a8b0bd);
}

.pg-seller-verify li.is-ok .pg-seller-verify__mark {
	background: #22c55e;
	box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.pg-seller-verify li.is-no .pg-seller-verify__mark {
	background: var(--pg-danger, #ff3b5c);
}

.pg-seller-trust {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--pg-text-muted, #a8b0bd);
}

.pg-seller-trust strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--pg-gold, #ffc107);
}

/* Hide vendor contact PII if Dokan Vendor Info tab shows it. */
body.pg-single-product .dokan-vendor-info .vendor-email,
body.pg-single-product .dokan-vendor-info .vendor-phone,
body.pg-single-product #tab-seller .seller-email,
body.pg-single-product #tab-seller .seller-phone,
body.pg-single-product .dokan-store-info .store-email,
body.pg-single-product .dokan-store-info .store-phone {
	display: none !important;
}

@media (max-width: 1100px) {
	body.pg-single-product div.product {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"main"
			"seller"
			"tabs"
			"related";
	}

	body.pg-single-product div.product > .pg-seller-aside {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.85rem;
	}
}

@media (max-width: 781px) {
	body.pg-single-product div.product > .pg-seller-aside {
		grid-template-columns: 1fr;
	}

	body.pg-single-product div.product > .product-entry-wrapper {
		--product-gallery-width: 100%;
	}
}

/* â€”â€” Dokan store list â€”â€” */
.dokan-seller-listing,
.dokan-store-wrap,
#dokan-seller-listing-wrap {
	background: transparent;
	color: var(--pg-text);
}

/* Filter bar: Dokan hardcodes #fff â€” scope with body class (no dashboard). */
body.pg-store-list #dokan-store-listing-filter-wrap,
body.pg-store-list #dokan-store-listing-filter-form-wrap {
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
	border-radius: 10px;
}

body.pg-store-list #dokan-store-listing-filter-wrap .store-count,
body.pg-store-list #dokan-store-listing-filter-wrap label,
body.pg-store-list #dokan-store-listing-filter-wrap .item,
body.pg-store-list #dokan-store-listing-filter-form-wrap label {
	color: var(--pg-text-muted, #a8b0bd);
}

body.pg-store-list #dokan-store-listing-filter-wrap .right .item select,
body.pg-store-list #dokan-store-listing-filter-form-wrap .store-search-input {
	background: var(--theme-form-field-background-initial-color, #0a1218);
	color: var(--theme-form-text-initial-color, #ffffff);
	border: 1px solid var(--theme-form-field-border-initial-color, rgba(255, 255, 255, 0.14));
	min-height: 2.5rem;
	padding: 0.45rem 0.85rem;
}

body.pg-store-list #dokan-store-listing-filter-wrap .dokan-btn,
body.pg-store-list #dokan-store-listing-filter-wrap .dokan-btn-theme,
body.pg-store-list #dokan-store-listing-filter-form-wrap .dokan-btn,
body.pg-store-list #dokan-store-listing-filter-form-wrap .dokan-btn-theme,
body.pg-store-list .dokan-seller-listing .dokan-btn-theme {
	background: var(--pg-blue, #00a8ff);
	border-color: var(--pg-blue, #00a8ff);
	color: #fff;
	border-radius: var(--pg-btn-radius, 4px);
}

body.pg-store-list #dokan-store-listing-filter-wrap .dokan-icons .dokan-icon-div {
	background: #fff;
}

body.pg-store-list #dokan-store-listing-filter-wrap .toggle-view .dashicons {
	color: var(--pg-text-muted, #a8b0bd);
}

body.pg-store-list #dokan-store-listing-filter-wrap .toggle-view .dashicons.active {
	color: var(--pg-gold, #ffc107);
}

body.pg-store-list .dokan-seller-listing .dokan-single-seller,
body.pg-store-list .dokan-store-list .store-content,
body.pg-store-list ul.dokan-seller-wrap li {
	background: var(--pg-bg-elevated);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--pg-radius);
	color: var(--pg-text);
}

body.pg-store-list .dokan-seller-listing .store-data h2 a,
body.pg-store-list #dokan-seller-listing-wrap .store-data h2 a {
	color: var(--pg-text, #ffffff);
}

.dokan-seller-listing a,
.dokan-store-wrap a {
	color: var(--pg-blue);
}

/* Public store page only â€” never the vendor dashboard shell. */
.dokan-store-wrap {
	background: var(--pg-bg);
	color: var(--pg-text);
}

/* â€”â€” Variable offers â€”â€” */
.single-product form.cart .variations {
	width: 100%;
	margin-bottom: 1rem;
}

.single-product form.cart .variations td.label label {
	color: var(--pg-text-muted);
	font-weight: 600;
}

.single-product form.cart .variations select {
	background: var(--pg-bg-elevated);
	color: var(--pg-text);
	border: 1px solid rgba(0, 168, 255, 0.25);
	border-radius: 8px;
	min-width: 12rem;
}

.dokan-dashboard-wrap .pg-offers-help,
.dokan-dashboard-wrap .pg-offers-help-variations {
	margin: 1rem 0;
}

.dokan-dashboard-wrap .pg-offers-help ol {
	margin: 0.5rem 0 0 1.25rem;
}

.dokan-dashboard-wrap .pg-plan-field .help-block {
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.9em;
}

/* â€”â€” WooCommerce My Account (login / register) â€”â€” */
body.pg-account,
body.woocommerce-account {
	--theme-content-spacing: 1.25rem;
	--theme-content-vertical-spacing: 1.25rem;
}

body.pg-account #main,
body.woocommerce-account #main,
body.pg-account .site-main,
body.woocommerce-account .site-main {
	padding-top: var(--pg-header-main-gap, 3.5rem) !important;
	padding-bottom: 2.5rem !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

body.woocommerce-account .woocommerce {
	max-width: var(--pg-content-max, 1440px);
	margin: 0 auto;
	width: 100%;
}

body.woocommerce-account .u-columns,
body.woocommerce-account .col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2.5rem;
	margin: 0 !important;
	align-items: start;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2,
body.woocommerce-account .col-1,
body.woocommerce-account .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 1.35rem 1.5rem 1.5rem;
	margin: 0 !important;
}

body.woocommerce-account h2 {
	color: var(--pg-text) !important;
	font-size: 1.35rem !important;
	margin: 0 0 1rem !important;
}

body.woocommerce-account .woocommerce-form-row input.input-text,
body.woocommerce-account input.input-text,
body.woocommerce-account .woocommerce-Input {
	background: var(--theme-form-field-background-initial-color, #0a1218);
	border: 1px solid var(--theme-form-field-border-initial-color, rgba(255, 255, 255, 0.14));
	color: var(--theme-form-text-initial-color, var(--pg-text));
	border-radius: 6px;
	min-height: 2.6rem;
}

body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.woocommerce-form-login__submit,
body.woocommerce-account button.woocommerce-form-register__submit {
	background: var(--pg-blue) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: var(--pg-btn-radius, 4px) !important;
	font-weight: 700 !important;
}

@media (max-width: 781px) {
	body.woocommerce-account .u-columns,
	body.woocommerce-account .col2-set {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

/* â€”â€” Footer â€”â€” */
.ct-footer .ct-footer-inner,
footer#footer .ct-container {
	max-width: var(--pg-content-max, 1440px);
}

.ct-footer .widget_nav_menu .menu,
.ct-footer nav ul.menu,
.ct-footer .ct-menu,
footer#footer .menu {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.55rem 1.35rem !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ct-footer .menu > li,
.ct-footer .ct-menu > li,
footer#footer .menu > li {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: inline-flex !important;
}

.ct-footer .menu > li > a,
.ct-footer .ct-menu > li > a,
footer#footer .menu > li > a {
	white-space: nowrap !important;
	display: inline-block !important;
	font-size: 0.8rem !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pg-text) !important;
}

.ct-footer {
	padding-top: 1.25rem !important;
	padding-bottom: 1rem !important;
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.pg-landing-mascot img,
	.pg-landing-mascot-wrap::before {
		animation: none;
	}

	.woocommerce ul.products li.product,
	.pg-cta .wp-block-button__link,
	#header .menu > li > a,
	#header .ct-menu > li > a {
		transition: none;
	}
}

/*
 * Responsive system â€” accurate viewports
 * 1400+ large desktop Â· 1200 desktop Â· 999 tablet Â· 781 phone Â· 480 small Â· short height
 */
@media (min-width: 1400px) {
	.pg-prelogin-landing .pg-landing-hero,
	.pg-prelogin-landing .pg-stats-bar,
	.pg-prelogin-landing .pg-value-bar,
	.pg-prelogin-landing .pg-cta-strip,
	.pg-prelogin-landing .pg-pay-strip {
		max-width: var(--pg-content-max, 1440px);
		margin-inline: auto;
		width: 100%;
	}

	.pg-prelogin-landing .pg-landing-title {
		font-size: clamp(2rem, 2.2vw, 2.75rem) !important;
	}
}

@media (max-width: 1199px) {
	#header .header-menu-1 > ul,
	#header .menu,
	#header .ct-menu {
		gap: 1.1rem !important;
		padding: 0 1.15rem !important;
	}

	#header .menu > li > a,
	#header .ct-menu > li > a,
	#header .header-menu-1 > ul > li > a {
		font-size: 0.95rem !important;
		padding: 0 0.55rem !important;
	}

	.pg-prelogin-landing .pg-feature-stack {
		width: 94%;
		max-width: 94%;
	}
}

/* Tablet / Blocksy mobile menu breakpoint */
@media (max-width: 999px) {
	body {
		--pg-header-nav-h: 3.25rem;
	}

	#header [data-row*="middle"] {
		min-height: var(--pg-header-nav-h);
		height: auto;
		padding-block: 0.35rem;
	}

	.custom-logo-link img,
	.ct-logo img {
		max-height: 42px;
	}

	#header [data-id="menu"],
	#header [data-id*="menu"],
	#header .header-menu-1,
	#header .ct-header-nav,
	#header [data-id="menu"] > div,
	#header [data-id*="menu"] > div {
		height: auto;
	}

	#header .header-menu-1 > ul,
	#header .menu,
	#header .ct-menu {
		height: auto !important;
		min-height: 2.75rem !important;
		max-height: none !important;
		padding: 0.4rem 0.85rem !important;
		gap: 0.55rem 0.85rem !important;
		flex-wrap: wrap !important;
		border-radius: 10px !important;
		justify-content: center;
	}

	#header .menu > li > a,
	#header .ct-menu > li > a,
	#header .header-menu-1 > ul > li > a {
		font-size: 0.88rem !important;
		min-height: 2.5rem;
		padding: 0 0.45rem !important;
		gap: 0.35rem !important;
	}

	#header .menu > li > a::before,
	#header .ct-menu > li > a::before,
	#header .header-menu-1 > ul > li > a::before {
		width: 0.85rem !important;
		height: 0.85rem !important;
		min-width: 0.85rem !important;
		flex-basis: 0.85rem !important;
	}

	#header [data-id="button"] a,
	#header .ct-header .ct-button,
	#header .header-button-1 a {
		min-height: 2.5rem;
		font-size: 0.82rem !important;
		padding: 0.45rem 0.85rem 0.45rem 2.1rem !important;
	}

	.pg-prelogin-landing {
		background-size: cover;
		background-position: center 18%;
		height: auto;
		max-height: none;
		min-height: 100dvh;
		overflow-y: auto;
	}

	.pg-prelogin-landing.pg-guest {
		overflow-y: auto;
	}

	.pg-landing {
		--pg-header-offset: var(--pg-header-nav-h, 3.25rem);
		height: auto;
		max-height: none;
		min-height: calc(100dvh - var(--pg-header-offset));
		overflow: visible;
	}

	.pg-landing-hero__visual {
		order: 2;
		display: flex;
		width: 100% !important;
		flex-basis: auto !important;
		max-width: 280px;
		margin-inline: auto;
		pointer-events: none;
	}

	.pg-landing-mascot-wrap {
		min-height: 180px;
	}

	.pg-landing-mascot img {
		max-width: 220px;
		max-height: 240px;
	}

	.pg-landing-hero__aside {
		order: 3;
	}

	.pg-prelogin-landing .pg-feature-stack {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		height: auto;
		max-height: none;
		gap: 0.225rem;
	}

	.pg-prelogin-landing .pg-feature-card {
		flex: none !important;
		height: auto !important;
		min-height: 4.25rem !important;
		max-height: none !important;
	}

	.pg-prelogin-landing .pg-landing-hero__grid {
		flex-direction: column;
		justify-content: flex-start;
		height: auto;
		gap: 0.85rem !important;
	}

	.pg-prelogin-landing .pg-landing-hero__copy,
	.pg-prelogin-landing .pg-landing-hero__aside {
		flex-basis: auto !important;
		width: 100% !important;
	}

	.pg-stats-bar__inner > .wp-block-column,
	.pg-cta-strip__inner > .wp-block-column,
	.pg-value-bar__inner > .wp-block-column {
		width: 50% !important;
		max-width: 50% !important;
		flex: 1 1 50% !important;
	}

	.pg-prelogin-landing .pg-stats-bar__inner,
	.pg-prelogin-landing .pg-value-bar__inner,
	.pg-prelogin-landing .pg-cta-strip__inner {
		flex-wrap: wrap !important;
		row-gap: 0.45rem;
	}

	.pg-prelogin-landing .pg-stat-item__text,
	.pg-prelogin-landing .pg-cta-card__text,
	.pg-prelogin-landing .pg-feature-card__text {
		display: block !important;
		-webkit-line-clamp: unset;
		overflow: visible;
	}
}

/* Large phones / small tablets */
@media (max-width: 781px) {
	body {
		--pg-header-nav-h: 3rem;
	}

	.custom-logo-link img,
	.ct-logo img {
		max-height: 36px;
	}

	#header .header-menu-1 > ul,
	#header .menu,
	#header .ct-menu {
		gap: 0.35rem 0.55rem !important;
		padding: 0.35rem 0.65rem !important;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto !important;
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	#header .menu > li > a,
	#header .ct-menu > li > a,
	#header .header-menu-1 > ul > li > a {
		font-size: 0.8rem !important;
		min-height: 2.5rem;
		white-space: nowrap;
	}

	#header .menu > li:hover::after,
	#header .menu > li.current-menu-item::after,
	#header .ct-menu > li:hover::after,
	#header .ct-menu > li.current-menu-item::after,
	body.home #header .menu > li:first-child::after {
		background-size:
			92% 1.5px,
			92% 1.5px,
			100% 6px,
			100% 6px !important;
	}

	.pg-prelogin-landing {
		background-position: center top;
	}

	.pg-prelogin-landing .pg-landing-hero {
		text-align: center;
		padding: 0.75rem 0.85rem 0.5rem;
	}

	.pg-prelogin-landing .pg-landing-title {
		font-size: clamp(1.35rem, 6vw, 1.85rem) !important;
	}

	.pg-prelogin-landing .pg-landing-lead {
		margin-inline: auto !important;
		max-width: 34rem;
		-webkit-line-clamp: 3;
		font-size: 0.9rem;
	}

	.pg-prelogin-landing .pg-landing-ctas {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.55rem !important;
	}

	.pg-prelogin-landing .pg-landing-ctas .wp-block-button__link,
	.pg-prelogin-landing .pg-landing-ctas .wp-element-button {
		min-width: min(100%, 12.5rem);
		width: auto;
	}

	.pg-prelogin-landing .pg-feature-stack {
		grid-template-columns: 1fr 1fr;
		text-align: left;
	}

	.pg-prelogin-landing .pg-feature-card {
		text-align: left;
		padding: 0.7rem 0.75rem 0.7rem 3.35rem !important;
	}

	.pg-prelogin-landing .pg-landing {
		--pg-feature-h: auto;
		--pg-strip-h: auto;
		--pg-cta-icon: 2.35rem;
		--pg-cta-icon-glyph: 1.45rem;
		--pg-cta-icon-inset: 0.85rem;
		--pg-cta-pad-left: calc(var(--pg-cta-icon-inset) + var(--pg-cta-icon) + 0.65rem);
		--pg-cta-gap: 0.2rem;
	}

	.pg-prelogin-landing .pg-stat-item,
	.pg-prelogin-landing .pg-cta-card {
		height: auto !important;
		min-height: 4rem !important;
		max-height: none !important;
		padding: 0.65rem 0.7rem 0.65rem 3.2rem !important;
	}

	.pg-prelogin-landing .pg-pay-strip {
		padding: 0.65rem 0.85rem !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5rem;
		text-align: center;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}
}

/* Phones */
@media (max-width: 480px) {
	body {
		--pg-header-nav-h: 2.85rem;
	}

	#header .header-menu-1 > ul,
	#header .menu,
	#header .ct-menu {
		padding: 0.3rem 0.5rem !important;
		gap: 0.25rem 0.45rem !important;
	}

	#header .menu > li > a,
	#header .ct-menu > li > a,
	#header .header-menu-1 > ul > li > a {
		font-size: 0.75rem !important;
		padding: 0 0.3rem !important;
	}

	.pg-prelogin-landing .pg-landing-title {
		font-size: clamp(1.2rem, 7vw, 1.55rem) !important;
	}

	.pg-prelogin-landing .pg-landing-lead {
		-webkit-line-clamp: 3;
		font-size: 0.85rem;
	}

	.pg-prelogin-landing .pg-landing-ctas .wp-block-button {
		width: 100%;
	}

	.pg-prelogin-landing .pg-landing-ctas .wp-block-button__link,
	.pg-prelogin-landing .pg-landing-ctas .wp-element-button {
		width: 100%;
		min-width: 0;
		justify-content: center !important;
	}

	.pg-prelogin-landing .pg-feature-stack {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.pg-stats-bar__inner > .wp-block-column,
	.pg-cta-strip__inner > .wp-block-column,
	.pg-value-bar__inner > .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
	}

	.pg-stats-bar__inner > .wp-block-column:not(:last-child)::after,
	.pg-cta-strip__inner > .wp-block-column:not(:last-child)::after,
	.pg-value-bar__inner > .wp-block-column:not(:last-child)::after {
		display: none;
	}

	.pg-prelogin-landing .pg-pay-strip__label,
	.pg-prelogin-landing .pg-pay-strip__pix {
		font-size: 0.85rem;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

/* Short viewports (landscape phones / small laptops / low-res height) */
@media (max-height: 820px) {
	.pg-prelogin-landing,
	.pg-prelogin-landing.pg-guest {
		overflow-y: auto;
		height: auto;
		max-height: none;
		min-height: 100dvh;
	}

	.pg-landing {
		height: auto;
		max-height: none;
		min-height: calc(100dvh - var(--pg-header-offset));
		overflow: visible;
		gap: 0.35rem;
	}

	.pg-prelogin-landing .pg-landing-title {
		font-size: clamp(1.1rem, 3.2vh, 1.85rem) !important;
	}

	.pg-prelogin-landing .pg-landing-lead {
		-webkit-line-clamp: 2;
	}

	.pg-prelogin-landing .pg-feature-card__title,
	.pg-prelogin-landing .pg-stat-item__value,
	.pg-prelogin-landing .pg-cta-card__title {
		-webkit-line-clamp: 2;
		font-size: clamp(0.78rem, 1.6vh, 0.95rem) !important;
	}

	.pg-prelogin-landing .pg-stats-bar,
	.pg-prelogin-landing .pg-value-bar,
	.pg-prelogin-landing .pg-cta-strip,
	.pg-prelogin-landing .pg-pay-strip {
		padding-block: 0.45rem;
	}

	.pg-prelogin-landing .pg-landing {
		--pg-feature-h: 3.75rem;
		--pg-strip-h: 3.75rem;
		--pg-cta-gap: 0.175rem;
	}
}

@media (max-height: 700px) {
	.pg-prelogin-landing,
	.pg-prelogin-landing.pg-guest {
		overflow-y: auto;
		height: auto;
		max-height: none;
		min-height: 100dvh;
	}

	.pg-landing {
		height: auto;
		max-height: none;
		min-height: calc(100dvh - var(--pg-header-offset));
		overflow: visible;
	}

	.pg-prelogin-landing .pg-landing-title {
		font-size: clamp(1.05rem, 3.2vh, 1.65rem) !important;
	}

	.pg-prelogin-landing .pg-landing-lead {
		-webkit-line-clamp: 2;
	}
}

/* Very small phones */
@media (max-width: 360px) {
	#header .menu > li > a,
	#header .ct-menu > li > a {
		font-size: 0.7rem !important;
	}

	.pg-prelogin-landing .pg-landing-ctas .wp-block-button__link {
		font-size: 0.8rem !important;
		padding-left: 2.35rem !important;
	}
}

/* â€”â€” Categorias directory (GGMAX poster grid, Painel Gods dark) â€”â€” */
body.pg-categorias .pg-categorias {
	max-width: var(--pg-wide-max, 1600px);
	margin: 0 auto;
	padding: 1.25rem clamp(1rem, 2vw, 1.5rem) 3rem;
	box-sizing: border-box;
}

body.pg-categorias .pg-categorias__crumbs {
	margin: 0 0 0.75rem !important;
	font-size: 0.9rem !important;
	color: var(--pg-text-muted, #a8b0bd) !important;
}

body.pg-categorias .pg-categorias__crumbs a {
	color: var(--pg-blue, #00a8ff);
	text-decoration: none;
}

body.pg-categorias .pg-categorias__crumbs a:hover {
	color: var(--pg-gold, #ffc107);
}

body.pg-categorias .pg-categorias__heading {
	margin: 0 0 1.25rem !important;
	font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
	font-weight: 800 !important;
	color: var(--pg-text, #ffffff) !important;
}

.pg-cat-dir__filter-wrap {
	margin: 0 0 1.75rem;
	max-width: 28rem;
}

.pg-cat-dir__search {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff);
	font-size: 0.95rem;
}

.pg-cat-dir__search::placeholder {
	color: var(--pg-text-muted, #a8b0bd);
}

.pg-cat-dir__search:focus {
	outline: none;
	border-color: rgba(0, 168, 255, 0.55);
	box-shadow: 0 0 0 3px rgba(0, 168, 255, 0.12);
}

.pg-cat-dir__section {
	margin: 0 0 2.25rem;
}

.pg-cat-dir__title {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--pg-blue, #00a8ff);
}

.pg-cat-dir__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(177px, 1fr));
	gap: 0.85rem;
	align-items: stretch;
}

.pg-cat-dir__item {
	margin: 0;
	min-width: 0;
}

.pg-cat-dir__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
	color: var(--pg-text, #ffffff) !important;
	background: var(--pg-bg-elevated, #1a1f29);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	overflow: hidden;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.pg-cat-dir__card:hover,
.pg-cat-dir__card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(0, 168, 255, 0.45);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	outline: none;
}

.pg-cat-dir__media {
	display: block;
	aspect-ratio: 3 / 4;
	width: 100%;
	background: #050a0e;
	overflow: hidden;
	line-height: 0;
}

.pg-cat-dir__img,
.pg-cat-dir__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pg-cat-dir__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
	font-weight: 800;
	color: var(--pg-blue, #00a8ff);
	background:
		linear-gradient(165deg, rgba(0, 168, 255, 0.18), transparent 55%),
		#0a1218;
}

.pg-cat-dir__name {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.7rem;
	padding: 0.85rem 0.55rem 0.95rem;
	text-align: center;
	font-size: 1.17rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pg-text-muted, #a8b0bd);
	background: rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}

.pg-cat-dir__card:hover .pg-cat-dir__name {
	color: var(--pg-text, #ffffff);
}

.pg-cat-dir__empty {
	color: var(--pg-text-muted, #a8b0bd);
	margin: 1rem 0;
}

/* Hide Blocksy page-title chrome â€” page already has its own H1 */
body.pg-categorias .hero-section,
body.pg-categorias .ct-page-title-container,
body.pg-categorias .entry-header {
	display: none !important;
}

@media (min-width: 900px) {
	.pg-cat-dir__grid {
		grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 1400px) {
	.pg-cat-dir__grid {
		grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	}
}

/* â€”â€” Shop layout (GGMAX-style: left filters + main grid) â€”â€” */
body.pg-catalog .pg-shop-layout {
	display: grid;
	grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
	gap: clamp(1rem, 2vw, 1.75rem);
	align-items: start;
	width: 100%;
	max-width: var(--pg-wide-max, 1600px);
	margin: 0 auto 2rem;
	box-sizing: border-box;
}

body.pg-catalog .pg-shop-filters {
	position: sticky;
	top: 5.5rem;
	padding: 1rem 1.05rem 1.15rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--pg-bg-elevated, #1a1f29);
	box-sizing: border-box;
}

body.pg-catalog .pg-shop-filters__block + .pg-shop-filters__block {
	margin-top: 1.25rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.pg-catalog .pg-shop-filters__title {
	margin: 0 0 0.75rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pg-blue, #00a8ff);
}

body.pg-catalog .pg-shop-filters__cats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

body.pg-catalog .pg-shop-filters__cat {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.35rem 0.45rem;
	border-radius: 6px;
	color: var(--pg-text, #ffffff) !important;
	text-decoration: none !important;
	font-size: 0.9rem;
	line-height: 1.3;
}

body.pg-catalog .pg-shop-filters__cat:hover,
body.pg-catalog .pg-shop-filters__cat:focus-visible {
	background: rgba(0, 168, 255, 0.1);
	color: var(--pg-blue, #00a8ff) !important;
	outline: none;
}

body.pg-catalog .pg-shop-filters__cat.is-active {
	background: rgba(0, 168, 255, 0.16);
	color: var(--pg-blue, #00a8ff) !important;
	font-weight: 600;
}

body.pg-catalog .pg-shop-filters__count {
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.8rem;
	flex: 0 0 auto;
}

body.pg-catalog .pg-shop-filters__field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: var(--pg-text-muted, #a8b0bd);
}

body.pg-catalog .pg-shop-filters__field input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 0.65rem;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #0a1218;
	color: var(--pg-text, #ffffff);
	font-size: 0.95rem;
}

body.pg-catalog .pg-shop-filters__field input:focus {
	outline: none;
	border-color: rgba(0, 168, 255, 0.55);
	box-shadow: 0 0 0 3px rgba(0, 168, 255, 0.12);
}

body.pg-catalog .pg-shop-filters__submit {
	display: block;
	width: 100%;
	margin: 0.25rem 0 0;
	padding: 0.7rem 0.85rem !important;
	border: none !important;
	border-radius: 6px !important;
	background: var(--pg-blue, #00a8ff) !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	cursor: pointer;
	text-align: center;
}

body.pg-catalog .pg-shop-filters__submit:hover {
	box-shadow: 0 8px 18px rgba(0, 168, 255, 0.28);
}

body.pg-catalog .pg-shop-main {
	min-width: 0;
}

body.pg-catalog .pg-shop-header {
	margin: 0 0 1.15rem;
}

body.pg-catalog .pg-shop-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}

body.pg-catalog .pg-shop-header__title {
	margin: 0;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--pg-text, #ffffff);
	line-height: 1.1;
}

body.pg-catalog .pg-shop-header__lead {
	margin: 0.45rem 0 0;
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.95rem;
	line-height: 1.45;
	max-width: 40rem;
}

body.pg-catalog .pg-shop-header__search {
	display: flex;
	align-items: stretch;
	flex: 0 1 22rem;
	min-width: 14rem;
	max-width: 26rem;
	margin-left: auto;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	overflow: hidden;
	background: rgba(26, 31, 41, 0.95);
}

body.pg-catalog .pg-shop-header__search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	padding: 0.7rem 1rem;
	background: transparent;
	color: var(--pg-text, #ffffff);
	font-size: 0.92rem;
}

body.pg-catalog .pg-shop-header__search-input:focus {
	outline: none;
}

body.pg-catalog .pg-shop-header__search-btn {
	flex: 0 0 auto;
	border: 0;
	padding: 0 0.95rem;
	background: transparent;
	color: var(--pg-text, #ffffff);
	font-size: 1.15rem;
	cursor: pointer;
}

body.pg-catalog .pg-shop-header__search-btn:hover {
	color: var(--pg-gold, #ffc107);
}

body.pg-catalog .pg-shop-cat-row {
	display: flex;
	align-items: stretch;
	gap: 0.75rem;
	margin: 0 0 0.85rem;
}

body.pg-catalog .pg-shop-cat-tabs {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

body.pg-catalog .pg-shop-cat-tabs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
}

body.pg-catalog .pg-shop-cat-tabs__item {
	margin: 0;
	min-width: 0;
}

body.pg-catalog .pg-shop-cat-tabs__tab {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	min-height: 3.5rem;
	height: 100%;
	padding: 0.55rem 0.7rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff) !important;
	text-decoration: none !important;
	text-align: left;
	box-sizing: border-box;
	transition:
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

body.pg-catalog .pg-shop-cat-tabs__tab:hover,
body.pg-catalog .pg-shop-cat-tabs__tab:focus-visible {
	border-color: rgba(0, 168, 255, 0.5);
	transform: translateY(-1px);
	outline: none;
}

body.pg-catalog .pg-shop-cat-tabs__tab.is-active {
	border-color: var(--pg-gold, #ffc107);
	box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.28);
}

body.pg-catalog .pg-shop-cat-tabs__tab .pg-cat-chips__thumb {
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 8px;
	flex: 0 0 auto;
}

body.pg-catalog .pg-shop-cat-tabs__name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}

body.pg-catalog .pg-shop-cat-row__sort {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

body.pg-catalog .pg-shop-cat-row__sort .woocommerce-ordering {
	margin: 0 !important;
}

body.pg-catalog .pg-shop-cat-row__sort .woocommerce-ordering select {
	min-width: 10.5rem;
	padding: 0.7rem 2.1rem 0.7rem 0.85rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background-color: var(--pg-bg-elevated, #1a1f29);
	color: var(--pg-text, #ffffff);
	font-size: 0.9rem;
	font-weight: 600;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #ffc107 50%),
		linear-gradient(135deg, #ffc107 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% - 3px), calc(100% - 8px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}

body.pg-catalog .pg-shop-cat-row__sort .woocommerce-ordering select:focus {
	outline: none;
	border-color: rgba(255, 193, 7, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.12);
}

body.pg-catalog.woocommerce .woocommerce-result-count {
	float: none !important;
	margin: 0 0 1rem !important;
	color: var(--pg-text-muted, #a8b0bd);
	font-size: 0.9rem;
}

body.pg-catalog.woocommerce .woocommerce-ordering {
	float: none !important;
}

body.pg-catalog .pg-shop-filters__cat {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
}

body.pg-catalog .pg-shop-filters__cat.is-active {
	background: rgba(255, 193, 7, 0.12);
	color: var(--pg-gold, #ffc107) !important;
	font-weight: 700;
}

body.pg-catalog .pg-shop-filters__submit {
	background: var(--pg-gold, #ffc107) !important;
	color: #0a0f14 !important;
}

body.pg-catalog .pg-shop-filters__submit:hover {
	box-shadow: 0 8px 18px rgba(255, 193, 7, 0.28);
}

/* Hide leftover Gutenberg shop intro if still present */
body.pg-catalog .pg-shop-intro {
	display: none !important;
}

body.pg-catalog .pg-shop-toolbar,
body.pg-catalog .pg-shop-cat-dropdown {
	display: none !important;
}

/* Shop / catalog pagination â€” Blocksy uses .ct-pagination */
body.pg-catalog.woocommerce nav.woocommerce-pagination,
body.pg-catalog .woocommerce-pagination,
body.pg-catalog .ct-pagination {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
	clear: both;
	float: none !important;
	width: 100%;
	margin: 1.75rem 0 0.5rem !important;
	padding: 0.25rem 0 0 !important;
	border: 0 !important;
	grid-template-columns: none !important;
}

body.pg-catalog .ct-pagination[data-pagination="simple"],
body.pg-catalog .ct-pagination[data-pagination="next_prev"] {
	display: flex !important;
	grid-template-columns: none !important;
}

body.pg-catalog .ct-pagination > .ct-hidden-sm,
body.pg-catalog .ct-pagination > div {
	display: inline-flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.45rem;
	margin: 0 !important;
	padding: 0 !important;
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul,
body.pg-catalog .woocommerce-pagination ul.page-numbers {
	display: inline-flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.45rem;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul li,
body.pg-catalog .woocommerce-pagination ul.page-numbers li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	overflow: visible !important;
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul li a,
body.pg-catalog.woocommerce nav.woocommerce-pagination ul li span,
body.pg-catalog .woocommerce-pagination ul.page-numbers li a,
body.pg-catalog .woocommerce-pagination ul.page-numbers li span,
body.pg-catalog .ct-pagination .page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 8px !important;
	background: var(--pg-bg-elevated, #1a1f29) !important;
	color: var(--pg-text, #ffffff) !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul li a:hover,
body.pg-catalog .woocommerce-pagination ul.page-numbers li a:hover,
body.pg-catalog .ct-pagination a.page-numbers:hover {
	border-color: rgba(0, 168, 255, 0.55) !important;
	background: rgba(0, 168, 255, 0.14) !important;
	color: var(--pg-blue, #00a8ff) !important;
	transform: translateY(-1px);
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul li span.current,
body.pg-catalog .woocommerce-pagination ul.page-numbers li span.current,
body.pg-catalog .ct-pagination .page-numbers.current {
	border-color: rgba(255, 193, 7, 0.65) !important;
	background: rgba(255, 193, 7, 0.16) !important;
	color: var(--pg-gold, #ffc107) !important;
}

body.pg-catalog.woocommerce nav.woocommerce-pagination ul li .prev,
body.pg-catalog.woocommerce nav.woocommerce-pagination ul li .next,
body.pg-catalog .woocommerce-pagination ul.page-numbers li .prev,
body.pg-catalog .woocommerce-pagination ul.page-numbers li .next,
body.pg-catalog .ct-pagination .page-numbers.prev,
body.pg-catalog .ct-pagination .page-numbers.next {
	min-width: 2.75rem;
	letter-spacing: 0.02em;
	gap: 0.35rem;
}

@media (max-width: 1100px) {
	body.pg-catalog .pg-shop-cat-tabs__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.pg-catalog .pg-shop-cat-row {
		flex-wrap: wrap;
	}

	body.pg-catalog .pg-shop-cat-row__sort {
		margin-left: auto;
	}
}

@media (max-width: 991px) {
	body.pg-catalog .pg-shop-layout {
		grid-template-columns: 1fr;
	}

	body.pg-catalog .pg-shop-filters {
		position: static;
	}

	body.pg-catalog .pg-shop-cat-tabs__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.pg-catalog .pg-shop-header__search {
		margin-left: 0;
		width: 100%;
		max-width: none;
		flex: 1 1 100%;
	}
}
