body#product .fixida-product-page {
  font-family: Arial, sans-serif !important;
}

body#product .fixida-summary {
  padding-left: 30px;
}

body#product .fixida-product-box {
  max-width: 620px;
}

body#product .fixida-title {
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
  color: #222;
}

body#product .fixida-meta {
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

body#product .fixida-meta a {
  color: #222;
  font-weight: 700;
}

body#product .fixida-rating-row {
  margin: 6px 0 10px;
}

body#product .fixida-old-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 3px;
}

body#product .fixida-price-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

body#product .fixida-new-price {
  font-size: 34px;
  font-weight: 800;
  color: #f4511e;
}

body#product .fixida-discount-badge {
  background: #f4511e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 6px;
}

body#product .fixida-eft-box {
  background: #f5f5f5;
  border-left: 5px solid #f4511e;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 12px 0 18px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

body#product .fixida-short-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 18px;
}

body#product .fixida-buy-panel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
}

body#product .fixida-qty-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

body#product .fixida-qty-wrap label {
  font-weight: 700;
  margin: 0;
}

body#product .fixida-qty-wrap input {
  width: 80px !important;
  height: 46px !important;
  font-size: 18px !important;
  text-align: center;
}

body#product .fixida-buttons {
  flex: 1;
  display: flex;
  gap: 10px;
}

body#product .fixida-cart-btn,
body#product .fixida-buy-now {
  height: 48px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

body#product .fixida-cart-btn {
  flex: 1;
  background: #f4511e !important;
  border-color: #f4511e !important;
  color: #fff !important;
}

body#product .fixida-buy-now {
  min-width: 130px;
  background: #222 !important;
  color: #fff !important;
  border: 0 !important;
}

body#product .fixida-advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 18px 0;
}

body#product .fixida-advantages div {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 11px 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}

body#product .fixida-advantages strong {
  color: #222;
}

body#product .fixida-whatsapp {
  border: 1px solid #25d366;
  background: #f2fff7;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 18px;
}

body#product .fixida-whatsapp strong {
  display: block;
  color: #222;
  margin-bottom: 3px;
}

body#product .fixida-whatsapp span {
  color: #666;
  font-size: 14px;
}

body#product .fixida-whatsapp a {
  background: #25d366;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  body#product .fixida-summary {
    padding-left: 15px;
    padding-right: 15px;
  }

  body#product .fixida-title {
    font-size: 23px !important;
  }

  body#product .fixida-new-price {
    font-size: 28px;
  }

  body#product .fixida-buy-panel,
  body#product .fixida-buttons,
  body#product .fixida-whatsapp {
    flex-direction: column;
    align-items: stretch;
  }

  body#product .fixida-buy-now {
    width: 100%;
  }

  body#product .fixida-advantages div {
    flex-direction: column;
  }
  
  body#product .fixida-after-tabs-products {
  clear: both;
  width: 100%;
  margin-top: 35px;
  display: block;
}


}