/*
 * Coster Water WooCommerce components.
 * Loaded only on WooCommerce pages and pages containing WooCommerce content.
 */

.woocommerce-content-area {
	padding: 30px 0 80px;
}

.shop-layout {
	display: block;
}

.shop-layout.has-shop-sidebar {
	display: grid;
	grid-template-columns: minmax(280px, 325px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.shop-main,
.shop-sidebar {
	min-width: 0;
}

.shop-main {
	margin-top: 0;
}

.shop-sidebar {
	position: static;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	padding: 20px 0;
	overflow: visible;
	border-radius: 20px;
	background: #212b37;
	box-shadow: 0 14px 34px rgba(24, 43, 58, 0.12);
	color: #ffffff;
	transform: none;
}

.shop-sidebar .widget {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.shop-sidebar .widget + .widget {
	margin-top: 30px;
}

.shop-sidebar .widget-title,
.shop-sidebar h2.widget-title,
.shop-sidebar p.widget-title {
	position: relative;
	display: block;
	margin: 30px 0 20px;
	padding: 0 20px 10px;
	color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: none;
}

.shop-sidebar .widget-title::after,
.shop-sidebar h2.widget-title::after,
.shop-sidebar p.widget-title::after {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 20px;
	width: 70px;
	height: 1px;
	background: rgba(255, 255, 255, 0.72);
	content: "";
}

.shop-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-sidebar li {
	margin: 0;
	padding: 0;
}

.shop-sidebar li + li {
	margin-top: 5px;
}

.shop-sidebar a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 48px;
	background: transparent;
	color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, padding-left 180ms ease;
}

.shop-sidebar a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #ffffff;
	content: "\00bb";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-53%);
}

.shop-sidebar a:hover,
.shop-sidebar a:focus-visible {
	padding-left: 43px;
	background: #066aab;
	color: #ffffff;
}

.shop-sidebar .children {
	padding-left: 14px;
}

.shop-archive-controls {
	margin: 0 0 28px;
}

.shop-archive-controls__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.shop-archive-controls .woocommerce-breadcrumb,
.shop-archive-controls .woocommerce-result-count,
.shop-archive-controls .woocommerce-ordering {
	float: none;
	margin: 0;
}

.shop-archive-controls .woocommerce-result-count {
	color: #4d5b66;
	font-size: 14px;
	font-weight: 700;
}

.shop-archive-controls__sort {
	margin-top: 18px;
}

.shop-archive-controls .woocommerce-ordering select {
	width: auto;
	min-width: 220px;
}

@media (max-width: 959px) {
	.shop-layout.has-shop-sidebar {
		grid-template-columns: 1fr;
	}

	.shop-sidebar .product-categories,
	.shop-sidebar .wc-block-product-categories-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 24px;
	}
}

@media (max-width: 640px) {
	.shop-sidebar {
		padding: 14px 0;
		border-radius: 16px;
	}

	.shop-sidebar .product-categories,
	.shop-sidebar .wc-block-product-categories-list {
		grid-template-columns: 1fr;
	}

	.shop-archive-controls__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.shop-archive-controls .woocommerce-ordering,
	.shop-archive-controls .woocommerce-ordering select {
		width: 100%;
	}
}

