.quick-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    flex-wrap: wrap;
    text-align: center;
}

.quick-stock-number {
    background: #ff1e1e;
    color: #fff;
    min-width: 38px;
    height: 28px;
    padding: 0 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 3px 10px rgba(255,0,0,0.25);
    transition: all 0.25s ease;
}

.quick-stock-number.animate{
    transform: scale(1.2);
}

.quick-stock-warning {
    color: #d60000;
    font-weight: 700;
}


/* ========================================================
     SOCIAL PROOF POPUP — вставити перед </body>
     ======================================================== */ 
  .sp-popup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  border: 2px solid #c8c8c8;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 300px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 4px 0 0 rgba(0,0,0,0.10);
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(.22,1,.36,1), opacity 0.35s ease;
  z-index: 99999;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.sp-popup.sp-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sp-img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5f5f5;
}

.sp-img-fallback {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.sp-content {
  flex: 1;
  min-width: 0;
}

.sp-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #085c40;
  background: #c8f0de;
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.sp-dot {
  width: 6px;
  height: 6px;
  background: #1db87a;
  border-radius: 50%;
  animation: sp-pulse 1.6s infinite;
}

@keyframes sp-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

.sp-name {
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-desc {
  font-size: 14px;
  color: #2a2a2a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-time {
  font-size: 12px;
  color: #777777;
  margin-top: 4px;
}

.sp-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  cursor: pointer;
  color: #bbbbbb;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.sp-close:hover { color: #333333; }


table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin: 10px 0;
	
}

.siz-table tr:first-child {
    background-color: #777;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-top-style: solid;
        border-top-width: 1px;
}

.siz-table tr td {
    border: 1px solid #d4d4d4;
    text-align: center;
    line-height: 1.1;
    font-size: 14px;
padding: 5px 5px;
font-weight: bold;
}




.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	text-align: center;
}
.phone-error {
    color: red;
}
input[name="phone"] {
    caret-color: auto;
}