﻿.bs {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    margin: 20px;
    padding: 10px;
    height: 55vh;
}

    .bs img {
        width: 100%;
        height: 100%;
    }

    .bs:hover {
        transform: scale(1.1);
    }
.bs1 {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    padding: 3px;
    height: 50vh;
}

.bs1 img {
    width: 100%;
}
    

    /***************************PRODUCT DETAILS********************/

.lh-1 p::before {
    content: "➤ ";
    color: darkorange; /* Noktanın rengi */
    font-weight: bold;
    margin-right: 6px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ccc;
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Açık gri */
}

tr:nth-child(odd) {
    background-color: #ffffff; /* Beyaz */
}



.gallery {
    text-align: center;
    margin-top: 30px;
    
}

.main-img {
    width: 400px;
    height: 40vh;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 6px;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
.main-img1 {
    width: 100%;
    height:40vh ;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 6px;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.thumbnails img {
    width: 100px;
    height: auto;
    margin: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

    .thumbnails img:hover {
        border: 2px solid #007bff;
    }

/* Lightbox arka planı */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

    .lightbox img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
    }

    .lightbox:active {
        display: none;
    }

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}


.section-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 40px; /* underline length */
        height: 5px;
        background-color: orange;
    }

.transparent-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1); /* Siyahın %20 opak hali */
}
