/* --- Ár/kosár doboz átszínezése, javított verzió --- */
.product-cart-box {
  background: #f0e9dd !important;
  color: #3a3530 !important;
  border-radius: 14px;
  padding: 20px 24px !important;
  border: 1px solid #d0bb99;
}

.product-page-price-line,
.product-page-price-line * {
  color: #8a5a3c !important;
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 8px !important;
}

.product-cart-box input {
  border-radius: 8px;
  background: #ffffff !important;
  border: 1.5px solid #c9b89f !important;
  color: #3a3530 !important;
  text-align: center;
}

.product-cart-box button {
  border-radius: 8px;
}

/* --- Termékkép lekerekítése --- */
/* --- Termékkép lekerekítése és fehér csík eltüntetése --- */
.product-image-main {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.product-image-main img {
  border-radius: 16px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* --- Leírás szöveg színe --- */
.product-page-right,
.product-page-right p {
  color: #4a453f !important;
}


/* "Menny.:" és "(db)" feliratok */
/* "Menny.:" és "(db)" feliratok */
.product-addtocart-wrapper .quantity-text,
.product-addtocart-wrapper .quantity-name-text {
  color: #4a453f !important;
}

/* Mennyiség beviteli mező */
.product-table_quantity input.form-control {
  background: #ffffff !important;
  border: 1.5px solid #c9b89f !important;
  color: #3a3530 !important;
  text-align: center;
  border-radius: 8px !important;
}

/* Plusz/mínusz gombok - letisztultabb verzió */
.product-addtocart-wrapper .bootstrap-touchspin-down,
.product-addtocart-wrapper .bootstrap-touchspin-up,
.input-group.bootstrap-touchspin .bootstrap-touchspin-down,
.input-group.bootstrap-touchspin .bootstrap-touchspin-up {
  background: #ffffff !important;
  border: none !important;
  color: #8a5a3c !important;
  font-size: 1.3em !important;
  font-weight: 700 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  transition: background 0.15s ease;
}

.product-addtocart-wrapper .bootstrap-touchspin-down:hover,
.product-addtocart-wrapper .bootstrap-touchspin-up:hover {
  background: #e0d0b8 !important;
}

#product-image-container {
  height: auto !important;
  background: transparent !important;
}

#product-image-container,
#product-image-container .product-image-main {
  min-height: 0 !important;
}

/* Lekerekített sarkok minden fő tartalmi képen a webshopban */
main img,
.category-box img,
.category-image img,
.product-images img,
.flypage img {
  border-radius: 14px !important;
}

/* Kategória kártyaképek lekerekítése */
.categoryoffer-card-image,
.card-img.categoryoffer-card-image {
  border-radius: 14px !important;
}