/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

.y3k-product-hero {
    display: grid !important;
    grid-template-columns: 62% 34% !important;
    gap: 4% !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    align-items: start !important;
}

.y3k-product-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.y3k-gallery-tile {
    aspect-ratio: 1 / 1;
    border: 2px solid #0b4a54;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.y3k-gallery-img,
.y3k-gallery-tile img,
.y3k-gem-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.y3k-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 3px solid #0b4a54;
    background: rgba(255,255,255,.65);
    color: #0b4a54;
    font-size: 34px;
    cursor: pointer;
}

/* Right Summary */
.y3k-custom-summary {
    max-width: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071f3a;
}

.y3k-custom-summary h1 {
    font-size: 34px;
    line-height: 1.12;
    margin: 0 0 14px;
    font-weight: 400;
}

.y3k-origin-line {
    font-size: 14px;
    margin-bottom: 26px;
}

.y3k-reference-line {
    font-size: 14px;
    margin-bottom: 24px;
}

.y3k-only-one {
    text-align: center;
    margin-bottom: 4px;
}

.y3k-price {
    text-align: center;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
}

.y3k-price .woocommerce-Price-amount {
    font-size: 48px;
}

.y3k-tax {
    text-align: right;
    font-size: 12px;
    margin: 0 0 24px;
}

.y3k-reserve-btn {
    display: block;
    background: #0b5a4c;
    color: #fff !important;
    text-align: center;
    padding: 18px;
    letter-spacing: 5px;
    text-decoration: none;
    margin-bottom: 24px;
}

.y3k-reserve-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.y3k-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.y3k-trust-list li {
    margin: 8px 0;
    font-weight: 600;
}

.y3k-trust-list li::before {
    content: "💎";
    margin-right: 9px;
}

.y3k-outline-btn {
    display: block;
    border: 2px solid #0b4a54;
    color: #071f3a !important;
    text-align: center;
    padding: 16px;
    margin: 12px 0;
    letter-spacing: 4px;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 900px) {
    .y3k-product-hero {
        grid-template-columns: 1fr !important;
    }

    .y3k-custom-summary {
        max-width: 100% !important;
        margin-top: 30px !important;
    }
}
.y3k-spec-section {
    background: #071f3a;
    color: #fff;
    padding: 55px 0 70px;
    margin-top: 60px;
}

.y3k-container {
    max-width: 1200px;
    margin: 0 auto;
}

.y3k-spec-section h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 4px;
}

.y3k-reference {
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding-bottom: 8px;
    margin-bottom: 28px;
}

.y3k-reference span {
    margin-left: 8px;
}

.y3k-spec-intro {
    margin-bottom: 28px;
}

.y3k-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.y3k-spec-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    margin-bottom: 18px;
}

.y3k-spec-row strong,
.y3k-spec-row span,
.y3k-spec-row a {
    color: #fff;
}

@media (max-width: 768px) {
    .y3k-spec-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.y3k-story-section {
    background: #f8f5ef;
    padding: 65px 0;
}

.y3k-story-block {
    margin-bottom: 70px;
}

.y3k-story-block h2 {
    color: #071f3a;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 2px solid #071f3a;
    padding-bottom: 8px;
    margin-bottom: 28px;
}

.y3k-story-block p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.y3k-care-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: center;
    margin: 28px 0 36px;
}

.y3k-care-icons span {
    font-size: 20px;
}

@media (max-width: 768px) {
    .y3k-care-icons {
        grid-template-columns: 1fr 1fr;
    }
}
/* =========================
   Y3K SHOP HERO
   ========================= */

.y3k-shop-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: auto;
	padding: 75px 30px;
	overflow: hidden;
	background-color: #003d28;
	background-image: var(--y3k-shop-hero-image);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	color: #fff;
	isolation: isolate;
}

.y3k-shop-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(
			90deg,
			rgba(0, 48, 32, 0.98) 0%,
			rgba(0, 48, 32, 0.92) 42%,
			rgba(0, 48, 32, 0.58) 68%,
			rgba(0, 48, 32, 0.20) 100%
		);
}

.y3k-shop-hero__container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.y3k-shop-hero__content {
	width: 100%;
	max-width: 760px;
}

