.woocommerce .products,
.products.grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; }
.product-link { display: block; width: 100%; height: 100%; }
.woocommerce .product-card .button,
.woocommerce .single_add_to_cart_button,
.woocommerce-cart .checkout-button,
.woocommerce button.button,
.woocommerce a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 30px;
	font-family: var(--font-mono);
	font-size: var(--step--1);
	letter-spacing: .08em;
	text-transform: uppercase;
	border: 1px solid var(--ink);
	border-radius: var(--radius);
	background: var(--ink);
	color: var(--white);
	line-height: 1;
}
.woocommerce .product-quick .button { padding: 12px 18px; background: var(--white); color: var(--ink); }
.woocommerce .price del { color: var(--ink-soft); margin-right: 8px; }
.woocommerce .price ins { color: var(--oxblood); text-decoration: none; }
.woocommerce-notices-wrapper { max-width: var(--maxw); margin: 20px auto; padding-inline: var(--gutter); }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border: 1px solid var(--line);
	background: var(--white);
	color: var(--ink);
	padding: 16px 18px;
	margin-bottom: 22px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text,
.woocommerce textarea {
	width: 100%;
	border: 1px solid var(--line);
	background: var(--white);
	padding: 13px 14px;
	border-radius: var(--radius);
	color: var(--ink);
}
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
	margin-bottom: 70px;
}
.woocommerce table.shop_table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	border: 1px solid var(--line);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid var(--line);
	padding: 16px;
	text-align: left;
}
.cart_totals,
#order_review,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	background: var(--white);
	border: 1px solid var(--line);
	padding: 24px;
}
.woocommerce-MyAccount-navigation ul { list-style: none; display: grid; gap: 10px; }
.woocommerce-MyAccount-navigation-link a { font-family: var(--font-mono); text-transform: uppercase; font-size: var(--step--1); }
.woocommerce div.product form.cart { margin: 24px 0; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.woocommerce div.product form.cart .quantity input,
.quantity .qty {
	width: 62px;
	border: 1px solid var(--line);
	background: var(--white);
	padding: 13px 8px;
	text-align: center;
}
.woocommerce div.product .variations select { min-width: 220px; }
.related.products > h2 { display: none; }
.related.products .products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.mini-cart .woocommerce-mini-cart__buttons { display: grid; gap: 10px; margin-top: 14px; }
.mini-cart .woocommerce-mini-cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; }
.mini-cart .woocommerce-mini-cart-item img { width: 64px; aspect-ratio: 4 / 5; object-fit: cover; }
.mini-cart .remove_from_cart_button { color: var(--oxblood); }
.astor-single-product { padding-top: 34px; }
.astor-single-product .astor-breadcrumb,
.astor-shop .astor-breadcrumb { margin-bottom: 28px; }
.astor-single-product .pdp-layout { margin-bottom: 10px; }
.astor-single-product .pdp-gallery-main img,
.astor-single-product .pdp-gallery-main .woocommerce-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.astor-single-product .pdp-info {
	background: transparent;
	padding-top: 4px;
}
.astor-single-product .pdp-info .cat {
	font-family: var(--font-mono);
	font-size: var(--step--1);
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--oxblood);
}
.astor-single-product .pdp-price {
	margin-bottom: 18px;
	font-size: var(--step-1);
	color: var(--brass);
}
.astor-single-product .pdp-desc {
	margin-bottom: 22px;
	color: var(--ink-soft);
}
.astor-single-product .pdp-desc p { margin-bottom: 0; }
.astor-single-product .pdp-info form.cart {
	margin: 24px 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: stretch;
}
.astor-single-product .pdp-info form.cart table.variations {
	flex-basis: 100%;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}
