/* Catalog home */

.aimeos.catalog-home {
    margin-top: calc(-1rem + 15px);
}

.add-favorite{
    background:#EDEDED;
    border-radius: 3px;
    padding: 10px
}
.slider-favorite-block{
    background-color: #E44F4F;
    color: #E44F4F;
    border: none;
    padding: 4px!important;
    border-radius: 3px;
    display: none;
}
.added-fav{
    background: #EDEDED!important;
}
.added-fav-block{
    background: url('assets/like_product.svg') no-repeat!important;
    background-size: contain!important;
    width: 30px;
    height: 30px;
}
.add-favorite:hover{
    cursor: pointer;
    opacity: .9;
}
.favorite-icon{
    background: url("assets/like_product.svg") no-repeat;
    background-size: contain!important;
    width: 30px;
    height: 30px;
}
.comparison-icon{
    background: url("assets/compare_product.svg") no-repeat;
    background-size: contain!important;
    width: 30px;
    height: 30px;
}
.slider-comparison-block{
    background-color: #444444!important;
    color: #444444;
    height: 100%;
    border: none;
    border-radius: 3px;
    padding: 4px!important;
    margin-left: 0!important;
    display: none;
}
.slider-comparison{
    background: url('assets/compare.svg') no-repeat;
    color: #444444;
    border: none;
    background-size: contain!important;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}
.slider-favorite{
    background: url('assets/like.svg') no-repeat;
    color: #444444;
    background-size: contain!important;
    border: none;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}
.added-comp-block{
    background: url('assets/compare_product.svg') no-repeat!important;
    background-size: contain!important;
    width: 30px;
    height: 30px;
}
.added-comp{
    background: #EDEDED!important;
}