.y3k-shop-hero__eyebrow {
	margin: 0 0 18px;
	color: #d1a84b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.y3k-shop-hero__title {
	margin: 0 0 24px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 5.3vw, 76px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.y3k-shop-hero__title span {
	display: block;
}

.y3k-shop-hero__description {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	line-height: 1.7;
}

.y3k-shop-hero__description p {
	margin: 0;
}

.y3k-shop-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

.y3k-shop-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.y3k-shop-hero__button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.y3k-shop-hero__button--primary {
	background: #d1a84b;
	color: #082f23;
}

.y3k-shop-hero__button--primary:hover {
	background: #e0bd66;
	color: #082f23;
}

.y3k-shop-hero__button--secondary {
	border-color: rgba(255, 255, 255, 0.75);
	background: transparent;
	color: #fff;
}

.y3k-shop-hero__button--secondary:hover {
	border-color: #d1a84b;
	background: rgba(209, 168, 75, 0.1);
	color: #d1a84b;
}

.y3k-shop-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.y3k-shop-hero__trust li {
	position: relative;
	margin: 0;
	padding-left: 18px;
}

.y3k-shop-hero__trust li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d1a84b;
	transform: translateY(-50%);
}

/* Full-width Shop sections */
.woocommerce-shop .y3k-shop-hero,
.woocommerce-shop .y3k-shop-categories {
	display: block;
	width: 100vw;
	max-width: none;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* Prevent Astra wrappers from clipping sections */
.woocommerce-shop .site-content,
.woocommerce-shop .ast-container,
.woocommerce-shop #primary {
	overflow: visible;
}

/* Hide Shop breadcrumb */
.woocommerce-shop .woocommerce-breadcrumb {
	display: none;
}

/* Tablet */
@media (max-width: 1024px) {
	.y3k-shop-hero {
		min-height: auto;
		padding: 75px 24px;
		background-position: 65% center;
	}

	.y3k-shop-hero__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(0, 48, 32, 0.97) 0%,
				rgba(0, 48, 32, 0.88) 58%,
				rgba(0, 48, 32, 0.52) 100%
			);
	}

	.y3k-shop-hero__content {
		max-width: 650px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.y3k-shop-hero {
		min-height: auto;
		padding: 70px 18px;
		background-position: 68% center;
	}

	.y3k-shop-hero__overlay {
		background: rgba(0, 48, 32, 0.9);
	}

	.y3k-shop-hero__container {
		padding: 0;
	}

	.y3k-shop-hero__eyebrow {
		font-size: 12px;
		letter-spacing: 0.11em;
	}

	.y3k-shop-hero__title {
		font-size: clamp(38px, 12vw, 52px);
		line-height: 1.08;
	}

	.y3k-shop-hero__description {
		font-size: 17px;
		line-height: 1.6;
	}

	.y3k-shop-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.y3k-shop-hero__button {
		width: 100%;
	}

	.y3k-shop-hero__trust {
		flex-direction: column;
		gap: 10px;
	}
}
/* =========================================================
   Y3K Shop by Gemstone
========================================================= */

.y3k-gem-categories {
	padding: 58px 30px 52px;
	background: #fff;
}

.y3k-gem-categories__container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.y3k-gem-categories__title {
	margin: 0 0 30px;
	color: #151515;
	font-family: marcellous,;
	font-size: clamp(34px, 4vw, 42px);
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
}

.y3k-gem-categories__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 14px;
}

.y3k-gem-category {
	display: flex;
	width: 78px;
	flex-direction: column;
	align-items: center;
	color: #252525;
	text-align: center;
	text-decoration: none;
}

.y3k-gem-category__image-wrap {
	display: flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #9aabb0;
	background: #fff;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.y3k-gem-category__image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9px;
	object-fit: contain;
}

.y3k-gem-category__name {
	display: block;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

.y3k-gem-category:hover .y3k-gem-category__image-wrap,
.y3k-gem-category:focus-visible .y3k-gem-category__image-wrap {
	border-color: #b58a32;
	box-shadow: 0 8px 20px rgba(18, 52, 40, 0.12);
	transform: translateY(-3px);
}

.y3k-gem-category:hover .y3k-gem-category__name {
	color: #8b6825;
}

.y3k-gem-category:focus-visible {
	outline: 2px solid #b58a32;
	outline-offset: 5px;
}

/* Tablet */

@media (max-width: 768px) {
	.y3k-gem-categories {
		padding: 48px 22px 44px;
	}

	.y3k-gem-categories__grid {
		gap: 22px 12px;
	}
}

/* Mobile */

@media (max-width: 480px) {
	.y3k-gem-categories {
		padding: 42px 16px 38px;
	}

	.y3k-gem-categories__title {
		margin-bottom: 26px;
		font-size: 34px;
	}

	.y3k-gem-categories__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 10px;
	}

	.y3k-gem-category {
		width: auto;
	}

	.y3k-gem-category__image-wrap {
		width: 72px;
		height: 72px;
	}

	.y3k-gem-category__name {
		font-size: 13px;
	}
}
.y3k-gem-categories {
	padding: 48px 30px 42px;
}

