/* =========================================================================
   SKYSHOT ATHLETICS — SHOP / CATEGORY ARCHIVE PAGE
   Scoped entirely to body.skyshot-shop-page (Shop page + every product
   category / tag / attribute archive) so nothing here leaks elsewhere.
   Deliberately a dark, gallery-style catalogue: near-black background,
   flush full-bleed product photography, minimal type-only filter
   controls — the products do the talking, chrome stays out of the way.
   ========================================================================= */

body.skyshot-shop-page {
	--skyshot-bg: #fff;
	--skyshot-surface: #111110;
	--skyshot-ink: #000;
	--skyshot-muted: #8f8d86;
	--skyshot-line: #2a2a27;
	--skyshot-accent: #f5f4f0;
	--skyshot-radius-sm: 6px;
	--font-display: "Barlow Condensed", sans-serif;
	--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: var(--skyshot-bg);
}

body.skyshot-shop-page .skyshot-shop,
body.skyshot-shop-page .skyshot-shop * {
	box-sizing: border-box;
}
.ast-woo-shop-archive .site-content > .ast-container {
        max-width: 100%;
    }
body.skyshot-shop-page .skyshot-shop {
	font-family: var(--font-body);
	color: var(--skyshot-ink);
	background: var(--skyshot-bg);
	margin:0 auto;
	padding: 24px 0 0px;
}
.ast-grid-common-col{
	padding-left:0px;
	padding-right:0px;
}
.skyshot-shop-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ---------- announce / heading ------------------------------------------ */

.skyshot-shop-announce {
	text-align: center;
	font-size: 12.5px;
	letter-spacing: 0.03em;
	color: var(--skyshot-muted);
	margin: 0 0 30px;
}

.skyshot-shop-header {
	margin-bottom: 34px;
}

.skyshot-shop-title {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: clamp(26px, 3.4vw, 38px);
	line-height: 1.05;
	margin: 0;
	color: var(--skyshot-ink);
}

.skyshot-shop-description {
	margin-top: 12px;
	max-width: 720px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--skyshot-muted);
}

/* ---------- toolbar: filters left, sort + count right -------------------- */

.skyshot-filter-form {
	margin: 0;
}

.skyshot-shop-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 24px;
	padding-bottom: 20px;
	margin-bottom: 26px;
}

.skyshot-filter-bar,
.skyshot-sort-bar {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.skyshot-sort-bar {
	margin-left: auto;
}

.skyshot-filter-label {
	font-size: 13px;
	color: var(--skyshot-muted);
	white-space: nowrap;
}

.skyshot-remove-all {
	font-size: 13px;
	color: var(--skyshot-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.skyshot-remove-all:hover {
	color: var(--skyshot-ink);
}

.skyshot-result-count {
	margin: 0;
	font-size: 13px;
	color: var(--skyshot-muted);
	white-space: nowrap;
}

/* ---------- dropdowns (Availability / Price / Sort) ----------------------- */

.skyshot-dropdown {
	position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background:transparent;
	color: #000;
}
.skyshot-dropdown-trigger {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: none;
	border: none;
	padding: 0;
	font-family: var(--font-body);
	font-size: 13.5px;
	color: var(--skyshot-ink);
	cursor: pointer;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: transparent;
}
.skyshot-chevron {
	color: var(--skyshot-muted);
	transition: transform 0.15s ease;
	flex: 0 0 auto;
}
.skyshot-dropdown.is-open .skyshot-chevron {
	transform: rotate(180deg);
}

.skyshot-dropdown-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--skyshot-ink);
	color: var(--skyshot-bg);
	font-size: 10.5px;
	font-weight: 700;
}

.skyshot-dropdown-panel {
	display: none;
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	z-index: 30;
	width: 280px;
	background: #fff;
	border: 1px solid var(--skyshot-line);
	border-radius: var(--skyshot-radius-sm);
	padding: 20px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}
.skyshot-dropdown.is-open .skyshot-dropdown-panel {
	display: block;
}

/* .skyshot-dropdown-panel-sort {
	width: 220px;
	padding: 8px;
}

.skyshot-sort-bar .skyshot-dropdown-panel {
	left: 0;
	right: 0;
}
 */
.skyshot-filter-list {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.skyshot-filter-list label {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	color: var(--skyshot-ink);
	cursor: pointer;
}

.skyshot-filter-list input[type="checkbox"] {
	appearance: none;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border: 1.5px solid #4a4a45;
	border-radius: 4px;
	background: transparent;
	position: relative;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
}
.skyshot-filter-list input[type="checkbox"]:checked {
	background: var(--skyshot-ink);
	border-color: var(--skyshot-ink);
}
.skyshot-filter-list input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4.5px;
	top: 1px;
	width: 4.5px;
	height: 8px;
	border: solid var(--skyshot-bg);
	border-width: 0 2px 2px 0;
	transform: rotate(40deg);
}

.skyshot-filter-count {
	color: var(--skyshot-muted);
	font-size: 12px;
	margin-left: auto;
}

.skyshot-filter-hint {
	font-size: 12.5px;
	color: var(--skyshot-muted);
	margin: 0 0 16px;
}

/* dual price range slider */
.skyshot-price-slider {
	position: relative;
	height: 20px;
	margin-bottom: 18px;
}
.skyshot-price-track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--skyshot-line);
	transform: translateY(-50%);
}
.skyshot-price-range {
	position: absolute;
	top: 50%;
	height: 2px;
	background: var(--skyshot-ink);
	transform: translateY(-50%);
}
.skyshot-price-range-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	appearance: none;
	background: transparent;
	pointer-events: none;
}
.skyshot-price-range-input::-webkit-slider-runnable-track {
	background: transparent;
}
.skyshot-price-range-input::-webkit-slider-thumb {
	appearance: none;
	pointer-events: auto;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--skyshot-ink);
	border: 2px solid var(--skyshot-bg);
	margin-top: 2px;
	cursor: pointer;
	box-shadow: 0 0 0 1px var(--skyshot-line);
}
.skyshot-price-range-input::-moz-range-thumb {
	pointer-events: auto;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--skyshot-ink);
	border: 2px solid var(--skyshot-bg);
	cursor: pointer;
	box-shadow: 0 0 0 1px var(--skyshot-line);
}
.skyshot-price-range-input::-moz-range-track {
	background: transparent;
	border: none;
}

