/* Navbar ve genel site teması index.css ve navbar.css üzerinden yönetildiği için, incele.css içindeki navbar ile ilgili veya çakışan tüm özel stiller kaldırıldı. Sadece ürün detayına özel stiller bırakıldı. */

/*==========---PRODUCT---==========*/

.product {
    padding: 100px 0;
    padding-bottom: 50px;
}

.carousel-inner {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.product .sol .carousel-inner .carousel-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #e4e4e4;
    height: 500px;
}

.product .sol .carousel-inner .carousel-item img {
    padding: 40px 40px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product .sol .carousel-image {
    text-align: center;
    display: inline-block;
}

.product .sol .image-frame {
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid #e4e4e4;
    height: 60%;
    margin: 10px 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .sol .image-frame img {
    padding: 4px 4px;
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

.product .sol .carousel-images .image-frame {
    cursor: pointer;
    height: 150px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product .sol .carousel-images .active .image-frame {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 21%);
}
.product .sol .image-frame:hover img {
    scale: 1.1;
}

.product .sag {
    font-family: "Lato", sans-serif;
    padding-left: 60px;
}
.product .sag .header {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    padding: 0;
    text-align: left;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    color: #2D3748;
}
.product .sag .price {
    font-size: 18px;
    margin-bottom: 20px;
}
.product .sag .price span {
    font-size: 22px;
}

.product .sag .text {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #151515;
    border-bottom: 1px solid #e7e7e7;
}

.product .sag .bilgi {
    color: #151515;
}
.product .sag .bilgi .sayi {
    color: #777777;
}

.product .sag .stepper-row {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.product .sag .stepper {
    position: relative;
    display: flex;
    font-family: "Poppins", sans-serif;
}
.product .sag .stepper .stepper-input {
    padding: 17px 10px;
    max-width: 70px;
    min-height: 70px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 6px;
    background: #ebebeb;
    border: 1px solid #f5f5f5;
    color: #151515;
    text-align: center;
}
.product .sag .arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 6px;
}
.product .sag .stepper-arrow {
    width: 32px;
    height: 32px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: #151515;
    transition: 0.3s all ease;
    border-radius: 6px;
    background-color: #ebebeb;
    border: 1px solid #f5f5f5;
}

.product .social a {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: #ed632b;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    margin: 0 8px;
    transition: all ease 0.4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
}

.product .social a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.product .social a .icon {
    color: #ffffff;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.product .social a:hover {
    background: #ed632b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 70, 193, 0.4);
}

.product .social a:hover::before {
  left: 100%;
}

.product .social a:hover .icon {
    color: #ffffff;
}

/*==========---SLICK---==========*/
.slick {
    margin-top: 50px;
    margin-bottom:50px;
}
.slick .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.slick .metin {
    text-align: center;
    color: #151515;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 18px;
}

.slick .metin span {
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}
.slick .item {
    padding: 20px;
    border: 1px solid #e1e1e1;
    height:100%;
}

.slick .item .icon {
    font-size: 35px;
    color: #ED8936;
}

/*==========---FEATURED---==========*/

.featured {
    margin-top: 50px;
    padding: 50px 50px 100px 50px;
    position: relative;
    display:none;
}

.featured .products-bg-left {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 300px;
    z-index: -1;
}

.featured .products-bg-right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 300px;
    transform: scale(-1, 1);
    z-index: -1;
}

.featured .item {
    position: relative;
    padding: 20px 15px 40px 15px;
    transition: all 0.3s ease;
    border-radius: 6px;
    background: #f5f5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}

.featured .item:hover {
    background: #ffffff;
    z-index: 2;
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.12);
}

.featured .item .alt-bosluk {
    display: flex;
    align-items: flex-end;
    position: absolute;
    background: #f5f5f5;
    transition: all 0.3s ease;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    justify-content: center;
    content: "";
    padding: 20px 15px 20px 15px;
}

.featured .item:hover .alt-bosluk {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: -18px;
    bottom: -30px;
    background: #ffffff;
}

.featured .image {
    margin-bottom: 20px;
}

.featured .item .content {
    text-align: center;
}

.featured .item .content .item-header {
    color: #151823;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #2D3748;
}

.featured .item .discount {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 700;
    padding: 8px 12px;
    top: 15px;
    right: 15px;
    background: #ED8936;
    color: #ffffff;
    position: absolute;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(237, 137, 54, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: flowerBreath 3s ease-in-out infinite;
}

.featured .item .discount:hover {
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(237, 137, 54, 0.6);
    background: #DD6B20;
}

@keyframes flowerBreath {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 3px 10px rgba(237, 137, 54, 0.4);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(237, 137, 54, 0.5);
  }
}

.featured .item .alt-bosluk .product-button {
    padding: 12px;
    border-radius: 50%;
    background: #ed632b;
    line-height: 16px;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
    transition: all 0.3s ease;
}

.featured .item .alt-bosluk .product-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.featured .item .alt-bosluk .product-button:hover {
    background: #ed632b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 70, 193, 0.4);
}

.featured .item .alt-bosluk .product-button:hover::before {
  left: 100%;
}

.featured .item .alt-bosluk .product-button i {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.featured .item:hover .alt-bosluk .sol,
.featured .item:hover .alt-bosluk .sag {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.featured .item .alt-bosluk .sol {
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.featured .item .alt-bosluk .sag {
    background: #ed632b;
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}

.header.mobile{
    display:none;
}

.price.mobile{
    display:none;
}

/*==========---PRODUCT REVIEWS---==========*/

.product-reviews-section {
    padding: 50px 0;
    background: #ffffff;
}

.reviews-header {
    font-size: 24px;
    font-weight: 700;
    margin: 18px 0 12px;
    color: #1f2937;
}

.reviews-form {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.review-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.review-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.review-item-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-item-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.review-item-name {
    font-weight: 600;
    font-size: 15px;
    color: #374151;
}

.review-item-date {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
    text-align: right;
    min-width: 120px;
}

.review-item-comment {
    margin-top: 6px;
    font-size: 14px;
    padding-left: 40px;
    color: #374151;
    line-height: 1.5;
}

/*==========---GOOGLE REVIEWS---==========*/

.google-reviews-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.google-reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.google-reviews-section .container {
    position: relative;
    z-index: 1;
}


.reviews-stats {
    margin-bottom: 40px;
}

.stats-container {
    display: inline-block;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(237, 99, 43, 0.1);
}

.overall-rating {
    text-align: center;
}

.rating-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ed632b;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.rating-stars {
    margin-bottom: 10px;
}

.rating-stars i {
    font-size: 1.5rem;
    margin: 0 2px;
}

.rating-text {
    font-size: 1rem;
    color: #718096;
    font-weight: 500;
}

/* Carousel Container */
.reviews-carousel-container {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

/* SociableKit Iframe Wrapper */
.sociablekit-iframe-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.sociablekit-iframe-wrapper iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: block;
}

/* Responsive iframe */


.review-item {
    margin-bottom: 25px;
}

.review-item .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: hidden;
}

.review-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.review-item .card-body {
    padding: 25px;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-size: 1.1rem;
    color: #2D3748;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.review-date {
    font-size: 0.9rem;
    color: #a0aec0;
}

.review-rating {
    flex-shrink: 0;
}

.review-rating i {
    font-size: 1.1rem;
    margin: 0 1px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-top: 15px;
    font-style: italic;
    position: relative;
}

.review-text::before {
    content: '"';
    font-size: 3rem;
    color: #ed632b;
    position: absolute;
    top: -10px;
    left: -15px;
    opacity: 0.3;
    font-family: serif;
}

.review-text::after {
    content: '"';
    font-size: 3rem;
    color: #ed632b;
    position: absolute;
    bottom: -20px;
    right: -5px;
    opacity: 0.3;
    font-family: serif;
}


/* Loading Spinner */
.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Error State */
.text-muted i {
    color: #e53e3e;
}

/*==========---TABLET (501px - 991px)---==========*/
@media (min-width: 501px) and (max-width: 991px) {
    .sociablekit-iframe-wrapper iframe {
        min-height: 350px;
    }
    
    .google-reviews-section {
        padding: 60px 0;
    }
    
    
    .stats-container {
        padding: 20px 25px;
    }
    
    .rating-number {
        font-size: 2.5rem;
    }
    
    .rating-stars i {
        font-size: 1.2rem;
    }
    
    .review-card .card-body {
        padding: 20px;
    }
    
    .reviewer-name {
        font-size: 1rem;
    }
    
    .review-text {
        font-size: 0.95rem;
    }
    
    }
}

/*==========---MOBİL (max-width: 500px)---==========*/
@media (max-width: 500px) {
    body{
        font-size:14px;
    }
    .carousel{
        margin-bottom:30px;
    }
    .featured{
        display:none;
    }
    .product{
        margin-top:50px;
    }
    .product .sag .header{
        display:none;
    }
     .price{
        display:none;
    }
    .header.mobile{
        display: block;
        font-size: 16px;
        padding: 0 14px;
        margin-bottom: 18px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #2D3748;
    }
   
    .price.mobile{
        display:block;
        margin-top:10px;
        font-size:14px !important;
    }
    .price.mobile span{
        font-size:14px !important;
    }
    .product .sol .carousel-inner .carousel-item .item{
        height:300px;
    }
    .product .sol .image-frame{
        height:50%;
    }
    .product .sol .carousel-inner .carousel-item img{
        padding:10px;
    }
    .iris-btn{
        height: min-content;
        padding: 10px 0;
        width: 100%;
        font-weight:400;
        font-size:14px;
        margin-left:0 !important;
    }
    .product .sag .stepper{
        align-items:center;
    }
    .product .sag .stepper .stepper-input {
        padding: 0;
        max-width: 50px;
        min-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 6px;
        background: #ebebeb;
        border: 1px solid #f5f5f5;
        color: #151515;
        text-align: center;
    }
    .product .sag .arrows{
        margin-left:2px;
    }
    .product .sag .stepper-arrow {
        width: 24px;
        height: 24px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        color: #151515;
        transition: 0.3s all ease;
        border-radius: 6px;
        background-color: #ebebeb;
        border: 1px solid #f5f5f5;
    }
    button.plus.stepper-arrow:nth-child(1){
        margin-bottom:2px;
    }
    .product .social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #ed632b;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        margin: 0 6px;
        transition: all ease 0.4s;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
    }
    .product .sag{
        padding:0 20px;
    }
    .product .sag .header{
        font-size:22px;
    }
    .product .sag .text{
        font-size:14px;
    }
    .slick{
        padding:0 5px;
        margin-top:20px;
        margin-bottom:50px;
    }
    .slick .item {
        padding: 30px;
        border: 1px solid #f3f3f3;
    }
    .slick .metin{
        letter-spacing: 1px;
    }
    .slick .metin span{
        font-size:10px;
    }
    .featured{  
        padding: 0 5px;
    }
    
    .sociablekit-iframe-wrapper iframe {
        min-height: 300px;
    }
    
    .google-reviews-section {
        padding: 40px 0;
    }
    
    
    .reviews-subtitle {
        font-size: 1rem;
    }
    
    .stats-container {
        padding: 15px 20px;
    }
    
    .rating-number {
        font-size: 2rem;
    }
    
    .rating-stars i {
        font-size: 1rem;
    }
    
    .review-item .card-body {
        padding: 15px;
    }
    
    .review-text::before,
    .review-text::after {
        font-size: 2rem;
    }
    
    .review-text::before {
        top: -5px;
        left: -10px;
    }
    
    .review-text::after {
        bottom: -15px;
        right: -3px;
    }
}
