/**
 * /*!
 * Theme Name:      	Shoptimizer
 * Theme URI:       	https://www.commercegurus.com/wordpress-themes/shoptimizer
 * Author:          	CommerceGurus
 * Author URI:      	https://www.commercegurus.com/
 * Description:     	Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         	2.9.0
 * Requires at least: 	5.6
 * Tested up to:        6.5
 * Requires PHP: 		7.3
 * License:         	GNU General Public License v2 or later
 * License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     	shoptimizer
 * wc_gzd_compatible: 	true
 * Tags:            	e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
 * CGMeta: 1584:a523c024-0f7c-47a5-a11a-3e11d0914cc2
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Shoptimizer is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc. and Storefront https://github.com/woocommerce/storefront (C) 2012-2019 Automattic, Inc.
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 *
 * Shoptimizer documentation is available here: https://www.commercegurus.com/docs/shoptimizer-theme/
 *
 * Rivolicons License: Created by Hadrien Boyer and licensed under Creative Commons 4.0 - https://creativecommons.org/licenses/by-sa/4.0/
 * Rivolicons icon pack homepage - http://rivolicons.hadrien.co/
 * Images License: GNU General Public License v2 or later
 *
 * ======
 * Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 * All main styles are in /assets/css/main/main.css
 * ======
 *
 */


 
 .header-widget-region {
    background-color: #007ebd;
 }

 .woocommerce ul.products li.product img {
    width: 100%;
    height: 300px;          /* same height for all products */
    object-fit: contain;    /* IMPORTANT: shows full image */
    background-color: #fff; /* optional: clean background */
}


/* brand page */

.brand-group-heading {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.25rem;
}
.brand-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1.5rem;
  align-items: center;
}
.brand-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.brand-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
.brand-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}



/* brand page */

.brand-group-heading {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.25rem;
}
.brand-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1.5rem;
  align-items: center;
}
.brand-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.brand-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
.brand-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}


/** Buyer Type */
/* Wrap radios in one row */
#buyer_type_field .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    gap: 20px; /* space between options */
}

/* Keep input + label inline */
#buyer_type_field .woocommerce-input-wrapper input[type="radio"] {
    margin-right: 6px;
}

/* Remove block behaviour if theme forces it */
#buyer_type_field .woocommerce-input-wrapper label.radio {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
#billing_vat_field {
    display: none;
}