/* START: WOOCOMMERCE BASELINE */

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.alt,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: pointer;
  box-sizing: border-box;
  background: var(--primarybtnbg);
  color: var(--primarybtncolor);
  border-style: solid;
  border-color: currentColor;
  fill: currentColor;
  border-width: var(--primarybtnborderwidth, 0);
  border-radius: var(--primarybtnborderradius, 3px);
  padding: var(--primarybtnpadding, 13px 15px);
  font-weight: var(--btnfontweight, 700);
  font-size: var(--btnfs, var(--bodyfontsize));
  line-height: var(--btnlineheight, 1.6);
  letter-spacing: var(--btnletterspacing, var(--bodyletterspacing));
  text-transform: var(--btntexttransform, none);
  box-shadow: var(--primarybtnshadow, none);
}
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: var(--primarybtnhoverbg);
  color: var(--primarybtnhovercolor);
  border-color: var(--primarybtnhovercolor);
}
.woocommerce-info > a {
  cursor: pointer;
  box-sizing: border-box;
  border-style: solid;
  border-color: currentColor;
  border-width: var(--primarybtnborderwidth, 0);
  border-radius: var(--primarybtnborderradius, 3px);
  padding: var(--primarybtnpadding, 13px 15px);
  font-weight: var(--btnfontweight, 700);
  font-size: var(--btnfs, var(--bodyfontsize));
  line-height: var(--btnlineheight, 1.6);
  letter-spacing: var(--btnletterspacing, var(--bodyletterspacing));
  text-transform: var(--btntexttransform, none);
}
.sidebar-header .nv-sidebar-toggle {
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--secondarybtnbg);
  color: var(--secondarybtncolor);
  border-style: solid;
  border-color: currentColor;
  fill: currentColor;
  border-width: var(--secondarybtnborderwidth, 0);
  border-radius: var(--secondarybtnborderradius, 3px);
  padding: var(--secondarybtnpadding, 7px 12px);
  font-weight: var(--btnfontweight, 700);
  font-size: var(--btnfs, var(--bodyfontsize));
  line-height: var(--btnlineheight, 1.6);
  letter-spacing: var(--btnletterspacing);
  text-transform: var(--btntexttransform, none);
}
.woocommerce-page .woocommerce form .form-row input.input-text,
.woocommerce-page .woocommerce form .form-row textarea {
  border-style: solid;
  border-color: var(--formfieldbordercolor);
  border-width: var(--formfieldborderwidth);
  border-radius: var(--formfieldborderradius, 3px);
  background: var(--formfieldbgcolor);
  color: var(--formfieldcolor);
  padding: var(--formfieldpadding);
  text-transform: var(--formfieldtexttransform);
  font-weight: var(--formfieldfontweight);
  font-family: var(--bodyfontfamily);
  font-size: var(--formfieldfontsize);
  letter-spacing: var(--formfieldletterspacing);
  line-height: var(--formfieldlineheight);
}
.woocommerce form .form-row textarea:focus {
  box-shadow: 0 0 3px 0 var(--nv-secondary-accent);
}
.woocommerce-cart .nv-single-page-wrap {
  margin-bottom: 60px;
}
.woocommerce form .form-row {
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper > ul {
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  text-align: start;
  padding: 15px 15px 15px 45px;
  --btnfs: $text-sm;
  --primarybtnpadding: 10px 15px;
  --primarybtnborderwidth: 3px;
  --primarybtncolor: #fff;
  --primarybtnhovercolor: #fff;
  --primarybtnhoverbg: transparent;
  --primarybtnbg: transparent;
}
.woocommerce-info .button,
.woocommerce-info a {
  width: 100%;
  margin-top: 15px;
  white-space: normal;
  margin-left: auto;
  text-align: center;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-radius: 3px;
  background: var(--nv-primary-accent);
  border: 0;
  color: #fff;
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-info::before {
  color: inherit;
}
.nv-woo-filters {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.nv-woo-filters .woocommerce-ordering {
  margin: 0;
}
.nv-woo-filters .nv-sidebar-toggle + .woocommerce-ordering select {
  max-width: 155px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product {
  margin-bottom: 40px;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link > h2,
.woocommerce ul.products li.product a.woocommerce-loop-product__link > h3 {
  padding-top: 0;
  color: var(--nv-text-color);
  font-size: 1.25em;
}
.img-wrap {
  position: relative;
}
.single_add_to_cart_button.added {
  display: none !important;
}
.woocommerce ul.products li.product .button {
  white-space: normal;
}
.woocommerce .button.loading {
  justify-content: center;
  display: inline-flex !important;
  padding-right: 15px !important;
  align-items: center;
}
.woocommerce .button.loading::after {
  margin-left: 5px;
  position: unset !important;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  box-shadow: var(--primarybtnshadow, none);
}
.woocommerce a.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  box-shadow: var(--primarybtnhovershadow, none);
}
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  box-shadow: var(--primarybtnshadow, none);
}
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover {
  box-shadow: var(--primarybtnhovershadow, none);
}
.woocommerce-Tabs-panel h2 {
  font-size: var(--h2fontsize);
}
.woocommerce .stars {
  margin-left: 40px !important;
}
.woocommerce .stars a {
  color: #ffb100;
}
.nv-single-product-top {
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce.single .nv-woo-filters {
  display: none;
}
.woocommerce .cart .button,
.woocommerce .cart button {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce.single #tab-description ul,
.woocommerce.single .entry-summary ul {
  list-style-type: circle;
}
.woocommerce.single #tab-description ul,
.woocommerce.single .entry-summary ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.woocommerce.single #tab-description ul li,
.woocommerce.single .entry-summary ul li {
  margin-bottom: 10px;
}
.woocommerce.single .quantity input {
  box-sizing: border-box;
  line-height: normal;
  height: 100%;
  padding-right: 0;
}
.woocommerce.single .entry-summary > form.cart {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--nv-text-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.woocommerce.single .entry-summary > form.cart.grouped_form {
  flex-wrap: wrap;
}
.woocommerce.single .entry-summary > form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce.single .entry-summary > form.cart .group_table td label {
  margin: 0;
}
.woocommerce.single .group_table {
  margin-bottom: 20px;
}
.product_meta {
  font-size: 0.9em;
}
.product_meta a {
  color: var(--nv-text-color);
}
.product_meta > span {
  font-size: 0.9em;
  margin-top: 20px;
  display: block;
}
.woocommerce div.product p.price,
.woocommerce div.product p.price bdi,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--nv-text-color);
}
.woocommerce ul.products li.product .price {
  font-size: var(--bodyfontsize);
}
.woocommerce-tabs {
  width: 100%;
  margin: 40px 0 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: 0 0;
  border: 0;
  margin: 0 40px 0 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--nv-primary-accent);
  background: 0;
  border-bottom: 3px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--nv-text-color);
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 40px;
  padding: 0;
  border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}
.woocommerce-product-gallery {
  float: none !important;
  display: inline-block;
}
.woocommerce a.remove {
  color: var(--nv-text-color) !important;
  margin: 0;
}
.woocommerce .quantity .qty {
  box-sizing: content-box;
}
.sidebar-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.nv-woo-filters .nv-sidebar-toggle {
  margin-right: 20px;
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--nv-text-color);
  font-size: 14px;
  white-space: nowrap;
  scrollbar-width: none;
  overflow-x: scroll;
}
.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar {
  display: none;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--nv-secondary-accent);
}
.woocommerce .woocommerce-breadcrumb .nv-breadcrumb-delimiter {
  padding: 0 8px;
}
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
}
.nv-bc-count-wrap {
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .woocommerce-info {
    text-align: left;
    padding-left: 60px;
    align-items: center;
  }
  .woocommerce-info .button,
  .woocommerce-info a {
    order: -1;
    margin-left: auto !important;
    margin-top: 0;
    width: auto;
  }
  .woocommerce-info::before {
    display: flex;
    top: 0;
    height: 100%;
    color: #fff;
  }
  .woocommerce-info {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .woocommerce-info::before {
    align-items: center;
  }
  .nv-woo-filters .nv-sidebar-toggle + .woocommerce-ordering select {
    max-width: unset;
  }
}
@media (min-width: 769px) {
  .nv-single-product-top {
    gap: 4%;
    flex-direction: row;
  }
  .nv-bc-count-wrap {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .nv-sidebar-toggle {
    display: none;
  }
  .shop-sidebar .sidebar-header {
    display: none;
  }
}

/* END: WOOCOMMERCE BASELINE */
/* ==========================================================
   START: INTEGRATED WOOCOMMERCE STYLES
   Moved from WordPress Additional CSS.
   Duplicate grouped-table declarations were consolidated.
   ========================================================== */

/* WooCommerce product spacing fix */
.woocommerce .products {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce ul.products li.product {
    margin-bottom: 30px;
}

/* woocommerce */
.woocommerce-grouped-product-list td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.summary.entry-summary {
    margin-bottom: 0;
}

.single-product .product .summary .price {
    margin-bottom: 5px;
}

.woocommerce-grouped-product-list label,
.woocommerce-grouped-product-list input {
    font-size: 14px;
}



/* woocommerce Add a Scroll Indicator */
.grouped_form .group_table {
    position: relative;
    overflow-y: auto;
    max-height: 300px;
    display: block;
    border: 1px solid #ccc;
    padding-right: 10px;
    margin-bottom: 20px;
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}


/* Hide prices on product grid (shop and category pages) */
.woocommerce ul.products li.product .price {
    display: none !important;
}

/* Hide price on single product page */
.single-product .summary .price {
    display: none !important;
}

/* ======================================================================
   ======================================================================
   START: HIDE GROUPED PARTS FORM ON MAIN MACHINE PRODUCT PAGES
   Purpose:
   - Hide the grouped replacement parts form on the main product pages
   - Keep grouped products connected in WooCommerce
   - Does not affect the /parts/ page shortcode tables
   ======================================================================
   ====================================================================== */

.postid-265.single-product form.grouped_form,
.postid-266.single-product form.grouped_form,
.postid-267.single-product form.grouped_form {
	display: none !important;
}

/* ======================================================================
   ======================================================================
   END: HIDE GROUPED PARTS FORM ON MAIN MACHINE PRODUCT PAGES
   ======================================================================
   ====================================================================== */


/* ======================================================================
   ======================================================================
   START: PRODUCT PAGE REPLACEMENT PARTS BUTTON STYLE
   ======================================================================
   ====================================================================== */

.mds-product-parts-cta {
	margin: 22px 0 24px 0;
}

.mds-product-parts-button {
	display: inline-block !important;
	padding: 14px 28px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	border-radius: 5px !important;
	text-align: center !important;
}

/* ======================================================================
   ======================================================================
   END: PRODUCT PAGE REPLACEMENT PARTS BUTTON STYLE
   ======================================================================
   ====================================================================== */

/* ======================================================================
   ======================================================================
   START: MDS SINGLE PRODUCT IMAGE HEIGHT LIMIT
   Purpose:
   - Prevents tall product images from taking over the product page
   - Shrinks large vertical images proportionally
   - Centers the image inside the gallery area
   ======================================================================
   ====================================================================== */

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
	text-align: center !important;
}

.single-product .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	max-height: 650px !important;
	object-fit: contain !important;
	object-position: center center !important;
	margin: 0 auto !important;
}

/* Refreshed machine photos fill the gallery within the existing height limits. */
.single-product .woocommerce-product-gallery__image img.coster-machine-image {
	width: 100% !important;
	height: auto !important;
}

/* Keep WooCommerce's full-screen viewer above the sticky header and chat widget. */
.single-product .pswp { z-index: 2147483647; }

/* Slightly smaller image limit on medium screens */
@media (max-width: 1199px) {
	.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
		max-height: 560px !important;
	}
}

