.elementor-54064 .elementor-element.elementor-element-e65b527{padding:0% 15% 0% 15%;}.elementor-54064 .elementor-element.elementor-element-8d5abd5 .elementor-spacer-inner{height:62px;}.elementor-54064 .elementor-element.elementor-element-a8a5eb4 .elementor-spacer-inner{height:62px;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#484848;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#484848;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Pf highway sans pro", Sans-serif;font-weight:600;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .price{color:#484848;font-family:"Pf highway sans pro", Sans-serif;font-weight:600;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .price ins{color:#484848;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .price ins .amount{color:#484848;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product .button{color:#FFFFFF;background-color:var( --e-global-color-6db87e0 );font-family:"Pf highway sans pro", Sans-serif;font-weight:500;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products .added_to_cart{font-family:"Pf highway sans pro", Sans-serif;font-weight:500;}.elementor-54064 .elementor-element.elementor-element-e839bd1 nav.woocommerce-pagination ul{border-color:var( --e-global-color-secondary );}.elementor-54064 .elementor-element.elementor-element-e839bd1 nav.woocommerce-pagination ul li{border-right-color:var( --e-global-color-secondary );border-left-color:var( --e-global-color-secondary );}.elementor-54064 .elementor-element.elementor-element-e839bd1 nav.woocommerce-pagination ul li a{color:#FBFBFB;background-color:var( --e-global-color-6db87e0 );}.elementor-54064 .elementor-element.elementor-element-e839bd1 nav.woocommerce-pagination ul li span.current{color:var( --e-global-color-6db87e0 );background-color:#FFFFFF;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-54064 .elementor-element.elementor-element-e65b527{padding:0% 5% 0% 5%;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-54064 .elementor-element.elementor-element-e65b527{padding:0% 1% 0% 1%;}.elementor-54064 .elementor-element.elementor-element-e839bd1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(min-width:768px){.elementor-54064 .elementor-element.elementor-element-2f8c454{width:20%;}.elementor-54064 .elementor-element.elementor-element-529c847{width:80%;}}@media(max-width:1024px) and (min-width:768px){.elementor-54064 .elementor-element.elementor-element-2f8c454{width:100%;}.elementor-54064 .elementor-element.elementor-element-529c847{width:100%;}}/* Start custom CSS for sidebar, class: .elementor-element-44e3c84 */.elementor-widget-sidebar {
    font-family: "Pf highway sans pro", Sans-serif!important;
}
.elementor-widget-sidebar a{
    font-family: "Pf highway sans pro", Sans-serif!important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e65b527 */.woocommerce.columns-3 .added_to_cart{
    display: none!important;
}
/* --- WooCommerce product grid --- */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 1200px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr)!important; }
    .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .added_to_cart {
      display: flex;               /* or inline-flex */
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      padding: 12px 14px;
      font-weight: 700;
      border: 1px solid rgba(0,0,0,.12);
      background: #fff;
      transition: background .15s ease, transform .15s ease;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 14px;
}
}
@media (max-width: 767px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr)!important;
   gap: 14px; 
    }
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .added_to_cart {
      display: flex;               /* or inline-flex */
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      padding: 12px 14px;
      font-weight: 700;
      border: 1px solid rgba(0,0,0,.12);
      background: #fff;
      transition: background .15s ease, transform .15s ease;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 13px;
}
}

.woocommerce ul.products li.product {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  padding: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.12);
  border-color: rgba(0,0,0,.12);
}

/* Image */
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0px;
  margin: 0 0 12px 0;
}

/* Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 8px 0;
  text-align: center;
}

/* Price */
.woocommerce ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px 0;
 text-align: center;
}
.woocommerce ul.products li.product .price del {
  opacity: .55;
  font-weight: 600;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

/* Sale badge */
.woocommerce span.onsale {
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  margin: 10px;
}

/* Button */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart {
  display: flex;               /* or inline-flex */
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding: 12px 14px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  transition: background .15s ease, transform .15s ease;
  max-width: 200px;
  margin: 0 auto;
    margin-bottom: 20px;
}


.woocommerce ul.products li.product a.button:hover {
  background: rgba(0,0,0,.06);
  transform: translateY(-1px);
}

/* Rating */
.woocommerce ul.products li.product .star-rating {
  margin: 0 0 10px 0;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product a.button {
  margin-top: auto;
}


/* Thumbnail wrapper */
.woocommerce ul.products li.product .wc-thumb-swap{
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

/* Images */
.woocommerce ul.products li.product .wc-thumb-swap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .35s ease, transform .35s ease;
}

/* Secondary image hidden by default */
.woocommerce ul.products li.product .wc-thumb-swap img.secondary-image{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}

/* Hover effect ONLY if second image exists */
.woocommerce ul.products li.product:hover .wc-thumb-swap.has-hover img.secondary-image{
  opacity: 1;
  transform: scale(1);
}

.woocommerce ul.products li.product:hover .wc-thumb-swap.has-hover img.primary-image{
  opacity: 0;
}

.orderby {
border: 1px solid #e1e1e1;
}
.woocommerce ul.products .wc-forward{
    display: none!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Pf highway sans pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.allstar-applies.gr/wp-content/uploads/2023/03/PF-Highway-Sans-Pro-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */