/**
  * Theme Name:        Boostily Lcomm
  * Theme URI:         https://Boostily.com
  * Description:       Boostily Lcomm.
  * Version:           1.0
  * Author:            Boostily
  * Author URI:        https://Boostily.com
  * Developer:         Ayman Nedjmeddine
  * Developer URI:     https://github.com/ioayman
  * Copyright:         (c) 2025 Boostily
  * Tested up to:      6.9
  * Requires at least: 6.5
  * Requires PHP:      7.0
  * Template:          blocksy
  * Text Domain:       boostily
  */

  /* hides add to cart button in woo shortcode [products] and shop */
  .boostily--hide-addtocart,
  .ct-products-container .products {
    .product .button.add_to_cart_button {
      border: 1px solid red;
      display: none;
    }
  }
