/*
Theme Name: Emall Child
Theme URI: https://demo.theme-sky.com/emall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: emall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: emall-child
*/


.tiny-bundle-boxes {
    margin: 12px 0;
    font-size: 13px;
  }

  .bundle-top-label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #000;
  }

  .current-type {
    font-weight: normal;
    color: #444;
  }

  .boxes-row {
    display: flex;
    gap: 5px;
  }

  .box-item {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000000;
    border: 1.5px solid transparent;
    border-radius: 3px; /* very subtle round – change to 0 for sharp squares */
    transition: border 0.15s, transform 0.15s;
    cursor: pointer;
  }

  .box-item.selected {
    border: 1.5px solid #ffffff;
    transform: scale(1.1);
  }

  .box-item:hover {
    border: 1.5px solid #ccc;
    transform: scale(1.06);
  }

  .clear-btn {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
  }

  .clear-btn:hover {
    color: #000;
  }