#coverPhoto {
    background-image:
            linear-gradient(black, black),
            url("/static/image/product/header_product.png");
    background-blend-mode: saturation;
    height: 42vh;
    min-height: 200px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    transition: 2s;
}

#coverPhoto:hover {
    background-image: url("/static/image/product/header_product.png");
}

#galleryPhoto {
    max-height: 80vh;
}

.icon-arrow {
    height: 2rem;
    width: 2rem;
}

.btn-boat {
    border-width: 0 !important;
}
    
.filter-logo {
    filter: brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(1%) hue-rotate(324deg) brightness(95%) contrast(91%);
}

.filter-logo-blueprint {
    filter: brightness(0) invert(1);
}

.icon-boat {
    height: 1.5rem;
    width: 1.5rem;
}

.product-photo {
    width: 100vw;
}

.color-active {
    border: 1px black solid;
}

.color-outer {
   background: white;
   border-radius: 50%;
   height: 2.5rem;
   width: 2.5rem;
   position: relative;
}

.color-inner {
   position: absolute;
   border-radius: 50%;
   height: 2rem;
   width: 2rem;
   top: 50%;
   left: 50%;
   margin: -1rem 0 0 -1rem;
}

#galleryDiv {
    position: relative;
    width: fit-content;
    margin: auto;
}

#galleryArrowLeft {
    position: absolute;
    cursor: pointer;
    bottom: 2rem;
    left: 2rem;
}

#galleryArrowRight {
    position: absolute;
    cursor: pointer;
    bottom: 2rem;
    right: 2rem;
}
