body {
  background-image: url('https://png.pngtree.com/background/20210715/original/pngtree-elegant-gradient-golden-snowflakes-winter-background-picture-image_1264962.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
/* Globális tartalmi blokkok – fehér háttér OFF */
#site, .site, #wrapper, .wrapper, #content, .content,
.main, .main-content, .section, .container, .row, .page, .page-content {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Termék- és kategórialista kártyák */
.product-list, .product-grid, .category-list, .category-grid {
  background: transparent !important;
}
.product-list .item, .product-list .item .inner,
.product-grid li, .product-grid li .box,
.product-card, .product-card .card,
.product-box, .product, .product .box,
.category-box {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Fehér átfedések (pseudo-elemek) kikapcsolása */
#content::before, #content::after,
.main-content::before, .main-content::after,
.container::before, .container::after,
.section::before, .section::after {
  content: none !important;
}

/* Biztonsági háló: minden „product/list/grid” nevű elem fehér OFF */
[class*="product"], [class*="list"], [class*="grid"] {
  background-color: transparent !important;
  background-image: none !important;
}
button.btn-cart,
input.btn-cart,
a.btn-cart {
  background-color: #b8860b !important; /* Arany háttér */
  color: #ffffff !important; /* Fehér szöveg */
  border: none !important;
}

button.btn-cart:hover,
a.btn-cart:hover {
  background-color: #a27508 !important; /* Sötétebb arany hover */
}