.y3k-gem-categories__container {
	max-width: 1180px;
}

.y3k-gem-categories__title {
	margin-bottom: 26px;
}

.y3k-gem-categories__grid {
	gap: 24px 18px;
}

.y3k-gem-category {
	width: 92px;
}

.y3k-gem-category__image-wrap {
	width: 82px;
	height: 82px;
}

.y3k-gem-category__name {
	margin-top: 9px;
	font-size: 14px;
}
.y3k-gem-category__image {
    transition: transform .25s ease;
}

.y3k-gem-category:hover .y3k-gem-category__image {
    transform: scale(1.08);
}
/* ==============================================================
   Y3K SHOP — PRODUCT GRID AND PRODUCT CARDS
   ============================================================== */


/* --------------------------------------------------------------
   1. Product Grid
   -------------------------------------------------------------- */

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px 28px;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------------------
   2. Product Card
   -------------------------------------------------------------- */

.woocommerce ul.products li.product.y3k-product-card {
	float: none;
	width: auto;
	margin: 0;
	list-style: none;
}

.y3k-product-card {
	height: 100%;
}

.y3k-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;

	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 10px;

	color: inherit;
	text-decoration: none;

	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);

	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.y3k-product-card__link,
.y3k-product-card__link:hover,
.y3k-product-card__link:focus {
	text-decoration: none;
}


/* --------------------------------------------------------------
   3. Product Image
   -------------------------------------------------------------- */

.y3k-product-card__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;

	background: #fafafa;
}

.y3k-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	object-fit: cover;
	object-position: center;

	transition: transform 0.45s ease;
}


/* --------------------------------------------------------------
   4. Product Content
   -------------------------------------------------------------- */

.y3k-product-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 22px 26px;
}


/* --------------------------------------------------------------
   5. Product Name
   -------------------------------------------------------------- */

.y3k-product-card__title {
	margin: 0 0 14px;

	font-family: "Marcellus", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;

	color: #071f3a;

	transition: color 0.3s ease;
}


/* --------------------------------------------------------------
   6. Product Specifications
   -------------------------------------------------------------- */

.y3k-product-card__specifications {
	margin-bottom: 18px;
}

.y3k-product-card__primary-specs,
.y3k-product-card__cut {
	margin: 0;

	font-family: "Bauer Bodoni", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;

	color: #222222;
}

.y3k-product-card__cut {
	margin-top: 3px;
}


/* --------------------------------------------------------------
   7. Product Price
   -------------------------------------------------------------- */

.y3k-product-card__price {
	margin-top: auto;
	padding-top: 4px;

	font-family: "Marcellus", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;

	color: #1b6b57;
}

.y3k-product-card__price .amount {
	color: inherit;
}

.y3k-product-card__price del {
	margin-right: 7px;
	opacity: 0.5;

	color: #222222;
	font-size: 0.82em;
}

.y3k-product-card__price ins {
	color: #1b6b57;
	text-decoration: none;
}


/* --------------------------------------------------------------
   8. Hover and Keyboard Focus
   -------------------------------------------------------------- */

.y3k-product-card__link:hover,
.y3k-product-card__link:focus-visible {
	transform: translateY(-6px);

	border-color: #1b6b57;

	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.11);
}

.y3k-product-card__link:hover .y3k-product-card__image img,
.y3k-product-card__link:focus-visible .y3k-product-card__image img {
	transform: scale(1.045);
}

.y3k-product-card__link:focus-visible {
	outline: 2px solid #1b6b57;
	outline-offset: 3px;
}


/* --------------------------------------------------------------
   9. Remove Conflicting WooCommerce Defaults
   -------------------------------------------------------------- */

.woocommerce ul.products li.product.y3k-product-card a img {
	margin: 0;
}

.woocommerce ul.products li.product.y3k-product-card .price {
	margin: 0;
	color: inherit;
}

.woocommerce ul.products li.product.y3k-product-card h2 {
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
	content: none;
}


/* --------------------------------------------------------------
   10. Tablet
   -------------------------------------------------------------- */

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 22px;
	}

	.y3k-product-card__content {
		padding: 22px 19px 24px;
	}

	.y3k-product-card__title {
		font-size: 22px;
	}
}


/* --------------------------------------------------------------
   11. Small Tablet and Large Mobile
   -------------------------------------------------------------- */

@media (max-width: 768px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 16px;
	}

	.y3k-product-card__content {
		padding: 19px 16px 21px;
	}

	.y3k-product-card__title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.y3k-product-card__primary-specs,
	.y3k-product-card__cut {
		font-size: 15px;
	}

	.y3k-product-card__price {
		font-size: 18px;
	}
}


