@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(../fonts/Rubik.woff2) format("woff2"), url(../fonts/Rubik.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Rubik";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Rubik";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Rubik";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.mg4g204g942m__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.mg4g204g942m__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Rubik";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .mg4g204g942m__subtitle {
    font-size: 25px;
  }
}
.mg4g204g942m__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mg4g204g942m__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.mg4g204g942m__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.mg4g204g942m__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

body {
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

header {
  background-color: #00529F;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: center;
  border-bottom: 5px solid #FEBE10;
}

header h1 {
  margin: 0;
  font-size: 2.8em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 10px;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

nav ul li a:hover,
nav ul li a:focus {
  background-color: #FEBE10;
  color: #00407A;
}

main {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

section {
  padding: 25px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

section:last-child {
  border-bottom: none;
}

section h2 {
  color: #00529F;
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #FEBE10;
  padding-bottom: 10px;
}

section h3 {
  color: #D20A4B;
  font-size: 1.6em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

section h4 {
  color: #00407A;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 10px;
}

section h5 {
  color: #555;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
}

p {
  margin-bottom: 15px;
  font-size: 1.05em;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#hero {
  background-color: #e9f5ff;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

#hero h2 {
  font-size: 2.5em;
  color: #00407A;
  border-bottom: none;
  padding-bottom: 0;
}

#hero p {
  font-size: 1.15em;
  color: #333;
  margin-bottom: 20px;
}

main a {
  color: #00529F;
  text-decoration: none;
  font-weight: bold;
}

main a:hover,
main a:focus {
  text-decoration: underline;
  color: #D20A4B;
}

#ultimas-noticias article {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

#ultimas-noticias article h4 {
  margin-top: 0;
  color: #00529F;
}

#ultimas-noticias article a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #FEBE10;
  color: #00407A;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#ultimas-noticias article a:hover {
  background-color: #00529F;
  color: #FFFFFF;
  text-decoration: none;
}

footer {
  background-color: #333333;
  color: #CCCCCC;
  text-align: center;
  padding: 25px 0;
  margin-top: 30px;
  font-size: 0.9em;
}

footer p {
  margin-bottom: 10px;
  text-align: center;
  padding-inline: 15px;
}

footer nav ul {
  margin-top: 10px;
}

footer nav ul li {
  display: inline-block;
  margin: 0 10px;
}

footer nav ul li a {
  color: #FEBE10;
  text-decoration: none;
}

footer nav ul li a:hover,
footer nav ul li a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 2.2em;
  }
  nav ul li {
    display: block;
    margin: 10px 0;
  }
  main {
    width: 95%;
    padding: 15px;
  }
  section h2 {
    font-size: 1.8em;
  }
  section h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  header h1 {
    font-size: 1.8em;
  }
  body {
    font-size: 15px;
  }
  main {
    margin: 15px auto;
  }
  section {
    padding: 20px 10px;
  }
  section h2 {
    font-size: 1.6em;
  }
}
.dato-curioso {
  background-color: #eef7ff;
  border-left: 5px solid #00529F;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 4px;
}

.dato-curioso h4 {
  margin-top: 0;
  color: #00529F;
  font-size: 1.2em;
}

blockquote {
  border-left: 5px solid #FEBE10;
  margin: 20px 10px;
  padding: 10px 20px;
  background-color: #f9f9f9;
  font-style: italic;
  font-size: 1.1em;
}

blockquote footer {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
}

.figuras-clave {
  background-color: #f8f8f8;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.figuras-clave h4 {
  margin-top: 0;
  color: #00407A;
  font-size: 1.2em;
}

.figuras-clave ul {
  list-style-type: square;
  padding-left: 20px;
}

.figuras-clave ul li {
  margin-bottom: 8px;
}

.momento-iconico,
.logro-destacado {
  background-color: #fff8e1;
  border: 1px dashed #FEBE10;
  padding: 20px;
  margin: 25px 0;
  border-radius: 5px;
  text-align: center;
}

.momento-iconico h4,
.logro-destacado h4 {
  margin-top: 0;
  color: #D20A4B;
  font-size: 1.3em;
}

.momento-iconico img {
  max-width: 300px;
  margin-top: 15px;
  border: 1px solid #ddd;
}

.palmares-columnas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.columna-palmares {
  width: 100%;
  margin-bottom: 20px;
}

