body.bt-shop-archive {
	--bt-shop-navy: #0b3156;
	--bt-shop-blue: #145b94;
	--bt-shop-amber: #ffb000;
	--bt-shop-line: #dbe5ed;
	--bt-shop-muted: #667b8f;
	background: #f7f9fb;
}

body.bt-shop-archive .content-container {
	align-items: start;
	gap: clamp(24px, 3vw, 42px);
}

body.bt-shop-archive .woocommerce-products-header,
body.bt-shop-archive .base-woo-shop-top {
	margin-bottom: 22px;
}

body.bt-shop-archive .base-woo-shop-top {
	min-height: 54px;
	align-items: center;
	padding: 10px 14px 10px 18px;
	border: 1px solid var(--bt-shop-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(11, 49, 86, .06);
}

body.bt-shop-archive .woocommerce-result-count {
	margin: 0;
	color: var(--bt-shop-muted);
	font-size: 13px;
}

body.bt-shop-archive .woocommerce-ordering select {
	min-height: 40px;
	padding: 8px 34px 8px 12px;
	border: 1px solid #d9e3eb;
	border-radius: 9px;
	background-color: #f8fafc;
	color: #294a68;
}

body.bt-shop-archive ul.products.products-list-view {
	display: grid !important;
	gap: 18px;
	margin: 0 !important;
}

body.bt-shop-archive ul.products.products-list-view > li.product {
	display: grid !important;
	grid-template-columns: clamp(210px, 25%, 285px) minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--bt-shop-line) !important;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(11, 49, 86, .07) !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.bt-shop-archive ul.products.products-list-view > li.product:hover {
	border-color: #bdcfdd !important;
	box-shadow: 0 18px 42px rgba(11, 49, 86, .11) !important;
	transform: translateY(-2px);
}

body.bt-shop-archive ul.products.products-list-view > li.product > .product-thumbnail {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-right: 1px solid #e2eaf0;
	background: #fff;
}

body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	align-items: center;
	justify-content: center;
}

body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 100%;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	transition: transform .2s ease;
}

body.bt-shop-archive ul.products.products-list-view > li.product:hover .woocommerce-loop-image-link img {
	transform: scale(1.025);
}

body.bt-shop-archive ul.products.products-list-view .product-details {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(22px, 2.4vw, 32px) !important;
	background: #fff !important;
}

body.bt-shop-archive ul.products.products-list-view h2.woocommerce-loop-product__title {
	margin: 0 0 9px;
	font-size: clamp(17px, 1.25vw, 21px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -.012em;
}

body.bt-shop-archive ul.products.products-list-view h2.woocommerce-loop-product__title a {
	color: #173854;
	text-decoration: none;
}

body.bt-shop-archive ul.products.products-list-view h2.woocommerce-loop-product__title a:hover {
	color: var(--bt-shop-blue);
}

body.bt-shop-archive ul.products.products-list-view .star-rating-block {
	margin-bottom: 9px;
}

body.bt-shop-archive ul.products.products-list-view .price {
	display: flex !important;
	align-items: baseline !important;
	flex-wrap: wrap;
	gap: 4px !important;
	margin: 0 0 12px !important;
	color: var(--bt-shop-blue) !important;
	font-size: 20px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
}

body.bt-shop-archive ul.products.products-list-view .product-excerpt {
	width: 100%;
	margin: 0 0 17px;
	color: #687887;
	font-size: 13px;
	line-height: 1.55;
}

body.bt-shop-archive ul.products.products-list-view .product-excerpt ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.bt-shop-archive ul.products.products-list-view .product-excerpt li {
	position: relative;
	margin: 0;
	padding-left: 20px;
}

body.bt-shop-archive ul.products.products-list-view .product-excerpt li::before {
	position: absolute;
	top: 7px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bt-shop-amber);
	content: "";
}

