/* Adult Store Theme — Daily */

body.adult-store-theme {
	background: var(--adult-store-bg);
	color: var(--adult-store-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.adult-store-theme a {
	color: var(--adult-store-text);
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

body.adult-store-theme a:not([class*="adult-store-showcase__btn"]):not(.adult-store-announcement__cta):not(.button):not(.adult-store-header__cart):not(.adult-store-header__icon-link):hover {
	color: var(--adult-store-accent);
}

.adult-store-type-display,
.adult-store-hp-hero__title,
.adult-store-hp-gender__title,
.adult-store-hp-tech__title,
.adult-store-showcase__grid-title,
.adult-store-hp-journal__title,
.adult-store-hp-privacy__title,
.adult-store-footer__col-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.adult-store-showcase__card-title a {
	font-weight: 400;
	letter-spacing: var(--adult-store-heading-track);
	text-transform: uppercase;
}

.adult-store-showcase__btn,
.adult-store-hp-btn,
body.adult-store-theme .woocommerce a.button,
body.adult-store-theme .woocommerce button.button,
body.adult-store-theme .woocommerce input.button,
body.adult-store-theme .woocommerce #respond input#submit,
body.adult-store-theme a.adult-store-showcase__btn,
body.adult-store-theme a.adult-store-hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.1rem 0.1rem;
	border: 1px solid var(--adult-store-button-secondary-border);
	border-radius: var(--adult-store-radius);
	background-color: var(--adult-store-button-secondary-bg);
	color: var(--adult-store-button-secondary-text);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.adult-store-showcase__btn:hover,
.adult-store-hp-btn:hover,
body.adult-store-theme .woocommerce a.button:hover,
body.adult-store-theme .woocommerce button.button:hover,
body.adult-store-theme .woocommerce input.button:hover,
body.adult-store-theme .woocommerce #respond input#submit:hover,
body.adult-store-theme a.adult-store-showcase__btn:hover,
body.adult-store-theme a.adult-store-hp-btn:hover {
	border-color: var(--adult-store-accent);
	color: var(--adult-store-button-secondary-hover-text);
	background-color: var(--adult-store-button-secondary-hover-bg);
	text-decoration: none;
	opacity: 1;
}

.adult-store-showcase__btn:focus-visible,
.adult-store-hp-btn:focus-visible,
body.adult-store-theme .woocommerce a.button:focus-visible,
body.adult-store-theme .woocommerce button.button:focus-visible {
	outline: 2px solid var(--adult-store-accent);
	outline-offset: 2px;
}

.adult-store-showcase__btn--primary,
.adult-store-hp-btn--primary,
body.adult-store-theme a.adult-store-showcase__btn--primary,
body.adult-store-theme a.adult-store-hp-btn--primary,
body.adult-store-theme .woocommerce a.button.alt,
body.adult-store-theme .woocommerce button.button.alt,
body.adult-store-theme .woocommerce a.button.checkout,
body.adult-store-theme .woocommerce button.button.checkout {
	background-color: var(--adult-store-button-bg);
	border-color: var(--adult-store-button-border);
	color: var(--adult-store-button-text);
}

.adult-store-showcase__btn--primary:hover,
.adult-store-hp-btn--primary:hover,
body.adult-store-theme a.adult-store-showcase__btn--primary:hover,
body.adult-store-theme a.adult-store-hp-btn--primary:hover,
body.adult-store-theme .woocommerce a.button.alt:hover,
body.adult-store-theme .woocommerce button.button.alt:hover,
body.adult-store-theme .woocommerce a.button.checkout:hover,
body.adult-store-theme .woocommerce button.button.checkout:hover {
	background-color: var(--adult-store-button-hover-bg);
	border-color: var(--adult-store-button-hover-bg);
	color: var(--adult-store-button-hover-text);
}

.adult-store-showcase__btn--primary:active,
.adult-store-hp-btn--primary:active,
body.adult-store-theme a.adult-store-showcase__btn--primary:active,
body.adult-store-theme a.adult-store-hp-btn--primary:active,
body.adult-store-theme .woocommerce a.button.alt:active,
body.adult-store-theme .woocommerce button.button.alt:active {
	background-color: var(--adult-store-button-hover-bg);
	border-color: var(--adult-store-button-hover-bg);
	color: var(--adult-store-button-hover-text);
	opacity: 0.92;
}

.adult-store-showcase__btn--secondary,
.adult-store-hp-btn--secondary {
	background: var(--adult-store-button-secondary-bg);
	border-color: var(--adult-store-button-secondary-border);
	color: var(--adult-store-button-secondary-text);
}

.adult-store-showcase__btn--secondary:hover,
.adult-store-hp-btn--secondary:hover {
	background: var(--adult-store-button-secondary-hover-bg);
	border-color: var(--adult-store-accent);
	color: var(--adult-store-button-secondary-hover-text);
}

.adult-store-showcase__btn--secondary:active,
.adult-store-hp-btn--secondary:active {
	background: color-mix(in srgb, var(--adult-store-button-secondary-hover-bg) 80%, var(--adult-store-accent));
	border-color: var(--adult-store-accent);
	color: var(--adult-store-button-secondary-hover-text);
}

.adult-store-showcase__btn--cart,
.adult-store-hp-btn--cart,
body.adult-store-theme .woocommerce ul.products li.product .button {
	border-color: var(--adult-store-accent);
	color: var(--adult-store-text);
	background: transparent;
}

.adult-store-showcase__btn--cart:hover,
.adult-store-hp-btn--cart:hover,
body.adult-store-theme .woocommerce ul.products li.product .button:hover {
	background: color-mix(in srgb, var(--adult-store-accent) 14%, transparent);
	border-color: var(--adult-store-accent);
	color: var(--adult-store-text);
}

.adult-store-showcase__btn:disabled,
.adult-store-hp-btn:disabled,
body.adult-store-theme .woocommerce a.button.disabled,
body.adult-store-theme .woocommerce button.button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.adult-store-site {
	background: var(--adult-store-bg);
}

body.adult-store-front-page .adult-store-site {
	position: relative;
}

.adult-store-main {
	min-height: 60vh;
}

.adult-store-woocommerce,
.adult-store-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ── Header ── */
.adult-store-announcement {
	position: relative;
	z-index: 100;
	background: var(--adult-store-announcement-bg);
	border-bottom: 1px solid rgba(201, 168, 106, 0.18);
	color: var(--adult-store-announcement-text);
	font-size: 0.72rem;
	line-height: 1.2;
}

.adult-store-announcement__inner {
	max-width: none;
	margin: 0;
	padding: 0 8px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.adult-store-announcement__nav {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--adult-store-announcement-text);
	cursor: pointer;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.adult-store-announcement__nav svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.adult-store-announcement__nav:hover:not(:disabled) {
	opacity: 1;
}

.adult-store-announcement__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.adult-store-announcement__track {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 12px;
	padding: 6px 4px;
}

.adult-store-announcement__message {
	flex: 0 1 auto;
	min-width: 0;
	color: var(--adult-store-announcement-promo);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adult-store-announcement__message p,
.adult-store-announcement__message span {
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.adult-store-announcement__message a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.adult-store-announcement__divider {
	flex-shrink: 0;
	color: var(--adult-store-announcement-text);
	font-weight: 300;
	opacity: 0.9;
	user-select: none;
}

.adult-store-announcement__countdown {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--adult-store-announcement-text);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.adult-store-announcement__countdown-part {
	display: inline-flex;
	align-items: baseline;
	gap: 2px;
}

.adult-store-announcement__countdown-value {
	font-variant-numeric: tabular-nums;
}

.adult-store-announcement__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 8px 18px;
	border: 0;
	border-radius: 2px;
	background-color: var(--adult-store-announcement-cta-bg);
	color: var(--adult-store-announcement-cta-text);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.adult-store-announcement__cta:hover {
	background-color: var(--adult-store-announcement-cta-hover-bg);
	color: var(--adult-store-announcement-cta-text);
	opacity: 1;
}

body.adult-store-front-page.adult-store-has-announcement .adult-store-hp-hero__content {
	padding-top: calc(120px + var(--adult-store-header-height, 64px));
}

.adult-store-header {
	position: relative;
	z-index: 400;
	border-bottom: 1px solid var(--adult-store-border);
	background: color-mix(in srgb, var(--adult-store-bg) 92%, transparent);
	backdrop-filter: blur(12px);
}

body.adult-store-front-page .adult-store-header {
	position: absolute;
	top: var(--adult-store-announcement-height, 0px);
	left: 0;
	right: 0;
	border-bottom-color: rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}

body.adult-store-front-page.admin-bar .adult-store-header {
	top: calc(32px + var(--adult-store-announcement-height, 0px));
}

.adult-store-header__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 24px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
}

.adult-store-header__brand .custom-logo {
	max-height: 28px;
	width: auto;
}

.adult-store-header__title {
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--adult-store-text);
}

.adult-store-header__nav {
	justify-self: center;
}

.adult-store-header__nav .menu,
.adult-store-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.adult-store-header__nav a {
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--adult-store-text-muted);
}

.adult-store-header__nav a:hover,
.adult-store-header__nav .current-menu-item > a {
	color: var(--adult-store-text);
}

.adult-store-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.adult-store-header__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: var(--adult-store-text-muted);
	text-decoration: none;
}

.adult-store-header__icon-link:hover {
	color: var(--adult-store-accent);
}

.adult-store-header__icon-link svg {
	width: 1.1rem;
	height: 1.1rem;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.5;
}

.adult-store-header__cart {
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--adult-store-text-muted);
}

.adult-store-header__cart-count {
	color: var(--adult-store-accent);
}

.adult-store-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	outline: none;
	color: var(--adult-store-text);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.adult-store-header__toggle:hover,
.adult-store-header__toggle:focus,
.adult-store-header__toggle:focus-visible {
	border: 0;
	outline: none;
	box-shadow: none;
}

.adult-store-header__toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 1.5px;
	margin: 0;
	border: 0;
	border-radius: 1px;
	background: currentColor;
	transform-origin: center;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.adult-store-nav-open .adult-store-header__toggle span:nth-child(1) {
	transform: translateY(6.5px) rotate(45deg);
}

body.adult-store-nav-open .adult-store-header__toggle span:nth-child(2) {
	opacity: 0;
}

body.adult-store-nav-open .adult-store-header__toggle span:nth-child(3) {
	transform: translateY(-6.5px) rotate(-45deg);
}

body.adult-store-nav-open .adult-store-header {
	z-index: 600;
}

body.adult-store-nav-open .adult-store-header__nav {
	display: block;
	position: relative;
	z-index: 601;
	background: var(--adult-store-bg-elevated);
}

/* ── Footer ── */

/* 1. */
.adult-store-footer__social a svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #888888;              /* */
    stroke-width: 1.25px;         /* */
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.adult-store-footer__social a:hover svg {
    stroke: var(--adult-store-accent); /* */
    transform: translateY(-2px);       /* */
}

/* 2. */
.adult-store-footer__payment-badge svg {
    width: 32px;                  /* */
    height: 20px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.25); /* */
    stroke-width: 1.25px;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

/* Mastercard fill opacity */
.adult-store-footer__payment-badge[title="Mastercard"] svg {
    fill: none;
}

.adult-store-footer__payment-badge:hover svg {
    opacity: 1; /* */
}
.adult-store-footer {
	margin-top: 0;
	padding: 56px 0 32px;
	border-top: 1px solid var(--adult-store-border);
	background: var(--adult-store-bg);
	color: var(--adult-store-text-muted);
}

.adult-store-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.adult-store-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	gap: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--adult-store-border);
}