.columna-palmares h4 {
  color: #00529F;
  border-bottom: 1px solid #FEBE10;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.columna-palmares ul {
  list-style-type: disc;
  padding-left: 20px;
}

.columna-palmares ul li {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .columna-palmares {
    width: 48%;
  }
}
.nota-palmares {
  font-style: italic;
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.player-watch-photo {
  max-width: 150px;
  border-radius: 50%;
  margin: 10px auto 0;
  display: block;
  border: 3px solid #FEBE10;
}

.block-type-fan-hub-engagement {
  background-color: #f4f8ff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
}

.block-type-fan-hub-engagement > h3:first-of-type {
  font-size: 2.2em;
  color: #00529F;
  margin-bottom: 25px;
}

.fan-hub-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.fan-hub-image {
  flex: 1 1 40%;
  max-width: 500px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fan-hub-text {
  flex: 1 1 55%;
}

.fan-hub-text h4 {
  font-size: 1.6em;
  color: #00407A;
  margin-bottom: 15px;
}

.fan-hub-text p {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 15px;
}

.fan-hub-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.fan-hub-text ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.fan-hub-text ul li .icon-news,
.fan-hub-text ul li .icon-analysis,
.fan-hub-text ul li .icon-community {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.2em;
  color: #FEBE10;
}

.action-buttons-fan-hub {
  margin-bottom: 25px;
}

.final-tournament-call {
  font-size: 2.2em;
  color: #D20A4B;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px;
  border-top: 2px solid #FEBE10;
  border-bottom: 2px solid #FEBE10;
  display: inline-block;
}

.confederation ul li img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 3px;
  background-color: #fff;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.block-type-dynamic-header {
  background: linear-gradient(to right, #00529F, #00386D);
  color: white;
  padding: 30px 20px 0;
  border-radius: 8px 8px 0 0;
  margin-bottom: 30px;
}

.header-content-calendario {
  text-align: center;
  padding-bottom: 20px;
}

.header-content-calendario h2 {
  font-size: 2.4em;
  margin: 0 0 10px 0;
}

.header-content-calendario p {
  font-size: 1.2em;
  opacity: 0.9;
  margin: 0;
}

.header-tabs-calendario {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.tab-link {
  padding: 15px 25px;
  color: #f0f0f0;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 3px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.tab-link:hover {
  color: #fff;
  border-bottom-color: #FEBE10;
}

.tab-link.active {
  color: #fff;
  border-bottom-color: #FEBE10;
  background-color: rgba(0, 0, 0, 0.15);
}

#calendario-partidos h3,
#tablas-posiciones h3,
#analisis-previas h3,
#forma-jugadores h3 {
  color: #00529F;
  font-size: 1.9em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FEBE10;
  display: flex;
  align-items: center;
}

#calendario-partidos h3 i,
#tablas-posiciones h3 i,
#analisis-previas h3 i,
#forma-jugadores h3 i {
  margin-right: 12px;
  font-size: 1.1em;
  color: #00407A;
}

.section-intro-text {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 25px;
}

.match-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.match-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.match-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.match-card.upcoming {
  border-left: 5px solid #FEBE10;
  background-color: #fffaf0;
}

.match-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  color: #777;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.match-info .icon-stadium {
  margin-right: 5px;
}

.match-phase {
  font-weight: bold;
  color: #00529F;
}

.match-teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.match-teams .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 35%;
}

.match-teams .team img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.team-name {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}

.score-or-vs {
  font-size: 1.8em;
  font-weight: bold;
  color: #00529F;
}

.match-actions {
  text-align: center;
}

.action-btn-analysis {
  background-color: #00529F;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.action-btn-analysis:hover {
  background-color: #003A70;
}

.load-more-matches {
  text-align: center;
  font-style: italic;
  color: #666;
  margin-top: 15px;
}

.group-table-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}

.group-table-container h4 {
  color: #00407A;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.tournament-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  overflow: auto;
}

