/* WooCommerce integration */

.ecostar-woocommerce {
  background: #fff;
}

.ecostar-woocommerce .woocommerce-breadcrumb {
  margin-bottom: 24px;
  color: #68778a;
  font-size: 14px;
}

.ecostar-woocommerce .woocommerce-breadcrumb a {
  color: var(--clr-primary);
  text-decoration: none;
}

.ecostar-shop-layout {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}



.ecostar-shop-sidebar {
  position: sticky;
  top: 150px;
  align-self: start;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.ecostar-shop-widget + .ecostar-shop-widget {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #edf0f4;
}

.ecostar-shop-widget-title,
.ecostar-shop-sidebar .widgettitle {
  margin-bottom: 14px;
  color: var(--clr-primary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ecostar-shop-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecostar-shop-sidebar li + li {
  margin-top: 10px;
}

.ecostar-shop-sidebar a {
  color: #101828;
  text-decoration: none;

}

.ecostar-shop-sidebar a:hover {
  color: var(--clr-primary);
}

.ecostar-shop-sidebar input[type="search"],
.ecostar-shop-sidebar input[type="text"],
.ecostar-shop-sidebar select,
.ecostar-woocommerce .woocommerce-ordering select,
.ecostar-woocommerce .input-text,
.ecostar-woocommerce input[type="text"],
.ecostar-woocommerce input[type="email"],
.ecostar-woocommerce input[type="tel"],
.ecostar-woocommerce input[type="password"],
.ecostar-woocommerce textarea,
.ecostar-woocommerce select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 10px 12px;
  color: #101828;
  background: #fff;
  font-family: var(--font-family);
}

.ecostar-shop-sidebar input:focus,
.ecostar-shop-sidebar select:focus,
.ecostar-woocommerce .input-text:focus,
.ecostar-woocommerce textarea:focus,
.ecostar-woocommerce select:focus {
  border-color: var(--clr-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 113, 186, 0.14);
}

.ecostar-shop-sidebar .woocommerce-product-search {
  display: flex;
  gap: 8px;
}

.ecostar-shop-sidebar .woocommerce-product-search button,
.ecostar-woocommerce button.button,
.ecostar-woocommerce a.button,
.ecostar-woocommerce input.button,
.ecostar-woocommerce #respond input#submit,
.ecostar-woocommerce .checkout-button,
.ecostar-woocommerce .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 20px;
  background: var(--gradient-primary);
  color: var(--clr-white) !important;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.25s ease;
}

.ecostar-shop-sidebar .woocommerce-product-search button:hover,
.ecostar-woocommerce button.button:hover,
.ecostar-woocommerce a.button:hover,
.ecostar-woocommerce input.button:hover,
.ecostar-woocommerce #respond input#submit:hover,
.ecostar-woocommerce .checkout-button:hover,
.ecostar-woocommerce .single_add_to_cart_button:hover {
  background: linear-gradient(90deg, #0161A7 0%, #0D71BA 100%);
  transform: translateY(-1px);
}

.ecostar-woocommerce .woocommerce-result-count {
  margin: 0 0 18px;
  color: #68778a;
}

.ecostar-woocommerce .woocommerce-ordering {
  margin: 0 0 24px;
}

.ecostar-woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.ecostar-woocommerce ul.products::before,
.ecostar-woocommerce ul.products::after {
  display: none;
}

.ecostar-woocommerce ul.products li.product {
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: 0.25s ease;
}

.ecostar-woocommerce ul.products li.product:hover {
  border-color: rgba(13, 113, 186, 0.35);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}

.ecostar-woocommerce ul.products li.product a img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  margin: 0 0 16px;
}

.ecostar-woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: #101828;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.ecostar-woocommerce ul.products li.product .price {
  color: #344054;
  font-size: 16px;
  font-weight: 600;
}

.ecostar-woocommerce ul.products li.product .button {
  margin-top: 14px;
}

.ecostar-woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  border-radius: 4px;
  padding: 6px 10px;
  background: var(--clr-primary);
  color: #fff;
  line-height: 1;
}

.ecostar-woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}

.ecostar-woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.ecostar-woocommerce nav.woocommerce-pagination ul li a,
.ecostar-woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 10px 12px;
  color: #101828;
}

.ecostar-woocommerce nav.woocommerce-pagination ul li span.current,
.ecostar-woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--clr-primary);
  background: var(--clr-primary);
  color: #fff;
}

.ecostar-woocommerce:not(.ecostar-woocommerce-archive) {
  padding-top: 132px;
}

.ecostar-woocommerce:not(.ecostar-woocommerce-archive) .section-padding {
  padding-top: 70px;
}

