body.iz-prodaje .product-info-main .product-info-price,
body.iz-prodaje .product-info-installment-price,
body.iz-prodaje .product-add-form,
.iz-prodaje .fotorama__nav__shaft,
.iz-prodaje .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
.iz-prodaje .fotorama__arr.fotorama__arr--prev,
.iz-prodaje .fotorama__arr.fotorama__arr--next,
.iz-prodaje .custom_brand,
.iz-prodaje .prev-next-products {
    display: none !important;
}

.page-layout-1column.iz-prodaje .product.media {
    width: 320px;
}
.page-layout-1column.iz-prodaje .product-info-main {
    width: calc(100% - 320px);
    padding-left: 30px;
}
.iz-prodaje .product.media {
    position: relative;
}
.iz-prodaje .product.media:after {
    content: "IZ PRODAJE";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.70);
    color: #334153;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6ecf3;
}
.iz-prodaje .products {
    margin: 0;
}
.iz-prodaje .block.upsell {
    margin-top: 0;
    padding-top: 0;
}
.iz-prodaje .products-upsell .product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.iz-prodaje .products-grid .product-item {
    width: 100%;
    margin-bottom: 0;
}
.iz-prodaje .product-item-details {
    height: auto !important;
}
.iz-prodaje .notice {
    margin: 20px 0 40px;
}
.iz-prodaje .notice h3 {
    color: #e04f22;
    font-size: 20px;
    font-weight: 600;
}
.iz-prodaje .products-grid.products-upsell .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: box-shadow 0.5s ease;
    padding: 10px;
}
.iz-prodaje .products-grid.products-upsell .product-item:hover .product-item-info {
    box-shadow: 0 0 12px rgb(235 235 235 / 1) !important;
}
.iz-prodaje .product-info-main .stock.available,
.iz-prodaje .product-info-main .stock.unavailable {
    background: transparent;
    color: #404348;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}
.iz-prodaje .products-grid.products-upsell .product-item-photo {
    margin-bottom: 20px;
    border: none !important;
}
.iz-prodaje .product-item-info .action.tocart.primary {
    width: 100%;
    max-width: 170px;
    min-width: 100px;
}
.iz-prodaje .products-grid .product-item .product-item-details .product-item-name {
    height: 38px;
}
@media (max-width: 992px) {
    .iz-prodaje .products-upsell .product-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
}
@media (max-width: 768px) {
    .page-layout-1column.iz-prodaje .product-info-main {
        width: 100%;
        padding-left: 0;
    }
    .page-layout-1column.iz-prodaje .product.media {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .iz-prodaje .products-upsell .product-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}