/*
Theme Name: Woody Strings Child
Theme URI: https://woodystrings.com
Description: Craft-focused child theme matching the Woody Strings physical shop — wood, gold glow, red string art accents.
Author: Woody Strings
Template: astra
Version: 1.1.0
Text Domain: woodystrings
*/

/* Brand tokens — from physical shop sign & logo */
:root {
	--ws-wood-dark: #2a1810;
	--ws-wood: #4a3224;
	--ws-wood-mid: #6b4423;
	--ws-wood-light: #8b5a2b;
	--ws-wood-panel: #f5ebe0;
	--ws-cream: #faf6f1;
	--ws-cream-dark: #e8dfd0;
	--ws-brick: #8b3a2f;
	--ws-brick-dark: #6b2d24;
	--ws-charcoal: #1a120c;
	--ws-gold: #f4c430;
	--ws-gold-glow: #ffd54f;
	--ws-gold-deep: #c9a020;
	--ws-red: #c41e3a;
	--ws-red-bright: #e53935;
	--ws-string-black: #1a1a1a;
	--ws-steel: #5b7c99;
	--ws-text: #3d2914;
	--ws-text-light: #f5ebe0;
	--ws-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--ws-font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
	--ws-gradient-gold: linear-gradient(135deg, var(--ws-gold-deep) 0%, var(--ws-gold) 45%, var(--ws-gold-glow) 100%);
	--ws-gradient-wood: linear-gradient(180deg, #3d2914 0%, #2a1810 60%, #1a120c 100%);
	--ws-gradient-brick: linear-gradient(160deg, var(--ws-brick-dark) 0%, var(--ws-brick) 50%, #5c2a22 100%);
	--ws-shadow-glow: 0 0 24px rgba(244, 196, 48, 0.35);
}

body.woodystrings-site {
	font-family: var(--ws-font-sans);
	color: var(--ws-text);
	background-color: var(--ws-cream);
	background-image:
		repeating-linear-gradient(
			90deg,
			transparent,
			transparent 48px,
			rgba(107, 68, 35, 0.03) 48px,
			rgba(107, 68, 35, 0.03) 49px
		);
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
	font-family: var(--ws-font-serif);
	color: var(--ws-wood-dark);
	font-weight: 600;
}

a {
	color: var(--ws-red);
}

a:hover {
	color: var(--ws-gold-deep);
}

/* Header — dark wood like shop sign */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
	background: var(--ws-gradient-wood) !important;
	border-bottom: 2px solid var(--ws-gold-deep) !important;
	box-shadow: var(--ws-shadow-glow);
}

.main-header-menu .menu-link,
.main-navigation a,
.site-header a,
.ast-header-custom-item a {
	color: var(--ws-gold-glow) !important;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-shadow: 0 0 12px rgba(255, 213, 79, 0.25);
}

.main-header-menu .menu-link:hover,
.main-navigation a:hover {
	color: #fff !important;
}

.site-title a,
.custom-logo-link {
	filter: drop-shadow(0 0 8px rgba(244, 196, 48, 0.4));
}

/* Header logo — transparent PNG, full bar height */
.site-header .ast-primary-header-bar .ast-builder-grid-row {
	align-items: stretch;
	min-height: 80px;
}

.site-header .ast-primary-header-bar .ast-builder-layout-element[data-section="title_tagline"],
.site-header .ast-primary-header-bar .ast-site-identity,
.site-header .ast-primary-header-bar .site-branding,
.site-header .ast-primary-header-bar .site-logo-img {
	display: flex;
	align-items: stretch;
	padding: 0 !important;
	margin: 0 !important;
	height: 80px;
	line-height: 0;
}

.site-header .ast-primary-header-bar .custom-logo-link,
.site-header .ast-primary-header-bar .ws-header-logo-link {
	display: flex !important;
	align-items: center;
	height: 80px;
	max-height: 80px;
	line-height: 0;
	padding: 5px !important;
	margin: 0 !important;
	box-sizing: border-box;
}

.site-header .ast-primary-header-bar .custom-logo,
.site-header .ast-primary-header-bar .ws-header-logo {
	display: block !important;
	height: 100% !important;
	max-height: 100% !important;
	width: auto;
	max-width: min(280px, 48vw);
	object-fit: contain;
	object-position: left center;
	background: transparent !important;
}

.site-header .ast-primary-header-bar .site-header-primary-section-left {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	align-self: stretch;
}

#ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row,
#ast-mobile-header .ast-primary-header-bar .ast-site-identity,
#ast-mobile-header .ast-primary-header-bar .site-logo-img,
#ast-mobile-header .ast-primary-header-bar .ws-header-logo-link,
#ast-mobile-header .ast-primary-header-bar .ws-header-logo {
	height: 64px;
	max-height: 64px;
}

