/*
Theme Name: Astra Child
Theme URI: http://localhost/wordpress
Description: Astra子主题，用于自定义页脚
Author: Admin
Author URI: http://localhost
Template: astra
Version: 1.0.0
License: GPL v2 or later
Text Domain: astra-child
*/

/* ========================================
   Dynamic Theme Based on Astra Child
   ======================================== */

/* ===== 强制覆盖Astra父主题样式 - 固定白色背景 ===== */
html body,
html body.home,
html body.blog,
html body.archive,
html body.single,
html body.page,
html body.post-type-archive,
html body.woocommerce,
html body.woocommerce-page,
html body.woocommerce-shop,
html body.tax-product_cat {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #333333 !important;
}

/* 清除所有Astra容器的背景 */
.site,
#page,
.ast-container,
#content,
.site-content,
.content-area,
#primary,
#main,
.site-main,
.ast-separate-container,
.ast-article-post,
.ast-article-single,
.ast-woocommerce-container,
.ast-single-post,
.ast-archive-description {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* 确保文章和页面内容区域透明 */
article,
.page .entry-content,
.single .entry-content {
    background: transparent !important;
}

/* ========== Global Styles ========== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
}

a {
    color: #e8b4b8;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffffff;
}

/* 页面间距优化 - 修复侧边栏间距问题 */
/* 关键修复：控制侧边栏的margin-top，这是真正的间距来源 */
.woocommerce-page .widget-area.secondary,
.single-product .widget-area.secondary,
.tax-product_cat .widget-area.secondary,
.tax-product_tag .widget-area.secondary,
.post-type-archive-product .widget-area.secondary,
.woocommerce .widget-area.secondary {
    margin-top: 20px !important;
}

/* 普通页面侧边栏间距 */
.blog .widget-area.secondary,
.single-post .widget-area.secondary,
.page:not(.woocommerce-page) .widget-area.secondary {
    margin-top: 40px !important;
}

/* 首页侧边栏无间距 */
.home .widget-area.secondary {
    margin-top: 0 !important;
}

/* 特殊WooCommerce页面使用固定小间距 */
.woocommerce-cart .widget-area.secondary,
.woocommerce-checkout .widget-area.secondary,
.woocommerce-account .widget-area.secondary {
    margin-top: 20px !important;
}

/* 同时控制主要内容区间距（保持现有设置） */
.woocommerce-page #primary,
.single-product #primary,
.tax-product_cat #primary,
.tax-product_tag #primary,
.post-type-archive-product #primary,
.woocommerce #primary {
    margin-top: 20px !important;
}

.blog #primary,
.single-post #primary,
.page:not(.woocommerce-page) #primary {
    margin-top: 40px !important;
}

.home #primary {
    margin-top: 0 !important;
}

.woocommerce-cart #primary,
.woocommerce-checkout #primary,
.woocommerce-account #primary {
    margin-top: 20px !important;
}

/* 清除article的额外间距（之前的代码没有生效） */
.woocommerce-page article,
.single-product article {
    margin-top: 0 !important;
}

/* 清除其他可能的间距 */
.woocommerce-page #main,
.single-product #main,
.woocommerce-page .site-content,
.single-product .site-content {
    padding-top: 0 !important;
}

/* 强制覆盖Astra父主题的固定130px margin-top */
.site-content {
    margin-top: 10px !important; /* 默认间距 */
}

/* 首页无间距 */
.home .site-content {
    margin-top: 0 !important;
}

/* 商店页和产品标签页保持默认小间距 */
.tax-product_tag .site-content,
.post-type-archive-product .site-content {
    margin-top: 10px !important;
}

/* 博客和普通页面 */
.blog .site-content,
.single-post .site-content,
.page:not(.woocommerce-page) .site-content {
    margin-top: 20px !important;
}

/* 购物车、结账、账户页面 */
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account .site-content {
    margin-top: 20px !important;
}

/* 注意：类目页和产品页的间距完全由下面的面包屑控制部分设置 */

.woocommerce-products-header {
    display: none;
}

.entry-header {
    text-align: center;
}

/* 确保全宽布局 */
@media (min-width: 922px) {
    #primary {
        width: 100% !important;
    }
}

/* ========== Custom Header Styles ========== */
#custom-header {
    background: #1f2937 !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 2px solid #e8b4b8;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

/* Logo Styles - Enhanced Text Logo System */
.site-logo {
    margin: 0;
    font-size: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.site-logo a {
    color: #e8b4b8 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Logo Hover Effects */
.site-logo a:hover { color: #e8b4b8 !important; }

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 45px;
}

.menu-item a {
    color: #b0b0b0 !important;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.menu-item a:hover {
    color: #ffffff !important;
    border-bottom-color: #e8b4b8;
}

/* Shopping Cart */
.cart-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #e8b4b8 !important;
    position: relative;
    transition: transform 0.3s ease;
}

.cart-link:hover {
    transform: scale(1.1);
    color: #e8b4b8 !important;
}

.cart-icon {
    font-size: 26px;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e8b4b8;
    color: #000000 !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* ========== Homepage Styles ========== */
/* Banner Section - 修正为白色背景 */
.home-banner {
    margin-top: 30px;
    padding: 0;
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.home-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.banner-image {
    width: 100%;
    height: 400px;
    max-height: 400px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
    transition: transform 0.5s ease;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.home-banner:hover .banner-image {
    transform: scale(1.02);
}

/* Product Categories Section - 产品区统一白色背景 */
.product-categories-section {
    padding: 80px 0;
    background: #ffffff !important;
}

.product-categories-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-section {
    margin-bottom: 100px;
}

.category-title {
    margin-bottom: 50px;
    font-size: 36px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.category-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e8b4b8;
}

.category-title a {
    color: #333333 !important;
    text-decoration: none;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.category-title a:hover {
    color: #e8b4b8 !important;
}

/* Products Grid - 产品卡片白色背景 */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.product-item {
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.product-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8b4b8;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.product-item:hover {
    border-color: #e8b4b8 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-item:hover::before {
    transform: translateY(0);
}

.product-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.product-item:hover img {
    transform: scale(1.05);
}

.product-title {
    font-size: 18px;
    font-family: 'Lato', Tahoma, sans-serif;
    margin: 15px 0;
    color: #333333 !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.product-price {
    font-size: 22px;
    color: #e8b4b8 !important;
    font-weight: 600;
    display: block;
    margin: 15px 0;
}

.product-price ins {
    color: #e8b4b8 !important;
    text-decoration: none;
}

.product-price del {
    color: #999999 !important;
    margin-right: 10px;
}

.product-item a {
    text-decoration: none;
}

/* WooCommerce按钮样式 */
.button.product_type_simple,
.button.add_to_cart_button,
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #e8b4b8 !important;
    color: #ffffff !important;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 0;
}

.button.product_type_simple:hover,
.button.add_to_cart_button:hover,
.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #333333 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.no-products {
    text-align: center;
    color: #666666;
    grid-column: 1 / -1;
    font-size: 16px;
    padding: 40px;
}

/* ========== WooCommerce商店页面样式 ========== */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 20px;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border-color: #e8b4b8 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 300;
}

.woocommerce ul.products li.product .price {
    color: #e8b4b8 !important;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
    color: #e8b4b8 !important;
}

.woocommerce ul.products li.product .price del {
    color: #999999 !important;
}

/* ========== Custom Footer Styles - 修复版 ========== */
#custom-footer {
    background: #1f2937 !important;
    margin-top: 45px;
    border-top: 4px solid #e8b4b8;
    font-family: 'Times New Roman', Times, serif;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

/* 页脚容器 - 第一层居中：相对屏幕居中 */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 内容区 - 第二层：三列内容在容器内居中 */
.footer-main {
    position: relative;
    height: 450px;
    border-bottom: 2px solid #2a2a2a;
    overflow: hidden;
    padding-top: max(10px, calc((450px - 280px) / 2));
    padding-bottom: max(10px, calc((450px - 280px) / 2));
    box-sizing: border-box;
}

/* 文字边界精确定位 - 直接控制文字到文字的距离 */
.footer-section {
    position: absolute;
    top: max(10px, calc((450px - 280px) / 2));
}

.footer-section:nth-child(1) {
    left: 160px; /* 第一列居中位置 */
}

.footer-section:nth-child(2) {
    left: 520px; /* 第二列居中位置 */
}

.footer-section:nth-child(3) {
    left: 820px; /* 第三列居中位置 */
}

/* 页脚列顺序控制 */
.footer-policies {
    grid-column: 1;
    order: 1;
}

.footer-info {
    grid-column: 3;
    order: 2;
}

.footer-contact {
    grid-column: 5;
    order: 3;
}

/* 页脚标题样式 - 确保对齐 */
.footer-section h4 {
    margin-bottom: 20px;
    color: #e8b4b8 !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2;
}

.footer-section h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #e8b4b8;
}

/* 确保所有列从相同基线开始 */
.footer-section {
    align-self: start;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section li:last-child {
    margin-bottom: 0;
}

.footer-section a {
    color: #808080 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.footer-section a:hover {
    color: #ffffff !important;
    padding-left: 10px;
}

/* 联系信息样式 - 统一灰色 */
.contact-info p {
    margin-bottom: 10px;
    color: #808080 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

/* 版权区域 - 虚拟容器居中布局 */
.footer-bottom {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* 版权内容虚拟容器 - 内容决定宽度，整体居中 */
.footer-bottom-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.copyright p {
    margin: 0;
    color: #606060 !important;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.payment-icons img {
    height: 48px;
    width: auto;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.payment-icons img:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.1);
}

/* ========== 产品页面元素控制 ========== */

/* 面包屑导航样式 */

.woocommerce-breadcrumb {
    color: #e8b4b8 !important;
    font-size: 14px !important;
    margin-bottom: 30px;
}

.woocommerce-breadcrumb a {
    color: #e8b4b8 !important;
    font-size: 14px !important;
}

.woocommerce-breadcrumb a:hover {
    color: #e8b4b8 !important;
    text-decoration: underline;
}

/* 产品页标题样式 */
.single-product h1.product_title,
.single-product .product_title.entry-title {
    font-size: 32px !important;
    color: #e8b4b8 !important;
    font-weight: 600;
    margin-bottom: 20px;
}

/* 分类标签样式 */

/* 强制隐藏分类标签 - 不受任何设置影响 */
.single-product-category,
.single-product-category a,
.single-product .single-product-category,
.single-product .single-product-category a,
.product_meta .posted_in,
.posted_in,
.product_meta {
    display: none !important;
    visibility: hidden !important;
}



/* 产品描述样式 */
.single-product .woocommerce-Tabs-panel--description,
.single-product .woocommerce-tabs .panel,
.single-product #tab-description {
    font-size: 16px !important;
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.5;
    color: #666666;
}

.single-product .woocommerce-Tabs-panel--description h2,
.single-product .woocommerce-Tabs-panel--description h3 {
    color: #333333 !important;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* 评价Tab控制 */

.single-product .woocommerce-tabs ul.tabs li.reviews_tab a {
    font-size: 14px !important;
}

.single-product #tab-reviews,
.single-product .woocommerce-Tabs-panel--reviews {
    font-size: 14px !important;
}

/* Free Shipping标签样式 */

.single-product .summary .ast-shipping-text,
.single-product .shipping-text,
.single-product .free-shipping {
    font-size: 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: ;
    background: #e8b4b8;
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
}

/* 产品价格样式 */
.single-product .summary .price,
.single-product .summary p.price {
    font-size: 20px !important;
    color: #e8b4b8 !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-product .summary .price ins,
.single-product .summary .price bdi,
.single-product .summary .price .woocommerce-Price-amount {
    color: #e8b4b8 !important;
    font-size: 20px !important;
}

.single-product .summary .price del {
    color: #999999 !important;
    font-size: calc(20px * 0.8) !important;
    opacity: 0.7;
}

/* ========== 其他页面样式覆盖 ========== */
.woocommerce-products-header__title,
.page-title,
.entry-title {
    color: #333333 !important;
}

/* 面包屑间距精确控制 - 控制整个内容区域到页眉的距离 */
/* 使用body增加优先级，确保覆盖通用规则 */
body.tax-product_cat .site-content {
    margin-top: 3px !important;
}

body.single-product .site-content {
    margin-top: 3px !important;
}

/* 当设置为0时，使用负margin彻底消除间距 */

/* 小间距精确控制 */
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_cat .site-content {
    padding-top: 0 !important;
}
body.tax-product_cat .woocommerce-breadcrumb {
    margin-top: 0 !important;
    transform: translateY(-37px);
    will-change: transform;
}

/* 小间距精确控制 */
body.single-product .ast-woocommerce-container,
body.single-product .site-content {
    padding-top: 0 !important;
}
body.single-product .woocommerce-breadcrumb {
    margin-top: 0 !important;
    transform: translateY(-37px);
    will-change: transform;
}

/* 更彻底地清除所有可能的容器间距 */
body.tax-product_cat .site-content > *,
body.tax-product_cat .ast-container,
body.tax-product_cat #primary,
body.tax-product_cat #main,
body.tax-product_cat .site-main,
body.tax-product_cat .content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.single-product .site-content > *,
body.single-product .ast-container,
body.single-product #primary,
body.single-product #main,
body.single-product .site-main,
body.single-product .content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 强制清除Astra主题的容器内边距 */
body.tax-product_cat .ast-container > *:first-child,
body.single-product .ast-container > *:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.woocommerce-pagination ul li a,
.pagination a {
    background: #f5f5f5 !important;
    color: #666666 !important;
    border: 1px solid #e0e0e0 !important;
}

.woocommerce-pagination ul li a:hover,
.pagination a:hover {
    background: #e8b4b8 !important;
    color: #ffffff !important;
    border-color: #e8b4b8 !important;
}

.woocommerce-pagination ul li span.current,
.pagination .current {
    background: #e8b4b8 !important;
    color: #ffffff !important;
    border: 1px solid #e8b4b8 !important;
}

/* 隐藏WooCommerce类目页面的排序和结果计数 */
.woocommerce-ordering {
    display: none !important;
}

.woocommerce-result-count {
    display: none !important;
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    
    .site-logo {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        margin: 20px 0;
    }
    
    .banner-image {
        height: 250px;
        max-height: 250px;
    }
    
    .category-title {
        font-size: 28px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .product-item {
        padding: 20px;
    }
    
    /* 移动端页面间距 */
    
    /* 类目页和产品页面包屑间距 - 移动端减半 */
    body.tax-product_cat .site-content {
        margin-top: calc(3px / 2) !important;
    }
    
    body.single-product .site-content {
        margin-top: calc(3px / 2) !important;
    }
    
    /* 商店页和产品标签页 */
    .tax-product_tag .site-content,
    .post-type-archive-product .site-content {
        margin-top: 5px !important;
    }
    
    /* 博客和普通页面 */
    .blog .site-content,
    .single-post .site-content,
    .page:not(.woocommerce-page) .site-content {
        margin-top: 10px !important;
    }
    
    /* 购物车、结账、账户页面 */
    .woocommerce-cart .site-content,
    .woocommerce-checkout .site-content,
    .woocommerce-account .site-content {
        margin-top: 10px !important;
    }
    
    .home .site-content {
        margin-top: 0 !important;
    }
    
    /* 侧边栏间距 */
    .woocommerce-page .widget-area.secondary,
    .single-product .widget-area.secondary,
    .tax-product_cat .widget-area.secondary,
    .tax-product_tag .widget-area.secondary,
    .post-type-archive-product .widget-area.secondary,
    .woocommerce .widget-area.secondary {
        margin-top: 5px !important;
    }
    
    .blog .widget-area.secondary,
    .single-post .widget-area.secondary,
    .page:not(.woocommerce-page) .widget-area.secondary {
        margin-top: 10px !important;
    }
    
    /* 主要内容区间距 */
    .woocommerce-page #primary,
    .single-product #primary,
    .tax-product_cat #primary,
    .tax-product_tag #primary,
    .post-type-archive-product #primary,
    .woocommerce #primary {
        margin-top: 5px !important;
    }
    
    .blog #primary,
    .single-post #primary,
    .page:not(.woocommerce-page) #primary {
        margin-top: 10px !important;
    }
    
    /* 特殊页面保持固定间距 */
    .woocommerce-cart .widget-area.secondary,
    .woocommerce-checkout .widget-area.secondary,
    .woocommerce-account .widget-area.secondary,
    .woocommerce-cart #primary,
    .woocommerce-checkout #primary,
    .woocommerce-account #primary {
        margin-top: 10px !important;
    }
    
    .home .widget-area.secondary,
    .home #primary {
        margin-top: 0 !important;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-policies,
    .footer-info,
    .footer-contact {
        padding-right: 0;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        gap: 25px;
    }
    
    .payment-icons {
        justify-content: center;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .site-logo {
        font-size: 20px;
    }
    
    .category-title {
        font-size: 24px;
    }
    
    .product-item img {
        height: 200px;
    }
    
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
}