* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", serif;
    height: 100%;
}

.bg-product-page {
    position: relative;
    min-height: 100vh;
}

.bg-product-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../images/background-image-3.png?v=1.1") repeat, linear-gradient(45deg, rgba(218, 200, 38, 100) 0%, rgba(90, 171, 219, 100) 100%);
    background-size: auto;
   /* background-size: cover;*/
    background-attachment: fixed;
    z-index: -1;
}

.bg-product-page .navbar {
    /*position: fixed;*/
    width: 100%;
    z-index: 9;
}

.bg-product-page a.card {
    text-decoration: none;
}
.bg-product-page .card {
    box-shadow: 0px 0px 15px #f3f3f3;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
}

.product-div {
    padding-top: 25px;
}

.bg-product-page .card .card-body {
    background-color: #5aabdb;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-pickable {
    cursor: pointer;
}

.product-details-panel {
    background-color: #5aabdb;
    color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 15px #f3f3f3;
    margin: 10px auto 0;
    width: min(720px, 90%);
}

.product-details-panel h4 {
    font-weight: 600;
    margin-bottom: 4px;
}

.product-details-panel p {
    font-size: 14px;
    line-height: 1.45;
}

.product-details-image {
    max-height: 420px;
    object-fit: contain;
    display: block;
    margin: 12px auto;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
}

.product-details-hint {
    opacity: 0.9;
}

#pPrices div {
    font-size: 15px;
    margin-bottom: 6px;
}

.product-image-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.product-full-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 15px #f3f3f3;
}

.product-image-close {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    font-size: 22px;
    line-height: 34px;
    cursor: pointer;
    z-index: 10000;
}

.card-header:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}



.custom-nav {
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 22px #f3f3f3;
    background-color: #ffffff;
}

@media (max-width: 575px) {
    .custom-nav {
        border: unset;
        padding: 10px 20px;
        border-radius: unset;
        box-shadow: unset;
        background-color: unset;
        list-style: disc;
    }
}



.nav-image-left, .nav-image-right {
    position: absolute;
    top: 23px; /* Adjust this value to align vertically with your navbar */
    z-index: 10;
}

.nav-image-left {
    left: 10px; /* Adjust to move the image horizontally */
   
   
}

.nav-image-right {
    right: 10px; /* Adjust to move the image horizontally */
    
   
}

.nav-image-left img, .nav-image-right img {
    height: 50px; /* Adjust size as needed */
  
    cursor: pointer;
}

@media (min-width: 500px) and (max-width: 800px) {
    .nav-image-left {
        margin-left: unset;
    }

    .nav-image-right {
        margin-right: unset;
    }
}
@media (min-width: 800px) and (max-width: 900px)  {
    .nav-image-left {
        margin-left: 10%;
    }

    .nav-image-right {
        margin-right: 10%;
    }
}
@media (min-width: 900px) and (max-width: 1000px)  {
    .nav-image-left {
        margin-left: 14%;
    }

    .nav-image-right {
        margin-right: 14%;
    }
}
@media (min-width: 1000px) and (max-width: 1100px)  {
    .nav-image-left {
        margin-left: 18%;
    }

    .nav-image-right {
        margin-right: 18%;
    }
}
@media (min-width: 1100px) and (max-width: 1200px)  {
    .nav-image-left {
        margin-left: 18%;
    }

    .nav-image-right {
        margin-right: 18%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)  {
    .nav-image-left {
        margin-left: 22%;
    }

    .nav-image-right {
        margin-right: 22%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)  {
    .nav-image-left {
        margin-left: 22%;
    }

    .nav-image-right {
        margin-right: 22%;
    }
}
@media (min-width: 1300px) and (max-width: 1400px)  {
    .nav-image-left {
        margin-left: 25%;
    }

    .nav-image-right {
        margin-right: 25%;
    }
}
@media (min-width: 1400px) and (max-width: 1500px)  {
    .nav-image-left {
        margin-left: 27%;
    }

    .nav-image-right {
        margin-right: 27%;
    }
}

@media (min-width: 1500px) and (max-width: 1700px)  {
    .nav-image-left {
        margin-left: 29%;
    }

    .nav-image-right {
        margin-right: 29%;
    }
}

@media (min-width: 1700px) and (max-width: 1900px)  {
    .nav-image-left {
        margin-left: 30.3%;
    }

    .nav-image-right {
        margin-right: 30.3%;
    }
}

@media (min-width: 1900px)   {
    .nav-image-left {
        margin-left: 33%;
    }

    .nav-image-right {
        margin-right: 33%;
    }
}

/* Desktop: always show nav + EE/LV flags (not hidden inside closed offcanvas). */
@media (min-width: 576px) {
    .bg-product-page > nav.navbar .navbar-toggler {
        display: none;
    }

    .bg-product-page > nav.navbar .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: none !important;
        visibility: visible !important;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .bg-product-page > nav.navbar .offcanvas-header {
        display: none;
    }

    .bg-product-page > nav.navbar .offcanvas-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        padding: 0;
    }

    .bg-product-page > nav.navbar .container {
        position: relative;
        max-width: 100%;
    }
}