.adult-store-footer__brand-name {
	margin: 0 0 12px;
	font-size: 0.8rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--adult-store-text);
}

.adult-store-footer__brand-desc {
	margin: 0 0 16px;
	font-size: 0.85rem;
	line-height: 1.6;
	color: var(--adult-store-text-faint);
}

.adult-store-footer__social {
	display: flex;
	gap: 10px;
}

.adult-store-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--adult-store-border);
	border-radius: 50%;
	color: var(--adult-store-text-muted);
	text-decoration: none;
	font-size: 0.65rem;
	letter-spacing: 0.05em;
}

.adult-store-footer__columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.adult-store-footer__col-title {
	margin: 0 0 12px;
	font-size: 0.68rem;
	color: var(--adult-store-text);
}

.adult-store-footer__menu,
.adult-store-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.adult-store-footer__menu li,
.adult-store-footer__nav li {
	margin-bottom: 8px;
}

.adult-store-footer__menu a,
.adult-store-footer__nav a {
	font-size: 0.78rem;
	color: var(--adult-store-text-faint);
	text-decoration: none;
}

.adult-store-footer__menu a:hover,
.adult-store-footer__nav a:hover {
	color: var(--adult-store-accent);
}

.adult-store-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
}

.adult-store-footer__payment-badge {
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--adult-store-border);
	border-radius: var(--adult-store-radius);
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--adult-store-text-faint);
}