.tournament-table th,
.tournament-table td {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.tournament-table th {
  background-color: #f7f9fc;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}

.tournament-table tbody tr:hover {
  background-color: #f9fcff;
}

.tournament-table .team-cell {
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.tournament-table .team-cell img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tournament-table td strong {
  font-size: 1.1em;
  color: #00529F;
}

.form-icons span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
}

.form-win {
  background-color: #28a745;
}

.form-draw {
  background-color: #ffc107;
  color: #333 !important;
}

.form-loss {
  background-color: #dc3545;
}

.form-placeholder {
  background-color: #e0e0e0;
}

.table-legend {
  font-size: 0.85em;
  color: #777;
  margin-top: 15px;
  text-align: center;
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.analysis-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.analysis-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.analysis-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.analysis-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.analysis-tag {
  display: inline-block;
  background-color: #00529F;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  align-self: flex-start;
}

.video-tag {
  background-color: #D20A4B;
}

.video-tag .icon-play-circle {
  margin-right: 5px;
}

.analysis-content h4 {
  font-size: 1.3em;
  color: #333;
  margin: 0 0 10px 0;
}

.analysis-content p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.read-more-analysis {
  color: #00529F;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}

.read-more-analysis:hover {
  text-decoration: underline;
  color: #003A70;
}

.read-more-analysis .icon-arrow-right {
  margin-left: 5px;
}

.player-tracker-filters {
  margin-bottom: 25px;
  text-align: center;
}

.player-tracker-filters span {
  font-weight: bold;
  margin-right: 10px;
  color: #444;
}

.filter-btn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #555;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-btn:hover {
  background-color: #e0e0e0;
}

.filter-btn.active {
  background-color: #00529F;
  color: white;
  border-color: #00529F;
}

.player-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.player-perf-card {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.player-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.player-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #00529F;
}

.player-name-pos h4 {
  margin: 0 0 3px 0;
  font-size: 1.25em;
  color: #00407A;
}

.player-name-pos span {
  font-size: 0.9em;
  color: #777;
}

.player-number {
  margin-left: auto;
  font-size: 1.8em;
  font-weight: bold;
  color: #FEBE10;
  opacity: 0.7;
}

.player-stats {
  margin-bottom: 10px;
}

.stat-item-player {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  padding: 5px 0;
  border-bottom: 1px dotted #f5f5f5;
}

.stat-item-player:last-child {
  border-bottom: none;
}

.stat-item-player .label {
  color: #666;
}

.stat-item-player .value {
  font-weight: bold;
  color: #333;
}

.form-highlight {
  color: #28a745;
  font-weight: bold;
}

.player-card-notes {
  font-size: 0.85em;
  font-style: italic;
  color: #555;
  margin-top: auto;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
}

.data-source-note {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  color: #777;
  margin-top: 25px;
}

.block-type-community-cta-banner {
  background-color: #00407A;
  color: white;
  padding: 40px 25px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
}

.cta-banner-content h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #FEBE10;
}

.cta-banner-content h3 i {
  margin-right: 10px;
}

.cta-banner-content p {
  font-size: 1.15em;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
}

.btn-community-action {
  background-color: #FEBE10;
  color: #003A70;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.btn-community-action:hover {
  background-color: #eab000;
  transform: scale(1.03);
}

.community-note {
  font-size: 0.9em;
  margin-top: 20px;
  opacity: 0.8;
}

.dsk12dms h2 {
  color: #66a2db;
}

.block-type-contact-hero {
  background-image: url("../img/main/41.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}

.contact-hero-overlay {
  background-color: rgba(0, 64, 122, 0.75);
  padding: 40px;
  border-radius: 6px;
  display: inline-block;
}

.block-type-contact-hero h2 {
  font-size: 2.8em;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.block-type-contact-hero p {
  font-size: 1.3em;
  margin-bottom: 25px;
  opacity: 0.95;
}

.hero-icon-contact {
  font-size: 4em;
  color: #FEBE10;
  opacity: 0.8;
}

.block-type-reason-cards-contact h3 {
  text-align: center;
  color: #00529F;
  font-size: 1.9em;
  margin-bottom: 30px;
}

.reason-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.reason-card {
  background-color: #f9fcff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e0eaf3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 82, 159, 0.1);
}

.reason-icon {
  font-size: 2.8em;
  color: #00529F;
  margin-bottom: 15px;
  display: block;
}

.reason-card h4 {
  font-size: 1.3em;
  color: #00407A;
  margin: 0 0 10px 0;
}

.reason-card p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
}

.block-type-form-focused h3 {
  text-align: center;
  color: #00529F;
  font-size: 1.9em;
  margin-bottom: 10px;
}

.form-intro-text {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 30px;
}

.madridkings-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1/-1;
}

.form-group label {
  font-weight: bold;
  color: #444;
  margin-bottom: 8px;
  font-size: 0.95em;
}

.form-group .required {
  color: #D20A4B;
  margin-left: 3px;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00529F;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 82, 159, 0.2);
}

.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 1em;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  transform: scale(1.2);
}

.checkbox-label {
  font-size: 0.9em;
  color: #555;
  font-weight: normal;
}

.checkbox-label a {
  color: #00529F;
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

.form-actions {
  text-align: center;
  margin-top: 25px;
}

.btn-submit-contact {
  background-color: #00529F;
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 5px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit-contact:hover {
  background-color: #003A70;
  transform: translateY(-2px);
}

.btn-submit-contact .icon-paper-plane {
  margin-right: 8px;
}

.form-response-message {
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: bold;
}

.form-response-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-response-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.block-type-alternative-contact-info {
  margin-top: 40px;
  background-color: #f7f9fc;
  padding: 30px 20px;
  border-radius: 8px;
}

.block-type-alternative-contact-info h3 {
  text-align: center;
  color: #00529F;
  font-size: 1.9em;
  margin-bottom: 30px;
}

.alternative-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.contact-method-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #e9eef5;
}

.contact-method-icon {
  font-size: 2.5em;
  color: #FEBE10;
  margin-bottom: 15px;
  display: block;
}

.contact-method-item h4 {
  font-size: 1.3em;
  color: #00407A;
  margin: 0 0 10px 0;
}

.contact-method-item p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.newsletter-form-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-form-inline input[type=email] {
  flex-grow: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95em;
}

.newsletter-form-inline button {
  background-color: #00529F;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form-inline button:hover {
  background-color: #003A70;
}

.social-icons-placeholder span {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.1em;
  color: #777;
}

.social-icons-placeholder span i {
  margin-right: 5px;
  font-size: 1.3em;
}

.block-type-partnership-cta {
  background-color: #e9f5ff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
}

.kjf30193j {
  max-width: 700px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.kjf30193j img {
  animation: float 3s ease-in-out infinite;
  box-shadow: none;
}

.block-type-partnership-cta h2 {
  color: #00529F;
  font-size: 2em;
  margin-bottom: 25px;
}

.partnership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 25px;
}

.opportunity-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #cce4f7;
  box-shadow: 0 2px 8px rgba(0, 82, 159, 0.08);
  display: flex;
  flex-direction: column;
}

.opportunity-icon {
  font-size: 2.5em;
  color: #FEBE10;
  margin-bottom: 15px;
  display: block;
}

.opportunity-item h4 {
  font-size: 1.3em;
  color: #00407A;
  margin-bottom: 10px;
}

.opportunity-item p {
  font-size: 0.95em;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 80px;
  flex: 1 1 auto;
}

.btn-opportunity {
  display: inline-block;
  background-color: #00529F;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-opportunity:hover {
  background-color: #003A70;
}

.partnership-footer-text {
  font-size: 1.1em;
  color: #333;
  margin-top: 15px;
}

.partnership-footer-text a {
  color: #00529F;
  font-weight: bold;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 20px;
  box-sizing: border-box;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 550px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
}

.popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-close-btn {
  position: sticky;
  top: 0px;
  right: 0px;
  align-self: flex-end;
  background: #fff;
  padding: 5px 5px 0 10px;
  z-index: 10;
  border-radius: 0 8px 0 0;
  border: none;
  font-size: 2.2em;
  color: #999;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.popup-close-btn:hover {
  color: #333;
}

.popup-logo {
  max-width: 100px;
  margin-bottom: 10px;
  align-self: center;
}

.popup-content h2 {
  color: #00529F;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 10px;
}

.popup-content p {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: left;
}

.popup-content p:last-of-type {
  margin-bottom: 15px;
}

.popup-content p strong {
  color: #00407A;
}

.popup-link-contact {
  color: #00529F;
  font-weight: bold;
  text-decoration: none;
}

.popup-link-contact:hover {
  text-decoration: underline;
}

.popup-cta {
  font-size: 1.1em;
  font-weight: bold;
  color: #D20A4B;
  text-align: center !important;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  align-self: center;
}

.group-table-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}

