/* ================================================================== */
/* BEORGANIC – VIZUÁLNE OPRAVY                                        */
/* 1. Farba pozadia   2. Hero banner   3. Ikony   4. Pozadie produktov 5. Pravý panel */
/* ================================================================== */


/* ══════════════════════════════════════════════════════════════════
   1. FARBA POZADIA – podľa schváleného vizuálu
   Vizuál má teplý krémový odtieň, nie zelenkavý
   ══════════════════════════════════════════════════════════════════ */

:root {
  --bo-green-light: #f5f0eb !important; /* warm cream – podľa vizuálu */
}

body,
html {
  background-color: #f5f0eb !important;
}

/* Všetky sekcie na novú farbu pozadia */
.bo-sets-section,
.bo-skin-section,
.bo-super-section,
.bo-why-clean-section,
.bo-guide-section,
.bo-blog-section,
.bo-news-section,
.bo-review-section,
.bo-customers-section,
.bo-benefits-section,
.bo-top-section {
  background-color: #f5f0eb !important;
}

/* Footer pozadie */
.bo-footer-wrap,
.page-width[style*="background-color"] {
  background-color: #f0ebe4 !important;
}


/* ══════════════════════════════════════════════════════════════════
   2. HERO BANNER – ostrý text, správne renderovanie
   ══════════════════════════════════════════════════════════════════ */

.banner-slider,
#banner-slidervzpn2w2,
.banner-slider figure,
.banner-slider figure > div,
.banner-slider figure > div > a {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Zabrání rozmazaniu pri škálovaní */
.banner-slider img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  /* Zakáže automatické rozmazanie prehliadača */
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}


/* ══════════════════════════════════════════════════════════════════
   3. IKONY POD BANNEROM – väčšie podľa vizuálu
   ══════════════════════════════════════════════════════════════════ */

.features-row {
  display: flex !important;
  justify-content: space-evenly !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 50px 60px !important;
  margin: 0 !important;
  background-color: #f5f0eb !important;
}

.features-row .feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 1 !important;
  max-width: 200px !important;
}

/* VÄČŠIE IKONY */
.features-row .feature-item img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}

.features-row .feature-item p {
  font-family: Arial, sans-serif !important;
  font-size: 0.95rem !important;
  color: #555 !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

@media (max-width: 768px) {
  .features-row .feature-item img {
    width: 40px !important;
    height: 40px !important;
  }
}


/* ══════════════════════════════════════════════════════════════════
   4. POZADIE PRODUKTOVÝCH KARIET – biele, aby nesplývali
   ══════════════════════════════════════════════════════════════════ */

/* Produktové karty – čisté biele pozadie */
.bo-super-item {
  background-color: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important;
}

/* Obrázok produktu – biele pozadie */
.bo-super-img {
  background-color: #ffffff !important;
}

/* Blog karty */
.bo-blog-item {
  background-color: #ffffff !important;
}

/* Recenzné karty */
.bo-review-card {
  background-color: #ffffff !important;
}

/* Benefits karty */
.bo-benefits-card {
  background-color: #ffffff !important;
}

/* Guide karta */
.bo-guide-card {
  background-color: #ffffff !important;
}

/* News karta */
.bo-news-card {
  background-color: #ffffff !important;
}

/* Top karta */
.bo-top-card {
  background-color: #ffffff !important;
}

/* Why clean karty */
.bo-why-clean-card {
  background-color: #ffffff !important;
}

/* Customers item */
.bo-customers-item {
  background-color: #ffffff !important;
}

/* ClickEshop vlastné produktové výpisy – biele karty */
.productItem,
.product-item,
.productBox,
.product-box,
.productCard,
.product-card,
[class*="product-item"],
[class*="productItem"] {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
}

/* Bočné menu – biele pozadie */
.sideFilter,
.side-filter,
.filterBox,
.filter-box,
.categoryFilter,
#sideFilter,
#filterBox,
.leftCol,
#leftCol,
.filterPanel {
  background-color: #ffffff !important;
  border-radius: 14px !important;
  padding: 20px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
}


/* ══════════════════════════════════════════════════════════════════
   5. PRAVÝ PANEL U DETAILU PRODUKTU – zjednotenie štýlu
   ══════════════════════════════════════════════════════════════════ */

/* Wrapper pravého panelu */
.productDetail .right,
.product-detail .right,
.productRight,
#productRight,
.productDetailRight,
.product-right,
.detailRight {
  background-color: #ffffff !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  box-sizing: border-box !important;
}

/* Názov produktu */
.productDetail h1,
.product-detail h1,
.productName,
.product-name,
#productName {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.8rem !important;
  color: #2b2b2b !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  margin: 0 0 12px !important;
}

/* Cena */
.productPrice,
.product-price,
.price,
.detailPrice,
#productPrice {
  font-family: Arial, sans-serif !important;
  font-size: 1.8rem !important;
  color: #738671 !important;
  font-weight: bold !important;
  margin: 16px 0 !important;
  display: block !important;
}

/* Popis */
.productDesc,
.product-desc,
.productDescription,
.product-description,
#productDesc {
  font-family: Arial, sans-serif !important;
  font-size: 0.95rem !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin: 16px 0 !important;
}

/* Tlačidlo "Pridať do košíka" */
.addToCart,
.add-to-cart,
.btnAddToCart,
.btn-add-to-cart,
#addToCart,
input[value*="košík"],
button[class*="cart"],
.productBuy,
.buyButton {
  background-color: #738671 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 40px !important;
  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.addToCart:hover,
.add-to-cart:hover,
.btnAddToCart:hover,
.btn-add-to-cart:hover,
#addToCart:hover,
button[class*="cart"]:hover,
.buyButton:hover {
  background-color: #5f6e5d !important;
}

/* Množstvo */
.quantityWrap,
.quantity-wrap,
.productQuantity,
.amountBox {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 16px 0 !important;
}

/* Hviezdy / hodnotenie */
.stars,
.rating,
.productRating,
.product-rating {
  color: #e8b84b !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  margin: 8px 0 !important;
}

/* Varianty / veľkosti */
.variantSelect,
.variant-select,
.productVariants,
.sizeSelect {
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-family: Arial, sans-serif !important;
  font-size: 0.95rem !important;
  color: #2b2b2b !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 8px 0 !important;
  background-color: #f9f9f9 !important;
  outline: none !important;
}

/* Oddeľovač */
.productDetail hr,
.product-detail hr {
  border: none !important;
  border-top: 1px solid rgba(0,0,0,0.07) !important;
  margin: 20px 0 !important;
}