/* --------------------------------------------------------------
   12. Small Mobile
   -------------------------------------------------------------- */

@media (max-width: 480px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
	}

	.y3k-product-card__link {
		border-radius: 7px;
	}

	.y3k-product-card__content {
		padding: 15px 12px 17px;
	}

	.y3k-product-card__title {
		font-size: 17px;
		line-height: 1.3;
	}

	.y3k-product-card__primary-specs,
	.y3k-product-card__cut {
		font-size: 13px;
		line-height: 1.45;
	}

	.y3k-product-card__specifications {
		margin-bottom: 13px;
	}

	.y3k-product-card__price {
		font-size: 16px;
	}

	.y3k-product-card__link:hover {
		transform: translateY(-3px);
	}
}


/* --------------------------------------------------------------
   13. Reduced Motion Accessibility
   -------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
	.y3k-product-card__link,
	.y3k-product-card__image img,
	.y3k-product-card__title {
		transition: none;
	}

	.y3k-product-card__link:hover,
	.y3k-product-card__link:focus-visible {
		transform: none;
	}

	.y3k-product-card__link:hover .y3k-product-card__image img,
	.y3k-product-card__link:focus-visible .y3k-product-card__image img {
		transform: none;
	}
}/* ==========================================================
   Y3K SHOP STYLES
   Version: 1.0
   Last Updated: July 2026
   ========================================================== */
   
   /* =========================================================
   Y3K SHOP FILTER BAR
   ========================================================= */

.y3k-shop-filters {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 48px;
	padding: 28px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------
   Top row: count and sorting
   --------------------------------------------------------- */

.y3k-shop-filters__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 22px;
}

.y3k-shop-filters__count {
	margin: 0;
	color: #071f3a;
	font-family: "Marcellus", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}

.y3k-shop-filters__sort {
	display: flex;
	align-items: center;
	gap: 12px;
}

.y3k-shop-filters__sort label {
	margin: 0;
	color: #222222;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.y3k-shop-filters__sort select {
	width: auto;
	min-width: 210px;
	height: 46px;
	margin: 0;
	padding: 0 42px 0 16px;
	border: 1px solid rgba(7, 31, 58, 0.22);
	border-radius: 4px;
	background-color: #ffffff;
	color: #071f3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	box-shadow: none;
	cursor: pointer;
}

/* ---------------------------------------------------------
   Filter controls
   --------------------------------------------------------- */

.y3k-shop-filters__controls {
	display: grid;
	grid-template-columns: repeat(6, minmax(130px, 1fr));
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid rgba(7, 31, 58, 0.12);
}

.y3k-filter-trigger,
button.y3k-filter-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid rgba(27, 107, 87, 0.45);
	border-radius: 4px;
	background: #ffffff;
	color: #071f3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.y3k-filter-trigger:hover,
.y3k-filter-trigger:focus-visible {
	border-color: #1b6b57;
	background-color: rgba(27, 107, 87, 0.04);
	color: #071f3a;
	box-shadow: 0 4px 14px rgba(7, 31, 58, 0.07);
}

.y3k-filter-trigger span {
	color: inherit;
}

.y3k-filter-trigger span:last-child {
	margin-left: 12px;
	font-size: 17px;
	line-height: 1;
	transition: transform 180ms ease;
}

.y3k-filter-trigger[aria-expanded="true"] span:last-child {
	transform: rotate(180deg);
}

/* ---------------------------------------------------------
   Active filter area
   --------------------------------------------------------- */

.y3k-active-filters:empty {
	display: none;
}

.y3k-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 1100px) {

	.y3k-shop-filters__controls {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}
}

@media (max-width: 767px) {

	.y3k-shop-filters {
		margin-bottom: 34px;
		padding-top: 20px;
	}

	.y3k-shop-filters__top {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 18px;
	}

	.y3k-shop-filters__count {
		font-size: 21px;
	}

	.y3k-shop-filters__sort {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.y3k-shop-filters__sort select {
		width: 100%;
	}

	.y3k-shop-filters__controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding-top: 16px;
	}

	.y3k-filter-trigger,
	button.y3k-filter-trigger {
		min-height: 46px;
		padding: 11px 13px;
	}
}

@media (max-width: 480px) {

	.y3k-shop-filters__controls {
		grid-template-columns: 1fr;
	}
}
/* =========================================================
   FILTER DROPDOWN PANELS
   ========================================================= */

.y3k-filter {
	position: relative;
	min-width: 0;
}

