/* ================================================
   textilemod.com — custom styles
   v1.0
   ================================================ */


/* ================================================
   1. SUPPORT CONTACT BLOCK (header)
   ================================================ */

.txm-support {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px 0 8px;
  font-family: var(--template-font, sans-serif);
  flex: 1 1 auto;
}

.txm-support__phone {
  display: block !important;
  margin-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.txm-support__phone:hover {
  opacity: 0.8;
  color: #ffffff !important;
  text-decoration: none !important;
}

.txm-support__hours {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.txm-support__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6edc8f;
  flex-shrink: 0;
  animation: txm-pulse 2.5s ease-in-out infinite;
}

@keyframes txm-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(110, 220, 143, 0.6); }
  50%       { box-shadow: 0 0 0 4px rgba(110, 220, 143, 0); }
}

.txm-support__time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .txm-support { display: none; }
}


/* ================================================
   2. OBJEDNAT VZOREK (product detail button)
   ================================================ */

.txm-vzorek-wrap {
  margin: 10px 0;
}

.txm-vzorek-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 13px 20px;
  background: #ffffff;
  color: #1bafd6 !important;
  border: 2px solid #1bafd6;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(27,175,214,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  margin-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
}

.txm-vzorek-btn:hover {
  background: #1bafd6;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(27,175,214,0.25);
  text-decoration: none !important;
}

.txm-vzorek-btn:hover .txm-vzorek-icon {
  filter: brightness(0) invert(1);
}

.txm-vzorek-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: filter 0.2s;
}
