/*==========---PRODUCT---==========*/

.product {
    margin-top: 100px;
}

.carousel-inner {
    padding: 0 5px;
}

.product .sol .carousel-inner .carousel-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    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 {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;

    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;
}
.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-color: #ebebeb;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    margin: 0 8px;
    transition: all ease 0.4s;
}
.product .social a .icon {
    color: #000000;
    transition: all ease 0.4s;
}

.product .social a:hover {
    background: #6c8d36;
}

.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: #ffb503;
}

/*==========---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.2s ease 0s;
    border-radius: 6px;
    background: #f5f5f5;
}

.featured .item:hover {
    background: #ffffff;
    z-index: 2;
}

.featured .item .alt-bosluk {
    display: flex;
    align-items: flex-end;
    position: absolute;
    background: #f5f5f5;
    transition: all 0.2s 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;
}

.featured .item .discount {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 700;
    padding: 6px 8px;
    border-radius: 6px;
    top: 20px;
    right: 15px;
    background: #f96666;
    color: #ffffff;
    position: absolute;
}

.featured .item .alt-bosluk .product-button {
    padding: 12px;
    border-radius: 50%;
    background-color: #be9200;
    line-height: 16px;
    margin: 0 4px;
    display: inline-block;
}

.featured .item .alt-bosluk .product-button i {
    font-size: 16px;
    line-height: 16px;
}

.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-color: #6c8d36;
    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;
}

@media screen and (max-width: 600px) {
    
    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;
    }
   
    .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-color: #ebebeb;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        margin: 0 6px;
        transition: all ease 0.4s;
    }
    
    .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;
    }
}
