/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.7.0
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */
/* SEARCH PRODUCT LAYOUT */

.search-product-item {
  margin-bottom: 28px;
}

.search-product-link {
  text-decoration: none;
  color: inherit;
}

.search-product-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search-product-image {
  width: 120px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.search-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-product-title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.search-product-brand,
.search-product-code {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 768px) {
  .search-product-wrap {
    gap: 14px;
  }

  .search-product-image {
    width: 90px;
  }

  .search-product-title {
    font-size: 16px;
  }
}