/* Mobile cleanup */
@media (max-width: 767px) {
	.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
		width: auto !important;
		max-width: 100% !important;
		max-height: 420px !important;
	}
}

/* ======================================================================
   ======================================================================
   END: MDS SINGLE PRODUCT IMAGE HEIGHT LIMIT
   ======================================================================
   ====================================================================== */

/* ======================================================================
   ======================================================================
   START: MDS PREMIUM PRODUCT ARCHIVE GRID
   Purpose:
   - Styles the WooCommerce Products archive grid only
   - Makes product cards more premium and consistent
   - Controls tall product images
   - Does not change global containers, header, footer, or single product pages
   ======================================================================
   ====================================================================== */

body.post-type-archive-product .nv-shop ul.products,
body.woocommerce-shop .nv-shop ul.products,
body.tax-product_cat .nv-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 42px 38px !important;
	align-items: stretch !important;
	margin-top: 28px !important;
}

body.post-type-archive-product .nv-shop ul.products li.product,
body.woocommerce-shop .nv-shop ul.products li.product,
body.tax-product_cat .nv-shop ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	display: block !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .nv-card-content-wrapper,
body.woocommerce-shop .nv-shop ul.products li.product .nv-card-content-wrapper,
body.tax-product_cat .nv-shop ul.products li.product .nv-card-content-wrapper {
	height: 100% !important;
	padding: 24px 22px 26px !important;
	background: #ffffff !important;
	border: 1px solid rgba(0, 131, 202, 0.14) !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 34px rgba(24, 43, 58, 0.08) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .nv-card-content-wrapper:hover,
body.woocommerce-shop .nv-shop ul.products li.product .nv-card-content-wrapper:hover,
body.tax-product_cat .nv-shop ul.products li.product .nv-card-content-wrapper:hover {
	transform: translateY(-4px) !important;
	border-color: rgba(0, 131, 202, 0.32) !important;
	box-shadow: 0 20px 46px rgba(24, 43, 58, 0.13) !important;
}

body.post-type-archive-product .nv-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.woocommerce-shop .nv-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat .nv-shop ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	text-decoration: none !important;
	color: inherit !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image,
body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image,
body.tax-product_cat .nv-shop ul.products li.product .sp-product-image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 315px !important;
	margin: 0 0 22px !important;
	padding: 0 !important;
	background: #ffffff !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image .img-wrap,
body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image .img-wrap,
body.tax-product_cat .nv-shop ul.products li.product .sp-product-image .img-wrap {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image img,
body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image img,
body.tax-product_cat .nv-shop ul.products li.product .sp-product-image img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	max-height: 300px !important;
	object-fit: contain !important;
	object-position: center center !important;
	margin: 0 auto !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop .nv-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .nv-shop ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 14px !important;
	color: #182b3a !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em !important;
	text-align: left !important;
}

body.post-type-archive-product .nv-shop ul.products li.product .mds-coster-loop-starting-price,
body.woocommerce-shop .nv-shop ul.products li.product .mds-coster-loop-starting-price,
body.tax-product_cat .nv-shop ul.products li.product .mds-coster-loop-starting-price {
	margin-top: auto !important;
	width: fit-content !important;
	max-width: 100% !important;
}

/* Result count / filter spacing */
body.post-type-archive-product .nv-bc-count-wrap,
body.woocommerce-shop .nv-bc-count-wrap,
body.tax-product_cat .nv-bc-count-wrap {
	margin-bottom: 18px !important;
}

body.post-type-archive-product .nv-woo-filters,
body.woocommerce-shop .nv-woo-filters,
body.tax-product_cat .nv-woo-filters {
	margin-bottom: 18px !important;
}

body.post-type-archive-product .woocommerce-result-count,
body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
	color: #4d5b66 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

/* Sidebar polish only on product archive/category pages */
body.post-type-archive-product .nv-sidebar-wrap aside,
body.woocommerce-shop .nv-sidebar-wrap aside,
body.tax-product_cat .nv-sidebar-wrap aside {
	border-radius: 18px !important;
	box-shadow: 0 14px 34px rgba(24, 43, 58, 0.12) !important;
}

/* Tablet */
@media (max-width: 1199px) {
	body.post-type-archive-product .nv-shop ul.products,
	body.woocommerce-shop .nv-shop ul.products,
	body.tax-product_cat .nv-shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 32px 28px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image,
	body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image,
	body.tax-product_cat .nv-shop ul.products li.product .sp-product-image {
		height: 285px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image img,
	body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image img,
	body.tax-product_cat .nv-shop ul.products li.product .sp-product-image img {
		max-height: 270px !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	body.post-type-archive-product .nv-shop ul.products,
	body.woocommerce-shop .nv-shop ul.products,
	body.tax-product_cat .nv-shop ul.products {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .nv-card-content-wrapper,
	body.woocommerce-shop .nv-shop ul.products li.product .nv-card-content-wrapper,
	body.tax-product_cat .nv-shop ul.products li.product .nv-card-content-wrapper {
		padding: 20px 18px 22px !important;
		border-radius: 16px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image,
	body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image,
	body.tax-product_cat .nv-shop ul.products li.product .sp-product-image {
		height: 255px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .sp-product-image img,
	body.woocommerce-shop .nv-shop ul.products li.product .sp-product-image img,
	body.tax-product_cat .nv-shop ul.products li.product .sp-product-image img {
		max-height: 240px !important;
	}

	body.post-type-archive-product .nv-shop ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop .nv-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat .nv-shop ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px !important;
	}
}

/* ======================================================================
   ======================================================================
   END: MDS PREMIUM PRODUCT ARCHIVE GRID
   ======================================================================
   ====================================================================== */

/* ======================================================================
   START: FIX PRODUCT GRID FIRST ITEM OFFSET
   Purpose:
   - Prevent WooCommerce/theme clearfix pseudo-elements from taking grid space
   - Stops the product grid from skipping the first slot
   ====================================================================== */

body.post-type-archive-product .nv-shop ul.products::before,
body.post-type-archive-product .nv-shop ul.products::after,
body.woocommerce-shop .nv-shop ul.products::before,
body.woocommerce-shop .nv-shop ul.products::after,
body.tax-product_cat .nv-shop ul.products::before,
body.tax-product_cat .nv-shop ul.products::after {
	content: none !important;
	display: none !important;
}

/* ======================================================================
   END: FIX PRODUCT GRID FIRST ITEM OFFSET
   ====================================================================== */


/* ======================================================================
   START: MDS COMPRESS PRODUCT ARCHIVE TOP SPACING
   Purpose:
   - Tightens the space above the product grid
   - Hides empty archive description/WPBakery wrapper spacing
   - Keeps the product archive looking cleaner and more premium
   ====================================================================== */

body.post-type-archive-product .woocommerce-products-header,
body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
	margin: 0 !important;
	padding: 0 !important;
}

body.post-type-archive-product .woocommerce-products-header .page-description,
body.woocommerce-shop .woocommerce-products-header .page-description,
body.tax-product_cat .woocommerce-products-header .page-description {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body.post-type-archive-product .woocommerce-products-header .vc_row,
body.woocommerce-shop .woocommerce-products-header .vc_row,
body.tax-product_cat .woocommerce-products-header .vc_row,
body.post-type-archive-product .woocommerce-products-header .wpb_wrapper,
body.woocommerce-shop .woocommerce-products-header .wpb_wrapper,
body.tax-product_cat .woocommerce-products-header .wpb_wrapper {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body.post-type-archive-product .nv-bc-count-wrap,
body.woocommerce-shop .nv-bc-count-wrap,
body.tax-product_cat .nv-bc-count-wrap {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
}

body.post-type-archive-product .woocommerce-result-count,
body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
	margin: 0 !important;
	padding: 0 !important;
}

body.post-type-archive-product .nv-woo-filters,
body.woocommerce-shop .nv-woo-filters,
body.tax-product_cat .nv-woo-filters {
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
}

body.post-type-archive-product .nv-shop ul.products,
body.woocommerce-shop .nv-shop ul.products,
body.tax-product_cat .nv-shop ul.products {
	margin-top: 12px !important;
}

/* ======================================================================
   END: MDS COMPRESS PRODUCT ARCHIVE TOP SPACING
   ====================================================================== */

/* ==========================================================
   END: INTEGRATED WOOCOMMERCE STYLES
   ========================================================== */

/* ==========================================================
   START: WOOCOMMERCE CHECKOUT TWO-COLUMN LAYOUT
   Billing and shipping stay together on the left.
   Order review and payment stay together on the right.
   ========================================================== */

body.woocommerce-checkout form.checkout.woocommerce-checkout,
body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout #order_review,
body.woocommerce-checkout form.checkout #order_review_heading {
	float: none;
	width: 100%;
	max-width: none;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
	margin-top: 30px;
}

body.woocommerce-checkout form.checkout #ship-to-different-address {
	margin-bottom: 20px;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	margin-bottom: 20px;
}

body.woocommerce-checkout form.checkout #order_review,
body.woocommerce-checkout form.checkout #payment,
body.woocommerce-checkout form.checkout table.shop_table {
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
}

body.woocommerce-checkout form.checkout table.shop_table {
	display: table;
}

@media (min-width: 992px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
		grid-template-areas:
			"customer order-heading"
			"customer order-review";
		column-gap: 48px;
		row-gap: 0;
		align-items: start;
	}

	body.woocommerce-checkout form.checkout #customer_details {
		grid-area: customer;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		grid-area: order-heading;
		align-self: end;
	}

	body.woocommerce-checkout form.checkout #order_review {
		grid-area: order-review;
	}
}

@media (max-width: 991px) {
	body.woocommerce-checkout form.checkout #order_review_heading {
		margin-top: 35px;
	}
}

/* ==========================================================
   END: WOOCOMMERCE CHECKOUT TWO-COLUMN LAYOUT
   ========================================================== */

/* Generic standalone product archive markup. */
.shop-main ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 38px !important;
	align-items: stretch;
	margin: 24px 0 0 !important;
}

.shop-main ul.products::before,
.shop-main ul.products::after {
	display: none !important;
	content: none !important;
}

.shop-main ul.products li.product {
	display: flex !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 24px 22px 26px !important;
	flex-direction: column;
	border: 1px solid rgba(0, 131, 202, 0.14);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(24, 43, 58, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-main ul.products li.product:hover,
.shop-main ul.products li.product:focus-within {
	border-color: rgba(0, 131, 202, 0.34);
	box-shadow: 0 20px 46px rgba(24, 43, 58, 0.13);
	transform: translateY(-4px);
}

.shop-main ul.products li.product .woocommerce-LoopProduct-link,
.shop-main ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.shop-main ul.products li.product img {
	display: block;
	width: 100% !important;
	height: 315px !important;
	margin: 0 0 22px !important;
	object-fit: contain;
	object-position: center;
}

.shop-main ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 16px !important;
	padding: 0 !important;
	color: #182b3a;
	font-size: 19px !important;
	font-weight: 900;
	line-height: 1.3;
}

.shop-main ul.products li.product .button {
	display: none !important;
}

.shop-main ul.products li.product .mds-coster-loop-starting-price {
	width: fit-content;
	max-width: 100%;
	margin-top: auto !important;
	overflow-wrap: break-word;
}

.shop-main ul.products li.product .mds-coster-loop-starting-price * {
	max-width: 100%;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 12px;
	font-size: 13px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 18px;
}

.single-product div.product {
	display: flow-root;
}

.single-product div.product .summary {
	min-width: 0;
}

.single-product .product_title {
	font-size: clamp(30px, 4vw, 46px);
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	width: 100%;
	max-width: none;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	width: 100%;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	width: 100%;
	max-width: none;
}

@media (max-width: 1199px) {
	.shop-main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 28px !important;
	}

	.shop-main ul.products li.product img {
		height: 270px !important;
	}
}

