    
    .page-title{margin-block: 0 !important;}
    .main-content-area-wrapper, main.wd-content-layout{background-color:#FFF !important; max-width:100% !important; padding: 40px 0 !important;}
    .second-hand-items-wrapper{display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; row-gap: 30px; }
    .second-hand-item{overflow: hidden;}
    a.second-hand-item{color: inherit !important;}
    .second-hand-item-info{padding: 10px;}
    .second-hand-item-info h2{font-size: 20px;}

    .second-hand-item .specs-wrapper{display: flex; justify-content: space-between;}
    .second-hand-item .specs-wrapper .spec-item{padding: 0 10px;}
    .second-hand-item .specs-wrapper .spec-item:first-child{padding-left: 0;}
    .second-hand-item .specs-wrapper .spec-item:last-child{padding-right: 0;}

    .second-hand-item-image-container{aspect-ratio: 16/9;}
    .second-hand-item-image-container img{object-fit: cover; width:100%; height: 100%;}


    .second-hand-detail-wrapper{width: 100%;}

    .mmsc-rounded-shadow{overflow: hidden; border-radius: 10px; box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.1)}

    .second-hand-detail-hero-wrapper{position: relative;}
    .second-hand-detail-hero-image-wrapper{position: relative; z-index: 1;}
    .second-hand-detail-hero-image-wrapper img{width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/9;}

    .second-hand-detail-hero-image-wrapper.vertical img{object-fit: contain; width: 100%; height: auto; aspect-ratio:unset;}
    
    .second-hand-detail-hero-title-wrapper{position: absolute; bottom: 10px; left: 10px; width:calc(100% - 20px); z-index: 2; color: #FFF; display: flex; justify-content: space-between; }
    .second-hand-detail-hero-title-wrapper h1{color: #FFF; margin-bottom: 0; font-size: 28px; text-shadow: 2px 2px 2px rgba(0,0,0,0.57);}

    .second-hand-detail-hero-info-wrapper{margin-top:20px; padding: 20px; height: 100%;}
    
    .secon-hand-detail-hero-specs{display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; row-gap: 20px;}
    .second-hand-detail-description-wrapper{padding: 20px;}

    .second-hand-detail-content-right{width: 300px;}
    .second-hand-detail-content-left{width: calc(100% - 320px); margin-right: 20px; display: flex; flex-direction: column; justify-content: stretch;}

    .second-hand-detail-action-buttons-wrapper{padding: 20px; margin-bottom: 20px;}
    
    .second-hand-detail-action-buttons a{display: block; border-radius: 50em; background-color: var(--btn-accented-bgcolor); color: #FFF; padding: 5px 10px; margin-bottom: 10px !important; }

    .second-hand-detail-content-wrapper{display: flex; width: 100%; align-items: stretch; margin-bottom: 20px;}
    .second-hand-contact-form-wrapper{padding: 20px;}

    .second-hand-price-wrapper{margin-bottom: 20px; font-size: 1.5rem; font-weight: bold;}

    .second-hand-two-column-features-wrapper .second-hand-two-column-features-columns-wrapper, 
    .second-hand-two-column-features-wrapper ul{display: grid; grid-template-columns: repeat(2, 1fr);  column-gap: 10px;}
    .second-hand-two-column-features-column ul{display: block !important;}

    .secon-hand-price.has-discount{text-decoration: line-through; font-weight: normal; opacity: .8;}

    .secon-hand-specs-item{display: flex;}
    .secon-hand-specs-item .secon-hand-specs-item-icon-wrapper{max-width: 40px; margin-right: 10px;}
    .secon-hand-specs-item .secon-hand-specs-item-icon-wrapper img{width: 100%; transform: scale(1.5);}
    
    .mmsc_show_otherspecs{color:#304452; display: block; width: 100%; text-align: right; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 5px; margin-top: 40px; margin-bottom: 20px;}

    .mmsc-d-none{display: none;}

    .second-hand-item-image-container.vertical{display: flex; width: 100%; align-items: center; justify-content: center; background-color: #304452;}
    .second-hand-item-image-container.vertical img{object-fit: contain; height: 100%; width: auto;}

    @media (max-width:1260px) {

        #ikinci-el-wrapper{padding-left: 20px; padding-right: 20px;}
    }

    @media (max-width:1025px) {
        .second-hand-detail-description-wrapper, .second-hand-detail-content-wrapper{display: block; width: 100%; max-width: 960px; margin: auto;}
        .second-hand-detail-content-left, .second-hand-detail-content-right{width: 100%; margin-left: 0; margin-right: 0;}
        .second-hand-detail-content-left{margin-bottom: 20px;}
    }

    @media (min-width:768px) and (max-width:1025px) {
        .second-hand-detail-content-right{display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); column-gap: 20px; margin-bottom: 20px;}
        .second-hand-detail-action-buttons-wrapper{margin-bottom: 0;}
    }

    @media (max-width:767px) {
        .second-hand-contact-form-wrapper{margin-bottom: 20px;}
        .second-hand-two-column-features-wrapper ul{display: block;}

        .secon-hand-detail-hero-specs{grid-template-columns: repeat(2, 1fr);}

        .second-hand-items-wrapper{display: block }
    }