.adult-store-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-bottom: 16px;
}

.adult-store-footer__legal a {
	font-size: 0.72rem;
	color: var(--adult-store-text-faint);
	text-decoration: none;
}

.adult-store-footer__copy {
	margin: 0;
	font-size: 0.72rem;
	color: var(--adult-store-text-faint);
}

/* ── WooCommerce ── */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

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

.woocommerce ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	background: var(--adult-store-bg-card);
	border: 1px solid var(--adult-store-border);
	border-radius: var(--adult-store-radius);
	transition: border-color 0.2s ease, transform 0.2s ease;
	overflow: hidden;
}

.woocommerce ul.products li.product:hover {
	border-color: var(--adult-store-border-strong);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
	background: var(--adult-store-product-media-bg, #f3efe8);
	padding: 16px;
	box-sizing: border-box;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 16px;
	font-size: 0.78rem;
	color: var(--adult-store-text);
}

.woocommerce ul.products li.product .price {
	padding: 0 16px 12px;
	color: var(--adult-store-text);
	font-size: 0.85rem;
}

.woocommerce ul.products li.product .price del {
	color: var(--adult-store-text-faint);
}

.woocommerce ul.products li.product .price ins {
	color: var(--adult-store-accent);
	text-decoration: none;
}

.woocommerce span.onsale {
	min-height: auto;
	min-width: auto;
	padding: 0.25rem 0.5rem;
	border-radius: var(--adult-store-radius);
	background: transparent;
	border: 1px solid var(--adult-store-accent);
	color: var(--adult-store-accent);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 32px);
	margin: 0 16px 16px;
}