.site-header .site-title {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Buttons — golden glow like sign */
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
	background: var(--ws-gradient-gold) !important;
	color: var(--ws-wood-dark) !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
	border: 1px solid var(--ws-gold-deep) !important;
	box-shadow: var(--ws-shadow-glow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 32px rgba(244, 196, 48, 0.5);
	color: var(--ws-charcoal) !important;
}

.ws-btn-glow {
	background: var(--ws-gradient-gold) !important;
}

.ws-btn-outline {
	background: transparent !important;
	color: var(--ws-gold-glow) !important;
	border: 2px solid var(--ws-gold) !important;
	box-shadow: none !important;
}

.ws-btn-outline:hover {
	background: rgba(244, 196, 48, 0.15) !important;
	color: #fff !important;
}

/* Hero slides — unified full-bleed banner */
.ws-hero,
.ws-hero-slide {
	background:
		linear-gradient(135deg, rgba(26, 18, 12, 0.88) 0%, rgba(42, 24, 16, 0.85) 50%, rgba(26, 18, 12, 0.9) 100%),
		var(--ws-hero-image, var(--ws-gradient-wood));
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 0 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: var(--ws-hero-height, 420px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.ws-hero::before,
.ws-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 0%, rgba(26, 18, 12, 0.35) 100%);
	pointer-events: none;
}

.ws-hero-overlay {
	position: relative;
	z-index: 1;
	max-width: 720px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ws-hero-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ws-gold-glow);
}

.ws-hero h1,
.ws-hero-slide h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.25rem);
	margin-bottom: 1rem;
	text-shadow: none;
}

.ws-hero-slide .ws-hero-tagline,
.ws-hero-tagline {
	font-size: 1.05rem;
	max-width: 600px;
	margin: 0 auto 0.75rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.6;
}

.ws-hero-sub {
	font-size: 0.95rem;
	max-width: 560px;
	margin: 0 auto 1.75rem;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.5;
}

.ws-hero-meta {
	font-size: 0.9rem;
	max-width: 560px;
	margin: 0 auto 1.5rem;
	opacity: 0.85;
	color: rgba(255, 255, 255, 0.78);
}

.ws-hero-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.ws-hero-slide .ws-hero-btn {
	box-shadow: none !important;
	border-radius: 4px !important;
	font-weight: 600 !important;
	transform: none !important;
}

.ws-hero-slide .ws-hero-btn:hover {
	transform: none !important;
	box-shadow: none !important;
}

.ws-hero-slide .ws-hero-btn--primary {
	background: var(--ws-gold) !important;
	color: var(--ws-charcoal) !important;
	border: 1px solid var(--ws-gold-deep) !important;
}

.ws-hero-slide .ws-hero-btn--primary:hover {
	background: var(--ws-gold-glow) !important;
	color: var(--ws-charcoal) !important;
}

.ws-hero-slide .ws-hero-btn--ghost {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.75) !important;
}

.ws-hero-slide .ws-hero-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.ws-hero-slide .ws-hero-btn--instagram {
	background: rgba(42, 24, 16, 0.65) !important;
	color: var(--ws-gold-glow) !important;
	border: 1px solid rgba(244, 196, 48, 0.55) !important;
}

.ws-hero-slide .ws-hero-btn--instagram:hover {
	background: rgba(244, 196, 48, 0.2) !important;
	color: #fff !important;
}

/* Hero slider */
.ws-hero-slider-wrap {
	position: relative;
	--ws-hero-height: 420px;
}

.ws-hero-slider {
	width: 100%;
	height: var(--ws-hero-height);
	position: relative;
	overflow: hidden;
}

.ws-hero-slider .swiper-wrapper {
	height: var(--ws-hero-height);
}

.ws-hero-slider .swiper-slide {
	height: var(--ws-hero-height) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ws-hero-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: rgba(26, 18, 12, 0.72);
	color: #fff;
	font: inherit;
	line-height: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.ws-hero-slider__arrow svg {
	display: block;
	pointer-events: none;
}

.ws-hero-slider__arrow--prev {
	left: 1rem;
}

.ws-hero-slider__arrow--next {
	right: 1rem;
}

.ws-hero-slider__arrow:hover,
.ws-hero-slider__arrow:focus-visible {
	background: rgba(26, 18, 12, 0.9);
	border-color: #fff;
	outline: none;
}

.ws-hero-slider__pagination {
	position: absolute !important;
	bottom: 0.85rem !important;
	left: 0;
	right: 0;
	z-index: 4;
	pointer-events: none;
}

.ws-hero-slider__pagination .swiper-pagination-bullet {
	pointer-events: auto;
}

.ws-hero-slider__pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.ws-hero-slider__pagination .swiper-pagination-bullet-active {
	background: #fff;
	transform: scale(1.15);
}

/* Prevent Swiper / theme button styles bleeding into nav */
.ws-hero-slider .swiper-button-prev,
.ws-hero-slider .swiper-button-next {
	display: none !important;
}

.ws-hero-slider__arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

/* Craft icon strip */
.ws-craft-strip {
	background: var(--ws-wood-panel);
	border-top: 3px solid var(--ws-red);
	border-bottom: 3px solid var(--ws-red);
	padding: 2rem 1rem;
}

.ws-craft-icons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
}

