#fw-section-hero-video-0 {

/* Fuente moderna */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

body {
    background-color: #121212; /* Fondo oscuro */
    color: #f5f5f5; /* Texto claro */
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1f1f1f;
    padding: 15px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

header h1 {
    color: #00ffcc; /* Color neón */
    font-size: 2rem;
    text-shadow: 0px 0px 8px #00ffcc;
}

a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #ff0066; /* Efecto al pasar el cursor */
}

button {
    background-color: #ff0066;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

button:hover {
    background-color: #00ffcc;
    box-shadow: 0px 0px 15px #00ffcc;
}

.product-card {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #00ffcc;
}

footer {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
    color: #999;
}

footer a {
    color: #00ffcc;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #ff0066;
}

}
#fw-section-collections-list-fc53dadf-449c-4576-80c9-9959687e53ca {

.card:hover {
  box-shadow: 0 0 12px var(--highlight-color), 0 0 30px var(--highlight-color);
  border: 1px solid var(--highlight-color);
}

}

#fw-section-featured-collection-0 {

:root {
  --primary-color: #ff7c1a;
  --secondary-color: #6d3dbf;
  --accent-color: #f74ecb;
  --highlight-color: #26f3d2;
  --bg-color: #1b1a25;
  --text-color: #f4f4f4;
  --card-bg: #2a2740;
  --font-default: 'Segoe UI', 'Trebuchet MS', 'Verdana', sans-serif;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-default);
}

a {
  color: var(--accent-color);
  text-decoration: none;
}

a:hover {
  color: var(--highlight-color);
}

button,
.btn {
  background-color: var(--primary-color);
  color: #000;
  border: none;
  padding: 0.8em 1.2em;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

button:hover,
.btn:hover {
  background-color: var(--highlight-color);
  color: #000;
}

.section,
.card,
.product-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 1.5em;
  box-shadow: 0 0 20px rgba(38, 243, 210, 0.1);
}

h1, h2, h3 {
  color: var(--primary-color);
  font-family: var(--font-default);
}

footer {
  background-color: var(--card-bg);
  border-top: 2px solid var(--accent-color);
  color: var(--text-color);
}

}
#fw-section-links-list-bb03c4a0-e3bd-495f-a40f-f324c40b1252 {

/* Fuente moderna */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

body {
    background-color: #121212; /* Fondo oscuro */
    color: #f5f5f5; /* Texto claro */
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1f1f1f;
    padding: 15px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

header h1 {
    color: #00ffcc; /* Color neón */
    font-size: 2rem;
    text-shadow: 0px 0px 8px #00ffcc;
}

a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #ff0066; /* Efecto al pasar el cursor */
}

button {
    background-color: #ff0066;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

button:hover {
    background-color: #00ffcc;
    box-shadow: 0px 0px 15px #00ffcc;
}

.product-card {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #00ffcc;
}

footer {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
    color: #999;
}

footer a {
    color: #00ffcc;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #ff0066;
}

}


#fw-section-recent-posts-5432cb8c-c732-48d5-9cdb-0760a38848bb {

/* Fuente moderna */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

body {
    background-color: #121212; /* Fondo oscuro */
    color: #f5f5f5; /* Texto claro */
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1f1f1f;
    padding: 15px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

header h1 {
    color: #00ffcc; /* Color neón */
    font-size: 2rem;
    text-shadow: 0px 0px 8px #00ffcc;
}

a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #ff0066; /* Efecto al pasar el cursor */
}

button {
    background-color: #ff0066;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

button:hover {
    background-color: #00ffcc;
    box-shadow: 0px 0px 15px #00ffcc;
}

.product-card {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #00ffcc;
}

footer {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
    color: #999;
}

footer a {
    color: #00ffcc;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #ff0066;
}

}

#fw-section-footer {

/* Fuente moderna */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

body {
    background-color: #121212; /* Fondo oscuro */
    color: #f5f5f5; /* Texto claro */
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1f1f1f;
    padding: 15px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

header h1 {
    color: #00ffcc; /* Color neón */
    font-size: 2rem;
    text-shadow: 0px 0px 8px #00ffcc;
}

a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #ff0066; /* Efecto al pasar el cursor */
}

button {
    background-color: #ff0066;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

button:hover {
    background-color: #00ffcc;
    box-shadow: 0px 0px 15px #00ffcc;
}

.product-card {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #00ffcc;
}

footer {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
    color: #999;
}

footer a {
    color: #00ffcc;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #ff0066;
}

}