body.bt-shop-archive ul.products.products-list-view .product-details > .product-action-wrap {
	display: block !important;
	width: auto !important;
	align-self: flex-start !important;
	margin-top: auto;
	text-align: left;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button {
	display: inline-flex;
	height: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background: var(--bt-shop-amber);
	box-shadow: 0 8px 18px rgba(255, 176, 0, .18);
	color: #172f47;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	line-height: 1 !important;
	text-align: center;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button {
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button .add-to-cart-icon {
	display: none !important;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button.product_type_variable {
	display: inline-flex !important;
	width: 170px !important;
	min-width: 170px !important;
	max-width: 170px !important;
	flex: 0 0 170px !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap !important;
	overflow: hidden;
	color: #172f47 !important;
	font-size: 12px !important;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button.product_type_variable > * {
	display: none !important;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button.product_type_variable > .cart-text {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: #172f47;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button:hover,
body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button:focus-visible {
	background: #ffc337;
	box-shadow: 0 10px 24px rgba(255, 176, 0, .28);
}

body.bt-shop-archive .primary-sidebar .sidebar-inner-wrap {
	overflow: hidden;
	border: 1px solid var(--bt-shop-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(11, 49, 86, .07);
}

body.bt-shop-archive .primary-sidebar.widget-area .widget {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #e2e9ef;
}

body.bt-shop-archive .primary-sidebar.widget-area .widget:last-child { border-bottom: 0; }
body.bt-shop-archive .primary-sidebar .widget-title {
	display: block;
	margin: 0 0 14px;
	color: var(--bt-shop-navy);
	font-size: 17px;
	font-weight: 850;
}

body.bt-shop-archive .primary-sidebar .wc-layered-nav-term a {
	position: relative;
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 9px 8px 30px;
	border-radius: 8px;
	color: #496278;
	font-size: 13px;
	text-decoration: none;
}

body.bt-shop-archive .primary-sidebar .wc-layered-nav-term a::before {
	position: absolute;
	left: 7px;
	width: 14px;
	height: 14px;
	border: 1px solid #cbd7e1;
	border-radius: 4px;
	background: #fff;
	content: "";
}

body.bt-shop-archive .primary-sidebar .wc-layered-nav-term a:hover {
	background: #f3f7fa;
	color: var(--bt-shop-blue);
}

body.bt-shop-archive .primary-sidebar .count {
	color: #8596a5;
	font-size: 11px;
}

@media (max-width: 900px) {
	body.bt-shop-archive ul.products.products-list-view > li.product {
		grid-template-columns: 190px minmax(0, 1fr);
	}
	body.bt-shop-archive ul.products.products-list-view > li.product > .product-thumbnail {
		overflow: hidden;
	}
	body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link,
	body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link img { height: 100% !important; min-height: 100%; }
	body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link img {
		object-fit: contain !important;
		object-position: center center !important;
	}
	body.bt-shop-archive ul.products.products-list-view > li.product:hover .woocommerce-loop-image-link img {
		transform: none;
	}
}

@media (max-width: 620px) {
	body.bt-shop-archive .base-woo-shop-top { align-items: stretch; flex-direction: column; gap: 10px; }
	body.bt-shop-archive ul.products.products-list-view > li.product { grid-template-columns: 1fr; }
	body.bt-shop-archive ul.products.products-list-view > li.product > .product-thumbnail {
		min-height: 0;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #e2eaf0;
	}
	body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link {
		aspect-ratio: 1 / 1;
		height: auto !important;
		min-height: 0;
	}
	body.bt-shop-archive ul.products.products-list-view .woocommerce-loop-image-link img {
		height: 100% !important;
		min-height: 0;
	}
	body.bt-shop-archive ul.products.products-list-view .product-details { padding: 20px !important; }
	body.bt-shop-archive ul.products.products-list-view .product-action-wrap,
	body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button { width: 100%; }
	body.bt-shop-archive ul.products.products-list-view .product-details > .product-action-wrap {
		width: 100% !important;
		max-width: none !important;
	}
	body.bt-shop-archive ul.products.products-list-view .product-action-wrap .button.product_type_variable {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
}
