.pet_list .pet_adopt_item{
    position: relative;
    width: calc(25% - 23px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 15px;
}


/** 
.pet_list .pet_adopt_item.pet_category_1{
    background-color: var(--pet-theme-color-1);
    box-shadow: 10px 10px 0 var(--pet-theme-color-1-highlight);
}

.pet_list .pet_adopt_item.pet_category_2{
    background-color: var(--pet-theme-color-2);
    box-shadow: 10px 10px 0 var(--pet-theme-color-2-highlight);
}

.pet_list .pet_adopt_item.pet_category_3{
    background-color: var(--pet-theme-color-3);
    box-shadow: 10px 10px 0 var(--pet-theme-color-3-highlight);
}
**/

.pet_list .pet_adopt_item .pet_image_wrap{
    position: relative;
    box-sizing: border-box;
    margin: auto;
    margin-top: 10%;
}

.pet_list .pet_adopt_item .pet_image_wrap .private_pet_mark{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--pet-theme-color-0-highlight-x);
    color: var(--blackTextColor);
    padding: 2px 6px;
    border-radius: 6px;
}

.pet_list .pet_adopt_item .pet_image{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 6px;
}

.pet_list .pet_adopt_item .pet_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pet_list .pet_adopt_item .pet_image img.pet_src{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    scale: 1;
    transition: .3s;
}

.pet_list .pet_adopt_item .pet_image img.pet_src:hover{
    scale: 1.1;
}



.pet_list .pet_adopt_item .pet_brief_long{
    display: block;
}

.pet_list .pet_adopt_item .pet_brief_short{
    display: none;
}

.pet_list .pet_adopt_item .pet_brief p{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.1em;
    margin-top: 12px;
    font-weight: var(--p-font-weight-semibold);
}

.pet_list .pet_like_button_wrap{
    text-align: center;
    margin-top: 20px;
}

.pet_list .pet_like_button_wrap .button_wrap{
    text-align: center;
}

/** 
.home_index .pet_adoption .section_content{
    overflow-x: auto;
}

.home_index .pet_adoption .section_content .pet_list{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.home_index .pet_list .pet_adopt_item,
.pet_searcher_cmp_content .pet_list .pet_adopt_item{
    max-width: 110px;
    padding: 10px;
    box-shadow: 7px 7px 0 var(--pet-theme-color-0-highlight);
    margin: 6px;
}

.home_index .pet_list .pet_adopt_item{
    max-width: 142px;
}

.home_index .pet_list .pet_adopt_item .pet_brief_long,
.pet_searcher_cmp_content .pet_list .pet_adopt_item .pet_brief_long{
    display: none;
}

.home_index .pet_list .pet_adopt_item .pet_brief_short,    
.pet_searcher_cmp_content .pet_list .pet_adopt_item .pet_brief_short{
    display: block;
}

.home_index .pet_list .pet_adopt_item.pet_category_1,
.pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_1{
    box-shadow: 7px 7px 0 var(--pet-theme-color-1-highlight);
}

.home_index .pet_list .pet_adopt_item.pet_category_2,
.pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_2{
    box-shadow: 7px 7px 0 var(--pet-theme-color-2-highlight);
}

.home_index .pet_list .pet_adopt_item.pet_category_3,
.pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_3{
    box-shadow: 7px 7px 0 var(--pet-theme-color-3-highlight);
}

.home_index .pet_list .pet_adopt_item .button_like_module{
    margin-bottom: 4px;
}

.home_index .pet_list .pet_adopt_item .button_bookmark_module{
    display: none;
}

.home_index .pet_list .pet_like_button_wrap .pet_plugin_module{
    width: 100%;
}

.home_index .pet_list .pet_like_button_wrap .like_count_label,
.home_index .pet_list .pet_like_button_wrap .button_el.label {
    display: inline-block;
}

.pet_searcher_cmp_content .pet_list .pet_like_button_wrap{
    display: none;
}

.pet_details_view_cmp_content{
    position: relative;
}

.pet_details_view_cmp_content .pet_adopt_random_phrase{
    background-color: var(--pet-theme-color-0);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px
}
**/


.pet_details_view_cmp_content .pet_adopt_random_phrase{
    margin-bottom: 42px;
}

.pet_details_view_cmp_content .pet_detials_item ul{
    width: fit-content;
    background-color: var(--themeTextColor);
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 20px;
}

.pet_details_view_cmp_content .pet_detials_item h3{
    color: white;
    display: inline-block;
    padding-bottom: 0;
    padding: 8px 22px;
    border: 1px solid white;
    border-radius: 50px;
    border-style: dashed;
    font-size: 1.1em;
    letter-spacing: 4px;
}

.pet_detail_el{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pet_detail_el.pet_detail_brief{
    width: 250px;
    margin-right: 40px;
}

.pet_detail_el.pet_detail_details{
    width: calc(100% - 350px);
    padding-top: 10px;
}

.pet_detail_el .pet_list .pet_adopt_item{
    width: calc(100% - 10px);
}

.pet_detail_el .pet_info_wrap{
    
}

.pet_detail_el .pet_info_wrap.pet_info{
    margin-bottom: 42px;
}

.pet_detail_el .pet_info_wrap .pet_info_title{
    
}

.pet_detail_el .pet_info_wrap .pet_info_el{
    border-bottom: 1px solid #B9D9CF;
    padding: 8px 0px;
}

.pet_detail_el .pet_info_wrap .pet_info_el .pet_field_el{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pet_detail_el .pet_info_wrap .pet_info_el .pet_field_el.pet_field_label{
    
}

.pet_detail_el .pet_info_wrap.pet_info .pet_info_el .pet_field_el.pet_field_value{
    float: right;
}

.pet_detail_el .pet_list .pet_adopt_item .pet_image a{
    pointer-events: none;
}

.pet_detail_el .pet_list .pet_adopt_item{
    margin: 0;
}

.pet_detail_el .pet_detail_brief_action_area{
    position: relative;
    width: fit-content;
    margin: auto;
}

.pet_detail_el .adoption_action_wrap{
    margin-bottom: 20px;
    position: relative;
}

.pet_detail_el .adoption_action_wrap a.button.with_icon_left.transform{
    background-position: 13px center;
}

.pet_detail_el .adoption_action_wrap a.button.with_icon_left.transform:hover{
    background-position: 20px center;
}


.pet_detail_el .pet_like_button_wrap .convenient_button{
    width: fit-content;
    display: block;
    margin-bottom: 20px;
}

.pet_adopt_details_page .pet_detail_details{
    padding-top: 60px;
}

.pet_adopt_details_page .pet_detail_details .pet_name_wrap{
    margin-bottom: 42px;
}

.pet_adopt_details_page .pet_detail_details .pet_name_wrap_el{
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
}

.pet_adopt_details_page .pet_detail_details .pet_name_wrap_el.name_label{
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 5px;
}

.pet_adopt_details_page .pet_detail_details .pet_name_wrap_el.name_value{
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: 5px;
    margin-left: 10px;
}

.pet_adopt_details_page .pet_adopt_item .pet_image_wrap{
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: var(--contentBackgroundColor);
    padding: 3px;
    margin-top: 0;
}

.pet_adopt_details_page .pet_adopt_item .pet_image{
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid var(--themeTextColor);
    margin-bottom: 0;
    border-style: dashed;
}

.pet_adopt_details_page .pet_adopt_item .pet_image img.square_1pixel{
    display: none;
}

.pet_adopt_details_page .pet_adopt_item .pet_image img.pet_src{
    position: relative;
    border-radius: 50%;
}

.empty_view.pet_adopt_empty{
    text-align: center;
}


.empty_view.pet_adopt_empty .pet_vector{
    background-image: url(/ow_userfiles/themes/theme_image_17.png);
    width: 200px;
    height: 200px;
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.empty_view.pet_adopt_empty .empty_view_text{
    text-align: center;
}

.empty_view.pet_adopt_empty .empty_view_text p{
    max-width: 300px;
    display: inline-block;
    width: 300px;
    font-size: 1.2em;
    line-height: 1.5;
}

.empty_view.pet_adopt_empty input[type=button]{
    margin-top: 50px;
}

.searcher_param_preview_cmp, .searcher_param_preview_cmp ul{
    margin-bottom: 0; 
}


.carousel_pet_adopt_item{
    padding: 110px 12px 30px 12px;
    box-sizing: border-box;
    cursor: grab;
}

.carousel_pet_adopt_item a{
    cursor: grab;
}

.carousel_pet_adopt_item_content{
    position: relative;
    border-radius: 30px;
    max-width: 230px;
    margin: auto;
}

.carousel_pet_image_wrap{
    border-radius: 15px;
    overflow: hidden;
}

.carousel_pet_image{
    position: relative;
    box-sizing: border-box;
}

.carousel_pet_src{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .3s;
}

.carousel_pet_image_wrap:hover .carousel_pet_src{
    scale: 1.13;
}

.carousel_pet_brief{
    margin-top: 30px;
    text-align: left;
    position: relative;
}

.carousel_pet_brief .pet_brief_el{
    display: inline-block;
    border: 2px solid;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    color: #3B7864;
    background-color: #f1f2e1;
}

.carousel_pet_name_wrap{
    margin-top: 8px;
    text-align: left;
}

.carousel_pet_name_wrap a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.carousel_body .carousel_action_bar{
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 80px;
}

.button_like_module{
    width: calc(100% - 48px);
    margin-right: 4px;
}

.pet_adopt_details_page{
    max-width: 1206px;
    margin-left: auto;
    margin-right: auto;
}

.pet-detail-page .pet_details_view_cmp_content{
    padding-bottom: 64px;
    border-bottom: 1px solid var(--themeTextColor);
}

.pet-detail-page .pet_list .pet_adopt_item .pet_brief p{
    margin-top: 24px;
}

.pet-detail-page .pet_detail_el .pet_list .pet_adopt_item{
    background-image: none;
}

.pet-detail-page .pet_list .pet_adopt_item .pet_image{
    border-radius: 50%;
    height: 100%;
}

.pet-detail-page .pet_detail_details .pet_like_button_wrap{
    text-align: center;
    margin-bottom: 40px;
}
    
.pet-detail-page .pet_detail_details .convenient_button{
    width: auto;
    min-width: auto;
    display: inline-block;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 20px;
    height: auto;
    min-height: 0;
    padding: 4px 10px;
}

.pet-detail-page .pet_detail_el .pet_list .pet_adopt_item{
    width: 100%;
}

.pet-detail-page .backable_bottom_block{
    max-width: 1206px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 900px){
    
    .content_body_container .content_body_part_left {
        position: sticky;
        top: 60px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    
    .content_body_container .simplified .searcher_field_option_item{
        padding: 3px 6px;
    }
    
    .pet_list .pet_adopt_item{
        margin: 4px;
        width: calc(25% - 12px);
    }
    
    .pet_list .pet_adopt_item .pet_brief_long{
        display: none;
    }
    
    .pet_list .pet_adopt_item .pet_brief_short{
        display: block;
    }
    
    
    
    .pet_detail_el.pet_detail_brief{
        margin-right: 30px;
    }
    
    .pet_detail_el .pet_list .pet_adopt_item{
        width: calc(100% - 3px);
    }
    
    
    
}


@media screen and (max-width: 640px){

    .pet_adopt_details_page .pet_details_view_cmp_content{

    }
    
    
    .pet_adopt_details_page .pet_list .pet_adopt_item .pet_image_wrap{
        width: 220px;
        margin-top: 0;
    }

    .pet_list .pet_adopt_item{
        width: calc(50% - 14px);
    }
    
    .carousel_body .carousel_action_bar{
        margin-top: 34px;
    }
    
    .pet_detail_el .pet_detail_brief_action_area{
        width: auto;
    }
    
    .pet_detail_el .pet_like_button_wrap{
        text-align: center;
        margin-top: 26px;
    }
    
    .pet_detail_el .adoption_action_wrap{
        width: 126px;
        margin: auto;
    }
    
    .pet_detail_el .pet_like_button_wrap .convenient_button{
        width: fit-content;
        display: block;
        margin-bottom: 20px;
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
    }
    
    .pet_details_view_cmp_content .pet_detials_item h3{
        padding: 6px 20px;
        font-size: 1em;
    }
    
    .pet_adopt_details_page .pet_detail_details .pet_name_wrap_el.name_value{
        font-size: 1.6em;
    }

/**
    .pet_searcher_cmp_content .pet_list .pet_adopt_item{
        box-shadow: 3px 3px 0 var(--pet-theme-color-0-highlight);
        padding: 5px;
        margin: 4px;
        width: calc(25% - 12px);
    }
    
    .pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_1{
        box-shadow: 3px 3px 0 var(--pet-theme-color-1-highlight);
    }
    
    .pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_2{
        box-shadow: 3px 3px 0 var(--pet-theme-color-2-highlight);
    }
    
    .pet_searcher_cmp_content .pet_list .pet_adopt_item.pet_category_3{
        box-shadow: 3px 3px 0 var(--pet-theme-color-3-highlight);
    }
**/

    .pet_detail_el.pet_detail_brief,
    .pet_detail_el.pet_detail_details{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .pet_detail_el.pet_detail_details{
        margin-top: 0;
    }
    
    .carousel_pet_adopt_item{
        padding-left: 0;
        padding-right: 0;
    }
    
    
    
}

@media screen and (max-width: 480px){
    .pet_list .pet_adopt_item{
        width: calc(50% - 10px);
    }
    
    .searcher_param_preview_cmp{
        padding-left: 6px;
        padding-right: 6px;
    }
    
}