.ws-craft-icon-card {
	text-align: center;
	padding: 1rem;
	background: #fff;
	border: 1px solid var(--ws-cream-dark);
	border-radius: 4px;
	position: relative;
}

.ws-craft-icon-card::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: var(--ws-string-black);
	border-radius: 50%;
	box-shadow: -20px 0 0 var(--ws-string-black), 20px 0 0 var(--ws-string-black);
}

.ws-craft-icon {
	font-size: 2rem;
	display: block;
	margin: 0.75rem 0 0.5rem;
}

.ws-craft-icon-card h3 {
	font-size: 1rem;
	margin: 0.25rem 0;
	color: var(--ws-red);
}

.ws-craft-icon-card p {
	font-size: 0.85rem;
	margin: 0;
	color: var(--ws-text);
}

/* String + nail dividers */
.ws-string-divider {
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--ws-string-black), var(--ws-red), var(--ws-gold), var(--ws-red), var(--ws-string-black), transparent);
	margin: 0 auto;
	max-width: 280px;
	position: relative;
}

.ws-string-divider--nail::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: radial-gradient(circle at 30% 30%, var(--ws-gold-glow), var(--ws-gold-deep));
	border-radius: 50%;
	border: 1px solid var(--ws-wood-dark);
	box-shadow: -60px 0 0 -2px var(--ws-string-black), 60px 0 0 -2px var(--ws-string-black);
}

/* Sections */
.ws-section {
	padding: 4rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.ws-section--dark {
	background: var(--ws-gradient-brick);
	color: var(--ws-text-light);
	max-width: none;
	padding: 4rem 2rem;
}

.ws-section--dark .ws-section-title h2,
.ws-section--dark .ws-section-title p {
	color: var(--ws-text-light);
}

.ws-section-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.ws-section-title h2 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.ws-section-title h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: var(--ws-gradient-gold);
	margin: 0.75rem auto 0;
	border-radius: 2px;
}

/* Shop gallery */
.ws-shop-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25rem;
	max-width: 1200px;
	margin: 0 auto;
}

.ws-shop-photo {
	margin: 0;
	background: rgba(0, 0, 0, 0.25);
	border: 2px solid rgba(244, 196, 48, 0.35);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.ws-shop-photo img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.ws-shop-photo figcaption {
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	text-align: center;
	background: rgba(42, 24, 16, 0.6);
}

/* Process steps */
.ws-process-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
}

.ws-step {
	text-align: center;
	padding: 1.5rem;
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 4px;
	position: relative;
}

.ws-step::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--ws-red) 0, var(--ws-red) 4px, transparent 4px, transparent 8px);
}

.ws-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--ws-gradient-gold);
	color: var(--ws-wood-dark);
	border-radius: 50%;
	font-weight: 700;
	margin-bottom: 1rem;
	box-shadow: var(--ws-shadow-glow);
}

.ws-step h3 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: var(--ws-red);
}

/* Featured products */
.ws-featured-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.ws-product-card-media {
	display: block;
	position: relative;
	overflow: hidden;
}

.ws-product-card img,
.ws-product-video--card {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.ws-product-video--single {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 6px;
	background: var(--ws-wood-dark);
}

.ws-product-video-wrap--single {
	width: 100%;
	margin-bottom: 1rem;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 6px;
	overflow: hidden;
}

.ws-product-video-badge {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	z-index: 2;
	background: rgba(42, 24, 16, 0.85);
	color: var(--ws-gold-glow);
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.2rem 0.45rem;
	border-radius: 3px;
	border: 1px solid var(--ws-gold);
}

.ws-product-card {
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	position: relative;
}

.ws-product-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--ws-gradient-gold);
	z-index: 1;
}

.ws-product-card:hover {
	box-shadow: 0 12px 32px rgba(42, 24, 16, 0.15);
	border-color: var(--ws-gold);
}

.ws-product-card h3 {
	padding: 1rem 1rem 0.25rem;
	font-size: 1rem;
	margin: 0;
}

.ws-product-card h3 a {
	color: var(--ws-wood-dark);
	text-decoration: none;
}

.ws-product-card h3 a:hover {
	color: var(--ws-red);
}

.ws-product-card .price {
	display: block;
	padding: 0 1rem 1rem;
	color: var(--ws-gold-deep);
	font-weight: 700;
}

/* Craft banner */
.ws-craft-banner {
	background: var(--ws-gradient-wood);
	color: var(--ws-gold-glow);
	padding: 3.5rem 2rem;
	text-align: center;
	border-top: 4px solid var(--ws-red);
	border-bottom: 4px solid var(--ws-red);
}

