/*
Theme Name: Bulk Genetics
Theme URI: https://bulkgenetics.com
Description: Theme for Bulk Genetics
Author: GLOWEMA
Author URI: https://www.glowema.com
Template: shoptimizer
Version: 2.0.0.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Pagina de contacto */
.page-id-9450 .bg-contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.page-id-9450 .bg-contact-hero h1 {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 15px;
}

.page-id-9450 .bg-contact-hero p {
  max-width: 850px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.page-id-9450 .bg-contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  margin: 30px 0 40px;
}

.page-id-9450 .bg-contact-box {
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.page-id-9450 .bg-contact-box + .bg-contact-box {
  margin-top: 20px;
}

.page-id-9450 .bg-contact-box h2 {
  margin-bottom: 14px;
  line-height: 1.25;
}

/* BLOQUES DE CONTACTO */
.page-id-9450 .bg-contact-items {
  display: flex;
  flex-direction: column;
}

.page-id-9450 .bg-contact-item {
  padding: 14px 0;
  border-top: 1px solid #00000014;
}

.page-id-9450 .bg-contact-item:first-child {
  padding-top: 0;
  border-top: none;
}

.page-id-9450 .bg-contact-label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.page-id-9450 .bg-contact-value {
  line-height: 1.7;
}

.page-id-9450 .bg-contact-note {
  font-size: 0.95rem;
  color: #555;
  margin-top: 6px;
  line-height: 1.6;
}

/* MAPA */
.page-id-9450 .bg-map-wrap {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #00000014;
  margin-top: 18px;
}

.page-id-9450 .bg-map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

/* HORARIOS */
.page-id-9450 .bg-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-id-9450 .bg-hours-item {
  background: #fafafa;
  border: 1px solid #00000010;
  border-radius: 12px;
  padding: 18px;
  line-height: 1.7;
}

/* FESTIVOS */
.page-id-9450 .bg-holidays-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-id-9450 .bg-holiday-list {
  background: #fafafa;
  border: 1px solid #00000010;
  border-radius: 12px;
  padding: 18px;
}

.page-id-9450 .bg-holiday-list ul {
  margin: 0;
  padding-left: 18px;
}

/* CTA */
.page-id-9450 .bg-contact-cta {
  margin-top: 35px;
  padding: 24px;
  background: #fafafa;
  border: 1px solid #00000014;
  border-radius: 14px;
}

.page-id-9450 .bg-contact-cta h2 {
  margin-bottom: 10px;
}

/* LINKS */
.page-id-9450 .bg-contact-page a {
  text-decoration: none;
}

.page-id-9450 .bg-contact-page a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .page-id-9450 .bg-contact-grid,
  .page-id-9450 .bg-hours-grid,
  .page-id-9450 .bg-holidays-grid {
    grid-template-columns: 1fr;
  }

  .page-id-9450 .bg-map-wrap iframe {
    height: 320px;
  }

  .page-id-9450 .bg-contact-hero h1 {
    font-size: 1.9rem;
  }
}