/* test234 */

.itsbio-container{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.border-radius-10{
    border-radius: 10px;
}
.shadow{
    box-shadow: 0 18px 45px rgba(0,0,0,.13);
}
.profile-info{
    /*margin-top: 8rem;*/
}

.profile-pic-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -85px;
}
.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.pic-holder .pic {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 150px;
}

.profile-img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}
.profile-img>img{
    width: 200px;
    border-radius: 50rem;
}
.icon-img{
    width: 20px;
}
.biolink_bio{
    font-size: 14px;
}
.contact{
    background-color: #f4f4f7;
    padding: 2px 6px;
    border-radius: 50rem;
}
.contact>span{
    font-size: 12px;
}

.social-icon{
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
}

.social-icon:hover{
    text-decoration: none;
}

.social-icon:hover .fa-tiktok{ color: #010101; }
.social-icon:hover .fa-instagram{ color: #c32aa3; }
.social-icon:hover .fa-facebook{ color: #1877f2; }
.social-icon:hover .fa-facebook-messenger{ color: #1877f2; }
.social-icon:hover .fa-youtube{ color: #ff0000; }
.social-icon:hover .fa-linkedin{ color: #0a66c2; }
.social-icon:hover .fa-pinterest{ color: #bd081c; }
.social-icon:hover .fa-soundcloud{ color: #ff5500; }
.social-icon:hover .fa-twitch{ color: #9146ff; }
.social-icon:hover .fa-whatsapp{ color: #24d366; }
.social-icon:hover .fa-globe { color: #1e90ff; }
.social-icon:hover .fa-envelope { color: #c71610; }
.social-icon:hover .fa-phone-square-alt { color: #34b7f1; }
.social-icon:hover .fa-telegram { color: #0088cc; }
.social-icon:hover .fa-twitter { color: #1da1f2; }
.social-icon:hover .fa-spotify { color: #1db954; }
.social-icon:hover .fa-snapchat { color: #fffc00; }
.social-icon:hover .fa-discord { color: #5865f2; }
.social-icon:hover .fa-threads { color: #000000; }
.social-icon:hover .fa-reddit { color: #ff4500; }
.social-icon:hover .fa-line { color: #00c300; }

.minimal-button-icon{
    width: 40px;
    background-color: #f4f4f7;
    border-radius: 50rem;
    margin-right: .4rem;
    margin-left: .4rem;
    transition: all 0.3s ease-in-out;
}
.minimal-button-icon:hover{
    background-color: #e8e8e8;
}
a:has(.minimal-button-icon){
    text-decoration: none !important;
}

.search-icon{
    width: 18px;
}
.search-input{
    width: 90%;
    height: 45px;
    border: none;
}

.search-input:focus {
    border: none;
    outline: none;
}
.search-area{
    border-left: .5rem solid #fff;
    transition: all 0.3s ease-in-out;
}
.search-area:focus-within {
    border-left: .5rem solid #000;
}
.times-icon{
    width: 14px;
    cursor: pointer;
}

.not-found-img{
    width: 20px;
}

.container{
    max-width: 960px !important;
}

.biolink-tmrichtext p{
    margin-bottom: 0;
}

.image-container {
    position: relative;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container .text-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 10px;
}

.link-item-wrapper{
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
    display: flex;
}

.itsbio-link-wrapper .link {
    width: 100%;
    height: 80px;
    color: #1a1a1a;
    justify-content: space-between;
    align-items: center;
    padding-left: 70px;
    text-decoration: none;
    display: flex;
    position: relative;
    box-shadow: 0 14px 30px -5px rgba(0,0,0,.13);
}

.itsbio-link-wrapper .link .title-and-subtitle{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.itsbio-link-wrapper .link .title-and-subtitle .subtitle{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    color: #929292;
    font-size: 14px;
    font-weight: 300;
}

.itsbio-link-wrapper .link .thumbnail-block {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: -10px;
    box-shadow: 0 9px 14px -4px rgba(82,82,82,.65);
    overflow: hidden;
}

.itsbio-link-wrapper .link .thumbnail-block img {
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    border:0;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.itsbio-link-wrapper .link .arrow {
    height: 100%;
    flex: none;
    align-items: center;
    padding-left: 10px;
    padding-right: 25px;
    display: flex;
    position: relative
}

.itsbio-link-wrapper .link .arrow img {
    height: 12px;
}


.itsbio-link-wrapper .link>.arrow,.itsbio-link-wrapper .link>.thumbnail-block {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease
}

.itsbio-link-wrapper .link:hover>.arrow {
    -webkit-transform: translateX(5px) translateY(0) translateZ(0);
    transform: translateX(5px) translateY(0) translateZ(0)
}

.itsbio-link-wrapper .link:hover>.thumbnail-block {
    -webkit-transform: translateX(0) translateY(-5px) translateZ(0);
    transform: translateX(0) translateY(-5px) translateZ(0)
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/**
 * Biolink front end
 */
.biolink_cover_picture{
    position: absolute;
    width: 100%;
    padding: 0;
    height: 187px;
    overflow: hidden;
}
.biolink_cover_picture img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}
.biolink_account_name {
    position: relative;
}
.biolink_account_name .verified_account_badge_container{
    position: relative;
    display: inline-block;
}
.biolink_account_name .verified_account_badge {
    position: absolute;
    width: 16px;
    top: -16px;
    left: 5px;
}

.biolink_location {
    font-size: 12px;
}

.link_block a{
    display: block;
    padding: 16px 40px;
    min-height: 56px;
}

.link_block a .link_image{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    display: flex;
    align-items: center;
}

.link_block a .link_image_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.link_block a .link_image img{
    display: flex;
    width: 44px;
    height: 44px;
    object-fit: contain;
    align-items: center;
}


.link_block .subtitle{
    font-size: 12px;
}


.link_group_links p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.link_group_icon {
    position: absolute;
}

.fancybox__caption{
    text-align: center;
}

/* Fancybox FIX - Fancybox açıldığında blok içeriğinin sola kaymasına sebep olan bir hata giderildi. */
html.with-fancybox body.hide-scrollbar {
    width: 100% !important;
}

/**
 * ITSBIOLINK - BLOCKS
 */

/* Link Block */
.link-block .link_container{
    margin-left: 23px;
    margin-right: 23px;
}

.link-block > a > div > img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Image Block */
.image-block .aspect-ratio-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-block .aspect-ratio-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 aspect ratio (kare) için 100% */
}

.image-block .aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-block .aspect-ratio-content img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kırp ve oranını koru */
}

.image-block.col-12 .aspect-ratio-content img {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.image-block .image_text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.image-block.col-12 .image_text{
    width: 100%;
}

/* ===== Opt-in "Random" (bento) product grid — applies ONLY when the page owner chooses it
   (link setting grid_style = bento adds .grid-bento). Normal pages never get this class, so
   every existing page renders exactly as before. Pure CSS, no per-tile scripts. ===== */
#itsbio-blocks.grid-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 6px;
}
/* the flex layout's empty spacer divs are not needed inside a grid */
#itsbio-blocks.grid-bento > .infinite_blok:empty { display: none; }
/* full-width blocks (links, dividers, headings, single-column images) span the whole row — unchanged */
#itsbio-blocks.grid-bento > .col-12,
#itsbio-blocks.grid-bento > .image-block.col-12 { grid-column: 1 / -1; width: auto; max-width: none; }
/* product tiles fill one cell; drop the Bootstrap column sizing + padding (the grid gap handles spacing) */
#itsbio-blocks.grid-bento > .image-block {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* a 2-wide image keeps two columns */
#itsbio-blocks.grid-bento > .image-block.col-6 { grid-column: span 2; }
/* the random bento accents: tiles the template tagged .bento-big render 2x2 */
#itsbio-blocks.grid-bento > .image-block.bento-big {
    grid-column: span 2;
    grid-row: span 2;
}

/* Image Group Block */
/* type=modal */
.image-group-block-type-modal{

}

.image-group-block-type-modal a:hover{
    text-decoration: none;
}

.image-group-block-modal .aspect-ratio-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-group-block-modal .aspect-ratio-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 aspect ratio (kare) için 100% */
}

.image-group-block-modal .aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-group-block-modal .aspect-ratio-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-group-block-modal .image-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
}

.image-group-block-modal a:hover{
    text-decoration: none;
}

/* type=carousel */
.image-group-block-type-carousel{

}
.image-group-block-type-carousel .link_group_carousel_links .aspect-ratio-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-group-block-type-carousel .link_group_carousel_links .aspect-ratio-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 aspect ratio (kare) için 100% */
}

.image-group-block-type-carousel .link_group_carousel_links .aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-group-block-type-carousel .link_group_carousel_links .aspect-ratio-content img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kırp ve oranını koru */
}

.image-group-block-type-carousel .link_group_carousel_links a:hover{
    text-decoration: none;
}

.image-group-block-type-carousel .link_group_carousel_links .image-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.slick-prev, .slick-next {
    z-index: 1040 !important;
}

.big-close {
    font-size: 3.5rem;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.link-group-modal-title {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Ecomemrce Search Results Block */
.search_results_button .link_container{
    margin-left: 23px;
    margin-right: 23px;
}