/*!
Theme Name:        TAUDTMANN
Theme URI:         https://prototyp.taudtmann.de
Author:            TAUDTMANN
Author URI:        https://prototyp.taudtmann.de
Description:       Custom WordPress theme for TAUDTMANN — premium B2B gift box shop. Built for Elementor Pro + WooCommerce with full GEO/SEO support, custom WooCommerce templates and a brand-aligned design system (Plus Jakarta Sans, Pink/Blue/Yellow acryl accents).
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      7.4
License:           Proprietary
License URI:       https://prototyp.taudtmann.de
Text Domain:       taudtmann
Tags:              elementor, woocommerce, e-commerce, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* All actual styles are loaded from assets/css/ via wp_enqueue_style() in functions.php.
   This file exists to satisfy the WordPress theme requirement.
   See assets/css/base.css, components.css, etc. for actual styling. */

   /*style by hriday */
   .product-loop-heading .elementor-heading-title {
      font-size: 17px !important;
      font-weight: 700 !important;
      letter-spacing: -0.01em;
      margin: 0 0 4px;
   }
   .loop-figure-wrapper{
     border-radius: 6px;
     position: relative;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
     height: 400px !important;
     overflow: hidden !important;
  }