.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}

.tournament-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 0.95em;
}

.tournament-table th,
.tournament-table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}

.tournament-table th {
  background-color: #f7f9fc;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  position: sticky;
  top: 0;
  z-index: 1;
}

.tournament-table tbody tr:hover {
  background-color: #f9fcff;
}

.tournament-table .team-cell {
  text-align: left;
  display: flex;
  align-items: center;
}

.tournament-table .team-cell img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tournament-table td strong {
  font-size: 1.1em;
  color: #00529F;
}

.form-icons span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
}

.table-legend {
  font-size: 0.85em;
  color: #777;
  margin-top: 15px;
  text-align: center;
}

.group-note {
  font-weight: normal;
  font-size: 0.8em;
  color: #777;
  margin-left: 5px;
}

.all-groups-info {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #eee;
}

.all-groups-info p {
  font-size: 1.05em;
  color: #444;
  margin-bottom: 15px;
}

.btn-secondary-info {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6c757d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-secondary-info:hover {
  background-color: #5a6268;
}

.tournament-table th {
  vertical-align: middle;
}

.tournament-table th:last-child {
  min-width: 130px;
}

.jasknd {
  display: none;
}

.m2g4gs {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 20px auto;
}

.g4g24s {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 20px auto;
}

.gg3593gjj {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 20px auto;
}

.h5389ash {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 20px auto;
}

.h53nsaj {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: 20px auto;
}

.kh3590jasdax {
  display: none;
}

.shop-main {
  width: 100%;
  max-width: none;
  padding: 0;
  background-color: #f9f9f9;
  box-shadow: none;
  border-radius: 0;
}

.shop-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-btn-primary {
  background-color: #FEBE10;
  color: #003057;
}

.shop-btn-primary:hover {
  background-color: #eab000;
  transform: translateY(-2px);
}

.shop-btn-secondary {
  background-color: #00529F;
  color: #FFFFFF;
}

.shop-btn-secondary:hover {
  background-color: #003057;
  transform: translateY(-2px);
}

.shop-btn-tertiary {
  background-color: #FFFFFF;
  color: #00529F;
  border: 2px solid #00529F;
  padding: 10px 26px;
}

.shop-btn-tertiary:hover {
  background-color: #00529F;
  color: #FFFFFF;
}

.shop-section {
  padding: 50px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.shop-section-dark {
  background-color: #003057;
  color: #FFFFFF;
}

.shop-section-dark .shop-section-title {
  color: #FEBE10;
  border-bottom-color: #FEBE10;
}

.shop-section-cta {
  background-color: #e9f5ff;
}

.shop-section-title {
  font-size: 2.3em;
  color: #003057;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #FEBE10;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.shop-hero-banner {
  background-image: linear-gradient(rgba(0, 20, 39, 0.75), rgba(0, 20, 39, 0.75)), url("../img/shop/01.jpg");
  background-size: cover;
  background-position: center 30%;
  color: #FFFFFF;
  padding: 100px 20px;
  text-align: center;
}

.shop-hero-content h2 {
  font-size: 3.2em;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.shop-hero-content p {
  font-size: 1.35em;
  margin-bottom: 35px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.6;
}

.shop-carousel {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #FEBE10 #003057;
}

.shop-carousel::-webkit-scrollbar {
  height: 8px;
}

.shop-carousel::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}

.shop-carousel::-webkit-scrollbar-thumb {
  background-color: #00529F;
  border-radius: 4px;
}

.shop-carousel::-webkit-scrollbar-thumb:hover {
  background-color: #FEBE10;
}

.shop-carousel-item {
  min-width: 320px;
  max-width: 420px;
  flex: 0 0 auto;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: transform 0.3s ease;
}

.shop-carousel-item:hover {
  transform: translateY(-5px);
}

.shop-carousel-item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.shop-carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 30, 56, 0.85) 70%);
  color: #FFFFFF;
  padding: 25px;
  text-align: left;
}