.ecostar-woocommerce div.product div.images img {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.ecostar-woocommerce div.product .product_title {
  color: #101828;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
}

.ecostar-woocommerce div.product p.price,
.ecostar-woocommerce div.product span.price {
  color: var(--clr-primary);
  font-size: 24px;
  font-weight: 800;
}

.ecostar-woocommerce .quantity .qty {
  width: 82px;
  min-height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}

.ecostar-woocommerce table.shop_table {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.ecostar-woocommerce table.shop_table th {
  color: #101828;
  font-weight: 800;
}

.ecostar-woocommerce .cart_totals,
.ecostar-woocommerce .woocommerce-checkout-review-order,
.ecostar-woocommerce .woocommerce-billing-fields,
.ecostar-woocommerce .woocommerce-shipping-fields,
.ecostar-woocommerce .woocommerce-additional-fields {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 1199px) {
  .ecostar-woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ecostar-shop-banner,
  .ecostar-woocommerce:not(.ecostar-woocommerce-archive) {
    margin-top: 110px;
    padding-top: 0;
  }

  .ecostar-shop-layout {
    grid-template-columns: 1fr;
  }

  .ecostar-shop-sidebar {
    position: static;
  }
}

@media (max-width: 575px) {
  .ecostar-woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .ecostar-woocommerce ul.products li.product a img {
    height: 210px;
  }

  .ecostar-woocommerce div.product .product_title {
    font-size: 30px;
  }
}
/* Cart, checkout, and account pages can render through shortcode content instead of archive wrappers. */
.ecostar-has-woocommerce .woocommerce button.button,
.ecostar-has-woocommerce .woocommerce a.button,
.ecostar-has-woocommerce .woocommerce input.button,
.ecostar-has-woocommerce .woocommerce #respond input#submit,
.ecostar-has-woocommerce .woocommerce .checkout-button,
.ecostar-has-woocommerce .woocommerce .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 20px;
  background: var(--gradient-primary);
  color: var(--clr-white) !important;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.25s ease;
}

.ecostar-has-woocommerce .woocommerce button.button:hover,
.ecostar-has-woocommerce .woocommerce a.button:hover,
.ecostar-has-woocommerce .woocommerce input.button:hover,
.ecostar-has-woocommerce .woocommerce #respond input#submit:hover,
.ecostar-has-woocommerce .woocommerce .checkout-button:hover,
.ecostar-has-woocommerce .woocommerce .single_add_to_cart_button:hover {
  background: linear-gradient(90deg, #0161A7 0%, #0D71BA 100%);
  transform: translateY(-1px);
}

.ecostar-has-woocommerce .woocommerce .input-text,
.ecostar-has-woocommerce .woocommerce input[type="text"],
.ecostar-has-woocommerce .woocommerce input[type="email"],
.ecostar-has-woocommerce .woocommerce input[type="tel"],
.ecostar-has-woocommerce .woocommerce input[type="password"],
.ecostar-has-woocommerce .woocommerce textarea,
.ecostar-has-woocommerce .woocommerce select {
  min-height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 10px 12px;
  color: #101828;
  background: #fff;
  font-family: var(--font-family);
}

.ecostar-woocommerce .section-padding {
  padding-bottom: 80px;
}
.ecostar-woocommerce-archive ul.products li.product .button,
.ecostar-woocommerce-archive ul.products li.product .add_to_cart_button,
.ecostar-woocommerce-archive ul.products li.product .product_type_simple,
.ecostar-woocommerce-archive ul.products li.product .product_type_variable,
.ecostar-woocommerce-archive ul.products li.product .product_type_grouped,
.ecostar-woocommerce-archive ul.products li.product .product_type_external {
  display: none !important;
}
.woocommerce-cart .inner-banner,
.woocommerce-checkout .inner-banner,
.woocommerce-cart .ecostar-shop-banner,
.woocommerce-checkout .ecostar-shop-banner {
  display: none !important;
}

.ecostar-woocommerce-archive .woocommerce-products-header,
.ecostar-woocommerce-archive .woocommerce-products-header__title,
.ecostar-woocommerce-archive .page-title {
  display: none !important;
}

.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce input.button,
.woocommerce-cart .woocommerce .checkout-button,
.woocommerce-checkout .woocommerce button.button,
.woocommerce-checkout .woocommerce a.button,
.woocommerce-checkout .woocommerce input.button,
.woocommerce-checkout .woocommerce #place_order {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  padding: 11px 20px !important;
  background: var(--gradient-primary) !important;
  color: var(--clr-white) !important;
  font-family: var(--font-family) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-cart .woocommerce .checkout-button:hover,
.woocommerce-checkout .woocommerce button.button:hover,
.woocommerce-checkout .woocommerce a.button:hover,
.woocommerce-checkout .woocommerce input.button:hover,
.woocommerce-checkout .woocommerce #place_order:hover {
  background: linear-gradient(90deg, #0161A7 0%, #0D71BA 100%) !important;
  transform: translateY(-1px);
}
.ecostar-woocommerce-cart-page .inner-banner,
.ecostar-woocommerce-checkout-page .inner-banner {
  display: none !important;
}

.ecostar-woocommerce-cart-page .wp-block-button__link,
.ecostar-woocommerce-cart-page .wc-block-cart__submit-button,
.ecostar-woocommerce-cart-page .wc-block-components-button,
.ecostar-woocommerce-checkout-page .wp-block-button__link,
.ecostar-woocommerce-checkout-page .wc-block-components-button,
.ecostar-woocommerce-checkout-page .wc-block-components-checkout-place-order-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  padding: 11px 20px !important;
  background: var(--gradient-primary) !important;
  color: var(--clr-white) !important;
  font-family: var(--font-family) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: 0.25s ease;
}

.ecostar-woocommerce-cart-page .wp-block-button__link:hover,
.ecostar-woocommerce-cart-page .wc-block-cart__submit-button:hover,
.ecostar-woocommerce-cart-page .wc-block-components-button:hover,
.ecostar-woocommerce-checkout-page .wp-block-button__link:hover,
.ecostar-woocommerce-checkout-page .wc-block-components-button:hover,
.ecostar-woocommerce-checkout-page .wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(90deg, #0161A7 0%, #0D71BA 100%) !important;
  transform: translateY(-1px);
}

.ecostar-price-filter .price_slider_wrapper .ui-widget-content {
  background: #e5e7eb;
}

.ecostar-price-filter .ui-slider .ui-slider-range,
.ecostar-price-filter .ui-slider .ui-slider-handle {
  background: var(--clr-primary);
}

.ecostar-price-filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.ecostar-price-filter .price_label {
  color: #344054;
  font-size: 14px;
}
.ecostar-price-filter .ecostar-shop-widget-title,
.ecostar-price-filter .widget_price_filter h3,
.ecostar-price-filter .widgettitle {
  margin-bottom: 12px;
  color: #336ed8;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.ecostar-price-filter .price_slider_wrapper {
  padding-top: 4px;
}

.ecostar-price-filter .price_slider {
  height: 4px;
  margin: 0 8px 18px;
  border: 0 !important;
  border-radius: 999px;
  background: #dce7ff !important;
}

.ecostar-price-filter .price_slider .ui-slider-range {
  height: 4px;
  border-radius: 999px;
  background: #006fff !important;
}

.ecostar-price-filter .price_slider .ui-slider-handle {
  top: -5px !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: -7px !important;
  border: 2px solid #006fff !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
}

.ecostar-price-filter .price_slider_amount {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 0;
  color: #101828;
  font-size: 16px;
}

.ecostar-price-filter .price_slider_amount .price_label {
  grid-column: 1;
  grid-row: 1;
  color: #101828;
  font-size: 16px;
  line-height: 1.4;
}

.ecostar-price-filter .price_slider_amount .button,
.ecostar-price-filter .price_slider_amount button {
  grid-column: 2;
  grid-row: 1;
  min-height: 32px !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  background: #f0f0f0 !important;
  color: #8a8f98 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  transform: none !important;
}

.ecostar-price-filter .price_slider_amount .button:hover,
.ecostar-price-filter .price_slider_amount button:hover {
  background: #e5e7eb !important;
  color: #667085 !important;
  transform: none !important;
}

.ecostar-price-filter .price_slider_amount .clear {
  display: none;
}
/* Strong overrides for WooCommerce block cart and checkout buttons. */
.wc-block-cart__submit .wc-block-cart__submit-button,
.wc-block-cart__submit a.wc-block-cart__submit-button,
.wc-block-cart__submit .wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button,
.wp-block-woocommerce-cart .wp-block-button__link,
.wp-block-woocommerce-checkout .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  padding: 14px 22px !important;
  background: var(--gradient-primary) !important;
  background-color: var(--clr-primary) !important;
  color: var(--clr-white) !important;
  font-family: var(--font-family) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart{
  padding-top: 80px;
}



.wc-block-cart__submit .wc-block-cart__submit-button span,
.wc-block-cart__submit a.wc-block-cart__submit-button span,
.wc-block-components-checkout-place-order-button span,
.wp-block-woocommerce-cart .wc-block-components-button span,
.wp-block-woocommerce-checkout .wc-block-components-button span,
.wp-block-woocommerce-cart .wp-block-button__link span,
.wp-block-woocommerce-checkout .wp-block-button__link span {
  color: var(--clr-white) !important;
  font-family: var(--font-family) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.wc-block-cart__submit .wc-block-cart__submit-button:hover,
.wc-block-cart__submit a.wc-block-cart__submit-button:hover,
.wc-block-cart__submit .wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions .wc-block-components-button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover,
.wp-block-woocommerce-cart .wp-block-button__link:hover,
.wp-block-woocommerce-checkout .wp-block-button__link:hover {
  background: linear-gradient(90deg, #0161A7 0%, #0D71BA 100%) !important;
  background-color: var(--clr-primary) !important;
  color: var(--clr-white) !important;
  transform: translateY(-1px);
}
/* Final price filter polish. */
.ecostar-price-filter .widget_price_filter .price_slider_wrapper .ui-widget-content,
.ecostar-price-filter .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.ecostar-price-filter .price_slider.ui-slider {
  height: 4px !important;
  margin: 0 8px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #dce7ff !important;
  position: relative;
}

.ecostar-price-filter .widget_price_filter .ui-slider .ui-slider-range,
.ecostar-price-filter .price_slider.ui-slider .ui-slider-range {
  height: 4px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #006fff !important;
}

.ecostar-price-filter .widget_price_filter .ui-slider .ui-slider-handle,
.ecostar-price-filter .price_slider.ui-slider .ui-slider-handle,
.ecostar-price-filter .ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin-left: -7px !important;
  border: 2px solid #006fff !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  opacity: 1 !important;
  position: absolute;
}

.ecostar-price-filter .widget_price_filter .ui-slider .ui-slider-handle::before,
.ecostar-price-filter .widget_price_filter .ui-slider .ui-slider-handle::after,
.ecostar-price-filter .price_slider.ui-slider .ui-slider-handle::before,
.ecostar-price-filter .price_slider.ui-slider .ui-slider-handle::after {
  display: none !important;
  content: none !important;
}

.ecostar-price-filter .price_slider_amount .price_label {
  font-size: 0 !important;
}

.ecostar-price-filter .price_slider_amount .from,
.ecostar-price-filter .price_slider_amount .to {
  color: #101828 !important;
  font-size: 16px !important;
}

.ecostar-price-filter .price_slider_amount .from::after {
  content: ' - ';
  color: #101828;
  font-size: 16px;
}

.ecostar-price-filter .price_slider_amount .button {
  background: #f0f0f0 !important;
  color: #8a8f98 !important;
}
/* Broad WooCommerce price filter override. */
.widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_wrapper,
.ecostar-shop-sidebar .widget_price_filter .price_slider_wrapper {
  padding-top: 4px !important;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.widget_price_filter .price_slider,
.woocommerce .widget_price_filter .price_slider,
.ecostar-shop-sidebar .price_slider {
  height: 4px !important;
  min-height: 4px !important;
  margin: 0 8px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #dce7ff !important;
  overflow: visible !important;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.ecostar-shop-sidebar .ui-slider-horizontal .ui-slider-range {
  top: 0 !important;
  height: 4px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #006fff !important;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-handle,
.ecostar-shop-sidebar .ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin-left: -7px !important;
  border: 2px solid #006fff !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-handle::before,
.widget_price_filter .ui-slider-horizontal .ui-slider-handle::after,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-handle::before,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-handle::after {
  display: none !important;
  content: none !important;
}

.widget_price_filter .price_slider_amount,
.woocommerce .widget_price_filter .price_slider_amount,
.ecostar-shop-sidebar .price_slider_amount {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 0 !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.widget_price_filter .price_slider_amount .price_label,
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.ecostar-shop-sidebar .price_slider_amount .price_label {
  grid-column: 1 !important;
  grid-row: 1 !important;
  color: transparent !important;
  font-size: 0 !important;
}

.widget_price_filter .price_slider_amount .from,
.widget_price_filter .price_slider_amount .to,
.woocommerce .widget_price_filter .price_slider_amount .from,
.woocommerce .widget_price_filter .price_slider_amount .to,
.ecostar-shop-sidebar .price_slider_amount .from,
.ecostar-shop-sidebar .price_slider_amount .to {
  color: #101828 !important;
  font-size: 16px !important;
}

.widget_price_filter .price_slider_amount .from::after,
.woocommerce .widget_price_filter .price_slider_amount .from::after,
.ecostar-shop-sidebar .price_slider_amount .from::after {
  content: ' - ' !important;
  color: #101828 !important;
  font-size: 16px !important;
}

.widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.ecostar-shop-sidebar .price_slider_amount .button {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-height: 32px !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  background: #f0f0f0 !important;
  color: #8a8f98 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  transform: none !important;
}