/* CSS Document */

.objectHeader{

    display:flex;

    gap:20px;

    padding:20px;

}

.objectImage{

    width:420px;

    height:280px;

    object-fit:cover;

    border-radius:10px;

}

.objectFacts{

    flex:1;

}

.objectDescription{

    padding:20px;

    line-height:1.6;

    max-height:350px;

    overflow:auto;

}
.objectView{

    display:flex;
    flex-direction:column;

}

.objectHeader{

    display:flex;

    gap:25px;

    padding:20px;

}

.objectImage{

    width:420px;

    height:280px;

    border-radius:10px;

    object-fit:cover;

    flex-shrink:0;

}

.objectFacts{

    flex:1;

}

.objectFacts h2{

    margin-top:0;

}

.objectFacts p{

    margin:10px 0;

}

.objectDescription{

    padding:20px;

    border-top:1px solid #ddd;

}

.objectDescription p{

    line-height:1.6;

    white-space:pre-wrap;

}

.objectGallery{

    display:flex;

    gap:10px;

    overflow-x:auto;

    padding:20px;

    border-top:1px solid #ddd;

}

.galleryThumb{

    width:90px;

    height:70px;

    object-fit:cover;

    border-radius:8px;

    cursor:pointer;

    transition:.2s;

}

.galleryThumb:hover{

    transform:scale(1.05);

}

.objectModal{

    display:none;

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    z-index:5000;

}

.objectWindow{

    width:900px;

    max-width:95%;

    max-height:90vh;

    overflow:auto;

    margin:40px auto;

    background:white;

    border-radius:12px;

    padding:25px;

}

.objectClose{

    float:right;

    border:none;

    background:none;

    font-size:28px;

    cursor:pointer;

}

.objectGallery{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:20px 0;

}

.object-image{

    width:180px;

    height:120px;

    object-fit:cover;

    border-radius:8px;

    border:1px solid #ddd;

}

.objectRow{

    margin-bottom:18px;

}

.objectMeta{

    display:flex;

    gap:12px;

    margin:20px 0;

    flex-wrap:wrap;

}

.objectMetaItem{

    flex:1;

    min-width:180px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:12px;

    border:1px solid #ddd;

    border-radius:10px;

    background:#fafafa;

}

.objectMetaIcon{

    font-size:24px;

    color:#0d6efd;

}

.objectMetaTitle{

    font-size:12px;

    color:#777;

    margin-bottom:2px;

}

.objectMetaValue{

    font-size:15px;

    font-weight:600;

}

.objectMetaValue a{

    text-decoration:none;

}

.objectMetaValue a:hover{

    text-decoration:underline;

}

@media (max-width:768px){

    .objectMetaItem{

        min-width:100%;

    }

}

.objectMeta span{

    white-space:nowrap;

}

.objectDescription{

    line-height:1.5;

    margin-top:20px;

}

.objectTop{

    display:flex;

    justify-content:space-between;

    gap:30px;

    align-items:flex-start;

}

.objectTitle{

    flex:1;

}

.objectSlider{

    width:320px;

    text-align:center;

}

.sliderImage{

    width:320px;

    height:220px;

    object-fit:cover;

    border-radius:8px;

    border:1px solid #ddd;

}

.sliderButton{

    border:none;

    background:none;

    font-size:24px;

    cursor:pointer;

    margin:8px;

}

.sliderDots{

    margin-top:10px;

    font-size:18px;

}

.objectButtons{

    display:flex;

    gap:12px;

    justify-content:space-between;

    margin-top:30px;

    padding-top:20px;

    border-top:1px solid #ddd;

}

.objectButtons button{

    flex:1;

}

.objectTitleInput{

    width:100%;
    font-size:30px;
    font-weight:bold;

}

.objectInput{

    width:100%;

}

.objectTextarea{

    width:100%;
    min-height:220px;
    resize:vertical;

}

.smallicon {
	width:20px;
	height:20px;
	}