.shop-carousel-caption h3 {
  font-size: 1.5em;
  margin: 0 0 8px 0;
  color: #FFFFFF;
}

.shop-carousel-caption p {
  font-size: 0.95em;
  margin-bottom: 18px;
  color: #e0e0e0;
  text-align: left;
  line-height: 1.5;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 30px;
}

.shop-product-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
}

.shop-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.shop-product-image {
  position: relative;
  width: 100%;
  padding-top: 110%;
  overflow: hidden;
  background-color: #f0f0f0;
}

.shop-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.4s ease;
}

.shop-product-card:hover .shop-product-image img {
  transform: scale(1.05);
}

.shop-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  font-size: 0.85em;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  text-transform: uppercase;
}

.shop-badge-new {
  background-color: #D20A4B;
}

.shop-badge-popular {
  background-color: #00529F;
}

.shop-badge-sale {
  background-color: #28a745;
}

.shop-product-info {
  padding: 20px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.shop-product-name {
  font-size: 1.15em;
  color: #003057;
  margin: 0 0 8px 0;
  font-weight: 600;
  min-height: 48px;
  line-height: 1.3;
}

.shop-product-category {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 12px;
}

.shop-product-price {
  font-size: 1.4em;
  font-weight: bold;
  color: #00529F;
  margin-bottom: 18px;
}

.shop-product-info .shop-btn-tertiary {
  margin-top: auto;
  width: 100%;
}

.shop-view-all-cta {
  text-align: center;
  margin-top: 40px;
}

.shop-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.shop-collection-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-collection-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.shop-collection-card img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.3s ease;
}

