/*
Theme Name: Auroom
Theme URI: https://www.auroom.lt
Description: Auroom.lt catalog theme — faithful port of the original custom design to WordPress + WooCommerce.
Author: auroom.lt migration
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: auroom
*/

/* Theme styling lives in the original stylesheets enqueued from functions.php
   (/files/scripts/css.css..css4.css, the original "theme" css, custom2.css).
   This file is only the WordPress theme manifest + small migration tweaks. */

/* Compact category/product toolbar (breadcrumb + sort + search) */
.shop-toolbar { align-items: center; }
.shop-toolbar .woocommerce-breadcrumb { margin: 0 !important; padding: 0 !important; line-height: 1.5; }
.shop-toolbar form { margin: 0 !important; }
.shop-toolbar .woocommerce-ordering { margin: 0 !important; }
.shop-toolbar select,
.shop-toolbar input[type="search"] { vertical-align: middle; }

/* Product summary: tidy description spacing */
.single-product .product-description { margin: 12px 0; }
.single-product .product-description p:last-child { margin-bottom: 0; }