@media (max-width: 640px) {
	.woocommerce-content-area {
		padding: 44px 0 60px;
	}

	.shop-main ul.products {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.shop-main ul.products li.product {
		padding: 18px !important;
		border-radius: 15px;
	}

	.shop-main ul.products li.product img {
		height: 250px !important;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shop-main ul.products li.product {
		transition: none;
	}
}

/* ==========================================================
   START: COSTER WOOCOMMERCE BUTTONS AND NOTICES
   Final branded overrides for WooCommerce and block notices.
   ========================================================== */

body.woocommerce-page .woocommerce a.button,
body.woocommerce-page .woocommerce button.button,
body.woocommerce-page .woocommerce input.button,
body.woocommerce-page .woocommerce #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page .wc-block-components-button:not(.is-link) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 20px !important;
	border: 2px solid #0083ca !important;
	border-radius: 8px !important;
	background: #0083ca !important;
	box-shadow: 0 8px 18px rgba(0, 131, 202, 0.16) !important;
	color: #ffffff !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.woocommerce-page .woocommerce a.button:hover,
body.woocommerce-page .woocommerce a.button:focus-visible,
body.woocommerce-page .woocommerce button.button:hover,
body.woocommerce-page .woocommerce button.button:focus-visible,
body.woocommerce-page .woocommerce input.button:hover,
body.woocommerce-page .woocommerce input.button:focus-visible,
body.woocommerce-page .woocommerce #respond input#submit:hover,
body.woocommerce-page .woocommerce #respond input#submit:focus-visible,
body.woocommerce-page a.button:hover,
body.woocommerce-page a.button:focus-visible,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button:focus-visible,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button:focus-visible,
body.woocommerce-page .wc-block-components-button:not(.is-link):hover,
body.woocommerce-page .wc-block-components-button:not(.is-link):focus-visible {
	border-color: #006ca8 !important;
	background: #006ca8 !important;
	box-shadow: 0 10px 22px rgba(0, 108, 168, 0.24) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

body.woocommerce-page .woocommerce a.button.disabled,
body.woocommerce-page .woocommerce a.button:disabled,
body.woocommerce-page .woocommerce button.button.disabled,
body.woocommerce-page .woocommerce button.button:disabled,
body.woocommerce-page .woocommerce input.button.disabled,
body.woocommerce-page .woocommerce input.button:disabled {
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

body.woocommerce-page .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #b42318 !important;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error,
body.woocommerce-page .wc-block-components-notice-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: 18px;
	width: 100%;
	margin: 0 0 22px !important;
	padding: 18px 20px 18px 54px !important;
	border: 1px solid #c9e8f7 !important;
	border-top: 0 !important;
	border-left: 5px solid #0083ca !important;
	border-radius: 10px !important;
	background: #f4fbfe !important;
	box-shadow: 0 8px 22px rgba(24, 43, 58, 0.07) !important;
	color: #263746 !important;
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
}

body.woocommerce-page .woocommerce-message {
	border-color: #c9ead3 !important;
	border-left-color: #2e9b57 !important;
	background: #f3fbf5 !important;
}

body.woocommerce-page .woocommerce-error {
	align-items: flex-start;
	flex-direction: column;
	border-color: #f1c8c4 !important;
	border-left-color: #c43d32 !important;
	background: #fff7f6 !important;
}

body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page .woocommerce-error::before {
	top: 50% !important;
	left: 20px !important;
	color: #0083ca !important;
	line-height: 1;
	transform: translateY(-50%);
}

body.woocommerce-page .woocommerce-message::before {
	color: #2e9b57 !important;
}

body.woocommerce-page .woocommerce-error::before {
	top: 22px !important;
	color: #c43d32 !important;
	transform: none;
}

body.woocommerce-page .woocommerce-message .button,
body.woocommerce-page .woocommerce-info .button,
body.woocommerce-page .woocommerce-error .button,
body.woocommerce-page .wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward {
	order: 2;
	width: auto !important;
	min-height: 42px;
	margin: 0 0 0 auto !important;
	padding: 9px 16px !important;
	flex: 0 0 auto;
}

body.woocommerce-page .woocommerce-message a:not(.button),
body.woocommerce-page .woocommerce-info a:not(.button),
body.woocommerce-page .woocommerce-error a:not(.button) {
	width: auto;
	margin: 0;
	color: #006ca8 !important;
	font-weight: 700;
}

@media (max-width: 640px) {
	body.woocommerce-page .woocommerce-message,
	body.woocommerce-page .woocommerce-info,
	body.woocommerce-page .woocommerce-error,
	body.woocommerce-page .wc-block-components-notice-banner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 16px 16px 16px 46px !important;
	}

	body.woocommerce-page .woocommerce-message::before,
	body.woocommerce-page .woocommerce-info::before,
	body.woocommerce-page .woocommerce-error::before {
		top: 20px !important;
		left: 16px !important;
		transform: none;
	}

	body.woocommerce-page .woocommerce-message .button,
	body.woocommerce-page .woocommerce-info .button,
	body.woocommerce-page .woocommerce-error .button,
	body.woocommerce-page .wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-page .woocommerce a.button,
	body.woocommerce-page .woocommerce button.button,
	body.woocommerce-page .woocommerce input.button,
	body.woocommerce-page .wc-block-components-button:not(.is-link) {
		transition: none;
	}
}

/* ==========================================================
   END: COSTER WOOCOMMERCE BUTTONS AND NOTICES
   ========================================================== */

/* ==========================================================
   START: COMPLETE COSTER WOOCOMMERCE BRAND OVERRIDES
   Applies to WooCommerce screens and WooCommerce shortcodes
   embedded in ordinary WordPress pages such as Parts.
   ========================================================== */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button,
.mds-grouped-replacement-parts .button,
.wc-block-components-button:not(.is-link) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px;
	padding: 11px 22px !important;
	border: 2px solid #0083ca !important;
	border-radius: 9px !important;
	background: linear-gradient(135deg, #0aa7df 0%, #0083ca 100%) !important;
	background-image: linear-gradient(135deg, #0aa7df 0%, #0083ca 100%) !important;
	box-shadow: 0 9px 20px rgba(0, 131, 202, 0.2) !important;
	color: #ffffff !important;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none !important;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;
	appearance: none;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:focus-visible,
.mds-grouped-replacement-parts .button:hover,
.mds-grouped-replacement-parts .button:focus-visible,
.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus-visible {
	border-color: #00689f !important;
	background: linear-gradient(135deg, #008fca 0%, #00689f 100%) !important;
	background-image: linear-gradient(135deg, #008fca 0%, #00689f 100%) !important;
	box-shadow: 0 12px 26px rgba(0, 104, 159, 0.28) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	outline: 0;
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce .single_add_to_cart_button.disabled,
.woocommerce .single_add_to_cart_button:disabled,
.wc-block-components-button:disabled {
	cursor: not-allowed !important;
	border-color: #9bb8c7 !important;
	background: #b8ccd6 !important;
	background-image: none !important;
	box-shadow: none !important;
	opacity: 0.68;
	transform: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 64px;
	margin: 0 0 24px !important;
	padding: 19px 22px 19px 62px !important;
	border: 1px solid #b9deef !important;
	border-left: 5px solid #0083ca !important;
	border-radius: 12px !important;
	background: #f2faff !important;
	box-shadow: 0 10px 26px rgba(24, 43, 58, 0.08) !important;
	color: #213240 !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	list-style: none !important;
	outline: 0 !important;
}

.woocommerce-message {
	border-color: #bfe1c8 !important;
	border-left-color: #2d9a55 !important;
	background: #f2faf4 !important;
}

.woocommerce-error {
	border-color: #efc2bd !important;
	border-left-color: #cf4036 !important;
	background: #fff5f4 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	position: absolute !important;
	top: 50% !important;
	left: 20px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	border-radius: 50%;
	background: #0083ca;
	color: #ffffff !important;
	font-family: Arial, sans-serif !important;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%) !important;
}

.woocommerce-message::before {
	background: #2d9a55;
	content: "✓" !important;
}

.woocommerce-info::before {
	content: "i" !important;
}

.woocommerce-error::before {
	top: 18px !important;
	background: #cf4036;
	content: "!" !important;
	transform: none !important;
}

.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.wc-block-components-notice-banner .wc-forward {
	float: right;
	min-height: 40px;
	margin: -7px 0 -7px 18px !important;
	padding: 8px 15px !important;
	font-size: 13px !important;
}

.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button),
.wc-block-components-notice-banner a:not(.button) {
	color: #006ca8 !important;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media (max-width: 640px) {
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce .single_add_to_cart_button,
	.mds-grouped-replacement-parts .button,
	.wc-block-components-button:not(.is-link) {
		max-width: 100%;
		min-height: 48px;
	}

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.wc-block-components-notice-banner {
		padding: 17px 16px 17px 54px !important;
	}

	.woocommerce-message::before,
	.woocommerce-info::before,
	.woocommerce-error::before {
		left: 15px !important;
	}

	.woocommerce-message .button,
	.woocommerce-info .button,
	.woocommerce-error .button,
	.wc-block-components-notice-banner .wc-forward {
		float: none;
		width: 100% !important;
		margin: 12px 0 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce .single_add_to_cart_button,
	.mds-grouped-replacement-parts .button,
	.wc-block-components-button:not(.is-link) {
		transition: none !important;
	}
}

/* ==========================================================
   END: COMPLETE COSTER WOOCOMMERCE BRAND OVERRIDES
   ========================================================== */