.y3k-filter-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 100;
	width: max-content;
	min-width: 100%;
	max-width: 320px;
	padding: 8px;
	border: 1px solid rgba(7, 31, 58, 0.14);
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(7, 31, 58, 0.14);
}

.y3k-filter-panel[hidden] {
	display: none;
}

.y3k-filter-panel__inner {
	max-height: 280px;
	overflow-y: auto;
	padding: 4px;
}

.y3k-filter-option {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 190px;
	margin: 0;
	padding: 10px 11px;
	border-radius: 3px;
	color: #071f3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	cursor: pointer;
	transition: background-color 160ms ease;
}

.y3k-filter-option:hover {
	background: rgba(27, 107, 87, 0.07);
}

.y3k-filter-option input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #1b6b57;
	flex: 0 0 auto;
}

.y3k-filter-panel__empty {
	margin: 0;
	padding: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Active filter chips */

.y3k-active-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(27, 107, 87, 0.28);
	border-radius: 999px;
	background: rgba(27, 107, 87, 0.06);
	color: #071f3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.y3k-active-filter-chip:hover {
	border-color: #1b6b57;
	background: rgba(27, 107, 87, 0.11);
}

.y3k-active-filter-chip__remove {
	font-size: 16px;
	line-height: 1;
}

/* Mobile */

@media (max-width: 767px) {

	.y3k-filter-panel {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 8px;
		box-shadow: none;
	}

	.y3k-filter-option {
		min-width: 0;
	}
}
/* =========================================================
   COLOUR SWATCHES
   ========================================================= */

.y3k-colour-swatch {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border: 1px solid rgba(7, 31, 58, 0.18);
	border-radius: 50%;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.35),
		0 1px 2px rgba(7, 31, 58, 0.08);
}

.y3k-colour-swatch--blue {
	background: #2456C8;
}

.y3k-colour-swatch--green {
	background: #009B77;
}

.y3k-colour-swatch--red {
	background: #C21833;
}

.y3k-colour-swatch--pink {
	background: #E76BAA;
}

.y3k-colour-swatch--purple {
	background: #79518f;
}

.y3k-colour-swatch--yellow {
	background: #F4C542;
}

.y3k-colour-swatch--orange {
	background: #d77b3e;
}

.y3k-colour-swatch--white-colourless {
	background:
		linear-gradient(
			135deg,
			#ffffff 0%,
			#ffffff 45%,
			#dfe8ec 46%,
			#ffffff 54%,
			#ffffff 100%
		);
	border-color: rgba(7, 31, 58, 0.3);
}

.y3k-colour-swatch--brown {
	background: #805c45;
}

.y3k-colour-swatch--black {
	background: #1e2227;
}

.y3k-colour-swatch--multicolour {
	background:
		conic-gradient(
			#315ca8,
			#3f7f65,
			#e2bd4f,
			#d77b3e,
			#b64045,
			#79518f,
			#315ca8
		);
}

.y3k-colour-swatch--colour-change {
	background:
		linear-gradient(
			135deg,
			#315ca8 0%,
			#315ca8 48%,
			#79518f 52%,
			#79518f 100%
		);
}
transform: scale(1.12);
transition: .2s ease;
}
/* =========================================================
   Y3K FIXED SHOP FILTER BAR
   ========================================================= */

.y3k-shop-filters__sticky {
	position: relative;
	z-index: 100;
	padding: 14px 0;
	background: #ffffff;
	transition:
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

/* Applied by JavaScript after scrolling past the bar */
.y3k-shop-filters__sticky.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	padding: 12px 0;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(7, 31, 58, 0.1);
	box-shadow: 0 8px 24px rgba(7, 31, 58, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

/*
 * Keep the controls aligned with the normal shop content
 * when the filter bar becomes full-width and fixed.
 */
.y3k-shop-filters__sticky.is-fixed .y3k-shop-filters__controls {
	width: calc(100% - 60px);
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}

/* Prevent the product grid from jumping upward */
.y3k-shop-filters__placeholder {
	display: none;
	width: 100%;
}

.y3k-shop-filters__placeholder.is-active {
	display: block;
}

/* WordPress admin toolbar */
.admin-bar .y3k-shop-filters__sticky.is-fixed {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .y3k-shop-filters__sticky.is-fixed {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.y3k-shop-filters__sticky.is-fixed .y3k-shop-filters__controls {
		width: calc(100% - 32px);
	}
}
/* ---------------------------------
   Filtering state
---------------------------------- */

.y3k-is-filtering .woocommerce ul.products,
.y3k-is-filtering .products {
	opacity: 0.45;
	transition: opacity 0.25s ease;
	pointer-events: none;
	cursor: progress;
}