@keyframes colorCycle {
    0% { color: yellow; }
    50% { color: red; }
    100% { color: yellow; }
 
  }
  
  .cycling-colors {
    width: 100px;
    height: 100px;
    animation: colorCycle 3s infinite;
  }

body {
margin: 0;
padding: 0;
width: 100%;
height: 3000px;
background-color:white;
}


a {
    text-decoration: none;
    text-emphasis-style: none;
    color:black;
}

a:hover {
       font-style: italic;


}

.product-director-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    top:0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.product-director{
    display: flex;
    font-family: Arial;
    font-size: 2vw;
    color: black;
        z-index: 30;
}

.draggable {
width: 370px;
height: 200px;
background-color: none;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
position: fixed;
cursor: grab; /* Cursor indicates that the element can be dragged */
z-index: 100;
}

.logo-header {
    position: fixed; 
    top: 8px; 
    left: 9px; 
    width: 200px; 
    height: 110px
}

img {
    z-index: -100;
    width: 480px;
    height: 210px;
    background-color: transparent;
    }

.blocker2 {
        position: absolute;
        background: transparent;
        width: 300px;
        height: 280px;
        z-index: 200;
        }

.coordinates {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-family: Arial;
    font-size: 2vw;
    color: black;
    background-color: none;
    z-index: 50;
}

#clock {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-family: sans-serif;
    font-size: 2vw;
    color: black;
    background-color: none;
    z-index: 50;
}

.info{
    position: fixed;
    top: 10px;
    left: 10px;
    font-family: sans-serif;
    font-size: 2vw;
    color: black;
    background-color: none;
    z-index: 50;
}

.contact{
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: sans-serif;
    font-size: 2vw;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
    color: black;
    text-emphasis-style: underline;
    z-index: 150;
    padding-right: 6px;
}

.contact:hover{
   cursor: pointer;
   text-emphasis-style: underline;

}

.product-container{
    padding-top: 100px;
    display: flex; 
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    flex-direction: column;
    height: 700px;
    width: calc(100% - 20px);
    left: 10px;
    background-color: none;
    justify-content: left;
}


.product-image {
    position: relative;
    top:0;
    width: 100%;
    height: auto;
    z-index: 10;
}
.product-image {
    width: auto;
    height: 100%;
}

#product-component-1725820621110{
position: relative;
padding: none;
width: 213px;
color: black;
background-color: none;
font-family: Arial, Helvetica, sans-serif;
}

#product-component-1725842699933{
    position: relative;
    padding: none;
    width: 213px;
    color: black;
    background-color: none;
    font-family: Arial, Helvetica, sans-serif;
    }

    #product-component-1725842699933{
        position: relative;
        padding: none;
        width: 213px;
        color: black;
        background-color: none;
        font-family: Arial, Helvetica, sans-serif;
        }
    .contact-info {
        position: fixed;
        display: flex; 
        align-content: center;
        align-items: center;
        place-items: center;
        text-align: center;
        justify-content: center;
        height: 100vh;
        width: 60vw;
        padding-right: 20vw;
        padding-left: 20vw;
        font-size: 50px;
        z-index: 100;
        color: black;
        background-color: none;
        top: 0;
        font-family: sans-serif;

    }

.item-info {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.arrows {    
    position: relative;
    display: flex; 
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background: none; 
}

.arrows-image {
    width: 25vw; height: auto; position: relative;

}

@media screen and (max-width: 600px) {

    .product-director{
        display: flex;
        font-family: Arial;
        font-size: 6vw;
        color: black;
    }

.coordinates {
    font-size: 6vw;
        }

#clock {
    font-size: 18px;
        }

.info{
    font-size: 18px;
        width: 50%;
    }


.logo-header {
    position: fixed; 
    top: 3px; 
    left: 9px; 
    width: 100px; 
    height: 70px
}

img {
z-index: -100;
width: 250px;
height: 150px;

}

.blocker2 {
position: absolute;
background: transparent;
width: 260px;
height: 160px;
z-index: 200;
}

.draggable {
width: 240px;
height: 145px;
}

.product-image {
    height: auto;
    width: 100%;
}

.contact{
    font-size: 6vw;
}

.product-container{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 180px;
    display: flex; 
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    flex-direction: column;
    height: auto;
    width: calc(100%-20px);
    left: 10px;
    font-size: 18px;
}

.arrows {
    position: relative; 
    display: flex; 
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

.arrows-image {
    width: 60vw;
    height: auto;
}

.contact-info {
    font-size: 7vw;
    width: 80vw;
    padding-left: 10vw;
    padding-right: 10vw;
}

.item-info {
    font-size: 18px;
    align-self: flex-start;
    padding-top: 8px;
}