/*
Theme Name: Tipsy Child Theme
Template: tipsy
Theme URI: https://tipsy.themerex.net/
Description: Tipsy Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tipsy
*/

/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* ✅ Wrapper για grid 2 στη σειρά & centered */
/* === Layout: 2 προϊόντα ανά σειρά, centered === */
/* ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
} */

/* ul.products li.product {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .woocommerce.columns-2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

ul.products.products_style_default.columns-2 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.products li.product {
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.products li.product .post_featured {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
ul.products li.product .post_featured img {
  max-height: 320px;
  max-width: 100%;
  object-fit: contain;
}

ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 5px;
}

ul.products li.product .price {
  display: none;
}

ul.products li.product .toscano-card-details {
  text-align: center;
  font-size: 14px;
  color: #111;
  width: 100%;
}

ul.products li.product .toscano-card-details a {
  display: block;
  background: #f7f3f8;
  padding: 8px 12px;
  color: #6e2e2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 15px;
  border-top: 2px solid #e6e6e6;
}
ul.products li.product .toscano-card-details a:hover {
  background: #f1ebf1;
} */
/* === ΕΞΩΤΕΡΙΚΟ CONTAINER === */
.woocommerce.columns-2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* === ΠΛΕΓΜΑ ΠΡΟΪΟΝΤΩΝ === */
ul.products.products_style_default.columns-2 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* === ΚΑΡΤΕΛΑ ΠΡΟΪΟΝΤΟΣ === */
ul.products.products_style_default.columns-2 li.product {
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

/* === ΕΙΚΟΝΑ === */
ul.products li.product .post_featured {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
ul.products li.product .post_featured img {
  max-height: 320px;
  max-width: 100%;
  object-fit: contain;
}

/* === ΤΙΤΛΟΣ === */
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 5px;
}

/* === ΑΠΟΚΡΥΨΗ ΤΙΜΗΣ === */
ul.products li.product .price {
  display: none;
}

/* === ΠΕΡΙΕΧΟΜΕΝΟ ΚΑΤΩ ΑΠΟ ΤΙΤΛΟ === */
ul.products li.product .toscano-card-details {
  text-align: center;
  font-size: 14px;
  color: #111;
  width: 100%;
}

/* === ΚΟΥΜΠΙ ΠΕΡΙΣΣΟΤΕΡΑ === */
ul.products li.product .toscano-card-details a {
  display: block;
  background: #f7f3f8;
  padding: 8px 12px;
  color: #6e2e2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 15px;
  border-top: 2px solid #e6e6e6;
}
ul.products li.product .toscano-card-details a:hover {
  background: #f1ebf1;
}

/* === RESPONSIVE ΓΙΑ ΚΙΝΗΤΑ === */
@media (max-width: 768px) {
  ul.products.products_style_default.columns-2 li.product {
    width: 100%;
  }

  .woocommerce.columns-2 {
    padding: 0 10px;
  }
}
