body {
    background-image: url("fondosword3.png");
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 100px;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
    header {
        text-align: center;
        padding: 0.2rem 0;
        position: static;
        top: 2rem;
        z-index: 999;
     }
     
body {
    background-image: url("fondosword3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.side-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 40px;
  }
  
  .socials {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .socials a {
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  
  .socials a:hover {
    text-decoration: underline;
  }
  
  .shop-image img {
    max-width: 100px;
    height: auto;
  }
  
  footer {
    margin-top: 60px;
    font-size: 0.9rem;
    color: black;
    text-align: center;
    padding-bottom: 20px;
  }

  .side-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 10%;
    margin-top: 40px;
  }
  
  .socials,
  .shop-image {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .icon,
  .shop-icon {
    width: 60px;
    transition: filter 0.3s, transform 0.3s;
  }
  
  /* Hover azul marino oscuro para todos los enlaces del body */
  body a:hover img,
  body a:hover {
    filter: brightness(1.3) drop-shadow(0 0 5px #150501);
    transform: scale(1.05);
  }
  .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    min-height: 60vh;
  }
  
  /* Enlaces laterales */
  .left-links {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-weight: bold;
    font-size: 10rem;
  }
  .right-links {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-weight: bold;
    font-size: 10rem;
  }
  
  .left-links {
    left: 17rem;
  }
  
  .right-links {
    right: 17rem;
  }
  
  .left-links img,
.right-links img {
  transition: filter 0.3s ease;
}

.left-links a {
  font-size: 1.3rem;    /* Tamaño de texto acorde */
  gap: 0.8rem;
}
.right-links a {
    font-size: 1.3rem;    /* Tamaño de texto acorde */
    gap: 0.8rem;
  }

  /* Contenido central */
  .center-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }
  
  .media-image {
    transition: filter 0.3s ease;
    width: 240px;
  }
  
  /* Hover azul marino oscuro */
  a:hover,
  .media-image:hover {
    filter: brightness(1.3) drop-shadow(0 0 6px #230101);
  }
  .left-links img {
    width: 80px;   /* más ancho */
    height: 200px;  /* menos alto, o cambia para que se vean “aplastadas” o “alargadas” */
    object-fit: fill; /* ESTO es clave para forzar el estiramiento */
  
  }

  .right-links img {
    width: 80px;   /* más ancho */
    height: 200px;  /* menos alto, o cambia para que se vean “aplastadas” o “alargadas” */
    object-fit: fill; /* ESTO es clave para forzar el estiramiento */
  
}
.right-links, a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black !important;
    font-size: 1.2rem;
  }
  main {
    padding: 1rem;
  }
  
  .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .product-home {
    display: flex;              
    width: 100vw;               
    height: 100vh;             
    overflow: hidden;          
  }
  .product-home img {
    width: 50%;                 
    height: 100%;              
    object-fit: cover;          
  }
    
  .product {
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    
  }
  
  .product img {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
  .store-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 60px;
    flex-wrap: wrap;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8); /* opcional para contraste */
  }
  
  .product {
    text-align: center;
    max-width: 220px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  }
  
  .product img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .product button {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    font-weight: bold;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  .corner {
    position: absolute;
    width: 80px;
    z-index: 10;
  }
  
  .corner-top-left {
    top: 0;
    left: 0;
  }
  
  .corner-top-right {
    top: 0;
    right: 0;
    transform: scaleX(-1); /* espejo */
  }
  
  .corner-bottom-left {
    bottom: 0;
    left: 0;
    transform: scaleY(-1); /* espejo */
  }
  
  .corner-bottom-right {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1); /* doble espejo */
  }
  .footer {
    text-align: center;
    color: white;
  }

  .social-icons a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    position: relative;
    font-size: 24px;
    transition: transform 0.2s ease, color 0.3s ease;
  }
  
  .social-icons a:hover {
    transform: scale(1.2);
    color: red; /* o el color que prefieras al pasar el mouse */
  }
  .logo-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 24px;
    color: white;
    padding: 60px;
    flex-wrap: wrap;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }