/* ====== COOL COVERS – TOP BAR ====== */
.cc-top-bar {
  background-color: #002b45;  /* navy */
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #009fe3; /* accent blue */
  line-height: 1.4;
}
/* Sticky (theme supports) */
.cc-top-bar.cc-sticky { position: sticky; top: 0; z-index: 9999; }
.admin-bar .cc-top-bar.cc-sticky { top: 32px; }
@media (max-width: 782px){ .admin-bar .cc-top-bar.cc-sticky { top: 46px; } }
/* Force fixed + body padding */
.cc-top-bar.cc-force-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 2147483647; }
body.ccp-has-fixed-topbar { padding-top: 42px; }
@media (max-width: 991px){
  .cc-top-bar { font-size: 13px; padding: 7px 8px; }
}
@media (max-width: 600px){
  .cc-top-bar { font-size: 12.5px; padding: 6px 5px; }
}
/* Copy UI */
.cc-top-bar .cc-copied-msg,
.cc-product-banner .cc-copied-msg {
  display: none;
  margin-left: 6px;
  color: #00ff9c;
  font-weight: 600;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cc-top-bar.copied .cc-copied-msg,
.cc-product-banner.copied .cc-copied-msg {
  display: inline;
  opacity: 1;
}
.cc-top-bar .cc-copy-code,
.cc-product-banner .cc-copy-code {
  color: #009fe3;
  cursor: pointer;
  transition: color 0.25s ease;
}
.cc-top-bar .cc-copy-code:hover,
.cc-product-banner .cc-copy-code:hover {
  color: #00b5ff;
}
.cc-top-bar.copied .cc-copy-code,
.cc-product-banner.copied .cc-copy-code {
  color: #00ff9c;
}
/* ====== PRODUCT PAGE BANNER ====== */
.cc-product-banner {
  background-color: #002b45;
  color: #ffffff;
  text-align: center;
  border-bottom: 2px solid #009fe3;
  padding: 10px 12px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  line-height: 1.4;
}
.cc-product-banner p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.cc-product-banner .cc-copy-hint {
  margin-left: 4px;
  font-size: 12.5px;
  color: #a0a0a0;
  opacity: 0.85;
}
@media (max-width: 768px){
  .cc-product-banner p { font-size: 13px; padding: 4px 6px; }
}
/* ====== Image discount badges ====== */
.cc-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #009fe3;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}
.woocommerce ul.products li.product,
.woocommerce div.product div.images {
  position: relative;
}
