/* =========================================
   WOMEN SHOP PAGE
========================================= */

.hop-women-shop-page {
	background: #fbf8f6;
	color: #3f3636;
}

.hop-container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

/* =========================================
   HERO
========================================= */

.hop-shop-hero {
	padding: 56px 0 28px;
	border-top: 1px solid #ece3df;
}

.hop-shop-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}

.hop-shop-hero__eyebrow {
	margin: 0 0 14px;
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c79a8d;
	font-weight: 600;
}

.hop-shop-hero__content h1 {
	margin: 0 0 20px;
	font-size: clamp(2.3rem, 5vw, 4.3rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
	color: #3d3333;
}

.hop-shop-hero__lead {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #6c6161;
}

.hop-shop-hero__image img,
.hop-shop-hero__image .wp-post-image,
.hop-shop-hero__image .attachment-full,
.hop-shop-hero__image .attachment-large {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
}

.hop-shop-hero__image > * {
	background: #f3ece8;
	border: 1px solid #eadfd9;
	padding: 0;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =========================================
   BUTTONS
========================================= */

.hop-button,
.woocommerce a.button.hop-button,
.woocommerce button.button.hop-button,
.woocommerce input.button.hop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	background: #c98f82;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #c98f82;
	border-radius: 0;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: all 0.25s ease;
	box-shadow: none;
}

.hop-button:hover,
.woocommerce a.button.hop-button:hover,
.woocommerce button.button.hop-button:hover,
.woocommerce input.button.hop-button:hover {
	background: #b97f73;
	border-color: #b97f73;
	color: #fff !important;
}

.hop-button--ghost {
	background: transparent !important;
	color: #b57e72 !important;
	border: 1px solid #d7b0a7 !important;
}

.hop-button--ghost:hover {
	background: #f5ece8 !important;
	color: #9f6b60 !important;
	border-color: #cfa094 !important;
}

/* =========================================
   TOP SEARCH BAR
========================================= */

.hop-shop-toolbar {
	padding: 12px 0 26px;
}

.hop-shop-toolbar__search {
	background: #fff;
	border: 1px solid #eadfd9;
	padding: 18px;
}

.hop-shop-search-wrap {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
}

.hop-shop-search-wrap input[type="text"] {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #dfd4cf;
	background: #fff;
	color: #3f3636;
	font-size: 0.98rem;
}

.hop-shop-search-wrap input[type="text"]:focus {
	outline: none;
	border-color: #c98f82;
}

.hop-shop-search-wrap button {
	height: 52px;
	padding: 0 22px;
	border: 1px solid #c98f82;
	background: #c98f82;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease;
}

.hop-shop-search-wrap button:hover {
	background: #b97f73;
	border-color: #b97f73;
}

/* =========================================
   MAIN LAYOUT
========================================= */

.hop-shop-main {
	padding: 10px 0 70px;
}

.hop-shop-layout {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

/* =========================================
   FILTERS
========================================= */

.hop-shop-filters {
	position: sticky;
	top: 30px;
}

.hop-shop-filters__form {
	background: #fff;
	border: 1px solid #eadfd9;
	padding: 24px;
}

.hop-filter-group + .hop-filter-group {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #f0e7e2;
}

.hop-filter-group__label {
	display: block;
	margin: 0 0 12px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8e7370;
}

.hop-shop-filters input[type="text"],
.hop-shop-filters select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #dfd4cf;
	background: #fff;
	color: #3f3636;
	font-size: 0.95rem;
}

.hop-shop-filters input[type="text"]:focus,
.hop-shop-filters select:focus {
	outline: none;
	border-color: #c98f82;
}

.hop-filter-options {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	max-height: 220px;
	overflow: auto;
	padding-right: 4px;
}

.hop-check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	color: #5b5050;
	cursor: pointer;
}

.hop-check input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: #c98f82;
}

.hop-filter-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 28px;
}

/* =========================================
   RESULTS TOP
========================================= */

.hop-shop-results__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.hop-results-count {
	margin: 0;
	color: #7a6e6e;
	font-size: 0.95rem;
}

/* =========================================
   PRODUCT GRID
========================================= */

.hop-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hop-product-card {
	background: #fff;
	border: 1px solid #eadfd9;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hop-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(86, 63, 63, 0.06);
	border-color: #e0d1cb;
}

.hop-product-card__image {
	display: block;
	background: #f7f2ef;
	overflow: hidden;
	aspect-ratio: 4 / 5;
}

.hop-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.hop-product-card:hover .hop-product-card__image img {
	transform: scale(1.03);
}

.hop-product-card__content {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.hop-product-card__category {
	margin: 0 0 8px;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #b69288;
}

.hop-product-card__category a {
	color: inherit;
	text-decoration: none;
}

.hop-product-card__title {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.35;
	font-weight: 500;
}

.hop-product-card__title a {
	color: #3d3333;
	text-decoration: none;
}

.hop-product-card__title a:hover {
	color: #b57e72;
}

.hop-product-card__price {
	margin-bottom: 18px;
	font-size: 1rem;
	font-weight: 600;
	color: #5b4b4b;
}

.hop-product-card__price .amount {
	color: inherit;
}

.hop-product-card__actions {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.hop-product-card .added_to_cart {
	margin-top: 8px;
	font-size: 0.9rem;
	color: #8c6a63;
	text-decoration: none;
}

/* =========================================
   PAGINATION
========================================= */

.hop-pagination {
	margin-top: 36px;
	display: flex;
	justify-content: center;
}

.hop-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	margin: 0 4px;
	border: 1px solid #e2d7d1;
	background: #fff;
	color: #5a4f4f;
	text-decoration: none;
	font-size: 0.92rem;
	transition: all 0.2s ease;
}

.hop-pagination .page-numbers.current,
.hop-pagination .page-numbers:hover {
	background: #c98f82;
	border-color: #c98f82;
	color: #fff;
}

/* =========================================
   EMPTY STATE
========================================= */

.hop-no-results {
	background: #fff;
	border: 1px solid #eadfd9;
	padding: 40px 28px;
	text-align: center;
}

.hop-no-results h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.9rem;
	color: #3d3333;
}

.hop-no-results p {
	margin-bottom: 20px;
	color: #6f6464;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 1024px) {
	.hop-shop-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.hop-shop-layout {
		grid-template-columns: 1fr;
	}

	.hop-shop-filters {
		position: static;
	}

	.hop-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.hop-shop-hero {
		padding: 38px 0 20px;
	}

	.hop-shop-hero__content h1 {
		font-size: 2.4rem;
	}

	.hop-shop-search-wrap {
		grid-template-columns: 1fr;
	}

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

	.hop-shop-filters__form,
	.hop-shop-toolbar__search {
		padding: 16px;
	}
}