.offer:hover .slider-favorite-block{
    display:block;
}
.offer:hover .slider-comparison-block{
    display:block;
}
.favorite-header-block{
    background:#EDEDED;
    padding: 5px;
    height: 100%;
    border-radius: 3px;
    margin-left: calc(var(--bs-gutter-x) * .5);
}
.favorite-header-icon{
    background: url('assets/like_product.svg') no-repeat!important;
    color: #444444;
    background-size: contain!important;
    border: none;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.comparison-header-block{
    background:#EDEDED;
    padding: 5px;
    height: 100%;
    border-radius: 3px;
    margin-left: calc(var(--bs-gutter-x) * .5);
}
.comparison-header-icon{
    background: url('assets/compare_product.svg') no-repeat!important;
    color: #444444;
    background-size: contain!important;
    border: none;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
.add-comparison{
    background:#EDEDED;
    border-radius: 3px;
    padding: 10px;
    margin-left: 10px
}
.add-comparison:hover{
    cursor: pointer;
    opacity: .9;
}
.catalog-home .stage-item {
    background-color: var(--ai-bg);
    color: var(--ai-bg);
    margin: 0;
}
.tree-down{
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 50px;
}
.catalog-home .stage-image {
    min-height: 600px;
    object-fit: cover;
    padding: 0;
}
@media (max-width: 768px) {
    .wrap-block{
        flex-wrap: wrap!important;
        justify-content: center!important;
    }
    .my-auto a img {
        width: 225px;
    }
}
.catalog-home .stage-text {
    position: absolute;
    font-size: 200%;
    margin: 0 5%;
    top: 33%;
    text-align: start;
    color: var(--ai-bg);
}

.catalog-home .stage-text > * > span {
    padding: 1rem;
    display: table; /* keep the background color wrapped tight */
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.stage-short .stage-title:last-of-type span {
    font-weight: 900!important;
}
.catalog-home span.stage-text {
    top: 0 !important;
    position: relative;
}

.catalog-home .stage-text .btn {
    background-color: transparent;
    border-color: var(--ai-bg);
    color: var(--ai-bg);
    border-width: 2px;
    font-weight: normal;
    margin-top: 1rem;
    font-size: 50%;
    width: 12rem;
}

.stage-text .stage-short p {
    /*font-size: 40px;*/
}

.media-list .media-item {
    display: none;
}

.media-list .media-item:nth-child(2) {
    display: block;
}

.product .offer {
    border-bottom: 1px solid #D9D9D9;
    height: 151px;
    padding: 2rem 0;
}

.slider-container .product .price-item.default {
    display: none;
}

.slider-container .product .price-item.default:nth-child(1) {
    display: block;
}

.list-column .text-list {
    border-top: 1px solid #D9D9D9;
    height: 68px;
}

.price-list {
    padding: 0;
}

.price-list .value {
    color: black !important;
    font-weight: bold;
}

.input-group {
    display: flex;
    justify-content: center;
}

.input-group input[type="number"] {
    display: none;
}

.list-column {
    padding: 0;
}

.products-right {
    border: 1px solid #D9D9D9;
}

.product h2 {
    font-size: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product h2:hover {
    text-decoration: none;
}

.product .rebatepercent,
.product .costs,
.product .rebate,
.product .taxrate {
    display: none;
}

.products-right .header {
    font-size: 20px !important;
}

.products-right .product {
    width: inherit !important;
    margin: 6px;
    padding: 8px;
    height: 173px;
}

.products-right .product h2.name {
    margin-top: 22px !important;
    -webkit-line-clamp: 2;
}

.products-right .product .offer {
    display: none;
}

.products-right .product .text-list {
    border: none;
    padding: 0;
}

.products-right .product .text-list .name {
    white-space: unset;
    text-align: center !important;
    text-transform: capitalize;
    font-size: 14px !important;
}

.products-right .product .product-info {
    display: none;
}

.products-right .product img  {
    object-fit: contain;
}

.products-right .slick-slider .slick-slide {
}

.media-list .media-item {
    display: none;
}

.media-list .media-item:nth-child(2) {
    display: flex;
}

button.slider-nav, button.slider-nav.slider-nav-next {
    padding-bottom: 1100px;
}

/*section.news span,*/
section.news a > span {
    left: 0 !important;
    top: 2rem !important;
    padding: 2rem!important;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    color: white;
    width: 100em !important;
    max-width: 80% !important;
    /*font-size: 60% !important;*/
}
.news-block:last-child{
    margin-top: 20px;
}
.news-title{
    background: rgba(0, 0, 0, 0.4);
}
.product:hover{
    opacity: .9;
}
.link-to-read{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 26px 30px;
    border-radius: 6px;
    background: #D32434;
    width: 170px;
    margin-top: 60px;
}
@media (max-width: 474px) {
    .link-to-read{
        margin-top: 30px;
    }
}
.link-to-read:hover{
    background: #de3242;
}
.best-deals-line {
    background: url('/vendor/shop/themes/valento/assets/line-best-deals.svg') no-repeat;
    height: 2px;
    background-size: cover;
    margin-left:0.45rem;
    margin-right: 0.2rem;
}

section.news span span {
    background: none;
}
.slick-arrow:hover{
    opacity:.6;
}
.slick-arrow {
    background: #D9D9D9;
    color: white;
    border: none;
    height: 2rem;
    width: 2rem;
}

.catalog-detail-suggest .header {
    font-size: 30px;
}

.catalog-detail-suggest .product img {
    object-fit: contain;
}

.catalog-detail-suggest .product h2.name {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
}

.catalog-detail-suggest {

}

.zeynep .list-container {
    width: 100% !important;
}
section.news span {
    font-size: 40px;
}
@media (max-width: 992px) {
    .products-right .product{
        width: 95% !important;
    }
    .news-block{
        /*height: 400px!important;*/
    }
    .tree-down .categories-main-block{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 13px;
    }
}

@media (min-width: 450px) {
    section.news span span,
    section.news span {
        top: 10rem !important;

    }
}

@media (max-width: 768px) {
    section.news span {
        font-size: 40px !important;

    }
}

@media (max-width: 695px) {
    .tree-down .categories-main-block{
        grid-template-columns: repeat(1, 1fr);
    }
    .tree-down{
        justify-content: start;
        margin-left: 10px;
    }
}
@media (min-width: 992px) {
    .aimeos.catalog-home {
        margin-top: calc(-7rem + 111px);
    }

    section.news span {
        font-size: 40px;
    }
}
