/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

<style>
/* Ana kapsayıcı */
.wp-block-buttons.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

/* Etiket kutucuğu */
.wp-block-button.is-style-outline {
    border: 2px solid #000;
    border-radius: 9999px;
    padding: 0;
    background: none;
}

/* Etiket bağlantısı (normal görünüm) */
.wp-block-button__link.wp-element-button {
    border: none;
    padding: 6px 16px;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

/* Hover efekti */
.wp-block-button__link.wp-element-button:hover {
    background-color: #000;
    color: #fff !important;
}

.woocommerce-info {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px dashed #999 !important;      /* Kesik ve görünür çerçeve */
    border-radius: 6px !important;            /* Hafif yumuşak köşe */
    padding: 12px 16px !important;            /* Dengeli iç boşluk */
    background-color: #fff !important;        /* Beyaz zemin */
    color: #333 !important;                   /* Koyu gri yazı */
    font-size: 14.5px !important;             /* Rahat okunan yazı boyutu */
    font-weight: 500 !important;              /* Yarı kalın yazı */
    line-height: 1.6;
    margin: 24px 0;
    max-width: 600px;
    box-sizing: border-box;
}

/* ✔ ikonunun stili */
.woocommerce-info::before {
    content: "✔";
    color: #b89c79;                          /* Açık kahverengi tik */
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
}

.teklif-al-btn {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  margin: 20px 0;
  padding: 12px 24px;
  border-radius: 4px;
  text-align: center;
}
.teklif-al-btn:hover {
  background: #005f8d;
}

.product-type-simple .price { display: none !important; }


</style>