.astor-single-product .pdp-info form.cart table.variations tr {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}
.astor-single-product .pdp-info form.cart table.variations th,
.astor-single-product .pdp-info form.cart table.variations td {
	display: block;
	padding: 0;
	text-align: left;
	border: 0;
}
.astor-single-product .pdp-info form.cart table.variations label,
.astor-single-product .pdp-info .stock {
	font-family: var(--font-mono);
	font-size: var(--step--1);
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink-soft);
}
.astor-single-product .pdp-info form.cart select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--line);
	background: var(--white);
	padding: 0 14px;
	color: var(--ink);
}
.astor-single-product .reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-family: var(--font-mono);
	font-size: 11px;
	color: var(--oxblood);
	text-transform: uppercase;
}
.astor-single-product .quantity { display: inline-flex; }
.astor-single-product .quantity .qty {
	height: 50px;
	width: 70px;
	border: 1px solid var(--line);
	background: var(--white);
	text-align: center;
}
.astor-single-product .single_add_to_cart_button {
	min-height: 50px;
	flex: 1 1 220px;
}
.astor-single-product .product_meta {
	margin-top: 18px;
	font-family: var(--font-mono);
	font-size: var(--step--1);
	color: var(--ink-soft);
	display: grid;
	gap: 6px;
}
.astor-single-product .accordion table {
	width: 100%;
	border-collapse: collapse;
}
.astor-single-product .accordion th,
.astor-single-product .accordion td {
	border-bottom: 1px solid var(--line);
	padding: 10px 0;
	text-align: left;
}
.astor-shop .toolbar {
	margin-bottom: 28px;
}
.woocommerce .woocommerce-ordering select {
	border: 1px solid var(--line);
	background: var(--white);
	padding: 10px 12px;
	min-width: 190px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 42px 0 70px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid var(--line);
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	color: var(--ink);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--ink);
	color: var(--white);
	border-color: var(--ink);
}
.astor-cart-page .woocommerce,
.astor-checkout-page .woocommerce,
.astor-account-page .woocommerce { margin-bottom: 70px; }
.woocommerce-cart-form table.shop_table img {
	width: 86px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.woocommerce-cart-form .product-name a {
	font-weight: 700;
}
.woocommerce-cart-form .actions .coupon {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.woocommerce-cart-form .actions .coupon .input-text {
	min-width: 220px;
}
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-family: var(--font-display);
	font-weight: 500;
	margin-bottom: 18px;
}
.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
	vertical-align: top;
}
.woocommerce-account .u-columns,
.woocommerce-account .col2-set {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	background: var(--white);
	border: 1px solid var(--line);
	padding: clamp(20px, 3vw, 30px);
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	margin: 0;
}
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
	width: 100%;
	min-height: 50px;
}
.woocommerce-account .woocommerce-privacy-policy-text,
.woocommerce-account .lost_password {
	color: var(--ink-soft);
	font-size: var(--step--1);
}
.woocommerce-checkout #payment,
.woocommerce-checkout-payment {
	background: var(--white);
	border: 1px solid var(--line);
	padding: 22px;
}
.woocommerce-checkout #payment ul.payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
	border-bottom: 1px solid var(--line);
	padding: 14px 0;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}
.woocommerce-checkout #payment .payment_box {
	background: var(--parchment-2);
	color: var(--ink-soft);
	margin: 12px 0 0;
	padding: 14px;
}
.woocommerce-checkout #payment .place-order {
	margin: 20px 0 0;
	padding: 0;
}
.woocommerce-checkout #payment #place_order {
	width: 100%;
	min-height: 52px;
}
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-bottom: 16px;
}
@media (max-width:1280px){
	.woocommerce .products,
	.products.grid,
	.woocommerce ul.products,
	.related.products .products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width:1024px){
	.woocommerce-checkout .col2-set { grid-template-columns: 1fr; }
	.woocommerce-account .u-columns,
	.woocommerce-account .col2-set { grid-template-columns: 1fr; }
}
@media (max-width:768px){
	.woocommerce .products,
	.products.grid,
	.woocommerce ul.products,
	.related.products .products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	.astor-single-product { padding-top: 22px; }
	.astor-single-product .pdp-info form.cart table.variations tr { grid-template-columns: 1fr; gap: 6px; }
	.astor-single-product .single_add_to_cart_button { flex-basis: 100%; }
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border-bottom: 1px solid var(--line);
	}
}
@media (max-width:360px){
	.woocommerce .products,
	.products.grid,
	.woocommerce ul.products,
	.related.products .products { grid-template-columns: 1fr; }
}

