body {
    background-color: white;
}

@media (max-width: 1920px)
{
.RelojImg h2{
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 30px;
    color: black;
}

.RelojImg p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    color: black;
}

.StockReloj /*"Relojes en stock" en parte de relojes en stock"*/
{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.RelojImg { 
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
    max-width: 1000px;
    margin: auto;
}

.RelojImg a
{
text-decoration: none;
}

.RelojImg a img {
    width: 100%;
    border-radius: 10px;
    border-radius: 13px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    transition: 400ms;
}

.RelojImg img:hover {
    transform: scale(1.03);
}

.RelojImg .SKU {
    font-size: 12px;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

}

@media (max-width: 760px)
{
.RelojImg h2{
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 30px;
    color: black;
}

.RelojImg p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    color: black;
}

.StockReloj /*"Relojes en stock" en parte de relojes en stock"*/
{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.RelojImg { 
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    max-width: 730px;
    margin: 10px;
}

.RelojImg a
{
text-decoration: none;
}

.RelojImg a img {
    width: 100%;
    border-radius: 10px;
    border-radius: 13px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    transition: 400ms;
}

.RelojImg img:hover {
    transform: scale(1.03);
}

.RelojImg .SKU {
    font-size: 12px;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

}