body.adult-store-theme input[type="text"],
body.adult-store-theme input[type="email"],
body.adult-store-theme input[type="tel"],
body.adult-store-theme input[type="password"],
body.adult-store-theme input[type="search"],
body.adult-store-theme input[type="number"],
body.adult-store-theme input[type="url"],
body.adult-store-theme select,
body.adult-store-theme textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--adult-store-border);
	border-radius: var(--adult-store-radius);
	background: var(--adult-store-bg-soft);
	color: var(--adult-store-text);
	font-size: 0.9rem;
}

body.adult-store-theme input::placeholder,
body.adult-store-theme textarea::placeholder {
	color: var(--adult-store-text-faint);
}

body.adult-store-theme input:focus,
body.adult-store-theme select:focus,
body.adult-store-theme textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
	border-color: var(--adult-store-accent);
	outline: none;
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--adult-store-accent) 35%, transparent);
}

body.adult-store-theme label,
.woocommerce form .form-row label {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--adult-store-text-muted);
}

/* Notice styles moved to assets/css/woocommerce/notices.css */

/* ── Daily— product-card.css ── */
.adult-store-showcase__card {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
	transition: none;
}

.adult-store-showcase__card:hover {
	border-color: transparent;
	transform: none;
}

.adult-store-showcase__card-title a {
	color: inherit;
	font-size: inherit;
}

