/*
Theme Name: Dunker
Theme URI: https://dunker.qodeinteractive.com
Description: Fashion and Clothing Shop Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: dunker
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.woocommerce-Tabs-panel--additional_information th:contains("Weight"),
.woocommerce-Tabs-panel--additional_information td:contains("kg") {
    display: none;
}
.size-swatch-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.size-swatch {
  padding: 8px 14px;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
  transition: all 0.3s ease;
}

.size-swatch.active {
  background-color: #000;
  color: white;
  border-color: #000;
}