/* Astor Lane WooCommerce final alignment overrides */
.screen-reader-text,
.woocommerce .screen-reader-text {
	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;
}
.woocommerce .product-card {
	display: block;
	min-width: 0;
}
.woocommerce .product-card .product-media {
	aspect-ratio: 4 / 5;
	min-height: 0;
}
.woocommerce .product-card .product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.woocommerce .product-card .product-info {
	display: grid;
	gap: 5px;
	padding-top: 16px;
}
.woocommerce .product-card .product-info h3 {
	font-size: var(--step-0);
	line-height: 1.25;
	margin: 0;
	min-height: 2.5em;
}
.woocommerce .product-card .price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-height: 1.5em;
	color: var(--brass);
}
.woocommerce .product-card .price-row .price,
.woocommerce .product-card .price-row .amount {
	font-family: var(--font-mono);
	color: var(--brass);
}
.woocommerce .product-card .product-quick {
	left: 14px;
	right: 14px;
	bottom: 14px;
	width: auto;
	align-items: center;
}
.woocommerce .product-card .product-quick .wish-btn {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	background: var(--white);
	color: transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
}
.woocommerce .product-card .product-quick .wish-btn svg,
.wish-btn svg {
	display: block;
	pointer-events: none;
}
.woocommerce .product-card .product-quick .wish-btn.active svg,
.wish-btn.active svg {
	fill: var(--oxblood);
	stroke: var(--oxblood);
}
.woocommerce .products.list-view,
.products.grid.list-view { grid-template-columns: 1fr; }
.woocommerce .products.list-view .product-card,
.products.grid.list-view .product-card {
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 24px;
	align-items: center;
}
.woocommerce .product-quick .button {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
}
.astor-shop .toolbar,
.astor-shop .toolbar-left,
.astor-shop .toolbar-right,
.astor-filter-bar {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
.astor-shop .toolbar { justify-content: space-between; margin-bottom: 28px; }
.astor-filter-bar { gap: 10px; }
.astor-filter-bar select,
.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby {
	border: 1px solid var(--line);
	background: var(--white);
	padding: 10px 12px;
	min-width: 190px;
	min-height: 42px;
	font-family: var(--font-mono);
	font-size: var(--step--1);
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--ink);
	border-radius: var(--radius);
}
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .view-toggle {
	display: inline-flex;
	border: 1px solid var(--line);
	background: var(--white);
}
.woocommerce .view-toggle button {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--line);
}
.woocommerce .view-toggle button:last-child { border-right: 0; }
.woocommerce .view-toggle button.active { background: var(--ink); color: var(--white); }
.woocommerce .view-toggle svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.6;
}
.woocommerce nav.woocommerce-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination span.page-numbers,
.woocommerce .page-numbers:not(ul) {
	border: 1px solid var(--line);
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	color: var(--ink);
	padding-inline: 10px;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current {
	background: var(--ink);
	color: var(--white);
	border-color: var(--ink);
}
.astor-add-to-cart-panel {
	margin: 24px 0;
	padding: 22px;
	background: var(--parchment-2);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}
.astor-add-to-cart-panel form.cart {
	margin: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: stretch;
}
.astor-add-to-cart-panel .variations {
	flex-basis: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 8px;
}
.astor-add-to-cart-panel .variations tr {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}
.astor-add-to-cart-panel .variations th,
.astor-add-to-cart-panel .variations td {
	display: block;
	padding: 0;
	border: 0;
	text-align: left;
}
.astor-add-to-cart-panel .variations label,
.astor-add-to-cart-panel .stock {
	font-family: var(--font-mono);
	font-size: var(--step--1);
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink-soft);
}
.astor-add-to-cart-panel select {
	width: 100%;
	min-height: 50px;
	border: 1px solid var(--line);
	background: var(--white);
	padding: 0 14px;
	color: var(--ink);
	border-radius: var(--radius);
}
.astor-add-to-cart-panel .single_variation_wrap {
	flex-basis: 100%;
	display: grid;
	gap: 14px;
}
.astor-add-to-cart-panel .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 12px;
	align-items: stretch;
	flex-wrap: wrap;
}
.astor-add-to-cart-panel .quantity { display: inline-flex; align-items: stretch; }
.astor-add-to-cart-panel .quantity .qty,
.astor-single-product .quantity .qty {
	height: 50px;
	width: 74px;
	border: 1px solid var(--line);
	background: var(--white);
	text-align: center;
	border-radius: var(--radius);
}
.astor-add-to-cart-panel .single_add_to_cart_button {
	min-height: 50px;
	flex: 1 1 220px;
}
.astor-add-to-cart-panel .out-of-stock,
.astor-add-to-cart-panel .stock.out-of-stock {
	margin: 0;
	color: var(--oxblood);
}
.astor-purchase-designer {
	display: grid;
	gap: 16px;
}
.astor-purchase-designer .swatches {
	margin-bottom: 0;
}
.astor-purchase-designer .swatch:nth-child(1) { background: #211f1c; }
.astor-purchase-designer .swatch:nth-child(2) { background: #7a2e2e; }
.astor-purchase-designer .swatch:nth-child(3) { background: #45586b; }
.astor-purchase-designer .swatch:nth-child(4) { background: #a9863f; }
.astor-purchase-designer .swatch:nth-child(5) { background: #e9e1d2; }
.astor-purchase-designer .size-grid {
	margin-top: -4px;
}
.astor-purchase-designer .size-grid button:disabled {
	cursor: not-allowed;
	opacity: .75;
}
.astor-purchase-designer .size-grid button.selected:disabled {
	opacity: 1;
}
.astor-purchase-designer .pdp-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}
.astor-purchase-designer .pdp-actions .btn {
	flex: 1;
	min-height: 50px;
}
.astor-purchase-designer .qty-stepper {
	height: 50px;
}
.astor-purchase-designer .qty-stepper input {
	width: 42px;
}
.astor-purchase-designer .wish-btn {
	flex: 0 0 auto;
}
.astor-purchase-designer .stock.out-of-stock {
	font-size: 11px;
	letter-spacing: .06em;
}
.astor-single-product .accordion-item.open {
	border: 0;
}
.astor-single-product .accordion-trigger {
	padding-inline: 4px;
}
.astor-single-product .accordion-panel:empty {
	display: none;
}
.astor-reviews {
	border-top: 1px solid var(--line);
	padding-top: 48px;
}
.astor-reviews .commentlist {
	list-style: none;
	display: grid;
	gap: 18px;
	margin: 0 0 28px;
	padding: 0;
}
.astor-reviews .comment_container,
.astor-reviews #review_form_wrapper {
	background: var(--white);
	border: 1px solid var(--line);
	padding: 20px;
}
.astor-fluent-form {
	background: rgba(255, 255, 255, .4);
	border: 1px solid var(--line);
	padding: clamp(18px, 3vw, 32px);
}
.astor-fluent-form .ff-el-group {
	margin-bottom: 18px;
}
.astor-fluent-form label {
	color: var(--ink);
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.astor-fluent-form input,
.astor-fluent-form select,
.astor-fluent-form textarea {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 0;
	color: var(--ink);
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}
.astor-fluent-form textarea {
	min-height: 150px;
	resize: vertical;
}
.astor-fluent-form .ff-btn-submit,
.astor-fluent-form button[type="submit"],
.astor-fluent-form input[type="submit"] {
	background: var(--ink);
	border: 1px solid var(--ink);
	color: var(--white);
	cursor: pointer;
	font-family: var(--font-mono);
	letter-spacing: .08em;
	min-height: 50px;
	padding: 0 28px;
	text-transform: uppercase;
	width: auto;
}
.astor-fluent-form .ff-message-success {
	border: 1px solid var(--brass);
	color: var(--ink);
	padding: 14px;
}
.header-actions .icon-btn,
.site-header .icon-btn {
	overflow: hidden;
}
.header-actions .icon-btn:not([data-cart-open]) {
	font-size: 0;
}
.header-actions .icon-btn svg,
.site-header .icon-btn svg {
	flex: 0 0 auto;
}
.header-actions .icon-btn .badge {
	font-size: 10px;
}
.astor-page-title {
	font-family: var(--font-display);
	font-size: var(--step-4);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 24px;
}
.woocommerce .product-card .product-media:not(:has(.img-alt)) .img-main {
	opacity: 1;
}
.woocommerce .product-card .product-media:not(:has(.img-alt)):hover .img-main {
	transform: scale(1.03);
}
.astor-account-auth {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	margin-bottom: 70px;
}
.astor-account-copy,
.astor-account-form,
.astor-account-dashboard a {
	background: var(--white);
	border: 1px solid var(--line);
	padding: clamp(20px, 3vw, 34px);
}
.astor-account-copy h2 {
	font-family: var(--font-display);
	font-size: var(--step-2);
	font-weight: 500;
	line-height: 1.08;
	margin-bottom: 20px;
}
.astor-account-copy ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
	color: var(--ink-soft);
}
.astor-account-form .woocommerce {
	margin: 0;
}
.astor-account-form .woocommerce-form-login {
	border: 0;
	margin: 0;
	padding: 0;
}
.astor-account-dashboard {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 28px;
}
.astor-account-dashboard a {
	display: grid;
	gap: 8px;
	color: var(--ink);
}
.astor-account-dashboard span {
	font-family: var(--font-mono);
	font-size: var(--step--1);
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--oxblood);
}
.astor-account-dashboard strong {
	font-family: var(--font-display);
	font-size: var(--step-1);
	font-weight: 500;
}
@media (max-width:768px){
	.woocommerce .products.list-view .product-card,
	.products.grid.list-view .product-card { grid-template-columns: 1fr; }
	.astor-add-to-cart-panel .variations tr { grid-template-columns: 1fr; gap: 6px; }
	.astor-shop .toolbar { align-items: flex-start; }
	.astor-account-auth,
	.astor-account-dashboard { grid-template-columns: 1fr; }
	.astor-filter-bar,
	.astor-filter-bar select,
	.astor-filter-bar .btn,
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select { width: 100%; }
}