.ws-craft-banner h2 {
	color: var(--ws-gold-glow);
	text-shadow: 0 0 20px rgba(255, 213, 79, 0.3);
}

.ws-craft-banner p {
	max-width: 560px;
	margin: 0 auto;
	opacity: 0.9;
}

/* Influencers / trust section */
.ws-section--influencers {
	background: var(--ws-cream);
}

.ws-influencers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.ws-influencer-card {
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ws-influencer-card:hover {
	border-color: var(--ws-gold);
	box-shadow: var(--ws-shadow-glow);
}

.ws-influencer-card::before {
	content: "";
	display: block;
	height: 4px;
	background: var(--ws-gradient-gold);
}

.ws-influencer-card--brand::before {
	background: linear-gradient(90deg, var(--ws-red) 0%, var(--ws-gold) 50%, var(--ws-red) 100%);
}

.ws-influencer-media {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	background: var(--ws-wood-dark);
	min-height: 200px;
}

.ws-influencer-card:not(:has(.ws-influencer-photo--secondary)) .ws-influencer-media {
	grid-template-columns: 1fr;
}

.ws-influencer-photo {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.ws-influencer-logo {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	background: var(--ws-wood-dark);
	color: var(--ws-gold-glow);
	font-weight: 800;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	padding: 0.35rem 0.65rem;
	border-radius: 4px;
	border: 1px solid var(--ws-gold);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.ws-influencer-brand-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	background: var(--ws-gradient-wood);
	color: var(--ws-gold-glow);
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.ws-influencer-body {
	padding: 1.25rem 1.35rem 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ws-influencer-badge {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ws-red);
	margin-bottom: 0.5rem;
}

.ws-influencer-body h3 {
	font-family: var(--ws-font-serif);
	font-size: 1.35rem;
	margin: 0 0 0.25rem;
	color: var(--ws-wood-dark);
}

.ws-influencer-subtitle {
	font-size: 0.9rem;
	color: var(--ws-gold-deep);
	font-weight: 600;
	margin: 0 0 0.85rem;
}

.ws-influencer-quote {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	background: var(--ws-wood-panel);
	border-left: 3px solid var(--ws-red);
	border-radius: 0 4px 4px 0;
	font-size: 0.92rem;
	line-height: 1.55;
	font-style: italic;
	color: var(--ws-text);
	flex: 1;
}

.ws-influencer-handle {
	margin: 0;
	font-size: 0.82rem;
	color: var(--ws-wood-mid);
	font-weight: 600;
}

/* Instagram reels */
.ws-section--reels {
	background: #fff;
}

.ws-reels-wrap {
	max-width: 1160px;
	margin: 0 auto;
	padding-bottom: 4px;
}

.ws-reels-slider-outer {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 2px 0 6px;
}

.ws-reels-slider {
	flex: 1;
	overflow: hidden;
	padding: 2px 1px 4px;
}

.ws-reels-slider .swiper-wrapper {
	align-items: stretch;
}

.ws-reels-slider .swiper-slide {
	height: auto;
	display: flex;
	padding-bottom: 2px;
}

.ws-reels-slider__arrow {
	flex-shrink: 0;
	align-self: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 50%;
	background: #fff;
	color: var(--ws-wood-dark);
	font: inherit;
	line-height: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ws-reels-slider__arrow svg {
	display: block;
	flex-shrink: 0;
	pointer-events: none;
}

.ws-reels-slider__arrow:hover,
.ws-reels-slider__arrow:focus-visible {
	border-color: var(--ws-gold);
	color: var(--ws-red);
	outline: none;
}

.ws-reels-slider__arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.ws-reel-card {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-reel-card:hover {
	border-color: var(--ws-gold);
	box-shadow: 0 10px 28px rgba(42, 24, 16, 0.1);
}

.ws-reel-card__media {
	position: relative;
	flex-shrink: 0;
	background: var(--ws-wood-dark);
	height: 400px;
	overflow: hidden;
}

.ws-reel-video,
.ws-reel-card__embed,
.ws-reel-card__poster-link {
	width: 100%;
	height: 100%;
	display: block;
}

.ws-reel-video {
	object-fit: cover;
	background: #000;
}

.ws-reel-card__embed {
	position: relative;
}

.ws-reel-card__embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.ws-reel-card__poster-link {
	position: relative;
}

.ws-reel-card__poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ws-reel-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	color: #fff;
	background: rgba(26, 18, 12, 0.35);
	pointer-events: none;
}

.ws-reel-card__body {
	flex: 1;
	padding: 1rem 1.1rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 7.5rem;
}

.ws-reel-card__badge {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--ws-red);
}

.ws-reel-card__title {
	font-family: var(--ws-font-serif);
	font-size: 1.05rem;
	margin: 0;
	color: var(--ws-wood-dark);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(1.3em * 2);
}

.ws-reel-card__link {
	margin-top: auto;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ws-red);
	text-decoration: none;
}

.ws-reel-card__link:hover {
	color: var(--ws-wood-dark);
}

.ws-reels-follow {
	text-align: center;
	margin: 1.5rem 0 0;
	font-size: 0.92rem;
	color: var(--ws-wood-mid);
}

.ws-reels-follow a {
	color: var(--ws-red);
	font-weight: 600;
	text-decoration: none;
}

/* Customer reviews */
#ws-customer-reviews {
	scroll-margin-top: 96px;
}

.ws-section--reviews {
	background: linear-gradient(180deg, #fff 0%, var(--ws-wood-panel) 100%);
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.ws-section--reviews .ws-section-title {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}

.ws-reviews-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

.ws-reviews-summary {
	text-align: center;
	background: var(--ws-gradient-wood);
	color: var(--ws-text-light);
	border: 2px solid rgba(244, 196, 48, 0.35);
	border-radius: 10px;
	padding: 1.75rem 1.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 10px 28px rgba(42, 24, 16, 0.2);
}

.ws-reviews-score {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

.ws-reviews-average {
	font-family: var(--ws-font-serif);
	font-size: 3rem;
	font-weight: 700;
	color: var(--ws-gold-glow);
	line-height: 1;
	text-shadow: 0 0 18px rgba(255, 213, 79, 0.35);
}

.ws-reviews-label {
	margin: 0.25rem 0 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--ws-gold-glow);
}

.ws-reviews-note {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	opacity: 0.85;
}

.ws-stars {
	display: inline-flex;
	gap: 0.15rem;
	color: var(--ws-cream-dark);
	font-size: 1.1rem;
	line-height: 1;
}

.ws-star--filled {
	color: var(--ws-gold-glow);
	text-shadow: 0 0 8px rgba(255, 213, 79, 0.45);
}

.ws-reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.25rem;
}

.ws-review-card {
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ws-review-card:hover {
	border-color: var(--ws-gold);
	box-shadow: var(--ws-shadow-glow);
}

.ws-review-card:has(.ws-review-media) {
	grid-column: span 1;
}

.ws-review-media {
	background: var(--ws-wood-dark);
	border-bottom: 2px solid var(--ws-cream-dark);
}

.ws-review-screenshot {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.ws-review-body {
	padding: 1.15rem 1.25rem 1.35rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ws-review-rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.ws-review-verified {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ws-wood-dark);
	background: var(--ws-gradient-gold);
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
}

.ws-review-text {
	margin: 0 0 1rem;
	padding: 0;
	border: none;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--ws-text);
	font-style: italic;
	flex: 1;
}

.ws-review-footer {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	border-top: 1px solid var(--ws-cream-dark);
	padding-top: 0.85rem;
}

.ws-review-name {
	font-style: normal;
	font-weight: 700;
	color: var(--ws-wood-dark);
	font-size: 0.95rem;
}

.ws-review-meta {
	font-size: 0.82rem;
	color: var(--ws-gold-deep);
	font-weight: 600;
}

.ws-review-source {
	font-size: 0.75rem;
	color: var(--ws-wood-mid);
}

.ws-cta-panel {
	background: var(--ws-wood-panel);
	border: 1px solid var(--ws-cream-dark);
	border-radius: 8px;
	margin: 2rem auto;
	max-width: 1160px;
}

/* Instagram CTA */
.ws-instagram-cta {
	text-align: center;
	padding: 2rem;
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 6px;
	border-left: 4px solid var(--ws-red);
}

/* WooCommerce shop */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

.woocommerce ul.products li.product {
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 6px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	float: none !important;
	display: flex;
	flex-direction: column;
	height: auto !important;
	min-width: 0;
}

.woocommerce ul.products li.product.ast-full-width,
.woocommerce ul.products li.product.ast-grid-common-col {
	width: 100% !important;
	max-width: 100% !important;
	grid-column: auto !important;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	overflow: hidden;
	background: var(--ws-cream);
	display: grid;
	grid-template: 1fr / 1fr;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap.ws-thumb-missing {
	background:
		linear-gradient(135deg, var(--ws-cream) 0%, var(--ws-cream-dark) 100%);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap > .ast-on-card-button {
	grid-area: 1 / 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 0;
	overflow: hidden;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	aspect-ratio: unset;
	object-fit: cover;
	display: block;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap {
	padding: 0.85rem 1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	flex: 1 1 auto;
}

.woocommerce ul.products li.product .ast-woo-product-category {
	font-size: 0.82rem;
	color: var(--ws-wood-mid);
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--ws-font-serif);
	color: var(--ws-wood-dark) !important;
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.woocommerce ul.products li.product .ast-loop-product__link {
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product .price {
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap .button,
.woocommerce ul.products li.product .astra-shop-summary-wrap .add_to_cart_button {
	margin-top: 0.35rem;
	width: 100%;
	text-align: center;
}

.related.products > h2,
.upsells.products > h2 {
	margin-bottom: 1.25rem;
}

.woocommerce ul.products li.product::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--ws-gradient-gold);
	z-index: 2;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: var(--ws-red);
}

.woocommerce span.onsale {
	background: var(--ws-red) !important;
	color: #fff !important;
}

.woocommerce .price {
	color: var(--ws-gold-deep) !important;
	font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button.alt {
	background: var(--ws-gradient-gold) !important;
	color: var(--ws-wood-dark) !important;
}

/* Product page */
.single-product .product {
	background: #fff;
	padding: 2rem;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 6px;
	border-top: 4px solid var(--ws-red);
}

.ws-product-policy {
	background: var(--ws-wood-panel);
	border: 1px solid var(--ws-cream-dark);
	border-left: 4px solid var(--ws-red);
	padding: 0.85rem 1rem;
	font-size: 0.9rem;
	line-height: 1.55;
	text-align: left;
	width: 100%;
	display: block;
	margin: 1rem 0;
	border-radius: 4px;
}

.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 1rem;
	line-height: 1.6;
	text-align: left;
}

.single-product .woocommerce-product-details__short-description p {
	margin: 0;
}

/* Custom Design — Contact Form 7 */
.ws-custom-design-form-wrap,
.ws-custom-design-form {
	display: grid;
	gap: 1rem;
	max-width: 640px;
	margin: 1.5rem auto 0;
	padding: 1.5rem;
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-left: 4px solid var(--ws-red);
	border-radius: 6px;
}

.ws-form-intro {
	margin: 0 0 0.5rem;
	color: var(--ws-wood-mid);
	font-size: 0.95rem;
	line-height: 1.55;
}

.ws-custom-design-form label,
.ws-custom-design-form-wrap label {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-weight: 600;
	color: var(--ws-wood-dark);
	font-size: 0.92rem;
}

.ws-file-label .ws-file-hint {
	font-weight: 400;
	font-size: 0.82rem;
	color: var(--ws-wood-mid);
}

.ws-custom-design-form input[type="text"],
.ws-custom-design-form input[type="email"],
.ws-custom-design-form input[type="tel"],
.ws-custom-design-form textarea,
.ws-custom-design-form-wrap input[type="text"],
.ws-custom-design-form-wrap input[type="email"],
.ws-custom-design-form-wrap input[type="tel"],
.ws-custom-design-form-wrap textarea {
	width: 100%;
	border: 1px solid var(--ws-cream-dark);
	border-radius: 4px;
	padding: 0.65rem 0.85rem;
	font: inherit;
	background: #fff;
}

.ws-custom-design-form input[type="file"],
.ws-custom-design-form-wrap input[type="file"] {
	width: 100%;
	padding: 0.55rem;
	border: 1px dashed var(--ws-gold-deep);
	border-radius: 4px;
	background: var(--ws-wood-panel);
	cursor: pointer;
}

.ws-file-selection {
	font-size: 0.82rem;
	color: var(--ws-gold-deep);
	font-weight: 500;
}

.ws-custom-design-form input[type="submit"],
.ws-custom-design-form-wrap input[type="submit"] {
	background: var(--ws-gradient-gold) !important;
	color: var(--ws-wood-dark) !important;
	border: 1px solid var(--ws-gold-deep) !important;
	font-weight: 700;
	padding: 0.85rem 1.5rem !important;
	cursor: pointer;
	width: 100%;
	margin-top: 0.5rem;
}

.wpcf7 form.ws-custom-design-form-wrap .wpcf7-response-output {
	margin: 1rem 0 0;
	border-radius: 4px;
}

/* Footer */
.site-footer,
.site-below-footer-wrap {
	background: var(--ws-gradient-wood) !important;
	color: var(--ws-cream) !important;
	border-top: 2px solid var(--ws-gold-deep);
}

.site-footer a {
	color: var(--ws-gold-glow) !important;
}

.site-header .ast-primary-header-bar .site-header-primary-section-right {
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}

.site-header .ast-primary-header-bar .ast-builder-menu-1 {
	flex: 1 1 auto;
	min-width: 0;
}

.site-header .ast-primary-header-bar .main-header-menu {
	flex-wrap: nowrap;
}

.site-header .ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
	white-space: nowrap;
}

/* Header cart & account */
.ws-header-actions-wrap {
	flex: 0 0 auto;
	align-items: center;
	margin-left: 0.35rem;
}

.ws-header-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.ws-header-cart,
.ws-header-account,
.ws-header-register {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-decoration: none;
	color: var(--ws-gold-glow) !important;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(244, 196, 48, 0.45);
	border-radius: 3px;
	background: rgba(42, 24, 16, 0.5);
	transition: all 0.2s ease;
}

.ws-header-cart:hover,
.ws-header-account:hover {
	background: rgba(244, 196, 48, 0.2);
	color: #fff !important;
}

.site-header .ws-header-actions a.ws-header-register,
#masthead .ws-header-actions a.ws-header-register {
	color: var(--ws-wood-dark) !important;
}

.ws-header-register {
	background: var(--ws-gradient-gold) !important;
	color: var(--ws-wood-dark) !important;
	border-color: var(--ws-gold-deep);
}

.ws-header-register:hover {
	color: var(--ws-charcoal) !important;
}

.ws-cart-count {
	background: var(--ws-red);
	color: #fff;
	border-radius: 50%;
	min-width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	font-weight: 700;
}

.ws-social-login {
	background: var(--ws-wood-panel);
	border: 2px solid var(--ws-cream-dark);
	border-left: 4px solid var(--ws-red);
	padding: 1.25rem;
	margin-bottom: 1.5rem;
	border-radius: 4px;
	text-align: center;
}

/* Contact cards */
.ws-contact-card {
	background: #fff;
	padding: 1.5rem;
	border: 2px solid var(--ws-cream-dark);
	border-top: 3px solid var(--ws-gold);
	border-radius: 4px;
}

.ws-contact-card h3 {
	color: var(--ws-red);
}

/* Inquiry plugin overrides */
.ws-advance-policy,
.ws-checkout-intro,
.ws-thankyou-wa,
.ws-account-notice {
	background: var(--ws-wood-panel);
	border: 2px solid var(--ws-cream-dark);
	border-left: 4px solid var(--ws-red);
}

.ws-advance-policy h3,
.ws-checkout-intro h2 {
	color: var(--ws-wood-dark);
}

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

@media (max-width: 768px) {
	.ws-hero-slider-wrap {
		--ws-hero-height: 360px;
	}
	.ws-hero-slide {
		min-height: var(--ws-hero-height);
		padding: 0 1.25rem;
	}
	.ws-hero-slider__arrow {
		width: 38px;
		height: 38px;
	}
	.ws-section {
		padding: 2.5rem 1rem;
	}
	.ws-header-actions {
		flex-wrap: nowrap;
		gap: 0.35rem;
	}
	.ws-header-cart,
	.ws-header-account,
	.ws-header-register {
		font-size: 0.75rem;
		padding: 0.35rem 0.55rem;
	}
	.ws-cart-label {
		display: none;
	}
	.site-header .ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
		padding-left: 0.45rem;
		padding-right: 0.45rem;
		font-size: 0.85rem;
	}
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
	.ws-influencers-grid {
		grid-template-columns: 1fr;
	}
	.ws-influencer-photo {
		height: 200px;
	}
	.ws-reviews-wrap {
		padding: 0 1rem;
	}
	.ws-section--reviews .ws-section-title {
		padding: 0 1rem;
	}
	.ws-reviews-grid {
		grid-template-columns: 1fr;
	}
	.ws-reviews-average {
		font-size: 2.5rem;
	}
	.ws-featured-products {
		grid-template-columns: repeat(2, 1fr);
	}
	.ws-reels-slider-outer {
		gap: 0.25rem;
	}
	.ws-reels-slider__arrow {
		width: 38px;
		height: 38px;
		min-width: 38px;
		min-height: 38px;
	}
	.ws-reel-card__media {
		height: 360px;
	}
}

/* Floating WhatsApp chat */
.ws-wa-chat {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 99990;
	font-family: var(--ws-font-sans, "DM Sans", sans-serif);
}

.ws-wa-chat__toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: auto;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	padding: 0 1.1rem 0 0.95rem;
	margin: 0;
	border: 2px solid var(--ws-gold) !important;
	border-radius: 999px !important;
	background: var(--ws-gradient-wood) !important;
	color: var(--ws-gold-glow);
	font-family: var(--ws-font-sans);
	font-weight: 700;
	font-size: 0.88rem;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: var(--ws-shadow-glow);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ws-wa-chat__toggle-label {
	white-space: nowrap;
}

.ws-wa-chat__toggle:hover,
.ws-wa-chat__toggle:focus-visible {
	transform: translateY(-2px);
	border-color: var(--ws-gold-glow) !important;
	background: var(--ws-gradient-wood) !important;
	color: #fff;
	box-shadow: 0 0 32px rgba(244, 196, 48, 0.5);
	outline: none;
}

.ws-wa-chat__toggle svg {
	display: block;
	flex-shrink: 0;
	pointer-events: none;
}

.ws-wa-chat__panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 0.85rem);
	width: min(340px, calc(100vw - 2rem));
	background: #fff;
	border: 2px solid var(--ws-cream-dark);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(42, 24, 16, 0.18);
	overflow: hidden;
}

.ws-wa-chat__panel[hidden] {
	display: none !important;
}

.ws-wa-chat__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1rem 0.75rem;
	background: var(--ws-gradient-wood);
	color: #fff;
	border-bottom: 3px solid var(--ws-gold);
}

