.product_container_top {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-column-gap: 2%
}

.product-gallery {
    display: flex;
    max-width: 100%;
    margin: auto;
    gap: 10px
}

.buttongroup {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.gallery-thumbs {
    width: 100px;
    height: 500px
}

.gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: .5;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #0073aa
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-top {
    flex: 1;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-top img {
    max-width: 100%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

.product_container_top_left {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.leftbox {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px
}

.leftbox .viewbox {
    background: #e4f2ff;
    color: #0073aa;
    padding: 5px 10px;
    border-radius: 50px;
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%
}

.leftbox h1 {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%
}

.leftbox .stock {
    background: rgba(20, 112, 34, 0.1019607843);
    padding: 5px 10px;
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 50px
}

.leftbox h3 {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #303030
}

.leftbox p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #a6a6a6
}

.leftbox a {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    color: #a6a6a6
}

.expertcontent {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.rightbox {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
    height: 239px
}

.rightbox del {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #a6a6a6
}

.rightbox .chegirma span {
    background: rgba(20, 112, 34, 0.1019607843);
    padding: 5px 10px;
    color: #147022;
    border-radius: 50px;
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%
}

.rightbox .price {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #303030;
    margin: 20px 0
}

.btn {
    display: flex;
    background: linear-gradient(90deg, #1C70D0 0%, #3794FF 100%);
    color: #ddd;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    gap: 5px
}

.theme-text-color {
    color: red;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 40px 0
}

.phoneinfolink {
    width: 80%;
    margin: 0 auto
}

.sendclass {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #a6a6a6;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 5px
}

.infoconten {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%
}

.product_container_bottom {
    margin-top: 50px
}

.product_container_bottom h3 {
    font-size: 2em;
    font-weight: 700
}

.infoconten h2 {
    text-align: left
}

.product_container_bottom p {
    font-size: 1.2em;
    line-height: 140%;
    font-weight: 400;
    color: gray
}

.product_container_bottom ul {
    width: 50%
}

.product_container_bottom ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    font-size: 18px;
    font-weight: 400
}

.product_container_bottom ul li span {
    color: gray
}

.before_foter {
    margin: 100px auto
}

.before_foter .before_foter_title {
    margin: 50px 0;
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%
}

@media screen and (max-width: 950px) {
    .product_container_top_left {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 768px) {
    .product_container_top {
        display: flex;
        flex-direction: column
    }

    .infoconten {
        width: 100%
    }
}

.gallery-thumbs {
    width: 100px;
    height: 500px
}

@media screen and (max-width: 950px) {
    .gallery-thumbs {
        width: 100%;
        height: auto;
        order: 2
    }

    .gallery-top {
        order: 1
    }

    .product-gallery {
        flex-direction: column
    }
}

@media screen and (max-width: 650px) {
    .product_container_bottom ul {
        width: 100%
    }
}

.fa-heart {
    font-size: 32px;
    z-index: 10
}

.fa-heart.active {
    color: #1c70d0
}

.fa-heart.active::before {
    font-family: "Font Awesome 6 Free";
    content: "Ã¯â‚¬â€ž";
    font-weight: 900;
    color: #1c70d0
}