.shop-collection-card:hover img {
  opacity: 0.85;
}

.shop-collection-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 48, 87, 0.75);
  color: #FFFFFF;
  padding: 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}

.shop-section-dark .shop-collection-name {
  background-color: rgba(254, 190, 16, 0.85);
  color: #003057;
}

.shop-collection-card:hover .shop-collection-name {
  background-color: rgba(254, 190, 16, 0.9);
  color: #003057;
}

.shop-section-dark .shop-collection-card:hover .shop-collection-name {
  background-color: rgba(0, 82, 159, 0.9);
  color: #FFFFFF;
}

.shop-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  text-align: center;
}

.shop-benefit-item {
  padding: 20px;
}

.shop-benefit-item i {
  display: block;
  font-size: 3em;
  color: #00529F;
  margin-bottom: 18px;
}

.shop-icon-authentic::before {
  content: "⭐";
  font-size: 1em;
}

.shop-icon-delivery::before {
  content: "🌍";
  font-size: 1em;
}

.shop-icon-new::before {
  content: "✨";
  font-size: 1em;
}

.shop-icon-secure::before {
  content: "🛡️";
  font-size: 1em;
}

.shop-benefit-item h3 {
  font-size: 1.3em;
  color: #00407A;
  margin-bottom: 10px;
}

.shop-benefit-item p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

.shop-newsletter-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.shop-newsletter-content h2 {
  font-size: 2em;
  color: #00529F;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.shop-newsletter-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}

.shop-newsletter-form {
  display: flex;
  gap: 15px;
}

.shop-newsletter-form input[type=email] {
  flex-grow: 1;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.shop-newsletter-form input[type=email]:focus {
  border-color: #00529F;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 82, 159, 0.2);
}

@media (max-width: 992px) {
  .shop-hero-content h2 {
    font-size: 2.8em;
  }
  .shop-hero-content p {
    font-size: 1.25em;
  }
  .shop-section-title {
    font-size: 2em;
  }
  .shop-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 768px) {
  .shop-hero-banner {
    padding: 80px 20px;
  }
  .shop-hero-content h2 {
    font-size: 2.4em;
  }
  .shop-hero-content p {
    font-size: 1.15em;
  }
  .shop-carousel-item {
    min-width: 280px;
  }
  .shop-collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .shop-collection-card img {
    height: 320px;
  }
  .shop-newsletter-form {
    flex-direction: column;
  }
  .shop-newsletter-form button {
    width: 100%;
  }
  .shop-benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-hero-content h2 {
    font-size: 2.1em;
  }
  .shop-hero-content p {
    font-size: 1.05em;
  }
  .shop-section {
    padding: 40px 15px;
  }
  .shop-section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .shop-product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .shop-product-name {
    font-size: 1.1em;
    min-height: auto;
  }
  .shop-product-price {
    font-size: 1.25em;
  }
  .shop-btn {
    padding: 12px 22px;
    font-size: 0.95em;
  }
  .shop-carousel-item {
    min-width: 90%;
    max-width: 90%;
  }
  .shop-carousel-item img {
    height: 250px;
  }
  .shop-collection-grid {
    grid-template-columns: 1fr;
  }
  .shop-collection-card img {
    height: 300px;
  }
  .shop-benefits-grid {
    grid-template-columns: 1fr;
  }
  .shop-newsletter-content {
    padding: 30px;
  }
  .shop-newsletter-content h2 {
    font-size: 1.7em;
  }
  .shop-newsletter-content p {
    font-size: 1em;
  }
}
.jfk313f13ub {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #f0f8ff;
  border-radius: 8px;
}

.kmlk4n2313n {
  color: #febe10;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */