/*
Theme Name:     storefront-child
Theme URI:      https://example.com
Description:    Child theme for the Storefront theme
Author:         Your Name
Author URI:     https://example.com
Template:       storefront
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    storefront-child
*/

/* =Custom Styles
-------------------------------------------------------------- */

.custom-search-cart-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    float: right; /* 根据需要调整对齐方式 */
    margin-top: 10px;
}

/* 如果有必要，可以取消注释下面的代码来确保默认组件不被重复显示 */
/*
.site-header-cart,
.site-search {
    display: none !important;
}
*/