/*
 Theme Name:   Kazania Child
 Theme URI:    https://digilab.gr/
 Description:  Kazania Child Theme
 Author:       DigiLab
 Author URI:   https://digilab.gr/
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

/* ===============================
   YITH WAPO — Minimal layout
   (μόνο για .product_cat-kafes-take-away)
   =============================== */

.product_cat-kafes-take-away #yith-wapo-container .yith-wapo-block {
  display: grid;
  grid-template-columns: 1fr; /* Mobile: 1 column */
  gap: 16px;
}

.product_cat-kafes-take-away #yith-wapo-container {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .product_cat-kafes-take-away #yith-wapo-container .yith-wapo-block {
    grid-template-columns: repeat(2, 1fr); /* Desktop: 2 columns */
  }
}

/* Κάθε add-on (π.χ. Μέγεθος, Ζάχαρη κλπ.) */
.product_cat-kafes-take-away #yith-wapo-container .yith-wapo-addon {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
}

/* Τίτλοι add-ons */
.product_cat-kafes-take-away #yith-wapo-container .wapo-addon-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
}

/* Ελαφρύ spacing στις επιλογές */
.product_cat-kafes-take-away #yith-wapo-container .yith-wapo-option {
  margin-bottom: 6px;
}
.product_cat-kafes-take-away #yith-wapo-container .yith-wapo-option:last-child {
  margin-bottom: 0;
}

/* Αφαίρεση του default margin του plugin (που χαλάει την ευθυγράμμιση) */
.product_cat-kafes-take-away
  #yith-wapo-container
  .yith-wapo-block
  .yith-wapo-addon:not(:first-child):not(.empty-title):not(.toggle-open) {
  margin-top: 0 !important;
}
.product_cat-kafes-take-away p.et_stock.et_in-stock.stock.in-stock.step-1 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
    content: "";
  }
  .product_cat-kafes-take-away div.quantity {
    float: none;
  }
}