.ws-wa-chat__header strong {
	display: block;
	font-family: var(--ws-font-serif);
	font-size: 1.05rem;
	margin-bottom: 0.2rem;
}

.ws-wa-chat__header p {
	margin: 0;
	font-size: 0.82rem;
	opacity: 0.9;
	line-height: 1.4;
}

.ws-wa-chat__close {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: rgba(255, 255, 255, 0.15) !important;
	color: #fff;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	margin: 0;
	padding: 0;
	border-radius: 50% !important;
	font: inherit;
	line-height: 0;
	cursor: pointer;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	box-shadow: none !important;
	transform: none !important;
}

.ws-wa-chat__close svg {
	display: block;
	flex-shrink: 0;
	pointer-events: none;
}

.ws-wa-chat__close:hover,
.ws-wa-chat__close:focus-visible {
	background: rgba(255, 255, 255, 0.25) !important;
	outline: none;
	transform: none !important;
	box-shadow: none !important;
}

.ws-wa-chat__form {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.ws-wa-chat__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.ws-wa-chat__field span {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--ws-wood-dark);
}

.ws-wa-chat__field em {
	color: var(--ws-red);
	font-style: normal;
}

.ws-wa-chat__field input,
.ws-wa-chat__field textarea {
	width: 100%;
	border: 1px solid var(--ws-cream-dark);
	border-radius: 6px;
	padding: 0.6rem 0.75rem;
	font: inherit;
	color: var(--ws-text);
	background: var(--ws-cream);
	box-sizing: border-box;
}

.ws-wa-chat__field input:focus,
.ws-wa-chat__field textarea:focus {
	outline: 2px solid rgba(244, 196, 48, 0.45);
	border-color: var(--ws-gold);
	background: #fff;
}

.ws-wa-chat__send {
	width: 100%;
	margin: 0 !important;
	text-align: center;
}

.ws-wa-chat__note {
	margin: 0;
	padding: 0 1rem 1rem;
	font-size: 0.75rem;
	line-height: 1.45;
	color: var(--ws-wood-mid);
}

@media (max-width: 768px) {
	.ws-wa-chat {
		right: 0.85rem;
		bottom: 0.85rem;
	}

	.ws-wa-chat__toggle {
		height: 54px;
		min-height: 54px;
		padding: 0 0.95rem 0 0.85rem;
		font-size: 0.82rem;
	}

	.ws-wa-chat__panel {
		width: min(320px, calc(100vw - 1.5rem));
	}
}

/* Homepage SEO section */
.ws-seo-section {
	background: var(--ws-cream);
	border-top: 1px solid var(--ws-cream-dark);
}

.ws-seo-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto 2rem;
	text-align: left;
}

.ws-seo-copy p {
	line-height: 1.7;
	margin-bottom: 1rem;
}

.ws-seo-delivery {
	background: var(--ws-wood-panel);
	border-radius: 8px;
	padding: 1.5rem;
	border: 1px solid var(--ws-cream-dark);
}

