/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.product-thumb img {
    transition: opacity .3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.product-thumb {
    position: relative;
}
/* Başlık linkini tam genişlik yap ve iki uca yasla */
.woo-product-name.title a {
    display: flex !important;
    justify-content: space-between !important; /* İsim sola, teknik metin sağa */
    align-items: baseline;
    width: 100% !important;
}

/* Teknik metnin sağa yaslı stili */
.custom-product-text-inline {
    display: inline-block !important;
    font-weight: 400 !important;
    font-size: 0.85em !important;
    color: #888 !important; /* İsme göre daha hafif bir gri */
    text-align: right;
    margin-left: 10px;
}
