/* === Styl-tlacitek-vypisy.css === */
.products .btn.btn-cart.add-to-cart-button,
.products .btn.btn-primary,
.products .btn.btn-default {
  background-color: #ffffff !important;
  border: 2px solid #C31C64 !important;
  color: #C31C64 !important;
  border-radius: 9999px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.products .btn.btn-cart.add-to-cart-button:hover,
.products .btn.btn-primary:hover,
.products .btn.btn-default:hover {
  background-color: #C31C64 !important;
  color: #ffffff !important;
  border-color: #C31C64 !important;
}

/* === sticky-topbar-royalfashion-head.css === */
@media (max-width: 1024px) {
  #rfStickyBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    max-width: 120%;
    margin: 0 auto;
  }

  #rfStickyImage {
    height: 42px;
    width: auto;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  #rfStickyPrice {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.2;
  }

  #rfStickyPrice #rfPriceBefore {
    text-decoration: line-through;
    color: #000;
    font-size: 1.2rem;
  }

  #rfStickyPrice #rfPriceAfter {
    color: #2e7d32;
    font-weight: bold;
  }

  #rfStickyBar button {
    background: #C31C64;
    border: 2px solid #C31C64;
    border-radius: 50px;
    padding: 0.6rem 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
  }

  #rfStickyBar button svg {
    width: 28px;
    height: 28px;
    fill: #fff;
  }
}