.ws-seo-delivery h3 {
	font-family: var(--ws-font-serif);
	margin-top: 0;
	color: var(--ws-wood-dark);
}

.ws-seo-cities {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.6rem;
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
}

.ws-seo-cities li {
	background: var(--ws-cream);
	border: 1px solid var(--ws-cream-dark);
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
	font-size: 0.85rem;
}

.ws-seo-global {
	font-size: 0.9rem;
	opacity: 0.85;
	margin-bottom: 1rem;
}

.ws-seo-delivery .button {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.ws-seo-keywords {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	max-width: 1100px;
	margin: 0 auto 2.5rem;
}

.ws-seo-keywords span {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ws-wood-mid);
	border-bottom: 1px solid var(--ws-gold-deep);
	padding-bottom: 0.15rem;
}

.ws-seo-faq {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

.ws-seo-faq h3 {
	font-family: var(--ws-font-serif);
	text-align: center;
	margin-bottom: 1.25rem;
}

.ws-seo-faq-item {
	border: 1px solid var(--ws-cream-dark);
	border-radius: 6px;
	margin-bottom: 0.65rem;
	background: #fff;
}

.ws-seo-faq-item summary {
	cursor: pointer;
	padding: 0.85rem 1rem;
	font-weight: 600;
	list-style: none;
}

.ws-seo-faq-item summary::-webkit-details-marker {
	display: none;
}

.ws-seo-faq-item p {
	margin: 0;
	padding: 0 1rem 1rem;
	line-height: 1.65;
	font-size: 0.95rem;
}

@media (max-width: 768px) {
	.ws-seo-grid {
		grid-template-columns: 1fr;
	}
}
