/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 12:58:47 */
._custom-single-product {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

.part {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.external-links-wrapper {
  max-width: 600px;
  margin: 1rem 0;
  font-family: Arial, sans-serif;
}

.external-links-title {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.external-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}

.external-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.external-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #111;
}

.link-title {
  font-size: 1rem;
}

.external-icon {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #111;
}

._custom-quform {
  padding: 50px;
  border-radius: 10px;
  background-color: #f1f0f0;
}

._custom-card-horizontal {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  max-width: 800px;
  margin: 2rem auto;
  font-family: Arial, sans-serif;
  gap: 2rem;
}

._custom-img-wrap {
  flex-shrink: 0;
}

._custom-img {
  width: 160px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

._custom-info {
  flex: 1;
}

._custom-name {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

._custom-note {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

._custom-phone {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

._custom-email {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.7rem;
}

._custom-special {
  font-size: 0.95rem;
  font-style: italic;
  color: #666;
}

._custom-product-image {
  border-radius: 100px;
}

.product-video-embed {
  border-radius: 10px;
}

/* -------------------
   RESPONSIVE STYLES
-------------------- */
@media (max-width: 768px) {
  ._custom-single-product {
    flex-direction: column;
    gap: 2rem;
  }

  ._custom-card-horizontal {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  ._custom-img {
    width: 60%;
    max-width: 240px;
    margin-bottom: 1rem;
  }

  ._custom-info {
    text-align: left;
    width: 100%;
  }

  ._custom-quform {
    padding: 30px;
  }

  .external-link-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .external-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

@media (max-width: 480px) {
  ._custom-name {
    font-size: 1.2rem;
  }

  ._custom-note,
  ._custom-email,
  ._custom-phone,
  ._custom-special,
  .link-title {
    font-size: 0.9rem;
  }

  ._custom-img {
    width: 100px;
  }

  ._custom-quform {
    padding: 20px;
  }
}