.skyshot-price-inputs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.skyshot-price-field {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
}
.skyshot-price-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.skyshot-price-currency {
	position: absolute;
	left: 10px;
	font-size: 13px;
	color: var(--skyshot-muted);
	pointer-events: none;
}
.skyshot-price-field input[type="number"] {
	width: 100%;
	padding: 9px 10px 9px 26px;
	border: 1px solid var(--skyshot-line);
	border-radius: var(--skyshot-radius-sm);
	background: var(--skyshot-bg);
	font-size: 13.5px;
	color: var(--skyshot-ink);
	font-family: var(--font-body);
}
.skyshot-price-field input[type="number"]:focus {
	outline: none;
	border-color: var(--skyshot-ink);
}
.skyshot-price-sep {
	color: var(--skyshot-muted);
}

.skyshot-dropdown-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}
.skyshot-btn-apply {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
	background: var(--skyshot-ink);
	color: var(--skyshot-bg);
	border: none;
	border-radius: var(--skyshot-radius-sm);
	padding: 10px 20px;
	cursor: pointer;
	transition: opacity 0.15s;
}
.skyshot-btn-apply:hover {
	opacity: 0.85;
}
.skyshot-btn-clear {
	font-size: 12.5px;
	color: var(--skyshot-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.skyshot-btn-clear:hover {
	color: var(--skyshot-ink);
}

/* sort option list */
..skyshot-sort-select-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.skyshot-sort-select {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 4px 20px 4px 0;
	margin: 0;
	font-family: var(--font-body);
	font-size: 13.5px;
	color: var(--skyshot-ink);
	cursor: pointer;
}
.skyshot-sort-select:focus {
	outline: none;
}
.skyshot-sort-chevron {
	position: absolute;
	right: 0;
	color: var(--skyshot-muted);
	pointer-events: none;
}

/* ---------- product grid ------------------------------------------------- */

.skyshot-product-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 28px;
}

.skyshot-product-card {
	position: relative;
}

.skyshot-product-image-link {
	display: block;
}

.skyshot-product-image {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #000;
}

.skyshot-product-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.skyshot-badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 2;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 12.5px;
	padding: 6px 16px;
	border-radius: 999px;
	background: #000;
	color: #fff;
}
.skyshot-badge-soldout {
	background: #3a3a36;
}

.skyshot-product-info {
	padding-top: 14px;
	text-align: left;
}
.ast-article-post{
	margin-bottom:0px;
}
.skyshot-product-title {
	font-family: var(--font-body);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14.5px;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.skyshot-product-title a {
	color: var(--skyshot-ink);
	text-decoration: none;
}
.skyshot-product-title a:hover {
	color: var(--skyshot-muted);
}

.skyshot-product-price {
	font-family: var(--font-body);
	font-size: 13.5px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}
.skyshot-product-price del {
	color: var(--skyshot-muted);
	font-weight: 400;
	text-decoration: line-through;
}
.skyshot-product-price ins {
	text-decoration: none;
	color: var(--skyshot-ink);
	font-weight: 500;
}

.skyshot-no-products {
	padding: 80px 0;
	text-align: center;
	color: var(--skyshot-muted);
}

/* ---------- pagination ---------------------------------------------------- */

.skyshot-shop-pagination {
	margin-top: 56px;
	display: flex;
	margin-bottom:90px;
	justify-content: center;
}
.skyshot-shop-pagination .page-numbers {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.skyshot-shop-pagination li {
	display: flex;
}
.skyshot-shop-pagination a.page-numbers,
.skyshot-shop-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	padding-bottom: 6px;
	font-family: var(--font-body);
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 0px solid transparent;
}
.skyshot-shop-pagination a.page-numbers:hover {
	color: var(--skyshot-ink);
}
.skyshot-shop-pagination span.page-numbers.current {
	color: #000;
	border-bottom-color: transparent;
}
.skyshot-shop-pagination .page-numbers.dots {
	color: var(--skyshot-muted);
	border: none;
}
.skyshot-shop-pagination .page-numbers.next,
.skyshot-shop-pagination .page-numbers.prev {
	font-size: 0;
}
.skyshot-shop-pagination .page-numbers.next::after {
	content: "\203A";
	font-size: 17px;
}
.skyshot-shop-pagination .page-numbers.prev::after {
	content: "\2039";
	font-size: 17px;
}

/* ---------- responsive ---------------------------------------------------- */

@media (max-width: 1200px) {
	.skyshot-product-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.skyshot-shop-inner {
		padding: 0 0px;
	}
	.skyshot-shop-toolbar {
		gap: 16px;
	}
	.skyshot-sort-bar {
		margin-left: 0;
		width: 100%;
		justify-content: space-between;
	}
	.skyshot-dropdown-panel {
		width: min(280px, 82vw);
	}
}

@media (max-width: 640px) {
	.skyshot-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 14px;
	}
	.skyshot-shop-title {
		font-size: 26px;
	}
	.skyshot-filter-bar {
		gap: 16px;
	}
}