.adult-store-showcase__card-price,
.adult-store-showcase__card-price .amount {
	color: var(--adult-store-text);
}

.adult-store-showcase__card-desc {
	color: var(--adult-store-text-faint);
	font-size: 0.78rem;
}

.adult-store-showcase__grid-title {
	color: var(--adult-store-text);
	font-size: 1.1rem;
}

.adult-store-showcase__grid-subtitle,
.adult-store-showcase__grid-desc,
.adult-store-showcase__grid-note {
	color: var(--adult-store-text-muted);
}

.adult-store-showcase__stock--in-stock {
	background: color-mix(in srgb, var(--adult-store-accent) 12%, transparent);
	color: var(--adult-store-accent);
}

.adult-store-showcase__stock--out-of-stock {
	background: var(--adult-store-bg-soft);
	color: var(--adult-store-text-faint);
}

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.adult-store-footer__top {
		grid-template-columns: 1fr;
	}

	.adult-store-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.adult-store-announcement {
		z-index: 100;
	}

	.adult-store-announcement__inner {
		padding: 6px 10px;
		min-height: auto;
	}

	.adult-store-announcement__track {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px;
		padding: 0;
		max-width: 100%;
	}

	.adult-store-announcement__message {
		flex: 1 1 100%;
		max-width: 100%;
		font-size: 0.62rem;
		letter-spacing: 0.1em;
		white-space: normal;
		text-align: center;
		line-height: 1.35;
		overflow: visible;
		text-overflow: unset;
	}

	.adult-store-announcement__divider {
		display: none;
	}

	.adult-store-announcement__countdown {
		font-size: 0.62rem;
		gap: 4px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.adult-store-announcement__cta {
		min-height: 34px;
		max-width: 100%;
		padding: 6px 14px;
		font-size: 0.62rem;
	}

	/* Header */
	body.adult-store-front-page .adult-store-header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		background: color-mix(in srgb, var(--adult-store-bg) 96%, transparent);
	}

	body.adult-store-front-page.admin-bar .adult-store-header {
		top: auto;
	}

	body.adult-store-front-page.adult-store-has-announcement .adult-store-hp-hero__content {
		padding-top: 56px;
	}

	.adult-store-showcase__btn,
	.adult-store-hp-btn,
	body.adult-store-theme .woocommerce a.button,
	body.adult-store-theme .woocommerce button.button,
	body.adult-store-theme .woocommerce ul.products li.product .button {
		min-height: 48px;
		font-size: 0.7rem;
	}

	.adult-store-header__inner {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		grid-template-areas:
			"toggle brand actions"
			"nav nav nav";
		gap: 8px 12px;
		padding: 12px 16px;
		min-height: 56px;
	}

	.adult-store-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		grid-area: toggle;
		width: 40px;
		height: 40px;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.adult-store-header__brand {
		grid-area: brand;
		justify-self: center;
		text-align: center;
	}

	.adult-store-header__actions {
		grid-area: actions;
		justify-self: end;
	}

	.adult-store-header__nav {
		display: none;
		grid-area: nav;
		grid-column: 1 / -1;
		padding-top: 12px;
		border-top: 1px solid var(--adult-store-border);
	}

	body.adult-store-nav-open .adult-store-header__nav {
		display: block;
	}

	.adult-store-header__nav .menu,
	.adult-store-header__nav ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

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

	.adult-store-footer__columns {
		grid-template-columns: 1fr;
	}
}

