#fw-section-custom-html-4585d459-7cfe-4543-b1d1-30302acb340f {

.video-section-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 16px auto;
}

.view-channel-btn {
  display: inline-block;
  padding: 12px 22px;
  background: transparent;
  color: rgb(190, 64, 2);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgb(190, 64, 2);
  border-radius: 0;
  transition: all 0.2s ease;
}

/* hover sutil */
.view-channel-btn:hover {
  background: rgb(190, 64, 2);
  color: #fff;
  transform: translateY(-2px);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.video-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #000;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* overlay oscuro */
.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
}

/* botón play */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* hover */
.video-card:hover img {
  transform: scale(1.08);
}

.video-card:hover::after {
  background: rgba(0,0,0,0.35);
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255,0,0,0.9);
}

/* mobile */
@media (max-width: 768px) {
  .video-section-header {
    justify-content: center;
    margin-bottom: 16px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}
}
#fw-section-custom-html-ba186eab-4cfc-4419-a4e8-65579611c023 {

  .cominata-collections {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 0 36px;
  }

  .cominata-collections__title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    color: #be4002;
  }

  .cominata-collections__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .cominata-collections__link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .cominata-collections__card {
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .cominata-collections__link:hover .cominata-collections__card {
    transform: translateY(-4px);
  }

  .cominata-collections__image-wrap {
    overflow: hidden;
  }

  .cominata-collections__image {
    display: block;
    width: 100%;
    height: auto;
  }

  .cominata-collections__label {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
  }

  @media (max-width: 1100px) {
    .cominata-collections__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }
  }

  @media (max-width: 767px) {
    .cominata-collections {
      padding: 8px 0 28px;
    }

    .cominata-collections__title {
      font-size: 24px;
      margin-bottom: 22px;
    }

    .cominata-collections__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .cominata-collections__label {
      margin-top: 10px;
      font-size: 15px;
    }
  }

  @media (max-width: 480px) {
    .cominata-collections__title {
      font-size: 21px;
      letter-spacing: 1.5px;
    }

    .cominata-collections__grid {
      gap: 14px;
    }

    .cominata-collections__label {
      font-size: 14px;
    }
  }
}







#fw-section-hero-cfa4247b-6b13-46b3-8391-6fd0ec1ebd06 {
--color-primary: #f6ae00;
--color-primary-rgb: 246, 174, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #fefef1;
--color-on-background-rgb: 254, 254, 241;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #fefef1;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #fefef1;
--primary-btn-border-color: #f6ae00;
--secondary-btn-bg: transparent;
--secondary-btn-text: #fefef1;
--secondary-btn-border-color: #fefef1;
.section-background {
    border-radius: 11px;
}
}