/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/






/* Ürün kartında rozetlerin konumlanması */
.woocommerce ul.products li.product {
  position: relative;
}

/* Ortak rozet ayarları */
.wm-badge{
  position: absolute;
  width: 85px;
  height: 85px;
  z-index: 20;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ROZETLERİN YERİNİ ZORLA DEĞİŞTİR */

/* ÇOK SATAN – sol üst */
.wm-badge--bestseller{
  left: 10px !important;
  right: auto !important;
}

/* İNDİRİM – sağ üst */
.wm-badge--sale{
  right: 10px !important;
  left: auto !important;
}


/* Mobilde küçült */
@media (max-width: 768px){
  .wm-badge{
    width: 55px;
    height: 55px;
  }
}











